@commercetools/importapi-sdk 2.2.0 → 2.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 +14 -0
- package/dist/declarations/src/generated/models/importsummaries.d.ts +2 -2
- package/dist/declarations/src/generated/models/orders.d.ts +2 -14
- package/dist/declarations/src/generated/models/prices.d.ts +1 -1
- package/dist/declarations/src/generated/models/productdrafts.d.ts +0 -2
- package/dist/declarations/src/generated/models/productvariants.d.ts +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @commercetools/importapi-sdk
|
|
2
2
|
|
|
3
|
+
## 2.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#211](https://github.com/commercetools/commercetools-sdk-typescript/pull/211) [`f3c1e3e`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f3c1e3ea0ca000b309eca1de6163c3ad065d526f) Thanks [@jherey](https://github.com/jherey)! - - Change Import Summaries `processingState` to `processingstate`.
|
|
8
|
+
- Add `sort` to `ByProjectKeyShippingMethodsMatchingLocationRequestBuilder`.
|
|
9
|
+
- New `MyCustomerResetPassword` model added to `ByProjectKeyMePasswordResetRequestBuilder` class.
|
|
10
|
+
- Other changes are detailed here: https://github.com/commercetools/commercetools-sdk-typescript/pull/192/files.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`f3c1e3e`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f3c1e3ea0ca000b309eca1de6163c3ad065d526f)]:
|
|
15
|
+
- @commercetools/sdk-client-v2@1.2.0
|
|
16
|
+
|
|
3
17
|
## 2.2.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
|
-
* Describes the status of an [ImportContainer](/import-container#importcontainer) by the number of resources in each [Processing State](/processing-state#
|
|
7
|
+
* Describes the status of an [ImportContainer](/import-container#importcontainer) by the number of resources in each [Processing State](/processing-state#processingstate).
|
|
8
8
|
* Can be used to monitor the import progress per [Import Container](/import-container).
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
11
|
export interface ImportSummary {
|
|
12
12
|
/**
|
|
13
|
-
* The import status of an [ImportContainer](/import-container#importcontainer) given by the number of resources in each [Processing State](/processing-state#
|
|
13
|
+
* The import status of an [ImportContainer](/import-container#importcontainer) given by the number of resources in each [Processing State](/processing-state#processingstate).
|
|
14
14
|
*
|
|
15
15
|
*
|
|
16
16
|
*/
|
|
@@ -51,7 +51,7 @@ export interface ItemShippingDetailsDraft {
|
|
|
51
51
|
}
|
|
52
52
|
export interface LineItemPrice {
|
|
53
53
|
/**
|
|
54
|
-
* Maps to `Price.value`.
|
|
54
|
+
* Maps to `Price.value`.
|
|
55
55
|
*
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
@@ -368,8 +368,6 @@ export interface ShippingInfoImportDraft {
|
|
|
368
368
|
*/
|
|
369
369
|
readonly shippingMethodName: string;
|
|
370
370
|
/**
|
|
371
|
-
* TypedMoney is what is called BaseMoney in the HTTP API.
|
|
372
|
-
*
|
|
373
371
|
*
|
|
374
372
|
*/
|
|
375
373
|
readonly price: TypedMoney;
|
|
@@ -433,14 +431,10 @@ export interface ExternalTaxRateDraft {
|
|
|
433
431
|
}
|
|
434
432
|
export interface CustomLineItemTaxedPrice {
|
|
435
433
|
/**
|
|
436
|
-
* TypedMoney is what is called BaseMoney in the HTTP API.
|
|
437
|
-
*
|
|
438
434
|
*
|
|
439
435
|
*/
|
|
440
436
|
readonly totalNet: TypedMoney;
|
|
441
437
|
/**
|
|
442
|
-
* TypedMoney is what is called BaseMoney in the HTTP API.
|
|
443
|
-
*
|
|
444
438
|
*
|
|
445
439
|
*/
|
|
446
440
|
readonly totalGross: TypedMoney;
|
|
@@ -459,8 +453,6 @@ export interface CustomLineItemDraft {
|
|
|
459
453
|
*/
|
|
460
454
|
readonly name: LocalizedString;
|
|
461
455
|
/**
|
|
462
|
-
* TypedMoney is what is called BaseMoney in the HTTP API.
|
|
463
|
-
*
|
|
464
456
|
*
|
|
465
457
|
*/
|
|
466
458
|
readonly money: TypedMoney;
|
|
@@ -469,8 +461,6 @@ export interface CustomLineItemDraft {
|
|
|
469
461
|
*/
|
|
470
462
|
readonly taxedPrice?: CustomLineItemTaxedPrice;
|
|
471
463
|
/**
|
|
472
|
-
* TypedMoney is what is called BaseMoney in the HTTP API.
|
|
473
|
-
*
|
|
474
464
|
*
|
|
475
465
|
*/
|
|
476
466
|
readonly totalPrice: TypedMoney;
|
|
@@ -518,8 +508,6 @@ export interface TaxPortion {
|
|
|
518
508
|
*/
|
|
519
509
|
readonly rate: number;
|
|
520
510
|
/**
|
|
521
|
-
* TypedMoney is what is called BaseMoney in the HTTP API.
|
|
522
|
-
*
|
|
523
511
|
*
|
|
524
512
|
*/
|
|
525
513
|
readonly amount: TypedMoney;
|
|
@@ -674,7 +662,7 @@ export interface OrderImport {
|
|
|
674
662
|
*/
|
|
675
663
|
readonly customLineItems?: CustomLineItemDraft[];
|
|
676
664
|
/**
|
|
677
|
-
* Maps to `Order.totalPrice`.
|
|
665
|
+
* Maps to `Order.totalPrice`.
|
|
678
666
|
*
|
|
679
667
|
*
|
|
680
668
|
*/
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"name": "@commercetools/importapi-sdk",
|
|
7
|
-
"version": "2.
|
|
7
|
+
"version": "2.3.0",
|
|
8
8
|
"description": "Type script sdk for commercetools import features",
|
|
9
9
|
"keywords": ["commercetools", "typescript", "sdk", "import"],
|
|
10
10
|
"homepage": "https://github.com/commercetools/commercetools-sdk-typescript/packages/importapi-sdk",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"./dist/commercetools-importapi-sdk.esm.js": "./dist/commercetools-importapi-sdk.browser.esm.js"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@commercetools/sdk-client-v2": "^1.
|
|
26
|
+
"@commercetools/sdk-client-v2": "^1.2.0",
|
|
27
27
|
"@commercetools/sdk-middleware-auth": "^6.0.4",
|
|
28
28
|
"@commercetools/sdk-middleware-http": "^6.0.4",
|
|
29
29
|
"@commercetools/sdk-middleware-logger": "^2.1.1",
|