@commercetools/importapi-sdk 6.6.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.
Files changed (24) hide show
  1. package/CHANGELOG.md +59 -119
  2. package/dist/commercetools-importapi-sdk.browser.cjs.js +180 -1
  3. package/dist/commercetools-importapi-sdk.browser.esm.js +172 -2
  4. package/dist/commercetools-importapi-sdk.cjs.dev.js +180 -1
  5. package/dist/commercetools-importapi-sdk.cjs.prod.js +180 -1
  6. package/dist/commercetools-importapi-sdk.esm.js +172 -2
  7. package/dist/declarations/src/generated/client/business-units/by-project-key-business-units-request-builder.d.ts +27 -0
  8. package/dist/declarations/src/generated/client/business-units/by-project-key-business-units-request-builder.d.ts.map +1 -0
  9. package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts +2 -0
  10. package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts.map +1 -1
  11. package/dist/declarations/src/generated/client/import-containers/by-project-key-business-units-import-containers-by-import-container-key-request-builder.d.ts +38 -0
  12. package/dist/declarations/src/generated/client/import-containers/by-project-key-business-units-import-containers-by-import-container-key-request-builder.d.ts.map +1 -0
  13. package/dist/declarations/src/generated/client/import-containers/by-project-key-business-units-import-containers-request-builder.d.ts +29 -0
  14. package/dist/declarations/src/generated/client/import-containers/by-project-key-business-units-import-containers-request-builder.d.ts.map +1 -0
  15. package/dist/declarations/src/generated/index.d.ts +8 -4
  16. package/dist/declarations/src/generated/index.d.ts.map +1 -1
  17. package/dist/declarations/src/generated/models/business-units.d.ts +330 -0
  18. package/dist/declarations/src/generated/models/business-units.d.ts.map +1 -0
  19. package/dist/declarations/src/generated/models/common.d.ts +29 -4
  20. package/dist/declarations/src/generated/models/common.d.ts.map +1 -1
  21. package/dist/declarations/src/generated/models/customers.d.ts +1 -1
  22. package/dist/declarations/src/generated/models/importrequests.d.ts +16 -2
  23. package/dist/declarations/src/generated/models/importrequests.d.ts.map +1 -1
  24. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
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
+
14
+ ## 6.7.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#1151](https://github.com/commercetools/commercetools-sdk-typescript/pull/1151) [`55ba0ac`](https://github.com/commercetools/commercetools-sdk-typescript/commit/55ba0acd11fbd95b56bb75c93a7310850a95b4b8) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
19
+
20
+ <details>
21
+ <summary>Added Type(s)</summary>
22
+ - added type `AssociateRoleKeyReference`
23
+ - added type `BusinessUnitKeyReference`
24
+ - added type `BusinessUnitImportRequest`
25
+ - added type `AssociateRoleInheritanceMode`
26
+ - added type `BusinessUnitStatus`
27
+ - added type `BusinessUnitAssociateMode`
28
+ - added type `BusinessUnitApprovalRuleMode`
29
+ - added type `BusinessUnitStoreMode`
30
+ - added type `BusinessUnitType`
31
+ - added type `AssociateRoleAssignmentDraft`
32
+ - added type `AssociateDraft`
33
+ - added type `BusinessUnitImport`
34
+ - added type `CompanyBusinessUnitImport`
35
+ - added type `DivisionBusinessUnitImport`
36
+ </details>
37
+
38
+ <details>
39
+ <summary>Added Resource(s)</summary>
40
+ - added resource `/{projectKey}/business-units`
41
+ - added resource `/{projectKey}/business-units/import-containers`
42
+ - added resource `/{projectKey}/business-units/import-containers/{importContainerKey}`
43
+ </details>
44
+
45
+ <details>
46
+ <summary>Added Method(s)</summary>
47
+ - added method `apiRoot.withProjectKeyValue().businessUnits().importContainers().withImportContainerKeyValue().post()`
48
+ </details>
49
+
50
+ <details>
51
+ <summary>Added Enum(s)</summary>
52
+ - added enum `business-unit` to type `ImportResourceType`
53
+ - added enum `associate-role` to type `ReferenceType`
54
+ - added enum `business-unit` to type `ReferenceType`
55
+ </details>
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [[`0a6ea36`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0a6ea364b2acd57d5e517ca21511de5f77bca6f0)]:
60
+ - @commercetools/ts-client@4.2.1
61
+
3
62
  ## 6.6.0
4
63
 
5
64
  ### Minor Changes
@@ -14,13 +73,11 @@
14
73
 
15
74
  <details>
16
75
  <summary>Added Enum(s)</summary>
17
-
18
76
  - added enum `product-selection` to type `ImportResourceType`
