@commercetools/importapi-sdk 5.7.0 → 5.9.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 +50 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @commercetools/importapi-sdk
2
2
 
3
+ ## 5.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#805](https://github.com/commercetools/commercetools-sdk-typescript/pull/805) [`b8489ba`](https://github.com/commercetools/commercetools-sdk-typescript/commit/b8489ba4fd76592d2f866d1f1edceb2db919c63a) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
8
+
9
+ <details>
10
+ <summary>Added Type(s)</summary>
11
+
12
+ - added type `ReferencedResourceNotFound`
13
+ </details>
14
+
15
+ <details>
16
+ <summary>Added Enum(s)</summary>
17
+
18
+ - added enum `customer-group` to type `CustomFieldReferenceValue`
19
+ </details>
20
+
21
+ <details>
22
+ <summary>Deprecated Property(s)</summary>
23
+
24
+ - property `PriceImport::publish` is removed
25
+ - property `ProductVariantImport::publish` is removed
26
+ </details>
27
+
28
+ ## 5.8.0
29
+
30
+ ### Minor Changes
31
+
32
+ - [#797](https://github.com/commercetools/commercetools-sdk-typescript/pull/797) [`3ca2970`](https://github.com/commercetools/commercetools-sdk-typescript/commit/3ca2970e7be09c72e022e142acfd70d894a80716) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
33
+
34
+ <details>
35
+ <summary>Added Type(s)</summary>
36
+
37
+ - added type `ReferencedResourceNotFound`
38
+ </details>
39
+
40
+ <details>
41
+ <summary>Added Enum(s)</summary>
42
+
43
+ - added enum `customer-group` to type `CustomFieldReferenceValue`
44
+ </details>
45
+
46
+ <details>
47
+ <summary>Deprecated Property(s)</summary>
48
+
49
+ - property `PriceImport::publish` is removed
50
+ - property `ProductVariantImport::publish` is removed
51
+ </details>
52
+
3
53
  ## 5.7.0
4
54
 
5
55
  ### 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.7.0",
7
+ "version": "5.9.0",
8
8
  "engines": {
9
9
  "node": ">=14"
10
10
  },