@naturalpay/sdk 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (597) 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 +2 -2
  23. package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +2 -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 +2 -2
  33. package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +2 -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 +2 -2
  45. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +2 -2
  46. package/dist/cjs/api/resources/externalAccounts/client/Client.d.ts +4 -1
  47. package/dist/cjs/api/resources/externalAccounts/client/Client.js +4 -1
  48. package/dist/cjs/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +5 -1
  49. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +2 -0
  50. package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +2 -0
  51. package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +2 -0
  52. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +2 -0
  53. package/dist/cjs/api/resources/invitationLinks/client/Client.d.ts +4 -1
  54. package/dist/cjs/api/resources/invitationLinks/client/Client.js +4 -1
  55. package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +5 -1
  56. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +2 -2
  57. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +2 -2
  58. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +2 -0
  59. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
  60. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
  61. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +2 -0
  62. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
  63. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
  64. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +2 -0
  65. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
  66. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +2 -2
  67. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +2 -0
  68. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +2 -2
  69. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
  70. package/dist/cjs/api/resources/invitations/client/Client.d.ts +4 -1
  71. package/dist/cjs/api/resources/invitations/client/Client.js +4 -1
  72. package/dist/cjs/api/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +6 -1
  73. package/dist/cjs/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +2 -0
  74. package/dist/cjs/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +2 -0
  75. package/dist/cjs/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +2 -0
  76. package/dist/cjs/api/resources/paymentRequests/client/Client.d.ts +6 -0
  77. package/dist/cjs/api/resources/paymentRequests/client/Client.js +6 -0
  78. package/dist/cjs/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +4 -0
  79. package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +4 -0
  80. package/dist/cjs/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +2 -0
  81. package/dist/cjs/api/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +2 -0
  82. package/dist/cjs/api/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +2 -0
  83. package/dist/cjs/api/resources/paymentRequests/types/IncomingReqAttrs.d.ts +2 -0
  84. package/dist/cjs/api/resources/paymentRequests/types/NewPayReqAttrs.d.ts +2 -0
  85. package/dist/cjs/api/resources/paymentRequests/types/PayReqAttrs.d.ts +2 -0
  86. package/dist/cjs/api/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +2 -0
  87. package/dist/cjs/api/resources/payments/client/Client.d.ts +4 -1
  88. package/dist/cjs/api/resources/payments/client/Client.js +4 -1
  89. package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +5 -1
  90. package/dist/cjs/api/resources/payments/types/CancelledPmtAttrs.d.ts +2 -0
  91. package/dist/cjs/api/resources/payments/types/NewPaymentAttrs.d.ts +2 -0
  92. package/dist/cjs/api/resources/payments/types/PaymentAttrs.d.ts +2 -0
  93. package/dist/cjs/api/resources/payments/types/PaymentDetailAttrs.d.ts +2 -0
  94. package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +2 -0
  95. package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
  96. package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
  97. package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +2 -0
  98. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +2 -0
  99. package/dist/cjs/api/resources/transfers/client/Client.d.ts +12 -3
  100. package/dist/cjs/api/resources/transfers/client/Client.js +12 -3
  101. package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +5 -1
  102. package/dist/cjs/api/resources/transfers/client/requests/NewDepositParams.d.ts +5 -1
  103. package/dist/cjs/api/resources/transfers/client/requests/NewWithdrawalParams.d.ts +5 -1
  104. package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +2 -0
  105. package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +2 -0
  106. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -0
  107. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -0
  108. package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +2 -0
  109. package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +2 -0
  110. package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +2 -0
  111. package/dist/cjs/api/resources/wallets/client/Client.d.ts +10 -3
  112. package/dist/cjs/api/resources/wallets/client/Client.js +10 -3
  113. package/dist/cjs/api/resources/wallets/client/requests/CreateWalletsRequest.d.ts +5 -1
  114. package/dist/cjs/api/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +7 -1
  115. package/dist/cjs/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +2 -0
  116. package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +2 -0
  117. package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +2 -0
  118. package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +2 -0
  119. package/dist/cjs/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +2 -0
  120. package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +2 -0
  121. package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +2 -0
  122. package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +2 -0
  123. package/dist/cjs/api/resources/wallets/types/WalletAttrs.d.ts +2 -0
  124. package/dist/cjs/api/resources/wallets/types/WalletDetailAttrs.d.ts +2 -0
  125. package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +1 -0
  126. package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.js +1 -0
  127. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +2 -1
  128. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.js +2 -1
  129. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +9 -0
  130. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +41 -0
  131. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +1 -0
  132. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.js +1 -0
  133. package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +1 -0
  134. package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.js +1 -0
  135. package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +1 -0
  136. package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.js +1 -0
  137. package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +1 -0
  138. package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.js +1 -0
  139. package/dist/cjs/serialization/resources/agentKeys/types/index.d.ts +1 -0
  140. package/dist/cjs/serialization/resources/agentKeys/types/index.js +1 -0
  141. package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.d.ts +1 -0
  142. package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.js +1 -0
  143. package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.d.ts +1 -0
  144. package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.js +1 -0
  145. package/dist/cjs/serialization/resources/agents/types/AgentAttrs.d.ts +1 -0
  146. package/dist/cjs/serialization/resources/agents/types/AgentAttrs.js +1 -0
  147. package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.d.ts +1 -0
  148. package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.js +1 -0
  149. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
  150. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +2 -2
  151. package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.d.ts +1 -0
  152. package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.js +1 -0
  153. package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.d.ts +1 -0
  154. package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.js +1 -0
  155. package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.d.ts +1 -0
  156. package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.js +1 -0
  157. package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +1 -0
  158. package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.js +1 -0
  159. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.d.ts +1 -0
  160. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.js +1 -0
  161. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +1 -0
  162. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.js +1 -0
  163. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
  164. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +2 -2
  165. package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.ts +1 -0
  166. package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.js +1 -0
  167. package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.ts +1 -0
  168. package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.js +1 -0
  169. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  170. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
  171. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  172. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
  173. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  174. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
  175. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
  176. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
  177. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
  178. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +2 -2
  179. package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +1 -0
  180. package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.js +1 -0
  181. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +1 -0
  182. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +1 -0
  183. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +1 -0
  184. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +1 -0
  185. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +1 -0
  186. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +1 -0
  187. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +1 -0
  188. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +1 -0
  189. package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +1 -0
  190. package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +1 -0
  191. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
  192. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +2 -2
  193. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +1 -0
  194. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +1 -0
  195. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  196. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
  197. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +1 -0
  198. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +1 -0
  199. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  200. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
  201. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +1 -0
  202. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +1 -0
  203. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  204. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +2 -2
  205. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +1 -0
  206. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +1 -0
  207. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  208. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +2 -2
  209. package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +1 -0
  210. package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.js +1 -0
  211. package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +1 -0
  212. package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.js +1 -0
  213. package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +1 -0
  214. package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.js +1 -0
  215. package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +1 -0
  216. package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.js +1 -0
  217. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +1 -0
  218. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.js +1 -0
  219. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +1 -0
  220. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.js +1 -0
  221. package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +1 -0
  222. package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.js +1 -0
  223. package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +1 -0
  224. package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.js +1 -0
  225. package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +1 -0
  226. package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.js +1 -0
  227. package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.ts +1 -0
  228. package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.js +1 -0
  229. package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.ts +1 -0
  230. package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.js +1 -0
  231. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.d.ts +1 -0
  232. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.js +1 -0
  233. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +1 -0
  234. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.js +1 -0
  235. package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.d.ts +1 -0
  236. package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.js +1 -0
  237. package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.d.ts +1 -0
  238. package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.js +1 -0
  239. package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.d.ts +1 -0
  240. package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.js +1 -0
  241. package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.d.ts +1 -0
  242. package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.js +1 -0
  243. package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.d.ts +1 -0
  244. package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.js +1 -0
  245. package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +1 -0
  246. package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +1 -0
  247. package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
  248. package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +1 -0
  249. package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
  250. package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +1 -0
  251. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +1 -0
  252. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +1 -0
  253. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +1 -0
  254. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +1 -0
  255. package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +1 -0
  256. package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.js +1 -0
  257. package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.d.ts +1 -0
  258. package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.js +1 -0
  259. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.ts +1 -0
  260. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +1 -0
  261. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +1 -0
  262. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +1 -0
  263. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +1 -0
  264. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +1 -0
  265. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +1 -1
  266. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +1 -1
  267. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +1 -0
  268. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +1 -0
  269. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +1 -0
  270. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +1 -0
  271. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +1 -0
  272. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +1 -0
  273. package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.ts +1 -0
  274. package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.js +1 -0
  275. package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +1 -0
  276. package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.js +1 -0
  277. package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +1 -0
  278. package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.js +1 -0
  279. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +1 -0
  280. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.js +1 -0
  281. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +1 -0
  282. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.js +1 -0
  283. package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +1 -0
  284. package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.js +1 -0
  285. package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +1 -0
  286. package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.js +1 -0
  287. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +1 -0
  288. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.js +1 -0
  289. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +1 -0
  290. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.js +1 -0
  291. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +1 -0
  292. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.js +1 -0
  293. package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.d.ts +1 -0
  294. package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.js +1 -0
  295. package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.d.ts +1 -0
  296. package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.js +1 -0
  297. package/dist/cjs/version.d.ts +1 -1
  298. package/dist/cjs/version.js +1 -1
  299. package/dist/esm/BaseClient.mjs +2 -2
  300. package/dist/esm/api/resources/agentKeys/client/Client.d.mts +7 -2
  301. package/dist/esm/api/resources/agentKeys/client/Client.mjs +7 -2
  302. package/dist/esm/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.mts +3 -1
  303. package/dist/esm/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +6 -1
  304. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +1 -1
  305. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +4 -0
  306. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +2 -0
  307. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +2 -0
  308. package/dist/esm/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +2 -0
  309. package/dist/esm/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +2 -0
  310. package/dist/esm/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +2 -0
  311. package/dist/esm/api/resources/agentKeys/types/index.d.mts +1 -0
  312. package/dist/esm/api/resources/agentKeys/types/index.mjs +1 -0
  313. package/dist/esm/api/resources/agents/client/Client.d.mts +7 -1
  314. package/dist/esm/api/resources/agents/client/Client.mjs +7 -1
  315. package/dist/esm/api/resources/agents/client/requests/NewAgentParams.d.mts +4 -0
  316. package/dist/esm/api/resources/agents/client/requests/UpdAgentParams.d.mts +6 -1
  317. package/dist/esm/api/resources/agents/types/AgentAttrs.d.mts +2 -0
  318. package/dist/esm/api/resources/agents/types/AgentDetailAttrs.d.mts +2 -0
  319. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +2 -2
  320. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +2 -2
  321. package/dist/esm/api/resources/agents/types/DelAgentAttrs.d.mts +2 -0
  322. package/dist/esm/api/resources/agents/types/NewAgentAttrs.d.mts +2 -0
  323. package/dist/esm/api/resources/agents/types/UpdAgentAttrs.d.mts +2 -0
  324. package/dist/esm/api/resources/apiKeys/client/Client.d.mts +4 -1
  325. package/dist/esm/api/resources/apiKeys/client/Client.mjs +4 -1
  326. package/dist/esm/api/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +6 -1
  327. package/dist/esm/api/resources/apiKeys/types/ApiKeyAttrs.d.mts +2 -0
  328. package/dist/esm/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +2 -0
  329. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +2 -2
  330. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +2 -2
  331. package/dist/esm/api/resources/apiKeys/types/DelApiKeyAttrs.d.mts +2 -0
  332. package/dist/esm/api/resources/apiKeys/types/NewApiKeyAttrs.d.mts +2 -0
  333. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  334. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
  335. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  336. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
  337. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  338. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
  339. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
  340. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
  341. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +2 -2
  342. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +2 -2
  343. package/dist/esm/api/resources/externalAccounts/client/Client.d.mts +4 -1
  344. package/dist/esm/api/resources/externalAccounts/client/Client.mjs +4 -1
  345. package/dist/esm/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +5 -1
  346. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +2 -0
  347. package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +2 -0
  348. package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +2 -0
  349. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +2 -0
  350. package/dist/esm/api/resources/invitationLinks/client/Client.d.mts +4 -1
  351. package/dist/esm/api/resources/invitationLinks/client/Client.mjs +4 -1
  352. package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +5 -1
  353. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +2 -2
  354. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +2 -2
  355. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +2 -0
  356. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
  357. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  358. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +2 -0
  359. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
  360. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  361. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +2 -0
  362. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
  363. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  364. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +2 -0
  365. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +2 -2
  366. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  367. package/dist/esm/api/resources/invitations/client/Client.d.mts +4 -1
  368. package/dist/esm/api/resources/invitations/client/Client.mjs +4 -1
  369. package/dist/esm/api/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +6 -1
  370. package/dist/esm/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +2 -0
  371. package/dist/esm/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +2 -0
  372. package/dist/esm/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +2 -0
  373. package/dist/esm/api/resources/paymentRequests/client/Client.d.mts +6 -0
  374. package/dist/esm/api/resources/paymentRequests/client/Client.mjs +6 -0
  375. package/dist/esm/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +4 -0
  376. package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +4 -0
  377. package/dist/esm/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +2 -0
  378. package/dist/esm/api/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +2 -0
  379. package/dist/esm/api/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +2 -0
  380. package/dist/esm/api/resources/paymentRequests/types/IncomingReqAttrs.d.mts +2 -0
  381. package/dist/esm/api/resources/paymentRequests/types/NewPayReqAttrs.d.mts +2 -0
  382. package/dist/esm/api/resources/paymentRequests/types/PayReqAttrs.d.mts +2 -0
  383. package/dist/esm/api/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +2 -0
  384. package/dist/esm/api/resources/payments/client/Client.d.mts +4 -1
  385. package/dist/esm/api/resources/payments/client/Client.mjs +4 -1
  386. package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +5 -1
  387. package/dist/esm/api/resources/payments/types/CancelledPmtAttrs.d.mts +2 -0
  388. package/dist/esm/api/resources/payments/types/NewPaymentAttrs.d.mts +2 -0
  389. package/dist/esm/api/resources/payments/types/PaymentAttrs.d.mts +2 -0
  390. package/dist/esm/api/resources/payments/types/PaymentDetailAttrs.d.mts +2 -0
  391. package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +2 -0
  392. package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
  393. package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
  394. package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +2 -0
  395. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +2 -0
  396. package/dist/esm/api/resources/transfers/client/Client.d.mts +12 -3
  397. package/dist/esm/api/resources/transfers/client/Client.mjs +12 -3
  398. package/dist/esm/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +5 -1
  399. package/dist/esm/api/resources/transfers/client/requests/NewDepositParams.d.mts +5 -1
  400. package/dist/esm/api/resources/transfers/client/requests/NewWithdrawalParams.d.mts +5 -1
  401. package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +2 -0
  402. package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +2 -0
  403. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -0
  404. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -0
  405. package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +2 -0
  406. package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +2 -0
  407. package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +2 -0
  408. package/dist/esm/api/resources/wallets/client/Client.d.mts +10 -3
  409. package/dist/esm/api/resources/wallets/client/Client.mjs +10 -3
  410. package/dist/esm/api/resources/wallets/client/requests/CreateWalletsRequest.d.mts +5 -1
  411. package/dist/esm/api/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +7 -1
  412. package/dist/esm/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +2 -0
  413. package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +2 -0
  414. package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +2 -0
  415. package/dist/esm/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +2 -0
  416. package/dist/esm/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +2 -0
  417. package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +2 -0
  418. package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +2 -0
  419. package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +2 -0
  420. package/dist/esm/api/resources/wallets/types/WalletAttrs.d.mts +2 -0
  421. package/dist/esm/api/resources/wallets/types/WalletDetailAttrs.d.mts +2 -0
  422. package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +1 -0
  423. package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.mjs +1 -0
  424. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +2 -1
  425. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.mjs +2 -1
  426. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +9 -0
  427. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +5 -0
  428. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +1 -0
  429. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.mjs +1 -0
  430. package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +1 -0
  431. package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.mjs +1 -0
  432. package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +1 -0
  433. package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.mjs +1 -0
  434. package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +1 -0
  435. package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.mjs +1 -0
  436. package/dist/esm/serialization/resources/agentKeys/types/index.d.mts +1 -0
  437. package/dist/esm/serialization/resources/agentKeys/types/index.mjs +1 -0
  438. package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.d.mts +1 -0
  439. package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.mjs +1 -0
  440. package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.d.mts +1 -0
  441. package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.mjs +1 -0
  442. package/dist/esm/serialization/resources/agents/types/AgentAttrs.d.mts +1 -0
  443. package/dist/esm/serialization/resources/agents/types/AgentAttrs.mjs +1 -0
  444. package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.d.mts +1 -0
  445. package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.mjs +1 -0
  446. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
  447. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +2 -2
  448. package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.d.mts +1 -0
  449. package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.mjs +1 -0
  450. package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.d.mts +1 -0
  451. package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.mjs +1 -0
  452. package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.d.mts +1 -0
  453. package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.mjs +1 -0
  454. package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +1 -0
  455. package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.mjs +1 -0
  456. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.d.mts +1 -0
  457. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.mjs +1 -0
  458. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +1 -0
  459. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.mjs +1 -0
  460. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
  461. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +2 -2
  462. package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.mts +1 -0
  463. package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.mjs +1 -0
  464. package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.mts +1 -0
  465. package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.mjs +1 -0
  466. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  467. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
  468. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  469. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
  470. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  471. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
  472. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
  473. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
  474. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
  475. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +2 -2
  476. package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +1 -0
  477. package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.mjs +1 -0
  478. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +1 -0
  479. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +1 -0
  480. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +1 -0
  481. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +1 -0
  482. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +1 -0
  483. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +1 -0
  484. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +1 -0
  485. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +1 -0
  486. package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +1 -0
  487. package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +1 -0
  488. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
  489. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +2 -2
  490. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +1 -0
  491. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +1 -0
  492. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  493. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  494. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +1 -0
  495. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +1 -0
  496. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  497. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  498. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +1 -0
  499. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +1 -0
  500. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  501. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  502. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +1 -0
  503. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +1 -0
  504. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  505. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +2 -2
  506. package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +1 -0
  507. package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.mjs +1 -0
  508. package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +1 -0
  509. package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.mjs +1 -0
  510. package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +1 -0
  511. package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.mjs +1 -0
  512. package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +1 -0
  513. package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.mjs +1 -0
  514. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +1 -0
  515. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.mjs +1 -0
  516. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +1 -0
  517. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.mjs +1 -0
  518. package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +1 -0
  519. package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.mjs +1 -0
  520. package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +1 -0
  521. package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.mjs +1 -0
  522. package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +1 -0
  523. package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.mjs +1 -0
  524. package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.mts +1 -0
  525. package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.mjs +1 -0
  526. package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.mts +1 -0
  527. package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.mjs +1 -0
  528. package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.d.mts +1 -0
  529. package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.mjs +1 -0
  530. package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +1 -0
  531. package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.mjs +1 -0
  532. package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.d.mts +1 -0
  533. package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.mjs +1 -0
  534. package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.d.mts +1 -0
  535. package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.mjs +1 -0
  536. package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.d.mts +1 -0
  537. package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.mjs +1 -0
  538. package/dist/esm/serialization/resources/payments/types/PaymentAttrs.d.mts +1 -0
  539. package/dist/esm/serialization/resources/payments/types/PaymentAttrs.mjs +1 -0
  540. package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.d.mts +1 -0
  541. package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.mjs +1 -0
  542. package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +1 -0
  543. package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +1 -0
  544. package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
  545. package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
  546. package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
  547. package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
  548. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +1 -0
  549. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +1 -0
  550. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +1 -0
  551. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +1 -0
  552. package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +1 -0
  553. package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.mjs +1 -0
  554. package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.d.mts +1 -0
  555. package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.mjs +1 -0
  556. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.mts +1 -0
  557. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +1 -0
  558. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +1 -0
  559. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +1 -0
  560. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +1 -0
  561. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +1 -0
  562. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +1 -1
  563. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +1 -1
  564. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +1 -0
  565. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +1 -0
  566. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +1 -0
  567. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +1 -0
  568. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +1 -0
  569. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +1 -0
  570. package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.mts +1 -0
  571. package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.mjs +1 -0
  572. package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +1 -0
  573. package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.mjs +1 -0
  574. package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +1 -0
  575. package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.mjs +1 -0
  576. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +1 -0
  577. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.mjs +1 -0
  578. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +1 -0
  579. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.mjs +1 -0
  580. package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +1 -0
  581. package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.mjs +1 -0
  582. package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +1 -0
  583. package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.mjs +1 -0
  584. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +1 -0
  585. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.mjs +1 -0
  586. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +1 -0
  587. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.mjs +1 -0
  588. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +1 -0
  589. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.mjs +1 -0
  590. package/dist/esm/serialization/resources/wallets/types/WalletAttrs.d.mts +1 -0
  591. package/dist/esm/serialization/resources/wallets/types/WalletAttrs.mjs +1 -0
  592. package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.d.mts +1 -0
  593. package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.mjs +1 -0
  594. package/dist/esm/version.d.mts +1 -1
  595. package/dist/esm/version.mjs +1 -1
  596. package/package.json +1 -1
  597. package/reference.md +62 -14
