@naturalpay/sdk 1.2.2 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (881) hide show
  1. package/README.md +3 -0
  2. package/dist/cjs/BaseClient.js +2 -2
  3. package/dist/cjs/api/resources/agentKeys/client/Client.d.ts +7 -2
  4. package/dist/cjs/api/resources/agentKeys/client/Client.js +7 -2
  5. package/dist/cjs/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.ts +3 -1
  6. package/dist/cjs/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +6 -1
  7. package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +1 -1
  8. package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +4 -0
  9. package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +3 -0
  10. package/dist/cjs/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +2 -0
  11. package/dist/cjs/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +2 -0
  12. package/dist/cjs/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +2 -0
  13. package/dist/cjs/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +2 -0
  14. package/dist/cjs/api/resources/agentKeys/types/index.d.ts +1 -0
  15. package/dist/cjs/api/resources/agentKeys/types/index.js +1 -0
  16. package/dist/cjs/api/resources/agents/client/Client.d.ts +7 -1
  17. package/dist/cjs/api/resources/agents/client/Client.js +7 -1
  18. package/dist/cjs/api/resources/agents/client/requests/NewAgentParams.d.ts +4 -0
  19. package/dist/cjs/api/resources/agents/client/requests/UpdAgentParams.d.ts +6 -1
  20. package/dist/cjs/api/resources/agents/types/AgentAttrs.d.ts +2 -0
  21. package/dist/cjs/api/resources/agents/types/AgentDetailAttrs.d.ts +2 -0
  22. package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +7 -2
  23. package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +7 -2
  24. package/dist/cjs/api/resources/agents/types/DelAgentAttrs.d.ts +2 -0
  25. package/dist/cjs/api/resources/agents/types/NewAgentAttrs.d.ts +2 -0
  26. package/dist/cjs/api/resources/agents/types/UpdAgentAttrs.d.ts +2 -0
  27. package/dist/cjs/api/resources/apiKeys/client/Client.d.ts +4 -1
  28. package/dist/cjs/api/resources/apiKeys/client/Client.js +4 -1
  29. package/dist/cjs/api/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +6 -1
  30. package/dist/cjs/api/resources/apiKeys/types/ApiKeyAttrs.d.ts +2 -0
  31. package/dist/cjs/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +2 -0
  32. package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +4 -2
  33. package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -2
  34. package/dist/cjs/api/resources/apiKeys/types/DelApiKeyAttrs.d.ts +2 -0
  35. package/dist/cjs/api/resources/apiKeys/types/NewApiKeyAttrs.d.ts +2 -0
  36. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  37. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
  38. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  39. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
  40. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  41. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
  42. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
  43. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
  44. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +7 -2
  45. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +7 -2
  46. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +3 -0
  47. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.ts +10 -0
  48. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.js +13 -0
  49. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.ts +10 -0
  50. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.js +13 -0
  51. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.ts +15 -0
  52. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.js +18 -0
  53. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.ts +8 -0
  54. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.js +11 -0
  55. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.ts +12 -0
  56. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.js +15 -0
  57. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.ts +55 -0
  58. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.js +58 -0
  59. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.ts +10 -0
  60. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.js +13 -0
  61. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.ts +10 -0
  62. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.js +13 -0
  63. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.ts +3 -0
  64. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.ts +10 -0
  65. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.js +13 -0
  66. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.ts +10 -0
  67. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.js +13 -0
  68. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.ts +15 -0
  69. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.js +18 -0
  70. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.ts +8 -0
  71. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.js +11 -0
  72. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.ts +12 -0
  73. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.js +15 -0
  74. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.ts +55 -0
  75. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.js +58 -0
  76. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.ts +10 -0
  77. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.js +13 -0
  78. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.ts +10 -0
  79. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.js +13 -0
  80. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefill.d.ts +11 -0
  81. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefill.js +3 -0
  82. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAccountType.d.ts +5 -0
  83. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAccountType.js +8 -0
  84. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAddress.d.ts +9 -0
  85. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillAddress.js +3 -0
  86. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.ts +18 -0
  87. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.js +3 -0
  88. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBusiness.d.ts +18 -0
  89. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillBusiness.js +3 -0
  90. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillIndividual.d.ts +11 -0
  91. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillIndividual.js +3 -0
  92. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillPerson.d.ts +6 -0
  93. package/dist/cjs/api/resources/customers/types/CustomerInvitationPrefillPerson.js +3 -0
  94. package/dist/cjs/api/resources/customers/types/index.d.ts +23 -0
  95. package/dist/cjs/api/resources/customers/types/index.js +23 -0
  96. package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +8 -0
  97. package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.js +8 -0
  98. package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.d.ts +8 -0
  99. package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.js +8 -0
  100. package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +8 -0
  101. package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +8 -0
  102. package/dist/cjs/api/resources/externalAccounts/client/Client.d.ts +4 -1
  103. package/dist/cjs/api/resources/externalAccounts/client/Client.js +4 -1
  104. package/dist/cjs/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +5 -1
  105. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +2 -0
  106. package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +2 -0
  107. package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +2 -0
  108. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +2 -0
  109. package/dist/cjs/api/resources/invitationLinks/client/Client.d.ts +4 -1
  110. package/dist/cjs/api/resources/invitationLinks/client/Client.js +4 -1
  111. package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +5 -1
  112. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +7 -2
  113. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +7 -2
  114. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +2 -0
  115. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
  116. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
  117. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +2 -0
  118. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
  119. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
  120. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +2 -0
  121. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
  122. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +7 -2
  123. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +2 -0
  124. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -2
  125. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
  126. package/dist/cjs/api/resources/invitations/client/Client.d.ts +4 -1
  127. package/dist/cjs/api/resources/invitations/client/Client.js +4 -1
  128. package/dist/cjs/api/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +6 -1
  129. package/dist/cjs/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +2 -0
  130. package/dist/cjs/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +2 -0
  131. package/dist/cjs/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +2 -0
  132. package/dist/cjs/api/resources/paymentRequests/client/Client.d.ts +6 -0
  133. package/dist/cjs/api/resources/paymentRequests/client/Client.js +6 -0
  134. package/dist/cjs/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +4 -0
  135. package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +4 -0
  136. package/dist/cjs/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +2 -0
  137. package/dist/cjs/api/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +2 -0
  138. package/dist/cjs/api/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +2 -0
  139. package/dist/cjs/api/resources/paymentRequests/types/IncomingReqAttrs.d.ts +2 -0
  140. package/dist/cjs/api/resources/paymentRequests/types/NewPayReqAttrs.d.ts +2 -0
  141. package/dist/cjs/api/resources/paymentRequests/types/PayReqAttrs.d.ts +2 -0
  142. package/dist/cjs/api/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +2 -0
  143. package/dist/cjs/api/resources/payments/client/Client.d.ts +4 -1
  144. package/dist/cjs/api/resources/payments/client/Client.js +4 -1
  145. package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +5 -1
  146. package/dist/cjs/api/resources/payments/types/CancelledPmtAttrs.d.ts +2 -0
  147. package/dist/cjs/api/resources/payments/types/NewPaymentAttrs.d.ts +2 -0
  148. package/dist/cjs/api/resources/payments/types/PaymentAttrs.d.ts +2 -0
  149. package/dist/cjs/api/resources/payments/types/PaymentDetailAttrs.d.ts +2 -0
  150. package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +2 -0
  151. package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
  152. package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
  153. package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +2 -0
  154. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +2 -0
  155. package/dist/cjs/api/resources/transfers/client/Client.d.ts +12 -3
  156. package/dist/cjs/api/resources/transfers/client/Client.js +12 -3
  157. package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +7 -1
  158. package/dist/cjs/api/resources/transfers/client/requests/NewDepositParams.d.ts +7 -1
  159. package/dist/cjs/api/resources/transfers/client/requests/NewWithdrawalParams.d.ts +7 -1
  160. package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +2 -0
  161. package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +2 -0
  162. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -0
  163. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -0
  164. package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +2 -0
  165. package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +2 -0
  166. package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +2 -0
  167. package/dist/cjs/api/resources/wallets/client/Client.d.ts +10 -3
  168. package/dist/cjs/api/resources/wallets/client/Client.js +10 -3
  169. package/dist/cjs/api/resources/wallets/client/requests/CreateWalletsRequest.d.ts +7 -1
  170. package/dist/cjs/api/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +7 -1
  171. package/dist/cjs/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +2 -0
  172. package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +2 -0
  173. package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +2 -0
  174. package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +2 -0
  175. package/dist/cjs/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +2 -0
  176. package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +2 -0
  177. package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +2 -0
  178. package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +2 -0
  179. package/dist/cjs/api/resources/wallets/types/WalletAttrs.d.ts +2 -0
  180. package/dist/cjs/api/resources/wallets/types/WalletDetailAttrs.d.ts +2 -0
  181. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +8 -0
  182. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +8 -0
  183. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
  184. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  185. package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
  186. package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  187. package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
  188. package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  189. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +8 -0
  190. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +8 -0
  191. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +8 -0
  192. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  193. package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +8 -0
  194. package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.js +8 -0
  195. package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +1 -0
  196. package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.js +1 -0
  197. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +2 -1
  198. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.js +2 -1
  199. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +9 -0
  200. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +41 -0
  201. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +1 -0
  202. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.js +1 -0
  203. package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +1 -0
  204. package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.js +1 -0
  205. package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +1 -0
  206. package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.js +1 -0
  207. package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +1 -0
  208. package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.js +1 -0
  209. package/dist/cjs/serialization/resources/agentKeys/types/index.d.ts +1 -0
  210. package/dist/cjs/serialization/resources/agentKeys/types/index.js +1 -0
  211. package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.d.ts +1 -0
  212. package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.js +1 -0
  213. package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.d.ts +1 -0
  214. package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.js +1 -0
  215. package/dist/cjs/serialization/resources/agents/types/AgentAttrs.d.ts +1 -0
  216. package/dist/cjs/serialization/resources/agents/types/AgentAttrs.js +1 -0
  217. package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.d.ts +1 -0
  218. package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.js +1 -0
  219. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
  220. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +7 -2
  221. package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.d.ts +1 -0
  222. package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.js +1 -0
  223. package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.d.ts +1 -0
  224. package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.js +1 -0
  225. package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.d.ts +1 -0
  226. package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.js +1 -0
  227. package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +1 -0
  228. package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.js +1 -0
  229. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.d.ts +1 -0
  230. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.js +1 -0
  231. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +1 -0
  232. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.js +1 -0
  233. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
  234. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -2
  235. package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.ts +1 -0
  236. package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.js +1 -0
  237. package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.ts +1 -0
  238. package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.js +1 -0
  239. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  240. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
  241. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  242. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
  243. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  244. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
  245. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
  246. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
  247. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
  248. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +7 -2
  249. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +2 -0
  250. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.js +2 -0
  251. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.ts +7 -0
  252. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.js +39 -0
  253. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.ts +7 -0
  254. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.js +39 -0
  255. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.ts +7 -0
  256. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.js +51 -0
  257. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.ts +7 -0
  258. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.js +39 -0
  259. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.ts +7 -0
  260. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.js +48 -0
  261. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.ts +7 -0
  262. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.js +91 -0
  263. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.ts +7 -0
  264. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.js +39 -0
  265. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.ts +7 -0
  266. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.js +39 -0
  267. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.ts +2 -0
  268. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.js +2 -0
  269. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.ts +7 -0
  270. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.js +39 -0
  271. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.ts +7 -0
  272. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.js +39 -0
  273. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.ts +7 -0
  274. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.js +51 -0
  275. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.ts +7 -0
  276. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.js +39 -0
  277. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.ts +7 -0
  278. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.js +48 -0
  279. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.ts +7 -0
  280. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.js +91 -0
  281. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.ts +7 -0
  282. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.js +39 -0
  283. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.ts +7 -0
  284. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.js +39 -0
  285. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefill.d.ts +18 -0
  286. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefill.js +50 -0
  287. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.d.ts +7 -0
  288. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.js +39 -0
  289. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAddress.d.ts +14 -0
  290. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillAddress.js +46 -0
  291. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.ts +23 -0
  292. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.js +55 -0
  293. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.d.ts +25 -0
  294. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.js +59 -0
  295. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.d.ts +16 -0
  296. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.js +48 -0
  297. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillPerson.d.ts +12 -0
  298. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationPrefillPerson.js +44 -0
  299. package/dist/cjs/serialization/resources/customers/types/index.d.ts +23 -0
  300. package/dist/cjs/serialization/resources/customers/types/index.js +23 -0
  301. package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +1 -1
  302. package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.js +8 -0
  303. package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.d.ts +1 -1
  304. package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.js +8 -0
  305. package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +1 -1
  306. package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +8 -0
  307. package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +1 -0
  308. package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.js +1 -0
  309. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +1 -0
  310. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +1 -0
  311. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +1 -0
  312. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +1 -0
  313. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +1 -0
  314. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +1 -0
  315. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +1 -0
  316. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +1 -0
  317. package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +1 -0
  318. package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +1 -0
  319. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
  320. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +7 -2
  321. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +1 -0
  322. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +1 -0
  323. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  324. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
  325. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +1 -0
  326. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +1 -0
  327. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  328. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
  329. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +1 -0
  330. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +1 -0
  331. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  332. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +7 -2
  333. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +1 -0
  334. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +1 -0
  335. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  336. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +7 -2
  337. package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +1 -0
  338. package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.js +1 -0
  339. package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +1 -0
  340. package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.js +1 -0
  341. package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +1 -0
  342. package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.js +1 -0
  343. package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +1 -0
  344. package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.js +1 -0
  345. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +1 -0
  346. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.js +1 -0
  347. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +1 -0
  348. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.js +1 -0
  349. package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +1 -0
  350. package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.js +1 -0
  351. package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +1 -0
  352. package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.js +1 -0
  353. package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +1 -0
  354. package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.js +1 -0
  355. package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.ts +1 -0
  356. package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.js +1 -0
  357. package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.ts +1 -0
  358. package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.js +1 -0
  359. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.d.ts +1 -0
  360. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.js +1 -0
  361. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +1 -0
  362. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.js +1 -0
  363. package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.d.ts +1 -0
  364. package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.js +1 -0
  365. package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.d.ts +1 -0
  366. package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.js +1 -0
  367. package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.d.ts +1 -0
  368. package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.js +1 -0
  369. package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.d.ts +1 -0
  370. package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.js +1 -0
  371. package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.d.ts +1 -0
  372. package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.js +1 -0
  373. package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +1 -0
  374. package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +1 -0
  375. package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
  376. package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +1 -0
  377. package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
  378. package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +1 -0
  379. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +1 -0
  380. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +1 -0
  381. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +1 -0
  382. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +1 -0
  383. package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +2 -0
  384. package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.js +2 -0
  385. package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.d.ts +2 -0
  386. package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.js +2 -0
  387. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.ts +2 -0
  388. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +2 -0
  389. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +1 -0
  390. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +1 -0
  391. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +1 -0
  392. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +1 -0
  393. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -1
  394. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -1
  395. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +1 -0
  396. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +1 -0
  397. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +1 -0
  398. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +1 -0
  399. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +1 -0
  400. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +1 -0
  401. package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.ts +2 -0
  402. package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.js +2 -0
  403. package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +1 -0
  404. package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.js +1 -0
  405. package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +1 -0
  406. package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.js +1 -0
  407. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +1 -0
  408. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.js +1 -0
  409. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +1 -0
  410. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.js +1 -0
  411. package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +1 -0
  412. package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.js +1 -0
  413. package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +1 -0
  414. package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.js +1 -0
  415. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +1 -0
  416. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.js +1 -0
  417. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +1 -0
  418. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.js +1 -0
  419. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +1 -0
  420. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.js +1 -0
  421. package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.d.ts +1 -0
  422. package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.js +1 -0
  423. package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.d.ts +1 -0
  424. package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.js +1 -0
  425. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +1 -1
  426. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +8 -0
  427. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  428. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  429. package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  430. package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  431. package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  432. package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  433. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +1 -1
  434. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +8 -0
  435. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  436. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +8 -0
  437. package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +1 -1
  438. package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.js +8 -0
  439. package/dist/cjs/version.d.ts +1 -1
  440. package/dist/cjs/version.js +1 -1
  441. package/dist/esm/BaseClient.mjs +2 -2
  442. package/dist/esm/api/resources/agentKeys/client/Client.d.mts +7 -2
  443. package/dist/esm/api/resources/agentKeys/client/Client.mjs +7 -2
  444. package/dist/esm/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.mts +3 -1
  445. package/dist/esm/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +6 -1
  446. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +1 -1
  447. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +4 -0
  448. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +2 -0
  449. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +2 -0
  450. package/dist/esm/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +2 -0
  451. package/dist/esm/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +2 -0
  452. package/dist/esm/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +2 -0
  453. package/dist/esm/api/resources/agentKeys/types/index.d.mts +1 -0
  454. package/dist/esm/api/resources/agentKeys/types/index.mjs +1 -0
  455. package/dist/esm/api/resources/agents/client/Client.d.mts +7 -1
  456. package/dist/esm/api/resources/agents/client/Client.mjs +7 -1
  457. package/dist/esm/api/resources/agents/client/requests/NewAgentParams.d.mts +4 -0
  458. package/dist/esm/api/resources/agents/client/requests/UpdAgentParams.d.mts +6 -1
  459. package/dist/esm/api/resources/agents/types/AgentAttrs.d.mts +2 -0
  460. package/dist/esm/api/resources/agents/types/AgentDetailAttrs.d.mts +2 -0
  461. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +7 -2
  462. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +7 -2
  463. package/dist/esm/api/resources/agents/types/DelAgentAttrs.d.mts +2 -0
  464. package/dist/esm/api/resources/agents/types/NewAgentAttrs.d.mts +2 -0
  465. package/dist/esm/api/resources/agents/types/UpdAgentAttrs.d.mts +2 -0
  466. package/dist/esm/api/resources/apiKeys/client/Client.d.mts +4 -1
  467. package/dist/esm/api/resources/apiKeys/client/Client.mjs +4 -1
  468. package/dist/esm/api/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +6 -1
  469. package/dist/esm/api/resources/apiKeys/types/ApiKeyAttrs.d.mts +2 -0
  470. package/dist/esm/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +2 -0
  471. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +4 -2
  472. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -2
  473. package/dist/esm/api/resources/apiKeys/types/DelApiKeyAttrs.d.mts +2 -0
  474. package/dist/esm/api/resources/apiKeys/types/NewApiKeyAttrs.d.mts +2 -0
  475. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  476. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
  477. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  478. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
  479. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  480. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
  481. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
  482. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
  483. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +7 -2
  484. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +7 -2
  485. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +3 -0
  486. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.mts +10 -0
  487. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.mjs +10 -0
  488. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.mts +10 -0
  489. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.mjs +10 -0
  490. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.mts +15 -0
  491. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.mjs +15 -0
  492. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.mts +8 -0
  493. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.mjs +8 -0
  494. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.mts +12 -0
  495. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.mjs +12 -0
  496. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.mts +55 -0
  497. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.mjs +55 -0
  498. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.mts +10 -0
  499. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.mjs +10 -0
  500. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.mts +10 -0
  501. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.mjs +10 -0
  502. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.mts +3 -0
  503. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.mts +10 -0
  504. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.mjs +10 -0
  505. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.mts +10 -0
  506. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.mjs +10 -0
  507. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.mts +15 -0
  508. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.mjs +15 -0
  509. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.mts +8 -0
  510. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.mjs +8 -0
  511. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.mts +12 -0
  512. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.mjs +12 -0
  513. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.mts +55 -0
  514. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.mjs +55 -0
  515. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.mts +10 -0
  516. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.mjs +10 -0
  517. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.mts +10 -0
  518. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.mjs +10 -0
  519. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefill.d.mts +11 -0
  520. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefill.mjs +2 -0
  521. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAccountType.d.mts +5 -0
  522. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAccountType.mjs +5 -0
  523. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAddress.d.mts +9 -0
  524. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillAddress.mjs +2 -0
  525. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.mts +18 -0
  526. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.mjs +2 -0
  527. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBusiness.d.mts +18 -0
  528. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillBusiness.mjs +2 -0
  529. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillIndividual.d.mts +11 -0
  530. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillIndividual.mjs +2 -0
  531. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillPerson.d.mts +6 -0
  532. package/dist/esm/api/resources/customers/types/CustomerInvitationPrefillPerson.mjs +2 -0
  533. package/dist/esm/api/resources/customers/types/index.d.mts +23 -0
  534. package/dist/esm/api/resources/customers/types/index.mjs +23 -0
  535. package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +8 -0
  536. package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +8 -0
  537. package/dist/esm/api/resources/events/types/ListEventsRequestEventType.d.mts +8 -0
  538. package/dist/esm/api/resources/events/types/ListEventsRequestEventType.mjs +8 -0
  539. package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +8 -0
  540. package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +8 -0
  541. package/dist/esm/api/resources/externalAccounts/client/Client.d.mts +4 -1
  542. package/dist/esm/api/resources/externalAccounts/client/Client.mjs +4 -1
  543. package/dist/esm/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +5 -1
  544. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +2 -0
  545. package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +2 -0
  546. package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +2 -0
  547. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +2 -0
  548. package/dist/esm/api/resources/invitationLinks/client/Client.d.mts +4 -1
  549. package/dist/esm/api/resources/invitationLinks/client/Client.mjs +4 -1
  550. package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +5 -1
  551. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +7 -2
  552. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +7 -2
  553. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +2 -0
  554. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
  555. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  556. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +2 -0
  557. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
  558. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  559. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +2 -0
  560. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
  561. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  562. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +2 -0
  563. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -2
  564. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  565. package/dist/esm/api/resources/invitations/client/Client.d.mts +4 -1
  566. package/dist/esm/api/resources/invitations/client/Client.mjs +4 -1
  567. package/dist/esm/api/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +6 -1
  568. package/dist/esm/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +2 -0
  569. package/dist/esm/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +2 -0
  570. package/dist/esm/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +2 -0
  571. package/dist/esm/api/resources/paymentRequests/client/Client.d.mts +6 -0
  572. package/dist/esm/api/resources/paymentRequests/client/Client.mjs +6 -0
  573. package/dist/esm/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +4 -0
  574. package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +4 -0
  575. package/dist/esm/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +2 -0
  576. package/dist/esm/api/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +2 -0
  577. package/dist/esm/api/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +2 -0
  578. package/dist/esm/api/resources/paymentRequests/types/IncomingReqAttrs.d.mts +2 -0
  579. package/dist/esm/api/resources/paymentRequests/types/NewPayReqAttrs.d.mts +2 -0
  580. package/dist/esm/api/resources/paymentRequests/types/PayReqAttrs.d.mts +2 -0
  581. package/dist/esm/api/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +2 -0
  582. package/dist/esm/api/resources/payments/client/Client.d.mts +4 -1
  583. package/dist/esm/api/resources/payments/client/Client.mjs +4 -1
  584. package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +5 -1
  585. package/dist/esm/api/resources/payments/types/CancelledPmtAttrs.d.mts +2 -0
  586. package/dist/esm/api/resources/payments/types/NewPaymentAttrs.d.mts +2 -0
  587. package/dist/esm/api/resources/payments/types/PaymentAttrs.d.mts +2 -0
  588. package/dist/esm/api/resources/payments/types/PaymentDetailAttrs.d.mts +2 -0
  589. package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +2 -0
  590. package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
  591. package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
  592. package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +2 -0
  593. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +2 -0
  594. package/dist/esm/api/resources/transfers/client/Client.d.mts +12 -3
  595. package/dist/esm/api/resources/transfers/client/Client.mjs +12 -3
  596. package/dist/esm/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +7 -1
  597. package/dist/esm/api/resources/transfers/client/requests/NewDepositParams.d.mts +7 -1
  598. package/dist/esm/api/resources/transfers/client/requests/NewWithdrawalParams.d.mts +7 -1
  599. package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +2 -0
  600. package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +2 -0
  601. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -0
  602. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -0
  603. package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +2 -0
  604. package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +2 -0
  605. package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +2 -0
  606. package/dist/esm/api/resources/wallets/client/Client.d.mts +10 -3
  607. package/dist/esm/api/resources/wallets/client/Client.mjs +10 -3
  608. package/dist/esm/api/resources/wallets/client/requests/CreateWalletsRequest.d.mts +7 -1
  609. package/dist/esm/api/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +7 -1
  610. package/dist/esm/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +2 -0
  611. package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +2 -0
  612. package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +2 -0
  613. package/dist/esm/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +2 -0
  614. package/dist/esm/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +2 -0
  615. package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +2 -0
  616. package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +2 -0
  617. package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +2 -0
  618. package/dist/esm/api/resources/wallets/types/WalletAttrs.d.mts +2 -0
  619. package/dist/esm/api/resources/wallets/types/WalletDetailAttrs.d.mts +2 -0
  620. package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +8 -0
  621. package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +8 -0
  622. package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
  623. package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  624. package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
  625. package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  626. package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
  627. package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  628. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +8 -0
  629. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +8 -0
  630. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +8 -0
  631. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  632. package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +8 -0
  633. package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.mjs +8 -0
  634. package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +1 -0
  635. package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.mjs +1 -0
  636. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +2 -1
  637. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.mjs +2 -1
  638. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +9 -0
  639. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +5 -0
  640. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +1 -0
  641. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.mjs +1 -0
  642. package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +1 -0
  643. package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.mjs +1 -0
  644. package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +1 -0
  645. package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.mjs +1 -0
  646. package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +1 -0
  647. package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.mjs +1 -0
  648. package/dist/esm/serialization/resources/agentKeys/types/index.d.mts +1 -0
  649. package/dist/esm/serialization/resources/agentKeys/types/index.mjs +1 -0
  650. package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.d.mts +1 -0
  651. package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.mjs +1 -0
  652. package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.d.mts +1 -0
  653. package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.mjs +1 -0
  654. package/dist/esm/serialization/resources/agents/types/AgentAttrs.d.mts +1 -0
  655. package/dist/esm/serialization/resources/agents/types/AgentAttrs.mjs +1 -0
  656. package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.d.mts +1 -0
  657. package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.mjs +1 -0
  658. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
  659. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +7 -2
  660. package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.d.mts +1 -0
  661. package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.mjs +1 -0
  662. package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.d.mts +1 -0
  663. package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.mjs +1 -0
  664. package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.d.mts +1 -0
  665. package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.mjs +1 -0
  666. package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +1 -0
  667. package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.mjs +1 -0
  668. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.d.mts +1 -0
  669. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.mjs +1 -0
  670. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +1 -0
  671. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.mjs +1 -0
  672. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
  673. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -2
  674. package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.mts +1 -0
  675. package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.mjs +1 -0
  676. package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.mts +1 -0
  677. package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.mjs +1 -0
  678. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  679. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
  680. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  681. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
  682. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  683. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
  684. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
  685. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
  686. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
  687. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +7 -2
  688. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +2 -0
  689. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.mjs +2 -0
  690. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.d.mts +7 -0
  691. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemAnnualIncome.mjs +3 -0
  692. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.d.mts +7 -0
  693. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemEmploymentStatus.mjs +3 -0
  694. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.d.mts +7 -0
  695. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBeneficialOwnersItemTitle.mjs +15 -0
  696. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.d.mts +7 -0
  697. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessBusinessType.mjs +3 -0
  698. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.d.mts +7 -0
  699. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessSourceOfFundsItem.mjs +12 -0
  700. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.d.mts +7 -0
  701. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillBusinessStateOfIncorporation.mjs +55 -0
  702. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.d.mts +7 -0
  703. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualAnnualIncome.mjs +3 -0
  704. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.d.mts +7 -0
  705. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailPrefillIndividualEmploymentStatus.mjs +3 -0
  706. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.d.mts +2 -0
  707. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhone.mjs +2 -0
  708. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.d.mts +7 -0
  709. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemAnnualIncome.mjs +3 -0
  710. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.d.mts +7 -0
  711. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemEmploymentStatus.mjs +3 -0
  712. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.d.mts +7 -0
  713. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBeneficialOwnersItemTitle.mjs +15 -0
  714. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.d.mts +7 -0
  715. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessBusinessType.mjs +3 -0
  716. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.d.mts +7 -0
  717. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessSourceOfFundsItem.mjs +12 -0
  718. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.d.mts +7 -0
  719. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillBusinessStateOfIncorporation.mjs +55 -0
  720. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.d.mts +7 -0
  721. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualAnnualIncome.mjs +3 -0
  722. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.d.mts +7 -0
  723. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemPhonePrefillIndividualEmploymentStatus.mjs +3 -0
  724. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefill.d.mts +18 -0
  725. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefill.mjs +14 -0
  726. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.d.mts +7 -0
  727. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAccountType.mjs +3 -0
  728. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAddress.d.mts +14 -0
  729. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillAddress.mjs +10 -0
  730. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.d.mts +23 -0
  731. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBeneficialOwner.mjs +19 -0
  732. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.d.mts +25 -0
  733. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillBusiness.mjs +23 -0
  734. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.d.mts +16 -0
  735. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillIndividual.mjs +12 -0
  736. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillPerson.d.mts +12 -0
  737. package/dist/esm/serialization/resources/customers/types/CustomerInvitationPrefillPerson.mjs +8 -0
  738. package/dist/esm/serialization/resources/customers/types/index.d.mts +23 -0
  739. package/dist/esm/serialization/resources/customers/types/index.mjs +23 -0
  740. package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +1 -1
  741. package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +8 -0
  742. package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.d.mts +1 -1
  743. package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.mjs +8 -0
  744. package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +1 -1
  745. package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +8 -0
  746. package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +1 -0
  747. package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.mjs +1 -0
  748. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +1 -0
  749. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +1 -0
  750. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +1 -0
  751. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +1 -0
  752. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +1 -0
  753. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +1 -0
  754. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +1 -0
  755. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +1 -0
  756. package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +1 -0
  757. package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +1 -0
  758. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
  759. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +7 -2
  760. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +1 -0
  761. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +1 -0
  762. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  763. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  764. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +1 -0
  765. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +1 -0
  766. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  767. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  768. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +1 -0
  769. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +1 -0
  770. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  771. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  772. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +1 -0
  773. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +1 -0
  774. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  775. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +7 -2
  776. package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +1 -0
  777. package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.mjs +1 -0
  778. package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +1 -0
  779. package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.mjs +1 -0
  780. package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +1 -0
  781. package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.mjs +1 -0
  782. package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +1 -0
  783. package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.mjs +1 -0
  784. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +1 -0
  785. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.mjs +1 -0
  786. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +1 -0
  787. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.mjs +1 -0
  788. package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +1 -0
  789. package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.mjs +1 -0
  790. package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +1 -0
  791. package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.mjs +1 -0
  792. package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +1 -0
  793. package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.mjs +1 -0
  794. package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.mts +1 -0
  795. package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.mjs +1 -0
  796. package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.mts +1 -0
  797. package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.mjs +1 -0
  798. package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.d.mts +1 -0
  799. package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.mjs +1 -0
  800. package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +1 -0
  801. package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.mjs +1 -0
  802. package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.d.mts +1 -0
  803. package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.mjs +1 -0
  804. package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.d.mts +1 -0
  805. package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.mjs +1 -0
  806. package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.d.mts +1 -0
  807. package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.mjs +1 -0
  808. package/dist/esm/serialization/resources/payments/types/PaymentAttrs.d.mts +1 -0
  809. package/dist/esm/serialization/resources/payments/types/PaymentAttrs.mjs +1 -0
  810. package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.d.mts +1 -0
  811. package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.mjs +1 -0
  812. package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +1 -0
  813. package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +1 -0
  814. package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
  815. package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
  816. package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
  817. package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
  818. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +1 -0
  819. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +1 -0
  820. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +1 -0
  821. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +1 -0
  822. package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +2 -0
  823. package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.mjs +2 -0
  824. package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.d.mts +2 -0
  825. package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.mjs +2 -0
  826. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.mts +2 -0
  827. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +2 -0
  828. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +1 -0
  829. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +1 -0
  830. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +1 -0
  831. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +1 -0
  832. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -1
  833. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -1
  834. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +1 -0
  835. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +1 -0
  836. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +1 -0
  837. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +1 -0
  838. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +1 -0
  839. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +1 -0
  840. package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.mts +2 -0
  841. package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.mjs +2 -0
  842. package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +1 -0
  843. package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.mjs +1 -0
  844. package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +1 -0
  845. package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.mjs +1 -0
  846. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +1 -0
  847. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.mjs +1 -0
  848. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +1 -0
  849. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.mjs +1 -0
  850. package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +1 -0
  851. package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.mjs +1 -0
  852. package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +1 -0
  853. package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.mjs +1 -0
  854. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +1 -0
  855. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.mjs +1 -0
  856. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +1 -0
  857. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.mjs +1 -0
  858. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +1 -0
  859. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.mjs +1 -0
  860. package/dist/esm/serialization/resources/wallets/types/WalletAttrs.d.mts +1 -0
  861. package/dist/esm/serialization/resources/wallets/types/WalletAttrs.mjs +1 -0
  862. package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.d.mts +1 -0
  863. package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.mjs +1 -0
  864. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +1 -1
  865. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +8 -0
  866. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  867. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  868. package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  869. package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  870. package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  871. package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  872. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +1 -1
  873. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +8 -0
  874. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  875. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +8 -0
  876. package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +1 -1
  877. package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.mjs +8 -0
  878. package/dist/esm/version.d.mts +1 -1
  879. package/dist/esm/version.mjs +1 -1
  880. package/package.json +1 -1
  881. package/reference.md +62 -14
