@naturalpay/sdk 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (847) 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 +4 -0
  23. package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +4 -0
  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 -0
  33. package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -0
  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 -0
  37. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -0
  38. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -0
  39. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -0
  40. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -0
  41. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -0
  42. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -0
  43. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -0
  44. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +4 -0
  45. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +4 -0
  46. package/dist/cjs/api/resources/events/client/Client.d.ts +30 -0
  47. package/dist/cjs/api/resources/events/client/Client.js +101 -0
  48. package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.d.ts +14 -0
  49. package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.js +3 -0
  50. package/dist/cjs/api/resources/events/client/requests/index.d.ts +1 -0
  51. package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.d.ts +4 -0
  52. package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.js +3 -0
  53. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.d.ts +11 -0
  54. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.js +3 -0
  55. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +28 -0
  56. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.js +3 -0
  57. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +8 -0
  58. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +11 -0
  59. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +10 -0
  60. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +13 -0
  61. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +10 -0
  62. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.js +3 -0
  63. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +8 -0
  64. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +3 -0
  65. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +8 -0
  66. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +3 -0
  67. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +4 -0
  68. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +7 -0
  69. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +8 -0
  70. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +3 -0
  71. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +8 -0
  72. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +3 -0
  73. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +4 -0
  74. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +7 -0
  75. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.d.ts +5 -0
  76. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.js +8 -0
  77. package/dist/cjs/api/resources/events/types/index.d.ts +13 -0
  78. package/dist/cjs/api/resources/events/types/index.js +13 -0
  79. package/dist/cjs/api/resources/externalAccounts/client/Client.d.ts +4 -1
  80. package/dist/cjs/api/resources/externalAccounts/client/Client.js +4 -1
  81. package/dist/cjs/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +5 -1
  82. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +4 -0
  83. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
  84. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
  85. package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +4 -0
  86. package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +4 -0
  87. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +4 -0
  88. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
  89. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
  90. package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
  91. package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
  92. package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
  93. package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
  94. package/dist/cjs/api/resources/externalAccounts/types/index.d.ts +4 -0
  95. package/dist/cjs/api/resources/externalAccounts/types/index.js +4 -0
  96. package/dist/cjs/api/resources/invitationLinks/client/Client.d.ts +4 -1
  97. package/dist/cjs/api/resources/invitationLinks/client/Client.js +4 -1
  98. package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +5 -1
  99. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +4 -0
  100. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +4 -0
  101. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +2 -0
  102. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  103. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  104. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +2 -0
  105. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  106. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  107. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +2 -0
  108. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  109. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +4 -0
  110. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +2 -0
  111. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  112. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  113. package/dist/cjs/api/resources/invitations/client/Client.d.ts +4 -1
  114. package/dist/cjs/api/resources/invitations/client/Client.js +4 -1
  115. package/dist/cjs/api/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +6 -1
  116. package/dist/cjs/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +2 -0
  117. package/dist/cjs/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +2 -0
  118. package/dist/cjs/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +2 -0
  119. package/dist/cjs/api/resources/paymentRequests/client/Client.d.ts +6 -0
  120. package/dist/cjs/api/resources/paymentRequests/client/Client.js +6 -0
  121. package/dist/cjs/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +4 -0
  122. package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +4 -0
  123. package/dist/cjs/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +2 -0
  124. package/dist/cjs/api/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +2 -0
  125. package/dist/cjs/api/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +2 -2
  126. package/dist/cjs/api/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +2 -0
  127. package/dist/cjs/api/resources/paymentRequests/types/IncomingReqAttrs.d.ts +2 -0
  128. package/dist/cjs/api/resources/paymentRequests/types/NewPayReqAttrs.d.ts +2 -0
  129. package/dist/cjs/api/resources/paymentRequests/types/PayReqAttrs.d.ts +2 -0
  130. package/dist/cjs/api/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +2 -0
  131. package/dist/cjs/api/resources/payments/client/Client.d.ts +4 -1
  132. package/dist/cjs/api/resources/payments/client/Client.js +4 -1
  133. package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +5 -1
  134. package/dist/cjs/api/resources/payments/types/CancelledPmtAttrs.d.ts +2 -0
  135. package/dist/cjs/api/resources/payments/types/NewPaymentAttrs.d.ts +2 -0
  136. package/dist/cjs/api/resources/payments/types/PaymentAttrs.d.ts +2 -0
  137. package/dist/cjs/api/resources/payments/types/PaymentDetailAttrs.d.ts +2 -0
  138. package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +2 -0
  139. package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
  140. package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +2 -0
  141. package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +6 -0
  142. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +4 -0
  143. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
  144. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
  145. package/dist/cjs/api/resources/simulations/types/index.d.ts +1 -0
  146. package/dist/cjs/api/resources/simulations/types/index.js +1 -0
  147. package/dist/cjs/api/resources/transfers/client/Client.d.ts +13 -3
  148. package/dist/cjs/api/resources/transfers/client/Client.js +13 -3
  149. package/dist/cjs/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +5 -1
  150. package/dist/cjs/api/resources/transfers/client/requests/NewDepositParams.d.ts +5 -1
  151. package/dist/cjs/api/resources/transfers/client/requests/NewWithdrawalParams.d.ts +8 -1
  152. package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +6 -0
  153. package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +6 -0
  154. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +7 -0
  155. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +10 -0
  156. package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +6 -0
  157. package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +6 -0
  158. package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +6 -0
  159. package/dist/cjs/api/resources/transfers/types/index.d.ts +1 -0
  160. package/dist/cjs/api/resources/transfers/types/index.js +1 -0
  161. package/dist/cjs/api/resources/wallets/client/Client.d.ts +10 -3
  162. package/dist/cjs/api/resources/wallets/client/Client.js +10 -3
  163. package/dist/cjs/api/resources/wallets/client/requests/CreateWalletsRequest.d.ts +5 -1
  164. package/dist/cjs/api/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +7 -1
  165. package/dist/cjs/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +2 -0
  166. package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +2 -0
  167. package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  168. package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +2 -0
  169. package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  170. package/dist/cjs/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  171. package/dist/cjs/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +2 -0
  172. package/dist/cjs/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +4 -0
  173. package/dist/cjs/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +2 -0
  174. package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +2 -0
  175. package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  176. package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +2 -0
  177. package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  178. package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +2 -0
  179. package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  180. package/dist/cjs/api/resources/wallets/types/WalletAttrs.d.ts +2 -0
  181. package/dist/cjs/api/resources/wallets/types/WalletDetailAttrs.d.ts +2 -0
  182. package/dist/cjs/api/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +2 -0
  183. package/dist/cjs/api/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
  184. package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +2 -0
  185. package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -0
  186. package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.ts +1 -0
  187. package/dist/cjs/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.js +1 -0
  188. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.ts +2 -1
  189. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.js +2 -1
  190. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.ts +9 -0
  191. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.js +41 -0
  192. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.ts +1 -0
  193. package/dist/cjs/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.js +1 -0
  194. package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.ts +1 -0
  195. package/dist/cjs/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.js +1 -0
  196. package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.ts +1 -0
  197. package/dist/cjs/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.js +1 -0
  198. package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.ts +1 -0
  199. package/dist/cjs/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.js +1 -0
  200. package/dist/cjs/serialization/resources/agentKeys/types/index.d.ts +1 -0
  201. package/dist/cjs/serialization/resources/agentKeys/types/index.js +1 -0
  202. package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.d.ts +1 -0
  203. package/dist/cjs/serialization/resources/agents/client/requests/NewAgentParams.js +1 -0
  204. package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.d.ts +1 -0
  205. package/dist/cjs/serialization/resources/agents/client/requests/UpdAgentParams.js +1 -0
  206. package/dist/cjs/serialization/resources/agents/types/AgentAttrs.d.ts +1 -0
  207. package/dist/cjs/serialization/resources/agents/types/AgentAttrs.js +1 -0
  208. package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.d.ts +1 -0
  209. package/dist/cjs/serialization/resources/agents/types/AgentDetailAttrs.js +1 -0
  210. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
  211. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +4 -0
  212. package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.d.ts +1 -0
  213. package/dist/cjs/serialization/resources/agents/types/DelAgentAttrs.js +1 -0
  214. package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.d.ts +1 -0
  215. package/dist/cjs/serialization/resources/agents/types/NewAgentAttrs.js +1 -0
  216. package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.d.ts +1 -0
  217. package/dist/cjs/serialization/resources/agents/types/UpdAgentAttrs.js +1 -0
  218. package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.ts +1 -0
  219. package/dist/cjs/serialization/resources/apiKeys/client/requests/NewApiKeyParams.js +1 -0
  220. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.d.ts +1 -0
  221. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyAttrs.js +1 -0
  222. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.ts +1 -0
  223. package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.js +1 -0
  224. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
  225. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -0
  226. package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.ts +1 -0
  227. package/dist/cjs/serialization/resources/apiKeys/types/DelApiKeyAttrs.js +1 -0
  228. package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.ts +1 -0
  229. package/dist/cjs/serialization/resources/apiKeys/types/NewApiKeyAttrs.js +1 -0
  230. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  231. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
  232. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  233. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
  234. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  235. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
  236. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
  237. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
  238. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
  239. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +4 -0
  240. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.d.ts +10 -0
  241. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.js +42 -0
  242. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.d.ts +15 -0
  243. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.js +47 -0
  244. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +21 -0
  245. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.js +53 -0
  246. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +7 -0
  247. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +39 -0
  248. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +7 -0
  249. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +39 -0
  250. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +12 -0
  251. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.js +44 -0
  252. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +10 -0
  253. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +42 -0
  254. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +11 -0
  255. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +43 -0
  256. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +7 -0
  257. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +39 -0
  258. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +10 -0
  259. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +42 -0
  260. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +11 -0
  261. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +43 -0
  262. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +7 -0
  263. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +39 -0
  264. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.d.ts +7 -0
  265. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.js +39 -0
  266. package/dist/cjs/serialization/resources/events/types/index.d.ts +13 -0
  267. package/dist/cjs/serialization/resources/events/types/index.js +13 -0
  268. package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.ts +1 -0
  269. package/dist/cjs/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.js +1 -0
  270. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +3 -0
  271. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +3 -0
  272. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
  273. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
  274. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +3 -0
  275. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +3 -0
  276. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +3 -0
  277. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +3 -0
  278. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +3 -0
  279. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +3 -0
  280. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
  281. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
  282. package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
  283. package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
  284. package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
  285. package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
  286. package/dist/cjs/serialization/resources/externalAccounts/types/index.d.ts +4 -0
  287. package/dist/cjs/serialization/resources/externalAccounts/types/index.js +4 -0
  288. package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +1 -0
  289. package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +1 -0
  290. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
  291. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +4 -0
  292. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +1 -0
  293. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +1 -0
  294. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  295. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  296. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +1 -0
  297. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +1 -0
  298. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  299. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  300. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +1 -0
  301. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +1 -0
  302. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  303. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +4 -0
  304. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +1 -0
  305. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +1 -0
  306. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  307. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  308. package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.ts +1 -0
  309. package/dist/cjs/serialization/resources/invitations/client/requests/CreateInvitationsRequest.js +1 -0
  310. package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.ts +1 -0
  311. package/dist/cjs/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.js +1 -0
  312. package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.ts +1 -0
  313. package/dist/cjs/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.js +1 -0
  314. package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.ts +1 -0
  315. package/dist/cjs/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.js +1 -0
  316. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.ts +1 -0
  317. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.js +1 -0
  318. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +1 -0
  319. package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.js +1 -0
  320. package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.ts +1 -0
  321. package/dist/cjs/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.js +1 -0
  322. package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.ts +1 -0
  323. package/dist/cjs/serialization/resources/paymentRequests/types/DeclinedReqAttrs.js +1 -0
  324. package/dist/cjs/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +1 -1
  325. package/dist/cjs/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.js +1 -1
  326. package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.ts +1 -0
  327. package/dist/cjs/serialization/resources/paymentRequests/types/FulfilledReqAttrs.js +1 -0
  328. package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.ts +1 -0
  329. package/dist/cjs/serialization/resources/paymentRequests/types/IncomingReqAttrs.js +1 -0
  330. package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.ts +1 -0
  331. package/dist/cjs/serialization/resources/paymentRequests/types/NewPayReqAttrs.js +1 -0
  332. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.d.ts +1 -0
  333. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqAttrs.js +1 -0
  334. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.ts +1 -0
  335. package/dist/cjs/serialization/resources/paymentRequests/types/PayReqDetailAttrs.js +1 -0
  336. package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.d.ts +1 -0
  337. package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.js +1 -0
  338. package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.d.ts +1 -0
  339. package/dist/cjs/serialization/resources/payments/types/CancelledPmtAttrs.js +1 -0
  340. package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.d.ts +1 -0
  341. package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.js +1 -0
  342. package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.d.ts +1 -0
  343. package/dist/cjs/serialization/resources/payments/types/PaymentAttrs.js +1 -0
  344. package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.d.ts +1 -0
  345. package/dist/cjs/serialization/resources/payments/types/PaymentDetailAttrs.js +1 -0
  346. package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +1 -0
  347. package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +1 -0
  348. package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
  349. package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +1 -0
  350. package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +1 -0
  351. package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +1 -0
  352. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +3 -0
  353. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +3 -0
  354. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +3 -0
  355. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +3 -0
  356. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
  357. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
  358. package/dist/cjs/serialization/resources/simulations/types/index.d.ts +1 -0
  359. package/dist/cjs/serialization/resources/simulations/types/index.js +1 -0
  360. package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.ts +1 -0
  361. package/dist/cjs/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.js +1 -0
  362. package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.d.ts +1 -0
  363. package/dist/cjs/serialization/resources/transfers/client/requests/NewDepositParams.js +1 -0
  364. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.ts +3 -0
  365. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +3 -0
  366. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +3 -0
  367. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +3 -0
  368. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +3 -0
  369. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +3 -0
  370. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +7 -0
  371. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +39 -0
  372. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +3 -0
  373. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +3 -0
  374. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +3 -0
  375. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +3 -0
  376. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +3 -0
  377. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +3 -0
  378. package/dist/cjs/serialization/resources/transfers/types/index.d.ts +1 -0
  379. package/dist/cjs/serialization/resources/transfers/types/index.js +1 -0
  380. package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.ts +1 -0
  381. package/dist/cjs/serialization/resources/wallets/client/requests/CreateWalletsRequest.js +1 -0
  382. package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.ts +1 -0
  383. package/dist/cjs/serialization/resources/wallets/client/requests/UpdateWalletsRequest.js +1 -0
  384. package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.ts +1 -0
  385. package/dist/cjs/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.js +1 -0
  386. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.ts +1 -0
  387. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.js +1 -0
  388. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  389. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.js +2 -0
  390. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.ts +1 -0
  391. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.js +1 -0
  392. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  393. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.js +2 -0
  394. package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  395. package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.js +2 -0
  396. package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.ts +1 -0
  397. package/dist/cjs/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.js +1 -0
  398. package/dist/cjs/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +2 -0
  399. package/dist/cjs/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.js +2 -0
  400. package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.ts +1 -0
  401. package/dist/cjs/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.js +1 -0
  402. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.ts +1 -0
  403. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.js +1 -0
  404. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  405. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.js +2 -0
  406. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.ts +1 -0
  407. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.js +1 -0
  408. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  409. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.js +2 -0
  410. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.ts +1 -0
  411. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.js +1 -0
  412. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  413. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.js +2 -0
  414. package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.d.ts +1 -0
  415. package/dist/cjs/serialization/resources/wallets/types/WalletAttrs.js +1 -0
  416. package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.d.ts +1 -0
  417. package/dist/cjs/serialization/resources/wallets/types/WalletDetailAttrs.js +1 -0
  418. package/dist/cjs/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +1 -1
  419. package/dist/cjs/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
  420. package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +1 -1
  421. package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -0
  422. package/dist/cjs/version.d.ts +1 -1
  423. package/dist/cjs/version.js +1 -1
  424. package/dist/esm/BaseClient.mjs +2 -2
  425. package/dist/esm/api/resources/agentKeys/client/Client.d.mts +7 -2
  426. package/dist/esm/api/resources/agentKeys/client/Client.mjs +7 -2
  427. package/dist/esm/api/resources/agentKeys/client/requests/CreateAgentKeysRequest.d.mts +3 -1
  428. package/dist/esm/api/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +6 -1
  429. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +1 -1
  430. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +4 -0
  431. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +2 -0
  432. package/dist/esm/api/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +2 -0
  433. package/dist/esm/api/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +2 -0
  434. package/dist/esm/api/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +2 -0
  435. package/dist/esm/api/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +2 -0
  436. package/dist/esm/api/resources/agentKeys/types/index.d.mts +1 -0
  437. package/dist/esm/api/resources/agentKeys/types/index.mjs +1 -0
  438. package/dist/esm/api/resources/agents/client/Client.d.mts +7 -1
  439. package/dist/esm/api/resources/agents/client/Client.mjs +7 -1
  440. package/dist/esm/api/resources/agents/client/requests/NewAgentParams.d.mts +4 -0
  441. package/dist/esm/api/resources/agents/client/requests/UpdAgentParams.d.mts +6 -1
  442. package/dist/esm/api/resources/agents/types/AgentAttrs.d.mts +2 -0
  443. package/dist/esm/api/resources/agents/types/AgentDetailAttrs.d.mts +2 -0
  444. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +4 -0
  445. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +4 -0
  446. package/dist/esm/api/resources/agents/types/DelAgentAttrs.d.mts +2 -0
  447. package/dist/esm/api/resources/agents/types/NewAgentAttrs.d.mts +2 -0
  448. package/dist/esm/api/resources/agents/types/UpdAgentAttrs.d.mts +2 -0
  449. package/dist/esm/api/resources/apiKeys/client/Client.d.mts +4 -1
  450. package/dist/esm/api/resources/apiKeys/client/Client.mjs +4 -1
  451. package/dist/esm/api/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +6 -1
  452. package/dist/esm/api/resources/apiKeys/types/ApiKeyAttrs.d.mts +2 -0
  453. package/dist/esm/api/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +2 -0
  454. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +4 -0
  455. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -0
  456. package/dist/esm/api/resources/apiKeys/types/DelApiKeyAttrs.d.mts +2 -0
  457. package/dist/esm/api/resources/apiKeys/types/NewApiKeyAttrs.d.mts +2 -0
  458. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  459. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -0
  460. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  461. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -0
  462. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  463. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -0
  464. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -0
  465. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -0
  466. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +4 -0
  467. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +4 -0
  468. package/dist/esm/api/resources/events/client/Client.d.mts +30 -0
  469. package/dist/esm/api/resources/events/client/Client.mjs +101 -0
  470. package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.d.mts +14 -0
  471. package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.mjs +2 -0
  472. package/dist/esm/api/resources/events/client/requests/index.d.mts +1 -0
  473. package/dist/esm/api/resources/events/types/RedeliverEventsResponse.d.mts +4 -0
  474. package/dist/esm/api/resources/events/types/RedeliverEventsResponse.mjs +2 -0
  475. package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.d.mts +11 -0
  476. package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.mjs +2 -0
  477. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +28 -0
  478. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +2 -0
  479. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +8 -0
  480. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +8 -0
  481. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +10 -0
  482. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +10 -0
  483. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +10 -0
  484. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +2 -0
  485. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +8 -0
  486. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +2 -0
  487. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +8 -0
  488. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +2 -0
  489. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +4 -0
  490. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +4 -0
  491. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +8 -0
  492. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +2 -0
  493. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +8 -0
  494. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +2 -0
  495. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +4 -0
  496. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +4 -0
  497. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.d.mts +5 -0
  498. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.mjs +5 -0
  499. package/dist/esm/api/resources/events/types/index.d.mts +13 -0
  500. package/dist/esm/api/resources/events/types/index.mjs +13 -0
  501. package/dist/esm/api/resources/externalAccounts/client/Client.d.mts +4 -1
  502. package/dist/esm/api/resources/externalAccounts/client/Client.mjs +4 -1
  503. package/dist/esm/api/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +5 -1
  504. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +4 -0
  505. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
  506. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
  507. package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +4 -0
  508. package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +4 -0
  509. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +4 -0
  510. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
  511. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
  512. package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
  513. package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
  514. package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
  515. package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
  516. package/dist/esm/api/resources/externalAccounts/types/index.d.mts +4 -0
  517. package/dist/esm/api/resources/externalAccounts/types/index.mjs +4 -0
  518. package/dist/esm/api/resources/invitationLinks/client/Client.d.mts +4 -1
  519. package/dist/esm/api/resources/invitationLinks/client/Client.mjs +4 -1
  520. package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +5 -1
  521. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +4 -0
  522. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +4 -0
  523. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +2 -0
  524. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  525. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  526. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +2 -0
  527. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  528. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  529. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +2 -0
  530. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  531. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  532. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +2 -0
  533. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  534. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  535. package/dist/esm/api/resources/invitations/client/Client.d.mts +4 -1
  536. package/dist/esm/api/resources/invitations/client/Client.mjs +4 -1
  537. package/dist/esm/api/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +6 -1
  538. package/dist/esm/api/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +2 -0
  539. package/dist/esm/api/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +2 -0
  540. package/dist/esm/api/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +2 -0
  541. package/dist/esm/api/resources/paymentRequests/client/Client.d.mts +6 -0
  542. package/dist/esm/api/resources/paymentRequests/client/Client.mjs +6 -0
  543. package/dist/esm/api/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +4 -0
  544. package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +4 -0
  545. package/dist/esm/api/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +2 -0
  546. package/dist/esm/api/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +2 -0
  547. package/dist/esm/api/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +2 -2
  548. package/dist/esm/api/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +2 -0
  549. package/dist/esm/api/resources/paymentRequests/types/IncomingReqAttrs.d.mts +2 -0
  550. package/dist/esm/api/resources/paymentRequests/types/NewPayReqAttrs.d.mts +2 -0
  551. package/dist/esm/api/resources/paymentRequests/types/PayReqAttrs.d.mts +2 -0
  552. package/dist/esm/api/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +2 -0
  553. package/dist/esm/api/resources/payments/client/Client.d.mts +4 -1
  554. package/dist/esm/api/resources/payments/client/Client.mjs +4 -1
  555. package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +5 -1
  556. package/dist/esm/api/resources/payments/types/CancelledPmtAttrs.d.mts +2 -0
  557. package/dist/esm/api/resources/payments/types/NewPaymentAttrs.d.mts +2 -0
  558. package/dist/esm/api/resources/payments/types/PaymentAttrs.d.mts +2 -0
  559. package/dist/esm/api/resources/payments/types/PaymentDetailAttrs.d.mts +2 -0
  560. package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +2 -0
  561. package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
  562. package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +2 -0
  563. package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +6 -0
  564. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +4 -0
  565. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
  566. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
  567. package/dist/esm/api/resources/simulations/types/index.d.mts +1 -0
  568. package/dist/esm/api/resources/simulations/types/index.mjs +1 -0
  569. package/dist/esm/api/resources/transfers/client/Client.d.mts +13 -3
  570. package/dist/esm/api/resources/transfers/client/Client.mjs +13 -3
  571. package/dist/esm/api/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +5 -1
  572. package/dist/esm/api/resources/transfers/client/requests/NewDepositParams.d.mts +5 -1
  573. package/dist/esm/api/resources/transfers/client/requests/NewWithdrawalParams.d.mts +8 -1
  574. package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +6 -0
  575. package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +6 -0
  576. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +7 -0
  577. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +7 -0
  578. package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +6 -0
  579. package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +6 -0
  580. package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +6 -0
  581. package/dist/esm/api/resources/transfers/types/index.d.mts +1 -0
  582. package/dist/esm/api/resources/transfers/types/index.mjs +1 -0
  583. package/dist/esm/api/resources/wallets/client/Client.d.mts +10 -3
  584. package/dist/esm/api/resources/wallets/client/Client.mjs +10 -3
  585. package/dist/esm/api/resources/wallets/client/requests/CreateWalletsRequest.d.mts +5 -1
  586. package/dist/esm/api/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +7 -1
  587. package/dist/esm/api/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +2 -0
  588. package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +2 -0
  589. package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  590. package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +2 -0
  591. package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  592. package/dist/esm/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  593. package/dist/esm/api/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +2 -0
  594. package/dist/esm/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +4 -0
  595. package/dist/esm/api/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +2 -0
  596. package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +2 -0
  597. package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  598. package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +2 -0
  599. package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  600. package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +2 -0
  601. package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  602. package/dist/esm/api/resources/wallets/types/WalletAttrs.d.mts +2 -0
  603. package/dist/esm/api/resources/wallets/types/WalletDetailAttrs.d.mts +2 -0
  604. package/dist/esm/api/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +2 -0
  605. package/dist/esm/api/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
  606. package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +2 -0
  607. package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -0
  608. package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.d.mts +1 -0
  609. package/dist/esm/serialization/resources/agentKeys/client/requests/RotateAgentKeysRequest.mjs +1 -0
  610. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.d.mts +2 -1
  611. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestData.mjs +2 -1
  612. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.d.mts +9 -0
  613. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysRequestDataAttributes.mjs +5 -0
  614. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.d.mts +1 -0
  615. package/dist/esm/serialization/resources/agentKeys/types/CreateAgentKeysResponseDataAttributes.mjs +1 -0
  616. package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.d.mts +1 -0
  617. package/dist/esm/serialization/resources/agentKeys/types/ListAgentKeysResponseDataItemAttributes.mjs +1 -0
  618. package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.d.mts +1 -0
  619. package/dist/esm/serialization/resources/agentKeys/types/RevokeAgentKeysResponseDataAttributes.mjs +1 -0
  620. package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.d.mts +1 -0
  621. package/dist/esm/serialization/resources/agentKeys/types/RotateAgentKeysResponseDataAttributes.mjs +1 -0
  622. package/dist/esm/serialization/resources/agentKeys/types/index.d.mts +1 -0
  623. package/dist/esm/serialization/resources/agentKeys/types/index.mjs +1 -0
  624. package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.d.mts +1 -0
  625. package/dist/esm/serialization/resources/agents/client/requests/NewAgentParams.mjs +1 -0
  626. package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.d.mts +1 -0
  627. package/dist/esm/serialization/resources/agents/client/requests/UpdAgentParams.mjs +1 -0
  628. package/dist/esm/serialization/resources/agents/types/AgentAttrs.d.mts +1 -0
  629. package/dist/esm/serialization/resources/agents/types/AgentAttrs.mjs +1 -0
  630. package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.d.mts +1 -0
  631. package/dist/esm/serialization/resources/agents/types/AgentDetailAttrs.mjs +1 -0
  632. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
  633. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +4 -0
  634. package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.d.mts +1 -0
  635. package/dist/esm/serialization/resources/agents/types/DelAgentAttrs.mjs +1 -0
  636. package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.d.mts +1 -0
  637. package/dist/esm/serialization/resources/agents/types/NewAgentAttrs.mjs +1 -0
  638. package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.d.mts +1 -0
  639. package/dist/esm/serialization/resources/agents/types/UpdAgentAttrs.mjs +1 -0
  640. package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.d.mts +1 -0
  641. package/dist/esm/serialization/resources/apiKeys/client/requests/NewApiKeyParams.mjs +1 -0
  642. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.d.mts +1 -0
  643. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyAttrs.mjs +1 -0
  644. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.d.mts +1 -0
  645. package/dist/esm/serialization/resources/apiKeys/types/ApiKeyDetailAttrs.mjs +1 -0
  646. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
  647. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -0
  648. package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.d.mts +1 -0
  649. package/dist/esm/serialization/resources/apiKeys/types/DelApiKeyAttrs.mjs +1 -0
  650. package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.d.mts +1 -0
  651. package/dist/esm/serialization/resources/apiKeys/types/NewApiKeyAttrs.mjs +1 -0
  652. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  653. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
  654. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  655. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
  656. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  657. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
  658. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
  659. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
  660. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
  661. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +4 -0
  662. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.d.mts +10 -0
  663. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.mjs +6 -0
  664. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.d.mts +15 -0
  665. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.mjs +11 -0
  666. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +21 -0
  667. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +17 -0
  668. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +7 -0
  669. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +3 -0
  670. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +7 -0
  671. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +3 -0
  672. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +12 -0
  673. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +8 -0
  674. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +10 -0
  675. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +6 -0
  676. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +11 -0
  677. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +7 -0
  678. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +7 -0
  679. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +3 -0
  680. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +10 -0
  681. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +6 -0
  682. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +11 -0
  683. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +7 -0
  684. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +7 -0
  685. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +3 -0
  686. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.d.mts +7 -0
  687. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.mjs +3 -0
  688. package/dist/esm/serialization/resources/events/types/index.d.mts +13 -0
  689. package/dist/esm/serialization/resources/events/types/index.mjs +13 -0
  690. package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.d.mts +1 -0
  691. package/dist/esm/serialization/resources/externalAccounts/client/requests/CreateFromProcessorTokenExternalAccountsRequest.mjs +1 -0
  692. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +3 -0
  693. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +3 -0
  694. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
  695. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
  696. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +3 -0
  697. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +3 -0
  698. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +3 -0
  699. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +3 -0
  700. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +3 -0
  701. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +3 -0
  702. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
  703. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
  704. package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
  705. package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
  706. package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
  707. package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
  708. package/dist/esm/serialization/resources/externalAccounts/types/index.d.mts +4 -0
  709. package/dist/esm/serialization/resources/externalAccounts/types/index.mjs +4 -0
  710. package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +1 -0
  711. package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +1 -0
  712. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
  713. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +4 -0
  714. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +1 -0
  715. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +1 -0
  716. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  717. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  718. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +1 -0
  719. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +1 -0
  720. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  721. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  722. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +1 -0
  723. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +1 -0
  724. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  725. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  726. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +1 -0
  727. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +1 -0
  728. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  729. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  730. package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.d.mts +1 -0
  731. package/dist/esm/serialization/resources/invitations/client/requests/CreateInvitationsRequest.mjs +1 -0
  732. package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.d.mts +1 -0
  733. package/dist/esm/serialization/resources/invitations/types/CreateInvitationsResponseDataItemAttributes.mjs +1 -0
  734. package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.d.mts +1 -0
  735. package/dist/esm/serialization/resources/invitations/types/ListInvitationsResponseDataItemAttributes.mjs +1 -0
  736. package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.d.mts +1 -0
  737. package/dist/esm/serialization/resources/invitations/types/RevokeInvitationsResponseDataAttributes.mjs +1 -0
  738. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.d.mts +1 -0
  739. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewFulfilledReqParams.mjs +1 -0
  740. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +1 -0
  741. package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.mjs +1 -0
  742. package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.d.mts +1 -0
  743. package/dist/esm/serialization/resources/paymentRequests/types/CancelPaymentRequestsResponseDataAttributes.mjs +1 -0
  744. package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.d.mts +1 -0
  745. package/dist/esm/serialization/resources/paymentRequests/types/DeclinedReqAttrs.mjs +1 -0
  746. package/dist/esm/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +1 -1
  747. package/dist/esm/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.mjs +1 -1
  748. package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.d.mts +1 -0
  749. package/dist/esm/serialization/resources/paymentRequests/types/FulfilledReqAttrs.mjs +1 -0
  750. package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.d.mts +1 -0
  751. package/dist/esm/serialization/resources/paymentRequests/types/IncomingReqAttrs.mjs +1 -0
  752. package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.d.mts +1 -0
  753. package/dist/esm/serialization/resources/paymentRequests/types/NewPayReqAttrs.mjs +1 -0
  754. package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.d.mts +1 -0
  755. package/dist/esm/serialization/resources/paymentRequests/types/PayReqAttrs.mjs +1 -0
  756. package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.d.mts +1 -0
  757. package/dist/esm/serialization/resources/paymentRequests/types/PayReqDetailAttrs.mjs +1 -0
  758. package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.d.mts +1 -0
  759. package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.mjs +1 -0
  760. package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.d.mts +1 -0
  761. package/dist/esm/serialization/resources/payments/types/CancelledPmtAttrs.mjs +1 -0
  762. package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.d.mts +1 -0
  763. package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.mjs +1 -0
  764. package/dist/esm/serialization/resources/payments/types/PaymentAttrs.d.mts +1 -0
  765. package/dist/esm/serialization/resources/payments/types/PaymentAttrs.mjs +1 -0
  766. package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.d.mts +1 -0
  767. package/dist/esm/serialization/resources/payments/types/PaymentDetailAttrs.mjs +1 -0
  768. package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +1 -0
  769. package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +1 -0
  770. package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
  771. package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
  772. package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +1 -0
  773. package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +1 -0
  774. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +3 -0
  775. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +3 -0
  776. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +3 -0
  777. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +3 -0
  778. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
  779. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
  780. package/dist/esm/serialization/resources/simulations/types/index.d.mts +1 -0
  781. package/dist/esm/serialization/resources/simulations/types/index.mjs +1 -0
  782. package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.d.mts +1 -0
  783. package/dist/esm/serialization/resources/transfers/client/requests/InitiateInternalTransfersRequest.mjs +1 -0
  784. package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.d.mts +1 -0
  785. package/dist/esm/serialization/resources/transfers/client/requests/NewDepositParams.mjs +1 -0
  786. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.mts +3 -0
  787. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +3 -0
  788. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +3 -0
  789. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +3 -0
  790. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +3 -0
  791. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +3 -0
  792. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +7 -0
  793. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +3 -0
  794. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +3 -0
  795. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +3 -0
  796. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +3 -0
  797. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +3 -0
  798. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +3 -0
  799. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +3 -0
  800. package/dist/esm/serialization/resources/transfers/types/index.d.mts +1 -0
  801. package/dist/esm/serialization/resources/transfers/types/index.mjs +1 -0
  802. package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.d.mts +1 -0
  803. package/dist/esm/serialization/resources/wallets/client/requests/CreateWalletsRequest.mjs +1 -0
  804. package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.d.mts +1 -0
  805. package/dist/esm/serialization/resources/wallets/client/requests/UpdateWalletsRequest.mjs +1 -0
  806. package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.d.mts +1 -0
  807. package/dist/esm/serialization/resources/wallets/types/AttachAgentWalletsResponseDataAttributes.mjs +1 -0
  808. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.d.mts +1 -0
  809. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributes.mjs +1 -0
  810. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  811. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  812. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.d.mts +1 -0
  813. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributes.mjs +1 -0
  814. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  815. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  816. package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  817. package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  818. package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.d.mts +1 -0
  819. package/dist/esm/serialization/resources/wallets/types/ListAgentsWalletsResponseDataItemAttributes.mjs +1 -0
  820. package/dist/esm/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +2 -0
  821. package/dist/esm/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.mjs +2 -0
  822. package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.d.mts +1 -0
  823. package/dist/esm/serialization/resources/wallets/types/SetAgentDefaultWalletWalletsResponseDataAttributes.mjs +1 -0
  824. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.d.mts +1 -0
  825. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributes.mjs +1 -0
  826. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  827. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  828. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.d.mts +1 -0
  829. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributes.mjs +1 -0
  830. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  831. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  832. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.d.mts +1 -0
  833. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributes.mjs +1 -0
  834. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  835. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  836. package/dist/esm/serialization/resources/wallets/types/WalletAttrs.d.mts +1 -0
  837. package/dist/esm/serialization/resources/wallets/types/WalletAttrs.mjs +1 -0
  838. package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.d.mts +1 -0
  839. package/dist/esm/serialization/resources/wallets/types/WalletDetailAttrs.mjs +1 -0
  840. package/dist/esm/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +1 -1
  841. package/dist/esm/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
  842. package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +1 -1
  843. package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -0
  844. package/dist/esm/version.d.mts +1 -1
  845. package/dist/esm/version.mjs +1 -1
  846. package/package.json +1 -1
  847. package/reference.md +130 -14
