Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .changeset/changes_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
'@commercetools/platform-sdk': minor
---

**Api changes**

<details>
<summary>Added Type(s)</summary>

- added type `CartDiscountSetRecurringOrderScopeAction`
- added type `AnyOrder`
- added type `AnyOrderDraft`
- added type `ApplicableRecurrencePolicies`
- added type `ApplicableRecurrencePoliciesDraft`
- added type `NonRecurringOrdersOnly`
- added type `NonRecurringOrdersOnlyDraft`
- added type `RecurringOrderScope`
- added type `RecurringOrderScopeDraft`
- added type `RecurringOrdersOnly`
- added type `RecurringOrdersOnlyDraft`
</details>

<details>
<summary>Required Property(s)</summary>

- :warning: changed property `deleteDaysAfterLastModification` of type `CartsConfiguration` to be required
- :warning: changed property `deleteDaysAfterLastModification` of type `ShoppingListsConfiguration` to be required
</details>

<details>
<summary>Added Property(s)</summary>

- added property `recurringOrderScope` to type `CartDiscount`
- added property `recurringOrderScope` to type `CartDiscountDraft`
</details>
168 changes: 168 additions & 0 deletions .changeset/changes_checkout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
---
'@commercetools/checkout-sdk': minor
---

**Checkout changes**

<details>
<summary>Added Type(s)</summary>

- added type `AllowedOrigins`
- added type `Application`
- added type `ApplicationAgreement`
- added type `ApplicationAgreementDraft`
- added type `ApplicationAgreementStatus`
- added type `ApplicationAgreementType`
- added type `ApplicationDraft`
- added type `ApplicationLogo`
- added type `ApplicationMode`
- added type `ApplicationStatus`
- added type `ApplicationUpdateAction`
- added type `ApplicationUpdateActions`
- added type `DiscountsConfiguration`
- added type `PaginatedApplication`
- added type `PaymentsConfiguration`
- added type `AddAllowedOriginUpdateAction`
- added type `AddApplicationAgreementUpdateAction`
- added type `AddCountryUpdateAction`
- added type `RemoveAllowedOriginUpdateAction`
- added type `RemoveApplicationAgreementUpdateAction`
- added type `RemoveCountryUpdateAction`
- added type `ReorderApplicationAgreementUpdateAction`
- added type `SetActivePaymentComponentTypeUpdateAction`
- added type `SetAllowAllOriginsUpdateAction`
- added type `SetAllowedOriginsUpdateAction`
- added type `SetApplicationAgreementNameUpdateAction`
- added type `SetApplicationAgreementStatusUpdateAction`
- added type `SetApplicationAgreementTextUpdateAction`
- added type `SetApplicationAgreementTypeUpdateAction`
- added type `SetApplicationAgreementsUpdateAction`
- added type `SetApplicationLogoUpdateAction`
- added type `SetApplicationNameUpdateAction`
- added type `SetApplicationStatusUpdateAction`
- added type `SetCountriesUpdateAction`
- added type `SetDescriptionUpdateAction`
- added type `SetDiscountsConfigurationUpdateAction`
- added type `SetPaymentReturnUrlUpdateAction`
- added type `SetPaymentsConfigurationUpdateAction`
- added type `CreatedBy`
- added type `LastModifiedBy`
- added type `LocalizedString`
- added type `LocalizedUrl`
- added type `ConcurrentModificationError`
- added type `DuplicateFieldWithConflictingResourceError`
- added type `ErrorResponse`
- added type `InvalidFieldError`
- added type `InvalidOperationError`
- added type `MaxResourceLimitExceededError`
- added type `MissingProjectKeyError`
- added type `ReferencedResourceNotFoundError`
- added type `ServiceUnavailableError`
- added type `SyntaxErrorError`
- added type `AutomatedReversalConfiguration`
- added type `ConnectorDeploymentReference`
- added type `DisplayInfo`
- added type `PaginatedPaymentIntegration`
- added type `PaymentComponentType`
- added type `PaymentIntegration`
- added type `PaymentIntegrationDraft`
- added type `PaymentIntegrationStatus`
- added type `PaymentIntegrationType`
- added type `SortingInfo`
- added type `PaymentIntegrationUpdateAction`
- added type `PaymentIntegrationUpdateActions`
- added type `SetAutomatedReversalConfigurationPredicateUpdateAction`
- added type `SetAutomatedReversalConfigurationStatusUpdateAction`
- added type `SetAutomatedReversalConfigurationUpdateAction`
- added type `SetConnectorDeploymentUpdateAction`
- added type `SetDisplayInfoDescriptionUpdateAction`
- added type `SetDisplayInfoLabelUpdateAction`
- added type `SetDisplayInfoLogoUrlUpdateAction`
- added type `SetDisplayInfoPayButtonTextUpdateAction`
- added type `SetDisplayInfoUpdateAction`
- added type `SetKeyUpdateAction`
- added type `SetNameUpdateAction`
- added type `SetPredicateUpdateAction`
- added type `SetSortingInfoUpdateAction`
- added type `SetStatusUpdateAction`
- added type `SetTypeUpdateAction`
- added type `ExpressContainerNotFound`
- added type `ExpressMultipleContainersFound`
- added type `ExpressPaymentCancelled`
- added type `ExpressPaymentCompleted`
- added type `ExpressPaymentFailed`
- added type `ExpressPaymentIntegrationNotAvailable`
- added type `ExpressPaymentInterrupted`
- added type `ExpressPaymentStarted`
- added type `NoExpressPaymentIntegrations`
</details>

