|
1 | 1 | # @commercetools/platform-sdk |
2 | 2 |
|
| 3 | +## 8.11.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#1077](https://github.com/commercetools/commercetools-sdk-typescript/pull/1077) [`a313308`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a3133084bd43b1d74dde3c57c9af1f0a094f939c) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes** |
| 8 | + |
| 9 | + <details> |
| 10 | + <summary>Added Type(s)</summary> |
| 11 | + |
| 12 | + - added type `ExpiredCustomerEmailTokenError` |
| 13 | + - added type `ExpiredCustomerPasswordTokenError` |
| 14 | + - added type `GraphQLExpiredCustomerEmailTokenError` |
| 15 | + - added type `GraphQLExpiredCustomerPasswordTokenError` |
| 16 | + - added type `CheckoutOrderCreationFailedEvent` |
| 17 | + - added type `CheckoutPaymentAuthorizationCancelledEvent` |
| 18 | + - added type `CheckoutPaymentAuthorizationFailedEvent` |
| 19 | + - added type `CheckoutPaymentAuthorizedEvent` |
| 20 | + - added type `CheckoutPaymentCancelAuthorizationFailedEvent` |
| 21 | + - added type `CheckoutPaymentChargeFailedEvent` |
| 22 | + - added type `CheckoutPaymentChargedEvent` |
| 23 | + - added type `CheckoutPaymentRefundFailedEvent` |
| 24 | + - added type `CheckoutPaymentRefundedEvent` |
| 25 | + - added type `CheckoutMessageOrderPayloadBaseData` |
| 26 | + - added type `CheckoutMessagePaymentsPayloadBaseData` |
| 27 | + </details> |
| 28 | + |
| 29 | + <details> |
| 30 | + <summary>Added Property(s)</summary> |
| 31 | + |
| 32 | + - added property `invalidateOlderTokens` to type `CustomerCreateEmailToken` |
| 33 | + - added property `invalidateOlderTokens` to type `CustomerCreatePasswordResetToken` |
| 34 | + - added property `invalidateOlderTokens` to type `CustomerToken` |
| 35 | + - added property `value` to type `CustomerEmailTokenCreatedMessage` |
| 36 | + - added property `invalidateOlderTokens` to type `CustomerEmailTokenCreatedMessage` |
| 37 | + - added property `value` to type `CustomerPasswordTokenCreatedMessage` |
| 38 | + - added property `invalidateOlderTokens` to type `CustomerPasswordTokenCreatedMessage` |
| 39 | + - added property `value` to type `CustomerEmailTokenCreatedMessagePayload` |
| 40 | + - added property `invalidateOlderTokens` to type `CustomerEmailTokenCreatedMessagePayload` |
| 41 | + - added property `value` to type `CustomerPasswordTokenCreatedMessagePayload` |
| 42 | + - added property `invalidateOlderTokens` to type `CustomerPasswordTokenCreatedMessagePayload` |
| 43 | + </details> |
| 44 | + |
| 45 | + <details> |
| 46 | + <summary>Added Enum(s)</summary> |
| 47 | + |
| 48 | + - added enum `checkout` to type `EventSubscriptionResourceTypeId` |
| 49 | + - added enum `CheckoutOrderCreationFailed` to type `EventType` |
| 50 | + - added enum `CheckoutPaymentAuthorizationCancelled` to type `EventType` |
| 51 | + - added enum `CheckoutPaymentAuthorizationFailed` to type `EventType` |
| 52 | + - added enum `CheckoutPaymentAuthorized` to type `EventType` |
| 53 | + - added enum `CheckoutPaymentCancelAuthorizationFailed` to type `EventType` |
| 54 | + - added enum `CheckoutPaymentCharged` to type `EventType` |
| 55 | + - added enum `CheckoutPaymentChargeFailed` to type `EventType` |
| 56 | + - added enum `CheckoutPaymentRefunded` to type `EventType` |
| 57 | + - added enum `CheckoutPaymentRefundFailed` to type `EventType` |
| 58 | + </details> |
| 59 | + |
| 60 | +### Patch Changes |
| 61 | + |
| 62 | +- Updated dependencies [[`2a458b3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2a458b348a705f4a63befb04bd2680de45fe1c13)]: |
| 63 | + - @commercetools/ts-client@3.4.1 |
| 64 | + |
3 | 65 | ## 8.10.0 |
4 | 66 |
|
5 | 67 | ### Minor Changes |
|
0 commit comments