@@ -53,7 +53,7 @@ Add this dependency to your project's POM:
5353<dependency >
5454 <groupId >one.talon</groupId >
5555 <artifactId >talon-one-client</artifactId >
56- <version >9.0.2 </version >
56+ <version >9.1.0 </version >
5757 <scope >compile</scope >
5858</dependency >
5959```
@@ -63,7 +63,7 @@ Add this dependency to your project's POM:
6363Add this dependency to your project's build file:
6464
6565``` groovy
66- compile "one.talon:talon-one-client:9.0.2 "
66+ compile "one.talon:talon-one-client:9.1.0 "
6767```
6868
6969### Others
@@ -76,7 +76,7 @@ mvn clean package
7676
7777Then manually install the following JARs:
7878
79- * ` target/talon-one-client-9.0.2 .jar `
79+ * ` target/talon-one-client-9.1.0 .jar `
8080* ` target/lib/*.jar `
8181
8282## Getting Started
@@ -219,7 +219,7 @@ Class | Method | HTTP request | Description
219219* IntegrationApi* | [ ** generateLoyaltyCard** ] ( docs/IntegrationApi.md#generateLoyaltyCard ) | ** POST** /v1/loyalty_programs/{loyaltyProgramId}/cards | Generate loyalty card
220220* IntegrationApi* | [ ** getCustomerInventory** ] ( docs/IntegrationApi.md#getCustomerInventory ) | ** GET** /v1/customer_profiles/{integrationId}/inventory | List customer data
221221* IntegrationApi* | [ ** getCustomerSession** ] ( docs/IntegrationApi.md#getCustomerSession ) | ** GET** /v2/customer_sessions/{customerSessionId} | Get customer session
222- * IntegrationApi* | [ ** getLoyaltyBalances** ] ( docs/IntegrationApi.md#getLoyaltyBalances ) | ** GET** /v1/loyalty_programs/{loyaltyProgramId}/profile/{integrationId}/balances | Get customer' ; s loyalty points
222+ * IntegrationApi* | [ ** getLoyaltyBalances** ] ( docs/IntegrationApi.md#getLoyaltyBalances ) | ** GET** /v1/loyalty_programs/{loyaltyProgramId}/profile/{integrationId}/balances | Get customer' ; s loyalty balances
223223* IntegrationApi* | [ ** getLoyaltyCardBalances** ] ( docs/IntegrationApi.md#getLoyaltyCardBalances ) | ** GET** /v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/balances | Get card' ; s point balances
224224* IntegrationApi* | [ ** getLoyaltyCardPoints** ] ( docs/IntegrationApi.md#getLoyaltyCardPoints ) | ** GET** /v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/points | List card' ; s unused loyalty points
225225* IntegrationApi* | [ ** getLoyaltyCardTransactions** ] ( docs/IntegrationApi.md#getLoyaltyCardTransactions ) | ** GET** /v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId}/transactions | List card' ; s transactions
@@ -425,7 +425,6 @@ Class | Method | HTTP request | Description
425425 - [ Achievement] ( docs/Achievement.md )
426426 - [ AchievementAdditionalProperties] ( docs/AchievementAdditionalProperties.md )
427427 - [ AchievementProgress] ( docs/AchievementProgress.md )
428- - [ ActivateUserRequest] ( docs/ActivateUserRequest.md )
429428 - [ AddFreeItemEffectProps] ( docs/AddFreeItemEffectProps.md )
430429 - [ AddItemCatalogAction] ( docs/AddItemCatalogAction.md )
431430 - [ AddLoyaltyPoints] ( docs/AddLoyaltyPoints.md )
@@ -506,6 +505,7 @@ Class | Method | HTTP request | Description
506505 - [ CampaignStoreBudget] ( docs/CampaignStoreBudget.md )
507506 - [ CampaignTemplate] ( docs/CampaignTemplate.md )
508507 - [ CampaignTemplateCollection] ( docs/CampaignTemplateCollection.md )
508+ - [ CampaignTemplateCouponReservationSettings] ( docs/CampaignTemplateCouponReservationSettings.md )
509509 - [ CampaignTemplateParams] ( docs/CampaignTemplateParams.md )
510510 - [ CampaignVersions] ( docs/CampaignVersions.md )
511511 - [ CardAddedDeductedPointsNotificationPolicy] ( docs/CardAddedDeductedPointsNotificationPolicy.md )
@@ -562,7 +562,6 @@ Class | Method | HTTP request | Description
562562 - [ DeactivateUserRequest] ( docs/DeactivateUserRequest.md )
563563 - [ DeductLoyaltyPoints] ( docs/DeductLoyaltyPoints.md )
564564 - [ DeductLoyaltyPointsEffectProps] ( docs/DeductLoyaltyPointsEffectProps.md )
565- - [ DeleteUserRequest] ( docs/DeleteUserRequest.md )
566565 - [ Effect] ( docs/Effect.md )
567566 - [ EffectEntity] ( docs/EffectEntity.md )
568567 - [ EmailEntity] ( docs/EmailEntity.md )
@@ -668,6 +667,8 @@ Class | Method | HTTP request | Description
668667 - [ LibraryAttribute] ( docs/LibraryAttribute.md )
669668 - [ LimitConfig] ( docs/LimitConfig.md )
670669 - [ LimitCounter] ( docs/LimitCounter.md )
670+ - [ ListCampaignStoreBudgets] ( docs/ListCampaignStoreBudgets.md )
671+ - [ ListCampaignStoreBudgetsStore] ( docs/ListCampaignStoreBudgetsStore.md )
671672 - [ LoginParams] ( docs/LoginParams.md )
672673 - [ Loyalty] ( docs/Loyalty.md )
673674 - [ LoyaltyBalance] ( docs/LoyaltyBalance.md )
@@ -728,6 +729,8 @@ Class | Method | HTTP request | Description
728729 - [ NewCampaignEvaluationGroup] ( docs/NewCampaignEvaluationGroup.md )
729730 - [ NewCampaignGroup] ( docs/NewCampaignGroup.md )
730731 - [ NewCampaignSet] ( docs/NewCampaignSet.md )
732+ - [ NewCampaignStoreBudget] ( docs/NewCampaignStoreBudget.md )
733+ - [ NewCampaignStoreBudgetStoreLimit] ( docs/NewCampaignStoreBudgetStoreLimit.md )
731734 - [ NewCampaignTemplate] ( docs/NewCampaignTemplate.md )
732735 - [ NewCatalog] ( docs/NewCatalog.md )
733736 - [ NewCollection] ( docs/NewCollection.md )
@@ -848,6 +851,7 @@ Class | Method | HTTP request | Description
848851 - [ ScimServiceProviderConfigResponseChangePassword] ( docs/ScimServiceProviderConfigResponseChangePassword.md )
849852 - [ ScimServiceProviderConfigResponseFilter] ( docs/ScimServiceProviderConfigResponseFilter.md )
850853 - [ ScimServiceProviderConfigResponsePatch] ( docs/ScimServiceProviderConfigResponsePatch.md )
854+ - [ ScimServiceProviderConfigResponseSort] ( docs/ScimServiceProviderConfigResponseSort.md )
851855 - [ ScimUser] ( docs/ScimUser.md )
852856 - [ ScimUsersListResponse] ( docs/ScimUsersListResponse.md )
853857 - [ Session] ( docs/Session.md )
@@ -865,6 +869,7 @@ Class | Method | HTTP request | Description
865869 - [ StrikethroughLabelingNotification] ( docs/StrikethroughLabelingNotification.md )
866870 - [ StrikethroughSetDiscountPerItemEffectProps] ( docs/StrikethroughSetDiscountPerItemEffectProps.md )
867871 - [ StrikethroughTrigger] ( docs/StrikethroughTrigger.md )
872+ - [ SummaryCampaignStoreBudget] ( docs/SummaryCampaignStoreBudget.md )
868873 - [ TalangAttribute] ( docs/TalangAttribute.md )
869874 - [ TalangAttributeVisibility] ( docs/TalangAttributeVisibility.md )
870875 - [ TemplateArgDef] ( docs/TemplateArgDef.md )
@@ -896,9 +901,9 @@ Class | Method | HTTP request | Description
896901 - [ UpdateCollection] ( docs/UpdateCollection.md )
897902 - [ UpdateCoupon] ( docs/UpdateCoupon.md )
898903 - [ UpdateCouponBatch] ( docs/UpdateCouponBatch.md )
899- - [ UpdateCustomEffect] ( docs/UpdateCustomEffect.md )
900904 - [ UpdateLoyaltyCard] ( docs/UpdateLoyaltyCard.md )
901905 - [ UpdateLoyaltyProgram] ( docs/UpdateLoyaltyProgram.md )
906+ - [ UpdateLoyaltyProgramTier] ( docs/UpdateLoyaltyProgramTier.md )
902907 - [ UpdatePicklist] ( docs/UpdatePicklist.md )
903908 - [ UpdateReferral] ( docs/UpdateReferral.md )
904909 - [ UpdateReferralBatch] ( docs/UpdateReferralBatch.md )
0 commit comments