@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
|
@@ -58,5 +58,23 @@ export declare const RemoveWebhooksResponseDataAttributesEnabledEventsItem: {
|
|
|
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 RemoveWebhooksResponseDataAttributesEnabledEventsItem = (typeof RemoveWebhooksResponseDataAttributesEnabledEventsItem)[keyof typeof RemoveWebhooksResponseDataAttributesEnabledEventsItem];
|
|
@@ -59,4 +59,22 @@ export const RemoveWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
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 UpdateWebhooksRequestEnabledEventsItem: {
|
|
|
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 UpdateWebhooksRequestEnabledEventsItem = (typeof UpdateWebhooksRequestEnabledEventsItem)[keyof typeof UpdateWebhooksRequestEnabledEventsItem];
|
|
@@ -59,4 +59,22 @@ export const UpdateWebhooksRequestEnabledEventsItem = {
|
|
|
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 UpdateWebhooksResponseDataAttributesEnabledEventsItem: {
|
|
|
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 UpdateWebhooksResponseDataAttributesEnabledEventsItem = (typeof UpdateWebhooksResponseDataAttributesEnabledEventsItem)[keyof typeof UpdateWebhooksResponseDataAttributesEnabledEventsItem];
|
|
@@ -59,4 +59,22 @@ export const UpdateWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
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 WebhookEnabledEventsItem: {
|
|
|
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 WebhookEnabledEventsItem = (typeof WebhookEnabledEventsItem)[keyof typeof WebhookEnabledEventsItem];
|
|
@@ -59,4 +59,22 @@ export const WebhookEnabledEventsItem = {
|
|
|
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
|
};
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const CreateCustomerAgentsRequestPermissionsItem: core.serialization.Schema<serializers.CreateCustomerAgentsRequestPermissionsItem.Raw, Natural.CreateCustomerAgentsRequestPermissionsItem>;
|
|
5
5
|
export declare namespace CreateCustomerAgentsRequestPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs
CHANGED
|
@@ -19,4 +19,11 @@ export const CreateCustomerAgentsRequestPermissionsItem = core.serialization.enu
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"refunds.create",
|
|
26
|
+
"chargebacks.read",
|
|
27
|
+
"mandates.read",
|
|
28
|
+
"enrollment.read",
|
|
22
29
|
]);
|
|
@@ -21,6 +21,7 @@ export declare namespace ListInvitationsAgentsResponseDataItemAttributes {
|
|
|
21
21
|
acceptedAt?: string | null;
|
|
22
22
|
declinedAt?: string | null;
|
|
23
23
|
cancelReason?: ListInvitationsAgentsResponseDataItemAttributesCancelReason.Raw | null;
|
|
24
|
+
redirectUrl?: string | null;
|
|
24
25
|
tags: Record<string, string>;
|
|
25
26
|
createdAt: string;
|
|
26
27
|
updatedAt: string;
|
|
@@ -18,6 +18,7 @@ export const ListInvitationsAgentsResponseDataItemAttributes = core.serializatio
|
|
|
18
18
|
acceptedAt: core.serialization.string().nullable(),
|
|
19
19
|
declinedAt: core.serialization.string().nullable(),
|
|
20
20
|
cancelReason: ListInvitationsAgentsResponseDataItemAttributesCancelReason.nullable(),
|
|
21
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
21
22
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
22
23
|
createdAt: core.serialization.string(),
|
|
23
24
|
updatedAt: core.serialization.string(),
|
|
@@ -21,6 +21,7 @@ export declare namespace RevokeInvitationAgentsResponseDataAttributes {
|
|
|
21
21
|
acceptedAt?: string | null;
|
|
22
22
|
declinedAt?: string | null;
|
|
23
23
|
cancelReason?: RevokeInvitationAgentsResponseDataAttributesCancelReason.Raw | null;
|
|
24
|
+
redirectUrl?: string | null;
|
|
24
25
|
tags: Record<string, string>;
|
|
25
26
|
createdAt: string;
|
|
26
27
|
updatedAt: string;
|
|
@@ -18,6 +18,7 @@ export const RevokeInvitationAgentsResponseDataAttributes = core.serialization.o
|
|
|
18
18
|
acceptedAt: core.serialization.string().nullable(),
|
|
19
19
|
declinedAt: core.serialization.string().nullable(),
|
|
20
20
|
cancelReason: RevokeInvitationAgentsResponseDataAttributesCancelReason.nullable(),
|
|
21
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
21
22
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
22
23
|
createdAt: core.serialization.string(),
|
|
23
24
|
updatedAt: core.serialization.string(),
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const CreateApiKeysRequestScopesItem: core.serialization.Schema<serializers.CreateApiKeysRequestScopesItem.Raw, Natural.CreateApiKeysRequestScopesItem>;
|
|
5
5
|
export declare namespace CreateApiKeysRequestScopesItem {
|
|
6
|
-
type Raw = "party.read" | "party.update" | "invite.read" | "invite.create" | "invite.update" | "invite.delete" | "membership.create" | "membership.read" | "membership.update" | "membership.delete" | "payments.create" | "payments.read" | "external_parties.create" | "external_parties.read" | "direct.create" | "direct.read" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.delete" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "delegations.read" | "delegations.create" | "delegations.update" | "delegations.delete" | "api_keys.read" | "api_keys.create" | "api_keys.delete" | "agents.read" | "agents.create" | "agents.update" | "agents.delete" | "disputes.read" | "disputes.create";
|
|
6
|
+
type Raw = "party.read" | "party.update" | "invite.read" | "invite.create" | "invite.update" | "invite.delete" | "membership.create" | "membership.read" | "membership.update" | "membership.delete" | "payments.create" | "payments.read" | "external_parties.create" | "external_parties.read" | "direct.create" | "direct.read" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.delete" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "delegations.read" | "delegations.create" | "delegations.update" | "delegations.delete" | "api_keys.read" | "api_keys.create" | "api_keys.delete" | "agents.read" | "agents.create" | "agents.update" | "agents.delete" | "disputes.read" | "disputes.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -40,4 +40,11 @@ export const CreateApiKeysRequestScopesItem = core.serialization.enum_([
|
|
|
40
40
|
"agents.delete",
|
|
41
41
|
"disputes.read",
|
|
42
42
|
"disputes.create",
|
|
43
|
+
"payment_intents.read",
|
|
44
|
+
"card_payments.read",
|
|
45
|
+
"refunds.read",
|
|
46
|
+
"refunds.create",
|
|
47
|
+
"chargebacks.read",
|
|
48
|
+
"mandates.read",
|
|
49
|
+
"enrollment.read",
|
|
43
50
|
]);
|
|
@@ -11,6 +11,7 @@ export declare namespace CreateInvitationsCustomersRequest {
|
|
|
11
11
|
agents: CreateInvitationsCustomersRequestAgentsItem.Raw[];
|
|
12
12
|
expiresAt?: string | null;
|
|
13
13
|
message?: string | null;
|
|
14
|
+
redirectUrl?: string | null;
|
|
14
15
|
tags?: Record<string, string> | null;
|
|
15
16
|
disableNotifications?: CreateInvitationsCustomersRequestDisableNotificationsItem.Raw[] | null;
|
|
16
17
|
}
|
|
@@ -8,6 +8,7 @@ export const CreateInvitationsCustomersRequest = core.serialization.object({
|
|
|
8
8
|
agents: core.serialization.list(CreateInvitationsCustomersRequestAgentsItem),
|
|
9
9
|
expiresAt: core.serialization.date().optional(),
|
|
10
10
|
message: core.serialization.string().optional(),
|
|
11
|
+
redirectUrl: core.serialization.string().optional(),
|
|
11
12
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
12
13
|
disableNotifications: core.serialization.list(CreateInvitationsCustomersRequestDisableNotificationsItem).optional(),
|
|
13
14
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const CreateInvitationsCustomersRequestAgentsItemPermissionsItem: core.serialization.Schema<serializers.CreateInvitationsCustomersRequestAgentsItemPermissionsItem.Raw, Natural.CreateInvitationsCustomersRequestAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace CreateInvitationsCustomersRequestAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -19,4 +19,11 @@ export const CreateInvitationsCustomersRequestAgentsItemPermissionsItem = core.s
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"refunds.create",
|
|
26
|
+
"chargebacks.read",
|
|
27
|
+
"mandates.read",
|
|
28
|
+
"enrollment.read",
|
|
22
29
|
]);
|
|
@@ -21,6 +21,7 @@ export declare namespace CreateInvitationsCustomersResponseDataItemAttributes {
|
|
|
21
21
|
acceptedAt?: string | null;
|
|
22
22
|
declinedAt?: string | null;
|
|
23
23
|
cancelReason?: CreateInvitationsCustomersResponseDataItemAttributesCancelReason.Raw | null;
|
|
24
|
+
redirectUrl?: string | null;
|
|
24
25
|
tags: Record<string, string>;
|
|
25
26
|
createdAt: string;
|
|
26
27
|
updatedAt: string;
|
|
@@ -18,6 +18,7 @@ export const CreateInvitationsCustomersResponseDataItemAttributes = core.seriali
|
|
|
18
18
|
acceptedAt: core.serialization.string().nullable(),
|
|
19
19
|
declinedAt: core.serialization.string().nullable(),
|
|
20
20
|
cancelReason: CreateInvitationsCustomersResponseDataItemAttributesCancelReason.nullable(),
|
|
21
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
21
22
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
22
23
|
createdAt: core.serialization.string(),
|
|
23
24
|
updatedAt: core.serialization.string(),
|
|
@@ -21,6 +21,7 @@ export declare namespace RevokeInvitationCustomersResponseDataAttributes {
|
|
|
21
21
|
acceptedAt?: string | null;
|
|
22
22
|
declinedAt?: string | null;
|
|
23
23
|
cancelReason?: RevokeInvitationCustomersResponseDataAttributesCancelReason.Raw | null;
|
|
24
|
+
redirectUrl?: string | null;
|
|
24
25
|
tags: Record<string, string>;
|
|
25
26
|
createdAt: string;
|
|
26
27
|
updatedAt: string;
|
|
@@ -18,6 +18,7 @@ export const RevokeInvitationCustomersResponseDataAttributes = core.serializatio
|
|
|
18
18
|
acceptedAt: core.serialization.string().nullable(),
|
|
19
19
|
declinedAt: core.serialization.string().nullable(),
|
|
20
20
|
cancelReason: RevokeInvitationCustomersResponseDataAttributesCancelReason.nullable(),
|
|
21
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
21
22
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
22
23
|
createdAt: core.serialization.string(),
|
|
23
24
|
updatedAt: core.serialization.string(),
|
package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts
CHANGED
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const GetEventsResponseDataAttributesEventType: core.serialization.Schema<serializers.GetEventsResponseDataAttributesEventType.Raw, Natural.GetEventsResponseDataAttributesEventType>;
|
|
5
5
|
export declare namespace GetEventsResponseDataAttributesEventType {
|
|
6
|
-
type Raw = "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.settled" | "ach.failed" | "ach.returned" | "realtime.created" | "realtime.processing" | "realtime.settled" | "realtime.failed" | "wire.created" | "wire.processing" | "wire.completed" | "wire.rejected" | "wire.failed" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming" | "mandate.created" | "mandate.revoked";
|
|
6
|
+
type Raw = "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.settled" | "ach.failed" | "ach.returned" | "realtime.created" | "realtime.processing" | "realtime.settled" | "realtime.failed" | "wire.created" | "wire.processing" | "wire.completed" | "wire.rejected" | "wire.failed" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming" | "paymentIntent.completed" | "cardPayment.succeeded" | "cardPayment.failed" | "paymentIntent.canceled" | "cardPayment.created" | "refund.created" | "refund.succeeded" | "refund.failed" | "chargeback.created" | "chargeback.updated" | "chargeback.closed" | "enrollment.applied" | "enrollment.activated" | "enrollment.rejected" | "enrollment.offboarded" | "mandate.created" | "mandate.updated" | "mandate.revoked";
|
|
7
7
|
}
|
package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.mjs
CHANGED
|
@@ -59,6 +59,22 @@ export const GetEventsResponseDataAttributesEventType = core.serialization.enum_
|
|
|
59
59
|
"payment_request.canceled",
|
|
60
60
|
"payment_request.declined",
|
|
61
61
|
"payment_request.incoming",
|
|
62
|
+
"paymentIntent.completed",
|
|
63
|
+
"cardPayment.succeeded",
|
|
64
|
+
"cardPayment.failed",
|
|
65
|
+
"paymentIntent.canceled",
|
|
66
|
+
"cardPayment.created",
|
|
67
|
+
"refund.created",
|
|
68
|
+
"refund.succeeded",
|
|
69
|
+
"refund.failed",
|
|
70
|
+
"chargeback.created",
|
|
71
|
+
"chargeback.updated",
|
|
72
|
+
"chargeback.closed",
|
|
73
|
+
"enrollment.applied",
|
|
74
|
+
"enrollment.activated",
|
|
75
|
+
"enrollment.rejected",
|
|
76
|
+
"enrollment.offboarded",
|
|
62
77
|
"mandate.created",
|
|
78
|
+
"mandate.updated",
|
|
63
79
|
"mandate.revoked",
|
|
64
80
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const ListEventsRequestEventType: core.serialization.Schema<serializers.ListEventsRequestEventType.Raw, Natural.ListEventsRequestEventType>;
|
|
5
5
|
export declare namespace ListEventsRequestEventType {
|
|
6
|
-
type Raw = "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.settled" | "ach.failed" | "ach.returned" | "realtime.created" | "realtime.processing" | "realtime.settled" | "realtime.failed" | "wire.created" | "wire.processing" | "wire.completed" | "wire.rejected" | "wire.failed" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming" | "mandate.created" | "mandate.revoked";
|
|
6
|
+
type Raw = "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.settled" | "ach.failed" | "ach.returned" | "realtime.created" | "realtime.processing" | "realtime.settled" | "realtime.failed" | "wire.created" | "wire.processing" | "wire.completed" | "wire.rejected" | "wire.failed" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming" | "paymentIntent.completed" | "cardPayment.succeeded" | "cardPayment.failed" | "paymentIntent.canceled" | "cardPayment.created" | "refund.created" | "refund.succeeded" | "refund.failed" | "chargeback.created" | "chargeback.updated" | "chargeback.closed" | "enrollment.applied" | "enrollment.activated" | "enrollment.rejected" | "enrollment.offboarded" | "mandate.created" | "mandate.updated" | "mandate.revoked";
|
|
7
7
|
}
|
|
@@ -59,6 +59,22 @@ export const ListEventsRequestEventType = core.serialization.enum_([
|
|
|
59
59
|
"payment_request.canceled",
|
|
60
60
|
"payment_request.declined",
|
|
61
61
|
"payment_request.incoming",
|
|
62
|
+
"paymentIntent.completed",
|
|
63
|
+
"cardPayment.succeeded",
|
|
64
|
+
"cardPayment.failed",
|
|
65
|
+
"paymentIntent.canceled",
|
|
66
|
+
"cardPayment.created",
|
|
67
|
+
"refund.created",
|
|
68
|
+
"refund.succeeded",
|
|
69
|
+
"refund.failed",
|
|
70
|
+
"chargeback.created",
|
|
71
|
+
"chargeback.updated",
|
|
72
|
+
"chargeback.closed",
|
|
73
|
+
"enrollment.applied",
|
|
74
|
+
"enrollment.activated",
|
|
75
|
+
"enrollment.rejected",
|
|
76
|
+
"enrollment.offboarded",
|
|
62
77
|
"mandate.created",
|
|
78
|
+
"mandate.updated",
|
|
63
79
|
"mandate.revoked",
|
|
64
80
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const ListEventsResponseDataItemAttributesEventType: core.serialization.Schema<serializers.ListEventsResponseDataItemAttributesEventType.Raw, Natural.ListEventsResponseDataItemAttributesEventType>;
|
|
5
5
|
export declare namespace ListEventsResponseDataItemAttributesEventType {
|
|
6
|
-
type Raw = "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.settled" | "ach.failed" | "ach.returned" | "realtime.created" | "realtime.processing" | "realtime.settled" | "realtime.failed" | "wire.created" | "wire.processing" | "wire.completed" | "wire.rejected" | "wire.failed" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming" | "mandate.created" | "mandate.revoked";
|
|
6
|
+
type Raw = "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.settled" | "ach.failed" | "ach.returned" | "realtime.created" | "realtime.processing" | "realtime.settled" | "realtime.failed" | "wire.created" | "wire.processing" | "wire.completed" | "wire.rejected" | "wire.failed" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming" | "paymentIntent.completed" | "cardPayment.succeeded" | "cardPayment.failed" | "paymentIntent.canceled" | "cardPayment.created" | "refund.created" | "refund.succeeded" | "refund.failed" | "chargeback.created" | "chargeback.updated" | "chargeback.closed" | "enrollment.applied" | "enrollment.activated" | "enrollment.rejected" | "enrollment.offboarded" | "mandate.created" | "mandate.updated" | "mandate.revoked";
|
|
7
7
|
}
|
|
@@ -59,6 +59,22 @@ export const ListEventsResponseDataItemAttributesEventType = core.serialization.
|
|
|
59
59
|
"payment_request.canceled",
|
|
60
60
|
"payment_request.declined",
|
|
61
61
|
"payment_request.incoming",
|
|
62
|
+
"paymentIntent.completed",
|
|
63
|
+
"cardPayment.succeeded",
|
|
64
|
+
"cardPayment.failed",
|
|
65
|
+
"paymentIntent.canceled",
|
|
66
|
+
"cardPayment.created",
|
|
67
|
+
"refund.created",
|
|
68
|
+
"refund.succeeded",
|
|
69
|
+
"refund.failed",
|
|
70
|
+
"chargeback.created",
|
|
71
|
+
"chargeback.updated",
|
|
72
|
+
"chargeback.closed",
|
|
73
|
+
"enrollment.applied",
|
|
74
|
+
"enrollment.activated",
|
|
75
|
+
"enrollment.rejected",
|
|
76
|
+
"enrollment.offboarded",
|
|
62
77
|
"mandate.created",
|
|
78
|
+
"mandate.updated",
|
|
63
79
|
"mandate.revoked",
|
|
64
80
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const CreateInvitationLinksRequestProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.Raw, Natural.CreateInvitationLinksRequestProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace CreateInvitationLinksRequestProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -19,4 +19,11 @@ export const CreateInvitationLinksRequestProposedAgentsItemPermissionsItem = cor
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"refunds.create",
|
|
26
|
+
"chargebacks.read",
|
|
27
|
+
"mandates.read",
|
|
28
|
+
"enrollment.read",
|
|
22
29
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.Raw, Natural.CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -19,4 +19,11 @@ export const CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermis
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"refunds.create",
|
|
26
|
+
"chargebacks.read",
|
|
27
|
+
"mandates.read",
|
|
28
|
+
"enrollment.read",
|
|
22
29
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.Raw, Natural.GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -19,4 +19,11 @@ export const GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissio
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"refunds.create",
|
|
26
|
+
"chargebacks.read",
|
|
27
|
+
"mandates.read",
|
|
28
|
+
"enrollment.read",
|
|
22
29
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.Raw, Natural.ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -19,4 +19,11 @@ export const ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPerm
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"refunds.create",
|
|
26
|
+
"chargebacks.read",
|
|
27
|
+
"mandates.read",
|
|
28
|
+
"enrollment.read",
|
|
22
29
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.Raw, Natural.RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.balance" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update" | "payment_intents.create" | "payment_intents.read" | "card_payments.read" | "refunds.read" | "refunds.create" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -19,4 +19,11 @@ export const RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermis
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"refunds.create",
|
|
26
|
+
"chargebacks.read",
|
|
27
|
+
"mandates.read",
|
|
28
|
+
"enrollment.read",
|
|
22
29
|
]);
|