@naturalpay/sdk 1.6.10 → 1.6.12

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 (1370) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/Client.d.ts +11 -8
  3. package/dist/cjs/Client.js +21 -16
  4. package/dist/cjs/api/resources/approvals/types/ApprovalAttrs.d.ts +1 -0
  5. package/dist/cjs/api/resources/approvals/types/ApprovalDetailAttrs.d.ts +1 -0
  6. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -0
  7. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -0
  8. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.d.ts +6 -0
  9. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.js +3 -0
  10. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.d.ts +11 -0
  11. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.js +3 -0
  12. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.d.ts +14 -0
  13. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.js +3 -0
  14. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.ts +6 -0
  15. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.js +9 -0
  16. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.d.ts +6 -0
  17. package/dist/cjs/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.js +9 -0
  18. package/dist/cjs/api/resources/approvals/types/ApproveResultAttrs.d.ts +1 -0
  19. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -0
  20. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -0
  21. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.d.ts +6 -0
  22. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.js +3 -0
  23. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.d.ts +11 -0
  24. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.js +3 -0
  25. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.d.ts +14 -0
  26. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.js +3 -0
  27. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.ts +6 -0
  28. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.js +9 -0
  29. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.d.ts +6 -0
  30. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.js +9 -0
  31. package/dist/cjs/api/resources/approvals/types/DenyResultAttrs.d.ts +1 -0
  32. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -0
  33. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -0
  34. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWire.d.ts +6 -0
  35. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWire.js +3 -0
  36. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.d.ts +11 -0
  37. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.js +3 -0
  38. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.d.ts +14 -0
  39. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.js +3 -0
  40. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.ts +6 -0
  41. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.js +9 -0
  42. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.d.ts +6 -0
  43. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.js +9 -0
  44. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -0
  45. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -0
  46. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.d.ts +6 -0
  47. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.js +3 -0
  48. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.d.ts +11 -0
  49. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.js +3 -0
  50. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.d.ts +14 -0
  51. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.js +3 -0
  52. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.d.ts +6 -0
  53. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.js +9 -0
  54. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.d.ts +6 -0
  55. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.js +9 -0
  56. package/dist/cjs/api/resources/approvals/types/index.d.ts +20 -0
  57. package/dist/cjs/api/resources/approvals/types/index.js +20 -0
  58. package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +5 -0
  59. package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.js +5 -0
  60. package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.d.ts +5 -0
  61. package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.js +5 -0
  62. package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +5 -0
  63. package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +5 -0
  64. package/dist/cjs/api/resources/externalParties/client/Client.d.ts +36 -0
  65. package/dist/cjs/api/resources/externalParties/client/Client.js +109 -0
  66. package/dist/cjs/api/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.d.ts +21 -0
  67. package/dist/cjs/api/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.js +3 -0
  68. package/dist/cjs/api/resources/externalParties/client/requests/NewExtPartyParams.d.ts +1 -1
  69. package/dist/cjs/api/resources/externalParties/client/requests/index.d.ts +1 -0
  70. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.d.ts +11 -0
  71. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.js +3 -0
  72. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponse.d.ts +4 -0
  73. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponse.js +3 -0
  74. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.d.ts +8 -0
  75. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.js +3 -0
  76. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.d.ts +23 -0
  77. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.js +3 -0
  78. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.d.ts +8 -0
  79. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.js +3 -0
  80. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.d.ts +6 -0
  81. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.js +9 -0
  82. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.d.ts +7 -0
  83. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.js +10 -0
  84. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.d.ts +5 -0
  85. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.js +3 -0
  86. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.d.ts +8 -0
  87. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.js +3 -0
  88. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.d.ts +8 -0
  89. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.js +3 -0
  90. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.d.ts +4 -0
  91. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.js +7 -0
  92. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.d.ts +5 -0
  93. package/dist/cjs/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.js +8 -0
  94. package/dist/cjs/api/resources/externalParties/types/ExtPartyAttrs.d.ts +2 -0
  95. package/dist/cjs/api/resources/externalParties/types/ExtPartyDetailAttrs.d.ts +2 -0
  96. package/dist/cjs/api/resources/externalParties/types/NewExtPartyAttrs.d.ts +2 -0
  97. package/dist/cjs/api/resources/externalParties/types/NewExtPartyParamsAddress.d.ts +7 -4
  98. package/dist/cjs/api/resources/externalParties/types/index.d.ts +12 -0
  99. package/dist/cjs/api/resources/externalParties/types/index.js +12 -0
  100. package/dist/cjs/api/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.ts +1 -0
  101. package/dist/cjs/api/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.js +1 -0
  102. package/dist/cjs/api/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.ts +1 -0
  103. package/dist/cjs/api/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.js +1 -0
  104. package/dist/cjs/api/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.d.ts +1 -0
  105. package/dist/cjs/api/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.js +1 -0
  106. package/dist/cjs/api/resources/index.d.ts +3 -0
  107. package/dist/cjs/api/resources/index.js +4 -1
  108. package/dist/cjs/api/resources/simulations/client/Client.d.ts +60 -0
  109. package/dist/cjs/api/resources/simulations/client/Client.js +212 -0
  110. package/dist/cjs/api/resources/simulations/client/requests/FailWireSimulationsRequest.d.ts +15 -0
  111. package/dist/cjs/api/resources/simulations/client/requests/FailWireSimulationsRequest.js +3 -0
  112. package/dist/cjs/api/resources/simulations/client/requests/SettleWireSimulationsRequest.d.ts +15 -0
  113. package/dist/cjs/api/resources/simulations/client/requests/SettleWireSimulationsRequest.js +3 -0
  114. package/dist/cjs/api/resources/simulations/client/requests/index.d.ts +2 -0
  115. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponse.d.ts +4 -0
  116. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponse.js +3 -0
  117. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseData.d.ts +7 -0
  118. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseData.js +3 -0
  119. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseDataAttributes.d.ts +11 -0
  120. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseDataAttributes.js +3 -0
  121. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.d.ts +6 -0
  122. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.js +9 -0
  123. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseDataType.d.ts +4 -0
  124. package/dist/cjs/api/resources/simulations/types/FailWireSimulationsResponseDataType.js +7 -0
  125. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponse.d.ts +4 -0
  126. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponse.js +3 -0
  127. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseData.d.ts +7 -0
  128. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseData.js +3 -0
  129. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.d.ts +11 -0
  130. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.js +3 -0
  131. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.d.ts +6 -0
  132. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.js +9 -0
  133. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseDataType.d.ts +4 -0
  134. package/dist/cjs/api/resources/simulations/types/SettleWireSimulationsResponseDataType.js +7 -0
  135. package/dist/cjs/api/resources/simulations/types/index.d.ts +10 -0
  136. package/dist/cjs/api/resources/simulations/types/index.js +10 -0
  137. package/dist/cjs/api/resources/transactions/types/ListTransactionsRequestType.d.ts +1 -0
  138. package/dist/cjs/api/resources/transactions/types/ListTransactionsRequestType.js +1 -0
  139. package/dist/cjs/api/resources/transactions/types/TxnDetailTransactionType.d.ts +1 -0
  140. package/dist/cjs/api/resources/transactions/types/TxnDetailTransactionType.js +1 -0
  141. package/dist/cjs/api/resources/transactions/types/TxnTransactionType.d.ts +1 -0
  142. package/dist/cjs/api/resources/transactions/types/TxnTransactionType.js +1 -0
  143. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +5 -0
  144. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +5 -0
  145. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
  146. package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  147. package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
  148. package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  149. package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
  150. package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  151. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +5 -0
  152. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +5 -0
  153. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
  154. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  155. package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +5 -0
  156. package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.js +5 -0
  157. package/dist/cjs/api/resources/wire/client/Client.d.ts +132 -0
  158. package/dist/cjs/api/resources/wire/client/Client.js +501 -0
  159. package/dist/cjs/api/resources/wire/client/index.d.ts +1 -0
  160. package/dist/cjs/api/resources/wire/client/index.js +17 -0
  161. package/dist/cjs/api/resources/wire/client/requests/CancelWireRequest.d.ts +16 -0
  162. package/dist/cjs/api/resources/wire/client/requests/CancelWireRequest.js +3 -0
  163. package/dist/cjs/api/resources/wire/client/requests/CreateWireRequest.d.ts +25 -0
  164. package/dist/cjs/api/resources/wire/client/requests/CreateWireRequest.js +3 -0
  165. package/dist/cjs/api/resources/wire/client/requests/GetWireRequest.d.ts +10 -0
  166. package/dist/cjs/api/resources/wire/client/requests/GetWireRequest.js +3 -0
  167. package/dist/cjs/api/resources/wire/client/requests/ListWireRequest.d.ts +13 -0
  168. package/dist/cjs/api/resources/wire/client/requests/ListWireRequest.js +3 -0
  169. package/dist/cjs/api/resources/wire/client/requests/index.d.ts +4 -0
  170. package/dist/cjs/api/resources/wire/client/requests/index.js +2 -0
  171. package/dist/cjs/api/resources/wire/exports.d.ts +2 -0
  172. package/dist/cjs/api/resources/wire/exports.js +21 -0
  173. package/dist/cjs/api/resources/wire/index.d.ts +2 -0
  174. package/dist/cjs/api/resources/wire/index.js +18 -0
  175. package/dist/cjs/api/resources/wire/types/CancelWireResponse.d.ts +4 -0
  176. package/dist/cjs/api/resources/wire/types/CancelWireResponse.js +3 -0
  177. package/dist/cjs/api/resources/wire/types/CancelWireResponseData.d.ts +7 -0
  178. package/dist/cjs/api/resources/wire/types/CancelWireResponseData.js +3 -0
  179. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributes.d.ts +20 -0
  180. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributes.js +3 -0
  181. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributesCurrency.d.ts +4 -0
  182. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributesCurrency.js +7 -0
  183. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributesFailure.d.ts +4 -0
  184. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributesFailure.js +3 -0
  185. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributesStatus.d.ts +11 -0
  186. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataAttributesStatus.js +14 -0
  187. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationships.d.ts +7 -0
  188. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationships.js +3 -0
  189. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.d.ts +5 -0
  190. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.js +3 -0
  191. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.d.ts +8 -0
  192. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.js +3 -0
  193. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.d.ts +4 -0
  194. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.js +7 -0
  195. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.d.ts +5 -0
  196. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.js +3 -0
  197. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.d.ts +5 -0
  198. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.js +3 -0
  199. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.d.ts +8 -0
  200. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.js +3 -0
  201. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.d.ts +4 -0
  202. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.js +7 -0
  203. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.d.ts +8 -0
  204. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.js +3 -0
  205. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.d.ts +4 -0
  206. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.js +7 -0
  207. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsWallet.d.ts +5 -0
  208. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsWallet.js +3 -0
  209. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.d.ts +8 -0
  210. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.js +3 -0
  211. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.d.ts +4 -0
  212. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.js +7 -0
  213. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataType.d.ts +4 -0
  214. package/dist/cjs/api/resources/wire/types/CancelWireResponseDataType.js +7 -0
  215. package/dist/cjs/api/resources/wire/types/CreateWireRequestCurrency.d.ts +4 -0
  216. package/dist/cjs/api/resources/wire/types/CreateWireRequestCurrency.js +7 -0
  217. package/dist/cjs/api/resources/wire/types/CreateWireResponse.d.ts +4 -0
  218. package/dist/cjs/api/resources/wire/types/CreateWireResponse.js +3 -0
  219. package/dist/cjs/api/resources/wire/types/CreateWireResponseData.d.ts +7 -0
  220. package/dist/cjs/api/resources/wire/types/CreateWireResponseData.js +3 -0
  221. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributes.d.ts +20 -0
  222. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributes.js +3 -0
  223. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributesCurrency.d.ts +4 -0
  224. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributesCurrency.js +7 -0
  225. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributesFailure.d.ts +4 -0
  226. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributesFailure.js +3 -0
  227. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributesStatus.d.ts +11 -0
  228. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataAttributesStatus.js +14 -0
  229. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationships.d.ts +7 -0
  230. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationships.js +3 -0
  231. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.d.ts +5 -0
  232. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.js +3 -0
  233. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.d.ts +8 -0
  234. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.js +3 -0
  235. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.d.ts +4 -0
  236. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.js +7 -0
  237. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.d.ts +5 -0
  238. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.js +3 -0
  239. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.d.ts +5 -0
  240. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.js +3 -0
  241. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.d.ts +8 -0
  242. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.js +3 -0
  243. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.d.ts +4 -0
  244. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.js +7 -0
  245. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.d.ts +8 -0
  246. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.js +3 -0
  247. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.d.ts +4 -0
  248. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.js +7 -0
  249. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsWallet.d.ts +5 -0
  250. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsWallet.js +3 -0
  251. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.d.ts +8 -0
  252. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.js +3 -0
  253. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.d.ts +4 -0
  254. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.js +7 -0
  255. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataType.d.ts +4 -0
  256. package/dist/cjs/api/resources/wire/types/CreateWireResponseDataType.js +7 -0
  257. package/dist/cjs/api/resources/wire/types/GetWireResponse.d.ts +4 -0
  258. package/dist/cjs/api/resources/wire/types/GetWireResponse.js +3 -0
  259. package/dist/cjs/api/resources/wire/types/GetWireResponseData.d.ts +7 -0
  260. package/dist/cjs/api/resources/wire/types/GetWireResponseData.js +3 -0
  261. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributes.d.ts +20 -0
  262. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributes.js +3 -0
  263. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributesCurrency.d.ts +4 -0
  264. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributesCurrency.js +7 -0
  265. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributesFailure.d.ts +4 -0
  266. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributesFailure.js +3 -0
  267. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributesStatus.d.ts +11 -0
  268. package/dist/cjs/api/resources/wire/types/GetWireResponseDataAttributesStatus.js +14 -0
  269. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationships.d.ts +7 -0
  270. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationships.js +3 -0
  271. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.d.ts +5 -0
  272. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.js +3 -0
  273. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.d.ts +8 -0
  274. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.js +3 -0
  275. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.d.ts +4 -0
  276. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.js +7 -0
  277. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.d.ts +5 -0
  278. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.js +3 -0
  279. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.d.ts +5 -0
  280. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.js +3 -0
  281. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.d.ts +8 -0
  282. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.js +3 -0
  283. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.d.ts +4 -0
  284. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.js +7 -0
  285. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.d.ts +8 -0
  286. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.js +3 -0
  287. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.d.ts +4 -0
  288. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.js +7 -0
  289. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsWallet.d.ts +5 -0
  290. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsWallet.js +3 -0
  291. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsWalletData.d.ts +8 -0
  292. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsWalletData.js +3 -0
  293. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.d.ts +4 -0
  294. package/dist/cjs/api/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.js +7 -0
  295. package/dist/cjs/api/resources/wire/types/GetWireResponseDataType.d.ts +4 -0
  296. package/dist/cjs/api/resources/wire/types/GetWireResponseDataType.js +7 -0
  297. package/dist/cjs/api/resources/wire/types/ListWireRequestStatus.d.ts +11 -0
  298. package/dist/cjs/api/resources/wire/types/ListWireRequestStatus.js +14 -0
  299. package/dist/cjs/api/resources/wire/types/ListWireResponse.d.ts +5 -0
  300. package/dist/cjs/api/resources/wire/types/ListWireResponse.js +3 -0
  301. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItem.d.ts +7 -0
  302. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItem.js +3 -0
  303. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributes.d.ts +20 -0
  304. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributes.js +3 -0
  305. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributesCurrency.d.ts +4 -0
  306. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributesCurrency.js +7 -0
  307. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributesFailure.d.ts +4 -0
  308. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributesFailure.js +3 -0
  309. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributesStatus.d.ts +11 -0
  310. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemAttributesStatus.js +14 -0
  311. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationships.d.ts +7 -0
  312. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationships.js +3 -0
  313. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.d.ts +5 -0
  314. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.js +3 -0
  315. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.d.ts +8 -0
  316. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.js +3 -0
  317. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.d.ts +4 -0
  318. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.js +7 -0
  319. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.d.ts +5 -0
  320. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.js +3 -0
  321. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.d.ts +5 -0
  322. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.js +3 -0
  323. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.d.ts +8 -0
  324. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.js +3 -0
  325. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.d.ts +4 -0
  326. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.js +7 -0
  327. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.d.ts +8 -0
  328. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.js +3 -0
  329. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.d.ts +4 -0
  330. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.js +7 -0
  331. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.d.ts +5 -0
  332. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.js +3 -0
  333. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.d.ts +8 -0
  334. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.js +3 -0
  335. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.d.ts +4 -0
  336. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.js +7 -0
  337. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemType.d.ts +4 -0
  338. package/dist/cjs/api/resources/wire/types/ListWireResponseDataItemType.js +7 -0
  339. package/dist/cjs/api/resources/wire/types/ListWireResponseMeta.d.ts +4 -0
  340. package/dist/cjs/api/resources/wire/types/ListWireResponseMeta.js +3 -0
  341. package/dist/cjs/api/resources/wire/types/ListWireResponseMetaPagination.d.ts +6 -0
  342. package/dist/cjs/api/resources/wire/types/ListWireResponseMetaPagination.js +3 -0
  343. package/dist/cjs/api/resources/wire/types/index.d.ts +84 -0
  344. package/dist/cjs/api/resources/wire/types/index.js +100 -0
  345. package/dist/cjs/serialization/resources/approvals/types/ApprovalAttrs.d.ts +2 -0
  346. package/dist/cjs/serialization/resources/approvals/types/ApprovalAttrs.js +2 -0
  347. package/dist/cjs/serialization/resources/approvals/types/ApprovalDetailAttrs.d.ts +2 -0
  348. package/dist/cjs/serialization/resources/approvals/types/ApprovalDetailAttrs.js +2 -0
  349. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  350. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
  351. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.d.ts +12 -0
  352. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.js +44 -0
  353. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.d.ts +14 -0
  354. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.js +46 -0
  355. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.d.ts +13 -0
  356. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.js +45 -0
  357. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.ts +7 -0
  358. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.js +39 -0
  359. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.d.ts +7 -0
  360. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.js +39 -0
  361. package/dist/cjs/serialization/resources/approvals/types/ApproveResultAttrs.d.ts +2 -0
  362. package/dist/cjs/serialization/resources/approvals/types/ApproveResultAttrs.js +2 -0
  363. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  364. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
  365. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.d.ts +12 -0
  366. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.js +44 -0
  367. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.d.ts +14 -0
  368. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.js +46 -0
  369. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.d.ts +13 -0
  370. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.js +45 -0
  371. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.ts +7 -0
  372. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.js +39 -0
  373. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.d.ts +7 -0
  374. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.js +39 -0
  375. package/dist/cjs/serialization/resources/approvals/types/DenyResultAttrs.d.ts +2 -0
  376. package/dist/cjs/serialization/resources/approvals/types/DenyResultAttrs.js +2 -0
  377. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  378. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
  379. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWire.d.ts +12 -0
  380. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWire.js +44 -0
  381. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.d.ts +14 -0
  382. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.js +46 -0
  383. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.d.ts +13 -0
  384. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.js +45 -0
  385. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.ts +7 -0
  386. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.js +39 -0
  387. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.d.ts +7 -0
  388. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.js +39 -0
  389. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
  390. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
  391. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.d.ts +12 -0
  392. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.js +44 -0
  393. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.d.ts +14 -0
  394. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.js +46 -0
  395. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.d.ts +13 -0
  396. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.js +45 -0
  397. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.d.ts +7 -0
  398. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.js +39 -0
  399. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.d.ts +7 -0
  400. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.js +39 -0
  401. package/dist/cjs/serialization/resources/approvals/types/index.d.ts +20 -0
  402. package/dist/cjs/serialization/resources/approvals/types/index.js +20 -0
  403. package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +1 -1
  404. package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.js +5 -0
  405. package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.d.ts +1 -1
  406. package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.js +5 -0
  407. package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +1 -1
  408. package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +5 -0
  409. package/dist/cjs/serialization/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.d.ts +12 -0
  410. package/dist/cjs/serialization/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.js +44 -0
  411. package/dist/cjs/serialization/resources/externalParties/client/requests/index.d.ts +1 -0
  412. package/dist/cjs/serialization/resources/externalParties/client/requests/index.js +3 -1
  413. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.d.ts +14 -0
  414. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.js +46 -0
  415. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponse.d.ts +10 -0
  416. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponse.js +42 -0
  417. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.d.ts +15 -0
  418. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.js +47 -0
  419. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.d.ts +21 -0
  420. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.js +53 -0
  421. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.d.ts +14 -0
  422. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.js +46 -0
  423. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.d.ts +7 -0
  424. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.js +39 -0
  425. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.d.ts +7 -0
  426. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.js +39 -0
  427. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.d.ts +10 -0
  428. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.js +42 -0
  429. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.d.ts +10 -0
  430. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.js +42 -0
  431. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.d.ts +11 -0
  432. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.js +43 -0
  433. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.d.ts +7 -0
  434. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.js +39 -0
  435. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.d.ts +7 -0
  436. package/dist/cjs/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.js +39 -0
  437. package/dist/cjs/serialization/resources/externalParties/types/ExtPartyAttrs.d.ts +1 -0
  438. package/dist/cjs/serialization/resources/externalParties/types/ExtPartyAttrs.js +1 -0
  439. package/dist/cjs/serialization/resources/externalParties/types/ExtPartyDetailAttrs.d.ts +1 -0
  440. package/dist/cjs/serialization/resources/externalParties/types/ExtPartyDetailAttrs.js +1 -0
  441. package/dist/cjs/serialization/resources/externalParties/types/NewExtPartyAttrs.d.ts +1 -0
  442. package/dist/cjs/serialization/resources/externalParties/types/NewExtPartyAttrs.js +1 -0
  443. package/dist/cjs/serialization/resources/externalParties/types/NewExtPartyParamsAddress.d.ts +3 -3
  444. package/dist/cjs/serialization/resources/externalParties/types/NewExtPartyParamsAddress.js +3 -3
  445. package/dist/cjs/serialization/resources/externalParties/types/index.d.ts +12 -0
  446. package/dist/cjs/serialization/resources/externalParties/types/index.js +12 -0
  447. package/dist/cjs/serialization/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.ts +1 -1
  448. package/dist/cjs/serialization/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.js +1 -1
  449. package/dist/cjs/serialization/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.ts +1 -1
  450. package/dist/cjs/serialization/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.js +1 -1
  451. package/dist/cjs/serialization/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.d.ts +1 -1
  452. package/dist/cjs/serialization/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.js +1 -1
  453. package/dist/cjs/serialization/resources/index.d.ts +3 -0
  454. package/dist/cjs/serialization/resources/index.js +4 -1
  455. package/dist/cjs/serialization/resources/simulations/client/requests/FailWireSimulationsRequest.d.ts +9 -0
  456. package/dist/cjs/serialization/resources/simulations/client/requests/FailWireSimulationsRequest.js +41 -0
  457. package/dist/cjs/serialization/resources/simulations/client/requests/SettleWireSimulationsRequest.d.ts +9 -0
  458. package/dist/cjs/serialization/resources/simulations/client/requests/SettleWireSimulationsRequest.js +41 -0
  459. package/dist/cjs/serialization/resources/simulations/client/requests/index.d.ts +2 -0
  460. package/dist/cjs/serialization/resources/simulations/client/requests/index.js +5 -1
  461. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponse.d.ts +10 -0
  462. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponse.js +42 -0
  463. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseData.d.ts +13 -0
  464. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseData.js +45 -0
  465. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributes.d.ts +13 -0
  466. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributes.js +45 -0
  467. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.d.ts +7 -0
  468. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.js +39 -0
  469. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseDataType.d.ts +7 -0
  470. package/dist/cjs/serialization/resources/simulations/types/FailWireSimulationsResponseDataType.js +39 -0
  471. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponse.d.ts +10 -0
  472. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponse.js +42 -0
  473. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseData.d.ts +13 -0
  474. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseData.js +45 -0
  475. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.d.ts +13 -0
  476. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.js +45 -0
  477. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.d.ts +7 -0
  478. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.js +39 -0
  479. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseDataType.d.ts +7 -0
  480. package/dist/cjs/serialization/resources/simulations/types/SettleWireSimulationsResponseDataType.js +39 -0
  481. package/dist/cjs/serialization/resources/simulations/types/index.d.ts +10 -0
  482. package/dist/cjs/serialization/resources/simulations/types/index.js +10 -0
  483. package/dist/cjs/serialization/resources/transactions/types/ListTransactionsRequestType.d.ts +1 -1
  484. package/dist/cjs/serialization/resources/transactions/types/ListTransactionsRequestType.js +1 -1
  485. package/dist/cjs/serialization/resources/transactions/types/TxnDetailTransactionType.d.ts +1 -1
  486. package/dist/cjs/serialization/resources/transactions/types/TxnDetailTransactionType.js +1 -1
  487. package/dist/cjs/serialization/resources/transactions/types/TxnTransactionType.d.ts +1 -1
  488. package/dist/cjs/serialization/resources/transactions/types/TxnTransactionType.js +1 -1
  489. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +1 -1
  490. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +5 -0
  491. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  492. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  493. package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  494. package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  495. package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  496. package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  497. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +1 -1
  498. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +5 -0
  499. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
  500. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
  501. package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +1 -1
  502. package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.js +5 -0
  503. package/dist/cjs/serialization/resources/wire/client/index.d.ts +1 -0
  504. package/dist/cjs/serialization/resources/wire/client/index.js +17 -0
  505. package/dist/cjs/serialization/resources/wire/client/requests/CancelWireRequest.d.ts +10 -0
  506. package/dist/cjs/serialization/resources/wire/client/requests/CancelWireRequest.js +42 -0
  507. package/dist/cjs/serialization/resources/wire/client/requests/CreateWireRequest.d.ts +16 -0
  508. package/dist/cjs/serialization/resources/wire/client/requests/CreateWireRequest.js +48 -0
  509. package/dist/cjs/serialization/resources/wire/client/requests/index.d.ts +2 -0
  510. package/dist/cjs/serialization/resources/wire/client/requests/index.js +7 -0
  511. package/dist/cjs/serialization/resources/wire/index.d.ts +2 -0
  512. package/dist/cjs/serialization/resources/wire/index.js +18 -0
  513. package/dist/cjs/serialization/resources/wire/types/CancelWireResponse.d.ts +10 -0
  514. package/dist/cjs/serialization/resources/wire/types/CancelWireResponse.js +42 -0
  515. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseData.d.ts +15 -0
  516. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseData.js +47 -0
  517. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributes.d.ts +24 -0
  518. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributes.js +56 -0
  519. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributesCurrency.d.ts +7 -0
  520. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributesCurrency.js +39 -0
  521. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributesFailure.d.ts +10 -0
  522. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributesFailure.js +42 -0
  523. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributesStatus.d.ts +7 -0
  524. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataAttributesStatus.js +48 -0
  525. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationships.d.ts +16 -0
  526. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationships.js +48 -0
  527. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.d.ts +10 -0
  528. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.js +42 -0
  529. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.d.ts +11 -0
  530. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.js +43 -0
  531. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.d.ts +7 -0
  532. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.js +39 -0
  533. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.d.ts +10 -0
  534. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.js +42 -0
  535. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.d.ts +10 -0
  536. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.js +42 -0
  537. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.d.ts +11 -0
  538. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.js +43 -0
  539. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.d.ts +7 -0
  540. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.js +39 -0
  541. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.d.ts +11 -0
  542. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.js +43 -0
  543. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.d.ts +7 -0
  544. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.js +39 -0
  545. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWallet.d.ts +10 -0
  546. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWallet.js +42 -0
  547. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.d.ts +11 -0
  548. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.js +43 -0
  549. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.d.ts +7 -0
  550. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.js +39 -0
  551. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataType.d.ts +7 -0
  552. package/dist/cjs/serialization/resources/wire/types/CancelWireResponseDataType.js +39 -0
  553. package/dist/cjs/serialization/resources/wire/types/CreateWireRequestCurrency.d.ts +7 -0
  554. package/dist/cjs/serialization/resources/wire/types/CreateWireRequestCurrency.js +39 -0
  555. package/dist/cjs/serialization/resources/wire/types/CreateWireResponse.d.ts +10 -0
  556. package/dist/cjs/serialization/resources/wire/types/CreateWireResponse.js +42 -0
  557. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseData.d.ts +15 -0
  558. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseData.js +47 -0
  559. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributes.d.ts +24 -0
  560. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributes.js +56 -0
  561. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributesCurrency.d.ts +7 -0
  562. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributesCurrency.js +39 -0
  563. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributesFailure.d.ts +10 -0
  564. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributesFailure.js +42 -0
  565. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributesStatus.d.ts +7 -0
  566. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataAttributesStatus.js +48 -0
  567. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationships.d.ts +16 -0
  568. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationships.js +48 -0
  569. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.d.ts +10 -0
  570. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.js +42 -0
  571. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.d.ts +11 -0
  572. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.js +43 -0
  573. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.d.ts +7 -0
  574. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.js +39 -0
  575. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.d.ts +10 -0
  576. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.js +42 -0
  577. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.d.ts +10 -0
  578. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.js +42 -0
  579. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.d.ts +11 -0
  580. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.js +43 -0
  581. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.d.ts +7 -0
  582. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.js +39 -0
  583. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.d.ts +11 -0
  584. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.js +43 -0
  585. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.d.ts +7 -0
  586. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.js +39 -0
  587. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWallet.d.ts +10 -0
  588. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWallet.js +42 -0
  589. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.d.ts +11 -0
  590. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.js +43 -0
  591. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.d.ts +7 -0
  592. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.js +39 -0
  593. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataType.d.ts +7 -0
  594. package/dist/cjs/serialization/resources/wire/types/CreateWireResponseDataType.js +39 -0
  595. package/dist/cjs/serialization/resources/wire/types/GetWireResponse.d.ts +10 -0
  596. package/dist/cjs/serialization/resources/wire/types/GetWireResponse.js +42 -0
  597. package/dist/cjs/serialization/resources/wire/types/GetWireResponseData.d.ts +15 -0
  598. package/dist/cjs/serialization/resources/wire/types/GetWireResponseData.js +47 -0
  599. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributes.d.ts +24 -0
  600. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributes.js +56 -0
  601. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributesCurrency.d.ts +7 -0
  602. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributesCurrency.js +39 -0
  603. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributesFailure.d.ts +10 -0
  604. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributesFailure.js +42 -0
  605. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributesStatus.d.ts +7 -0
  606. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataAttributesStatus.js +48 -0
  607. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationships.d.ts +16 -0
  608. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationships.js +48 -0
  609. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.d.ts +10 -0
  610. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.js +42 -0
  611. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.d.ts +11 -0
  612. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.js +43 -0
  613. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.d.ts +7 -0
  614. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.js +39 -0
  615. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.d.ts +10 -0
  616. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.js +42 -0
  617. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.d.ts +10 -0
  618. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.js +42 -0
  619. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.d.ts +11 -0
  620. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.js +43 -0
  621. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.d.ts +7 -0
  622. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.js +39 -0
  623. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.d.ts +11 -0
  624. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.js +43 -0
  625. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.d.ts +7 -0
  626. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.js +39 -0
  627. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsWallet.d.ts +10 -0
  628. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsWallet.js +42 -0
  629. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletData.d.ts +11 -0
  630. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletData.js +43 -0
  631. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.d.ts +7 -0
  632. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.js +39 -0
  633. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataType.d.ts +7 -0
  634. package/dist/cjs/serialization/resources/wire/types/GetWireResponseDataType.js +39 -0
  635. package/dist/cjs/serialization/resources/wire/types/ListWireRequestStatus.d.ts +7 -0
  636. package/dist/cjs/serialization/resources/wire/types/ListWireRequestStatus.js +48 -0
  637. package/dist/cjs/serialization/resources/wire/types/ListWireResponse.d.ts +12 -0
  638. package/dist/cjs/serialization/resources/wire/types/ListWireResponse.js +44 -0
  639. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItem.d.ts +15 -0
  640. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItem.js +47 -0
  641. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributes.d.ts +24 -0
  642. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributes.js +56 -0
  643. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributesCurrency.d.ts +7 -0
  644. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributesCurrency.js +39 -0
  645. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributesFailure.d.ts +10 -0
  646. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributesFailure.js +42 -0
  647. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributesStatus.d.ts +7 -0
  648. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemAttributesStatus.js +48 -0
  649. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationships.d.ts +16 -0
  650. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationships.js +48 -0
  651. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.d.ts +10 -0
  652. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.js +42 -0
  653. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.d.ts +11 -0
  654. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.js +43 -0
  655. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.d.ts +7 -0
  656. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.js +39 -0
  657. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.d.ts +10 -0
  658. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.js +42 -0
  659. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.d.ts +10 -0
  660. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.js +42 -0
  661. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.d.ts +11 -0
  662. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.js +43 -0
  663. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.d.ts +7 -0
  664. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.js +39 -0
  665. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.d.ts +11 -0
  666. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.js +43 -0
  667. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.d.ts +7 -0
  668. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.js +39 -0
  669. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.d.ts +10 -0
  670. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.js +42 -0
  671. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.d.ts +11 -0
  672. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.js +43 -0
  673. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.d.ts +7 -0
  674. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.js +39 -0
  675. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemType.d.ts +7 -0
  676. package/dist/cjs/serialization/resources/wire/types/ListWireResponseDataItemType.js +39 -0
  677. package/dist/cjs/serialization/resources/wire/types/ListWireResponseMeta.d.ts +10 -0
  678. package/dist/cjs/serialization/resources/wire/types/ListWireResponseMeta.js +42 -0
  679. package/dist/cjs/serialization/resources/wire/types/ListWireResponseMetaPagination.d.ts +10 -0
  680. package/dist/cjs/serialization/resources/wire/types/ListWireResponseMetaPagination.js +42 -0
  681. package/dist/cjs/serialization/resources/wire/types/index.d.ts +84 -0
  682. package/dist/cjs/serialization/resources/wire/types/index.js +100 -0
  683. package/dist/cjs/version.d.ts +1 -1
  684. package/dist/cjs/version.js +1 -1
  685. package/dist/esm/BaseClient.mjs +2 -2
  686. package/dist/esm/Client.d.mts +11 -8
  687. package/dist/esm/Client.mjs +21 -16
  688. package/dist/esm/api/resources/approvals/types/ApprovalAttrs.d.mts +1 -0
  689. package/dist/esm/api/resources/approvals/types/ApprovalDetailAttrs.d.mts +1 -0
  690. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  691. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -0
  692. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.d.mts +6 -0
  693. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.mjs +2 -0
  694. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.d.mts +11 -0
  695. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.mjs +2 -0
  696. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.d.mts +14 -0
  697. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.mjs +2 -0
  698. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.mts +6 -0
  699. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.mjs +6 -0
  700. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.d.mts +6 -0
  701. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.mjs +6 -0
  702. package/dist/esm/api/resources/approvals/types/ApproveResultAttrs.d.mts +1 -0
  703. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  704. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -0
  705. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.d.mts +6 -0
  706. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.mjs +2 -0
  707. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.d.mts +11 -0
  708. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.mjs +2 -0
  709. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.d.mts +14 -0
  710. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.mjs +2 -0
  711. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.mts +6 -0
  712. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.mjs +6 -0
  713. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.d.mts +6 -0
  714. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.mjs +6 -0
  715. package/dist/esm/api/resources/approvals/types/DenyResultAttrs.d.mts +1 -0
  716. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  717. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -0
  718. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWire.d.mts +6 -0
  719. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWire.mjs +2 -0
  720. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.d.mts +11 -0
  721. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.mjs +2 -0
  722. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.d.mts +14 -0
  723. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.mjs +2 -0
  724. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.mts +6 -0
  725. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.mjs +6 -0
  726. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.d.mts +6 -0
  727. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.mjs +6 -0
  728. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -0
  729. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -0
  730. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.d.mts +6 -0
  731. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.mjs +2 -0
  732. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.d.mts +11 -0
  733. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.mjs +2 -0
  734. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.d.mts +14 -0
  735. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.mjs +2 -0
  736. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.d.mts +6 -0
  737. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.mjs +6 -0
  738. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.d.mts +6 -0
  739. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.mjs +6 -0
  740. package/dist/esm/api/resources/approvals/types/index.d.mts +20 -0
  741. package/dist/esm/api/resources/approvals/types/index.mjs +20 -0
  742. package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +5 -0
  743. package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +5 -0
  744. package/dist/esm/api/resources/events/types/ListEventsRequestEventType.d.mts +5 -0
  745. package/dist/esm/api/resources/events/types/ListEventsRequestEventType.mjs +5 -0
  746. package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +5 -0
  747. package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +5 -0
  748. package/dist/esm/api/resources/externalParties/client/Client.d.mts +36 -0
  749. package/dist/esm/api/resources/externalParties/client/Client.mjs +109 -0
  750. package/dist/esm/api/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.d.mts +21 -0
  751. package/dist/esm/api/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.mjs +2 -0
  752. package/dist/esm/api/resources/externalParties/client/requests/NewExtPartyParams.d.mts +1 -1
  753. package/dist/esm/api/resources/externalParties/client/requests/index.d.mts +1 -0
  754. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.d.mts +11 -0
  755. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.mjs +2 -0
  756. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponse.d.mts +4 -0
  757. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponse.mjs +2 -0
  758. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.d.mts +8 -0
  759. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.mjs +2 -0
  760. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.d.mts +23 -0
  761. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.mjs +2 -0
  762. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.d.mts +8 -0
  763. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.mjs +2 -0
  764. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.d.mts +6 -0
  765. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.mjs +6 -0
  766. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.d.mts +7 -0
  767. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.mjs +7 -0
  768. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.d.mts +5 -0
  769. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.mjs +2 -0
  770. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.d.mts +8 -0
  771. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.mjs +2 -0
  772. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.d.mts +8 -0
  773. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.mjs +2 -0
  774. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.d.mts +4 -0
  775. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.mjs +4 -0
  776. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.d.mts +5 -0
  777. package/dist/esm/api/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.mjs +5 -0
  778. package/dist/esm/api/resources/externalParties/types/ExtPartyAttrs.d.mts +2 -0
  779. package/dist/esm/api/resources/externalParties/types/ExtPartyDetailAttrs.d.mts +2 -0
  780. package/dist/esm/api/resources/externalParties/types/NewExtPartyAttrs.d.mts +2 -0
  781. package/dist/esm/api/resources/externalParties/types/NewExtPartyParamsAddress.d.mts +7 -4
  782. package/dist/esm/api/resources/externalParties/types/index.d.mts +12 -0
  783. package/dist/esm/api/resources/externalParties/types/index.mjs +12 -0
  784. package/dist/esm/api/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.mts +1 -0
  785. package/dist/esm/api/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.mjs +1 -0
  786. package/dist/esm/api/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.mts +1 -0
  787. package/dist/esm/api/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.mjs +1 -0
  788. package/dist/esm/api/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.d.mts +1 -0
  789. package/dist/esm/api/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.mjs +1 -0
  790. package/dist/esm/api/resources/index.d.mts +3 -0
  791. package/dist/esm/api/resources/index.mjs +3 -0
  792. package/dist/esm/api/resources/simulations/client/Client.d.mts +60 -0
  793. package/dist/esm/api/resources/simulations/client/Client.mjs +212 -0
  794. package/dist/esm/api/resources/simulations/client/requests/FailWireSimulationsRequest.d.mts +15 -0
  795. package/dist/esm/api/resources/simulations/client/requests/FailWireSimulationsRequest.mjs +2 -0
  796. package/dist/esm/api/resources/simulations/client/requests/SettleWireSimulationsRequest.d.mts +15 -0
  797. package/dist/esm/api/resources/simulations/client/requests/SettleWireSimulationsRequest.mjs +2 -0
  798. package/dist/esm/api/resources/simulations/client/requests/index.d.mts +2 -0
  799. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponse.d.mts +4 -0
  800. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponse.mjs +2 -0
  801. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseData.d.mts +7 -0
  802. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseData.mjs +2 -0
  803. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseDataAttributes.d.mts +11 -0
  804. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseDataAttributes.mjs +2 -0
  805. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.d.mts +6 -0
  806. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.mjs +6 -0
  807. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseDataType.d.mts +4 -0
  808. package/dist/esm/api/resources/simulations/types/FailWireSimulationsResponseDataType.mjs +4 -0
  809. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponse.d.mts +4 -0
  810. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponse.mjs +2 -0
  811. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseData.d.mts +7 -0
  812. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseData.mjs +2 -0
  813. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.d.mts +11 -0
  814. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.mjs +2 -0
  815. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.d.mts +6 -0
  816. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.mjs +6 -0
  817. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseDataType.d.mts +4 -0
  818. package/dist/esm/api/resources/simulations/types/SettleWireSimulationsResponseDataType.mjs +4 -0
  819. package/dist/esm/api/resources/simulations/types/index.d.mts +10 -0
  820. package/dist/esm/api/resources/simulations/types/index.mjs +10 -0
  821. package/dist/esm/api/resources/transactions/types/ListTransactionsRequestType.d.mts +1 -0
  822. package/dist/esm/api/resources/transactions/types/ListTransactionsRequestType.mjs +1 -0
  823. package/dist/esm/api/resources/transactions/types/TxnDetailTransactionType.d.mts +1 -0
  824. package/dist/esm/api/resources/transactions/types/TxnDetailTransactionType.mjs +1 -0
  825. package/dist/esm/api/resources/transactions/types/TxnTransactionType.d.mts +1 -0
  826. package/dist/esm/api/resources/transactions/types/TxnTransactionType.mjs +1 -0
  827. package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +5 -0
  828. package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +5 -0
  829. package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
  830. package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  831. package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
  832. package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  833. package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
  834. package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  835. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +5 -0
  836. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +5 -0
  837. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
  838. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  839. package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +5 -0
  840. package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.mjs +5 -0
  841. package/dist/esm/api/resources/wire/client/Client.d.mts +132 -0
  842. package/dist/esm/api/resources/wire/client/Client.mjs +464 -0
  843. package/dist/esm/api/resources/wire/client/index.d.mts +1 -0
  844. package/dist/esm/api/resources/wire/client/index.mjs +1 -0
  845. package/dist/esm/api/resources/wire/client/requests/CancelWireRequest.d.mts +16 -0
  846. package/dist/esm/api/resources/wire/client/requests/CancelWireRequest.mjs +2 -0
  847. package/dist/esm/api/resources/wire/client/requests/CreateWireRequest.d.mts +25 -0
  848. package/dist/esm/api/resources/wire/client/requests/CreateWireRequest.mjs +2 -0
  849. package/dist/esm/api/resources/wire/client/requests/GetWireRequest.d.mts +10 -0
  850. package/dist/esm/api/resources/wire/client/requests/GetWireRequest.mjs +2 -0
  851. package/dist/esm/api/resources/wire/client/requests/ListWireRequest.d.mts +13 -0
  852. package/dist/esm/api/resources/wire/client/requests/ListWireRequest.mjs +2 -0
  853. package/dist/esm/api/resources/wire/client/requests/index.d.mts +4 -0
  854. package/dist/esm/api/resources/wire/client/requests/index.mjs +1 -0
  855. package/dist/esm/api/resources/wire/exports.d.mts +2 -0
  856. package/dist/esm/api/resources/wire/exports.mjs +3 -0
  857. package/dist/esm/api/resources/wire/index.d.mts +2 -0
  858. package/dist/esm/api/resources/wire/index.mjs +2 -0
  859. package/dist/esm/api/resources/wire/types/CancelWireResponse.d.mts +4 -0
  860. package/dist/esm/api/resources/wire/types/CancelWireResponse.mjs +2 -0
  861. package/dist/esm/api/resources/wire/types/CancelWireResponseData.d.mts +7 -0
  862. package/dist/esm/api/resources/wire/types/CancelWireResponseData.mjs +2 -0
  863. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributes.d.mts +20 -0
  864. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributes.mjs +2 -0
  865. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributesCurrency.d.mts +4 -0
  866. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributesCurrency.mjs +4 -0
  867. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributesFailure.d.mts +4 -0
  868. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributesFailure.mjs +2 -0
  869. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributesStatus.d.mts +11 -0
  870. package/dist/esm/api/resources/wire/types/CancelWireResponseDataAttributesStatus.mjs +11 -0
  871. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationships.d.mts +7 -0
  872. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationships.mjs +2 -0
  873. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.d.mts +5 -0
  874. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.mjs +2 -0
  875. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.d.mts +8 -0
  876. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.mjs +2 -0
  877. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.d.mts +4 -0
  878. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.mjs +4 -0
  879. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.d.mts +5 -0
  880. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.mjs +2 -0
  881. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.d.mts +5 -0
  882. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.mjs +2 -0
  883. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.d.mts +8 -0
  884. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.mjs +2 -0
  885. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.d.mts +4 -0
  886. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.mjs +4 -0
  887. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.d.mts +8 -0
  888. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.mjs +2 -0
  889. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.d.mts +4 -0
  890. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.mjs +4 -0
  891. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsWallet.d.mts +5 -0
  892. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsWallet.mjs +2 -0
  893. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.d.mts +8 -0
  894. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.mjs +2 -0
  895. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.d.mts +4 -0
  896. package/dist/esm/api/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.mjs +4 -0
  897. package/dist/esm/api/resources/wire/types/CancelWireResponseDataType.d.mts +4 -0
  898. package/dist/esm/api/resources/wire/types/CancelWireResponseDataType.mjs +4 -0
  899. package/dist/esm/api/resources/wire/types/CreateWireRequestCurrency.d.mts +4 -0
  900. package/dist/esm/api/resources/wire/types/CreateWireRequestCurrency.mjs +4 -0
  901. package/dist/esm/api/resources/wire/types/CreateWireResponse.d.mts +4 -0
  902. package/dist/esm/api/resources/wire/types/CreateWireResponse.mjs +2 -0
  903. package/dist/esm/api/resources/wire/types/CreateWireResponseData.d.mts +7 -0
  904. package/dist/esm/api/resources/wire/types/CreateWireResponseData.mjs +2 -0
  905. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributes.d.mts +20 -0
  906. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributes.mjs +2 -0
  907. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributesCurrency.d.mts +4 -0
  908. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributesCurrency.mjs +4 -0
  909. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributesFailure.d.mts +4 -0
  910. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributesFailure.mjs +2 -0
  911. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributesStatus.d.mts +11 -0
  912. package/dist/esm/api/resources/wire/types/CreateWireResponseDataAttributesStatus.mjs +11 -0
  913. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationships.d.mts +7 -0
  914. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationships.mjs +2 -0
  915. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.d.mts +5 -0
  916. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.mjs +2 -0
  917. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.d.mts +8 -0
  918. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.mjs +2 -0
  919. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.d.mts +4 -0
  920. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.mjs +4 -0
  921. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.d.mts +5 -0
  922. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.mjs +2 -0
  923. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.d.mts +5 -0
  924. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.mjs +2 -0
  925. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.d.mts +8 -0
  926. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.mjs +2 -0
  927. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.d.mts +4 -0
  928. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.mjs +4 -0
  929. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.d.mts +8 -0
  930. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.mjs +2 -0
  931. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.d.mts +4 -0
  932. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.mjs +4 -0
  933. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsWallet.d.mts +5 -0
  934. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsWallet.mjs +2 -0
  935. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.d.mts +8 -0
  936. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.mjs +2 -0
  937. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.d.mts +4 -0
  938. package/dist/esm/api/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.mjs +4 -0
  939. package/dist/esm/api/resources/wire/types/CreateWireResponseDataType.d.mts +4 -0
  940. package/dist/esm/api/resources/wire/types/CreateWireResponseDataType.mjs +4 -0
  941. package/dist/esm/api/resources/wire/types/GetWireResponse.d.mts +4 -0
  942. package/dist/esm/api/resources/wire/types/GetWireResponse.mjs +2 -0
  943. package/dist/esm/api/resources/wire/types/GetWireResponseData.d.mts +7 -0
  944. package/dist/esm/api/resources/wire/types/GetWireResponseData.mjs +2 -0
  945. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributes.d.mts +20 -0
  946. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributes.mjs +2 -0
  947. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributesCurrency.d.mts +4 -0
  948. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributesCurrency.mjs +4 -0
  949. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributesFailure.d.mts +4 -0
  950. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributesFailure.mjs +2 -0
  951. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributesStatus.d.mts +11 -0
  952. package/dist/esm/api/resources/wire/types/GetWireResponseDataAttributesStatus.mjs +11 -0
  953. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationships.d.mts +7 -0
  954. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationships.mjs +2 -0
  955. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.d.mts +5 -0
  956. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.mjs +2 -0
  957. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.d.mts +8 -0
  958. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.mjs +2 -0
  959. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.d.mts +4 -0
  960. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.mjs +4 -0
  961. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.d.mts +5 -0
  962. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.mjs +2 -0
  963. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.d.mts +5 -0
  964. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.mjs +2 -0
  965. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.d.mts +8 -0
  966. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.mjs +2 -0
  967. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.d.mts +4 -0
  968. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.mjs +4 -0
  969. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.d.mts +8 -0
  970. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.mjs +2 -0
  971. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.d.mts +4 -0
  972. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.mjs +4 -0
  973. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsWallet.d.mts +5 -0
  974. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsWallet.mjs +2 -0
  975. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsWalletData.d.mts +8 -0
  976. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsWalletData.mjs +2 -0
  977. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.d.mts +4 -0
  978. package/dist/esm/api/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.mjs +4 -0
  979. package/dist/esm/api/resources/wire/types/GetWireResponseDataType.d.mts +4 -0
  980. package/dist/esm/api/resources/wire/types/GetWireResponseDataType.mjs +4 -0
  981. package/dist/esm/api/resources/wire/types/ListWireRequestStatus.d.mts +11 -0
  982. package/dist/esm/api/resources/wire/types/ListWireRequestStatus.mjs +11 -0
  983. package/dist/esm/api/resources/wire/types/ListWireResponse.d.mts +5 -0
  984. package/dist/esm/api/resources/wire/types/ListWireResponse.mjs +2 -0
  985. package/dist/esm/api/resources/wire/types/ListWireResponseDataItem.d.mts +7 -0
  986. package/dist/esm/api/resources/wire/types/ListWireResponseDataItem.mjs +2 -0
  987. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributes.d.mts +20 -0
  988. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributes.mjs +2 -0
  989. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributesCurrency.d.mts +4 -0
  990. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributesCurrency.mjs +4 -0
  991. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributesFailure.d.mts +4 -0
  992. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributesFailure.mjs +2 -0
  993. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributesStatus.d.mts +11 -0
  994. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemAttributesStatus.mjs +11 -0
  995. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationships.d.mts +7 -0
  996. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationships.mjs +2 -0
  997. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.d.mts +5 -0
  998. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.mjs +2 -0
  999. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.d.mts +8 -0
  1000. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.mjs +2 -0
  1001. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.d.mts +4 -0
  1002. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.mjs +4 -0
  1003. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.d.mts +5 -0
  1004. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.mjs +2 -0
  1005. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.d.mts +5 -0
  1006. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.mjs +2 -0
  1007. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.d.mts +8 -0
  1008. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.mjs +2 -0
  1009. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.d.mts +4 -0
  1010. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.mjs +4 -0
  1011. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.d.mts +8 -0
  1012. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.mjs +2 -0
  1013. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.d.mts +4 -0
  1014. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.mjs +4 -0
  1015. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.d.mts +5 -0
  1016. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.mjs +2 -0
  1017. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.d.mts +8 -0
  1018. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.mjs +2 -0
  1019. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.d.mts +4 -0
  1020. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.mjs +4 -0
  1021. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemType.d.mts +4 -0
  1022. package/dist/esm/api/resources/wire/types/ListWireResponseDataItemType.mjs +4 -0
  1023. package/dist/esm/api/resources/wire/types/ListWireResponseMeta.d.mts +4 -0
  1024. package/dist/esm/api/resources/wire/types/ListWireResponseMeta.mjs +2 -0
  1025. package/dist/esm/api/resources/wire/types/ListWireResponseMetaPagination.d.mts +6 -0
  1026. package/dist/esm/api/resources/wire/types/ListWireResponseMetaPagination.mjs +2 -0
  1027. package/dist/esm/api/resources/wire/types/index.d.mts +84 -0
  1028. package/dist/esm/api/resources/wire/types/index.mjs +84 -0
  1029. package/dist/esm/serialization/resources/approvals/types/ApprovalAttrs.d.mts +2 -0
  1030. package/dist/esm/serialization/resources/approvals/types/ApprovalAttrs.mjs +2 -0
  1031. package/dist/esm/serialization/resources/approvals/types/ApprovalDetailAttrs.d.mts +2 -0
  1032. package/dist/esm/serialization/resources/approvals/types/ApprovalDetailAttrs.mjs +2 -0
  1033. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  1034. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
  1035. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.d.mts +12 -0
  1036. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWire.mjs +8 -0
  1037. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.d.mts +14 -0
  1038. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterparty.mjs +10 -0
  1039. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.d.mts +13 -0
  1040. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccount.mjs +9 -0
  1041. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.mts +7 -0
  1042. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.mjs +3 -0
  1043. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.d.mts +7 -0
  1044. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesWireCounterpartyKind.mjs +3 -0
  1045. package/dist/esm/serialization/resources/approvals/types/ApproveResultAttrs.d.mts +2 -0
  1046. package/dist/esm/serialization/resources/approvals/types/ApproveResultAttrs.mjs +2 -0
  1047. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  1048. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
  1049. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.d.mts +12 -0
  1050. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWire.mjs +8 -0
  1051. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.d.mts +14 -0
  1052. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterparty.mjs +10 -0
  1053. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.d.mts +13 -0
  1054. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccount.mjs +9 -0
  1055. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.mts +7 -0
  1056. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.mjs +3 -0
  1057. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.d.mts +7 -0
  1058. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesWireCounterpartyKind.mjs +3 -0
  1059. package/dist/esm/serialization/resources/approvals/types/DenyResultAttrs.d.mts +2 -0
  1060. package/dist/esm/serialization/resources/approvals/types/DenyResultAttrs.mjs +2 -0
  1061. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  1062. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
  1063. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWire.d.mts +12 -0
  1064. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWire.mjs +8 -0
  1065. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.d.mts +14 -0
  1066. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterparty.mjs +10 -0
  1067. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.d.mts +13 -0
  1068. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccount.mjs +9 -0
  1069. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.d.mts +7 -0
  1070. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyAccountAccountType.mjs +3 -0
  1071. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.d.mts +7 -0
  1072. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesWireCounterpartyKind.mjs +3 -0
  1073. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
  1074. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
  1075. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.d.mts +12 -0
  1076. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWire.mjs +8 -0
  1077. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.d.mts +14 -0
  1078. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterparty.mjs +10 -0
  1079. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.d.mts +13 -0
  1080. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccount.mjs +9 -0
  1081. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.d.mts +7 -0
  1082. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyAccountAccountType.mjs +3 -0
  1083. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.d.mts +7 -0
  1084. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesWireCounterpartyKind.mjs +3 -0
  1085. package/dist/esm/serialization/resources/approvals/types/index.d.mts +20 -0
  1086. package/dist/esm/serialization/resources/approvals/types/index.mjs +20 -0
  1087. package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +1 -1
  1088. package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +5 -0
  1089. package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.d.mts +1 -1
  1090. package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.mjs +5 -0
  1091. package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +1 -1
  1092. package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +5 -0
  1093. package/dist/esm/serialization/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.d.mts +12 -0
  1094. package/dist/esm/serialization/resources/externalParties/client/requests/CorrectAddressExternalPartiesRequest.mjs +8 -0
  1095. package/dist/esm/serialization/resources/externalParties/client/requests/index.d.mts +1 -0
  1096. package/dist/esm/serialization/resources/externalParties/client/requests/index.mjs +1 -0
  1097. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.d.mts +14 -0
  1098. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesRequestAddress.mjs +10 -0
  1099. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponse.d.mts +10 -0
  1100. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponse.mjs +6 -0
  1101. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.d.mts +15 -0
  1102. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseData.mjs +11 -0
  1103. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.d.mts +21 -0
  1104. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributes.mjs +17 -0
  1105. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.d.mts +14 -0
  1106. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesAddress.mjs +10 -0
  1107. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.d.mts +7 -0
  1108. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesKind.mjs +3 -0
  1109. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.d.mts +7 -0
  1110. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataAttributesScreeningStatus.mjs +3 -0
  1111. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.d.mts +10 -0
  1112. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationships.mjs +6 -0
  1113. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.d.mts +10 -0
  1114. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomer.mjs +6 -0
  1115. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.d.mts +11 -0
  1116. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerData.mjs +7 -0
  1117. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.d.mts +7 -0
  1118. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataRelationshipsCustomerDataType.mjs +3 -0
  1119. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.d.mts +7 -0
  1120. package/dist/esm/serialization/resources/externalParties/types/CorrectAddressExternalPartiesResponseDataType.mjs +3 -0
  1121. package/dist/esm/serialization/resources/externalParties/types/ExtPartyAttrs.d.mts +1 -0
  1122. package/dist/esm/serialization/resources/externalParties/types/ExtPartyAttrs.mjs +1 -0
  1123. package/dist/esm/serialization/resources/externalParties/types/ExtPartyDetailAttrs.d.mts +1 -0
  1124. package/dist/esm/serialization/resources/externalParties/types/ExtPartyDetailAttrs.mjs +1 -0
  1125. package/dist/esm/serialization/resources/externalParties/types/NewExtPartyAttrs.d.mts +1 -0
  1126. package/dist/esm/serialization/resources/externalParties/types/NewExtPartyAttrs.mjs +1 -0
  1127. package/dist/esm/serialization/resources/externalParties/types/NewExtPartyParamsAddress.d.mts +3 -3
  1128. package/dist/esm/serialization/resources/externalParties/types/NewExtPartyParamsAddress.mjs +3 -3
  1129. package/dist/esm/serialization/resources/externalParties/types/index.d.mts +12 -0
  1130. package/dist/esm/serialization/resources/externalParties/types/index.mjs +12 -0
  1131. package/dist/esm/serialization/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.mts +1 -1
  1132. package/dist/esm/serialization/resources/externalPartyAccounts/types/CreateExternalPartyAccountsResponseDataAttributesSupportedRailsItem.mjs +1 -1
  1133. package/dist/esm/serialization/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.d.mts +1 -1
  1134. package/dist/esm/serialization/resources/externalPartyAccounts/types/GetExternalPartyAccountsResponseDataAttributesSupportedRailsItem.mjs +1 -1
  1135. package/dist/esm/serialization/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.d.mts +1 -1
  1136. package/dist/esm/serialization/resources/externalPartyAccounts/types/ListExternalPartyAccountsResponseDataItemAttributesSupportedRailsItem.mjs +1 -1
  1137. package/dist/esm/serialization/resources/index.d.mts +3 -0
  1138. package/dist/esm/serialization/resources/index.mjs +3 -0
  1139. package/dist/esm/serialization/resources/simulations/client/requests/FailWireSimulationsRequest.d.mts +9 -0
  1140. package/dist/esm/serialization/resources/simulations/client/requests/FailWireSimulationsRequest.mjs +5 -0
  1141. package/dist/esm/serialization/resources/simulations/client/requests/SettleWireSimulationsRequest.d.mts +9 -0
  1142. package/dist/esm/serialization/resources/simulations/client/requests/SettleWireSimulationsRequest.mjs +5 -0
  1143. package/dist/esm/serialization/resources/simulations/client/requests/index.d.mts +2 -0
  1144. package/dist/esm/serialization/resources/simulations/client/requests/index.mjs +2 -0
  1145. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponse.d.mts +10 -0
  1146. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponse.mjs +6 -0
  1147. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseData.d.mts +13 -0
  1148. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseData.mjs +9 -0
  1149. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributes.d.mts +13 -0
  1150. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributes.mjs +9 -0
  1151. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.d.mts +7 -0
  1152. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseDataAttributesAction.mjs +3 -0
  1153. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseDataType.d.mts +7 -0
  1154. package/dist/esm/serialization/resources/simulations/types/FailWireSimulationsResponseDataType.mjs +3 -0
  1155. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponse.d.mts +10 -0
  1156. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponse.mjs +6 -0
  1157. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseData.d.mts +13 -0
  1158. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseData.mjs +9 -0
  1159. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.d.mts +13 -0
  1160. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributes.mjs +9 -0
  1161. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.d.mts +7 -0
  1162. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseDataAttributesAction.mjs +3 -0
  1163. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseDataType.d.mts +7 -0
  1164. package/dist/esm/serialization/resources/simulations/types/SettleWireSimulationsResponseDataType.mjs +3 -0
  1165. package/dist/esm/serialization/resources/simulations/types/index.d.mts +10 -0
  1166. package/dist/esm/serialization/resources/simulations/types/index.mjs +10 -0
  1167. package/dist/esm/serialization/resources/transactions/types/ListTransactionsRequestType.d.mts +1 -1
  1168. package/dist/esm/serialization/resources/transactions/types/ListTransactionsRequestType.mjs +1 -1
  1169. package/dist/esm/serialization/resources/transactions/types/TxnDetailTransactionType.d.mts +1 -1
  1170. package/dist/esm/serialization/resources/transactions/types/TxnDetailTransactionType.mjs +1 -1
  1171. package/dist/esm/serialization/resources/transactions/types/TxnTransactionType.d.mts +1 -1
  1172. package/dist/esm/serialization/resources/transactions/types/TxnTransactionType.mjs +1 -1
  1173. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +1 -1
  1174. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +5 -0
  1175. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  1176. package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  1177. package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  1178. package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  1179. package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  1180. package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  1181. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +1 -1
  1182. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +5 -0
  1183. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
  1184. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
  1185. package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +1 -1
  1186. package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.mjs +5 -0
  1187. package/dist/esm/serialization/resources/wire/client/index.d.mts +1 -0
  1188. package/dist/esm/serialization/resources/wire/client/index.mjs +1 -0
  1189. package/dist/esm/serialization/resources/wire/client/requests/CancelWireRequest.d.mts +10 -0
  1190. package/dist/esm/serialization/resources/wire/client/requests/CancelWireRequest.mjs +6 -0
  1191. package/dist/esm/serialization/resources/wire/client/requests/CreateWireRequest.d.mts +16 -0
  1192. package/dist/esm/serialization/resources/wire/client/requests/CreateWireRequest.mjs +12 -0
  1193. package/dist/esm/serialization/resources/wire/client/requests/index.d.mts +2 -0
  1194. package/dist/esm/serialization/resources/wire/client/requests/index.mjs +2 -0
  1195. package/dist/esm/serialization/resources/wire/index.d.mts +2 -0
  1196. package/dist/esm/serialization/resources/wire/index.mjs +2 -0
  1197. package/dist/esm/serialization/resources/wire/types/CancelWireResponse.d.mts +10 -0
  1198. package/dist/esm/serialization/resources/wire/types/CancelWireResponse.mjs +6 -0
  1199. package/dist/esm/serialization/resources/wire/types/CancelWireResponseData.d.mts +15 -0
  1200. package/dist/esm/serialization/resources/wire/types/CancelWireResponseData.mjs +11 -0
  1201. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributes.d.mts +24 -0
  1202. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributes.mjs +20 -0
  1203. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributesCurrency.d.mts +7 -0
  1204. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributesCurrency.mjs +3 -0
  1205. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributesFailure.d.mts +10 -0
  1206. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributesFailure.mjs +6 -0
  1207. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributesStatus.d.mts +7 -0
  1208. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataAttributesStatus.mjs +12 -0
  1209. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationships.d.mts +16 -0
  1210. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationships.mjs +12 -0
  1211. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.d.mts +10 -0
  1212. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerParty.mjs +6 -0
  1213. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.d.mts +11 -0
  1214. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyData.mjs +7 -0
  1215. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.d.mts +7 -0
  1216. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsCustomerPartyDataType.mjs +3 -0
  1217. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.d.mts +10 -0
  1218. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalParty.mjs +6 -0
  1219. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.d.mts +10 -0
  1220. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccount.mjs +6 -0
  1221. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.d.mts +11 -0
  1222. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountData.mjs +7 -0
  1223. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.d.mts +7 -0
  1224. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyAccountDataType.mjs +3 -0
  1225. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.d.mts +11 -0
  1226. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyData.mjs +7 -0
  1227. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.d.mts +7 -0
  1228. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsExternalPartyDataType.mjs +3 -0
  1229. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWallet.d.mts +10 -0
  1230. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWallet.mjs +6 -0
  1231. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.d.mts +11 -0
  1232. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletData.mjs +7 -0
  1233. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.d.mts +7 -0
  1234. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataRelationshipsWalletDataType.mjs +3 -0
  1235. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataType.d.mts +7 -0
  1236. package/dist/esm/serialization/resources/wire/types/CancelWireResponseDataType.mjs +3 -0
  1237. package/dist/esm/serialization/resources/wire/types/CreateWireRequestCurrency.d.mts +7 -0
  1238. package/dist/esm/serialization/resources/wire/types/CreateWireRequestCurrency.mjs +3 -0
  1239. package/dist/esm/serialization/resources/wire/types/CreateWireResponse.d.mts +10 -0
  1240. package/dist/esm/serialization/resources/wire/types/CreateWireResponse.mjs +6 -0
  1241. package/dist/esm/serialization/resources/wire/types/CreateWireResponseData.d.mts +15 -0
  1242. package/dist/esm/serialization/resources/wire/types/CreateWireResponseData.mjs +11 -0
  1243. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributes.d.mts +24 -0
  1244. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributes.mjs +20 -0
  1245. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributesCurrency.d.mts +7 -0
  1246. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributesCurrency.mjs +3 -0
  1247. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributesFailure.d.mts +10 -0
  1248. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributesFailure.mjs +6 -0
  1249. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributesStatus.d.mts +7 -0
  1250. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataAttributesStatus.mjs +12 -0
  1251. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationships.d.mts +16 -0
  1252. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationships.mjs +12 -0
  1253. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.d.mts +10 -0
  1254. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerParty.mjs +6 -0
  1255. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.d.mts +11 -0
  1256. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyData.mjs +7 -0
  1257. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.d.mts +7 -0
  1258. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsCustomerPartyDataType.mjs +3 -0
  1259. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.d.mts +10 -0
  1260. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalParty.mjs +6 -0
  1261. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.d.mts +10 -0
  1262. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccount.mjs +6 -0
  1263. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.d.mts +11 -0
  1264. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountData.mjs +7 -0
  1265. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.d.mts +7 -0
  1266. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyAccountDataType.mjs +3 -0
  1267. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.d.mts +11 -0
  1268. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyData.mjs +7 -0
  1269. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.d.mts +7 -0
  1270. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsExternalPartyDataType.mjs +3 -0
  1271. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWallet.d.mts +10 -0
  1272. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWallet.mjs +6 -0
  1273. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.d.mts +11 -0
  1274. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletData.mjs +7 -0
  1275. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.d.mts +7 -0
  1276. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataRelationshipsWalletDataType.mjs +3 -0
  1277. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataType.d.mts +7 -0
  1278. package/dist/esm/serialization/resources/wire/types/CreateWireResponseDataType.mjs +3 -0
  1279. package/dist/esm/serialization/resources/wire/types/GetWireResponse.d.mts +10 -0
  1280. package/dist/esm/serialization/resources/wire/types/GetWireResponse.mjs +6 -0
  1281. package/dist/esm/serialization/resources/wire/types/GetWireResponseData.d.mts +15 -0
  1282. package/dist/esm/serialization/resources/wire/types/GetWireResponseData.mjs +11 -0
  1283. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributes.d.mts +24 -0
  1284. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributes.mjs +20 -0
  1285. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributesCurrency.d.mts +7 -0
  1286. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributesCurrency.mjs +3 -0
  1287. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributesFailure.d.mts +10 -0
  1288. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributesFailure.mjs +6 -0
  1289. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributesStatus.d.mts +7 -0
  1290. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataAttributesStatus.mjs +12 -0
  1291. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationships.d.mts +16 -0
  1292. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationships.mjs +12 -0
  1293. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.d.mts +10 -0
  1294. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerParty.mjs +6 -0
  1295. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.d.mts +11 -0
  1296. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyData.mjs +7 -0
  1297. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.d.mts +7 -0
  1298. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsCustomerPartyDataType.mjs +3 -0
  1299. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.d.mts +10 -0
  1300. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalParty.mjs +6 -0
  1301. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.d.mts +10 -0
  1302. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccount.mjs +6 -0
  1303. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.d.mts +11 -0
  1304. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountData.mjs +7 -0
  1305. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.d.mts +7 -0
  1306. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyAccountDataType.mjs +3 -0
  1307. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.d.mts +11 -0
  1308. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyData.mjs +7 -0
  1309. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.d.mts +7 -0
  1310. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsExternalPartyDataType.mjs +3 -0
  1311. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsWallet.d.mts +10 -0
  1312. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsWallet.mjs +6 -0
  1313. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletData.d.mts +11 -0
  1314. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletData.mjs +7 -0
  1315. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.d.mts +7 -0
  1316. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataRelationshipsWalletDataType.mjs +3 -0
  1317. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataType.d.mts +7 -0
  1318. package/dist/esm/serialization/resources/wire/types/GetWireResponseDataType.mjs +3 -0
  1319. package/dist/esm/serialization/resources/wire/types/ListWireRequestStatus.d.mts +7 -0
  1320. package/dist/esm/serialization/resources/wire/types/ListWireRequestStatus.mjs +12 -0
  1321. package/dist/esm/serialization/resources/wire/types/ListWireResponse.d.mts +12 -0
  1322. package/dist/esm/serialization/resources/wire/types/ListWireResponse.mjs +8 -0
  1323. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItem.d.mts +15 -0
  1324. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItem.mjs +11 -0
  1325. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributes.d.mts +24 -0
  1326. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributes.mjs +20 -0
  1327. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributesCurrency.d.mts +7 -0
  1328. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributesCurrency.mjs +3 -0
  1329. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributesFailure.d.mts +10 -0
  1330. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributesFailure.mjs +6 -0
  1331. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributesStatus.d.mts +7 -0
  1332. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemAttributesStatus.mjs +12 -0
  1333. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationships.d.mts +16 -0
  1334. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationships.mjs +12 -0
  1335. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.d.mts +10 -0
  1336. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerParty.mjs +6 -0
  1337. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.d.mts +11 -0
  1338. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyData.mjs +7 -0
  1339. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.d.mts +7 -0
  1340. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsCustomerPartyDataType.mjs +3 -0
  1341. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.d.mts +10 -0
  1342. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalParty.mjs +6 -0
  1343. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.d.mts +10 -0
  1344. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccount.mjs +6 -0
  1345. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.d.mts +11 -0
  1346. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountData.mjs +7 -0
  1347. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.d.mts +7 -0
  1348. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyAccountDataType.mjs +3 -0
  1349. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.d.mts +11 -0
  1350. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyData.mjs +7 -0
  1351. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.d.mts +7 -0
  1352. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsExternalPartyDataType.mjs +3 -0
  1353. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.d.mts +10 -0
  1354. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWallet.mjs +6 -0
  1355. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.d.mts +11 -0
  1356. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletData.mjs +7 -0
  1357. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.d.mts +7 -0
  1358. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemRelationshipsWalletDataType.mjs +3 -0
  1359. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemType.d.mts +7 -0
  1360. package/dist/esm/serialization/resources/wire/types/ListWireResponseDataItemType.mjs +3 -0
  1361. package/dist/esm/serialization/resources/wire/types/ListWireResponseMeta.d.mts +10 -0
  1362. package/dist/esm/serialization/resources/wire/types/ListWireResponseMeta.mjs +6 -0
  1363. package/dist/esm/serialization/resources/wire/types/ListWireResponseMetaPagination.d.mts +10 -0
  1364. package/dist/esm/serialization/resources/wire/types/ListWireResponseMetaPagination.mjs +6 -0
  1365. package/dist/esm/serialization/resources/wire/types/index.d.mts +84 -0
  1366. package/dist/esm/serialization/resources/wire/types/index.mjs +84 -0
  1367. package/dist/esm/version.d.mts +1 -1
  1368. package/dist/esm/version.mjs +1 -1
  1369. package/package.json +56 -45
  1370. package/reference.md +1013 -541
