@commercetools/importapi-sdk 6.7.0 → 6.8.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
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @commercetools/importapi-sdk
|
|
2
2
|
|
|
3
|
+
## 6.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1182](https://github.com/commercetools/commercetools-sdk-typescript/pull/1182) [`f3200d7`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f3200d7fda6fd65f3227d72d7f046cb70e9fc812) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`f3200d7`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f3200d7fda6fd65f3227d72d7f046cb70e9fc812)]:
|
|
12
|
+
- @commercetools/ts-client@4.3.0
|
|
13
|
+
|
|
3
14
|
## 6.7.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -8,7 +19,6 @@
|
|
|
8
19
|
|
|
9
20
|
<details>
|
|
10
21
|
<summary>Added Type(s)</summary>
|
|
11
|
-
|
|
12
22
|
- added type `AssociateRoleKeyReference`
|
|
13
23
|
- added type `BusinessUnitKeyReference`
|
|
14
24
|
- added type `BusinessUnitImportRequest`
|
|
@@ -27,7 +37,6 @@
|
|
|
27
37
|
|
|
28
38
|
<details>
|
|
29
39
|
<summary>Added Resource(s)</summary>
|
|
30
|
-
|
|
31
40
|
- added resource `/{projectKey}/business-units`
|
|
32
41
|
- added resource `/{projectKey}/business-units/import-containers`
|
|
33
42
|
- added resource `/{projectKey}/business-units/import-containers/{importContainerKey}`
|
|
@@ -35,13 +44,11 @@
|
|
|
35
44
|
|
|
36
45
|
<details>
|
|
37
46
|
<summary>Added Method(s)</summary>
|
|
38
|
-
|
|
39
47
|
- added method `apiRoot.withProjectKeyValue().businessUnits().importContainers().withImportContainerKeyValue().post()`
|
|
40
48
|
</details>
|
|
41
49
|
|
|
42
50
|
<details>
|
|
43
51
|
<summary>Added Enum(s)</summary>
|
|
44
|
-
|
|
45
52
|
- added enum `business-unit` to type `ImportResourceType`
|
|
46
53
|
- added enum `associate-role` to type `ReferenceType`
|
|
47
54
|
- added enum `business-unit` to type `ReferenceType`
|
|
@@ -66,13 +73,11 @@
|
|
|
66
73
|
|
|
67
74
|
<details>
|
|
68
75
|
<summary>Added Enum(s)</summary>
|
|
69
|
-
|
|
70
76
|
- added enum `product-selection` to type `ImportResourceType`
|
|
71
77
|
</details>
|
|
72
78
|
|
|
73
79
|
<details>
|
|
74
80
|
<summary>Added Property(s)</summary>
|
|
75
|
-
|
|
76
81
|
- added property `retentionPolicy` to type `ImportContainer`
|
|
77
82
|
- added property `expiresAt` to type `ImportContainer`
|
|
78
83
|
- added property `retentionPolicy` to type `ImportContainerDraft`
|
|
@@ -80,20 +85,17 @@
|
|
|
80
85
|
|
|
81
86
|
<details>
|
|
82
87
|
<summary>Changed Property(s)</summary>
|
|
83
|
-
|
|
84
88
|
- :warning: changed property `country` of type `ExternalTaxRateDraft` from type `string` to `CountryCode`
|
|
85
89
|
- :warning: changed property `value` of type `MoneySetField` from type `Money[]` to `TypedMoney[]`
|
|
86
90
|
</details>
|
|
87
91
|
|
|
88
92
|
<details>
|
|
89
93
|
<summary>Added Method(s)</summary>
|
|
90
|
-
|
|
91
94
|
- added method `apiRoot.withProjectKeyValue().productSelections().importContainers().withImportContainerKeyValue().post()`
|
|
92
95
|
</details>
|
|
93
96
|
|
|
94
97
|
<details>
|
|
95
98
|
<summary>Added Type(s)</summary>
|
|
96
|
-
|
|
97
99
|
- added type `StrategyEnum`
|
|
98
100
|
- added type `RetentionPolicy`
|
|
99
101
|
- added type `TimeToLiveConfig`
|
|
@@ -109,7 +111,6 @@
|
|
|
109
111
|
|
|
110
112
|
<details>
|
|
111
113
|
<summary>Added Resource(s)</summary>
|
|
112
|
-
|
|
113
114
|
- added resource `/{projectKey}/product-selections`
|
|
114
115
|
- added resource `/{projectKey}/product-selections/import-containers`
|
|
115
116
|
- added resource `/{projectKey}/product-selections/import-containers/{importContainerKey}`
|
|
@@ -128,7 +129,6 @@
|
|
|
128
129
|
|
|
129
130
|
<details>
|
|
130
131
|
<summary>Added Property(s)</summary>
|
|
131
|
-
|
|
132
132
|
- added property `attributes` to type `ProductImport`
|
|
133
133
|
- added property `attributes` to type `ProductDraftImport`
|
|
134
134
|
- added property `level` to type `AttributeDefinition`
|
|
@@ -136,7 +136,6 @@
|
|
|
136
136
|
|
|
137
137
|
<details>
|
|
138
138
|
<summary>Added Type(s)</summary>
|
|
139
|
-
|
|
140
139
|
- added type `AttributeLevel`
|
|
141
140
|
</details>
|
|
142
141
|
|
|
@@ -159,14 +158,12 @@
|
|
|
159
158
|
|
|
160
159
|
<details>
|
|
161
160
|
<summary>Added Property(s)</summary>
|
|
162
|
-
|
|
163
161
|
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords`
|
|
164
162
|
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString`
|
|
165
163
|
</details>
|
|
166
164
|
|
|
167
165
|
<details>
|
|
168
166
|
<summary>Removed Property(s)</summary>
|
|
169
|
-
|
|
170
167
|
- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `SearchKeywords`
|
|
171
168
|
- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString`
|
|
172
169
|
</details>
|
|
@@ -207,21 +204,18 @@
|
|
|
207
204
|
|
|
208
205
|
<details>
|
|
209
206
|
<summary>Added Type(s)</summary>
|
|
210
|
-
|
|
211
207
|
- added type `InvalidFieldsUpdateError`
|
|
212
208
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
213
209
|
</details>
|
|
214
210
|
|
|
215
211
|
<details>
|
|
216
212
|
<summary>Deprecated Property(s)</summary>
|
|
217
|
-
|
|
218
213
|
- property `PriceImport::publish` is removed
|
|
219
214
|
- property `ProductVariantImport::publish` is removed
|
|
220
215
|
</details>
|
|
221
216
|
|
|
222
217
|
<details>
|
|
223
218
|
<summary>Added Enum(s)</summary>
|
|
224
|
-
|
|
225
219
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
226
220
|
</details>
|
|
227
221
|
|
|
@@ -233,21 +227,18 @@
|
|
|
233
227
|
|
|
234
228
|
<details>
|
|
235
229
|
<summary>Added Type(s)</summary>
|
|
236
|
-
|
|
237
230
|
- added type `InvalidFieldsUpdateError`
|
|
238
231
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
239
232
|
</details>
|
|
240
233
|
|
|
241
234
|
<details>
|
|
242
235
|
<summary>Deprecated Property(s)</summary>
|
|
243
|
-
|
|
244
236
|
- property `PriceImport::publish` is removed
|
|
245
237
|
- property `ProductVariantImport::publish` is removed
|
|
246
238
|
</details>
|
|
247
239
|
|
|
248
240
|
<details>
|
|
249
241
|
<summary>Added Enum(s)</summary>
|
|
250
|
-
|
|
251
242
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
252
243
|
</details>
|
|
253
244
|
|
|
@@ -259,21 +250,18 @@
|
|
|
259
250
|
|
|
260
251
|
<details>
|
|
261
252
|
<summary>Added Type(s)</summary>
|
|
262
|
-
|
|
263
253
|
- added type `InvalidFieldsUpdateError`
|
|
264
254
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
265
255
|
</details>
|
|
266
256
|
|
|
267
257
|
<details>
|
|
268
258
|
<summary>Deprecated Property(s)</summary>
|
|
269
|
-
|
|
270
259
|
- property `PriceImport::publish` is removed
|
|
271
260
|
- property `ProductVariantImport::publish` is removed
|
|
272
261
|
</details>
|
|
273
262
|
|
|
274
263
|
<details>
|
|
275
264
|
<summary>Added Enum(s)</summary>
|
|
276
|
-
|
|
277
265
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
278
266
|
</details>
|
|
279
267
|
|
|
@@ -285,21 +273,18 @@
|
|
|
285
273
|
|
|
286
274
|
<details>
|
|
287
275
|
<summary>Added Type(s)</summary>
|
|
288
|
-
|
|
289
276
|
- added type `InvalidFieldsUpdateError`
|
|
290
277
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
291
278
|
</details>
|
|
292
279
|
|
|
293
280
|
<details>
|
|
294
281
|
<summary>Deprecated Property(s)</summary>
|
|
295
|
-
|
|
296
282
|
- property `PriceImport::publish` is removed
|
|
297
283
|
- property `ProductVariantImport::publish` is removed
|
|
298
284
|
</details>
|
|
299
285
|
|
|
300
286
|
<details>
|
|
301
287
|
<summary>Added Enum(s)</summary>
|
|
302
|
-
|
|
303
288
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
304
289
|
</details>
|
|
305
290
|
|
|
@@ -311,7 +296,6 @@
|
|
|
311
296
|
|
|
312
297
|
<details>
|
|
313
298
|
<summary>Added Type(s)</summary>
|
|
314
|
-
|
|
315
299
|
- added type `InvalidFieldsUpdateError`
|
|
316
300
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
317
301
|
- added type `ReferencedResourceNotFound`
|
|
@@ -319,14 +303,12 @@
|
|
|
319
303
|
|
|
320
304
|
<details>
|
|
321
305
|
<summary>Deprecated Property(s)</summary>
|
|
322
|
-
|
|
323
306
|
- property `PriceImport::publish` is removed
|
|
324
307
|
- property `ProductVariantImport::publish` is removed
|
|
325
308
|
</details>
|
|
326
309
|
|
|
327
310
|
<details>
|
|
328
311
|
<summary>Added Enum(s)</summary>
|
|
329
|
-
|
|
330
312
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
331
313
|
</details>
|
|
332
314
|
|
|
@@ -338,7 +320,6 @@
|
|
|
338
320
|
|
|
339
321
|
<details>
|
|
340
322
|
<summary>Added Type(s)</summary>
|
|
341
|
-
|
|
342
323
|
- added type `InvalidFieldsUpdateError`
|
|
343
324
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
344
325
|
- added type `ReferencedResourceNotFound`
|
|
@@ -346,14 +327,12 @@
|
|
|
346
327
|
|
|
347
328
|
<details>
|
|
348
329
|
<summary>Deprecated Property(s)</summary>
|
|
349
|
-
|
|
350
330
|
- property `PriceImport::publish` is removed
|
|
351
331
|
- property `ProductVariantImport::publish` is removed
|
|
352
332
|
</details>
|
|
353
333
|
|
|
354
334
|
<details>
|
|
355
335
|
<summary>Added Enum(s)</summary>
|
|
356
|
-
|
|
357
336
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
358
337
|
</details>
|
|
359
338
|
|
|
@@ -365,7 +344,6 @@
|
|
|
365
344
|
|
|
366
345
|
<details>
|
|
367
346
|
<summary>Added Type(s)</summary>
|
|
368
|
-
|
|
369
347
|
- added type `InvalidFieldsUpdateError`
|
|
370
348
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
371
349
|
- added type `ReferencedResourceNotFound`
|
|
@@ -373,14 +351,12 @@
|
|
|
373
351
|
|
|
374
352
|
<details>
|
|
375
353
|
<summary>Deprecated Property(s)</summary>
|
|
376
|
-
|
|
377
354
|
- property `PriceImport::publish` is removed
|
|
378
355
|
- property `ProductVariantImport::publish` is removed
|
|
379
356
|
</details>
|
|
380
357
|
|
|
381
358
|
<details>
|
|
382
359
|
<summary>Added Enum(s)</summary>
|
|
383
|
-
|
|
384
360
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
385
361
|
</details>
|
|
386
362
|
|
|
@@ -392,7 +368,6 @@
|
|
|
392
368
|
|
|
393
369
|
<details>
|
|
394
370
|
<summary>Added Type(s)</summary>
|
|
395
|
-
|
|
396
371
|
- added type `InvalidFieldsUpdateError`
|
|
397
372
|
- added type `NewMasterVariantAdditionNotAllowedError`
|
|
398
373
|
- added type `ReferencedResourceNotFound`
|
|
@@ -400,14 +375,12 @@
|
|
|
400
375
|
|
|
401
376
|
<details>
|
|
402
377
|
<summary>Deprecated Property(s)</summary>
|
|
403
|
-
|
|
404
378
|
- property `PriceImport::publish` is removed
|
|
405
379
|
- property `ProductVariantImport::publish` is removed
|
|
406
380
|
</details>
|
|
407
381
|
|
|
408
382
|
<details>
|
|
409
383
|
<summary>Added Enum(s)</summary>
|
|
410
|
-
|
|
411
384
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
412
385
|
</details>
|
|
413
386
|
|
|
@@ -419,21 +392,18 @@
|
|
|
419
392
|
|
|
420
393
|
<details>
|
|
421
394
|
<summary>Added Type(s)</summary>
|
|
422
|
-
|
|
423
395
|
- added type `InvalidFieldsUpdateError`
|
|
424
396
|
- added type `ReferencedResourceNotFound`
|
|
425
397
|
</details>
|
|
426
398
|
|
|
427
399
|
<details>
|
|
428
400
|
<summary>Deprecated Property(s)</summary>
|
|
429
|
-
|
|
430
401
|
- property `PriceImport::publish` is removed
|
|
431
402
|
- property `ProductVariantImport::publish` is removed
|
|
432
403
|
</details>
|
|
433
404
|
|
|
434
405
|
<details>
|
|
435
406
|
<summary>Added Enum(s)</summary>
|
|
436
|
-
|
|
437
407
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
438
408
|
</details>
|
|
439
409
|
|
|
@@ -445,21 +415,18 @@
|
|
|
445
415
|
|
|
446
416
|
<details>
|
|
447
417
|
<summary>Added Type(s)</summary>
|
|
448
|
-
|
|
449
418
|
- added type `InvalidFieldsUpdateError`
|
|
450
419
|
- added type `ReferencedResourceNotFound`
|
|
451
420
|
</details>
|
|
452
421
|
|
|
453
422
|
<details>
|
|
454
423
|
<summary>Deprecated Property(s)</summary>
|
|
455
|
-
|
|
456
424
|
- property `PriceImport::publish` is removed
|
|
457
425
|
- property `ProductVariantImport::publish` is removed
|
|
458
426
|
</details>
|
|
459
427
|
|
|
460
428
|
<details>
|
|
461
429
|
<summary>Added Enum(s)</summary>
|
|
462
|
-
|
|
463
430
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
464
431
|
</details>
|
|
465
432
|
|
|
@@ -471,21 +438,18 @@
|
|
|
471
438
|
|
|
472
439
|
<details>
|
|
473
440
|
<summary>Added Type(s)</summary>
|
|
474
|
-
|
|
475
441
|
- added type `InvalidFieldsUpdateError`
|
|
476
442
|
- added type `ReferencedResourceNotFound`
|
|
477
443
|
</details>
|
|
478
444
|
|
|
479
445
|
<details>
|
|
480
446
|
<summary>Deprecated Property(s)</summary>
|
|
481
|
-
|
|
482
447
|
- property `PriceImport::publish` is removed
|
|
483
448
|
- property `ProductVariantImport::publish` is removed
|
|
484
449
|
</details>
|
|
485
450
|
|
|
486
451
|
<details>
|
|
487
452
|
<summary>Added Enum(s)</summary>
|
|
488
|
-
|
|
489
453
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
490
454
|
</details>
|
|
491
455
|
|
|
@@ -497,19 +461,16 @@
|
|
|
497
461
|
|
|
498
462
|
<details>
|
|
499
463
|
<summary>Added Type(s)</summary>
|
|
500
|
-
|
|
501
464
|
- added type `ReferencedResourceNotFound`
|
|
502
465
|
</details>
|
|
503
466
|
|
|
504
467
|
<details>
|
|
505
468
|
<summary>Added Enum(s)</summary>
|
|
506
|
-
|
|
507
469
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
508
470
|
</details>
|
|
509
471
|
|
|
510
472
|
<details>
|
|
511
473
|
<summary>Deprecated Property(s)</summary>
|
|
512
|
-
|
|
513
474
|
- property `PriceImport::publish` is removed
|
|
514
475
|
- property `ProductVariantImport::publish` is removed
|
|
515
476
|
</details>
|
|
@@ -522,19 +483,16 @@
|
|
|
522
483
|
|
|
523
484
|
<details>
|
|
524
485
|
<summary>Added Type(s)</summary>
|
|
525
|
-
|
|
526
486
|
- added type `ReferencedResourceNotFound`
|
|
527
487
|
</details>
|
|
528
488
|
|
|
529
489
|
<details>
|
|
530
490
|
<summary>Added Enum(s)</summary>
|
|
531
|
-
|
|
532
491
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
533
492
|
</details>
|
|
534
493
|
|
|
535
494
|
<details>
|
|
536
495
|
<summary>Deprecated Property(s)</summary>
|
|
537
|
-
|
|
538
496
|
- property `PriceImport::publish` is removed
|
|
539
497
|
- property `ProductVariantImport::publish` is removed
|
|
540
498
|
</details>
|
|
@@ -547,19 +505,16 @@
|
|
|
547
505
|
|
|
548
506
|
<details>
|
|
549
507
|
<summary>Added Type(s)</summary>
|
|
550
|
-
|
|
551
508
|
- added type `ReferencedResourceNotFound`
|
|
552
509
|
</details>
|
|
553
510
|
|
|
554
511
|
<details>
|
|
555
512
|
<summary>Added Enum(s)</summary>
|
|
556
|
-
|
|
557
513
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
558
514
|
</details>
|
|
559
515
|
|
|
560
516
|
<details>
|
|
561
517
|
<summary>Deprecated Property(s)</summary>
|
|
562
|
-
|
|
563
518
|
- property `PriceImport::publish` is removed
|
|
564
519
|
- property `ProductVariantImport::publish` is removed
|
|
565
520
|
</details>
|
|
@@ -572,14 +527,12 @@
|
|
|
572
527
|
|
|
573
528
|
<details>
|
|
574
529
|
<summary>Deprecated Property(s)</summary>
|
|
575
|
-
|
|
576
530
|
- property `PriceImport::publish` is removed
|
|
577
531
|
- property `ProductVariantImport::publish` is removed
|
|
578
532
|
</details>
|
|
579
533
|
|
|
580
534
|
<details>
|
|
581
535
|
<summary>Added Enum(s)</summary>
|
|
582
|
-
|
|
583
536
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
584
537
|
</details>
|
|
585
538
|
|
|
@@ -591,13 +544,11 @@
|
|
|
591
544
|
|
|
592
545
|
<details>
|
|
593
546
|
<summary>Added Enum(s)</summary>
|
|
594
|
-
|
|
595
547
|
- added enum `customer-group` to type `CustomFieldReferenceValue`
|
|
596
548
|
</details>
|
|
597
549
|
|
|
598
550
|
<details>
|
|
599
551
|
<summary>Deprecated Property(s)</summary>
|
|
600
|
-
|
|
601
552
|
- property `PriceImport::publish` is removed
|
|
602
553
|
- property `ProductVariantImport::publish` is removed
|
|
603
554
|
</details>
|
|
@@ -610,14 +561,12 @@
|
|
|
610
561
|
|
|
611
562
|
<details>
|
|
612
563
|
<summary>MarkDeprecated Property(s)</summary>
|
|
613
|
-
|
|
614
564
|
- marked property `PriceImport::publish` as deprecated
|
|
615
565
|
- marked property `ProductVariantImport::publish` as deprecated
|
|
616
566
|
</details>
|
|
617
567
|
|
|
618
568
|
<details>
|
|
619
569
|
<summary>Added Property(s)</summary>
|
|
620
|
-
|
|
621
570
|
- added property `staged` to type `PriceImport`
|
|
622
571
|
- added property `staged` to type `ProductVariantImport`
|
|
623
572
|
</details>
|
|
@@ -635,7 +584,6 @@
|
|
|
635
584
|
|
|
636
585
|
<details>
|
|
637
586
|
<summary>Added Resource(s)</summary>
|
|
638
|
-
|
|
639
587
|
- added resource `/{projectKey}/discount-codes`
|
|
640
588
|
- added resource `/{projectKey}/discount-codes/import-containers`
|
|
641
589
|
- added resource `/{projectKey}/discount-codes/import-containers/{importContainerKey}`
|
|
@@ -643,20 +591,17 @@
|
|
|
643
591
|
|
|
644
592
|
<details>
|
|
645
593
|
<summary>Added Method(s)</summary>
|
|
646
|
-
|
|
647
594
|
- added method `apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()`
|
|
648
595
|
</details>
|
|
649
596
|
|
|
650
597
|
<details>
|
|
651
598
|
<summary>Added Type(s)</summary>
|
|
652
|
-
|
|
653
599
|
- added type `DiscountCodeImportRequest`
|
|
654
600
|
- added type `DiscountCodeImport`
|
|
655
601
|
</details>
|
|
656
602
|
|
|
657
603
|
<details>
|
|
658
604
|
<summary>Added Enum(s)</summary>
|
|
659
|
-
|
|
660
605
|
- added enum `discount-code` to type `ImportResourceType`
|
|
661
606
|
</details>
|
|
662
607
|
|
|
@@ -679,7 +624,6 @@
|
|
|
679
624
|
|
|
680
625
|
<details>
|
|
681
626
|
<summary>Added QueryParameter(s)</summary>
|
|
682
|
-
|
|
683
627
|
- added query parameter `expand` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
684
628
|
- added query parameter `sort` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
685
629
|
- added query parameter `limit` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
@@ -692,7 +636,6 @@
|
|
|
692
636
|
|
|
693
637
|
<details>
|
|
694
638
|
<summary>Changed MethodResponseBody(s)</summary>
|
|
695
|
-
|
|
696
639
|
- :warning: changed response body for `200: application/json` of method `get /{projectKey}/in-store/key={storeKey}/cart-discounts` from type `CartDiscount` to `CartDiscountPagedQueryResponse`
|
|
697
640
|
</details>
|
|
698
641
|
|
|
@@ -701,7 +644,6 @@
|
|
|
701
644
|
### Major Changes
|
|
702
645
|
|
|
703
646
|
- [#551](https://github.com/commercetools/commercetools-sdk-typescript/pull/551) [`9e7939a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/9e7939a1df234fd1f4f77c60f4ff75b31d7fc3fd) Thanks [@github-actions](https://github.com/apps/github-actions)! - BREAKING CHANGE:
|
|
704
|
-
|
|
705
647
|
- fix URI parameters to be URI encoded
|
|
706
648
|
|
|
707
649
|
### Minor Changes
|
|
@@ -710,7 +652,6 @@
|
|
|
710
652
|
|
|
711
653
|
<details>
|
|
712
654
|
<summary>Added Property(s)</summary>
|
|
713
|
-
|
|
714
655
|
- added property `product` to type `ProductVariantPatch`
|
|
715
656
|
</details>
|
|
716
657
|
|
|
@@ -727,7 +668,6 @@
|
|
|
727
668
|
|
|
728
669
|
<details>
|
|
729
670
|
<summary>Added Enum(s)</summary>
|
|
730
|
-
|
|
731
671
|
- added enum `canceled` to type `ProcessingState`
|
|
732
672
|
</details>
|
|
733
673
|
|
|
@@ -741,7 +681,6 @@
|
|
|
741
681
|
|
|
742
682
|
<details>
|
|
743
683
|
<summary>Added Property(s)</summary>
|
|
744
|
-
|
|
745
684
|
- added property `perMethodTaxRate` to type `CustomLineItem`
|
|
746
685
|
- added property `key` to type `LineItem`
|
|
747
686
|
- added property `key` to type `LineItemDraft`
|
|
@@ -806,7 +745,6 @@
|
|
|
806
745
|
|
|
807
746
|
<details>
|
|
808
747
|
<summary>Required Property(s)</summary>
|
|
809
|
-
|
|
810
748
|
- changed property `lineItemId` of type `CartApplyDeltaToLineItemShippingDetailsTargetsAction` to be optional
|
|
811
749
|
- changed property `lineItemId` of type `CartChangeLineItemQuantityAction` to be optional
|
|
812
750
|
- changed property `lineItemId` of type `CartRemoveLineItemAction` to be optional
|
|
@@ -858,27 +796,23 @@
|
|
|
858
796
|
|
|
859
797
|
<details>
|
|
860
798
|
<summary>Deprecated Property(s)</summary>
|
|
861
|
-
|
|
862
799
|
- property `MyCartChangeLineItemQuantityAction::externalPrice` is removed
|
|
863
800
|
- property `MyCartChangeLineItemQuantityAction::externalTotalPrice` is removed
|
|
864
801
|
</details>
|
|
865
802
|
|
|
866
803
|
<details>
|
|
867
804
|
<summary>Deprecated Type(s)</summary>
|
|
868
|
-
|
|
869
805
|
- type `ProductVariantSelectionExclusion` is removed
|
|
870
806
|
- type `ProductVariantSelectionInclusion` is removed
|
|
871
807
|
</details>
|
|
872
808
|
|
|
873
809
|
<details>
|
|
874
810
|
<summary>Removed Type(s)</summary>
|
|
875
|
-
|
|
876
811
|
- :warning: removed type `MyCartSetDirectDiscountsAction`
|
|
877
812
|
</details>
|
|
878
813
|
|
|
879
814
|
<details>
|
|
880
815
|
<summary>Added Type(s)</summary>
|
|
881
|
-
|
|
882
816
|
- added type `StandalonePriceTierAddedMessage`
|
|
883
817
|
- added type `StandalonePriceTierRemovedMessage`
|
|
884
818
|
- added type `StandalonePriceTiersSetMessage`
|
|
@@ -902,7 +836,6 @@
|
|
|
902
836
|
|
|
903
837
|
<details>
|
|
904
838
|
<summary>Added Enum(s)</summary>
|
|
905
|
-
|
|
906
839
|
- added enum `associate-role` to type `CustomFieldReferenceValue`
|
|
907
840
|
- added enum `business-unit` to type `CustomFieldReferenceValue`
|
|
908
841
|
</details>
|
|
@@ -911,7 +844,6 @@
|
|
|
911
844
|
|
|
912
845
|
<details>
|
|
913
846
|
<summary>Added Enum(s)</summary>
|
|
914
|
-
|
|
915
847
|
- added enum `associate-role` to type `CustomFieldReferenceValue`
|
|
916
848
|
- added enum `business-unit` to type `CustomFieldReferenceValue`
|
|
917
849
|
</details>
|
|
@@ -920,32 +852,27 @@
|
|
|
920
852
|
|
|
921
853
|
<details>
|
|
922
854
|
<summary>Added Property(s)</summary>
|
|
923
|
-
|
|
924
855
|
- added property `variantSelection` to type `AddProductChange`
|
|
925
856
|
</details>
|
|
926
857
|
|
|
927
858
|
<details>
|
|
928
859
|
<summary>Changed Property(s)</summary>
|
|
929
|
-
|
|
930
860
|
- :warning: changed property `resource` of type `Record` from type `Reference` to `ResourceIdentifier`
|
|
931
861
|
</details>
|
|
932
862
|
|
|
933
863
|
<details>
|
|
934
864
|
<summary>Added QueryParameter(s)</summary>
|
|
935
|
-
|
|
936
865
|
- added query parameter `resourceKey` to method `get /{projectKey}`
|
|
937
866
|
- added query parameter `resourceKey` to method `get /{projectKey}/{resourceType}`
|
|
938
867
|
</details>
|
|
939
868
|
|
|
940
869
|
<details>
|
|
941
870
|
<summary>Removed QueryParameter(s)</summary>
|
|
942
|
-
|
|
943
871
|
- :warning: removed query parameter `resourceId` from method `get /{projectKey}/{resourceType}`
|
|
944
872
|
</details>
|
|
945
873
|
|
|
946
874
|
<details>
|
|
947
875
|
<summary>Added Type(s)</summary>
|
|
948
|
-
|
|
949
876
|
- added type `AddAssociateChange`
|
|
950
877
|
- added type `AddProductSelectionChange`
|
|
951
878
|
- added type `Associate`
|
|
@@ -975,7 +902,6 @@
|
|
|
975
902
|
|
|
976
903
|
<details>
|
|
977
904
|
<summary>Added Enum(s)</summary>
|
|
978
|
-
|
|
979
905
|
- added enum `business-unit` to type `ChangeHistoryResourceType`
|
|
980
906
|
- added enum `addAssociate` to type `UpdateType`
|
|
981
907
|
- added enum `addCustomLineItem` to type `UpdateType`
|
|
@@ -1080,13 +1006,11 @@
|
|
|
1080
1006
|
|
|
1081
1007
|
<details>
|
|
1082
1008
|
<summary>Changed Type(s)</summary>
|
|
1083
|
-
|
|
1084
1009
|
- :warning: changed type `AssociateRole` from type `string` to `BaseResource`
|
|
1085
1010
|
</details>
|
|
1086
1011
|
|
|
1087
1012
|
<details>
|
|
1088
1013
|
<summary>Added Type(s)</summary>
|
|
1089
|
-
|
|
1090
1014
|
- added type `AssociateRoleDraft`
|
|
1091
1015
|
- added type `AssociateRoleKeyReference`
|
|
1092
1016
|
- added type `AssociateRolePagedQueryResponse`
|
|
@@ -1133,7 +1057,6 @@
|
|
|
1133
1057
|
|
|
1134
1058
|
<details>
|
|
1135
1059
|
<summary>Added Enum(s)</summary>
|
|
1136
|
-
|
|
1137
1060
|
- added enum `associate-role` to type `ReferenceTypeId`
|
|
1138
1061
|
- added enum `associate-role` to type `MessageSubscriptionResourceTypeId`
|
|
1139
1062
|
- added enum `associate-role` to type `ResourceTypeId`
|
|
@@ -1141,7 +1064,6 @@
|
|
|
1141
1064
|
|
|
1142
1065
|
<details>
|
|
1143
1066
|
<summary>Added Property(s)</summary>
|
|
1144
|
-
|
|
1145
1067
|
- added property `associateRoleAssignments` to type `Associate`
|
|
1146
1068
|
- added property `associateRoleAssignments` to type `AssociateDraft`
|
|
1147
1069
|
- added property `associateMode` to type `BusinessUnit`
|
|
@@ -1158,21 +1080,18 @@
|
|
|
1158
1080
|
|
|
1159
1081
|
<details>
|
|
1160
1082
|
<summary>Changed Property(s)</summary>
|
|
1161
|
-
|
|
1162
1083
|
- :warning: changed property `roles` of type `Associate` from type `AssociateRole[]` to `AssociateRoleDeprecated[]`
|
|
1163
1084
|
- :warning: changed property `roles` of type `AssociateDraft` from type `AssociateRole[]` to `AssociateRoleDeprecated[]`
|
|
1164
1085
|
</details>
|
|
1165
1086
|
|
|
1166
1087
|
<details>
|
|
1167
1088
|
<summary>MarkDeprecated Property(s)</summary>
|
|
1168
|
-
|
|
1169
1089
|
- marked property `Associate::roles` as deprecated
|
|
1170
1090
|
- marked property `AssociateDraft::roles` as deprecated
|
|
1171
1091
|
</details>
|
|
1172
1092
|
|
|
1173
1093
|
<details>
|
|
1174
1094
|
<summary>Added Resource(s)</summary>
|
|
1175
|
-
|
|
1176
1095
|
- added resource `/{projectKey}/as-associate`
|
|
1177
1096
|
- added resource `/{projectKey}/associate-roles`
|
|
1178
1097
|
- added resource `/{projectKey}/as-associate/{associateId}`
|
|
@@ -1199,7 +1118,6 @@
|
|
|
1199
1118
|
|
|
1200
1119
|
<details>
|
|
1201
1120
|
<summary>Added Method(s)</summary>
|
|
1202
|
-
|
|
1203
1121
|
- added method `apiRoot.withProjectKey().associateRoles().get()`
|
|
1204
1122
|
- added method `apiRoot.withProjectKey().associateRoles().post()`
|
|
1205
1123
|
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().businessUnits().get()`
|
|
@@ -1246,13 +1164,11 @@
|
|
|
1246
1164
|
|
|
1247
1165
|
<details>
|
|
1248
1166
|
<summary>Added Enum(s)</summary>
|
|
1249
|
-
|
|
1250
1167
|
- added enum `type` to type `ImportResourceType`
|
|
1251
1168
|
</details>
|
|
1252
1169
|
|
|
1253
1170
|
<details>
|
|
1254
1171
|
<summary>Added Resource(s)</summary>
|
|
1255
|
-
|
|
1256
1172
|
- added resource `/{projectKey}/types`
|
|
1257
1173
|
- added resource `/{projectKey}/types/import-containers`
|
|
1258
1174
|
- added resource `/{projectKey}/types/import-containers/{importContainerKey}`
|
|
@@ -1260,13 +1176,11 @@
|
|
|
1260
1176
|
|
|
1261
1177
|
<details>
|
|
1262
1178
|
<summary>Added Method(s)</summary>
|
|
1263
|
-
|
|
1264
1179
|
- added method `apiRoot.withProjectKeyValue().types().importContainers().withImportContainerKeyValue().post()`
|
|
1265
1180
|
</details>
|
|
1266
1181
|
|
|
1267
1182
|
<details>
|
|
1268
1183
|
<summary>Added Type(s)</summary>
|
|
1269
|
-
|
|
1270
1184
|
- added type `TypeImportRequest`
|
|
1271
1185
|
- added type `TypeTextInputHint`
|
|
1272
1186
|
- added type `ResourceTypeId`
|
|
@@ -1294,19 +1208,16 @@
|
|
|
1294
1208
|
|
|
1295
1209
|
<details>
|
|
1296
1210
|
<summary>Added QueryParameter(s)</summary>
|
|
1297
|
-
|
|
1298
1211
|
- added query parameter `resourceTypes` to method `get /{projectKey}`
|
|
1299
1212
|
</details>
|
|
1300
1213
|
|
|
1301
1214
|
<details>
|
|
1302
1215
|
<summary>Removed QueryParameter(s)</summary>
|
|
1303
|
-
|
|
1304
1216
|
- :warning: removed query parameter `resourceType` from method `get /{projectKey}`
|
|
1305
1217
|
</details>
|
|
1306
1218
|
|
|
1307
1219
|
<details>
|
|
1308
1220
|
<summary>Added Type(s)</summary>
|
|
1309
|
-
|
|
1310
1221
|
- added type `SetCountriesChange`
|
|
1311
1222
|
- added type `SetPurchaseOrderNumberChange`
|
|
1312
1223
|
- added type `StoreCountry`
|
|
@@ -1330,7 +1241,6 @@
|
|
|
1330
1241
|
|
|
1331
1242
|
<details>
|
|
1332
1243
|
<summary>Added Property(s)</summary>
|
|
1333
|
-
|
|
1334
1244
|
- added property `custom` to type `Parcel`
|
|
1335
1245
|
</details>
|
|
1336
1246
|
|
|
@@ -1344,17 +1254,14 @@
|
|
|
1344
1254
|
### Minor Changes
|
|
1345
1255
|
|
|
1346
1256
|
- [#432](https://github.com/commercetools/commercetools-sdk-typescript/pull/432) [`d06e0c5`](https://github.com/commercetools/commercetools-sdk-typescript/commit/d06e0c58f4b9a8f69bbde63f906cc905c878aa2d) Thanks [@ajimae](https://github.com/ajimae)! - ### Required Properties
|
|
1347
|
-
|
|
1348
1257
|
- changed property `password` of type `CustomerImport` to be optional
|
|
1349
1258
|
|
|
1350
1259
|
### Added Properties
|
|
1351
|
-
|
|
1352
1260
|
- added property `authenticationMode` to type `CustomerImport`
|
|
1353
1261
|
- added property `state` to type `OrderImport`
|
|
1354
1262
|
- added property `custom` to type `Address`
|
|
1355
1263
|
|
|
1356
1264
|
### Added Type
|
|
1357
|
-
|
|
1358
1265
|
- added type `AuthenticationMode`
|
|
1359
1266
|
|
|
1360
1267
|
### Patch Changes
|
|
@@ -1369,7 +1276,6 @@
|
|
|
1369
1276
|
- [#411](https://github.com/commercetools/commercetools-sdk-typescript/pull/411) [`393f1f9`](https://github.com/commercetools/commercetools-sdk-typescript/commit/393f1f95359890673eb947682c76ab3ca9a290f0) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs
|
|
1370
1277
|
|
|
1371
1278
|
## Changes
|
|
1372
|
-
|
|
1373
1279
|
- added property `defaultShippingAddressId` to type `BusinessUnit`
|
|
1374
1280
|
- added property `defaultShippingAddress` to type `BusinessUnitDraft`
|
|
1375
1281
|
- added property `defaultShippingAddressId` to type `Company`
|
|
@@ -1388,13 +1294,11 @@
|
|
|
1388
1294
|
|
|
1389
1295
|
<details>
|
|
1390
1296
|
<summary>Required Property(s)</summary>
|
|
1391
|
-
|
|
1392
1297
|
- changed property `discounted` of type `StagedStandalonePrice` to be optional
|
|
1393
1298
|
</details>
|
|
1394
1299
|
|
|
1395
1300
|
<details>
|
|
1396
1301
|
<summary>Removed Property(s)</summary>
|
|
1397
|
-
|
|
1398
1302
|
- :warning: removed property `defaultShipingAddressId` from type `BusinessUnit`
|
|
1399
1303
|
- :warning: removed property `defaultShipingAddress` from type `BusinessUnitDraft`
|
|
1400
1304
|
- :warning: removed property `defaultShipingAddressId` from type `Company`
|
|
@@ -1411,20 +1315,17 @@
|
|
|
1411
1315
|
|
|
1412
1316
|
<details>
|
|
1413
1317
|
<summary>Removed Type(s)</summary>
|
|
1414
|
-
|
|
1415
1318
|
- :warning: removed type `ProductPriceSetMessage`
|
|
1416
1319
|
- :warning: removed type `ProductPriceSetMessagePayload`
|
|
1417
1320
|
</details>
|
|
1418
1321
|
|
|
1419
1322
|
<details>
|
|
1420
1323
|
<summary>Deprecated Type(s)</summary>
|
|
1421
|
-
|
|
1422
1324
|
- type `IronMqDestination` is removed
|
|
1423
1325
|
</details>
|
|
1424
1326
|
|
|
1425
1327
|
<details>
|
|
1426
1328
|
<summary>Added Type(s)</summary>
|
|
1427
|
-
|
|
1428
1329
|
- added type `CartFreezeCartAction`
|
|
1429
1330
|
- added type `CartUnfreezeCartAction`
|
|
1430
1331
|
- added type `DuplicatePriceKeyError`
|
|
@@ -1440,19 +1341,16 @@
|
|
|
1440
1341
|
|
|
1441
1342
|
<details>
|
|
1442
1343
|
<summary>Added Resource(s)</summary>
|
|
1443
|
-
|
|
1444
1344
|
- added resource `/{projectKey}/shipping-methods/matching-cart-location`
|
|
1445
1345
|
</details>
|
|
1446
1346
|
|
|
1447
1347
|
<details>
|
|
1448
1348
|
<summary>Added Method(s)</summary>
|
|
1449
|
-
|
|
1450
1349
|
- added method `apiRoot.withProjectKey().shippingMethods().matchingCartLocation().get()`
|
|
1451
1350
|
</details>
|
|
1452
1351
|
|
|
1453
1352
|
<details>
|
|
1454
1353
|
<summary>Added Enum(s)</summary>
|
|
1455
|
-
|
|
1456
1354
|
- added enum `Frozen` to type `CartState`
|
|
1457
1355
|
</details>
|
|
1458
1356
|
|
|
@@ -1460,7 +1358,6 @@
|
|
|
1460
1358
|
|
|
1461
1359
|
<details>
|
|
1462
1360
|
<summary>Deprecated Property(s)</summary>
|
|
1463
|
-
|
|
1464
1361
|
- property `MissingAttributes::attributeCount` is removed
|
|
1465
1362
|
- property `MissingAttributes::attributeCoverage` is removed
|
|
1466
1363
|
- property `MissingAttributesMeta::productLevel` is removed
|
|
@@ -1479,7 +1376,6 @@
|
|
|
1479
1376
|
|
|
1480
1377
|
<details>
|
|
1481
1378
|
<summary>Deprecated Type(s)</summary>
|
|
1482
|
-
|
|
1483
1379
|
- type `AttributeCount` is removed
|
|
1484
1380
|
- type `AttributeCoverage` is removed
|
|
1485
1381
|
- type `MissingAttributesDetails` is removed
|
|
@@ -1508,7 +1404,6 @@
|
|
|
1508
1404
|
|
|
1509
1405
|
<details>
|
|
1510
1406
|
<summary>Deprecated Resource(s)</summary>
|
|
1511
|
-
|
|
1512
1407
|
- resource `/{projectKey}/missing-data` is removed
|
|
1513
1408
|
- resource `/{projectKey}/missing-data/attributes` is removed
|
|
1514
1409
|
- resource `/{projectKey}/missing-data/images` is removed
|
|
@@ -1523,7 +1418,6 @@
|
|
|
1523
1418
|
|
|
1524
1419
|
<details>
|
|
1525
1420
|
<summary>Deprecated Method(s)</summary>
|
|
1526
|
-
|
|
1527
1421
|
- method `post /{projectKey}/missing-data/attributes` is removed
|
|
1528
1422
|
- method `post /{projectKey}/missing-data/images` is removed
|
|
1529
1423
|
- method `post /{projectKey}/missing-data/prices` is removed
|
|
@@ -1613,18 +1507,15 @@
|
|
|
1613
1507
|
### Major Changes
|
|
1614
1508
|
|
|
1615
1509
|
- [#291](https://github.com/commercetools/commercetools-sdk-typescript/pull/291) [`cde61f4`](https://github.com/commercetools/commercetools-sdk-typescript/commit/cde61f45563970ca1648496198268976e4f83d8e) Thanks [@github-actions](https://github.com/apps/github-actions)! - ### History API
|
|
1616
|
-
|
|
1617
1510
|
- add support for quotes
|
|
1618
1511
|
- add support for authentication mode
|
|
1619
1512
|
- add product selection support
|
|
1620
1513
|
|
|
1621
1514
|
### Import API
|
|
1622
|
-
|
|
1623
1515
|
- add support for inventory imports
|
|
1624
1516
|
- remove import sink endpoints
|
|
1625
1517
|
|
|
1626
1518
|
### Platform API
|
|
1627
|
-
|
|
1628
1519
|
- add support for quotes
|
|
1629
1520
|
- fix localeProjection query parameter type
|
|
1630
1521
|
- add missing query parameters to product selection assigment
|
|
@@ -1637,11 +1528,9 @@
|
|
|
1637
1528
|
### Patch Changes
|
|
1638
1529
|
|
|
1639
1530
|
- [#258](https://github.com/commercetools/commercetools-sdk-typescript/pull/258) [`ba52d38`](https://github.com/commercetools/commercetools-sdk-typescript/commit/ba52d38a0a00299de61f554ae753cfb984401d79) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs
|
|
1640
|
-
|
|
1641
1531
|
- add support for Standalone Prices
|
|
1642
1532
|
|
|
1643
1533
|
* [#266](https://github.com/commercetools/commercetools-sdk-typescript/pull/266) [`fd29fa7`](https://github.com/commercetools/commercetools-sdk-typescript/commit/fd29fa759f906040d76a889c2d3fbfbdf2ac6617) Thanks [@github-actions](https://github.com/apps/github-actions)! - Platform SDK updates:
|
|
1644
|
-
|
|
1645
1534
|
- Fix /me/email/confirm arguments and return type (https://github.com/commercetools/commercetools-sdk-typescript/issues/274)
|
|
1646
1535
|
|
|
1647
1536
|
## 2.5.0
|
|
@@ -1660,7 +1549,6 @@
|
|
|
1660
1549
|
### Minor Changes
|
|
1661
1550
|
|
|
1662
1551
|
- [#241](https://github.com/commercetools/commercetools-sdk-typescript/pull/241) [`85f5be3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/85f5be349a9b0fa46539259981bfd8d5fc2ffdc6) Thanks [@ajimae](https://github.com/ajimae)! - Releasing the TS SDK with the following changelogs
|
|
1663
|
-
|
|
1664
1552
|
- added functionalities to extend client user agent
|
|
1665
1553
|
- custom field added to OrderFromCardDraft
|
|
1666
1554
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
-
* Please don't change this file manually but run `rmf-codegen generate <raml_file_path> -o <output_path> -t typescript_client` to update it.
|
|
4
|
-
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
-
*/
|
|
2
|
+
* Code generated by [commercetools RMF-Codegen](https://github.com/commercetools/rmf-codegen). DO NOT EDIT.
|
|
3
|
+
* Please don't change this file manually but run `rmf-codegen generate <raml_file_path> -o <output_path> -t typescript_client` to update it.
|
|
4
|
+
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
|
+
*/
|
|
6
6
|
export * from "./client/api-root.js";
|
|
7
7
|
export * from "./client/business-units/by-project-key-business-units-request-builder.js";
|
|
8
8
|
export * from "./client/by-project-key-request-builder.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/generated","sources":["index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/generated","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,qCAAkC;AAClC,yFAAqF;AACrF,2DAAuD;AACvD,iFAA6E;AAC7E,+EAA2E;AAC3E,yFAAqF;AACrF,sIAAkI;AAClI,8GAA0G;AAC1G,kIAA8H;AAC9H,0GAAsG;AACtG,iIAA6H;AAC7H,yGAAqG;AACrG,sIAAkI;AAClI,8GAA0G;AAC1G,uHAAmH;AACnH,+FAA2F;AAC3F,mIAA+H;AAC/H,2GAAuG;AACvG,qIAAiI;AACjI,6GAAyG;AACzG,8HAA0H;AAC1H,sGAAkG;AAClG,8HAA0H;AAC1H,sGAAkG;AAClG,sIAAkI;AAClI,8GAA0G;AAC1G,0IAAsI;AACtI,kHAA8G;AAC9G,qIAAiI;AACjI,6GAAyG;AACzG,+IAA2I;AAC3I,uHAAmH;AACnH,wIAAoI;AACpI,gHAA4G;AAC5G,gIAA4H;AAC5H,wGAAoG;AACpG,yIAAqI;AACrI,iHAA6G;AAC7G,6HAAyH;AACzH,qGAAiG;AACjG,yIAAqI;AACrI,qGAAiG;AACjG,+FAA2F;AAC3F,uIAAmI;AACnI,mFAA+E;AAC/E,uFAAmF;AACnF,yEAAqE;AACrE,yEAAqE;AACrE,yFAAqF;AACrF,iGAA6F;AAC7F,uFAAmF;AACnF,2GAAuG;AACvG,6FAAyF;AACzF,6EAAyE;AACzE,+FAA2F;AAC3F,uEAAmE;AACnE,2CAAuC;AACvC,uCAAmC;AACnC,mCAA+B;AAC/B,sCAAkC;AAClC,yCAAqC;AACrC,2CAAuC;AAEvC,mCAA+B;AAC/B,6CAAyC;AACzC,6CAAyC;AACzC,2CAAuC;AACvC,4CAAwC;AACxC,wCAAoC;AACpC,0CAAsC;AACtC,mCAA+B;AAC/B,mCAA+B;AAC/B,+CAA2C;AAC3C,0CAAsC;AACtC,qCAAiC;AACjC,yCAAqC;AACrC,4CAAwC;AACxC,8CAA0C;AAC1C,kCAA8B;AAE9B,+CAA2C;AAC3C,6CAAyC;AACzC,iDAA6C;AAC7C,4CAAwC"}
|
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.8.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": "^4.
|
|
35
|
+
"@commercetools/ts-client": "^4.3.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/uuid": "10.0.0",
|