@naturalpay/sdk 1.6.13 → 1.6.14
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 +6 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +6 -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 +6 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +6 -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 +6 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +6 -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 +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +6 -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 +6 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js +6 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.ts +2 -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 +6 -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 +6 -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 +6 -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 +6 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +6 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +6 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +6 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +6 -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 +6 -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/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 +6 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +6 -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 +6 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +6 -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 +6 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +6 -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 +6 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +6 -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 +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.mts +2 -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 +6 -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 +6 -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 +6 -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 +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +6 -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 +6 -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/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
package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const CreateWebhooksRequestEnabledEventsItem: core.serialization.Schema<serializers.CreateWebhooksRequestEnabledEventsItem.Raw, Natural.CreateWebhooksRequestEnabledEventsItem>;
|
|
5
5
|
export declare namespace CreateWebhooksRequestEnabledEventsItem {
|
|
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";
|
|
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/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js
CHANGED
|
@@ -96,4 +96,22 @@ exports.CreateWebhooksRequestEnabledEventsItem = core.serialization.enum_([
|
|
|
96
96
|
"payment_request.canceled",
|
|
97
97
|
"payment_request.declined",
|
|
98
98
|
"payment_request.incoming",
|
|
99
|
+
"paymentIntent.completed",
|
|
100
|
+
"cardPayment.succeeded",
|
|
101
|
+
"cardPayment.failed",
|
|
102
|
+
"paymentIntent.canceled",
|
|
103
|
+
"cardPayment.created",
|
|
104
|
+
"refund.created",
|
|
105
|
+
"refund.succeeded",
|
|
106
|
+
"refund.failed",
|
|
107
|
+
"chargeback.created",
|
|
108
|
+
"chargeback.updated",
|
|
109
|
+
"chargeback.closed",
|
|
110
|
+
"enrollment.applied",
|
|
111
|
+
"enrollment.activated",
|
|
112
|
+
"enrollment.rejected",
|
|
113
|
+
"enrollment.offboarded",
|
|
114
|
+
"mandate.created",
|
|
115
|
+
"mandate.updated",
|
|
116
|
+
"mandate.revoked",
|
|
99
117
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const CreateWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.CreateWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.CreateWebhooksResponseDataAttributesEnabledEventsItem>;
|
|
5
5
|
export declare namespace CreateWebhooksResponseDataAttributesEnabledEventsItem {
|
|
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";
|
|
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
|
}
|
|
@@ -96,4 +96,22 @@ exports.CreateWebhooksResponseDataAttributesEnabledEventsItem = core.serializati
|
|
|
96
96
|
"payment_request.canceled",
|
|
97
97
|
"payment_request.declined",
|
|
98
98
|
"payment_request.incoming",
|
|
99
|
+
"paymentIntent.completed",
|
|
100
|
+
"cardPayment.succeeded",
|
|
101
|
+
"cardPayment.failed",
|
|
102
|
+
"paymentIntent.canceled",
|
|
103
|
+
"cardPayment.created",
|
|
104
|
+
"refund.created",
|
|
105
|
+
"refund.succeeded",
|
|
106
|
+
"refund.failed",
|
|
107
|
+
"chargeback.created",
|
|
108
|
+
"chargeback.updated",
|
|
109
|
+
"chargeback.closed",
|
|
110
|
+
"enrollment.applied",
|
|
111
|
+
"enrollment.activated",
|
|
112
|
+
"enrollment.rejected",
|
|
113
|
+
"enrollment.offboarded",
|
|
114
|
+
"mandate.created",
|
|
115
|
+
"mandate.updated",
|
|
116
|
+
"mandate.revoked",
|
|
99
117
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const GetWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.GetWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.GetWebhooksResponseDataAttributesEnabledEventsItem>;
|
|
5
5
|
export declare namespace GetWebhooksResponseDataAttributesEnabledEventsItem {
|
|
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";
|
|
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
|
}
|
|
@@ -96,4 +96,22 @@ exports.GetWebhooksResponseDataAttributesEnabledEventsItem = core.serialization.
|
|
|
96
96
|
"payment_request.canceled",
|
|
97
97
|
"payment_request.declined",
|
|
98
98
|
"payment_request.incoming",
|
|
99
|
+
"paymentIntent.completed",
|
|
100
|
+
"cardPayment.succeeded",
|
|
101
|
+
"cardPayment.failed",
|
|
102
|
+
"paymentIntent.canceled",
|
|
103
|
+
"cardPayment.created",
|
|
104
|
+
"refund.created",
|
|
105
|
+
"refund.succeeded",
|
|
106
|
+
"refund.failed",
|
|
107
|
+
"chargeback.created",
|
|
108
|
+
"chargeback.updated",
|
|
109
|
+
"chargeback.closed",
|
|
110
|
+
"enrollment.applied",
|
|
111
|
+
"enrollment.activated",
|
|
112
|
+
"enrollment.rejected",
|
|
113
|
+
"enrollment.offboarded",
|
|
114
|
+
"mandate.created",
|
|
115
|
+
"mandate.updated",
|
|
116
|
+
"mandate.revoked",
|
|
99
117
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const RemoveWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.RemoveWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.RemoveWebhooksResponseDataAttributesEnabledEventsItem>;
|
|
5
5
|
export declare namespace RemoveWebhooksResponseDataAttributesEnabledEventsItem {
|
|
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";
|
|
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
|
}
|
|
@@ -96,4 +96,22 @@ exports.RemoveWebhooksResponseDataAttributesEnabledEventsItem = core.serializati
|
|
|
96
96
|
"payment_request.canceled",
|
|
97
97
|
"payment_request.declined",
|
|
98
98
|
"payment_request.incoming",
|
|
99
|
+
"paymentIntent.completed",
|
|
100
|
+
"cardPayment.succeeded",
|
|
101
|
+
"cardPayment.failed",
|
|
102
|
+
"paymentIntent.canceled",
|
|
103
|
+
"cardPayment.created",
|
|
104
|
+
"refund.created",
|
|
105
|
+
"refund.succeeded",
|
|
106
|
+
"refund.failed",
|
|
107
|
+
"chargeback.created",
|
|
108
|
+
"chargeback.updated",
|
|
109
|
+
"chargeback.closed",
|
|
110
|
+
"enrollment.applied",
|
|
111
|
+
"enrollment.activated",
|
|
112
|
+
"enrollment.rejected",
|
|
113
|
+
"enrollment.offboarded",
|
|
114
|
+
"mandate.created",
|
|
115
|
+
"mandate.updated",
|
|
116
|
+
"mandate.revoked",
|
|
99
117
|
]);
|
package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const UpdateWebhooksRequestEnabledEventsItem: core.serialization.Schema<serializers.UpdateWebhooksRequestEnabledEventsItem.Raw, Natural.UpdateWebhooksRequestEnabledEventsItem>;
|
|
5
5
|
export declare namespace UpdateWebhooksRequestEnabledEventsItem {
|
|
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";
|
|
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/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js
CHANGED
|
@@ -96,4 +96,22 @@ exports.UpdateWebhooksRequestEnabledEventsItem = core.serialization.enum_([
|
|
|
96
96
|
"payment_request.canceled",
|
|
97
97
|
"payment_request.declined",
|
|
98
98
|
"payment_request.incoming",
|
|
99
|
+
"paymentIntent.completed",
|
|
100
|
+
"cardPayment.succeeded",
|
|
101
|
+
"cardPayment.failed",
|
|
102
|
+
"paymentIntent.canceled",
|
|
103
|
+
"cardPayment.created",
|
|
104
|
+
"refund.created",
|
|
105
|
+
"refund.succeeded",
|
|
106
|
+
"refund.failed",
|
|
107
|
+
"chargeback.created",
|
|
108
|
+
"chargeback.updated",
|
|
109
|
+
"chargeback.closed",
|
|
110
|
+
"enrollment.applied",
|
|
111
|
+
"enrollment.activated",
|
|
112
|
+
"enrollment.rejected",
|
|
113
|
+
"enrollment.offboarded",
|
|
114
|
+
"mandate.created",
|
|
115
|
+
"mandate.updated",
|
|
116
|
+
"mandate.revoked",
|
|
99
117
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const UpdateWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.UpdateWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.UpdateWebhooksResponseDataAttributesEnabledEventsItem>;
|
|
5
5
|
export declare namespace UpdateWebhooksResponseDataAttributesEnabledEventsItem {
|
|
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";
|
|
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
|
}
|
|
@@ -96,4 +96,22 @@ exports.UpdateWebhooksResponseDataAttributesEnabledEventsItem = core.serializati
|
|
|
96
96
|
"payment_request.canceled",
|
|
97
97
|
"payment_request.declined",
|
|
98
98
|
"payment_request.incoming",
|
|
99
|
+
"paymentIntent.completed",
|
|
100
|
+
"cardPayment.succeeded",
|
|
101
|
+
"cardPayment.failed",
|
|
102
|
+
"paymentIntent.canceled",
|
|
103
|
+
"cardPayment.created",
|
|
104
|
+
"refund.created",
|
|
105
|
+
"refund.succeeded",
|
|
106
|
+
"refund.failed",
|
|
107
|
+
"chargeback.created",
|
|
108
|
+
"chargeback.updated",
|
|
109
|
+
"chargeback.closed",
|
|
110
|
+
"enrollment.applied",
|
|
111
|
+
"enrollment.activated",
|
|
112
|
+
"enrollment.rejected",
|
|
113
|
+
"enrollment.offboarded",
|
|
114
|
+
"mandate.created",
|
|
115
|
+
"mandate.updated",
|
|
116
|
+
"mandate.revoked",
|
|
99
117
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const WebhookEnabledEventsItem: core.serialization.Schema<serializers.WebhookEnabledEventsItem.Raw, Natural.WebhookEnabledEventsItem>;
|
|
5
5
|
export declare namespace WebhookEnabledEventsItem {
|
|
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";
|
|
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
|
}
|
|
@@ -96,4 +96,22 @@ exports.WebhookEnabledEventsItem = core.serialization.enum_([
|
|
|
96
96
|
"payment_request.canceled",
|
|
97
97
|
"payment_request.declined",
|
|
98
98
|
"payment_request.incoming",
|
|
99
|
+
"paymentIntent.completed",
|
|
100
|
+
"cardPayment.succeeded",
|
|
101
|
+
"cardPayment.failed",
|
|
102
|
+
"paymentIntent.canceled",
|
|
103
|
+
"cardPayment.created",
|
|
104
|
+
"refund.created",
|
|
105
|
+
"refund.succeeded",
|
|
106
|
+
"refund.failed",
|
|
107
|
+
"chargeback.created",
|
|
108
|
+
"chargeback.updated",
|
|
109
|
+
"chargeback.closed",
|
|
110
|
+
"enrollment.applied",
|
|
111
|
+
"enrollment.activated",
|
|
112
|
+
"enrollment.rejected",
|
|
113
|
+
"enrollment.offboarded",
|
|
114
|
+
"mandate.created",
|
|
115
|
+
"mandate.updated",
|
|
116
|
+
"mandate.revoked",
|
|
99
117
|
]);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.6.
|
|
1
|
+
export declare const SDK_VERSION = "1.6.14";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "@naturalpay/sdk",
|
|
9
|
-
"X-Fern-SDK-Version": "1.6.
|
|
10
|
-
"User-Agent": "@naturalpay/sdk/1.6.
|
|
9
|
+
"X-Fern-SDK-Version": "1.6.14",
|
|
10
|
+
"User-Agent": "@naturalpay/sdk/1.6.14",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
"X-Instance-ID": options === null || options === void 0 ? void 0 : options.instanceId,
|
package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts
CHANGED
|
@@ -17,5 +17,11 @@ export declare const CreateCustomerAgentsRequestPermissionsItem: {
|
|
|
17
17
|
readonly PartyRead: "party.read";
|
|
18
18
|
readonly PartyUpdate: "party.update";
|
|
19
19
|
readonly PaymentIntentsCreate: "payment_intents.create";
|
|
20
|
+
readonly PaymentIntentsRead: "payment_intents.read";
|
|
21
|
+
readonly CardPaymentsRead: "card_payments.read";
|
|
22
|
+
readonly RefundsRead: "refunds.read";
|
|
23
|
+
readonly ChargebacksRead: "chargebacks.read";
|
|
24
|
+
readonly MandatesRead: "mandates.read";
|
|
25
|
+
readonly EnrollmentRead: "enrollment.read";
|
|
20
26
|
};
|
|
21
27
|
export type CreateCustomerAgentsRequestPermissionsItem = (typeof CreateCustomerAgentsRequestPermissionsItem)[keyof typeof CreateCustomerAgentsRequestPermissionsItem];
|
|
@@ -18,4 +18,10 @@ export const CreateCustomerAgentsRequestPermissionsItem = {
|
|
|
18
18
|
PartyRead: "party.read",
|
|
19
19
|
PartyUpdate: "party.update",
|
|
20
20
|
PaymentIntentsCreate: "payment_intents.create",
|
|
21
|
+
PaymentIntentsRead: "payment_intents.read",
|
|
22
|
+
CardPaymentsRead: "card_payments.read",
|
|
23
|
+
RefundsRead: "refunds.read",
|
|
24
|
+
ChargebacksRead: "chargebacks.read",
|
|
25
|
+
MandatesRead: "mandates.read",
|
|
26
|
+
EnrollmentRead: "enrollment.read",
|
|
21
27
|
};
|
package/dist/esm/api/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributes.d.mts
CHANGED
|
@@ -29,6 +29,8 @@ export interface ListInvitationsAgentsResponseDataItemAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.ListInvitationsAgentsResponseDataItemAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
package/dist/esm/api/resources/agents/types/RevokeInvitationAgentsResponseDataAttributes.d.mts
CHANGED
|
@@ -29,6 +29,8 @@ export interface RevokeInvitationAgentsResponseDataAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.RevokeInvitationAgentsResponseDataAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -38,5 +38,11 @@ export declare const CreateApiKeysRequestScopesItem: {
|
|
|
38
38
|
readonly AgentsDelete: "agents.delete";
|
|
39
39
|
readonly DisputesRead: "disputes.read";
|
|
40
40
|
readonly DisputesCreate: "disputes.create";
|
|
41
|
+
readonly PaymentIntentsRead: "payment_intents.read";
|
|
42
|
+
readonly CardPaymentsRead: "card_payments.read";
|
|
43
|
+
readonly RefundsRead: "refunds.read";
|
|
44
|
+
readonly ChargebacksRead: "chargebacks.read";
|
|
45
|
+
readonly MandatesRead: "mandates.read";
|
|
46
|
+
readonly EnrollmentRead: "enrollment.read";
|
|
41
47
|
};
|
|
42
48
|
export type CreateApiKeysRequestScopesItem = (typeof CreateApiKeysRequestScopesItem)[keyof typeof CreateApiKeysRequestScopesItem];
|
|
@@ -39,4 +39,10 @@ export const CreateApiKeysRequestScopesItem = {
|
|
|
39
39
|
AgentsDelete: "agents.delete",
|
|
40
40
|
DisputesRead: "disputes.read",
|
|
41
41
|
DisputesCreate: "disputes.create",
|
|
42
|
+
PaymentIntentsRead: "payment_intents.read",
|
|
43
|
+
CardPaymentsRead: "card_payments.read",
|
|
44
|
+
RefundsRead: "refunds.read",
|
|
45
|
+
ChargebacksRead: "chargebacks.read",
|
|
46
|
+
MandatesRead: "mandates.read",
|
|
47
|
+
EnrollmentRead: "enrollment.read",
|
|
42
48
|
};
|
|
@@ -157,6 +157,7 @@ export declare class CustomersClient {
|
|
|
157
157
|
* }],
|
|
158
158
|
* expiresAt: new Date("2026-01-12T10:15:00.000Z"),
|
|
159
159
|
* message: "We use Natural to let our agents help manage payments for your business.",
|
|
160
|
+
* redirectUrl: "https://app.acmepayments.com/connected",
|
|
160
161
|
* tags: {
|
|
161
162
|
* "campaign": "q3_reactivation"
|
|
162
163
|
* }
|
|
@@ -475,6 +475,7 @@ export class CustomersClient {
|
|
|
475
475
|
* }],
|
|
476
476
|
* expiresAt: new Date("2026-01-12T10:15:00.000Z"),
|
|
477
477
|
* message: "We use Natural to let our agents help manage payments for your business.",
|
|
478
|
+
* redirectUrl: "https://app.acmepayments.com/connected",
|
|
478
479
|
* tags: {
|
|
479
480
|
* "campaign": "q3_reactivation"
|
|
480
481
|
* }
|
package/dist/esm/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts
CHANGED
|
@@ -15,6 +15,7 @@ import type * as Natural from "../../../../index.mjs";
|
|
|
15
15
|
* }],
|
|
16
16
|
* expiresAt: new Date("2026-01-12T10:15:00.000Z"),
|
|
17
17
|
* message: "We use Natural to let our agents help manage payments for your business.",
|
|
18
|
+
* redirectUrl: "https://app.acmepayments.com/connected",
|
|
18
19
|
* tags: {
|
|
19
20
|
* "campaign": "q3_reactivation"
|
|
20
21
|
* }
|
|
@@ -29,6 +30,8 @@ export interface CreateInvitationsCustomersRequest {
|
|
|
29
30
|
expiresAt?: Date;
|
|
30
31
|
/** Message stored with each recipient's invitation. It is not included in the invitation email. */
|
|
31
32
|
message?: string;
|
|
33
|
+
/** Where to send the customer after they accept and finish setup on Natural: an https URL, an app deep link, or an sms: link. */
|
|
34
|
+
redirectUrl?: string;
|
|
32
35
|
/** Tags applied to each invitation. */
|
|
33
36
|
tags?: Record<string, string>;
|
|
34
37
|
/** Deprecated. Previously skipped our notification to the counterparty; Natural now always sends its own notifications and this field is accepted but ignored. The returned link is unaffected. */
|
|
@@ -17,5 +17,11 @@ export declare const CreateInvitationsCustomersRequestAgentsItemPermissionsItem:
|
|
|
17
17
|
readonly PartyRead: "party.read";
|
|
18
18
|
readonly PartyUpdate: "party.update";
|
|
19
19
|
readonly PaymentIntentsCreate: "payment_intents.create";
|
|
20
|
+
readonly PaymentIntentsRead: "payment_intents.read";
|
|
21
|
+
readonly CardPaymentsRead: "card_payments.read";
|
|
22
|
+
readonly RefundsRead: "refunds.read";
|
|
23
|
+
readonly ChargebacksRead: "chargebacks.read";
|
|
24
|
+
readonly MandatesRead: "mandates.read";
|
|
25
|
+
readonly EnrollmentRead: "enrollment.read";
|
|
20
26
|
};
|
|
21
27
|
export type CreateInvitationsCustomersRequestAgentsItemPermissionsItem = (typeof CreateInvitationsCustomersRequestAgentsItemPermissionsItem)[keyof typeof CreateInvitationsCustomersRequestAgentsItemPermissionsItem];
|
|
@@ -18,4 +18,10 @@ export const CreateInvitationsCustomersRequestAgentsItemPermissionsItem = {
|
|
|
18
18
|
PartyRead: "party.read",
|
|
19
19
|
PartyUpdate: "party.update",
|
|
20
20
|
PaymentIntentsCreate: "payment_intents.create",
|
|
21
|
+
PaymentIntentsRead: "payment_intents.read",
|
|
22
|
+
CardPaymentsRead: "card_payments.read",
|
|
23
|
+
RefundsRead: "refunds.read",
|
|
24
|
+
ChargebacksRead: "chargebacks.read",
|
|
25
|
+
MandatesRead: "mandates.read",
|
|
26
|
+
EnrollmentRead: "enrollment.read",
|
|
21
27
|
};
|
|
@@ -29,6 +29,8 @@ export interface CreateInvitationsCustomersResponseDataItemAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.CreateInvitationsCustomersResponseDataItemAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
package/dist/esm/api/resources/customers/types/RevokeInvitationCustomersResponseDataAttributes.d.mts
CHANGED
|
@@ -29,6 +29,8 @@ export interface RevokeInvitationCustomersResponseDataAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.RevokeInvitationCustomersResponseDataAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -58,7 +58,23 @@ export declare const GetEventsResponseDataAttributesEventType: {
|
|
|
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";
|
|
61
76
|
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
62
78
|
readonly MandateRevoked: "mandate.revoked";
|
|
63
79
|
};
|
|
64
80
|
export type GetEventsResponseDataAttributesEventType = (typeof GetEventsResponseDataAttributesEventType)[keyof typeof GetEventsResponseDataAttributesEventType];
|
|
@@ -59,6 +59,22 @@ export const GetEventsResponseDataAttributesEventType = {
|
|
|
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",
|
|
62
77
|
MandateCreated: "mandate.created",
|
|
78
|
+
MandateUpdated: "mandate.updated",
|
|
63
79
|
MandateRevoked: "mandate.revoked",
|
|
64
80
|
};
|
|
@@ -58,7 +58,23 @@ export declare const ListEventsRequestEventType: {
|
|
|
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";
|
|
61
76
|
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
62
78
|
readonly MandateRevoked: "mandate.revoked";
|
|
63
79
|
};
|
|
64
80
|
export type ListEventsRequestEventType = (typeof ListEventsRequestEventType)[keyof typeof ListEventsRequestEventType];
|
|
@@ -59,6 +59,22 @@ export const ListEventsRequestEventType = {
|
|
|
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",
|
|
62
77
|
MandateCreated: "mandate.created",
|
|
78
|
+
MandateUpdated: "mandate.updated",
|
|
63
79
|
MandateRevoked: "mandate.revoked",
|
|
64
80
|
};
|
package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts
CHANGED
|
@@ -58,7 +58,23 @@ export declare const ListEventsResponseDataItemAttributesEventType: {
|
|
|
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";
|
|
61
76
|
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
62
78
|
readonly MandateRevoked: "mandate.revoked";
|
|
63
79
|
};
|
|
64
80
|
export type ListEventsResponseDataItemAttributesEventType = (typeof ListEventsResponseDataItemAttributesEventType)[keyof typeof ListEventsResponseDataItemAttributesEventType];
|
package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs
CHANGED
|
@@ -59,6 +59,22 @@ export const ListEventsResponseDataItemAttributesEventType = {
|
|
|
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",
|
|
62
77
|
MandateCreated: "mandate.created",
|
|
78
|
+
MandateUpdated: "mandate.updated",
|
|
63
79
|
MandateRevoked: "mandate.revoked",
|
|
64
80
|
};
|