package/reference.md CHANGED
@@ -1716,8 +1716,8 @@ await client.payments.cancel({
1716
1716
  </dl>
1717
1717
  </details>
1718
1718
 
1719
- ## Transactions
1720
- <details><summary><code>client.transactions.<a href="/src/api/resources/transactions/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListTransactionsResponseDataItem, Natural.Txn&gt;</code></summary>
1719
+ ## External Parties
1720
+ <details><summary><code>client.externalParties.<a href="/src/api/resources/externalParties/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListExternalPartiesResponseDataItem, Natural.ExtParty&gt;</code></summary>
1721
1721
  <dl>
1722
1722
  <dd>
1723
1723
 
@@ -1729,7 +1729,7 @@ await client.payments.cancel({
1729
1729
  <dl>
1730
1730
  <dd>
1731
1731
 
1732
- List transactions
1732
+ List your external parties
1733
1733
  </dd>
1734
1734
  </dl>
1735
1735
  </dd>
@@ -1744,13 +1744,13 @@ List transactions
1744
1744
  <dd>
1745
1745
 
1746
1746
  ```typescript
1747
- const pageableResponse = await client.transactions.list();
1747
+ const pageableResponse = await client.externalParties.list();
1748
1748
  for await (const item of pageableResponse) {
1749
1749
  console.log(item);
1750
1750
  }
1751
1751
 
1752
1752
  // Or you can manually iterate page-by-page
1753
- let page = await client.transactions.list();
1753
+ let page = await client.externalParties.list();
1754
1754
  while (page.hasNextPage()) {
1755
1755
  page = page.getNextPage();
1756
1756
  }
@@ -1772,7 +1772,7 @@ const response = page.response;
1772
1772
  <dl>
1773
1773
  <dd>
1774
1774
 
1775
- **request:** `Natural.ListTransactionsRequest`
1775
+ **request:** `Natural.ListExternalPartiesRequest`
1776
1776
 
1777
1777
  </dd>
1778
1778
  </dl>
@@ -1780,7 +1780,7 @@ const response = page.response;
1780
1780
  <dl>
1781
1781
  <dd>
1782
1782
 
1783
- **requestOptions:** `TransactionsClient.RequestOptions`
1783
+ **requestOptions:** `ExternalPartiesClient.RequestOptions`
1784
1784
 
1785
1785
  </dd>
1786
1786
  </dl>
@@ -1792,7 +1792,7 @@ const response = page.response;
1792
1792
  </dl>
1793
1793
  </details>
1794
1794
 
1795
- <details><summary><code>client.transactions.<a href="/src/api/resources/transactions/client/Client.ts">get</a>({ ...params }) -> Natural.TxnDetail</code></summary>
1795
+ <details><summary><code>client.externalParties.<a href="/src/api/resources/externalParties/client/Client.ts">create</a>({ ...params }) -> Natural.NewExtParty</code></summary>
1796
1796
  <dl>
1797
1797
  <dd>
1798
1798
 
@@ -1804,7 +1804,7 @@ const response = page.response;
1804
1804
  <dl>
1805
1805
  <dd>
1806
1806
 
1807
- Get a transaction
1807
+ Create an external party to transact with over Direct
1808
1808
  </dd>
1809
1809
  </dl>
1810
1810
  </dd>
@@ -1819,8 +1819,19 @@ Get a transaction
1819
1819
  <dd>
1820
1820
 
1821
1821
  ```typescript
1822
- await client.transactions.get({
1823
- transactionId: "transactionId"
1822
+ await client.externalParties.create({
1823
+ idempotencyKey: "Idempotency-Key",
1824
+ kind: "individual",
1825
+ name: "Jordan Rivera",
1826
+ email: "jordan@example.com",
1827
+ phone: "+1 415 555 0132",
1828
+ address: {
1829
+ line1: "123 Market St",
1830
+ city: "San Francisco",
1831
+ state: "CA",
1832
+ postalCode: "94105",
1833
+ countryCode: "US"
1834
+ }
1824
1835
  });
1825
1836
 
1826
1837
  ```
@@ -1837,7 +1848,7 @@ await client.transactions.get({
1837
1848
  <dl>
1838
1849
  <dd>
1839
1850
 
1840
- **request:** `Natural.GetTransactionsRequest`
1851
+ **request:** `Natural.NewExtPartyParams`
1841
1852
 
1842
1853
  </dd>
1843
1854
  </dl>
@@ -1845,7 +1856,7 @@ await client.transactions.get({
1845
1856
  <dl>
1846
1857
  <dd>
1847
1858
 
1848
- **requestOptions:** `TransactionsClient.RequestOptions`
1859
+ **requestOptions:** `ExternalPartiesClient.RequestOptions`
1849
1860
 
1850
1861
  </dd>
1851
1862
  </dl>
@@ -1857,8 +1868,7 @@ await client.transactions.get({
1857
1868
  </dl>
1858
1869
  </details>
1859
1870
 
1860
- ## Transfers
1861
- <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">initiateDeposit</a>({ ...params }) -> Natural.Deposit</code></summary>
1871
+ <details><summary><code>client.externalParties.<a href="/src/api/resources/externalParties/client/Client.ts">get</a>({ ...params }) -> Natural.ExtPartyDetail</code></summary>
1862
1872
  <dl>
1863
1873
  <dd>
1864
1874
 
@@ -1870,7 +1880,7 @@ await client.transactions.get({
1870
1880
  <dl>
1871
1881
  <dd>
1872
1882
 
1873
- Move funds from a linked bank account into a wallet
1883
+ Get an external party by ID
1874
1884
  </dd>
1875
1885
  </dl>
1876
1886
  </dd>
@@ -1885,15 +1895,8 @@ Move funds from a linked bank account into a wallet
1885
1895
  <dd>
1886
1896
 
1887
1897
  ```typescript
1888
- await client.transfers.initiateDeposit({
1889
- idempotencyKey: "Idempotency-Key",
1890
- amount: 50000,
1891
- currency: "USD",
1892
- externalAccountId: "eac_550e8400e29b41d4a716446655440000",
1893
- description: "Wallet top-up",
1894
- tags: {
1895
- "workflow": "treasury"
1896
- }
1898
+ await client.externalParties.get({
1899
+ externalPartyId: "externalPartyId"
1897
1900
  });
1898
1901
 
1899
1902
  ```
@@ -1910,7 +1913,7 @@ await client.transfers.initiateDeposit({
1910
1913
  <dl>
1911
1914
  <dd>
1912
1915
 
1913
- **request:** `Natural.NewDepositParams`
1916
+ **request:** `Natural.GetExternalPartiesRequest`
1914
1917
 
1915
1918
  </dd>
1916
1919
  </dl>
@@ -1918,7 +1921,7 @@ await client.transfers.initiateDeposit({
1918
1921
  <dl>
1919
1922
  <dd>
1920
1923
 
1921
- **requestOptions:** `TransfersClient.RequestOptions`
1924
+ **requestOptions:** `ExternalPartiesClient.RequestOptions`
1922
1925
 
1923
1926
  </dd>
1924
1927
  </dl>
@@ -1930,7 +1933,7 @@ await client.transfers.initiateDeposit({
1930
1933
  </dl>
1931
1934
  </details>
1932
1935
 
1933
- <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">initiateWithdrawal</a>({ ...params }) -> Natural.Withdrawal</code></summary>
1936
+ <details><summary><code>client.externalParties.<a href="/src/api/resources/externalParties/client/Client.ts">correctAddress</a>({ ...params }) -> Natural.CorrectAddressExternalPartiesResponse</code></summary>
1934
1937
  <dl>
1935
1938
  <dd>
1936
1939
 
@@ -1942,7 +1945,7 @@ await client.transfers.initiateDeposit({
1942
1945
  <dl>
1943
1946
  <dd>
1944
1947
 
1945
- Move funds from a wallet to a linked bank account
1948
+ Correct a beneficiary address and synchronize existing bank accounts. Retry the same address after an incomplete synchronization.
1946
1949
  </dd>
1947
1950
  </dl>
1948
1951
  </dd>
@@ -1957,15 +1960,15 @@ Move funds from a wallet to a linked bank account
1957
1960
  <dd>
1958
1961
 
1959
1962
  ```typescript
1960
- await client.transfers.initiateWithdrawal({
1961
- idempotencyKey: "Idempotency-Key",
1962
- amount: 12500,
1963
- currency: "USD",
1964
- externalAccountId: "eac_550e8400e29b41d4a716446655440000",
1965
- method: "standard",
1966
- description: "Payout transfer",
1967
- tags: {
1968
- "workflow": "treasury"
1963
+ await client.externalParties.correctAddress({
1964
+ externalPartyId: "externalPartyId",
1965
+ expectedAddressVersion: 0,
1966
+ address: {
1967
+ line1: "456 Market St",
1968
+ city: "San Francisco",
1969
+ state: "CA",
1970
+ postalCode: "94105",
1971
+ countryCode: "US"
1969
1972
  }
1970
1973
  });
1971
1974
 
@@ -1983,7 +1986,7 @@ await client.transfers.initiateWithdrawal({
1983
1986
  <dl>
1984
1987
  <dd>
1985
1988
 
1986
- **request:** `Natural.NewWithdrawalParams`
1989
+ **request:** `Natural.CorrectAddressExternalPartiesRequest`
1987
1990
 
1988
1991
  </dd>
1989
1992
  </dl>
@@ -1991,7 +1994,7 @@ await client.transfers.initiateWithdrawal({
1991
1994
  <dl>
1992
1995
  <dd>
1993
1996
 
1994
- **requestOptions:** `TransfersClient.RequestOptions`
1997
+ **requestOptions:** `ExternalPartiesClient.RequestOptions`
1995
1998
 
1996
1999
  </dd>
1997
2000
  </dl>
@@ -2003,7 +2006,8 @@ await client.transfers.initiateWithdrawal({
2003
2006
  </dl>
2004
2007
  </details>
2005
2008
 
2006
- <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">initiateInternal</a>({ ...params }) -> Natural.InitiateInternalTransfersResponse</code></summary>
2009
+ ## External Party Accounts
2010
+ <details><summary><code>client.externalPartyAccounts.<a href="/src/api/resources/externalPartyAccounts/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListExternalPartyAccountsResponseDataItem, Natural.ExtPartyAcct&gt;</code></summary>
2007
2011
  <dl>
2008
2012
  <dd>
2009
2013
 
@@ -2015,7 +2019,7 @@ await client.transfers.initiateWithdrawal({
2015
2019
  <dl>
2016
2020
  <dd>
2017
2021
 
2018
- Move funds between two wallets
2022
+ List the accounts that belong to an external party
2019
2023
  </dd>
2020
2024
  </dl>
2021
2025
  </dd>
@@ -2030,16 +2034,23 @@ Move funds between two wallets
2030
2034
  <dd>
2031
2035
 
2032
2036
  ```typescript
2033
- await client.transfers.initiateInternal({
2034
- idempotencyKey: "Idempotency-Key",
2035
- amount: 5000,
2036
- sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
2037
- destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
2038
- description: "Sweep to vault",
2039
- tags: {
2040
- "workflow": "treasury"
2041
- }
2037
+ const pageableResponse = await client.externalPartyAccounts.list({
2038
+ externalPartyId: "externalPartyId"
2039
+ });
2040
+ for await (const item of pageableResponse) {
2041
+ console.log(item);
2042
+ }
2043
+
2044
+ // Or you can manually iterate page-by-page
2045
+ let page = await client.externalPartyAccounts.list({
2046
+ externalPartyId: "externalPartyId"
2042
2047
  });
2048
+ while (page.hasNextPage()) {
2049
+ page = page.getNextPage();
2050
+ }
2051
+
2052
+ // You can also access the underlying response
2053
+ const response = page.response;
2043
2054
 
2044
2055
  ```
2045
2056
  </dd>
@@ -2055,7 +2066,7 @@ await client.transfers.initiateInternal({
2055
2066
  <dl>
2056
2067
  <dd>
2057
2068
 
2058
- **request:** `Natural.InitiateInternalTransfersRequest`
2069
+ **request:** `Natural.ListExternalPartyAccountsRequest`
2059
2070
 
2060
2071
  </dd>
2061
2072
  </dl>
@@ -2063,7 +2074,7 @@ await client.transfers.initiateInternal({
2063
2074
  <dl>
2064
2075
  <dd>
2065
2076
 
2066
- **requestOptions:** `TransfersClient.RequestOptions`
2077
+ **requestOptions:** `ExternalPartyAccountsClient.RequestOptions`
2067
2078
 
2068
2079
  </dd>
2069
2080
  </dl>
@@ -2075,7 +2086,7 @@ await client.transfers.initiateInternal({
2075
2086
  </dl>
2076
2087
  </details>
2077
2088
 
2078
- <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListTransfersResponseDataItem, Natural.Transfer&gt;</code></summary>
2089
+ <details><summary><code>client.externalPartyAccounts.<a href="/src/api/resources/externalPartyAccounts/client/Client.ts">create</a>({ ...params }) -> Natural.NewExtPartyAcct</code></summary>
2079
2090
  <dl>
2080
2091
  <dd>
2081
2092
 
@@ -2087,7 +2098,7 @@ await client.transfers.initiateInternal({
2087
2098
  <dl>
2088
2099
  <dd>
2089
2100
 
2090
- List transfers
2101
+ Store banking details for an external party
2091
2102
  </dd>
2092
2103
  </dl>
2093
2104
  </dd>
@@ -2102,19 +2113,17 @@ List transfers
2102
2113
  <dd>
2103
2114
 
2104
2115
  ```typescript
2105
- const pageableResponse = await client.transfers.list();
2106
- for await (const item of pageableResponse) {
2107
- console.log(item);
2108
- }
2109
-
2110
- // Or you can manually iterate page-by-page
2111
- let page = await client.transfers.list();
2112
- while (page.hasNextPage()) {
2113
- page = page.getNextPage();
2114
- }
2115
-
2116
- // You can also access the underlying response
2117
- const response = page.response;
2116
+ await client.externalPartyAccounts.create({
2117
+ idempotencyKey: "Idempotency-Key",
2118
+ externalPartyId: "epty_550e8400e29b41d4a716446655440000",
2119
+ accountDetails: {
2120
+ type: "us_bank_account",
2121
+ accountType: "checking",
2122
+ accountNumber: "123456786789",
2123
+ routingNumber: "121000358"
2124
+ },
2125
+ institutionName: "First National Bank"
2126
+ });
2118
2127
 
2119
2128
  ```
2120
2129
  </dd>
@@ -2130,7 +2139,7 @@ const response = page.response;
2130
2139
  <dl>
2131
2140
  <dd>
2132
2141
 
2133
- **request:** `Natural.ListTransfersRequest`
2142
+ **request:** `Natural.NewExtPartyAcctParams`
2134
2143
 
2135
2144
  </dd>
2136
2145
  </dl>
@@ -2138,7 +2147,7 @@ const response = page.response;
2138
2147
  <dl>
2139
2148
  <dd>
2140
2149
 
2141
- **requestOptions:** `TransfersClient.RequestOptions`
2150
+ **requestOptions:** `ExternalPartyAccountsClient.RequestOptions`
2142
2151
 
2143
2152
  </dd>
2144
2153
  </dl>
@@ -2150,7 +2159,7 @@ const response = page.response;
2150
2159
  </dl>
2151
2160
  </details>
2152
2161
 
2153
- <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">get</a>({ ...params }) -> Natural.TransferDetail</code></summary>
2162
+ <details><summary><code>client.externalPartyAccounts.<a href="/src/api/resources/externalPartyAccounts/client/Client.ts">get</a>({ ...params }) -> Natural.ExtPartyAcctDetail</code></summary>
2154
2163
  <dl>
2155
2164
  <dd>
2156
2165
 
@@ -2162,7 +2171,7 @@ const response = page.response;
2162
2171
  <dl>
2163
2172
  <dd>
2164
2173
 
2165
- Get a transfer
2174
+ Get an external party account by ID
2166
2175
  </dd>
2167
2176
  </dl>
2168
2177
  </dd>
@@ -2177,8 +2186,8 @@ Get a transfer
2177
2186
  <dd>
2178
2187
 
2179
2188
  ```typescript
2180
- await client.transfers.get({
2181
- transferId: "transferId"
2189
+ await client.externalPartyAccounts.get({
2190
+ externalPartyAccountId: "externalPartyAccountId"
2182
2191
  });
2183
2192
 
2184
2193
  ```
@@ -2195,7 +2204,7 @@ await client.transfers.get({
2195
2204
  <dl>
2196
2205
  <dd>
2197
2206
 
2198
- **request:** `Natural.GetTransfersRequest`
2207
+ **request:** `Natural.GetExternalPartyAccountsRequest`
2199
2208
 
2200
2209
  </dd>
2201
2210
  </dl>
@@ -2203,7 +2212,7 @@ await client.transfers.get({
2203
2212
  <dl>
2204
2213
  <dd>
2205
2214
 
2206
- **requestOptions:** `TransfersClient.RequestOptions`
2215
+ **requestOptions:** `ExternalPartyAccountsClient.RequestOptions`
2207
2216
 
2208
2217
  </dd>
2209
2218
  </dl>
@@ -2215,8 +2224,8 @@ await client.transfers.get({
2215
2224
  </dl>
2216
2225
  </details>
2217
2226
 
2218
- ## PaymentRequests
2219
- <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListPaymentRequestsResponseDataItem, Natural.PayReq&gt;</code></summary>
2227
+ ## ACH
2228
+ <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListAchResponseDataItem, Natural.Ach&gt;</code></summary>
2220
2229
  <dl>
2221
2230
  <dd>
2222
2231
 
@@ -2228,7 +2237,7 @@ await client.transfers.get({
2228
2237
  <dl>
2229
2238
  <dd>
2230
2239
 
2231
- List outgoing payment requests
2240
+ List your ACH payments
2232
2241
  </dd>
2233
2242
  </dl>
2234
2243
  </dd>
@@ -2243,13 +2252,13 @@ List outgoing payment requests
2243
2252
  <dd>
2244
2253
 
2245
2254
  ```typescript
2246
- const pageableResponse = await client.paymentRequests.list();
2255
+ const pageableResponse = await client.ach.list();
2247
2256
  for await (const item of pageableResponse) {
2248
2257
  console.log(item);
2249
2258
  }
2250
2259
 
2251
2260
  // Or you can manually iterate page-by-page
2252
- let page = await client.paymentRequests.list();
2261
+ let page = await client.ach.list();
2253
2262
  while (page.hasNextPage()) {
2254
2263
  page = page.getNextPage();
2255
2264
  }
@@ -2271,7 +2280,7 @@ const response = page.response;
2271
2280
  <dl>
2272
2281
  <dd>
2273
2282
 
2274
- **request:** `Natural.ListPaymentRequestsRequest`
2283
+ **request:** `Natural.ListAchRequest`
2275
2284
 
2276
2285
  </dd>
2277
2286
  </dl>
@@ -2279,7 +2288,7 @@ const response = page.response;
2279
2288
  <dl>
2280
2289
  <dd>
2281
2290
 
2282
- **requestOptions:** `PaymentRequestsClient.RequestOptions`
2291
+ **requestOptions:** `AchClient.RequestOptions`
2283
2292
 
2284
2293
  </dd>
2285
2294
  </dl>
@@ -2291,7 +2300,7 @@ const response = page.response;
2291
2300
  </dl>
2292
2301
  </details>
2293
2302
 
2294
- <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">create</a>({ ...params }) -> Natural.NewPayReq</code></summary>
2303
+ <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">create</a>({ ...params }) -> Natural.NewAch</code></summary>
2295
2304
  <dl>
2296
2305
  <dd>
2297
2306
 
@@ -2303,7 +2312,7 @@ const response = page.response;
2303
2312
  <dl>
2304
2313
  <dd>
2305
2314
 
2306
- Create a payment request
2315
+ Create an ACH payment to an external party account
2307
2316
  </dd>
2308
2317
  </dl>
2309
2318
  </dd>
@@ -2318,19 +2327,13 @@ Create a payment request
2318
2327
  <dd>
2319
2328
 
2320
2329
  ```typescript
2321
- await client.paymentRequests.create({
2330
+ await client.ach.create({
2322
2331
  idempotencyKey: "Idempotency-Key",
2323
- amount: 2500,
2332
+ direction: "credit",
2333
+ amount: 25000,
2324
2334
  currency: "USD",
2325
- description: "Invoice 7",
2326
- tags: {
2327
- "invoice_id": "inv_7"
2328
- },
2329
- payerName: "Ada Lovelace",
2330
- payer: {
2331
- type: "email",
2332
- value: "ada@example.com"
2333
- }
2335
+ externalPartyAccountId: "epa_550e8400e29b41d4a716446655440000",
2336
+ companyEntryDescription: "PAYOUT"
2334
2337
  });
2335
2338
 
2336
2339
  ```
@@ -2347,7 +2350,7 @@ await client.paymentRequests.create({
2347
2350
  <dl>
2348
2351
  <dd>
2349
2352
 
2350
- **request:** `Natural.NewPayReqParams`
2353
+ **request:** `Natural.NewAchParams`
2351
2354
 
2352
2355
  </dd>
2353
2356
  </dl>
@@ -2355,7 +2358,7 @@ await client.paymentRequests.create({
2355
2358
  <dl>
2356
2359
  <dd>
2357
2360
 
2358
- **requestOptions:** `PaymentRequestsClient.RequestOptions`
2361
+ **requestOptions:** `AchClient.RequestOptions`
2359
2362
 
2360
2363
  </dd>
2361
2364
  </dl>
@@ -2367,7 +2370,7 @@ await client.paymentRequests.create({
2367
2370
  </dl>
2368
2371
  </details>
2369
2372
 
2370
- <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">listIncoming</a>({ ...params }) -> core.Page&lt;Natural.ListIncomingPaymentRequestsResponseDataItem, Natural.IncomingReq&gt;</code></summary>
2373
+ <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">get</a>({ ...params }) -> Natural.AchDetail</code></summary>
2371
2374
  <dl>
2372
2375
  <dd>
2373
2376
 
@@ -2379,7 +2382,7 @@ await client.paymentRequests.create({
2379
2382
  <dl>
2380
2383
  <dd>
2381
2384
 
2382
- List incoming payment requests
2385
+ Get an ACH payment
2383
2386
  </dd>
2384
2387
  </dl>
2385
2388
  </dd>
@@ -2394,19 +2397,9 @@ List incoming payment requests
2394
2397
  <dd>
2395
2398
 
2396
2399
  ```typescript
2397
- const pageableResponse = await client.paymentRequests.listIncoming();
2398
- for await (const item of pageableResponse) {
2399
- console.log(item);
2400
- }
2401
-
2402
- // Or you can manually iterate page-by-page
2403
- let page = await client.paymentRequests.listIncoming();
2404
- while (page.hasNextPage()) {
2405
- page = page.getNextPage();
2406
- }
2407
-
2408
- // You can also access the underlying response
2409
- const response = page.response;
2400
+ await client.ach.get({
2401
+ achId: "achId"
2402
+ });
2410
2403
 
2411
2404
  ```
2412
2405
  </dd>
@@ -2422,7 +2415,7 @@ const response = page.response;
2422
2415
  <dl>
2423
2416
  <dd>
2424
2417
 
2425
- **request:** `Natural.ListIncomingPaymentRequestsRequest`
2418
+ **request:** `Natural.GetAchRequest`
2426
2419
 
2427
2420
  </dd>
2428
2421
  </dl>
@@ -2430,7 +2423,7 @@ const response = page.response;
2430
2423
  <dl>
2431
2424
  <dd>
2432
2425
 
2433
- **requestOptions:** `PaymentRequestsClient.RequestOptions`
2426
+ **requestOptions:** `AchClient.RequestOptions`
2434
2427
 
2435
2428
  </dd>
2436
2429
  </dl>
@@ -2442,7 +2435,7 @@ const response = page.response;
2442
2435
  </dl>
2443
2436
  </details>
2444
2437
 
2445
- <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">get</a>({ ...params }) -> Natural.PayReqDetail</code></summary>
2438
+ <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">cancel</a>({ ...params }) -> Natural.CancelledAch</code></summary>
2446
2439
  <dl>
2447
2440
  <dd>
2448
2441
 
@@ -2454,7 +2447,7 @@ const response = page.response;
2454
2447
  <dl>
2455
2448
  <dd>
2456
2449
 
2457
- Get a payment request
2450
+ Cancel an ACH payment before submission
2458
2451
  </dd>
2459
2452
  </dl>
2460
2453
  </dd>
@@ -2469,8 +2462,10 @@ Get a payment request
2469
2462
  <dd>
2470
2463
 
2471
2464
  ```typescript
2472
- await client.paymentRequests.get({
2473
- paymentRequestId: "paymentRequestId"
2465
+ await client.ach.cancel({
2466
+ idempotencyKey: "Idempotency-Key",
2467
+ achId: "achId",
2468
+ reason: "Duplicate payout"
2474
2469
  });
2475
2470
 
2476
2471
  ```
@@ -2487,7 +2482,7 @@ await client.paymentRequests.get({
2487
2482
  <dl>
2488
2483
  <dd>
2489
2484
 
2490
- **request:** `Natural.GetPaymentRequestsRequest`
2485
+ **request:** `Natural.CancelAchParams`
2491
2486
 
2492
2487
  </dd>
2493
2488
  </dl>
@@ -2495,7 +2490,7 @@ await client.paymentRequests.get({
2495
2490
  <dl>
2496
2491
  <dd>
2497
2492
 
2498
- **requestOptions:** `PaymentRequestsClient.RequestOptions`
2493
+ **requestOptions:** `AchClient.RequestOptions`
2499
2494
 
2500
2495
  </dd>
2501
2496
  </dl>
@@ -2507,7 +2502,8 @@ await client.paymentRequests.get({
2507
2502
  </dl>
2508
2503
  </details>
2509
2504
 
2510
- <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">fulfill</a>({ ...params }) -> Natural.FulfilledReq</code></summary>
2505
+ ## Realtime
2506
+ <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">list</a>({ ...params }) -> Natural.ListRealtimeResponse</code></summary>
2511
2507
  <dl>
2512
2508
  <dd>
2513
2509
 
@@ -2519,7 +2515,7 @@ await client.paymentRequests.get({
2519
2515
  <dl>
2520
2516
  <dd>
2521
2517
 
2522
- Fulfill an open payment request from a wallet or a verified linked bank account
2518
+ List your realtime payments
2523
2519
  </dd>
2524
2520
  </dl>
2525
2521
  </dd>
@@ -2534,17 +2530,7 @@ Fulfill an open payment request from a wallet or a verified linked bank account
2534
2530
  <dd>
2535
2531
 
2536
2532
  ```typescript
2537
- await client.paymentRequests.fulfill({
2538
- idempotencyKey: "Idempotency-Key",
2539
- paymentRequestId: "paymentRequestId",
2540
- paymentSource: {
2541
- type: "wallet",
2542
- walletId: "wal_550e8400e29b41d4a716446655440000"
2543
- },
2544
- tags: {
2545
- "invoice_id": "inv_7"
2546
- }
2547
- });
2533
+ await client.realtime.list();
2548
2534
 
2549
2535
  ```
2550
2536
  </dd>
@@ -2560,7 +2546,7 @@ await client.paymentRequests.fulfill({
2560
2546
  <dl>
2561
2547
  <dd>
2562
2548
 
2563
- **request:** `Natural.NewFulfilledReqParams`
2549
+ **request:** `Natural.ListRealtimeRequest`
2564
2550
 
2565
2551
  </dd>
2566
2552
  </dl>
@@ -2568,7 +2554,7 @@ await client.paymentRequests.fulfill({
2568
2554
  <dl>
2569
2555
  <dd>
2570
2556
 
2571
- **requestOptions:** `PaymentRequestsClient.RequestOptions`
2557
+ **requestOptions:** `RealtimeClient.RequestOptions`
2572
2558
 
2573
2559
  </dd>
2574
2560
  </dl>
@@ -2580,7 +2566,7 @@ await client.paymentRequests.fulfill({
2580
2566
  </dl>
2581
2567
  </details>
2582
2568
 
2583
- <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">decline</a>({ ...params }) -> Natural.DeclinedReq</code></summary>
2569
+ <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">create</a>({ ...params }) -> Natural.CreateRealtimeResponse</code></summary>
2584
2570
  <dl>
2585
2571
  <dd>
2586
2572
 
@@ -2592,7 +2578,7 @@ await client.paymentRequests.fulfill({
2592
2578
  <dl>
2593
2579
  <dd>
2594
2580
 
2595
- Decline an open incoming payment request
2581
+ Create a realtime payment to an external party account
2596
2582
  </dd>
2597
2583
  </dl>
2598
2584
  </dd>
@@ -2607,9 +2593,12 @@ Decline an open incoming payment request
2607
2593
  <dd>
2608
2594
 
2609
2595
  ```typescript
2610
- await client.paymentRequests.decline({
2596
+ await client.realtime.create({
2611
2597
  idempotencyKey: "Idempotency-Key",
2612
- paymentRequestId: "paymentRequestId"
2598
+ amount: 25000,
2599
+ currency: "USD",
2600
+ externalPartyAccountId: "epa_550e8400e29b41d4a716446655440000",
2601
+ description: "Invoice 1042 settlement"
2613
2602
  });
2614
2603
 
2615
2604
  ```
@@ -2626,7 +2615,7 @@ await client.paymentRequests.decline({
2626
2615
  <dl>
2627
2616
  <dd>
2628
2617
 
2629
- **request:** `Natural.DeclinePaymentRequestsRequest`
2618
+ **request:** `Natural.CreateRealtimeRequest`
2630
2619
 
2631
2620
  </dd>
2632
2621
  </dl>
@@ -2634,7 +2623,7 @@ await client.paymentRequests.decline({
2634
2623
  <dl>
2635
2624
  <dd>
2636
2625
 
2637
- **requestOptions:** `PaymentRequestsClient.RequestOptions`
2626
+ **requestOptions:** `RealtimeClient.RequestOptions`
2638
2627
 
2639
2628
  </dd>
2640
2629
  </dl>
@@ -2646,7 +2635,7 @@ await client.paymentRequests.decline({
2646
2635
  </dl>
2647
2636
  </details>
2648
2637
 
2649
- <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">cancel</a>({ ...params }) -> Natural.CancelPaymentRequestsResponse</code></summary>
2638
+ <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">get</a>({ ...params }) -> Natural.GetRealtimeResponse</code></summary>
2650
2639
  <dl>
2651
2640
  <dd>
2652
2641
 
@@ -2658,7 +2647,7 @@ await client.paymentRequests.decline({
2658
2647
  <dl>
2659
2648
  <dd>
2660
2649
 
2661
- Cancel an open outgoing payment request
2650
+ Get a realtime payment
2662
2651
  </dd>
2663
2652
  </dl>
2664
2653
  </dd>
@@ -2673,9 +2662,8 @@ Cancel an open outgoing payment request
2673
2662
  <dd>
2674
2663
 
2675
2664
  ```typescript
2676
- await client.paymentRequests.cancel({
2677
- idempotencyKey: "Idempotency-Key",
2678
- paymentRequestId: "paymentRequestId"
2665
+ await client.realtime.get({
2666
+ realtimeId: "realtimeId"
2679
2667
  });
2680
2668
 
2681
2669
  ```
@@ -2692,7 +2680,7 @@ await client.paymentRequests.cancel({
2692
2680
  <dl>
2693
2681
  <dd>
2694
2682
 
2695
- **request:** `Natural.CancelPaymentRequestsRequest`
2683
+ **request:** `Natural.GetRealtimeRequest`
2696
2684
 
2697
2685
  </dd>
2698
2686
  </dl>
@@ -2700,7 +2688,7 @@ await client.paymentRequests.cancel({
2700
2688
  <dl>
2701
2689
  <dd>
2702
2690
 
2703
- **requestOptions:** `PaymentRequestsClient.RequestOptions`
2691
+ **requestOptions:** `RealtimeClient.RequestOptions`
2704
2692
 
2705
2693
  </dd>
2706
2694
  </dl>
@@ -2712,8 +2700,7 @@ await client.paymentRequests.cancel({
2712
2700
  </dl>
2713
2701
  </details>
2714
2702
 
2715
- ## Approvals
2716
- <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">list</a>({ ...params }) -> Natural.Approval</code></summary>
2703
+ <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">cancel</a>({ ...params }) -> Natural.CancelRealtimeResponse</code></summary>
2717
2704
  <dl>
2718
2705
  <dd>
2719
2706
 
@@ -2725,7 +2712,7 @@ await client.paymentRequests.cancel({
2725
2712
  <dl>
2726
2713
  <dd>
2727
2714
 
2728
- List approvals
2715
+ Cancel a realtime payment before submission
2729
2716
  </dd>
2730
2717
  </dl>
2731
2718
  </dd>
@@ -2740,7 +2727,11 @@ List approvals
2740
2727
  <dd>
2741
2728
 
2742
2729
  ```typescript
2743
- await client.approvals.list();
2730
+ await client.realtime.cancel({
2731
+ idempotencyKey: "Idempotency-Key",
2732
+ realtimeId: "realtimeId",
2733
+ reason: "Duplicate payment"
2734
+ });
2744
2735
 
2745
2736
  ```
2746
2737
  </dd>
@@ -2756,7 +2747,7 @@ await client.approvals.list();
2756
2747
  <dl>
2757
2748
  <dd>
2758
2749
 
2759
- **request:** `Natural.ListApprovalsRequest`
2750
+ **request:** `Natural.CancelRealtimeRequest`
2760
2751
 
2761
2752
  </dd>
2762
2753
  </dl>
@@ -2764,7 +2755,7 @@ await client.approvals.list();
2764
2755
  <dl>
2765
2756
  <dd>
2766
2757
 
2767
- **requestOptions:** `ApprovalsClient.RequestOptions`
2758
+ **requestOptions:** `RealtimeClient.RequestOptions`
2768
2759
 
2769
2760
  </dd>
2770
2761
  </dl>
@@ -2776,7 +2767,8 @@ await client.approvals.list();
2776
2767
  </dl>
2777
2768
  </details>
2778
2769
 
2779
- <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">get</a>({ ...params }) -> Natural.ApprovalDetail</code></summary>
2770
+ ## Wire
2771
+ <details><summary><code>client.wire.<a href="/src/api/resources/wire/client/Client.ts">list</a>({ ...params }) -> Natural.ListWireResponse</code></summary>
2780
2772
  <dl>
2781
2773
  <dd>
2782
2774
 
@@ -2788,7 +2780,7 @@ await client.approvals.list();
2788
2780
  <dl>
2789
2781
  <dd>
2790
2782
 
2791
- Get an approval
2783
+ List your wire payments
2792
2784
  </dd>
2793
2785
  </dl>
2794
2786
  </dd>
@@ -2803,9 +2795,7 @@ Get an approval
2803
2795
  <dd>
2804
2796
 
2805
2797
  ```typescript
2806
- await client.approvals.get({
2807
- approvalId: "approvalId"
2808
- });
2798
+ await client.wire.list();
2809
2799
 
2810
2800
  ```
2811
2801
  </dd>
@@ -2821,7 +2811,7 @@ await client.approvals.get({
2821
2811
  <dl>
2822
2812
  <dd>
2823
2813
 
2824
- **request:** `Natural.GetApprovalsRequest`
2814
+ **request:** `Natural.ListWireRequest`
2825
2815
 
2826
2816
  </dd>
2827
2817
  </dl>
@@ -2829,7 +2819,7 @@ await client.approvals.get({
2829
2819
  <dl>
2830
2820
  <dd>
2831
2821
 
2832
- **requestOptions:** `ApprovalsClient.RequestOptions`
2822
+ **requestOptions:** `WireClient.RequestOptions`
2833
2823
 
2834
2824
  </dd>
2835
2825
  </dl>
@@ -2841,7 +2831,7 @@ await client.approvals.get({
2841
2831
  </dl>
2842
2832
  </details>
2843
2833
 
2844
- <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">approve</a>({ ...params }) -> Natural.ApproveResult</code></summary>
2834
+ <details><summary><code>client.wire.<a href="/src/api/resources/wire/client/Client.ts">create</a>({ ...params }) -> Natural.CreateWireResponse</code></summary>
2845
2835
  <dl>
2846
2836
  <dd>
2847
2837
 
@@ -2853,7 +2843,7 @@ await client.approvals.get({
2853
2843
  <dl>
2854
2844
  <dd>
2855
2845
 
2856
- Approve the payment or transfer under review
2846
+ Create a wire payment to an external party account
2857
2847
  </dd>
2858
2848
  </dl>
2859
2849
  </dd>
@@ -2868,9 +2858,12 @@ Approve the payment or transfer under review
2868
2858
  <dd>
2869
2859
 
2870
2860
  ```typescript
2871
- await client.approvals.approve({
2861
+ await client.wire.create({
2872
2862
  idempotencyKey: "Idempotency-Key",
2873
- approvalId: "approvalId"
2863
+ amount: 25000,
2864
+ currency: "USD",
2865
+ externalPartyAccountId: "epa_550e8400e29b41d4a716446655440000",
2866
+ description: "Invoice 1042 settlement"
2874
2867
  });
2875
2868
 
2876
2869
  ```
@@ -2887,7 +2880,7 @@ await client.approvals.approve({
2887
2880
  <dl>
2888
2881
  <dd>
2889
2882
 
2890
- **request:** `Natural.ApproveApprovalsRequest`
2883
+ **request:** `Natural.CreateWireRequest`
2891
2884
 
2892
2885
  </dd>
2893
2886
  </dl>
@@ -2895,7 +2888,7 @@ await client.approvals.approve({
2895
2888
  <dl>
2896
2889
  <dd>
2897
2890
 
2898
- **requestOptions:** `ApprovalsClient.RequestOptions`
2891
+ **requestOptions:** `WireClient.RequestOptions`
2899
2892
 
2900
2893
  </dd>
2901
2894
  </dl>
@@ -2907,7 +2900,7 @@ await client.approvals.approve({
2907
2900
  </dl>
2908
2901
  </details>
2909
2902
 
2910
- <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">deny</a>({ ...params }) -> Natural.DenyResult</code></summary>
2903
+ <details><summary><code>client.wire.<a href="/src/api/resources/wire/client/Client.ts">get</a>({ ...params }) -> Natural.GetWireResponse</code></summary>
2911
2904
  <dl>
2912
2905
  <dd>
2913
2906
 
@@ -2919,7 +2912,7 @@ await client.approvals.approve({
2919
2912
  <dl>
2920
2913
  <dd>
2921
2914
 
2922
- Deny the payment or transfer under review
2915
+ Get a wire payment
2923
2916
  </dd>
2924
2917
  </dl>
2925
2918
  </dd>
@@ -2934,10 +2927,8 @@ Deny the payment or transfer under review
2934
2927
  <dd>
2935
2928
 
2936
2929
  ```typescript
2937
- await client.approvals.deny({
2938
- idempotencyKey: "Idempotency-Key",
2939
- approvalId: "approvalId",
2940
- reason: "Invoice does not match the vendor's bank account on file"
2930
+ await client.wire.get({
2931
+ wireId: "wireId"
2941
2932
  });
2942
2933
 
2943
2934
  ```
@@ -2954,7 +2945,7 @@ await client.approvals.deny({
2954
2945
  <dl>
2955
2946
  <dd>
2956
2947
 
2957
- **request:** `Natural.DenyApprovalsRequest`
2948
+ **request:** `Natural.GetWireRequest`
2958
2949
 
2959
2950
  </dd>
2960
2951
  </dl>
@@ -2962,7 +2953,7 @@ await client.approvals.deny({
2962
2953
  <dl>
2963
2954
  <dd>
2964
2955
 
2965
- **requestOptions:** `ApprovalsClient.RequestOptions`
2956
+ **requestOptions:** `WireClient.RequestOptions`
2966
2957
 
2967
2958
  </dd>
2968
2959
  </dl>
@@ -2974,8 +2965,7 @@ await client.approvals.deny({
2974
2965
  </dl>
2975
2966
  </details>
2976
2967
 
2977
- ## Invitations
2978
- <details><summary><code>client.invitations.<a href="/src/api/resources/invitations/client/Client.ts">list</a>({ ...params }) -> Natural.ListInvitationsResponse</code></summary>
2968
+ <details><summary><code>client.wire.<a href="/src/api/resources/wire/client/Client.ts">cancel</a>({ ...params }) -> Natural.CancelWireResponse</code></summary>
2979
2969
  <dl>
2980
2970
  <dd>
2981
2971
 
@@ -2987,7 +2977,7 @@ await client.approvals.deny({
2987
2977
  <dl>
2988
2978
  <dd>
2989
2979
 
2990
- List party invitations
2980
+ Cancel a wire payment before submission
2991
2981
  </dd>
2992
2982
  </dl>
2993
2983
  </dd>
@@ -3002,7 +2992,11 @@ List party invitations
3002
2992
  <dd>
3003
2993
 
3004
2994
  ```typescript
3005
- await client.invitations.list();
2995
+ await client.wire.cancel({
2996
+ idempotencyKey: "Idempotency-Key",
2997
+ wireId: "wireId",
2998
+ reason: "Duplicate payment"
2999
+ });
3006
3000
 
3007
3001
  ```
3008
3002
  </dd>
@@ -3018,7 +3012,7 @@ await client.invitations.list();
3018
3012
  <dl>
3019
3013
  <dd>
3020
3014
 
3021
- **request:** `Natural.ListInvitationsRequest`
3015
+ **request:** `Natural.CancelWireRequest`
3022
3016
 
3023
3017
  </dd>
3024
3018
  </dl>
@@ -3026,7 +3020,7 @@ await client.invitations.list();
3026
3020
  <dl>
3027
3021
  <dd>
3028
3022
 
3029
- **requestOptions:** `InvitationsClient.RequestOptions`
3023
+ **requestOptions:** `WireClient.RequestOptions`
3030
3024
 
3031
3025
  </dd>
3032
3026
  </dl>
@@ -3038,7 +3032,8 @@ await client.invitations.list();
3038
3032
  </dl>
3039
3033
  </details>
3040
3034
 
3041
- <details><summary><code>client.invitations.<a href="/src/api/resources/invitations/client/Client.ts">create</a>({ ...params }) -> Natural.CreateInvitationsResponse</code></summary>
3035
+ ## Transactions
3036
+ <details><summary><code>client.transactions.<a href="/src/api/resources/transactions/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListTransactionsResponseDataItem, Natural.Txn&gt;</code></summary>
3042
3037
  <dl>
3043
3038
  <dd>
3044
3039
 
@@ -3050,7 +3045,7 @@ await client.invitations.list();
3050
3045
  <dl>
3051
3046
  <dd>
3052
3047
 
3053
- Invite people to join the party. Available for business parties.
3048
+ List transactions
3054
3049
  </dd>
3055
3050
  </dl>
3056
3051
  </dd>
@@ -3065,18 +3060,19 @@ Invite people to join the party. Available for business parties.
3065
3060
  <dd>
3066
3061
 
3067
3062
  ```typescript
3068
- await client.invitations.create({
3069
- invitations: [{
3070
- email: "engineer@velocitylogistics.com",
3071
- role: "MEMBER"
3072
- }, {
3073
- email: "cfo@velocitylogistics.com",
3074
- role: "ADMIN"
3075
- }],
3076
- tags: {
3077
- "team": "operations"
3078
- }
3079
- });
3063
+ const pageableResponse = await client.transactions.list();
3064
+ for await (const item of pageableResponse) {
3065
+ console.log(item);
3066
+ }
3067
+
3068
+ // Or you can manually iterate page-by-page
3069
+ let page = await client.transactions.list();
3070
+ while (page.hasNextPage()) {
3071
+ page = page.getNextPage();
3072
+ }
3073
+
3074
+ // You can also access the underlying response
3075
+ const response = page.response;
3080
3076
 
3081
3077
  ```
3082
3078
  </dd>
@@ -3092,7 +3088,7 @@ await client.invitations.create({
3092
3088
  <dl>
3093
3089
  <dd>
3094
3090
 
3095
- **request:** `Natural.CreateInvitationsRequest`
3091
+ **request:** `Natural.ListTransactionsRequest`
3096
3092
 
3097
3093
  </dd>
3098
3094
  </dl>
@@ -3100,7 +3096,7 @@ await client.invitations.create({
3100
3096
  <dl>
3101
3097
  <dd>
3102
3098
 
3103
- **requestOptions:** `InvitationsClient.RequestOptions`
3099
+ **requestOptions:** `TransactionsClient.RequestOptions`
3104
3100
 
3105
3101
  </dd>
3106
3102
  </dl>
@@ -3112,7 +3108,7 @@ await client.invitations.create({
3112
3108
  </dl>
3113
3109
  </details>
3114
3110
 
3115
- <details><summary><code>client.invitations.<a href="/src/api/resources/invitations/client/Client.ts">revoke</a>({ ...params }) -> Natural.RevokeInvitationsResponse</code></summary>
3111
+ <details><summary><code>client.transactions.<a href="/src/api/resources/transactions/client/Client.ts">get</a>({ ...params }) -> Natural.TxnDetail</code></summary>
3116
3112
  <dl>
3117
3113
  <dd>
3118
3114
 
@@ -3124,7 +3120,7 @@ await client.invitations.create({
3124
3120
  <dl>
3125
3121
  <dd>
3126
3122
 
3127
- Revoke a pending party invitation
3123
+ Get a transaction
3128
3124
  </dd>
3129
3125
  </dl>
3130
3126
  </dd>
@@ -3139,9 +3135,8 @@ Revoke a pending party invitation
3139
3135
  <dd>
3140
3136
 
3141
3137
  ```typescript
3142
- await client.invitations.revoke({
3143
- idempotencyKey: "Idempotency-Key",
3144
- invitationId: "invitationId"
3138
+ await client.transactions.get({
3139
+ transactionId: "transactionId"
3145
3140
  });
3146
3141
 
3147
3142
  ```
@@ -3158,7 +3153,7 @@ await client.invitations.revoke({
3158
3153
  <dl>
3159
3154
  <dd>
3160
3155
 
3161
- **request:** `Natural.RevokeInvitationsRequest`
3156
+ **request:** `Natural.GetTransactionsRequest`
3162
3157
 
3163
3158
  </dd>
3164
3159
  </dl>
@@ -3166,7 +3161,7 @@ await client.invitations.revoke({
3166
3161
  <dl>
3167
3162
  <dd>
3168
3163
 
3169
- **requestOptions:** `InvitationsClient.RequestOptions`
3164
+ **requestOptions:** `TransactionsClient.RequestOptions`
3170
3165
 
3171
3166
  </dd>
3172
3167
  </dl>
@@ -3178,8 +3173,8 @@ await client.invitations.revoke({
3178
3173
  </dl>
3179
3174
  </details>
3180
3175
 
3181
- ## Parties
3182
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">get</a>() -> Natural.MyPartyDetail</code></summary>
3176
+ ## Transfers
3177
+ <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">initiateDeposit</a>({ ...params }) -> Natural.Deposit</code></summary>
3183
3178
  <dl>
3184
3179
  <dd>
3185
3180
 
@@ -3191,7 +3186,7 @@ await client.invitations.revoke({
3191
3186
  <dl>
3192
3187
  <dd>
3193
3188
 
3194
- Get the current party
3189
+ Move funds from a linked bank account into a wallet
3195
3190
  </dd>
3196
3191
  </dl>
3197
3192
  </dd>
@@ -3206,7 +3201,16 @@ Get the current party
3206
3201
  <dd>
3207
3202
 
3208
3203
  ```typescript
3209
- await client.parties.get();
3204
+ await client.transfers.initiateDeposit({
3205
+ idempotencyKey: "Idempotency-Key",
3206
+ amount: 50000,
3207
+ currency: "USD",
3208
+ externalAccountId: "eac_550e8400e29b41d4a716446655440000",
3209
+ description: "Wallet top-up",
3210
+ tags: {
3211
+ "workflow": "treasury"
3212
+ }
3213
+ });
3210
3214
 
3211
3215
  ```
3212
3216
  </dd>
@@ -3222,7 +3226,15 @@ await client.parties.get();
3222
3226
  <dl>
3223
3227
  <dd>
3224
3228
 
3225
- **requestOptions:** `PartiesClient.RequestOptions`
3229
+ **request:** `Natural.NewDepositParams`
3230
+
3231
+ </dd>
3232
+ </dl>
3233
+
3234
+ <dl>
3235
+ <dd>
3236
+
3237
+ **requestOptions:** `TransfersClient.RequestOptions`
3226
3238
 
3227
3239
  </dd>
3228
3240
  </dl>
@@ -3234,7 +3246,7 @@ await client.parties.get();
3234
3246
  </dl>
3235
3247
  </details>
3236
3248
 
3237
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">update</a>({ ...params }) -> Natural.UpdMyParty</code></summary>
3249
+ <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">initiateWithdrawal</a>({ ...params }) -> Natural.Withdrawal</code></summary>
3238
3250
  <dl>
3239
3251
  <dd>
3240
3252
 
@@ -3246,7 +3258,7 @@ await client.parties.get();
3246
3258
  <dl>
3247
3259
  <dd>
3248
3260
 
3249
- Update the current party
3261
+ Move funds from a wallet to a linked bank account
3250
3262
  </dd>
3251
3263
  </dl>
3252
3264
  </dd>
@@ -3261,8 +3273,16 @@ Update the current party
3261
3273
  <dd>
3262
3274
 
3263
3275
  ```typescript
3264
- await client.parties.update({
3265
- displayName: "Natural Inc."
3276
+ await client.transfers.initiateWithdrawal({
3277
+ idempotencyKey: "Idempotency-Key",
3278
+ amount: 12500,
3279
+ currency: "USD",
3280
+ externalAccountId: "eac_550e8400e29b41d4a716446655440000",
3281
+ method: "standard",
3282
+ description: "Payout transfer",
3283
+ tags: {
3284
+ "workflow": "treasury"
3285
+ }
3266
3286
  });
3267
3287
 
3268
3288
  ```
@@ -3279,7 +3299,7 @@ await client.parties.update({
3279
3299
  <dl>
3280
3300
  <dd>
3281
3301
 
3282
- **request:** `Natural.UpdMyPartyParams`
3302
+ **request:** `Natural.NewWithdrawalParams`
3283
3303
 
3284
3304
  </dd>
3285
3305
  </dl>
@@ -3287,7 +3307,7 @@ await client.parties.update({
3287
3307
  <dl>
3288
3308
  <dd>
3289
3309
 
3290
- **requestOptions:** `PartiesClient.RequestOptions`
3310
+ **requestOptions:** `TransfersClient.RequestOptions`
3291
3311
 
3292
3312
  </dd>
3293
3313
  </dl>
@@ -3299,7 +3319,7 @@ await client.parties.update({
3299
3319
  </dl>
3300
3320
  </details>
3301
3321
 
3302
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">listMembers</a>({ ...params }) -> core.Page&lt;Natural.ListMembersPartiesResponseDataItem, Natural.ListMembersPartiesResponse&gt;</code></summary>
3322
+ <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">initiateInternal</a>({ ...params }) -> Natural.InitiateInternalTransfersResponse</code></summary>
3303
3323
  <dl>
3304
3324
  <dd>
3305
3325
 
@@ -3311,7 +3331,7 @@ await client.parties.update({
3311
3331
  <dl>
3312
3332
  <dd>
3313
3333
 
3314
- List active members of the party. Available for business parties.
3334
+ Move funds between two wallets
3315
3335
  </dd>
3316
3336
  </dl>
3317
3337
  </dd>
@@ -3326,19 +3346,16 @@ List active members of the party. Available for business parties.
3326
3346
  <dd>
3327
3347
 
3328
3348
  ```typescript
3329
- const pageableResponse = await client.parties.listMembers();
3330
- for await (const item of pageableResponse) {
3331
- console.log(item);
3332
- }
3333
-
3334
- // Or you can manually iterate page-by-page
3335
- let page = await client.parties.listMembers();
3336
- while (page.hasNextPage()) {
3337
- page = page.getNextPage();
3338
- }
3339
-
3340
- // You can also access the underlying response
3341
- const response = page.response;
3349
+ await client.transfers.initiateInternal({
3350
+ idempotencyKey: "Idempotency-Key",
3351
+ amount: 5000,
3352
+ sourceWalletId: "wal_550e8400e29b41d4a716446655440000",
3353
+ destWalletId: "wal_7c9e6679e29b41d4a716446655440002",
3354
+ description: "Sweep to vault",
3355
+ tags: {
3356
+ "workflow": "treasury"
3357
+ }
3358
+ });
3342
3359
 
3343
3360
  ```
3344
3361
  </dd>
@@ -3354,7 +3371,7 @@ const response = page.response;
3354
3371
  <dl>
3355
3372
  <dd>
3356
3373
 
3357
- **request:** `Natural.ListMembersPartiesRequest`
3374
+ **request:** `Natural.InitiateInternalTransfersRequest`
3358
3375
 
3359
3376
  </dd>
3360
3377
  </dl>
@@ -3362,7 +3379,7 @@ const response = page.response;
3362
3379
  <dl>
3363
3380
  <dd>
3364
3381
 
3365
- **requestOptions:** `PartiesClient.RequestOptions`
3382
+ **requestOptions:** `TransfersClient.RequestOptions`
3366
3383
 
3367
3384
  </dd>
3368
3385
  </dl>
@@ -3374,7 +3391,7 @@ const response = page.response;
3374
3391
  </dl>
3375
3392
  </details>
3376
3393
 
3377
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">getCompliance</a>({ ...params }) -> Natural.GetCompliancePartiesResponse</code></summary>
3394
+ <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListTransfersResponseDataItem, Natural.Transfer&gt;</code></summary>
3378
3395
  <dl>
3379
3396
  <dd>
3380
3397
 
@@ -3386,7 +3403,7 @@ const response = page.response;
3386
3403
  <dl>
3387
3404
  <dd>
3388
3405
 
3389
- Get a party's current compliance status
3406
+ List transfers
3390
3407
  </dd>
3391
3408
  </dl>
3392
3409
  </dd>
@@ -3401,9 +3418,19 @@ Get a party's current compliance status
3401
3418
  <dd>
3402
3419
 
3403
3420
  ```typescript
3404
- await client.parties.getCompliance({
3405
- partyId: "partyId"
3406
- });
3421
+ const pageableResponse = await client.transfers.list();
3422
+ for await (const item of pageableResponse) {
3423
+ console.log(item);
3424
+ }
3425
+
3426
+ // Or you can manually iterate page-by-page
3427
+ let page = await client.transfers.list();
3428
+ while (page.hasNextPage()) {
3429
+ page = page.getNextPage();
3430
+ }
3431
+
3432
+ // You can also access the underlying response
3433
+ const response = page.response;
3407
3434
 
3408
3435
  ```
3409
3436
  </dd>
@@ -3419,7 +3446,7 @@ await client.parties.getCompliance({
3419
3446
  <dl>
3420
3447
  <dd>
3421
3448
 
3422
- **request:** `Natural.GetCompliancePartiesRequest`
3449
+ **request:** `Natural.ListTransfersRequest`
3423
3450
 
3424
3451
  </dd>
3425
3452
  </dl>
@@ -3427,7 +3454,7 @@ await client.parties.getCompliance({
3427
3454
  <dl>
3428
3455
  <dd>
3429
3456
 
3430
- **requestOptions:** `PartiesClient.RequestOptions`
3457
+ **requestOptions:** `TransfersClient.RequestOptions`
3431
3458
 
3432
3459
  </dd>
3433
3460
  </dl>
@@ -3439,7 +3466,7 @@ await client.parties.getCompliance({
3439
3466
  </dl>
3440
3467
  </details>
3441
3468
 
3442
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">setHandle</a>({ ...params }) -> Natural.SetHandlePartiesResponse</code></summary>
3469
+ <details><summary><code>client.transfers.<a href="/src/api/resources/transfers/client/Client.ts">get</a>({ ...params }) -> Natural.TransferDetail</code></summary>
3443
3470
  <dl>
3444
3471
  <dd>
3445
3472
 
@@ -3451,7 +3478,7 @@ await client.parties.getCompliance({
3451
3478
  <dl>
3452
3479
  <dd>
3453
3480
 
3454
- Set or rename your party's handle; it can never be cleared
3481
+ Get a transfer
3455
3482
  </dd>
3456
3483
  </dl>
3457
3484
  </dd>
@@ -3466,8 +3493,8 @@ Set or rename your party's handle; it can never be cleared
3466
3493
  <dd>
3467
3494
 
3468
3495
  ```typescript
3469
- await client.parties.setHandle({
3470
- handle: "natural"
3496
+ await client.transfers.get({
3497
+ transferId: "transferId"
3471
3498
  });
3472
3499
 
3473
3500
  ```
@@ -3484,7 +3511,7 @@ await client.parties.setHandle({
3484
3511
  <dl>
3485
3512
  <dd>
3486
3513
 
3487
- **request:** `Natural.SetHandlePartiesRequest`
3514
+ **request:** `Natural.GetTransfersRequest`
3488
3515
 
3489
3516
  </dd>
3490
3517
  </dl>
@@ -3492,7 +3519,7 @@ await client.parties.setHandle({
3492
3519
  <dl>
3493
3520
  <dd>
3494
3521
 
3495
- **requestOptions:** `PartiesClient.RequestOptions`
3522
+ **requestOptions:** `TransfersClient.RequestOptions`
3496
3523
 
3497
3524
  </dd>
3498
3525
  </dl>
@@ -3504,7 +3531,8 @@ await client.parties.setHandle({
3504
3531
  </dl>
3505
3532
  </details>
3506
3533
 
3507
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">getLimits</a>() -> Natural.GetLimitsPartiesResponse</code></summary>
3534
+ ## PaymentRequests
3535
+ <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListPaymentRequestsResponseDataItem, Natural.PayReq&gt;</code></summary>
3508
3536
  <dl>
3509
3537
  <dd>
3510
3538
 
@@ -3516,7 +3544,7 @@ await client.parties.setHandle({
3516
3544
  <dl>
3517
3545
  <dd>
3518
3546
 
3519
- Get the party's approval limits
3547
+ List outgoing payment requests
3520
3548
  </dd>
3521
3549
  </dl>
3522
3550
  </dd>
@@ -3531,7 +3559,19 @@ Get the party's approval limits
3531
3559
  <dd>
3532
3560
 
3533
3561
  ```typescript
3534
- await client.parties.getLimits();
3562
+ const pageableResponse = await client.paymentRequests.list();
3563
+ for await (const item of pageableResponse) {
3564
+ console.log(item);
3565
+ }
3566
+
3567
+ // Or you can manually iterate page-by-page
3568
+ let page = await client.paymentRequests.list();
3569
+ while (page.hasNextPage()) {
3570
+ page = page.getNextPage();
3571
+ }
3572
+
3573
+ // You can also access the underlying response
3574
+ const response = page.response;
3535
3575
 
3536
3576
  ```
3537
3577
  </dd>
@@ -3547,19 +3587,27 @@ await client.parties.getLimits();
3547
3587
  <dl>
3548
3588
  <dd>
3549
3589
 
3550
- **requestOptions:** `PartiesClient.RequestOptions`
3590
+ **request:** `Natural.ListPaymentRequestsRequest`
3551
3591
 
3552
3592
  </dd>
3553
3593
  </dl>
3554
- </dd>
3555
- </dl>
3594
+
3595
+ <dl>
3596
+ <dd>
3597
+
3598
+ **requestOptions:** `PaymentRequestsClient.RequestOptions`
3599
+
3600
+ </dd>
3601
+ </dl>
3602
+ </dd>
3603
+ </dl>
3556
3604
 
3557
3605
 
3558
3606
  </dd>
3559
3607
  </dl>
3560
3608
  </details>
3561
3609
 
3562
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">setLimits</a>({ ...params }) -> Natural.SetLimitsPartiesResponse</code></summary>
3610
+ <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">create</a>({ ...params }) -> Natural.NewPayReq</code></summary>
3563
3611
  <dl>
3564
3612
  <dd>
3565
3613
 
@@ -3571,7 +3619,7 @@ await client.parties.getLimits();
3571
3619
  <dl>
3572
3620
  <dd>
3573
3621
 
3574
- Set the party's approval limits
3622
+ Create a payment request
3575
3623
  </dd>
3576
3624
  </dl>
3577
3625
  </dd>
@@ -3586,10 +3634,19 @@ Set the party's approval limits
3586
3634
  <dd>
3587
3635
 
3588
3636
  ```typescript
3589
- await client.parties.setLimits({
3590
- perTransaction: 250000,
3591
- perDay: 1000000,
3592
- currency: "USD"
3637
+ await client.paymentRequests.create({
3638
+ idempotencyKey: "Idempotency-Key",
3639
+ amount: 2500,
3640
+ currency: "USD",
3641
+ description: "Invoice 7",
3642
+ tags: {
3643
+ "invoice_id": "inv_7"
3644
+ },
3645
+ payerName: "Ada Lovelace",
3646
+ payer: {
3647
+ type: "email",
3648
+ value: "ada@example.com"
3649
+ }
3593
3650
  });
3594
3651
 
3595
3652
  ```
@@ -3606,7 +3663,7 @@ await client.parties.setLimits({
3606
3663
  <dl>
3607
3664
  <dd>
3608
3665
 
3609
- **request:** `Natural.SetLimitsPartiesRequest`
3666
+ **request:** `Natural.NewPayReqParams`
3610
3667
 
3611
3668
  </dd>
3612
3669
  </dl>
@@ -3614,7 +3671,7 @@ await client.parties.setLimits({
3614
3671
  <dl>
3615
3672
  <dd>
3616
3673
 
3617
- **requestOptions:** `PartiesClient.RequestOptions`
3674
+ **requestOptions:** `PaymentRequestsClient.RequestOptions`
3618
3675
 
3619
3676
  </dd>
3620
3677
  </dl>
@@ -3626,7 +3683,7 @@ await client.parties.setLimits({
3626
3683
  </dl>
3627
3684
  </details>
3628
3685
 
3629
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">disableLimits</a>() -> Natural.DisableLimitsPartiesResponse</code></summary>
3686
+ <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">listIncoming</a>({ ...params }) -> core.Page&lt;Natural.ListIncomingPaymentRequestsResponseDataItem, Natural.IncomingReq&gt;</code></summary>
3630
3687
  <dl>
3631
3688
  <dd>
3632
3689
 
@@ -3638,7 +3695,7 @@ await client.parties.setLimits({
3638
3695
  <dl>
3639
3696
  <dd>
3640
3697
 
3641
- Disable all approval limits for the party
3698
+ List incoming payment requests
3642
3699
  </dd>
3643
3700
  </dl>
3644
3701
  </dd>
@@ -3653,7 +3710,19 @@ Disable all approval limits for the party
3653
3710
  <dd>
3654
3711
 
3655
3712
  ```typescript
3656
- await client.parties.disableLimits();
3713
+ const pageableResponse = await client.paymentRequests.listIncoming();
3714
+ for await (const item of pageableResponse) {
3715
+ console.log(item);
3716
+ }
3717
+
3718
+ // Or you can manually iterate page-by-page
3719
+ let page = await client.paymentRequests.listIncoming();
3720
+ while (page.hasNextPage()) {
3721
+ page = page.getNextPage();
3722
+ }
3723
+
3724
+ // You can also access the underlying response
3725
+ const response = page.response;
3657
3726
 
3658
3727
  ```
3659
3728
  </dd>
@@ -3669,7 +3738,15 @@ await client.parties.disableLimits();
3669
3738
  <dl>
3670
3739
  <dd>
3671
3740
 
3672
- **requestOptions:** `PartiesClient.RequestOptions`
3741
+ **request:** `Natural.ListIncomingPaymentRequestsRequest`
3742
+
3743
+ </dd>
3744
+ </dl>
3745
+
3746
+ <dl>
3747
+ <dd>
3748
+
3749
+ **requestOptions:** `PaymentRequestsClient.RequestOptions`
3673
3750
 
3674
3751
  </dd>
3675
3752
  </dl>
@@ -3681,7 +3758,7 @@ await client.parties.disableLimits();
3681
3758
  </dl>
3682
3759
  </details>
3683
3760
 
3684
- <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">removeMember</a>({ ...params }) -> Natural.RemoveMemberPartiesResponse</code></summary>
3761
+ <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">get</a>({ ...params }) -> Natural.PayReqDetail</code></summary>
3685
3762
  <dl>
3686
3763
  <dd>
3687
3764
 
@@ -3693,7 +3770,7 @@ await client.parties.disableLimits();
3693
3770
  <dl>
3694
3771
  <dd>
3695
3772
 
3696
- Remove a member from the party
3773
+ Get a payment request
3697
3774
  </dd>
3698
3775
  </dl>
3699
3776
  </dd>
@@ -3708,9 +3785,8 @@ Remove a member from the party
3708
3785
  <dd>
3709
3786
 
3710
3787
  ```typescript
3711
- await client.parties.removeMember({
3712
- idempotencyKey: "Idempotency-Key",
3713
- userId: "userId"
3788
+ await client.paymentRequests.get({
3789
+ paymentRequestId: "paymentRequestId"
3714
3790
  });
3715
3791
 
3716
3792
  ```
@@ -3727,7 +3803,7 @@ await client.parties.removeMember({
3727
3803
  <dl>
3728
3804
  <dd>
3729
3805
 
3730
- **request:** `Natural.RemoveMemberPartiesRequest`
3806
+ **request:** `Natural.GetPaymentRequestsRequest`
3731
3807
 
3732
3808
  </dd>
3733
3809
  </dl>
@@ -3735,7 +3811,7 @@ await client.parties.removeMember({
3735
3811
  <dl>
3736
3812
  <dd>
3737
3813
 
3738
- **requestOptions:** `PartiesClient.RequestOptions`
3814
+ **requestOptions:** `PaymentRequestsClient.RequestOptions`
3739
3815
 
3740
3816
  </dd>
3741
3817
  </dl>
@@ -3747,8 +3823,7 @@ await client.parties.removeMember({
3747
3823
  </dl>
3748
3824
  </details>
3749
3825
 
3750
- ## Wallets
3751
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">list</a>({ ...params }) -> Natural.Wallet</code></summary>
3826
+ <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">fulfill</a>({ ...params }) -> Natural.FulfilledReq</code></summary>
3752
3827
  <dl>
3753
3828
  <dd>
3754
3829
 
@@ -3760,7 +3835,7 @@ await client.parties.removeMember({
3760
3835
  <dl>
3761
3836
  <dd>
3762
3837
 
3763
- List wallets
3838
+ Fulfill an open payment request from a wallet or a verified linked bank account
3764
3839
  </dd>
3765
3840
  </dl>
3766
3841
  </dd>
@@ -3775,7 +3850,17 @@ List wallets
3775
3850
  <dd>
3776
3851
 
3777
3852
  ```typescript
3778
- await client.wallets.list();
3853
+ await client.paymentRequests.fulfill({
3854
+ idempotencyKey: "Idempotency-Key",
3855
+ paymentRequestId: "paymentRequestId",
3856
+ paymentSource: {
3857
+ type: "wallet",
3858
+ walletId: "wal_550e8400e29b41d4a716446655440000"
3859
+ },
3860
+ tags: {
3861
+ "invoice_id": "inv_7"
3862
+ }
3863
+ });
3779
3864
 
3780
3865
  ```
3781
3866
  </dd>
@@ -3791,7 +3876,7 @@ await client.wallets.list();
3791
3876
  <dl>
3792
3877
  <dd>
3793
3878
 
3794
- **request:** `Natural.ListWalletsRequest`
3879
+ **request:** `Natural.NewFulfilledReqParams`
3795
3880
 
3796
3881
  </dd>
3797
3882
  </dl>
@@ -3799,7 +3884,7 @@ await client.wallets.list();
3799
3884
  <dl>
3800
3885
  <dd>
3801
3886
 
3802
- **requestOptions:** `WalletsClient.RequestOptions`
3887
+ **requestOptions:** `PaymentRequestsClient.RequestOptions`
3803
3888
 
3804
3889
  </dd>
3805
3890
  </dl>
@@ -3811,7 +3896,7 @@ await client.wallets.list();
3811
3896
  </dl>
3812
3897
  </details>
3813
3898
 
3814
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">create</a>({ ...params }) -> Natural.CreateWalletsResponse</code></summary>
3899
+ <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">decline</a>({ ...params }) -> Natural.DeclinedReq</code></summary>
3815
3900
  <dl>
3816
3901
  <dd>
3817
3902
 
@@ -3823,7 +3908,7 @@ await client.wallets.list();
3823
3908
  <dl>
3824
3909
  <dd>
3825
3910
 
3826
- Create a standard wallet
3911
+ Decline an open incoming payment request
3827
3912
  </dd>
3828
3913
  </dl>
3829
3914
  </dd>
@@ -3838,13 +3923,9 @@ Create a standard wallet
3838
3923
  <dd>
3839
3924
 
3840
3925
  ```typescript
3841
- await client.wallets.create({
3926
+ await client.paymentRequests.decline({
3842
3927
  idempotencyKey: "Idempotency-Key",
3843
- displayName: "Payroll",
3844
- description: "Dedicated wallet for payroll runs",
3845
- tags: {
3846
- "department": "payroll"
3847
- }
3928
+ paymentRequestId: "paymentRequestId"
3848
3929
  });
3849
3930
 
3850
3931
  ```
@@ -3861,7 +3942,7 @@ await client.wallets.create({
3861
3942
  <dl>
3862
3943
  <dd>
3863
3944
 
3864
- **request:** `Natural.CreateWalletsRequest`
3945
+ **request:** `Natural.DeclinePaymentRequestsRequest`
3865
3946
 
3866
3947
  </dd>
3867
3948
  </dl>
@@ -3869,7 +3950,7 @@ await client.wallets.create({
3869
3950
  <dl>
3870
3951
  <dd>
3871
3952
 
3872
- **requestOptions:** `WalletsClient.RequestOptions`
3953
+ **requestOptions:** `PaymentRequestsClient.RequestOptions`
3873
3954
 
3874
3955
  </dd>
3875
3956
  </dl>
@@ -3881,7 +3962,7 @@ await client.wallets.create({
3881
3962
  </dl>
3882
3963
  </details>
3883
3964
 
3884
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">get</a>({ ...params }) -> Natural.WalletDetail</code></summary>
3965
+ <details><summary><code>client.paymentRequests.<a href="/src/api/resources/paymentRequests/client/Client.ts">cancel</a>({ ...params }) -> Natural.CancelPaymentRequestsResponse</code></summary>
3885
3966
  <dl>
3886
3967
  <dd>
3887
3968
 
@@ -3893,7 +3974,7 @@ await client.wallets.create({
3893
3974
  <dl>
3894
3975
  <dd>
3895
3976
 
3896
- Get a wallet
3977
+ Cancel an open outgoing payment request
3897
3978
  </dd>
3898
3979
  </dl>
3899
3980
  </dd>
@@ -3908,8 +3989,9 @@ Get a wallet
3908
3989
  <dd>
3909
3990
 
3910
3991
  ```typescript
3911
- await client.wallets.get({
3912
- walletId: "walletId"
3992
+ await client.paymentRequests.cancel({
3993
+ idempotencyKey: "Idempotency-Key",
3994
+ paymentRequestId: "paymentRequestId"
3913
3995
  });
3914
3996
 
3915
3997
  ```
@@ -3926,7 +4008,7 @@ await client.wallets.get({
3926
4008
  <dl>
3927
4009
  <dd>
3928
4010
 
3929
- **request:** `Natural.GetWalletsRequest`
4011
+ **request:** `Natural.CancelPaymentRequestsRequest`
3930
4012
 
3931
4013
  </dd>
3932
4014
  </dl>
@@ -3934,7 +4016,7 @@ await client.wallets.get({
3934
4016
  <dl>
3935
4017
  <dd>
3936
4018
 
3937
- **requestOptions:** `WalletsClient.RequestOptions`
4019
+ **requestOptions:** `PaymentRequestsClient.RequestOptions`
3938
4020
 
3939
4021
  </dd>
3940
4022
  </dl>
@@ -3946,7 +4028,8 @@ await client.wallets.get({
3946
4028
  </dl>
3947
4029
  </details>
3948
4030
 
3949
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">update</a>({ ...params }) -> Natural.UpdateWalletsResponse</code></summary>
4031
+ ## Approvals
4032
+ <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">list</a>({ ...params }) -> Natural.Approval</code></summary>
3950
4033
  <dl>
3951
4034
  <dd>
3952
4035
 
@@ -3958,7 +4041,7 @@ await client.wallets.get({
3958
4041
  <dl>
3959
4042
  <dd>
3960
4043
 
3961
- Update a wallet's display name, description, or tags
4044
+ List approvals
3962
4045
  </dd>
3963
4046
  </dl>
3964
4047
  </dd>
@@ -3973,16 +4056,7 @@ Update a wallet's display name, description, or tags
3973
4056
  <dd>
3974
4057
 
3975
4058
  ```typescript
3976
- await client.wallets.update({
3977
- idempotencyKey: "Idempotency-Key",
3978
- walletId: "walletId",
3979
- displayName: "Operating (US)",
3980
- description: "Primary USD operating wallet",
3981
- tags: {
3982
- "region": "us",
3983
- "legacy_key": null
3984
- }
3985
- });
4059
+ await client.approvals.list();
3986
4060
 
3987
4061
  ```
3988
4062
  </dd>
@@ -3998,7 +4072,7 @@ await client.wallets.update({
3998
4072
  <dl>
3999
4073
  <dd>
4000
4074
 
4001
- **request:** `Natural.UpdateWalletsRequest`
4075
+ **request:** `Natural.ListApprovalsRequest`
4002
4076
 
4003
4077
  </dd>
4004
4078
  </dl>
@@ -4006,7 +4080,7 @@ await client.wallets.update({
4006
4080
  <dl>
4007
4081
  <dd>
4008
4082
 
4009
- **requestOptions:** `WalletsClient.RequestOptions`
4083
+ **requestOptions:** `ApprovalsClient.RequestOptions`
4010
4084
 
4011
4085
  </dd>
4012
4086
  </dl>
@@ -4018,7 +4092,7 @@ await client.wallets.update({
4018
4092
  </dl>
4019
4093
  </details>
4020
4094
 
4021
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">setDefault</a>({ ...params }) -> Natural.SetDefaultWalletsResponse</code></summary>
4095
+ <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">get</a>({ ...params }) -> Natural.ApprovalDetail</code></summary>
4022
4096
  <dl>
4023
4097
  <dd>
4024
4098
 
@@ -4030,7 +4104,7 @@ await client.wallets.update({
4030
4104
  <dl>
4031
4105
  <dd>
4032
4106
 
4033
- Set the party's default wallet, where payments addressed to their email, phone number, or handle land
4107
+ Get an approval
4034
4108
  </dd>
4035
4109
  </dl>
4036
4110
  </dd>
@@ -4045,9 +4119,8 @@ Set the party's default wallet, where payments addressed to their email, phone n
4045
4119
  <dd>
4046
4120
 
4047
4121
  ```typescript
4048
- await client.wallets.setDefault({
4049
- idempotencyKey: "Idempotency-Key",
4050
- walletId: "walletId"
4122
+ await client.approvals.get({
4123
+ approvalId: "approvalId"
4051
4124
  });
4052
4125
 
4053
4126
  ```
@@ -4064,7 +4137,7 @@ await client.wallets.setDefault({
4064
4137
  <dl>
4065
4138
  <dd>
4066
4139
 
4067
- **request:** `Natural.SetDefaultWalletsRequest`
4140
+ **request:** `Natural.GetApprovalsRequest`
4068
4141
 
4069
4142
  </dd>
4070
4143
  </dl>
@@ -4072,7 +4145,7 @@ await client.wallets.setDefault({
4072
4145
  <dl>
4073
4146
  <dd>
4074
4147
 
4075
- **requestOptions:** `WalletsClient.RequestOptions`
4148
+ **requestOptions:** `ApprovalsClient.RequestOptions`
4076
4149
 
4077
4150
  </dd>
4078
4151
  </dl>
@@ -4084,7 +4157,7 @@ await client.wallets.setDefault({
4084
4157
  </dl>
4085
4158
  </details>
4086
4159
 
4087
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">freeze</a>({ ...params }) -> Natural.FreezeWalletsResponse</code></summary>
4160
+ <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">approve</a>({ ...params }) -> Natural.ApproveResult</code></summary>
4088
4161
  <dl>
4089
4162
  <dd>
4090
4163
 
@@ -4096,7 +4169,7 @@ await client.wallets.setDefault({
4096
4169
  <dl>
4097
4170
  <dd>
4098
4171
 
4099
- Freeze a wallet
4172
+ Approve the payment or transfer under review
4100
4173
  </dd>
4101
4174
  </dl>
4102
4175
  </dd>
@@ -4111,8 +4184,9 @@ Freeze a wallet
4111
4184
  <dd>
4112
4185
 
4113
4186
  ```typescript
4114
- await client.wallets.freeze({
4115
- walletId: "walletId"
4187
+ await client.approvals.approve({
4188
+ idempotencyKey: "Idempotency-Key",
4189
+ approvalId: "approvalId"
4116
4190
  });
4117
4191
 
4118
4192
  ```
@@ -4129,7 +4203,7 @@ await client.wallets.freeze({
4129
4203
  <dl>
4130
4204
  <dd>
4131
4205
 
4132
- **request:** `Natural.FreezeWalletsRequest`
4206
+ **request:** `Natural.ApproveApprovalsRequest`
4133
4207
 
4134
4208
  </dd>
4135
4209
  </dl>
@@ -4137,7 +4211,7 @@ await client.wallets.freeze({
4137
4211
  <dl>
4138
4212
  <dd>
4139
4213
 
4140
- **requestOptions:** `WalletsClient.RequestOptions`
4214
+ **requestOptions:** `ApprovalsClient.RequestOptions`
4141
4215
 
4142
4216
  </dd>
4143
4217
  </dl>
@@ -4149,7 +4223,7 @@ await client.wallets.freeze({
4149
4223
  </dl>
4150
4224
  </details>
4151
4225
 
4152
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">unfreeze</a>({ ...params }) -> Natural.UnfreezeWalletsResponse</code></summary>
4226
+ <details><summary><code>client.approvals.<a href="/src/api/resources/approvals/client/Client.ts">deny</a>({ ...params }) -> Natural.DenyResult</code></summary>
4153
4227
  <dl>
4154
4228
  <dd>
4155
4229
 
@@ -4161,7 +4235,7 @@ await client.wallets.freeze({
4161
4235
  <dl>
4162
4236
  <dd>
4163
4237
 
4164
- Unfreeze a wallet that was frozen through the API
4238
+ Deny the payment or transfer under review
4165
4239
  </dd>
4166
4240
  </dl>
4167
4241
  </dd>
@@ -4176,8 +4250,10 @@ Unfreeze a wallet that was frozen through the API
4176
4250
  <dd>
4177
4251
 
4178
4252
  ```typescript
4179
- await client.wallets.unfreeze({
4180
- walletId: "walletId"
4253
+ await client.approvals.deny({
4254
+ idempotencyKey: "Idempotency-Key",
4255
+ approvalId: "approvalId",
4256
+ reason: "Invoice does not match the vendor's bank account on file"
4181
4257
  });
4182
4258
 
4183
4259
  ```
@@ -4194,7 +4270,7 @@ await client.wallets.unfreeze({
4194
4270
  <dl>
4195
4271
  <dd>
4196
4272
 
4197
- **request:** `Natural.UnfreezeWalletsRequest`
4273
+ **request:** `Natural.DenyApprovalsRequest`
4198
4274
 
4199
4275
  </dd>
4200
4276
  </dl>
@@ -4202,7 +4278,7 @@ await client.wallets.unfreeze({
4202
4278
  <dl>
4203
4279
  <dd>
4204
4280
 
4205
- **requestOptions:** `WalletsClient.RequestOptions`
4281
+ **requestOptions:** `ApprovalsClient.RequestOptions`
4206
4282
 
4207
4283
  </dd>
4208
4284
  </dl>
@@ -4214,7 +4290,8 @@ await client.wallets.unfreeze({
4214
4290
  </dl>
4215
4291
  </details>
4216
4292
 
4217
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">listAgents</a>({ ...params }) -> Natural.ListAgentsWalletsResponse</code></summary>
4293
+ ## Invitations
4294
+ <details><summary><code>client.invitations.<a href="/src/api/resources/invitations/client/Client.ts">list</a>({ ...params }) -> Natural.ListInvitationsResponse</code></summary>
4218
4295
  <dl>
4219
4296
  <dd>
4220
4297
 
@@ -4226,7 +4303,7 @@ await client.wallets.unfreeze({
4226
4303
  <dl>
4227
4304
  <dd>
4228
4305
 
4229
- List agents granted access to a wallet
4306
+ List party invitations
4230
4307
  </dd>
4231
4308
  </dl>
4232
4309
  </dd>
@@ -4241,9 +4318,7 @@ List agents granted access to a wallet
4241
4318
  <dd>
4242
4319
 
4243
4320
  ```typescript
4244
- await client.wallets.listAgents({
4245
- walletId: "walletId"
4246
- });
4321
+ await client.invitations.list();
4247
4322
 
4248
4323
  ```
4249
4324
  </dd>
@@ -4259,7 +4334,7 @@ await client.wallets.listAgents({
4259
4334
  <dl>
4260
4335
  <dd>
4261
4336
 
4262
- **request:** `Natural.ListAgentsWalletsRequest`
4337
+ **request:** `Natural.ListInvitationsRequest`
4263
4338
 
4264
4339
  </dd>
4265
4340
  </dl>
@@ -4267,7 +4342,7 @@ await client.wallets.listAgents({
4267
4342
  <dl>
4268
4343
  <dd>
4269
4344
 
4270
- **requestOptions:** `WalletsClient.RequestOptions`
4345
+ **requestOptions:** `InvitationsClient.RequestOptions`
4271
4346
 
4272
4347
  </dd>
4273
4348
  </dl>
@@ -4279,7 +4354,7 @@ await client.wallets.listAgents({
4279
4354
  </dl>
4280
4355
  </details>
4281
4356
 
4282
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">attachAgent</a>({ ...params }) -> Natural.AttachAgentWalletsResponse</code></summary>
4357
+ <details><summary><code>client.invitations.<a href="/src/api/resources/invitations/client/Client.ts">create</a>({ ...params }) -> Natural.CreateInvitationsResponse</code></summary>
4283
4358
  <dl>
4284
4359
  <dd>
4285
4360
 
@@ -4291,7 +4366,7 @@ await client.wallets.listAgents({
4291
4366
  <dl>
4292
4367
  <dd>
4293
4368
 
4294
- Grant an agent access to a wallet
4369
+ Invite people to join the party. Available for business parties.
4295
4370
  </dd>
4296
4371
  </dl>
4297
4372
  </dd>
@@ -4306,10 +4381,17 @@ Grant an agent access to a wallet
4306
4381
  <dd>
4307
4382
 
4308
4383
  ```typescript
4309
- await client.wallets.attachAgent({
4310
- idempotencyKey: "Idempotency-Key",
4311
- walletId: "walletId",
4312
- agentId: "agt_3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f"
4384
+ await client.invitations.create({
4385
+ invitations: [{
4386
+ email: "engineer@velocitylogistics.com",
4387
+ role: "MEMBER"
4388
+ }, {
4389
+ email: "cfo@velocitylogistics.com",
4390
+ role: "ADMIN"
4391
+ }],
4392
+ tags: {
4393
+ "team": "operations"
4394
+ }
4313
4395
  });
4314
4396
 
4315
4397
  ```
@@ -4326,7 +4408,7 @@ await client.wallets.attachAgent({
4326
4408
  <dl>
4327
4409
  <dd>
4328
4410
 
4329
- **request:** `Natural.AttachAgentWalletsRequest`
4411
+ **request:** `Natural.CreateInvitationsRequest`
4330
4412
 
4331
4413
  </dd>
4332
4414
  </dl>
@@ -4334,7 +4416,7 @@ await client.wallets.attachAgent({
4334
4416
  <dl>
4335
4417
  <dd>
4336
4418
 
4337
- **requestOptions:** `WalletsClient.RequestOptions`
4419
+ **requestOptions:** `InvitationsClient.RequestOptions`
4338
4420
 
4339
4421
  </dd>
4340
4422
  </dl>
@@ -4346,7 +4428,7 @@ await client.wallets.attachAgent({
4346
4428
  </dl>
4347
4429
  </details>
4348
4430
 
4349
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">setAgentDefaultWallet</a>({ ...params }) -> Natural.SetAgentDefaultWalletWalletsResponse</code></summary>
4431
+ <details><summary><code>client.invitations.<a href="/src/api/resources/invitations/client/Client.ts">revoke</a>({ ...params }) -> Natural.RevokeInvitationsResponse</code></summary>
4350
4432
  <dl>
4351
4433
  <dd>
4352
4434
 
@@ -4358,7 +4440,7 @@ await client.wallets.attachAgent({
4358
4440
  <dl>
4359
4441
  <dd>
4360
4442
 
4361
- Make this wallet the default for the attached agent
4443
+ Revoke a pending party invitation
4362
4444
  </dd>
4363
4445
  </dl>
4364
4446
  </dd>
@@ -4373,10 +4455,9 @@ Make this wallet the default for the attached agent
4373
4455
  <dd>
4374
4456
 
4375
4457
  ```typescript
4376
- await client.wallets.setAgentDefaultWallet({
4458
+ await client.invitations.revoke({
4377
4459
  idempotencyKey: "Idempotency-Key",
4378
- walletId: "walletId",
4379
- agentId: "agentId"
4460
+ invitationId: "invitationId"
4380
4461
  });
4381
4462
 
4382
4463
  ```
@@ -4393,7 +4474,7 @@ await client.wallets.setAgentDefaultWallet({
4393
4474
  <dl>
4394
4475
  <dd>
4395
4476
 
4396
- **request:** `Natural.SetAgentDefaultWalletWalletsRequest`
4477
+ **request:** `Natural.RevokeInvitationsRequest`
4397
4478
 
4398
4479
  </dd>
4399
4480
  </dl>
@@ -4401,7 +4482,7 @@ await client.wallets.setAgentDefaultWallet({
4401
4482
  <dl>
4402
4483
  <dd>
4403
4484
 
4404
- **requestOptions:** `WalletsClient.RequestOptions`
4485
+ **requestOptions:** `InvitationsClient.RequestOptions`
4405
4486
 
4406
4487
  </dd>
4407
4488
  </dl>
@@ -4413,7 +4494,8 @@ await client.wallets.setAgentDefaultWallet({
4413
4494
  </dl>
4414
4495
  </details>
4415
4496
 
4416
- <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">detachAgent</a>({ ...params }) -> Natural.DetachAgentWalletsResponse</code></summary>
4497
+ ## Parties
4498
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">get</a>() -> Natural.MyPartyDetail</code></summary>
4417
4499
  <dl>
4418
4500
  <dd>
4419
4501
 
@@ -4425,7 +4507,7 @@ await client.wallets.setAgentDefaultWallet({
4425
4507
  <dl>
4426
4508
  <dd>
4427
4509
 
4428
- Detach an agent from a wallet
4510
+ Get the current party
4429
4511
  </dd>
4430
4512
  </dl>
4431
4513
  </dd>
@@ -4440,11 +4522,7 @@ Detach an agent from a wallet
4440
4522
  <dd>
4441
4523
 
4442
4524
  ```typescript
4443
- await client.wallets.detachAgent({
4444
- idempotencyKey: "Idempotency-Key",
4445
- walletId: "walletId",
4446
- agentId: "agentId"
4447
- });
4525
+ await client.parties.get();
4448
4526
 
4449
4527
  ```
4450
4528
  </dd>
@@ -4460,15 +4538,7 @@ await client.wallets.detachAgent({
4460
4538
  <dl>
4461
4539
  <dd>
4462
4540
 
4463
- **request:** `Natural.DetachAgentWalletsRequest`
4464
-
4465
- </dd>
4466
- </dl>
4467
-
4468
- <dl>
4469
- <dd>
4470
-
4471
- **requestOptions:** `WalletsClient.RequestOptions`
4541
+ **requestOptions:** `PartiesClient.RequestOptions`
4472
4542
 
4473
4543
  </dd>
4474
4544
  </dl>
@@ -4480,8 +4550,7 @@ await client.wallets.detachAgent({
4480
4550
  </dl>
4481
4551
  </details>
4482
4552
 
4483
- ## External Accounts
4484
- <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">createFromProcessorToken</a>({ ...params }) -> Natural.CreateFromProcessorTokenExternalAccountsResponse</code></summary>
4553
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">update</a>({ ...params }) -> Natural.UpdMyParty</code></summary>
4485
4554
  <dl>
4486
4555
  <dd>
4487
4556
 
@@ -4493,7 +4562,7 @@ await client.wallets.detachAgent({
4493
4562
  <dl>
4494
4563
  <dd>
4495
4564
 
4496
- Link or refresh a bank account using a Plaid processor token
4565
+ Update the current party
4497
4566
  </dd>
4498
4567
  </dl>
4499
4568
  </dd>
@@ -4508,14 +4577,8 @@ Link or refresh a bank account using a Plaid processor token
4508
4577
  <dd>
4509
4578
 
4510
4579
  ```typescript
4511
- await client.externalAccounts.createFromProcessorToken({
4512
- idempotencyKey: "Idempotency-Key",
4513
- partyId: "pty_550e8400e29b41d4a716446655440000",
4514
- processorToken: "processor-sandbox-abc123",
4515
- institutionName: "Plaid Sandbox",
4516
- tags: {
4517
- "environment": "sandbox"
4518
- }
4580
+ await client.parties.update({
4581
+ displayName: "Natural Inc."
4519
4582
  });
4520
4583
 
4521
4584
  ```
@@ -4532,7 +4595,7 @@ await client.externalAccounts.createFromProcessorToken({
4532
4595
  <dl>
4533
4596
  <dd>
4534
4597
 
4535
- **request:** `Natural.CreateFromProcessorTokenExternalAccountsRequest`
4598
+ **request:** `Natural.UpdMyPartyParams`
4536
4599
 
4537
4600
  </dd>
4538
4601
  </dl>
@@ -4540,7 +4603,7 @@ await client.externalAccounts.createFromProcessorToken({
4540
4603
  <dl>
4541
4604
  <dd>
4542
4605
 
4543
- **requestOptions:** `ExternalAccountsClient.RequestOptions`
4606
+ **requestOptions:** `PartiesClient.RequestOptions`
4544
4607
 
4545
4608
  </dd>
4546
4609
  </dl>
@@ -4552,7 +4615,7 @@ await client.externalAccounts.createFromProcessorToken({
4552
4615
  </dl>
4553
4616
  </details>
4554
4617
 
4555
- <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListExternalAccountsResponseDataItem, Natural.ExtAcct&gt;</code></summary>
4618
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">listMembers</a>({ ...params }) -> core.Page&lt;Natural.ListMembersPartiesResponseDataItem, Natural.ListMembersPartiesResponse&gt;</code></summary>
4556
4619
  <dl>
4557
4620
  <dd>
4558
4621
 
@@ -4564,7 +4627,7 @@ await client.externalAccounts.createFromProcessorToken({
4564
4627
  <dl>
4565
4628
  <dd>
4566
4629
 
4567
- List linked external accounts
4630
+ List active members of the party. Available for business parties.
4568
4631
  </dd>
4569
4632
  </dl>
4570
4633
  </dd>
@@ -4579,13 +4642,13 @@ List linked external accounts
4579
4642
  <dd>
4580
4643
 
4581
4644
  ```typescript
4582
- const pageableResponse = await client.externalAccounts.list();
4645
+ const pageableResponse = await client.parties.listMembers();
4583
4646
  for await (const item of pageableResponse) {
4584
4647
  console.log(item);
4585
4648
  }
4586
4649
 
4587
4650
  // Or you can manually iterate page-by-page
4588
- let page = await client.externalAccounts.list();
4651
+ let page = await client.parties.listMembers();
4589
4652
  while (page.hasNextPage()) {
4590
4653
  page = page.getNextPage();
4591
4654
  }
@@ -4607,7 +4670,7 @@ const response = page.response;
4607
4670
  <dl>
4608
4671
  <dd>
4609
4672
 
4610
- **request:** `Natural.ListExternalAccountsRequest`
4673
+ **request:** `Natural.ListMembersPartiesRequest`
4611
4674
 
4612
4675
  </dd>
4613
4676
  </dl>
@@ -4615,7 +4678,7 @@ const response = page.response;
4615
4678
  <dl>
4616
4679
  <dd>
4617
4680
 
4618
- **requestOptions:** `ExternalAccountsClient.RequestOptions`
4681
+ **requestOptions:** `PartiesClient.RequestOptions`
4619
4682
 
4620
4683
  </dd>
4621
4684
  </dl>
@@ -4627,7 +4690,7 @@ const response = page.response;
4627
4690
  </dl>
4628
4691
  </details>
4629
4692
 
4630
- <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">get</a>({ ...params }) -> Natural.GetExternalAccountsResponse</code></summary>
4693
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">getCompliance</a>({ ...params }) -> Natural.GetCompliancePartiesResponse</code></summary>
4631
4694
  <dl>
4632
4695
  <dd>
4633
4696
 
@@ -4639,7 +4702,7 @@ const response = page.response;
4639
4702
  <dl>
4640
4703
  <dd>
4641
4704
 
4642
- Get a linked external account
4705
+ Get a party's current compliance status
4643
4706
  </dd>
4644
4707
  </dl>
4645
4708
  </dd>
@@ -4654,8 +4717,8 @@ Get a linked external account
4654
4717
  <dd>
4655
4718
 
4656
4719
  ```typescript
4657
- await client.externalAccounts.get({
4658
- externalAccountId: "externalAccountId"
4720
+ await client.parties.getCompliance({
4721
+ partyId: "partyId"
4659
4722
  });
4660
4723
 
4661
4724
  ```
@@ -4672,7 +4735,7 @@ await client.externalAccounts.get({
4672
4735
  <dl>
4673
4736
  <dd>
4674
4737
 
4675
- **request:** `Natural.GetExternalAccountsRequest`
4738
+ **request:** `Natural.GetCompliancePartiesRequest`
4676
4739
 
4677
4740
  </dd>
4678
4741
  </dl>
@@ -4680,7 +4743,7 @@ await client.externalAccounts.get({
4680
4743
  <dl>
4681
4744
  <dd>
4682
4745
 
4683
- **requestOptions:** `ExternalAccountsClient.RequestOptions`
4746
+ **requestOptions:** `PartiesClient.RequestOptions`
4684
4747
 
4685
4748
  </dd>
4686
4749
  </dl>
@@ -4692,7 +4755,7 @@ await client.externalAccounts.get({
4692
4755
  </dl>
4693
4756
  </details>
4694
4757
 
4695
- <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">remove</a>({ ...params }) -> Natural.DelExtAcct</code></summary>
4758
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">setHandle</a>({ ...params }) -> Natural.SetHandlePartiesResponse</code></summary>
4696
4759
  <dl>
4697
4760
  <dd>
4698
4761
 
@@ -4704,7 +4767,7 @@ await client.externalAccounts.get({
4704
4767
  <dl>
4705
4768
  <dd>
4706
4769
 
4707
- Remove a linked external account
4770
+ Set or rename your party's handle; it can never be cleared
4708
4771
  </dd>
4709
4772
  </dl>
4710
4773
  </dd>
@@ -4719,8 +4782,8 @@ Remove a linked external account
4719
4782
  <dd>
4720
4783
 
4721
4784
  ```typescript
4722
- await client.externalAccounts.remove({
4723
- externalAccountId: "externalAccountId"
4785
+ await client.parties.setHandle({
4786
+ handle: "natural"
4724
4787
  });
4725
4788
 
4726
4789
  ```
@@ -4737,7 +4800,7 @@ await client.externalAccounts.remove({
4737
4800
  <dl>
4738
4801
  <dd>
4739
4802
 
4740
- **request:** `Natural.RemoveExternalAccountsRequest`
4803
+ **request:** `Natural.SetHandlePartiesRequest`
4741
4804
 
4742
4805
  </dd>
4743
4806
  </dl>
@@ -4745,7 +4808,7 @@ await client.externalAccounts.remove({
4745
4808
  <dl>
4746
4809
  <dd>
4747
4810
 
4748
- **requestOptions:** `ExternalAccountsClient.RequestOptions`
4811
+ **requestOptions:** `PartiesClient.RequestOptions`
4749
4812
 
4750
4813
  </dd>
4751
4814
  </dl>
@@ -4757,8 +4820,7 @@ await client.externalAccounts.remove({
4757
4820
  </dl>
4758
4821
  </details>
4759
4822
 
4760
- ## External Parties
4761
- <details><summary><code>client.externalParties.<a href="/src/api/resources/externalParties/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListExternalPartiesResponseDataItem, Natural.ExtParty&gt;</code></summary>
4823
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">getLimits</a>() -> Natural.GetLimitsPartiesResponse</code></summary>
4762
4824
  <dl>
4763
4825
  <dd>
4764
4826
 
@@ -4770,7 +4832,7 @@ await client.externalAccounts.remove({
4770
4832
  <dl>
4771
4833
  <dd>
4772
4834
 
4773
- List your external parties
4835
+ Get the party's approval limits
4774
4836
  </dd>
4775
4837
  </dl>
4776
4838
  </dd>
@@ -4785,19 +4847,66 @@ List your external parties
4785
4847
  <dd>
4786
4848
 
4787
4849
  ```typescript
4788
- const pageableResponse = await client.externalParties.list();
4789
- for await (const item of pageableResponse) {
4790
- console.log(item);
4791
- }
4850
+ await client.parties.getLimits();
4792
4851
 
4793
- // Or you can manually iterate page-by-page
4794
- let page = await client.externalParties.list();
4795
- while (page.hasNextPage()) {
4796
- page = page.getNextPage();
4797
- }
4852
+ ```
4853
+ </dd>
4854
+ </dl>
4855
+ </dd>
4856
+ </dl>
4798
4857
 
4799
- // You can also access the underlying response
4800
- const response = page.response;
4858
+ #### ⚙️ Parameters
4859
+
4860
+ <dl>
4861
+ <dd>
4862
+
4863
+ <dl>
4864
+ <dd>
4865
+
4866
+ **requestOptions:** `PartiesClient.RequestOptions`
4867
+
4868
+ </dd>
4869
+ </dl>
4870
+ </dd>
4871
+ </dl>
4872
+
4873
+
4874
+ </dd>
4875
+ </dl>
4876
+ </details>
4877
+
4878
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">setLimits</a>({ ...params }) -> Natural.SetLimitsPartiesResponse</code></summary>
4879
+ <dl>
4880
+ <dd>
4881
+
4882
+ #### 📝 Description
4883
+
4884
+ <dl>
4885
+ <dd>
4886
+
4887
+ <dl>
4888
+ <dd>
4889
+
4890
+ Set the party's approval limits
4891
+ </dd>
4892
+ </dl>
4893
+ </dd>
4894
+ </dl>
4895
+
4896
+ #### 🔌 Usage
4897
+
4898
+ <dl>
4899
+ <dd>
4900
+
4901
+ <dl>
4902
+ <dd>
4903
+
4904
+ ```typescript
4905
+ await client.parties.setLimits({
4906
+ perTransaction: 250000,
4907
+ perDay: 1000000,
4908
+ currency: "USD"
4909
+ });
4801
4910
 
4802
4911
  ```
4803
4912
  </dd>
@@ -4813,7 +4922,7 @@ const response = page.response;
4813
4922
  <dl>
4814
4923
  <dd>
4815
4924
 
4816
- **request:** `Natural.ListExternalPartiesRequest`
4925
+ **request:** `Natural.SetLimitsPartiesRequest`
4817
4926
 
4818
4927
  </dd>
4819
4928
  </dl>
@@ -4821,7 +4930,7 @@ const response = page.response;
4821
4930
  <dl>
4822
4931
  <dd>
4823
4932
 
4824
- **requestOptions:** `ExternalPartiesClient.RequestOptions`
4933
+ **requestOptions:** `PartiesClient.RequestOptions`
4825
4934
 
4826
4935
  </dd>
4827
4936
  </dl>
@@ -4833,7 +4942,7 @@ const response = page.response;
4833
4942
  </dl>
4834
4943
  </details>
4835
4944
 
4836
- <details><summary><code>client.externalParties.<a href="/src/api/resources/externalParties/client/Client.ts">create</a>({ ...params }) -> Natural.NewExtParty</code></summary>
4945
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">disableLimits</a>() -> Natural.DisableLimitsPartiesResponse</code></summary>
4837
4946
  <dl>
4838
4947
  <dd>
4839
4948
 
@@ -4845,7 +4954,7 @@ const response = page.response;
4845
4954
  <dl>
4846
4955
  <dd>
4847
4956
 
4848
- Create an external party to transact with over Direct
4957
+ Disable all approval limits for the party
4849
4958
  </dd>
4850
4959
  </dl>
4851
4960
  </dd>
@@ -4860,19 +4969,64 @@ Create an external party to transact with over Direct
4860
4969
  <dd>
4861
4970
 
4862
4971
  ```typescript
4863
- await client.externalParties.create({
4972
+ await client.parties.disableLimits();
4973
+
4974
+ ```
4975
+ </dd>
4976
+ </dl>
4977
+ </dd>
4978
+ </dl>
4979
+
4980
+ #### ⚙️ Parameters
4981
+
4982
+ <dl>
4983
+ <dd>
4984
+
4985
+ <dl>
4986
+ <dd>
4987
+
4988
+ **requestOptions:** `PartiesClient.RequestOptions`
4989
+
4990
+ </dd>
4991
+ </dl>
4992
+ </dd>
4993
+ </dl>
4994
+
4995
+
4996
+ </dd>
4997
+ </dl>
4998
+ </details>
4999
+
5000
+ <details><summary><code>client.parties.<a href="/src/api/resources/parties/client/Client.ts">removeMember</a>({ ...params }) -> Natural.RemoveMemberPartiesResponse</code></summary>
5001
+ <dl>
5002
+ <dd>
5003
+
5004
+ #### 📝 Description
5005
+
5006
+ <dl>
5007
+ <dd>
5008
+
5009
+ <dl>
5010
+ <dd>
5011
+
5012
+ Remove a member from the party
5013
+ </dd>
5014
+ </dl>
5015
+ </dd>
5016
+ </dl>
5017
+
5018
+ #### 🔌 Usage
5019
+
5020
+ <dl>
5021
+ <dd>
5022
+
5023
+ <dl>
5024
+ <dd>
5025
+
5026
+ ```typescript
5027
+ await client.parties.removeMember({
4864
5028
  idempotencyKey: "Idempotency-Key",
4865
- kind: "individual",
4866
- name: "Jordan Rivera",
4867
- email: "jordan@example.com",
4868
- phone: "+1 415 555 0132",
4869
- address: {
4870
- line1: "123 Market St",
4871
- city: "San Francisco",
4872
- state: "CA",
4873
- postalCode: "94105",
4874
- countryCode: "US"
4875
- }
5029
+ userId: "userId"
4876
5030
  });
4877
5031
 
4878
5032
  ```
@@ -4889,7 +5043,7 @@ await client.externalParties.create({
4889
5043
  <dl>
4890
5044
  <dd>
4891
5045
 
4892
- **request:** `Natural.NewExtPartyParams`
5046
+ **request:** `Natural.RemoveMemberPartiesRequest`
4893
5047
 
4894
5048
  </dd>
4895
5049
  </dl>
@@ -4897,7 +5051,7 @@ await client.externalParties.create({
4897
5051
  <dl>
4898
5052
  <dd>
4899
5053
 
4900
- **requestOptions:** `ExternalPartiesClient.RequestOptions`
5054
+ **requestOptions:** `PartiesClient.RequestOptions`
4901
5055
 
4902
5056
  </dd>
4903
5057
  </dl>
@@ -4909,7 +5063,8 @@ await client.externalParties.create({
4909
5063
  </dl>
4910
5064
  </details>
4911
5065
 
4912
- <details><summary><code>client.externalParties.<a href="/src/api/resources/externalParties/client/Client.ts">get</a>({ ...params }) -> Natural.ExtPartyDetail</code></summary>
5066
+ ## Wallets
5067
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">list</a>({ ...params }) -> Natural.Wallet</code></summary>
4913
5068
  <dl>
4914
5069
  <dd>
4915
5070
 
@@ -4921,7 +5076,7 @@ await client.externalParties.create({
4921
5076
  <dl>
4922
5077
  <dd>
4923
5078
 
4924
- Get an external party by ID
5079
+ List wallets
4925
5080
  </dd>
4926
5081
  </dl>
4927
5082
  </dd>
@@ -4936,9 +5091,7 @@ Get an external party by ID
4936
5091
  <dd>
4937
5092
 
4938
5093
  ```typescript
4939
- await client.externalParties.get({
4940
- externalPartyId: "externalPartyId"
4941
- });
5094
+ await client.wallets.list();
4942
5095
 
4943
5096
  ```
4944
5097
  </dd>
@@ -4954,7 +5107,7 @@ await client.externalParties.get({
4954
5107
  <dl>
4955
5108
  <dd>
4956
5109
 
4957
- **request:** `Natural.GetExternalPartiesRequest`
5110
+ **request:** `Natural.ListWalletsRequest`
4958
5111
 
4959
5112
  </dd>
4960
5113
  </dl>
@@ -4962,7 +5115,7 @@ await client.externalParties.get({
4962
5115
  <dl>
4963
5116
  <dd>
4964
5117
 
4965
- **requestOptions:** `ExternalPartiesClient.RequestOptions`
5118
+ **requestOptions:** `WalletsClient.RequestOptions`
4966
5119
 
4967
5120
  </dd>
4968
5121
  </dl>
@@ -4974,8 +5127,7 @@ await client.externalParties.get({
4974
5127
  </dl>
4975
5128
  </details>
4976
5129
 
4977
- ## External Party Accounts
4978
- <details><summary><code>client.externalPartyAccounts.<a href="/src/api/resources/externalPartyAccounts/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListExternalPartyAccountsResponseDataItem, Natural.ExtPartyAcct&gt;</code></summary>
5130
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">create</a>({ ...params }) -> Natural.CreateWalletsResponse</code></summary>
4979
5131
  <dl>
4980
5132
  <dd>
4981
5133
 
@@ -4987,7 +5139,7 @@ await client.externalParties.get({
4987
5139
  <dl>
4988
5140
  <dd>
4989
5141
 
4990
- List the accounts that belong to an external party
5142
+ Create a standard wallet
4991
5143
  </dd>
4992
5144
  </dl>
4993
5145
  </dd>
@@ -5002,23 +5154,151 @@ List the accounts that belong to an external party
5002
5154
  <dd>
5003
5155
 
5004
5156
  ```typescript
5005
- const pageableResponse = await client.externalPartyAccounts.list({
5006
- externalPartyId: "externalPartyId"
5157
+ await client.wallets.create({
5158
+ idempotencyKey: "Idempotency-Key",
5159
+ displayName: "Payroll",
5160
+ description: "Dedicated wallet for payroll runs",
5161
+ tags: {
5162
+ "department": "payroll"
5163
+ }
5007
5164
  });
5008
- for await (const item of pageableResponse) {
5009
- console.log(item);
5010
- }
5011
5165
 
5012
- // Or you can manually iterate page-by-page
5013
- let page = await client.externalPartyAccounts.list({
5014
- externalPartyId: "externalPartyId"
5166
+ ```
5167
+ </dd>
5168
+ </dl>
5169
+ </dd>
5170
+ </dl>
5171
+
5172
+ #### ⚙️ Parameters
5173
+
5174
+ <dl>
5175
+ <dd>
5176
+
5177
+ <dl>
5178
+ <dd>
5179
+
5180
+ **request:** `Natural.CreateWalletsRequest`
5181
+
5182
+ </dd>
5183
+ </dl>
5184
+
5185
+ <dl>
5186
+ <dd>
5187
+
5188
+ **requestOptions:** `WalletsClient.RequestOptions`
5189
+
5190
+ </dd>
5191
+ </dl>
5192
+ </dd>
5193
+ </dl>
5194
+
5195
+
5196
+ </dd>
5197
+ </dl>
5198
+ </details>
5199
+
5200
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">get</a>({ ...params }) -> Natural.WalletDetail</code></summary>
5201
+ <dl>
5202
+ <dd>
5203
+
5204
+ #### 📝 Description
5205
+
5206
+ <dl>
5207
+ <dd>
5208
+
5209
+ <dl>
5210
+ <dd>
5211
+
5212
+ Get a wallet
5213
+ </dd>
5214
+ </dl>
5215
+ </dd>
5216
+ </dl>
5217
+
5218
+ #### 🔌 Usage
5219
+
5220
+ <dl>
5221
+ <dd>
5222
+
5223
+ <dl>
5224
+ <dd>
5225
+
5226
+ ```typescript
5227
+ await client.wallets.get({
5228
+ walletId: "walletId"
5015
5229
  });
5016
- while (page.hasNextPage()) {
5017
- page = page.getNextPage();
5018
- }
5019
5230
 
5020
- // You can also access the underlying response
5021
- const response = page.response;
5231
+ ```
5232
+ </dd>
5233
+ </dl>
5234
+ </dd>
5235
+ </dl>
5236
+
5237
+ #### ⚙️ Parameters
5238
+
5239
+ <dl>
5240
+ <dd>
5241
+
5242
+ <dl>
5243
+ <dd>
5244
+
5245
+ **request:** `Natural.GetWalletsRequest`
5246
+
5247
+ </dd>
5248
+ </dl>
5249
+
5250
+ <dl>
5251
+ <dd>
5252
+
5253
+ **requestOptions:** `WalletsClient.RequestOptions`
5254
+
5255
+ </dd>
5256
+ </dl>
5257
+ </dd>
5258
+ </dl>
5259
+
5260
+
5261
+ </dd>
5262
+ </dl>
5263
+ </details>
5264
+
5265
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">update</a>({ ...params }) -> Natural.UpdateWalletsResponse</code></summary>
5266
+ <dl>
5267
+ <dd>
5268
+
5269
+ #### 📝 Description
5270
+
5271
+ <dl>
5272
+ <dd>
5273
+
5274
+ <dl>
5275
+ <dd>
5276
+
5277
+ Update a wallet's display name, description, or tags
5278
+ </dd>
5279
+ </dl>
5280
+ </dd>
5281
+ </dl>
5282
+
5283
+ #### 🔌 Usage
5284
+
5285
+ <dl>
5286
+ <dd>
5287
+
5288
+ <dl>
5289
+ <dd>
5290
+
5291
+ ```typescript
5292
+ await client.wallets.update({
5293
+ idempotencyKey: "Idempotency-Key",
5294
+ walletId: "walletId",
5295
+ displayName: "Operating (US)",
5296
+ description: "Primary USD operating wallet",
5297
+ tags: {
5298
+ "region": "us",
5299
+ "legacy_key": null
5300
+ }
5301
+ });
5022
5302
 
5023
5303
  ```
5024
5304
  </dd>
@@ -5034,7 +5314,7 @@ const response = page.response;
5034
5314
  <dl>
5035
5315
  <dd>
5036
5316
 
5037
- **request:** `Natural.ListExternalPartyAccountsRequest`
5317
+ **request:** `Natural.UpdateWalletsRequest`
5038
5318
 
5039
5319
  </dd>
5040
5320
  </dl>
@@ -5042,7 +5322,7 @@ const response = page.response;
5042
5322
  <dl>
5043
5323
  <dd>
5044
5324
 
5045
- **requestOptions:** `ExternalPartyAccountsClient.RequestOptions`
5325
+ **requestOptions:** `WalletsClient.RequestOptions`
5046
5326
 
5047
5327
  </dd>
5048
5328
  </dl>
@@ -5054,7 +5334,7 @@ const response = page.response;
5054
5334
  </dl>
5055
5335
  </details>
5056
5336
 
5057
- <details><summary><code>client.externalPartyAccounts.<a href="/src/api/resources/externalPartyAccounts/client/Client.ts">create</a>({ ...params }) -> Natural.NewExtPartyAcct</code></summary>
5337
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">setDefault</a>({ ...params }) -> Natural.SetDefaultWalletsResponse</code></summary>
5058
5338
  <dl>
5059
5339
  <dd>
5060
5340
 
@@ -5066,7 +5346,7 @@ const response = page.response;
5066
5346
  <dl>
5067
5347
  <dd>
5068
5348
 
5069
- Store banking details for an external party
5349
+ Set the party's default wallet, where payments addressed to their email, phone number, or handle land
5070
5350
  </dd>
5071
5351
  </dl>
5072
5352
  </dd>
@@ -5081,16 +5361,9 @@ Store banking details for an external party
5081
5361
  <dd>
5082
5362
 
5083
5363
  ```typescript
5084
- await client.externalPartyAccounts.create({
5364
+ await client.wallets.setDefault({
5085
5365
  idempotencyKey: "Idempotency-Key",
5086
- externalPartyId: "epty_550e8400e29b41d4a716446655440000",
5087
- accountDetails: {
5088
- type: "us_bank_account",
5089
- accountType: "checking",
5090
- accountNumber: "123456786789",
5091
- routingNumber: "121000358"
5092
- },
5093
- institutionName: "First National Bank"
5366
+ walletId: "walletId"
5094
5367
  });
5095
5368
 
5096
5369
  ```
@@ -5107,7 +5380,7 @@ await client.externalPartyAccounts.create({
5107
5380
  <dl>
5108
5381
  <dd>
5109
5382
 
5110
- **request:** `Natural.NewExtPartyAcctParams`
5383
+ **request:** `Natural.SetDefaultWalletsRequest`
5111
5384
 
5112
5385
  </dd>
5113
5386
  </dl>
@@ -5115,7 +5388,7 @@ await client.externalPartyAccounts.create({
5115
5388
  <dl>
5116
5389
  <dd>
5117
5390
 
5118
- **requestOptions:** `ExternalPartyAccountsClient.RequestOptions`
5391
+ **requestOptions:** `WalletsClient.RequestOptions`
5119
5392
 
5120
5393
  </dd>
5121
5394
  </dl>
@@ -5127,7 +5400,7 @@ await client.externalPartyAccounts.create({
5127
5400
  </dl>
5128
5401
  </details>
5129
5402
 
5130
- <details><summary><code>client.externalPartyAccounts.<a href="/src/api/resources/externalPartyAccounts/client/Client.ts">get</a>({ ...params }) -> Natural.ExtPartyAcctDetail</code></summary>
5403
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">freeze</a>({ ...params }) -> Natural.FreezeWalletsResponse</code></summary>
5131
5404
  <dl>
5132
5405
  <dd>
5133
5406
 
@@ -5139,7 +5412,7 @@ await client.externalPartyAccounts.create({
5139
5412
  <dl>
5140
5413
  <dd>
5141
5414
 
5142
- Get an external party account by ID
5415
+ Freeze a wallet
5143
5416
  </dd>
5144
5417
  </dl>
5145
5418
  </dd>
@@ -5154,8 +5427,8 @@ Get an external party account by ID
5154
5427
  <dd>
5155
5428
 
5156
5429
  ```typescript
5157
- await client.externalPartyAccounts.get({
5158
- externalPartyAccountId: "externalPartyAccountId"
5430
+ await client.wallets.freeze({
5431
+ walletId: "walletId"
5159
5432
  });
5160
5433
 
5161
5434
  ```
@@ -5172,7 +5445,7 @@ await client.externalPartyAccounts.get({
5172
5445
  <dl>
5173
5446
  <dd>
5174
5447
 
5175
- **request:** `Natural.GetExternalPartyAccountsRequest`
5448
+ **request:** `Natural.FreezeWalletsRequest`
5176
5449
 
5177
5450
  </dd>
5178
5451
  </dl>
@@ -5180,7 +5453,7 @@ await client.externalPartyAccounts.get({
5180
5453
  <dl>
5181
5454
  <dd>
5182
5455
 
5183
- **requestOptions:** `ExternalPartyAccountsClient.RequestOptions`
5456
+ **requestOptions:** `WalletsClient.RequestOptions`
5184
5457
 
5185
5458
  </dd>
5186
5459
  </dl>
@@ -5192,8 +5465,7 @@ await client.externalPartyAccounts.get({
5192
5465
  </dl>
5193
5466
  </details>
5194
5467
 
5195
- ## ACH
5196
- <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListAchResponseDataItem, Natural.Ach&gt;</code></summary>
5468
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">unfreeze</a>({ ...params }) -> Natural.UnfreezeWalletsResponse</code></summary>
5197
5469
  <dl>
5198
5470
  <dd>
5199
5471
 
@@ -5205,7 +5477,7 @@ await client.externalPartyAccounts.get({
5205
5477
  <dl>
5206
5478
  <dd>
5207
5479
 
5208
- List your ACH payments
5480
+ Unfreeze a wallet that was frozen through the API
5209
5481
  </dd>
5210
5482
  </dl>
5211
5483
  </dd>
@@ -5220,19 +5492,74 @@ List your ACH payments
5220
5492
  <dd>
5221
5493
 
5222
5494
  ```typescript
5223
- const pageableResponse = await client.ach.list();
5224
- for await (const item of pageableResponse) {
5225
- console.log(item);
5226
- }
5495
+ await client.wallets.unfreeze({
5496
+ walletId: "walletId"
5497
+ });
5227
5498
 
5228
- // Or you can manually iterate page-by-page
5229
- let page = await client.ach.list();
5230
- while (page.hasNextPage()) {
5231
- page = page.getNextPage();
5232
- }
5499
+ ```
5500
+ </dd>
5501
+ </dl>
5502
+ </dd>
5503
+ </dl>
5504
+
5505
+ #### ⚙️ Parameters
5506
+
5507
+ <dl>
5508
+ <dd>
5509
+
5510
+ <dl>
5511
+ <dd>
5512
+
5513
+ **request:** `Natural.UnfreezeWalletsRequest`
5514
+
5515
+ </dd>
5516
+ </dl>
5517
+
5518
+ <dl>
5519
+ <dd>
5520
+
5521
+ **requestOptions:** `WalletsClient.RequestOptions`
5522
+
5523
+ </dd>
5524
+ </dl>
5525
+ </dd>
5526
+ </dl>
5527
+
5528
+
5529
+ </dd>
5530
+ </dl>
5531
+ </details>
5532
+
5533
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">listAgents</a>({ ...params }) -> Natural.ListAgentsWalletsResponse</code></summary>
5534
+ <dl>
5535
+ <dd>
5536
+
5537
+ #### 📝 Description
5538
+
5539
+ <dl>
5540
+ <dd>
5541
+
5542
+ <dl>
5543
+ <dd>
5544
+
5545
+ List agents granted access to a wallet
5546
+ </dd>
5547
+ </dl>
5548
+ </dd>
5549
+ </dl>
5550
+
5551
+ #### 🔌 Usage
5552
+
5553
+ <dl>
5554
+ <dd>
5233
5555
 
5234
- // You can also access the underlying response
5235
- const response = page.response;
5556
+ <dl>
5557
+ <dd>
5558
+
5559
+ ```typescript
5560
+ await client.wallets.listAgents({
5561
+ walletId: "walletId"
5562
+ });
5236
5563
 
5237
5564
  ```
5238
5565
  </dd>
@@ -5248,7 +5575,7 @@ const response = page.response;
5248
5575
  <dl>
5249
5576
  <dd>
5250
5577
 
5251
- **request:** `Natural.ListAchRequest`
5578
+ **request:** `Natural.ListAgentsWalletsRequest`
5252
5579
 
5253
5580
  </dd>
5254
5581
  </dl>
@@ -5256,7 +5583,7 @@ const response = page.response;
5256
5583
  <dl>
5257
5584
  <dd>
5258
5585
 
5259
- **requestOptions:** `AchClient.RequestOptions`
5586
+ **requestOptions:** `WalletsClient.RequestOptions`
5260
5587
 
5261
5588
  </dd>
5262
5589
  </dl>
@@ -5268,7 +5595,7 @@ const response = page.response;
5268
5595
  </dl>
5269
5596
  </details>
5270
5597
 
5271
- <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">create</a>({ ...params }) -> Natural.NewAch</code></summary>
5598
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">attachAgent</a>({ ...params }) -> Natural.AttachAgentWalletsResponse</code></summary>
5272
5599
  <dl>
5273
5600
  <dd>
5274
5601
 
@@ -5280,7 +5607,7 @@ const response = page.response;
5280
5607
  <dl>
5281
5608
  <dd>
5282
5609
 
5283
- Create an ACH payment to an external party account
5610
+ Grant an agent access to a wallet
5284
5611
  </dd>
5285
5612
  </dl>
5286
5613
  </dd>
@@ -5295,13 +5622,10 @@ Create an ACH payment to an external party account
5295
5622
  <dd>
5296
5623
 
5297
5624
  ```typescript
5298
- await client.ach.create({
5625
+ await client.wallets.attachAgent({
5299
5626
  idempotencyKey: "Idempotency-Key",
5300
- direction: "credit",
5301
- amount: 25000,
5302
- currency: "USD",
5303
- externalPartyAccountId: "epa_550e8400e29b41d4a716446655440000",
5304
- companyEntryDescription: "PAYOUT"
5627
+ walletId: "walletId",
5628
+ agentId: "agt_3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f"
5305
5629
  });
5306
5630
 
5307
5631
  ```
@@ -5318,7 +5642,7 @@ await client.ach.create({
5318
5642
  <dl>
5319
5643
  <dd>
5320
5644
 
5321
- **request:** `Natural.NewAchParams`
5645
+ **request:** `Natural.AttachAgentWalletsRequest`
5322
5646
 
5323
5647
  </dd>
5324
5648
  </dl>
@@ -5326,7 +5650,7 @@ await client.ach.create({
5326
5650
  <dl>
5327
5651
  <dd>
5328
5652
 
5329
- **requestOptions:** `AchClient.RequestOptions`
5653
+ **requestOptions:** `WalletsClient.RequestOptions`
5330
5654
 
5331
5655
  </dd>
5332
5656
  </dl>
@@ -5338,7 +5662,7 @@ await client.ach.create({
5338
5662
  </dl>
5339
5663
  </details>
5340
5664
 
5341
- <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">get</a>({ ...params }) -> Natural.AchDetail</code></summary>
5665
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">setAgentDefaultWallet</a>({ ...params }) -> Natural.SetAgentDefaultWalletWalletsResponse</code></summary>
5342
5666
  <dl>
5343
5667
  <dd>
5344
5668
 
@@ -5350,7 +5674,7 @@ await client.ach.create({
5350
5674
  <dl>
5351
5675
  <dd>
5352
5676
 
5353
- Get an ACH payment
5677
+ Make this wallet the default for the attached agent
5354
5678
  </dd>
5355
5679
  </dl>
5356
5680
  </dd>
@@ -5365,8 +5689,10 @@ Get an ACH payment
5365
5689
  <dd>
5366
5690
 
5367
5691
  ```typescript
5368
- await client.ach.get({
5369
- achId: "achId"
5692
+ await client.wallets.setAgentDefaultWallet({
5693
+ idempotencyKey: "Idempotency-Key",
5694
+ walletId: "walletId",
5695
+ agentId: "agentId"
5370
5696
  });
5371
5697
 
5372
5698
  ```
@@ -5383,7 +5709,7 @@ await client.ach.get({
5383
5709
  <dl>
5384
5710
  <dd>
5385
5711
 
5386
- **request:** `Natural.GetAchRequest`
5712
+ **request:** `Natural.SetAgentDefaultWalletWalletsRequest`
5387
5713
 
5388
5714
  </dd>
5389
5715
  </dl>
@@ -5391,7 +5717,7 @@ await client.ach.get({
5391
5717
  <dl>
5392
5718
  <dd>
5393
5719
 
5394
- **requestOptions:** `AchClient.RequestOptions`
5720
+ **requestOptions:** `WalletsClient.RequestOptions`
5395
5721
 
5396
5722
  </dd>
5397
5723
  </dl>
@@ -5403,7 +5729,7 @@ await client.ach.get({
5403
5729
  </dl>
5404
5730
  </details>
5405
5731
 
5406
- <details><summary><code>client.ach.<a href="/src/api/resources/ach/client/Client.ts">cancel</a>({ ...params }) -> Natural.CancelledAch</code></summary>
5732
+ <details><summary><code>client.wallets.<a href="/src/api/resources/wallets/client/Client.ts">detachAgent</a>({ ...params }) -> Natural.DetachAgentWalletsResponse</code></summary>
5407
5733
  <dl>
5408
5734
  <dd>
5409
5735
 
@@ -5415,7 +5741,7 @@ await client.ach.get({
5415
5741
  <dl>
5416
5742
  <dd>
5417
5743
 
5418
- Cancel an ACH payment before submission
5744
+ Detach an agent from a wallet
5419
5745
  </dd>
5420
5746
  </dl>
5421
5747
  </dd>
@@ -5430,10 +5756,10 @@ Cancel an ACH payment before submission
5430
5756
  <dd>
5431
5757
 
5432
5758
  ```typescript
5433
- await client.ach.cancel({
5759
+ await client.wallets.detachAgent({
5434
5760
  idempotencyKey: "Idempotency-Key",
5435
- achId: "achId",
5436
- reason: "Duplicate payout"
5761
+ walletId: "walletId",
5762
+ agentId: "agentId"
5437
5763
  });
5438
5764
 
5439
5765
  ```
@@ -5450,7 +5776,7 @@ await client.ach.cancel({
5450
5776
  <dl>
5451
5777
  <dd>
5452
5778
 
5453
- **request:** `Natural.CancelAchParams`
5779
+ **request:** `Natural.DetachAgentWalletsRequest`
5454
5780
 
5455
5781
  </dd>
5456
5782
  </dl>
@@ -5458,7 +5784,7 @@ await client.ach.cancel({
5458
5784
  <dl>
5459
5785
  <dd>
5460
5786
 
5461
- **requestOptions:** `AchClient.RequestOptions`
5787
+ **requestOptions:** `WalletsClient.RequestOptions`
5462
5788
 
5463
5789
  </dd>
5464
5790
  </dl>
@@ -5470,8 +5796,8 @@ await client.ach.cancel({
5470
5796
  </dl>
5471
5797
  </details>
5472
5798
 
5473
- ## Realtime
5474
- <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">list</a>({ ...params }) -> Natural.ListRealtimeResponse</code></summary>
5799
+ ## External Accounts
5800
+ <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">createFromProcessorToken</a>({ ...params }) -> Natural.CreateFromProcessorTokenExternalAccountsResponse</code></summary>
5475
5801
  <dl>
5476
5802
  <dd>
5477
5803
 
@@ -5483,7 +5809,7 @@ await client.ach.cancel({
5483
5809
  <dl>
5484
5810
  <dd>
5485
5811
 
5486
- List your realtime payments
5812
+ Link or refresh a bank account using a Plaid processor token
5487
5813
  </dd>
5488
5814
  </dl>
5489
5815
  </dd>
@@ -5498,7 +5824,15 @@ List your realtime payments
5498
5824
  <dd>
5499
5825
 
5500
5826
  ```typescript
5501
- await client.realtime.list();
5827
+ await client.externalAccounts.createFromProcessorToken({
5828
+ idempotencyKey: "Idempotency-Key",
5829
+ partyId: "pty_550e8400e29b41d4a716446655440000",
5830
+ processorToken: "processor-sandbox-abc123",
5831
+ institutionName: "Plaid Sandbox",
5832
+ tags: {
5833
+ "environment": "sandbox"
5834
+ }
5835
+ });
5502
5836
 
5503
5837
  ```
5504
5838
  </dd>
@@ -5514,7 +5848,7 @@ await client.realtime.list();
5514
5848
  <dl>
5515
5849
  <dd>
5516
5850
 
5517
- **request:** `Natural.ListRealtimeRequest`
5851
+ **request:** `Natural.CreateFromProcessorTokenExternalAccountsRequest`
5518
5852
 
5519
5853
  </dd>
5520
5854
  </dl>
@@ -5522,7 +5856,7 @@ await client.realtime.list();
5522
5856
  <dl>
5523
5857
  <dd>
5524
5858
 
5525
- **requestOptions:** `RealtimeClient.RequestOptions`
5859
+ **requestOptions:** `ExternalAccountsClient.RequestOptions`
5526
5860
 
5527
5861
  </dd>
5528
5862
  </dl>
@@ -5534,7 +5868,7 @@ await client.realtime.list();
5534
5868
  </dl>
5535
5869
  </details>
5536
5870
 
5537
- <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">create</a>({ ...params }) -> Natural.CreateRealtimeResponse</code></summary>
5871
+ <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">list</a>({ ...params }) -> core.Page&lt;Natural.ListExternalAccountsResponseDataItem, Natural.ExtAcct&gt;</code></summary>
5538
5872
  <dl>
5539
5873
  <dd>
5540
5874
 
@@ -5546,7 +5880,7 @@ await client.realtime.list();
5546
5880
  <dl>
5547
5881
  <dd>
5548
5882
 
5549
- Create a realtime payment to an external party account
5883
+ List linked external accounts
5550
5884
  </dd>
5551
5885
  </dl>
5552
5886
  </dd>
@@ -5561,13 +5895,19 @@ Create a realtime payment to an external party account
5561
5895
  <dd>
5562
5896
 
5563
5897
  ```typescript
5564
- await client.realtime.create({
5565
- idempotencyKey: "Idempotency-Key",
5566
- amount: 25000,
5567
- currency: "USD",
5568
- externalPartyAccountId: "epa_550e8400e29b41d4a716446655440000",
5569
- description: "Invoice 1042 settlement"
5570
- });
5898
+ const pageableResponse = await client.externalAccounts.list();
5899
+ for await (const item of pageableResponse) {
5900
+ console.log(item);
5901
+ }
5902
+
5903
+ // Or you can manually iterate page-by-page
5904
+ let page = await client.externalAccounts.list();
5905
+ while (page.hasNextPage()) {
5906
+ page = page.getNextPage();
5907
+ }
5908
+
5909
+ // You can also access the underlying response
5910
+ const response = page.response;
5571
5911
 
5572
5912
  ```
5573
5913
  </dd>
@@ -5583,7 +5923,7 @@ await client.realtime.create({
5583
5923
  <dl>
5584
5924
  <dd>
5585
5925
 
5586
- **request:** `Natural.CreateRealtimeRequest`
5926
+ **request:** `Natural.ListExternalAccountsRequest`
5587
5927
 
5588
5928
  </dd>
5589
5929
  </dl>
@@ -5591,7 +5931,7 @@ await client.realtime.create({
5591
5931
  <dl>
5592
5932
  <dd>
5593
5933
 
5594
- **requestOptions:** `RealtimeClient.RequestOptions`
5934
+ **requestOptions:** `ExternalAccountsClient.RequestOptions`
5595
5935
 
5596
5936
  </dd>
5597
5937
  </dl>
@@ -5603,7 +5943,7 @@ await client.realtime.create({
5603
5943
  </dl>
5604
5944
  </details>
5605
5945
 
5606
- <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">get</a>({ ...params }) -> Natural.GetRealtimeResponse</code></summary>
5946
+ <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">get</a>({ ...params }) -> Natural.GetExternalAccountsResponse</code></summary>
5607
5947
  <dl>
5608
5948
  <dd>
5609
5949
 
@@ -5615,7 +5955,7 @@ await client.realtime.create({
5615
5955
  <dl>
5616
5956
  <dd>
5617
5957
 
5618
- Get a realtime payment
5958
+ Get a linked external account
5619
5959
  </dd>
5620
5960
  </dl>
5621
5961
  </dd>
@@ -5630,8 +5970,8 @@ Get a realtime payment
5630
5970
  <dd>
5631
5971
 
5632
5972
  ```typescript
5633
- await client.realtime.get({
5634
- realtimeId: "realtimeId"
5973
+ await client.externalAccounts.get({
5974
+ externalAccountId: "externalAccountId"
5635
5975
  });
5636
5976
 
5637
5977
  ```
@@ -5648,7 +5988,7 @@ await client.realtime.get({
5648
5988
  <dl>
5649
5989
  <dd>
5650
5990
 
5651
- **request:** `Natural.GetRealtimeRequest`
5991
+ **request:** `Natural.GetExternalAccountsRequest`
5652
5992
 
5653
5993
  </dd>
5654
5994
  </dl>
@@ -5656,7 +5996,7 @@ await client.realtime.get({
5656
5996
  <dl>
5657
5997
  <dd>
5658
5998
 
5659
- **requestOptions:** `RealtimeClient.RequestOptions`
5999
+ **requestOptions:** `ExternalAccountsClient.RequestOptions`
5660
6000
 
5661
6001
  </dd>
5662
6002
  </dl>
@@ -5668,7 +6008,7 @@ await client.realtime.get({
5668
6008
  </dl>
5669
6009
  </details>
5670
6010
 
5671
- <details><summary><code>client.realtime.<a href="/src/api/resources/realtime/client/Client.ts">cancel</a>({ ...params }) -> Natural.CancelRealtimeResponse</code></summary>
6011
+ <details><summary><code>client.externalAccounts.<a href="/src/api/resources/externalAccounts/client/Client.ts">remove</a>({ ...params }) -> Natural.DelExtAcct</code></summary>
5672
6012
  <dl>
5673
6013
  <dd>
5674
6014
 
@@ -5680,7 +6020,7 @@ await client.realtime.get({
5680
6020
  <dl>
5681
6021
  <dd>
5682
6022
 
5683
- Cancel a realtime payment before submission
6023
+ Remove a linked external account
5684
6024
  </dd>
5685
6025
  </dl>
5686
6026
  </dd>
@@ -5695,10 +6035,8 @@ Cancel a realtime payment before submission
5695
6035
  <dd>
5696
6036
 
5697
6037
  ```typescript
5698
- await client.realtime.cancel({
5699
- idempotencyKey: "Idempotency-Key",
5700
- realtimeId: "realtimeId",
5701
- reason: "Duplicate payment"
6038
+ await client.externalAccounts.remove({
6039
+ externalAccountId: "externalAccountId"
5702
6040
  });
5703
6041
 
5704
6042
  ```
@@ -5715,7 +6053,7 @@ await client.realtime.cancel({
5715
6053
  <dl>
5716
6054
  <dd>
5717
6055
 
5718
- **request:** `Natural.CancelRealtimeRequest`
6056
+ **request:** `Natural.RemoveExternalAccountsRequest`
5719
6057
 
5720
6058
  </dd>
5721
6059
  </dl>
@@ -5723,7 +6061,7 @@ await client.realtime.cancel({
5723
6061
  <dl>
5724
6062
  <dd>
5725
6063
 
5726
- **requestOptions:** `RealtimeClient.RequestOptions`
6064
+ **requestOptions:** `ExternalAccountsClient.RequestOptions`
5727
6065
 
5728
6066
  </dd>
5729
6067
  </dl>
@@ -7437,6 +7775,140 @@ await client.simulations.failRealtime({
7437
7775
  </dl>
7438
7776
 
7439
7777
 
7778
+ </dd>
7779
+ </dl>
7780
+ </details>
7781
+
7782
+ <details><summary><code>client.simulations.<a href="/src/api/resources/simulations/client/Client.ts">settleWire</a>({ ...params }) -> Natural.SettleWireSimulationsResponse</code></summary>
7783
+ <dl>
7784
+ <dd>
7785
+
7786
+ #### 📝 Description
7787
+
7788
+ <dl>
7789
+ <dd>
7790
+
7791
+ <dl>
7792
+ <dd>
7793
+
7794
+ Drive a sandbox wire to completion
7795
+ </dd>
7796
+ </dl>
7797
+ </dd>
7798
+ </dl>
7799
+
7800
+ #### 🔌 Usage
7801
+
7802
+ <dl>
7803
+ <dd>
7804
+
7805
+ <dl>
7806
+ <dd>
7807
+
7808
+ ```typescript
7809
+ await client.simulations.settleWire({
7810
+ idempotencyKey: "Idempotency-Key",
7811
+ wireId: "wireId",
7812
+ customerPartyId: "pty_7c9e6679e29b41d4a716446655440001"
7813
+ });
7814
+
7815
+ ```
7816
+ </dd>
7817
+ </dl>
7818
+ </dd>
7819
+ </dl>
7820
+
7821
+ #### ⚙️ Parameters
7822
+
7823
+ <dl>
7824
+ <dd>
7825
+
7826
+ <dl>
7827
+ <dd>
7828
+
7829
+ **request:** `Natural.SettleWireSimulationsRequest`
7830
+
7831
+ </dd>
7832
+ </dl>
7833
+
7834
+ <dl>
7835
+ <dd>
7836
+
7837
+ **requestOptions:** `SimulationsClient.RequestOptions`
7838
+
7839
+ </dd>
7840
+ </dl>
7841
+ </dd>
7842
+ </dl>
7843
+
7844
+
7845
+ </dd>
7846
+ </dl>
7847
+ </details>
7848
+
7849
+ <details><summary><code>client.simulations.<a href="/src/api/resources/simulations/client/Client.ts">failWire</a>({ ...params }) -> Natural.FailWireSimulationsResponse</code></summary>
7850
+ <dl>
7851
+ <dd>
7852
+
7853
+ #### 📝 Description
7854
+
7855
+ <dl>
7856
+ <dd>
7857
+
7858
+ <dl>
7859
+ <dd>
7860
+
7861
+ Drive a sandbox wire to rejection
7862
+ </dd>
7863
+ </dl>
7864
+ </dd>
7865
+ </dl>
7866
+
7867
+ #### 🔌 Usage
7868
+
7869
+ <dl>
7870
+ <dd>
7871
+
7872
+ <dl>
7873
+ <dd>
7874
+
7875
+ ```typescript
7876
+ await client.simulations.failWire({
7877
+ idempotencyKey: "Idempotency-Key",
7878
+ wireId: "wireId",
7879
+ customerPartyId: "pty_7c9e6679e29b41d4a716446655440001"
7880
+ });
7881
+
7882
+ ```
7883
+ </dd>
7884
+ </dl>
7885
+ </dd>
7886
+ </dl>
7887
+
7888
+ #### ⚙️ Parameters
7889
+
7890
+ <dl>
7891
+ <dd>
7892
+
7893
+ <dl>
7894
+ <dd>
7895
+
7896
+ **request:** `Natural.FailWireSimulationsRequest`
7897
+
7898
+ </dd>
7899
+ </dl>
7900
+
7901
+ <dl>
7902
+ <dd>
7903
+
7904
+ **requestOptions:** `SimulationsClient.RequestOptions`
7905
+
7906
+ </dd>
7907
+ </dl>
7908
+ </dd>
7909
+ </dl>
7910
+
7911
+
7440
7912
  </dd>
7441
7913
  </dl>
7442
7914
  </details>