19
77
  </details>
20
78
 
21
79
  <details>
22
80
  <summary>Added Property(s)</summary>
23
-
24
81
  - added property `retentionPolicy` to type `ImportContainer`
25
82
  - added property `expiresAt` to type `ImportContainer`
26
83
  - added property `retentionPolicy` to type `ImportContainerDraft`
@@ -28,20 +85,17 @@
28
85
 
29
86
  <details>
30
87
  <summary>Changed Property(s)</summary>
31
-
32
88
  - :warning: changed property `country` of type `ExternalTaxRateDraft` from type `string` to `CountryCode`
33
89
  - :warning: changed property `value` of type `MoneySetField` from type `Money[]` to `TypedMoney[]`
34
90
  </details>
35
91
 
36
92
  <details>
37
93
  <summary>Added Method(s)</summary>
38
-
39
94
  - added method `apiRoot.withProjectKeyValue().productSelections().importContainers().withImportContainerKeyValue().post()`
40
95
  </details>
41
96
 
42
97
  <details>
43
98
  <summary>Added Type(s)</summary>
44
-
45
99
  - added type `StrategyEnum`
46
100
  - added type `RetentionPolicy`
47
101
  - added type `TimeToLiveConfig`
@@ -57,7 +111,6 @@
57
111
 
58
112
  <details>
59
113
  <summary>Added Resource(s)</summary>
60
-
61
114
  - added resource `/{projectKey}/product-selections`
62
115
  - added resource `/{projectKey}/product-selections/import-containers`
63
116
  - added resource `/{projectKey}/product-selections/import-containers/{importContainerKey}`
@@ -76,7 +129,6 @@
76
129
 
77
130
  <details>
78
131
  <summary>Added Property(s)</summary>
79
-
80
132
  - added property `attributes` to type `ProductImport`
81
133
  - added property `attributes` to type `ProductDraftImport`
82
134
  - added property `level` to type `AttributeDefinition`
@@ -84,7 +136,6 @@
84
136
 
85
137
  <details>
86
138
  <summary>Added Type(s)</summary>
87
-
88
139
  - added type `AttributeLevel`
89
140
  </details>
90
141
 
@@ -107,14 +158,12 @@
107
158
 
108
159
  <details>
109
160
  <summary>Added Property(s)</summary>
110
-
111
161
  - added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords`
112
162
  - added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString`
113
163
  </details>
114
164
 
115
165
  <details>
116
166
  <summary>Removed Property(s)</summary>
117
-
118
167
  - :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `SearchKeywords`
