@naturalpay/sdk 1.2.2 → 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 +2 -2
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +2 -2
- package/dist/cjs/api/resources/agents/types/DelAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/NewAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/UpdAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/apiKeys/client/Client.js +4 -1
- package/dist/cjs/api/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +6 -1
- package/dist/cjs/api/resources/apiKeys/types/ApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +2 -2
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +2 -2
- package/dist/cjs/api/resources/apiKeys/types/DelApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/NewApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +2 -2
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/api/resources/externalAccounts/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/externalAccounts/client/Client.js +4 -1
- package/dist/cjs/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +5 -1
- package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/invitationLinks/client/Client.js +4 -1
- package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +5 -1
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/api/resources/invitations/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/invitations/client/Client.js +4 -1
- package/dist/cjs/api/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +6 -1
- package/dist/cjs/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/client/Client.d.ts +6 -0
- package/dist/cjs/api/resources/paymentRequests/client/Client.js +6 -0
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +4 -0
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +4 -0
- package/dist/cjs/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/IncomingReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/NewPayReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/PayReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/payments/client/Client.js +4 -1
- package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +5 -1
- package/dist/cjs/api/resources/payments/types/CancelledPmtAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/NewPaymentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/PaymentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/PaymentDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/client/Client.d.ts +12 -3
- package/dist/cjs/api/resources/transfers/client/Client.js +12 -3
- package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +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 +5 -1
- package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -0
- package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/client/Client.d.ts +10 -3
- package/dist/cjs/api/resources/wallets/client/Client.js +10 -3
- package/dist/cjs/api/resources/wallets/client/requests/CreateWalletsRequest.d.ts +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/FreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/WalletAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/WalletDetailAttrs.d.ts +2 -0
- package/dist/cjs/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 +2 -2
- package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +2 -2
- package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
- package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +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 +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -1
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -1
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.ts +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/FreezeWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.js +1 -0
- package/dist/cjs/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 +2 -2
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +2 -2
- package/dist/esm/api/resources/agents/types/DelAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/NewAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/UpdAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/apiKeys/client/Client.mjs +4 -1
- package/dist/esm/api/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +6 -1
- package/dist/esm/api/resources/apiKeys/types/ApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +2 -2
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +2 -2
- package/dist/esm/api/resources/apiKeys/types/DelApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/NewApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +2 -2
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/api/resources/externalAccounts/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/externalAccounts/client/Client.mjs +4 -1
- package/dist/esm/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +5 -1
- package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +2 -0
- package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +2 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/invitationLinks/client/Client.mjs +4 -1
- package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +5 -1
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +2 -2
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/api/resources/invitations/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/invitations/client/Client.mjs +4 -1
- package/dist/esm/api/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +6 -1
- package/dist/esm/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/client/Client.d.mts +6 -0
- package/dist/esm/api/resources/paymentRequests/client/Client.mjs +6 -0
- package/dist/esm/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +4 -0
- package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +4 -0
- package/dist/esm/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/IncomingReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/NewPayReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/PayReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/payments/client/Client.mjs +4 -1
- package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +5 -1
- package/dist/esm/api/resources/payments/types/CancelledPmtAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/NewPaymentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/PaymentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/PaymentDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/transfers/client/Client.d.mts +12 -3
- package/dist/esm/api/resources/transfers/client/Client.mjs +12 -3
- package/dist/esm/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +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 +5 -1
- package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -0
- package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +2 -0
- package/dist/esm/api/resources/wallets/client/Client.d.mts +10 -3
- package/dist/esm/api/resources/wallets/client/Client.mjs +10 -3
- package/dist/esm/api/resources/wallets/client/requests/CreateWalletsRequest.d.mts +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/FreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/WalletAttrs.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/WalletDetailAttrs.d.mts +2 -0
- package/dist/esm/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 +2 -2
- package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +2 -2
- package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
- package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +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 +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -1
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -1
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.mts +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/FreezeWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +62 -14
|
@@ -9,6 +9,7 @@ export declare namespace RevokeInvitationsResponseDataAttributes {
|
|
|
9
9
|
email: string;
|
|
10
10
|
role: RevokeInvitationsResponseDataAttributesRole.Raw;
|
|
11
11
|
status: RevokeInvitationsResponseDataAttributesStatus.Raw;
|
|
12
|
+
tags: Record<string, string>;
|
|
12
13
|
expiresAt: string;
|
|
13
14
|
createdAt: string;
|
|
14
15
|
acceptedAt?: string | null;
|
|
@@ -42,6 +42,7 @@ exports.RevokeInvitationsResponseDataAttributes = core.serialization.object({
|
|
|
42
42
|
email: core.serialization.string(),
|
|
43
43
|
role: RevokeInvitationsResponseDataAttributesRole_js_1.RevokeInvitationsResponseDataAttributesRole,
|
|
44
44
|
status: RevokeInvitationsResponseDataAttributesStatus_js_1.RevokeInvitationsResponseDataAttributesStatus,
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
expiresAt: core.serialization.string(),
|
|
46
47
|
createdAt: core.serialization.string(),
|
|
47
48
|
acceptedAt: core.serialization.string().nullable(),
|
package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.js
CHANGED
|
@@ -39,4 +39,5 @@ const core = __importStar(require("../../../../../core/index.js"));
|
|
|
39
39
|
const FulfillPaymentRequestsRequestPaymentSource_js_1 = require("../../types/FulfillPaymentRequestsRequestPaymentSource.js");
|
|
40
40
|
exports.NewFulfilledReqParams = core.serialization.object({
|
|
41
41
|
paymentSource: FulfillPaymentRequestsRequestPaymentSource_js_1.FulfillPaymentRequestsRequestPaymentSource,
|
|
42
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
42
43
|
});
|
package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export declare namespace NewPayReqParams {
|
|
|
12
12
|
amount: number;
|
|
13
13
|
currency?: NewPayReqCurrency.Raw | null;
|
|
14
14
|
description?: string | null;
|
|
15
|
+
tags?: Record<string, string> | null;
|
|
15
16
|
payerName?: string | null;
|
|
16
17
|
payer: CreatePaymentRequestsRequestPayer.Raw;
|
|
17
18
|
disableNotifications?: CreatePaymentRequestsRequestDisableNotificationsItem.Raw[] | null;
|
|
@@ -45,6 +45,7 @@ exports.NewPayReqParams = core.serialization.object({
|
|
|
45
45
|
amount: core.serialization.number(),
|
|
46
46
|
currency: NewPayReqCurrency_js_1.NewPayReqCurrency.optional(),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
48
49
|
payerName: core.serialization.string().optional(),
|
|
49
50
|
payer: CreatePaymentRequestsRequestPayer_js_1.CreatePaymentRequestsRequestPayer,
|
|
50
51
|
disableNotifications: core.serialization.list(CreatePaymentRequestsRequestDisableNotificationsItem_js_1.CreatePaymentRequestsRequestDisableNotificationsItem).optional(),
|
|
@@ -14,6 +14,7 @@ export declare namespace CancelPaymentRequestsResponseDataAttributes {
|
|
|
14
14
|
payerCanPay: boolean;
|
|
15
15
|
payerCanDecline: boolean;
|
|
16
16
|
description?: string | null;
|
|
17
|
+
tags: Record<string, string>;
|
|
17
18
|
requesterName?: string | null;
|
|
18
19
|
requesterEmail?: string | null;
|
|
19
20
|
requesterAvatarUrl?: string | null;
|
|
@@ -47,6 +47,7 @@ exports.CancelPaymentRequestsResponseDataAttributes = core.serialization.object(
|
|
|
47
47
|
payerCanPay: core.serialization.boolean(),
|
|
48
48
|
payerCanDecline: core.serialization.boolean(),
|
|
49
49
|
description: core.serialization.string().nullable(),
|
|
50
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
51
|
requesterName: core.serialization.string().nullable(),
|
|
51
52
|
requesterEmail: core.serialization.string().nullable(),
|
|
52
53
|
requesterAvatarUrl: core.serialization.string().nullable(),
|
|
@@ -14,6 +14,7 @@ export declare namespace DeclinedReqAttrs {
|
|
|
14
14
|
payerCanPay: boolean;
|
|
15
15
|
payerCanDecline: boolean;
|
|
16
16
|
description?: string | null;
|
|
17
|
+
tags: Record<string, string>;
|
|
17
18
|
requesterName?: string | null;
|
|
18
19
|
requesterEmail?: string | null;
|
|
19
20
|
requesterAvatarUrl?: string | null;
|
|
@@ -47,6 +47,7 @@ exports.DeclinedReqAttrs = core.serialization.object({
|
|
|
47
47
|
payerCanPay: core.serialization.boolean(),
|
|
48
48
|
payerCanDecline: core.serialization.boolean(),
|
|
49
49
|
description: core.serialization.string().nullable(),
|
|
50
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
51
|
requesterName: core.serialization.string().nullable(),
|
|
51
52
|
requesterEmail: core.serialization.string().nullable(),
|
|
52
53
|
requesterAvatarUrl: core.serialization.string().nullable(),
|
|
@@ -42,6 +42,7 @@ exports.FulfilledReqAttrs = core.serialization.object({
|
|
|
42
42
|
currency: core.serialization.string(),
|
|
43
43
|
status: FulfilledReqStatus_js_1.FulfilledReqStatus,
|
|
44
44
|
description: core.serialization.string().nullable(),
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
createdAt: core.serialization.string(),
|
|
46
47
|
updatedAt: core.serialization.string().nullable(),
|
|
47
48
|
});
|
|
@@ -14,6 +14,7 @@ export declare namespace IncomingReqAttrs {
|
|
|
14
14
|
payerCanPay: boolean;
|
|
15
15
|
payerCanDecline: boolean;
|
|
16
16
|
description?: string | null;
|
|
17
|
+
tags: Record<string, string>;
|
|
17
18
|
requesterName?: string | null;
|
|
18
19
|
requesterEmail?: string | null;
|
|
19
20
|
requesterAvatarUrl?: string | null;
|
|
@@ -47,6 +47,7 @@ exports.IncomingReqAttrs = core.serialization.object({
|
|
|
47
47
|
payerCanPay: core.serialization.boolean(),
|
|
48
48
|
payerCanDecline: core.serialization.boolean(),
|
|
49
49
|
description: core.serialization.string().nullable(),
|
|
50
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
51
|
requesterName: core.serialization.string().nullable(),
|
|
51
52
|
requesterEmail: core.serialization.string().nullable(),
|
|
52
53
|
requesterAvatarUrl: core.serialization.string().nullable(),
|
|
@@ -14,6 +14,7 @@ export declare namespace NewPayReqAttrs {
|
|
|
14
14
|
payerCanPay: boolean;
|
|
15
15
|
payerCanDecline: boolean;
|
|
16
16
|
description?: string | null;
|
|
17
|
+
tags: Record<string, string>;
|
|
17
18
|
requesterName?: string | null;
|
|
18
19
|
requesterEmail?: string | null;
|
|
19
20
|
requesterAvatarUrl?: string | null;
|
|
@@ -47,6 +47,7 @@ exports.NewPayReqAttrs = core.serialization.object({
|
|
|
47
47
|
payerCanPay: core.serialization.boolean(),
|
|
48
48
|
payerCanDecline: core.serialization.boolean(),
|
|
49
49
|
description: core.serialization.string().nullable(),
|
|
50
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
51
|
requesterName: core.serialization.string().nullable(),
|
|
51
52
|
requesterEmail: core.serialization.string().nullable(),
|
|
52
53
|
requesterAvatarUrl: core.serialization.string().nullable(),
|
|
@@ -14,6 +14,7 @@ export declare namespace PayReqAttrs {
|
|
|
14
14
|
payerCanPay: boolean;
|
|
15
15
|
payerCanDecline: boolean;
|
|
16
16
|
description?: string | null;
|
|
17
|
+
tags: Record<string, string>;
|
|
17
18
|
requesterName?: string | null;
|
|
18
19
|
requesterEmail?: string | null;
|
|
19
20
|
requesterAvatarUrl?: string | null;
|
|
@@ -47,6 +47,7 @@ exports.PayReqAttrs = core.serialization.object({
|
|
|
47
47
|
payerCanPay: core.serialization.boolean(),
|
|
48
48
|
payerCanDecline: core.serialization.boolean(),
|
|
49
49
|
description: core.serialization.string().nullable(),
|
|
50
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
51
|
requesterName: core.serialization.string().nullable(),
|
|
51
52
|
requesterEmail: core.serialization.string().nullable(),
|
|
52
53
|
requesterAvatarUrl: core.serialization.string().nullable(),
|
|
@@ -14,6 +14,7 @@ export declare namespace PayReqDetailAttrs {
|
|
|
14
14
|
payerCanPay: boolean;
|
|
15
15
|
payerCanDecline: boolean;
|
|
16
16
|
description?: string | null;
|
|
17
|
+
tags: Record<string, string>;
|
|
17
18
|
requesterName?: string | null;
|
|
18
19
|
requesterEmail?: string | null;
|
|
19
20
|
requesterAvatarUrl?: string | null;
|
|
@@ -47,6 +47,7 @@ exports.PayReqDetailAttrs = core.serialization.object({
|
|
|
47
47
|
payerCanPay: core.serialization.boolean(),
|
|
48
48
|
payerCanDecline: core.serialization.boolean(),
|
|
49
49
|
description: core.serialization.string().nullable(),
|
|
50
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
51
|
requesterName: core.serialization.string().nullable(),
|
|
51
52
|
requesterEmail: core.serialization.string().nullable(),
|
|
52
53
|
requesterAvatarUrl: core.serialization.string().nullable(),
|
|
@@ -12,6 +12,7 @@ export declare namespace NewPaymentParams {
|
|
|
12
12
|
customerPartyId?: string | null;
|
|
13
13
|
currency?: NewPaymentCurrency.Raw | null;
|
|
14
14
|
description?: string | null;
|
|
15
|
+
tags?: Record<string, string> | null;
|
|
15
16
|
walletId?: string | null;
|
|
16
17
|
disableNotifications?: CreatePaymentsRequestDisableNotificationsItem.Raw[] | null;
|
|
17
18
|
}
|
|
@@ -45,6 +45,7 @@ exports.NewPaymentParams = core.serialization.object({
|
|
|
45
45
|
customerPartyId: core.serialization.string().optional(),
|
|
46
46
|
currency: NewPaymentCurrency_js_1.NewPaymentCurrency.optional(),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
48
49
|
walletId: core.serialization.string().optional(),
|
|
49
50
|
disableNotifications: core.serialization.list(CreatePaymentsRequestDisableNotificationsItem_js_1.CreatePaymentsRequestDisableNotificationsItem).optional(),
|
|
50
51
|
});
|
|
@@ -42,6 +42,7 @@ exports.CancelledPmtAttrs = core.serialization.object({
|
|
|
42
42
|
currency: core.serialization.string(),
|
|
43
43
|
status: CancelledPmtStatus_js_1.CancelledPmtStatus,
|
|
44
44
|
description: core.serialization.string().nullable(),
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
createdAt: core.serialization.string(),
|
|
46
47
|
updatedAt: core.serialization.string().nullable(),
|
|
47
48
|
});
|
|
@@ -42,6 +42,7 @@ exports.NewPaymentAttrs = core.serialization.object({
|
|
|
42
42
|
currency: core.serialization.string(),
|
|
43
43
|
status: NewPaymentStatus_js_1.NewPaymentStatus,
|
|
44
44
|
description: core.serialization.string().nullable(),
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
createdAt: core.serialization.string(),
|
|
46
47
|
updatedAt: core.serialization.string().nullable(),
|
|
47
48
|
claimLink: core.serialization.string().optionalNullable(),
|
|
@@ -42,6 +42,7 @@ exports.PaymentAttrs = core.serialization.object({
|
|
|
42
42
|
currency: core.serialization.string(),
|
|
43
43
|
status: PaymentStatus_js_1.PaymentStatus,
|
|
44
44
|
description: core.serialization.string().nullable(),
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
createdAt: core.serialization.string(),
|
|
46
47
|
updatedAt: core.serialization.string().nullable(),
|
|
47
48
|
});
|
|
@@ -42,6 +42,7 @@ exports.PaymentDetailAttrs = core.serialization.object({
|
|
|
42
42
|
currency: core.serialization.string(),
|
|
43
43
|
status: PaymentDetailStatus_js_1.PaymentDetailStatus,
|
|
44
44
|
description: core.serialization.string().nullable(),
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
createdAt: core.serialization.string(),
|
|
46
47
|
updatedAt: core.serialization.string().nullable(),
|
|
47
48
|
});
|
|
@@ -9,6 +9,7 @@ export declare namespace CompletePaymentClaimSimulationsResponseDataAttributes {
|
|
|
9
9
|
currency: string;
|
|
10
10
|
status: CompletePaymentClaimSimulationsResponseDataAttributesStatus.Raw;
|
|
11
11
|
description?: string | null;
|
|
12
|
+
tags: Record<string, string>;
|
|
12
13
|
createdAt: string;
|
|
13
14
|
updatedAt?: string | null;
|
|
14
15
|
}
|
|
@@ -42,6 +42,7 @@ exports.CompletePaymentClaimSimulationsResponseDataAttributes = core.serializati
|
|
|
42
42
|
currency: core.serialization.string(),
|
|
43
43
|
status: CompletePaymentClaimSimulationsResponseDataAttributesStatus_js_1.CompletePaymentClaimSimulationsResponseDataAttributesStatus,
|
|
44
44
|
description: core.serialization.string().nullable(),
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
createdAt: core.serialization.string(),
|
|
46
47
|
updatedAt: core.serialization.string().nullable(),
|
|
47
48
|
});
|
|
@@ -14,6 +14,7 @@ export declare namespace DeclinePaymentRequestSimulationsResponseDataAttributes
|
|
|
14
14
|
payerCanPay: boolean;
|
|
15
15
|
payerCanDecline: boolean;
|
|
16
16
|
description?: string | null;
|
|
17
|
+
tags: Record<string, string>;
|
|
17
18
|
requesterName?: string | null;
|
|
18
19
|
requesterEmail?: string | null;
|
|
19
20
|
requesterAvatarUrl?: string | null;
|
|
@@ -47,6 +47,7 @@ exports.DeclinePaymentRequestSimulationsResponseDataAttributes = core.serializat
|
|
|
47
47
|
payerCanPay: core.serialization.boolean(),
|
|
48
48
|
payerCanDecline: core.serialization.boolean(),
|
|
49
49
|
description: core.serialization.string().nullable(),
|
|
50
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
51
|
requesterName: core.serialization.string().nullable(),
|
|
51
52
|
requesterEmail: core.serialization.string().nullable(),
|
|
52
53
|
requesterAvatarUrl: core.serialization.string().nullable(),
|
|
@@ -9,6 +9,7 @@ export declare namespace FulfillPaymentRequestSimulationsResponseDataAttributes
|
|
|
9
9
|
currency: string;
|
|
10
10
|
status: FulfillPaymentRequestSimulationsResponseDataAttributesStatus.Raw;
|
|
11
11
|
description?: string | null;
|
|
12
|
+
tags: Record<string, string>;
|
|
12
13
|
createdAt: string;
|
|
13
14
|
updatedAt?: string | null;
|
|
14
15
|
}
|
|
@@ -42,6 +42,7 @@ exports.FulfillPaymentRequestSimulationsResponseDataAttributes = core.serializat
|
|
|
42
42
|
currency: core.serialization.string(),
|
|
43
43
|
status: FulfillPaymentRequestSimulationsResponseDataAttributesStatus_js_1.FulfillPaymentRequestSimulationsResponseDataAttributesStatus,
|
|
44
44
|
description: core.serialization.string().nullable(),
|
|
45
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
45
46
|
createdAt: core.serialization.string(),
|
|
46
47
|
updatedAt: core.serialization.string().nullable(),
|
|
47
48
|
});
|
|
@@ -15,6 +15,7 @@ export declare namespace FundCustomerSimulationsResponseDataAttributes {
|
|
|
15
15
|
method?: string | null;
|
|
16
16
|
rail?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
externalAccountDisplayMask?: string | null;
|
|
19
20
|
expectedAvailableAt?: string | null;
|
|
20
21
|
failure?: FundCustomerSimulationsResponseDataAttributesFailure.Raw | null;
|
|
@@ -48,6 +48,7 @@ exports.FundCustomerSimulationsResponseDataAttributes = core.serialization.objec
|
|
|
48
48
|
method: core.serialization.string().nullable(),
|
|
49
49
|
rail: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
externalAccountDisplayMask: core.serialization.string().nullable(),
|
|
52
53
|
expectedAvailableAt: core.serialization.string().nullable(),
|
|
53
54
|
failure: FundCustomerSimulationsResponseDataAttributesFailure_js_1.FundCustomerSimulationsResponseDataAttributesFailure.nullable(),
|
|
@@ -16,5 +16,6 @@ export declare namespace LinkExternalAccountSimulationsResponseDataItemAttribute
|
|
|
16
16
|
bankName?: string | null;
|
|
17
17
|
accountName?: string | null;
|
|
18
18
|
accountType?: LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.Raw | null;
|
|
19
|
+
tags: Record<string, string>;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
@@ -49,4 +49,5 @@ exports.LinkExternalAccountSimulationsResponseDataItemAttributes = core.serializ
|
|
|
49
49
|
bankName: core.serialization.string().nullable(),
|
|
50
50
|
accountName: core.serialization.string().nullable(),
|
|
51
51
|
accountType: LinkExternalAccountSimulationsResponseDataItemAttributesAccountType_js_1.LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.nullable(),
|
|
52
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
52
53
|
});
|
|
@@ -41,4 +41,5 @@ exports.InitiateInternalTransfersRequest = core.serialization.object({
|
|
|
41
41
|
sourceWalletId: core.serialization.string(),
|
|
42
42
|
destWalletId: core.serialization.string(),
|
|
43
43
|
description: core.serialization.string().optional(),
|
|
44
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
44
45
|
});
|
|
@@ -43,4 +43,5 @@ exports.NewDepositParams = core.serialization.object({
|
|
|
43
43
|
externalAccountId: core.serialization.string(),
|
|
44
44
|
walletId: core.serialization.string().optional(),
|
|
45
45
|
description: core.serialization.string().optional(),
|
|
46
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
46
47
|
});
|
|
@@ -45,4 +45,5 @@ exports.NewWithdrawalParams = core.serialization.object({
|
|
|
45
45
|
method: InitiateWithdrawalTransfersRequestMethod_js_1.InitiateWithdrawalTransfersRequestMethod.optional(),
|
|
46
46
|
walletId: core.serialization.string().optional(),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
48
49
|
});
|
|
@@ -15,6 +15,7 @@ export declare namespace DepositAttrs {
|
|
|
15
15
|
method?: string | null;
|
|
16
16
|
rail?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
externalAccountDisplayMask?: string | null;
|
|
19
20
|
expectedAvailableAt?: string | null;
|
|
20
21
|
failure?: InitiateDepositTransfersResponseDataAttributesFailure.Raw | null;
|
|
@@ -48,6 +48,7 @@ exports.DepositAttrs = core.serialization.object({
|
|
|
48
48
|
method: core.serialization.string().nullable(),
|
|
49
49
|
rail: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
externalAccountDisplayMask: core.serialization.string().nullable(),
|
|
52
53
|
expectedAvailableAt: core.serialization.string().nullable(),
|
|
53
54
|
failure: InitiateDepositTransfersResponseDataAttributesFailure_js_1.InitiateDepositTransfersResponseDataAttributesFailure.nullable(),
|
|
@@ -15,6 +15,7 @@ export declare namespace InitiateInternalTransfersResponseDataAttributes {
|
|
|
15
15
|
method?: string | null;
|
|
16
16
|
rail?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
externalAccountDisplayMask?: string | null;
|
|
19
20
|
expectedAvailableAt?: string | null;
|
|
20
21
|
failure?: InitiateInternalTransfersResponseDataAttributesFailure.Raw | null;
|
|
@@ -48,6 +48,7 @@ exports.InitiateInternalTransfersResponseDataAttributes = core.serialization.obj
|
|
|
48
48
|
method: core.serialization.string().nullable(),
|
|
49
49
|
rail: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
externalAccountDisplayMask: core.serialization.string().nullable(),
|
|
52
53
|
expectedAvailableAt: core.serialization.string().nullable(),
|
|
53
54
|
failure: InitiateInternalTransfersResponseDataAttributesFailure_js_1.InitiateInternalTransfersResponseDataAttributesFailure.nullable(),
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
export declare const InitiateWithdrawalTransfersRequestMethod: core.serialization.Schema<serializers.InitiateWithdrawalTransfersRequestMethod.Raw, Natural.InitiateWithdrawalTransfersRequestMethod>;
|
|
5
5
|
export declare namespace InitiateWithdrawalTransfersRequestMethod {
|
|
6
|
-
type Raw = "standard" | "instant";
|
|
6
|
+
type Raw = "standard" | "instant" | "wire";
|
|
7
7
|
}
|
package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js
CHANGED
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.InitiateWithdrawalTransfersRequestMethod = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
-
exports.InitiateWithdrawalTransfersRequestMethod = core.serialization.enum_(["standard", "instant"]);
|
|
39
|
+
exports.InitiateWithdrawalTransfersRequestMethod = core.serialization.enum_(["standard", "instant", "wire"]);
|
|
@@ -15,6 +15,7 @@ export declare namespace TransferAttrs {
|
|
|
15
15
|
method?: string | null;
|
|
16
16
|
rail?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
externalAccountDisplayMask?: string | null;
|
|
19
20
|
expectedAvailableAt?: string | null;
|
|
20
21
|
failure?: ListTransfersResponseDataItemAttributesFailure.Raw | null;
|
|
@@ -48,6 +48,7 @@ exports.TransferAttrs = core.serialization.object({
|
|
|
48
48
|
method: core.serialization.string().nullable(),
|
|
49
49
|
rail: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
externalAccountDisplayMask: core.serialization.string().nullable(),
|
|
52
53
|
expectedAvailableAt: core.serialization.string().nullable(),
|
|
53
54
|
failure: ListTransfersResponseDataItemAttributesFailure_js_1.ListTransfersResponseDataItemAttributesFailure.nullable(),
|
|
@@ -15,6 +15,7 @@ export declare namespace TransferDetailAttrs {
|
|
|
15
15
|
method?: string | null;
|
|
16
16
|
rail?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
externalAccountDisplayMask?: string | null;
|
|
19
20
|
expectedAvailableAt?: string | null;
|
|
20
21
|
failure?: GetTransfersResponseDataAttributesFailure.Raw | null;
|
|
@@ -48,6 +48,7 @@ exports.TransferDetailAttrs = core.serialization.object({
|
|
|
48
48
|
method: core.serialization.string().nullable(),
|
|
49
49
|
rail: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
externalAccountDisplayMask: core.serialization.string().nullable(),
|
|
52
53
|
expectedAvailableAt: core.serialization.string().nullable(),
|
|
53
54
|
failure: GetTransfersResponseDataAttributesFailure_js_1.GetTransfersResponseDataAttributesFailure.nullable(),
|
|
@@ -15,6 +15,7 @@ export declare namespace WithdrawalAttrs {
|
|
|
15
15
|
method?: string | null;
|
|
16
16
|
rail?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
externalAccountDisplayMask?: string | null;
|
|
19
20
|
expectedAvailableAt?: string | null;
|
|
20
21
|
failure?: InitiateWithdrawalTransfersResponseDataAttributesFailure.Raw | null;
|
|
@@ -48,6 +48,7 @@ exports.WithdrawalAttrs = core.serialization.object({
|
|
|
48
48
|
method: core.serialization.string().nullable(),
|
|
49
49
|
rail: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
externalAccountDisplayMask: core.serialization.string().nullable(),
|
|
52
53
|
expectedAvailableAt: core.serialization.string().nullable(),
|
|
53
54
|
failure: InitiateWithdrawalTransfersResponseDataAttributesFailure_js_1.InitiateWithdrawalTransfersResponseDataAttributesFailure.nullable(),
|
|
@@ -39,4 +39,5 @@ const core = __importStar(require("../../../../../core/index.js"));
|
|
|
39
39
|
exports.CreateWalletsRequest = core.serialization.object({
|
|
40
40
|
displayName: core.serialization.string(),
|
|
41
41
|
description: core.serialization.string().optionalNullable(),
|
|
42
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
42
43
|
});
|
|
@@ -39,4 +39,5 @@ const core = __importStar(require("../../../../../core/index.js"));
|
|
|
39
39
|
exports.UpdateWalletsRequest = core.serialization.object({
|
|
40
40
|
displayName: core.serialization.string().optional(),
|
|
41
41
|
description: core.serialization.string().optionalNullable(),
|
|
42
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string().nullable()).optional(),
|
|
42
43
|
});
|
package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare namespace AttachAgentWalletsResponseDataAttributes {
|
|
|
8
8
|
interface Raw {
|
|
9
9
|
name: string;
|
|
10
10
|
description?: string | null;
|
|
11
|
+
tags: Record<string, string>;
|
|
11
12
|
handle?: string | null;
|
|
12
13
|
status: AttachAgentWalletsResponseDataAttributesStatus.Raw;
|
|
13
14
|
limits?: AttachAgentWalletsResponseDataAttributesLimits.Raw | null;
|
package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.js
CHANGED
|
@@ -41,6 +41,7 @@ const AttachAgentWalletsResponseDataAttributesStatus_js_1 = require("./AttachAge
|
|
|
41
41
|
exports.AttachAgentWalletsResponseDataAttributes = core.serialization.object({
|
|
42
42
|
name: core.serialization.string(),
|
|
43
43
|
description: core.serialization.string().nullable(),
|
|
44
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
44
45
|
handle: core.serialization.string().nullable(),
|
|
45
46
|
status: AttachAgentWalletsResponseDataAttributesStatus_js_1.AttachAgentWalletsResponseDataAttributesStatus,
|
|
46
47
|
limits: AttachAgentWalletsResponseDataAttributesLimits_js_1.AttachAgentWalletsResponseDataAttributesLimits.nullable(),
|
package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare namespace CreateWalletsResponseDataAttributes {
|
|
|
15
15
|
createdAt?: string | null;
|
|
16
16
|
displayName?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
balance?: CreateWalletsResponseDataAttributesBalance.Raw | null;
|
|
19
20
|
claims: CreateWalletsResponseDataAttributesClaims.Raw;
|
|
20
21
|
depositInstructions?: CreateWalletsResponseDataAttributesDepositInstructions.Raw | null;
|
package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.js
CHANGED
|
@@ -48,6 +48,7 @@ exports.CreateWalletsResponseDataAttributes = core.serialization.object({
|
|
|
48
48
|
createdAt: core.serialization.date().nullable(),
|
|
49
49
|
displayName: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
balance: CreateWalletsResponseDataAttributesBalance_js_1.CreateWalletsResponseDataAttributesBalance.nullable(),
|
|
52
53
|
claims: CreateWalletsResponseDataAttributesClaims_js_1.CreateWalletsResponseDataAttributesClaims,
|
|
53
54
|
depositInstructions: CreateWalletsResponseDataAttributesDepositInstructions_js_1.CreateWalletsResponseDataAttributesDepositInstructions.nullable(),
|
package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare namespace FreezeWalletsResponseDataAttributes {
|
|
|
15
15
|
createdAt?: string | null;
|
|
16
16
|
displayName?: string | null;
|
|
17
17
|
description?: string | null;
|
|
18
|
+
tags: Record<string, string>;
|
|
18
19
|
balance?: FreezeWalletsResponseDataAttributesBalance.Raw | null;
|
|
19
20
|
claims: FreezeWalletsResponseDataAttributesClaims.Raw;
|
|
20
21
|
depositInstructions?: FreezeWalletsResponseDataAttributesDepositInstructions.Raw | null;
|
package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.js
CHANGED
|
@@ -48,6 +48,7 @@ exports.FreezeWalletsResponseDataAttributes = core.serialization.object({
|
|
|
48
48
|
createdAt: core.serialization.date().nullable(),
|
|
49
49
|
displayName: core.serialization.string().nullable(),
|
|
50
50
|
description: core.serialization.string().nullable(),
|
|
51
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
51
52
|
balance: FreezeWalletsResponseDataAttributesBalance_js_1.FreezeWalletsResponseDataAttributesBalance.nullable(),
|
|
52
53
|
claims: FreezeWalletsResponseDataAttributesClaims_js_1.FreezeWalletsResponseDataAttributesClaims,
|
|
53
54
|
depositInstructions: FreezeWalletsResponseDataAttributesDepositInstructions_js_1.FreezeWalletsResponseDataAttributesDepositInstructions.nullable(),
|