Skip to content

Commit c8f87a0

Browse files
committed
build(codegen): updating SDK
1 parent e35b8a2 commit c8f87a0

File tree

2 files changed

+139
-6
lines changed

2 files changed

+139
-6
lines changed

changes.md

Lines changed: 138 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,85 @@
737737
<details>
738738
<summary>Added Type(s)</summary>
739739

740+
- added type `AllowedOrigins`
741+
- added type `Application`
742+
- added type `ApplicationAgreement`
743+
- added type `ApplicationAgreementDraft`
744+
- added type `ApplicationAgreementStatus`
745+
- added type `ApplicationAgreementType`
746+
- added type `ApplicationDraft`
747+
- added type `ApplicationLogo`
748+
- added type `ApplicationMode`
749+
- added type `ApplicationStatus`
750+
- added type `ApplicationUpdateAction`
751+
- added type `ApplicationUpdateActions`
752+
- added type `DiscountsConfiguration`
753+
- added type `PaginatedApplication`
754+
- added type `PaymentsConfiguration`
755+
- added type `AddAllowedOriginUpdateAction`
756+
- added type `AddApplicationAgreementUpdateAction`
757+
- added type `AddCountryUpdateAction`
758+
- added type `RemoveAllowedOriginUpdateAction`
759+
- added type `RemoveApplicationAgreementUpdateAction`
760+
- added type `RemoveCountryUpdateAction`
761+
- added type `ReorderApplicationAgreementUpdateAction`
762+
- added type `SetActivePaymentComponentTypeUpdateAction`
763+
- added type `SetAllowAllOriginsUpdateAction`
764+
- added type `SetAllowedOriginsUpdateAction`
765+
- added type `SetApplicationAgreementNameUpdateAction`
766+
- added type `SetApplicationAgreementStatusUpdateAction`
767+
- added type `SetApplicationAgreementTextUpdateAction`
768+
- added type `SetApplicationAgreementTypeUpdateAction`
769+
- added type `SetApplicationAgreementsUpdateAction`
770+
- added type `SetApplicationLogoUpdateAction`
771+
- added type `SetApplicationNameUpdateAction`
772+
- added type `SetApplicationStatusUpdateAction`
773+
- added type `SetCountriesUpdateAction`
774+
- added type `SetDescriptionUpdateAction`
775+
- added type `SetDiscountsConfigurationUpdateAction`
776+
- added type `SetPaymentReturnUrlUpdateAction`
777+
- added type `SetPaymentsConfigurationUpdateAction`
778+
- added type `CreatedBy`
779+
- added type `LastModifiedBy`
780+
- added type `LocalizedString`
781+
- added type `LocalizedUrl`
782+
- added type `ConcurrentModificationError`
783+
- added type `DuplicateFieldWithConflictingResourceError`
784+
- added type `ErrorResponse`
785+
- added type `InvalidFieldError`
786+
- added type `InvalidOperationError`
787+
- added type `MaxResourceLimitExceededError`
788+
- added type `MissingProjectKeyError`
789+
- added type `ReferencedResourceNotFoundError`
790+
- added type `ServiceUnavailableError`
791+
- added type `SyntaxErrorError`
792+
- added type `AutomatedReversalConfiguration`
793+
- added type `ConnectorDeploymentReference`
794+
- added type `DisplayInfo`
795+
- added type `PaginatedPaymentIntegration`
796+
- added type `PaymentComponentType`
797+
- added type `PaymentIntegration`
798+
- added type `PaymentIntegrationDraft`
799+
- added type `PaymentIntegrationStatus`
800+
- added type `PaymentIntegrationType`
801+
- added type `SortingInfo`
802+
- added type `PaymentIntegrationUpdateAction`
803+
- added type `PaymentIntegrationUpdateActions`
804+
- added type `SetAutomatedReversalConfigurationPredicateUpdateAction`
805+
- added type `SetAutomatedReversalConfigurationStatusUpdateAction`
806+
- added type `SetAutomatedReversalConfigurationUpdateAction`
807+
- added type `SetConnectorDeploymentUpdateAction`
808+
- added type `SetDisplayInfoDescriptionUpdateAction`
809+
- added type `SetDisplayInfoLabelUpdateAction`
810+
- added type `SetDisplayInfoLogoUrlUpdateAction`
811+
- added type `SetDisplayInfoPayButtonTextUpdateAction`
812+
- added type `SetDisplayInfoUpdateAction`
813+
- added type `SetKeyUpdateAction`
814+
- added type `SetNameUpdateAction`
815+
- added type `SetPredicateUpdateAction`
816+
- added type `SetSortingInfoUpdateAction`
817+
- added type `SetStatusUpdateAction`
818+
- added type `SetTypeUpdateAction`
740819
- added type `PaymentIntentReverseAction`
741820
- added type `ConnectorError`
742821
- added type `ErrorLoadingAllPaymentIntegrations`
@@ -800,23 +879,26 @@
800879
<details>
801880
<summary>Added Enum(s)</summary>
802881

