@naturalpay/sdk 1.2.2 → 1.2.4
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 +3 -0
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/agentKeys/client/Client.d.ts +7 -2
- package/dist/cjs/api/resources/agentKeys/client/Client.js +7 -2
- package/dist/cjs/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.ts +3 -1
- package/dist/cjs/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +6 -1
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +1 -1
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +4 -0
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +3 -0
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/agentKeys/types/index.js +1 -0
- package/dist/cjs/api/resources/agents/client/Client.d.ts +7 -1
- package/dist/cjs/api/resources/agents/client/Client.js +7 -1
- package/dist/cjs/api/resources/agents/client/requests/NewAgentParams.d.ts +4 -0
- package/dist/cjs/api/resources/agents/client/requests/UpdAgentParams.d.ts +6 -1
- package/dist/cjs/api/resources/agents/types/AgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/AgentDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +7 -2
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +7 -2
- package/dist/cjs/api/resources/agents/types/DelAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/NewAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/UpdAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/apiKeys/client/Client.js +4 -1
- package/dist/cjs/api/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +6 -1
- package/dist/cjs/api/resources/apiKeys/types/ApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +4 -2
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -2
- package/dist/cjs/api/resources/apiKeys/types/DelApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/NewApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +7 -2
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +3 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.js +13 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.js +13 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.ts +15 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.js +18 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.ts +8 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.js +11 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.ts +12 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.js +15 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.ts +55 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.js +58 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.js +13 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.js +13 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.ts +3 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.js +13 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.js +13 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.ts +15 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.js +18 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.ts +8 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.js +11 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.ts +12 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.js +15 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.ts +55 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.js +58 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.js +13 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.ts +10 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.js +13 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefill.d.ts +11 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefill.js +3 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAccountType.d.ts +5 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAccountType.js +8 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAddress.d.ts +9 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAddress.js +3 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.ts +18 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.js +3 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBusiness.d.ts +18 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBusiness.js +3 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillIndividual.d.ts +11 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillIndividual.js +3 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillPerson.d.ts +6 -0
- package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillPerson.js +3 -0
- package/dist/cjs/api/resources/customers/types/index.d.ts +23 -0
- package/dist/cjs/api/resources/customers/types/index.js +23 -0
- package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.js +8 -0
- package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.js +8 -0
- package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/externalAccounts/client/Client.js +4 -1
- package/dist/cjs/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +5 -1
- package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/invitationLinks/client/Client.js +4 -1
- package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +5 -1
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/api/resources/invitations/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/invitations/client/Client.js +4 -1
- package/dist/cjs/api/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +6 -1
- package/dist/cjs/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/client/Client.d.ts +6 -0
- package/dist/cjs/api/resources/paymentRequests/client/Client.js +6 -0
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +4 -0
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +4 -0
- package/dist/cjs/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/IncomingReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/NewPayReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/PayReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/payments/client/Client.js +4 -1
- package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +5 -1
- package/dist/cjs/api/resources/payments/types/CancelledPmtAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/NewPaymentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/PaymentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/PaymentDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/client/Client.d.ts +12 -3
- package/dist/cjs/api/resources/transfers/client/Client.js +12 -3
- package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +7 -1
- package/dist/cjs/api/resources/transfers/client/requests/NewDepositParams.d.ts +7 -1
- package/dist/cjs/api/resources/transfers/client/requests/NewWithdrawalParams.d.ts +7 -1
- package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -0
- package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/client/Client.d.ts +10 -3
- package/dist/cjs/api/resources/wallets/client/Client.js +10 -3
- package/dist/cjs/api/resources/wallets/client/requests/CreateWalletsRequest.d.ts +7 -1
- package/dist/cjs/api/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +7 -1
- package/dist/cjs/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/WalletAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/WalletDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +8 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +8 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
- package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +8 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +8 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +8 -0
- package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.js +8 -0
- package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +2 -1
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.js +2 -1
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +9 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +41 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/index.js +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.js +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +7 -2
- package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -2
- package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +2 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.js +2 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.js +51 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.js +48 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.js +91 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.ts +2 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.js +2 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.js +51 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.js +48 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.js +91 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefill.d.ts +18 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefill.js +50 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAddress.d.ts +14 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAddress.js +46 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.ts +23 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.js +55 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.d.ts +25 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.js +59 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.d.ts +16 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.js +48 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillPerson.d.ts +12 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillPerson.js +44 -0
- package/dist/cjs/serialization/resources/customers/types/index.d.ts +23 -0
- package/dist/cjs/serialization/resources/customers/types/index.js +23 -0
- package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.js +8 -0
- package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.js +8 -0
- package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +8 -0
- package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
- package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +2 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.js +2 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.d.ts +2 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.js +2 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.ts +2 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +2 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -1
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -1
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.js +2 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +8 -0
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +8 -0
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
- package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.js +8 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/agentKeys/client/Client.d.mts +7 -2
- package/dist/esm/api/resources/agentKeys/client/Client.mjs +7 -2
- package/dist/esm/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.mts +3 -1
- package/dist/esm/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +6 -1
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +1 -1
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +4 -0
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/index.d.mts +1 -0
- package/dist/esm/api/resources/agentKeys/types/index.mjs +1 -0
- package/dist/esm/api/resources/agents/client/Client.d.mts +7 -1
- package/dist/esm/api/resources/agents/client/Client.mjs +7 -1
- package/dist/esm/api/resources/agents/client/requests/NewAgentParams.d.mts +4 -0
- package/dist/esm/api/resources/agents/client/requests/UpdAgentParams.d.mts +6 -1
- package/dist/esm/api/resources/agents/types/AgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/AgentDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +7 -2
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +7 -2
- package/dist/esm/api/resources/agents/types/DelAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/NewAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/UpdAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/apiKeys/client/Client.mjs +4 -1
- package/dist/esm/api/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +6 -1
- package/dist/esm/api/resources/apiKeys/types/ApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +4 -2
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -2
- package/dist/esm/api/resources/apiKeys/types/DelApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/NewApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +7 -2
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +3 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.mts +15 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.mjs +15 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.mts +8 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.mjs +8 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.mts +12 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.mjs +12 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.mts +55 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.mjs +55 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.mts +3 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.mts +15 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.mjs +15 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.mts +8 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.mjs +8 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.mts +12 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.mjs +12 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.mts +55 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.mjs +55 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.mts +10 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.mjs +10 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefill.d.mts +11 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefill.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAccountType.d.mts +5 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAccountType.mjs +5 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAddress.d.mts +9 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAddress.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.mts +18 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBusiness.d.mts +18 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBusiness.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillIndividual.d.mts +11 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillIndividual.mjs +2 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillPerson.d.mts +6 -0
- package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillPerson.mjs +2 -0
- package/dist/esm/api/resources/customers/types/index.d.mts +23 -0
- package/dist/esm/api/resources/customers/types/index.mjs +23 -0
- package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +8 -0
- package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +8 -0
- package/dist/esm/api/resources/events/types/ListEventsRequestEventType.d.mts +8 -0
- package/dist/esm/api/resources/events/types/ListEventsRequestEventType.mjs +8 -0
- package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +8 -0
- package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +8 -0
- package/dist/esm/api/resources/externalAccounts/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/externalAccounts/client/Client.mjs +4 -1
- package/dist/esm/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +5 -1
- package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +2 -0
- package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +2 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/invitationLinks/client/Client.mjs +4 -1
- package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +5 -1
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +7 -2
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/api/resources/invitations/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/invitations/client/Client.mjs +4 -1
- package/dist/esm/api/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +6 -1
- package/dist/esm/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/client/Client.d.mts +6 -0
- package/dist/esm/api/resources/paymentRequests/client/Client.mjs +6 -0
- package/dist/esm/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +4 -0
- package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +4 -0
- package/dist/esm/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/IncomingReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/NewPayReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/PayReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/payments/client/Client.mjs +4 -1
- package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +5 -1
- package/dist/esm/api/resources/payments/types/CancelledPmtAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/NewPaymentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/PaymentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/PaymentDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/transfers/client/Client.d.mts +12 -3
- package/dist/esm/api/resources/transfers/client/Client.mjs +12 -3
- package/dist/esm/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +7 -1
- package/dist/esm/api/resources/transfers/client/requests/NewDepositParams.d.mts +7 -1
- package/dist/esm/api/resources/transfers/client/requests/NewWithdrawalParams.d.mts +7 -1
- package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -0
- package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +2 -0
- package/dist/esm/api/resources/wallets/client/Client.d.mts +10 -3
- package/dist/esm/api/resources/wallets/client/Client.mjs +10 -3
- package/dist/esm/api/resources/wallets/client/requests/CreateWalletsRequest.d.mts +7 -1
- package/dist/esm/api/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +7 -1
- package/dist/esm/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/WalletAttrs.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/WalletDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +8 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +8 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
- package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +8 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +8 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +8 -0
- package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.mjs +8 -0
- package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +2 -1
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.mjs +2 -1
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +9 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +5 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.mjs +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +7 -2
- package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -2
- package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +2 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.mjs +2 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.mjs +15 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.mjs +12 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.mjs +55 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.mts +2 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.mjs +2 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.mjs +15 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.mjs +12 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.mjs +55 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefill.d.mts +18 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefill.mjs +14 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAddress.d.mts +14 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAddress.mjs +10 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.mts +23 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.mjs +19 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.d.mts +25 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.mjs +23 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.d.mts +16 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.mjs +12 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillPerson.d.mts +12 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillPerson.mjs +8 -0
- package/dist/esm/serialization/resources/customers/types/index.d.mts +23 -0
- package/dist/esm/serialization/resources/customers/types/index.mjs +23 -0
- package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +8 -0
- package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.mjs +8 -0
- package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +8 -0
- package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
- package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +2 -0
- package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.mjs +2 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.d.mts +2 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.mjs +2 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.mts +2 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +2 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -1
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -1
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +8 -0
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +8 -0
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
- package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.mjs +8 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +62 -14
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome: core.serialization.Schema<serializers.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.Raw, Natural.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome>;
|
|
5
|
+
export declare namespace CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome {
|
|
6
|
+
type Raw = "0-25000" | "25001-50000" | "50001-100000" | "100001-200000" | "200001-500000" | "500001+";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome = core.serialization.enum_(["0-25000", "25001-50000", "50001-100000", "100001-200000", "200001-500000", "500001+"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus: core.serialization.Schema<serializers.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.Raw, Natural.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus>;
|
|
5
|
+
export declare namespace CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus {
|
|
6
|
+
type Raw = "employed" | "self_employed" | "unemployed" | "retired" | "student" | "other";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus = core.serialization.enum_(["employed", "self_employed", "unemployed", "retired", "student", "other"]);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { CustomerInvitationPrefillAccountType } from "./CustomerInvitationPrefillAccountType.js";
|
|
5
|
+
import { CustomerInvitationPrefillBeneficialOwner } from "./CustomerInvitationPrefillBeneficialOwner.js";
|
|
6
|
+
import { CustomerInvitationPrefillBusiness } from "./CustomerInvitationPrefillBusiness.js";
|
|
7
|
+
import { CustomerInvitationPrefillIndividual } from "./CustomerInvitationPrefillIndividual.js";
|
|
8
|
+
import { CustomerInvitationPrefillPerson } from "./CustomerInvitationPrefillPerson.js";
|
|
9
|
+
export declare const CustomerInvitationPrefill: core.serialization.ObjectSchema<serializers.CustomerInvitationPrefill.Raw, Natural.CustomerInvitationPrefill>;
|
|
10
|
+
export declare namespace CustomerInvitationPrefill {
|
|
11
|
+
interface Raw {
|
|
12
|
+
accountType?: CustomerInvitationPrefillAccountType.Raw | null;
|
|
13
|
+
person?: CustomerInvitationPrefillPerson.Raw | null;
|
|
14
|
+
individual?: CustomerInvitationPrefillIndividual.Raw | null;
|
|
15
|
+
business?: CustomerInvitationPrefillBusiness.Raw | null;
|
|
16
|
+
beneficialOwners?: CustomerInvitationPrefillBeneficialOwner.Raw[] | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomerInvitationPrefill = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const CustomerInvitationPrefillAccountType_js_1 = require("./CustomerInvitationPrefillAccountType.js");
|
|
40
|
+
const CustomerInvitationPrefillBeneficialOwner_js_1 = require("./CustomerInvitationPrefillBeneficialOwner.js");
|
|
41
|
+
const CustomerInvitationPrefillBusiness_js_1 = require("./CustomerInvitationPrefillBusiness.js");
|
|
42
|
+
const CustomerInvitationPrefillIndividual_js_1 = require("./CustomerInvitationPrefillIndividual.js");
|
|
43
|
+
const CustomerInvitationPrefillPerson_js_1 = require("./CustomerInvitationPrefillPerson.js");
|
|
44
|
+
exports.CustomerInvitationPrefill = core.serialization.object({
|
|
45
|
+
accountType: CustomerInvitationPrefillAccountType_js_1.CustomerInvitationPrefillAccountType.optional(),
|
|
46
|
+
person: CustomerInvitationPrefillPerson_js_1.CustomerInvitationPrefillPerson.optional(),
|
|
47
|
+
individual: CustomerInvitationPrefillIndividual_js_1.CustomerInvitationPrefillIndividual.optional(),
|
|
48
|
+
business: CustomerInvitationPrefillBusiness_js_1.CustomerInvitationPrefillBusiness.optional(),
|
|
49
|
+
beneficialOwners: core.serialization.list(CustomerInvitationPrefillBeneficialOwner_js_1.CustomerInvitationPrefillBeneficialOwner).optional(),
|
|
50
|
+
});
|
package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const CustomerInvitationPrefillAccountType: core.serialization.Schema<serializers.CustomerInvitationPrefillAccountType.Raw, Natural.CustomerInvitationPrefillAccountType>;
|
|
5
|
+
export declare namespace CustomerInvitationPrefillAccountType {
|
|
6
|
+
type Raw = "individual" | "business";
|
|
7
|
+
}
|
package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomerInvitationPrefillAccountType = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.CustomerInvitationPrefillAccountType = core.serialization.enum_(["individual", "business"]);
|
package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAddress.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const CustomerInvitationPrefillAddress: core.serialization.ObjectSchema<serializers.CustomerInvitationPrefillAddress.Raw, Natural.CustomerInvitationPrefillAddress>;
|
|
5
|
+
export declare namespace CustomerInvitationPrefillAddress {
|
|
6
|
+
interface Raw {
|
|
7
|
+
streetLine1?: string | null;
|
|
8
|
+
streetLine2?: string | null;
|
|
9
|
+
city?: string | null;
|
|
10
|
+
subdivision?: string | null;
|
|
11
|
+
postalCode?: string | null;
|
|
12
|
+
country?: string | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomerInvitationPrefillAddress = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.CustomerInvitationPrefillAddress = core.serialization.object({
|
|
40
|
+
streetLine1: core.serialization.string().optional(),
|
|
41
|
+
streetLine2: core.serialization.string().optional(),
|
|
42
|
+
city: core.serialization.string().optional(),
|
|
43
|
+
subdivision: core.serialization.string().optional(),
|
|
44
|
+
postalCode: core.serialization.string().optional(),
|
|
45
|
+
country: core.serialization.string().optional(),
|
|
46
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.js";
|
|
5
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.js";
|
|
6
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.js";
|
|
7
|
+
import { CustomerInvitationPrefillAddress } from "./CustomerInvitationPrefillAddress.js";
|
|
8
|
+
export declare const CustomerInvitationPrefillBeneficialOwner: core.serialization.ObjectSchema<serializers.CustomerInvitationPrefillBeneficialOwner.Raw, Natural.CustomerInvitationPrefillBeneficialOwner>;
|
|
9
|
+
export declare namespace CustomerInvitationPrefillBeneficialOwner {
|
|
10
|
+
interface Raw {
|
|
11
|
+
firstName?: string | null;
|
|
12
|
+
lastName?: string | null;
|
|
13
|
+
email?: string | null;
|
|
14
|
+
phone?: string | null;
|
|
15
|
+
dateOfBirth?: string | null;
|
|
16
|
+
residentialAddress?: CustomerInvitationPrefillAddress.Raw | null;
|
|
17
|
+
ownershipPercentage?: number | null;
|
|
18
|
+
title?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.Raw | null;
|
|
19
|
+
countryOfCitizenship?: string | null;
|
|
20
|
+
employmentStatus?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.Raw | null;
|
|
21
|
+
annualIncome?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.Raw | null;
|
|
22
|
+
}
|
|
23
|
+
}
|
package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.js
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomerInvitationPrefillBeneficialOwner = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.js");
|
|
40
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.js");
|
|
41
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.js");
|
|
42
|
+
const CustomerInvitationPrefillAddress_js_1 = require("./CustomerInvitationPrefillAddress.js");
|
|
43
|
+
exports.CustomerInvitationPrefillBeneficialOwner = core.serialization.object({
|
|
44
|
+
firstName: core.serialization.string().optional(),
|
|
45
|
+
lastName: core.serialization.string().optional(),
|
|
46
|
+
email: core.serialization.string().optional(),
|
|
47
|
+
phone: core.serialization.string().optional(),
|
|
48
|
+
dateOfBirth: core.serialization.string().optional(),
|
|
49
|
+
residentialAddress: CustomerInvitationPrefillAddress_js_1.CustomerInvitationPrefillAddress.optional(),
|
|
50
|
+
ownershipPercentage: core.serialization.number().optional(),
|
|
51
|
+
title: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.optional(),
|
|
52
|
+
countryOfCitizenship: core.serialization.string().optional(),
|
|
53
|
+
employmentStatus: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.optional(),
|
|
54
|
+
annualIncome: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.optional(),
|
|
55
|
+
});
|
package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.js";
|
|
5
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.js";
|
|
6
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.js";
|
|
7
|
+
import { CustomerInvitationPrefillAddress } from "./CustomerInvitationPrefillAddress.js";
|
|
8
|
+
export declare const CustomerInvitationPrefillBusiness: core.serialization.ObjectSchema<serializers.CustomerInvitationPrefillBusiness.Raw, Natural.CustomerInvitationPrefillBusiness>;
|
|
9
|
+
export declare namespace CustomerInvitationPrefillBusiness {
|
|
10
|
+
interface Raw {
|
|
11
|
+
legalName?: string | null;
|
|
12
|
+
displayName?: string | null;
|
|
13
|
+
website?: string | null;
|
|
14
|
+
hasTradeName?: boolean | null;
|
|
15
|
+
tradeName?: string | null;
|
|
16
|
+
businessType?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.Raw | null;
|
|
17
|
+
industry?: string | null;
|
|
18
|
+
stateOfIncorporation?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.Raw | null;
|
|
19
|
+
incorporationDate?: string | null;
|
|
20
|
+
registeredAddress?: CustomerInvitationPrefillAddress.Raw | null;
|
|
21
|
+
physicalAddress?: CustomerInvitationPrefillAddress.Raw | null;
|
|
22
|
+
sourceOfFunds?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.Raw[] | null;
|
|
23
|
+
countriesOfOperations?: string[] | null;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomerInvitationPrefillBusiness = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.js");
|
|
40
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.js");
|
|
41
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.js");
|
|
42
|
+
const CustomerInvitationPrefillAddress_js_1 = require("./CustomerInvitationPrefillAddress.js");
|
|
43
|
+
exports.CustomerInvitationPrefillBusiness = core.serialization.object({
|
|
44
|
+
legalName: core.serialization.string().optional(),
|
|
45
|
+
displayName: core.serialization.string().optional(),
|
|
46
|
+
website: core.serialization.string().optional(),
|
|
47
|
+
hasTradeName: core.serialization.boolean().optional(),
|
|
48
|
+
tradeName: core.serialization.string().optional(),
|
|
49
|
+
businessType: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.optional(),
|
|
50
|
+
industry: core.serialization.string().optional(),
|
|
51
|
+
stateOfIncorporation: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.optional(),
|
|
52
|
+
incorporationDate: core.serialization.string().optional(),
|
|
53
|
+
registeredAddress: CustomerInvitationPrefillAddress_js_1.CustomerInvitationPrefillAddress.optional(),
|
|
54
|
+
physicalAddress: CustomerInvitationPrefillAddress_js_1.CustomerInvitationPrefillAddress.optional(),
|
|
55
|
+
sourceOfFunds: core.serialization
|
|
56
|
+
.list(CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem)
|
|
57
|
+
.optional(),
|
|
58
|
+
countriesOfOperations: core.serialization.list(core.serialization.string()).optional(),
|
|
59
|
+
});
|
package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.js";
|
|
5
|
+
import { CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus } from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.js";
|
|
6
|
+
import { CustomerInvitationPrefillAddress } from "./CustomerInvitationPrefillAddress.js";
|
|
7
|
+
export declare const CustomerInvitationPrefillIndividual: core.serialization.ObjectSchema<serializers.CustomerInvitationPrefillIndividual.Raw, Natural.CustomerInvitationPrefillIndividual>;
|
|
8
|
+
export declare namespace CustomerInvitationPrefillIndividual {
|
|
9
|
+
interface Raw {
|
|
10
|
+
dateOfBirth?: string | null;
|
|
11
|
+
residentialAddress?: CustomerInvitationPrefillAddress.Raw | null;
|
|
12
|
+
countryOfCitizenship?: string | null;
|
|
13
|
+
employmentStatus?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.Raw | null;
|
|
14
|
+
annualIncome?: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.Raw | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomerInvitationPrefillIndividual = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.js");
|
|
40
|
+
const CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus_js_1 = require("./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.js");
|
|
41
|
+
const CustomerInvitationPrefillAddress_js_1 = require("./CustomerInvitationPrefillAddress.js");
|
|
42
|
+
exports.CustomerInvitationPrefillIndividual = core.serialization.object({
|
|
43
|
+
dateOfBirth: core.serialization.string().optional(),
|
|
44
|
+
residentialAddress: CustomerInvitationPrefillAddress_js_1.CustomerInvitationPrefillAddress.optional(),
|
|
45
|
+
countryOfCitizenship: core.serialization.string().optional(),
|
|
46
|
+
employmentStatus: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.optional(),
|
|
47
|
+
annualIncome: CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome_js_1.CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.optional(),
|
|
48
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const CustomerInvitationPrefillPerson: core.serialization.ObjectSchema<serializers.CustomerInvitationPrefillPerson.Raw, Natural.CustomerInvitationPrefillPerson>;
|
|
5
|
+
export declare namespace CustomerInvitationPrefillPerson {
|
|
6
|
+
interface Raw {
|
|
7
|
+
firstName?: string | null;
|
|
8
|
+
lastName?: string | null;
|
|
9
|
+
email?: string | null;
|
|
10
|
+
phone?: string | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomerInvitationPrefillPerson = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.CustomerInvitationPrefillPerson = core.serialization.object({
|
|
40
|
+
firstName: core.serialization.string().optional(),
|
|
41
|
+
lastName: core.serialization.string().optional(),
|
|
42
|
+
email: core.serialization.string().optional(),
|
|
43
|
+
phone: core.serialization.string().optional(),
|
|
44
|
+
});
|
|
@@ -4,8 +4,24 @@ export * from "./CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js";
|
|
|
4
4
|
export * from "./CreateInvitationsCustomersRequestDisableNotificationsItem.js";
|
|
5
5
|
export * from "./CreateInvitationsCustomersRequestRecipientsItem.js";
|
|
6
6
|
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmail.js";
|
|
7
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.js";
|
|
8
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.js";
|
|
9
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.js";
|
|
10
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.js";
|
|
11
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.js";
|
|
12
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.js";
|
|
13
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.js";
|
|
14
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.js";
|
|
7
15
|
export * from "./CreateInvitationsCustomersRequestRecipientsItemPartyId.js";
|
|
8
16
|
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhone.js";
|
|
17
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.js";
|
|
18
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.js";
|
|
19
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.js";
|
|
20
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.js";
|
|
21
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.js";
|
|
22
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.js";
|
|
23
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.js";
|
|
24
|
+
export * from "./CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.js";
|
|
9
25
|
export * from "./CreateInvitationsCustomersResponse.js";
|
|
10
26
|
export * from "./CreateInvitationsCustomersResponseDataItem.js";
|
|
11
27
|
export * from "./CreateInvitationsCustomersResponseDataItemAttributes.js";
|
|
@@ -37,6 +53,13 @@ export * from "./CustomerDetailConnectedAgent.js";
|
|
|
37
53
|
export * from "./CustomerDetailData.js";
|
|
38
54
|
export * from "./CustomerDetailDelegation.js";
|
|
39
55
|
export * from "./CustomerDetailKind.js";
|
|
56
|
+
export * from "./CustomerInvitationPrefill.js";
|
|
57
|
+
export * from "./CustomerInvitationPrefillAccountType.js";
|
|
58
|
+
export * from "./CustomerInvitationPrefillAddress.js";
|
|
59
|
+
export * from "./CustomerInvitationPrefillBeneficialOwner.js";
|
|
60
|
+
export * from "./CustomerInvitationPrefillBusiness.js";
|
|
61
|
+
export * from "./CustomerInvitationPrefillIndividual.js";
|
|
62
|
+
export * from "./CustomerInvitationPrefillPerson.js";
|
|
40
63
|
export * from "./CustomerKind.js";
|
|
41
64
|
export * from "./CustomerMeta.js";
|
|
42
65
|
export * from "./CustomerPaging.js";
|