@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
|
@@ -69,7 +69,10 @@ export declare class InvitationLinksClient {
|
|
|
69
69
|
* perTransaction: 50000
|
|
70
70
|
* }
|
|
71
71
|
* }],
|
|
72
|
-
* name: "Carrier Payment Integration"
|
|
72
|
+
* name: "Carrier Payment Integration",
|
|
73
|
+
* tags: {
|
|
74
|
+
* "integration": "carrier_payments"
|
|
75
|
+
* }
|
|
73
76
|
* })
|
|
74
77
|
*/
|
|
75
78
|
create(request: Natural.CreateInvitationLinksRequest, requestOptions?: InvitationLinksClient.RequestOptions): core.HttpResponsePromise<Natural.CreateInvitationLinksResponse>;
|
|
@@ -200,7 +200,10 @@ class InvitationLinksClient {
|
|
|
200
200
|
* perTransaction: 50000
|
|
201
201
|
* }
|
|
202
202
|
* }],
|
|
203
|
-
* name: "Carrier Payment Integration"
|
|
203
|
+
* name: "Carrier Payment Integration",
|
|
204
|
+
* tags: {
|
|
205
|
+
* "integration": "carrier_payments"
|
|
206
|
+
* }
|
|
204
207
|
* })
|
|
205
208
|
*/
|
|
206
209
|
create(request, requestOptions) {
|
package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts
CHANGED
|
@@ -9,7 +9,10 @@ import type * as Natural from "../../../../index.js";
|
|
|
9
9
|
* perTransaction: 50000
|
|
10
10
|
* }
|
|
11
11
|
* }],
|
|
12
|
-
* name: "Carrier Payment Integration"
|
|
12
|
+
* name: "Carrier Payment Integration",
|
|
13
|
+
* tags: {
|
|
14
|
+
* "integration": "carrier_payments"
|
|
15
|
+
* }
|
|
13
16
|
* }
|
|
14
17
|
*/
|
|
15
18
|
export interface CreateInvitationLinksRequest {
|
|
@@ -19,4 +22,5 @@ export interface CreateInvitationLinksRequest {
|
|
|
19
22
|
expiresAt?: Date;
|
|
20
23
|
/** Label for this link */
|
|
21
24
|
name: string;
|
|
25
|
+
tags?: Record<string, string>;
|
|
22
26
|
}
|
|
@@ -3,8 +3,8 @@ export declare const CreateInvitationLinksRequestProposedAgentsItemPermissionsIt
|
|
|
3
3
|
readonly PaymentsCreate: "payments.create";
|
|
4
4
|
readonly ExternalPartiesRead: "external_parties.read";
|
|
5
5
|
readonly ExternalPartiesCreate: "external_parties.create";
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
6
|
+
readonly DirectRead: "direct.read";
|
|
7
|
+
readonly DirectCreate: "direct.create";
|
|
8
8
|
readonly ExternalAccountsCreate: "external_accounts.create";
|
|
9
9
|
readonly WalletsRead: "wallets.read";
|
|
10
10
|
readonly WalletsUpdate: "wallets.update";
|
|
@@ -7,8 +7,8 @@ exports.CreateInvitationLinksRequestProposedAgentsItemPermissionsItem = {
|
|
|
7
7
|
PaymentsCreate: "payments.create",
|
|
8
8
|
ExternalPartiesRead: "external_parties.read",
|
|
9
9
|
ExternalPartiesCreate: "external_parties.create",
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
DirectRead: "direct.read",
|
|
11
|
+
DirectCreate: "direct.create",
|
|
12
12
|
ExternalAccountsCreate: "external_accounts.create",
|
|
13
13
|
WalletsRead: "wallets.read",
|
|
14
14
|
WalletsUpdate: "wallets.update",
|
|
@@ -13,6 +13,8 @@ export interface CreateInvitationLinksResponseDataAttributes {
|
|
|
13
13
|
name: string;
|
|
14
14
|
/** When this link expires */
|
|
15
15
|
expiresAt: string | null;
|
|
16
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
17
|
+
tags: Record<string, string>;
|
|
16
18
|
/** Plaintext link token. Returned only when the link is created; list and get return a masked form */
|
|
17
19
|
token: string;
|
|
18
20
|
/** Full shareable URL for this link. Returned only when the link is created */
|
|
@@ -3,8 +3,8 @@ export declare const CreateInvitationLinksResponseDataAttributesProposedAgentsIt
|
|
|
3
3
|
readonly PaymentsCreate: "payments.create";
|
|
4
4
|
readonly ExternalPartiesRead: "external_parties.read";
|
|
5
5
|
readonly ExternalPartiesCreate: "external_parties.create";
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
6
|
+
readonly DirectRead: "direct.read";
|
|
7
|
+
readonly DirectCreate: "direct.create";
|
|
8
8
|
readonly ExternalAccountsCreate: "external_accounts.create";
|
|
9
9
|
readonly WalletsRead: "wallets.read";
|
|
10
10
|
readonly WalletsUpdate: "wallets.update";
|
|
@@ -7,8 +7,8 @@ exports.CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissions
|
|
|
7
7
|
PaymentsCreate: "payments.create",
|
|
8
8
|
ExternalPartiesRead: "external_parties.read",
|
|
9
9
|
ExternalPartiesCreate: "external_parties.create",
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
DirectRead: "direct.read",
|
|
11
|
+
DirectCreate: "direct.create",
|
|
12
12
|
ExternalAccountsCreate: "external_accounts.create",
|
|
13
13
|
WalletsRead: "wallets.read",
|
|
14
14
|
WalletsUpdate: "wallets.update",
|
package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts
CHANGED
|
@@ -13,6 +13,8 @@ export interface GetInvitationLinksResponseDataAttributes {
|
|
|
13
13
|
name: string;
|
|
14
14
|
/** When this link expires */
|
|
15
15
|
expiresAt: string | null;
|
|
16
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
17
|
+
tags: Record<string, string>;
|
|
16
18
|
/** Link token with all but the last 4 characters masked (for example ***bc4d). The full token and URL are returned only when the link is created */
|
|
17
19
|
maskedToken: string;
|
|
18
20
|
}
|
|
@@ -3,8 +3,8 @@ export declare const GetInvitationLinksResponseDataAttributesProposedAgentsItemP
|
|
|
3
3
|
readonly PaymentsCreate: "payments.create";
|
|
4
4
|
readonly ExternalPartiesRead: "external_parties.read";
|
|
5
5
|
readonly ExternalPartiesCreate: "external_parties.create";
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
6
|
+
readonly DirectRead: "direct.read";
|
|
7
|
+
readonly DirectCreate: "direct.create";
|
|
8
8
|
readonly ExternalAccountsCreate: "external_accounts.create";
|
|
9
9
|
readonly WalletsRead: "wallets.read";
|
|
10
10
|
readonly WalletsUpdate: "wallets.update";
|
|
@@ -7,8 +7,8 @@ exports.GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsIte
|
|
|
7
7
|
PaymentsCreate: "payments.create",
|
|
8
8
|
ExternalPartiesRead: "external_parties.read",
|
|
9
9
|
ExternalPartiesCreate: "external_parties.create",
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
DirectRead: "direct.read",
|
|
11
|
+
DirectCreate: "direct.create",
|
|
12
12
|
ExternalAccountsCreate: "external_accounts.create",
|
|
13
13
|
WalletsRead: "wallets.read",
|
|
14
14
|
WalletsUpdate: "wallets.update",
|
|
@@ -13,6 +13,8 @@ export interface ListInvitationLinksResponseDataItemAttributes {
|
|
|
13
13
|
name: string;
|
|
14
14
|
/** When this link expires */
|
|
15
15
|
expiresAt: string | null;
|
|
16
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
17
|
+
tags: Record<string, string>;
|
|
16
18
|
/** Link token with all but the last 4 characters masked (for example ***bc4d). The full token and URL are returned only when the link is created */
|
|
17
19
|
maskedToken: string;
|
|
18
20
|
}
|
|
@@ -3,8 +3,8 @@ export declare const ListInvitationLinksResponseDataItemAttributesProposedAgents
|
|
|
3
3
|
readonly PaymentsCreate: "payments.create";
|
|
4
4
|
readonly ExternalPartiesRead: "external_parties.read";
|
|
5
5
|
readonly ExternalPartiesCreate: "external_parties.create";
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
6
|
+
readonly DirectRead: "direct.read";
|
|
7
|
+
readonly DirectCreate: "direct.create";
|
|
8
8
|
readonly ExternalAccountsCreate: "external_accounts.create";
|
|
9
9
|
readonly WalletsRead: "wallets.read";
|
|
10
10
|
readonly WalletsUpdate: "wallets.update";
|
|
@@ -7,8 +7,8 @@ exports.ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissio
|
|
|
7
7
|
PaymentsCreate: "payments.create",
|
|
8
8
|
ExternalPartiesRead: "external_parties.read",
|
|
9
9
|
ExternalPartiesCreate: "external_parties.create",
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
DirectRead: "direct.read",
|
|
11
|
+
DirectCreate: "direct.create",
|
|
12
12
|
ExternalAccountsCreate: "external_accounts.create",
|
|
13
13
|
WalletsRead: "wallets.read",
|
|
14
14
|
WalletsUpdate: "wallets.update",
|
|
@@ -13,6 +13,8 @@ export interface RevokeInvitationLinksResponseDataAttributes {
|
|
|
13
13
|
name: string;
|
|
14
14
|
/** When this link expires */
|
|
15
15
|
expiresAt: string | null;
|
|
16
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
17
|
+
tags: Record<string, string>;
|
|
16
18
|
/** Link token with all but the last 4 characters masked (for example ***bc4d). The full token and URL are returned only when the link is created */
|
|
17
19
|
maskedToken: string;
|
|
18
20
|
}
|
|
@@ -3,8 +3,8 @@ export declare const RevokeInvitationLinksResponseDataAttributesProposedAgentsIt
|
|
|
3
3
|
readonly PaymentsCreate: "payments.create";
|
|
4
4
|
readonly ExternalPartiesRead: "external_parties.read";
|
|
5
5
|
readonly ExternalPartiesCreate: "external_parties.create";
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
6
|
+
readonly DirectRead: "direct.read";
|
|
7
|
+
readonly DirectCreate: "direct.create";
|
|
8
8
|
readonly ExternalAccountsCreate: "external_accounts.create";
|
|
9
9
|
readonly WalletsRead: "wallets.read";
|
|
10
10
|
readonly WalletsUpdate: "wallets.update";
|
|
@@ -7,8 +7,8 @@ exports.RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissions
|
|
|
7
7
|
PaymentsCreate: "payments.create",
|
|
8
8
|
ExternalPartiesRead: "external_parties.read",
|
|
9
9
|
ExternalPartiesCreate: "external_parties.create",
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
DirectRead: "direct.read",
|
|
11
|
+
DirectCreate: "direct.create",
|
|
12
12
|
ExternalAccountsCreate: "external_accounts.create",
|
|
13
13
|
WalletsRead: "wallets.read",
|
|
14
14
|
WalletsUpdate: "wallets.update",
|
|
@@ -68,7 +68,10 @@ export declare class InvitationsClient {
|
|
|
68
68
|
* }, {
|
|
69
69
|
* email: "cfo@velocitylogistics.com",
|
|
70
70
|
* role: "ADMIN"
|
|
71
|
-
* }]
|
|
71
|
+
* }],
|
|
72
|
+
* tags: {
|
|
73
|
+
* "team": "operations"
|
|
74
|
+
* }
|
|
72
75
|
* })
|
|
73
76
|
*/
|
|
74
77
|
create(request: Natural.CreateInvitationsRequest, requestOptions?: InvitationsClient.RequestOptions): core.HttpResponsePromise<Natural.CreateInvitationsResponse>;
|
|
@@ -8,10 +8,15 @@ import type * as Natural from "../../../../index.js";
|
|
|
8
8
|
* }, {
|
|
9
9
|
* email: "cfo@velocitylogistics.com",
|
|
10
10
|
* role: "ADMIN"
|
|
11
|
-
* }]
|
|
11
|
+
* }],
|
|
12
|
+
* tags: {
|
|
13
|
+
* "team": "operations"
|
|
14
|
+
* }
|
|
12
15
|
* }
|
|
13
16
|
*/
|
|
14
17
|
export interface CreateInvitationsRequest {
|
|
15
18
|
/** List of invitations to create (max 100). */
|
|
16
19
|
invitations: Natural.CreateInvitationsRequestInvitationsItem[];
|
|
20
|
+
/** Tags applied to each invitation. */
|
|
21
|
+
tags?: Record<string, string>;
|
|
17
22
|
}
|
package/dist/cjs/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ export interface CreateInvitationsResponseDataItemAttributes {
|
|
|
6
6
|
role: Natural.CreateInvitationsResponseDataItemAttributesRole;
|
|
7
7
|
/** Invitation status. */
|
|
8
8
|
status: Natural.CreateInvitationsResponseDataItemAttributesStatus;
|
|
9
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
10
|
+
tags: Record<string, string>;
|
|
9
11
|
/** When this invitation expires. */
|
|
10
12
|
expiresAt: string;
|
|
11
13
|
/** When this invitation was created. */
|
package/dist/cjs/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ export interface ListInvitationsResponseDataItemAttributes {
|
|
|
6
6
|
role: Natural.ListInvitationsResponseDataItemAttributesRole;
|
|
7
7
|
/** Invitation status. */
|
|
8
8
|
status: Natural.ListInvitationsResponseDataItemAttributesStatus;
|
|
9
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
10
|
+
tags: Record<string, string>;
|
|
9
11
|
/** When this invitation expires. */
|
|
10
12
|
expiresAt: string;
|
|
11
13
|
/** When this invitation was created. */
|
package/dist/cjs/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ export interface RevokeInvitationsResponseDataAttributes {
|
|
|
6
6
|
role: Natural.RevokeInvitationsResponseDataAttributesRole;
|
|
7
7
|
/** Invitation status. */
|
|
8
8
|
status: Natural.RevokeInvitationsResponseDataAttributesStatus;
|
|
9
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
10
|
+
tags: Record<string, string>;
|
|
9
11
|
/** When this invitation expires. */
|
|
10
12
|
expiresAt: string;
|
|
11
13
|
/** When this invitation was created. */
|
|
@@ -65,6 +65,9 @@ export declare class PaymentRequestsClient {
|
|
|
65
65
|
* amount: 2500,
|
|
66
66
|
* currency: "USD",
|
|
67
67
|
* description: "Invoice 7",
|
|
68
|
+
* tags: {
|
|
69
|
+
* "invoice_id": "inv_7"
|
|
70
|
+
* },
|
|
68
71
|
* payerName: "Ada Lovelace",
|
|
69
72
|
* payer: {
|
|
70
73
|
* type: "email",
|
|
@@ -155,6 +158,9 @@ export declare class PaymentRequestsClient {
|
|
|
155
158
|
* paymentSource: {
|
|
156
159
|
* type: "wallet",
|
|
157
160
|
* walletId: "wal_550e8400e29b41d4a716446655440000"
|
|
161
|
+
* },
|
|
162
|
+
* tags: {
|
|
163
|
+
* "invoice_id": "inv_7"
|
|
158
164
|
* }
|
|
159
165
|
* })
|
|
160
166
|
*/
|
|
@@ -237,6 +237,9 @@ class PaymentRequestsClient {
|
|
|
237
237
|
* amount: 2500,
|
|
238
238
|
* currency: "USD",
|
|
239
239
|
* description: "Invoice 7",
|
|
240
|
+
* tags: {
|
|
241
|
+
* "invoice_id": "inv_7"
|
|
242
|
+
* },
|
|
240
243
|
* payerName: "Ada Lovelace",
|
|
241
244
|
* payer: {
|
|
242
245
|
* type: "email",
|
|
@@ -572,6 +575,9 @@ class PaymentRequestsClient {
|
|
|
572
575
|
* paymentSource: {
|
|
573
576
|
* type: "wallet",
|
|
574
577
|
* walletId: "wal_550e8400e29b41d4a716446655440000"
|
|
578
|
+
* },
|
|
579
|
+
* tags: {
|
|
580
|
+
* "invoice_id": "inv_7"
|
|
575
581
|
* }
|
|
576
582
|
* })
|
|
577
583
|
*/
|
|
@@ -7,6 +7,9 @@ import type * as Natural from "../../../../index.js";
|
|
|
7
7
|
* paymentSource: {
|
|
8
8
|
* type: "wallet",
|
|
9
9
|
* walletId: "wal_550e8400e29b41d4a716446655440000"
|
|
10
|
+
* },
|
|
11
|
+
* tags: {
|
|
12
|
+
* "invoice_id": "inv_7"
|
|
10
13
|
* }
|
|
11
14
|
* }
|
|
12
15
|
*/
|
|
@@ -16,4 +19,5 @@ export interface NewFulfilledReqParams {
|
|
|
16
19
|
idempotencyKey: string;
|
|
17
20
|
/** Source of funds for the payment. */
|
|
18
21
|
paymentSource: Natural.FulfillPaymentRequestsRequestPaymentSource;
|
|
22
|
+
tags?: Record<string, string>;
|
|
19
23
|
}
|
|
@@ -6,6 +6,9 @@ import type * as Natural from "../../../../index.js";
|
|
|
6
6
|
* amount: 2500,
|
|
7
7
|
* currency: "USD",
|
|
8
8
|
* description: "Invoice 7",
|
|
9
|
+
* tags: {
|
|
10
|
+
* "invoice_id": "inv_7"
|
|
11
|
+
* },
|
|
9
12
|
* payerName: "Ada Lovelace",
|
|
10
13
|
* payer: {
|
|
11
14
|
* type: "email",
|
|
@@ -26,6 +29,7 @@ export interface NewPayReqParams {
|
|
|
26
29
|
currency?: Natural.NewPayReqCurrency;
|
|
27
30
|
/** Free-form description shown to the payer. Maximum 80 characters. */
|
|
28
31
|
description?: string;
|
|
32
|
+
tags?: Record<string, string>;
|
|
29
33
|
/** Display name of the payer. Maximum 32 characters. */
|
|
30
34
|
payerName?: string;
|
|
31
35
|
/** Who pays: exactly one typed email, phone, party ID, agent ID, or handle value. */
|
|
@@ -12,6 +12,8 @@ export interface CancelPaymentRequestsResponseDataAttributes {
|
|
|
12
12
|
payerCanDecline: boolean;
|
|
13
13
|
/** Free-form description provided at creation. Maximum 80 characters. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Display name of the party requesting payment. */
|
|
16
18
|
requesterName: string | null;
|
|
17
19
|
/** Email of the party requesting payment. */
|
|
@@ -12,6 +12,8 @@ export interface DeclinedReqAttrs {
|
|
|
12
12
|
payerCanDecline: boolean;
|
|
13
13
|
/** Free-form description provided at creation. Maximum 80 characters. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Display name of the party requesting payment. */
|
|
16
18
|
requesterName: string | null;
|
|
17
19
|
/** Email of the party requesting payment. */
|
|
@@ -8,6 +8,8 @@ export interface FulfilledReqAttrs {
|
|
|
8
8
|
status: Natural.FulfilledReqStatus;
|
|
9
9
|
/** Payment description. */
|
|
10
10
|
description: string | null;
|
|
11
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
12
|
+
tags: Record<string, string>;
|
|
11
13
|
/** When this payment was created. */
|
|
12
14
|
createdAt: string;
|
|
13
15
|
/** When this payment was last updated. */
|
|
@@ -12,6 +12,8 @@ export interface IncomingReqAttrs {
|
|
|
12
12
|
payerCanDecline: boolean;
|
|
13
13
|
/** Free-form description provided at creation. Maximum 80 characters. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Display name of the party requesting payment. */
|
|
16
18
|
requesterName: string | null;
|
|
17
19
|
/** Email of the party requesting payment. */
|
|
@@ -12,6 +12,8 @@ export interface NewPayReqAttrs {
|
|
|
12
12
|
payerCanDecline: boolean;
|
|
13
13
|
/** Free-form description provided at creation. Maximum 80 characters. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Display name of the party requesting payment. */
|
|
16
18
|
requesterName: string | null;
|
|
17
19
|
/** Email of the party requesting payment. */
|
|
@@ -12,6 +12,8 @@ export interface PayReqAttrs {
|
|
|
12
12
|
payerCanDecline: boolean;
|
|
13
13
|
/** Free-form description provided at creation. Maximum 80 characters. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Display name of the party requesting payment. */
|
|
16
18
|
requesterName: string | null;
|
|
17
19
|
/** Email of the party requesting payment. */
|
|
@@ -12,6 +12,8 @@ export interface PayReqDetailAttrs {
|
|
|
12
12
|
payerCanDecline: boolean;
|
|
13
13
|
/** Free-form description provided at creation. Maximum 80 characters. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Display name of the party requesting payment. */
|
|
16
18
|
requesterName: string | null;
|
|
17
19
|
/** Email of the party requesting payment. */
|
|
@@ -69,7 +69,10 @@ export declare class PaymentsClient {
|
|
|
69
69
|
* },
|
|
70
70
|
* customerPartyId: "pty_019cd1798d617f65a79cb965dda9eac3",
|
|
71
71
|
* currency: "USD",
|
|
72
|
-
* description: "Payment for Q4 2025 development work"
|
|
72
|
+
* description: "Payment for Q4 2025 development work",
|
|
73
|
+
* tags: {
|
|
74
|
+
* "order_id": "ord_123"
|
|
75
|
+
* }
|
|
73
76
|
* })
|
|
74
77
|
*/
|
|
75
78
|
create(request: Natural.NewPaymentParams, requestOptions?: PaymentsClient.RequestOptions): core.HttpResponsePromise<Natural.NewPayment>;
|
|
@@ -218,7 +218,10 @@ class PaymentsClient {
|
|
|
218
218
|
* },
|
|
219
219
|
* customerPartyId: "pty_019cd1798d617f65a79cb965dda9eac3",
|
|
220
220
|
* currency: "USD",
|
|
221
|
-
* description: "Payment for Q4 2025 development work"
|
|
221
|
+
* description: "Payment for Q4 2025 development work",
|
|
222
|
+
* tags: {
|
|
223
|
+
* "order_id": "ord_123"
|
|
224
|
+
* }
|
|
222
225
|
* })
|
|
223
226
|
*/
|
|
224
227
|
create(request, requestOptions) {
|
|
@@ -10,7 +10,10 @@ import type * as Natural from "../../../../index.js";
|
|
|
10
10
|
* },
|
|
11
11
|
* customerPartyId: "pty_019cd1798d617f65a79cb965dda9eac3",
|
|
12
12
|
* currency: "USD",
|
|
13
|
-
* description: "Payment for Q4 2025 development work"
|
|
13
|
+
* description: "Payment for Q4 2025 development work",
|
|
14
|
+
* tags: {
|
|
15
|
+
* "order_id": "ord_123"
|
|
16
|
+
* }
|
|
14
17
|
* }
|
|
15
18
|
*/
|
|
16
19
|
export interface NewPaymentParams {
|
|
@@ -26,6 +29,7 @@ export interface NewPaymentParams {
|
|
|
26
29
|
currency?: Natural.NewPaymentCurrency;
|
|
27
30
|
/** Payment description. Maximum 80 characters. */
|
|
28
31
|
description?: string;
|
|
32
|
+
tags?: Record<string, string>;
|
|
29
33
|
/** Source wallet ID (wal_*). Omit to pay from the sender party's default wallet. */
|
|
30
34
|
walletId?: string;
|
|
31
35
|
/** Natural notifications to disable for this request. "recipient" silences our message to the counterparty so you can deliver the returned link yourself; the person who initiated the request is always notified. Requires a delegated caller on payments and payment requests, which return 403 otherwise. Omit it, or send an empty array, to have Natural notify as usual. */
|
|
@@ -8,6 +8,8 @@ export interface CancelledPmtAttrs {
|
|
|
8
8
|
status: Natural.CancelledPmtStatus;
|
|
9
9
|
/** Payment description. */
|
|
10
10
|
description: string | null;
|
|
11
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
12
|
+
tags: Record<string, string>;
|
|
11
13
|
/** When this payment was created. */
|
|
12
14
|
createdAt: string;
|
|
13
15
|
/** When this payment was last updated. */
|
|
@@ -8,6 +8,8 @@ export interface NewPaymentAttrs {
|
|
|
8
8
|
status: Natural.NewPaymentStatus;
|
|
9
9
|
/** Payment description. */
|
|
10
10
|
description: string | null;
|
|
11
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
12
|
+
tags: Record<string, string>;
|
|
11
13
|
/** When this payment was created. */
|
|
12
14
|
createdAt: string;
|
|
13
15
|
/** When this payment was last updated. */
|
|
@@ -8,6 +8,8 @@ export interface PaymentAttrs {
|
|
|
8
8
|
status: Natural.PaymentStatus;
|
|
9
9
|
/** Payment description. */
|
|
10
10
|
description: string | null;
|
|
11
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
12
|
+
tags: Record<string, string>;
|
|
11
13
|
/** When this payment was created. */
|
|
12
14
|
createdAt: string;
|
|
13
15
|
/** When this payment was last updated. */
|
|
@@ -8,6 +8,8 @@ export interface PaymentDetailAttrs {
|
|
|
8
8
|
status: Natural.PaymentDetailStatus;
|
|
9
9
|
/** Payment description. */
|
|
10
10
|
description: string | null;
|
|
11
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
12
|
+
tags: Record<string, string>;
|
|
11
13
|
/** When this payment was created. */
|
|
12
14
|
createdAt: string;
|
|
13
15
|
/** When this payment was last updated. */
|
|
@@ -8,6 +8,8 @@ export interface CompletePaymentClaimSimulationsResponseDataAttributes {
|
|
|
8
8
|
status: Natural.CompletePaymentClaimSimulationsResponseDataAttributesStatus;
|
|
9
9
|
/** Payment description. */
|
|
10
10
|
description: string | null;
|
|
11
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
12
|
+
tags: Record<string, string>;
|
|
11
13
|
/** When this payment was created. */
|
|
12
14
|
createdAt: string;
|
|
13
15
|
/** When this payment was last updated. */
|
|
@@ -12,6 +12,8 @@ export interface DeclinePaymentRequestSimulationsResponseDataAttributes {
|
|
|
12
12
|
payerCanDecline: boolean;
|
|
13
13
|
/** Free-form description provided at creation. Maximum 80 characters. */
|
|
14
14
|
description: string | null;
|
|
15
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
16
|
+
tags: Record<string, string>;
|
|
15
17
|
/** Display name of the party requesting payment. */
|
|
16
18
|
requesterName: string | null;
|
|
17
19
|
/** Email of the party requesting payment. */
|
|
@@ -8,6 +8,8 @@ export interface FulfillPaymentRequestSimulationsResponseDataAttributes {
|
|
|
8
8
|
status: Natural.FulfillPaymentRequestSimulationsResponseDataAttributesStatus;
|
|
9
9
|
/** Payment description. */
|
|
10
10
|
description: string | null;
|
|
11
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
12
|
+
tags: Record<string, string>;
|
|
11
13
|
/** When this payment was created. */
|
|
12
14
|
createdAt: string;
|
|
13
15
|
/** When this payment was last updated. */
|
package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ export interface FundCustomerSimulationsResponseDataAttributes {
|
|
|
14
14
|
rail: string | null;
|
|
15
15
|
/** Transfer description. */
|
|
16
16
|
description: string | null;
|
|
17
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
18
|
+
tags: Record<string, string>;
|
|
17
19
|
/** Masked external account number. */
|
|
18
20
|
externalAccountDisplayMask: string | null;
|
|
19
21
|
/** Expected availability time, when known. */
|
|
@@ -16,4 +16,6 @@ export interface LinkExternalAccountSimulationsResponseDataItemAttributes {
|
|
|
16
16
|
accountName: string | null;
|
|
17
17
|
/** Bank account type, when available. */
|
|
18
18
|
accountType: Natural.LinkExternalAccountSimulationsResponseDataItemAttributesAccountType | null;
|
|
19
|
+
/** Metadata visible to anyone who can read the resource. */
|
|
20
|
+
tags: Record<string, string>;
|
|
19
21
|
}
|
|
@@ -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>;
|
|
@@ -73,7 +76,10 @@ export declare class TransfersClient {
|
|
|
73
76
|
* currency: "USD",
|
|
74
77
|
* externalAccountId: "eac_550e8400e29b41d4a716446655440000",
|
|
75
78
|
* method: "standard",
|
|
76
|
-
* description: "Payout transfer"
|
|
79
|
+
* description: "Payout transfer",
|
|
80
|
+
* tags: {
|
|
81
|
+
* "workflow": "treasury"
|
|
82
|
+
* }
|
|
77
83
|
* })
|
|
78
84
|
*/
|
|
79
85
|
initiateWithdrawal(request: Natural.NewWithdrawalParams, requestOptions?: TransfersClient.RequestOptions): core.HttpResponsePromise<Natural.Withdrawal>;
|
|
@@ -105,7 +111,10 @@ export declare class TransfersClient {
|
|
|
105
111
|
* amount: 5000,
|
|
106
112
|
* sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
|
|
107
113
|
* destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
|
|
108
|
-
* description: "Sweep to vault"
|
|
114
|
+
* description: "Sweep to vault",
|
|
115
|
+
* tags: {
|
|
116
|
+
* "workflow": "treasury"
|
|
117
|
+
* }
|
|
109
118
|
* })
|
|
110
119
|
*/
|
|
111
120
|
initiateInternal(request: Natural.InitiateInternalTransfersRequest, requestOptions?: TransfersClient.RequestOptions): core.HttpResponsePromise<Natural.InitiateInternalTransfersResponse>;
|