119
168
  - :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString`
120
169
  </details>
@@ -155,21 +204,18 @@
155
204
 
156
205
  <details>
157
206
  <summary>Added Type(s)</summary>
158
-
159
207
  - added type `InvalidFieldsUpdateError`
160
208
  - added type `NewMasterVariantAdditionNotAllowedError`
161
209
  </details>
162
210
 
163
211
  <details>
164
212
  <summary>Deprecated Property(s)</summary>
165
-
166
213
  - property `PriceImport::publish` is removed
167
214
  - property `ProductVariantImport::publish` is removed
168
215
  </details>
169
216
 
170
217
  <details>
171
218
  <summary>Added Enum(s)</summary>
172
-
173
219
  - added enum `customer-group` to type `CustomFieldReferenceValue`
174
220
  </details>
175
221
 
@@ -181,21 +227,18 @@
181
227
 
182
228
  <details>
183
229
  <summary>Added Type(s)</summary>
184
-
185
230
  - added type `InvalidFieldsUpdateError`
186
231
  - added type `NewMasterVariantAdditionNotAllowedError`
187
232
  </details>
188
233
 
189
234
  <details>
190
235
  <summary>Deprecated Property(s)</summary>
191
-
192
236
  - property `PriceImport::publish` is removed
193
237
  - property `ProductVariantImport::publish` is removed
194
238
  </details>
195
239
 
196
240
  <details>
197
241
  <summary>Added Enum(s)</summary>
198
-
199
242
  - added enum `customer-group` to type `CustomFieldReferenceValue`
200
243
  </details>
201
244
 
@@ -207,21 +250,18 @@
207
250
 
208
251
  <details>
209
252
  <summary>Added Type(s)</summary>
210
-
211
253
  - added type `InvalidFieldsUpdateError`
212
254
  - added type `NewMasterVariantAdditionNotAllowedError`
213
255
  </details>
214
256
 
215
257
  <details>
216
258
  <summary>Deprecated Property(s)</summary>
217
-
218
259
  - property `PriceImport::publish` is removed
219
260
  - property `ProductVariantImport::publish` is removed
220
261
  </details>
221
262
 
222
263
  <details>
223
264
  <summary>Added Enum(s)</summary>
224
-
225
265
  - added enum `customer-group` to type `CustomFieldReferenceValue`
226
266
  </details>
227
267
 
@@ -233,21 +273,18 @@
233
273
 
234
274
  <details>
235
275
  <summary>Added Type(s)</summary>
236
-
237
276
  - added type `InvalidFieldsUpdateError`
238
277
  - added type `NewMasterVariantAdditionNotAllowedError`
239
278
  </details>
240
279
 
241
280
  <details>
242
281
  <summary>Deprecated Property(s)</summary>
243
-
244
282
  - property `PriceImport::publish` is removed
245
283
  - property `ProductVariantImport::publish` is removed
246
284
  </details>
247
285
 
248
286
  <details>
249
287
  <summary>Added Enum(s)</summary>
250
-
251
288
  - added enum `customer-group` to type `CustomFieldReferenceValue`
252
289
  </details>
253
290
 
@@ -259,7 +296,6 @@
259
296
 
260
297
  <details>
261
298
  <summary>Added Type(s)</summary>
262
-
263
299
  - added type `InvalidFieldsUpdateError`
264
300
  - added type `NewMasterVariantAdditionNotAllowedError`
265
301
  - added type `ReferencedResourceNotFound`
@@ -267,14 +303,12 @@
267
303
 
268
304
  <details>
269
305
  <summary>Deprecated Property(s)</summary>
270
-
271
306
  - property `PriceImport::publish` is removed
272
307
  - property `ProductVariantImport::publish` is removed
273
308
  </details>
274
309
 
275
310
  <details>
276
311
  <summary>Added Enum(s)</summary>
277
-
278
312
  - added enum `customer-group` to type `CustomFieldReferenceValue`
279
313
  </details>
280
314
 
@@ -286,7 +320,6 @@
286
320
 
287
321
  <details>
288
322
  <summary>Added Type(s)</summary>
289
-
290
323
  - added type `InvalidFieldsUpdateError`
291
324
  - added type `NewMasterVariantAdditionNotAllowedError`
292
325
  - added type `ReferencedResourceNotFound`
@@ -294,14 +327,12 @@
294
327
 
295
328
  <details>
296
329
  <summary>Deprecated Property(s)</summary>
297
-
298
330
  - property `PriceImport::publish` is removed
299
331
  - property `ProductVariantImport::publish` is removed
300
332
  </details>
301
333
 
302
334
  <details>
303
335
  <summary>Added Enum(s)</summary>
304
-
305
336
  - added enum `customer-group` to type `CustomFieldReferenceValue`
306
337
  </details>
307
338
 
@@ -313,7 +344,6 @@
313
344
 
314
345
  <details>
315
346
  <summary>Added Type(s)</summary>
316
-
317
347
  - added type `InvalidFieldsUpdateError`
318
348
  - added type `NewMasterVariantAdditionNotAllowedError`
319
349
  - added type `ReferencedResourceNotFound`
@@ -321,14 +351,12 @@
321
351
 
322
352
  <details>
323
353
  <summary>Deprecated Property(s)</summary>
324
-
325
354
  - property `PriceImport::publish` is removed
326
355
  - property `ProductVariantImport::publish` is removed
327
356
  </details>
328
357
 
329
358
  <details>
330
359
  <summary>Added Enum(s)</summary>
331
-
332
360
  - added enum `customer-group` to type `CustomFieldReferenceValue`
333
361
  </details>
334
362
 
@@ -340,7 +368,6 @@
340
368
 
341
369
  <details>
342
370
  <summary>Added Type(s)</summary>
343
-
344
371
  - added type `InvalidFieldsUpdateError`
345
372
  - added type `NewMasterVariantAdditionNotAllowedError`
346
373
  - added type `ReferencedResourceNotFound`
@@ -348,14 +375,12 @@
348
375
 
349
376
  <details>
350
377
  <summary>Deprecated Property(s)</summary>
351
-
352
378
  - property `PriceImport::publish` is removed
353
379
  - property `ProductVariantImport::publish` is removed
354
380
  </details>
355
381
 
356
382
  <details>
357
383
  <summary>Added Enum(s)</summary>
358
-
359
384
  - added enum `customer-group` to type `CustomFieldReferenceValue`
360
385
  </details>
361
386
 
@@ -367,21 +392,18 @@
367
392
 
368
393
  <details>
369
394
  <summary>Added Type(s)</summary>
370
-
371
395
  - added type `InvalidFieldsUpdateError`
372
396
  - added type `ReferencedResourceNotFound`
373
397
  </details>
374
398
 
375
399
  <details>
376
400
  <summary>Deprecated Property(s)</summary>
377
-
378
401
  - property `PriceImport::publish` is removed
379
402
  - property `ProductVariantImport::publish` is removed
380
403
  </details>
381
404
 
382
405
  <details>
383
406
  <summary>Added Enum(s)</summary>
384
-
385
407
  - added enum `customer-group` to type `CustomFieldReferenceValue`
386
408
  </details>
387
409
 
@@ -393,21 +415,18 @@
393
415
 
394
416
  <details>
395
417
  <summary>Added Type(s)</summary>
396
-
397
418
  - added type `InvalidFieldsUpdateError`
398
419
  - added type `ReferencedResourceNotFound`
399
420
  </details>
400
421
 
401
422
  <details>
402
423
  <summary>Deprecated Property(s)</summary>
403
-
404
424
  - property `PriceImport::publish` is removed
405
425
  - property `ProductVariantImport::publish` is removed
406
426
  </details>
407
427
 
408
428
  <details>
409
429
  <summary>Added Enum(s)</summary>
410
-
411
430
  - added enum `customer-group` to type `CustomFieldReferenceValue`
412
431
  </details>
413
432
 
@@ -419,21 +438,18 @@
419
438
 
420
439
  <details>
421
440
  <summary>Added Type(s)</summary>
422
-
423
441
  - added type `InvalidFieldsUpdateError`
424
442
  - added type `ReferencedResourceNotFound`
425
443
  </details>
426
444
 
427
445
  <details>
428
446
  <summary>Deprecated Property(s)</summary>
429
-
430
447
  - property `PriceImport::publish` is removed
431
448
  - property `ProductVariantImport::publish` is removed
432
449
  </details>
433
450
 
434
451
  <details>
435
452
  <summary>Added Enum(s)</summary>
436
-
437
453
  - added enum `customer-group` to type `CustomFieldReferenceValue`
438
454
  </details>
439
455
 
@@ -445,19 +461,16 @@
445
461
 
446
462
  <details>
447
463
  <summary>Added Type(s)</summary>
448
-
449
464
  - added type `ReferencedResourceNotFound`
450
465
  </details>
451
466
 
452
467
  <details>
453
468
  <summary>Added Enum(s)</summary>
454
-
455
469
  - added enum `customer-group` to type `CustomFieldReferenceValue`
456
470
  </details>
457
471
 
458
472
  <details>
459
473
  <summary>Deprecated Property(s)</summary>
460
-
461
474
  - property `PriceImport::publish` is removed
462
475
  - property `ProductVariantImport::publish` is removed
463
476
  </details>
@@ -470,19 +483,16 @@
470
483
 
471
484
  <details>
472
485
  <summary>Added Type(s)</summary>
473
-
474
486
  - added type `ReferencedResourceNotFound`
475
487
  </details>
476
488
 
477
489
  <details>
478
490
  <summary>Added Enum(s)</summary>
479
-
480
491
  - added enum `customer-group` to type `CustomFieldReferenceValue`
481
492
  </details>
482
493
 
483
494
  <details>
484
495
  <summary>Deprecated Property(s)</summary>
485
-
486
496
  - property `PriceImport::publish` is removed
487
497
  - property `ProductVariantImport::publish` is removed
488
498
  </details>
@@ -495,19 +505,16 @@
495
505
 
496
506
  <details>
497
507
  <summary>Added Type(s)</summary>
498
-
499
508
  - added type `ReferencedResourceNotFound`
500
509
  </details>
501
510
 
502
511
  <details>
503
512
  <summary>Added Enum(s)</summary>
504
-
505
513
  - added enum `customer-group` to type `CustomFieldReferenceValue`
506
514
  </details>
507
515
 
508
516
  <details>
509
517
  <summary>Deprecated Property(s)</summary>
510
-
511
518
  - property `PriceImport::publish` is removed
512
519
  - property `ProductVariantImport::publish` is removed
513
520
  </details>
@@ -520,14 +527,12 @@
520
527
 
521
528
  <details>
522
529
  <summary>Deprecated Property(s)</summary>
523
-
524
530
  - property `PriceImport::publish` is removed
525
531
  - property `ProductVariantImport::publish` is removed
526
532
  </details>
527
533
 
528
534
  <details>
529
535
  <summary>Added Enum(s)</summary>
530
-
531
536
  - added enum `customer-group` to type `CustomFieldReferenceValue`
532
537
  </details>
533
538
 
@@ -539,13 +544,11 @@
539
544
 
540
545
  <details>
541
546
  <summary>Added Enum(s)</summary>
542
-
543
547
  - added enum `customer-group` to type `CustomFieldReferenceValue`
544
548
  </details>
545
549
 
546
550
  <details>
547
551
  <summary>Deprecated Property(s)</summary>
548
-
549
552
  - property `PriceImport::publish` is removed
550
553
  - property `ProductVariantImport::publish` is removed
551
554
  </details>
@@ -558,14 +561,12 @@
558
561
 
559
562
  <details>
560
563
  <summary>MarkDeprecated Property(s)</summary>
561
-
562
564
  - marked property `PriceImport::publish` as deprecated
563
565
  - marked property `ProductVariantImport::publish` as deprecated
564
566
  </details>
565
567
 
566
568
  <details>
567
569
  <summary>Added Property(s)</summary>
568
-
569
570
  - added property `staged` to type `PriceImport`
570
571
  - added property `staged` to type `ProductVariantImport`
571
572
  </details>
@@ -583,7 +584,6 @@
583
584
 
584
585
  <details>
585
586
  <summary>Added Resource(s)</summary>
586
-
587
587
  - added resource `/{projectKey}/discount-codes`
588
588
  - added resource `/{projectKey}/discount-codes/import-containers`
589
589
  - added resource `/{projectKey}/discount-codes/import-containers/{importContainerKey}`
@@ -591,20 +591,17 @@
591
591
 
592
592
  <details>
593
593
  <summary>Added Method(s)</summary>
594
-
595
594
  - added method `apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()`
596
595
  </details>
597
596
 
598
597
  <details>
599
598
  <summary>Added Type(s)</summary>
600
-
601
599
  - added type `DiscountCodeImportRequest`
602
600
  - added type `DiscountCodeImport`
603
601
  </details>
604
602
 
605
603
  <details>
606
604
  <summary>Added Enum(s)</summary>
607
-
608
605
  - added enum `discount-code` to type `ImportResourceType`
609
606
  </details>
610
607
 
@@ -627,7 +624,6 @@
627
624
 
628
625
  <details>
629
626
  <summary>Added QueryParameter(s)</summary>
630
-
631
627
  - added query parameter `expand` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
632
628
  - added query parameter `sort` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
633
629
  - added query parameter `limit` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
@@ -640,7 +636,6 @@
640
636
 
641
637
  <details>
642
638
  <summary>Changed MethodResponseBody(s)</summary>
643
-
644
639
  - :warning: changed response body for `200: application/json` of method `get /{projectKey}/in-store/key={storeKey}/cart-discounts` from type `CartDiscount` to `CartDiscountPagedQueryResponse`
645
640
  </details>
646
641
 
@@ -649,7 +644,6 @@
649
644
  ### Major Changes
650
645
 
651
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:
652
-
653
647
  - fix URI parameters to be URI encoded
654
648
 
655
649
  ### Minor Changes
@@ -658,7 +652,6 @@
658
652
 
659
653
  <details>
660
654
  <summary>Added Property(s)</summary>
661
-
662
655
  - added property `product` to type `ProductVariantPatch`
663
656
  </details>
664
657
 
@@ -675,7 +668,6 @@
675
668
 
676
669
  <details>
677
670
  <summary>Added Enum(s)</summary>
678
-
679
671
  - added enum `canceled` to type `ProcessingState`
680
672
  </details>
681
673
 
@@ -689,7 +681,6 @@
689
681
 
690
682
  <details>
691
683
  <summary>Added Property(s)</summary>
692
-
693
684
  - added property `perMethodTaxRate` to type `CustomLineItem`
694
685
  - added property `key` to type `LineItem`
695
686
  - added property `key` to type `LineItemDraft`
@@ -754,7 +745,6 @@
754
745
 
755
746
  <details>
756
747
  <summary>Required Property(s)</summary>
757
-
758
748
  - changed property `lineItemId` of type `CartApplyDeltaToLineItemShippingDetailsTargetsAction` to be optional
759
749
  - changed property `lineItemId` of type `CartChangeLineItemQuantityAction` to be optional
760
750
  - changed property `lineItemId` of type `CartRemoveLineItemAction` to be optional
@@ -806,27 +796,23 @@
806
796
 
807
797
  <details>
808
798
  <summary>Deprecated Property(s)</summary>
809
-
810
799
  - property `MyCartChangeLineItemQuantityAction::externalPrice` is removed
811
800
  - property `MyCartChangeLineItemQuantityAction::externalTotalPrice` is removed
812
801
  </details>
813
802
 
814
803
  <details>
815
804
  <summary>Deprecated Type(s)</summary>
816
-
817
805
  - type `ProductVariantSelectionExclusion` is removed
818
806
  - type `ProductVariantSelectionInclusion` is removed
819
807
  </details>
820
808
 
821
809
  <details>
822
810
  <summary>Removed Type(s)</summary>
823
-
824
811
  - :warning: removed type `MyCartSetDirectDiscountsAction`
825
812
  </details>
826
813
 
827
814
  <details>
828
815
  <summary>Added Type(s)</summary>
829
-
830
816
  - added type `StandalonePriceTierAddedMessage`
831
817
  - added type `StandalonePriceTierRemovedMessage`
832
818
  - added type `StandalonePriceTiersSetMessage`
@@ -850,7 +836,6 @@
850
836
 
851
837
  <details>
852
838
  <summary>Added Enum(s)</summary>
853
-
854
839
  - added enum `associate-role` to type `CustomFieldReferenceValue`
855
840
  - added enum `business-unit` to type `CustomFieldReferenceValue`
856
841
  </details>
@@ -859,7 +844,6 @@
859
844
 
860
845
  <details>
861
846
  <summary>Added Enum(s)</summary>
862
-
863
847
  - added enum `associate-role` to type `CustomFieldReferenceValue`
864
848
  - added enum `business-unit` to type `CustomFieldReferenceValue`
865
849
  </details>
@@ -868,32 +852,27 @@
868
852
 
869
853
  <details>
870
854
  <summary>Added Property(s)</summary>
871
-
872
855
  - added property `variantSelection` to type `AddProductChange`
873
856
  </details>
874
857
 
875
858
  <details>
876
859
  <summary>Changed Property(s)</summary>
877
-
878
860
  - :warning: changed property `resource` of type `Record` from type `Reference` to `ResourceIdentifier`
879
861
  </details>
880
862
 
881
863
  <details>
882
864
  <summary>Added QueryParameter(s)</summary>
883
-
884
865
  - added query parameter `resourceKey` to method `get /{projectKey}`
885
866
  - added query parameter `resourceKey` to method `get /{projectKey}/{resourceType}`
886
867
  </details>
887
868
 
888
869
  <details>
889
870
  <summary>Removed QueryParameter(s)</summary>
890
-
891
871
  - :warning: removed query parameter `resourceId` from method `get /{projectKey}/{resourceType}`
892
872
  </details>
893
873
 
894
874
  <details>
895
875
  <summary>Added Type(s)</summary>
896
-
897
876
  - added type `AddAssociateChange`
898
877
  - added type `AddProductSelectionChange`
899
878
  - added type `Associate`
@@ -923,7 +902,6 @@
923
902
 
924
903
  <details>
925
904
  <summary>Added Enum(s)</summary>
926
-
927
905
  - added enum `business-unit` to type `ChangeHistoryResourceType`
928
906
  - added enum `addAssociate` to type `UpdateType`
929
907
  - added enum `addCustomLineItem` to type `UpdateType`
@@ -1028,13 +1006,11 @@
1028
1006
 
1029
1007
  <details>
1030
1008
  <summary>Changed Type(s)</summary>
1031
-
1032
1009
  - :warning: changed type `AssociateRole` from type `string` to `BaseResource`
1033
1010
  </details>
1034
1011
 
1035
1012
  <details>
1036
1013
  <summary>Added Type(s)</summary>
1037
-
1038
1014
  - added type `AssociateRoleDraft`
1039
1015
  - added type `AssociateRoleKeyReference`
1040
1016
  - added type `AssociateRolePagedQueryResponse`
@@ -1081,7 +1057,6 @@
1081
1057
 
1082
1058
  <details>
1083
1059
  <summary>Added Enum(s)</summary>
1084
-
1085
1060
  - added enum `associate-role` to type `ReferenceTypeId`
1086
1061
  - added enum `associate-role` to type `MessageSubscriptionResourceTypeId`
1087
1062
  - added enum `associate-role` to type `ResourceTypeId`
@@ -1089,7 +1064,6 @@
1089
1064
 
1090
1065
  <details>
1091
1066
  <summary>Added Property(s)</summary>
1092
-
1093
1067
  - added property `associateRoleAssignments` to type `Associate`
1094
1068
  - added property `associateRoleAssignments` to type `AssociateDraft`
1095
1069
  - added property `associateMode` to type `BusinessUnit`
@@ -1106,21 +1080,18 @@
1106
1080
 
1107
1081
  <details>
1108
1082
  <summary>Changed Property(s)</summary>
1109
-
1110
1083
  - :warning: changed property `roles` of type `Associate` from type `AssociateRole[]` to `AssociateRoleDeprecated[]`
1111
1084
  - :warning: changed property `roles` of type `AssociateDraft` from type `AssociateRole[]` to `AssociateRoleDeprecated[]`
1112
1085
  </details>
1113
1086
 
1114
1087
  <details>
1115
1088
  <summary>MarkDeprecated Property(s)</summary>
1116
-
1117
1089
  - marked property `Associate::roles` as deprecated
1118
1090
  - marked property `AssociateDraft::roles` as deprecated
1119
1091
  </details>
1120
1092
 
1121
1093
  <details>
1122
1094
  <summary>Added Resource(s)</summary>
1123
-
1124
1095
  - added resource `/{projectKey}/as-associate`
1125
1096
  - added resource `/{projectKey}/associate-roles`
1126
1097
  - added resource `/{projectKey}/as-associate/{associateId}`
@@ -1147,7 +1118,6 @@
1147
1118
 
1148
1119
  <details>
1149
1120
  <summary>Added Method(s)</summary>
1150
-
1151
1121
  - added method `apiRoot.withProjectKey().associateRoles().get()`
1152
1122
  - added method `apiRoot.withProjectKey().associateRoles().post()`
1153
1123
  - added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().businessUnits().get()`
