@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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const GetBrandingForPartyPartiesResponseDataAttributes: core.serialization.ObjectSchema<serializers.GetBrandingForPartyPartiesResponseDataAttributes.Raw, Natural.GetBrandingForPartyPartiesResponseDataAttributes>;
|
|
5
|
+
export declare namespace GetBrandingForPartyPartiesResponseDataAttributes {
|
|
6
|
+
interface Raw {
|
|
7
|
+
brandColor?: string | null;
|
|
8
|
+
avatarUrl?: (string | null | undefined) | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
export const GetBrandingForPartyPartiesResponseDataAttributes = core.serialization.object({
|
|
4
|
+
brandColor: core.serialization.string().nullable(),
|
|
5
|
+
avatarUrl: core.serialization.string().optionalNullable(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const GetBrandingForPartyPartiesResponseDataType: core.serialization.Schema<serializers.GetBrandingForPartyPartiesResponseDataType.Raw, Natural.GetBrandingForPartyPartiesResponseDataType>;
|
|
5
|
+
export declare namespace GetBrandingForPartyPartiesResponseDataType {
|
|
6
|
+
type Raw = "partyBranding";
|
|
7
|
+
}
|
package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponse.d.mts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { UpdateBrandingForPartyPartiesResponseData } from "./UpdateBrandingForPartyPartiesResponseData.mjs";
|
|
5
|
+
export declare const UpdateBrandingForPartyPartiesResponse: core.serialization.ObjectSchema<serializers.UpdateBrandingForPartyPartiesResponse.Raw, Natural.UpdateBrandingForPartyPartiesResponse>;
|
|
6
|
+
export declare namespace UpdateBrandingForPartyPartiesResponse {
|
|
7
|
+
interface Raw {
|
|
8
|
+
data: UpdateBrandingForPartyPartiesResponseData.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponse.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { UpdateBrandingForPartyPartiesResponseData } from "./UpdateBrandingForPartyPartiesResponseData.mjs";
|
|
4
|
+
export const UpdateBrandingForPartyPartiesResponse = core.serialization.object({
|
|
5
|
+
data: UpdateBrandingForPartyPartiesResponseData,
|
|
6
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { UpdateBrandingForPartyPartiesResponseDataAttributes } from "./UpdateBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
5
|
+
import { UpdateBrandingForPartyPartiesResponseDataType } from "./UpdateBrandingForPartyPartiesResponseDataType.mjs";
|
|
6
|
+
export declare const UpdateBrandingForPartyPartiesResponseData: core.serialization.ObjectSchema<serializers.UpdateBrandingForPartyPartiesResponseData.Raw, Natural.UpdateBrandingForPartyPartiesResponseData>;
|
|
7
|
+
export declare namespace UpdateBrandingForPartyPartiesResponseData {
|
|
8
|
+
interface Raw {
|
|
9
|
+
type: UpdateBrandingForPartyPartiesResponseDataType.Raw;
|
|
10
|
+
id: string;
|
|
11
|
+
attributes: UpdateBrandingForPartyPartiesResponseDataAttributes.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
package/dist/esm/serialization/resources/parties/types/UpdateBrandingForPartyPartiesResponseData.mjs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { UpdateBrandingForPartyPartiesResponseDataAttributes } from "./UpdateBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
4
|
+
import { UpdateBrandingForPartyPartiesResponseDataType } from "./UpdateBrandingForPartyPartiesResponseDataType.mjs";
|
|
5
|
+
export const UpdateBrandingForPartyPartiesResponseData = core.serialization.object({
|
|
6
|
+
type: UpdateBrandingForPartyPartiesResponseDataType,
|
|
7
|
+
id: core.serialization.string(),
|
|
8
|
+
attributes: UpdateBrandingForPartyPartiesResponseDataAttributes,
|
|
9
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const UpdateBrandingForPartyPartiesResponseDataAttributes: core.serialization.ObjectSchema<serializers.UpdateBrandingForPartyPartiesResponseDataAttributes.Raw, Natural.UpdateBrandingForPartyPartiesResponseDataAttributes>;
|
|
5
|
+
export declare namespace UpdateBrandingForPartyPartiesResponseDataAttributes {
|
|
6
|
+
interface Raw {
|
|
7
|
+
brandColor?: string | null;
|
|
8
|
+
avatarUrl?: (string | null | undefined) | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
export const UpdateBrandingForPartyPartiesResponseDataAttributes = core.serialization.object({
|
|
4
|
+
brandColor: core.serialization.string().nullable(),
|
|
5
|
+
avatarUrl: core.serialization.string().optionalNullable(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const UpdateBrandingForPartyPartiesResponseDataType: core.serialization.Schema<serializers.UpdateBrandingForPartyPartiesResponseDataType.Raw, Natural.UpdateBrandingForPartyPartiesResponseDataType>;
|
|
5
|
+
export declare namespace UpdateBrandingForPartyPartiesResponseDataType {
|
|
6
|
+
type Raw = "partyBranding";
|
|
7
|
+
}
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
export * from "./CreateBrandingPhotoUploadPartiesRequestContentType.mjs";
|
|
2
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponse.mjs";
|
|
3
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseData.mjs";
|
|
4
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataAttributes.mjs";
|
|
5
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataType.mjs";
|
|
1
6
|
export * from "./DisableLimitsPartiesResponse.mjs";
|
|
2
7
|
export * from "./DisableLimitsPartiesResponseData.mjs";
|
|
3
8
|
export * from "./DisableLimitsPartiesResponseDataAttributes.mjs";
|
|
4
9
|
export * from "./DisableLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
5
10
|
export * from "./DisableLimitsPartiesResponseDataType.mjs";
|
|
11
|
+
export * from "./GetBrandingForPartyPartiesResponse.mjs";
|
|
12
|
+
export * from "./GetBrandingForPartyPartiesResponseData.mjs";
|
|
13
|
+
export * from "./GetBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
14
|
+
export * from "./GetBrandingForPartyPartiesResponseDataType.mjs";
|
|
6
15
|
export * from "./GetCompliancePartiesResponse.mjs";
|
|
7
16
|
export * from "./GetCompliancePartiesResponseData.mjs";
|
|
8
17
|
export * from "./GetCompliancePartiesResponseDataAttributes.mjs";
|
|
@@ -45,6 +54,10 @@ export * from "./SetLimitsPartiesResponseData.mjs";
|
|
|
45
54
|
export * from "./SetLimitsPartiesResponseDataAttributes.mjs";
|
|
46
55
|
export * from "./SetLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
47
56
|
export * from "./SetLimitsPartiesResponseDataType.mjs";
|
|
57
|
+
export * from "./UpdateBrandingForPartyPartiesResponse.mjs";
|
|
58
|
+
export * from "./UpdateBrandingForPartyPartiesResponseData.mjs";
|
|
59
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
60
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataType.mjs";
|
|
48
61
|
export * from "./UpdatePartiesResponseDataAttributesPersona.mjs";
|
|
49
62
|
export * from "./UpdMyParty.mjs";
|
|
50
63
|
export * from "./UpdMyPartyAttrs.mjs";
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
export * from "./CreateBrandingPhotoUploadPartiesRequestContentType.mjs";
|
|
2
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponse.mjs";
|
|
3
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseData.mjs";
|
|
4
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataAttributes.mjs";
|
|
5
|
+
export * from "./CreateBrandingPhotoUploadPartiesResponseDataType.mjs";
|
|
1
6
|
export * from "./DisableLimitsPartiesResponse.mjs";
|
|
2
7
|
export * from "./DisableLimitsPartiesResponseData.mjs";
|
|
3
8
|
export * from "./DisableLimitsPartiesResponseDataAttributes.mjs";
|
|
4
9
|
export * from "./DisableLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
5
10
|
export * from "./DisableLimitsPartiesResponseDataType.mjs";
|
|
11
|
+
export * from "./GetBrandingForPartyPartiesResponse.mjs";
|
|
12
|
+
export * from "./GetBrandingForPartyPartiesResponseData.mjs";
|
|
13
|
+
export * from "./GetBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
14
|
+
export * from "./GetBrandingForPartyPartiesResponseDataType.mjs";
|
|
6
15
|
export * from "./GetCompliancePartiesResponse.mjs";
|
|
7
16
|
export * from "./GetCompliancePartiesResponseData.mjs";
|
|
8
17
|
export * from "./GetCompliancePartiesResponseDataAttributes.mjs";
|
|
@@ -45,6 +54,10 @@ export * from "./SetLimitsPartiesResponseData.mjs";
|
|
|
45
54
|
export * from "./SetLimitsPartiesResponseDataAttributes.mjs";
|
|
46
55
|
export * from "./SetLimitsPartiesResponseDataAttributesLimits.mjs";
|
|
47
56
|
export * from "./SetLimitsPartiesResponseDataType.mjs";
|
|
57
|
+
export * from "./UpdateBrandingForPartyPartiesResponse.mjs";
|
|
58
|
+
export * from "./UpdateBrandingForPartyPartiesResponseData.mjs";
|
|
59
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataAttributes.mjs";
|
|
60
|
+
export * from "./UpdateBrandingForPartyPartiesResponseDataType.mjs";
|
|
48
61
|
export * from "./UpdatePartiesResponseDataAttributesPersona.mjs";
|
|
49
62
|
export * from "./UpdMyParty.mjs";
|
|
50
63
|
export * from "./UpdMyPartyAttrs.mjs";
|
|
@@ -10,5 +10,6 @@ export declare namespace InviteCustomerSimulationsRequest {
|
|
|
10
10
|
permissions?: InviteCustomerSimulationsRequestPermissionsItem.Raw[] | null;
|
|
11
11
|
type?: InviteCustomerSimulationsRequestType.Raw | null;
|
|
12
12
|
message?: string | null;
|
|
13
|
+
redirectUrl?: string | null;
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -7,4 +7,5 @@ export const InviteCustomerSimulationsRequest = core.serialization.object({
|
|
|
7
7
|
permissions: core.serialization.list(InviteCustomerSimulationsRequestPermissionsItem).optional(),
|
|
8
8
|
type: InviteCustomerSimulationsRequestType.optional(),
|
|
9
9
|
message: core.serialization.string().optional(),
|
|
10
|
+
redirectUrl: core.serialization.string().optional(),
|
|
10
11
|
});
|
|
@@ -21,6 +21,7 @@ export declare namespace AcceptCustomerInvitationSimulationsResponseDataAttribut
|
|
|
21
21
|
acceptedAt?: string | null;
|
|
22
22
|
declinedAt?: string | null;
|
|
23
23
|
cancelReason?: AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.Raw | null;
|
|
24
|
+
redirectUrl?: string | null;
|
|
24
25
|
tags: Record<string, string>;
|
|
25
26
|
createdAt: string;
|
|
26
27
|
updatedAt: string;
|
|
@@ -18,6 +18,7 @@ export const AcceptCustomerInvitationSimulationsResponseDataAttributes = core.se
|
|
|
18
18
|
acceptedAt: core.serialization.string().nullable(),
|
|
19
19
|
declinedAt: core.serialization.string().nullable(),
|
|
20
20
|
cancelReason: AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.nullable(),
|
|
21
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
21
22
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
22
23
|
createdAt: core.serialization.string(),
|
|
23
24
|
updatedAt: core.serialization.string(),
|
|
@@ -21,6 +21,7 @@ export declare namespace DeclineCustomerInvitationSimulationsResponseDataAttribu
|
|
|
21
21
|
acceptedAt?: string | null;
|
|
22
22
|
declinedAt?: string | null;
|
|
23
23
|
cancelReason?: DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.Raw | null;
|
|
24
|
+
redirectUrl?: string | null;
|
|
24
25
|
tags: Record<string, string>;
|
|
25
26
|
createdAt: string;
|
|
26
27
|
updatedAt: string;
|
|
@@ -18,6 +18,7 @@ export const DeclineCustomerInvitationSimulationsResponseDataAttributes = core.s
|
|
|
18
18
|
acceptedAt: core.serialization.string().nullable(),
|
|
19
19
|
declinedAt: core.serialization.string().nullable(),
|
|
20
20
|
cancelReason: DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.nullable(),
|
|
21
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
21
22
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
22
23
|
createdAt: core.serialization.string(),
|
|
23
24
|
updatedAt: core.serialization.string(),
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const InviteCustomerSimulationsRequestPermissionsItem: core.serialization.Schema<serializers.InviteCustomerSimulationsRequestPermissionsItem.Raw, Natural.InviteCustomerSimulationsRequestPermissionsItem>;
|
|
5
5
|
export declare namespace InviteCustomerSimulationsRequestPermissionsItem {
|
|
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
|
}
|
|
@@ -19,4 +19,10 @@ export const InviteCustomerSimulationsRequestPermissionsItem = core.serializatio
|
|
|
19
19
|
"party.read",
|
|
20
20
|
"party.update",
|
|
21
21
|
"payment_intents.create",
|
|
22
|
+
"payment_intents.read",
|
|
23
|
+
"card_payments.read",
|
|
24
|
+
"refunds.read",
|
|
25
|
+
"chargebacks.read",
|
|
26
|
+
"mandates.read",
|
|
27
|
+
"enrollment.read",
|
|
22
28
|
]);
|
|
@@ -21,6 +21,7 @@ export declare namespace InviteCustomerSimulationsResponseDataItemAttributes {
|
|
|
21
21
|
acceptedAt?: string | null;
|
|
22
22
|
declinedAt?: string | null;
|
|
23
23
|
cancelReason?: InviteCustomerSimulationsResponseDataItemAttributesCancelReason.Raw | null;
|
|
24
|
+
redirectUrl?: string | null;
|
|
24
25
|
tags: Record<string, string>;
|
|
25
26
|
createdAt: string;
|
|
26
27
|
updatedAt: string;
|
|
@@ -18,6 +18,7 @@ export const InviteCustomerSimulationsResponseDataItemAttributes = core.serializ
|
|
|
18
18
|
acceptedAt: core.serialization.string().nullable(),
|
|
19
19
|
declinedAt: core.serialization.string().nullable(),
|
|
20
20
|
cancelReason: InviteCustomerSimulationsResponseDataItemAttributesCancelReason.nullable(),
|
|
21
|
+
redirectUrl: core.serialization.string().nullable(),
|
|
21
22
|
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
22
23
|
createdAt: core.serialization.string(),
|
|
23
24
|
updatedAt: core.serialization.string(),
|
package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts
CHANGED
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const 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/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs
CHANGED
|
@@ -60,4 +60,22 @@ export const CreateWebhooksRequestEnabledEventsItem = core.serialization.enum_([
|
|
|
60
60
|
"payment_request.canceled",
|
|
61
61
|
"payment_request.declined",
|
|
62
62
|
"payment_request.incoming",
|
|
63
|
+
"paymentIntent.completed",
|
|
64
|
+
"cardPayment.succeeded",
|
|
65
|
+
"cardPayment.failed",
|
|
66
|
+
"paymentIntent.canceled",
|
|
67
|
+
"cardPayment.created",
|
|
68
|
+
"refund.created",
|
|
69
|
+
"refund.succeeded",
|
|
70
|
+
"refund.failed",
|
|
71
|
+
"chargeback.created",
|
|
72
|
+
"chargeback.updated",
|
|
73
|
+
"chargeback.closed",
|
|
74
|
+
"enrollment.applied",
|
|
75
|
+
"enrollment.activated",
|
|
76
|
+
"enrollment.rejected",
|
|
77
|
+
"enrollment.offboarded",
|
|
78
|
+
"mandate.created",
|
|
79
|
+
"mandate.updated",
|
|
80
|
+
"mandate.revoked",
|
|
63
81
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const 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
|
}
|
|
@@ -60,4 +60,22 @@ export const CreateWebhooksResponseDataAttributesEnabledEventsItem = core.serial
|
|
|
60
60
|
"payment_request.canceled",
|
|
61
61
|
"payment_request.declined",
|
|
62
62
|
"payment_request.incoming",
|
|
63
|
+
"paymentIntent.completed",
|
|
64
|
+
"cardPayment.succeeded",
|
|
65
|
+
"cardPayment.failed",
|
|
66
|
+
"paymentIntent.canceled",
|
|
67
|
+
"cardPayment.created",
|
|
68
|
+
"refund.created",
|
|
69
|
+
"refund.succeeded",
|
|
70
|
+
"refund.failed",
|
|
71
|
+
"chargeback.created",
|
|
72
|
+
"chargeback.updated",
|
|
73
|
+
"chargeback.closed",
|
|
74
|
+
"enrollment.applied",
|
|
75
|
+
"enrollment.activated",
|
|
76
|
+
"enrollment.rejected",
|
|
77
|
+
"enrollment.offboarded",
|
|
78
|
+
"mandate.created",
|
|
79
|
+
"mandate.updated",
|
|
80
|
+
"mandate.revoked",
|
|
63
81
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const 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
|
}
|
|
@@ -60,4 +60,22 @@ export const GetWebhooksResponseDataAttributesEnabledEventsItem = core.serializa
|
|
|
60
60
|
"payment_request.canceled",
|
|
61
61
|
"payment_request.declined",
|
|
62
62
|
"payment_request.incoming",
|
|
63
|
+
"paymentIntent.completed",
|
|
64
|
+
"cardPayment.succeeded",
|
|
65
|
+
"cardPayment.failed",
|
|
66
|
+
"paymentIntent.canceled",
|
|
67
|
+
"cardPayment.created",
|
|
68
|
+
"refund.created",
|
|
69
|
+
"refund.succeeded",
|
|
70
|
+
"refund.failed",
|
|
71
|
+
"chargeback.created",
|
|
72
|
+
"chargeback.updated",
|
|
73
|
+
"chargeback.closed",
|
|
74
|
+
"enrollment.applied",
|
|
75
|
+
"enrollment.activated",
|
|
76
|
+
"enrollment.rejected",
|
|
77
|
+
"enrollment.offboarded",
|
|
78
|
+
"mandate.created",
|
|
79
|
+
"mandate.updated",
|
|
80
|
+
"mandate.revoked",
|
|
63
81
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const 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
|
}
|
|
@@ -60,4 +60,22 @@ export const RemoveWebhooksResponseDataAttributesEnabledEventsItem = core.serial
|
|
|
60
60
|
"payment_request.canceled",
|
|
61
61
|
"payment_request.declined",
|
|
62
62
|
"payment_request.incoming",
|
|
63
|
+
"paymentIntent.completed",
|
|
64
|
+
"cardPayment.succeeded",
|
|
65
|
+
"cardPayment.failed",
|
|
66
|
+
"paymentIntent.canceled",
|
|
67
|
+
"cardPayment.created",
|
|
68
|
+
"refund.created",
|
|
69
|
+
"refund.succeeded",
|
|
70
|
+
"refund.failed",
|
|
71
|
+
"chargeback.created",
|
|
72
|
+
"chargeback.updated",
|
|
73
|
+
"chargeback.closed",
|
|
74
|
+
"enrollment.applied",
|
|
75
|
+
"enrollment.activated",
|
|
76
|
+
"enrollment.rejected",
|
|
77
|
+
"enrollment.offboarded",
|
|
78
|
+
"mandate.created",
|
|
79
|
+
"mandate.updated",
|
|
80
|
+
"mandate.revoked",
|
|
63
81
|
]);
|
package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts
CHANGED
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const 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/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs
CHANGED
|
@@ -60,4 +60,22 @@ export const UpdateWebhooksRequestEnabledEventsItem = core.serialization.enum_([
|
|
|
60
60
|
"payment_request.canceled",
|
|
61
61
|
"payment_request.declined",
|
|
62
62
|
"payment_request.incoming",
|
|
63
|
+
"paymentIntent.completed",
|
|
64
|
+
"cardPayment.succeeded",
|
|
65
|
+
"cardPayment.failed",
|
|
66
|
+
"paymentIntent.canceled",
|
|
67
|
+
"cardPayment.created",
|
|
68
|
+
"refund.created",
|
|
69
|
+
"refund.succeeded",
|
|
70
|
+
"refund.failed",
|
|
71
|
+
"chargeback.created",
|
|
72
|
+
"chargeback.updated",
|
|
73
|
+
"chargeback.closed",
|
|
74
|
+
"enrollment.applied",
|
|
75
|
+
"enrollment.activated",
|
|
76
|
+
"enrollment.rejected",
|
|
77
|
+
"enrollment.offboarded",
|
|
78
|
+
"mandate.created",
|
|
79
|
+
"mandate.updated",
|
|
80
|
+
"mandate.revoked",
|
|
63
81
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const 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
|
}
|
|
@@ -60,4 +60,22 @@ export const UpdateWebhooksResponseDataAttributesEnabledEventsItem = core.serial
|
|
|
60
60
|
"payment_request.canceled",
|
|
61
61
|
"payment_request.declined",
|
|
62
62
|
"payment_request.incoming",
|
|
63
|
+
"paymentIntent.completed",
|
|
64
|
+
"cardPayment.succeeded",
|
|
65
|
+
"cardPayment.failed",
|
|
66
|
+
"paymentIntent.canceled",
|
|
67
|
+
"cardPayment.created",
|
|
68
|
+
"refund.created",
|
|
69
|
+
"refund.succeeded",
|
|
70
|
+
"refund.failed",
|
|
71
|
+
"chargeback.created",
|
|
72
|
+
"chargeback.updated",
|
|
73
|
+
"chargeback.closed",
|
|
74
|
+
"enrollment.applied",
|
|
75
|
+
"enrollment.activated",
|
|
76
|
+
"enrollment.rejected",
|
|
77
|
+
"enrollment.offboarded",
|
|
78
|
+
"mandate.created",
|
|
79
|
+
"mandate.updated",
|
|
80
|
+
"mandate.revoked",
|
|
63
81
|
]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
4
|
export declare const 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
|
}
|
|
@@ -60,4 +60,22 @@ export const WebhookEnabledEventsItem = core.serialization.enum_([
|
|
|
60
60
|
"payment_request.canceled",
|
|
61
61
|
"payment_request.declined",
|
|
62
62
|
"payment_request.incoming",
|
|
63
|
+
"paymentIntent.completed",
|
|
64
|
+
"cardPayment.succeeded",
|
|
65
|
+
"cardPayment.failed",
|
|
66
|
+
"paymentIntent.canceled",
|
|
67
|
+
"cardPayment.created",
|
|
68
|
+
"refund.created",
|
|
69
|
+
"refund.succeeded",
|
|
70
|
+
"refund.failed",
|
|
71
|
+
"chargeback.created",
|
|
72
|
+
"chargeback.updated",
|
|
73
|
+
"chargeback.closed",
|
|
74
|
+
"enrollment.applied",
|
|
75
|
+
"enrollment.activated",
|
|
76
|
+
"enrollment.rejected",
|
|
77
|
+
"enrollment.offboarded",
|
|
78
|
+
"mandate.created",
|
|
79
|
+
"mandate.updated",
|
|
80
|
+
"mandate.revoked",
|
|
63
81
|
]);
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.6.
|
|
1
|
+
export declare const SDK_VERSION = "1.6.14";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.6.
|
|
1
|
+
export const SDK_VERSION = "1.6.14";
|