Skip to content

Commit 934fcda

Browse files
authored
build(codegen): updating SDK (#1303)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent db80682 commit 934fcda

5 files changed

Lines changed: 164 additions & 0 deletions

File tree

.changeset/changes_api.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
'@commercetools/platform-sdk': minor
3+
---
4+
5+
**Api changes**
6+
7+
<details>
8+
<summary>Added Enum(s)</summary>
9+
10+
- added enum `ReserveOnCart` to type `InventoryMode`
11+
- added enum `reservation` to type `ReferenceTypeId`
12+
- added enum `reservation` to type `ResourceTypeId`
13+
</details>
14+
15+
<details>
16+
<summary>Added Type(s)</summary>
17+
18+
- added type `ReservationReference`
19+
- added type `CartSetReservationExpirationInMinutesAction`
20+
- added type `NonStandardCurrency`
21+
- added type `CircularDependencyError`
22+
- added type `ExtensionChainTooDeepError`
23+
- added type `ExtensionChainTooWideError`
24+
- added type `ExtensionDependencyExistsError`
25+
- added type `LineItemQuantityAboveLimitError`
26+
- added type `LineItemQuantityBelowLimitError`
27+
- added type `MissingDependencyError`
28+
- added type `GraphQLCircularDependencyError`
29+
- added type `GraphQLExtensionChainTooDeepError`
30+
- added type `GraphQLExtensionChainTooWideError`
31+
- added type `GraphQLExtensionDependencyExistsError`
32+
- added type `GraphQLLineItemQuantityAboveLimitError`
33+
- added type `GraphQLLineItemQuantityBelowLimitError`
34+
- added type `GraphQLMissingDependencyError`
35+
- added type `ExtensionAdditionalContext`
36+
- added type `ExtensionAdditionalContextDraft`
37+
- added type `ExtensionReference`
38+
- added type `ExtensionResourceIdentifier`
39+
- added type `ExtensionSetAdditionalContextAction`
40+
- added type `ExtensionSetDependenciesAction`
41+
- added type `ExtensionSetExpansionPathsAction`
42+
- added type `InventoryEntryStockLevels`
43+
- added type `InventoryEntrySetReorderPointAction`
44+
- added type `InventoryEntrySetReservationExpirationInMinutesAction`
45+
- added type `InventoryEntrySetSafetyStockAction`
46+
- added type `InventoryEntryOutOfStockMessage`
47+
- added type `InventoryEntryReorderPointMessage`
48+
- added type `InventoryEntryReservationExpirationInMinutesSetMessage`
49+
- added type `InventoryEntrySafetyStockMessage`
50+
- added type `InventoryEntryOutOfStockMessagePayload`
51+
- added type `InventoryEntryReorderPointMessagePayload`
52+
- added type `InventoryEntryReservationExpirationInMinutesSetMessagePayload`
53+
- added type `InventoryEntrySafetyStockMessagePayload`
54+
- added type `InventoryConfiguration`
55+
- added type `ProjectSetReleaseExpiredReservationsAction`
56+
- added type `ProjectSetReservationExpirationInMinutesAction`
57+
- added type `Reservation`
58+
- added type `ReservationState`
59+
- added type `CannotChangeReservationExpiryWarning`
60+
- added type `CannotCreateReservationWarning`
61+
- added type `CannotUpdateReservationWarning`
62+
</details>
63+
64+
<details>
65+
<summary>Added Property(s)</summary>
66+
67+
- added property `warnings` to type `Cart`
68+
- added property `reservation` to type `LineItem`
69+
- added property `dependencies` to type `Extension`
70+
- added property `expansionPaths` to type `Extension`
71+
- added property `additionalContext` to type `Extension`
72+
- added property `dependencies` to type `ExtensionDraft`
73+
- added property `expansionPaths` to type `ExtensionDraft`
74+
- added property `additionalContext` to type `ExtensionDraft`
75+
- added property `oldResource` to type `ExtensionInput`
76+
- added property `reservationExpirationInMinutes` to type `InventoryEntry`
77+
- added property `stockLevels` to type `InventoryEntry`
78+
- added property `reservationExpirationInMinutes` to type `InventoryEntryDraft`
79+
- added property `stockLevels` to type `InventoryEntryDraft`
80+
- added property `inventory` to type `Project`
81+
</details>

.changeset/changes_checkout.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@commercetools/checkout-sdk': minor
3+
---
4+
5+
**Checkout changes**
6+
7+
<details>
8+
<summary>Added Enum(s)</summary>
9+
10+
- added enum `eu-central-1.aws` to type `Region`
11+
- added enum `us-east-2.aws` to type `Region`
12+
</details>
13+
14+
<details>
15+
<summary>Removed Type(s)</summary>
16+
17+
- :warning: removed type `SetConnectorDeploymentUpdateAction`
18+
</details>

.changeset/changes_history.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
'@commercetools/history-sdk': minor
3+
---
4+
5+
**History changes**
6+
7+
<details>
8+
<summary>Added Enum(s)</summary>
9+
10+
- added enum `setReservationExpirationInMinutes` to type `UpdateType`
11+
</details>
12+
13+
<details>
14+
<summary>Added Type(s)</summary>
15+
16+
- added type `SetTransactionInterfaceIdChange`
17+
</details>
18+
19+
<details>
20+
<summary>Added Property(s)</summary>
21+
22+
- added property `catalogData` to type `ChangeLocalizedNameChange`
23+
- added property `catalogData` to type `SetLocalizedDescriptionChange`
24+
</details>

.changeset/changes_import.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
'@commercetools/importapi-sdk': minor
3+
---
4+
5+
**Import changes**
6+
7+
<details>
8+
<summary>Added Resource(s)</summary>
9+
10+
- added resource `/{projectKey}/product-tailorings`
11+
- added resource `/{projectKey}/product-tailorings/import-containers`
12+
- added resource `/{projectKey}/product-tailorings/import-containers/{importContainerKey}`
13+
</details>
14+
15+
<details>
16+
<summary>Added Enum(s)</summary>
17+
18+
- added enum `product-tailoring` to type `ImportResourceType`
19+
</details>
20+
21+
<details>
22+
<summary>Added Type(s)</summary>
23+
24+
- added type `ProductTailoringImportRequest`
25+
- added type `ProductVariantTailoringImport`
26+
- added type `ProductTailoringImport`
27+
</details>
28+
29+
<details>
30+
<summary>Added Method(s)</summary>
31+
32+
- added method `apiRoot.withProjectKeyValue().productTailorings().importContainers().withImportContainerKeyValue().post()`
33+
</details>
34+
35+
<details>
36+
<summary>Added Property(s)</summary>
37+
38+
- added property `reservationExpirationInMinutes` to type `InventoryImport`
39+
- added property `active` to type `StandalonePriceImport`
40+
</details>

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,3 +527,4 @@ b079eb79b31912abbf6e28be6f2348e54a440110
527527
0b1cc05e1e5fba20c2e9f66b1dc6f4c720c8e75a
528528
f9cc6c487014f23d946d77973ea9b8ca04427b99
529529
f3953bd6897e754279670079ed10ee1423e80b7a
530+
25764c6fb8144de8c9e1d9644baf6da6c15eae37

0 commit comments

Comments
 (0)