-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.3.0: Customer Profile Update v2 dry runs & Loyalty Program Statist…
…ics (#8) ## Summary ### Integration API - Introduce `loyalty` flag in [`getCustomerInventory`](https://developers.talon.one/Integration-API/API-Reference#getCustomerInventory) endpoint to retrieve also profile's loyalty programs subscription and stats upon querying the endpoint - Introduce flags to control whether a customer [profile update request v2](https://developers.talon.one/Integration-API/API-Reference#updateCustomerProfileV2) should be a "dry run" or force it to "run rule engine" ### Loyalty Programs - Introduce Loyalty Programs statistics [endpoint](https://developers.talon.one/Management-API/API-Reference#getLoyaltyStatistics) to get a loyalty program stats snapshot ### Account Analytics - [Account analytics](https://github.com/talon-one/TalonOnePHPsdk/blob/0554761fff24d7bba56b4ab31fa4ed71eee5d0ef/docs/Model/AccountAnalytics.md) now respect live/sandbox application flagging and reports new data points: `liveApplications`, `sandboxApplications` and `liveActiveCampaigns` ### Misc: OpenAPI Generator version upgrade We have upgraded the OpenAPI Generator used to release this SDK from [v4.2.3](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.2.3) to [v4.3.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.3.1) which includes a few subtle improvements in the generated code, for full list of changes, please consult the release logs' under the PHP section. ----- ## Commit Summary: * Initial Commit * Upgrade generator version
- Loading branch information
Showing
484 changed files
with
9,285 additions
and
1,436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.2.3 | ||
4.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.