|
1 | 1 | # @commercetools/importapi-sdk |
2 | 2 |
|
| 3 | +## 6.5.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#1123](https://github.com/commercetools/commercetools-sdk-typescript/pull/1123) [`0bf8af3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0bf8af3f386de0bed5878754a79bd6cdf769d9b5) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes** |
| 8 | + |
| 9 | + <details> |
| 10 | + <summary>Added Enum(s)</summary> |
| 11 | + |
| 12 | + - added enum `product-selection` to type `ImportResourceType` |
| 13 | + </details> |
| 14 | + |
| 15 | + <details> |
| 16 | + <summary>Added Property(s)</summary> |
| 17 | + |
| 18 | + - added property `retentionPolicy` to type `ImportContainer` |
| 19 | + - added property `expiresAt` to type `ImportContainer` |
| 20 | + - added property `retentionPolicy` to type `ImportContainerDraft` |
| 21 | + </details> |
| 22 | + |
| 23 | + <details> |
| 24 | + <summary>Changed Property(s)</summary> |
| 25 | + |
| 26 | + - :warning: changed property `country` of type `ExternalTaxRateDraft` from type `string` to `CountryCode` |
| 27 | + - :warning: changed property `value` of type `MoneySetField` from type `Money[]` to `TypedMoney[]` |
| 28 | + </details> |
| 29 | + |
| 30 | + <details> |
| 31 | + <summary>Added Method(s)</summary> |
| 32 | + |
| 33 | + - added method `apiRoot.withProjectKeyValue().productSelections().importContainers().withImportContainerKeyValue().post()` |
| 34 | + </details> |
| 35 | + |
| 36 | + <details> |
| 37 | + <summary>Added Type(s)</summary> |
| 38 | + |
| 39 | + - added type `StrategyEnum` |
| 40 | + - added type `RetentionPolicy` |
| 41 | + - added type `TimeToLiveConfig` |
| 42 | + - added type `TimeToLiveRetentionPolicy` |
| 43 | + - added type `ProductSelectionImportRequest` |
| 44 | + - added type `VariantSelectionType` |
| 45 | + - added type `VariantSelection` |
| 46 | + - added type `VariantExclusion` |
| 47 | + - added type `ProductSelectionAssignment` |
| 48 | + - added type `ProductSelectionMode` |
| 49 | + - added type `ProductSelectionImport` |
| 50 | + </details> |
| 51 | + |
| 52 | + <details> |
| 53 | + <summary>Added Resource(s)</summary> |
| 54 | + |
| 55 | + - added resource `/{projectKey}/product-selections` |
| 56 | + - added resource `/{projectKey}/product-selections/import-containers` |
| 57 | + - added resource `/{projectKey}/product-selections/import-containers/{importContainerKey}` |
| 58 | + </details> |
| 59 | + |
| 60 | +### Patch Changes |
| 61 | + |
| 62 | +- Updated dependencies [[`98415e1`](https://github.com/commercetools/commercetools-sdk-typescript/commit/98415e159e68fc59d7fcdb11cd406e9995fa4430)]: |
| 63 | + - @commercetools/ts-client@4.0.0 |
| 64 | + |
3 | 65 | ## 6.4.0 |
4 | 66 |
|
5 | 67 | ### Minor Changes |
|
0 commit comments