882+
- added enum `deployment` to type `ReferenceTypeId`
803883
- added enum `reversePayment` to type `PaymentIntentOperation`
804884
</details>
805885

806886

807887
<details>
808-
<summary>Changed Property(s)</summary>
888+
<summary>Required Property(s)</summary>
809889

810-
- :warning: changed property `action` of type `PaymentIntentCancelAction` from type `string` to `PaymentIntentOperation`
811-
- :warning: changed property `action` of type `PaymentIntentCaptureAction` from type `string` to `PaymentIntentOperation`
812-
- :warning: changed property `action` of type `PaymentIntentRefundAction` from type `string` to `PaymentIntentOperation`
890+
- changed property `detailedErrorMessage` of type `InvalidJsonInputError` to be optional
891+
- :warning: changed property `amount` of type `PaymentIntentRefundAction` to be required
813892
</details>
814893

815894

816895
<details>
817-
<summary>Required Property(s)</summary>
896+
<summary>Changed Property(s)</summary>
818897

819-
- :warning: changed property `amount` of type `PaymentIntentRefundAction` to be required
898+
- :warning: changed property `action` of type `PaymentIntentCancelAction` from type `string` to `PaymentIntentOperation`
899+
- :warning: changed property `action` of type `PaymentIntentCaptureAction` from type `string` to `PaymentIntentOperation`
900+
- :warning: changed property `action` of type `PaymentIntentRefundAction` from type `string` to `PaymentIntentOperation`
901+
- :warning: changed property `application` of type `Transaction` from type `ApplicationResourceIdentifier` to `ApplicationReference`
820902
</details>
821903

822904

@@ -831,6 +913,8 @@
831913
<details>
832914
<summary>Added Property(s)</summary>
833915

916+
- added property `resourceIdentifier` to type `ResourceNotFoundError`
917+
- added property `resourceId` to type `ResourceNotFoundError`
834918
- added property `merchantReference` to type `PaymentIntentCancelAction`
835919
- added property `merchantReference` to type `PaymentIntentCaptureAction`
836920
- added property `transactionId` to type `PaymentIntentRefundAction`
@@ -840,3 +924,51 @@
840924
- added property `payload` to type `PaymentValidationFailed`
841925
</details>
842926

927+
928+
<details>
929+
<summary>Changed MethodResponseBody(s)</summary>
930+
931+
- :warning: changed response body for `400: application/json` of method `post /{projectKey}/transactions` from type `null` to `ErrorResponse`
932+
- :warning: changed response body for `400: application/json` of method `post /{projectKey}/payment-intents/{paymentId}` from type `null` to `ErrorResponse`
933+
- :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/{id}` from type `null` to `ErrorResponse`
934+
- :warning: changed response body for `400: application/json` of method `get /{projectKey}/transactions/key={key}` from type `null` to `ErrorResponse`
935+
</details>
936+
937+
938+
<details>
939+
<summary>Added Method(s)</summary>
940+
941+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->get()`
942+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->post()`
943+
- added method `$apiRoot->withProjectKey()->applications()->get()`
944+
- added method `$apiRoot->withProjectKey()->applications()->post()`
945+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withId()->get()`
946+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withId()->head()`
947+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withId()->post()`
948+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withId()->delete()`
949+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withKey()->get()`
950+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withKey()->post()`
951+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withKey()->head()`
952+
- added method `$apiRoot->withProjectKey()->paymentIntegrations()->withKey()->delete()`
953+
- added method `$apiRoot->withProjectKey()->applications()->withId()->get()`
954+
- added method `$apiRoot->withProjectKey()->applications()->withId()->head()`
955+
- added method `$apiRoot->withProjectKey()->applications()->withId()->post()`
956+
- added method `$apiRoot->withProjectKey()->applications()->withId()->delete()`
957+
- added method `$apiRoot->withProjectKey()->applications()->withKey()->get()`
958+
- added method `$apiRoot->withProjectKey()->applications()->withKey()->post()`
959+
- added method `$apiRoot->withProjectKey()->applications()->withKey()->head()`
960+
- added method `$apiRoot->withProjectKey()->applications()->withKey()->delete()`
961+
</details>
962+
963+
964+
<details>
965+
<summary>Added Resource(s)</summary>
966+
967+
- added resource `/{projectKey}/payment-integrations`
968+
- added resource `/{projectKey}/applications`
969+
- added resource `/{projectKey}/payment-integrations/{id}`
970+
- added resource `/{projectKey}/payment-integrations/key={key}`
971+
- added resource `/{projectKey}/applications/{id}`
972+
- added resource `/{projectKey}/applications/key={key}`
973+
</details>
974+

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,3 +522,4 @@ e5d97cd9fa03ef3c4fe45f051ad8a4a80e690656
522522
85ec5b54fce964cd50dc254ed39d0ab1137076bc
523523
65b14540239650479b1799503b3c9e3180d93186
524524
2e90c8c066eb618de26c10124e1d007cdfc842a4
525+
3999f168839d6e67496250d2c2c83edd7f7f5a59

0 commit comments

Comments
 (0)