Skip to content

Commit 99d9e66

Browse files
ct-sdks[bot]jenschudekodiakhq[bot]
authored
Update generated SDKs (#1213)
* build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * test: fix test assertion * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK * build(codegen): updating SDK --------- Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com> Co-authored-by: Jens Schulze <jens.schulze@commercetools.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent c665e6d commit 99d9e66

28 files changed

Lines changed: 1519 additions & 1392 deletions

.changeset/changes_api.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
'@commercetools/platform-sdk': minor
3+
---
4+
5+
**Api changes**
6+
7+
<details>
8+
<summary>Added Type(s)</summary>
9+
10+
- added type `CartDiscountSetRecurringOrderScopeAction`
11+
- added type `AnyOrder`
12+
- added type `AnyOrderDraft`
13+
- added type `ApplicableRecurrencePolicies`
14+
- added type `ApplicableRecurrencePoliciesDraft`
15+
- added type `NonRecurringOrdersOnly`
16+
- added type `NonRecurringOrdersOnlyDraft`
17+
- added type `RecurringOrderScope`
18+
- added type `RecurringOrderScopeDraft`
19+
- added type `RecurringOrdersOnly`
20+
- added type `RecurringOrdersOnlyDraft`
21+
</details>
22+
23+
<details>
24+
<summary>Required Property(s)</summary>
25+
26+
- :warning: changed property `deleteDaysAfterLastModification` of type `CartsConfiguration` to be required
27+
- :warning: changed property `deleteDaysAfterLastModification` of type `ShoppingListsConfiguration` to be required
28+
</details>
29+
30+
<details>
31+
<summary>Added Property(s)</summary>
32+
33+
- added property `recurringOrderScope` to type `CartDiscount`
34+
- added property `recurringOrderScope` to type `CartDiscountDraft`
35+
</details>

.changeset/changes_checkout.md

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
---
2+
'@commercetools/checkout-sdk': minor
3+
---
4+
5+
**Checkout changes**
6+
7+
<details>
8+
<summary>Added Type(s)</summary>
9+
10+
- added type `AllowedOrigins`
11+
- added type `Application`
12+
- added type `ApplicationAgreement`
13+
- added type `ApplicationAgreementDraft`
14+
- added type `ApplicationAgreementStatus`
15+
- added type `ApplicationAgreementType`
16+
- added type `ApplicationDraft`
17+
- added type `ApplicationLogo`
18+
- added type `ApplicationMode`
19+
- added type `ApplicationStatus`
20+
- added type `ApplicationUpdateAction`
21+
- added type `ApplicationUpdateActions`
22+
- added type `DiscountsConfiguration`
23+
- added type `PaginatedApplication`
24+
- added type `PaymentsConfiguration`
25+
- added type `AddAllowedOriginUpdateAction`
26+
- added type `AddApplicationAgreementUpdateAction`
27+
- added type `AddCountryUpdateAction`
28+
- added type `RemoveAllowedOriginUpdateAction`
29+
- added type `RemoveApplicationAgreementUpdateAction`
30+
- added type `RemoveCountryUpdateAction`
31+
- added type `ReorderApplicationAgreementUpdateAction`
32+
- added type `SetActivePaymentComponentTypeUpdateAction`
33+
- added type `SetAllowAllOriginsUpdateAction`
34+
- added type `SetAllowedOriginsUpdateAction`
35+
- added type `SetApplicationAgreementNameUpdateAction`
36+
- added type `SetApplicationAgreementStatusUpdateAction`
37+
- added type `SetApplicationAgreementTextUpdateAction`
38+
- added type `SetApplicationAgreementTypeUpdateAction`
39+
- added type `SetApplicationAgreementsUpdateAction`
40+
- added type `SetApplicationLogoUpdateAction`
41+
- added type `SetApplicationNameUpdateAction`
42+
- added type `SetApplicationStatusUpdateAction`
43+
- added type `SetCountriesUpdateAction`
44+
- added type `SetDescriptionUpdateAction`
45+
- added type `SetDiscountsConfigurationUpdateAction`
46+
- added type `SetPaymentReturnUrlUpdateAction`
47+
- added type `SetPaymentsConfigurationUpdateAction`
48+
- added type `CreatedBy`
49+
- added type `LastModifiedBy`
50+
- added type `LocalizedString`
51+
- added type `LocalizedUrl`
52+
- added type `ConcurrentModificationError`
53+
- added type `DuplicateFieldWithConflictingResourceError`
54+
- added type `ErrorResponse`
55+
- added type `InvalidFieldError`
56+
- added type `InvalidOperationError`
57+
- added type `MaxResourceLimitExceededError`
58+
- added type `MissingProjectKeyError`
59+
- added type `ReferencedResourceNotFoundError`
60+
- added type `ServiceUnavailableError`
61+
- added type `SyntaxErrorError`
62+
- added type `AutomatedReversalConfiguration`
63+
- added type `ConnectorDeploymentReference`
64+
- added type `DisplayInfo`
65+
- added type `PaginatedPaymentIntegration`
66+
- added type `PaymentComponentType`
67+
- added type `PaymentIntegration`
68+
- added type `PaymentIntegrationDraft`
69+
- added type `PaymentIntegrationStatus`
70+
- added type `PaymentIntegrationType`
71+
- added type `SortingInfo`
72+
- added type `PaymentIntegrationUpdateAction`
73+
- added type `PaymentIntegrationUpdateActions`
74+
- added type `SetAutomatedReversalConfigurationPredicateUpdateAction`
75+
- added type `SetAutomatedReversalConfigurationStatusUpdateAction`
76+
- added type `SetAutomatedReversalConfigurationUpdateAction`
77+
- added type `SetConnectorDeploymentUpdateAction`
78+
- added type `SetDisplayInfoDescriptionUpdateAction`
79+
- added type `SetDisplayInfoLabelUpdateAction`
80+
- added type `SetDisplayInfoLogoUrlUpdateAction`
81+
- added type `SetDisplayInfoPayButtonTextUpdateAction`
82+
- added type `SetDisplayInfoUpdateAction`
83+
- added type `SetKeyUpdateAction`
84+
- added type `SetNameUpdateAction`
85+
- added type `SetPredicateUpdateAction`
86+
- added type `SetSortingInfoUpdateAction`
87+
- added type `SetStatusUpdateAction`
88+
- added type `SetTypeUpdateAction`
89+
- added type `ExpressContainerNotFound`
90+
- added type `ExpressMultipleContainersFound`
91+
- added type `ExpressPaymentCancelled`
92+
- added type `ExpressPaymentCompleted`
93+
- added type `ExpressPaymentFailed`
94+
- added type `ExpressPaymentIntegrationNotAvailable`
95+
- added type `ExpressPaymentInterrupted`
96+
- added type `ExpressPaymentStarted`
97+
- added type `NoExpressPaymentIntegrations`
98+
</details>
99+
100+
<details>
101+
<summary>Added Enum(s)</summary>
102+
103+
- added enum `deployment` to type `ReferenceTypeId`
104+
</details>
105+
106+
<details>
107+
<summary>Required Property(s)</summary>
108+
109+
- changed property `detailedErrorMessage` of type `InvalidJsonInputError` to be optional
110+
</details>
111+
112+
<details>
113+
<summary>Changed Property(s)</summary>
114+
115+
- :warning: changed property `application` of type `Transaction` from type `ApplicationResourceIdentifier` to `ApplicationReference`
116+
</details>
117+
118+
<details>
119+
<summary>Added Property(s)</summary>
120+
121+
- added property `resourceIdentifier` to type `ResourceNotFoundError`
122+
- added property `resourceId` to type `ResourceNotFoundError`
123+
</details>
124+
125+
<details>
126+
<summary>Changed MethodResponseBody(s)</summary>
127+
128+
- :warning: changed response body for `400: application/json` of method `post /{projectKey}/transactions` from type `null` to `ErrorResponse`
129+
- :warning: changed response body for `400: application/json` of method `post /{projectKey}/payment-intents/{paymentId}` from type `null` to `ErrorResponse`
130+
- :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/{id}` from type `null` to `ErrorResponse`
131+
- :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/key={key}` from type `null` to `ErrorResponse`
132+
</details>
133+
134+
<details>
135+
<summary>Added Method(s)</summary>
136+
137+
- added method `apiRoot.withProjectKey().paymentIntegrations().get()`
138+
- added method `apiRoot.withProjectKey().paymentIntegrations().post()`
139+
- added method `apiRoot.withProjectKey().applications().get()`
140+
- added method `apiRoot.withProjectKey().applications().post()`
141+
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().get()`
142+
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().head()`
143+
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().post()`
144+
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().delete()`
145+
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().get()`
146+
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().post()`
147+
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().head()`
148+
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().delete()`
149+
- added method `apiRoot.withProjectKey().applications().withId().get()`
150+
- added method `apiRoot.withProjectKey().applications().withId().head()`
151+
- added method `apiRoot.withProjectKey().applications().withId().post()`
152+
- added method `apiRoot.withProjectKey().applications().withId().delete()`
153+
- added method `apiRoot.withProjectKey().applications().withKey().get()`
154+
- added method `apiRoot.withProjectKey().applications().withKey().post()`
155+
- added method `apiRoot.withProjectKey().applications().withKey().head()`
156+
- added method `apiRoot.withProjectKey().applications().withKey().delete()`
157+
</details>
158+
159+
<details>
160+
<summary>Added Resource(s)</summary>
161+
162+
- added resource `/{projectKey}/payment-integrations`
163+
- added resource `/{projectKey}/applications`
164+
- added resource `/{projectKey}/payment-integrations/{id}`
165+
- added resource `/{projectKey}/payment-integrations/key={key}`
166+
- added resource `/{projectKey}/applications/{id}`
167+
- added resource `/{projectKey}/applications/key={key}`
168+
</details>

0 commit comments

Comments
 (0)