@@ -1194,13 +1164,11 @@
1194
1164
 
1195
1165
  <details>
1196
1166
  <summary>Added Enum(s)</summary>
1197
-
1198
1167
  - added enum `type` to type `ImportResourceType`
1199
1168
  </details>
1200
1169
 
1201
1170
  <details>
1202
1171
  <summary>Added Resource(s)</summary>
1203
-
1204
1172
  - added resource `/{projectKey}/types`
1205
1173
  - added resource `/{projectKey}/types/import-containers`
1206
1174
  - added resource `/{projectKey}/types/import-containers/{importContainerKey}`
@@ -1208,13 +1176,11 @@
1208
1176
 
1209
1177
  <details>
1210
1178
  <summary>Added Method(s)</summary>
1211
-
1212
1179
  - added method `apiRoot.withProjectKeyValue().types().importContainers().withImportContainerKeyValue().post()`
1213
1180
  </details>
1214
1181
 
1215
1182
  <details>
1216
1183
  <summary>Added Type(s)</summary>
1217
-
1218
1184
  - added type `TypeImportRequest`
1219
1185
  - added type `TypeTextInputHint`
1220
1186
  - added type `ResourceTypeId`
@@ -1242,19 +1208,16 @@
1242
1208
 
1243
1209
  <details>
