@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.
Files changed (77) hide show
  1. package/CHANGELOG.md +82 -0
  2. package/dist/commercetools-importapi-sdk.browser.cjs.js +256 -62
  3. package/dist/commercetools-importapi-sdk.browser.esm.js +250 -63
  4. package/dist/commercetools-importapi-sdk.cjs.dev.js +256 -62
  5. package/dist/commercetools-importapi-sdk.cjs.prod.js +256 -62
  6. package/dist/commercetools-importapi-sdk.esm.js +250 -63
  7. package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts +2 -0
  8. package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts.map +1 -1
  9. package/dist/declarations/src/generated/client/import-containers/by-project-key-categories-import-containers-by-import-container-key-request-builder.d.ts +1 -1
  10. package/dist/declarations/src/generated/client/import-containers/by-project-key-customers-import-containers-by-import-container-key-request-builder.d.ts +1 -1
  11. 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
  12. package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-by-import-container-key-request-builder.d.ts +3 -3
  13. package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-request-builder.d.ts +2 -2
  14. package/dist/declarations/src/generated/client/import-containers/by-project-key-inventories-import-containers-by-import-container-key-request-builder.d.ts +1 -1
  15. 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
  16. package/dist/declarations/src/generated/client/import-containers/by-project-key-orders-import-containers-by-import-container-key-request-builder.d.ts +1 -1
  17. package/dist/declarations/src/generated/client/import-containers/by-project-key-prices-import-containers-by-import-container-key-request-builder.d.ts +1 -1
  18. 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
  19. 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
  20. 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
  21. package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-request-builder.d.ts +29 -0
  22. package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-request-builder.d.ts.map +1 -0
  23. 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
  24. 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
  25. 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
  26. package/dist/declarations/src/generated/client/import-containers/by-project-key-products-import-containers-by-import-container-key-request-builder.d.ts +1 -1
  27. 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
  28. package/dist/declarations/src/generated/client/import-containers/by-project-key-types-import-containers-by-import-container-key-request-builder.d.ts +1 -1
  29. 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
  30. package/dist/declarations/src/generated/client/import-operations/by-project-key-import-operations-by-id-request-builder.d.ts +1 -1
  31. 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
  32. package/dist/declarations/src/generated/client/product-selections/by-project-key-product-selections-request-builder.d.ts +27 -0
  33. package/dist/declarations/src/generated/client/product-selections/by-project-key-product-selections-request-builder.d.ts.map +1 -0
  34. package/dist/declarations/src/generated/index.d.ts +4 -0
  35. package/dist/declarations/src/generated/index.d.ts.map +1 -1
  36. package/dist/declarations/src/generated/models/categories.d.ts +5 -8
  37. package/dist/declarations/src/generated/models/categories.d.ts.map +1 -1
  38. package/dist/declarations/src/generated/models/common.d.ts +160 -59
  39. package/dist/declarations/src/generated/models/common.d.ts.map +1 -1
  40. package/dist/declarations/src/generated/models/customers.d.ts +12 -13
  41. package/dist/declarations/src/generated/models/customers.d.ts.map +1 -1
  42. package/dist/declarations/src/generated/models/customfields.d.ts +149 -91
  43. package/dist/declarations/src/generated/models/customfields.d.ts.map +1 -1
  44. package/dist/declarations/src/generated/models/discount-codes.d.ts +12 -14
  45. package/dist/declarations/src/generated/models/discount-codes.d.ts.map +1 -1
  46. package/dist/declarations/src/generated/models/errors.d.ts +6 -0
  47. package/dist/declarations/src/generated/models/errors.d.ts.map +1 -1
  48. package/dist/declarations/src/generated/models/importcontainers.d.ts +68 -23
  49. package/dist/declarations/src/generated/models/importcontainers.d.ts.map +1 -1
  50. package/dist/declarations/src/generated/models/importoperations.d.ts +19 -17
  51. package/dist/declarations/src/generated/models/importoperations.d.ts.map +1 -1
  52. package/dist/declarations/src/generated/models/importrequests.d.ts +31 -17
  53. package/dist/declarations/src/generated/models/importrequests.d.ts.map +1 -1
  54. package/dist/declarations/src/generated/models/importsummaries.d.ts +11 -12
  55. package/dist/declarations/src/generated/models/importsummaries.d.ts.map +1 -1
  56. package/dist/declarations/src/generated/models/inventories.d.ts +8 -8
  57. package/dist/declarations/src/generated/models/order-patches.d.ts +57 -7
  58. package/dist/declarations/src/generated/models/order-patches.d.ts.map +1 -1
  59. package/dist/declarations/src/generated/models/orders.d.ts +138 -46
  60. package/dist/declarations/src/generated/models/orders.d.ts.map +1 -1
  61. package/dist/declarations/src/generated/models/prices.d.ts +10 -14
  62. package/dist/declarations/src/generated/models/prices.d.ts.map +1 -1
  63. package/dist/declarations/src/generated/models/product-selections.d.ts +109 -0
  64. package/dist/declarations/src/generated/models/product-selections.d.ts.map +1 -0
  65. package/dist/declarations/src/generated/models/productdrafts.d.ts +41 -64
  66. package/dist/declarations/src/generated/models/productdrafts.d.ts.map +1 -1
  67. package/dist/declarations/src/generated/models/products.d.ts +22 -60
  68. package/dist/declarations/src/generated/models/products.d.ts.map +1 -1
  69. package/dist/declarations/src/generated/models/producttypes.d.ts +23 -19
  70. package/dist/declarations/src/generated/models/producttypes.d.ts.map +1 -1
  71. package/dist/declarations/src/generated/models/productvariants.d.ts +162 -89
  72. package/dist/declarations/src/generated/models/productvariants.d.ts.map +1 -1
  73. package/dist/declarations/src/generated/models/standalone-prices.d.ts +14 -15
  74. package/dist/declarations/src/generated/models/standalone-prices.d.ts.map +1 -1
  75. package/dist/declarations/src/generated/models/types.d.ts +11 -4
  76. package/dist/declarations/src/generated/models/types.d.ts.map +1 -1
  77. package/package.json +2 -2