@@ -98,7 +98,10 @@ class TransfersClient {
98
98
  * amount: 50000,
99
99
  * currency: "USD",
100
100
  * externalAccountId: "eac_550e8400e29b41d4a716446655440000",
101
- * description: "Wallet top-up"
101
+ * description: "Wallet top-up",
102
+ * tags: {
103
+ * "workflow": "treasury"
104
+ * }
102
105
  * })
103
106
  */
104
107
  initiateDeposit(request, requestOptions) {
@@ -208,7 +211,10 @@ class TransfersClient {
208
211
  * currency: "USD",
209
212
  * externalAccountId: "eac_550e8400e29b41d4a716446655440000",
210
213
  * method: "standard",
211
- * description: "Payout transfer"
214
+ * description: "Payout transfer",
215
+ * tags: {
216
+ * "workflow": "treasury"
217
+ * }
212
218
  * })
213
219
  */
214
220
  initiateWithdrawal(request, requestOptions) {
@@ -317,7 +323,10 @@ class TransfersClient {
317
323
  * amount: 5000,
318
324
  * sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
319
325
  * destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
320
- * description: "Sweep to vault"
326
+ * description: "Sweep to vault",
327
+ * tags: {
328
+ * "workflow": "treasury"
329
+ * }
321
330
  * })