1244
1210
  <summary>Added QueryParameter(s)</summary>
1245
-
1246
1211
  - added query parameter `resourceTypes` to method `get /{projectKey}`
1247
1212
  </details>
1248
1213
 
1249
1214
  <details>
1250
1215
  <summary>Removed QueryParameter(s)</summary>
1251
-
1252
1216
  - :warning: removed query parameter `resourceType` from method `get /{projectKey}`
1253
1217
  </details>
1254
1218
 
1255
1219
  <details>
1256
1220
  <summary>Added Type(s)</summary>
1257
-
1258
1221
  - added type `SetCountriesChange`
1259
1222
  - added type `SetPurchaseOrderNumberChange`
1260
1223
  - added type `StoreCountry`
@@ -1278,7 +1241,6 @@
1278
1241
 
1279
1242
  <details>
1280
1243
  <summary>Added Property(s)</summary>
1281
-
1282
1244
  - added property `custom` to type `Parcel`
1283
1245
  </details>
1284
1246
 
@@ -1292,17 +1254,14 @@
1292
1254
  ### Minor Changes
1293
1255
 
1294
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
1295
-
1296
1257
  - changed property `password` of type `CustomerImport` to be optional
1297
1258
 
1298
1259
  ### Added Properties
1299
-
1300
1260
  - added property `authenticationMode` to type `CustomerImport`
