@commercetools/importapi-sdk 5.1.0 → 5.3.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 +44 -0
- package/dist/commercetools-importapi-sdk.browser.cjs.js +181 -49
- package/dist/commercetools-importapi-sdk.browser.esm.js +133 -50
- package/dist/commercetools-importapi-sdk.cjs.dev.js +181 -49
- package/dist/commercetools-importapi-sdk.cjs.prod.js +181 -49
- package/dist/commercetools-importapi-sdk.esm.js +133 -50
- package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/discount-codes/by-project-key-discount-codes-request-builder.d.ts +26 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-discount-codes-import-containers-by-import-container-key-request-builder.d.ts +37 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-discount-codes-import-containers-request-builder.d.ts +28 -0
- package/dist/declarations/src/generated/index.d.ts +50 -0
- package/dist/declarations/src/generated/models/common.d.ts +3 -2
- package/dist/declarations/src/generated/models/discount-codes.d.ts +91 -0
- package/dist/declarations/src/generated/models/errors.d.ts +1 -1
- package/dist/declarations/src/generated/models/importrequests.d.ts +15 -1
- package/dist/declarations/src/generated/models/importsummaries.d.ts +3 -0
- package/dist/declarations/src/generated/models/orders.d.ts +1 -1
- package/package.json +2 -2
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
function
|
|
6
|
-
if (
|
|
7
|
-
var
|
|
8
|
-
if (
|
|
9
|
-
var
|
|
10
|
-
if (
|
|
5
|
+
function toPrimitive(t, r) {
|
|
6
|
+
if ("object" != typeof t || !t) return t;
|
|
7
|
+
var e = t[Symbol.toPrimitive];
|
|
8
|
+
if (void 0 !== e) {
|
|
9
|
+
var i = e.call(t, r || "default");
|
|
10
|
+
if ("object" != typeof i) return i;
|
|
11
11
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
12
12
|
}
|
|
13
|
-
return (
|
|
13
|
+
return ("string" === r ? String : Number)(t);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
function
|
|
17
|
-
var
|
|
18
|
-
return
|
|
16
|
+
function toPropertyKey(t) {
|
|
17
|
+
var i = toPrimitive(t, "string");
|
|
18
|
+
return "symbol" == typeof i ? i : String(i);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
function _defineProperty(obj, key, value) {
|
|
22
|
-
key =
|
|
22
|
+
key = toPropertyKey(key);
|
|
23
23
|
if (key in obj) {
|
|
24
24
|
Object.defineProperty(obj, key, {
|
|
25
25
|
value: value,
|
|
@@ -132,9 +132,9 @@ class ByProjectKeyCategoriesImportContainersByImportContainerKeyRequestBuilder {
|
|
|
132
132
|
pathVariables: this.args.pathArgs,
|
|
133
133
|
headers: {
|
|
134
134
|
'Content-Type': 'application/json',
|
|
135
|
-
...
|
|
135
|
+
...methodArgs?.headers
|
|
136
136
|
},
|
|
137
|
-
body: methodArgs
|
|
137
|
+
body: methodArgs?.body
|
|
138
138
|
}, this.args.executeRequest);
|
|
139
139
|
}
|
|
140
140
|
}
|
|
@@ -206,9 +206,9 @@ class ByProjectKeyCustomersImportContainersByImportContainerKeyRequestBuilder {
|
|
|
206
206
|
pathVariables: this.args.pathArgs,
|
|
207
207
|
headers: {
|
|
208
208
|
'Content-Type': 'application/json',
|
|
209
|
-
...
|
|
209
|
+
...methodArgs?.headers
|
|
210
210
|
},
|
|
211
|
-
body: methodArgs
|
|
211
|
+
body: methodArgs?.body
|
|
212
212
|
}, this.args.executeRequest);
|
|
213
213
|
}
|
|
214
214
|
}
|
|
@@ -258,6 +258,80 @@ class ByProjectKeyCustomersRequestBuilder {
|
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
+
/**
|
|
262
|
+
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
263
|
+
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
264
|
+
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
265
|
+
*/
|
|
266
|
+
/**
|
|
267
|
+
**/
|
|
268
|
+
class ByProjectKeyDiscountCodesImportContainersByImportContainerKeyRequestBuilder {
|
|
269
|
+
constructor(args) {
|
|
270
|
+
this.args = args;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Creates a request for creating new Discount Codes or updating existing ones.
|
|
274
|
+
*/
|
|
275
|
+
post(methodArgs) {
|
|
276
|
+
return new ApiRequest({
|
|
277
|
+
baseUri: this.args.baseUri,
|
|
278
|
+
method: 'POST',
|
|
279
|
+
uriTemplate: '/{projectKey}/discount-codes/import-containers/{importContainerKey}',
|
|
280
|
+
pathVariables: this.args.pathArgs,
|
|
281
|
+
headers: {
|
|
282
|
+
'Content-Type': 'application/json',
|
|
283
|
+
...methodArgs?.headers
|
|
284
|
+
},
|
|
285
|
+
body: methodArgs?.body
|
|
286
|
+
}, this.args.executeRequest);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
292
|
+
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
293
|
+
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
294
|
+
*/
|
|
295
|
+
/**
|
|
296
|
+
**/
|
|
297
|
+
class ByProjectKeyDiscountCodesImportContainersRequestBuilder {
|
|
298
|
+
constructor(args) {
|
|
299
|
+
this.args = args;
|
|
300
|
+
}
|
|
301
|
+
withImportContainerKeyValue(childPathArgs) {
|
|
302
|
+
return new ByProjectKeyDiscountCodesImportContainersByImportContainerKeyRequestBuilder({
|
|
303
|
+
pathArgs: {
|
|
304
|
+
...this.args.pathArgs,
|
|
305
|
+
...childPathArgs
|
|
306
|
+
},
|
|
307
|
+
executeRequest: this.args.executeRequest,
|
|
308
|
+
baseUri: this.args.baseUri
|
|
309
|
+
});
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
315
|
+
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
316
|
+
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
317
|
+
*/
|
|
318
|
+
/**
|
|
319
|
+
**/
|
|
320
|
+
class ByProjectKeyDiscountCodesRequestBuilder {
|
|
321
|
+
constructor(args) {
|
|
322
|
+
this.args = args;
|
|
323
|
+
}
|
|
324
|
+
importContainers() {
|
|
325
|
+
return new ByProjectKeyDiscountCodesImportContainersRequestBuilder({
|
|
326
|
+
pathArgs: {
|
|
327
|
+
...this.args.pathArgs
|
|
328
|
+
},
|
|
329
|
+
executeRequest: this.args.executeRequest,
|
|
330
|
+
baseUri: this.args.baseUri
|
|
331
|
+
});
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
261
335
|
/**
|
|
262
336
|
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
263
337
|
* Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
|
|
@@ -280,9 +354,9 @@ class ByProjectKeyImportContainersByImportContainerKeyImportOperationsRequestBui
|
|
|
280
354
|
uriTemplate: '/{projectKey}/import-containers/{importContainerKey}/import-operations',
|
|
281
355
|
pathVariables: this.args.pathArgs,
|
|
282
356
|
headers: {
|
|
283
|
-
...
|
|
357
|
+
...methodArgs?.headers
|
|
284
358
|
},
|
|
285
|
-
queryParams: methodArgs
|
|
359
|
+
queryParams: methodArgs?.queryArgs
|
|
286
360
|
}, this.args.executeRequest);
|
|
287
361
|
}
|
|
288
362
|
}
|
|
@@ -309,7 +383,7 @@ class ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuil
|
|
|
309
383
|
uriTemplate: '/{projectKey}/import-containers/{importContainerKey}/import-summaries',
|
|
310
384
|
pathVariables: this.args.pathArgs,
|
|
311
385
|
headers: {
|
|
312
|
-
...
|
|
386
|
+
...methodArgs?.headers
|
|
313
387
|
}
|
|
314
388
|
}, this.args.executeRequest);
|
|
315
389
|
}
|
|
@@ -356,9 +430,9 @@ class ByProjectKeyImportContainersByImportContainerKeyRequestBuilder {
|
|
|
356
430
|
pathVariables: this.args.pathArgs,
|
|
357
431
|
headers: {
|
|
358
432
|
'Content-Type': 'application/json',
|
|
359
|
-
...
|
|
433
|
+
...methodArgs?.headers
|
|
360
434
|
},
|
|
361
|
-
body: methodArgs
|
|
435
|
+
body: methodArgs?.body
|
|
362
436
|
}, this.args.executeRequest);
|
|
363
437
|
}
|
|
364
438
|
/**
|
|
@@ -371,7 +445,7 @@ class ByProjectKeyImportContainersByImportContainerKeyRequestBuilder {
|
|
|
371
445
|
uriTemplate: '/{projectKey}/import-containers/{importContainerKey}',
|
|
372
446
|
pathVariables: this.args.pathArgs,
|
|
373
447
|
headers: {
|
|
374
|
-
...
|
|
448
|
+
...methodArgs?.headers
|
|
375
449
|
}
|
|
376
450
|
}, this.args.executeRequest);
|
|
377
451
|
}
|
|
@@ -385,7 +459,7 @@ class ByProjectKeyImportContainersByImportContainerKeyRequestBuilder {
|
|
|
385
459
|
uriTemplate: '/{projectKey}/import-containers/{importContainerKey}',
|
|
386
460
|
pathVariables: this.args.pathArgs,
|
|
387
461
|
headers: {
|
|
388
|
-
...
|
|
462
|
+
...methodArgs?.headers
|
|
389
463
|
}
|
|
390
464
|
}, this.args.executeRequest);
|
|
391
465
|
}
|
|
@@ -424,9 +498,9 @@ class ByProjectKeyImportContainersRequestBuilder {
|
|
|
424
498
|
pathVariables: this.args.pathArgs,
|
|
425
499
|
headers: {
|
|
426
500
|
'Content-Type': 'application/json',
|
|
427
|
-
...
|
|
501
|
+
...methodArgs?.headers
|
|
428
502
|
},
|
|
429
|
-
body: methodArgs
|
|
503
|
+
body: methodArgs?.body
|
|
430
504
|
}, this.args.executeRequest);
|
|
431
505
|
}
|
|
432
506
|
/**
|
|
@@ -439,9 +513,9 @@ class ByProjectKeyImportContainersRequestBuilder {
|
|
|
439
513
|
uriTemplate: '/{projectKey}/import-containers',
|
|
440
514
|
pathVariables: this.args.pathArgs,
|
|
441
515
|
headers: {
|
|
442
|
-
...
|
|
516
|
+
...methodArgs?.headers
|
|
443
517
|
},
|
|
444
|
-
queryParams: methodArgs
|
|
518
|
+
queryParams: methodArgs?.queryArgs
|
|
445
519
|
}, this.args.executeRequest);
|
|
446
520
|
}
|
|
447
521
|
}
|
|
@@ -468,7 +542,7 @@ class ByProjectKeyImportOperationsByIdRequestBuilder {
|
|
|
468
542
|
uriTemplate: '/{projectKey}/import-operations/{id}',
|
|
469
543
|
pathVariables: this.args.pathArgs,
|
|
470
544
|
headers: {
|
|
471
|
-
...
|
|
545
|
+
...methodArgs?.headers
|
|
472
546
|
}
|
|
473
547
|
}, this.args.executeRequest);
|
|
474
548
|
}
|
|
@@ -519,9 +593,9 @@ class ByProjectKeyInventoriesImportContainersByImportContainerKeyRequestBuilder
|
|
|
519
593
|
pathVariables: this.args.pathArgs,
|
|
520
594
|
headers: {
|
|
521
595
|
'Content-Type': 'application/json',
|
|
522
|
-
...
|
|
596
|
+
...methodArgs?.headers
|
|
523
597
|
},
|
|
524
|
-
body: methodArgs
|
|
598
|
+
body: methodArgs?.body
|
|
525
599
|
}, this.args.executeRequest);
|
|
526
600
|
}
|
|
527
601
|
}
|
|
@@ -593,9 +667,9 @@ class ByProjectKeyOrderPatchesImportContainersByImportContainerKeyRequestBuilder
|
|
|
593
667
|
pathVariables: this.args.pathArgs,
|
|
594
668
|
headers: {
|
|
595
669
|
'Content-Type': 'application/json',
|
|
596
|
-
...
|
|
670
|
+
...methodArgs?.headers
|
|
597
671
|
},
|
|
598
|
-
body: methodArgs
|
|
672
|
+
body: methodArgs?.body
|
|
599
673
|
}, this.args.executeRequest);
|
|
600
674
|
}
|
|
601
675
|
}
|
|
@@ -667,9 +741,9 @@ class ByProjectKeyOrdersImportContainersByImportContainerKeyRequestBuilder {
|
|
|
667
741
|
pathVariables: this.args.pathArgs,
|
|
668
742
|
headers: {
|
|
669
743
|
'Content-Type': 'application/json',
|
|
670
|
-
...
|
|
744
|
+
...methodArgs?.headers
|
|
671
745
|
},
|
|
672
|
-
body: methodArgs
|
|
746
|
+
body: methodArgs?.body
|
|
673
747
|
}, this.args.executeRequest);
|
|
674
748
|
}
|
|
675
749
|
}
|
|
@@ -741,9 +815,9 @@ class ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder {
|
|
|
741
815
|
pathVariables: this.args.pathArgs,
|
|
742
816
|
headers: {
|
|
743
817
|
'Content-Type': 'application/json',
|
|
744
|
-
...
|
|
818
|
+
...methodArgs?.headers
|
|
745
819
|
},
|
|
746
|
-
body: methodArgs
|
|
820
|
+
body: methodArgs?.body
|
|
747
821
|
}, this.args.executeRequest);
|
|
748
822
|
}
|
|
749
823
|
}
|
|
@@ -816,9 +890,9 @@ class ByProjectKeyProductDraftsImportContainersByImportContainerKeyRequestBuilde
|
|
|
816
890
|
pathVariables: this.args.pathArgs,
|
|
817
891
|
headers: {
|
|
818
892
|
'Content-Type': 'application/json',
|
|
819
|
-
...
|
|
893
|
+
...methodArgs?.headers
|
|
820
894
|
},
|
|
821
|
-
body: methodArgs
|
|
895
|
+
body: methodArgs?.body
|
|
822
896
|
}, this.args.executeRequest);
|
|
823
897
|
}
|
|
824
898
|
}
|
|
@@ -890,9 +964,9 @@ class ByProjectKeyProductTypesImportContainersByImportContainerKeyRequestBuilder
|
|
|
890
964
|
pathVariables: this.args.pathArgs,
|
|
891
965
|
headers: {
|
|
892
966
|
'Content-Type': 'application/json',
|
|
893
|
-
...
|
|
967
|
+
...methodArgs?.headers
|
|
894
968
|
},
|
|
895
|
-
body: methodArgs
|
|
969
|
+
body: methodArgs?.body
|
|
896
970
|
}, this.args.executeRequest);
|
|
897
971
|
}
|
|
898
972
|
}
|
|
@@ -964,9 +1038,9 @@ class ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyReque
|
|
|
964
1038
|
pathVariables: this.args.pathArgs,
|
|
965
1039
|
headers: {
|
|
966
1040
|
'Content-Type': 'application/json',
|
|
967
|
-
...
|
|
1041
|
+
...methodArgs?.headers
|
|
968
1042
|
},
|
|
969
|
-
body: methodArgs
|
|
1043
|
+
body: methodArgs?.body
|
|
970
1044
|
}, this.args.executeRequest);
|
|
971
1045
|
}
|
|
972
1046
|
}
|
|
@@ -1038,9 +1112,9 @@ class ByProjectKeyProductVariantsImportContainersByImportContainerKeyRequestBuil
|
|
|
1038
1112
|
pathVariables: this.args.pathArgs,
|
|
1039
1113
|
headers: {
|
|
1040
1114
|
'Content-Type': 'application/json',
|
|
1041
|
-
...
|
|
1115
|
+
...methodArgs?.headers
|
|
1042
1116
|
},
|
|
1043
|
-
body: methodArgs
|
|
1117
|
+
body: methodArgs?.body
|
|
1044
1118
|
}, this.args.executeRequest);
|
|
1045
1119
|
}
|
|
1046
1120
|
}
|
|
@@ -1112,9 +1186,9 @@ class ByProjectKeyProductsImportContainersByImportContainerKeyRequestBuilder {
|
|
|
1112
1186
|
pathVariables: this.args.pathArgs,
|
|
1113
1187
|
headers: {
|
|
1114
1188
|
'Content-Type': 'application/json',
|
|
1115
|
-
...
|
|
1189
|
+
...methodArgs?.headers
|
|
1116
1190
|
},
|
|
1117
|
-
body: methodArgs
|
|
1191
|
+
body: methodArgs?.body
|
|
1118
1192
|
}, this.args.executeRequest);
|
|
1119
1193
|
}
|
|
1120
1194
|
}
|
|
@@ -1186,9 +1260,9 @@ class ByProjectKeyStandalonePricesImportContainersByImportContainerKeyRequestBui
|
|
|
1186
1260
|
pathVariables: this.args.pathArgs,
|
|
1187
1261
|
headers: {
|
|
1188
1262
|
'Content-Type': 'application/json',
|
|
1189
|
-
...
|
|
1263
|
+
...methodArgs?.headers
|
|
1190
1264
|
},
|
|
1191
|
-
body: methodArgs
|
|
1265
|
+
body: methodArgs?.body
|
|
1192
1266
|
}, this.args.executeRequest);
|
|
1193
1267
|
}
|
|
1194
1268
|
}
|
|
@@ -1260,9 +1334,9 @@ class ByProjectKeyTypesImportContainersByImportContainerKeyRequestBuilder {
|
|
|
1260
1334
|
pathVariables: this.args.pathArgs,
|
|
1261
1335
|
headers: {
|
|
1262
1336
|
'Content-Type': 'application/json',
|
|
1263
|
-
...
|
|
1337
|
+
...methodArgs?.headers
|
|
1264
1338
|
},
|
|
1265
|
-
body: methodArgs
|
|
1339
|
+
body: methodArgs?.body
|
|
1266
1340
|
}, this.args.executeRequest);
|
|
1267
1341
|
}
|
|
1268
1342
|
}
|
|
@@ -1458,6 +1532,15 @@ class ByProjectKeyRequestBuilder {
|
|
|
1458
1532
|
baseUri: this.args.baseUri
|
|
1459
1533
|
});
|
|
1460
1534
|
}
|
|
1535
|
+
discountCodes() {
|
|
1536
|
+
return new ByProjectKeyDiscountCodesRequestBuilder({
|
|
1537
|
+
pathArgs: {
|
|
1538
|
+
...this.args.pathArgs
|
|
1539
|
+
},
|
|
1540
|
+
executeRequest: this.args.executeRequest,
|
|
1541
|
+
baseUri: this.args.baseUri
|
|
1542
|
+
});
|
|
1543
|
+
}
|
|
1461
1544
|
}
|
|
1462
1545
|
|
|
1463
1546
|
class ApiRoot {
|
|
@@ -1506,5 +1589,54 @@ function createApiBuilderFromCtpClient(ctpClient, baseUri) {
|
|
|
1506
1589
|
}
|
|
1507
1590
|
|
|
1508
1591
|
exports.ApiRoot = ApiRoot;
|
|
1592
|
+
exports.ByProjectKeyCategoriesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyCategoriesImportContainersByImportContainerKeyRequestBuilder;
|
|
1593
|
+
exports.ByProjectKeyCategoriesImportContainersRequestBuilder = ByProjectKeyCategoriesImportContainersRequestBuilder;
|
|
1594
|
+
exports.ByProjectKeyCategoriesRequestBuilder = ByProjectKeyCategoriesRequestBuilder;
|
|
1595
|
+
exports.ByProjectKeyCustomersImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyCustomersImportContainersByImportContainerKeyRequestBuilder;
|
|
1596
|
+
exports.ByProjectKeyCustomersImportContainersRequestBuilder = ByProjectKeyCustomersImportContainersRequestBuilder;
|
|
1597
|
+
exports.ByProjectKeyCustomersRequestBuilder = ByProjectKeyCustomersRequestBuilder;
|
|
1598
|
+
exports.ByProjectKeyDiscountCodesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyDiscountCodesImportContainersByImportContainerKeyRequestBuilder;
|
|
1599
|
+
exports.ByProjectKeyDiscountCodesImportContainersRequestBuilder = ByProjectKeyDiscountCodesImportContainersRequestBuilder;
|
|
1600
|
+
exports.ByProjectKeyDiscountCodesRequestBuilder = ByProjectKeyDiscountCodesRequestBuilder;
|
|
1601
|
+
exports.ByProjectKeyImportContainersByImportContainerKeyImportOperationsRequestBuilder = ByProjectKeyImportContainersByImportContainerKeyImportOperationsRequestBuilder;
|
|
1602
|
+
exports.ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuilder = ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuilder;
|
|
1603
|
+
exports.ByProjectKeyImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyImportContainersByImportContainerKeyRequestBuilder;
|
|
1604
|
+
exports.ByProjectKeyImportContainersRequestBuilder = ByProjectKeyImportContainersRequestBuilder;
|
|
1605
|
+
exports.ByProjectKeyImportOperationsByIdRequestBuilder = ByProjectKeyImportOperationsByIdRequestBuilder;
|
|
1606
|
+
exports.ByProjectKeyImportOperationsRequestBuilder = ByProjectKeyImportOperationsRequestBuilder;
|
|
1607
|
+
exports.ByProjectKeyInventoriesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyInventoriesImportContainersByImportContainerKeyRequestBuilder;
|
|
1608
|
+
exports.ByProjectKeyInventoriesImportContainersRequestBuilder = ByProjectKeyInventoriesImportContainersRequestBuilder;
|
|
1609
|
+
exports.ByProjectKeyInventoriesRequestBuilder = ByProjectKeyInventoriesRequestBuilder;
|
|
1610
|
+
exports.ByProjectKeyOrderPatchesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyOrderPatchesImportContainersByImportContainerKeyRequestBuilder;
|
|
1611
|
+
exports.ByProjectKeyOrderPatchesImportContainersRequestBuilder = ByProjectKeyOrderPatchesImportContainersRequestBuilder;
|
|
1612
|
+
exports.ByProjectKeyOrderPatchesRequestBuilder = ByProjectKeyOrderPatchesRequestBuilder;
|
|
1613
|
+
exports.ByProjectKeyOrdersImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyOrdersImportContainersByImportContainerKeyRequestBuilder;
|
|
1614
|
+
exports.ByProjectKeyOrdersImportContainersRequestBuilder = ByProjectKeyOrdersImportContainersRequestBuilder;
|
|
1615
|
+
exports.ByProjectKeyOrdersRequestBuilder = ByProjectKeyOrdersRequestBuilder;
|
|
1616
|
+
exports.ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder;
|
|
1617
|
+
exports.ByProjectKeyPricesImportContainersRequestBuilder = ByProjectKeyPricesImportContainersRequestBuilder;
|
|
1618
|
+
exports.ByProjectKeyPricesRequestBuilder = ByProjectKeyPricesRequestBuilder;
|
|
1619
|
+
exports.ByProjectKeyProductDraftsImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyProductDraftsImportContainersByImportContainerKeyRequestBuilder;
|
|
1620
|
+
exports.ByProjectKeyProductDraftsImportContainersRequestBuilder = ByProjectKeyProductDraftsImportContainersRequestBuilder;
|
|
1621
|
+
exports.ByProjectKeyProductDraftsRequestBuilder = ByProjectKeyProductDraftsRequestBuilder;
|
|
1622
|
+
exports.ByProjectKeyProductTypesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyProductTypesImportContainersByImportContainerKeyRequestBuilder;
|
|
1623
|
+
exports.ByProjectKeyProductTypesImportContainersRequestBuilder = ByProjectKeyProductTypesImportContainersRequestBuilder;
|
|
1624
|
+
exports.ByProjectKeyProductTypesRequestBuilder = ByProjectKeyProductTypesRequestBuilder;
|
|
1625
|
+
exports.ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyRequestBuilder;
|
|
1626
|
+
exports.ByProjectKeyProductVariantPatchesImportContainersRequestBuilder = ByProjectKeyProductVariantPatchesImportContainersRequestBuilder;
|
|
1627
|
+
exports.ByProjectKeyProductVariantPatchesRequestBuilder = ByProjectKeyProductVariantPatchesRequestBuilder;
|
|
1628
|
+
exports.ByProjectKeyProductVariantsImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyProductVariantsImportContainersByImportContainerKeyRequestBuilder;
|
|
1629
|
+
exports.ByProjectKeyProductVariantsImportContainersRequestBuilder = ByProjectKeyProductVariantsImportContainersRequestBuilder;
|
|
1630
|
+
exports.ByProjectKeyProductVariantsRequestBuilder = ByProjectKeyProductVariantsRequestBuilder;
|
|
1631
|
+
exports.ByProjectKeyProductsImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyProductsImportContainersByImportContainerKeyRequestBuilder;
|
|
1632
|
+
exports.ByProjectKeyProductsImportContainersRequestBuilder = ByProjectKeyProductsImportContainersRequestBuilder;
|
|
1633
|
+
exports.ByProjectKeyProductsRequestBuilder = ByProjectKeyProductsRequestBuilder;
|
|
1634
|
+
exports.ByProjectKeyRequestBuilder = ByProjectKeyRequestBuilder;
|
|
1635
|
+
exports.ByProjectKeyStandalonePricesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyStandalonePricesImportContainersByImportContainerKeyRequestBuilder;
|
|
1636
|
+
exports.ByProjectKeyStandalonePricesImportContainersRequestBuilder = ByProjectKeyStandalonePricesImportContainersRequestBuilder;
|
|
1637
|
+
exports.ByProjectKeyStandalonePricesRequestBuilder = ByProjectKeyStandalonePricesRequestBuilder;
|
|
1638
|
+
exports.ByProjectKeyTypesImportContainersByImportContainerKeyRequestBuilder = ByProjectKeyTypesImportContainersByImportContainerKeyRequestBuilder;
|
|
1639
|
+
exports.ByProjectKeyTypesImportContainersRequestBuilder = ByProjectKeyTypesImportContainersRequestBuilder;
|
|
1640
|
+
exports.ByProjectKeyTypesRequestBuilder = ByProjectKeyTypesRequestBuilder;
|
|
1509
1641
|
exports.createApiBuilderFromCtpClient = createApiBuilderFromCtpClient;
|
|
1510
1642
|
exports.createExecutorFromMiddlewares = createExecutorFromMiddlewares;
|