322
331
  */
323
332
  initiateInternal(request, requestOptions) {
@@ -5,7 +5,10 @@
5
5
  * amount: 5000,
6
6
  * sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
7
7
  * destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
8
- * description: "Sweep to vault"
8
+ * description: "Sweep to vault",
9
+ * tags: {
10
+ * "workflow": "treasury"
11
+ * }
9
12
  * }
10
13
  */
11
14
  export interface InitiateInternalTransfersRequest {
@@ -19,4 +22,5 @@ export interface InitiateInternalTransfersRequest {
19
22
  destWalletId: string;
20
23
  /** Transfer description. */
21
24
  description?: string;
25
+ tags?: Record<string, string>;
22
26
  }
@@ -6,7 +6,10 @@ import type * as Natural from "../../../../index.js";
6
6
  * amount: 50000,
7
7
  * currency: "USD",
8
8
  * externalAccountId: "eac_550e8400e29b41d4a716446655440000",
9
- * description: "Wallet top-up"
9
+ * description: "Wallet top-up",
10
+ * tags: {
11
+ * "workflow": "treasury"
12
+ * }
10
13
  * }
11
14
  */
12
15
  export interface NewDepositParams {
@@ -22,4 +25,5 @@ export interface NewDepositParams {
22
25
  walletId?: string;
23
26
  /** Memo for the deposit. */
24
27
  description?: string;
28
+ tags?: Record<string, string>;
25
29
  }
@@ -7,7 +7,10 @@ import type * as Natural from "../../../../index.js";
7
7
  * currency: "USD",
8
8
  * externalAccountId: "eac_550e8400e29b41d4a716446655440000",
9
9
  * method: "standard",
10
- * description: "Payout transfer"
10
+ * description: "Payout transfer",
11
+ * tags: {
12
+ * "workflow": "treasury"
13
+ * }
11
14
  * }