@@ -6,47 +6,47 @@
6
6
  import { ChannelKeyReference, ImportResource } from "./common.js";
7
7
  import { Custom } from "./customfields.js";
8
8
  /**
9
- * The data representation for an Inventory to be imported that is persisted as a [Inventory](ctp:api:type:InventoryEntry) in the Project.
9
+ * Represents the data used to import an InventoryEntry. Once imported, this data is persisted as a [InventoryEntry](ctp:api:type:InventoryEntry) in the Project.
10
10
  *
11
11
  */
12
12
  export interface InventoryImport extends ImportResource {
13
13
  /**
14
- * User-defined unique identifier. If an [InventoryEntry](ctp:api:type:InventoryEntry) with this `key` exists, it will be updated with the imported data.
14
+ * User-defined unique identifier. If an [InventoryEntry](ctp:api:type:InventoryEntry) with this `key` exists, it is updated with the imported data.
15
15
  *
16
16
  */
17
17
  readonly key: string;
18
18
  /**
19
- * Maps to `Inventory.sku`
19
+ * Maps to `InventoryEntry.sku`
20
20
  *
21
21
  *
22
22
  */
23
23
  readonly sku: string;
24
24
  /**
25
- * Maps to `Inventory.quantityOnStock`
25
+ * Maps to `InventoryEntry.quantityOnStock`
26
26
  *
27
27
  *
28
28
  */
29
29
  readonly quantityOnStock: number;
30
30
  /**
31
- * Maps to `Inventory.restockableInDays`
31
+ * Maps to `InventoryEntry.restockableInDays`
32
32
  *
33
33
  *
34
34
  */
35
35
  readonly restockableInDays?: number;
36
36
  /**
37
- * Maps to `Inventory.expectedDelivery`
37
+ * Maps to `InventoryEntry.expectedDelivery`
38
38
  *
39
39
  *
40
40
  */
41
41
  readonly expectedDelivery?: string;
42
42
  /**
43
- * Maps to `Inventory.supplyChannel`
43
+ * Maps to `InventoryEntry.supplyChannel`. 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.
44
44
  *
45
45
  *
46
46
  */
47
47
  readonly supplyChannel?: ChannelKeyReference;
48
48
  /**
49
- * Maps to `Inventory.custom`.
49
+ * Maps to `InventoryEntry.custom`.
50
50
  *
51
51
  *
52
52
  */
@@ -17,125 +17,174 @@ export declare enum ReturnShipmentStateValues {
17
17
  export type ReturnShipmentState = 'Advised' | 'BackInStock' | 'Returned' | 'Unusable' | (string & {});
18
18
  export interface ReturnItemDraft {
19
19
  /**
20
+ * Number of Line Items or Custom Line Items to return.
21
+ *
20
22
  *
21
23
  */
22
24
  readonly quantity: number;
23
25
  /**
26
+ * `id` of the [LineItem](ctp:api:type:LineItem) to return.
27
+ *
28
+ * Required if Line Items are returned, to create a [LineItemReturnItem](ctp:api:type:LineItemReturnItem).
29
+ *
24
30
  *
25
31
  */
26
32
  readonly lineItemId?: string;
27
33
  /**
34
+ * `id` of the [CustomLineItem](ctp:api:type:CustomLineItem) to return.
35
+ *
36
+ * Required if Custom Line Items are returned, to create a [CustomLineItemReturnItem](ctp:api:type:CustomLineItemReturnItem).
37
+ *
28
38
  *
29
39
  */
30
40
  readonly customLineItemId?: string;
31
41
  /**
42
+ * User-defined description for the return.
43
+ *
32
44
  *
33
45
  */
34
46
  readonly comment?: string;
35
47
  /**
36
- * Maps to `ReturnItem.shipmentState`
48
+ * Shipment status of the item to be returned.
49
+ *
37
50
  *
38
51
  */
39
52
  readonly shipmentState: ReturnShipmentState;
40
53
  }
41
54
  export interface ReturnInfo {
42
55
  /**
56
+ * Information on the Line Items or Custom Line Items returned.
57
+ *
43
58
  *
44
59
  */
45
60
  readonly items: ReturnItemDraft[];
46
61
  /**
47
- * Maps to `ReturnInfo.returnTrackingId`
62
+ * User-defined identifier to track the return.
63
+ *
48
64
  *
49
65
  */
50
66
  readonly returnTrackingId?: string;
51
67
  /**
52
- * Maps to `ReturnInfo.returnDate`
68
+ * Date and time (UTC) the return is initiated.
69
+ *
53
70
  *
54
71
  */
55
72
  readonly returnDate?: string;
56
73
  }
57
74
  export interface DeliveryParcel {
58
75
  /**
76
+ * Unique identifier of the Delivery.
59
77
  *
60
78
  */
61
79
  readonly deliveryId: string;
62
80
  /**
81
+ * Information about the dimensions of the Parcel.
82
+ *
63
83
  *
64
84
  */
65
85
  readonly measurements?: ParcelMeasurements;
66
86
  /**
87
+ * Shipment tracking information of the Parcel.
88
+ *
67
89
  *
68
90
  */
69
91
  readonly trackingData?: TrackingData;
70
92
  /**
93
+ * Line Items or Custom Line Items delivered in this Parcel.
94
+ *
71
95
  *
72
96
  */
73
97
  readonly items?: DeliveryItem[];
74
98
  }
75
99
  export interface DeliveryParcelDraft {
76
100
  /**
101
+ * Information about the dimensions for the Parcel.
102
+ *
77
103
  *
78
104
  */
79
105
  readonly measurements?: ParcelMeasurements;
80
106
  /**
107
+ * Shipment tracking information for the Parcel.
108
+ *
81
109
  *
82
110
  */
83
111
  readonly trackingData?: TrackingData;
84
112
  /**
113
+ * Line Items or Custom Line Items delivered in this Parcel.
114
+ *
85
115
  *
86
116
  */
87
117
  readonly items?: DeliveryItem[];
88
118
  }
89
119
  export interface DeliveryDraft {
90
120
  /**
121
+ * Line Items or Custom Line Items to deliver. It can also be specified individually for each [Parcel](ctp:api:type:Parcel).
122
+ *
91
123
  *
92
124
  */
93
125
  readonly items: DeliveryItem[];
94
126
  /**
127
+ * Address to which the Parcels are delivered.
128
+ *
95
129
  *
96
130
  */
97
131
  readonly address?: Address;
98
132
  /**
133
+ * Information regarding the appearance, content, and shipment of a parcel.
134
+ *
99
135
  *
100
136
  */
101
137
  readonly parcels: DeliveryParcelDraft[];
102
138
  }
103
139
  export interface DeliveryAddressDraft {
104
140
  /**
141
+ * Unique identifier of the Delivery.
105
142
  *
106
143
  */
107
144
  readonly deliveryId: string;
108
145
  /**
146
+ * Address to which Parcels are delivered.
109
147
  *
110
148
  */
111
149
  readonly address?: Address;
112
150
  }
113
151
  export interface ParcelMeasurementDraft {
114
152
  /**
153
+ * `id` of an existing [Parcel](ctp:api:type:Parcel).
154
+ *
115
155
  *
116
156
  */
117
157
  readonly parcelId: string;
118
158
  /**
159
+ * Information about the dimensions of the Parcel.
160
+ *
119
161
  *
120
162
  */
121
163
  readonly measurements?: ParcelMeasurements;
122
164
  }
123
165
  export interface ParcelTrackingData {
124
166
  /**
167
+ * `id` of an existing [Parcel](ctp:api:type:Parcel).
168
+ *
125
169
  *
126
170
  */
127
171
  readonly parcelId: string;
128
172
  /**
173
+ * Information that helps track a Parcel.
174
+ *
129
175
  *
130
176
  */
131
177
  readonly trackingData?: TrackingData;
132
178
  }
133
179
  export interface ParcelItems {
134
180
  /**
181
+ * `id` of an existing [Parcel](ctp:api:type:Parcel).
182
+ *
135
183
  *
136
184
  */
137
185
  readonly parcelId: string;
138
186
  /**
187
+ * Items in the Parcel.
139
188
  *
140
189
  */
141
190
  readonly items?: DeliveryItem[];
@@ -148,6 +197,8 @@ export interface RemoveDeliveryDraft {
148
197
  }
149
198
  export interface RemoveParcelFromDeliveryDraft {
150
199
  /**
200
+ * `id` of the [Parcel](ctp:api:type:Parcel) to be removed from the Delivery.
201
+ *
151
202
  *
152
203
  */
153
204
  readonly parcelId: string;
@@ -213,19 +264,18 @@ export interface OrderField {
213
264
  readonly setParcelItems?: ParcelItems[];
214
265
  }
215
266
  /**
216
- * Representation for an update of an [Order](ctp:api:type:Order). Use this type to import updates for existing
217
- * [Orders](ctp:api:type:Order) in a Project.
267
+ * Represents the data used to update an [Order](ctp:api:type:Order) in a Project.
218
268
  *
219
269
  */
220
270
  export interface OrderPatchImport {
221
271
  /**
222
- * Maps to `Order.orderNumber`, String that uniquely identifies an order, unique across a project.
272
+ * User-defined unique identifier. If an [Order](ctp:api:type:Order) with this `orderNumber` exists, it is updated with the imported data.
223
273
  *
224
274
  *
225
275
  */
226
276
  readonly orderNumber: string;
227
277
  /**
228
- * Each field referenced must be defined in an already existing order in the project or the import operation state is set to `validationFailed`.
278
+ * Each field referenced must be defined in an existing [Order](ctp:api:type:Order) or the [ImportOperationState](ctp:import:type:ImportOperationState) is set to `validationFailed`.
229
279
  *
230
280
  *
231
281
  */
@@ -1 +1 @@
1
- {"version":3,"file":"order-patches.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["order-patches.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"order-patches.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["order-patches.ts"],"names":[],"mappings":"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"}