@naturalpay/sdk 1.6.13 → 1.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/RevokeInvitationAgentsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +7 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +7 -0
- package/dist/cjs/api/resources/customers/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/customers/client/Client.js +1 -0
- package/dist/cjs/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +3 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/customers/types/RevokeInvitationCustomersResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +16 -0
- package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.js +16 -0
- package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.d.ts +16 -0
- package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.js +16 -0
- package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +16 -0
- package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +16 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/parties/client/Client.d.ts +88 -0
- package/dist/cjs/api/resources/parties/client/Client.js +315 -0
- package/dist/cjs/api/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.d.ts +16 -0
- package/dist/cjs/api/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.js +3 -0
- package/dist/cjs/api/resources/parties/client/requests/GetBrandingForPartyPartiesRequest.d.ts +9 -0
- package/dist/cjs/api/resources/parties/client/requests/GetBrandingForPartyPartiesRequest.js +3 -0
- package/dist/cjs/api/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.d.ts +16 -0
- package/dist/cjs/api/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.js +3 -0
- package/dist/cjs/api/resources/parties/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.d.ts +7 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.js +10 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.d.ts +4 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.js +3 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.d.ts +6 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.js +3 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.d.ts +8 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.js +7 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponse.d.ts +4 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponse.js +3 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponseData.d.ts +6 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponseData.js +3 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.d.ts +5 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.js +7 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponse.d.ts +4 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponse.js +3 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.d.ts +6 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.js +3 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.d.ts +5 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.js +7 -0
- package/dist/cjs/api/resources/parties/types/index.d.ts +13 -0
- package/dist/cjs/api/resources/parties/types/index.js +13 -0
- package/dist/cjs/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.ts +7 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js +7 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.d.ts +8 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.js +3 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.d.ts +9 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.js +3 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.d.ts +5 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.js +8 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.d.ts +8 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.js +3 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.d.ts +9 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.js +3 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.d.ts +5 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.js +8 -0
- package/dist/cjs/api/resources/transactions/types/TxnDetailRels.d.ts +2 -0
- package/dist/cjs/api/resources/transactions/types/TxnRels.d.ts +2 -0
- package/dist/cjs/api/resources/transactions/types/index.d.ts +6 -0
- package/dist/cjs/api/resources/transactions/types/index.js +6 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +18 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +18 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +18 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +18 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +18 -0
- package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +18 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +18 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +18 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +18 -0
- package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.js +18 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +7 -0
- package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.js +1 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.js +16 -0
- package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.js +16 -0
- package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +16 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.d.ts +11 -0
- package/dist/cjs/serialization/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.js +43 -0
- package/dist/cjs/serialization/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.d.ts +10 -0
- package/dist/cjs/serialization/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.js +42 -0
- package/dist/cjs/serialization/resources/parties/client/requests/index.d.ts +2 -0
- package/dist/cjs/serialization/resources/parties/client/requests/index.js +5 -1
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.d.ts +7 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.js +39 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.js +42 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.d.ts +13 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.js +45 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.d.ts +11 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.js +43 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponse.js +42 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseData.d.ts +13 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseData.js +45 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.d.ts +10 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.js +42 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponse.js +42 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.d.ts +13 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.js +45 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.d.ts +10 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.js +42 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/parties/types/index.d.ts +13 -0
- package/dist/cjs/serialization/resources/parties/types/index.js +13 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.d.ts +10 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.js +42 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.d.ts +11 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.js +43 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.js +39 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.d.ts +10 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.js +42 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.d.ts +11 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.js +43 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.js +39 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnDetailRels.d.ts +2 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnDetailRels.js +2 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnRels.d.ts +2 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnRels.js +2 -0
- package/dist/cjs/serialization/resources/transactions/types/index.d.ts +6 -0
- package/dist/cjs/serialization/resources/transactions/types/index.js +6 -0
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +18 -0
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +18 -0
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +18 -0
- package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.js +18 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/RevokeInvitationAgentsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +7 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +7 -0
- package/dist/esm/api/resources/customers/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/customers/client/Client.mjs +1 -0
- package/dist/esm/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +3 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/customers/types/RevokeInvitationCustomersResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +16 -0
- package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +16 -0
- package/dist/esm/api/resources/events/types/ListEventsRequestEventType.d.mts +16 -0
- package/dist/esm/api/resources/events/types/ListEventsRequestEventType.mjs +16 -0
- package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +16 -0
- package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +16 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/parties/client/Client.d.mts +88 -0
- package/dist/esm/api/resources/parties/client/Client.mjs +315 -0
- package/dist/esm/api/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.d.mts +16 -0
- package/dist/esm/api/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.mjs +2 -0
- package/dist/esm/api/resources/parties/client/requests/GetBrandingForPartyPartiesRequest.d.mts +9 -0
- package/dist/esm/api/resources/parties/client/requests/GetBrandingForPartyPartiesRequest.mjs +2 -0
- package/dist/esm/api/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.d.mts +16 -0
- package/dist/esm/api/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.mjs +2 -0
- package/dist/esm/api/resources/parties/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.d.mts +7 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.mjs +7 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.d.mts +4 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.mjs +2 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.d.mts +6 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.mjs +2 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.d.mts +8 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponse.d.mts +4 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponse.mjs +2 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponseData.d.mts +6 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponseData.mjs +2 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.d.mts +5 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponse.d.mts +4 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponse.mjs +2 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.d.mts +6 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.mjs +2 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.d.mts +5 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/parties/types/index.d.mts +13 -0
- package/dist/esm/api/resources/parties/types/index.mjs +13 -0
- package/dist/esm/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.mts +7 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs +7 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.d.mts +8 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.d.mts +9 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.d.mts +5 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.mjs +5 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.d.mts +8 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.d.mts +9 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.d.mts +5 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.mjs +5 -0
- package/dist/esm/api/resources/transactions/types/TxnDetailRels.d.mts +2 -0
- package/dist/esm/api/resources/transactions/types/TxnRels.d.mts +2 -0
- package/dist/esm/api/resources/transactions/types/index.d.mts +6 -0
- package/dist/esm/api/resources/transactions/types/index.mjs +6 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +18 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +18 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +18 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +18 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +18 -0
- package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +18 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +18 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +18 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +18 -0
- package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.mjs +18 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +7 -0
- package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.mjs +1 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +16 -0
- package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.mjs +16 -0
- package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +16 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.d.mts +11 -0
- package/dist/esm/serialization/resources/parties/client/requests/CreateBrandingPhotoUploadPartiesRequest.mjs +7 -0
- package/dist/esm/serialization/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.d.mts +10 -0
- package/dist/esm/serialization/resources/parties/client/requests/UpdateBrandingForPartyPartiesRequest.mjs +6 -0
- package/dist/esm/serialization/resources/parties/client/requests/index.d.mts +2 -0
- package/dist/esm/serialization/resources/parties/client/requests/index.mjs +2 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.d.mts +7 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesRequestContentType.mjs +3 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponse.mjs +6 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.d.mts +13 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.mjs +9 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.d.mts +11 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataAttributes.mjs +7 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponse.mjs +6 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseData.d.mts +13 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseData.mjs +9 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.d.mts +10 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataAttributes.mjs +6 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/parties/types/GetBrandingForPartyPartiesResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponse.mjs +6 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.d.mts +13 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.mjs +9 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.d.mts +10 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataAttributes.mjs +6 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/parties/types/index.d.mts +13 -0
- package/dist/esm/serialization/resources/parties/types/index.mjs +13 -0
- package/dist/esm/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.d.mts +10 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefund.mjs +6 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.d.mts +11 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundData.mjs +7 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsRefundDataType.mjs +3 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.d.mts +10 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefund.mjs +6 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.d.mts +11 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundData.mjs +7 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsRefundDataType.mjs +3 -0
- package/dist/esm/serialization/resources/transactions/types/TxnDetailRels.d.mts +2 -0
- package/dist/esm/serialization/resources/transactions/types/TxnDetailRels.mjs +2 -0
- package/dist/esm/serialization/resources/transactions/types/TxnRels.d.mts +2 -0
- package/dist/esm/serialization/resources/transactions/types/TxnRels.mjs +2 -0
- package/dist/esm/serialization/resources/transactions/types/index.d.mts +6 -0
- package/dist/esm/serialization/resources/transactions/types/index.mjs +6 -0
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +18 -0
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +18 -0
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +18 -0
- package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.mjs +18 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +200 -0
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
export type { CreateBrandingPhotoUploadPartiesRequest } from "./CreateBrandingPhotoUploadPartiesRequest.mjs";
|
|
2
|
+
export type { GetBrandingForPartyPartiesRequest } from "./GetBrandingForPartyPartiesRequest.mjs";
|
|
1
3
|
export type { GetCompliancePartiesRequest } from "./GetCompliancePartiesRequest.mjs";
|
|
2
4
|
export type { ListMembersPartiesRequest } from "./ListMembersPartiesRequest.mjs";
|
|
3
5
|
export type { RemoveMemberPartiesRequest } from "./RemoveMemberPartiesRequest.mjs";
|
|
4
6
|
export type { SetHandlePartiesRequest } from "./SetHandlePartiesRequest.mjs";
|
|
5
7
|
export type { SetLimitsPartiesRequest } from "./SetLimitsPartiesRequest.mjs";
|
|
8
|
+
export type { UpdateBrandingForPartyPartiesRequest } from "./UpdateBrandingForPartyPartiesRequest.mjs";
|
|
6
9
|
export type { UpdMyPartyParams } from "./UpdMyPartyParams.mjs";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/** Avatar image MIME type */
|
|
2
|
+
export declare const CreateBrandingPhotoUploadPartiesRequestContentType: {
|
|
3
|
+
readonly ImageJpeg: "image/jpeg";
|
|
4
|
+
readonly ImagePng: "image/png";
|
|
5
|
+
readonly ImageWebp: "image/webp";
|
|
6
|
+
};
|
|
7
|
+
export type CreateBrandingPhotoUploadPartiesRequestContentType = (typeof CreateBrandingPhotoUploadPartiesRequestContentType)[keyof typeof CreateBrandingPhotoUploadPartiesRequestContentType];
|
package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseData.d.mts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
export interface CreateBrandingPhotoUploadPartiesResponseData {
|
|
3
|
+
type: Natural.CreateBrandingPhotoUploadPartiesResponseDataType;
|
|
4
|
+
id: string;
|
|
5
|
+
attributes: Natural.CreateBrandingPhotoUploadPartiesResponseDataAttributes;
|
|
6
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface CreateBrandingPhotoUploadPartiesResponseDataAttributes {
|
|
2
|
+
/** Presigned S3 POST URL for the avatar upload */
|
|
3
|
+
uploadUrl: string;
|
|
4
|
+
/** Form fields for the presigned S3 POST */
|
|
5
|
+
uploadFields: Record<string, string>;
|
|
6
|
+
/** Opaque avatar object key to pass to completeAvatarUpload */
|
|
7
|
+
objectKey: string;
|
|
8
|
+
}
|
package/dist/esm/api/resources/parties/types/CreateBrandingPhotoUploadPartiesResponseDataType.d.mts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const CreateBrandingPhotoUploadPartiesResponseDataType: {
|
|
2
|
+
readonly PartyAvatarUpload: "partyAvatarUpload";
|
|
3
|
+
};
|
|
4
|
+
export type CreateBrandingPhotoUploadPartiesResponseDataType = (typeof CreateBrandingPhotoUploadPartiesResponseDataType)[keyof typeof CreateBrandingPhotoUploadPartiesResponseDataType];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const GetBrandingForPartyPartiesResponseDataType: {
|
|
2
|
+
readonly PartyBranding: "partyBranding";
|
|
3
|
+
};
|
|
4
|
+
export type GetBrandingForPartyPartiesResponseDataType = (typeof GetBrandingForPartyPartiesResponseDataType)[keyof typeof GetBrandingForPartyPartiesResponseDataType];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
export interface UpdateBrandingForPartyPartiesResponseData {
|
|
3
|
+
type: Natural.UpdateBrandingForPartyPartiesResponseDataType;
|
|
4
|
+
id: string;
|
|
5
|
+
attributes: Natural.UpdateBrandingForPartyPartiesResponseDataAttributes;
|
|
6
|
+
}
|
package/dist/esm/api/resources/parties/types/UpdateBrandingForPartyPartiesResponseDataType.d.mts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const UpdateBrandingForPartyPartiesResponseDataType: {
|
|
2
|
+
readonly PartyBranding: "partyBranding";
|
|
3
|
+
};
|
|
4
|
+
export type UpdateBrandingForPartyPartiesResponseDataType = (typeof UpdateBrandingForPartyPartiesResponseDataType)[keyof typeof UpdateBrandingForPartyPartiesResponseDataType];
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
export * from "./CreateBrandingPhotoUploadPartiesRequestContentType.mjs";
|
|
2
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponse.mjs";
|
|
3
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseData.mjs";
|
|
4
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataAttributes.mjs";
|
|
5
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataType.mjs";
|
|
1
6
|
export * from "./DisableLimitsPartiesResponse.mjs";
|
|
2
7
|
export * from "./DisableLimitsPartiesResponseData.mjs";
|
|
3
8
|
export * from "./DisableLimitsPartiesResponseDataAttributes.mjs";
|
|
4
9
|
export * from "./DisableLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
5
10
|
export * from "./DisableLimitsPartiesResponseDataType.mjs";
|
|
11
|
+
export * from "./GetBrandingForPartyPartiesResponse.mjs";
|
|
12
|
+
export * from "./GetBrandingForPartyPartiesResponseData.mjs";
|
|
13
|
+
export * from "./GetBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
14
|
+
export * from "./GetBrandingForPartyPartiesResponseDataType.mjs";
|
|
6
15
|
export * from "./GetCompliancePartiesResponse.mjs";
|
|
7
16
|
export * from "./GetCompliancePartiesResponseData.mjs";
|
|
8
17
|
export * from "./GetCompliancePartiesResponseDataAttributes.mjs";
|
|
@@ -45,6 +54,10 @@ export * from "./SetLimitsPartiesResponseData.mjs";
|
|
|
45
54
|
export * from "./SetLimitsPartiesResponseDataAttributes.mjs";
|
|
46
55
|
export * from "./SetLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
47
56
|
export * from "./SetLimitsPartiesResponseDataType.mjs";
|
|
57
|
+
export * from "./UpdateBrandingForPartyPartiesResponse.mjs";
|
|
58
|
+
export * from "./UpdateBrandingForPartyPartiesResponseData.mjs";
|
|
59
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
60
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataType.mjs";
|
|
48
61
|
export * from "./UpdatePartiesResponseDataAttributesPersona.mjs";
|
|
49
62
|
export * from "./UpdMyParty.mjs";
|
|
50
63
|
export * from "./UpdMyPartyAttrs.mjs";
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
export * from "./CreateBrandingPhotoUploadPartiesRequestContentType.mjs";
|
|
2
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponse.mjs";
|
|
3
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseData.mjs";
|
|
4
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataAttributes.mjs";
|
|
5
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataType.mjs";
|
|
1
6
|
export * from "./DisableLimitsPartiesResponse.mjs";
|
|
2
7
|
export * from "./DisableLimitsPartiesResponseData.mjs";
|
|
3
8
|
export * from "./DisableLimitsPartiesResponseDataAttributes.mjs";
|
|
4
9
|
export * from "./DisableLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
5
10
|
export * from "./DisableLimitsPartiesResponseDataType.mjs";
|
|
11
|
+
export * from "./GetBrandingForPartyPartiesResponse.mjs";
|
|
12
|
+
export * from "./GetBrandingForPartyPartiesResponseData.mjs";
|
|
13
|
+
export * from "./GetBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
14
|
+
export * from "./GetBrandingForPartyPartiesResponseDataType.mjs";
|
|
6
15
|
export * from "./GetCompliancePartiesResponse.mjs";
|
|
7
16
|
export * from "./GetCompliancePartiesResponseData.mjs";
|
|
8
17
|
export * from "./GetCompliancePartiesResponseDataAttributes.mjs";
|
|
@@ -45,6 +54,10 @@ export * from "./SetLimitsPartiesResponseData.mjs";
|
|
|
45
54
|
export * from "./SetLimitsPartiesResponseDataAttributes.mjs";
|
|
46
55
|
export * from "./SetLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
47
56
|
export * from "./SetLimitsPartiesResponseDataType.mjs";
|
|
57
|
+
export * from "./UpdateBrandingForPartyPartiesResponse.mjs";
|
|
58
|
+
export * from "./UpdateBrandingForPartyPartiesResponseData.mjs";
|
|
59
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
60
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataType.mjs";
|
|
48
61
|
export * from "./UpdatePartiesResponseDataAttributesPersona.mjs";
|
|
49
62
|
export * from "./UpdMyParty.mjs";
|
|
50
63
|
export * from "./UpdMyPartyAttrs.mjs";
|
package/dist/esm/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts
CHANGED
|
@@ -20,4 +20,6 @@ export interface InviteCustomerSimulationsRequest {
|
|
|
20
20
|
type?: Natural.InviteCustomerSimulationsRequestType;
|
|
21
21
|
/** Message stored with each pending invitation. Sandbox does not send an invitation email. */
|
|
22
22
|
message?: string;
|
|
23
|
+
/** Where to send the test customer after they accept and finish setup: an https URL, an app deep link, or an sms: link. */
|
|
24
|
+
redirectUrl?: string;
|
|
23
25
|
}
|
|
@@ -29,6 +29,8 @@ export interface AcceptCustomerInvitationSimulationsResponseDataAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -29,6 +29,8 @@ export interface DeclineCustomerInvitationSimulationsResponseDataAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -17,5 +17,12 @@ export declare const InviteCustomerSimulationsRequestPermissionsItem: {
|
|
|
17
17
|
readonly PartyRead: "party.read";
|
|
18
18
|
readonly PartyUpdate: "party.update";
|
|
19
19
|
readonly PaymentIntentsCreate: "payment_intents.create";
|
|
20
|
+
readonly PaymentIntentsRead: "payment_intents.read";
|
|
21
|
+
readonly CardPaymentsRead: "card_payments.read";
|
|
22
|
+
readonly RefundsRead: "refunds.read";
|
|
23
|
+
readonly RefundsCreate: "refunds.create";
|
|
24
|
+
readonly ChargebacksRead: "chargebacks.read";
|
|
25
|
+
readonly MandatesRead: "mandates.read";
|
|
26
|
+
readonly EnrollmentRead: "enrollment.read";
|
|
20
27
|
};
|
|
21
28
|
export type InviteCustomerSimulationsRequestPermissionsItem = (typeof InviteCustomerSimulationsRequestPermissionsItem)[keyof typeof InviteCustomerSimulationsRequestPermissionsItem];
|
package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs
CHANGED
|
@@ -18,4 +18,11 @@ export const InviteCustomerSimulationsRequestPermissionsItem = {
|
|
|
18
18
|
PartyRead: "party.read",
|
|
19
19
|
PartyUpdate: "party.update",
|
|
20
20
|
PaymentIntentsCreate: "payment_intents.create",
|
|
21
|
+
PaymentIntentsRead: "payment_intents.read",
|
|
22
|
+
CardPaymentsRead: "card_payments.read",
|
|
23
|
+
RefundsRead: "refunds.read",
|
|
24
|
+
RefundsCreate: "refunds.create",
|
|
25
|
+
ChargebacksRead: "chargebacks.read",
|
|
26
|
+
MandatesRead: "mandates.read",
|
|
27
|
+
EnrollmentRead: "enrollment.read",
|
|
21
28
|
};
|
|
@@ -29,6 +29,8 @@ export interface InviteCustomerSimulationsResponseDataItemAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.InviteCustomerSimulationsResponseDataItemAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related refund, when accessible.
|
|
4
|
+
*/
|
|
5
|
+
export interface GetTransactionsResponseDataRelationshipsRefund {
|
|
6
|
+
/** Related resource identifier. */
|
|
7
|
+
data: Natural.GetTransactionsResponseDataRelationshipsRefundData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related resource identifier.
|
|
4
|
+
*/
|
|
5
|
+
export interface GetTransactionsResponseDataRelationshipsRefundData {
|
|
6
|
+
/** Resource type. Always `refund`. */
|
|
7
|
+
type: Natural.GetTransactionsResponseDataRelationshipsRefundDataType;
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/** Resource type. Always `refund`. */
|
|
2
|
+
export declare const GetTransactionsResponseDataRelationshipsRefundDataType: {
|
|
3
|
+
readonly Refund: "refund";
|
|
4
|
+
};
|
|
5
|
+
export type GetTransactionsResponseDataRelationshipsRefundDataType = (typeof GetTransactionsResponseDataRelationshipsRefundDataType)[keyof typeof GetTransactionsResponseDataRelationshipsRefundDataType];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related refund, when accessible.
|
|
4
|
+
*/
|
|
5
|
+
export interface ListTransactionsResponseDataItemRelationshipsRefund {
|
|
6
|
+
/** Related resource identifier. */
|
|
7
|
+
data: Natural.ListTransactionsResponseDataItemRelationshipsRefundData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related resource identifier.
|
|
4
|
+
*/
|
|
5
|
+
export interface ListTransactionsResponseDataItemRelationshipsRefundData {
|
|
6
|
+
/** Resource type. Always `refund`. */
|
|
7
|
+
type: Natural.ListTransactionsResponseDataItemRelationshipsRefundDataType;
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/** Resource type. Always `refund`. */
|
|
2
|
+
export declare const ListTransactionsResponseDataItemRelationshipsRefundDataType: {
|
|
3
|
+
readonly Refund: "refund";
|
|
4
|
+
};
|
|
5
|
+
export type ListTransactionsResponseDataItemRelationshipsRefundDataType = (typeof ListTransactionsResponseDataItemRelationshipsRefundDataType)[keyof typeof ListTransactionsResponseDataItemRelationshipsRefundDataType];
|
|
@@ -8,6 +8,8 @@ export interface TxnDetailRels {
|
|
|
8
8
|
payment?: Natural.TxnDetailPaymentRel;
|
|
9
9
|
/** Related card payment, when accessible. */
|
|
10
10
|
cardPayment?: Natural.GetTransactionsResponseDataRelationshipsCardPayment;
|
|
11
|
+
/** Related refund, when accessible. */
|
|
12
|
+
refund?: Natural.GetTransactionsResponseDataRelationshipsRefund;
|
|
11
13
|
/** Related transfer, when accessible. */
|
|
12
14
|
transfer?: Natural.TxnDetailTransferRel;
|
|
13
15
|
/** Wallet through which this transaction is visible. */
|
|
@@ -8,6 +8,8 @@ export interface TxnRels {
|
|
|
8
8
|
payment?: Natural.TxnPaymentRel;
|
|
9
9
|
/** Related card payment, when accessible. */
|
|
10
10
|
cardPayment?: Natural.ListTransactionsResponseDataItemRelationshipsCardPayment;
|
|
11
|
+
/** Related refund, when accessible. */
|
|
12
|
+
refund?: Natural.ListTransactionsResponseDataItemRelationshipsRefund;
|
|
11
13
|
/** Related transfer, when accessible. */
|
|
12
14
|
transfer?: Natural.TxnTransferRel;
|
|
13
15
|
/** Wallet through which this transaction is visible. */
|
|
@@ -3,6 +3,9 @@ export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
|
3
3
|
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
4
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.mjs";
|
|
5
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.mjs";
|
|
6
|
+
export * from "./GetTransactionsResponseDataRelationshipsRefund.mjs";
|
|
7
|
+
export * from "./GetTransactionsResponseDataRelationshipsRefundData.mjs";
|
|
8
|
+
export * from "./GetTransactionsResponseDataRelationshipsRefundDataType.mjs";
|
|
6
9
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.mjs";
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyDataType.mjs";
|
|
8
11
|
export * from "./GetTransactionsResponseDataRelationshipsWallet.mjs";
|
|
@@ -15,6 +18,9 @@ export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mj
|
|
|
15
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
16
19
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.mjs";
|
|
17
20
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.mjs";
|
|
21
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsRefund.mjs";
|
|
22
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsRefundData.mjs";
|
|
23
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsRefundDataType.mjs";
|
|
18
24
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.mjs";
|
|
19
25
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyDataType.mjs";
|
|
20
26
|
export * from "./ListTransactionsResponseDataItemRelationshipsWallet.mjs";
|
|
@@ -3,6 +3,9 @@ export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
|
3
3
|
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
4
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.mjs";
|
|
5
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.mjs";
|
|
6
|
+
export * from "./GetTransactionsResponseDataRelationshipsRefund.mjs";
|
|
7
|
+
export * from "./GetTransactionsResponseDataRelationshipsRefundData.mjs";
|
|
8
|
+
export * from "./GetTransactionsResponseDataRelationshipsRefundDataType.mjs";
|
|
6
9
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.mjs";
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyDataType.mjs";
|
|
8
11
|
export * from "./GetTransactionsResponseDataRelationshipsWallet.mjs";
|
|
@@ -15,6 +18,9 @@ export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mj
|
|
|
15
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
16
19
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.mjs";
|
|
17
20
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.mjs";
|
|
21
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsRefund.mjs";
|
|
22
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsRefundData.mjs";
|
|
23
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsRefundDataType.mjs";
|
|
18
24
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.mjs";
|
|
19
25
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyDataType.mjs";
|
|
20
26
|
export * from "./ListTransactionsResponseDataItemRelationshipsWallet.mjs";
|
|
@@ -58,5 +58,23 @@ export declare const CreateWebhooksRequestEnabledEventsItem: {
|
|
|
58
58
|
readonly PaymentRequestCanceled: "payment_request.canceled";
|
|
59
59
|
readonly PaymentRequestDeclined: "payment_request.declined";
|
|
60
60
|
readonly PaymentRequestIncoming: "payment_request.incoming";
|
|
61
|
+
readonly PaymentIntentCompleted: "paymentIntent.completed";
|
|
62
|
+
readonly CardPaymentSucceeded: "cardPayment.succeeded";
|
|
63
|
+
readonly CardPaymentFailed: "cardPayment.failed";
|
|
64
|
+
readonly PaymentIntentCanceled: "paymentIntent.canceled";
|
|
65
|
+
readonly CardPaymentCreated: "cardPayment.created";
|
|
66
|
+
readonly RefundCreated: "refund.created";
|
|
67
|
+
readonly RefundSucceeded: "refund.succeeded";
|
|
68
|
+
readonly RefundFailed: "refund.failed";
|
|
69
|
+
readonly ChargebackCreated: "chargeback.created";
|
|
70
|
+
readonly ChargebackUpdated: "chargeback.updated";
|
|
71
|
+
readonly ChargebackClosed: "chargeback.closed";
|
|
72
|
+
readonly EnrollmentApplied: "enrollment.applied";
|
|
73
|
+
readonly EnrollmentActivated: "enrollment.activated";
|
|
74
|
+
readonly EnrollmentRejected: "enrollment.rejected";
|
|
75
|
+
readonly EnrollmentOffboarded: "enrollment.offboarded";
|
|
76
|
+
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
78
|
+
readonly MandateRevoked: "mandate.revoked";
|
|
61
79
|
};
|
|
62
80
|
export type CreateWebhooksRequestEnabledEventsItem = (typeof CreateWebhooksRequestEnabledEventsItem)[keyof typeof CreateWebhooksRequestEnabledEventsItem];
|
|
@@ -59,4 +59,22 @@ export const CreateWebhooksRequestEnabledEventsItem = {
|
|
|
59
59
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
60
60
|
PaymentRequestDeclined: "payment_request.declined",
|
|
61
61
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
62
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
63
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
64
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
65
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
66
|
+
CardPaymentCreated: "cardPayment.created",
|
|
67
|
+
RefundCreated: "refund.created",
|
|
68
|
+
RefundSucceeded: "refund.succeeded",
|
|
69
|
+
RefundFailed: "refund.failed",
|
|
70
|
+
ChargebackCreated: "chargeback.created",
|
|
71
|
+
ChargebackUpdated: "chargeback.updated",
|
|
72
|
+
ChargebackClosed: "chargeback.closed",
|
|
73
|
+
EnrollmentApplied: "enrollment.applied",
|
|
74
|
+
EnrollmentActivated: "enrollment.activated",
|
|
75
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
76
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
77
|
+
MandateCreated: "mandate.created",
|
|
78
|
+
MandateUpdated: "mandate.updated",
|
|
79
|
+
MandateRevoked: "mandate.revoked",
|
|
62
80
|
};
|
|
@@ -58,5 +58,23 @@ export declare const CreateWebhooksResponseDataAttributesEnabledEventsItem: {
|
|
|
58
58
|
readonly PaymentRequestCanceled: "payment_request.canceled";
|
|
59
59
|
readonly PaymentRequestDeclined: "payment_request.declined";
|
|
60
60
|
readonly PaymentRequestIncoming: "payment_request.incoming";
|
|
61
|
+
readonly PaymentIntentCompleted: "paymentIntent.completed";
|
|
62
|
+
readonly CardPaymentSucceeded: "cardPayment.succeeded";
|
|
63
|
+
readonly CardPaymentFailed: "cardPayment.failed";
|
|
64
|
+
readonly PaymentIntentCanceled: "paymentIntent.canceled";
|
|
65
|
+
readonly CardPaymentCreated: "cardPayment.created";
|
|
66
|
+
readonly RefundCreated: "refund.created";
|
|
67
|
+
readonly RefundSucceeded: "refund.succeeded";
|
|
68
|
+
readonly RefundFailed: "refund.failed";
|
|
69
|
+
readonly ChargebackCreated: "chargeback.created";
|
|
70
|
+
readonly ChargebackUpdated: "chargeback.updated";
|
|
71
|
+
readonly ChargebackClosed: "chargeback.closed";
|
|
72
|
+
readonly EnrollmentApplied: "enrollment.applied";
|
|
73
|
+
readonly EnrollmentActivated: "enrollment.activated";
|
|
74
|
+
readonly EnrollmentRejected: "enrollment.rejected";
|
|
75
|
+
readonly EnrollmentOffboarded: "enrollment.offboarded";
|
|
76
|
+
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
78
|
+
readonly MandateRevoked: "mandate.revoked";
|
|
61
79
|
};
|
|
62
80
|
export type CreateWebhooksResponseDataAttributesEnabledEventsItem = (typeof CreateWebhooksResponseDataAttributesEnabledEventsItem)[keyof typeof CreateWebhooksResponseDataAttributesEnabledEventsItem];
|
|
@@ -59,4 +59,22 @@ export const CreateWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
59
59
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
60
60
|
PaymentRequestDeclined: "payment_request.declined",
|
|
61
61
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
62
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
63
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
64
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
65
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
66
|
+
CardPaymentCreated: "cardPayment.created",
|
|
67
|
+
RefundCreated: "refund.created",
|
|
68
|
+
RefundSucceeded: "refund.succeeded",
|
|
69
|
+
RefundFailed: "refund.failed",
|
|
70
|
+
ChargebackCreated: "chargeback.created",
|
|
71
|
+
ChargebackUpdated: "chargeback.updated",
|
|
72
|
+
ChargebackClosed: "chargeback.closed",
|
|
73
|
+
EnrollmentApplied: "enrollment.applied",
|
|
74
|
+
EnrollmentActivated: "enrollment.activated",
|
|
75
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
76
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
77
|
+
MandateCreated: "mandate.created",
|
|
78
|
+
MandateUpdated: "mandate.updated",
|
|
79
|
+
MandateRevoked: "mandate.revoked",
|
|
62
80
|
};
|
|
@@ -58,5 +58,23 @@ export declare const GetWebhooksResponseDataAttributesEnabledEventsItem: {
|
|
|
58
58
|
readonly PaymentRequestCanceled: "payment_request.canceled";
|
|
59
59
|
readonly PaymentRequestDeclined: "payment_request.declined";
|
|
60
60
|
readonly PaymentRequestIncoming: "payment_request.incoming";
|
|
61
|
+
readonly PaymentIntentCompleted: "paymentIntent.completed";
|
|
62
|
+
readonly CardPaymentSucceeded: "cardPayment.succeeded";
|
|
63
|
+
readonly CardPaymentFailed: "cardPayment.failed";
|
|
64
|
+
readonly PaymentIntentCanceled: "paymentIntent.canceled";
|
|
65
|
+
readonly CardPaymentCreated: "cardPayment.created";
|
|
66
|
+
readonly RefundCreated: "refund.created";
|
|
67
|
+
readonly RefundSucceeded: "refund.succeeded";
|
|
68
|
+
readonly RefundFailed: "refund.failed";
|
|
69
|
+
readonly ChargebackCreated: "chargeback.created";
|
|
70
|
+
readonly ChargebackUpdated: "chargeback.updated";
|
|
71
|
+
readonly ChargebackClosed: "chargeback.closed";
|
|
72
|
+
readonly EnrollmentApplied: "enrollment.applied";
|
|
73
|
+
readonly EnrollmentActivated: "enrollment.activated";
|
|
74
|
+
readonly EnrollmentRejected: "enrollment.rejected";
|
|
75
|
+
readonly EnrollmentOffboarded: "enrollment.offboarded";
|
|
76
|
+
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
78
|
+
readonly MandateRevoked: "mandate.revoked";
|
|
61
79
|
};
|
|
62
80
|
export type GetWebhooksResponseDataAttributesEnabledEventsItem = (typeof GetWebhooksResponseDataAttributesEnabledEventsItem)[keyof typeof GetWebhooksResponseDataAttributesEnabledEventsItem];
|
package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs
CHANGED
|
@@ -59,4 +59,22 @@ export const GetWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
59
59
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
60
60
|
PaymentRequestDeclined: "payment_request.declined",
|
|
61
61
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
62
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
63
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
64
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
65
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
66
|
+
CardPaymentCreated: "cardPayment.created",
|
|
67
|
+
RefundCreated: "refund.created",
|
|
68
|
+
RefundSucceeded: "refund.succeeded",
|
|
69
|
+
RefundFailed: "refund.failed",
|
|
70
|
+
ChargebackCreated: "chargeback.created",
|
|
71
|
+
ChargebackUpdated: "chargeback.updated",
|
|
72
|
+
ChargebackClosed: "chargeback.closed",
|
|
73
|
+
EnrollmentApplied: "enrollment.applied",
|
|
74
|
+
EnrollmentActivated: "enrollment.activated",
|
|
75
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
76
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
77
|
+
MandateCreated: "mandate.created",
|
|
78
|
+
MandateUpdated: "mandate.updated",
|
|
79
|
+
MandateRevoked: "mandate.revoked",
|
|
62
80
|
};
|