1301
1261
  - added property `state` to type `OrderImport`
1302
1262
  - added property `custom` to type `Address`
1303
1263
 
1304
1264
  ### Added Type
1305
-
1306
1265
  - added type `AuthenticationMode`
1307
1266
 
1308
1267
  ### Patch Changes
@@ -1317,7 +1276,6 @@
1317
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
1318
1277
 
1319
1278
  ## Changes
1320
-
1321
1279
  - added property `defaultShippingAddressId` to type `BusinessUnit`
1322
1280
  - added property `defaultShippingAddress` to type `BusinessUnitDraft`
1323
1281
  - added property `defaultShippingAddressId` to type `Company`
@@ -1336,13 +1294,11 @@
1336
1294
 
1337
1295
  <details>
1338
1296
  <summary>Required Property(s)</summary>
1339
-
1340
1297
  - changed property `discounted` of type `StagedStandalonePrice` to be optional
1341
1298
  </details>
1342
1299
 
1343
1300
  <details>
1344
1301
  <summary>Removed Property(s)</summary>
1345
-
1346
1302
  - :warning: removed property `defaultShipingAddressId` from type `BusinessUnit`
1347
1303
  - :warning: removed property `defaultShipingAddress` from type `BusinessUnitDraft`
1348
1304
  - :warning: removed property `defaultShipingAddressId` from type `Company`