@@ -277,5 +277,106 @@ class EventsClient {
277
277
  return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/events/{eventId}");
278
278
  });
279
279
  }
280
+ /**
281
+ * Send the stored event once to the same webhook using its current URL and signing secret. Automatic retries continue independently, and delegated events require the original delegation to remain active.
282
+ *
283
+ * @param {Natural.RedeliverEventsRequest} request
284
+ * @param {EventsClient.RequestOptions} requestOptions - Request-specific configuration.
285
+ *
286
+ * @throws {@link Natural.BadRequestError}
287
+ * @throws {@link Natural.UnauthorizedError}
288
+ * @throws {@link Natural.ForbiddenError}
289
+ * @throws {@link Natural.NotFoundError}
290
+ * @throws {@link Natural.ConflictError}
291
+ * @throws {@link Natural.UnprocessableEntityError}
292
+ * @throws {@link Natural.PreconditionError}
293
+ * @throws {@link Natural.TooManyRequestsError}
294
+ * @throws {@link Natural.InternalServerError}
295
+ * @throws {@link Natural.NotImplementedError}
296
+ * @throws {@link Natural.BadGatewayError}
297
+ * @throws {@link Natural.ServiceUnavailableError}
298
+ * @throws {@link errors.NaturalError}
299
+ * @throws {@link errors.NaturalTimeoutError}
300
+ *
301
+ * @example
302
+ * await client.events.redeliver({
303
+ * idempotencyKey: "Idempotency-Key",
304
+ * webhookId: "webhookId",
305
+ * eventId: "eventId"
306
+ * })
307
+ */
308
+ redeliver(request, requestOptions) {
309
+ return core.HttpResponsePromise.fromPromise(this.__redeliver(request, requestOptions));
310
+ }
311
+ __redeliver(request, requestOptions) {
312
+ return __awaiter(this, void 0, void 0, function* () {
313
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
314
+ const { webhookId, eventId, idempotencyKey } = request;
315
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
316
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
317
+ "Idempotency-Key": idempotencyKey,
318
+ "X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
319
+ "X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
320
+ }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
321
+ const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
322
+ url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `webhooks/${core.url.encodePathParam(webhookId)}/events/${core.url.encodePathParam(eventId)}/redeliver`),
323
+ method: "POST",
324
+ headers: _headers,
325
+ queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
326
+ timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
327
+ maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
328
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
329
+ fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
330
+ logging: this._options.logging,
331
+ });
332
+ if (_response.ok) {
333
+ return {
334
+ data: serializers.RedeliverEventsResponse.parseOrThrow(_response.body, {
335
+ unrecognizedObjectKeys: "passthrough",
336
+ allowUnrecognizedUnionMembers: true,
337
+ allowUnrecognizedEnumValues: true,
338
+ skipValidation: true,
339
+ breadcrumbsPrefix: ["response"],
340
+ }),
341
+ rawResponse: _response.rawResponse,
342
+ };
343
+ }
344
+ if (_response.error.reason === "status-code") {
345
+ switch (_response.error.statusCode) {
346
+ case 400:
347
+ throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
348
+ case 401:
349
+ throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
350
+ case 403:
351
+ throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
352
+ case 404:
353
+ throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
354
+ case 409:
355
+ throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
356
+ case 422:
357
+ throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
358
+ case 428:
359
+ throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
360
+ case 429:
361
+ throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
362
+ case 500:
363
+ throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
364
+ case 501:
365
+ throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
366
+ case 502:
367
+ throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
368
+ case 503:
369
+ throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
370
+ default:
371
+ throw new errors.NaturalError({
372
+ statusCode: _response.error.statusCode,
373
+ body: _response.error.body,
374
+ rawResponse: _response.rawResponse,
375
+ });
376
+ }
377
+ }
378
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/webhooks/{webhookId}/events/{eventId}/redeliver");
379
+ });
380
+ }
280
381
  }