<details>
<summary>Added Enum(s)</summary>

- added enum `deployment` to type `ReferenceTypeId`
</details>

<details>
<summary>Required Property(s)</summary>

- changed property `detailedErrorMessage` of type `InvalidJsonInputError` to be optional
</details>

<details>
<summary>Changed Property(s)</summary>

- :warning: changed property `application` of type `Transaction` from type `ApplicationResourceIdentifier` to `ApplicationReference`
</details>

<details>
<summary>Added Property(s)</summary>

- added property `resourceIdentifier` to type `ResourceNotFoundError`
- added property `resourceId` to type `ResourceNotFoundError`
</details>

<details>
<summary>Changed MethodResponseBody(s)</summary>

- :warning: changed response body for `400: application/json` of method `post /{projectKey}/transactions` from type `null` to `ErrorResponse`
- :warning: changed response body for `400: application/json` of method `post /{projectKey}/payment-intents/{paymentId}` from type `null` to `ErrorResponse`
- :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/{id}` from type `null` to `ErrorResponse`
- :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/key={key}` from type `null` to `ErrorResponse`
</details>

<details>
<summary>Added Method(s)</summary>

- added method `apiRoot.withProjectKey().paymentIntegrations().get()`
- added method `apiRoot.withProjectKey().paymentIntegrations().post()`
- added method `apiRoot.withProjectKey().applications().get()`
- added method `apiRoot.withProjectKey().applications().post()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().get()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().head()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().post()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withId().delete()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().get()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().post()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().head()`
- added method `apiRoot.withProjectKey().paymentIntegrations().withKey().delete()`
- added method `apiRoot.withProjectKey().applications().withId().get()`
- added method `apiRoot.withProjectKey().applications().withId().head()`
- added method `apiRoot.withProjectKey().applications().withId().post()`
- added method `apiRoot.withProjectKey().applications().withId().delete()`
- added method `apiRoot.withProjectKey().applications().withKey().get()`
- added method `apiRoot.withProjectKey().applications().withKey().post()`
- added method `apiRoot.withProjectKey().applications().withKey().head()`
- added method `apiRoot.withProjectKey().applications().withKey().delete()`
</details>

<details>
<summary>Added Resource(s)</summary>

- added resource `/{projectKey}/payment-integrations`
- added resource `/{projectKey}/applications`
- added resource `/{projectKey}/payment-integrations/{id}`
- added resource `/{projectKey}/payment-integrations/key={key}`
- added resource `/{projectKey}/applications/{id}`
- added resource `/{projectKey}/applications/key={key}`
</details>
Loading