@commercetools/importapi-sdk 5.17.0 → 5.18.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 (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @commercetools/importapi-sdk
2
2
 
3
+ ## 5.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#878](https://github.com/commercetools/commercetools-sdk-typescript/pull/878) [`90ece88`](https://github.com/commercetools/commercetools-sdk-typescript/commit/90ece88d52bc1ff7d01c070bb9e548dd46eb2cda) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
8
+
9
+ <details>
10
+ <summary>Added Type(s)</summary>
11
+
12
+ - added type `InvalidFieldsUpdateError`
13
+ - added type `NewMasterVariantAdditionNotAllowedError`
14
+ </details>
15
+
16
+ <details>
17
+ <summary>Deprecated Property(s)</summary>
18
+
19
+ - property `PriceImport::publish` is removed
20
+ - property `ProductVariantImport::publish` is removed
21
+ </details>
22
+
23
+ <details>
24
+ <summary>Added Enum(s)</summary>
25
+
26
+ - added enum `customer-group` to type `CustomFieldReferenceValue`
27
+ </details>
28
+
3
29
  ## 5.17.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@commercetools/importapi-sdk",
7
- "version": "5.17.0",
7
+ "version": "5.18.0",
8
8
  "engines": {
9
9
  "node": ">=14"
10
10
  },