|
1 | 1 | # @commercetools/importapi-sdk |
2 | 2 |
|
| 3 | +## 6.9.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#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** |
| 8 | + |
| 9 | + <details> |
| 10 | + <summary>Required Property(s)</summary> |
| 11 | + - changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional |
| 12 | + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional |
| 13 | + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional |
| 14 | + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional |
| 15 | + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional |
| 16 | + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional |
| 17 | + - changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional |
| 18 | + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional |
| 19 | + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional |
| 20 | + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional |
| 21 | + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional |
| 22 | + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional |
| 23 | + </details> |
| 24 | + |
| 25 | + <details> |
| 26 | + <summary>Added Property(s)</summary> |
| 27 | + - added property `interfaceId` to type `MyTransactionDraft` |
| 28 | + - added property `interfaceId` to type `Transaction` |
| 29 | + - added property `interfaceId` to type `TransactionDraft` |
| 30 | + </details> |
| 31 | + |
| 32 | + <details> |
| 33 | + <summary>Added Type(s)</summary> |
| 34 | + - added type `PaymentTransactionInterfaceIdSetMessage` |
| 35 | + - added type `PaymentTransactionInterfaceIdSetMessagePayload` |
| 36 | + - added type `PaymentSetTransactionInterfaceIdAction` |
| 37 | + </details> |
| 38 | + |
| 39 | +- [#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 |
| 40 | + |
| 41 | +### Patch Changes |
| 42 | + |
| 43 | +- Updated dependencies [[`e2fb7fd`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e2fb7fd778f849f2a1da7f5abf0643c699bb8968), [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]: |
| 44 | + - @commercetools/ts-client@4.4.0 |
| 45 | + |
3 | 46 | ## 6.8.0 |
4 | 47 |
|
5 | 48 | ### Minor Changes |
|
0 commit comments