@@ -1359,20 +1315,17 @@
1359
1315
 
1360
1316
  <details>
1361
1317
  <summary>Removed Type(s)</summary>
1362
-
1363
1318
  - :warning: removed type `ProductPriceSetMessage`
1364
1319
  - :warning: removed type `ProductPriceSetMessagePayload`
1365
1320
  </details>
1366
1321
 
1367
1322
  <details>
1368
1323
  <summary>Deprecated Type(s)</summary>
1369
-
1370
1324
  - type `IronMqDestination` is removed
1371
1325
  </details>
1372
1326
 
1373
1327
  <details>
1374
1328
  <summary>Added Type(s)</summary>
1375
-
1376
1329
  - added type `CartFreezeCartAction`
1377
1330
  - added type `CartUnfreezeCartAction`
1378
1331
  - added type `DuplicatePriceKeyError`
@@ -1388,19 +1341,16 @@
1388
1341
 
1389
1342
  <details>
1390
1343
  <summary>Added Resource(s)</summary>
1391
-
1392
1344
  - added resource `/{projectKey}/shipping-methods/matching-cart-location`
1393
1345
  </details>
1394
1346
 
1395
1347
  <details>
1396
1348
  <summary>Added Method(s)</summary>
1397
-
1398
1349
  - added method `apiRoot.withProjectKey().shippingMethods().matchingCartLocation().get()`
