@naturalpay/sdk 1.2.1 → 1.2.2

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 (438) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +4 -0
  3. package/dist/cjs/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +4 -0
  4. package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +4 -0
  5. package/dist/cjs/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -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/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -0
  9. package/dist/cjs/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -0
  10. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -0
  11. package/dist/cjs/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -0
  12. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -0
  13. package/dist/cjs/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -0
  14. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +4 -0
  15. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +4 -0
  16. package/dist/cjs/api/resources/events/client/Client.d.ts +30 -0
  17. package/dist/cjs/api/resources/events/client/Client.js +101 -0
  18. package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.d.ts +14 -0
  19. package/dist/cjs/api/resources/events/client/requests/RedeliverEventsRequest.js +3 -0
  20. package/dist/cjs/api/resources/events/client/requests/index.d.ts +1 -0
  21. package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.d.ts +4 -0
  22. package/dist/cjs/api/resources/events/types/RedeliverEventsResponse.js +3 -0
  23. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.d.ts +11 -0
  24. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseData.js +3 -0
  25. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +28 -0
  26. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributes.js +3 -0
  27. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +8 -0
  28. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +11 -0
  29. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +10 -0
  30. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +13 -0
  31. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +10 -0
  32. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationships.js +3 -0
  33. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +8 -0
  34. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +3 -0
  35. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +8 -0
  36. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +3 -0
  37. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +4 -0
  38. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +7 -0
  39. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +8 -0
  40. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +3 -0
  41. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +8 -0
  42. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +3 -0
  43. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +4 -0
  44. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +7 -0
  45. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.d.ts +5 -0
  46. package/dist/cjs/api/resources/events/types/RedeliverEventsResponseDataType.js +8 -0
  47. package/dist/cjs/api/resources/events/types/index.d.ts +13 -0
  48. package/dist/cjs/api/resources/events/types/index.js +13 -0
  49. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +2 -0
  50. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
  51. package/dist/cjs/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
  52. package/dist/cjs/api/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +2 -0
  53. package/dist/cjs/api/resources/externalAccounts/types/ExtAcctAttrs.d.ts +2 -0
  54. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +2 -0
  55. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
  56. package/dist/cjs/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
  57. package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
  58. package/dist/cjs/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
  59. package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +5 -0
  60. package/dist/cjs/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +8 -0
  61. package/dist/cjs/api/resources/externalAccounts/types/index.d.ts +4 -0
  62. package/dist/cjs/api/resources/externalAccounts/types/index.js +4 -0
  63. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +4 -0
  64. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +4 -0
  65. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  66. package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  67. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  68. package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  69. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  70. package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +4 -0
  71. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +4 -0
  72. package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  73. package/dist/cjs/api/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +2 -2
  74. package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +4 -0
  75. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +2 -0
  76. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +5 -0
  77. package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +8 -0
  78. package/dist/cjs/api/resources/simulations/types/index.d.ts +1 -0
  79. package/dist/cjs/api/resources/simulations/types/index.js +1 -0
  80. package/dist/cjs/api/resources/transfers/client/Client.d.ts +1 -0
  81. package/dist/cjs/api/resources/transfers/client/Client.js +1 -0
  82. package/dist/cjs/api/resources/transfers/client/requests/NewWithdrawalParams.d.ts +3 -0
  83. package/dist/cjs/api/resources/transfers/types/DepositAttrs.d.ts +4 -0
  84. package/dist/cjs/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +4 -0
  85. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +6 -0
  86. package/dist/cjs/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +9 -0
  87. package/dist/cjs/api/resources/transfers/types/TransferAttrs.d.ts +4 -0
  88. package/dist/cjs/api/resources/transfers/types/TransferDetailAttrs.d.ts +4 -0
  89. package/dist/cjs/api/resources/transfers/types/WithdrawalAttrs.d.ts +4 -0
  90. package/dist/cjs/api/resources/transfers/types/index.d.ts +1 -0
  91. package/dist/cjs/api/resources/transfers/types/index.js +1 -0
  92. package/dist/cjs/api/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  93. package/dist/cjs/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  94. package/dist/cjs/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  95. package/dist/cjs/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +4 -0
  96. package/dist/cjs/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  97. package/dist/cjs/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  98. package/dist/cjs/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +4 -0
  99. package/dist/cjs/api/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +2 -0
  100. package/dist/cjs/api/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
  101. package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +2 -0
  102. package/dist/cjs/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -0
  103. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.ts +1 -1
  104. package/dist/cjs/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.js +4 -0
  105. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.ts +1 -1
  106. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.js +4 -0
  107. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  108. package/dist/cjs/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.js +1 -1
  109. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  110. package/dist/cjs/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.js +1 -1
  111. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.ts +1 -1
  112. package/dist/cjs/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.js +1 -1
  113. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.ts +1 -1
  114. package/dist/cjs/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.js +1 -1
  115. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.ts +1 -1
  116. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.js +4 -0
  117. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.d.ts +10 -0
  118. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponse.js +42 -0
  119. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.d.ts +15 -0
  120. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseData.js +47 -0
  121. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.ts +21 -0
  122. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.js +53 -0
  123. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.ts +7 -0
  124. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.js +39 -0
  125. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.ts +7 -0
  126. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.js +39 -0
  127. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.ts +12 -0
  128. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.js +44 -0
  129. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.ts +10 -0
  130. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.js +42 -0
  131. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.ts +11 -0
  132. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.js +43 -0
  133. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.ts +7 -0
  134. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.js +39 -0
  135. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.ts +10 -0
  136. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.js +42 -0
  137. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.ts +11 -0
  138. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.js +43 -0
  139. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.ts +7 -0
  140. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.js +39 -0
  141. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.d.ts +7 -0
  142. package/dist/cjs/serialization/resources/events/types/RedeliverEventsResponseDataType.js +39 -0
  143. package/dist/cjs/serialization/resources/events/types/index.d.ts +13 -0
  144. package/dist/cjs/serialization/resources/events/types/index.js +13 -0
  145. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.ts +2 -0
  146. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.js +2 -0
  147. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
  148. package/dist/cjs/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
  149. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.ts +2 -0
  150. package/dist/cjs/serialization/resources/externalAccounts/types/DelExtAcctAttrs.js +2 -0
  151. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.ts +2 -0
  152. package/dist/cjs/serialization/resources/externalAccounts/types/ExtAcctAttrs.js +2 -0
  153. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.ts +2 -0
  154. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.js +2 -0
  155. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
  156. package/dist/cjs/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
  157. package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
  158. package/dist/cjs/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
  159. package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.ts +7 -0
  160. package/dist/cjs/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.js +39 -0
  161. package/dist/cjs/serialization/resources/externalAccounts/types/index.d.ts +4 -0
  162. package/dist/cjs/serialization/resources/externalAccounts/types/index.js +4 -0
  163. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +1 -1
  164. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +4 -0
  165. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  166. package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  167. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  168. package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  169. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  170. package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +4 -0
  171. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +1 -1
  172. package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +4 -0
  173. package/dist/cjs/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.ts +1 -1
  174. package/dist/cjs/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.js +1 -1
  175. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +2 -0
  176. package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +2 -0
  177. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +2 -0
  178. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +2 -0
  179. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.ts +7 -0
  180. package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.js +39 -0
  181. package/dist/cjs/serialization/resources/simulations/types/index.d.ts +1 -0
  182. package/dist/cjs/serialization/resources/simulations/types/index.js +1 -0
  183. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.ts +2 -0
  184. package/dist/cjs/serialization/resources/transfers/client/requests/NewWithdrawalParams.js +2 -0
  185. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.d.ts +2 -0
  186. package/dist/cjs/serialization/resources/transfers/types/DepositAttrs.js +2 -0
  187. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.ts +2 -0
  188. package/dist/cjs/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.js +2 -0
  189. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.ts +7 -0
  190. package/dist/cjs/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.js +39 -0
  191. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.d.ts +2 -0
  192. package/dist/cjs/serialization/resources/transfers/types/TransferAttrs.js +2 -0
  193. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.d.ts +2 -0
  194. package/dist/cjs/serialization/resources/transfers/types/TransferDetailAttrs.js +2 -0
  195. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.d.ts +2 -0
  196. package/dist/cjs/serialization/resources/transfers/types/WithdrawalAttrs.js +2 -0
  197. package/dist/cjs/serialization/resources/transfers/types/index.d.ts +1 -0
  198. package/dist/cjs/serialization/resources/transfers/types/index.js +1 -0
  199. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  200. package/dist/cjs/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.js +2 -0
  201. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  202. package/dist/cjs/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.js +2 -0
  203. package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  204. package/dist/cjs/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.js +2 -0
  205. package/dist/cjs/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.ts +2 -0
  206. package/dist/cjs/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.js +2 -0
  207. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  208. package/dist/cjs/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.js +2 -0
  209. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  210. package/dist/cjs/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.js +2 -0
  211. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.ts +2 -0
  212. package/dist/cjs/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.js +2 -0
  213. package/dist/cjs/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.d.ts +1 -1
  214. package/dist/cjs/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.js +2 -0
  215. package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.ts +1 -1
  216. package/dist/cjs/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.js +2 -0
  217. package/dist/cjs/version.d.ts +1 -1
  218. package/dist/cjs/version.js +1 -1
  219. package/dist/esm/BaseClient.mjs +2 -2
  220. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +4 -0
  221. package/dist/esm/api/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +4 -0
  222. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +4 -0
  223. package/dist/esm/api/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -0
  224. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  225. package/dist/esm/api/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -0
  226. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  227. package/dist/esm/api/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -0
  228. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -0
  229. package/dist/esm/api/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -0
  230. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -0
  231. package/dist/esm/api/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -0
  232. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +4 -0
  233. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +4 -0
  234. package/dist/esm/api/resources/events/client/Client.d.mts +30 -0
  235. package/dist/esm/api/resources/events/client/Client.mjs +101 -0
  236. package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.d.mts +14 -0
  237. package/dist/esm/api/resources/events/client/requests/RedeliverEventsRequest.mjs +2 -0
  238. package/dist/esm/api/resources/events/client/requests/index.d.mts +1 -0
  239. package/dist/esm/api/resources/events/types/RedeliverEventsResponse.d.mts +4 -0
  240. package/dist/esm/api/resources/events/types/RedeliverEventsResponse.mjs +2 -0
  241. package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.d.mts +11 -0
  242. package/dist/esm/api/resources/events/types/RedeliverEventsResponseData.mjs +2 -0
  243. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +28 -0
  244. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +2 -0
  245. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +8 -0
  246. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +8 -0
  247. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +10 -0
  248. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +10 -0
  249. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +10 -0
  250. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +2 -0
  251. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +8 -0
  252. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +2 -0
  253. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +8 -0
  254. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +2 -0
  255. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +4 -0
  256. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +4 -0
  257. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +8 -0
  258. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +2 -0
  259. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +8 -0
  260. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +2 -0
  261. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +4 -0
  262. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +4 -0
  263. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.d.mts +5 -0
  264. package/dist/esm/api/resources/events/types/RedeliverEventsResponseDataType.mjs +5 -0
  265. package/dist/esm/api/resources/events/types/index.d.mts +13 -0
  266. package/dist/esm/api/resources/events/types/index.mjs +13 -0
  267. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +2 -0
  268. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
  269. package/dist/esm/api/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
  270. package/dist/esm/api/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +2 -0
  271. package/dist/esm/api/resources/externalAccounts/types/ExtAcctAttrs.d.mts +2 -0
  272. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +2 -0
  273. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
  274. package/dist/esm/api/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
  275. package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
  276. package/dist/esm/api/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
  277. package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +5 -0
  278. package/dist/esm/api/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +5 -0
  279. package/dist/esm/api/resources/externalAccounts/types/index.d.mts +4 -0
  280. package/dist/esm/api/resources/externalAccounts/types/index.mjs +4 -0
  281. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +4 -0
  282. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +4 -0
  283. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  284. package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  285. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  286. package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  287. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  288. package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  289. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +4 -0
  290. package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  291. package/dist/esm/api/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +2 -2
  292. package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +4 -0
  293. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +2 -0
  294. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +5 -0
  295. package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +5 -0
  296. package/dist/esm/api/resources/simulations/types/index.d.mts +1 -0
  297. package/dist/esm/api/resources/simulations/types/index.mjs +1 -0
  298. package/dist/esm/api/resources/transfers/client/Client.d.mts +1 -0
  299. package/dist/esm/api/resources/transfers/client/Client.mjs +1 -0
  300. package/dist/esm/api/resources/transfers/client/requests/NewWithdrawalParams.d.mts +3 -0
  301. package/dist/esm/api/resources/transfers/types/DepositAttrs.d.mts +4 -0
  302. package/dist/esm/api/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +4 -0
  303. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +6 -0
  304. package/dist/esm/api/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +6 -0
  305. package/dist/esm/api/resources/transfers/types/TransferAttrs.d.mts +4 -0
  306. package/dist/esm/api/resources/transfers/types/TransferDetailAttrs.d.mts +4 -0
  307. package/dist/esm/api/resources/transfers/types/WithdrawalAttrs.d.mts +4 -0
  308. package/dist/esm/api/resources/transfers/types/index.d.mts +1 -0
  309. package/dist/esm/api/resources/transfers/types/index.mjs +1 -0
  310. package/dist/esm/api/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  311. package/dist/esm/api/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  312. package/dist/esm/api/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  313. package/dist/esm/api/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +4 -0
  314. package/dist/esm/api/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  315. package/dist/esm/api/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  316. package/dist/esm/api/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +4 -0
  317. package/dist/esm/api/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +2 -0
  318. package/dist/esm/api/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
  319. package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +2 -0
  320. package/dist/esm/api/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -0
  321. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.d.mts +1 -1
  322. package/dist/esm/serialization/resources/agents/types/CreateCustomerAgentsRequestPermissionsItem.mjs +4 -0
  323. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.d.mts +1 -1
  324. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeysRequestScopesItem.mjs +4 -0
  325. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  326. package/dist/esm/serialization/resources/approvals/types/ApproveApprovalsResponseDataAttributesTargetType.mjs +1 -1
  327. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  328. package/dist/esm/serialization/resources/approvals/types/DenyApprovalsResponseDataAttributesTargetType.mjs +1 -1
  329. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.d.mts +1 -1
  330. package/dist/esm/serialization/resources/approvals/types/GetApprovalsResponseDataAttributesTargetType.mjs +1 -1
  331. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.d.mts +1 -1
  332. package/dist/esm/serialization/resources/approvals/types/ListApprovalsResponseDataItemAttributesTargetType.mjs +1 -1
  333. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.d.mts +1 -1
  334. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestAgentsItemPermissionsItem.mjs +4 -0
  335. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.d.mts +10 -0
  336. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponse.mjs +6 -0
  337. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.d.mts +15 -0
  338. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseData.mjs +11 -0
  339. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.d.mts +21 -0
  340. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributes.mjs +17 -0
  341. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.d.mts +7 -0
  342. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesErrorCategory.mjs +3 -0
  343. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.d.mts +7 -0
  344. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataAttributesStatus.mjs +3 -0
  345. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.d.mts +12 -0
  346. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationships.mjs +8 -0
  347. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.d.mts +10 -0
  348. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEvent.mjs +6 -0
  349. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.d.mts +11 -0
  350. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventData.mjs +7 -0
  351. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.d.mts +7 -0
  352. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsEventDataType.mjs +3 -0
  353. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.d.mts +10 -0
  354. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhook.mjs +6 -0
  355. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.d.mts +11 -0
  356. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookData.mjs +7 -0
  357. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.d.mts +7 -0
  358. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataRelationshipsWebhookDataType.mjs +3 -0
  359. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.d.mts +7 -0
  360. package/dist/esm/serialization/resources/events/types/RedeliverEventsResponseDataType.mjs +3 -0
  361. package/dist/esm/serialization/resources/events/types/index.d.mts +13 -0
  362. package/dist/esm/serialization/resources/events/types/index.mjs +13 -0
  363. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.d.mts +2 -0
  364. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributes.mjs +2 -0
  365. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
  366. package/dist/esm/serialization/resources/externalAccounts/types/CreateFromProcessorTokenExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
  367. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.d.mts +2 -0
  368. package/dist/esm/serialization/resources/externalAccounts/types/DelExtAcctAttrs.mjs +2 -0
  369. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.d.mts +2 -0
  370. package/dist/esm/serialization/resources/externalAccounts/types/ExtAcctAttrs.mjs +2 -0
  371. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.d.mts +2 -0
  372. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributes.mjs +2 -0
  373. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
  374. package/dist/esm/serialization/resources/externalAccounts/types/GetExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
  375. package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
  376. package/dist/esm/serialization/resources/externalAccounts/types/ListExternalAccountsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
  377. package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.d.mts +7 -0
  378. package/dist/esm/serialization/resources/externalAccounts/types/RemoveExternalAccountsResponseDataAttributesAvailableMethodsItem.mjs +3 -0
  379. package/dist/esm/serialization/resources/externalAccounts/types/index.d.mts +4 -0
  380. package/dist/esm/serialization/resources/externalAccounts/types/index.mjs +4 -0
  381. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +1 -1
  382. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +4 -0
  383. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  384. package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  385. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  386. package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  387. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  388. package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  389. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +1 -1
  390. package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +4 -0
  391. package/dist/esm/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.d.mts +1 -1
  392. package/dist/esm/serialization/resources/paymentRequests/types/FulfillPaymentRequestsRequestPaymentSourceWallet.mjs +1 -1
  393. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +2 -0
  394. package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +2 -0
  395. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +2 -0
  396. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +2 -0
  397. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.d.mts +7 -0
  398. package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAvailableMethodsItem.mjs +3 -0
  399. package/dist/esm/serialization/resources/simulations/types/index.d.mts +1 -0
  400. package/dist/esm/serialization/resources/simulations/types/index.mjs +1 -0
  401. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.d.mts +2 -0
  402. package/dist/esm/serialization/resources/transfers/client/requests/NewWithdrawalParams.mjs +2 -0
  403. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.d.mts +2 -0
  404. package/dist/esm/serialization/resources/transfers/types/DepositAttrs.mjs +2 -0
  405. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.d.mts +2 -0
  406. package/dist/esm/serialization/resources/transfers/types/InitiateInternalTransfersResponseDataAttributes.mjs +2 -0
  407. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.d.mts +7 -0
  408. package/dist/esm/serialization/resources/transfers/types/InitiateWithdrawalTransfersRequestMethod.mjs +3 -0
  409. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.d.mts +2 -0
  410. package/dist/esm/serialization/resources/transfers/types/TransferAttrs.mjs +2 -0
  411. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.d.mts +2 -0
  412. package/dist/esm/serialization/resources/transfers/types/TransferDetailAttrs.mjs +2 -0
  413. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.d.mts +2 -0
  414. package/dist/esm/serialization/resources/transfers/types/WithdrawalAttrs.mjs +2 -0
  415. package/dist/esm/serialization/resources/transfers/types/index.d.mts +1 -0
  416. package/dist/esm/serialization/resources/transfers/types/index.mjs +1 -0
  417. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  418. package/dist/esm/serialization/resources/wallets/types/CreateWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  419. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  420. package/dist/esm/serialization/resources/wallets/types/FreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  421. package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  422. package/dist/esm/serialization/resources/wallets/types/GetWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  423. package/dist/esm/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.d.mts +2 -0
  424. package/dist/esm/serialization/resources/wallets/types/ListWalletsResponseDataItemAttributesDepositInstructions.mjs +2 -0
  425. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  426. package/dist/esm/serialization/resources/wallets/types/SetDefaultWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  427. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  428. package/dist/esm/serialization/resources/wallets/types/UnfreezeWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  429. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.d.mts +2 -0
  430. package/dist/esm/serialization/resources/wallets/types/UpdateWalletsResponseDataAttributesDepositInstructions.mjs +2 -0
  431. package/dist/esm/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.d.mts +1 -1
  432. package/dist/esm/serialization/types/ComplianceSessionStatusResponseDataAttributesStatus.mjs +2 -0
  433. package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.d.mts +1 -1
  434. package/dist/esm/serialization/types/PartyComplianceStatusResponseDataAttributesCaseStatus.mjs +2 -0
  435. package/dist/esm/version.d.mts +1 -1
  436. package/dist/esm/version.mjs +1 -1
  437. package/package.json +1 -1
  438. package/reference.md +68 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalpay/sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/reference.md CHANGED