@@ -8,6 +8,7 @@ export declare namespace SetAgentDefaultWalletWalletsResponseDataAttributes {
8
8
  interface Raw {
9
9
  name: string;
10
10
  description?: string | null;
11
+ tags: Record<string, string>;
11
12
  handle?: string | null;
12
13
  status: SetAgentDefaultWalletWalletsResponseDataAttributesStatus.Raw;
13
14
  limits?: SetAgentDefaultWalletWalletsResponseDataAttributesLimits.Raw | null;
@@ -5,6 +5,7 @@ import { SetAgentDefaultWalletWalletsResponseDataAttributesStatus } from "./SetA
5
5
  export const SetAgentDefaultWalletWalletsResponseDataAttributes = core.serialization.object({
6
6
  name: core.serialization.string(),
7
7
  description: core.serialization.string().nullable(),
8
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
8
9
  handle: core.serialization.string().nullable(),
9
10
  status: SetAgentDefaultWalletWalletsResponseDataAttributesStatus,
10
11
  limits: SetAgentDefaultWalletWalletsResponseDataAttributesLimits.nullable(),
@@ -15,6 +15,7 @@ export declare namespace SetDefaultWalletsResponseDataAttributes {
15
15
  createdAt?: string | null;
16
16
  displayName?: string | null;
17
17
  description?: string | null;
18
+ tags: Record<string, string>;
18
19
  balance?: SetDefaultWalletsResponseDataAttributesBalance.Raw | null;
19
20
  claims: SetDefaultWalletsResponseDataAttributesClaims.Raw;
20
21
  depositInstructions?: SetDefaultWalletsResponseDataAttributesDepositInstructions.Raw | null;
@@ -12,6 +12,7 @@ export const SetDefaultWalletsResponseDataAttributes = core.serialization.object
12
12
  createdAt: core.serialization.date().nullable(),
13
13
  displayName: core.serialization.string().nullable(),
14
14
  description: core.serialization.string().nullable(),
15
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
15
16
  balance: SetDefaultWalletsResponseDataAttributesBalance.nullable(),
16
17
  claims: SetDefaultWalletsResponseDataAttributesClaims,
17
18
  depositInstructions: SetDefaultWalletsResponseDataAttributesDepositInstructions.nullable(),
@@ -15,6 +15,7 @@ export declare namespace UnfreezeWalletsResponseDataAttributes {
15
15
  createdAt?: string | null;
16
16
  displayName?: string | null;
17
17
  description?: string | null;
18
+ tags: Record<string, string>;
18
19
  balance?: UnfreezeWalletsResponseDataAttributesBalance.Raw | null;
19
20
  claims: UnfreezeWalletsResponseDataAttributesClaims.Raw;
20
21
  depositInstructions?: UnfreezeWalletsResponseDataAttributesDepositInstructions.Raw | null;
@@ -12,6 +12,7 @@ export const UnfreezeWalletsResponseDataAttributes = core.serialization.object({
12
12
  createdAt: core.serialization.date().nullable(),
13
13
  displayName: core.serialization.string().nullable(),
14
14
  description: core.serialization.string().nullable(),
15
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
15
16
  balance: UnfreezeWalletsResponseDataAttributesBalance.nullable(),
16
17
  claims: UnfreezeWalletsResponseDataAttributesClaims,
17
18
  depositInstructions: UnfreezeWalletsResponseDataAttributesDepositInstructions.nullable(),
@@ -15,6 +15,7 @@ export declare namespace UpdateWalletsResponseDataAttributes {
15
15
  createdAt?: string | null;
16
16
  displayName?: string | null;
17
17
  description?: string | null;
18
+ tags: Record<string, string>;
18
19
  balance?: UpdateWalletsResponseDataAttributesBalance.Raw | null;
19
20
  claims: UpdateWalletsResponseDataAttributesClaims.Raw;
20
21
  depositInstructions?: UpdateWalletsResponseDataAttributesDepositInstructions.Raw | null;
@@ -12,6 +12,7 @@ export const UpdateWalletsResponseDataAttributes = core.serialization.object({
12
12
  createdAt: core.serialization.date().nullable(),
13
13
  displayName: core.serialization.string().nullable(),
14
14
  description: core.serialization.string().nullable(),
15
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
15
16
  balance: UpdateWalletsResponseDataAttributesBalance.nullable(),
16
17
  claims: UpdateWalletsResponseDataAttributesClaims,
17
18
  depositInstructions: UpdateWalletsResponseDataAttributesDepositInstructions.nullable(),
@@ -15,6 +15,7 @@ export declare namespace WalletAttrs {
15
15
  createdAt?: string | null;
16
16
  displayName?: string | null;
17
17
  description?: string | null;
18
+ tags: Record<string, string>;
18
19
  balance?: ListWalletsResponseDataItemAttributesBalance.Raw | null;
19
20
  claims: WalletClaims.Raw;
20
21
  depositInstructions?: ListWalletsResponseDataItemAttributesDepositInstructions.Raw | null;
@@ -12,6 +12,7 @@ export const WalletAttrs = core.serialization.object({
12
12
  createdAt: core.serialization.date().nullable(),
13
13
  displayName: core.serialization.string().nullable(),
14
14
  description: core.serialization.string().nullable(),
15
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
15
16
  balance: ListWalletsResponseDataItemAttributesBalance.nullable(),
16
17
  claims: WalletClaims,
17
18
  depositInstructions: ListWalletsResponseDataItemAttributesDepositInstructions.nullable(),
@@ -15,6 +15,7 @@ export declare namespace WalletDetailAttrs {
15
15
  createdAt?: string | null;
16
16
  displayName?: string | null;
17
17
  description?: string | null;
18
+ tags: Record<string, string>;
18
19
  balance?: GetWalletsResponseDataAttributesBalance.Raw | null;
19
20
  claims: WalletDetailClaims.Raw;
20
21
  depositInstructions?: GetWalletsResponseDataAttributesDepositInstructions.Raw | null;
@@ -12,6 +12,7 @@ export const WalletDetailAttrs = core.serialization.object({
12
12
  createdAt: core.serialization.date().nullable(),
13
13
  displayName: core.serialization.string().nullable(),
14
14
  description: core.serialization.string().nullable(),
15
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
15
16
  balance: GetWalletsResponseDataAttributesBalance.nullable(),
16
17
  claims: WalletDetailClaims,
17
18
  depositInstructions: GetWalletsResponseDataAttributesDepositInstructions.nullable(),
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const CreateWebhooksRequestEnabledEventsItem: core.serialization.Schema<serializers.CreateWebhooksRequestEnabledEventsItem.Raw, Natural.CreateWebhooksRequestEnabledEventsItem>;
5
5
  export declare namespace CreateWebhooksRequestEnabledEventsItem {
6
- type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
6
+ type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.completed" | "ach.failed" | "ach.returned" | "mandate.created" | "mandate.revoked" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
7
7
  }
@@ -36,6 +36,14 @@ export const CreateWebhooksRequestEnabledEventsItem = core.serialization.enum_([
36
36
  "payment.returned",
37
37
  "payment.canceled",
38
38
  "payment.approval_denied",
39
+ "ach.created",
40
+ "ach.processing",
41
+ "ach.completed",
42
+ "ach.failed",
43
+ "ach.returned",
44
+ "mandate.created",
45
+ "mandate.revoked",
46
+ "external_party_account.validated",
39
47
  "approval.required",
40
48
  "approval.approved",
41
49
  "approval.denied",
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const CreateWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.CreateWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.CreateWebhooksResponseDataAttributesEnabledEventsItem>;
5
5
  export declare namespace CreateWebhooksResponseDataAttributesEnabledEventsItem {
6
- type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
6
+ type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.completed" | "ach.failed" | "ach.returned" | "mandate.created" | "mandate.revoked" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
7
7
  }
@@ -36,6 +36,14 @@ export const CreateWebhooksResponseDataAttributesEnabledEventsItem = core.serial
36
36
  "payment.returned",
37
37
  "payment.canceled",
38
38
  "payment.approval_denied",
39
+ "ach.created",
40
+ "ach.processing",
41
+ "ach.completed",
42
+ "ach.failed",
43
+ "ach.returned",
44
+ "mandate.created",
45
+ "mandate.revoked",
46
+ "external_party_account.validated",
39
47
  "approval.required",
40
48
  "approval.approved",
41
49
  "approval.denied",
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const GetWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.GetWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.GetWebhooksResponseDataAttributesEnabledEventsItem>;
5
5
  export declare namespace GetWebhooksResponseDataAttributesEnabledEventsItem {
6
- type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
6
+ type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.completed" | "ach.failed" | "ach.returned" | "mandate.created" | "mandate.revoked" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
7
7
  }
@@ -36,6 +36,14 @@ export const GetWebhooksResponseDataAttributesEnabledEventsItem = core.serializa
36
36
  "payment.returned",
37
37
  "payment.canceled",
38
38
  "payment.approval_denied",
39
+ "ach.created",
40
+ "ach.processing",
41
+ "ach.completed",
42
+ "ach.failed",
43
+ "ach.returned",
44
+ "mandate.created",
45
+ "mandate.revoked",
46
+ "external_party_account.validated",
39
47
  "approval.required",
40
48
  "approval.approved",
41
49
  "approval.denied",
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const RemoveWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.RemoveWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.RemoveWebhooksResponseDataAttributesEnabledEventsItem>;
5
5
  export declare namespace RemoveWebhooksResponseDataAttributesEnabledEventsItem {
6
- type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
6
+ type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.completed" | "ach.failed" | "ach.returned" | "mandate.created" | "mandate.revoked" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
7
7
  }
@@ -36,6 +36,14 @@ export const RemoveWebhooksResponseDataAttributesEnabledEventsItem = core.serial
36
36
  "payment.returned",
37
37
  "payment.canceled",
38
38
  "payment.approval_denied",
39
+ "ach.created",
40
+ "ach.processing",
41
+ "ach.completed",
42
+ "ach.failed",
43
+ "ach.returned",
44
+ "mandate.created",
45
+ "mandate.revoked",
46
+ "external_party_account.validated",
39
47
  "approval.required",
40
48
  "approval.approved",
41
49
  "approval.denied",
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const UpdateWebhooksRequestEnabledEventsItem: core.serialization.Schema<serializers.UpdateWebhooksRequestEnabledEventsItem.Raw, Natural.UpdateWebhooksRequestEnabledEventsItem>;
5
5
  export declare namespace UpdateWebhooksRequestEnabledEventsItem {
6
- type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
6
+ type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.completed" | "ach.failed" | "ach.returned" | "mandate.created" | "mandate.revoked" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
7
7
  }
@@ -36,6 +36,14 @@ export const UpdateWebhooksRequestEnabledEventsItem = core.serialization.enum_([
36
36
  "payment.returned",
37
37
  "payment.canceled",
38
38
  "payment.approval_denied",
39
+ "ach.created",
40
+ "ach.processing",
41
+ "ach.completed",
42
+ "ach.failed",
43
+ "ach.returned",
44
+ "mandate.created",
45
+ "mandate.revoked",
46
+ "external_party_account.validated",
39
47
  "approval.required",
40
48
  "approval.approved",
41
49
  "approval.denied",
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const UpdateWebhooksResponseDataAttributesEnabledEventsItem: core.serialization.Schema<serializers.UpdateWebhooksResponseDataAttributesEnabledEventsItem.Raw, Natural.UpdateWebhooksResponseDataAttributesEnabledEventsItem>;
5
5
  export declare namespace UpdateWebhooksResponseDataAttributesEnabledEventsItem {
6
- type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
6
+ type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.completed" | "ach.failed" | "ach.returned" | "mandate.created" | "mandate.revoked" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
7
7
  }
@@ -36,6 +36,14 @@ export const UpdateWebhooksResponseDataAttributesEnabledEventsItem = core.serial
36
36
  "payment.returned",
37
37
  "payment.canceled",
38
38
  "payment.approval_denied",
39
+ "ach.created",
40
+ "ach.processing",
41
+ "ach.completed",
42
+ "ach.failed",
43
+ "ach.returned",
44
+ "mandate.created",
45
+ "mandate.revoked",
46
+ "external_party_account.validated",
39
47
  "approval.required",
40
48
  "approval.approved",
41
49
  "approval.denied",
@@ -3,5 +3,5 @@ import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
4
  export declare const WebhookEnabledEventsItem: core.serialization.Schema<serializers.WebhookEnabledEventsItem.Raw, Natural.WebhookEnabledEventsItem>;
5
5
  export declare namespace WebhookEnabledEventsItem {
6
- type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
6
+ type Raw = "*" | "party.updated" | "compliance_case.updated" | "wallet.created" | "external_account.connected" | "agent_delegation_invitation.created" | "agent_delegation_invitation.accepted" | "agent_delegation_invitation.declined" | "agent_delegation_invitation.canceled" | "agent_delegation.revoked" | "delegation.activated" | "delegation.revoked" | "invitation_link.created" | "invitation_link.revoked" | "invitation_link.agent_added" | "invitation_link.agent_removed" | "invitation_link.redeemed" | "deposit.created" | "deposit.completed" | "deposit.failed" | "deposit.returned" | "deposit.canceled" | "deposit.approval_denied" | "withdrawal.created" | "withdrawal.completed" | "withdrawal.failed" | "withdrawal.returned" | "withdrawal.canceled" | "withdrawal.approval_denied" | "payment.created" | "payment.completed" | "payment.failed" | "payment.returned" | "payment.canceled" | "payment.approval_denied" | "ach.created" | "ach.processing" | "ach.completed" | "ach.failed" | "ach.returned" | "mandate.created" | "mandate.revoked" | "external_party_account.validated" | "approval.required" | "approval.approved" | "approval.denied" | "approval.canceled" | "payment_request.created" | "payment_request.completed" | "payment_request.canceled" | "payment_request.declined" | "payment_request.incoming";
7
7
  }
@@ -36,6 +36,14 @@ export const WebhookEnabledEventsItem = core.serialization.enum_([
36
36
  "payment.returned",
37
37
  "payment.canceled",
38
38
  "payment.approval_denied",
39
+ "ach.created",
40
+ "ach.processing",
41
+ "ach.completed",
42
+ "ach.failed",
43
+ "ach.returned",
44
+ "mandate.created",
45
+ "mandate.revoked",
46
+ "external_party_account.validated",
39
47
  "approval.required",
40
48
  "approval.approved",
41
49
  "approval.denied",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.2.2";
1
+ export declare const SDK_VERSION = "1.2.4";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.2.2";
1
+ export const SDK_VERSION = "1.2.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalpay/sdk",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/reference.md CHANGED
@@ -106,6 +106,9 @@ await client.agents.create({
106
106
  idempotencyKey: "Idempotency-Key",
107
107
  name: "Carrier Payment Agent v2.1",
108
108
  description: "Autonomous agent that pays delivery carriers",
109
+ tags: {
110
+ "department": "logistics"
111
+ },
109
112
  slug: "carrier_payments",
110
113
  limits: {
111
114
  perTransaction: 100000
@@ -308,7 +311,10 @@ await client.agents.update({
308
311
  idempotencyKey: "Idempotency-Key",
309
312
  agentId: "agentId",
310
313
  name: "Carrier Payment Agent v3.0",
311
- description: "Autonomous agent that pays delivery carriers with enhanced fraud detection"
314
+ description: "Autonomous agent that pays delivery carriers with enhanced fraud detection",
315
+ tags: {
316
+ "release": "v3"
317
+ }
312
318
  });
313
319
 
314
320
  ```
@@ -1190,7 +1196,10 @@ await client.invitationLinks.create({
1190
1196
  perTransaction: 50000
1191
1197
  }
1192
1198
  }],
1193
- name: "Carrier Payment Integration"
1199
+ name: "Carrier Payment Integration",
1200
+ tags: {
1201
+ "integration": "carrier_payments"
1202
+ }
1194
1203
  });
1195
1204
 
1196
1205
  ```
@@ -1469,7 +1478,10 @@ await client.payments.create({
1469
1478
  },
1470
1479
  customerPartyId: "pty_019cd1798d617f65a79cb965dda9eac3",
1471
1480
  currency: "USD",
1472
- description: "Payment for Q4 2025 development work"
1481
+ description: "Payment for Q4 2025 development work",
1482
+ tags: {
1483
+ "order_id": "ord_123"
1484
+ }
1473
1485
  });
1474
1486
 
1475
1487
  ```
@@ -1811,7 +1823,10 @@ await client.transfers.initiateDeposit({
1811
1823
  amount: 50000,
1812
1824
  currency: "USD",
1813
1825
  externalAccountId: "eac_550e8400e29b41d4a716446655440000",
1814
- description: "Wallet top-up"
1826
+ description: "Wallet top-up",
1827
+ tags: {
1828
+ "workflow": "treasury"
1829
+ }
1815
1830
  });
1816
1831
 
1817
1832
  ```
@@ -1881,7 +1896,10 @@ await client.transfers.initiateWithdrawal({
1881
1896
  currency: "USD",
1882
1897
  externalAccountId: "eac_550e8400e29b41d4a716446655440000",
1883
1898
  method: "standard",
1884
- description: "Payout transfer"
1899
+ description: "Payout transfer",
1900
+ tags: {
1901
+ "workflow": "treasury"
1902
+ }
1885
1903
  });
1886
1904
 
1887
1905
  ```
@@ -1950,7 +1968,10 @@ await client.transfers.initiateInternal({
1950
1968
  amount: 5000,
1951
1969
  sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
1952
1970
  destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
1953
- description: "Sweep to vault"
1971
+ description: "Sweep to vault",
1972
+ tags: {
1973
+ "workflow": "treasury"
1974
+ }
1954
1975
  });
1955
1976
 
1956
1977
  ```
@@ -2235,6 +2256,9 @@ await client.paymentRequests.create({
2235
2256
  amount: 2500,
2236
2257
  currency: "USD",
2237
2258
  description: "Invoice 7",
2259
+ tags: {
2260
+ "invoice_id": "inv_7"
2261
+ },
2238
2262
  payerName: "Ada Lovelace",
2239
2263
  payer: {
2240
2264
  type: "email",
@@ -2449,6 +2473,9 @@ await client.paymentRequests.fulfill({
2449
2473
  paymentSource: {
2450
2474
  type: "wallet",
2451
2475
  walletId: "wal_550e8400e29b41d4a716446655440000"
2476
+ },
2477
+ tags: {
2478
+ "invoice_id": "inv_7"
2452
2479
  }
2453
2480
  });
2454
2481
 
@@ -2977,7 +3004,10 @@ await client.invitations.create({
2977
3004
  }, {
2978
3005
  email: "cfo@velocitylogistics.com",
2979
3006
  role: "ADMIN"
2980
- }]
3007
+ }],
3008
+ tags: {
3009
+ "team": "operations"
3010
+ }
2981
3011
  });
2982
3012
 
2983
3013
  ```
@@ -3743,7 +3773,10 @@ Create a standard wallet
3743
3773
  await client.wallets.create({
3744
3774
  idempotencyKey: "Idempotency-Key",
3745
3775
  displayName: "Payroll",
3746
- description: "Dedicated wallet for payroll runs"
3776
+ description: "Dedicated wallet for payroll runs",
3777
+ tags: {
3778
+ "department": "payroll"
3779
+ }
3747
3780
  });
3748
3781
 
3749
3782
  ```
@@ -3857,7 +3890,7 @@ await client.wallets.get({
3857
3890
  <dl>
3858
3891
  <dd>
3859
3892
 
3860
- Update wallet metadata
3893
+ Update a wallet's display name, description, or tags
3861
3894
  </dd>
3862
3895
  </dl>
3863
3896
  </dd>
@@ -3876,7 +3909,11 @@ await client.wallets.update({
3876
3909
  idempotencyKey: "Idempotency-Key",
3877
3910
  walletId: "walletId",
3878
3911
  displayName: "Operating (US)",
3879
- description: "Primary USD operating wallet"
3912
+ description: "Primary USD operating wallet",
3913
+ tags: {
3914
+ "region": "us",
3915
+ "legacy_key": null
3916
+ }
3880
3917
  });
3881
3918
 
3882
3919
  ```
@@ -4407,7 +4444,10 @@ await client.externalAccounts.createFromProcessorToken({
4407
4444
  idempotencyKey: "Idempotency-Key",
4408
4445
  partyId: "pty_7c9e6679e29b41d4a716446655440001",
4409
4446
  processorToken: "processor-sandbox-abc123",
4410
- institutionName: "Chase"
4447
+ institutionName: "Chase",
4448
+ tags: {
4449
+ "environment": "production"
4450
+ }
4411
4451
  });
4412
4452
 
4413
4453
  ```
@@ -4754,7 +4794,10 @@ Create an API key. The secret is returned only once.
4754
4794
  ```typescript
4755
4795
  await client.apiKeys.create({
4756
4796
  name: "Production Backend",
4757
- scopes: ["payments.read", "payments.create"]
4797
+ scopes: ["payments.read", "payments.create"],
4798
+ tags: {
4799
+ "service": "checkout"
4800
+ }
4758
4801
  });
4759
4802
 
4760
4803
  ```
@@ -5016,7 +5059,9 @@ Create an agent key for an agent. The secret is returned only once.
5016
5059
  await client.agentKeys.create({
5017
5060
  data: {
5018
5061
  attributes: {
5019
- "key": "value"
5062
+ tags: {
5063
+ "team": "payments"
5064
+ }
5020
5065
  },
5021
5066
  relationships: {
5022
5067
  agent: {
@@ -5159,7 +5204,10 @@ Generate a replacement agent key.
5159
5204
  await client.agentKeys.rotate({
5160
5205
  idempotencyKey: "Idempotency-Key",
5161
5206
  keyId: "keyId",
5162
- expiresInSeconds: 86400
5207
+ expiresInSeconds: 86400,
5208
+ tags: {
5209
+ "team": "payments"
5210
+ }
5163
5211
  });
5164
5212
 
5165
5213
  ```