@commercetools/importapi-sdk 4.1.0 → 4.2.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 CHANGED
@@ -1,5 +1,179 @@
1
1
  # @commercetools/importapi-sdk
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ ## Changes
10
+
11
+ - added property `defaultShippingAddressId` to type `BusinessUnit`
12
+ - added property `defaultShippingAddress` to type `BusinessUnitDraft`
13
+ - added property `defaultShippingAddressId` to type `Company`
14
+ - added property `defaultShippingAddress` to type `CompanyDraft`
15
+ - added property `defaultShippingAddressId` to type `Division`
16
+ - added property `defaultShippingAddress` to type `DivisionDraft`
17
+ - added property `conflictingPrice` to type `DuplicatePriceScopeError`
18
+ - added property `defaultShippingAddress` to type `MyBusinessUnitDraft`
19
+ - added property `defaultShippingAddress` to type `MyCompanyDraft`
20
+ - added property `defaultShippingAddress` to type `MyDivisionDraft`
21
+ - added property `cartId` to type `MyQuoteRequestDraft`
22
+ - added property `cartVersion` to type `MyQuoteRequestDraft`
23
+ - added property `createdAt` to type `AssignedProductSelection`
24
+ - added property `quoteState` to type `Quote`
25
+ </details>
26
+
27
+ <details>
28
+ <summary>Required Property(s)</summary>
29
+
30
+ - changed property `discounted` of type `StagedStandalonePrice` to be optional
31
+ </details>
32
+
33
+ <details>
34
+ <summary>Removed Property(s)</summary>
35
+
36
+ - :warning: removed property `defaultShipingAddressId` from type `BusinessUnit`
37
+ - :warning: removed property `defaultShipingAddress` from type `BusinessUnitDraft`
38
+ - :warning: removed property `defaultShipingAddressId` from type `Company`
39
+ - :warning: removed property `defaultShipingAddress` from type `CompanyDraft`
40
+ - :warning: removed property `defaultShipingAddressId` from type `Division`
41
+ - :warning: removed property `defaultShipingAddress` from type `DivisionDraft`
42
+ - :warning: removed property `conflictingPrices` from type `DuplicatePriceScopeError`
43
+ - :warning: removed property `defaultShipingAddress` from type `MyBusinessUnitDraft`
44
+ - :warning: removed property `defaultShipingAddress` from type `MyCompanyDraft`
45
+ - :warning: removed property `defaultShipingAddress` from type `MyDivisionDraft`
46
+ - :warning: removed property `cart` from type `MyQuoteRequestDraft`
47
+ - :warning: removed property `version` from type `MyQuoteRequestDraft`
48
+ </details>
49
+
50
+ <details>
51
+ <summary>Removed Type(s)</summary>
52
+
53
+ - :warning: removed type `ProductPriceSetMessage`
54
+ - :warning: removed type `ProductPriceSetMessagePayload`
55
+ </details>
56
+
57
+ <details>
58
+ <summary>Deprecated Type(s)</summary>
59
+
60
+ - type `IronMqDestination` is removed
61
+ </details>
62
+
63
+ <details>
64
+ <summary>Added Type(s)</summary>
65
+
66
+ - added type `CartFreezeCartAction`
67
+ - added type `CartUnfreezeCartAction`
68
+ - added type `DuplicatePriceKeyError`
69
+ - added type `ProductPriceKeySetMessage`
70
+ - added type `ProductPricesSetMessage`
71
+ - added type `StandalonePriceKeySetMessage`
72
+ - added type `ProductPriceKeySetMessagePayload`
73
+ - added type `ProductPricesSetMessagePayload`
74
+ - added type `StandalonePriceKeySetMessagePayload`
75
+ - added type `ProductSetPriceKeyAction`
76
+ - added type `StandalonePriceSetKeyAction`
77
+ </details>
78
+
79
+ <details>
80
+ <summary>Added Resource(s)</summary>
81
+
82
+ - added resource `/{projectKey}/shipping-methods/matching-cart-location`
83
+ </details>
84
+
85
+ <details>
86
+ <summary>Added Method(s)</summary>
87
+
88
+ - added method `apiRoot.withProjectKey().shippingMethods().matchingCartLocation().get()`
89
+ </details>
90
+
91
+ <details>
92
+ <summary>Added Enum(s)</summary>
93
+
94
+ - added enum `Frozen` to type `CartState`
95
+ </details>
96
+
97
+ **ML changes**
98
+
99
+ <details>
100
+ <summary>Deprecated Property(s)</summary>
101
+
102
+ - property `MissingAttributes::attributeCount` is removed
103
+ - property `MissingAttributes::attributeCoverage` is removed
104
+ - property `MissingAttributesMeta::productLevel` is removed
105
+ - property `MissingAttributesMeta::variantLevel` is removed
106
+ - property `MissingAttributesPagedQueryResult::meta` is removed
107
+ - property `MissingDataTaskStatus::result` is removed
108
+ - property `MissingImagesMeta::productLevel` is removed
109
+ - property `MissingImagesMeta::variantLevel` is removed
110
+ - property `MissingImagesPagedQueryResult::meta` is removed
111
+ - property `MissingImagesTaskStatus::result` is removed
112
+ - property `MissingPricesMeta::productLevel` is removed
113
+ - property `MissingPricesMeta::variantLevel` is removed
114
+ - property `MissingPricesPagedQueryResult::meta` is removed
115
+ - property `MissingPricesTaskStatus::result` is removed
116
+ </details>
117
+
118
+ <details>
119
+ <summary>Deprecated Type(s)</summary>
120
+
121
+ - type `AttributeCount` is removed
122
+ - type `AttributeCoverage` is removed
123
+ - type `MissingAttributesDetails` is removed
124
+ - type `MissingAttributes` is removed
125
+ - type `MissingAttributesMeta` is removed
126
+ - type `MissingAttributesSearchRequest` is removed
127
+ - type `MissingAttributesPagedQueryResult` is removed
128
+ - type `MissingDataTaskStatus` is removed
129
+ - type `MissingImages` is removed
130
+ - type `MissingImagesCount` is removed
131
+ - type `MissingImagesProductLevel` is removed
132
+ - type `MissingImagesVariantLevel` is removed
133
+ - type `MissingImagesMeta` is removed
134
+ - type `MissingImagesSearchRequest` is removed
135
+ - type `MissingImagesPagedQueryResult` is removed
136
+ - type `MissingImagesTaskStatus` is removed
137
+ - type `MissingPrices` is removed
138
+ - type `MissingPricesProductCount` is removed
139
+ - type `MissingPricesProductLevel` is removed
140
+ - type `MissingPricesVariantLevel` is removed
141
+ - type `MissingPricesMeta` is removed
142
+ - type `MissingPricesSearchRequest` is removed
143
+ - type `MissingPricesPagedQueryResult` is removed
144
+ - type `MissingPricesTaskStatus` is removed
145
+ </details>
146
+
147
+ <details>
148
+ <summary>Deprecated Resource(s)</summary>
149
+
150
+ - resource `/{projectKey}/missing-data` is removed
151
+ - resource `/{projectKey}/missing-data/attributes` is removed
152
+ - resource `/{projectKey}/missing-data/images` is removed
153
+ - resource `/{projectKey}/missing-data/prices` is removed
154
+ - resource `/{projectKey}/missing-data/attributes/status` is removed
155
+ - resource `/{projectKey}/missing-data/attributes/status/{taskId}` is removed
156
+ - resource `/{projectKey}/missing-data/images/status` is removed
157
+ - resource `/{projectKey}/missing-data/images/status/{taskId}` is removed
158
+ - resource `/{projectKey}/missing-data/prices/status` is removed
159
+ - resource `/{projectKey}/missing-data/prices/status/{taskId}` is removed
160
+ </details>
161
+
162
+ <details>
163
+ <summary>Deprecated Method(s)</summary>
164
+
165
+ - method `post /{projectKey}/missing-data/attributes` is removed
166
+ - method `post /{projectKey}/missing-data/images` is removed
167
+ - method `post /{projectKey}/missing-data/prices` is removed
168
+ - method `get /{projectKey}/missing-data/attributes/status/{taskId}` is removed
169
+ - method `get /{projectKey}/missing-data/images/status/{taskId}` is removed
170
+ - method `get /{projectKey}/missing-data/prices/status/{taskId}` is removed
171
+
172
+ ### Patch Changes
173
+
174
+ - Updated dependencies [[`caca661`](https://github.com/commercetools/commercetools-sdk-typescript/commit/caca661ff4c91cf256b6ee406135a45478b7ae47)]:
175
+ - @commercetools/sdk-client-v2@2.1.2
176
+
3
177
  ## 4.1.0
4
178
 
5
179
  ### Minor Changes