12
15
  */
13
16
  export interface NewWithdrawalParams {
@@ -25,4 +28,5 @@ export interface NewWithdrawalParams {
25
28
  walletId?: string;
26
29
  /** Memo for the withdrawal. */
27
30
  description?: string;
31
+ tags?: Record<string, string>;
28
32
  }
@@ -14,6 +14,8 @@ export interface DepositAttrs {
14
14
  rail: string | null;
15
15
  /** Transfer description. */
16
16
  description: string | null;
17
+ /** Metadata visible to anyone who can read the resource. */
18
+ tags: Record<string, string>;
17
19
  /** Masked external account number. */
18
20
  externalAccountDisplayMask: string | null;
19
21
  /** Expected availability time, when known. */
@@ -14,6 +14,8 @@ export interface InitiateInternalTransfersResponseDataAttributes {
14
14
  rail: string | null;
15
15
  /** Transfer description. */
16
16
  description: string | null;
17
+ /** Metadata visible to anyone who can read the resource. */
18
+ tags: Record<string, string>;
17
19
  /** Masked external account number. */
18
20
  externalAccountDisplayMask: string | null;
19
21
  /** Expected availability time, when known. */
@@ -2,5 +2,6 @@
2
2
  export declare const InitiateWithdrawalTransfersRequestMethod: {
3
3
  readonly Standard: "standard";
4
4
  readonly Instant: "instant";
5
+ readonly Wire: "wire";
5
6
  };
6
7
  export type InitiateWithdrawalTransfersRequestMethod = (typeof InitiateWithdrawalTransfersRequestMethod)[keyof typeof InitiateWithdrawalTransfersRequestMethod];
@@ -6,4 +6,5 @@ exports.InitiateWithdrawalTransfersRequestMethod = void 0;
6
6
  exports.InitiateWithdrawalTransfersRequestMethod = {
7
7
  Standard: "standard",
8
8
  Instant: "instant",
9
+ Wire: "wire",
9
10
  };
@@ -14,6 +14,8 @@ export interface TransferAttrs {
14
14
  rail: string | null;
15
15
  /** Transfer description. */
16
16
  description: string | null;
17
+ /** Metadata visible to anyone who can read the resource. */
18
+ tags: Record<string, string>;
17
19
  /** Masked external account number. */
18
20
  externalAccountDisplayMask: string | null;
19
21
  /** Expected availability time, when known. */
@@ -14,6 +14,8 @@ export interface TransferDetailAttrs {
14
14
  rail: string | null;
15
15
  /** Transfer description. */
16
16
  description: string | null;
17
+ /** Metadata visible to anyone who can read the resource. */
18
+ tags: Record<string, string>;
17
19
  /** Masked external account number. */
18
20
  externalAccountDisplayMask: string | null;
19
21
  /** Expected availability time, when known. */
@@ -14,6 +14,8 @@ export interface WithdrawalAttrs {
14
14
  rail: string | null;
15
15
  /** Transfer description. */
16
16
  description: string | null;
17
+ /** Metadata visible to anyone who can read the resource. */
18
+ tags: Record<string, string>;
17
19
  /** Masked external account number. */
18
20
  externalAccountDisplayMask: string | null;
19
21
  /** Expected availability time, when known. */
@@ -64,7 +64,10 @@ export declare class WalletsClient {
64
64
  * await client.wallets.create({
65
65
  * idempotencyKey: "Idempotency-Key",
66
66
  * displayName: "Payroll",
67
- * description: "Dedicated wallet for payroll runs"
67
+ * description: "Dedicated wallet for payroll runs",
68
+ * tags: {
69
+ * "department": "payroll"
70
+ * }
68
71
  * })
69
72
  */
70
73
  create(request: Natural.CreateWalletsRequest, requestOptions?: WalletsClient.RequestOptions): core.HttpResponsePromise<Natural.CreateWalletsResponse>;
@@ -98,7 +101,7 @@ export declare class WalletsClient {
98
101
  get(request: Natural.GetWalletsRequest, requestOptions?: WalletsClient.RequestOptions): core.HttpResponsePromise<Natural.WalletDetail>;
99
102
  private __get;
100
103
  /**
101
- * Update wallet metadata
104
+ * Update a wallet's display name, description, or tags
102
105
  *
103
106
  * @param {Natural.UpdateWalletsRequest} request
104
107
  * @param {WalletsClient.RequestOptions} requestOptions - Request-specific configuration.
@@ -123,7 +126,11 @@ export declare class WalletsClient {
123
126
  * idempotencyKey: "Idempotency-Key",
124
127
  * walletId: "walletId",
125
128
  * displayName: "Operating (US)",
126
- * description: "Primary USD operating wallet"
129
+ * description: "Primary USD operating wallet",
130
+ * tags: {
131
+ * "region": "us",
132
+ * "legacy_key": null
133
+ * }
127
134
  * })
128
135
  */
129
136
  update(request: Natural.UpdateWalletsRequest, requestOptions?: WalletsClient.RequestOptions): core.HttpResponsePromise<Natural.UpdateWalletsResponse>;
@@ -199,7 +199,10 @@ class WalletsClient {
199
199
  * await client.wallets.create({
200
200
  * idempotencyKey: "Idempotency-Key",
201
201
  * displayName: "Payroll",
202
- * description: "Dedicated wallet for payroll runs"
202
+ * description: "Dedicated wallet for payroll runs",
203
+ * tags: {
204
+ * "department": "payroll"
205
+ * }
203
206
  * })
204
207
  */
205
208
  create(request, requestOptions) {
@@ -380,7 +383,7 @@ class WalletsClient {
380
383
  });
381
384
  }
382
385
  /**
383
- * Update wallet metadata
386
+ * Update a wallet's display name, description, or tags
384
387
  *
385
388
  * @param {Natural.UpdateWalletsRequest} request
386
389
  * @param {WalletsClient.RequestOptions} requestOptions - Request-specific configuration.
@@ -405,7 +408,11 @@ class WalletsClient {
405
408
  * idempotencyKey: "Idempotency-Key",
406
409
  * walletId: "walletId",
407
410
  * displayName: "Operating (US)",
408
- * description: "Primary USD operating wallet"
411
+ * description: "Primary USD operating wallet",
412
+ * tags: {
413
+ * "region": "us",
414
+ * "legacy_key": null
415
+ * }
409
416
  * })
410
417
  */
411
418
  update(request, requestOptions) {
@@ -3,7 +3,10 @@
3
3
  * {
4
4
  * idempotencyKey: "Idempotency-Key",
5
5
  * displayName: "Payroll",
6
- * description: "Dedicated wallet for payroll runs"
6
+ * description: "Dedicated wallet for payroll runs",
7
+ * tags: {
8
+ * "department": "payroll"
9
+ * }
7
10
  * }
8
11
  */
9
12
  export interface CreateWalletsRequest {
@@ -13,4 +16,5 @@ export interface CreateWalletsRequest {
13
16
  displayName: string;
14
17
  /** User-facing wallet description. */
15
18
  description?: string | null;
19
+ tags?: Record<string, string>;
16
20
  }
@@ -4,7 +4,11 @@
4
4
  * idempotencyKey: "Idempotency-Key",
5
5
  * walletId: "walletId",
6
6
  * displayName: "Operating (US)",
7
- * description: "Primary USD operating wallet"
7
+ * description: "Primary USD operating wallet",
8
+ * tags: {
9
+ * "region": "us",
10
+ * "legacy_key": null
11
+ * }
8
12
  * }
9
13
  */
10
14
  export interface UpdateWalletsRequest {
@@ -15,4 +19,6 @@ export interface UpdateWalletsRequest {
15
19
  displayName?: string;
16
20
  /** User-facing wallet description. */
17
21
  description?: string | null;
22
+ /** Metadata changes. A null value removes the key. */
23
+ tags?: Record<string, string | null>;
18
24
  }
@@ -4,6 +4,8 @@ export interface AttachAgentWalletsResponseDataAttributes {
4
4
  name: string;
5
5
  /** Agent description. */
6
6
  description: string | null;
7
+ /** Metadata visible to anyone who can read the resource. */
8
+ tags: Record<string, string>;
7
9
  /** Agent handle, such as @acme-support, or null if none is configured. */
8
10
  handle: string | null;
9
11
  /** Agent status. */
@@ -12,6 +12,8 @@ export interface CreateWalletsResponseDataAttributes {
12
12
  displayName: string | null;
13
13
  /** User-facing wallet description, when set. */
14
14
  description: string | null;
15
+ /** Metadata visible to anyone who can read the resource. */
16
+ tags: Record<string, string>;
15
17
  /** Wallet ledger balance, when available. */
16
18
  balance: Natural.CreateWalletsResponseDataAttributesBalance | null;
17
19
  /** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
@@ -12,6 +12,8 @@ export interface FreezeWalletsResponseDataAttributes {
12
12
  displayName: string | null;
13
13
  /** User-facing wallet description, when set. */
14
14
  description: string | null;
15
+ /** Metadata visible to anyone who can read the resource. */
16
+ tags: Record<string, string>;
15
17
  /** Wallet ledger balance, when available. */
16
18
  balance: Natural.FreezeWalletsResponseDataAttributesBalance | null;
17
19
  /** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
@@ -4,6 +4,8 @@ export interface ListAgentsWalletsResponseDataItemAttributes {
4
4
  name: string;
5
5
  /** Agent description. */
6
6
  description: string | null;
7
+ /** Metadata visible to anyone who can read the resource. */
8
+ tags: Record<string, string>;
7
9
  /** Agent handle, such as @acme-support, or null if none is configured. */
8
10
  handle: string | null;
9
11
  /** Agent status. */
@@ -4,6 +4,8 @@ export interface SetAgentDefaultWalletWalletsResponseDataAttributes {
4
4
  name: string;
5
5
  /** Agent description. */
6
6
  description: string | null;
7
+ /** Metadata visible to anyone who can read the resource. */
8
+ tags: Record<string, string>;
7
9
  /** Agent handle, such as @acme-support, or null if none is configured. */
8
10
  handle: string | null;
9
11
  /** Agent status. */
@@ -12,6 +12,8 @@ export interface SetDefaultWalletsResponseDataAttributes {
12
12
  displayName: string | null;
13
13
  /** User-facing wallet description, when set. */
14
14
  description: string | null;
15
+ /** Metadata visible to anyone who can read the resource. */
16
+ tags: Record<string, string>;
15
17
  /** Wallet ledger balance, when available. */
16
18
  balance: Natural.SetDefaultWalletsResponseDataAttributesBalance | null;
17
19
  /** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
@@ -12,6 +12,8 @@ export interface UnfreezeWalletsResponseDataAttributes {
12
12
  displayName: string | null;
13
13
  /** User-facing wallet description, when set. */
14
14
  description: string | null;
15
+ /** Metadata visible to anyone who can read the resource. */
16
+ tags: Record<string, string>;
15
17
  /** Wallet ledger balance, when available. */
16
18
  balance: Natural.UnfreezeWalletsResponseDataAttributesBalance | null;
17
19
  /** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
@@ -12,6 +12,8 @@ export interface UpdateWalletsResponseDataAttributes {
12
12
  displayName: string | null;
13
13
  /** User-facing wallet description, when set. */
14
14
  description: string | null;
15
+ /** Metadata visible to anyone who can read the resource. */
16
+ tags: Record<string, string>;
15
17
  /** Wallet ledger balance, when available. */
16
18
  balance: Natural.UpdateWalletsResponseDataAttributesBalance | null;
17
19
  /** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
@@ -12,6 +12,8 @@ export interface WalletAttrs {
12
12
  displayName: string | null;
13
13
  /** User-facing wallet description, when set. */
14
14
  description: string | null;
15
+ /** Metadata visible to anyone who can read the resource. */
16
+ tags: Record<string, string>;
15
17
  /** Wallet ledger balance, when available. */
16
18
  balance: Natural.ListWalletsResponseDataItemAttributesBalance | null;
17
19
  /** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
@@ -12,6 +12,8 @@ export interface WalletDetailAttrs {
12
12
  displayName: string | null;
13
13
  /** User-facing wallet description, when set. */
14
14
  description: string | null;
15
+ /** Metadata visible to anyone who can read the resource. */
16
+ tags: Record<string, string>;
15
17
  /** Wallet ledger balance, when available. */
16
18
  balance: Natural.GetWalletsResponseDataAttributesBalance | null;
17
19
  /** Party-level claimable payment totals, surfaced on the default wallet (or the first wallet when none is default). */
@@ -5,5 +5,6 @@ export declare const RotateAgentKeysRequest: core.serialization.Schema<serialize
5
5
  export declare namespace RotateAgentKeysRequest {
6
6
  interface Raw {
7
7
  expiresInSeconds: number;
8
+ tags?: Record<string, string> | null;
8
9
  }
9
10
  }
@@ -38,4 +38,5 @@ exports.RotateAgentKeysRequest = void 0;
38
38
  const core = __importStar(require("../../../../../core/index.js"));
39
39
  exports.RotateAgentKeysRequest = core.serialization.object({
40
40
  expiresInSeconds: core.serialization.number(),
41
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
41
42
  });
@@ -1,11 +1,12 @@
1
1
  import type * as Natural from "../../../../api/index.js";
2
2
  import * as core from "../../../../core/index.js";
3
3
  import type * as serializers from "../../../index.js";
4
+ import { CreateAgentKeysRequestDataAttributes } from "./CreateAgentKeysRequestDataAttributes.js";
4
5
  import { CreateAgentKeysRequestDataRelationships } from "./CreateAgentKeysRequestDataRelationships.js";
5
6
  export declare const CreateAgentKeysRequestData: core.serialization.ObjectSchema<serializers.CreateAgentKeysRequestData.Raw, Natural.CreateAgentKeysRequestData>;
6
7
  export declare namespace CreateAgentKeysRequestData {
7
8
  interface Raw {
8
- attributes: Record<string, unknown>;
9
+ attributes: CreateAgentKeysRequestDataAttributes.Raw;
9
10
  relationships: CreateAgentKeysRequestDataRelationships.Raw;
10
11
  }
11
12
  }
@@ -36,8 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.CreateAgentKeysRequestData = void 0;
38
38
  const core = __importStar(require("../../../../core/index.js"));
39
+ const CreateAgentKeysRequestDataAttributes_js_1 = require("./CreateAgentKeysRequestDataAttributes.js");
39
40
  const CreateAgentKeysRequestDataRelationships_js_1 = require("./CreateAgentKeysRequestDataRelationships.js");
40
41
  exports.CreateAgentKeysRequestData = core.serialization.object({
41
- attributes: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
42
+ attributes: CreateAgentKeysRequestDataAttributes_js_1.CreateAgentKeysRequestDataAttributes,
42
43
  relationships: CreateAgentKeysRequestDataRelationships_js_1.CreateAgentKeysRequestDataRelationships,
43
44
  });
@@ -0,0 +1,9 @@
1
+ import type * as Natural from "../../../../api/index.js";
2
+ import * as core from "../../../../core/index.js";
3
+ import type * as serializers from "../../../index.js";
4
+ export declare const CreateAgentKeysRequestDataAttributes: core.serialization.ObjectSchema<serializers.CreateAgentKeysRequestDataAttributes.Raw, Natural.CreateAgentKeysRequestDataAttributes>;
5
+ export declare namespace CreateAgentKeysRequestDataAttributes {
6
+ interface Raw {
7
+ tags?: Record<string, string> | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.CreateAgentKeysRequestDataAttributes = void 0;
38
+ const core = __importStar(require("../../../../core/index.js"));
39
+ exports.CreateAgentKeysRequestDataAttributes = core.serialization.object({
40
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
41
+ });
@@ -13,6 +13,7 @@ export declare namespace CreateAgentKeysResponseDataAttributes {
13
13
  createdBy?: string | null;
14
14
  revokedBy?: string | null;
15
15
  expiresAt?: string | null;
16
+ tags: Record<string, string>;
16
17
  agentKey: string;
17
18
  }
18
19
  }
@@ -46,5 +46,6 @@ exports.CreateAgentKeysResponseDataAttributes = core.serialization.object({
46
46
  createdBy: core.serialization.string().nullable(),
47
47
  revokedBy: core.serialization.string().nullable(),
48
48
  expiresAt: core.serialization.date().nullable(),
49
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
49
50
  agentKey: core.serialization.string(),
50
51
  });
@@ -13,5 +13,6 @@ export declare namespace ListAgentKeysResponseDataItemAttributes {
13
13
  createdBy?: string | null;
14
14
  revokedBy?: string | null;
15
15
  expiresAt?: string | null;
16
+ tags: Record<string, string>;
16
17
  }
17
18
  }
@@ -46,4 +46,5 @@ exports.ListAgentKeysResponseDataItemAttributes = core.serialization.object({
46
46
  createdBy: core.serialization.string().nullable(),
47
47
  revokedBy: core.serialization.string().nullable(),
48
48
  expiresAt: core.serialization.date().nullable(),
49
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
49
50
  });
@@ -13,5 +13,6 @@ export declare namespace RevokeAgentKeysResponseDataAttributes {
13
13
  createdBy?: string | null;
14
14
  revokedBy?: string | null;
15
15
  expiresAt?: string | null;
16
+ tags: Record<string, string>;
16
17
  }
17
18
  }
@@ -46,4 +46,5 @@ exports.RevokeAgentKeysResponseDataAttributes = core.serialization.object({
46
46
  createdBy: core.serialization.string().nullable(),
47
47
  revokedBy: core.serialization.string().nullable(),
48
48
  expiresAt: core.serialization.date().nullable(),
49
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
49
50
  });
@@ -13,6 +13,7 @@ export declare namespace RotateAgentKeysResponseDataAttributes {
13
13
  createdBy?: string | null;
14
14
  revokedBy?: string | null;
15
15
  expiresAt?: string | null;
16
+ tags: Record<string, string>;
16
17
  agentKey: string;
17
18
  previousKeyExpiresAt?: string | null;
18
19
  }
@@ -46,6 +46,7 @@ exports.RotateAgentKeysResponseDataAttributes = core.serialization.object({
46
46
  createdBy: core.serialization.string().nullable(),
47
47
  revokedBy: core.serialization.string().nullable(),
48
48
  expiresAt: core.serialization.date().nullable(),
49
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
49
50
  agentKey: core.serialization.string(),
50
51
  previousKeyExpiresAt: core.serialization.date().nullable(),
51
52
  });
@@ -1,4 +1,5 @@
1
1
  export * from "./CreateAgentKeysRequestData.js";
2
+ export * from "./CreateAgentKeysRequestDataAttributes.js";
2
3
  export * from "./CreateAgentKeysRequestDataRelationships.js";
3
4
  export * from "./CreateAgentKeysRequestDataRelationshipsAgent.js";
4
5
  export * from "./CreateAgentKeysRequestDataRelationshipsAgentData.js";
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./CreateAgentKeysRequestData.js"), exports);
18
+ __exportStar(require("./CreateAgentKeysRequestDataAttributes.js"), exports);
18
19
  __exportStar(require("./CreateAgentKeysRequestDataRelationships.js"), exports);
19
20
  __exportStar(require("./CreateAgentKeysRequestDataRelationshipsAgent.js"), exports);
20
21
  __exportStar(require("./CreateAgentKeysRequestDataRelationshipsAgentData.js"), exports);
@@ -7,6 +7,7 @@ export declare namespace NewAgentParams {
7
7
  interface Raw {
8
8
  name: string;
9
9
  description?: string | null;
10
+ tags?: Record<string, string> | null;
10
11
  slug?: string | null;
11
12
  limits?: CreateAgentsRequestLimits.Raw | null;
12
13
  walletId?: string | null;
@@ -40,6 +40,7 @@ const CreateAgentsRequestLimits_js_1 = require("../../types/CreateAgentsRequestL
40
40
  exports.NewAgentParams = core.serialization.object({
41
41
  name: core.serialization.string(),
42
42
  description: core.serialization.string().optional(),
43
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
43
44
  slug: core.serialization.string().optional(),
44
45
  limits: CreateAgentsRequestLimits_js_1.CreateAgentsRequestLimits.optional(),
45
46
  walletId: core.serialization.string().optional(),
@@ -7,6 +7,7 @@ export declare namespace UpdAgentParams {
7
7
  interface Raw {
8
8
  name?: (string | null | undefined) | null;
9
9
  description?: (string | null | undefined) | null;
10
+ tags?: Record<string, string | null | undefined> | null;
10
11
  slug?: string | null;
11
12
  limits?: (UpdateAgentsRequestLimits.Raw | null | undefined) | null;
12
13
  }
@@ -40,6 +40,7 @@ const UpdateAgentsRequestLimits_js_1 = require("../../types/UpdateAgentsRequestL
40
40
  exports.UpdAgentParams = core.serialization.object({
41
41
  name: core.serialization.string().optionalNullable(),
42
42
  description: core.serialization.string().optionalNullable(),
43
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string().nullable()).optional(),
43
44
  slug: core.serialization.string().optional(),
44
45
  limits: UpdateAgentsRequestLimits_js_1.UpdateAgentsRequestLimits.optionalNullable(),
45
46
  });
@@ -8,6 +8,7 @@ export declare namespace AgentAttrs {
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: AgentStatus.Raw;
13
14
  limits?: ListAgentsResponseDataItemAttributesLimits.Raw | null;
@@ -41,6 +41,7 @@ const ListAgentsResponseDataItemAttributesLimits_js_1 = require("./ListAgentsRes
41
41
  exports.AgentAttrs = core.serialization.object({
42
42
  name: core.serialization.string(),
43
43
  description: core.serialization.string().nullable(),
44
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
44
45
  handle: core.serialization.string().nullable(),
45
46
  status: AgentStatus_js_1.AgentStatus,
46
47
  limits: ListAgentsResponseDataItemAttributesLimits_js_1.ListAgentsResponseDataItemAttributesLimits.nullable(),
@@ -8,6 +8,7 @@ export declare namespace AgentDetailAttrs {
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: AgentDetailStatus.Raw;
13
14
  limits?: GetAgentsResponseDataAttributesLimits.Raw | null;
@@ -41,6 +41,7 @@ const GetAgentsResponseDataAttributesLimits_js_1 = require("./GetAgentsResponseD
41
41
  exports.AgentDetailAttrs = core.serialization.object({
42
42
  name: core.serialization.string(),
43
43
  description: core.serialization.string().nullable(),
44
+ tags: core.serialization.record(core.serialization.string(), core.serialization.string()),
44
45
  handle: core.serialization.string().nullable(),
45
46
  status: AgentDetailStatus_js_1.AgentDetailStatus,
46
47
  limits: GetAgentsResponseDataAttributesLimits_js_1.GetAgentsResponseDataAttributesLimits.nullable(),