@commercetools/importapi-sdk 6.3.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +82 -0
- package/dist/commercetools-importapi-sdk.browser.cjs.js +256 -62
- package/dist/commercetools-importapi-sdk.browser.esm.js +250 -63
- package/dist/commercetools-importapi-sdk.cjs.dev.js +256 -62
- package/dist/commercetools-importapi-sdk.cjs.prod.js +256 -62
- package/dist/commercetools-importapi-sdk.esm.js +250 -63
- package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts.map +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-categories-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-customers-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-discount-codes-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-by-import-container-key-request-builder.d.ts +3 -3
- package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-request-builder.d.ts +2 -2
- package/dist/declarations/src/generated/client/import-containers/by-project-key-inventories-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-order-patches-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-orders-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-prices-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-drafts-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-by-import-container-key-request-builder.d.ts +38 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-by-import-container-key-request-builder.d.ts.map +1 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-request-builder.d.ts +29 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-request-builder.d.ts.map +1 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-types-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variant-patches-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variants-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-products-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-standalone-prices-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-types-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-operations/by-project-key-import-containers-by-import-container-key-import-operations-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-operations/by-project-key-import-operations-by-id-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-summaries/by-project-key-import-containers-by-import-container-key-import-summaries-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/product-selections/by-project-key-product-selections-request-builder.d.ts +27 -0
- package/dist/declarations/src/generated/client/product-selections/by-project-key-product-selections-request-builder.d.ts.map +1 -0
- package/dist/declarations/src/generated/index.d.ts +4 -0
- package/dist/declarations/src/generated/index.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/categories.d.ts +5 -8
- package/dist/declarations/src/generated/models/categories.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/common.d.ts +160 -59
- package/dist/declarations/src/generated/models/common.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/customers.d.ts +12 -13
- package/dist/declarations/src/generated/models/customers.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/customfields.d.ts +149 -91
- package/dist/declarations/src/generated/models/customfields.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/discount-codes.d.ts +12 -14
- package/dist/declarations/src/generated/models/discount-codes.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/errors.d.ts +6 -0
- package/dist/declarations/src/generated/models/errors.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importcontainers.d.ts +68 -23
- package/dist/declarations/src/generated/models/importcontainers.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importoperations.d.ts +19 -17
- package/dist/declarations/src/generated/models/importoperations.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importrequests.d.ts +31 -17
- package/dist/declarations/src/generated/models/importrequests.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importsummaries.d.ts +11 -12
- package/dist/declarations/src/generated/models/importsummaries.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/inventories.d.ts +8 -8
- package/dist/declarations/src/generated/models/order-patches.d.ts +57 -7
- package/dist/declarations/src/generated/models/order-patches.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/orders.d.ts +138 -46
- package/dist/declarations/src/generated/models/orders.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/prices.d.ts +10 -14
- package/dist/declarations/src/generated/models/prices.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/product-selections.d.ts +109 -0
- package/dist/declarations/src/generated/models/product-selections.d.ts.map +1 -0
- package/dist/declarations/src/generated/models/productdrafts.d.ts +41 -64
- package/dist/declarations/src/generated/models/productdrafts.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/products.d.ts +22 -60
- package/dist/declarations/src/generated/models/products.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/producttypes.d.ts +23 -19
- package/dist/declarations/src/generated/models/producttypes.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/productvariants.d.ts +162 -89
- package/dist/declarations/src/generated/models/productvariants.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/standalone-prices.d.ts +14 -15
- package/dist/declarations/src/generated/models/standalone-prices.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/types.d.ts +11 -4
- package/dist/declarations/src/generated/models/types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -6,66 +6,65 @@
|
|
|
6
6
|
import { ChannelKeyReference, CustomerGroupKeyReference, DiscountedPrice, ImportResource, PriceTier, TypedMoney } from "./common.js";
|
|
7
7
|
import { Custom } from "./customfields.js";
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Represents the data used to import a StandalonePrice. Once imported, this data is persisted as a [StandalonePrice](ctp:api:type:StandalonePrice)) in the Project.
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
12
12
|
export interface StandalonePriceImport extends ImportResource {
|
|
13
13
|
/**
|
|
14
|
-
* User-defined unique identifier for the
|
|
14
|
+
* User-defined unique identifier for the StandalonePrice. If a [StandalonePrice](ctp:api:type:StandalonePrice)) with this `key` exists, it is updated with the imported data.
|
|
15
15
|
*
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
readonly key: string;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Maps to `StandalonePrice.sku`. This value is not validated to exist in Product Variants.
|
|
21
21
|
*
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
readonly sku: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Maps to `StandalonePrice.value`.
|
|
27
27
|
*
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
readonly value: TypedMoney;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* The country cannot be updated. Attempting to update the an existing country will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
|
|
32
|
+
* Maps to `StandalonePrice.country`. This value cannot be updated. Attempting to update this value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
|
|
35
33
|
*
|
|
36
34
|
*
|
|
37
35
|
*/
|
|
38
36
|
readonly country?: string;
|
|
39
37
|
/**
|
|
40
|
-
*
|
|
38
|
+
* Maps to `StandalonePrice.customerGroup`. If the referenced [CustomerGroup](ctp:api:type:CustomerGroup) does not exist, the `state` of the [ImportOperation](ctp:import:type:ImportOperation) will be set to `unresolved` until the referenced CustomerGroup is created.
|
|
41
39
|
*
|
|
42
|
-
*
|
|
40
|
+
* This value cannot be updated. Attempting to update this value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
|
|
43
41
|
*
|
|
44
42
|
*
|
|
45
43
|
*/
|
|
46
44
|
readonly customerGroup?: CustomerGroupKeyReference;
|
|
47
45
|
/**
|
|
48
|
-
*
|
|
46
|
+
* Maps to `StandalonePrice.channel`. If the referenced [Channel](ctp:api:type:Channel) does not exist, the `state` of the [ImportOperation](ctp:import:type:ImportOperation) will be set to `unresolved` until the referenced Channel is created.
|
|
49
47
|
*
|
|
50
|
-
*
|
|
48
|
+
* This value cannot be updated. Attempting to update this value will result in an [InvalidFieldsUpdate](/import-export/error#invalidfieldsupdateerror) error.
|
|
51
49
|
*
|
|
52
50
|
*
|
|
53
51
|
*/
|
|
54
52
|
readonly channel?: ChannelKeyReference;
|
|
55
53
|
/**
|
|
56
|
-
*
|
|
54
|
+
* Maps to `StandalonePrice.validFrom`.
|
|
57
55
|
*
|
|
58
56
|
*
|
|
59
57
|
*/
|
|
60
58
|
readonly validFrom?: string;
|
|
61
59
|
/**
|
|
62
|
-
*
|
|
60
|
+
* Maps to `StandalonePrice.validUntil`.
|
|
63
61
|
*
|
|
64
62
|
*
|
|
65
63
|
*/
|
|
66
64
|
readonly validUntil?: string;
|
|
67
65
|
/**
|
|
68
|
-
*
|
|
66
|
+
* Maps to `StandalonePrice.tiers`.
|
|
67
|
+
*
|
|
69
68
|
*
|
|
70
69
|
*/
|
|
71
70
|
readonly tiers?: PriceTier[];
|
|
@@ -75,7 +74,7 @@ export interface StandalonePriceImport extends ImportResource {
|
|
|
75
74
|
*/
|
|
76
75
|
readonly discounted?: DiscountedPrice;
|
|
77
76
|
/**
|
|
78
|
-
*
|
|
77
|
+
* Maps to `StandalonePrice.custom`.
|
|
79
78
|
*
|
|
80
79
|
*/
|
|
81
80
|
readonly custom?: Custom;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standalone-prices.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["standalone-prices.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,mBAAmB,EACnB,yBAAyB,EACzB,eAAe,EACf,cAAc,EACd,SAAS,EACT,UAAU,EACX,oBAAgB;AACjB,OAAO,EAAE,MAAM,EAAE,0BAAsB;AAEvC;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,cAAc;IAC3D;;;;OAIG;IACH,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAA;IAC1B
|
|
1
|
+
{"version":3,"file":"standalone-prices.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["standalone-prices.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,mBAAmB,EACnB,yBAAyB,EACzB,eAAe,EACf,cAAc,EACd,SAAS,EACT,UAAU,EACX,oBAAgB;AACjB,OAAO,EAAE,MAAM,EAAE,0BAAsB;AAEvC;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,cAAc;IAC3D;;;;OAIG;IACH,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAA;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAA;IACzB;;;;;;OAMG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,yBAAyB,CAAA;IAClD;;;;;;OAMG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,mBAAmB,CAAA;IACtC;;;;OAIG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,CAAA;IAC5B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,eAAe,CAAA;IACrC;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CACzB"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { ImportResource, LocalizedString } from "./common.js";
|
|
7
7
|
/**
|
|
8
|
-
* Provides a visual representation type for this field. It is only relevant for string-based field types like [CustomFieldStringType](ctp:
|
|
8
|
+
* Provides a visual representation type for this field. It is only relevant for string-based field types like [CustomFieldStringType](ctp:api:type:CustomFieldStringType) and [CustomFieldLocalizedStringType](ctp:api:type:CustomFieldLocalizedStringType).
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
11
|
export declare enum TypeTextInputHintValues {
|
|
@@ -50,9 +50,16 @@ export declare enum ResourceTypeIdValues {
|
|
|
50
50
|
Transaction = "transaction"
|
|
51
51
|
}
|
|
52
52
|
export type ResourceTypeId = 'address' | 'asset' | 'business-unit' | 'cart-discount' | 'category' | 'channel' | 'custom-line-item' | 'customer' | 'customer-group' | 'discount-code' | 'inventory-entry' | 'line-item' | 'order' | 'order-delivery' | 'order-edit' | 'order-parcel' | 'order-return-item' | 'payment' | 'payment-interface-interaction' | 'product-price' | 'product-selection' | 'quote' | 'review' | 'shipping' | 'shipping-method' | 'shopping-list' | 'shopping-list-text-line-item' | 'standalone-price' | 'store' | 'transaction' | (string & {});
|
|
53
|
+
/**
|
|
54
|
+
* Defines the data type of a Custom Field. Maps to `Type.FieldDefinition.type`.
|
|
55
|
+
* The `discriminator` is used to determine the type of the field.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
53
58
|
export type FieldType = CustomFieldBooleanType | CustomFieldDateTimeType | CustomFieldDateType | CustomFieldEnumType | CustomFieldLocalizedEnumType | CustomFieldLocalizedStringType | CustomFieldMoneyType | CustomFieldNumberType | CustomFieldReferenceType | CustomFieldSetType | CustomFieldStringType | CustomFieldTimeType;
|
|
54
59
|
export interface IFieldType {
|
|
55
60
|
/**
|
|
61
|
+
* Name of the field type. Must be unique for a given [ResourceTypeId](ctp:import:type:ResourceTypeId). In case there is a FieldDefinition with the same `name` in another Type, both FieldDefinitions must have the same `type`. This value cannot be changed after the Type is imported.
|
|
62
|
+
*
|
|
56
63
|
*
|
|
57
64
|
*/
|
|
58
65
|
readonly name: string;
|
|
@@ -227,19 +234,19 @@ export interface FieldDefinition {
|
|
|
227
234
|
*/
|
|
228
235
|
readonly required: boolean;
|
|
229
236
|
/**
|
|
230
|
-
* Provides a visual representation type for this field. It is only relevant for string-based field types like [CustomFieldStringType](ctp:
|
|
237
|
+
* Provides a visual representation type for this field. It is only relevant for string-based field types like [CustomFieldStringType](ctp:api:type:CustomFieldStringType) and [CustomFieldLocalizedStringType](ctp:api:type:CustomFieldLocalizedStringType).
|
|
231
238
|
*
|
|
232
239
|
*
|
|
233
240
|
*/
|
|
234
241
|
readonly inputHint?: TypeTextInputHint;
|
|
235
242
|
}
|
|
236
243
|
/**
|
|
237
|
-
*
|
|
244
|
+
* Represents the data used to import a Type. Once imported, this data is persisted as a [Type](ctp:api:type:Type) in the Project.
|
|
238
245
|
*
|
|
239
246
|
*/
|
|
240
247
|
export interface TypeImport extends ImportResource {
|
|
241
248
|
/**
|
|
242
|
-
* User-defined unique identifier for the Type. If a [Type](ctp:api:type:Type) with this `key` exists, it
|
|
249
|
+
* User-defined unique identifier for the Type. If a [Type](ctp:api:type:Type) with this `key` exists, it is updated with the imported data.
|
|
243
250
|
*
|
|
244
251
|
*
|
|
245
252
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,oBAAgB;AAE1D;;;GAGG;AACH,oBAAY,uBAAuB;IACjC,SAAS,cAAc;IACvB,UAAU,eAAe;CAC1B;AAED,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,YAAY,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAA;AAC1E;;;GAGG;AACH,oBAAY,oBAAoB;IAC9B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,YAAY,kBAAkB;IAC9B,YAAY,kBAAkB;IAC9B,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,cAAc,qBAAqB;IACnC,QAAQ,aAAa;IACrB,aAAa,mBAAmB;IAChC,YAAY,kBAAkB;IAC9B,cAAc,oBAAoB;IAClC,QAAQ,cAAc;IACtB,KAAK,UAAU;IACf,aAAa,mBAAmB;IAChC,SAAS,eAAe;IACxB,WAAW,iBAAiB;IAC5B,eAAe,sBAAsB;IACrC,OAAO,YAAY;IACnB,2BAA2B,kCAAkC;IAC7D,YAAY,kBAAkB;IAC9B,gBAAgB,sBAAsB;IACtC,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,wBAAwB,iCAAiC;IACzD,eAAe,qBAAqB;IACpC,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC5B;AAED,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,OAAO,GACP,eAAe,GACf,eAAe,GACf,UAAU,GACV,SAAS,GACT,kBAAkB,GAClB,UAAU,GACV,gBAAgB,GAChB,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,OAAO,GACP,gBAAgB,GAChB,YAAY,GACZ,cAAc,GACd,mBAAmB,GACnB,SAAS,GACT,+BAA+B,GAC/B,eAAe,GACf,mBAAmB,GACnB,OAAO,GACP,QAAQ,GACR,UAAU,GACV,iBAAiB,GACjB,eAAe,GACf,8BAA8B,GAC9B,kBAAkB,GAClB,OAAO,GACP,aAAa,GACb,CAAC,MAAM,GAAG,EAAE,CAAC,CAAA;AACjB,MAAM,MAAM,SAAS,GACjB,sBAAsB,GACtB,uBAAuB,GACvB,mBAAmB,GACnB,mBAAmB,GACnB,4BAA4B,GAC5B,8BAA8B,GAC9B,oBAAoB,GACpB,qBAAqB,GACrB,wBAAwB,GACxB,kBAAkB,GAClB,qBAAqB,GACrB,mBAAmB,CAAA;AACvB,MAAM,WAAW,UAAU;IACzB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"name": "@commercetools/importapi-sdk",
|
|
7
|
-
"version": "6.
|
|
7
|
+
"version": "6.5.0",
|
|
8
8
|
"engines": {
|
|
9
9
|
"node": ">=18"
|
|
10
10
|
},
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"./dist/commercetools-importapi-sdk.esm.js": "./dist/commercetools-importapi-sdk.browser.esm.js"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@commercetools/ts-client": "^
|
|
35
|
+
"@commercetools/ts-client": "^4.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/uuid": "10.0.0",
|