From 2790182e925e9a5b31baa640efb16ed71100c8c5 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 05:38:26 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../src/generated/models/standalone-prices.ts | 12 ++++++------ references.txt | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/importapi-sdk/src/generated/models/standalone-prices.ts b/packages/importapi-sdk/src/generated/models/standalone-prices.ts index 1d990bba0..5444ce220 100644 --- a/packages/importapi-sdk/src/generated/models/standalone-prices.ts +++ b/packages/importapi-sdk/src/generated/models/standalone-prices.ts @@ -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. * * */ diff --git a/references.txt b/references.txt index 7b5c1509a..6a18dacaf 100644 --- a/references.txt +++ b/references.txt @@ -346,3 +346,4 @@ b747e1fa4f246b748a89bccbfd8a43f5b6f51175 505b3af56b4452b22dfb595f93e010b3e2fccc53 7375cdc26481ba55e756479a87270432635bfcf7 df53588d26d7953dfdf44166866ca03045f0a70b +6b69c5425fe16564147deb9b1d6a9a1078dc5330