Skip to content

Commit e6da9f5

Browse files
author
Talon-One SDK Generator
committed
update to 99.99.99
1 parent d303e7f commit e6da9f5

File tree

96 files changed

+5891
-365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+5891
-365
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0</version>
38+
<version>99.99.99</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
```
@@ -45,7 +45,7 @@ Add this dependency to your project's POM:
4545
Add this dependency to your project's build file:
4646

4747
```groovy
48-
compile "one.talon:talon-one-client:14.1.0"
48+
compile "one.talon:talon-one-client:99.99.99"
4949
```
5050

5151
### Others
@@ -254,6 +254,7 @@ Class | Method | HTTP request | Description
254254
*ManagementApi* | [**deleteCoupon**](docs/ManagementApi.md#deleteCoupon) | **DELETE** /v1/applications/{applicationId}/campaigns/{campaignId}/coupons/{couponId} | Delete coupon
255255
*ManagementApi* | [**deleteCoupons**](docs/ManagementApi.md#deleteCoupons) | **DELETE** /v1/applications/{applicationId}/campaigns/{campaignId}/coupons | Delete coupons
256256
*ManagementApi* | [**deleteLoyaltyCard**](docs/ManagementApi.md#deleteLoyaltyCard) | **DELETE** /v1/loyalty_programs/{loyaltyProgramId}/cards/{loyaltyCardId} | Delete loyalty card
257+
*ManagementApi* | [**deletePrismaticFlow**](docs/ManagementApi.md#deletePrismaticFlow) | **DELETE** /v1/prismatic/flow | de-registers a prismatic flow for an event
257258
*ManagementApi* | [**deleteReferral**](docs/ManagementApi.md#deleteReferral) | **DELETE** /v1/applications/{applicationId}/campaigns/{campaignId}/referrals/{referralId} | Delete referral
258259
*ManagementApi* | [**deleteStore**](docs/ManagementApi.md#deleteStore) | **DELETE** /v1/applications/{applicationId}/stores/{storeId} | Delete store
259260
*ManagementApi* | [**deleteUser**](docs/ManagementApi.md#deleteUser) | **DELETE** /v1/users/{userId} | Delete user
@@ -362,6 +363,7 @@ Class | Method | HTTP request | Description
362363
*ManagementApi* | [**listCollectionsInApplication**](docs/ManagementApi.md#listCollectionsInApplication) | **GET** /v1/applications/{applicationId}/collections | List collections in Application
363364
*ManagementApi* | [**listStores**](docs/ManagementApi.md#listStores) | **GET** /v1/applications/{applicationId}/stores | List stores
364365
*ManagementApi* | [**oktaEventHandlerChallenge**](docs/ManagementApi.md#oktaEventHandlerChallenge) | **GET** /v1/provisioning/okta | Validate Okta API ownership
366+
*ManagementApi* | [**postPrismaticFlow**](docs/ManagementApi.md#postPrismaticFlow) | **POST** /v1/prismatic/flow | registers a prismatic flow for an event
365367
*ManagementApi* | [**removeLoyaltyPoints**](docs/ManagementApi.md#removeLoyaltyPoints) | **PUT** /v1/loyalty_programs/{loyaltyProgramId}/profile/{integrationId}/deduct_points | Deduct points from customer profile
366368
*ManagementApi* | [**resetPassword**](docs/ManagementApi.md#resetPassword) | **POST** /v1/reset_password | Reset password
367369
*ManagementApi* | [**scimCreateGroup**](docs/ManagementApi.md#scimCreateGroup) | **POST** /v1/provisioning/scim/Groups | Create SCIM group
@@ -420,6 +422,8 @@ Class | Method | HTTP request | Description
420422
- [AchievementProgress](docs/AchievementProgress.md)
421423
- [AchievementProgressWithDefinition](docs/AchievementProgressWithDefinition.md)
422424
- [AchievementStatusEntry](docs/AchievementStatusEntry.md)
425+
- [ActivateLoyaltyPoints](docs/ActivateLoyaltyPoints.md)
426+
- [ActivateLoyaltyPointsResponse](docs/ActivateLoyaltyPointsResponse.md)
423427
- [AddFreeItemEffectProps](docs/AddFreeItemEffectProps.md)
424428
- [AddItemCatalogAction](docs/AddItemCatalogAction.md)
425429
- [AddLoyaltyPoints](docs/AddLoyaltyPoints.md)
@@ -506,6 +510,7 @@ Class | Method | HTTP request | Description
506510
- [CampaignEvaluationTreeChangedNotification](docs/CampaignEvaluationTreeChangedNotification.md)
507511
- [CampaignGroup](docs/CampaignGroup.md)
508512
- [CampaignGroupEntity](docs/CampaignGroupEntity.md)
513+
- [CampaignLogSummary](docs/CampaignLogSummary.md)
509514
- [CampaignNotificationBase](docs/CampaignNotificationBase.md)
510515
- [CampaignNotificationGeneric](docs/CampaignNotificationGeneric.md)
511516
- [CampaignNotificationItemBase](docs/CampaignNotificationItemBase.md)
@@ -602,6 +607,7 @@ Class | Method | HTTP request | Description
602607
- [Event](docs/Event.md)
603608
- [EventType](docs/EventType.md)
604609
- [EventV2](docs/EventV2.md)
610+
- [EventV3](docs/EventV3.md)
605611
- [ExpiringCardPointsData](docs/ExpiringCardPointsData.md)
606612
- [ExpiringCardPointsNotification](docs/ExpiringCardPointsNotification.md)
607613
- [ExpiringCouponsData](docs/ExpiringCouponsData.md)
@@ -694,7 +700,10 @@ Class | Method | HTTP request | Description
694700
- [IntegrationEntity](docs/IntegrationEntity.md)
695701
- [IntegrationEvent](docs/IntegrationEvent.md)
696702
- [IntegrationEventV2Request](docs/IntegrationEventV2Request.md)
703+
- [IntegrationEventV3Request](docs/IntegrationEventV3Request.md)
704+
- [IntegrationEventV3Response](docs/IntegrationEventV3Response.md)
697705
- [IntegrationProfileEntity](docs/IntegrationProfileEntity.md)
706+
- [IntegrationProfileEntityV3](docs/IntegrationProfileEntityV3.md)
698707
- [IntegrationRequest](docs/IntegrationRequest.md)
699708
- [IntegrationState](docs/IntegrationState.md)
700709
- [IntegrationStateV2](docs/IntegrationStateV2.md)
@@ -850,6 +859,9 @@ Class | Method | HTTP request | Description
850859
- [PriceType](docs/PriceType.md)
851860
- [PriceTypeReferenceDetail](docs/PriceTypeReferenceDetail.md)
852861
- [PriceTypeReferences](docs/PriceTypeReferences.md)
862+
- [PrismaticFlow](docs/PrismaticFlow.md)
863+
- [PrismaticFlowConfig](docs/PrismaticFlowConfig.md)
864+
- [PrismaticFlowWithConfig](docs/PrismaticFlowWithConfig.md)
853865
- [Product](docs/Product.md)
854866
- [ProductSearchMatch](docs/ProductSearchMatch.md)
855867
- [ProductUnitAnalytics](docs/ProductUnitAnalytics.md)

0 commit comments

Comments
 (0)