Skip to content

Commit 8a8357a

Browse files
committed
update 10.0.0
1 parent 0c1006a commit 8a8357a

26 files changed

+1406
-1735
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ Class | Method | HTTP request | Description
348348
*ManagementApi* | [**GetLoyaltyProgramTransactions**](docs/ManagementApi.md#getloyaltyprogramtransactions) | **GET** /v1/loyalty_programs/{loyaltyProgramId}/transactions | List loyalty program transactions
349349
*ManagementApi* | [**GetLoyaltyPrograms**](docs/ManagementApi.md#getloyaltyprograms) | **GET** /v1/loyalty_programs | List loyalty programs
350350
*ManagementApi* | [**GetLoyaltyStatistics**](docs/ManagementApi.md#getloyaltystatistics) | **GET** /v1/loyalty_programs/{loyaltyProgramId}/statistics | Get loyalty program statistics
351+
*ManagementApi* | [**GetMessageLogs**](docs/ManagementApi.md#getmessagelogs) | **GET** /v1/message_logs | List message log entries
351352
*ManagementApi* | [**GetReferralsWithoutTotalCount**](docs/ManagementApi.md#getreferralswithouttotalcount) | **GET** /v1/applications/{applicationId}/campaigns/{campaignId}/referrals/no_total | List referrals
352353
*ManagementApi* | [**GetRoleV2**](docs/ManagementApi.md#getrolev2) | **GET** /v2/roles/{roleId} | Get role
353354
*ManagementApi* | [**GetRuleset**](docs/ManagementApi.md#getruleset) | **GET** /v1/applications/{applicationId}/campaigns/{campaignId}/rulesets/{rulesetId} | Get ruleset
@@ -378,11 +379,7 @@ Class | Method | HTTP request | Description
378379
*ManagementApi* | [**ListCollections**](docs/ManagementApi.md#listcollections) | **GET** /v1/applications/{applicationId}/campaigns/{campaignId}/collections | List collections in campaign
379380
*ManagementApi* | [**ListCollectionsInApplication**](docs/ManagementApi.md#listcollectionsinapplication) | **GET** /v1/applications/{applicationId}/collections | List collections in Application
380381
*ManagementApi* | [**ListStores**](docs/ManagementApi.md#liststores) | **GET** /v1/applications/{applicationId}/stores | List stores
381-
*ManagementApi* | [**NotificationActivation**](docs/ManagementApi.md#notificationactivation) | **PUT** /v1/notifications/{notificationId}/activation | Activate or deactivate notification
382382
*ManagementApi* | [**OktaEventHandlerChallenge**](docs/ManagementApi.md#oktaeventhandlerchallenge) | **GET** /v1/provisioning/okta | Validate Okta API ownership
383-
*ManagementApi* | [**PostAddedDeductedPointsNotification**](docs/ManagementApi.md#postaddeddeductedpointsnotification) | **POST** /v1/loyalty_programs/{loyaltyProgramId}/notifications/added_deducted_points | Create notification about added or deducted loyalty points
384-
*ManagementApi* | [**PostCatalogsStrikethroughNotification**](docs/ManagementApi.md#postcatalogsstrikethroughnotification) | **POST** /v1/applications/{applicationId}/catalogs/notifications/strikethrough | Create strikethrough notification
385-
*ManagementApi* | [**PostPendingPointsNotification**](docs/ManagementApi.md#postpendingpointsnotification) | **POST** /v1/loyalty_programs/{loyaltyProgramId}/notifications/pending_points | Create notification about pending loyalty points
386383
*ManagementApi* | [**RemoveLoyaltyPoints**](docs/ManagementApi.md#removeloyaltypoints) | **PUT** /v1/loyalty_programs/{loyaltyProgramId}/profile/{integrationId}/deduct_points | Deduct points from customer profile
387384
*ManagementApi* | [**ResetPassword**](docs/ManagementApi.md#resetpassword) | **POST** /v1/reset_password | Reset password
388385
*ManagementApi* | [**ScimCreateUser**](docs/ManagementApi.md#scimcreateuser) | **POST** /v1/provisioning/scim/Users | Create SCIM user
@@ -573,9 +570,9 @@ Class | Method | HTTP request | Description
573570
- [Model.CustomerProfileUpdateV2Response](docs/CustomerProfileUpdateV2Response.md)
574571
- [Model.CustomerSession](docs/CustomerSession.md)
575572
- [Model.CustomerSessionV2](docs/CustomerSessionV2.md)
576-
- [Model.DeactivateUserRequest](docs/DeactivateUserRequest.md)
577573
- [Model.DeductLoyaltyPoints](docs/DeductLoyaltyPoints.md)
578574
- [Model.DeductLoyaltyPointsEffectProps](docs/DeductLoyaltyPointsEffectProps.md)
575+
- [Model.DeleteUserRequest](docs/DeleteUserRequest.md)
579576
- [Model.Effect](docs/Effect.md)
580577
- [Model.EffectEntity](docs/EffectEntity.md)
581578
- [Model.EmailEntity](docs/EmailEntity.md)
@@ -835,6 +832,7 @@ Class | Method | HTTP request | Description
835832
- [Model.ReturnedCartItem](docs/ReturnedCartItem.md)
836833
- [Model.Revision](docs/Revision.md)
837834
- [Model.RevisionActivation](docs/RevisionActivation.md)
835+
- [Model.RevisionActivationRequest](docs/RevisionActivationRequest.md)
838836
- [Model.RevisionVersion](docs/RevisionVersion.md)
839837
- [Model.Role](docs/Role.md)
840838
- [Model.RoleAssign](docs/RoleAssign.md)

docs/CampaignTemplate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
2828
**Updated** | **DateTime** | Timestamp of the most recent update to the campaign template or any of its elements. | [optional]
2929
**UpdatedBy** | **string** | Name of the user who last updated this campaign template, if available. | [optional]
3030
**ValidApplicationIds** | **List<int>** | The IDs of the Applications that are related to this entity. |
31+
**IsUserFavorite** | **bool** | A flag indicating whether the user marked the template as a favorite. | [optional] [default to false]
3132

3233
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3334

docs/IntegrationApi.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ Name | Type | Description | Notes
20172017

20182018
<a name="trackeventv2"></a>
20192019
# **TrackEventV2**
2020-
> TrackEventV2Response TrackEventV2 (IntegrationEventV2Request body, string silent = null, bool? dry = null)
2020+
> TrackEventV2Response TrackEventV2 (IntegrationEventV2Request body, string silent = null, bool? dry = null, bool? forceCompleteEvaluation = null)
20212021
20222022
Track event
20232023

@@ -2048,11 +2048,12 @@ namespace Example
20482048
var body = new IntegrationEventV2Request(); // IntegrationEventV2Request | body
20492049
var silent = silent_example; // string | Possible values: `yes` or `no`. - `yes`: Increases the performance of the API call by returning a 204 response. - `no`: Returns a 200 response that contains the updated customer profiles. (optional) (default to "yes")
20502050
var dry = true; // bool? | Indicates whether to persist the changes. Changes are ignored when `dry=true`. (optional)
2051+
var forceCompleteEvaluation = true; // bool? | Forces evaluation for all matching campaigns regardless of the [campaign evaluation mode](https://docs.talon.one/docs/product/applications/managing-campaign-evaluation#setting-campaign-evaluation-mode). Requires `dry=true`. (optional) (default to false)
20512052
20522053
try
20532054
{
20542055
// Track event
2055-
TrackEventV2Response result = apiInstance.TrackEventV2(body, silent, dry);
2056+
TrackEventV2Response result = apiInstance.TrackEventV2(body, silent, dry, forceCompleteEvaluation);
20562057
Debug.WriteLine(result);
20572058
}
20582059
catch (ApiException e)
@@ -2073,6 +2074,7 @@ Name | Type | Description | Notes
20732074
**body** | [**IntegrationEventV2Request**](IntegrationEventV2Request.md)| body |
20742075
**silent** | **string**| Possible values: &#x60;yes&#x60; or &#x60;no&#x60;. - &#x60;yes&#x60;: Increases the performance of the API call by returning a 204 response. - &#x60;no&#x60;: Returns a 200 response that contains the updated customer profiles. | [optional] [default to &quot;yes&quot;]
20752076
**dry** | **bool?**| Indicates whether to persist the changes. Changes are ignored when &#x60;dry&#x3D;true&#x60;. | [optional]
2077+
**forceCompleteEvaluation** | **bool?**| Forces evaluation for all matching campaigns regardless of the [campaign evaluation mode](https://docs.talon.one/docs/product/applications/managing-campaign-evaluation#setting-campaign-evaluation-mode). Requires &#x60;dry&#x3D;true&#x60;. | [optional] [default to false]
20762078

20772079
### Return type
20782080

docs/LedgerTransactionLogEntryIntegrationAPI.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**Id** | **int** | ID of the loyalty ledger transaction. |
1717
**RulesetId** | **int** | The ID of the ruleset containing the rule that triggered this effect. | [optional]
1818
**RuleName** | **string** | The name of the rule that triggered this effect. | [optional]
19+
**Flags** | [**LoyaltyLedgerEntryFlags**](LoyaltyLedgerEntryFlags.md) | | [optional]
1920

2021
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2122

docs/LoyaltyProgramTransaction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
2121
**UserEmail** | **string** | The email of the Campaign Manager account that manually added or deducted points. Applies only to manual transactions. | [optional]
2222
**RulesetId** | **int** | ID of the ruleset containing the rule that triggered the effect. Applies only for transactions that resulted from a customer session. | [optional]
2323
**RuleName** | **string** | Name of the rule that triggered the effect. Applies only for transactions that resulted from a customer session. | [optional]
24+
**Flags** | [**LoyaltyLedgerEntryFlags**](LoyaltyLedgerEntryFlags.md) | | [optional]
2425

2526
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2627

0 commit comments

Comments
 (0)