-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea2640a
commit ce9fab2
Showing
126 changed files
with
3,945 additions
and
618 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -110,6 +110,12 @@ Remember that this SDK is auto generated (except of the tests) so changes made h | |
|
||
## 📅 Changelog | ||
|
||
- **2024-11-26** - `5.0.2` | ||
- Added support for `STANDALONE` campaign type. | ||
- Added optional `metadata` in `OrderCalculatedItemSku` | ||
- New possible value of `ParameterExpandListCampaigns` | ||
- New optional `error` parameter in `Error` | ||
- Updated `LoyaltyCardTransactionDetailsBalance` | ||
- **2024-11-04** - `5.0.1` | ||
- Added support for returning `campaign_id` and `campaign_name` in stackable validation endpoint, when `redeemable` option is expanded | ||
- **2024-10-28** - `5.0.0` | ||
|
@@ -592,6 +598,7 @@ Class | Method | HTTP request | Description | |
- [EarningRuleSegment](docs/Model/EarningRuleSegment.md) | ||
- [EarningRuleSource](docs/Model/EarningRuleSource.md) | ||
- [Error](docs/Model/Error.md) | ||
- [ErrorError](docs/Model/ErrorError.md) | ||
- [EventsCreateRequestBody](docs/Model/EventsCreateRequestBody.md) | ||
- [EventsCreateRequestBodyLoyalty](docs/Model/EventsCreateRequestBodyLoyalty.md) | ||
- [EventsCreateRequestBodyReferral](docs/Model/EventsCreateRequestBodyReferral.md) | ||
|
@@ -871,6 +878,8 @@ Class | Method | HTTP request | Description | |
- [LoyaltyMemberLoyaltyCard](docs/Model/LoyaltyMemberLoyaltyCard.md) | ||
- [LoyaltyMemberPublish](docs/Model/LoyaltyMemberPublish.md) | ||
- [LoyaltyMemberRedemption](docs/Model/LoyaltyMemberRedemption.md) | ||
- [LoyaltyPointsBucket](docs/Model/LoyaltyPointsBucket.md) | ||
- [LoyaltyPointsBucketBucket](docs/Model/LoyaltyPointsBucketBucket.md) | ||
- [LoyaltyTier](docs/Model/LoyaltyTier.md) | ||
- [LoyaltyTierBase](docs/Model/LoyaltyTierBase.md) | ||
- [LoyaltyTierBasePoints](docs/Model/LoyaltyTierBasePoints.md) | ||
|
@@ -1486,6 +1495,8 @@ Class | Method | HTTP request | Description | |
- [VoucherAssets](docs/Model/VoucherAssets.md) | ||
- [VoucherAssetsBarcode](docs/Model/VoucherAssetsBarcode.md) | ||
- [VoucherAssetsQr](docs/Model/VoucherAssetsQr.md) | ||
- [VoucherBalance](docs/Model/VoucherBalance.md) | ||
- [VoucherBalanceRelatedObject](docs/Model/VoucherBalanceRelatedObject.md) | ||
- [VoucherGift](docs/Model/VoucherGift.md) | ||
- [VoucherLoyaltyCard](docs/Model/VoucherLoyaltyCard.md) | ||
- [VoucherPublish](docs/Model/VoucherPublish.md) | ||
|
@@ -1621,5 +1632,5 @@ [email protected] | |
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
||
- API version: `v2018-08-01` | ||
- Package version: `5.0.1` | ||
- Package version: `5.0.2` | ||
- Build package: `org.openapitools.codegen.languages.PhpNextgenClientCodegen` |
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.