-
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.
Add missing DiscountFixed type (#207)
* add missing DiscountFixed type * add changeset for changes related to missing DiscountFixed type * Update the changeset description for DiscountFixed type --------- Co-authored-by: Marcin Slezak <[email protected]>
- Loading branch information
1 parent
3d7d014
commit e7fab63
Showing
7 changed files
with
57 additions
and
15 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,37 @@ | ||
--- | ||
'@voucherify/sdk': patch | ||
--- | ||
|
||
Added missing DiscountFixed type addressing issue #206. Affected types: | ||
- type `ClientSideValidateResponse` related to: | ||
- response for GET `/validate` | ||
- type `SimplePromotionTier` related to: | ||
- response GET `/promotions/validation` | ||
- type `PromotionsCreate` related to: | ||
- params for POST `/campaigns` | ||
- type `PromotionsValidateResponse` related to: | ||
- response for POST `/promotions/validation` | ||
- type `VouchersResponse` related to: | ||
- response for POST `/redeem` | ||
- response for POST `/vouchers/qualification` | ||
- params for POST and PUT `/vouchers/${encode(voucher.code)}` | ||
- response for GET `/vouchers/${encode(code)}` | ||
- response POST `loyalties/{campaignId}/members/{memberId}/redemption` | ||
- response POST `/vouchers/${encode(code)}/enable` | ||
- response POST `/vouchers/${encode(code)}/disable` | ||
- type `VouchersImport` related to: | ||
- params for POST `/vouchers/import` | ||
- type `PromotionTier` related to: | ||
- response for GET `/promotions/tiers` | ||
- response for GET `/promotions/${encode(promotionId)}/tiers` | ||
- response for POST `/promotions/tiers/${encode(promotionsTierId)}/redemption` | ||
- response for POST `/vouchers/${encode(code)}/redemption` | ||
- type `PromotionTiersCreateParams` related to: | ||
- params for POST `/promotions/${encode(promotionId)}/tiers` | ||
- type `ValidationsValidateVoucherResponse` related to: | ||
- response for POST `/vouchers/${encode(code)}/validate` | ||
- type `SimpleVoucher` related to: | ||
- response GET/PUT/POST `/campaigns/${encode(name)}` | ||
- response GET `/campaigns` | ||
- params POST `/campaigns` | ||
- response POST `/campaigns/qualification` |
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
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