@naturalpay/sdk 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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 +4 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +4 -0
- 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 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -0
- 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 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/events/client/Client.d.ts +30 -0
- package/dist/cjs/api/resources/events/client/Client.js +101 -0
- package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.js +3 -0
- package/dist/cjs/api/resources/events/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.d.ts +11 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +28 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +11 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +10 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +13 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +10 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +4 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +7 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +4 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +7 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.d.ts +5 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.js +8 -0
- package/dist/cjs/api/resources/events/types/index.d.ts +13 -0
- package/dist/cjs/api/resources/events/types/index.js +13 -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 +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/index.js +4 -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 +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- 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/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +2 -2
- 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 +6 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/simulations/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/types/index.js +1 -0
- package/dist/cjs/api/resources/transfers/client/Client.d.ts +13 -3
- package/dist/cjs/api/resources/transfers/client/Client.js +13 -3
- package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +5 -1
- package/dist/cjs/api/resources/transfers/client/requests/NewDepositParams.d.ts +5 -1
- package/dist/cjs/api/resources/transfers/client/requests/NewWithdrawalParams.d.ts +8 -1
- package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +7 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +10 -0
- package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/transfers/types/index.js +1 -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 +5 -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/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +4 -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/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -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/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +2 -0
- package/dist/cjs/api/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
- package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +2 -0
- package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -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 +4 -0
- 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 -0
- 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 +4 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.js +42 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +21 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.js +53 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +12 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.js +44 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +10 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +42 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +11 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +43 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +10 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +42 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +11 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +43 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/events/types/index.d.ts +13 -0
- package/dist/cjs/serialization/resources/events/types/index.js +13 -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 +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/index.d.ts +4 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/index.js +4 -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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +1 -1
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.js +1 -1
- 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 +3 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +3 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/index.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +7 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +39 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/index.js +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.js +1 -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/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.js +2 -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/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.js +2 -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/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.js +2 -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/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.js +2 -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/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.js +2 -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/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.js +2 -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/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +1 -1
- package/dist/cjs/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
- package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +1 -1
- package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -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 +4 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +4 -0
- 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 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -0
- 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 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/events/client/Client.d.mts +30 -0
- package/dist/esm/api/resources/events/client/Client.mjs +101 -0
- package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.d.mts +14 -0
- package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.mjs +2 -0
- package/dist/esm/api/resources/events/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponse.d.mts +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponse.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.d.mts +11 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +28 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +10 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +10 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +10 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.d.mts +5 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.mjs +5 -0
- package/dist/esm/api/resources/events/types/index.d.mts +13 -0
- package/dist/esm/api/resources/events/types/index.mjs +13 -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 +4 -0
- package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/index.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/index.mjs +4 -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 +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- 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/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +2 -2
- 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 +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/simulations/types/index.d.mts +1 -0
- package/dist/esm/api/resources/simulations/types/index.mjs +1 -0
- package/dist/esm/api/resources/transfers/client/Client.d.mts +13 -3
- package/dist/esm/api/resources/transfers/client/Client.mjs +13 -3
- package/dist/esm/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +5 -1
- package/dist/esm/api/resources/transfers/client/requests/NewDepositParams.d.mts +5 -1
- package/dist/esm/api/resources/transfers/client/requests/NewWithdrawalParams.d.mts +8 -1
- package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +7 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +7 -0
- package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/index.d.mts +1 -0
- package/dist/esm/api/resources/transfers/types/index.mjs +1 -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 +5 -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/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +4 -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/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -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/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +2 -0
- package/dist/esm/api/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
- package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +2 -0
- package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -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 +4 -0
- 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 -0
- 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 +4 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +21 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +17 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +12 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +8 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +10 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +6 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +11 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +10 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +6 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +11 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/index.d.mts +13 -0
- package/dist/esm/serialization/resources/events/types/index.mjs +13 -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 +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/index.d.mts +4 -0
- package/dist/esm/serialization/resources/externalAccounts/types/index.mjs +4 -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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +1 -1
- package/dist/esm/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.mjs +1 -1
- 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 +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +7 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.mjs +1 -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/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.mjs +2 -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/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.mjs +2 -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/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.mjs +2 -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/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.mjs +2 -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/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -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/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.mjs +2 -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/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +1 -1
- package/dist/esm/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
- package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +1 -1
- package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +130 -14
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem = void 0;
|
|
5
|
+
exports.LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem = {
|
|
6
|
+
Standard: "standard",
|
|
7
|
+
Instant: "instant",
|
|
8
|
+
};
|
|
@@ -148,6 +148,7 @@ export * from "./LinkExternalAccountSimulationsResponse.js";
|
|
|
148
148
|
export * from "./LinkExternalAccountSimulationsResponseDataItem.js";
|
|
149
149
|
export * from "./LinkExternalAccountSimulationsResponseDataItemAttributes.js";
|
|
150
150
|
export * from "./LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.js";
|
|
151
|
+
export * from "./LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js";
|
|
151
152
|
export * from "./LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.js";
|
|
152
153
|
export * from "./LinkExternalAccountSimulationsResponseDataItemAttributesStatus.js";
|
|
153
154
|
export * from "./LinkExternalAccountSimulationsResponseDataItemRelationships.js";
|
|
@@ -164,6 +164,7 @@ __exportStar(require("./LinkExternalAccountSimulationsResponse.js"), exports);
|
|
|
164
164
|
__exportStar(require("./LinkExternalAccountSimulationsResponseDataItem.js"), exports);
|
|
165
165
|
__exportStar(require("./LinkExternalAccountSimulationsResponseDataItemAttributes.js"), exports);
|
|
166
166
|
__exportStar(require("./LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.js"), exports);
|
|
167
|
+
__exportStar(require("./LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js"), exports);
|
|
167
168
|
__exportStar(require("./LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.js"), exports);
|
|
168
169
|
__exportStar(require("./LinkExternalAccountSimulationsResponseDataItemAttributesStatus.js"), exports);
|
|
169
170
|
__exportStar(require("./LinkExternalAccountSimulationsResponseDataItemRelationships.js"), exports);
|
|
@@ -40,7 +40,10 @@ export declare class TransfersClient {
|
|
|
40
40
|
* amount: 50000,
|
|
41
41
|
* currency: "USD",
|
|
42
42
|
* externalAccountId: "eac_550e8400e29b41d4a716446655440000",
|
|
43
|
-
* description: "Wallet top-up"
|
|
43
|
+
* description: "Wallet top-up",
|
|
44
|
+
* tags: {
|
|
45
|
+
* "workflow": "treasury"
|
|
46
|
+
* }
|
|
44
47
|
* })
|
|
45
48
|
*/
|
|
46
49
|
initiateDeposit(request: Natural.NewDepositParams, requestOptions?: TransfersClient.RequestOptions): core.HttpResponsePromise<Natural.Deposit>;
|
|
@@ -72,7 +75,11 @@ export declare class TransfersClient {
|
|
|
72
75
|
* amount: 12500,
|
|
73
76
|
* currency: "USD",
|
|
74
77
|
* externalAccountId: "eac_550e8400e29b41d4a716446655440000",
|
|
75
|
-
*
|
|
78
|
+
* method: "standard",
|
|
79
|
+
* description: "Payout transfer",
|
|
80
|
+
* tags: {
|
|
81
|
+
* "workflow": "treasury"
|
|
82
|
+
* }
|
|
76
83
|
* })
|
|
77
84
|
*/
|
|
78
85
|
initiateWithdrawal(request: Natural.NewWithdrawalParams, requestOptions?: TransfersClient.RequestOptions): core.HttpResponsePromise<Natural.Withdrawal>;
|
|
@@ -104,7 +111,10 @@ export declare class TransfersClient {
|
|
|
104
111
|
* amount: 5000,
|
|
105
112
|
* sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
|
|
106
113
|
* destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
|
|
107
|
-
* description: "Sweep to vault"
|
|
114
|
+
* description: "Sweep to vault",
|
|
115
|
+
* tags: {
|
|
116
|
+
* "workflow": "treasury"
|
|
117
|
+
* }
|
|
108
118
|
* })
|
|
109
119
|
*/
|
|
110
120
|
initiateInternal(request: Natural.InitiateInternalTransfersRequest, requestOptions?: TransfersClient.RequestOptions): core.HttpResponsePromise<Natural.InitiateInternalTransfersResponse>;
|
|
@@ -98,7 +98,10 @@ class TransfersClient {
|
|
|
98
98
|
* amount: 50000,
|
|
99
99
|
* currency: "USD",
|
|
100
100
|
* externalAccountId: "eac_550e8400e29b41d4a716446655440000",
|
|
101
|
-
* description: "Wallet top-up"
|
|
101
|
+
* description: "Wallet top-up",
|
|
102
|
+
* tags: {
|
|
103
|
+
* "workflow": "treasury"
|
|
104
|
+
* }
|
|
102
105
|
* })
|
|
103
106
|
*/
|
|
104
107
|
initiateDeposit(request, requestOptions) {
|
|
@@ -207,7 +210,11 @@ class TransfersClient {
|
|
|
207
210
|
* amount: 12500,
|
|
208
211
|
* currency: "USD",
|
|
209
212
|
* externalAccountId: "eac_550e8400e29b41d4a716446655440000",
|
|
210
|
-
*
|
|
213
|
+
* method: "standard",
|
|
214
|
+
* description: "Payout transfer",
|
|
215
|
+
* tags: {
|
|
216
|
+
* "workflow": "treasury"
|
|
217
|
+
* }
|
|
211
218
|
* })
|
|
212
219
|
*/
|
|
213
220
|
initiateWithdrawal(request, requestOptions) {
|
|
@@ -316,7 +323,10 @@ class TransfersClient {
|
|
|
316
323
|
* amount: 5000,
|
|
317
324
|
* sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
|
|
318
325
|
* destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
|
|
319
|
-
* description: "Sweep to vault"
|
|
326
|
+
* description: "Sweep to vault",
|
|
327
|
+
* tags: {
|
|
328
|
+
* "workflow": "treasury"
|
|
329
|
+
* }
|
|
320
330
|
* })
|
|
321
331
|
*/
|
|
322
332
|
initiateInternal(request, requestOptions) {
|
package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts
CHANGED
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
* amount: 5000,
|
|
6
6
|
* sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
|
|
7
7
|
* destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
|
|
8
|
-
* description: "Sweep to vault"
|
|
8
|
+
* description: "Sweep to vault",
|
|
9
|
+
* tags: {
|
|
10
|
+
* "workflow": "treasury"
|
|
11
|
+
* }
|
|
9
12
|
* }
|
|
10
13
|
*/
|
|
11
14
|
export interface InitiateInternalTransfersRequest {
|
|
@@ -19,4 +22,5 @@ export interface InitiateInternalTransfersRequest {
|
|
|
19
22
|
destWalletId: string;
|
|
20
23
|
/** Transfer description. */
|
|
21
24
|
description?: string;
|
|
25
|
+
tags?: Record<string, string>;
|
|
22
26
|
}
|
|
@@ -6,7 +6,10 @@ import type * as Natural from "../../../../index.js";
|
|
|
6
6
|
* amount: 50000,
|
|
7
7
|
* currency: "USD",
|
|
8
8
|
* externalAccountId: "eac_550e8400e29b41d4a716446655440000",
|
|
9
|
-
* description: "Wallet top-up"
|
|
9
|
+
* description: "Wallet top-up",
|
|
10
|
+
* tags: {
|
|
11
|
+
* "workflow": "treasury"
|
|
12
|
+
* }
|
|
10
13
|
* }
|
|
11
14
|
*/
|
|
12
15
|
export interface NewDepositParams {
|
|
@@ -22,4 +25,5 @@ export interface NewDepositParams {
|
|
|
22
25
|
walletId?: string;
|
|
23
26
|
/** Memo for the deposit. */
|
|
24
27
|
description?: string;
|
|
28
|
+
tags?: Record<string, string>;
|
|
25
29
|
}
|
|
@@ -6,7 +6,11 @@ import type * as Natural from "../../../../index.js";
|
|
|
6
6
|
* amount: 12500,
|
|
7
7
|
* currency: "USD",
|
|
8
8
|
* externalAccountId: "eac_550e8400e29b41d4a716446655440000",
|
|
9
|
-
*
|
|
9
|
+
* method: "standard",
|
|
10
|
+
* description: "Payout transfer",
|
|
11
|
+
* tags: {
|
|
12
|
+
* "workflow": "treasury"
|
|
13
|
+
* }
|
|
10
14
|
* }
|
|
11
15
|
*/
|
|
12
16
|
export interface NewWithdrawalParams {
|
|
@@ -18,8 +22,11 @@ export interface NewWithdrawalParams {
|
|
|
18
22
|
currency?: Natural.InitiateWithdrawalTransfersRequestCurrency;
|
|
19
23
|
/** External account ID (eac_*). */
|
|
20
24
|
externalAccountId: string;
|
|
25
|
+
/** Delivery method. Defaults to standard. To request instant withdrawal access and pricing, contact hi@natural.com. */
|
|
26
|
+
method?: Natural.InitiateWithdrawalTransfersRequestMethod;
|
|
21
27
|
/** Source wallet for the withdrawal. Defaults to your party's default wallet when omitted. */
|
|
22
28
|
walletId?: string;
|
|
23
29
|
/** Memo for the withdrawal. */
|
|
24
30
|
description?: string;
|
|
31
|
+
tags?: Record<string, string>;
|
|
25
32
|
}
|
|
@@ -8,8 +8,14 @@ export interface DepositAttrs {
|
|
|
8
8
|
currency: string;
|
|
9
9
|
/** Transfer status. */
|
|
10
10
|
status: Natural.DepositStatus;
|
|
11
|
+
/** Requested delivery method, when available. */
|
|
12
|
+
method: string | null;
|
|
13
|
+
/** Executed transfer rail, when available. */
|
|
14
|
+
rail: string | null;
|
|
11
15
|
/** Transfer description. */
|
|
12
16
|
description: string | null;
|
|
17
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
18
|
+
tags: Record<string, string>;
|
|
13
19
|
/** Masked external account number. */
|
|
14
20
|
externalAccountDisplayMask: string | null;
|
|
15
21
|
/** Expected availability time, when known. */
|
package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts
CHANGED
|
@@ -8,8 +8,14 @@ export interface InitiateInternalTransfersResponseDataAttributes {
|
|
|
8
8
|
currency: string;
|
|
9
9
|
/** Transfer status. */
|
|
10
10
|
status: Natural.InitiateInternalTransfersResponseDataAttributesStatus;
|
|
11
|
+
/** Requested delivery method, when available. */
|
|
12
|
+
method: string | null;
|
|
13
|
+
/** Executed transfer rail, when available. */
|
|
14
|
+
rail: string | null;
|
|
11
15
|
/** Transfer description. */
|
|
12
16
|
description: string | null;
|
|
17
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
18
|
+
tags: Record<string, string>;
|
|
13
19
|
/** Masked external account number. */
|
|
14
20
|
externalAccountDisplayMask: string | null;
|
|
15
21
|
/** Expected availability time, when known. */
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/** Delivery method. Defaults to standard. To request instant withdrawal access and pricing, contact hi@natural.com. */
|
|
2
|
+
export declare const InitiateWithdrawalTransfersRequestMethod: {
|
|
3
|
+
readonly Standard: "standard";
|
|
4
|
+
readonly Instant: "instant";
|
|
5
|
+
readonly Wire: "wire";
|
|
6
|
+
};
|
|
7
|
+
export type InitiateWithdrawalTransfersRequestMethod = (typeof InitiateWithdrawalTransfersRequestMethod)[keyof typeof InitiateWithdrawalTransfersRequestMethod];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.InitiateWithdrawalTransfersRequestMethod = void 0;
|
|
5
|
+
/** Delivery method. Defaults to standard. To request instant withdrawal access and pricing, contact hi@natural.com. */
|
|
6
|
+
exports.InitiateWithdrawalTransfersRequestMethod = {
|
|
7
|
+
Standard: "standard",
|
|
8
|
+
Instant: "instant",
|
|
9
|
+
Wire: "wire",
|
|
10
|
+
};
|
|
@@ -8,8 +8,14 @@ export interface TransferAttrs {
|
|
|
8
8
|
currency: string;
|
|
9
9
|
/** Transfer status. */
|
|
10
10
|
status: Natural.TransferStatus;
|
|
11
|
+
/** Requested delivery method, when available. */
|
|
12
|
+
method: string | null;
|
|
13
|
+
/** Executed transfer rail, when available. */
|
|
14
|
+
rail: string | null;
|
|
11
15
|
/** Transfer description. */
|
|
12
16
|
description: string | null;
|
|
17
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
18
|
+
tags: Record<string, string>;
|
|
13
19
|
/** Masked external account number. */
|
|
14
20
|
externalAccountDisplayMask: string | null;
|
|
15
21
|
/** Expected availability time, when known. */
|
|
@@ -8,8 +8,14 @@ export interface TransferDetailAttrs {
|
|
|
8
8
|
currency: string;
|
|
9
9
|
/** Transfer status. */
|
|
10
10
|
status: Natural.TransferDetailStatus;
|
|
11
|
+
/** Requested delivery method, when available. */
|
|
12
|
+
method: string | null;
|
|
13
|
+
/** Executed transfer rail, when available. */
|
|
14
|
+
rail: string | null;
|
|
11
15
|
/** Transfer description. */
|
|
12
16
|
description: string | null;
|
|
17
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
18
|
+
tags: Record<string, string>;
|
|
13
19
|
/** Masked external account number. */
|
|
14
20
|
externalAccountDisplayMask: string | null;
|
|
15
21
|
/** Expected availability time, when known. */
|
|
@@ -8,8 +8,14 @@ export interface WithdrawalAttrs {
|
|
|
8
8
|
currency: string;
|
|
9
9
|
/** Transfer status. */
|
|
10
10
|
status: Natural.WithdrawalStatus;
|
|
11
|
+
/** Requested delivery method, when available. */
|
|
12
|
+
method: string | null;
|
|
13
|
+
/** Executed transfer rail, when available. */
|
|
14
|
+
rail: string | null;
|
|
11
15
|
/** Transfer description. */
|
|
12
16
|
description: string | null;
|
|
17
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
18
|
+
tags: Record<string, string>;
|
|
13
19
|
/** Masked external account number. */
|
|
14
20
|
externalAccountDisplayMask: string | null;
|
|
15
21
|
/** Expected availability time, when known. */
|
|
@@ -57,6 +57,7 @@ export * from "./InitiateInternalTransfersResponseDataRelationshipsWalletData.js
|
|
|
57
57
|
export * from "./InitiateInternalTransfersResponseDataRelationshipsWalletDataType.js";
|
|
58
58
|
export * from "./InitiateInternalTransfersResponseDataType.js";
|
|
59
59
|
export * from "./InitiateWithdrawalTransfersRequestCurrency.js";
|
|
60
|
+
export * from "./InitiateWithdrawalTransfersRequestMethod.js";
|
|
60
61
|
export * from "./InitiateWithdrawalTransfersResponseDataAttributesFailure.js";
|
|
61
62
|
export * from "./InitiateWithdrawalTransfersResponseDataAttributesReturn.js";
|
|
62
63
|
export * from "./InitiateWithdrawalTransfersResponseDataRelationshipsDestWallet.js";
|
|
@@ -73,6 +73,7 @@ __exportStar(require("./InitiateInternalTransfersResponseDataRelationshipsWallet
|
|
|
73
73
|
__exportStar(require("./InitiateInternalTransfersResponseDataRelationshipsWalletDataType.js"), exports);
|
|
74
74
|
__exportStar(require("./InitiateInternalTransfersResponseDataType.js"), exports);
|
|
75
75
|
__exportStar(require("./InitiateWithdrawalTransfersRequestCurrency.js"), exports);
|
|
76
|
+
__exportStar(require("./InitiateWithdrawalTransfersRequestMethod.js"), exports);
|
|
76
77
|
__exportStar(require("./InitiateWithdrawalTransfersResponseDataAttributesFailure.js"), exports);
|
|
77
78
|
__exportStar(require("./InitiateWithdrawalTransfersResponseDataAttributesReturn.js"), exports);
|
|
78
79
|
__exportStar(require("./InitiateWithdrawalTransfersResponseDataRelationshipsDestWallet.js"), exports);
|
|
@@ -64,7 +64,10 @@ export declare class WalletsClient {
|
|
|
64
64
|
* await client.wallets.create({
|
|
65
65
|
* idempotencyKey: "Idempotency-Key",
|
|
66
66
|
* displayName: "Payroll",
|
|
67
|
-
* description: "Dedicated wallet for payroll runs"
|
|
67
|
+
* description: "Dedicated wallet for payroll runs",
|
|
68
|
+
* tags: {
|
|
69
|
+
* "department": "payroll"
|
|
70
|
+
* }
|
|
68
71
|
* })
|
|
69
72
|
*/
|
|
70
73
|
create(request: Natural.CreateWalletsRequest, requestOptions?: WalletsClient.RequestOptions): core.HttpResponsePromise<Natural.CreateWalletsResponse>;
|
|
@@ -98,7 +101,7 @@ export declare class WalletsClient {
|
|
|
98
101
|
get(request: Natural.GetWalletsRequest, requestOptions?: WalletsClient.RequestOptions): core.HttpResponsePromise<Natural.WalletDetail>;
|
|
99
102
|
private __get;
|
|
100
103
|
/**
|
|
101
|
-
* Update wallet
|
|
104
|
+
* Update a wallet's display name, description, or tags
|
|
102
105
|
*
|
|
103
106
|
* @param {Natural.UpdateWalletsRequest} request
|
|
104
107
|
* @param {WalletsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -123,7 +126,11 @@ export declare class WalletsClient {
|
|
|
123
126
|
* idempotencyKey: "Idempotency-Key",
|
|
124
127
|
* walletId: "walletId",
|
|
125
128
|
* displayName: "Operating (US)",
|
|
126
|
-
* description: "Primary USD operating wallet"
|
|
129
|
+
* description: "Primary USD operating wallet",
|
|
130
|
+
* tags: {
|
|
131
|
+
* "region": "us",
|
|
132
|
+
* "legacy_key": null
|
|
133
|
+
* }
|
|
127
134
|
* })
|
|
128
135
|
*/
|
|
129
136
|
update(request: Natural.UpdateWalletsRequest, requestOptions?: WalletsClient.RequestOptions): core.HttpResponsePromise<Natural.UpdateWalletsResponse>;
|
|
@@ -199,7 +199,10 @@ class WalletsClient {
|
|
|
199
199
|
* await client.wallets.create({
|
|
200
200
|
* idempotencyKey: "Idempotency-Key",
|
|
201
201
|
* displayName: "Payroll",
|
|
202
|
-
* description: "Dedicated wallet for payroll runs"
|
|
202
|
+
* description: "Dedicated wallet for payroll runs",
|
|
203
|
+
* tags: {
|
|
204
|
+
* "department": "payroll"
|
|
205
|
+
* }
|
|
203
206
|
* })
|
|
204
207
|
*/
|
|
205
208
|
create(request, requestOptions) {
|
|
@@ -380,7 +383,7 @@ class WalletsClient {
|
|
|
380
383
|
});
|
|
381
384
|
}
|
|
382
385
|
/**
|
|
383
|
-
* Update wallet
|
|
386
|
+
* Update a wallet's display name, description, or tags
|
|
384
387
|
*
|
|
385
388
|
* @param {Natural.UpdateWalletsRequest} request
|
|
386
389
|
* @param {WalletsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -405,7 +408,11 @@ class WalletsClient {
|
|
|
405
408
|
* idempotencyKey: "Idempotency-Key",
|
|
406
409
|
* walletId: "walletId",
|
|
407
410
|
* displayName: "Operating (US)",
|
|
408
|
-
* description: "Primary USD operating wallet"
|
|
411
|
+
* description: "Primary USD operating wallet",
|
|
412
|
+
* tags: {
|
|
413
|
+
* "region": "us",
|
|
414
|
+
* "legacy_key": null
|
|
415
|
+
* }
|
|
409
416
|
* })
|
|
410
417
|
*/
|
|
411
418
|
update(request, requestOptions) {
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
* {
|
|
4
4
|
* idempotencyKey: "Idempotency-Key",
|
|
5
5
|
* displayName: "Payroll",
|
|
6
|
-
* description: "Dedicated wallet for payroll runs"
|
|
6
|
+
* description: "Dedicated wallet for payroll runs",
|
|
7
|
+
* tags: {
|
|
8
|
+
* "department": "payroll"
|
|
9
|
+
* }
|
|
7
10
|
* }
|
|
8
11
|
*/
|
|
9
12
|
export interface CreateWalletsRequest {
|
|
@@ -13,4 +16,5 @@ export interface CreateWalletsRequest {
|
|
|
13
16
|
displayName: string;
|
|
14
17
|
/** User-facing wallet description. */
|
|
15
18
|
description?: string | null;
|
|
19
|
+
tags?: Record<string, string>;
|
|
16
20
|
}
|
|
@@ -4,7 +4,11 @@
|
|
|
4
4
|
* idempotencyKey: "Idempotency-Key",
|
|
5
5
|
* walletId: "walletId",
|
|
6
6
|
* displayName: "Operating (US)",
|
|
7
|
-
* description: "Primary USD operating wallet"
|
|
7
|
+
* description: "Primary USD operating wallet",
|
|
8
|
+
* tags: {
|
|
9
|
+
* "region": "us",
|
|
10
|
+
* "legacy_key": null
|
|
11
|
+
* }
|
|
8
12
|
* }
|
|
9
13
|
*/
|
|
10
14
|
export interface UpdateWalletsRequest {
|
|
@@ -15,4 +19,6 @@ export interface UpdateWalletsRequest {
|
|
|
15
19
|
displayName?: string;
|
|
16
20
|
/** User-facing wallet description. */
|
|
17
21
|
description?: string | null;
|
|
22
|
+
/** Metadata changes. A null value removes the key. */
|
|
23
|
+
tags?: Record<string, string | null>;
|
|
18
24
|
}
|
|
@@ -4,6 +4,8 @@ export interface AttachAgentWalletsResponseDataAttributes {
|
|
|
4
4
|
name: string;
|
|
5
5
|
/** Agent description. */
|
|
6
6
|
description: string | null;
|
|
7
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
8
|
+
tags: Record<string, string>;
|
|
7
9
|
/** Agent handle, such as @acme-support, or null if none is configured. */
|
|
8
10
|
handle: string | null;
|
|
9
11
|
/** Agent status. */
|
|
@@ -12,6 +12,8 @@ export interface CreateWalletsResponseDataAttributes {
|
|
|
12
12
|
displayName: string | null;
|
|
13
13
|
/** User-facing wallet description, when set. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Wallet ledger balance, when available. */
|
|
16
18
|
balance: Natural.CreateWalletsResponseDataAttributesBalance | null;
|
|
17
19
|
/** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export interface CreateWalletsResponseDataAttributesDepositInstructions {
|
|
2
2
|
/** Name of the receiving bank. */
|
|
3
3
|
bankName: string;
|
|
4
|
+
/** Account number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
5
|
+
accountNumber: string | null;
|
|
6
|
+
/** Bank routing number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
7
|
+
routingNumber: string | null;
|
|
4
8
|
}
|
|
@@ -12,6 +12,8 @@ export interface FreezeWalletsResponseDataAttributes {
|
|
|
12
12
|
displayName: string | null;
|
|
13
13
|
/** User-facing wallet description, when set. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Wallet ledger balance, when available. */
|
|
16
18
|
balance: Natural.FreezeWalletsResponseDataAttributesBalance | null;
|
|
17
19
|
/** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export interface FreezeWalletsResponseDataAttributesDepositInstructions {
|
|
2
2
|
/** Name of the receiving bank. */
|
|
3
3
|
bankName: string;
|
|
4
|
+
/** Account number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
5
|
+
accountNumber: string | null;
|
|
6
|
+
/** Bank routing number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
7
|
+
routingNumber: string | null;
|
|
4
8
|
}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export interface GetWalletsResponseDataAttributesDepositInstructions {
|
|
2
2
|
/** Name of the receiving bank. */
|
|
3
3
|
bankName: string;
|
|
4
|
+
/** Account number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
5
|
+
accountNumber: string | null;
|
|
6
|
+
/** Bank routing number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
7
|
+
routingNumber: string | null;
|
|
4
8
|
}
|
package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export interface ListAgentsWalletsResponseDataItemAttributes {
|
|
|
4
4
|
name: string;
|
|
5
5
|
/** Agent description. */
|
|
6
6
|
description: string | null;
|
|
7
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
8
|
+
tags: Record<string, string>;
|
|
7
9
|
/** Agent handle, such as @acme-support, or null if none is configured. */
|
|
8
10
|
handle: string | null;
|
|
9
11
|
/** Agent status. */
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export interface ListWalletsResponseDataItemAttributesDepositInstructions {
|
|
2
2
|
/** Name of the receiving bank. */
|
|
3
3
|
bankName: string;
|
|
4
|
+
/** Account number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
5
|
+
accountNumber: string | null;
|
|
6
|
+
/** Bank routing number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
7
|
+
routingNumber: string | null;
|
|
4
8
|
}
|
package/dist/cjs/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export interface SetAgentDefaultWalletWalletsResponseDataAttributes {
|
|
|
4
4
|
name: string;
|
|
5
5
|
/** Agent description. */
|
|
6
6
|
description: string | null;
|
|
7
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
8
|
+
tags: Record<string, string>;
|
|
7
9
|
/** Agent handle, such as @acme-support, or null if none is configured. */
|
|
8
10
|
handle: string | null;
|
|
9
11
|
/** Agent status. */
|
|
@@ -12,6 +12,8 @@ export interface SetDefaultWalletsResponseDataAttributes {
|
|
|
12
12
|
displayName: string | null;
|
|
13
13
|
/** User-facing wallet description, when set. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Wallet ledger balance, when available. */
|
|
16
18
|
balance: Natural.SetDefaultWalletsResponseDataAttributesBalance | null;
|
|
17
19
|
/** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export interface SetDefaultWalletsResponseDataAttributesDepositInstructions {
|
|
2
2
|
/** Name of the receiving bank. */
|
|
3
3
|
bankName: string;
|
|
4
|
+
/** Account number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
5
|
+
accountNumber: string | null;
|
|
6
|
+
/** Bank routing number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
7
|
+
routingNumber: string | null;
|
|
4
8
|
}
|
|
@@ -12,6 +12,8 @@ export interface UnfreezeWalletsResponseDataAttributes {
|
|
|
12
12
|
displayName: string | null;
|
|
13
13
|
/** User-facing wallet description, when set. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Wallet ledger balance, when available. */
|
|
16
18
|
balance: Natural.UnfreezeWalletsResponseDataAttributesBalance | null;
|
|
17
19
|
/** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export interface UnfreezeWalletsResponseDataAttributesDepositInstructions {
|
|
2
2
|
/** Name of the receiving bank. */
|
|
3
3
|
bankName: string;
|
|
4
|
+
/** Account number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
5
|
+
accountNumber: string | null;
|
|
6
|
+
/** Bank routing number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
7
|
+
routingNumber: string | null;
|
|
4
8
|
}
|
|
@@ -12,6 +12,8 @@ export interface UpdateWalletsResponseDataAttributes {
|
|
|
12
12
|
displayName: string | null;
|
|
13
13
|
/** User-facing wallet description, when set. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Wallet ledger balance, when available. */
|
|
16
18
|
balance: Natural.UpdateWalletsResponseDataAttributesBalance | null;
|
|
17
19
|
/** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export interface UpdateWalletsResponseDataAttributesDepositInstructions {
|
|
2
2
|
/** Name of the receiving bank. */
|
|
3
3
|
bankName: string;
|
|
4
|
+
/** Account number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
5
|
+
accountNumber: string | null;
|
|
6
|
+
/** Bank routing number for ACH deposits. Returned when fetching a single wallet, null in list responses. */
|
|
7
|
+
routingNumber: string | null;
|
|
4
8
|
}
|
|
@@ -12,6 +12,8 @@ export interface WalletAttrs {
|
|
|
12
12
|
displayName: string | null;
|
|
13
13
|
/** User-facing wallet description, when set. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Wallet ledger balance, when available. */
|
|
16
18
|
balance: Natural.ListWalletsResponseDataItemAttributesBalance | null;
|
|
17
19
|
/** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
|
|
@@ -12,6 +12,8 @@ export interface WalletDetailAttrs {
|
|
|
12
12
|
displayName: string | null;
|
|
13
13
|
/** User-facing wallet description, when set. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Wallet ledger balance, when available. */
|
|
16
18
|
balance: Natural.GetWalletsResponseDataAttributesBalance | null;
|
|
17
19
|
/** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
|
|
@@ -8,5 +8,7 @@ export declare const ComplianceSessionStatusResponseDataAttributesStatus: {
|
|
|
8
8
|
readonly Denied: "DENIED";
|
|
9
9
|
readonly ActionNeeded: "ACTION_NEEDED";
|
|
10
10
|
readonly Deprecated: "DEPRECATED";
|
|
11
|
+
readonly UserAction: "USER_ACTION";
|
|
12
|
+
readonly AdminReview: "ADMIN_REVIEW";
|
|
11
13
|
};
|
|
12
14
|
export type ComplianceSessionStatusResponseDataAttributesStatus = (typeof ComplianceSessionStatusResponseDataAttributesStatus)[keyof typeof ComplianceSessionStatusResponseDataAttributesStatus];
|
|
@@ -8,5 +8,7 @@ export declare const PartyComplianceStatusResponseDataAttributesCaseStatus: {
|
|
|
8
8
|
readonly Denied: "DENIED";
|
|
9
9
|
readonly ActionNeeded: "ACTION_NEEDED";
|
|
10
10
|
readonly Deprecated: "DEPRECATED";
|
|
11
|
+
readonly UserAction: "USER_ACTION";
|
|
12
|
+
readonly AdminReview: "ADMIN_REVIEW";
|
|
11
13
|
};
|
|
12
14
|
export type PartyComplianceStatusResponseDataAttributesCaseStatus = (typeof PartyComplianceStatusResponseDataAttributesCaseStatus)[keyof typeof PartyComplianceStatusResponseDataAttributesCaseStatus];
|
package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.js
CHANGED
|
@@ -38,4 +38,5 @@ exports.RotateAgentKeysRequest = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../../../../core/index.js"));
|
|
39
39
|
exports.RotateAgentKeysRequest = core.serialization.object({
|
|
40
40
|
expiresInSeconds: core.serialization.number(),
|
|
41
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
41
42
|
});
|