@@ -35,7 +35,7 @@ Add this dependency to your project's POM:
3535<dependency >
3636 <groupId >one.talon</groupId >
3737 <artifactId >talon-one-client</artifactId >
38- <version >14.1.1 </version >
38+ <version >14.2.0 </version >
3939 <scope >compile</scope >
4040</dependency >
4141```
@@ -45,7 +45,7 @@ Add this dependency to your project's POM:
4545Add this dependency to your project's build file:
4646
4747``` groovy
48- compile "one.talon:talon-one-client:14.1.1 "
48+ compile "one.talon:talon-one-client:14.2.0 "
4949```
5050
5151### Others
@@ -201,6 +201,7 @@ Class | Method | HTTP request | Description
201201* IntegrationApi* | [ ** deleteAudienceV2** ] ( docs/IntegrationApi.md#deleteAudienceV2 ) | ** DELETE** /v2/audiences/{audienceId} | Delete audience
202202* IntegrationApi* | [ ** deleteCouponReservation** ] ( docs/IntegrationApi.md#deleteCouponReservation ) | ** DELETE** /v1/coupon_reservations/{couponValue} | Delete coupon reservations
203203* IntegrationApi* | [ ** deleteCustomerData** ] ( docs/IntegrationApi.md#deleteCustomerData ) | ** DELETE** /v1/customer_data/{integrationId} | Delete customer' ; s personal data
204+ * IntegrationApi* | [ ** deleteLoyaltyTransactionsFromLedgers** ] ( docs/IntegrationApi.md#deleteLoyaltyTransactionsFromLedgers ) | ** POST** /v1/loyalty_programs/{loyaltyProgramId}/profile/{integrationId}/delete_transactions | Delete customer' ; s transactions from loyalty ledgers
204205* IntegrationApi* | [ ** generateLoyaltyCard** ] ( docs/IntegrationApi.md#generateLoyaltyCard ) | ** POST** /v1/loyalty_programs/{loyaltyProgramId}/cards | Generate loyalty card
205206* IntegrationApi* | [ ** getCustomerAchievementHistory** ] ( docs/IntegrationApi.md#getCustomerAchievementHistory ) | ** GET** /v1/customer_profiles/{integrationId}/achievements/{achievementId} | List customer' ; s achievement history
206207* IntegrationApi* | [ ** getCustomerAchievements** ] ( docs/IntegrationApi.md#getCustomerAchievements ) | ** GET** /v1/customer_profiles/{integrationId}/achievements | List customer' ; s available achievements
@@ -280,6 +281,7 @@ Class | Method | HTTP request | Description
280281* ManagementApi* | [ ** exportLoyaltyLedger** ] ( docs/ManagementApi.md#exportLoyaltyLedger ) | ** GET** /v1/loyalty_programs/{loyaltyProgramId}/profile/{integrationId}/export_log | Export customer' ; s transaction logs
281282* ManagementApi* | [ ** exportPoolGiveaways** ] ( docs/ManagementApi.md#exportPoolGiveaways ) | ** GET** /v1/giveaways/pools/{poolId}/export | Export giveaway codes of a giveaway pool
282283* ManagementApi* | [ ** exportReferrals** ] ( docs/ManagementApi.md#exportReferrals ) | ** GET** /v1/applications/{applicationId}/export_referrals | Export referrals
284+ * ManagementApi* | [ ** generateCouponRejections** ] ( docs/ManagementApi.md#generateCouponRejections ) | ** GET** /v1/coupon_rejections | Summarize coupon redemption failures in session
283285* ManagementApi* | [ ** getAccessLogsWithoutTotalCount** ] ( docs/ManagementApi.md#getAccessLogsWithoutTotalCount ) | ** GET** /v1/applications/{applicationId}/access_logs/no_total | Get access logs for Application
284286* ManagementApi* | [ ** getAccount** ] ( docs/ManagementApi.md#getAccount ) | ** GET** /v1/accounts/{accountId} | Get account details
285287* ManagementApi* | [ ** getAccountAnalytics** ] ( docs/ManagementApi.md#getAccountAnalytics ) | ** GET** /v1/accounts/{accountId}/analytics | Get account analytics
@@ -439,6 +441,7 @@ Class | Method | HTTP request | Description
439441- [ AddedDeductedPointsNotificationPolicy] ( docs/AddedDeductedPointsNotificationPolicy.md )
440442- [ AdditionalCampaignProperties] ( docs/AdditionalCampaignProperties.md )
441443- [ AdditionalCost] ( docs/AdditionalCost.md )
444+ - [ AdjustmentDetails] ( docs/AdjustmentDetails.md )
442445- [ AnalyticsDataPoint] ( docs/AnalyticsDataPoint.md )
443446- [ AnalyticsDataPointWithTrend] ( docs/AnalyticsDataPointWithTrend.md )
444447- [ AnalyticsDataPointWithTrendAndInfluencedRate] ( docs/AnalyticsDataPointWithTrendAndInfluencedRate.md )
@@ -545,10 +548,12 @@ Class | Method | HTTP request | Description
545548- [ CardLedgerTransactionLogEntry] ( docs/CardLedgerTransactionLogEntry.md )
546549- [ CardLedgerTransactionLogEntryIntegrationAPI] ( docs/CardLedgerTransactionLogEntryIntegrationAPI.md )
547550- [ CartItem] ( docs/CartItem.md )
551+ - [ CartItemFilterTemplate] ( docs/CartItemFilterTemplate.md )
548552- [ Catalog] ( docs/Catalog.md )
549553- [ CatalogAction] ( docs/CatalogAction.md )
550554- [ CatalogActionFilter] ( docs/CatalogActionFilter.md )
551555- [ CatalogItem] ( docs/CatalogItem.md )
556+ - [ CatalogRule] ( docs/CatalogRule.md )
552557- [ CatalogSyncRequest] ( docs/CatalogSyncRequest.md )
553558- [ CatalogsStrikethroughNotificationPolicy] ( docs/CatalogsStrikethroughNotificationPolicy.md )
554559- [ Change] ( docs/Change.md )
@@ -558,6 +563,7 @@ Class | Method | HTTP request | Description
558563- [ Collection] ( docs/Collection.md )
559564- [ CollectionItem] ( docs/CollectionItem.md )
560565- [ CollectionWithoutPayload] ( docs/CollectionWithoutPayload.md )
566+ - [ CollectionsCatalog] ( docs/CollectionsCatalog.md )
561567- [ Coupon] ( docs/Coupon.md )
562568- [ CouponConstraints] ( docs/CouponConstraints.md )
563569- [ CouponCreatedEffectProps] ( docs/CouponCreatedEffectProps.md )
@@ -568,7 +574,6 @@ Class | Method | HTTP request | Description
568574- [ CouponFailureSummary] ( docs/CouponFailureSummary.md )
569575- [ CouponLimitConfigs] ( docs/CouponLimitConfigs.md )
570576- [ CouponRejectionReason] ( docs/CouponRejectionReason.md )
571- - [ CouponRejections] ( docs/CouponRejections.md )
572577- [ CouponReservations] ( docs/CouponReservations.md )
573578- [ CouponSearch] ( docs/CouponSearch.md )
574579- [ CouponValue] ( docs/CouponValue.md )
@@ -616,6 +621,12 @@ Class | Method | HTTP request | Description
616621- [ EventType] ( docs/EventType.md )
617622- [ EventV2] ( docs/EventV2.md )
618623- [ EventV3] ( docs/EventV3.md )
624+ - [ Experiment] ( docs/Experiment.md )
625+ - [ ExperimentResults] ( docs/ExperimentResults.md )
626+ - [ ExperimentVariant] ( docs/ExperimentVariant.md )
627+ - [ ExperimentVariantAllocation] ( docs/ExperimentVariantAllocation.md )
628+ - [ ExperimentVariantResult] ( docs/ExperimentVariantResult.md )
629+ - [ ExperimentVariantResultConfidence] ( docs/ExperimentVariantResultConfidence.md )
619630- [ ExpiringCardPointsData] ( docs/ExpiringCardPointsData.md )
620631- [ ExpiringCardPointsNotification] ( docs/ExpiringCardPointsNotification.md )
621632- [ ExpiringCouponsData] ( docs/ExpiringCouponsData.md )
@@ -651,6 +662,7 @@ Class | Method | HTTP request | Description
651662- [ IdentifiableEntity] ( docs/IdentifiableEntity.md )
652663- [ ImportEntity] ( docs/ImportEntity.md )
653664- [ IncreaseAchievementProgressEffectProps] ( docs/IncreaseAchievementProgressEffectProps.md )
665+ - [ InfluencingCampaignDetails] ( docs/InfluencingCampaignDetails.md )
654666- [ InlineResponse200] ( docs/InlineResponse200.md )
655667- [ InlineResponse2001] ( docs/InlineResponse2001.md )
656668- [ InlineResponse20010] ( docs/InlineResponse20010.md )
@@ -697,6 +709,7 @@ Class | Method | HTTP request | Description
697709- [ InlineResponse20048] ( docs/InlineResponse20048.md )
698710- [ InlineResponse20049] ( docs/InlineResponse20049.md )
699711- [ InlineResponse2005] ( docs/InlineResponse2005.md )
712+ - [ InlineResponse20050] ( docs/InlineResponse20050.md )
700713- [ InlineResponse2006] ( docs/InlineResponse2006.md )
701714- [ InlineResponse2007] ( docs/InlineResponse2007.md )
702715- [ InlineResponse2008] ( docs/InlineResponse2008.md )
@@ -799,6 +812,7 @@ Class | Method | HTTP request | Description
799812- [ NewCampaignTemplate] ( docs/NewCampaignTemplate.md )
800813- [ NewCatalog] ( docs/NewCatalog.md )
801814- [ NewCollection] ( docs/NewCollection.md )
815+ - [ NewCollectionsCatalog] ( docs/NewCollectionsCatalog.md )
802816- [ NewCouponCreationJob] ( docs/NewCouponCreationJob.md )
803817- [ NewCouponDeletionJob] ( docs/NewCouponDeletionJob.md )
804818- [ NewCoupons] ( docs/NewCoupons.md )
@@ -809,6 +823,9 @@ Class | Method | HTTP request | Description
809823- [ NewCustomerSessionV2] ( docs/NewCustomerSessionV2.md )
810824- [ NewEvent] ( docs/NewEvent.md )
811825- [ NewEventType] ( docs/NewEventType.md )
826+ - [ NewExperiment] ( docs/NewExperiment.md )
827+ - [ NewExperimentVariant] ( docs/NewExperimentVariant.md )
828+ - [ NewExperimentVariantArray] ( docs/NewExperimentVariantArray.md )
812829- [ NewExternalInvitation] ( docs/NewExternalInvitation.md )
813830- [ NewGiveawaysPool] ( docs/NewGiveawaysPool.md )
814831- [ NewInternalAudience] ( docs/NewInternalAudience.md )
@@ -948,7 +965,6 @@ Class | Method | HTTP request | Description
948965- [ ScimUsersListResponse] ( docs/ScimUsersListResponse.md )
949966- [ SecondaryDeployment] ( docs/SecondaryDeployment.md )
950967- [ Session] ( docs/Session.md )
951- - [ SessionCoupons] ( docs/SessionCoupons.md )
952968- [ SetDiscountEffectProps] ( docs/SetDiscountEffectProps.md )
953969- [ SetDiscountPerAdditionalCostEffectProps] ( docs/SetDiscountPerAdditionalCostEffectProps.md )
954970- [ SetDiscountPerAdditionalCostPerItemEffectProps] ( docs/SetDiscountPerAdditionalCostPerItemEffectProps.md )
@@ -1004,9 +1020,13 @@ Class | Method | HTTP request | Description
10041020- [ UpdateCampaignTemplate] ( docs/UpdateCampaignTemplate.md )
10051021- [ UpdateCatalog] ( docs/UpdateCatalog.md )
10061022- [ UpdateCollection] ( docs/UpdateCollection.md )
1023+ - [ UpdateCollectionsCatalog] ( docs/UpdateCollectionsCatalog.md )
10071024- [ UpdateCoupon] ( docs/UpdateCoupon.md )
10081025- [ UpdateCouponBatch] ( docs/UpdateCouponBatch.md )
10091026- [ UpdateCouponsData] ( docs/UpdateCouponsData.md )
1027+ - [ UpdateExperiment] ( docs/UpdateExperiment.md )
1028+ - [ UpdateExperimentVariant] ( docs/UpdateExperimentVariant.md )
1029+ - [ UpdateExperimentVariantArray] ( docs/UpdateExperimentVariantArray.md )
10101030- [ UpdateLoyaltyCard] ( docs/UpdateLoyaltyCard.md )
10111031- [ UpdateLoyaltyProgram] ( docs/UpdateLoyaltyProgram.md )
10121032- [ UpdateLoyaltyProgramTier] ( docs/UpdateLoyaltyProgramTier.md )
@@ -1022,7 +1042,6 @@ Class | Method | HTTP request | Description
10221042- [ ValueMap] ( docs/ValueMap.md )
10231043- [ Webhook] ( docs/Webhook.md )
10241044- [ WebhookAuthentication] ( docs/WebhookAuthentication.md )
1025- - [ WebhookAuthenticationBase] ( docs/WebhookAuthenticationBase.md )
10261045- [ WebhookAuthenticationDataBasic] ( docs/WebhookAuthenticationDataBasic.md )
10271046- [ WebhookAuthenticationDataCustom] ( docs/WebhookAuthenticationDataCustom.md )
10281047- [ WebhookAuthenticationWebhookRef] ( docs/WebhookAuthenticationWebhookRef.md )
0 commit comments