@commercetools/importapi-sdk 6.13.0 → 6.14.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 +45 -0
- package/dist/commercetools-importapi-sdk.browser.cjs.js +1 -1
- package/dist/commercetools-importapi-sdk.browser.esm.js +1 -1
- package/dist/commercetools-importapi-sdk.cjs.dev.js +1 -1
- package/dist/commercetools-importapi-sdk.cjs.prod.js +1 -1
- package/dist/commercetools-importapi-sdk.esm.js +1 -1
- package/dist/declarations/src/generated/client/import-summaries/by-project-key-import-containers-by-import-container-key-import-summaries-request-builder.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @commercetools/importapi-sdk
|
|
2
2
|
|
|
3
|
+
## 6.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1219](https://github.com/commercetools/commercetools-sdk-typescript/pull/1219) [`c665e6d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c665e6d12fe11e66baa303059869bca2b7364b1c) Thanks [@ShipilA](https://github.com/ShipilA)! - **Api changes**
|
|
8
|
+
|
|
9
|
+
<details>
|
|
10
|
+
<summary>Required Property(s)</summary>
|
|
11
|
+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
|
|
12
|
+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
|
|
13
|
+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
|
|
14
|
+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
|
|
15
|
+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
|
|
16
|
+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
|
|
17
|
+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
|
|
18
|
+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
|
|
19
|
+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
|
|
20
|
+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
|
|
21
|
+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
|
|
22
|
+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
|
|
23
|
+
</details>
|
|
24
|
+
|
|
25
|
+
<details>
|
|
26
|
+
<summary>Added Property(s)</summary>
|
|
27
|
+
- added property `interfaceId` to type `MyTransactionDraft`
|
|
28
|
+
- added property `interfaceId` to type `Transaction`
|
|
29
|
+
- added property `interfaceId` to type `TransactionDraft`
|
|
30
|
+
</details>
|
|
31
|
+
|
|
32
|
+
<details>
|
|
33
|
+
<summary>Added Type(s)</summary>
|
|
34
|
+
- added type `PaymentTransactionInterfaceIdSetMessage`
|
|
35
|
+
- added type `PaymentTransactionInterfaceIdSetMessagePayload`
|
|
36
|
+
- added type `PaymentSetTransactionInterfaceIdAction`
|
|
37
|
+
</details>
|
|
38
|
+
|
|
39
|
+
- [#1219](https://github.com/commercetools/commercetools-sdk-typescript/pull/1219) [`c665e6d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c665e6d12fe11e66baa303059869bca2b7364b1c) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- [#1219](https://github.com/commercetools/commercetools-sdk-typescript/pull/1219) [`c665e6d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c665e6d12fe11e66baa303059869bca2b7364b1c) Thanks [@ShipilA](https://github.com/ShipilA)! - Monthly release
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [[`c665e6d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c665e6d12fe11e66baa303059869bca2b7364b1c), [`c665e6d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c665e6d12fe11e66baa303059869bca2b7364b1c)]:
|
|
46
|
+
- @commercetools/ts-client@4.9.0
|
|
47
|
+
|
|
3
48
|
## 6.13.0
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|
|
@@ -441,7 +441,7 @@ class ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuil
|
|
|
441
441
|
this.args = args;
|
|
442
442
|
}
|
|
443
443
|
/**
|
|
444
|
-
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
|
|
444
|
+
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`. The returned values are [eventually consistent](/general-concepts#eventual-consistency).
|
|
445
445
|
*
|
|
446
446
|
*/
|
|
447
447
|
get(methodArgs) {
|
|
@@ -437,7 +437,7 @@ class ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuil
|
|
|
437
437
|
this.args = args;
|
|
438
438
|
}
|
|
439
439
|
/**
|
|
440
|
-
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
|
|
440
|
+
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`. The returned values are [eventually consistent](/general-concepts#eventual-consistency).
|
|
441
441
|
*
|
|
442
442
|
*/
|
|
443
443
|
get(methodArgs) {
|
|
@@ -441,7 +441,7 @@ class ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuil
|
|
|
441
441
|
this.args = args;
|
|
442
442
|
}
|
|
443
443
|
/**
|
|
444
|
-
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
|
|
444
|
+
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`. The returned values are [eventually consistent](/general-concepts#eventual-consistency).
|
|
445
445
|
*
|
|
446
446
|
*/
|
|
447
447
|
get(methodArgs) {
|
|
@@ -441,7 +441,7 @@ class ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuil
|
|
|
441
441
|
this.args = args;
|
|
442
442
|
}
|
|
443
443
|
/**
|
|
444
|
-
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
|
|
444
|
+
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`. The returned values are [eventually consistent](/general-concepts#eventual-consistency).
|
|
445
445
|
*
|
|
446
446
|
*/
|
|
447
447
|
get(methodArgs) {
|
|
@@ -437,7 +437,7 @@ class ByProjectKeyImportContainersByImportContainerKeyImportSummariesRequestBuil
|
|
|
437
437
|
this.args = args;
|
|
438
438
|
}
|
|
439
439
|
/**
|
|
440
|
-
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
|
|
440
|
+
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`. The returned values are [eventually consistent](/general-concepts#eventual-consistency).
|
|
441
441
|
*
|
|
442
442
|
*/
|
|
443
443
|
get(methodArgs) {
|
|
@@ -26,7 +26,7 @@ export declare class ByProjectKeyImportContainersByImportContainerKeyImportSumma
|
|
|
26
26
|
baseUri?: string;
|
|
27
27
|
});
|
|
28
28
|
/**
|
|
29
|
-
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
|
|
29
|
+
* Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`. The returned values are [eventually consistent](/general-concepts#eventual-consistency).
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
get(methodArgs?: {
|
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.14.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.9.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/uuid": "10.0.0",
|