@naturalpay/sdk 1.6.1 → 1.6.3
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/README.md +2 -2
- package/dist/cjs/BaseClient.d.ts +0 -4
- package/dist/cjs/BaseClient.js +2 -3
- package/dist/cjs/api/resources/ach/client/Client.js +28 -34
- package/dist/cjs/api/resources/agentKeys/client/Client.js +28 -36
- package/dist/cjs/api/resources/agents/client/Client.js +70 -86
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMeta.d.ts +3 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.d.ts +9 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.js +3 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.d.ts +16 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.js +3 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.d.ts +4 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.js +3 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.d.ts +4 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.js +3 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.d.ts +4 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.js +3 -0
- package/dist/cjs/api/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.d.ts +1 -0
- package/dist/cjs/api/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.js +1 -0
- package/dist/cjs/api/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.d.ts +1 -0
- package/dist/cjs/api/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.js +1 -0
- package/dist/cjs/api/resources/agents/types/index.d.ts +5 -0
- package/dist/cjs/api/resources/agents/types/index.js +5 -0
- package/dist/cjs/api/resources/apiKeys/client/Client.js +28 -36
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +1 -0
- package/dist/cjs/api/resources/approvals/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/approvals/client/Client.js +49 -38
- package/dist/cjs/api/resources/approvals/client/requests/DenyApprovalsRequest.d.ts +4 -1
- package/dist/cjs/api/resources/approvals/types/ApprovalAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ApprovalDetailAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.d.ts +17 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.d.ts +11 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.d.ts +14 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.d.ts +19 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.js +12 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.d.ts +8 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.js +11 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.d.ts +7 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.js +12 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ApproveResultAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.d.ts +17 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.js +3 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.d.ts +11 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.js +3 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.d.ts +14 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.js +3 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.js +9 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.js +9 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.d.ts +19 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.js +3 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.js +12 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.d.ts +8 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.js +11 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.d.ts +7 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.js +3 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.js +12 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.js +3 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.js +3 -0
- package/dist/cjs/api/resources/approvals/types/DenyResultAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAch.d.ts +17 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAch.js +3 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.d.ts +11 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.js +3 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.d.ts +14 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.js +3 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.js +9 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.js +9 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.d.ts +19 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.js +3 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.js +12 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.d.ts +8 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.js +11 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.d.ts +7 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.js +3 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.js +12 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.js +3 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.d.ts +17 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.d.ts +11 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.d.ts +14 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.d.ts +19 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.js +9 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.js +12 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.d.ts +8 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.js +11 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.d.ts +7 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.js +12 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.d.ts +9 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.js +3 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.d.ts +6 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.js +3 -0
- package/dist/cjs/api/resources/approvals/types/index.d.ts +56 -0
- package/dist/cjs/api/resources/approvals/types/index.js +56 -0
- package/dist/cjs/api/resources/customers/client/Client.js +42 -58
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.d.ts +1 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.js +1 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMeta.d.ts +2 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.d.ts +9 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.js +3 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.d.ts +16 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.js +3 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.d.ts +4 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.js +3 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.d.ts +4 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.js +3 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.d.ts +4 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.js +3 -0
- package/dist/cjs/api/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.d.ts +1 -0
- package/dist/cjs/api/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.js +1 -0
- package/dist/cjs/api/resources/customers/types/index.d.ts +5 -0
- package/dist/cjs/api/resources/customers/types/index.js +5 -0
- package/dist/cjs/api/resources/events/client/Client.js +21 -28
- package/dist/cjs/api/resources/externalAccounts/client/Client.js +28 -36
- package/dist/cjs/api/resources/externalParties/client/Client.js +21 -26
- package/dist/cjs/api/resources/externalPartyAccounts/client/Client.js +21 -26
- package/dist/cjs/api/resources/invitationLinks/client/Client.js +28 -40
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/invitations/client/Client.js +21 -28
- package/dist/cjs/api/resources/parties/client/Client.js +63 -86
- package/dist/cjs/api/resources/paymentRequests/client/Client.js +49 -58
- package/dist/cjs/api/resources/payments/client/Client.js +28 -34
- package/dist/cjs/api/resources/simulations/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/simulations/client/Client.js +65 -75
- package/dist/cjs/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts +4 -1
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +1 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +1 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js +1 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.js +1 -0
- package/dist/cjs/api/resources/transactions/client/Client.js +14 -18
- package/dist/cjs/api/resources/transfers/client/Client.js +35 -42
- package/dist/cjs/api/resources/wallets/client/Client.js +77 -98
- package/dist/cjs/api/resources/webhooks/client/Client.js +42 -50
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMeta.d.ts +2 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMeta.js +2 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.d.ts +12 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.js +44 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.d.ts +19 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.js +51 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.d.ts +9 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.js +41 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.d.ts +9 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.js +41 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.d.ts +9 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.js +41 -0
- package/dist/cjs/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.d.ts +1 -1
- package/dist/cjs/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.js +1 -1
- package/dist/cjs/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.d.ts +1 -1
- package/dist/cjs/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.js +1 -1
- package/dist/cjs/serialization/resources/agents/types/index.d.ts +5 -0
- package/dist/cjs/serialization/resources/agents/types/index.js +5 -0
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +1 -0
- package/dist/cjs/serialization/resources/approvals/client/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/approvals/client/index.js +17 -0
- package/dist/cjs/serialization/resources/approvals/client/requests/DenyApprovalsRequest.d.ts +9 -0
- package/dist/cjs/serialization/resources/approvals/client/requests/DenyApprovalsRequest.js +41 -0
- package/dist/cjs/serialization/resources/approvals/client/requests/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/approvals/client/requests/index.js +5 -0
- package/dist/cjs/serialization/resources/approvals/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/approvals/index.js +1 -0
- package/dist/cjs/serialization/resources/approvals/types/ApprovalAttrs.d.ts +5 -0
- package/dist/cjs/serialization/resources/approvals/types/ApprovalAttrs.js +5 -0
- package/dist/cjs/serialization/resources/approvals/types/ApprovalDetailAttrs.d.ts +5 -0
- package/dist/cjs/serialization/resources/approvals/types/ApprovalDetailAttrs.js +5 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.d.ts +19 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.js +51 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.d.ts +14 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.js +46 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.d.ts +13 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.js +45 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.d.ts +18 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.js +50 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.d.ts +10 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.js +42 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveResultAttrs.d.ts +5 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveResultAttrs.js +5 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.d.ts +19 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.js +51 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.d.ts +14 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.js +46 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.d.ts +13 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.js +45 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.d.ts +18 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.js +50 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.d.ts +10 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.js +42 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyResultAttrs.d.ts +5 -0
- package/dist/cjs/serialization/resources/approvals/types/DenyResultAttrs.js +5 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAch.d.ts +19 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAch.js +51 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.d.ts +14 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.js +46 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.d.ts +13 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.js +45 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.d.ts +18 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.js +50 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.d.ts +10 -0
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.js +42 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.d.ts +19 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.js +51 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.d.ts +14 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.js +46 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.d.ts +13 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.js +45 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.d.ts +18 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.js +50 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.d.ts +7 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.js +39 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.d.ts +12 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.js +44 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.d.ts +10 -0
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.js +42 -0
- package/dist/cjs/serialization/resources/approvals/types/index.d.ts +56 -0
- package/dist/cjs/serialization/resources/approvals/types/index.js +56 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.d.ts +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.js +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMeta.d.ts +2 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMeta.js +2 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.d.ts +12 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.js +44 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.d.ts +19 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.js +51 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.d.ts +9 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.js +41 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.d.ts +9 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.js +41 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.d.ts +9 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.js +41 -0
- package/dist/cjs/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.d.ts +1 -1
- package/dist/cjs/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.js +1 -1
- package/dist/cjs/serialization/resources/customers/types/index.d.ts +5 -0
- package/dist/cjs/serialization/resources/customers/types/index.js +5 -0
- package/dist/cjs/serialization/resources/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/index.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +1 -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/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +1 -1
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +1 -1
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +1 -1
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +1 -1
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.ts +1 -1
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.d.mts +0 -4
- package/dist/esm/BaseClient.mjs +2 -3
- package/dist/esm/api/resources/ach/client/Client.mjs +28 -34
- package/dist/esm/api/resources/agentKeys/client/Client.mjs +28 -36
- package/dist/esm/api/resources/agents/client/Client.mjs +70 -86
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMeta.d.mts +3 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.d.mts +9 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.mjs +2 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.d.mts +16 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.mjs +2 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.d.mts +4 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.mjs +2 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.d.mts +4 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.mjs +2 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.d.mts +4 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.mjs +2 -0
- package/dist/esm/api/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.d.mts +1 -0
- package/dist/esm/api/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.mjs +1 -0
- package/dist/esm/api/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.d.mts +1 -0
- package/dist/esm/api/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.mjs +1 -0
- package/dist/esm/api/resources/agents/types/index.d.mts +5 -0
- package/dist/esm/api/resources/agents/types/index.mjs +5 -0
- package/dist/esm/api/resources/apiKeys/client/Client.mjs +28 -36
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +1 -0
- package/dist/esm/api/resources/approvals/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/approvals/client/Client.mjs +49 -38
- package/dist/esm/api/resources/approvals/client/requests/DenyApprovalsRequest.d.mts +4 -1
- package/dist/esm/api/resources/approvals/types/ApprovalAttrs.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ApprovalDetailAttrs.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.d.mts +17 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.d.mts +11 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.d.mts +14 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.d.mts +19 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.d.mts +8 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.mjs +8 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.d.mts +7 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveResultAttrs.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.d.mts +17 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.d.mts +11 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.d.mts +14 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.d.mts +19 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.d.mts +8 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.mjs +8 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.d.mts +7 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/DenyResultAttrs.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAch.d.mts +17 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAch.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.d.mts +11 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.d.mts +14 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.d.mts +19 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.d.mts +8 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.mjs +8 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.d.mts +7 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.d.mts +17 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.d.mts +11 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.d.mts +14 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.d.mts +19 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.mjs +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.d.mts +8 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.mjs +8 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.d.mts +7 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.mjs +9 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.d.mts +9 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.d.mts +6 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.mjs +2 -0
- package/dist/esm/api/resources/approvals/types/index.d.mts +56 -0
- package/dist/esm/api/resources/approvals/types/index.mjs +56 -0
- package/dist/esm/api/resources/customers/client/Client.mjs +42 -58
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.d.mts +1 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.mjs +1 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMeta.d.mts +2 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.d.mts +9 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.d.mts +16 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.d.mts +4 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.d.mts +4 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.d.mts +4 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.mjs +2 -0
- package/dist/esm/api/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.d.mts +1 -0
- package/dist/esm/api/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.mjs +1 -0
- package/dist/esm/api/resources/customers/types/index.d.mts +5 -0
- package/dist/esm/api/resources/customers/types/index.mjs +5 -0
- package/dist/esm/api/resources/events/client/Client.mjs +21 -28
- package/dist/esm/api/resources/externalAccounts/client/Client.mjs +28 -36
- package/dist/esm/api/resources/externalParties/client/Client.mjs +21 -26
- package/dist/esm/api/resources/externalPartyAccounts/client/Client.mjs +21 -26
- package/dist/esm/api/resources/invitationLinks/client/Client.mjs +28 -40
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/invitations/client/Client.mjs +21 -28
- package/dist/esm/api/resources/parties/client/Client.mjs +63 -86
- package/dist/esm/api/resources/paymentRequests/client/Client.mjs +49 -58
- package/dist/esm/api/resources/payments/client/Client.mjs +28 -34
- package/dist/esm/api/resources/simulations/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/simulations/client/Client.mjs +65 -75
- package/dist/esm/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts +4 -1
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +1 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +1 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +1 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +1 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.mts +1 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs +1 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.mts +1 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.mjs +1 -0
- package/dist/esm/api/resources/transactions/client/Client.mjs +14 -18
- package/dist/esm/api/resources/transfers/client/Client.mjs +35 -42
- package/dist/esm/api/resources/wallets/client/Client.mjs +77 -98
- package/dist/esm/api/resources/webhooks/client/Client.mjs +42 -50
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMeta.d.mts +2 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMeta.mjs +2 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.d.mts +12 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItem.mjs +8 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.d.mts +19 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipient.mjs +15 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.d.mts +9 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientEmail.mjs +5 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.d.mts +9 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPartyId.mjs +5 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.d.mts +9 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsResponseMetaAlreadyConnectedItemRecipientPhone.mjs +5 -0
- package/dist/esm/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.d.mts +1 -1
- package/dist/esm/serialization/resources/agents/types/ListInvitationsAgentsResponseDataItemAttributesCancelReason.mjs +1 -1
- package/dist/esm/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.d.mts +1 -1
- package/dist/esm/serialization/resources/agents/types/RevokeInvitationAgentsResponseDataAttributesCancelReason.mjs +1 -1
- package/dist/esm/serialization/resources/agents/types/index.d.mts +5 -0
- package/dist/esm/serialization/resources/agents/types/index.mjs +5 -0
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +1 -0
- package/dist/esm/serialization/resources/approvals/client/index.d.mts +1 -0
- package/dist/esm/serialization/resources/approvals/client/index.mjs +1 -0
- package/dist/esm/serialization/resources/approvals/client/requests/DenyApprovalsRequest.d.mts +9 -0
- package/dist/esm/serialization/resources/approvals/client/requests/DenyApprovalsRequest.mjs +5 -0
- package/dist/esm/serialization/resources/approvals/client/requests/index.d.mts +1 -0
- package/dist/esm/serialization/resources/approvals/client/requests/index.mjs +1 -0
- package/dist/esm/serialization/resources/approvals/index.d.mts +1 -0
- package/dist/esm/serialization/resources/approvals/index.mjs +1 -0
- package/dist/esm/serialization/resources/approvals/types/ApprovalAttrs.d.mts +5 -0
- package/dist/esm/serialization/resources/approvals/types/ApprovalAttrs.mjs +5 -0
- package/dist/esm/serialization/resources/approvals/types/ApprovalDetailAttrs.d.mts +5 -0
- package/dist/esm/serialization/resources/approvals/types/ApprovalDetailAttrs.mjs +5 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.d.mts +19 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAch.mjs +15 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.d.mts +14 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterparty.mjs +10 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.d.mts +13 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccount.mjs +9 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchCounterpartyKind.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchDirection.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.d.mts +18 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandate.mjs +14 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateAmountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchMandateStatus.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesAchSecCode.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiator.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorActorType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgent.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.d.mts +10 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesInitiatorAgentOwner.mjs +6 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveResultAttrs.d.mts +5 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveResultAttrs.mjs +5 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.d.mts +19 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAch.mjs +15 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.d.mts +14 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterparty.mjs +10 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.d.mts +13 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccount.mjs +9 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchCounterpartyKind.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchDirection.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.d.mts +18 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandate.mjs +14 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateAmountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchMandateStatus.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesAchSecCode.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiator.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorActorType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgent.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.d.mts +10 -0
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesInitiatorAgentOwner.mjs +6 -0
- package/dist/esm/serialization/resources/approvals/types/DenyResultAttrs.d.mts +5 -0
- package/dist/esm/serialization/resources/approvals/types/DenyResultAttrs.mjs +5 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAch.d.mts +19 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAch.mjs +15 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.d.mts +14 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterparty.mjs +10 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.d.mts +13 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccount.mjs +9 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchCounterpartyKind.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchDirection.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.d.mts +18 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandate.mjs +14 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateAmountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchMandateStatus.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAchSecCode.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiator.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorActorType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgent.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.d.mts +10 -0
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesInitiatorAgentOwner.mjs +6 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.d.mts +19 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAch.mjs +15 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.d.mts +14 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterparty.mjs +10 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.d.mts +13 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.mjs +9 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchCounterpartyKind.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchDirection.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.d.mts +18 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandate.mjs +14 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateAmountType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchMandateStatus.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesAchSecCode.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiator.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.d.mts +7 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorActorType.mjs +3 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.d.mts +12 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgent.mjs +8 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.d.mts +10 -0
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesInitiatorAgentOwner.mjs +6 -0
- package/dist/esm/serialization/resources/approvals/types/index.d.mts +56 -0
- package/dist/esm/serialization/resources/approvals/types/index.mjs +56 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.d.mts +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseDataItemAttributesCancelReason.mjs +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMeta.d.mts +2 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMeta.mjs +2 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.d.mts +12 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItem.mjs +8 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.d.mts +19 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipient.mjs +15 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.d.mts +9 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientEmail.mjs +5 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.d.mts +9 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPartyId.mjs +5 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.d.mts +9 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersResponseMetaAlreadyConnectedItemRecipientPhone.mjs +5 -0
- package/dist/esm/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.d.mts +1 -1
- package/dist/esm/serialization/resources/customers/types/RevokeInvitationCustomersResponseDataAttributesCancelReason.mjs +1 -1
- package/dist/esm/serialization/resources/customers/types/index.d.mts +5 -0
- package/dist/esm/serialization/resources/customers/types/index.mjs +5 -0
- package/dist/esm/serialization/resources/index.d.mts +1 -0
- package/dist/esm/serialization/resources/index.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +1 -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/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +1 -1
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +1 -1
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +1 -1
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +1 -1
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.mts +1 -1
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +4 -2
|
@@ -0,0 +1,12 @@
|
|
|
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 { DenyApprovalsResponseDataAttributesInitiatorAgentOwner } from "./DenyApprovalsResponseDataAttributesInitiatorAgentOwner.mjs";
|
|
5
|
+
export declare const DenyApprovalsResponseDataAttributesInitiatorAgent: core.serialization.ObjectSchema<serializers.DenyApprovalsResponseDataAttributesInitiatorAgent.Raw, Natural.DenyApprovalsResponseDataAttributesInitiatorAgent>;
|
|
6
|
+
export declare namespace DenyApprovalsResponseDataAttributesInitiatorAgent {
|
|
7
|
+
interface Raw {
|
|
8
|
+
id: string;
|
|
9
|
+
name?: string | null;
|
|
10
|
+
owner?: DenyApprovalsResponseDataAttributesInitiatorAgentOwner.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { DenyApprovalsResponseDataAttributesInitiatorAgentOwner } from "./DenyApprovalsResponseDataAttributesInitiatorAgentOwner.mjs";
|
|
4
|
+
export const DenyApprovalsResponseDataAttributesInitiatorAgent = core.serialization.object({
|
|
5
|
+
id: core.serialization.string(),
|
|
6
|
+
name: core.serialization.string().nullable(),
|
|
7
|
+
owner: DenyApprovalsResponseDataAttributesInitiatorAgentOwner.nullable(),
|
|
8
|
+
});
|
|
@@ -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 DenyApprovalsResponseDataAttributesInitiatorAgentOwner: core.serialization.ObjectSchema<serializers.DenyApprovalsResponseDataAttributesInitiatorAgentOwner.Raw, Natural.DenyApprovalsResponseDataAttributesInitiatorAgentOwner>;
|
|
5
|
+
export declare namespace DenyApprovalsResponseDataAttributesInitiatorAgentOwner {
|
|
6
|
+
interface Raw {
|
|
7
|
+
partyId: string;
|
|
8
|
+
name: string;
|
|
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 DenyApprovalsResponseDataAttributesInitiatorAgentOwner = core.serialization.object({
|
|
4
|
+
partyId: core.serialization.string(),
|
|
5
|
+
name: core.serialization.string(),
|
|
6
|
+
});
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type * as Natural from "../../../../api/index.mjs";
|
|
2
2
|
import * as core from "../../../../core/index.mjs";
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { DenyApprovalsResponseDataAttributesAch } from "./DenyApprovalsResponseDataAttributesAch.mjs";
|
|
4
5
|
import { DenyApprovalsResponseDataAttributesCustomer } from "./DenyApprovalsResponseDataAttributesCustomer.mjs";
|
|
6
|
+
import { DenyApprovalsResponseDataAttributesInitiator } from "./DenyApprovalsResponseDataAttributesInitiator.mjs";
|
|
5
7
|
import { DenyApprovalsResponseDataAttributesPayment } from "./DenyApprovalsResponseDataAttributesPayment.mjs";
|
|
6
8
|
import { DenyApprovalsResponseDataAttributesReasonsItem } from "./DenyApprovalsResponseDataAttributesReasonsItem.mjs";
|
|
7
9
|
import { DenyResultStatus } from "./DenyResultStatus.mjs";
|
|
@@ -14,6 +16,9 @@ export declare namespace DenyResultAttrs {
|
|
|
14
16
|
payment?: DenyApprovalsResponseDataAttributesPayment.Raw | null;
|
|
15
17
|
reasons: DenyApprovalsResponseDataAttributesReasonsItem.Raw[];
|
|
16
18
|
customer?: DenyApprovalsResponseDataAttributesCustomer.Raw | null;
|
|
19
|
+
ach?: DenyApprovalsResponseDataAttributesAch.Raw | null;
|
|
20
|
+
initiator?: DenyApprovalsResponseDataAttributesInitiator.Raw | null;
|
|
21
|
+
denialReason?: string | null;
|
|
17
22
|
createdAt: string;
|
|
18
23
|
updatedAt: string;
|
|
19
24
|
resolvedAt?: string | null;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { DenyApprovalsResponseDataAttributesAch } from "./DenyApprovalsResponseDataAttributesAch.mjs";
|
|
3
4
|
import { DenyApprovalsResponseDataAttributesCustomer } from "./DenyApprovalsResponseDataAttributesCustomer.mjs";
|
|
5
|
+
import { DenyApprovalsResponseDataAttributesInitiator } from "./DenyApprovalsResponseDataAttributesInitiator.mjs";
|
|
4
6
|
import { DenyApprovalsResponseDataAttributesPayment } from "./DenyApprovalsResponseDataAttributesPayment.mjs";
|
|
5
7
|
import { DenyApprovalsResponseDataAttributesReasonsItem } from "./DenyApprovalsResponseDataAttributesReasonsItem.mjs";
|
|
6
8
|
import { DenyResultStatus } from "./DenyResultStatus.mjs";
|
|
@@ -11,6 +13,9 @@ export const DenyResultAttrs = core.serialization.object({
|
|
|
11
13
|
payment: DenyApprovalsResponseDataAttributesPayment.nullable(),
|
|
12
14
|
reasons: core.serialization.list(DenyApprovalsResponseDataAttributesReasonsItem),
|
|
13
15
|
customer: DenyApprovalsResponseDataAttributesCustomer.nullable(),
|
|
16
|
+
ach: DenyApprovalsResponseDataAttributesAch.nullable(),
|
|
17
|
+
initiator: DenyApprovalsResponseDataAttributesInitiator.nullable(),
|
|
18
|
+
denialReason: core.serialization.string().nullable(),
|
|
14
19
|
createdAt: core.serialization.string(),
|
|
15
20
|
updatedAt: core.serialization.string(),
|
|
16
21
|
resolvedAt: core.serialization.string().nullable(),
|
package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAch.d.mts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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 { GetApprovalsResponseDataAttributesAchCounterparty } from "./GetApprovalsResponseDataAttributesAchCounterparty.mjs";
|
|
5
|
+
import { GetApprovalsResponseDataAttributesAchDirection } from "./GetApprovalsResponseDataAttributesAchDirection.mjs";
|
|
6
|
+
import { GetApprovalsResponseDataAttributesAchMandate } from "./GetApprovalsResponseDataAttributesAchMandate.mjs";
|
|
7
|
+
import { GetApprovalsResponseDataAttributesAchSecCode } from "./GetApprovalsResponseDataAttributesAchSecCode.mjs";
|
|
8
|
+
export declare const GetApprovalsResponseDataAttributesAch: core.serialization.ObjectSchema<serializers.GetApprovalsResponseDataAttributesAch.Raw, Natural.GetApprovalsResponseDataAttributesAch>;
|
|
9
|
+
export declare namespace GetApprovalsResponseDataAttributesAch {
|
|
10
|
+
interface Raw {
|
|
11
|
+
direction: GetApprovalsResponseDataAttributesAchDirection.Raw;
|
|
12
|
+
secCode: GetApprovalsResponseDataAttributesAchSecCode.Raw;
|
|
13
|
+
companyEntryDescription: string;
|
|
14
|
+
companyName: string;
|
|
15
|
+
expectedAvailableAt?: string | null;
|
|
16
|
+
counterparty?: GetApprovalsResponseDataAttributesAchCounterparty.Raw | null;
|
|
17
|
+
mandate?: GetApprovalsResponseDataAttributesAchMandate.Raw | null;
|
|
18
|
+
}
|
|
19
|
+
}
|
package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesAch.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetApprovalsResponseDataAttributesAchCounterparty } from "./GetApprovalsResponseDataAttributesAchCounterparty.mjs";
|
|
4
|
+
import { GetApprovalsResponseDataAttributesAchDirection } from "./GetApprovalsResponseDataAttributesAchDirection.mjs";
|
|
5
|
+
import { GetApprovalsResponseDataAttributesAchMandate } from "./GetApprovalsResponseDataAttributesAchMandate.mjs";
|
|
6
|
+
import { GetApprovalsResponseDataAttributesAchSecCode } from "./GetApprovalsResponseDataAttributesAchSecCode.mjs";
|
|
7
|
+
export const GetApprovalsResponseDataAttributesAch = core.serialization.object({
|
|
8
|
+
direction: GetApprovalsResponseDataAttributesAchDirection,
|
|
9
|
+
secCode: GetApprovalsResponseDataAttributesAchSecCode,
|
|
10
|
+
companyEntryDescription: core.serialization.string(),
|
|
11
|
+
companyName: core.serialization.string(),
|
|
12
|
+
expectedAvailableAt: core.serialization.string().nullable(),
|
|
13
|
+
counterparty: GetApprovalsResponseDataAttributesAchCounterparty.nullable(),
|
|
14
|
+
mandate: GetApprovalsResponseDataAttributesAchMandate.nullable(),
|
|
15
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { GetApprovalsResponseDataAttributesAchCounterpartyAccount } from "./GetApprovalsResponseDataAttributesAchCounterpartyAccount.mjs";
|
|
5
|
+
import { GetApprovalsResponseDataAttributesAchCounterpartyKind } from "./GetApprovalsResponseDataAttributesAchCounterpartyKind.mjs";
|
|
6
|
+
export declare const GetApprovalsResponseDataAttributesAchCounterparty: core.serialization.ObjectSchema<serializers.GetApprovalsResponseDataAttributesAchCounterparty.Raw, Natural.GetApprovalsResponseDataAttributesAchCounterparty>;
|
|
7
|
+
export declare namespace GetApprovalsResponseDataAttributesAchCounterparty {
|
|
8
|
+
interface Raw {
|
|
9
|
+
externalPartyId: string;
|
|
10
|
+
name: string;
|
|
11
|
+
kind: GetApprovalsResponseDataAttributesAchCounterpartyKind.Raw;
|
|
12
|
+
account: GetApprovalsResponseDataAttributesAchCounterpartyAccount.Raw;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetApprovalsResponseDataAttributesAchCounterpartyAccount } from "./GetApprovalsResponseDataAttributesAchCounterpartyAccount.mjs";
|
|
4
|
+
import { GetApprovalsResponseDataAttributesAchCounterpartyKind } from "./GetApprovalsResponseDataAttributesAchCounterpartyKind.mjs";
|
|
5
|
+
export const GetApprovalsResponseDataAttributesAchCounterparty = core.serialization.object({
|
|
6
|
+
externalPartyId: core.serialization.string(),
|
|
7
|
+
name: core.serialization.string(),
|
|
8
|
+
kind: GetApprovalsResponseDataAttributesAchCounterpartyKind,
|
|
9
|
+
account: GetApprovalsResponseDataAttributesAchCounterpartyAccount,
|
|
10
|
+
});
|
|
@@ -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 { GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType } from "./GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs";
|
|
5
|
+
export declare const GetApprovalsResponseDataAttributesAchCounterpartyAccount: core.serialization.ObjectSchema<serializers.GetApprovalsResponseDataAttributesAchCounterpartyAccount.Raw, Natural.GetApprovalsResponseDataAttributesAchCounterpartyAccount>;
|
|
6
|
+
export declare namespace GetApprovalsResponseDataAttributesAchCounterpartyAccount {
|
|
7
|
+
interface Raw {
|
|
8
|
+
id: string;
|
|
9
|
+
accountType: GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.Raw;
|
|
10
|
+
last4: string;
|
|
11
|
+
mask: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -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 { GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType } from "./GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.mjs";
|
|
4
|
+
export const GetApprovalsResponseDataAttributesAchCounterpartyAccount = core.serialization.object({
|
|
5
|
+
id: core.serialization.string(),
|
|
6
|
+
accountType: GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType,
|
|
7
|
+
last4: core.serialization.string(),
|
|
8
|
+
mask: core.serialization.string(),
|
|
9
|
+
});
|
|
@@ -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 GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType: core.serialization.Schema<serializers.GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType.Raw, Natural.GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesAchCounterpartyAccountAccountType {
|
|
6
|
+
type Raw = "checking" | "savings";
|
|
7
|
+
}
|
|
@@ -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 GetApprovalsResponseDataAttributesAchCounterpartyKind: core.serialization.Schema<serializers.GetApprovalsResponseDataAttributesAchCounterpartyKind.Raw, Natural.GetApprovalsResponseDataAttributesAchCounterpartyKind>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesAchCounterpartyKind {
|
|
6
|
+
type Raw = "individual" | "business";
|
|
7
|
+
}
|
|
@@ -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 GetApprovalsResponseDataAttributesAchDirection: core.serialization.Schema<serializers.GetApprovalsResponseDataAttributesAchDirection.Raw, Natural.GetApprovalsResponseDataAttributesAchDirection>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesAchDirection {
|
|
6
|
+
type Raw = "debit" | "credit";
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { GetApprovalsResponseDataAttributesAchMandateAmountType } from "./GetApprovalsResponseDataAttributesAchMandateAmountType.mjs";
|
|
5
|
+
import { GetApprovalsResponseDataAttributesAchMandateStatus } from "./GetApprovalsResponseDataAttributesAchMandateStatus.mjs";
|
|
6
|
+
export declare const GetApprovalsResponseDataAttributesAchMandate: core.serialization.ObjectSchema<serializers.GetApprovalsResponseDataAttributesAchMandate.Raw, Natural.GetApprovalsResponseDataAttributesAchMandate>;
|
|
7
|
+
export declare namespace GetApprovalsResponseDataAttributesAchMandate {
|
|
8
|
+
interface Raw {
|
|
9
|
+
id: string;
|
|
10
|
+
status: GetApprovalsResponseDataAttributesAchMandateStatus.Raw;
|
|
11
|
+
amountType: GetApprovalsResponseDataAttributesAchMandateAmountType.Raw;
|
|
12
|
+
fixedAmount?: number | null;
|
|
13
|
+
maximumAmount?: number | null;
|
|
14
|
+
currency: string;
|
|
15
|
+
effectiveAt: string;
|
|
16
|
+
expiresAt?: string | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetApprovalsResponseDataAttributesAchMandateAmountType } from "./GetApprovalsResponseDataAttributesAchMandateAmountType.mjs";
|
|
4
|
+
import { GetApprovalsResponseDataAttributesAchMandateStatus } from "./GetApprovalsResponseDataAttributesAchMandateStatus.mjs";
|
|
5
|
+
export const GetApprovalsResponseDataAttributesAchMandate = core.serialization.object({
|
|
6
|
+
id: core.serialization.string(),
|
|
7
|
+
status: GetApprovalsResponseDataAttributesAchMandateStatus,
|
|
8
|
+
amountType: GetApprovalsResponseDataAttributesAchMandateAmountType,
|
|
9
|
+
fixedAmount: core.serialization.number().nullable(),
|
|
10
|
+
maximumAmount: core.serialization.number().nullable(),
|
|
11
|
+
currency: core.serialization.string(),
|
|
12
|
+
effectiveAt: core.serialization.string(),
|
|
13
|
+
expiresAt: core.serialization.string().nullable(),
|
|
14
|
+
});
|
|
@@ -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 GetApprovalsResponseDataAttributesAchMandateAmountType: core.serialization.Schema<serializers.GetApprovalsResponseDataAttributesAchMandateAmountType.Raw, Natural.GetApprovalsResponseDataAttributesAchMandateAmountType>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesAchMandateAmountType {
|
|
6
|
+
type Raw = "fixed" | "variable";
|
|
7
|
+
}
|
|
@@ -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 GetApprovalsResponseDataAttributesAchMandateStatus: core.serialization.Schema<serializers.GetApprovalsResponseDataAttributesAchMandateStatus.Raw, Natural.GetApprovalsResponseDataAttributesAchMandateStatus>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesAchMandateStatus {
|
|
6
|
+
type Raw = "active" | "revoked" | "expired" | "superseded" | "consumed";
|
|
7
|
+
}
|
|
@@ -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 GetApprovalsResponseDataAttributesAchSecCode: core.serialization.Schema<serializers.GetApprovalsResponseDataAttributesAchSecCode.Raw, Natural.GetApprovalsResponseDataAttributesAchSecCode>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesAchSecCode {
|
|
6
|
+
type Raw = "WEB" | "PPD" | "TEL" | "CCD";
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 { GetApprovalsResponseDataAttributesInitiatorActorType } from "./GetApprovalsResponseDataAttributesInitiatorActorType.mjs";
|
|
5
|
+
import { GetApprovalsResponseDataAttributesInitiatorAgent } from "./GetApprovalsResponseDataAttributesInitiatorAgent.mjs";
|
|
6
|
+
export declare const GetApprovalsResponseDataAttributesInitiator: core.serialization.ObjectSchema<serializers.GetApprovalsResponseDataAttributesInitiator.Raw, Natural.GetApprovalsResponseDataAttributesInitiator>;
|
|
7
|
+
export declare namespace GetApprovalsResponseDataAttributesInitiator {
|
|
8
|
+
interface Raw {
|
|
9
|
+
actorType: GetApprovalsResponseDataAttributesInitiatorActorType.Raw;
|
|
10
|
+
agent?: GetApprovalsResponseDataAttributesInitiatorAgent.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetApprovalsResponseDataAttributesInitiatorActorType } from "./GetApprovalsResponseDataAttributesInitiatorActorType.mjs";
|
|
4
|
+
import { GetApprovalsResponseDataAttributesInitiatorAgent } from "./GetApprovalsResponseDataAttributesInitiatorAgent.mjs";
|
|
5
|
+
export const GetApprovalsResponseDataAttributesInitiator = core.serialization.object({
|
|
6
|
+
actorType: GetApprovalsResponseDataAttributesInitiatorActorType,
|
|
7
|
+
agent: GetApprovalsResponseDataAttributesInitiatorAgent.nullable(),
|
|
8
|
+
});
|
|
@@ -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 GetApprovalsResponseDataAttributesInitiatorActorType: core.serialization.Schema<serializers.GetApprovalsResponseDataAttributesInitiatorActorType.Raw, Natural.GetApprovalsResponseDataAttributesInitiatorActorType>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesInitiatorActorType {
|
|
6
|
+
type Raw = "user" | "agent" | "api" | "service" | "internalAdmin";
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 { GetApprovalsResponseDataAttributesInitiatorAgentOwner } from "./GetApprovalsResponseDataAttributesInitiatorAgentOwner.mjs";
|
|
5
|
+
export declare const GetApprovalsResponseDataAttributesInitiatorAgent: core.serialization.ObjectSchema<serializers.GetApprovalsResponseDataAttributesInitiatorAgent.Raw, Natural.GetApprovalsResponseDataAttributesInitiatorAgent>;
|
|
6
|
+
export declare namespace GetApprovalsResponseDataAttributesInitiatorAgent {
|
|
7
|
+
interface Raw {
|
|
8
|
+
id: string;
|
|
9
|
+
name?: string | null;
|
|
10
|
+
owner?: GetApprovalsResponseDataAttributesInitiatorAgentOwner.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetApprovalsResponseDataAttributesInitiatorAgentOwner } from "./GetApprovalsResponseDataAttributesInitiatorAgentOwner.mjs";
|
|
4
|
+
export const GetApprovalsResponseDataAttributesInitiatorAgent = core.serialization.object({
|
|
5
|
+
id: core.serialization.string(),
|
|
6
|
+
name: core.serialization.string().nullable(),
|
|
7
|
+
owner: GetApprovalsResponseDataAttributesInitiatorAgentOwner.nullable(),
|
|
8
|
+
});
|
|
@@ -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 GetApprovalsResponseDataAttributesInitiatorAgentOwner: core.serialization.ObjectSchema<serializers.GetApprovalsResponseDataAttributesInitiatorAgentOwner.Raw, Natural.GetApprovalsResponseDataAttributesInitiatorAgentOwner>;
|
|
5
|
+
export declare namespace GetApprovalsResponseDataAttributesInitiatorAgentOwner {
|
|
6
|
+
interface Raw {
|
|
7
|
+
partyId: string;
|
|
8
|
+
name: string;
|
|
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 GetApprovalsResponseDataAttributesInitiatorAgentOwner = core.serialization.object({
|
|
4
|
+
partyId: core.serialization.string(),
|
|
5
|
+
name: core.serialization.string(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { ListApprovalsResponseDataItemAttributesAchCounterparty } from "./ListApprovalsResponseDataItemAttributesAchCounterparty.mjs";
|
|
5
|
+
import { ListApprovalsResponseDataItemAttributesAchDirection } from "./ListApprovalsResponseDataItemAttributesAchDirection.mjs";
|
|
6
|
+
import { ListApprovalsResponseDataItemAttributesAchMandate } from "./ListApprovalsResponseDataItemAttributesAchMandate.mjs";
|
|
7
|
+
import { ListApprovalsResponseDataItemAttributesAchSecCode } from "./ListApprovalsResponseDataItemAttributesAchSecCode.mjs";
|
|
8
|
+
export declare const ListApprovalsResponseDataItemAttributesAch: core.serialization.ObjectSchema<serializers.ListApprovalsResponseDataItemAttributesAch.Raw, Natural.ListApprovalsResponseDataItemAttributesAch>;
|
|
9
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAch {
|
|
10
|
+
interface Raw {
|
|
11
|
+
direction: ListApprovalsResponseDataItemAttributesAchDirection.Raw;
|
|
12
|
+
secCode: ListApprovalsResponseDataItemAttributesAchSecCode.Raw;
|
|
13
|
+
companyEntryDescription: string;
|
|
14
|
+
companyName: string;
|
|
15
|
+
expectedAvailableAt?: string | null;
|
|
16
|
+
counterparty?: ListApprovalsResponseDataItemAttributesAchCounterparty.Raw | null;
|
|
17
|
+
mandate?: ListApprovalsResponseDataItemAttributesAchMandate.Raw | null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { ListApprovalsResponseDataItemAttributesAchCounterparty } from "./ListApprovalsResponseDataItemAttributesAchCounterparty.mjs";
|
|
4
|
+
import { ListApprovalsResponseDataItemAttributesAchDirection } from "./ListApprovalsResponseDataItemAttributesAchDirection.mjs";
|
|
5
|
+
import { ListApprovalsResponseDataItemAttributesAchMandate } from "./ListApprovalsResponseDataItemAttributesAchMandate.mjs";
|
|
6
|
+
import { ListApprovalsResponseDataItemAttributesAchSecCode } from "./ListApprovalsResponseDataItemAttributesAchSecCode.mjs";
|
|
7
|
+
export const ListApprovalsResponseDataItemAttributesAch = core.serialization.object({
|
|
8
|
+
direction: ListApprovalsResponseDataItemAttributesAchDirection,
|
|
9
|
+
secCode: ListApprovalsResponseDataItemAttributesAchSecCode,
|
|
10
|
+
companyEntryDescription: core.serialization.string(),
|
|
11
|
+
companyName: core.serialization.string(),
|
|
12
|
+
expectedAvailableAt: core.serialization.string().nullable(),
|
|
13
|
+
counterparty: ListApprovalsResponseDataItemAttributesAchCounterparty.nullable(),
|
|
14
|
+
mandate: ListApprovalsResponseDataItemAttributesAchMandate.nullable(),
|
|
15
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { ListApprovalsResponseDataItemAttributesAchCounterpartyAccount } from "./ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.mjs";
|
|
5
|
+
import { ListApprovalsResponseDataItemAttributesAchCounterpartyKind } from "./ListApprovalsResponseDataItemAttributesAchCounterpartyKind.mjs";
|
|
6
|
+
export declare const ListApprovalsResponseDataItemAttributesAchCounterparty: core.serialization.ObjectSchema<serializers.ListApprovalsResponseDataItemAttributesAchCounterparty.Raw, Natural.ListApprovalsResponseDataItemAttributesAchCounterparty>;
|
|
7
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchCounterparty {
|
|
8
|
+
interface Raw {
|
|
9
|
+
externalPartyId: string;
|
|
10
|
+
name: string;
|
|
11
|
+
kind: ListApprovalsResponseDataItemAttributesAchCounterpartyKind.Raw;
|
|
12
|
+
account: ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.Raw;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { ListApprovalsResponseDataItemAttributesAchCounterpartyAccount } from "./ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.mjs";
|
|
4
|
+
import { ListApprovalsResponseDataItemAttributesAchCounterpartyKind } from "./ListApprovalsResponseDataItemAttributesAchCounterpartyKind.mjs";
|
|
5
|
+
export const ListApprovalsResponseDataItemAttributesAchCounterparty = core.serialization.object({
|
|
6
|
+
externalPartyId: core.serialization.string(),
|
|
7
|
+
name: core.serialization.string(),
|
|
8
|
+
kind: ListApprovalsResponseDataItemAttributesAchCounterpartyKind,
|
|
9
|
+
account: ListApprovalsResponseDataItemAttributesAchCounterpartyAccount,
|
|
10
|
+
});
|
|
@@ -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 { ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType } from "./ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.mjs";
|
|
5
|
+
export declare const ListApprovalsResponseDataItemAttributesAchCounterpartyAccount: core.serialization.ObjectSchema<serializers.ListApprovalsResponseDataItemAttributesAchCounterpartyAccount.Raw, Natural.ListApprovalsResponseDataItemAttributesAchCounterpartyAccount>;
|
|
6
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchCounterpartyAccount {
|
|
7
|
+
interface Raw {
|
|
8
|
+
id: string;
|
|
9
|
+
accountType: ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.Raw;
|
|
10
|
+
last4: string;
|
|
11
|
+
mask: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -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 { ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType } from "./ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.mjs";
|
|
4
|
+
export const ListApprovalsResponseDataItemAttributesAchCounterpartyAccount = core.serialization.object({
|
|
5
|
+
id: core.serialization.string(),
|
|
6
|
+
accountType: ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType,
|
|
7
|
+
last4: core.serialization.string(),
|
|
8
|
+
mask: core.serialization.string(),
|
|
9
|
+
});
|
|
@@ -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 ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType: core.serialization.Schema<serializers.ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType.Raw, Natural.ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType>;
|
|
5
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchCounterpartyAccountAccountType {
|
|
6
|
+
type Raw = "checking" | "savings";
|
|
7
|
+
}
|
|
@@ -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 ListApprovalsResponseDataItemAttributesAchCounterpartyKind: core.serialization.Schema<serializers.ListApprovalsResponseDataItemAttributesAchCounterpartyKind.Raw, Natural.ListApprovalsResponseDataItemAttributesAchCounterpartyKind>;
|
|
5
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchCounterpartyKind {
|
|
6
|
+
type Raw = "individual" | "business";
|
|
7
|
+
}
|
|
@@ -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 ListApprovalsResponseDataItemAttributesAchDirection: core.serialization.Schema<serializers.ListApprovalsResponseDataItemAttributesAchDirection.Raw, Natural.ListApprovalsResponseDataItemAttributesAchDirection>;
|
|
5
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchDirection {
|
|
6
|
+
type Raw = "debit" | "credit";
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { ListApprovalsResponseDataItemAttributesAchMandateAmountType } from "./ListApprovalsResponseDataItemAttributesAchMandateAmountType.mjs";
|
|
5
|
+
import { ListApprovalsResponseDataItemAttributesAchMandateStatus } from "./ListApprovalsResponseDataItemAttributesAchMandateStatus.mjs";
|
|
6
|
+
export declare const ListApprovalsResponseDataItemAttributesAchMandate: core.serialization.ObjectSchema<serializers.ListApprovalsResponseDataItemAttributesAchMandate.Raw, Natural.ListApprovalsResponseDataItemAttributesAchMandate>;
|
|
7
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchMandate {
|
|
8
|
+
interface Raw {
|
|
9
|
+
id: string;
|
|
10
|
+
status: ListApprovalsResponseDataItemAttributesAchMandateStatus.Raw;
|
|
11
|
+
amountType: ListApprovalsResponseDataItemAttributesAchMandateAmountType.Raw;
|
|
12
|
+
fixedAmount?: number | null;
|
|
13
|
+
maximumAmount?: number | null;
|
|
14
|
+
currency: string;
|
|
15
|
+
effectiveAt: string;
|
|
16
|
+
expiresAt?: string | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { ListApprovalsResponseDataItemAttributesAchMandateAmountType } from "./ListApprovalsResponseDataItemAttributesAchMandateAmountType.mjs";
|
|
4
|
+
import { ListApprovalsResponseDataItemAttributesAchMandateStatus } from "./ListApprovalsResponseDataItemAttributesAchMandateStatus.mjs";
|
|
5
|
+
export const ListApprovalsResponseDataItemAttributesAchMandate = core.serialization.object({
|
|
6
|
+
id: core.serialization.string(),
|
|
7
|
+
status: ListApprovalsResponseDataItemAttributesAchMandateStatus,
|
|
8
|
+
amountType: ListApprovalsResponseDataItemAttributesAchMandateAmountType,
|
|
9
|
+
fixedAmount: core.serialization.number().nullable(),
|
|
10
|
+
maximumAmount: core.serialization.number().nullable(),
|
|
11
|
+
currency: core.serialization.string(),
|
|
12
|
+
effectiveAt: core.serialization.string(),
|
|
13
|
+
expiresAt: core.serialization.string().nullable(),
|
|
14
|
+
});
|
|
@@ -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 ListApprovalsResponseDataItemAttributesAchMandateAmountType: core.serialization.Schema<serializers.ListApprovalsResponseDataItemAttributesAchMandateAmountType.Raw, Natural.ListApprovalsResponseDataItemAttributesAchMandateAmountType>;
|
|
5
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchMandateAmountType {
|
|
6
|
+
type Raw = "fixed" | "variable";
|
|
7
|
+
}
|
|
@@ -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 ListApprovalsResponseDataItemAttributesAchMandateStatus: core.serialization.Schema<serializers.ListApprovalsResponseDataItemAttributesAchMandateStatus.Raw, Natural.ListApprovalsResponseDataItemAttributesAchMandateStatus>;
|
|
5
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchMandateStatus {
|
|
6
|
+
type Raw = "active" | "revoked" | "expired" | "superseded" | "consumed";
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
export const ListApprovalsResponseDataItemAttributesAchMandateStatus = core.serialization.enum_(["active", "revoked", "expired", "superseded", "consumed"]);
|
|
@@ -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 ListApprovalsResponseDataItemAttributesAchSecCode: core.serialization.Schema<serializers.ListApprovalsResponseDataItemAttributesAchSecCode.Raw, Natural.ListApprovalsResponseDataItemAttributesAchSecCode>;
|
|
5
|
+
export declare namespace ListApprovalsResponseDataItemAttributesAchSecCode {
|
|
6
|
+
type Raw = "WEB" | "PPD" | "TEL" | "CCD";
|
|
7
|
+
}
|