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 Dec 10, 2024
1 parent 612d504 commit 2790182
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/importapi-sdk/src/generated/models/standalone-prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@ export interface StandalonePriceImport extends ImportResource {
*/
readonly value: TypedMoney
/**
* Sets the country for which this Price is valid.
* Sets the country for this Price, if the Price does not yet have a country.
*
* The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
* The country cannot be updated. Attempting to update the an existing country will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
*
*
*/
readonly country?: string
/**
* Sets the CustomerGroup for which this Price is valid.
* Sets the CustomerGroup for this Price, if the Price does not yet have a CustomerGroup.
*
* The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
* The CustomerGroup cannot be updated. Attempting to update an existing CustomerGroup will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
*
*
*/
readonly customerGroup?: CustomerGroupKeyReference
/**
* Sets the product distribution Channel for which this Price is valid.
* Sets the product distribution Channel for this Price, if the Price does not yet have a Channel.
*
* The value cannot be updated. Attempting to update the value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
* The Channel cannot be updated. Attempting to update an existing Channel will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,4 @@ b747e1fa4f246b748a89bccbfd8a43f5b6f51175
505b3af56b4452b22dfb595f93e010b3e2fccc53
7375cdc26481ba55e756479a87270432635bfcf7
df53588d26d7953dfdf44166866ca03045f0a70b
6b69c5425fe16564147deb9b1d6a9a1078dc5330

0 comments on commit 2790182

Please sign in to comment.