1399
1350
  </details>
1400
1351
 
1401
1352
  <details>
1402
1353
  <summary>Added Enum(s)</summary>
1403
-
1404
1354
  - added enum `Frozen` to type `CartState`
1405
1355
  </details>
1406
1356
 
@@ -1408,7 +1358,6 @@
1408
1358
 
1409
1359
  <details>
1410
1360
  <summary>Deprecated Property(s)</summary>
1411
-
1412
1361
  - property `MissingAttributes::attributeCount` is removed
1413
1362
  - property `MissingAttributes::attributeCoverage` is removed
1414
1363
  - property `MissingAttributesMeta::productLevel` is removed
@@ -1427,7 +1376,6 @@
1427
1376
 
1428
1377
  <details>
1429
1378
  <summary>Deprecated Type(s)</summary>
1430
-
1431
1379
  - type `AttributeCount` is removed
1432
1380
  - type `AttributeCoverage` is removed
1433
1381
  - type `MissingAttributesDetails` is removed
@@ -1456,7 +1404,6 @@
1456
1404
 
1457
1405
  <details>
1458
1406
  <summary>Deprecated Resource(s)</summary>
1459
-
1460
1407
  - resource `/{projectKey}/missing-data` is removed
1461
1408
  - resource `/{projectKey}/missing-data/attributes` is removed
1462
1409
  - resource `/{projectKey}/missing-data/images` is removed
@@ -1471,7 +1418,6 @@
1471
1418
 
1472
1419
  <details>
1473
1420
  <summary>Deprecated Method(s)</summary>
1474
-
1475
1421
  - method `post /{projectKey}/missing-data/attributes` is removed
1476
1422
  - method `post /{projectKey}/missing-data/images` is removed
1477
1423
  - method `post /{projectKey}/missing-data/prices` is removed
@@ -1561,18 +1507,15 @@
1561
1507
  ### Major Changes
1562
1508
 
1563
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
1564
-
1565
1510
  - add support for quotes
1566
1511
  - add support for authentication mode
1567
1512
  - add product selection support
1568
1513
 
1569
1514
  ### Import API
1570
-
1571
1515
  - add support for inventory imports
1572
1516
  - remove import sink endpoints
1573
1517
 
1574
1518
  ### Platform API
1575
-
1576
1519
  - add support for quotes
1577
1520
  - fix localeProjection query parameter type
1578
1521
  - add missing query parameters to product selection assigment
@@ -1585,11 +1528,9 @@
1585
1528
  ### Patch Changes
1586
1529
 
1587
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
1588
-
1589
1531
  - add support for Standalone Prices
1590
1532
 
1591
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:
1592
-
1593
1534
  - Fix /me/email/confirm arguments and return type (https://github.com/commercetools/commercetools-sdk-typescript/issues/274)
1594
1535
 
1595
1536
  ## 2.5.0
@@ -1608,7 +1549,6 @@
1608
1549
  ### Minor Changes
1609
1550
 
1610
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
1611
-
1612
1552
  - added functionalities to extend client user agent
1613
1553
  - custom field added to OrderFromCardDraft
1614
1554