281
382
  exports.EventsClient = EventsClient;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * idempotencyKey: "Idempotency-Key",
5
+ * webhookId: "webhookId",
6
+ * eventId: "eventId"
7
+ * }
8
+ */
9
+ export interface RedeliverEventsRequest {
10
+ webhookId: string;
11
+ eventId: string;
12
+ /** Unique key for safely retrying a request without creating duplicates. */
13
+ idempotencyKey: string;
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +1,3 @@
1
1
  export type { GetEventsRequest } from "./GetEventsRequest.js";
2
2
  export type { ListEventsRequest } from "./ListEventsRequest.js";
3
+ export type { RedeliverEventsRequest } from "./RedeliverEventsRequest.js";
@@ -0,0 +1,4 @@
1
+ import type * as Natural from "../../../index.js";
2
+ export interface RedeliverEventsResponse {
3
+ data: Natural.RedeliverEventsResponseData;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ import type * as Natural from "../../../index.js";
2
+ export interface RedeliverEventsResponseData {
3
+ /** Resource type */
4
+ type: Natural.RedeliverEventsResponseDataType;
5
+ /** Redelivery ID (rdy_xxx) */
6
+ id: string;
7
+ /** Resource attributes */
8
+ attributes: Natural.RedeliverEventsResponseDataAttributes;
9
+ /** Resource relationships */
10
+ relationships: Natural.RedeliverEventsResponseDataRelationships;
11
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,28 @@
1
+ import type * as Natural from "../../../index.js";
2
+ /**
3
+ * Resource attributes
4
+ */
5
+ export interface RedeliverEventsResponseDataAttributes {
6
+ /** Result of this manual redelivery */
7
+ status: Natural.RedeliverEventsResponseDataAttributesStatus;
8
+ /** Number of attempts made for this redelivery */
9
+ attemptCount: number;
10
+ /** Maximum attempts for this redelivery */
11
+ maxAttempts: number;
12
+ /** HTTP response code, or null when no response was received */
13
+ responseCode: number | null;
14
+ /** Sanitized failure category, or null when no failure was recorded */
15
+ errorCategory: Natural.RedeliverEventsResponseDataAttributesErrorCategory | null;
16
+ /** Safe failure summary, or null when no failure was recorded */
17
+ sanitizedError: string | null;
18
+ /** When the redelivery attempt began */
19
+ firstAttemptAt: Date | null;
20
+ /** When the redelivery attempt finished */
21
+ lastAttemptAt: Date | null;
22
+ /** When this redelivery reached a terminal state */
23
+ completedAt: Date | null;
24
+ /** When this redelivery was requested */
25
+ createdAt: Date;
26
+ /** Last redelivery state change */
27
+ updatedAt: Date;
28
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ export declare const RedeliverEventsResponseDataAttributesErrorCategory: {
2
+ readonly Http: "HTTP";
3
+ readonly Network: "NETWORK";
4
+ readonly Ssrf: "SSRF";
5
+ readonly Configuration: "CONFIGURATION";
6
+ readonly Unknown: "UNKNOWN";
7
+ };
8
+ export type RedeliverEventsResponseDataAttributesErrorCategory = (typeof RedeliverEventsResponseDataAttributesErrorCategory)[keyof typeof RedeliverEventsResponseDataAttributesErrorCategory];
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RedeliverEventsResponseDataAttributesErrorCategory = void 0;
5
+ exports.RedeliverEventsResponseDataAttributesErrorCategory = {
6
+ Http: "HTTP",
7
+ Network: "NETWORK",
8
+ Ssrf: "SSRF",
9
+ Configuration: "CONFIGURATION",
10
+ Unknown: "UNKNOWN",
11
+ };
@@ -0,0 +1,10 @@
1
+ /** Result of this manual redelivery */
2
+ export declare const RedeliverEventsResponseDataAttributesStatus: {
3
+ readonly Pending: "PENDING";
4
+ readonly Delivering: "DELIVERING";
5
+ readonly Delivered: "DELIVERED";
6
+ readonly Failed: "FAILED";
7
+ readonly Unknown: "UNKNOWN";
8
+ readonly Canceled: "CANCELED";
9
+ };
10
+ export type RedeliverEventsResponseDataAttributesStatus = (typeof RedeliverEventsResponseDataAttributesStatus)[keyof typeof RedeliverEventsResponseDataAttributesStatus];
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RedeliverEventsResponseDataAttributesStatus = void 0;
5
+ /** Result of this manual redelivery */
6
+ exports.RedeliverEventsResponseDataAttributesStatus = {
7
+ Pending: "PENDING",
8
+ Delivering: "DELIVERING",
9
+ Delivered: "DELIVERED",
10
+ Failed: "FAILED",
11
+ Unknown: "UNKNOWN",
12
+ Canceled: "CANCELED",
13
+ };
@@ -0,0 +1,10 @@
1
+ import type * as Natural from "../../../index.js";
2
+ /**
3
+ * Resource relationships
4
+ */
5
+ export interface RedeliverEventsResponseDataRelationships {
6
+ /** Parent webhook endpoint */
7
+ webhook: Natural.RedeliverEventsResponseDataRelationshipsWebhook;
8
+ /** Event being redelivered */
9
+ event: Natural.RedeliverEventsResponseDataRelationshipsEvent;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ import type * as Natural from "../../../index.js";
2
+ /**
3
+ * Event being redelivered
4
+ */
5
+ export interface RedeliverEventsResponseDataRelationshipsEvent {
6
+ /** Related resource identifier. */
7
+ data: Natural.RedeliverEventsResponseDataRelationshipsEventData;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ import type * as Natural from "../../../index.js";
2
+ /**
3
+ * Related resource identifier.
4
+ */
5
+ export interface RedeliverEventsResponseDataRelationshipsEventData {
6
+ type: Natural.RedeliverEventsResponseDataRelationshipsEventDataType;
7
+ id: string;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export declare const RedeliverEventsResponseDataRelationshipsEventDataType: {
2
+ readonly Event: "event";
3
+ };
4
+ export type RedeliverEventsResponseDataRelationshipsEventDataType = (typeof RedeliverEventsResponseDataRelationshipsEventDataType)[keyof typeof RedeliverEventsResponseDataRelationshipsEventDataType];
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RedeliverEventsResponseDataRelationshipsEventDataType = void 0;
5
+ exports.RedeliverEventsResponseDataRelationshipsEventDataType = {
6
+ Event: "event",
7
+ };
@@ -0,0 +1,8 @@
1
+ import type * as Natural from "../../../index.js";
2
+ /**
3
+ * Parent webhook endpoint
4
+ */
5
+ export interface RedeliverEventsResponseDataRelationshipsWebhook {
6
+ /** Related resource identifier. */
7
+ data: Natural.RedeliverEventsResponseDataRelationshipsWebhookData;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ import type * as Natural from "../../../index.js";
2
+ /**
3
+ * Related resource identifier.
4
+ */
5
+ export interface RedeliverEventsResponseDataRelationshipsWebhookData {
6
+ type: Natural.RedeliverEventsResponseDataRelationshipsWebhookDataType;
7
+ id: string;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export declare const RedeliverEventsResponseDataRelationshipsWebhookDataType: {
2
+ readonly Webhook: "webhook";
3
+ };
4
+ export type RedeliverEventsResponseDataRelationshipsWebhookDataType = (typeof RedeliverEventsResponseDataRelationshipsWebhookDataType)[keyof typeof RedeliverEventsResponseDataRelationshipsWebhookDataType];
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RedeliverEventsResponseDataRelationshipsWebhookDataType = void 0;
5
+ exports.RedeliverEventsResponseDataRelationshipsWebhookDataType = {
6
+ Webhook: "webhook",
7
+ };
@@ -0,0 +1,5 @@
1
+ /** Resource type */
2
+ export declare const RedeliverEventsResponseDataType: {
3
+ readonly Redelivery: "redelivery";
4
+ };
5
+ export type RedeliverEventsResponseDataType = (typeof RedeliverEventsResponseDataType)[keyof typeof RedeliverEventsResponseDataType];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RedeliverEventsResponseDataType = void 0;
5
+ /** Resource type */
6
+ exports.RedeliverEventsResponseDataType = {
7
+ Redelivery: "redelivery",
8
+ };
@@ -21,3 +21,16 @@ export * from "./ListEventsResponseDataItemRelationshipsPartyDataType.js";
21
21
  export * from "./ListEventsResponseDataItemType.js";
22
22
  export * from "./ListEventsResponseMeta.js";
23
23
  export * from "./ListEventsResponseMetaPagination.js";
24
+ export * from "./RedeliverEventsResponse.js";
25
+ export * from "./RedeliverEventsResponseData.js";
26
+ export * from "./RedeliverEventsResponseDataAttributes.js";
27
+ export * from "./RedeliverEventsResponseDataAttributesErrorCategory.js";
28
+ export * from "./RedeliverEventsResponseDataAttributesStatus.js";
29
+ export * from "./RedeliverEventsResponseDataRelationships.js";
30
+ export * from "./RedeliverEventsResponseDataRelationshipsEvent.js";
31
+ export * from "./RedeliverEventsResponseDataRelationshipsEventData.js";
32
+ export * from "./RedeliverEventsResponseDataRelationshipsEventDataType.js";
33
+ export * from "./RedeliverEventsResponseDataRelationshipsWebhook.js";
34
+ export * from "./RedeliverEventsResponseDataRelationshipsWebhookData.js";
35
+ export * from "./RedeliverEventsResponseDataRelationshipsWebhookDataType.js";
36
+ export * from "./RedeliverEventsResponseDataType.js";
@@ -37,3 +37,16 @@ __exportStar(require("./ListEventsResponseDataItemRelationshipsPartyDataType.js"
37
37
  __exportStar(require("./ListEventsResponseDataItemType.js"), exports);
38
38
  __exportStar(require("./ListEventsResponseMeta.js"), exports);
39
39
  __exportStar(require("./ListEventsResponseMetaPagination.js"), exports);
40
+ __exportStar(require("./RedeliverEventsResponse.js"), exports);
41
+ __exportStar(require("./RedeliverEventsResponseData.js"), exports);
42
+ __exportStar(require("./RedeliverEventsResponseDataAttributes.js"), exports);
43
+ __exportStar(require("./RedeliverEventsResponseDataAttributesErrorCategory.js"), exports);
44
+ __exportStar(require("./RedeliverEventsResponseDataAttributesStatus.js"), exports);
45
+ __exportStar(require("./RedeliverEventsResponseDataRelationships.js"), exports);
46
+ __exportStar(require("./RedeliverEventsResponseDataRelationshipsEvent.js"), exports);
47
+ __exportStar(require("./RedeliverEventsResponseDataRelationshipsEventData.js"), exports);
48
+ __exportStar(require("./RedeliverEventsResponseDataRelationshipsEventDataType.js"), exports);
49
+ __exportStar(require("./RedeliverEventsResponseDataRelationshipsWebhook.js"), exports);
50
+ __exportStar(require("./RedeliverEventsResponseDataRelationshipsWebhookData.js"), exports);
51
+ __exportStar(require("./RedeliverEventsResponseDataRelationshipsWebhookDataType.js"), exports);
52
+ __exportStar(require("./RedeliverEventsResponseDataType.js"), exports);
@@ -39,7 +39,10 @@ export declare class ExternalAccountsClient {
39
39
  * idempotencyKey: "Idempotency-Key",
40
40
  * partyId: "pty_7c9e6679e29b41d4a716446655440001",
41
41
  * processorToken: "processor-sandbox-abc123",
42
- * institutionName: "Chase"
42
+ * institutionName: "Chase",
43
+ * tags: {
44
+ * "environment": "production"
45
+ * }
43
46
  * })
44
47
  */
45
48
  createFromProcessorToken(request: Natural.CreateFromProcessorTokenExternalAccountsRequest, requestOptions?: ExternalAccountsClient.RequestOptions): core.HttpResponsePromise<Natural.CreateFromProcessorTokenExternalAccountsResponse>;
@@ -97,7 +97,10 @@ class ExternalAccountsClient {
97
97
  * idempotencyKey: "Idempotency-Key",
98
98
  * partyId: "pty_7c9e6679e29b41d4a716446655440001",
99
99
  * processorToken: "processor-sandbox-abc123",
100
- * institutionName: "Chase"
100
+ * institutionName: "Chase",
101
+ * tags: {
102
+ * "environment": "production"
103
+ * }
101
104
  * })
102
105
  */
103
106
  createFromProcessorToken(request, requestOptions) {
@@ -4,7 +4,10 @@
4
4
  * idempotencyKey: "Idempotency-Key",
5
5
  * partyId: "pty_7c9e6679e29b41d4a716446655440001",
6
6
  * processorToken: "processor-sandbox-abc123",
7
- * institutionName: "Chase"
7
+ * institutionName: "Chase",
8
+ * tags: {
9
+ * "environment": "production"
10
+ * }
8
11
  * }
9
12
  */
10
13
  export interface CreateFromProcessorTokenExternalAccountsRequest {
@@ -16,4 +19,5 @@ export interface CreateFromProcessorTokenExternalAccountsRequest {
16
19
  processorToken: string;
17
20
  /** Institution display name to store with the linked external account. */
18
21
  institutionName?: string | null;
22
+ tags?: Record<string, string>;
19
23
  }
@@ -6,6 +6,8 @@ export interface CreateFromProcessorTokenExternalAccountsResponseDataItemAttribu
6
6
  status: Natural.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus;
7
7
  /** Provider connection health for this external account. */
8
8
  connectionStatus: Natural.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus;
9
+ /** Withdrawal delivery methods currently available for this external account. */
10
+ availableMethods: Natural.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem[];
9
11
  /** Time when the external account was linked. */
10
12
  createdAt: Date;
11
13
  /** Bank institution name, when available. */
@@ -14,4 +16,6 @@ export interface CreateFromProcessorTokenExternalAccountsResponseDataItemAttribu
14
16
  accountName: string | null;
15
17
  /** Bank account type, when available. */
16
18
  accountType: Natural.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType | null;
19
+ /** Metadata visible to anyone who can read the resource. */
20
+ tags: Record<string, string>;
17
21
  }
@@ -0,0 +1,5 @@
1
+ export declare const CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem: {
2
+ readonly Standard: "standard";
3
+ readonly Instant: "instant";
4
+ };
5
+ export type CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem = (typeof CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem)[keyof typeof CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem = void 0;
5
+ exports.CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem = {
6
+ Standard: "standard",
7
+ Instant: "instant",
8
+ };
@@ -6,6 +6,8 @@ export interface DelExtAcctAttrs {
6
6
  status: Natural.DelExtAcctStatus;
7
7
  /** Provider connection health for this external account. */
8
8
  connectionStatus: Natural.RemoveExternalAccountsResponseDataAttributesConnectionStatus;
9
+ /** Withdrawal delivery methods currently available for this external account. */
10
+ availableMethods: Natural.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem[];
9
11
  /** Time when the external account was linked. */
10
12
  createdAt: Date;
11
13
  /** Bank institution name, when available. */
@@ -14,4 +16,6 @@ export interface DelExtAcctAttrs {
14
16
  accountName: string | null;
15
17
  /** Bank account type, when available. */
16
18
  accountType: Natural.RemoveExternalAccountsResponseDataAttributesAccountType | null;
19
+ /** Metadata visible to anyone who can read the resource. */
20
+ tags: Record<string, string>;
17
21
  }
@@ -6,6 +6,8 @@ export interface ExtAcctAttrs {
6
6
  status: Natural.ExtAcctStatus;
7
7
  /** Provider connection health for this external account. */
8
8
  connectionStatus: Natural.ListExternalAccountsResponseDataItemAttributesConnectionStatus;
9
+ /** Withdrawal delivery methods currently available for this external account. */
10
+ availableMethods: Natural.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem[];
9
11
  /** Time when the external account was linked. */
10
12
  createdAt: Date;
11
13
  /** Bank institution name, when available. */
@@ -14,4 +16,6 @@ export interface ExtAcctAttrs {
14
16
  accountName: string | null;
15
17
  /** Bank account type, when available. */
16
18
  accountType: Natural.ListExternalAccountsResponseDataItemAttributesAccountType | null;
19
+ /** Metadata visible to anyone who can read the resource. */
20
+ tags: Record<string, string>;
17
21
  }
@@ -6,6 +6,8 @@ export interface GetExternalAccountsResponseDataAttributes {
6
6
  status: Natural.GetExternalAccountsResponseDataAttributesStatus;
7
7
  /** Provider connection health for this external account. */
8
8
  connectionStatus: Natural.GetExternalAccountsResponseDataAttributesConnectionStatus;
9
+ /** Withdrawal delivery methods currently available for this external account. */
10
+ availableMethods: Natural.GetExternalAccountsResponseDataAttributesAvailableMethodsItem[];
9
11
  /** Time when the external account was linked. */
10
12
  createdAt: Date;
11
13
  /** Bank institution name, when available. */
@@ -14,4 +16,6 @@ export interface GetExternalAccountsResponseDataAttributes {
14
16
  accountName: string | null;
15
17
  /** Bank account type, when available. */
16
18
  accountType: Natural.GetExternalAccountsResponseDataAttributesAccountType | null;
19
+ /** Metadata visible to anyone who can read the resource. */
20
+ tags: Record<string, string>;
17
21
  }
@@ -0,0 +1,5 @@
1
+ export declare const GetExternalAccountsResponseDataAttributesAvailableMethodsItem: {
2
+ readonly Standard: "standard";
3
+ readonly Instant: "instant";
4
+ };
5
+ export type GetExternalAccountsResponseDataAttributesAvailableMethodsItem = (typeof GetExternalAccountsResponseDataAttributesAvailableMethodsItem)[keyof typeof GetExternalAccountsResponseDataAttributesAvailableMethodsItem];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.GetExternalAccountsResponseDataAttributesAvailableMethodsItem = void 0;
5
+ exports.GetExternalAccountsResponseDataAttributesAvailableMethodsItem = {
6
+ Standard: "standard",
7
+ Instant: "instant",
8
+ };
@@ -0,0 +1,5 @@
1
+ export declare const ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem: {
2
+ readonly Standard: "standard";
3
+ readonly Instant: "instant";
4
+ };
5
+ export type ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem = (typeof ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem)[keyof typeof ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem = void 0;
5
+ exports.ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem = {
6
+ Standard: "standard",
7
+ Instant: "instant",
8
+ };
@@ -0,0 +1,5 @@
1
+ export declare const RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem: {
2
+ readonly Standard: "standard";
3
+ readonly Instant: "instant";
4
+ };
5
+ export type RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem = (typeof RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem)[keyof typeof RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem = void 0;
5
+ exports.RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem = {
6
+ Standard: "standard",
7
+ Instant: "instant",
8
+ };
@@ -2,6 +2,7 @@ export * from "./CreateFromProcessorTokenExternalAccountsResponse.js";
2
2
  export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItem.js";
3
3
  export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js";
4
4
  export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAccountType.js";
5
+ export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js";
5
6
  export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesConnectionStatus.js";
6
7
  export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesStatus.js";
7
8
  export * from "./CreateFromProcessorTokenExternalAccountsResponseDataItemRelationships.js";
@@ -37,6 +38,7 @@ export * from "./GetExternalAccountsResponse.js";
37
38
  export * from "./GetExternalAccountsResponseData.js";
38
39
  export * from "./GetExternalAccountsResponseDataAttributes.js";
39
40
  export * from "./GetExternalAccountsResponseDataAttributesAccountType.js";
41
+ export * from "./GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js";
40
42
  export * from "./GetExternalAccountsResponseDataAttributesConnectionStatus.js";
41
43
  export * from "./GetExternalAccountsResponseDataAttributesStatus.js";
42
44
  export * from "./GetExternalAccountsResponseDataRelationships.js";
@@ -46,6 +48,8 @@ export * from "./GetExternalAccountsResponseDataRelationshipsPartyDataType.js";
46
48
  export * from "./GetExternalAccountsResponseDataType.js";
47
49
  export * from "./ListExternalAccountsResponseDataItem.js";
48
50
  export * from "./ListExternalAccountsResponseDataItemAttributesAccountType.js";
51
+ export * from "./ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js";
49
52
  export * from "./ListExternalAccountsResponseDataItemAttributesConnectionStatus.js";
50
53
  export * from "./RemoveExternalAccountsResponseDataAttributesAccountType.js";
54
+ export * from "./RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js";
51
55
  export * from "./RemoveExternalAccountsResponseDataAttributesConnectionStatus.js";