Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jul 1, 2024
1 parent 5d5aa4d commit 9cb75f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/platform-sdk/src/generated/models/discount-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,16 @@ export interface DiscountCodeDraft {
/**
* Number of times the DiscountCode can be applied.
*
* If not set, the DiscountCode can be applied any number of times.
*
*
*/
readonly maxApplications?: number
/**
* Number of times the DiscountCode can be applied per Customer.
*
* If not set, the DiscountCode can be applied any number of times.
*
*
*/
readonly maxApplicationsPerCustomer?: number
Expand Down Expand Up @@ -434,7 +438,9 @@ export interface DiscountCodeSetKeyAction {
export interface DiscountCodeSetMaxApplicationsAction {
readonly action: 'setMaxApplications'
/**
* Value to set. If empty, any existing value will be removed.
* Value to set.
*
* If empty, any existing value will be removed and the DiscountCode can be applied any number of times.
*
*
*/
Expand All @@ -443,7 +449,9 @@ export interface DiscountCodeSetMaxApplicationsAction {
export interface DiscountCodeSetMaxApplicationsPerCustomerAction {
readonly action: 'setMaxApplicationsPerCustomer'
/**
* Value to set. If empty, any existing value will be removed.
* Value to set.
*
* If empty, any existing value will be removed and the DiscountCode can be applied any number of times.
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,4 @@ dd8eca14a0c47d154e4c705909a3d2696369bfd1
63b10d36aea8ef676ec3c5cdbcf59eab1242d827
f406baef04eced1a7bda3817e935f54e234a9f4e
c163df6435d9b4770f1d07cd2cb379c1f620ceb5
12d3fba1b3f1f281cc37eaa04513df858393ab39

0 comments on commit 9cb75f0

Please sign in to comment.