@naturalpay/sdk 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/agentKeys/client/Client.d.ts +7 -2
- package/dist/cjs/api/resources/agentKeys/client/Client.js +7 -2
- package/dist/cjs/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.ts +3 -1
- package/dist/cjs/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +6 -1
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +1 -1
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +4 -0
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +3 -0
- package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/agentKeys/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/agentKeys/types/index.js +1 -0
- package/dist/cjs/api/resources/agents/client/Client.d.ts +7 -1
- package/dist/cjs/api/resources/agents/client/Client.js +7 -1
- package/dist/cjs/api/resources/agents/client/requests/NewAgentParams.d.ts +4 -0
- package/dist/cjs/api/resources/agents/client/requests/UpdAgentParams.d.ts +6 -1
- package/dist/cjs/api/resources/agents/types/AgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/AgentDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/agents/types/DelAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/NewAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/agents/types/UpdAgentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/apiKeys/client/Client.js +4 -1
- package/dist/cjs/api/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +6 -1
- package/dist/cjs/api/resources/apiKeys/types/ApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +4 -0
- package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -0
- package/dist/cjs/api/resources/apiKeys/types/DelApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/apiKeys/types/NewApiKeyAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -0
- package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -0
- package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -0
- package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -0
- package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/events/client/Client.d.ts +30 -0
- package/dist/cjs/api/resources/events/client/Client.js +101 -0
- package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.js +3 -0
- package/dist/cjs/api/resources/events/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.d.ts +11 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +28 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +11 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +10 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +13 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +10 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +4 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +7 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +8 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +3 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +4 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +7 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.d.ts +5 -0
- package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.js +8 -0
- package/dist/cjs/api/resources/events/types/index.d.ts +13 -0
- package/dist/cjs/api/resources/events/types/index.js +13 -0
- package/dist/cjs/api/resources/externalAccounts/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/externalAccounts/client/Client.js +4 -1
- package/dist/cjs/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +5 -1
- package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/externalAccounts/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/externalAccounts/types/index.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/invitationLinks/client/Client.js +4 -1
- package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +5 -1
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/api/resources/invitations/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/invitations/client/Client.js +4 -1
- package/dist/cjs/api/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +6 -1
- package/dist/cjs/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/client/Client.d.ts +6 -0
- package/dist/cjs/api/resources/paymentRequests/client/Client.js +6 -0
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +4 -0
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +4 -0
- package/dist/cjs/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +2 -2
- package/dist/cjs/api/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/IncomingReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/NewPayReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/PayReqAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/payments/client/Client.js +4 -1
- package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +5 -1
- package/dist/cjs/api/resources/payments/types/CancelledPmtAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/NewPaymentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/PaymentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/PaymentDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
- package/dist/cjs/api/resources/simulations/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/types/index.js +1 -0
- package/dist/cjs/api/resources/transfers/client/Client.d.ts +13 -3
- package/dist/cjs/api/resources/transfers/client/Client.js +13 -3
- package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +5 -1
- package/dist/cjs/api/resources/transfers/client/requests/NewDepositParams.d.ts +5 -1
- package/dist/cjs/api/resources/transfers/client/requests/NewWithdrawalParams.d.ts +8 -1
- package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +7 -0
- package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +10 -0
- package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +6 -0
- package/dist/cjs/api/resources/transfers/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/transfers/types/index.js +1 -0
- package/dist/cjs/api/resources/wallets/client/Client.d.ts +10 -3
- package/dist/cjs/api/resources/wallets/client/Client.js +10 -3
- package/dist/cjs/api/resources/wallets/client/requests/CreateWalletsRequest.d.ts +5 -1
- package/dist/cjs/api/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +7 -1
- package/dist/cjs/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
- package/dist/cjs/api/resources/wallets/types/WalletAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/wallets/types/WalletDetailAttrs.d.ts +2 -0
- package/dist/cjs/api/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +2 -0
- package/dist/cjs/api/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
- package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +2 -0
- package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -0
- package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +2 -1
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.js +2 -1
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +9 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +41 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/agentKeys/types/index.js +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.js +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +4 -0
- package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -0
- package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.js +1 -0
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
- package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.js +42 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +21 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.js +53 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +12 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.js +44 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +10 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +42 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +11 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +43 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +10 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +42 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +11 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +43 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +39 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/events/types/index.d.ts +13 -0
- package/dist/cjs/serialization/resources/events/types/index.js +13 -0
- package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.js +1 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +3 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/index.d.ts +4 -0
- package/dist/cjs/serialization/resources/externalAccounts/types/index.js +4 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
- package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +1 -1
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.js +1 -1
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.js +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +3 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/index.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.js +1 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +7 -0
- package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +39 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +3 -0
- package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +3 -0
- package/dist/cjs/serialization/resources/transfers/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/transfers/types/index.js +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.js +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
- package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.js +2 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.js +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.js +1 -0
- package/dist/cjs/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +1 -1
- package/dist/cjs/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
- package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +1 -1
- package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/agentKeys/client/Client.d.mts +7 -2
- package/dist/esm/api/resources/agentKeys/client/Client.mjs +7 -2
- package/dist/esm/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.mts +3 -1
- package/dist/esm/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +6 -1
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +1 -1
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +4 -0
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/agentKeys/types/index.d.mts +1 -0
- package/dist/esm/api/resources/agentKeys/types/index.mjs +1 -0
- package/dist/esm/api/resources/agents/client/Client.d.mts +7 -1
- package/dist/esm/api/resources/agents/client/Client.mjs +7 -1
- package/dist/esm/api/resources/agents/client/requests/NewAgentParams.d.mts +4 -0
- package/dist/esm/api/resources/agents/client/requests/UpdAgentParams.d.mts +6 -1
- package/dist/esm/api/resources/agents/types/AgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/AgentDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/agents/types/DelAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/NewAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/agents/types/UpdAgentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/apiKeys/client/Client.mjs +4 -1
- package/dist/esm/api/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +6 -1
- package/dist/esm/api/resources/apiKeys/types/ApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +4 -0
- package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -0
- package/dist/esm/api/resources/apiKeys/types/DelApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/apiKeys/types/NewApiKeyAttrs.d.mts +2 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -0
- package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -0
- package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -0
- package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -0
- package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/events/client/Client.d.mts +30 -0
- package/dist/esm/api/resources/events/client/Client.mjs +101 -0
- package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.d.mts +14 -0
- package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.mjs +2 -0
- package/dist/esm/api/resources/events/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponse.d.mts +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponse.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.d.mts +11 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +28 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +10 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +10 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +10 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +8 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +2 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +4 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.d.mts +5 -0
- package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.mjs +5 -0
- package/dist/esm/api/resources/events/types/index.d.mts +13 -0
- package/dist/esm/api/resources/events/types/index.mjs +13 -0
- package/dist/esm/api/resources/externalAccounts/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/externalAccounts/client/Client.mjs +4 -1
- package/dist/esm/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +5 -1
- package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/externalAccounts/types/index.d.mts +4 -0
- package/dist/esm/api/resources/externalAccounts/types/index.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/invitationLinks/client/Client.mjs +4 -1
- package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +5 -1
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/api/resources/invitations/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/invitations/client/Client.mjs +4 -1
- package/dist/esm/api/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +6 -1
- package/dist/esm/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/client/Client.d.mts +6 -0
- package/dist/esm/api/resources/paymentRequests/client/Client.mjs +6 -0
- package/dist/esm/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +4 -0
- package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +4 -0
- package/dist/esm/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +2 -2
- package/dist/esm/api/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/IncomingReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/NewPayReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/PayReqAttrs.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/payments/client/Client.mjs +4 -1
- package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +5 -1
- package/dist/esm/api/resources/payments/types/CancelledPmtAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/NewPaymentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/PaymentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/PaymentDetailAttrs.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
- package/dist/esm/api/resources/simulations/types/index.d.mts +1 -0
- package/dist/esm/api/resources/simulations/types/index.mjs +1 -0
- package/dist/esm/api/resources/transfers/client/Client.d.mts +13 -3
- package/dist/esm/api/resources/transfers/client/Client.mjs +13 -3
- package/dist/esm/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +5 -1
- package/dist/esm/api/resources/transfers/client/requests/NewDepositParams.d.mts +5 -1
- package/dist/esm/api/resources/transfers/client/requests/NewWithdrawalParams.d.mts +8 -1
- package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +7 -0
- package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +7 -0
- package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +6 -0
- package/dist/esm/api/resources/transfers/types/index.d.mts +1 -0
- package/dist/esm/api/resources/transfers/types/index.mjs +1 -0
- package/dist/esm/api/resources/wallets/client/Client.d.mts +10 -3
- package/dist/esm/api/resources/wallets/client/Client.mjs +10 -3
- package/dist/esm/api/resources/wallets/client/requests/CreateWalletsRequest.d.mts +5 -1
- package/dist/esm/api/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +7 -1
- package/dist/esm/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
- package/dist/esm/api/resources/wallets/types/WalletAttrs.d.mts +2 -0
- package/dist/esm/api/resources/wallets/types/WalletDetailAttrs.d.mts +2 -0
- package/dist/esm/api/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +2 -0
- package/dist/esm/api/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
- package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +2 -0
- package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -0
- package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +2 -1
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.mjs +2 -1
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +9 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +5 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/agentKeys/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.mjs +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +4 -0
- package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
- package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -0
- package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
- package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +21 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +17 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +12 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +8 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +10 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +6 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +11 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +10 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +6 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +11 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/events/types/index.d.mts +13 -0
- package/dist/esm/serialization/resources/events/types/index.mjs +13 -0
- package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/externalAccounts/types/index.d.mts +4 -0
- package/dist/esm/serialization/resources/externalAccounts/types/index.mjs +4 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
- package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +1 -1
- package/dist/esm/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.mjs +1 -1
- package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.mjs +1 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +7 -0
- package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +3 -0
- package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +3 -0
- package/dist/esm/serialization/resources/transfers/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/transfers/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
- package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
- package/dist/esm/serialization/resources/wallets/types/WalletAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.mjs +1 -0
- package/dist/esm/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +1 -1
- package/dist/esm/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
- package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +1 -1
- package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +130 -14
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.RedeliverEventsResponseDataType = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.RedeliverEventsResponseDataType = core.serialization.enum_(["redelivery"]);
|
|
@@ -21,3 +21,16 @@ export * from "./ListEventsResponseDataItemRelationshipsPartyDataType.js";
|
|
|
21
21
|
export * from "./ListEventsResponseDataItemType.js";
|
|
22
22
|
export * from "./ListEventsResponseMeta.js";
|
|
23
23
|
export * from "./ListEventsResponseMetaPagination.js";
|
|
24
|
+
export * from "./RedeliverEventsResponse.js";
|
|
25
|
+
export * from "./RedeliverEventsResponseData.js";
|
|
26
|
+
export * from "./RedeliverEventsResponseDataAttributes.js";
|
|
27
|
+
export * from "./RedeliverEventsResponseDataAttributesErrorCategory.js";
|
|
28
|
+
export * from "./RedeliverEventsResponseDataAttributesStatus.js";
|
|
29
|
+
export * from "./RedeliverEventsResponseDataRelationships.js";
|
|
30
|
+
export * from "./RedeliverEventsResponseDataRelationshipsEvent.js";
|
|
31
|
+
export * from "./RedeliverEventsResponseDataRelationshipsEventData.js";
|
|
32
|
+
export * from "./RedeliverEventsResponseDataRelationshipsEventDataType.js";
|
|
33
|
+
export * from "./RedeliverEventsResponseDataRelationshipsWebhook.js";
|
|
34
|
+
export * from "./RedeliverEventsResponseDataRelationshipsWebhookData.js";
|
|
35
|
+
export * from "./RedeliverEventsResponseDataRelationshipsWebhookDataType.js";
|
|
36
|
+
export * from "./RedeliverEventsResponseDataType.js";
|
|
@@ -37,3 +37,16 @@ __exportStar(require("./ListEventsResponseDataItemRelationshipsPartyDataType.js"
|
|
|
37
37
|
__exportStar(require("./ListEventsResponseDataItemType.js"), exports);
|
|
38
38
|
__exportStar(require("./ListEventsResponseMeta.js"), exports);
|
|
39
39
|
__exportStar(require("./ListEventsResponseMetaPagination.js"), exports);
|
|
40
|
+
__exportStar(require("./RedeliverEventsResponse.js"), exports);
|
|
41
|
+
__exportStar(require("./RedeliverEventsResponseData.js"), exports);
|
|
42
|
+
__exportStar(require("./RedeliverEventsResponseDataAttributes.js"), exports);
|
|
43
|
+
__exportStar(require("./RedeliverEventsResponseDataAttributesErrorCategory.js"), exports);
|
|
44
|
+
__exportStar(require("./RedeliverEventsResponseDataAttributesStatus.js"), exports);
|
|
45
|
+
__exportStar(require("./RedeliverEventsResponseDataRelationships.js"), exports);
|
|
46
|
+
__exportStar(require("./RedeliverEventsResponseDataRelationshipsEvent.js"), exports);
|
|
47
|
+
__exportStar(require("./RedeliverEventsResponseDataRelationshipsEventData.js"), exports);
|
|
48
|
+
__exportStar(require("./RedeliverEventsResponseDataRelationshipsEventDataType.js"), exports);
|
|
49
|
+
__exportStar(require("./RedeliverEventsResponseDataRelationshipsWebhook.js"), exports);
|
|
50
|
+
__exportStar(require("./RedeliverEventsResponseDataRelationshipsWebhookData.js"), exports);
|
|
51
|
+
__exportStar(require("./RedeliverEventsResponseDataRelationshipsWebhookDataType.js"), exports);
|
|
52
|
+
__exportStar(require("./RedeliverEventsResponseDataType.js"), exports);
|
|
@@ -40,4 +40,5 @@ exports.CreateFromProcessorTokenExternalAccountsRequest = core.serialization.obj
|
|
|
40
40
|
partyId: core.serialization.string(),
|
|
41
41
|
processorToken: core.serialization.string(),
|
|
42
42
|
institutionName: core.serialization.string().optionalNullable(),
|
|
43
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
43
44
|
});
|
|
@@ -2,6 +2,7 @@ import type * as Natural from "../../../../api/index.js";
|
|
|
2
2
|
import * as core from "../../../../core/index.js";
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
import { CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType } from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType.js";
|
|
5
|
+
import { CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem } from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js";
|
|
5
6
|
import { CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus } from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus.js";
|
|
6
7
|
import { CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus } from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus.js";
|
|
7
8
|
export declare const CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes: core.serialization.ObjectSchema<serializers.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.Raw, Natural.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes>;
|
|
@@ -10,9 +11,11 @@ export declare namespace CreateFromProcessorTokenExternalAccountsResponseDataIte
|
|
|
10
11
|
lastFour: string;
|
|
11
12
|
status: CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus.Raw;
|
|
12
13
|
connectionStatus: CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus.Raw;
|
|
14
|
+
availableMethods: CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.Raw[];
|
|
13
15
|
createdAt: string;
|
|
14
16
|
bankName?: string | null;
|
|
15
17
|
accountName?: string | null;
|
|
16
18
|
accountType?: CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType.Raw | null;
|
|
19
|
+
tags: Record<string, string>;
|
|
17
20
|
}
|
|
18
21
|
}
|
|
@@ -37,14 +37,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
39
|
const CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType_js_1 = require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType.js");
|
|
40
|
+
const CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem_js_1 = require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js");
|
|
40
41
|
const CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus_js_1 = require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus.js");
|
|
41
42
|
const CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus_js_1 = require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus.js");
|
|
42
43
|
exports.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes = core.serialization.object({
|
|
43
44
|
lastFour: core.serialization.string(),
|
|
44
45
|
status: CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus_js_1.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus,
|
|
45
46
|
connectionStatus: CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus_js_1.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus,
|
|
47
|
+
availableMethods: core.serialization.list(CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem_js_1.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem),
|
|
46
48
|
createdAt: core.serialization.date(),
|
|
47
49
|
bankName: core.serialization.string().nullable(),
|
|
48
50
|
accountName: core.serialization.string().nullable(),
|
|
49
51
|
accountType: CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType_js_1.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType.nullable(),
|
|
52
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
53
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem: core.serialization.Schema<serializers.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.Raw, Natural.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem>;
|
|
5
|
+
export declare namespace CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem {
|
|
6
|
+
type Raw = "standard" | "instant";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem = core.serialization.enum_(["standard", "instant"]);
|
|
@@ -3,6 +3,7 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
import { DelExtAcctStatus } from "./DelExtAcctStatus.js";
|
|
5
5
|
import { RemoveExternalAccountsResponseDataAttributesAccountType } from "./RemoveExternalAccountsResponseDataAttributesAccountType.js";
|
|
6
|
+
import { RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem } from "./RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js";
|
|
6
7
|
import { RemoveExternalAccountsResponseDataAttributesConnectionStatus } from "./RemoveExternalAccountsResponseDataAttributesConnectionStatus.js";
|
|
7
8
|
export declare const DelExtAcctAttrs: core.serialization.ObjectSchema<serializers.DelExtAcctAttrs.Raw, Natural.DelExtAcctAttrs>;
|
|
8
9
|
export declare namespace DelExtAcctAttrs {
|
|
@@ -10,9 +11,11 @@ export declare namespace DelExtAcctAttrs {
|
|
|
10
11
|
lastFour: string;
|
|
11
12
|
status: DelExtAcctStatus.Raw;
|
|
12
13
|
connectionStatus: RemoveExternalAccountsResponseDataAttributesConnectionStatus.Raw;
|
|
14
|
+
availableMethods: RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.Raw[];
|
|
13
15
|
createdAt: string;
|
|
14
16
|
bankName?: string | null;
|
|
15
17
|
accountName?: string | null;
|
|
16
18
|
accountType?: RemoveExternalAccountsResponseDataAttributesAccountType.Raw | null;
|
|
19
|
+
tags: Record<string, string>;
|
|
17
20
|
}
|
|
18
21
|
}
|
|
@@ -38,13 +38,16 @@ exports.DelExtAcctAttrs = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
39
|
const DelExtAcctStatus_js_1 = require("./DelExtAcctStatus.js");
|
|
40
40
|
const RemoveExternalAccountsResponseDataAttributesAccountType_js_1 = require("./RemoveExternalAccountsResponseDataAttributesAccountType.js");
|
|
41
|
+
const RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem_js_1 = require("./RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js");
|
|
41
42
|
const RemoveExternalAccountsResponseDataAttributesConnectionStatus_js_1 = require("./RemoveExternalAccountsResponseDataAttributesConnectionStatus.js");
|
|
42
43
|
exports.DelExtAcctAttrs = core.serialization.object({
|
|
43
44
|
lastFour: core.serialization.string(),
|
|
44
45
|
status: DelExtAcctStatus_js_1.DelExtAcctStatus,
|
|
45
46
|
connectionStatus: RemoveExternalAccountsResponseDataAttributesConnectionStatus_js_1.RemoveExternalAccountsResponseDataAttributesConnectionStatus,
|
|
47
|
+
availableMethods: core.serialization.list(RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem_js_1.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem),
|
|
46
48
|
createdAt: core.serialization.date(),
|
|
47
49
|
bankName: core.serialization.string().nullable(),
|
|
48
50
|
accountName: core.serialization.string().nullable(),
|
|
49
51
|
accountType: RemoveExternalAccountsResponseDataAttributesAccountType_js_1.RemoveExternalAccountsResponseDataAttributesAccountType.nullable(),
|
|
52
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
53
|
});
|
|
@@ -3,6 +3,7 @@ import * as core from "../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
import { ExtAcctStatus } from "./ExtAcctStatus.js";
|
|
5
5
|
import { ListExternalAccountsResponseDataItemAttributesAccountType } from "./ListExternalAccountsResponseDataItemAttributesAccountType.js";
|
|
6
|
+
import { ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem } from "./ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js";
|
|
6
7
|
import { ListExternalAccountsResponseDataItemAttributesConnectionStatus } from "./ListExternalAccountsResponseDataItemAttributesConnectionStatus.js";
|
|
7
8
|
export declare const ExtAcctAttrs: core.serialization.ObjectSchema<serializers.ExtAcctAttrs.Raw, Natural.ExtAcctAttrs>;
|
|
8
9
|
export declare namespace ExtAcctAttrs {
|
|
@@ -10,9 +11,11 @@ export declare namespace ExtAcctAttrs {
|
|
|
10
11
|
lastFour: string;
|
|
11
12
|
status: ExtAcctStatus.Raw;
|
|
12
13
|
connectionStatus: ListExternalAccountsResponseDataItemAttributesConnectionStatus.Raw;
|
|
14
|
+
availableMethods: ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.Raw[];
|
|
13
15
|
createdAt: string;
|
|
14
16
|
bankName?: string | null;
|
|
15
17
|
accountName?: string | null;
|
|
16
18
|
accountType?: ListExternalAccountsResponseDataItemAttributesAccountType.Raw | null;
|
|
19
|
+
tags: Record<string, string>;
|
|
17
20
|
}
|
|
18
21
|
}
|
|
@@ -38,13 +38,16 @@ exports.ExtAcctAttrs = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
39
|
const ExtAcctStatus_js_1 = require("./ExtAcctStatus.js");
|
|
40
40
|
const ListExternalAccountsResponseDataItemAttributesAccountType_js_1 = require("./ListExternalAccountsResponseDataItemAttributesAccountType.js");
|
|
41
|
+
const ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem_js_1 = require("./ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js");
|
|
41
42
|
const ListExternalAccountsResponseDataItemAttributesConnectionStatus_js_1 = require("./ListExternalAccountsResponseDataItemAttributesConnectionStatus.js");
|
|
42
43
|
exports.ExtAcctAttrs = core.serialization.object({
|
|
43
44
|
lastFour: core.serialization.string(),
|
|
44
45
|
status: ExtAcctStatus_js_1.ExtAcctStatus,
|
|
45
46
|
connectionStatus: ListExternalAccountsResponseDataItemAttributesConnectionStatus_js_1.ListExternalAccountsResponseDataItemAttributesConnectionStatus,
|
|
47
|
+
availableMethods: core.serialization.list(ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem_js_1.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem),
|
|
46
48
|
createdAt: core.serialization.date(),
|
|
47
49
|
bankName: core.serialization.string().nullable(),
|
|
48
50
|
accountName: core.serialization.string().nullable(),
|
|
49
51
|
accountType: ListExternalAccountsResponseDataItemAttributesAccountType_js_1.ListExternalAccountsResponseDataItemAttributesAccountType.nullable(),
|
|
52
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
53
|
});
|
|
@@ -2,6 +2,7 @@ import type * as Natural from "../../../../api/index.js";
|
|
|
2
2
|
import * as core from "../../../../core/index.js";
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
4
|
import { GetExternalAccountsResponseDataAttributesAccountType } from "./GetExternalAccountsResponseDataAttributesAccountType.js";
|
|
5
|
+
import { GetExternalAccountsResponseDataAttributesAvailableMethodsItem } from "./GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js";
|
|
5
6
|
import { GetExternalAccountsResponseDataAttributesConnectionStatus } from "./GetExternalAccountsResponseDataAttributesConnectionStatus.js";
|
|
6
7
|
import { GetExternalAccountsResponseDataAttributesStatus } from "./GetExternalAccountsResponseDataAttributesStatus.js";
|
|
7
8
|
export declare const GetExternalAccountsResponseDataAttributes: core.serialization.ObjectSchema<serializers.GetExternalAccountsResponseDataAttributes.Raw, Natural.GetExternalAccountsResponseDataAttributes>;
|
|
@@ -10,9 +11,11 @@ export declare namespace GetExternalAccountsResponseDataAttributes {
|
|
|
10
11
|
lastFour: string;
|
|
11
12
|
status: GetExternalAccountsResponseDataAttributesStatus.Raw;
|
|
12
13
|
connectionStatus: GetExternalAccountsResponseDataAttributesConnectionStatus.Raw;
|
|
14
|
+
availableMethods: GetExternalAccountsResponseDataAttributesAvailableMethodsItem.Raw[];
|
|
13
15
|
createdAt: string;
|
|
14
16
|
bankName?: string | null;
|
|
15
17
|
accountName?: string | null;
|
|
16
18
|
accountType?: GetExternalAccountsResponseDataAttributesAccountType.Raw | null;
|
|
19
|
+
tags: Record<string, string>;
|
|
17
20
|
}
|
|
18
21
|
}
|
|
@@ -37,14 +37,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.GetExternalAccountsResponseDataAttributes = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
39
|
const GetExternalAccountsResponseDataAttributesAccountType_js_1 = require("./GetExternalAccountsResponseDataAttributesAccountType.js");
|
|
40
|
+
const GetExternalAccountsResponseDataAttributesAvailableMethodsItem_js_1 = require("./GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js");
|
|
40
41
|
const GetExternalAccountsResponseDataAttributesConnectionStatus_js_1 = require("./GetExternalAccountsResponseDataAttributesConnectionStatus.js");
|
|
41
42
|
const GetExternalAccountsResponseDataAttributesStatus_js_1 = require("./GetExternalAccountsResponseDataAttributesStatus.js");
|
|
42
43
|
exports.GetExternalAccountsResponseDataAttributes = core.serialization.object({
|
|
43
44
|
lastFour: core.serialization.string(),
|
|
44
45
|
status: GetExternalAccountsResponseDataAttributesStatus_js_1.GetExternalAccountsResponseDataAttributesStatus,
|
|
45
46
|
connectionStatus: GetExternalAccountsResponseDataAttributesConnectionStatus_js_1.GetExternalAccountsResponseDataAttributesConnectionStatus,
|
|
47
|
+
availableMethods: core.serialization.list(GetExternalAccountsResponseDataAttributesAvailableMethodsItem_js_1.GetExternalAccountsResponseDataAttributesAvailableMethodsItem),
|
|
46
48
|
createdAt: core.serialization.date(),
|
|
47
49
|
bankName: core.serialization.string().nullable(),
|
|
48
50
|
accountName: core.serialization.string().nullable(),
|
|
49
51
|
accountType: GetExternalAccountsResponseDataAttributesAccountType_js_1.GetExternalAccountsResponseDataAttributesAccountType.nullable(),
|
|
52
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
50
53
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const GetExternalAccountsResponseDataAttributesAvailableMethodsItem: core.serialization.Schema<serializers.GetExternalAccountsResponseDataAttributesAvailableMethodsItem.Raw, Natural.GetExternalAccountsResponseDataAttributesAvailableMethodsItem>;
|
|
5
|
+
export declare namespace GetExternalAccountsResponseDataAttributesAvailableMethodsItem {
|
|
6
|
+
type Raw = "standard" | "instant";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.GetExternalAccountsResponseDataAttributesAvailableMethodsItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.GetExternalAccountsResponseDataAttributesAvailableMethodsItem = core.serialization.enum_(["standard", "instant"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem: core.serialization.Schema<serializers.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.Raw, Natural.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem>;
|
|
5
|
+
export declare namespace ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem {
|
|
6
|
+
type Raw = "standard" | "instant";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem = core.serialization.enum_(["standard", "instant"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem: core.serialization.Schema<serializers.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.Raw, Natural.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem>;
|
|
5
|
+
export declare namespace RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem {
|
|
6
|
+
type Raw = "standard" | "instant";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem = core.serialization.enum_(["standard", "instant"]);
|
|
@@ -2,6 +2,7 @@ export * from "./CreateFromProcessorTokenExternalAccountsResponse.js";
|
|
|
2
2
|
export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItem.js";
|
|
3
3
|
export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js";
|
|
4
4
|
export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType.js";
|
|
5
|
+
export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js";
|
|
5
6
|
export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus.js";
|
|
6
7
|
export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus.js";
|
|
7
8
|
export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemRelationships.js";
|
|
@@ -37,6 +38,7 @@ export * from "./GetExternalAccountsResponse.js";
|
|
|
37
38
|
export * from "./GetExternalAccountsResponseData.js";
|
|
38
39
|
export * from "./GetExternalAccountsResponseDataAttributes.js";
|
|
39
40
|
export * from "./GetExternalAccountsResponseDataAttributesAccountType.js";
|
|
41
|
+
export * from "./GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js";
|
|
40
42
|
export * from "./GetExternalAccountsResponseDataAttributesConnectionStatus.js";
|
|
41
43
|
export * from "./GetExternalAccountsResponseDataAttributesStatus.js";
|
|
42
44
|
export * from "./GetExternalAccountsResponseDataRelationships.js";
|
|
@@ -46,6 +48,8 @@ export * from "./GetExternalAccountsResponseDataRelationshipsPartyDataType.js";
|
|
|
46
48
|
export * from "./GetExternalAccountsResponseDataType.js";
|
|
47
49
|
export * from "./ListExternalAccountsResponseDataItem.js";
|
|
48
50
|
export * from "./ListExternalAccountsResponseDataItemAttributesAccountType.js";
|
|
51
|
+
export * from "./ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js";
|
|
49
52
|
export * from "./ListExternalAccountsResponseDataItemAttributesConnectionStatus.js";
|
|
50
53
|
export * from "./RemoveExternalAccountsResponseDataAttributesAccountType.js";
|
|
54
|
+
export * from "./RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js";
|
|
51
55
|
export * from "./RemoveExternalAccountsResponseDataAttributesConnectionStatus.js";
|
|
@@ -18,6 +18,7 @@ __exportStar(require("./CreateFromProcessorTokenExternalAccountsResponse.js"), e
|
|
|
18
18
|
__exportStar(require("./CreateFromProcessorTokenExternalAccountsResponseDataItem.js"), exports);
|
|
19
19
|
__exportStar(require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js"), exports);
|
|
20
20
|
__exportStar(require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType.js"), exports);
|
|
21
|
+
__exportStar(require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js"), exports);
|
|
21
22
|
__exportStar(require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus.js"), exports);
|
|
22
23
|
__exportStar(require("./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus.js"), exports);
|
|
23
24
|
__exportStar(require("./CreateFromProcessorTokenExternalAccountsResponseDataItemRelationships.js"), exports);
|
|
@@ -53,6 +54,7 @@ __exportStar(require("./GetExternalAccountsResponse.js"), exports);
|
|
|
53
54
|
__exportStar(require("./GetExternalAccountsResponseData.js"), exports);
|
|
54
55
|
__exportStar(require("./GetExternalAccountsResponseDataAttributes.js"), exports);
|
|
55
56
|
__exportStar(require("./GetExternalAccountsResponseDataAttributesAccountType.js"), exports);
|
|
57
|
+
__exportStar(require("./GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js"), exports);
|
|
56
58
|
__exportStar(require("./GetExternalAccountsResponseDataAttributesConnectionStatus.js"), exports);
|
|
57
59
|
__exportStar(require("./GetExternalAccountsResponseDataAttributesStatus.js"), exports);
|
|
58
60
|
__exportStar(require("./GetExternalAccountsResponseDataRelationships.js"), exports);
|
|
@@ -62,6 +64,8 @@ __exportStar(require("./GetExternalAccountsResponseDataRelationshipsPartyDataTyp
|
|
|
62
64
|
__exportStar(require("./GetExternalAccountsResponseDataType.js"), exports);
|
|
63
65
|
__exportStar(require("./ListExternalAccountsResponseDataItem.js"), exports);
|
|
64
66
|
__exportStar(require("./ListExternalAccountsResponseDataItemAttributesAccountType.js"), exports);
|
|
67
|
+
__exportStar(require("./ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js"), exports);
|
|
65
68
|
__exportStar(require("./ListExternalAccountsResponseDataItemAttributesConnectionStatus.js"), exports);
|
|
66
69
|
__exportStar(require("./RemoveExternalAccountsResponseDataAttributesAccountType.js"), exports);
|
|
70
|
+
__exportStar(require("./RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js"), exports);
|
|
67
71
|
__exportStar(require("./RemoveExternalAccountsResponseDataAttributesConnectionStatus.js"), exports);
|
|
@@ -41,4 +41,5 @@ exports.CreateInvitationLinksRequest = core.serialization.object({
|
|
|
41
41
|
proposedAgents: core.serialization.list(CreateInvitationLinksRequestProposedAgentsItem_js_1.CreateInvitationLinksRequestProposedAgentsItem),
|
|
42
42
|
expiresAt: core.serialization.date().optional(),
|
|
43
43
|
name: core.serialization.string(),
|
|
44
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
44
45
|
});
|
|
@@ -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 CreateInvitationLinksRequestProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.Raw, Natural.CreateInvitationLinksRequestProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace CreateInvitationLinksRequestProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_accounts.create" | "wallets.read" | "wallets.update" | "party.read" | "party.update";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.update" | "party.read" | "party.update";
|
|
7
7
|
}
|
|
@@ -39,6 +39,10 @@ const core = __importStar(require("../../../../core/index.js"));
|
|
|
39
39
|
exports.CreateInvitationLinksRequestProposedAgentsItemPermissionsItem = core.serialization.enum_([
|
|
40
40
|
"payments.read",
|
|
41
41
|
"payments.create",
|
|
42
|
+
"external_parties.read",
|
|
43
|
+
"external_parties.create",
|
|
44
|
+
"direct.read",
|
|
45
|
+
"direct.create",
|
|
42
46
|
"external_accounts.create",
|
|
43
47
|
"wallets.read",
|
|
44
48
|
"wallets.update",
|
|
@@ -44,6 +44,7 @@ exports.CreateInvitationLinksResponseDataAttributes = core.serialization.object(
|
|
|
44
44
|
createdAt: core.serialization.string(),
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
expiresAt: core.serialization.string().nullable(),
|
|
47
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
47
48
|
token: core.serialization.string(),
|
|
48
49
|
url: core.serialization.string(),
|
|
49
50
|
});
|
|
@@ -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 CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.Raw, Natural.CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_accounts.create" | "wallets.read" | "wallets.update" | "party.read" | "party.update";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.update" | "party.read" | "party.update";
|
|
7
7
|
}
|
|
@@ -39,6 +39,10 @@ const core = __importStar(require("../../../../core/index.js"));
|
|
|
39
39
|
exports.CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem = core.serialization.enum_([
|
|
40
40
|
"payments.read",
|
|
41
41
|
"payments.create",
|
|
42
|
+
"external_parties.read",
|
|
43
|
+
"external_parties.create",
|
|
44
|
+
"direct.read",
|
|
45
|
+
"direct.create",
|
|
42
46
|
"external_accounts.create",
|
|
43
47
|
"wallets.read",
|
|
44
48
|
"wallets.update",
|
|
@@ -44,5 +44,6 @@ exports.GetInvitationLinksResponseDataAttributes = core.serialization.object({
|
|
|
44
44
|
createdAt: core.serialization.string(),
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
expiresAt: core.serialization.string().nullable(),
|
|
47
|
+
tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
47
48
|
maskedToken: core.serialization.string(),
|
|
48
49
|
});
|
|
@@ -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 GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem: core.serialization.Schema<serializers.GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.Raw, Natural.GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem>;
|
|
5
5
|
export declare namespace GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem {
|
|
6
|
-
type Raw = "payments.read" | "payments.create" | "external_accounts.create" | "wallets.read" | "wallets.update" | "party.read" | "party.update";
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.update" | "party.read" | "party.update";
|
|
7
7
|
}
|