@commercetools/history-sdk 5.5.0 → 5.11.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 +745 -69
- package/dist/commercetools-history-sdk.browser.cjs.js +706 -7
- package/dist/commercetools-history-sdk.browser.esm.js +694 -8
- package/dist/commercetools-history-sdk.cjs.dev.js +706 -7
- package/dist/commercetools-history-sdk.cjs.prod.js +706 -7
- package/dist/commercetools-history-sdk.esm.js +694 -8
- package/dist/declarations/src/generated/models/change-history.d.ts +87 -6
- package/dist/declarations/src/generated/models/change-history.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/change.d.ts +2945 -99
- package/dist/declarations/src/generated/models/change.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/common.d.ts +2405 -241
- package/dist/declarations/src/generated/models/common.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/label.d.ts +33 -3
- package/dist/declarations/src/generated/models/label.d.ts.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,750 @@
|
|
|
1
1
|
# @commercetools/history-sdk
|
|
2
2
|
|
|
3
|
+
## 5.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1173](https://github.com/commercetools/commercetools-sdk-typescript/pull/1173) [`5373452`](https://github.com/commercetools/commercetools-sdk-typescript/commit/537345234ffd3fa9a3cb9c6f5b152ccc675230e7) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **History changes**
|
|
8
|
+
|
|
9
|
+
<details>
|
|
10
|
+
<summary>Added Type(s)</summary>
|
|
11
|
+
- added type `DirectDiscount`
|
|
12
|
+
- added type `DiscountTypeCombination`
|
|
13
|
+
- added type `BestDeal`
|
|
14
|
+
- added type `Stacking`
|
|
15
|
+
- added type `ShippingMethodLabel`
|
|
16
|
+
- added type `AddShippingChange`
|
|
17
|
+
- added type `ChangeApprovalRuleModeChange`
|
|
18
|
+
- added type `ChangeCustomerChange`
|
|
19
|
+
- added type `ChangeIncludedInStatisticsChange`
|
|
20
|
+
- added type `ChangeLastVariantIdChange`
|
|
21
|
+
- added type `ChangeLineItemNameChange`
|
|
22
|
+
- added type `ChangeLineItemPublishedChange`
|
|
23
|
+
- added type `ExcludeProductChange`
|
|
24
|
+
- added type `RemoveShippingChange`
|
|
25
|
+
- added type `ReplaceTaxRateChange`
|
|
26
|
+
- added type `RevertStagedChangesChange`
|
|
27
|
+
- added type `RevertStagedVariantChangesChange`
|
|
28
|
+
- added type `SetAncestorsChange`
|
|
29
|
+
- added type `SetBillingAddressCustomFieldChange`
|
|
30
|
+
- added type `SetBillingAddressCustomTypeChange`
|
|
31
|
+
- added type `SetBusinessUnitChange`
|
|
32
|
+
- added type `SetCustomLineItemDiscountedPriceChange`
|
|
33
|
+
- added type `SetCustomLineItemDiscountedPricePerQuantityChange`
|
|
34
|
+
- added type `SetCustomerGroupAssignmentsChange`
|
|
35
|
+
- added type `SetDeliveryAddressCustomFieldChange`
|
|
36
|
+
- added type `SetDeliveryAddressCustomTypeChange`
|
|
37
|
+
- added type `SetDeliveryCustomFieldChange`
|
|
38
|
+
- added type `SetDeliveryCustomTypeChange`
|
|
39
|
+
- added type `SetDiscountOnTotalPriceChange`
|
|
40
|
+
- added type `SetInheritedStoresChange`
|
|
41
|
+
- added type `SetItemShippingAddressCustomFieldChange`
|
|
42
|
+
- added type `SetItemShippingAddressCustomTypeChange`
|
|
43
|
+
- added type `SetMaxCartQuantityChange`
|
|
44
|
+
- added type `SetMinCartQuantityChange`
|
|
45
|
+
- added type `SetParcelCustomFieldChange`
|
|
46
|
+
- added type `SetParcelCustomTypeChange`
|
|
47
|
+
- added type `SetPasswordChange`
|
|
48
|
+
- added type `SetPriceKeyChange`
|
|
49
|
+
- added type `SetPriceModeChange`
|
|
50
|
+
- added type `SetProductAttributeChange`
|
|
51
|
+
- added type `SetReturnInfoChange`
|
|
52
|
+
- added type `SetReturnItemCustomLineItemCustomFieldChange`
|
|
53
|
+
- added type `SetReturnItemCustomLineItemCustomTypeChange`
|
|
54
|
+
- added type `SetReturnItemLineItemCustomFieldChange`
|
|
55
|
+
- added type `SetReturnItemLineItemCustomTypeChange`
|
|
56
|
+
- added type `SetShippingAddressCustomFieldChange`
|
|
57
|
+
- added type `SetShippingAddressCustomTypeChange`
|
|
58
|
+
- added type `SetShippingCustomFieldChange`
|
|
59
|
+
- added type `SetShippingCustomTypeChange`
|
|
60
|
+
- added type `SetTransactionCustomFieldChange`
|
|
61
|
+
- added type `SetTransactionCustomTypeChange`
|
|
62
|
+
- added type `SetUnitTypeChange`
|
|
63
|
+
- added type `SetVariantExclusionChange`
|
|
64
|
+
- added type `UpdateItemShippingAddressChange`
|
|
65
|
+
- added type `SetAssociatesChange`
|
|
66
|
+
- added type `SetInheritedAssociatesChange`
|
|
67
|
+
- added type `ChangeTopLevelUnitChange`
|
|
68
|
+
- added type `Attribute`
|
|
69
|
+
- added type `BusinessUnitApprovalRuleMode`
|
|
70
|
+
- added type `BusinessUnitResourceIdentifier`
|
|
71
|
+
- added type `BusinessUnitType`
|
|
72
|
+
- added type `CustomFieldEnumValue`
|
|
73
|
+
- added type `CustomFieldLocalizedEnumValue`
|
|
74
|
+
- added type `CustomerGroupAssignment`
|
|
75
|
+
- added type `DiscountOnTotalPrice`
|
|
76
|
+
- added type `DiscountedTotalPricePortion`
|
|
77
|
+
- added type `ProductPriceModeEnum`
|
|
78
|
+
- added type `ProductVariantExclusion`
|
|
79
|
+
- added type `Shipping`
|
|
80
|
+
- added type `ShippingInfo`
|
|
81
|
+
- added type `ShippingRateInput`
|
|
82
|
+
- added type `ShoppingListLineItem`
|
|
83
|
+
- added type `TypeTextInputHint`
|
|
84
|
+
- added type `TypedMoney`
|
|
85
|
+
- added type `CentPrecisionMoney`
|
|
86
|
+
- added type `DiscountedPrice`
|
|
87
|
+
- added type `ShippingMethodState`
|
|
88
|
+
- added type `AssociateRoleDeprecated`
|
|
89
|
+
- added type `AssociateRoleKeyReference`
|
|
90
|
+
- added type `AttributeLevelEnum`
|
|
91
|
+
- added type `BaseAddress`
|
|
92
|
+
- added type `BusinessUnitKeyReference`
|
|
93
|
+
- added type `CartDiscountReference`
|
|
94
|
+
- added type `CartDiscountTarget`
|
|
95
|
+
- added type `CartDiscountValue`
|
|
96
|
+
- added type `CategoryReference`
|
|
97
|
+
- added type `ChannelReference`
|
|
98
|
+
- added type `CustomFieldValue`
|
|
99
|
+
- added type `CustomLineItemPriceMode`
|
|
100
|
+
- added type `CustomLineItemRecurrenceInfo`
|
|
101
|
+
- added type `CustomerGroupReference`
|
|
102
|
+
- added type `CustomerReference`
|
|
103
|
+
- added type `DiscountCodeReference`
|
|
104
|
+
- added type `FieldContainer`
|
|
105
|
+
- added type `GeoJson`
|
|
106
|
+
- added type `InventoryMode`
|
|
107
|
+
- added type `LineItemMode`
|
|
108
|
+
- added type `LineItemPriceMode`
|
|
109
|
+
- added type `LineItemRecurrenceInfo`
|
|
110
|
+
- added type `MethodTaxRate`
|
|
111
|
+
- added type `MethodTaxedPrice`
|
|
112
|
+
- added type `PaymentReference`
|
|
113
|
+
- added type `PriceSelectionMode`
|
|
114
|
+
- added type `PriceTier`
|
|
115
|
+
- added type `ProductDiscountReference`
|
|
116
|
+
- added type `ProductDiscountValue`
|
|
117
|
+
- added type `ProductReference`
|
|
118
|
+
- added type `ProductSelectionReference`
|
|
119
|
+
- added type `ProductTypeReference`
|
|
120
|
+
- added type `ProductVariant`
|
|
121
|
+
- added type `RecurrencePolicyReference`
|
|
122
|
+
- added type `ResourceTypeId`
|
|
123
|
+
- added type `ScopedPrice`
|
|
124
|
+
- added type `ShippingMethodReference`
|
|
125
|
+
- added type `StateReference`
|
|
126
|
+
- added type `StoreKeyReference`
|
|
127
|
+
- added type `TaxCategoryReference`
|
|
128
|
+
- added type `TaxPortion`
|
|
129
|
+
- added type `TypeReference`
|
|
130
|
+
- added type `ClientLogging`
|
|
131
|
+
- added type `ChangePriceRoundingModeChange`
|
|
132
|
+
- added type `ChangeCustomLineItemPriceRoundingModeChange`
|
|
133
|
+
- added type `ChangeLineItemPriceRoundingModeChange`
|
|
134
|
+
- added type `SetDirectDiscountsChange`
|
|
135
|
+
- added type `SetReferencesChange`
|
|
136
|
+
- added type `SetShippingInfoDiscountedPriceChange`
|
|
137
|
+
- added type `SetShippingMethodTaxCategoryChange`
|
|
138
|
+
- added type `SetTaxedShippingPriceChange`
|
|
139
|
+
- added type `ShippingMethodAddShippingRateChange`
|
|
140
|
+
- added type `ShippingMethodAddZoneChange`
|
|
141
|
+
- added type `ShippingMethodChangeActiveChange`
|
|
142
|
+
- added type `ShippingMethodChangeIsDefaultChange`
|
|
143
|
+
- added type `ShippingMethodChangeNameChange`
|
|
144
|
+
- added type `ShippingMethodChangeTaxCategoryChange`
|
|
145
|
+
- added type `ShippingMethodRemoveShippingRateChange`
|
|
146
|
+
- added type `ShippingMethodRemoveZoneChange`
|
|
147
|
+
- added type `ShippingMethodSetCustomFieldChange`
|
|
148
|
+
- added type `ShippingMethodSetCustomTypeChange`
|
|
149
|
+
- added type `ShippingMethodSetKeyChange`
|
|
150
|
+
- added type `ShippingMethodSetLocalizedDescriptionChange`
|
|
151
|
+
- added type `ShippingMethodSetLocalizedNameChange`
|
|
152
|
+
- added type `ShippingMethodSetPredicateChange`
|
|
153
|
+
- added type `ZoneResourceIdentifier`
|
|
154
|
+
- added type `ChangeDiscountTypeCombinationChange`
|
|
155
|
+
- added type `StandalonePriceChangeActiveChange`
|
|
156
|
+
- added type `StandalonePriceChangeValueChange`
|
|
157
|
+
- added type `StandalonePriceSetCustomFieldChange`
|
|
158
|
+
- added type `StandalonePriceSetCustomTypeChange`
|
|
159
|
+
- added type `StandalonePriceSetDiscountedPriceChange`
|
|
160
|
+
- added type `StandalonePriceSetKeyChange`
|
|
161
|
+
- added type `StandalonePriceSetPriceTiersChange`
|
|
162
|
+
- added type `StandalonePriceSetValidFromAndUntilChange`
|
|
163
|
+
- added type `StandalonePriceSetValidFromChange`
|
|
164
|
+
- added type `StandalonePriceSetValidUntilChange`
|
|
165
|
+
- added type `StandalonePriceLabel`
|
|
166
|
+
</details>
|
|
167
|
+
|
|
168
|
+
<details>
|
|
169
|
+
<summary>Changed Type(s)</summary>
|
|
170
|
+
- :warning: changed type `Address` from type `object` to `BaseAddress`
|
|
171
|
+
- :warning: changed type `GeoLocation` from type `object` to `GeoJson`
|
|
172
|
+
</details>
|
|
173
|
+
|
|
174
|
+
<details>
|
|
175
|
+
<summary>MarkDeprecated Type(s)</summary>
|
|
176
|
+
- marked type `AddAssociateChange` as deprecated
|
|
177
|
+
- marked type `AddPriceChange` as deprecated
|
|
178
|
+
- marked type `AddProductSelectionChange` as deprecated
|
|
179
|
+
- marked type `AddStateRolesChange` as deprecated
|
|
180
|
+
- marked type `ChangeAmountAuthorizedChange` as deprecated
|
|
181
|
+
- marked type `RemoveAssociateChange` as deprecated
|
|
182
|
+
- marked type `RemovePriceChange` as deprecated
|
|
183
|
+
- marked type `RemoveProductSelectionChange` as deprecated
|
|
184
|
+
- marked type `RemoveStateRolesChange` as deprecated
|
|
185
|
+
</details>
|
|
186
|
+
|
|
187
|
+
<details>
|
|
188
|
+
<summary>Added Enum(s)</summary>
|
|
189
|
+
- added enum `shipping-method` to type `ChangeHistoryResourceType`
|
|
190
|
+
- added enum `standalone-price` to type `ChangeHistoryResourceType`
|
|
191
|
+
- added enum `addInheritedAssociate` to type `PlatformInitiatedChange`
|
|
192
|
+
- added enum `changeIncludedInStatistics` to type `PlatformInitiatedChange`
|
|
193
|
+
- added enum `changeInheritedAssociate` to type `PlatformInitiatedChange`
|
|
194
|
+
- added enum `changeLastVariantId` to type `PlatformInitiatedChange`
|
|
195
|
+
- added enum `changeLineItemPublished` to type `PlatformInitiatedChange`
|
|
196
|
+
- added enum `changeTopLevelUnit` to type `PlatformInitiatedChange`
|
|
197
|
+
- added enum `removeInheritedAssociate` to type `PlatformInitiatedChange`
|
|
198
|
+
- added enum `setAncestors` to type `PlatformInitiatedChange`
|
|
199
|
+
- added enum `setInheritedAssociates` to type `PlatformInitiatedChange`
|
|
200
|
+
- added enum `setInheritedStores` to type `PlatformInitiatedChange`
|
|
201
|
+
- added enum `setLineItemDeactivatedAt` to type `PlatformInitiatedChange`
|
|
202
|
+
- added enum `setProductCount` to type `PlatformInitiatedChange`
|
|
203
|
+
- added enum `setReservations` to type `PlatformInitiatedChange`
|
|
204
|
+
- added enum `addShipping` to type `UpdateType`
|
|
205
|
+
- added enum `addShippingRate` to type `UpdateType`
|
|
206
|
+
- added enum `addZone` to type `UpdateType`
|
|
207
|
+
- added enum `changeActive` to type `UpdateType`
|
|
208
|
+
- added enum `changeApprovalRuleMode` to type `UpdateType`
|
|
209
|
+
- added enum `changeCustomLineItemPriceRoundingMode` to type `UpdateType`
|
|
210
|
+
- added enum `changeCustomer` to type `UpdateType`
|
|
211
|
+
- added enum `changeDiscountTypeCombination` to type `UpdateType`
|
|
212
|
+
- added enum `changeIncludedInStatistics` to type `UpdateType`
|
|
213
|
+
- added enum `changeIsDefault` to type `UpdateType`
|
|
214
|
+
- added enum `changeLastVariantId` to type `UpdateType`
|
|
215
|
+
- added enum `changeLineItemPriceRoundingMode` to type `UpdateType`
|
|
216
|
+
- added enum `changeLineItemPublished` to type `UpdateType`
|
|
217
|
+
- added enum `changePriceRoundingMode` to type `UpdateType`
|
|
218
|
+
- added enum `changeTaxCategory` to type `UpdateType`
|
|
219
|
+
- added enum `changeTopLevelUnit` to type `UpdateType`
|
|
220
|
+
- added enum `excludeProduct` to type `UpdateType`
|
|
221
|
+
- added enum `removeShipping` to type `UpdateType`
|
|
222
|
+
- added enum `removeShippingRate` to type `UpdateType`
|
|
223
|
+
- added enum `removeZone` to type `UpdateType`
|
|
224
|
+
- added enum `replaceTaxRate` to type `UpdateType`
|
|
225
|
+
- added enum `revertStagedChanges` to type `UpdateType`
|
|
226
|
+
- added enum `revertStagedVariantChanges` to type `UpdateType`
|
|
227
|
+
- added enum `setAncestors` to type `UpdateType`
|
|
228
|
+
- added enum `setAssociates` to type `UpdateType`
|
|
229
|
+
- added enum `setBillingAddressCustomField` to type `UpdateType`
|
|
230
|
+
- added enum `setBillingAddressCustomType` to type `UpdateType`
|
|
231
|
+
- added enum `setBusinessUnit` to type `UpdateType`
|
|
232
|
+
- added enum `setCustomLineItemDiscountedPrice` to type `UpdateType`
|
|
233
|
+
- added enum `setCustomLineItemDiscountedPricePerQuantity` to type `UpdateType`
|
|
234
|
+
- added enum `setCustomerGroupAssignments` to type `UpdateType`
|
|
235
|
+
- added enum `setDeliveryAddressCustomField` to type `UpdateType`
|
|
236
|
+
- added enum `setDeliveryAddressCustomType` to type `UpdateType`
|
|
237
|
+
- added enum `setDeliveryCustomField` to type `UpdateType`
|
|
238
|
+
- added enum `setDeliveryCustomType` to type `UpdateType`
|
|
239
|
+
- added enum `setDirectDiscounts` to type `UpdateType`
|
|
240
|
+
- added enum `setDiscountOnTotalPrice` to type `UpdateType`
|
|
241
|
+
- added enum `setInheritedAssociates` to type `UpdateType`
|
|
242
|
+
- added enum `setInheritedStores` to type `UpdateType`
|
|
243
|
+
- added enum `setItemShippingAddressCustomField` to type `UpdateType`
|
|
244
|
+
- added enum `setItemShippingAddressCustomType` to type `UpdateType`
|
|
245
|
+
- added enum `setLocalizedDescription` to type `UpdateType`
|
|
246
|
+
- added enum `setLocalizedName` to type `UpdateType`
|
|
247
|
+
- added enum `setMaxCartQuantity` to type `UpdateType`
|
|
248
|
+
- added enum `setMinCartQuantity` to type `UpdateType`
|
|
249
|
+
- added enum `setParcelCustomField` to type `UpdateType`
|
|
250
|
+
- added enum `setParcelCustomType` to type `UpdateType`
|
|
251
|
+
- added enum `setPredicate` to type `UpdateType`
|
|
252
|
+
- added enum `setPriceKey` to type `UpdateType`
|
|
253
|
+
- added enum `setPriceMode` to type `UpdateType`
|
|
254
|
+
- added enum `setPriceTiers` to type `UpdateType`
|
|
255
|
+
- added enum `setProductAttribute` to type `UpdateType`
|
|
256
|
+
- added enum `setReferences` to type `UpdateType`
|
|
257
|
+
- added enum `setReturnInfo` to type `UpdateType`
|
|
258
|
+
- added enum `setReturnItemCustomField` to type `UpdateType`
|
|
259
|
+
- added enum `setReturnItemCustomType` to type `UpdateType`
|
|
260
|
+
- added enum `setShippingAddressCustomField` to type `UpdateType`
|
|
261
|
+
- added enum `setShippingAddressCustomType` to type `UpdateType`
|
|
262
|
+
- added enum `setShippingCustomField` to type `UpdateType`
|
|
263
|
+
- added enum `setShippingCustomType` to type `UpdateType`
|
|
264
|
+
- added enum `setShippingInfoDiscountedPrice` to type `UpdateType`
|
|
265
|
+
- added enum `setShippingMethodTaxCategory` to type `UpdateType`
|
|
266
|
+
- added enum `setTaxedShippingPrice` to type `UpdateType`
|
|
267
|
+
- added enum `setTransactionCustomField` to type `UpdateType`
|
|
268
|
+
- added enum `setTransactionCustomType` to type `UpdateType`
|
|
269
|
+
- added enum `setUnitType` to type `UpdateType`
|
|
270
|
+
- added enum `setVariantExclusion` to type `UpdateType`
|
|
271
|
+
- added enum `CreateApprovalRules` to type `Permission`
|
|
272
|
+
- added enum `UpdateApprovalRules` to type `Permission`
|
|
273
|
+
- added enum `UpdateApprovalFlows` to type `Permission`
|
|
274
|
+
- added enum `ViewMyShoppingLists` to type `Permission`
|
|
275
|
+
- added enum `ViewOthersShoppingLists` to type `Permission`
|
|
276
|
+
- added enum `UpdateMyShoppingLists` to type `Permission`
|
|
277
|
+
- added enum `UpdateOthersShoppingLists` to type `Permission`
|
|
278
|
+
- added enum `CreateMyShoppingLists` to type `Permission`
|
|
279
|
+
- added enum `CreateOthersShoppingLists` to type `Permission`
|
|
280
|
+
- added enum `DeleteMyShoppingLists` to type `Permission`
|
|
281
|
+
- added enum `DeleteOthersShoppingLists` to type `Permission`
|
|
282
|
+
- added enum `includeOnly` to type `ProductVariantSelectionTypeEnum`
|
|
283
|
+
- added enum `includeAllExcept` to type `ProductVariantSelectionTypeEnum`
|
|
284
|
+
- added enum `RenegotiationAddressed` to type `QuoteState`
|
|
285
|
+
- added enum `approval-flow` to type `ReferenceTypeId`
|
|
286
|
+
- added enum `approval-rule` to type `ReferenceTypeId`
|
|
287
|
+
- added enum `attribute-group` to type `ReferenceTypeId`
|
|
288
|
+
- added enum `direct-discount` to type `ReferenceTypeId`
|
|
289
|
+
- added enum `discount-group` to type `ReferenceTypeId`
|
|
290
|
+
- added enum `product-price` to type `ReferenceTypeId`
|
|
291
|
+
- added enum `product-tailoring` to type `ReferenceTypeId`
|
|
292
|
+
- added enum `recurrence-policy` to type `ReferenceTypeId`
|
|
293
|
+
- added enum `recurring-order` to type `ReferenceTypeId`
|
|
294
|
+
- added enum `standalone-price` to type `ReferenceTypeId`
|
|
295
|
+
- added enum `Delivered` to type `ShipmentState`
|
|
296
|
+
- added enum `Canceled` to type `ShipmentState`
|
|
297
|
+
</details>
|
|
298
|
+
|
|
299
|
+
<details>
|
|
300
|
+
<summary>Removed Enum(s)</summary>
|
|
301
|
+
- :warning: removed enum `changeAmountAuthorized` from type `UpdateType`
|
|
302
|
+
- :warning: removed enum `Failed` from type `QuoteState`
|
|
303
|
+
</details>
|
|
304
|
+
|
|
305
|
+
<details>
|
|
306
|
+
<summary>Required Property(s)</summary>
|
|
307
|
+
- changed property `id` of type `Address` to be optional
|
|
308
|
+
- changed property `key` of type `Address` to be optional
|
|
309
|
+
- changed property `title` of type `Address` to be optional
|
|
310
|
+
- changed property `salutation` of type `Address` to be optional
|
|
311
|
+
- changed property `firstName` of type `Address` to be optional
|
|
312
|
+
- changed property `lastName` of type `Address` to be optional
|
|
313
|
+
- changed property `streetName` of type `Address` to be optional
|
|
314
|
+
- changed property `streetNumber` of type `Address` to be optional
|
|
315
|
+
- changed property `additionalStreetInfo` of type `Address` to be optional
|
|
316
|
+
- changed property `postalCode` of type `Address` to be optional
|
|
317
|
+
- changed property `city` of type `Address` to be optional
|
|
318
|
+
- changed property `region` of type `Address` to be optional
|
|
319
|
+
- changed property `state` of type `Address` to be optional
|
|
320
|
+
- changed property `company` of type `Address` to be optional
|
|
321
|
+
- changed property `department` of type `Address` to be optional
|
|
322
|
+
- changed property `building` of type `Address` to be optional
|
|
323
|
+
- changed property `apartment` of type `Address` to be optional
|
|
324
|
+
- changed property `pOBox` of type `Address` to be optional
|
|
325
|
+
- changed property `phone` of type `Address` to be optional
|
|
326
|
+
- changed property `mobile` of type `Address` to be optional
|
|
327
|
+
- changed property `email` of type `Address` to be optional
|
|
328
|
+
- changed property `fax` of type `Address` to be optional
|
|
329
|
+
- changed property `additionalAddressInfo` of type `Address` to be optional
|
|
330
|
+
- changed property `externalId` of type `Address` to be optional
|
|
331
|
+
- changed property `description` of type `Asset` to be optional
|
|
332
|
+
- changed property `custom` of type `Asset` to be optional
|
|
333
|
+
- changed property `key` of type `Asset` to be optional
|
|
334
|
+
- changed property `key` of type `AssetSource` to be optional
|
|
335
|
+
- changed property `dimensions` of type `AssetSource` to be optional
|
|
336
|
+
- changed property `contentType` of type `AssetSource` to be optional
|
|
337
|
+
- changed property `inputTip` of type `AttributeDefinition` to be optional
|
|
338
|
+
- changed property `taxedPrice` of type `CustomLineItem` to be optional
|
|
339
|
+
- changed property `inputHint` of type `FieldDefinition` to be optional
|
|
340
|
+
- changed property `label` of type `Image` to be optional
|
|
341
|
+
- changed property `productSlug` of type `LineItem` to be optional
|
|
342
|
+
- changed property `custom` of type `LineItem` to be optional
|
|
343
|
+
- changed property `addedAt` of type `LineItem` to be optional
|
|
344
|
+
- changed property `state` of type `Location` to be optional
|
|
345
|
+
- changed property `measurements` of type `Parcel` to be optional
|
|
346
|
+
- changed property `trackingData` of type `Parcel` to be optional
|
|
347
|
+
- changed property `items` of type `Parcel` to be optional
|
|
348
|
+
- changed property `heightInMillimeter` of type `ParcelMeasurements` to be optional
|
|
349
|
+
- changed property `lengthInMillimeter` of type `ParcelMeasurements` to be optional
|
|
350
|
+
- changed property `widthInMillimeter` of type `ParcelMeasurements` to be optional
|
|
351
|
+
- changed property `weightInGram` of type `ParcelMeasurements` to be optional
|
|
352
|
+
- changed property `channels` of type `ProductVariantAvailability` to be optional
|
|
353
|
+
- changed property `isOnStock` of type `ProductVariantAvailability` to be optional
|
|
354
|
+
- changed property `restockableInDays` of type `ProductVariantAvailability` to be optional
|
|
355
|
+
- changed property `availableQuantity` of type `ProductVariantAvailability` to be optional
|
|
356
|
+
- changed property `isOnStock` of type `ProductVariantChannelAvailability` to be optional
|
|
357
|
+
- changed property `restockableInDays` of type `ProductVariantChannelAvailability` to be optional
|
|
358
|
+
- changed property `availableQuantity` of type `ProductVariantChannelAvailability` to be optional
|
|
359
|
+
- changed property `id` of type `ResourceIdentifier` to be optional
|
|
360
|
+
- changed property `key` of type `ResourceIdentifier` to be optional
|
|
361
|
+
- changed property `returnTrackingId` of type `ReturnInfo` to be optional
|
|
362
|
+
- changed property `returnDate` of type `ReturnInfo` to be optional
|
|
363
|
+
- changed property `comment` of type `ReturnItem` to be optional
|
|
364
|
+
- changed property `suggestTokenizer` of type `SearchKeyword` to be optional
|
|
365
|
+
- changed property `freeAbove` of type `ShippingRate` to be optional
|
|
366
|
+
- changed property `isMatching` of type `ShippingRate` to be optional
|
|
367
|
+
- changed property `externalId` of type `SyncInfo` to be optional
|
|
368
|
+
- changed property `id` of type `TaxRate` to be optional
|
|
369
|
+
- changed property `state` of type `TaxRate` to be optional
|
|
370
|
+
- changed property `subRates` of type `TaxRate` to be optional
|
|
371
|
+
- changed property `custom` of type `TextLineItem` to be optional
|
|
372
|
+
- changed property `description` of type `TextLineItem` to be optional
|
|
373
|
+
- changed property `trackingId` of type `TrackingData` to be optional
|
|
374
|
+
- changed property `carrier` of type `TrackingData` to be optional
|
|
375
|
+
- changed property `provider` of type `TrackingData` to be optional
|
|
376
|
+
- changed property `providerTransaction` of type `TrackingData` to be optional
|
|
377
|
+
- changed property `isReturn` of type `TrackingData` to be optional
|
|
378
|
+
- changed property `timestamp` of type `Transaction` to be optional
|
|
379
|
+
- changed property `interactionId` of type `Transaction` to be optional
|
|
380
|
+
</details>
|
|
381
|
+
|
|
382
|
+
<details>
|
|
383
|
+
<summary>Changed Property(s)</summary>
|
|
384
|
+
- :warning: changed property `nextValue` of type `AddEnumValueChange` from type `EnumValue` to `CustomFieldEnumValue`
|
|
385
|
+
- :warning: changed property `nextValue` of type `AddInterfaceInteractionChange` from type `CustomFieldExpandedValue` to `CustomFields`
|
|
386
|
+
- :warning: changed property `nextValue` of type `AddLocalizedEnumValueChange` from type `AttributeLocalizedEnumValue` to `CustomFieldLocalizedEnumValue`
|
|
387
|
+
- :warning: changed property `previousValue` of type `AddShoppingListLineItemChange` from type `LineItem` to `ShoppingListLineItem`
|
|
388
|
+
- :warning: changed property `nextValue` of type `AddShoppingListLineItemChange` from type `LineItem` to `ShoppingListLineItem`
|
|
389
|
+
- :warning: changed property `w` of type `AssetDimensions` from type `integer` to `number`
|
|
390
|
+
- :warning: changed property `h` of type `AssetDimensions` from type `integer` to `number`
|
|
391
|
+
- :warning: changed property `customer` of type `Associate` from type `Reference` to `CustomerReference`
|
|
392
|
+
- :warning: changed property `associateRole` of type `AssociateRoleAssignment` from type `KeyReference` to `AssociateRoleKeyReference`
|
|
393
|
+
- :warning: changed property `previousValue` of type `ChangeEnumValueOrderChange` from type `EnumValue[]` to `CustomFieldEnumValue[]`
|
|
394
|
+
- :warning: changed property `nextValue` of type `ChangeEnumValueOrderChange` from type `EnumValue[]` to `CustomFieldEnumValue[]`
|
|
395
|
+
- :warning: changed property `previousValue` of type `ChangeInputHintChange` from type `TextInputHint` to `TypeTextInputHint`
|
|
396
|
+
- :warning: changed property `nextValue` of type `ChangeInputHintChange` from type `TextInputHint` to `TypeTextInputHint`
|
|
397
|
+
- :warning: changed property `previousValue` of type `ChangeLocalizedEnumValueOrderChange` from type `LocalizedEnumValue[]` to `AttributeLocalizedEnumValue[]`
|
|
398
|
+
- :warning: changed property `nextValue` of type `ChangeLocalizedEnumValueOrderChange` from type `LocalizedEnumValue[]` to `AttributeLocalizedEnumValue[]`
|
|
399
|
+
- :warning: changed property `previousValue` of type `ChangePlainEnumValueOrderChange` from type `EnumValue[]` to `AttributePlainEnumValue[]`
|
|
400
|
+
- :warning: changed property `nextValue` of type `ChangePlainEnumValueOrderChange` from type `EnumValue[]` to `AttributePlainEnumValue[]`
|
|
401
|
+
- :warning: changed property `type` of type `CustomFields` from type `Reference` to `TypeReference`
|
|
402
|
+
- :warning: changed property `fields` of type `CustomFields` from type `object` to `FieldContainer`
|
|
403
|
+
- :warning: changed property `money` of type `CustomLineItem` from type `Money` to `TypedMoney`
|
|
404
|
+
- :warning: changed property `totalPrice` of type `CustomLineItem` from type `Money` to `CentPrecisionMoney`
|
|
405
|
+
- :warning: changed property `quantity` of type `CustomLineItem` from type `integer` to `number`
|
|
406
|
+
- :warning: changed property `createdAt` of type `Delivery` from type `string` to `datetime`
|
|
407
|
+
- :warning: changed property `quantity` of type `DeliveryItem` from type `integer` to `number`
|
|
408
|
+
- :warning: changed property `discountCode` of type `DiscountCodeInfo` from type `Reference` to `DiscountCodeReference`
|
|
409
|
+
- :warning: changed property `discountedAmount` of type `DiscountedLineItemPortion` from type `Money` to `TypedMoney`
|
|
410
|
+
- :warning: changed property `value` of type `DiscountedLineItemPrice` from type `Money` to `TypedMoney`
|
|
411
|
+
- :warning: changed property `quantity` of type `DiscountedLineItemPriceForQuantity` from type `integer` to `number`
|
|
412
|
+
- :warning: changed property `inputHint` of type `FieldDefinition` from type `TextInputHint` to `TypeTextInputHint`
|
|
413
|
+
- :warning: changed property `w` of type `ImageDimensions` from type `integer` to `number`
|
|
414
|
+
- :warning: changed property `h` of type `ImageDimensions` from type `integer` to `number`
|
|
415
|
+
- :warning: changed property `customer` of type `InheritedAssociate` from type `Reference` to `CustomerReference`
|
|
416
|
+
- :warning: changed property `associateRole` of type `InheritedAssociateRoleAssignment` from type `KeyReference` to `AssociateRoleKeyReference`
|
|
417
|
+
- :warning: changed property `source` of type `InheritedAssociateRoleAssignment` from type `KeyReference` to `BusinessUnitKeyReference`
|
|
418
|
+
- :warning: changed property `quantity` of type `ItemShippingTarget` from type `integer` to `number`
|
|
419
|
+
- :warning: changed property `quantity` of type `ItemState` from type `integer` to `number`
|
|
420
|
+
- :warning: changed property `state` of type `ItemState` from type `Reference` to `StateReference`
|
|
421
|
+
- :warning: changed property `productType` of type `LineItem` from type `Reference` to `ProductTypeReference`
|
|
422
|
+
- :warning: changed property `variant` of type `LineItem` from type `Variant` to `ProductVariant`
|
|
423
|
+
- :warning: changed property `quantity` of type `LineItem` from type `integer` to `number`
|
|
424
|
+
- :warning: changed property `addedAt` of type `LineItem` from type `string` to `datetime`
|
|
425
|
+
- :warning: changed property `centAmount` of type `Money` from type `integer` to `number`
|
|
426
|
+
- :warning: changed property `createdAt` of type `Parcel` from type `string` to `datetime`
|
|
427
|
+
- :warning: changed property `heightInMillimeter` of type `ParcelMeasurements` from type `integer` to `number`
|
|
428
|
+
- :warning: changed property `lengthInMillimeter` of type `ParcelMeasurements` from type `integer` to `number`
|
|
429
|
+
- :warning: changed property `widthInMillimeter` of type `ParcelMeasurements` from type `integer` to `number`
|
|
430
|
+
- :warning: changed property `weightInGram` of type `ParcelMeasurements` from type `integer` to `number`
|
|
431
|
+
- :warning: changed property `payments` of type `PaymentInfo` from type `Reference[]` to `PaymentReference[]`
|
|
432
|
+
- :warning: changed property `value` of type `Price` from type `Money` to `TypedMoney`
|
|
433
|
+
- :warning: changed property `productSelection` of type `ProductSelectionSetting` from type `Reference` to `ProductSelectionReference`
|
|
434
|
+
- :warning: changed property `restockableInDays` of type `ProductVariantAvailability` from type `integer` to `number`
|
|
435
|
+
- :warning: changed property `availableQuantity` of type `ProductVariantAvailability` from type `integer` to `number`
|
|
436
|
+
- :warning: changed property `restockableInDays` of type `ProductVariantChannelAvailability` from type `integer` to `number`
|
|
437
|
+
- :warning: changed property `availableQuantity` of type `ProductVariantChannelAvailability` from type `integer` to `number`
|
|
438
|
+
- :warning: changed property `previousValue` of type `RemoveDeliveryItemsChange` from type `Delivery` to `DeliveryChangeValue`
|
|
439
|
+
- :warning: changed property `previousValue` of type `RemoveEnumValuesChange` from type `EnumValue` to `AttributePlainEnumValue`
|
|
440
|
+
- :warning: changed property `previousValue` of type `RemoveLocalizedEnumValuesChange` from type `LocalizedEnumValue` to `AttributeLocalizedEnumValue`
|
|
441
|
+
- :warning: changed property `previousValue` of type `RemoveShoppingListLineItemChange` from type `LineItem` to `ShoppingListLineItem`
|
|
442
|
+
- :warning: changed property `nextValue` of type `RemoveShoppingListLineItemChange` from type `LineItem` to `ShoppingListLineItem`
|
|
443
|
+
- :warning: changed property `returnDate` of type `ReturnInfo` from type `string` to `datetime`
|
|
444
|
+
- :warning: changed property `quantity` of type `ReturnItem` from type `integer` to `number`
|
|
445
|
+
- :warning: changed property `lastModifiedAt` of type `ReturnItem` from type `string` to `datetime`
|
|
446
|
+
- :warning: changed property `createdAt` of type `ReturnItem` from type `string` to `datetime`
|
|
447
|
+
- :warning: changed property `averageRating` of type `ReviewRatingStatistics` from type `integer` to `number`
|
|
448
|
+
- :warning: changed property `highestRating` of type `ReviewRatingStatistics` from type `integer` to `number`
|
|
449
|
+
- :warning: changed property `lowestRating` of type `ReviewRatingStatistics` from type `integer` to `number`
|
|
450
|
+
- :warning: changed property `previousValue` of type `SetAttributeChange` from type `AttributeValue` to `Attribute`
|
|
451
|
+
- :warning: changed property `nextValue` of type `SetAttributeChange` from type `AttributeValue` to `Attribute`
|
|
452
|
+
- :warning: changed property `previousValue` of type `SetCustomLineItemTaxedPriceChange` from type `Money` to `TaxedItemPrice`
|
|
453
|
+
- :warning: changed property `nextValue` of type `SetCustomLineItemTaxedPriceChange` from type `Money` to `TaxedItemPrice`
|
|
454
|
+
- :warning: changed property `previousValue` of type `SetDiscountedPriceChange` from type `Price` to `DiscountedPrice`
|
|
455
|
+
- :warning: changed property `nextValue` of type `SetDiscountedPriceChange` from type `Price` to `DiscountedPrice`
|
|
456
|
+
- :warning: changed property `previousValue` of type `SetOrderTaxedPriceChange` from type `TaxedItemPrice` to `TaxedPrice`
|
|
457
|
+
- :warning: changed property `nextValue` of type `SetOrderTaxedPriceChange` from type `TaxedItemPrice` to `TaxedPrice`
|
|
458
|
+
- :warning: changed property `previousValue` of type `SetShippingInfoTaxedPriceChange` from type `TaxedPrice` to `TaxedItemPrice`
|
|
459
|
+
- :warning: changed property `nextValue` of type `SetShippingInfoTaxedPriceChange` from type `TaxedPrice` to `TaxedItemPrice`
|
|
460
|
+
- :warning: changed property `previousValue` of type `SetShippingRateChange` from type `Money` to `ShippingRate`
|
|
461
|
+
- :warning: changed property `nextValue` of type `SetShippingRateChange` from type `Money` to `ShippingRate`
|
|
462
|
+
- :warning: changed property `previousValue` of type `SetStoreChange` from type `Reference` to `KeyReference`
|
|
463
|
+
- :warning: changed property `nextValue` of type `SetStoreChange` from type `Reference` to `KeyReference`
|
|
464
|
+
- :warning: changed property `price` of type `ShippingRate` from type `Money` to `CentPrecisionMoney`
|
|
465
|
+
- :warning: changed property `freeAbove` of type `ShippingRate` from type `Money` to `CentPrecisionMoney`
|
|
466
|
+
- :warning: changed property `amount` of type `SubRate` from type `integer` to `number`
|
|
467
|
+
- :warning: changed property `channel` of type `SyncInfo` from type `Reference` to `ChannelReference`
|
|
468
|
+
- :warning: changed property `syncedAt` of type `SyncInfo` from type `string` to `datetime`
|
|
469
|
+
- :warning: changed property `amount` of type `TaxRate` from type `integer` to `number`
|
|
470
|
+
- :warning: changed property `totalNet` of type `TaxedItemPrice` from type `Money` to `CentPrecisionMoney`
|
|
471
|
+
- :warning: changed property `totalGross` of type `TaxedItemPrice` from type `Money` to `CentPrecisionMoney`
|
|
472
|
+
- :warning: changed property `totalNet` of type `TaxedPrice` from type `Money` to `CentPrecisionMoney`
|
|
473
|
+
- :warning: changed property `totalGross` of type `TaxedPrice` from type `Money` to `CentPrecisionMoney`
|
|
474
|
+
- :warning: changed property `addedAt` of type `TextLineItem` from type `string` to `datetime`
|
|
475
|
+
- :warning: changed property `quantity` of type `TextLineItem` from type `integer` to `number`
|
|
476
|
+
- :warning: changed property `timestamp` of type `Transaction` from type `string` to `datetime`
|
|
477
|
+
- :warning: changed property `amount` of type `Transaction` from type `Money` to `CentPrecisionMoney`
|
|
478
|
+
</details>
|
|
479
|
+
|
|
480
|
+
<details>
|
|
481
|
+
<summary>Removed Property(s)</summary>
|
|
482
|
+
- :warning: removed property `/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/` from type `CategoryOrderHints`
|
|
483
|
+
- :warning: removed property `variantId` from type `LineItem`
|
|
484
|
+
- :warning: removed property `fractionDigits` from type `Money`
|
|
485
|
+
- :warning: removed property `type` from type `Money`
|
|
486
|
+
- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap`
|
|
487
|
+
- :warning: removed property `skus` from type `ProductVariantSelection`
|
|
488
|
+
</details>
|
|
489
|
+
|
|
490
|
+
<details>
|
|
491
|
+
<summary>Added Property(s)</summary>
|
|
492
|
+
- added property `catalogData` to type `AddAssetChange`
|
|
493
|
+
- added property `variant` to type `AddAssetChange`
|
|
494
|
+
- added property `attributeName` to type `AddEnumValueChange`
|
|
495
|
+
- added property `variant` to type `AddExternalImageChange`
|
|
496
|
+
- added property `variant` to type `AddPriceChange`
|
|
497
|
+
- added property `catalogData` to type `AddToCategoryChange`
|
|
498
|
+
- added property `custom` to type `Address`
|
|
499
|
+
- added property `sources` to type `Asset`
|
|
500
|
+
- added property `tags` to type `Asset`
|
|
501
|
+
- added property `roles` to type `Associate`
|
|
502
|
+
- added property `level` to type `AttributeDefinition`
|
|
503
|
+
- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `CategoryOrderHints`
|
|
504
|
+
- added property `catalogData` to type `ChangeAssetNameChange`
|
|
505
|
+
- added property `variant` to type `ChangeAssetNameChange`
|
|
506
|
+
- added property `catalogData` to type `ChangeAssetOrderChange`
|
|
507
|
+
- added property `variant` to type `ChangeAssetOrderChange`
|
|
508
|
+
- added property `addedItems` to type `ChangeCartDiscountsChange`
|
|
509
|
+
- added property `removedItems` to type `ChangeCartDiscountsChange`
|
|
510
|
+
- added property `attributeName` to type `ChangeEnumValueLabelChange`
|
|
511
|
+
- added property `attributeName` to type `ChangeEnumValueOrderChange`
|
|
512
|
+
- added property `addedItems` to type `ChangeGroupsChange`
|
|
513
|
+
- added property `removedItems` to type `ChangeGroupsChange`
|
|
514
|
+
- added property `variant` to type `ChangePriceChange`
|
|
515
|
+
- added property `catalogData` to type `ChangeSlugChange`
|
|
516
|
+
- added property `key` to type `CustomLineItem`
|
|
517
|
+
- added property `taxedPricePortions` to type `CustomLineItem`
|
|
518
|
+
- added property `state` to type `CustomLineItem`
|
|
519
|
+
- added property `taxCategory` to type `CustomLineItem`
|
|
520
|
+
- added property `taxRate` to type `CustomLineItem`
|
|
521
|
+
- added property `perMethodTaxRate` to type `CustomLineItem`
|
|
522
|
+
- added property `discountedPricePerQuantity` to type `CustomLineItem`
|
|
523
|
+
- added property `custom` to type `CustomLineItem`
|
|
524
|
+
- added property `shippingDetails` to type `CustomLineItem`
|
|
525
|
+
- added property `priceMode` to type `CustomLineItem`
|
|
526
|
+
- added property `recurrenceInfo` to type `CustomLineItem`
|
|
527
|
+
- added property `key` to type `Delivery`
|
|
528
|
+
- added property `required` to type `FieldDefinition`
|
|
529
|
+
- added property `shippingMethodKey` to type `ItemShippingTarget`
|
|
530
|
+
- added property `key` to type `LineItem`
|
|
531
|
+
- added property `productKey` to type `LineItem`
|
|
532
|
+
- added property `price` to type `LineItem`
|
|
533
|
+
- added property `totalPrice` to type `LineItem`
|
|
534
|
+
- added property `discountedPricePerQuantity` to type `LineItem`
|
|
535
|
+
- added property `taxedPrice` to type `LineItem`
|
|
536
|
+
- added property `taxedPricePortions` to type `LineItem`
|
|
537
|
+
- added property `state` to type `LineItem`
|
|
538
|
+
- added property `taxRate` to type `LineItem`
|
|
539
|
+
- added property `perMethodTaxRate` to type `LineItem`
|
|
540
|
+
- added property `supplyChannel` to type `LineItem`
|
|
541
|
+
- added property `distributionChannel` to type `LineItem`
|
|
542
|
+
- added property `priceMode` to type `LineItem`
|
|
543
|
+
- added property `lineItemMode` to type `LineItem`
|
|
544
|
+
- added property `inventoryMode` to type `LineItem`
|
|
545
|
+
- added property `shippingDetails` to type `LineItem`
|
|
546
|
+
- added property `lastModifiedAt` to type `LineItem`
|
|
547
|
+
- added property `recurrenceInfo` to type `LineItem`
|
|
548
|
+
- added property `variant` to type `MoveImageToPositionChange`
|
|
549
|
+
- added property `key` to type `Parcel`
|
|
550
|
+
- added property `custom` to type `Parcel`
|
|
551
|
+
- added property `key` to type `Price`
|
|
552
|
+
- added property `country` to type `Price`
|
|
553
|
+
- added property `customerGroup` to type `Price`
|
|
554
|
+
- added property `channel` to type `Price`
|
|
555
|
+
- added property `validFrom` to type `Price`
|
|
556
|
+
- added property `validUntil` to type `Price`
|
|
557
|
+
- added property `discounted` to type `Price`
|
|
558
|
+
- added property `tiers` to type `Price`
|
|
559
|
+
- added property `custom` to type `Price`
|
|
560
|
+
- added property `recurrencePolicy` to type `Price`
|
|
561
|
+
- added property `id` to type `ProductVariantAvailability`
|
|
562
|
+
- added property `version` to type `ProductVariantAvailability`
|
|
563
|
+
- added property `id` to type `ProductVariantChannelAvailability`
|
|
564
|
+
- added property `version` to type `ProductVariantChannelAvailability`
|
|
565
|
+
- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `ProductVariantChannelAvailabilityMap`
|
|
566
|
+
- added property `catalogData` to type `RemoveAssetChange`
|
|
567
|
+
- added property `variant` to type `RemoveAssetChange`
|
|
568
|
+
- added property `catalogData` to type `RemoveFromCategoryChange`
|
|
569
|
+
- added property `variant` to type `RemoveImageChange`
|
|
570
|
+
- added property `variant` to type `RemovePriceChange`
|
|
571
|
+
- added property `key` to type `ReturnItem`
|
|
572
|
+
- added property `custom` to type `ReturnItem`
|
|
573
|
+
- added property `catalogData` to type `SetAssetCustomFieldChange`
|
|
574
|
+
- added property `variant` to type `SetAssetCustomFieldChange`
|
|
575
|
+
- added property `catalogData` to type `SetAssetCustomTypeChange`
|
|
576
|
+
- added property `variant` to type `SetAssetCustomTypeChange`
|
|
577
|
+
- added property `catalogData` to type `SetAssetDescriptionChange`
|
|
578
|
+
- added property `variant` to type `SetAssetDescriptionChange`
|
|
579
|
+
- added property `catalogData` to type `SetAssetKeyChange`
|
|
580
|
+
- added property `variant` to type `SetAssetKeyChange`
|
|
581
|
+
- added property `catalogData` to type `SetAssetSourcesChange`
|
|
582
|
+
- added property `variant` to type `SetAssetSourcesChange`
|
|
583
|
+
- added property `catalogData` to type `SetAssetTagsChange`
|
|
584
|
+
- added property `variant` to type `SetAssetTagsChange`
|
|
585
|
+
- added property `variant` to type `SetAttributeChange`
|
|
586
|
+
- added property `addedItems` to type `SetChannelRolesChange`
|
|
587
|
+
- added property `removedItems` to type `SetChannelRolesChange`
|
|
588
|
+
- added property `addedItems` to type `SetCountriesChange`
|
|
589
|
+
- added property `removedItems` to type `SetCountriesChange`
|
|
590
|
+
- added property `customTypeId` to type `SetCustomLineItemCustomFieldChange`
|
|
591
|
+
- added property `customLineItem` to type `SetCustomLineItemShippingDetailsChange`
|
|
592
|
+
- added property `price` to type `SetDiscountedPriceChange`
|
|
593
|
+
- added property `addedItems` to type `SetDistributionChannelsChange`
|
|
594
|
+
- added property `removedItems` to type `SetDistributionChannelsChange`
|
|
595
|
+
- added property `variant` to type `SetImageLabelChange`
|
|
596
|
+
- added property `addedItems` to type `SetLanguagesChange`
|
|
597
|
+
- added property `removedItems` to type `SetLanguagesChange`
|
|
598
|
+
- added property `lineItemId` to type `SetLineItemDiscountedPriceChange`
|
|
599
|
+
- added property `lineItemId` to type `SetLineItemDiscountedPricePerQuantityChange`
|
|
600
|
+
- added property `lineItemId` to type `SetLineItemPriceChange`
|
|
601
|
+
- added property `lineItemId` to type `SetLineItemProductSlugChange`
|
|
602
|
+
- added property `lineItem` to type `SetLineItemShippingDetailsChange`
|
|
603
|
+
- added property `variant` to type `SetLineItemShippingDetailsChange`
|
|
604
|
+
- added property `lineItemId` to type `SetLineItemTaxAmountChange`
|
|
605
|
+
- added property `lineItemId` to type `SetLineItemTaxRateChange`
|
|
606
|
+
- added property `variant` to type `SetLineItemTaxedPriceChange`
|
|
607
|
+
- added property `lineItemId` to type `SetLineItemTotalPriceChange`
|
|
608
|
+
- added property `variant` to type `SetLineItemTotalPriceChange`
|
|
609
|
+
- added property `catalogData` to type `SetMetaDescriptionChange`
|
|
610
|
+
- added property `catalogData` to type `SetMetaKeywordsChange`
|
|
611
|
+
- added property `catalogData` to type `SetMetaTitleChange`
|
|
612
|
+
- added property `lineItemId` to type `SetOrderLineItemCustomFieldChange`
|
|
613
|
+
- added property `lineItemId` to type `SetOrderLineItemCustomTypeChange`
|
|
614
|
+
- added property `addedItems` to type `SetPermissionsChange`
|
|
615
|
+
- added property `removedItems` to type `SetPermissionsChange`
|
|
616
|
+
- added property `addedItems` to type `SetPricesChange`
|
|
617
|
+
- added property `removedItems` to type `SetPricesChange`
|
|
618
|
+
- added property `variant` to type `SetProductPriceCustomFieldChange`
|
|
619
|
+
- added property `priceId` to type `SetProductPriceCustomFieldChange`
|
|
620
|
+
- added property `customTypeId` to type `SetProductPriceCustomFieldChange`
|
|
621
|
+
- added property `name` to type `SetProductPriceCustomFieldChange`
|
|
622
|
+
- added property `variant` to type `SetProductPriceCustomTypeChange`
|
|
623
|
+
- added property `priceId` to type `SetProductPriceCustomTypeChange`
|
|
624
|
+
- added property `addedItems` to type `SetProductSelectionsChange`
|
|
625
|
+
- added property `removedItems` to type `SetProductSelectionsChange`
|
|
626
|
+
- added property `variant` to type `SetProductVariantKeyChange`
|
|
627
|
+
- added property `addedItems` to type `SetReservationsChange`
|
|
628
|
+
- added property `removedItems` to type `SetReservationsChange`
|
|
629
|
+
- added property `variant` to type `SetSkuChange`
|
|
630
|
+
- added property `addedItems` to type `SetStateRolesChange`
|
|
631
|
+
- added property `removedItems` to type `SetStateRolesChange`
|
|
632
|
+
- added property `addedItems` to type `SetStoresChange`
|
|
633
|
+
- added property `removedItems` to type `SetStoresChange`
|
|
634
|
+
- added property `addedItems` to type `SetSupplyChannelsChange`
|
|
635
|
+
- added property `removedItems` to type `SetSupplyChannelsChange`
|
|
636
|
+
- added property `addedItems` to type `SetTransitionsChange`
|
|
637
|
+
- added property `removedItems` to type `SetTransitionsChange`
|
|
638
|
+
- added property `key` to type `TaxRate`
|
|
639
|
+
- added property `taxPortions` to type `TaxedItemPrice`
|
|
640
|
+
- added property `totalTax` to type `TaxedItemPrice`
|
|
641
|
+
- added property `taxPortions` to type `TaxedPrice`
|
|
642
|
+
- added property `totalTax` to type `TaxedPrice`
|
|
643
|
+
- added property `key` to type `TextLineItem`
|
|
644
|
+
- added property `custom` to type `Transaction`
|
|
645
|
+
- added property `customLineItemId` to type `TransitionCustomLineItemStateChange`
|
|
646
|
+
</details>
|
|
647
|
+
|
|
648
|
+
- [#1209](https://github.com/commercetools/commercetools-sdk-typescript/pull/1209) [`77c6132`](https://github.com/commercetools/commercetools-sdk-typescript/commit/77c61328d222dbbbde3e79c63c2bb76df3f012a6) Thanks [@ajimae](https://github.com/ajimae)! - release all packages
|
|
649
|
+
|
|
650
|
+
### Patch Changes
|
|
651
|
+
|
|
652
|
+
- Updated dependencies [[`77c6132`](https://github.com/commercetools/commercetools-sdk-typescript/commit/77c61328d222dbbbde3e79c63c2bb76df3f012a6)]:
|
|
653
|
+
- @commercetools/ts-client@4.8.0
|
|
654
|
+
|
|
655
|
+
## 5.10.0
|
|
656
|
+
|
|
657
|
+
### Minor Changes
|
|
658
|
+
|
|
659
|
+
- [#1205](https://github.com/commercetools/commercetools-sdk-typescript/pull/1205) [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04) Thanks [@ajimae](https://github.com/ajimae)! - release packages
|
|
660
|
+
|
|
661
|
+
### Patch Changes
|
|
662
|
+
|
|
663
|
+
- [#1205](https://github.com/commercetools/commercetools-sdk-typescript/pull/1205) [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04) Thanks [@ajimae](https://github.com/ajimae)! - release packages
|
|
664
|
+
|
|
665
|
+
- [#1205](https://github.com/commercetools/commercetools-sdk-typescript/pull/1205) [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04) Thanks [@ajimae](https://github.com/ajimae)! - release changeset
|
|
666
|
+
|
|
667
|
+
- Updated dependencies [[`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04), [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04), [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04)]:
|
|
668
|
+
- @commercetools/ts-client@4.7.0
|
|
669
|
+
|
|
670
|
+
## 5.9.0
|
|
671
|
+
|
|
672
|
+
### Minor Changes
|
|
673
|
+
|
|
674
|
+
- [#1203](https://github.com/commercetools/commercetools-sdk-typescript/pull/1203) [`e0b0fcc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e0b0fccaed4812c0ac47b0c8c4724e81174b0255) Thanks [@ajimae](https://github.com/ajimae)! - release packages
|
|
675
|
+
|
|
676
|
+
### Patch Changes
|
|
677
|
+
|
|
678
|
+
- [#1203](https://github.com/commercetools/commercetools-sdk-typescript/pull/1203) [`e0b0fcc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e0b0fccaed4812c0ac47b0c8c4724e81174b0255) Thanks [@ajimae](https://github.com/ajimae)! - release changeset
|
|
679
|
+
|
|
680
|
+
- Updated dependencies [[`e0b0fcc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e0b0fccaed4812c0ac47b0c8c4724e81174b0255), [`e0b0fcc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e0b0fccaed4812c0ac47b0c8c4724e81174b0255)]:
|
|
681
|
+
- @commercetools/ts-client@4.6.0
|
|
682
|
+
|
|
683
|
+
## 5.8.0
|
|
684
|
+
|
|
685
|
+
### Minor Changes
|
|
686
|
+
|
|
687
|
+
- [#1201](https://github.com/commercetools/commercetools-sdk-typescript/pull/1201) [`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b) Thanks [@ajimae](https://github.com/ajimae)! - release packages
|
|
688
|
+
|
|
689
|
+
### Patch Changes
|
|
690
|
+
|
|
691
|
+
- Updated dependencies [[`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b)]:
|
|
692
|
+
- @commercetools/ts-client@4.5.0
|
|
693
|
+
|
|
694
|
+
## 5.7.0
|
|
695
|
+
|
|
696
|
+
### Minor Changes
|
|
697
|
+
|
|
698
|
+
- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - **Api changes**
|
|
699
|
+
|
|
700
|
+
<details>
|
|
701
|
+
<summary>Required Property(s)</summary>
|
|
702
|
+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
|
|
703
|
+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
|
|
704
|
+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
|
|
705
|
+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
|
|
706
|
+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
|
|
707
|
+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
|
|
708
|
+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
|
|
709
|
+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
|
|
710
|
+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
|
|
711
|
+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
|
|
712
|
+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
|
|
713
|
+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
|
|
714
|
+
</details>
|
|
715
|
+
|
|
716
|
+
<details>
|
|
717
|
+
<summary>Added Property(s)</summary>
|
|
718
|
+
- added property `interfaceId` to type `MyTransactionDraft`
|
|
719
|
+
- added property `interfaceId` to type `Transaction`
|
|
720
|
+
- added property `interfaceId` to type `TransactionDraft`
|
|
721
|
+
</details>
|
|
722
|
+
|
|
723
|
+
<details>
|
|
724
|
+
<summary>Added Type(s)</summary>
|
|
725
|
+
- added type `PaymentTransactionInterfaceIdSetMessage`
|
|
726
|
+
- added type `PaymentTransactionInterfaceIdSetMessagePayload`
|
|
727
|
+
- added type `PaymentSetTransactionInterfaceIdAction`
|
|
728
|
+
</details>
|
|
729
|
+
|
|
730
|
+
- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release
|
|
731
|
+
|
|
732
|
+
### Patch Changes
|
|
733
|
+
|
|
734
|
+
- Updated dependencies [[`e2fb7fd`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e2fb7fd778f849f2a1da7f5abf0643c699bb8968), [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]:
|
|
735
|
+
- @commercetools/ts-client@4.4.0
|
|
736
|
+
|
|
737
|
+
## 5.6.0
|
|
738
|
+
|
|
739
|
+
### Minor Changes
|
|
740
|
+
|
|
741
|
+
- [#1182](https://github.com/commercetools/commercetools-sdk-typescript/pull/1182) [`f3200d7`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f3200d7fda6fd65f3227d72d7f046cb70e9fc812) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release
|
|
742
|
+
|
|
743
|
+
### Patch Changes
|
|
744
|
+
|
|
745
|
+
- Updated dependencies [[`f3200d7`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f3200d7fda6fd65f3227d72d7f046cb70e9fc812)]:
|
|
746
|
+
- @commercetools/ts-client@4.3.0
|
|
747
|
+
|
|
3
748
|
## 5.5.0
|
|
4
749
|
|
|
5
750
|
### Minor Changes
|
|
@@ -8,7 +753,6 @@
|
|
|
8
753
|
|
|
9
754
|
<details>
|
|
10
755
|
<summary>Added Type(s)</summary>
|
|
11
|
-
|
|
12
756
|
- added type `TooManyRequestsError`
|
|
13
757
|
- added type `GraphQLTooManyRequestsError`
|
|
14
758
|
- added type `GraphQLErrorObject`
|
|
@@ -16,7 +760,6 @@
|
|
|
16
760
|
|
|
17
761
|
<details>
|
|
18
762
|
<summary>Changed Property(s)</summary>
|
|
19
|
-
|
|
20
763
|
- :warning: changed property `extensions` of type `GraphQLError` from type `object` to `GraphQLErrorObject`
|
|
21
764
|
</details>
|
|
22
765
|
|
|
@@ -37,7 +780,6 @@
|
|
|
37
780
|
|
|
38
781
|
<details>
|
|
39
782
|
<summary>Added Enum(s)</summary>
|
|
40
|
-
|
|
41
783
|
- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
|
|
42
784
|
- added enum `payment-method` to type `ReferenceTypeId`
|
|
43
785
|
</details>
|
|
@@ -67,13 +809,11 @@
|
|
|
67
809
|
|
|
68
810
|
<details>
|
|
69
811
|
<summary>Removed Enum(s)</summary>
|
|
70
|
-
|
|
71
812
|
- :warning: removed enum `setAsssetKey` from type `UpdateType`
|
|
72
813
|
</details>
|
|
73
814
|
|
|
74
815
|
<details>
|
|
75
816
|
<summary>Added Enum(s)</summary>
|
|
76
|
-
|
|
77
817
|
- added enum `setAssetKey` to type `UpdateType`
|
|
78
818
|
</details>
|
|
79
819
|
|
|
@@ -87,7 +827,6 @@
|
|
|
87
827
|
|
|
88
828
|
<details>
|
|
89
829
|
<summary>Required Property(s)</summary>
|
|
90
|
-
|
|
91
830
|
- :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required
|
|
92
831
|
</details>
|
|
93
832
|
|
|
@@ -110,19 +849,16 @@
|
|
|
110
849
|
|
|
111
850
|
<details>
|
|
112
851
|
<summary>Added Resource(s)</summary>
|
|
113
|
-
|
|
114
852
|
- added resource `/{projectKey}/graphql`
|
|
115
853
|
</details>
|
|
116
854
|
|
|
117
855
|
<details>
|
|
118
856
|
<summary>Added Method(s)</summary>
|
|
119
|
-
|
|
120
857
|
- added method `apiRoot.withProjectKeyValue().graphql().post()`
|
|
121
858
|
</details>
|
|
122
859
|
|
|
123
860
|
<details>
|
|
124
861
|
<summary>Added Type(s)</summary>
|
|
125
|
-
|
|
126
862
|
- added type `GraphQLRequest`
|
|
127
863
|
- added type `GraphQLResponse`
|
|
128
864
|
- added type `GraphQLError`
|
|
@@ -134,7 +870,6 @@
|
|
|
134
870
|
|
|
135
871
|
<details>
|
|
136
872
|
<summary>Required Property(s)</summary>
|
|
137
|
-
|
|
138
873
|
- changed property `id` of type `ModifiedBy` to be optional
|
|
139
874
|
</details>
|
|
140
875
|
|
|
@@ -146,19 +881,16 @@
|
|
|
146
881
|
|
|
147
882
|
<details>
|
|
148
883
|
<summary>Added Resource(s)</summary>
|
|
149
|
-
|
|
150
884
|
- added resource `/{projectKey}/graphql`
|
|
151
885
|
</details>
|
|
152
886
|
|
|
153
887
|
<details>
|
|
154
888
|
<summary>Added Method(s)</summary>
|
|
155
|
-
|
|
156
889
|
- added method `apiRoot.withProjectKeyValue().graphql().post()`
|
|
157
890
|
</details>
|
|
158
891
|
|
|
159
892
|
<details>
|
|
160
893
|
<summary>Added Type(s)</summary>
|
|
161
|
-
|
|
162
894
|
- added type `GraphQLRequest`
|
|
163
895
|
- added type `GraphQLResponse`
|
|
164
896
|
- added type `GraphQLError`
|
|
@@ -170,7 +902,6 @@
|
|
|
170
902
|
|
|
171
903
|
<details>
|
|
172
904
|
<summary>Required Property(s)</summary>
|
|
173
|
-
|
|
174
905
|
- changed property `id` of type `ModifiedBy` to be optional
|
|
175
906
|
</details>
|
|
176
907
|
|
|
@@ -182,7 +913,6 @@
|
|
|
182
913
|
|
|
183
914
|
<details>
|
|
184
915
|
<summary>Required Property(s)</summary>
|
|
185
|
-
|
|
186
916
|
- changed property `id` of type `ModifiedBy` to be optional
|
|
187
917
|
</details>
|
|
188
918
|
|
|
@@ -194,7 +924,6 @@
|
|
|
194
924
|
|
|
195
925
|
<details>
|
|
196
926
|
<summary>Required Property(s)</summary>
|
|
197
|
-
|
|
198
927
|
- changed property `id` of type `ModifiedBy` to be optional
|
|
199
928
|
</details>
|
|
200
929
|
|
|
@@ -206,7 +935,6 @@
|
|
|
206
935
|
|
|
207
936
|
<details>
|
|
208
937
|
<summary>Required Property(s)</summary>
|
|
209
|
-
|
|
210
938
|
- changed property `id` of type `ModifiedBy` to be optional
|
|
211
939
|
</details>
|
|
212
940
|
|
|
@@ -218,7 +946,6 @@
|
|
|
218
946
|
|
|
219
947
|
<details>
|
|
220
948
|
<summary>Required Property(s)</summary>
|
|
221
|
-
|
|
222
949
|
- changed property `id` of type `ModifiedBy` to be optional
|
|
223
950
|
</details>
|
|
224
951
|
|
|
@@ -230,7 +957,6 @@
|
|
|
230
957
|
|
|
231
958
|
<details>
|
|
232
959
|
<summary>Required Property(s)</summary>
|
|
233
|
-
|
|
234
960
|
- changed property `id` of type `ModifiedBy` to be optional
|
|
235
961
|
</details>
|
|
236
962
|
|
|
@@ -248,7 +974,6 @@
|
|
|
248
974
|
|
|
249
975
|
<details>
|
|
250
976
|
<summary>Removed Type(s)</summary>
|
|
251
|
-
|
|
252
977
|
- :warning: removed type `ChannelRole`
|
|
253
978
|
- :warning: removed type `StateRole`
|
|
254
979
|
- :warning: removed type `StateType`
|
|
@@ -256,7 +981,6 @@
|
|
|
256
981
|
|
|
257
982
|
<details>
|
|
258
983
|
<summary>Added Type(s)</summary>
|
|
259
|
-
|
|
260
984
|
- added type `AttributeLocalizedEnumValue`
|
|
261
985
|
- added type `AttributePlainEnumValue`
|
|
262
986
|
- added type `ChannelRoleEnum`
|
|
@@ -266,7 +990,6 @@
|
|
|
266
990
|
|
|
267
991
|
<details>
|
|
268
992
|
<summary>Removed Property(s)</summary>
|
|
269
|
-
|
|
270
993
|
- :warning: removed property `previousValue` from type `AddAddressChange`
|
|
271
994
|
- :warning: removed property `previousValue` from type `AddLocationChange`
|
|
272
995
|
- :warning: removed property `nextValue` from type `RemoveLocationChange`
|
|
@@ -275,7 +998,6 @@
|
|
|
275
998
|
|
|
276
999
|
<details>
|
|
277
1000
|
<summary>Changed Property(s)</summary>
|
|
278
|
-
|
|
279
1001
|
- :warning: changed property `previousValue` of type `AddChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
280
1002
|
- :warning: changed property `nextValue` of type `AddChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
281
1003
|
- :warning: changed property `nextValue` of type `AddLocalizedEnumValueChange` from type `LocalizedEnumValue` to `AttributeLocalizedEnumValue`
|
|
@@ -302,7 +1024,6 @@
|
|
|
302
1024
|
|
|
303
1025
|
<details>
|
|
304
1026
|
<summary>Added QueryParameter(s)</summary>
|
|
305
|
-
|
|
306
1027
|
- added query parameter `expand` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
307
1028
|
- added query parameter `sort` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
308
1029
|
- added query parameter `limit` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
@@ -315,7 +1036,6 @@
|
|
|
315
1036
|
|
|
316
1037
|
<details>
|
|
317
1038
|
<summary>Changed MethodResponseBody(s)</summary>
|
|
318
|
-
|
|
319
1039
|
- :warning: changed response body for `200: application/json` of method `get /{projectKey}/in-store/key={storeKey}/cart-discounts` from type `CartDiscount` to `CartDiscountPagedQueryResponse`
|
|
320
1040
|
</details>
|
|
321
1041
|
|
|
@@ -324,7 +1044,6 @@
|
|
|
324
1044
|
### Major Changes
|
|
325
1045
|
|
|
326
1046
|
- [#551](https://github.com/commercetools/commercetools-sdk-typescript/pull/551) [`9e7939a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/9e7939a1df234fd1f4f77c60f4ff75b31d7fc3fd) Thanks [@github-actions](https://github.com/apps/github-actions)! - BREAKING CHANGE:
|
|
327
|
-
|
|
328
1047
|
- fix URI parameters to be URI encoded
|
|
329
1048
|
|
|
330
1049
|
### Minor Changes
|
|
@@ -333,20 +1052,17 @@
|
|
|
333
1052
|
|
|
334
1053
|
<details>
|
|
335
1054
|
<summary>Added Property(s)</summary>
|
|
336
|
-
|
|
337
1055
|
- added property `businessUnit` to type `Record`
|
|
338
1056
|
</details>
|
|
339
1057
|
|
|
340
1058
|
<details>
|
|
341
1059
|
<summary>Changed Property(s)</summary>
|
|
342
|
-
|
|
343
1060
|
- :warning: changed property `previousValue` of type `SetNameChange` from type `LocalizedString` to `string`
|
|
344
1061
|
- :warning: changed property `nextValue` of type `SetNameChange` from type `LocalizedString` to `string`
|
|
345
1062
|
</details>
|
|
346
1063
|
|
|
347
1064
|
<details>
|
|
348
1065
|
<summary>Added QueryParameter(s)</summary>
|
|
349
|
-
|
|
350
1066
|
- added query parameter `businessUnit` to method `get /{projectKey}`
|
|
351
1067
|
- added query parameter `businessUnit` to method `get /{projectKey}/{resourceType}`
|
|
352
1068
|
- added query parameter `businessUnit` to method `get /{projectKey}/{resourceType}/{ID}`
|
|
@@ -365,7 +1081,6 @@
|
|
|
365
1081
|
|
|
366
1082
|
<details>
|
|
367
1083
|
<summary>Added QueryParameter(s)</summary>
|
|
368
|
-
|
|
369
1084
|
- added query parameter `associateId` to method `get /{projectKey}`
|
|
370
1085
|
- added query parameter `associateId` to method `get /{projectKey}/{resourceType}`
|
|
371
1086
|
- added query parameter `associateId` to method `get /{projectKey}/{resourceType}/{ID}`
|
|
@@ -373,7 +1088,6 @@
|
|
|
373
1088
|
|
|
374
1089
|
<details>
|
|
375
1090
|
<summary>Added Property(s)</summary>
|
|
376
|
-
|
|
377
1091
|
- added property `associate` to type `ModifiedBy`
|
|
378
1092
|
</details>
|
|
379
1093
|
|
|
@@ -385,7 +1099,6 @@
|
|
|
385
1099
|
|
|
386
1100
|
<details>
|
|
387
1101
|
<summary>Added Type(s)</summary>
|
|
388
|
-
|
|
389
1102
|
- added type `AddInheritedAssociateChange`
|
|
390
1103
|
- added type `AssociateRoleLabel`
|
|
391
1104
|
- added type `ChangeBuyerAssignableChange`
|
|
@@ -400,7 +1113,6 @@
|
|
|
400
1113
|
|
|
401
1114
|
<details>
|
|
402
1115
|
<summary>Added Enum(s)</summary>
|
|
403
|
-
|
|
404
1116
|
- added enum `associate-role` to type `ChangeHistoryResourceType`
|
|
405
1117
|
</details>
|
|
406
1118
|
|
|
@@ -414,7 +1126,6 @@
|
|
|
414
1126
|
|
|
415
1127
|
<details>
|
|
416
1128
|
<summary>Added Property(s)</summary>
|
|
417
|
-
|
|
418
1129
|
- added property `perMethodTaxRate` to type `CustomLineItem`
|
|
419
1130
|
- added property `key` to type `LineItem`
|
|
420
1131
|
- added property `key` to type `LineItemDraft`
|
|
@@ -479,7 +1190,6 @@
|
|
|
479
1190
|
|
|
480
1191
|
<details>
|
|
481
1192
|
<summary>Required Property(s)</summary>
|
|
482
|
-
|
|
483
1193
|
- changed property `lineItemId` of type `CartApplyDeltaToLineItemShippingDetailsTargetsAction` to be optional
|
|
484
1194
|
- changed property `lineItemId` of type `CartChangeLineItemQuantityAction` to be optional
|
|
485
1195
|
- changed property `lineItemId` of type `CartRemoveLineItemAction` to be optional
|
|
@@ -531,27 +1241,23 @@
|
|
|
531
1241
|
|
|
532
1242
|
<details>
|
|
533
1243
|
<summary>Deprecated Property(s)</summary>
|
|
534
|
-
|
|
535
1244
|
- property `MyCartChangeLineItemQuantityAction::externalPrice` is removed
|
|
536
1245
|
- property `MyCartChangeLineItemQuantityAction::externalTotalPrice` is removed
|
|
537
1246
|
</details>
|
|
538
1247
|
|
|
539
1248
|
<details>
|
|
540
1249
|
<summary>Deprecated Type(s)</summary>
|
|
541
|
-
|
|
542
1250
|
- type `ProductVariantSelectionExclusion` is removed
|
|
543
1251
|
- type `ProductVariantSelectionInclusion` is removed
|
|
544
1252
|
</details>
|
|
545
1253
|
|
|
546
1254
|
<details>
|
|
547
1255
|
<summary>Removed Type(s)</summary>
|
|
548
|
-
|
|
549
1256
|
- :warning: removed type `MyCartSetDirectDiscountsAction`
|
|
550
1257
|
</details>
|
|
551
1258
|
|
|
552
1259
|
<details>
|
|
553
1260
|
<summary>Added Type(s)</summary>
|
|
554
|
-
|
|
555
1261
|
- added type `StandalonePriceTierAddedMessage`
|
|
556
1262
|
- added type `StandalonePriceTierRemovedMessage`
|
|
557
1263
|
- added type `StandalonePriceTiersSetMessage`
|
|
@@ -575,7 +1281,6 @@
|
|
|
575
1281
|
|
|
576
1282
|
<details>
|
|
577
1283
|
<summary>Added Enum(s)</summary>
|
|
578
|
-
|
|
579
1284
|
- added enum `associate-role` to type `CustomFieldReferenceValue`
|
|
580
1285
|
- added enum `business-unit` to type `CustomFieldReferenceValue`
|
|
581
1286
|
</details>
|
|
@@ -584,7 +1289,6 @@
|
|
|
584
1289
|
|
|
585
1290
|
<details>
|
|
586
1291
|
<summary>Added Enum(s)</summary>
|
|
587
|
-
|
|
588
1292
|
- added enum `associate-role` to type `CustomFieldReferenceValue`
|
|
589
1293
|
- added enum `business-unit` to type `CustomFieldReferenceValue`
|
|
590
1294
|
</details>
|
|
@@ -593,32 +1297,27 @@
|
|
|
593
1297
|
|
|
594
1298
|
<details>
|
|
595
1299
|
<summary>Added Property(s)</summary>
|
|
596
|
-
|
|
597
1300
|
- added property `variantSelection` to type `AddProductChange`
|
|
598
1301
|
</details>
|
|
599
1302
|
|
|
600
1303
|
<details>
|
|
601
1304
|
<summary>Changed Property(s)</summary>
|
|
602
|
-
|
|
603
1305
|
- :warning: changed property `resource` of type `Record` from type `Reference` to `ResourceIdentifier`
|
|
604
1306
|
</details>
|
|
605
1307
|
|
|
606
1308
|
<details>
|
|
607
1309
|
<summary>Added QueryParameter(s)</summary>
|
|
608
|
-
|
|
609
1310
|
- added query parameter `resourceKey` to method `get /{projectKey}`
|
|
610
1311
|
- added query parameter `resourceKey` to method `get /{projectKey}/{resourceType}`
|
|
611
1312
|
</details>
|
|
612
1313
|
|
|
613
1314
|
<details>
|
|
614
1315
|
<summary>Removed QueryParameter(s)</summary>
|
|
615
|
-
|
|
616
1316
|
- :warning: removed query parameter `resourceId` from method `get /{projectKey}/{resourceType}`
|
|
617
1317
|
</details>
|
|
618
1318
|
|
|
619
1319
|
<details>
|
|
620
1320
|
<summary>Added Type(s)</summary>
|
|
621
|
-
|
|
622
1321
|
- added type `AddAssociateChange`
|
|
623
1322
|
- added type `AddProductSelectionChange`
|
|
624
1323
|
- added type `Associate`
|
|
@@ -648,7 +1347,6 @@
|
|
|
648
1347
|
|
|
649
1348
|
<details>
|
|
650
1349
|
<summary>Added Enum(s)</summary>
|
|
651
|
-
|
|
652
1350
|
- added enum `business-unit` to type `ChangeHistoryResourceType`
|
|
653
1351
|
- added enum `addAssociate` to type `UpdateType`
|
|
654
1352
|
- added enum `addCustomLineItem` to type `UpdateType`
|
|
@@ -753,13 +1451,11 @@
|
|
|
753
1451
|
|
|
754
1452
|
<details>
|
|
755
1453
|
<summary>Changed Type(s)</summary>
|
|
756
|
-
|
|
757
1454
|
- :warning: changed type `AssociateRole` from type `string` to `BaseResource`
|
|
758
1455
|
</details>
|
|
759
1456
|
|
|
760
1457
|
<details>
|
|
761
1458
|
<summary>Added Type(s)</summary>
|
|
762
|
-
|
|
763
1459
|
- added type `AssociateRoleDraft`
|
|
764
1460
|
- added type `AssociateRoleKeyReference`
|
|
765
1461
|
- added type `AssociateRolePagedQueryResponse`
|
|
@@ -806,7 +1502,6 @@
|
|
|
806
1502
|
|
|
807
1503
|
<details>
|
|
808
1504
|
<summary>Added Enum(s)</summary>
|
|
809
|
-
|
|
810
1505
|
- added enum `associate-role` to type `ReferenceTypeId`
|
|
811
1506
|
- added enum `associate-role` to type `MessageSubscriptionResourceTypeId`
|
|
812
1507
|
- added enum `associate-role` to type `ResourceTypeId`
|
|
@@ -814,7 +1509,6 @@
|
|
|
814
1509
|
|
|
815
1510
|
<details>
|
|
816
1511
|
<summary>Added Property(s)</summary>
|
|
817
|
-
|
|
818
1512
|
- added property `associateRoleAssignments` to type `Associate`
|
|
819
1513
|
- added property `associateRoleAssignments` to type `AssociateDraft`
|
|
820
1514
|
- added property `associateMode` to type `BusinessUnit`
|
|
@@ -831,21 +1525,18 @@
|
|
|
831
1525
|
|
|
832
1526
|
<details>
|
|
833
1527
|
<summary>Changed Property(s)</summary>
|
|
834
|
-
|
|
835
1528
|
- :warning: changed property `roles` of type `Associate` from type `AssociateRole[]` to `AssociateRoleDeprecated[]`
|
|
836
1529
|
- :warning: changed property `roles` of type `AssociateDraft` from type `AssociateRole[]` to `AssociateRoleDeprecated[]`
|
|
837
1530
|
</details>
|
|
838
1531
|
|
|
839
1532
|
<details>
|
|
840
1533
|
<summary>MarkDeprecated Property(s)</summary>
|
|
841
|
-
|
|
842
1534
|
- marked property `Associate::roles` as deprecated
|
|
843
1535
|
- marked property `AssociateDraft::roles` as deprecated
|
|
844
1536
|
</details>
|
|
845
1537
|
|
|
846
1538
|
<details>
|
|
847
1539
|
<summary>Added Resource(s)</summary>
|
|
848
|
-
|
|
849
1540
|
- added resource `/{projectKey}/as-associate`
|
|
850
1541
|
- added resource `/{projectKey}/associate-roles`
|
|
851
1542
|
- added resource `/{projectKey}/as-associate/{associateId}`
|
|
@@ -872,7 +1563,6 @@
|
|
|
872
1563
|
|
|
873
1564
|
<details>
|
|
874
1565
|
<summary>Added Method(s)</summary>
|
|
875
|
-
|
|
876
1566
|
- added method `apiRoot.withProjectKey().associateRoles().get()`
|
|
877
1567
|
- added method `apiRoot.withProjectKey().associateRoles().post()`
|
|
878
1568
|
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().businessUnits().get()`
|
|
@@ -919,13 +1609,11 @@
|
|
|
919
1609
|
|
|
920
1610
|
<details>
|
|
921
1611
|
<summary>Added Enum(s)</summary>
|
|
922
|
-
|
|
923
1612
|
- added enum `type` to type `ImportResourceType`
|
|
924
1613
|
</details>
|
|
925
1614
|
|
|
926
1615
|
<details>
|
|
927
1616
|
<summary>Added Resource(s)</summary>
|
|
928
|
-
|
|
929
1617
|
- added resource `/{projectKey}/types`
|
|
930
1618
|
- added resource `/{projectKey}/types/import-containers`
|
|
931
1619
|
- added resource `/{projectKey}/types/import-containers/{importContainerKey}`
|
|
@@ -933,13 +1621,11 @@
|
|
|
933
1621
|
|
|
934
1622
|
<details>
|
|
935
1623
|
<summary>Added Method(s)</summary>
|
|
936
|
-
|
|
937
1624
|
- added method `apiRoot.withProjectKeyValue().types().importContainers().withImportContainerKeyValue().post()`
|
|
938
1625
|
</details>
|
|
939
1626
|
|
|
940
1627
|
<details>
|
|
941
1628
|
<summary>Added Type(s)</summary>
|
|
942
|
-
|
|
943
1629
|
- added type `TypeImportRequest`
|
|
944
1630
|
- added type `TypeTextInputHint`
|
|
945
1631
|
- added type `ResourceTypeId`
|
|
@@ -967,19 +1653,16 @@
|
|
|
967
1653
|
|
|
968
1654
|
<details>
|
|
969
1655
|
<summary>Added QueryParameter(s)</summary>
|
|
970
|
-
|
|
971
1656
|
- added query parameter `resourceTypes` to method `get /{projectKey}`
|
|
972
1657
|
</details>
|
|
973
1658
|
|
|
974
1659
|
<details>
|
|
975
1660
|
<summary>Removed QueryParameter(s)</summary>
|
|
976
|
-
|
|
977
1661
|
- :warning: removed query parameter `resourceType` from method `get /{projectKey}`
|
|
978
1662
|
</details>
|
|
979
1663
|
|
|
980
1664
|
<details>
|
|
981
1665
|
<summary>Added Type(s)</summary>
|
|
982
|
-
|
|
983
1666
|
- added type `SetCountriesChange`
|
|
984
1667
|
- added type `SetPurchaseOrderNumberChange`
|
|
985
1668
|
- added type `StoreCountry`
|
|
@@ -1002,7 +1685,6 @@
|
|
|
1002
1685
|
- [#371](https://github.com/commercetools/commercetools-sdk-typescript/pull/371) [`f6bd1fe`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f6bd1fe02773974d1e95a50a986e846698a95322) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs
|
|
1003
1686
|
|
|
1004
1687
|
#### Summary
|
|
1005
|
-
|
|
1006
1688
|
- The get method of `ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDRequestBuilder` class now supports an optional `stage` property
|
|
1007
1689
|
- [Diff link](packages/platform-sdk/src/generated/client/product-projections/by-project-key-in-store-key-by-store-key-product-projections-by-id-request-builder.ts)
|
|
1008
1690
|
- The get method of `ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyRequestBuilder` class now supports an optional `stage` property
|
|
@@ -1121,18 +1803,15 @@
|
|
|
1121
1803
|
### Minor Changes
|
|
1122
1804
|
|
|
1123
1805
|
- [#291](https://github.com/commercetools/commercetools-sdk-typescript/pull/291) [`cde61f4`](https://github.com/commercetools/commercetools-sdk-typescript/commit/cde61f45563970ca1648496198268976e4f83d8e) Thanks [@github-actions](https://github.com/apps/github-actions)! - ### History API
|
|
1124
|
-
|
|
1125
1806
|
- add support for quotes
|
|
1126
1807
|
- add support for authentication mode
|
|
1127
1808
|
- add product selection support
|
|
1128
1809
|
|
|
1129
1810
|
### Import API
|
|
1130
|
-
|
|
1131
1811
|
- add support for inventory imports
|
|
1132
1812
|
- remove import sink endpoints
|
|
1133
1813
|
|
|
1134
1814
|
### Platform API
|
|
1135
|
-
|
|
1136
1815
|
- add support for quotes
|
|
1137
1816
|
- fix localeProjection query parameter type
|
|
1138
1817
|
- add missing query parameters to product selection assigment
|
|
@@ -1145,11 +1824,9 @@
|
|
|
1145
1824
|
### Patch Changes
|
|
1146
1825
|
|
|
1147
1826
|
- [#258](https://github.com/commercetools/commercetools-sdk-typescript/pull/258) [`ba52d38`](https://github.com/commercetools/commercetools-sdk-typescript/commit/ba52d38a0a00299de61f554ae753cfb984401d79) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs
|
|
1148
|
-
|
|
1149
1827
|
- add support for Standalone Prices
|
|
1150
1828
|
|
|
1151
1829
|
* [#266](https://github.com/commercetools/commercetools-sdk-typescript/pull/266) [`fd29fa7`](https://github.com/commercetools/commercetools-sdk-typescript/commit/fd29fa759f906040d76a889c2d3fbfbdf2ac6617) Thanks [@github-actions](https://github.com/apps/github-actions)! - Platform SDK updates:
|
|
1152
|
-
|
|
1153
1830
|
- Fix /me/email/confirm arguments and return type (https://github.com/commercetools/commercetools-sdk-typescript/issues/274)
|
|
1154
1831
|
|
|
1155
1832
|
## 2.5.0
|
|
@@ -1168,7 +1845,6 @@
|
|
|
1168
1845
|
### Minor Changes
|
|
1169
1846
|
|
|
1170
1847
|
- [#241](https://github.com/commercetools/commercetools-sdk-typescript/pull/241) [`85f5be3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/85f5be349a9b0fa46539259981bfd8d5fc2ffdc6) Thanks [@ajimae](https://github.com/ajimae)! - Releasing the TS SDK with the following changelogs
|
|
1171
|
-
|
|
1172
1848
|
- added functionalities to extend client user agent
|
|
1173
1849
|
- custom field added to OrderFromCardDraft
|
|
1174
1850
|
|