|
9 | 9 | - added type `BestDeal` |
10 | 10 | - added type `DiscountTypeCombination` |
11 | 11 | - added type `Stacking` |
| 12 | +- added type `CartChangePriceRoundingModeAction` |
12 | 13 | - added type `CustomerGroupAssignment` |
13 | 14 | - added type `CustomerGroupAssignmentDraft` |
14 | 15 | - added type `CustomerAddCustomerGroupAssignmentAction` |
|
76 | 77 | - added type `DiscountGroupKeySetMessagePayload` |
77 | 78 | - added type `DiscountGroupSortOrderSetMessagePayload` |
78 | 79 | - added type `OrderBusinessUnitSetMessagePayload` |
| 80 | +- added type `StagedOrderChangePriceRoundingModeAction` |
79 | 81 | - added type `StagedOrderSetBusinessUnitAction` |
80 | 82 | - added type `OrderSetBusinessUnitAction` |
81 | 83 | - added type `ProductTailoringSetProductAttributeAction` |
82 | 84 | - added type `AttributeLevelEnum` |
83 | 85 | - added type `ProductSetProductAttributeAction` |
| 86 | +- added type `ProjectChangePriceRoundingModeAction` |
| 87 | +- added type `ProjectChangeTaxRoundingModeAction` |
84 | 88 | - added type `ShoppingListSetBusinessUnitAction` |
85 | 89 | - added type `EventDeliveryPayload` |
86 | 90 | - added type `EventSubscription` |
|
169 | 173 | - added property `inheritedStores` to type `Division` |
170 | 174 | - added property `discountGroup` to type `CartDiscount` |
171 | 175 | - added property `discountGroup` to type `CartDiscountDraft` |
| 176 | +- added property `priceRoundingMode` to type `Cart` |
172 | 177 | - added property `discountTypeCombination` to type `Cart` |
| 178 | +- added property `priceRoundingMode` to type `CartDraft` |
173 | 179 | - added property `customerGroupAssignments` to type `Customer` |
174 | 180 | - added property `invalidateOlderTokens` to type `CustomerCreateEmailToken` |
175 | 181 | - added property `invalidateOlderTokens` to type `CustomerCreatePasswordResetToken` |
|
185 | 191 | - added property `value` to type `CustomerPasswordTokenCreatedMessagePayload` |
186 | 192 | - added property `invalidateOlderTokens` to type `CustomerPasswordTokenCreatedMessagePayload` |
187 | 193 | - added property `attributes` to type `ProductTailoringCreatedMessagePayload` |
| 194 | +- added property `priceRoundingMode` to type `StagedOrder` |
188 | 195 | - added property `discountTypeCombination` to type `StagedOrder` |
| 196 | +- added property `priceRoundingMode` to type `Order` |
189 | 197 | - added property `discountTypeCombination` to type `Order` |
| 198 | +- added property `priceRoundingMode` to type `OrderImportDraft` |
190 | 199 | - added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams` |
191 | 200 | - added property `attributes` to type `ProductTailoringData` |
192 | 201 | - added property `attributes` to type `ProductTailoringDraft` |
|
198 | 207 | - added property `attributes` to type `ProductDraft` |
199 | 208 | - added property `attributes` to type `ProductProjection` |
200 | 209 | - 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` |
| 210 | +- added property `priceRoundingMode` to type `CartsConfiguration` |
| 211 | +- added property `taxRoundingMode` to type `CartsConfiguration` |
| 212 | +- added property `priceRoundingMode` to type `QuoteRequest` |
| 213 | +- added property `priceRoundingMode` to type `Quote` |
201 | 214 | - added property `businessUnit` to type `ShoppingList` |
202 | 215 | - added property `businessUnit` to type `ShoppingListDraft` |
203 | 216 | - added property `published` to type `ShoppingListLineItem` |
|
0 commit comments