@@ -1880,6 +1880,7 @@ await client.transfers.initiateWithdrawal({
1880
1880
  amount: 12500,
1881
1881
  currency: "USD",
1882
1882
  externalAccountId: "eac_550e8400e29b41d4a716446655440000",
1883
+ method: "standard",
1883
1884
  description: "Payout transfer"
1884
1885
  });
1885
1886
 
@@ -5739,6 +5740,73 @@ await client.events.get({
5739
5740
  </dl>
5740
5741
 
5741
5742
 
5743
+ </dd>
5744
+ </dl>
5745
+ </details>
5746
+
5747
+ <details><summary><code>client.events.<a href="/src/api/resources/events/client/Client.ts">redeliver</a>({ ...params }) -> Natural.RedeliverEventsResponse</code></summary>
5748
+ <dl>
5749
+ <dd>
5750
+
5751
+ #### 📝 Description
5752
+
5753
+ <dl>
5754
+ <dd>
5755
+
5756
+ <dl>
5757
+ <dd>
5758
+
5759
+ Send the stored event once to the same webhook using its current URL and signing secret. Automatic retries continue independently, and delegated events require the original delegation to remain active.
5760
+ </dd>
5761
+ </dl>
5762
+ </dd>
5763
+ </dl>
5764
+
5765
+ #### 🔌 Usage
5766
+
5767
+ <dl>
5768
+ <dd>
5769
+
5770
+ <dl>
5771
+ <dd>
5772
+
5773
+ ```typescript
5774
+ await client.events.redeliver({
5775
+ idempotencyKey: "Idempotency-Key",
5776
+ webhookId: "webhookId",
5777
+ eventId: "eventId"
5778
+ });
5779
+
5780
+ ```
5781
+ </dd>
5782
+ </dl>
5783
+ </dd>
5784
+ </dl>
5785
+
5786
+ #### ⚙️ Parameters
5787
+
5788
+ <dl>
5789
+ <dd>
5790
+
5791
+ <dl>
5792
+ <dd>
5793
+
5794
+ **request:** `Natural.RedeliverEventsRequest`
5795
+
5796
+ </dd>
5797
+ </dl>
5798
+
5799
+ <dl>
5800
+ <dd>
5801
+
5802
+ **requestOptions:** `EventsClient.RequestOptions`
5803
+
5804
+ </dd>
5805
+ </dl>
5806
+ </dd>
5807
+ </dl>
5808
+
5809
+
5742
5810
  </dd>
5743
5811
  </dl>
5744
5812
  </details>