@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
|
@@ -14,11 +14,20 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CreateBrandingPhotoUploadPartiesRequestContentType.js"), exports);
|
|
18
|
+
__exportStar(require("./CreateBrandingPhotoUploadPartiesResponse.js"), exports);
|
|
19
|
+
__exportStar(require("./CreateBrandingPhotoUploadPartiesResponseData.js"), exports);
|
|
20
|
+
__exportStar(require("./CreateBrandingPhotoUploadPartiesResponseDataAttributes.js"), exports);
|
|
21
|
+
__exportStar(require("./CreateBrandingPhotoUploadPartiesResponseDataType.js"), exports);
|
|
17
22
|
__exportStar(require("./DisableLimitsPartiesResponse.js"), exports);
|
|
18
23
|
__exportStar(require("./DisableLimitsPartiesResponseData.js"), exports);
|
|
19
24
|
__exportStar(require("./DisableLimitsPartiesResponseDataAttributes.js"), exports);
|
|
20
25
|
__exportStar(require("./DisableLimitsPartiesResponseDataAttributesLimits.js"), exports);
|
|
21
26
|
__exportStar(require("./DisableLimitsPartiesResponseDataType.js"), exports);
|
|
27
|
+
__exportStar(require("./GetBrandingForPartyPartiesResponse.js"), exports);
|
|
28
|
+
__exportStar(require("./GetBrandingForPartyPartiesResponseData.js"), exports);
|
|
29
|
+
__exportStar(require("./GetBrandingForPartyPartiesResponseDataAttributes.js"), exports);
|
|
30
|
+
__exportStar(require("./GetBrandingForPartyPartiesResponseDataType.js"), exports);
|
|
22
31
|
__exportStar(require("./GetCompliancePartiesResponse.js"), exports);
|
|
23
32
|
__exportStar(require("./GetCompliancePartiesResponseData.js"), exports);
|
|
24
33
|
__exportStar(require("./GetCompliancePartiesResponseDataAttributes.js"), exports);
|
|
@@ -61,6 +70,10 @@ __exportStar(require("./SetLimitsPartiesResponseData.js"), exports);
|
|
|
61
70
|
__exportStar(require("./SetLimitsPartiesResponseDataAttributes.js"), exports);
|
|
62
71
|
__exportStar(require("./SetLimitsPartiesResponseDataAttributesLimits.js"), exports);
|
|
63
72
|
__exportStar(require("./SetLimitsPartiesResponseDataType.js"), exports);
|
|
73
|
+
__exportStar(require("./UpdateBrandingForPartyPartiesResponse.js"), exports);
|
|
74
|
+
__exportStar(require("./UpdateBrandingForPartyPartiesResponseData.js"), exports);
|
|
75
|
+
__exportStar(require("./UpdateBrandingForPartyPartiesResponseDataAttributes.js"), exports);
|
|
76
|
+
__exportStar(require("./UpdateBrandingForPartyPartiesResponseDataType.js"), exports);
|
|
64
77
|
__exportStar(require("./UpdatePartiesResponseDataAttributesPersona.js"), exports);
|
|
65
78
|
__exportStar(require("./UpdMyParty.js"), exports);
|
|
66
79
|
__exportStar(require("./UpdMyPartyAttrs.js"), exports);
|
package/dist/cjs/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts
CHANGED
|
@@ -20,4 +20,6 @@ export interface InviteCustomerSimulationsRequest {
|
|
|
20
20
|
type?: Natural.InviteCustomerSimulationsRequestType;
|
|
21
21
|
/** Message stored with each pending invitation. Sandbox does not send an invitation email. */
|
|
22
22
|
message?: string;
|
|
23
|
+
/** Where to send the test customer after they accept and finish setup: an https URL, an app deep link, or an sms: link. */
|
|
24
|
+
redirectUrl?: string;
|
|
23
25
|
}
|
|
@@ -29,6 +29,8 @@ export interface AcceptCustomerInvitationSimulationsResponseDataAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -29,6 +29,8 @@ export interface DeclineCustomerInvitationSimulationsResponseDataAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -17,5 +17,11 @@ export declare const InviteCustomerSimulationsRequestPermissionsItem: {
|
|
|
17
17
|
readonly PartyRead: "party.read";
|
|
18
18
|
readonly PartyUpdate: "party.update";
|
|
19
19
|
readonly PaymentIntentsCreate: "payment_intents.create";
|
|
20
|
+
readonly PaymentIntentsRead: "payment_intents.read";
|
|
21
|
+
readonly CardPaymentsRead: "card_payments.read";
|
|
22
|
+
readonly RefundsRead: "refunds.read";
|
|
23
|
+
readonly ChargebacksRead: "chargebacks.read";
|
|
24
|
+
readonly MandatesRead: "mandates.read";
|
|
25
|
+
readonly EnrollmentRead: "enrollment.read";
|
|
20
26
|
};
|
|
21
27
|
export type InviteCustomerSimulationsRequestPermissionsItem = (typeof InviteCustomerSimulationsRequestPermissionsItem)[keyof typeof InviteCustomerSimulationsRequestPermissionsItem];
|
package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js
CHANGED
|
@@ -21,4 +21,10 @@ exports.InviteCustomerSimulationsRequestPermissionsItem = {
|
|
|
21
21
|
PartyRead: "party.read",
|
|
22
22
|
PartyUpdate: "party.update",
|
|
23
23
|
PaymentIntentsCreate: "payment_intents.create",
|
|
24
|
+
PaymentIntentsRead: "payment_intents.read",
|
|
25
|
+
CardPaymentsRead: "card_payments.read",
|
|
26
|
+
RefundsRead: "refunds.read",
|
|
27
|
+
ChargebacksRead: "chargebacks.read",
|
|
28
|
+
MandatesRead: "mandates.read",
|
|
29
|
+
EnrollmentRead: "enrollment.read",
|
|
24
30
|
};
|
|
@@ -29,6 +29,8 @@ export interface InviteCustomerSimulationsResponseDataItemAttributes {
|
|
|
29
29
|
declinedAt: string | null;
|
|
30
30
|
/** Reason for cancellation. */
|
|
31
31
|
cancelReason: Natural.InviteCustomerSimulationsResponseDataItemAttributesCancelReason | null;
|
|
32
|
+
/** Where the customer is sent after accepting and finishing setup, or null. */
|
|
33
|
+
redirectUrl: string | null;
|
|
32
34
|
/** Metadata visible to anyone who can read the resource. */
|
|
33
35
|
tags: Record<string, string>;
|
|
34
36
|
/** RFC 3339 timestamp when the invitation was created. */
|
|
@@ -58,5 +58,23 @@ export declare const CreateWebhooksRequestEnabledEventsItem: {
|
|
|
58
58
|
readonly PaymentRequestCanceled: "payment_request.canceled";
|
|
59
59
|
readonly PaymentRequestDeclined: "payment_request.declined";
|
|
60
60
|
readonly PaymentRequestIncoming: "payment_request.incoming";
|
|
61
|
+
readonly PaymentIntentCompleted: "paymentIntent.completed";
|
|
62
|
+
readonly CardPaymentSucceeded: "cardPayment.succeeded";
|
|
63
|
+
readonly CardPaymentFailed: "cardPayment.failed";
|
|
64
|
+
readonly PaymentIntentCanceled: "paymentIntent.canceled";
|
|
65
|
+
readonly CardPaymentCreated: "cardPayment.created";
|
|
66
|
+
readonly RefundCreated: "refund.created";
|
|
67
|
+
readonly RefundSucceeded: "refund.succeeded";
|
|
68
|
+
readonly RefundFailed: "refund.failed";
|
|
69
|
+
readonly ChargebackCreated: "chargeback.created";
|
|
70
|
+
readonly ChargebackUpdated: "chargeback.updated";
|
|
71
|
+
readonly ChargebackClosed: "chargeback.closed";
|
|
72
|
+
readonly EnrollmentApplied: "enrollment.applied";
|
|
73
|
+
readonly EnrollmentActivated: "enrollment.activated";
|
|
74
|
+
readonly EnrollmentRejected: "enrollment.rejected";
|
|
75
|
+
readonly EnrollmentOffboarded: "enrollment.offboarded";
|
|
76
|
+
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
78
|
+
readonly MandateRevoked: "mandate.revoked";
|
|
61
79
|
};
|
|
62
80
|
export type CreateWebhooksRequestEnabledEventsItem = (typeof CreateWebhooksRequestEnabledEventsItem)[keyof typeof CreateWebhooksRequestEnabledEventsItem];
|
|
@@ -62,4 +62,22 @@ exports.CreateWebhooksRequestEnabledEventsItem = {
|
|
|
62
62
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
63
63
|
PaymentRequestDeclined: "payment_request.declined",
|
|
64
64
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
65
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
66
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
67
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
68
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
69
|
+
CardPaymentCreated: "cardPayment.created",
|
|
70
|
+
RefundCreated: "refund.created",
|
|
71
|
+
RefundSucceeded: "refund.succeeded",
|
|
72
|
+
RefundFailed: "refund.failed",
|
|
73
|
+
ChargebackCreated: "chargeback.created",
|
|
74
|
+
ChargebackUpdated: "chargeback.updated",
|
|
75
|
+
ChargebackClosed: "chargeback.closed",
|
|
76
|
+
EnrollmentApplied: "enrollment.applied",
|
|
77
|
+
EnrollmentActivated: "enrollment.activated",
|
|
78
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
79
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
80
|
+
MandateCreated: "mandate.created",
|
|
81
|
+
MandateUpdated: "mandate.updated",
|
|
82
|
+
MandateRevoked: "mandate.revoked",
|
|
65
83
|
};
|
|
@@ -58,5 +58,23 @@ export declare const CreateWebhooksResponseDataAttributesEnabledEventsItem: {
|
|
|
58
58
|
readonly PaymentRequestCanceled: "payment_request.canceled";
|
|
59
59
|
readonly PaymentRequestDeclined: "payment_request.declined";
|
|
60
60
|
readonly PaymentRequestIncoming: "payment_request.incoming";
|
|
61
|
+
readonly PaymentIntentCompleted: "paymentIntent.completed";
|
|
62
|
+
readonly CardPaymentSucceeded: "cardPayment.succeeded";
|
|
63
|
+
readonly CardPaymentFailed: "cardPayment.failed";
|
|
64
|
+
readonly PaymentIntentCanceled: "paymentIntent.canceled";
|
|
65
|
+
readonly CardPaymentCreated: "cardPayment.created";
|
|
66
|
+
readonly RefundCreated: "refund.created";
|
|
67
|
+
readonly RefundSucceeded: "refund.succeeded";
|
|
68
|
+
readonly RefundFailed: "refund.failed";
|
|
69
|
+
readonly ChargebackCreated: "chargeback.created";
|
|
70
|
+
readonly ChargebackUpdated: "chargeback.updated";
|
|
71
|
+
readonly ChargebackClosed: "chargeback.closed";
|
|
72
|
+
readonly EnrollmentApplied: "enrollment.applied";
|
|
73
|
+
readonly EnrollmentActivated: "enrollment.activated";
|
|
74
|
+
readonly EnrollmentRejected: "enrollment.rejected";
|
|
75
|
+
readonly EnrollmentOffboarded: "enrollment.offboarded";
|
|
76
|
+
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
78
|
+
readonly MandateRevoked: "mandate.revoked";
|
|
61
79
|
};
|
|
62
80
|
export type CreateWebhooksResponseDataAttributesEnabledEventsItem = (typeof CreateWebhooksResponseDataAttributesEnabledEventsItem)[keyof typeof CreateWebhooksResponseDataAttributesEnabledEventsItem];
|
|
@@ -62,4 +62,22 @@ exports.CreateWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
62
62
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
63
63
|
PaymentRequestDeclined: "payment_request.declined",
|
|
64
64
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
65
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
66
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
67
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
68
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
69
|
+
CardPaymentCreated: "cardPayment.created",
|
|
70
|
+
RefundCreated: "refund.created",
|
|
71
|
+
RefundSucceeded: "refund.succeeded",
|
|
72
|
+
RefundFailed: "refund.failed",
|
|
73
|
+
ChargebackCreated: "chargeback.created",
|
|
74
|
+
ChargebackUpdated: "chargeback.updated",
|
|
75
|
+
ChargebackClosed: "chargeback.closed",
|
|
76
|
+
EnrollmentApplied: "enrollment.applied",
|
|
77
|
+
EnrollmentActivated: "enrollment.activated",
|
|
78
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
79
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
80
|
+
MandateCreated: "mandate.created",
|
|
81
|
+
MandateUpdated: "mandate.updated",
|
|
82
|
+
MandateRevoked: "mandate.revoked",
|
|
65
83
|
};
|
|
@@ -58,5 +58,23 @@ export declare const GetWebhooksResponseDataAttributesEnabledEventsItem: {
|
|
|
58
58
|
readonly PaymentRequestCanceled: "payment_request.canceled";
|
|
59
59
|
readonly PaymentRequestDeclined: "payment_request.declined";
|
|
60
60
|
readonly PaymentRequestIncoming: "payment_request.incoming";
|
|
61
|
+
readonly PaymentIntentCompleted: "paymentIntent.completed";
|
|
62
|
+
readonly CardPaymentSucceeded: "cardPayment.succeeded";
|
|
63
|
+
readonly CardPaymentFailed: "cardPayment.failed";
|
|
64
|
+
readonly PaymentIntentCanceled: "paymentIntent.canceled";
|
|
65
|
+
readonly CardPaymentCreated: "cardPayment.created";
|
|
66
|
+
readonly RefundCreated: "refund.created";
|
|
67
|
+
readonly RefundSucceeded: "refund.succeeded";
|
|
68
|
+
readonly RefundFailed: "refund.failed";
|
|
69
|
+
readonly ChargebackCreated: "chargeback.created";
|
|
70
|
+
readonly ChargebackUpdated: "chargeback.updated";
|
|
71
|
+
readonly ChargebackClosed: "chargeback.closed";
|
|
72
|
+
readonly EnrollmentApplied: "enrollment.applied";
|
|
73
|
+
readonly EnrollmentActivated: "enrollment.activated";
|
|
74
|
+
readonly EnrollmentRejected: "enrollment.rejected";
|
|
75
|
+
readonly EnrollmentOffboarded: "enrollment.offboarded";
|
|
76
|
+
readonly MandateCreated: "mandate.created";
|
|
77
|
+
readonly MandateUpdated: "mandate.updated";
|
|
78
|
+
readonly MandateRevoked: "mandate.revoked";
|
|
61
79
|
};
|
|
62
80
|
export type GetWebhooksResponseDataAttributesEnabledEventsItem = (typeof GetWebhooksResponseDataAttributesEnabledEventsItem)[keyof typeof GetWebhooksResponseDataAttributesEnabledEventsItem];
|
package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js
CHANGED
|
@@ -62,4 +62,22 @@ exports.GetWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
62
62
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
63
63
|
PaymentRequestDeclined: "payment_request.declined",
|
|
64
64
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
65
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
66
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
67
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
68
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
69
|
+
CardPaymentCreated: "cardPayment.created",
|
|
70
|
+
RefundCreated: "refund.created",
|
|
71
|
+
RefundSucceeded: "refund.succeeded",
|
|
72
|
+
RefundFailed: "refund.failed",
|
|
73
|
+
ChargebackCreated: "chargeback.created",
|
|
74
|
+
ChargebackUpdated: "chargeback.updated",
|
|
75
|
+
ChargebackClosed: "chargeback.closed",
|
|
76
|
+
EnrollmentApplied: "enrollment.applied",
|
|
77
|
+
EnrollmentActivated: "enrollment.activated",
|
|
78
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
79
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
80
|
+
MandateCreated: "mandate.created",
|
|
81
|
+
MandateUpdated: "mandate.updated",
|
|
82
|
+
MandateRevoked: "mandate.revoked",
|
|
65
83
|
};
|
|
@@ -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];
|
|
@@ -62,4 +62,22 @@ exports.RemoveWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
62
62
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
63
63
|
PaymentRequestDeclined: "payment_request.declined",
|
|
64
64
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
65
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
66
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
67
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
68
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
69
|
+
CardPaymentCreated: "cardPayment.created",
|
|
70
|
+
RefundCreated: "refund.created",
|
|
71
|
+
RefundSucceeded: "refund.succeeded",
|
|
72
|
+
RefundFailed: "refund.failed",
|
|
73
|
+
ChargebackCreated: "chargeback.created",
|
|
74
|
+
ChargebackUpdated: "chargeback.updated",
|
|
75
|
+
ChargebackClosed: "chargeback.closed",
|
|
76
|
+
EnrollmentApplied: "enrollment.applied",
|
|
77
|
+
EnrollmentActivated: "enrollment.activated",
|
|
78
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
79
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
80
|
+
MandateCreated: "mandate.created",
|
|
81
|
+
MandateUpdated: "mandate.updated",
|
|
82
|
+
MandateRevoked: "mandate.revoked",
|
|
65
83
|
};
|
|
@@ -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];
|
|
@@ -62,4 +62,22 @@ exports.UpdateWebhooksRequestEnabledEventsItem = {
|
|
|
62
62
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
63
63
|
PaymentRequestDeclined: "payment_request.declined",
|
|
64
64
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
65
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
66
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
67
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
68
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
69
|
+
CardPaymentCreated: "cardPayment.created",
|
|
70
|
+
RefundCreated: "refund.created",
|
|
71
|
+
RefundSucceeded: "refund.succeeded",
|
|
72
|
+
RefundFailed: "refund.failed",
|
|
73
|
+
ChargebackCreated: "chargeback.created",
|
|
74
|
+
ChargebackUpdated: "chargeback.updated",
|
|
75
|
+
ChargebackClosed: "chargeback.closed",
|
|
76
|
+
EnrollmentApplied: "enrollment.applied",
|
|
77
|
+
EnrollmentActivated: "enrollment.activated",
|
|
78
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
79
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
80
|
+
MandateCreated: "mandate.created",
|
|
81
|
+
MandateUpdated: "mandate.updated",
|
|
82
|
+
MandateRevoked: "mandate.revoked",
|
|
65
83
|
};
|
|
@@ -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];
|
|
@@ -62,4 +62,22 @@ exports.UpdateWebhooksResponseDataAttributesEnabledEventsItem = {
|
|
|
62
62
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
63
63
|
PaymentRequestDeclined: "payment_request.declined",
|
|
64
64
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
65
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
66
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
67
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
68
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
69
|
+
CardPaymentCreated: "cardPayment.created",
|
|
70
|
+
RefundCreated: "refund.created",
|
|
71
|
+
RefundSucceeded: "refund.succeeded",
|
|
72
|
+
RefundFailed: "refund.failed",
|
|
73
|
+
ChargebackCreated: "chargeback.created",
|
|
74
|
+
ChargebackUpdated: "chargeback.updated",
|
|
75
|
+
ChargebackClosed: "chargeback.closed",
|
|
76
|
+
EnrollmentApplied: "enrollment.applied",
|
|
77
|
+
EnrollmentActivated: "enrollment.activated",
|
|
78
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
79
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
80
|
+
MandateCreated: "mandate.created",
|
|
81
|
+
MandateUpdated: "mandate.updated",
|
|
82
|
+
MandateRevoked: "mandate.revoked",
|
|
65
83
|
};
|
|
@@ -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];
|
|
@@ -62,4 +62,22 @@ exports.WebhookEnabledEventsItem = {
|
|
|
62
62
|
PaymentRequestCanceled: "payment_request.canceled",
|
|
63
63
|
PaymentRequestDeclined: "payment_request.declined",
|
|
64
64
|
PaymentRequestIncoming: "payment_request.incoming",
|
|
65
|
+
PaymentIntentCompleted: "paymentIntent.completed",
|
|
66
|
+
CardPaymentSucceeded: "cardPayment.succeeded",
|
|
67
|
+
CardPaymentFailed: "cardPayment.failed",
|
|
68
|
+
PaymentIntentCanceled: "paymentIntent.canceled",
|
|
69
|
+
CardPaymentCreated: "cardPayment.created",
|
|
70
|
+
RefundCreated: "refund.created",
|
|
71
|
+
RefundSucceeded: "refund.succeeded",
|
|
72
|
+
RefundFailed: "refund.failed",
|
|
73
|
+
ChargebackCreated: "chargeback.created",
|
|
74
|
+
ChargebackUpdated: "chargeback.updated",
|
|
75
|
+
ChargebackClosed: "chargeback.closed",
|
|
76
|
+
EnrollmentApplied: "enrollment.applied",
|
|
77
|
+
EnrollmentActivated: "enrollment.activated",
|
|
78
|
+
EnrollmentRejected: "enrollment.rejected",
|
|
79
|
+
EnrollmentOffboarded: "enrollment.offboarded",
|
|
80
|
+
MandateCreated: "mandate.created",
|
|
81
|
+
MandateUpdated: "mandate.updated",
|
|
82
|
+
MandateRevoked: "mandate.revoked",
|
|
65
83
|
};
|
|
@@ -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 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" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js
CHANGED
|
@@ -55,4 +55,10 @@ exports.CreateCustomerAgentsRequestPermissionsItem = core.serialization.enum_([
|
|
|
55
55
|
"party.read",
|
|
56
56
|
"party.update",
|
|
57
57
|
"payment_intents.create",
|
|
58
|
+
"payment_intents.read",
|
|
59
|
+
"card_payments.read",
|
|
60
|
+
"refunds.read",
|
|
61
|
+
"chargebacks.read",
|
|
62
|
+
"mandates.read",
|
|
63
|
+
"enrollment.read",
|
|
58
64
|
]);
|
|
@@ -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;
|
|
@@ -54,6 +54,7 @@ exports.ListInvitationsAgentsResponseDataItemAttributes = core.serialization.obj
|
|
|
54
54
|
acceptedAt: core.serialization.string().nullable(),
|
|
55
55
|
declinedAt: core.serialization.string().nullable(),
|
|
56
56
|
cancelReason: ListInvitationsAgentsResponseDataItemAttributesCancelReason_js_1.ListInvitationsAgentsResponseDataItemAttributesCancelReason.nullable(),
|
|
57
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
57
58
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
58
59
|
createdAt: core.serialization.string(),
|
|
59
60
|
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;
|
|
@@ -54,6 +54,7 @@ exports.RevokeInvitationAgentsResponseDataAttributes = core.serialization.object
|
|
|
54
54
|
acceptedAt: core.serialization.string().nullable(),
|
|
55
55
|
declinedAt: core.serialization.string().nullable(),
|
|
56
56
|
cancelReason: RevokeInvitationAgentsResponseDataAttributesCancelReason_js_1.RevokeInvitationAgentsResponseDataAttributesCancelReason.nullable(),
|
|
57
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
57
58
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
58
59
|
createdAt: core.serialization.string(),
|
|
59
60
|
updatedAt: core.serialization.string(),
|
|
@@ -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 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" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -76,4 +76,10 @@ exports.CreateApiKeysRequestScopesItem = core.serialization.enum_([
|
|
|
76
76
|
"agents.delete",
|
|
77
77
|
"disputes.read",
|
|
78
78
|
"disputes.create",
|
|
79
|
+
"payment_intents.read",
|
|
80
|
+
"card_payments.read",
|
|
81
|
+
"refunds.read",
|
|
82
|
+
"chargebacks.read",
|
|
83
|
+
"mandates.read",
|
|
84
|
+
"enrollment.read",
|
|
79
85
|
]);
|
|
@@ -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
|
}
|
|
@@ -44,6 +44,7 @@ exports.CreateInvitationsCustomersRequest = core.serialization.object({
|
|
|
44
44
|
agents: core.serialization.list(CreateInvitationsCustomersRequestAgentsItem_js_1.CreateInvitationsCustomersRequestAgentsItem),
|
|
45
45
|
expiresAt: core.serialization.date().optional(),
|
|
46
46
|
message: core.serialization.string().optional(),
|
|
47
|
+
redirectUrl: core.serialization.string().optional(),
|
|
47
48
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
48
49
|
disableNotifications: core.serialization.list(CreateInvitationsCustomersRequestDisableNotificationsItem_js_1.CreateInvitationsCustomersRequestDisableNotificationsItem).optional(),
|
|
49
50
|
});
|
|
@@ -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 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" | "chargebacks.read" | "mandates.read" | "enrollment.read";
|
|
7
7
|
}
|
|
@@ -55,4 +55,10 @@ exports.CreateInvitationsCustomersRequestAgentsItemPermissionsItem = core.serial
|
|
|
55
55
|
"party.read",
|
|
56
56
|
"party.update",
|
|
57
57
|
"payment_intents.create",
|
|
58
|
+
"payment_intents.read",
|
|
59
|
+
"card_payments.read",
|
|
60
|
+
"refunds.read",
|
|
61
|
+
"chargebacks.read",
|
|
62
|
+
"mandates.read",
|
|
63
|
+
"enrollment.read",
|
|
58
64
|
]);
|
|
@@ -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;
|
|
@@ -54,6 +54,7 @@ exports.CreateInvitationsCustomersResponseDataItemAttributes = core.serializatio
|
|
|
54
54
|
acceptedAt: core.serialization.string().nullable(),
|
|
55
55
|
declinedAt: core.serialization.string().nullable(),
|
|
56
56
|
cancelReason: CreateInvitationsCustomersResponseDataItemAttributesCancelReason_js_1.CreateInvitationsCustomersResponseDataItemAttributesCancelReason.nullable(),
|
|
57
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
57
58
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
58
59
|
createdAt: core.serialization.string(),
|
|
59
60
|
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;
|
|
@@ -54,6 +54,7 @@ exports.RevokeInvitationCustomersResponseDataAttributes = core.serialization.obj
|
|
|
54
54
|
acceptedAt: core.serialization.string().nullable(),
|
|
55
55
|
declinedAt: core.serialization.string().nullable(),
|
|
56
56
|
cancelReason: RevokeInvitationCustomersResponseDataAttributesCancelReason_js_1.RevokeInvitationCustomersResponseDataAttributesCancelReason.nullable(),
|
|
57
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
57
58
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
58
59
|
createdAt: core.serialization.string(),
|
|
59
60
|
updatedAt: core.serialization.string(),
|