|
1 | 1 | # @commercetools/importapi-sdk |
2 | 2 |
|
| 3 | +## 6.7.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#1151](https://github.com/commercetools/commercetools-sdk-typescript/pull/1151) [`55ba0ac`](https://github.com/commercetools/commercetools-sdk-typescript/commit/55ba0acd11fbd95b56bb75c93a7310850a95b4b8) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes** |
| 8 | + |
| 9 | + <details> |
| 10 | + <summary>Added Type(s)</summary> |
| 11 | + |
| 12 | + - added type `AssociateRoleKeyReference` |
| 13 | + - added type `BusinessUnitKeyReference` |
| 14 | + - added type `BusinessUnitImportRequest` |
| 15 | + - added type `AssociateRoleInheritanceMode` |
| 16 | + - added type `BusinessUnitStatus` |
| 17 | + - added type `BusinessUnitAssociateMode` |
| 18 | + - added type `BusinessUnitApprovalRuleMode` |
| 19 | + - added type `BusinessUnitStoreMode` |
| 20 | + - added type `BusinessUnitType` |
| 21 | + - added type `AssociateRoleAssignmentDraft` |
| 22 | + - added type `AssociateDraft` |
| 23 | + - added type `BusinessUnitImport` |
| 24 | + - added type `CompanyBusinessUnitImport` |
| 25 | + - added type `DivisionBusinessUnitImport` |
| 26 | + </details> |
| 27 | + |
| 28 | + <details> |
| 29 | + <summary>Added Resource(s)</summary> |
| 30 | + |
| 31 | + - added resource `/{projectKey}/business-units` |
| 32 | + - added resource `/{projectKey}/business-units/import-containers` |
| 33 | + - added resource `/{projectKey}/business-units/import-containers/{importContainerKey}` |
| 34 | + </details> |
| 35 | + |
| 36 | + <details> |
| 37 | + <summary>Added Method(s)</summary> |
| 38 | + |
| 39 | + - added method `apiRoot.withProjectKeyValue().businessUnits().importContainers().withImportContainerKeyValue().post()` |
| 40 | + </details> |
| 41 | + |
| 42 | + <details> |
| 43 | + <summary>Added Enum(s)</summary> |
| 44 | + |
| 45 | + - added enum `business-unit` to type `ImportResourceType` |
| 46 | + - added enum `associate-role` to type `ReferenceType` |
| 47 | + - added enum `business-unit` to type `ReferenceType` |
| 48 | + </details> |
| 49 | + |
| 50 | +### Patch Changes |
| 51 | + |
| 52 | +- Updated dependencies [[`0a6ea36`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0a6ea364b2acd57d5e517ca21511de5f77bca6f0)]: |
| 53 | + - @commercetools/ts-client@4.2.1 |
| 54 | + |
3 | 55 | ## 6.6.0 |
4 | 56 |
|
5 | 57 | ### Minor Changes |
|
0 commit comments