-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support new async methods * CR fixes * Update 2 last links * Update all links
- Loading branch information
Showing
31 changed files
with
353 additions
and
292 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
'@voucherify/sdk': major | ||
--- | ||
|
||
Support new async API methods | ||
|
||
Changes: | ||
- Campaign vouchers import | ||
- added CampaignsVouchersImportResponse | ||
- Vouchers import | ||
- added VouchersImportResponse | ||
- Vouchers bulkUpdate | ||
- using new API method | ||
- **BREAKING** change of VouchersBulkUpdateResponse | ||
- **BREAKING** obligatory 'metadata' field in VouchersBulkUpdateObject | ||
- Vouchers bulkUpdateMetadata | ||
- using new API method | ||
- **BREAKING** change of VouchersBulkUpdateMetadataResponse | ||
- **BREAKING** obligatory 'metadata' field in VouchersBulkUpdateMetadata | ||
- Products bulkUpdate | ||
- using [new API method](https://docs.voucherify.io/reference/post-products-in-bulk) | ||
- **BREAKING** change of ProductsBulkUpdateResponse | ||
- Products bulkUpdateMetadata | ||
- using [new API method](https://docs.voucherify.io/reference/async-update-products-metadata-in-bulk) | ||
- **BREAKING** change of method name | ||
- **BREAKING** change of ProductsBulkUpdateMetadataResponse | ||
- Products getSku | ||
- using [new API method](https://docs.voucherify.io/reference/get-sku-v20210726) | ||
- **BREAKING** change of method params | ||
- changed in CR fixes |
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,6 +1,7 @@ | ||
.vscode | ||
.old | ||
.DS_Store | ||
*.iml | ||
|
||
# Logs | ||
logs | ||
|
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.