mollie-api-typescript 1.3.2 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (708) hide show
  1. package/FUNCTIONS.md +1 -1
  2. package/README.md +26 -7
  3. package/bin/mcp-server.js +1054 -152
  4. package/bin/mcp-server.js.map +81 -53
  5. package/dist/commonjs/funcs/balanceTransfersCreate.d.ts +2 -0
  6. package/dist/commonjs/funcs/balanceTransfersCreate.d.ts.map +1 -1
  7. package/dist/commonjs/funcs/balanceTransfersCreate.js +3 -1
  8. package/dist/commonjs/funcs/balanceTransfersCreate.js.map +1 -1
  9. package/dist/commonjs/funcs/balanceTransfersGet.d.ts +2 -0
  10. package/dist/commonjs/funcs/balanceTransfersGet.d.ts.map +1 -1
  11. package/dist/commonjs/funcs/balanceTransfersGet.js +3 -1
  12. package/dist/commonjs/funcs/balanceTransfersGet.js.map +1 -1
  13. package/dist/commonjs/funcs/balanceTransfersList.d.ts +2 -0
  14. package/dist/commonjs/funcs/balanceTransfersList.d.ts.map +1 -1
  15. package/dist/commonjs/funcs/balanceTransfersList.js +3 -1
  16. package/dist/commonjs/funcs/balanceTransfersList.js.map +1 -1
  17. package/dist/commonjs/funcs/balancesGet.d.ts +2 -0
  18. package/dist/commonjs/funcs/balancesGet.d.ts.map +1 -1
  19. package/dist/commonjs/funcs/balancesGet.js +3 -1
  20. package/dist/commonjs/funcs/balancesGet.js.map +1 -1
  21. package/dist/commonjs/funcs/balancesGetPrimary.d.ts +2 -0
  22. package/dist/commonjs/funcs/balancesGetPrimary.d.ts.map +1 -1
  23. package/dist/commonjs/funcs/balancesGetPrimary.js +3 -1
  24. package/dist/commonjs/funcs/balancesGetPrimary.js.map +1 -1
  25. package/dist/commonjs/funcs/balancesGetReport.d.ts +2 -0
  26. package/dist/commonjs/funcs/balancesGetReport.d.ts.map +1 -1
  27. package/dist/commonjs/funcs/balancesGetReport.js +3 -1
  28. package/dist/commonjs/funcs/balancesGetReport.js.map +1 -1
  29. package/dist/commonjs/funcs/balancesList.d.ts +2 -0
  30. package/dist/commonjs/funcs/balancesList.d.ts.map +1 -1
  31. package/dist/commonjs/funcs/balancesList.js +3 -1
  32. package/dist/commonjs/funcs/balancesList.js.map +1 -1
  33. package/dist/commonjs/funcs/balancesListTransactions.d.ts +2 -0
  34. package/dist/commonjs/funcs/balancesListTransactions.d.ts.map +1 -1
  35. package/dist/commonjs/funcs/balancesListTransactions.js +3 -1
  36. package/dist/commonjs/funcs/balancesListTransactions.js.map +1 -1
  37. package/dist/commonjs/funcs/capabilitiesList.d.ts +2 -0
  38. package/dist/commonjs/funcs/capabilitiesList.d.ts.map +1 -1
  39. package/dist/commonjs/funcs/capabilitiesList.js +3 -1
  40. package/dist/commonjs/funcs/capabilitiesList.js.map +1 -1
  41. package/dist/commonjs/funcs/clientLinksCreate.d.ts +2 -0
  42. package/dist/commonjs/funcs/clientLinksCreate.d.ts.map +1 -1
  43. package/dist/commonjs/funcs/clientLinksCreate.js +3 -1
  44. package/dist/commonjs/funcs/clientLinksCreate.js.map +1 -1
  45. package/dist/commonjs/funcs/clientsGet.d.ts +2 -0
  46. package/dist/commonjs/funcs/clientsGet.d.ts.map +1 -1
  47. package/dist/commonjs/funcs/clientsGet.js +3 -1
  48. package/dist/commonjs/funcs/clientsGet.js.map +1 -1
  49. package/dist/commonjs/funcs/clientsList.d.ts +2 -0
  50. package/dist/commonjs/funcs/clientsList.d.ts.map +1 -1
  51. package/dist/commonjs/funcs/clientsList.js +3 -1
  52. package/dist/commonjs/funcs/clientsList.js.map +1 -1
  53. package/dist/commonjs/funcs/invoicesGet.d.ts +2 -0
  54. package/dist/commonjs/funcs/invoicesGet.d.ts.map +1 -1
  55. package/dist/commonjs/funcs/invoicesGet.js +3 -1
  56. package/dist/commonjs/funcs/invoicesGet.js.map +1 -1
  57. package/dist/commonjs/funcs/invoicesList.d.ts +2 -0
  58. package/dist/commonjs/funcs/invoicesList.d.ts.map +1 -1
  59. package/dist/commonjs/funcs/invoicesList.js +3 -1
  60. package/dist/commonjs/funcs/invoicesList.js.map +1 -1
  61. package/dist/commonjs/funcs/onboardingGet.d.ts +2 -0
  62. package/dist/commonjs/funcs/onboardingGet.d.ts.map +1 -1
  63. package/dist/commonjs/funcs/onboardingGet.js +3 -1
  64. package/dist/commonjs/funcs/onboardingGet.js.map +1 -1
  65. package/dist/commonjs/funcs/onboardingSubmit.d.ts +2 -0
  66. package/dist/commonjs/funcs/onboardingSubmit.d.ts.map +1 -1
  67. package/dist/commonjs/funcs/onboardingSubmit.js +3 -1
  68. package/dist/commonjs/funcs/onboardingSubmit.js.map +1 -1
  69. package/dist/commonjs/funcs/organizationsGet.d.ts +2 -0
  70. package/dist/commonjs/funcs/organizationsGet.d.ts.map +1 -1
  71. package/dist/commonjs/funcs/organizationsGet.js +3 -1
  72. package/dist/commonjs/funcs/organizationsGet.js.map +1 -1
  73. package/dist/commonjs/funcs/organizationsGetCurrent.d.ts +2 -0
  74. package/dist/commonjs/funcs/organizationsGetCurrent.d.ts.map +1 -1
  75. package/dist/commonjs/funcs/organizationsGetCurrent.js +3 -1
  76. package/dist/commonjs/funcs/organizationsGetCurrent.js.map +1 -1
  77. package/dist/commonjs/funcs/organizationsGetPartner.d.ts +2 -0
  78. package/dist/commonjs/funcs/organizationsGetPartner.d.ts.map +1 -1
  79. package/dist/commonjs/funcs/organizationsGetPartner.js +3 -1
  80. package/dist/commonjs/funcs/organizationsGetPartner.js.map +1 -1
  81. package/dist/commonjs/funcs/permissionsGet.d.ts +2 -0
  82. package/dist/commonjs/funcs/permissionsGet.d.ts.map +1 -1
  83. package/dist/commonjs/funcs/permissionsGet.js +3 -1
  84. package/dist/commonjs/funcs/permissionsGet.js.map +1 -1
  85. package/dist/commonjs/funcs/permissionsList.d.ts +2 -0
  86. package/dist/commonjs/funcs/permissionsList.d.ts.map +1 -1
  87. package/dist/commonjs/funcs/permissionsList.js +3 -1
  88. package/dist/commonjs/funcs/permissionsList.js.map +1 -1
  89. package/dist/commonjs/funcs/profilesCreate.d.ts +2 -0
  90. package/dist/commonjs/funcs/profilesCreate.d.ts.map +1 -1
  91. package/dist/commonjs/funcs/profilesCreate.js +5 -3
  92. package/dist/commonjs/funcs/profilesCreate.js.map +1 -1
  93. package/dist/commonjs/funcs/profilesDelete.d.ts +2 -0
  94. package/dist/commonjs/funcs/profilesDelete.d.ts.map +1 -1
  95. package/dist/commonjs/funcs/profilesDelete.js +3 -1
  96. package/dist/commonjs/funcs/profilesDelete.js.map +1 -1
  97. package/dist/commonjs/funcs/profilesGet.d.ts +2 -0
  98. package/dist/commonjs/funcs/profilesGet.d.ts.map +1 -1
  99. package/dist/commonjs/funcs/profilesGet.js +3 -1
  100. package/dist/commonjs/funcs/profilesGet.js.map +1 -1
  101. package/dist/commonjs/funcs/profilesGetCurrent.d.ts +2 -0
  102. package/dist/commonjs/funcs/profilesGetCurrent.d.ts.map +1 -1
  103. package/dist/commonjs/funcs/profilesGetCurrent.js +3 -1
  104. package/dist/commonjs/funcs/profilesGetCurrent.js.map +1 -1
  105. package/dist/commonjs/funcs/profilesList.d.ts +2 -0
  106. package/dist/commonjs/funcs/profilesList.d.ts.map +1 -1
  107. package/dist/commonjs/funcs/profilesList.js +3 -1
  108. package/dist/commonjs/funcs/profilesList.js.map +1 -1
  109. package/dist/commonjs/funcs/profilesUpdate.d.ts +2 -0
  110. package/dist/commonjs/funcs/profilesUpdate.d.ts.map +1 -1
  111. package/dist/commonjs/funcs/profilesUpdate.js +5 -3
  112. package/dist/commonjs/funcs/profilesUpdate.js.map +1 -1
  113. package/dist/commonjs/funcs/settlementsGet.d.ts +2 -0
  114. package/dist/commonjs/funcs/settlementsGet.d.ts.map +1 -1
  115. package/dist/commonjs/funcs/settlementsGet.js +3 -1
  116. package/dist/commonjs/funcs/settlementsGet.js.map +1 -1
  117. package/dist/commonjs/funcs/settlementsGetNext.d.ts +2 -0
  118. package/dist/commonjs/funcs/settlementsGetNext.d.ts.map +1 -1
  119. package/dist/commonjs/funcs/settlementsGetNext.js +3 -1
  120. package/dist/commonjs/funcs/settlementsGetNext.js.map +1 -1
  121. package/dist/commonjs/funcs/settlementsGetOpen.d.ts +2 -0
  122. package/dist/commonjs/funcs/settlementsGetOpen.d.ts.map +1 -1
  123. package/dist/commonjs/funcs/settlementsGetOpen.js +3 -1
  124. package/dist/commonjs/funcs/settlementsGetOpen.js.map +1 -1
  125. package/dist/commonjs/funcs/settlementsList.d.ts +2 -0
  126. package/dist/commonjs/funcs/settlementsList.d.ts.map +1 -1
  127. package/dist/commonjs/funcs/settlementsList.js +3 -1
  128. package/dist/commonjs/funcs/settlementsList.js.map +1 -1
  129. package/dist/commonjs/funcs/settlementsListCaptures.d.ts +2 -0
  130. package/dist/commonjs/funcs/settlementsListCaptures.d.ts.map +1 -1
  131. package/dist/commonjs/funcs/settlementsListCaptures.js +3 -1
  132. package/dist/commonjs/funcs/settlementsListCaptures.js.map +1 -1
  133. package/dist/commonjs/funcs/settlementsListChargebacks.d.ts +2 -0
  134. package/dist/commonjs/funcs/settlementsListChargebacks.d.ts.map +1 -1
  135. package/dist/commonjs/funcs/settlementsListChargebacks.js +3 -1
  136. package/dist/commonjs/funcs/settlementsListChargebacks.js.map +1 -1
  137. package/dist/commonjs/funcs/settlementsListPayments.d.ts +2 -0
  138. package/dist/commonjs/funcs/settlementsListPayments.d.ts.map +1 -1
  139. package/dist/commonjs/funcs/settlementsListPayments.js +3 -1
  140. package/dist/commonjs/funcs/settlementsListPayments.js.map +1 -1
  141. package/dist/commonjs/funcs/settlementsListRefunds.d.ts +2 -0
  142. package/dist/commonjs/funcs/settlementsListRefunds.d.ts.map +1 -1
  143. package/dist/commonjs/funcs/settlementsListRefunds.js +3 -1
  144. package/dist/commonjs/funcs/settlementsListRefunds.js.map +1 -1
  145. package/dist/commonjs/funcs/transfersCreate.d.ts +44 -0
  146. package/dist/commonjs/funcs/transfersCreate.d.ts.map +1 -0
  147. package/dist/commonjs/funcs/transfersCreate.js +166 -0
  148. package/dist/commonjs/funcs/transfersCreate.js.map +1 -0
  149. package/dist/commonjs/funcs/transfersGet.d.ts +26 -0
  150. package/dist/commonjs/funcs/transfersGet.d.ts.map +1 -0
  151. package/dist/commonjs/funcs/transfersGet.js +147 -0
  152. package/dist/commonjs/funcs/transfersGet.js.map +1 -0
  153. package/dist/commonjs/funcs/verifyPayeesCreate.d.ts +42 -0
  154. package/dist/commonjs/funcs/verifyPayeesCreate.d.ts.map +1 -0
  155. package/dist/commonjs/funcs/verifyPayeesCreate.js +161 -0
  156. package/dist/commonjs/funcs/verifyPayeesCreate.js.map +1 -0
  157. package/dist/commonjs/funcs/webhookEventsGet.d.ts +2 -0
  158. package/dist/commonjs/funcs/webhookEventsGet.d.ts.map +1 -1
  159. package/dist/commonjs/funcs/webhookEventsGet.js +3 -1
  160. package/dist/commonjs/funcs/webhookEventsGet.js.map +1 -1
  161. package/dist/commonjs/funcs/webhooksCreate.d.ts +2 -0
  162. package/dist/commonjs/funcs/webhooksCreate.d.ts.map +1 -1
  163. package/dist/commonjs/funcs/webhooksCreate.js +3 -1
  164. package/dist/commonjs/funcs/webhooksCreate.js.map +1 -1
  165. package/dist/commonjs/funcs/webhooksDelete.d.ts +2 -0
  166. package/dist/commonjs/funcs/webhooksDelete.d.ts.map +1 -1
  167. package/dist/commonjs/funcs/webhooksDelete.js +3 -1
  168. package/dist/commonjs/funcs/webhooksDelete.js.map +1 -1
  169. package/dist/commonjs/funcs/webhooksGet.d.ts +2 -0
  170. package/dist/commonjs/funcs/webhooksGet.d.ts.map +1 -1
  171. package/dist/commonjs/funcs/webhooksGet.js +3 -1
  172. package/dist/commonjs/funcs/webhooksGet.js.map +1 -1
  173. package/dist/commonjs/funcs/webhooksList.d.ts +2 -0
  174. package/dist/commonjs/funcs/webhooksList.d.ts.map +1 -1
  175. package/dist/commonjs/funcs/webhooksList.js +3 -1
  176. package/dist/commonjs/funcs/webhooksList.js.map +1 -1
  177. package/dist/commonjs/funcs/webhooksTest.d.ts +2 -0
  178. package/dist/commonjs/funcs/webhooksTest.d.ts.map +1 -1
  179. package/dist/commonjs/funcs/webhooksTest.js +3 -1
  180. package/dist/commonjs/funcs/webhooksTest.js.map +1 -1
  181. package/dist/commonjs/funcs/webhooksUpdate.d.ts +2 -0
  182. package/dist/commonjs/funcs/webhooksUpdate.d.ts.map +1 -1
  183. package/dist/commonjs/funcs/webhooksUpdate.js +3 -1
  184. package/dist/commonjs/funcs/webhooksUpdate.js.map +1 -1
  185. package/dist/commonjs/lib/config.d.ts +3 -3
  186. package/dist/commonjs/lib/config.js +3 -3
  187. package/dist/commonjs/lib/config.js.map +1 -1
  188. package/dist/commonjs/lib/security.d.ts +1 -1
  189. package/dist/commonjs/lib/security.d.ts.map +1 -1
  190. package/dist/commonjs/lib/security.js +34 -21
  191. package/dist/commonjs/lib/security.js.map +1 -1
  192. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  193. package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
  194. package/dist/commonjs/mcp-server/server.js +7 -1
  195. package/dist/commonjs/mcp-server/server.js.map +1 -1
  196. package/dist/commonjs/mcp-server/tools/transfersCreate.d.ts +8 -0
  197. package/dist/commonjs/mcp-server/tools/transfersCreate.d.ts.map +1 -0
  198. package/dist/commonjs/mcp-server/tools/transfersCreate.js +88 -0
  199. package/dist/commonjs/mcp-server/tools/transfersCreate.js.map +1 -0
  200. package/dist/commonjs/mcp-server/tools/transfersGet.d.ts +8 -0
  201. package/dist/commonjs/mcp-server/tools/transfersGet.d.ts.map +1 -0
  202. package/dist/commonjs/mcp-server/tools/transfersGet.js +70 -0
  203. package/dist/commonjs/mcp-server/tools/transfersGet.js.map +1 -0
  204. package/dist/commonjs/mcp-server/tools/verifyPayeesCreate.d.ts +8 -0
  205. package/dist/commonjs/mcp-server/tools/verifyPayeesCreate.d.ts.map +1 -0
  206. package/dist/commonjs/mcp-server/tools/verifyPayeesCreate.js +86 -0
  207. package/dist/commonjs/mcp-server/tools/verifyPayeesCreate.js.map +1 -0
  208. package/dist/commonjs/models/accountnumberformat.d.ts +17 -0
  209. package/dist/commonjs/models/accountnumberformat.d.ts.map +1 -0
  210. package/dist/commonjs/models/accountnumberformat.js +52 -0
  211. package/dist/commonjs/models/accountnumberformat.js.map +1 -0
  212. package/dist/commonjs/models/accountnumberformatresponse.d.ts +17 -0
  213. package/dist/commonjs/models/accountnumberformatresponse.d.ts.map +1 -0
  214. package/dist/commonjs/models/accountnumberformatresponse.js +52 -0
  215. package/dist/commonjs/models/accountnumberformatresponse.js.map +1 -0
  216. package/dist/commonjs/models/creditdebitindicator.d.ts +18 -0
  217. package/dist/commonjs/models/creditdebitindicator.d.ts.map +1 -0
  218. package/dist/commonjs/models/creditdebitindicator.js +53 -0
  219. package/dist/commonjs/models/creditdebitindicator.js.map +1 -0
  220. package/dist/commonjs/models/creditorbankaccount.d.ts +34 -0
  221. package/dist/commonjs/models/creditorbankaccount.d.ts.map +1 -0
  222. package/dist/commonjs/models/creditorbankaccount.js +64 -0
  223. package/dist/commonjs/models/creditorbankaccount.js.map +1 -0
  224. package/dist/commonjs/models/creditorbankaccountresponse.d.ts +34 -0
  225. package/dist/commonjs/models/creditorbankaccountresponse.d.ts.map +1 -0
  226. package/dist/commonjs/models/creditorbankaccountresponse.js +64 -0
  227. package/dist/commonjs/models/creditorbankaccountresponse.js.map +1 -0
  228. package/dist/commonjs/models/index.d.ts +19 -0
  229. package/dist/commonjs/models/index.d.ts.map +1 -1
  230. package/dist/commonjs/models/index.js +19 -0
  231. package/dist/commonjs/models/index.js.map +1 -1
  232. package/dist/commonjs/models/operations/createtransfer.d.ts +48 -0
  233. package/dist/commonjs/models/operations/createtransfer.d.ts.map +1 -0
  234. package/dist/commonjs/models/operations/createtransfer.js +85 -0
  235. package/dist/commonjs/models/operations/createtransfer.js.map +1 -0
  236. package/dist/commonjs/models/operations/gettransfer.d.ts +58 -0
  237. package/dist/commonjs/models/operations/gettransfer.d.ts.map +1 -0
  238. package/dist/commonjs/models/operations/gettransfer.js +88 -0
  239. package/dist/commonjs/models/operations/gettransfer.js.map +1 -0
  240. package/dist/commonjs/models/operations/index.d.ts +3 -0
  241. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  242. package/dist/commonjs/models/operations/index.js +3 -0
  243. package/dist/commonjs/models/operations/index.js.map +1 -1
  244. package/dist/commonjs/models/operations/verifypayee.d.ts +23 -0
  245. package/dist/commonjs/models/operations/verifypayee.d.ts.map +1 -0
  246. package/dist/commonjs/models/operations/verifypayee.js +75 -0
  247. package/dist/commonjs/models/operations/verifypayee.js.map +1 -0
  248. package/dist/commonjs/models/statushistoryentryresponse.d.ts +40 -0
  249. package/dist/commonjs/models/statushistoryentryresponse.d.ts.map +1 -0
  250. package/dist/commonjs/models/statushistoryentryresponse.js +65 -0
  251. package/dist/commonjs/models/statushistoryentryresponse.js.map +1 -0
  252. package/dist/commonjs/models/statusreason2.d.ts +34 -0
  253. package/dist/commonjs/models/statusreason2.d.ts.map +1 -0
  254. package/dist/commonjs/models/statusreason2.js +62 -0
  255. package/dist/commonjs/models/statusreason2.js.map +1 -0
  256. package/dist/commonjs/models/statusreasoncoderesponse.d.ts +19 -0
  257. package/dist/commonjs/models/statusreasoncoderesponse.d.ts.map +1 -0
  258. package/dist/commonjs/models/statusreasoncoderesponse.js +54 -0
  259. package/dist/commonjs/models/statusreasoncoderesponse.js.map +1 -0
  260. package/dist/commonjs/models/transferparty.d.ts +50 -0
  261. package/dist/commonjs/models/transferparty.d.ts.map +1 -0
  262. package/dist/commonjs/models/transferparty.js +77 -0
  263. package/dist/commonjs/models/transferparty.js.map +1 -0
  264. package/dist/commonjs/models/transferrequest.d.ts +75 -0
  265. package/dist/commonjs/models/transferrequest.d.ts.map +1 -0
  266. package/dist/commonjs/models/transferrequest.js +75 -0
  267. package/dist/commonjs/models/transferrequest.js.map +1 -0
  268. package/dist/commonjs/models/transferresponse.d.ts +165 -0
  269. package/dist/commonjs/models/transferresponse.d.ts.map +1 -0
  270. package/dist/commonjs/models/transferresponse.js +131 -0
  271. package/dist/commonjs/models/transferresponse.js.map +1 -0
  272. package/dist/commonjs/models/transferscheme.d.ts +24 -0
  273. package/dist/commonjs/models/transferscheme.d.ts.map +1 -0
  274. package/dist/commonjs/models/transferscheme.js +60 -0
  275. package/dist/commonjs/models/transferscheme.js.map +1 -0
  276. package/dist/commonjs/models/transferschemeresponse.d.ts +24 -0
  277. package/dist/commonjs/models/transferschemeresponse.d.ts.map +1 -0
  278. package/dist/commonjs/models/transferschemeresponse.js +60 -0
  279. package/dist/commonjs/models/transferschemeresponse.js.map +1 -0
  280. package/dist/commonjs/models/transferschemetype.d.ts +18 -0
  281. package/dist/commonjs/models/transferschemetype.d.ts.map +1 -0
  282. package/dist/commonjs/models/transferschemetype.js +53 -0
  283. package/dist/commonjs/models/transferschemetype.js.map +1 -0
  284. package/dist/commonjs/models/transferschemetyperesponse.d.ts +18 -0
  285. package/dist/commonjs/models/transferschemetyperesponse.d.ts.map +1 -0
  286. package/dist/commonjs/models/transferschemetyperesponse.js +53 -0
  287. package/dist/commonjs/models/transferschemetyperesponse.js.map +1 -0
  288. package/dist/commonjs/models/transferstatus.d.ts +23 -0
  289. package/dist/commonjs/models/transferstatus.d.ts.map +1 -0
  290. package/dist/commonjs/models/transferstatus.js +58 -0
  291. package/dist/commonjs/models/transferstatus.js.map +1 -0
  292. package/dist/commonjs/models/verificationofpayeerequest.d.ts +38 -0
  293. package/dist/commonjs/models/verificationofpayeerequest.d.ts.map +1 -0
  294. package/dist/commonjs/models/verificationofpayeerequest.js +62 -0
  295. package/dist/commonjs/models/verificationofpayeerequest.js.map +1 -0
  296. package/dist/commonjs/models/verificationofpayeeresponse.d.ts +64 -0
  297. package/dist/commonjs/models/verificationofpayeeresponse.d.ts.map +1 -0
  298. package/dist/commonjs/models/verificationofpayeeresponse.js +85 -0
  299. package/dist/commonjs/models/verificationofpayeeresponse.js.map +1 -0
  300. package/dist/commonjs/models/verificationresultenum.d.ts +20 -0
  301. package/dist/commonjs/models/verificationresultenum.d.ts.map +1 -0
  302. package/dist/commonjs/models/verificationresultenum.js +55 -0
  303. package/dist/commonjs/models/verificationresultenum.js.map +1 -0
  304. package/dist/commonjs/sdk/sdk.d.ts +6 -0
  305. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  306. package/dist/commonjs/sdk/sdk.js +8 -0
  307. package/dist/commonjs/sdk/sdk.js.map +1 -1
  308. package/dist/commonjs/sdk/transfers.d.ts +48 -0
  309. package/dist/commonjs/sdk/transfers.d.ts.map +1 -0
  310. package/dist/commonjs/sdk/transfers.js +61 -0
  311. package/dist/commonjs/sdk/transfers.js.map +1 -0
  312. package/dist/commonjs/sdk/verifypayees.d.ts +34 -0
  313. package/dist/commonjs/sdk/verifypayees.d.ts.map +1 -0
  314. package/dist/commonjs/sdk/verifypayees.js +44 -0
  315. package/dist/commonjs/sdk/verifypayees.js.map +1 -0
  316. package/dist/esm/funcs/balanceTransfersCreate.d.ts +2 -0
  317. package/dist/esm/funcs/balanceTransfersCreate.d.ts.map +1 -1
  318. package/dist/esm/funcs/balanceTransfersCreate.js +3 -1
  319. package/dist/esm/funcs/balanceTransfersCreate.js.map +1 -1
  320. package/dist/esm/funcs/balanceTransfersGet.d.ts +2 -0
  321. package/dist/esm/funcs/balanceTransfersGet.d.ts.map +1 -1
  322. package/dist/esm/funcs/balanceTransfersGet.js +3 -1
  323. package/dist/esm/funcs/balanceTransfersGet.js.map +1 -1
  324. package/dist/esm/funcs/balanceTransfersList.d.ts +2 -0
  325. package/dist/esm/funcs/balanceTransfersList.d.ts.map +1 -1
  326. package/dist/esm/funcs/balanceTransfersList.js +3 -1
  327. package/dist/esm/funcs/balanceTransfersList.js.map +1 -1
  328. package/dist/esm/funcs/balancesGet.d.ts +2 -0
  329. package/dist/esm/funcs/balancesGet.d.ts.map +1 -1
  330. package/dist/esm/funcs/balancesGet.js +3 -1
  331. package/dist/esm/funcs/balancesGet.js.map +1 -1
  332. package/dist/esm/funcs/balancesGetPrimary.d.ts +2 -0
  333. package/dist/esm/funcs/balancesGetPrimary.d.ts.map +1 -1
  334. package/dist/esm/funcs/balancesGetPrimary.js +3 -1
  335. package/dist/esm/funcs/balancesGetPrimary.js.map +1 -1
  336. package/dist/esm/funcs/balancesGetReport.d.ts +2 -0
  337. package/dist/esm/funcs/balancesGetReport.d.ts.map +1 -1
  338. package/dist/esm/funcs/balancesGetReport.js +3 -1
  339. package/dist/esm/funcs/balancesGetReport.js.map +1 -1
  340. package/dist/esm/funcs/balancesList.d.ts +2 -0
  341. package/dist/esm/funcs/balancesList.d.ts.map +1 -1
  342. package/dist/esm/funcs/balancesList.js +3 -1
  343. package/dist/esm/funcs/balancesList.js.map +1 -1
  344. package/dist/esm/funcs/balancesListTransactions.d.ts +2 -0
  345. package/dist/esm/funcs/balancesListTransactions.d.ts.map +1 -1
  346. package/dist/esm/funcs/balancesListTransactions.js +3 -1
  347. package/dist/esm/funcs/balancesListTransactions.js.map +1 -1
  348. package/dist/esm/funcs/capabilitiesList.d.ts +2 -0
  349. package/dist/esm/funcs/capabilitiesList.d.ts.map +1 -1
  350. package/dist/esm/funcs/capabilitiesList.js +3 -1
  351. package/dist/esm/funcs/capabilitiesList.js.map +1 -1
  352. package/dist/esm/funcs/clientLinksCreate.d.ts +2 -0
  353. package/dist/esm/funcs/clientLinksCreate.d.ts.map +1 -1
  354. package/dist/esm/funcs/clientLinksCreate.js +3 -1
  355. package/dist/esm/funcs/clientLinksCreate.js.map +1 -1
  356. package/dist/esm/funcs/clientsGet.d.ts +2 -0
  357. package/dist/esm/funcs/clientsGet.d.ts.map +1 -1
  358. package/dist/esm/funcs/clientsGet.js +3 -1
  359. package/dist/esm/funcs/clientsGet.js.map +1 -1
  360. package/dist/esm/funcs/clientsList.d.ts +2 -0
  361. package/dist/esm/funcs/clientsList.d.ts.map +1 -1
  362. package/dist/esm/funcs/clientsList.js +3 -1
  363. package/dist/esm/funcs/clientsList.js.map +1 -1
  364. package/dist/esm/funcs/invoicesGet.d.ts +2 -0
  365. package/dist/esm/funcs/invoicesGet.d.ts.map +1 -1
  366. package/dist/esm/funcs/invoicesGet.js +3 -1
  367. package/dist/esm/funcs/invoicesGet.js.map +1 -1
  368. package/dist/esm/funcs/invoicesList.d.ts +2 -0
  369. package/dist/esm/funcs/invoicesList.d.ts.map +1 -1
  370. package/dist/esm/funcs/invoicesList.js +3 -1
  371. package/dist/esm/funcs/invoicesList.js.map +1 -1
  372. package/dist/esm/funcs/onboardingGet.d.ts +2 -0
  373. package/dist/esm/funcs/onboardingGet.d.ts.map +1 -1
  374. package/dist/esm/funcs/onboardingGet.js +3 -1
  375. package/dist/esm/funcs/onboardingGet.js.map +1 -1
  376. package/dist/esm/funcs/onboardingSubmit.d.ts +2 -0
  377. package/dist/esm/funcs/onboardingSubmit.d.ts.map +1 -1
  378. package/dist/esm/funcs/onboardingSubmit.js +3 -1
  379. package/dist/esm/funcs/onboardingSubmit.js.map +1 -1
  380. package/dist/esm/funcs/organizationsGet.d.ts +2 -0
  381. package/dist/esm/funcs/organizationsGet.d.ts.map +1 -1
  382. package/dist/esm/funcs/organizationsGet.js +3 -1
  383. package/dist/esm/funcs/organizationsGet.js.map +1 -1
  384. package/dist/esm/funcs/organizationsGetCurrent.d.ts +2 -0
  385. package/dist/esm/funcs/organizationsGetCurrent.d.ts.map +1 -1
  386. package/dist/esm/funcs/organizationsGetCurrent.js +3 -1
  387. package/dist/esm/funcs/organizationsGetCurrent.js.map +1 -1
  388. package/dist/esm/funcs/organizationsGetPartner.d.ts +2 -0
  389. package/dist/esm/funcs/organizationsGetPartner.d.ts.map +1 -1
  390. package/dist/esm/funcs/organizationsGetPartner.js +3 -1
  391. package/dist/esm/funcs/organizationsGetPartner.js.map +1 -1
  392. package/dist/esm/funcs/permissionsGet.d.ts +2 -0
  393. package/dist/esm/funcs/permissionsGet.d.ts.map +1 -1
  394. package/dist/esm/funcs/permissionsGet.js +3 -1
  395. package/dist/esm/funcs/permissionsGet.js.map +1 -1
  396. package/dist/esm/funcs/permissionsList.d.ts +2 -0
  397. package/dist/esm/funcs/permissionsList.d.ts.map +1 -1
  398. package/dist/esm/funcs/permissionsList.js +3 -1
  399. package/dist/esm/funcs/permissionsList.js.map +1 -1
  400. package/dist/esm/funcs/profilesCreate.d.ts +2 -0
  401. package/dist/esm/funcs/profilesCreate.d.ts.map +1 -1
  402. package/dist/esm/funcs/profilesCreate.js +5 -3
  403. package/dist/esm/funcs/profilesCreate.js.map +1 -1
  404. package/dist/esm/funcs/profilesDelete.d.ts +2 -0
  405. package/dist/esm/funcs/profilesDelete.d.ts.map +1 -1
  406. package/dist/esm/funcs/profilesDelete.js +3 -1
  407. package/dist/esm/funcs/profilesDelete.js.map +1 -1
  408. package/dist/esm/funcs/profilesGet.d.ts +2 -0
  409. package/dist/esm/funcs/profilesGet.d.ts.map +1 -1
  410. package/dist/esm/funcs/profilesGet.js +3 -1
  411. package/dist/esm/funcs/profilesGet.js.map +1 -1
  412. package/dist/esm/funcs/profilesGetCurrent.d.ts +2 -0
  413. package/dist/esm/funcs/profilesGetCurrent.d.ts.map +1 -1
  414. package/dist/esm/funcs/profilesGetCurrent.js +3 -1
  415. package/dist/esm/funcs/profilesGetCurrent.js.map +1 -1
  416. package/dist/esm/funcs/profilesList.d.ts +2 -0
  417. package/dist/esm/funcs/profilesList.d.ts.map +1 -1
  418. package/dist/esm/funcs/profilesList.js +3 -1
  419. package/dist/esm/funcs/profilesList.js.map +1 -1
  420. package/dist/esm/funcs/profilesUpdate.d.ts +2 -0
  421. package/dist/esm/funcs/profilesUpdate.d.ts.map +1 -1
  422. package/dist/esm/funcs/profilesUpdate.js +5 -3
  423. package/dist/esm/funcs/profilesUpdate.js.map +1 -1
  424. package/dist/esm/funcs/settlementsGet.d.ts +2 -0
  425. package/dist/esm/funcs/settlementsGet.d.ts.map +1 -1
  426. package/dist/esm/funcs/settlementsGet.js +3 -1
  427. package/dist/esm/funcs/settlementsGet.js.map +1 -1
  428. package/dist/esm/funcs/settlementsGetNext.d.ts +2 -0
  429. package/dist/esm/funcs/settlementsGetNext.d.ts.map +1 -1
  430. package/dist/esm/funcs/settlementsGetNext.js +3 -1
  431. package/dist/esm/funcs/settlementsGetNext.js.map +1 -1
  432. package/dist/esm/funcs/settlementsGetOpen.d.ts +2 -0
  433. package/dist/esm/funcs/settlementsGetOpen.d.ts.map +1 -1
  434. package/dist/esm/funcs/settlementsGetOpen.js +3 -1
  435. package/dist/esm/funcs/settlementsGetOpen.js.map +1 -1
  436. package/dist/esm/funcs/settlementsList.d.ts +2 -0
  437. package/dist/esm/funcs/settlementsList.d.ts.map +1 -1
  438. package/dist/esm/funcs/settlementsList.js +3 -1
  439. package/dist/esm/funcs/settlementsList.js.map +1 -1
  440. package/dist/esm/funcs/settlementsListCaptures.d.ts +2 -0
  441. package/dist/esm/funcs/settlementsListCaptures.d.ts.map +1 -1
  442. package/dist/esm/funcs/settlementsListCaptures.js +3 -1
  443. package/dist/esm/funcs/settlementsListCaptures.js.map +1 -1
  444. package/dist/esm/funcs/settlementsListChargebacks.d.ts +2 -0
  445. package/dist/esm/funcs/settlementsListChargebacks.d.ts.map +1 -1
  446. package/dist/esm/funcs/settlementsListChargebacks.js +3 -1
  447. package/dist/esm/funcs/settlementsListChargebacks.js.map +1 -1
  448. package/dist/esm/funcs/settlementsListPayments.d.ts +2 -0
  449. package/dist/esm/funcs/settlementsListPayments.d.ts.map +1 -1
  450. package/dist/esm/funcs/settlementsListPayments.js +3 -1
  451. package/dist/esm/funcs/settlementsListPayments.js.map +1 -1
  452. package/dist/esm/funcs/settlementsListRefunds.d.ts +2 -0
  453. package/dist/esm/funcs/settlementsListRefunds.d.ts.map +1 -1
  454. package/dist/esm/funcs/settlementsListRefunds.js +3 -1
  455. package/dist/esm/funcs/settlementsListRefunds.js.map +1 -1
  456. package/dist/esm/funcs/transfersCreate.d.ts +44 -0
  457. package/dist/esm/funcs/transfersCreate.d.ts.map +1 -0
  458. package/dist/esm/funcs/transfersCreate.js +130 -0
  459. package/dist/esm/funcs/transfersCreate.js.map +1 -0
  460. package/dist/esm/funcs/transfersGet.d.ts +26 -0
  461. package/dist/esm/funcs/transfersGet.d.ts.map +1 -0
  462. package/dist/esm/funcs/transfersGet.js +111 -0
  463. package/dist/esm/funcs/transfersGet.js.map +1 -0
  464. package/dist/esm/funcs/verifyPayeesCreate.d.ts +42 -0
  465. package/dist/esm/funcs/verifyPayeesCreate.d.ts.map +1 -0
  466. package/dist/esm/funcs/verifyPayeesCreate.js +125 -0
  467. package/dist/esm/funcs/verifyPayeesCreate.js.map +1 -0
  468. package/dist/esm/funcs/webhookEventsGet.d.ts +2 -0
  469. package/dist/esm/funcs/webhookEventsGet.d.ts.map +1 -1
  470. package/dist/esm/funcs/webhookEventsGet.js +3 -1
  471. package/dist/esm/funcs/webhookEventsGet.js.map +1 -1
  472. package/dist/esm/funcs/webhooksCreate.d.ts +2 -0
  473. package/dist/esm/funcs/webhooksCreate.d.ts.map +1 -1
  474. package/dist/esm/funcs/webhooksCreate.js +3 -1
  475. package/dist/esm/funcs/webhooksCreate.js.map +1 -1
  476. package/dist/esm/funcs/webhooksDelete.d.ts +2 -0
  477. package/dist/esm/funcs/webhooksDelete.d.ts.map +1 -1
  478. package/dist/esm/funcs/webhooksDelete.js +3 -1
  479. package/dist/esm/funcs/webhooksDelete.js.map +1 -1
  480. package/dist/esm/funcs/webhooksGet.d.ts +2 -0
  481. package/dist/esm/funcs/webhooksGet.d.ts.map +1 -1
  482. package/dist/esm/funcs/webhooksGet.js +3 -1
  483. package/dist/esm/funcs/webhooksGet.js.map +1 -1
  484. package/dist/esm/funcs/webhooksList.d.ts +2 -0
  485. package/dist/esm/funcs/webhooksList.d.ts.map +1 -1
  486. package/dist/esm/funcs/webhooksList.js +3 -1
  487. package/dist/esm/funcs/webhooksList.js.map +1 -1
  488. package/dist/esm/funcs/webhooksTest.d.ts +2 -0
  489. package/dist/esm/funcs/webhooksTest.d.ts.map +1 -1
  490. package/dist/esm/funcs/webhooksTest.js +3 -1
  491. package/dist/esm/funcs/webhooksTest.js.map +1 -1
  492. package/dist/esm/funcs/webhooksUpdate.d.ts +2 -0
  493. package/dist/esm/funcs/webhooksUpdate.d.ts.map +1 -1
  494. package/dist/esm/funcs/webhooksUpdate.js +3 -1
  495. package/dist/esm/funcs/webhooksUpdate.js.map +1 -1
  496. package/dist/esm/lib/config.d.ts +3 -3
  497. package/dist/esm/lib/config.js +3 -3
  498. package/dist/esm/lib/config.js.map +1 -1
  499. package/dist/esm/lib/security.d.ts +1 -1
  500. package/dist/esm/lib/security.d.ts.map +1 -1
  501. package/dist/esm/lib/security.js +34 -21
  502. package/dist/esm/lib/security.js.map +1 -1
  503. package/dist/esm/mcp-server/mcp-server.js +1 -1
  504. package/dist/esm/mcp-server/server.d.ts.map +1 -1
  505. package/dist/esm/mcp-server/server.js +7 -1
  506. package/dist/esm/mcp-server/server.js.map +1 -1
  507. package/dist/esm/mcp-server/tools/transfersCreate.d.ts +8 -0
  508. package/dist/esm/mcp-server/tools/transfersCreate.d.ts.map +1 -0
  509. package/dist/esm/mcp-server/tools/transfersCreate.js +52 -0
  510. package/dist/esm/mcp-server/tools/transfersCreate.js.map +1 -0
  511. package/dist/esm/mcp-server/tools/transfersGet.d.ts +8 -0
  512. package/dist/esm/mcp-server/tools/transfersGet.d.ts.map +1 -0
  513. package/dist/esm/mcp-server/tools/transfersGet.js +34 -0
  514. package/dist/esm/mcp-server/tools/transfersGet.js.map +1 -0
  515. package/dist/esm/mcp-server/tools/verifyPayeesCreate.d.ts +8 -0
  516. package/dist/esm/mcp-server/tools/verifyPayeesCreate.d.ts.map +1 -0
  517. package/dist/esm/mcp-server/tools/verifyPayeesCreate.js +50 -0
  518. package/dist/esm/mcp-server/tools/verifyPayeesCreate.js.map +1 -0
  519. package/dist/esm/models/accountnumberformat.d.ts +17 -0
  520. package/dist/esm/models/accountnumberformat.d.ts.map +1 -0
  521. package/dist/esm/models/accountnumberformat.js +16 -0
  522. package/dist/esm/models/accountnumberformat.js.map +1 -0
  523. package/dist/esm/models/accountnumberformatresponse.d.ts +17 -0
  524. package/dist/esm/models/accountnumberformatresponse.d.ts.map +1 -0
  525. package/dist/esm/models/accountnumberformatresponse.js +16 -0
  526. package/dist/esm/models/accountnumberformatresponse.js.map +1 -0
  527. package/dist/esm/models/creditdebitindicator.d.ts +18 -0
  528. package/dist/esm/models/creditdebitindicator.d.ts.map +1 -0
  529. package/dist/esm/models/creditdebitindicator.js +17 -0
  530. package/dist/esm/models/creditdebitindicator.js.map +1 -0
  531. package/dist/esm/models/creditorbankaccount.d.ts +34 -0
  532. package/dist/esm/models/creditorbankaccount.d.ts.map +1 -0
  533. package/dist/esm/models/creditorbankaccount.js +26 -0
  534. package/dist/esm/models/creditorbankaccount.js.map +1 -0
  535. package/dist/esm/models/creditorbankaccountresponse.d.ts +34 -0
  536. package/dist/esm/models/creditorbankaccountresponse.d.ts.map +1 -0
  537. package/dist/esm/models/creditorbankaccountresponse.js +26 -0
  538. package/dist/esm/models/creditorbankaccountresponse.js.map +1 -0
  539. package/dist/esm/models/index.d.ts +19 -0
  540. package/dist/esm/models/index.d.ts.map +1 -1
  541. package/dist/esm/models/index.js +19 -0
  542. package/dist/esm/models/index.js.map +1 -1
  543. package/dist/esm/models/operations/createtransfer.d.ts +48 -0
  544. package/dist/esm/models/operations/createtransfer.d.ts.map +1 -0
  545. package/dist/esm/models/operations/createtransfer.js +47 -0
  546. package/dist/esm/models/operations/createtransfer.js.map +1 -0
  547. package/dist/esm/models/operations/gettransfer.d.ts +58 -0
  548. package/dist/esm/models/operations/gettransfer.d.ts.map +1 -0
  549. package/dist/esm/models/operations/gettransfer.js +48 -0
  550. package/dist/esm/models/operations/gettransfer.js.map +1 -0
  551. package/dist/esm/models/operations/index.d.ts +3 -0
  552. package/dist/esm/models/operations/index.d.ts.map +1 -1
  553. package/dist/esm/models/operations/index.js +3 -0
  554. package/dist/esm/models/operations/index.js.map +1 -1
  555. package/dist/esm/models/operations/verifypayee.d.ts +23 -0
  556. package/dist/esm/models/operations/verifypayee.d.ts.map +1 -0
  557. package/dist/esm/models/operations/verifypayee.js +37 -0
  558. package/dist/esm/models/operations/verifypayee.js.map +1 -0
  559. package/dist/esm/models/statushistoryentryresponse.d.ts +40 -0
  560. package/dist/esm/models/statushistoryentryresponse.d.ts.map +1 -0
  561. package/dist/esm/models/statushistoryentryresponse.js +27 -0
  562. package/dist/esm/models/statushistoryentryresponse.js.map +1 -0
  563. package/dist/esm/models/statusreason2.d.ts +34 -0
  564. package/dist/esm/models/statusreason2.d.ts.map +1 -0
  565. package/dist/esm/models/statusreason2.js +24 -0
  566. package/dist/esm/models/statusreason2.js.map +1 -0
  567. package/dist/esm/models/statusreasoncoderesponse.d.ts +19 -0
  568. package/dist/esm/models/statusreasoncoderesponse.d.ts.map +1 -0
  569. package/dist/esm/models/statusreasoncoderesponse.js +18 -0
  570. package/dist/esm/models/statusreasoncoderesponse.js.map +1 -0
  571. package/dist/esm/models/transferparty.d.ts +50 -0
  572. package/dist/esm/models/transferparty.d.ts.map +1 -0
  573. package/dist/esm/models/transferparty.js +37 -0
  574. package/dist/esm/models/transferparty.js.map +1 -0
  575. package/dist/esm/models/transferrequest.d.ts +75 -0
  576. package/dist/esm/models/transferrequest.d.ts.map +1 -0
  577. package/dist/esm/models/transferrequest.js +37 -0
  578. package/dist/esm/models/transferrequest.js.map +1 -0
  579. package/dist/esm/models/transferresponse.d.ts +165 -0
  580. package/dist/esm/models/transferresponse.d.ts.map +1 -0
  581. package/dist/esm/models/transferresponse.js +89 -0
  582. package/dist/esm/models/transferresponse.js.map +1 -0
  583. package/dist/esm/models/transferscheme.d.ts +24 -0
  584. package/dist/esm/models/transferscheme.d.ts.map +1 -0
  585. package/dist/esm/models/transferscheme.js +22 -0
  586. package/dist/esm/models/transferscheme.js.map +1 -0
  587. package/dist/esm/models/transferschemeresponse.d.ts +24 -0
  588. package/dist/esm/models/transferschemeresponse.d.ts.map +1 -0
  589. package/dist/esm/models/transferschemeresponse.js +22 -0
  590. package/dist/esm/models/transferschemeresponse.js.map +1 -0
  591. package/dist/esm/models/transferschemetype.d.ts +18 -0
  592. package/dist/esm/models/transferschemetype.d.ts.map +1 -0
  593. package/dist/esm/models/transferschemetype.js +17 -0
  594. package/dist/esm/models/transferschemetype.js.map +1 -0
  595. package/dist/esm/models/transferschemetyperesponse.d.ts +18 -0
  596. package/dist/esm/models/transferschemetyperesponse.d.ts.map +1 -0
  597. package/dist/esm/models/transferschemetyperesponse.js +17 -0
  598. package/dist/esm/models/transferschemetyperesponse.js.map +1 -0
  599. package/dist/esm/models/transferstatus.d.ts +23 -0
  600. package/dist/esm/models/transferstatus.d.ts.map +1 -0
  601. package/dist/esm/models/transferstatus.js +22 -0
  602. package/dist/esm/models/transferstatus.js.map +1 -0
  603. package/dist/esm/models/verificationofpayeerequest.d.ts +38 -0
  604. package/dist/esm/models/verificationofpayeerequest.d.ts.map +1 -0
  605. package/dist/esm/models/verificationofpayeerequest.js +24 -0
  606. package/dist/esm/models/verificationofpayeerequest.js.map +1 -0
  607. package/dist/esm/models/verificationofpayeeresponse.d.ts +64 -0
  608. package/dist/esm/models/verificationofpayeeresponse.d.ts.map +1 -0
  609. package/dist/esm/models/verificationofpayeeresponse.js +45 -0
  610. package/dist/esm/models/verificationofpayeeresponse.js.map +1 -0
  611. package/dist/esm/models/verificationresultenum.d.ts +20 -0
  612. package/dist/esm/models/verificationresultenum.d.ts.map +1 -0
  613. package/dist/esm/models/verificationresultenum.js +19 -0
  614. package/dist/esm/models/verificationresultenum.js.map +1 -0
  615. package/dist/esm/sdk/sdk.d.ts +6 -0
  616. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  617. package/dist/esm/sdk/sdk.js +8 -0
  618. package/dist/esm/sdk/sdk.js.map +1 -1
  619. package/dist/esm/sdk/transfers.d.ts +48 -0
  620. package/dist/esm/sdk/transfers.d.ts.map +1 -0
  621. package/dist/esm/sdk/transfers.js +57 -0
  622. package/dist/esm/sdk/transfers.js.map +1 -0
  623. package/dist/esm/sdk/verifypayees.d.ts +34 -0
  624. package/dist/esm/sdk/verifypayees.d.ts.map +1 -0
  625. package/dist/esm/sdk/verifypayees.js +40 -0
  626. package/dist/esm/sdk/verifypayees.js.map +1 -0
  627. package/examples/balancesList.example.ts +2 -1
  628. package/jsr.json +1 -1
  629. package/package.json +1 -1
  630. package/src/funcs/balanceTransfersCreate.ts +3 -1
  631. package/src/funcs/balanceTransfersGet.ts +3 -1
  632. package/src/funcs/balanceTransfersList.ts +3 -1
  633. package/src/funcs/balancesGet.ts +3 -1
  634. package/src/funcs/balancesGetPrimary.ts +3 -1
  635. package/src/funcs/balancesGetReport.ts +3 -1
  636. package/src/funcs/balancesList.ts +3 -1
  637. package/src/funcs/balancesListTransactions.ts +3 -1
  638. package/src/funcs/capabilitiesList.ts +3 -1
  639. package/src/funcs/clientLinksCreate.ts +3 -1
  640. package/src/funcs/clientsGet.ts +3 -1
  641. package/src/funcs/clientsList.ts +3 -1
  642. package/src/funcs/invoicesGet.ts +3 -1
  643. package/src/funcs/invoicesList.ts +3 -1
  644. package/src/funcs/onboardingGet.ts +3 -1
  645. package/src/funcs/onboardingSubmit.ts +3 -1
  646. package/src/funcs/organizationsGet.ts +3 -1
  647. package/src/funcs/organizationsGetCurrent.ts +3 -1
  648. package/src/funcs/organizationsGetPartner.ts +3 -1
  649. package/src/funcs/permissionsGet.ts +3 -1
  650. package/src/funcs/permissionsList.ts +3 -1
  651. package/src/funcs/profilesCreate.ts +5 -3
  652. package/src/funcs/profilesDelete.ts +3 -1
  653. package/src/funcs/profilesGet.ts +3 -1
  654. package/src/funcs/profilesGetCurrent.ts +3 -1
  655. package/src/funcs/profilesList.ts +3 -1
  656. package/src/funcs/profilesUpdate.ts +5 -3
  657. package/src/funcs/settlementsGet.ts +3 -1
  658. package/src/funcs/settlementsGetNext.ts +3 -1
  659. package/src/funcs/settlementsGetOpen.ts +3 -1
  660. package/src/funcs/settlementsList.ts +3 -1
  661. package/src/funcs/settlementsListCaptures.ts +3 -1
  662. package/src/funcs/settlementsListChargebacks.ts +3 -1
  663. package/src/funcs/settlementsListPayments.ts +3 -1
  664. package/src/funcs/settlementsListRefunds.ts +3 -1
  665. package/src/funcs/transfersCreate.ts +234 -0
  666. package/src/funcs/transfersGet.ts +209 -0
  667. package/src/funcs/verifyPayeesCreate.ts +218 -0
  668. package/src/funcs/webhookEventsGet.ts +3 -1
  669. package/src/funcs/webhooksCreate.ts +3 -1
  670. package/src/funcs/webhooksDelete.ts +3 -1
  671. package/src/funcs/webhooksGet.ts +3 -1
  672. package/src/funcs/webhooksList.ts +3 -1
  673. package/src/funcs/webhooksTest.ts +3 -1
  674. package/src/funcs/webhooksUpdate.ts +3 -1
  675. package/src/lib/config.ts +3 -3
  676. package/src/lib/security.ts +14 -2
  677. package/src/mcp-server/mcp-server.ts +1 -1
  678. package/src/mcp-server/server.ts +7 -1
  679. package/src/mcp-server/tools/transfersCreate.ts +61 -0
  680. package/src/mcp-server/tools/transfersGet.ts +43 -0
  681. package/src/mcp-server/tools/verifyPayeesCreate.ts +59 -0
  682. package/src/models/accountnumberformat.ts +27 -0
  683. package/src/models/accountnumberformatresponse.ts +34 -0
  684. package/src/models/creditdebitindicator.ts +33 -0
  685. package/src/models/creditorbankaccount.ts +77 -0
  686. package/src/models/creditorbankaccountresponse.ts +79 -0
  687. package/src/models/index.ts +19 -0
  688. package/src/models/operations/createtransfer.ts +108 -0
  689. package/src/models/operations/gettransfer.ts +136 -0
  690. package/src/models/operations/index.ts +3 -0
  691. package/src/models/operations/verifypayee.ts +75 -0
  692. package/src/models/statushistoryentryresponse.ts +88 -0
  693. package/src/models/statusreason2.ts +71 -0
  694. package/src/models/statusreasoncoderesponse.ts +36 -0
  695. package/src/models/transferparty.ts +113 -0
  696. package/src/models/transferrequest.ts +140 -0
  697. package/src/models/transferresponse.ts +321 -0
  698. package/src/models/transferscheme.ts +59 -0
  699. package/src/models/transferschemeresponse.ts +63 -0
  700. package/src/models/transferschemetype.ts +28 -0
  701. package/src/models/transferschemetyperesponse.ts +35 -0
  702. package/src/models/transferstatus.ts +38 -0
  703. package/src/models/verificationofpayeerequest.ts +80 -0
  704. package/src/models/verificationofpayeeresponse.ts +163 -0
  705. package/src/models/verificationresultenum.ts +35 -0
  706. package/src/sdk/sdk.ts +12 -0
  707. package/src/sdk/transfers.ts +75 -0
  708. package/src/sdk/verifypayees.ts +50 -0
package/bin/mcp-server.js CHANGED
@@ -52869,9 +52869,9 @@ var init_config = __esm(() => {
52869
52869
  SDK_METADATA = {
52870
52870
  language: "typescript",
52871
52871
  openapiDocVersion: "1.0.0",
52872
- sdkVersion: "1.3.2",
52873
- genVersion: "2.869.25",
52874
- userAgent: "speakeasy-sdk/typescript 1.3.2 2.869.25 1.0.0 mollie-api-typescript"
52872
+ sdkVersion: "1.3.4",
52873
+ genVersion: "2.879.1",
52874
+ userAgent: "speakeasy-sdk/typescript 1.3.4 2.879.1 1.0.0 mollie-api-typescript"
52875
52875
  };
52876
52876
  });
52877
52877
 
@@ -54670,26 +54670,39 @@ function applyBearer(state, spec) {
54670
54670
  state.headers[spec.fieldName] = value;
54671
54671
  }
54672
54672
  }
54673
- function resolveGlobalSecurity(security) {
54674
- return resolveSecurity([
54675
- {
54676
- fieldName: "Authorization",
54677
- type: "http:bearer",
54678
- value: security?.apiKey ?? env().CLIENT_API_KEY
54679
- }
54680
- ], [
54681
- {
54682
- fieldName: "Authorization",
54683
- type: "http:bearer",
54684
- value: security?.organizationAccessToken ?? env().CLIENT_ORGANIZATION_ACCESS_TOKEN
54685
- }
54686
- ], [
54687
- {
54688
- fieldName: "Authorization",
54689
- type: "oauth2",
54690
- value: security?.oAuth ?? env().CLIENT_O_AUTH
54691
- }
54692
- ]);
54673
+ function resolveGlobalSecurity(security, allowedFields) {
54674
+ let inputs = [
54675
+ [
54676
+ {
54677
+ fieldName: "Authorization",
54678
+ type: "http:bearer",
54679
+ value: security?.apiKey ?? env().CLIENT_API_KEY
54680
+ }
54681
+ ],
54682
+ [
54683
+ {
54684
+ fieldName: "Authorization",
54685
+ type: "http:bearer",
54686
+ value: security?.organizationAccessToken ?? env().CLIENT_ORGANIZATION_ACCESS_TOKEN
54687
+ }
54688
+ ],
54689
+ [
54690
+ {
54691
+ fieldName: "Authorization",
54692
+ type: "oauth2",
54693
+ value: security?.oAuth ?? env().CLIENT_O_AUTH
54694
+ }
54695
+ ]
54696
+ ];
54697
+ if (allowedFields) {
54698
+ inputs = allowedFields.map((i) => {
54699
+ if (i < 0 || i >= inputs.length) {
54700
+ throw new RangeError(`invalid allowedFields index ${i}`);
54701
+ }
54702
+ return inputs[i];
54703
+ });
54704
+ }
54705
+ return resolveSecurity(...inputs);
54693
54706
  }
54694
54707
  async function extractSecurity(sec) {
54695
54708
  if (sec == null) {
@@ -54716,6 +54729,52 @@ var init_security = __esm(() => {
54716
54729
  };
54717
54730
  });
54718
54731
 
54732
+ // src/models/accountnumberformat.ts
54733
+ var AccountNumberFormat, AccountNumberFormat$inboundSchema, AccountNumberFormat$outboundSchema;
54734
+ var init_accountnumberformat = __esm(() => {
54735
+ init_esm();
54736
+ AccountNumberFormat = {
54737
+ Iban: "iban"
54738
+ };
54739
+ AccountNumberFormat$inboundSchema = nativeEnumType(AccountNumberFormat);
54740
+ AccountNumberFormat$outboundSchema = AccountNumberFormat$inboundSchema;
54741
+ });
54742
+
54743
+ // src/types/unrecognized.ts
54744
+ function unrecognized(value) {
54745
+ globalCount++;
54746
+ return value;
54747
+ }
54748
+ var globalCount = 0;
54749
+ var init_unrecognized = () => {};
54750
+
54751
+ // src/types/enums.ts
54752
+ function inboundSchema(enumObj) {
54753
+ const options = Object.values(enumObj);
54754
+ return unionType([
54755
+ ...options.map((x2) => literalType(x2)),
54756
+ stringType().transform((x2) => unrecognized(x2))
54757
+ ]);
54758
+ }
54759
+ function outboundSchema(_2) {
54760
+ return stringType();
54761
+ }
54762
+ var init_enums = __esm(() => {
54763
+ init_esm();
54764
+ init_unrecognized();
54765
+ });
54766
+
54767
+ // src/models/accountnumberformatresponse.ts
54768
+ var AccountNumberFormatResponse, AccountNumberFormatResponse$inboundSchema, AccountNumberFormatResponse$outboundSchema;
54769
+ var init_accountnumberformatresponse = __esm(() => {
54770
+ init_enums();
54771
+ AccountNumberFormatResponse = {
54772
+ Iban: "iban"
54773
+ };
54774
+ AccountNumberFormatResponse$inboundSchema = inboundSchema(AccountNumberFormatResponse);
54775
+ AccountNumberFormatResponse$outboundSchema = outboundSchema(AccountNumberFormatResponse);
54776
+ });
54777
+
54719
54778
  // src/models/address.ts
54720
54779
  var Address$inboundSchema, Address$outboundSchema;
54721
54780
  var init_address = __esm(() => {
@@ -54762,30 +54821,6 @@ var init_amountnullable = __esm(() => {
54762
54821
  });
54763
54822
  });
54764
54823
 
54765
- // src/types/unrecognized.ts
54766
- function unrecognized(value) {
54767
- globalCount++;
54768
- return value;
54769
- }
54770
- var globalCount = 0;
54771
- var init_unrecognized = () => {};
54772
-
54773
- // src/types/enums.ts
54774
- function inboundSchema(enumObj) {
54775
- const options = Object.values(enumObj);
54776
- return unionType([
54777
- ...options.map((x2) => literalType(x2)),
54778
- stringType().transform((x2) => unrecognized(x2))
54779
- ]);
54780
- }
54781
- function outboundSchema(_2) {
54782
- return stringType();
54783
- }
54784
- var init_enums = __esm(() => {
54785
- init_esm();
54786
- init_unrecognized();
54787
- });
54788
-
54789
54824
  // src/models/balancecardaudience.ts
54790
54825
  var BalanceCardAudience, BalanceCardAudience$inboundSchema, BalanceCardAudience$outboundSchema;
54791
54826
  var init_balancecardaudience = __esm(() => {
@@ -55600,6 +55635,52 @@ var init_createwebhook = __esm(() => {
55600
55635
  });
55601
55636
  });
55602
55637
 
55638
+ // src/models/creditdebitindicator.ts
55639
+ var CreditDebitIndicator, CreditDebitIndicator$inboundSchema, CreditDebitIndicator$outboundSchema;
55640
+ var init_creditdebitindicator = __esm(() => {
55641
+ init_enums();
55642
+ CreditDebitIndicator = {
55643
+ Credit: "credit",
55644
+ Debit: "debit"
55645
+ };
55646
+ CreditDebitIndicator$inboundSchema = inboundSchema(CreditDebitIndicator);
55647
+ CreditDebitIndicator$outboundSchema = outboundSchema(CreditDebitIndicator);
55648
+ });
55649
+
55650
+ // src/models/creditorbankaccount.ts
55651
+ var CreditorBankAccount$inboundSchema, CreditorBankAccount$outboundSchema;
55652
+ var init_creditorbankaccount = __esm(() => {
55653
+ init_esm();
55654
+ init_accountnumberformat();
55655
+ CreditorBankAccount$inboundSchema = objectType({
55656
+ accountHolderName: stringType(),
55657
+ format: AccountNumberFormat$inboundSchema,
55658
+ accountNumber: stringType()
55659
+ });
55660
+ CreditorBankAccount$outboundSchema = objectType({
55661
+ accountHolderName: stringType(),
55662
+ format: AccountNumberFormat$outboundSchema,
55663
+ accountNumber: stringType()
55664
+ });
55665
+ });
55666
+
55667
+ // src/models/creditorbankaccountresponse.ts
55668
+ var CreditorBankAccountResponse$inboundSchema, CreditorBankAccountResponse$outboundSchema;
55669
+ var init_creditorbankaccountresponse = __esm(() => {
55670
+ init_esm();
55671
+ init_accountnumberformatresponse();
55672
+ CreditorBankAccountResponse$inboundSchema = objectType({
55673
+ accountHolderName: stringType(),
55674
+ format: AccountNumberFormatResponse$inboundSchema,
55675
+ accountNumber: stringType()
55676
+ });
55677
+ CreditorBankAccountResponse$outboundSchema = objectType({
55678
+ accountHolderName: stringType(),
55679
+ format: AccountNumberFormatResponse$outboundSchema,
55680
+ accountNumber: stringType()
55681
+ });
55682
+ });
55683
+
55603
55684
  // src/models/currencies.ts
55604
55685
  var Currencies, Currencies$inboundSchema, Currencies$outboundSchema;
55605
55686
  var init_currencies = __esm(() => {
@@ -62789,6 +62870,69 @@ var init_sorting = __esm(() => {
62789
62870
  Sorting$outboundSchema = Sorting$inboundSchema;
62790
62871
  });
62791
62872
 
62873
+ // src/models/statusreasoncoderesponse.ts
62874
+ var StatusReasonCodeResponse, StatusReasonCodeResponse$inboundSchema, StatusReasonCodeResponse$outboundSchema;
62875
+ var init_statusreasoncoderesponse = __esm(() => {
62876
+ init_enums();
62877
+ StatusReasonCodeResponse = {
62878
+ InsufficientFunds: "insufficient-funds",
62879
+ Rejected: "rejected",
62880
+ Error: "error"
62881
+ };
62882
+ StatusReasonCodeResponse$inboundSchema = inboundSchema(StatusReasonCodeResponse);
62883
+ StatusReasonCodeResponse$outboundSchema = outboundSchema(StatusReasonCodeResponse);
62884
+ });
62885
+
62886
+ // src/models/statusreason2.ts
62887
+ var StatusReason2$inboundSchema, StatusReason2$outboundSchema;
62888
+ var init_statusreason2 = __esm(() => {
62889
+ init_esm();
62890
+ init_statusreasoncoderesponse();
62891
+ StatusReason2$inboundSchema = objectType({
62892
+ code: StatusReasonCodeResponse$inboundSchema.optional(),
62893
+ message: nullableType(stringType()).optional()
62894
+ });
62895
+ StatusReason2$outboundSchema = objectType({
62896
+ code: StatusReasonCodeResponse$outboundSchema.optional(),
62897
+ message: nullableType(stringType()).optional()
62898
+ });
62899
+ });
62900
+
62901
+ // src/models/transferstatus.ts
62902
+ var TransferStatus, TransferStatus$inboundSchema, TransferStatus$outboundSchema;
62903
+ var init_transferstatus = __esm(() => {
62904
+ init_enums();
62905
+ TransferStatus = {
62906
+ Requested: "requested",
62907
+ Initiated: "initiated",
62908
+ PendingReview: "pending-review",
62909
+ Processed: "processed",
62910
+ Failed: "failed",
62911
+ Blocked: "blocked",
62912
+ IncomingSettled: "incoming-settled"
62913
+ };
62914
+ TransferStatus$inboundSchema = inboundSchema(TransferStatus);
62915
+ TransferStatus$outboundSchema = outboundSchema(TransferStatus);
62916
+ });
62917
+
62918
+ // src/models/statushistoryentryresponse.ts
62919
+ var StatusHistoryEntryResponse$inboundSchema, StatusHistoryEntryResponse$outboundSchema;
62920
+ var init_statushistoryentryresponse = __esm(() => {
62921
+ init_esm();
62922
+ init_statusreason2();
62923
+ init_transferstatus();
62924
+ StatusHistoryEntryResponse$inboundSchema = objectType({
62925
+ status: TransferStatus$inboundSchema,
62926
+ createdAt: stringType(),
62927
+ statusReason: nullableType(StatusReason2$inboundSchema).optional()
62928
+ });
62929
+ StatusHistoryEntryResponse$outboundSchema = objectType({
62930
+ status: TransferStatus$outboundSchema,
62931
+ createdAt: stringType(),
62932
+ statusReason: nullableType(StatusReason2$outboundSchema).optional()
62933
+ });
62934
+ });
62935
+
62792
62936
  // src/models/subscriptionmethod.ts
62793
62937
  var SubscriptionMethod, SubscriptionMethod$inboundSchema, SubscriptionMethod$outboundSchema;
62794
62938
  var init_subscriptionmethod = __esm(() => {
@@ -62946,8 +63090,228 @@ var init_subscriptionresponse = __esm(() => {
62946
63090
  });
62947
63091
  });
62948
63092
 
63093
+ // src/models/transferparty.ts
63094
+ var TransferPartyAccount$inboundSchema, TransferPartyAccount$outboundSchema, TransferParty$inboundSchema, TransferParty$outboundSchema;
63095
+ var init_transferparty = __esm(() => {
63096
+ init_esm();
63097
+ TransferPartyAccount$inboundSchema = objectType({
63098
+ iban: stringType()
63099
+ });
63100
+ TransferPartyAccount$outboundSchema = objectType({
63101
+ iban: stringType()
63102
+ });
63103
+ TransferParty$inboundSchema = objectType({
63104
+ fullName: stringType(),
63105
+ account: lazyType(() => TransferPartyAccount$inboundSchema)
63106
+ });
63107
+ TransferParty$outboundSchema = objectType({
63108
+ fullName: stringType(),
63109
+ account: lazyType(() => TransferPartyAccount$outboundSchema)
63110
+ });
63111
+ });
63112
+
63113
+ // src/models/transferschemetype.ts
63114
+ var TransferSchemeType, TransferSchemeType$inboundSchema, TransferSchemeType$outboundSchema;
63115
+ var init_transferschemetype = __esm(() => {
63116
+ init_esm();
63117
+ TransferSchemeType = {
63118
+ SepaCreditInst: "sepa-credit-inst",
63119
+ SepaCredit: "sepa-credit"
63120
+ };
63121
+ TransferSchemeType$inboundSchema = nativeEnumType(TransferSchemeType);
63122
+ TransferSchemeType$outboundSchema = TransferSchemeType$inboundSchema;
63123
+ });
63124
+
63125
+ // src/models/transferscheme.ts
63126
+ var TransferScheme$inboundSchema, TransferScheme$outboundSchema;
63127
+ var init_transferscheme = __esm(() => {
63128
+ init_esm();
63129
+ init_transferschemetype();
63130
+ TransferScheme$inboundSchema = objectType({
63131
+ type: TransferSchemeType$inboundSchema
63132
+ });
63133
+ TransferScheme$outboundSchema = objectType({
63134
+ type: TransferSchemeType$outboundSchema
63135
+ });
63136
+ });
63137
+
63138
+ // src/models/transferrequest.ts
63139
+ var TransferRequest$inboundSchema, TransferRequest$outboundSchema;
63140
+ var init_transferrequest = __esm(() => {
63141
+ init_esm();
63142
+ init_amount();
63143
+ init_metadata();
63144
+ init_transferparty();
63145
+ init_transferscheme();
63146
+ TransferRequest$inboundSchema = objectType({
63147
+ debtorIban: stringType(),
63148
+ creditor: TransferParty$inboundSchema,
63149
+ amount: Amount$inboundSchema,
63150
+ description: nullableType(stringType()).optional(),
63151
+ transferScheme: TransferScheme$inboundSchema,
63152
+ metadata: nullableType(Metadata$inboundSchema).optional(),
63153
+ testmode: nullableType(booleanType()).optional()
63154
+ });
63155
+ TransferRequest$outboundSchema = objectType({
63156
+ debtorIban: stringType(),
63157
+ creditor: TransferParty$outboundSchema,
63158
+ amount: Amount$outboundSchema,
63159
+ description: nullableType(stringType()).optional(),
63160
+ transferScheme: TransferScheme$outboundSchema,
63161
+ metadata: nullableType(Metadata$outboundSchema).optional(),
63162
+ testmode: nullableType(booleanType()).optional()
63163
+ });
63164
+ });
63165
+
63166
+ // src/models/transferschemetyperesponse.ts
63167
+ var TransferSchemeTypeResponse, TransferSchemeTypeResponse$inboundSchema, TransferSchemeTypeResponse$outboundSchema;
63168
+ var init_transferschemetyperesponse = __esm(() => {
63169
+ init_enums();
63170
+ TransferSchemeTypeResponse = {
63171
+ SepaCreditInst: "sepa-credit-inst",
63172
+ SepaCredit: "sepa-credit"
63173
+ };
63174
+ TransferSchemeTypeResponse$inboundSchema = inboundSchema(TransferSchemeTypeResponse);
63175
+ TransferSchemeTypeResponse$outboundSchema = outboundSchema(TransferSchemeTypeResponse);
63176
+ });
63177
+
63178
+ // src/models/transferschemeresponse.ts
63179
+ var TransferSchemeResponse$inboundSchema, TransferSchemeResponse$outboundSchema;
63180
+ var init_transferschemeresponse = __esm(() => {
63181
+ init_esm();
63182
+ init_transferschemetyperesponse();
63183
+ TransferSchemeResponse$inboundSchema = objectType({
63184
+ type: TransferSchemeTypeResponse$inboundSchema
63185
+ });
63186
+ TransferSchemeResponse$outboundSchema = objectType({
63187
+ type: TransferSchemeTypeResponse$outboundSchema
63188
+ });
63189
+ });
63190
+
63191
+ // src/models/transferresponse.ts
63192
+ var TransferResponseAccount$inboundSchema, TransferResponseAccount$outboundSchema, Debtor$inboundSchema, Debtor$outboundSchema, TransferResponse$inboundSchema, TransferResponse$outboundSchema;
63193
+ var init_transferresponse = __esm(() => {
63194
+ init_esm();
63195
+ init_amount();
63196
+ init_creditdebitindicator();
63197
+ init_metadata();
63198
+ init_mode();
63199
+ init_statushistoryentryresponse();
63200
+ init_statusreason2();
63201
+ init_transferparty();
63202
+ init_transferschemeresponse();
63203
+ init_transferstatus();
63204
+ TransferResponseAccount$inboundSchema = objectType({
63205
+ iban: stringType()
63206
+ });
63207
+ TransferResponseAccount$outboundSchema = objectType({
63208
+ iban: stringType()
63209
+ });
63210
+ Debtor$inboundSchema = objectType({
63211
+ fullName: stringType(),
63212
+ account: lazyType(() => TransferResponseAccount$inboundSchema)
63213
+ });
63214
+ Debtor$outboundSchema = objectType({
63215
+ fullName: stringType(),
63216
+ account: lazyType(() => TransferResponseAccount$outboundSchema)
63217
+ });
63218
+ TransferResponse$inboundSchema = objectType({
63219
+ resource: stringType(),
63220
+ id: stringType(),
63221
+ mode: Mode$inboundSchema,
63222
+ debtor: lazyType(() => Debtor$inboundSchema),
63223
+ creditor: TransferParty$inboundSchema,
63224
+ amount: Amount$inboundSchema,
63225
+ description: nullableType(stringType()).optional(),
63226
+ businessAccountTransactionId: stringType(),
63227
+ transferScheme: TransferSchemeResponse$inboundSchema,
63228
+ creditDebitIndicator: CreditDebitIndicator$inboundSchema,
63229
+ status: TransferStatus$inboundSchema,
63230
+ statusHistory: arrayType(StatusHistoryEntryResponse$inboundSchema),
63231
+ createdAt: stringType(),
63232
+ statusReason: nullableType(StatusReason2$inboundSchema).optional(),
63233
+ metadata: nullableType(Metadata$inboundSchema).optional()
63234
+ });
63235
+ TransferResponse$outboundSchema = objectType({
63236
+ resource: stringType(),
63237
+ id: stringType(),
63238
+ mode: Mode$outboundSchema,
63239
+ debtor: lazyType(() => Debtor$outboundSchema),
63240
+ creditor: TransferParty$outboundSchema,
63241
+ amount: Amount$outboundSchema,
63242
+ description: nullableType(stringType()).optional(),
63243
+ businessAccountTransactionId: stringType(),
63244
+ transferScheme: TransferSchemeResponse$outboundSchema,
63245
+ creditDebitIndicator: CreditDebitIndicator$outboundSchema,
63246
+ status: TransferStatus$outboundSchema,
63247
+ statusHistory: arrayType(StatusHistoryEntryResponse$outboundSchema),
63248
+ createdAt: stringType(),
63249
+ statusReason: nullableType(StatusReason2$outboundSchema).optional(),
63250
+ metadata: nullableType(Metadata$outboundSchema).optional()
63251
+ });
63252
+ });
63253
+
63254
+ // src/models/verificationofpayeerequest.ts
63255
+ var VerificationOfPayeeRequest$inboundSchema, VerificationOfPayeeRequest$outboundSchema;
63256
+ var init_verificationofpayeerequest = __esm(() => {
63257
+ init_esm();
63258
+ init_creditorbankaccount();
63259
+ VerificationOfPayeeRequest$inboundSchema = objectType({
63260
+ creditorBankAccount: CreditorBankAccount$inboundSchema,
63261
+ testmode: nullableType(booleanType()).optional()
63262
+ });
63263
+ VerificationOfPayeeRequest$outboundSchema = objectType({
63264
+ creditorBankAccount: CreditorBankAccount$outboundSchema,
63265
+ testmode: nullableType(booleanType()).optional()
63266
+ });
63267
+ });
63268
+
63269
+ // src/models/verificationresultenum.ts
63270
+ var VerificationResultEnum, VerificationResultEnum$inboundSchema, VerificationResultEnum$outboundSchema;
63271
+ var init_verificationresultenum = __esm(() => {
63272
+ init_enums();
63273
+ VerificationResultEnum = {
63274
+ Match: "match",
63275
+ NoMatch: "no-match",
63276
+ CloseMatch: "close-match",
63277
+ NotAvailable: "not-available"
63278
+ };
63279
+ VerificationResultEnum$inboundSchema = inboundSchema(VerificationResultEnum);
63280
+ VerificationResultEnum$outboundSchema = outboundSchema(VerificationResultEnum);
63281
+ });
63282
+
63283
+ // src/models/verificationofpayeeresponse.ts
63284
+ var VerificationOfPayeeResponseVerificationResult$inboundSchema, VerificationOfPayeeResponseVerificationResult$outboundSchema, VerificationOfPayeeResponse$inboundSchema, VerificationOfPayeeResponse$outboundSchema;
63285
+ var init_verificationofpayeeresponse = __esm(() => {
63286
+ init_esm();
63287
+ init_creditorbankaccountresponse();
63288
+ init_verificationresultenum();
63289
+ VerificationOfPayeeResponseVerificationResult$inboundSchema = objectType({
63290
+ outcome: VerificationResultEnum$inboundSchema,
63291
+ accountHolderName: stringType().optional()
63292
+ });
63293
+ VerificationOfPayeeResponseVerificationResult$outboundSchema = objectType({
63294
+ outcome: VerificationResultEnum$outboundSchema,
63295
+ accountHolderName: stringType().optional()
63296
+ });
63297
+ VerificationOfPayeeResponse$inboundSchema = objectType({
63298
+ resource: stringType(),
63299
+ creditorBankAccount: CreditorBankAccountResponse$inboundSchema,
63300
+ verificationResult: lazyType(() => VerificationOfPayeeResponseVerificationResult$inboundSchema),
63301
+ createdAt: stringType()
63302
+ });
63303
+ VerificationOfPayeeResponse$outboundSchema = objectType({
63304
+ resource: stringType(),
63305
+ creditorBankAccount: CreditorBankAccountResponse$outboundSchema,
63306
+ verificationResult: lazyType(() => VerificationOfPayeeResponseVerificationResult$outboundSchema),
63307
+ createdAt: stringType()
63308
+ });
63309
+ });
63310
+
62949
63311
  // src/models/index.ts
62950
63312
  var init_models = __esm(() => {
63313
+ init_accountnumberformat();
63314
+ init_accountnumberformatresponse();
62951
63315
  init_address();
62952
63316
  init_amount();
62953
63317
  init_amountnullable();
@@ -62976,6 +63340,9 @@ var init_models = __esm(() => {
62976
63340
  init_clientlinkresponse();
62977
63341
  init_componentssubtotals();
62978
63342
  init_createwebhook();
63343
+ init_creditdebitindicator();
63344
+ init_creditorbankaccount();
63345
+ init_creditorbankaccountresponse();
62979
63346
  init_currencies();
62980
63347
  init_customerresponse();
62981
63348
  init_deletevaluessalesinvoice();
@@ -63114,7 +63481,10 @@ var init_models = __esm(() => {
63114
63481
  init_sessionsequencetype();
63115
63482
  init_sessionsequencetyperesponse();
63116
63483
  init_sorting();
63484
+ init_statushistoryentryresponse();
63117
63485
  init_statusreason();
63486
+ init_statusreason2();
63487
+ init_statusreasoncoderesponse();
63118
63488
  init_subgroup();
63119
63489
  init_subscriptionmethod();
63120
63490
  init_subscriptionmethodresponse();
@@ -63123,8 +63493,19 @@ var init_models = __esm(() => {
63123
63493
  init_subtotals();
63124
63494
  init_terminalbrand();
63125
63495
  init_terminalmodel();
63496
+ init_transferparty();
63497
+ init_transferrequest();
63498
+ init_transferresponse();
63499
+ init_transferscheme();
63500
+ init_transferschemeresponse();
63501
+ init_transferschemetype();
63502
+ init_transferschemetyperesponse();
63503
+ init_transferstatus();
63126
63504
  init_url2();
63127
63505
  init_urlnullable();
63506
+ init_verificationofpayeerequest();
63507
+ init_verificationofpayeeresponse();
63508
+ init_verificationresultenum();
63128
63509
  init_webhookeventtypes();
63129
63510
  init_webhookstatus();
63130
63511
  });
@@ -63693,6 +64074,44 @@ var init_createsubscription = __esm(() => {
63693
64074
  });
63694
64075
  });
63695
64076
 
64077
+ // src/models/operations/createtransfer.ts
64078
+ var CreateTransferRequest$inboundSchema, CreateTransferRequest$outboundSchema;
64079
+ var init_createtransfer = __esm(() => {
64080
+ init_esm();
64081
+ init_primitives();
64082
+ init_models();
64083
+ CreateTransferRequest$inboundSchema = objectType({
64084
+ "X-Client-Signature": stringType(),
64085
+ "X-Client-Signed-At": stringType(),
64086
+ "Idempotency-Key": stringType(),
64087
+ "idempotency-key1": stringType().optional(),
64088
+ "transfer-request": TransferRequest$inboundSchema.optional()
64089
+ }).transform((v2) => {
64090
+ return remap(v2, {
64091
+ "X-Client-Signature": "xClientSignature",
64092
+ "X-Client-Signed-At": "xClientSignedAt",
64093
+ "Idempotency-Key": "idempotencyKey",
64094
+ "idempotency-key1": "idempotencyKey1",
64095
+ "transfer-request": "transferRequest"
64096
+ });
64097
+ });
64098
+ CreateTransferRequest$outboundSchema = objectType({
64099
+ xClientSignature: stringType(),
64100
+ xClientSignedAt: stringType(),
64101
+ idempotencyKey: stringType(),
64102
+ idempotencyKey1: stringType().optional(),
64103
+ transferRequest: TransferRequest$outboundSchema.optional()
64104
+ }).transform((v2) => {
64105
+ return remap(v2, {
64106
+ xClientSignature: "X-Client-Signature",
64107
+ xClientSignedAt: "X-Client-Signed-At",
64108
+ idempotencyKey: "Idempotency-Key",
64109
+ idempotencyKey1: "idempotency-key1",
64110
+ transferRequest: "transfer-request"
64111
+ });
64112
+ });
64113
+ });
64114
+
63696
64115
  // src/models/operations/createwebhook.ts
63697
64116
  var CreateWebhookEventTypes$inboundSchema, CreateWebhookEventTypes$outboundSchema, CreateWebhookRequestBody$inboundSchema, CreateWebhookRequestBody$outboundSchema, CreateWebhookRequest$inboundSchema, CreateWebhookRequest$outboundSchema;
63698
64117
  var init_createwebhook2 = __esm(() => {
@@ -64943,6 +65362,37 @@ var init_getterminal = __esm(() => {
64943
65362
  });
64944
65363
  });
64945
65364
 
65365
+ // src/models/operations/gettransfer.ts
65366
+ var GetTransferGlobals$inboundSchema, GetTransferGlobals$outboundSchema, GetTransferRequest$inboundSchema, GetTransferRequest$outboundSchema;
65367
+ var init_gettransfer = __esm(() => {
65368
+ init_esm();
65369
+ init_primitives();
65370
+ GetTransferGlobals$inboundSchema = objectType({
65371
+ testmode: booleanType().optional()
65372
+ });
65373
+ GetTransferGlobals$outboundSchema = objectType({
65374
+ testmode: booleanType().optional()
65375
+ });
65376
+ GetTransferRequest$inboundSchema = objectType({
65377
+ businessAccountsTransferId: stringType(),
65378
+ testmode: booleanType().optional(),
65379
+ "idempotency-key": stringType().optional()
65380
+ }).transform((v2) => {
65381
+ return remap(v2, {
65382
+ "idempotency-key": "idempotencyKey"
65383
+ });
65384
+ });
65385
+ GetTransferRequest$outboundSchema = objectType({
65386
+ businessAccountsTransferId: stringType(),
65387
+ testmode: booleanType().optional(),
65388
+ idempotencyKey: stringType().optional()
65389
+ }).transform((v2) => {
65390
+ return remap(v2, {
65391
+ idempotencyKey: "idempotency-key"
65392
+ });
65393
+ });
65394
+ });
65395
+
64946
65396
  // src/models/operations/getwebhook.ts
64947
65397
  var GetWebhookGlobals$inboundSchema, GetWebhookGlobals$outboundSchema, GetWebhookRequest$inboundSchema, GetWebhookRequest$outboundSchema;
64948
65398
  var init_getwebhook = __esm(() => {
@@ -68115,6 +68565,32 @@ var init_updatewebhook = __esm(() => {
68115
68565
  });
68116
68566
  });
68117
68567
 
68568
+ // src/models/operations/verifypayee.ts
68569
+ var VerifyPayeeRequest$inboundSchema, VerifyPayeeRequest$outboundSchema;
68570
+ var init_verifypayee = __esm(() => {
68571
+ init_esm();
68572
+ init_primitives();
68573
+ init_models();
68574
+ VerifyPayeeRequest$inboundSchema = objectType({
68575
+ "idempotency-key": stringType().optional(),
68576
+ "verification-of-payee-request": VerificationOfPayeeRequest$inboundSchema.optional()
68577
+ }).transform((v2) => {
68578
+ return remap(v2, {
68579
+ "idempotency-key": "idempotencyKey",
68580
+ "verification-of-payee-request": "verificationOfPayeeRequest"
68581
+ });
68582
+ });
68583
+ VerifyPayeeRequest$outboundSchema = objectType({
68584
+ idempotencyKey: stringType().optional(),
68585
+ verificationOfPayeeRequest: VerificationOfPayeeRequest$outboundSchema.optional()
68586
+ }).transform((v2) => {
68587
+ return remap(v2, {
68588
+ idempotencyKey: "idempotency-key",
68589
+ verificationOfPayeeRequest: "verification-of-payee-request"
68590
+ });
68591
+ });
68592
+ });
68593
+
68118
68594
  // src/models/operations/index.ts
68119
68595
  var init_operations = __esm(() => {
68120
68596
  init_cancelpayment();
@@ -68133,6 +68609,7 @@ var init_operations = __esm(() => {
68133
68609
  init_createsalesinvoice();
68134
68610
  init_createsession();
68135
68611
  init_createsubscription();
68612
+ init_createtransfer();
68136
68613
  init_createwebhook2();
68137
68614
  init_deletecustomer();
68138
68615
  init_deletepaymentlink();
@@ -68168,6 +68645,7 @@ var init_operations = __esm(() => {
68168
68645
  init_getsettlement();
68169
68646
  init_getsubscription();
68170
68647
  init_getterminal();
68648
+ init_gettransfer();
68171
68649
  init_getwebhook();
68172
68650
  init_getwebhookevent();
68173
68651
  init_listallchargebacks();
@@ -68216,6 +68694,7 @@ var init_operations = __esm(() => {
68216
68694
  init_updatesalesinvoice();
68217
68695
  init_updatesubscription();
68218
68696
  init_updatewebhook();
68697
+ init_verifypayee();
68219
68698
  });
68220
68699
 
68221
68700
  // src/types/async.ts
@@ -68270,7 +68749,7 @@ async function $do(client, request, options) {
68270
68749
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
68271
68750
  }));
68272
68751
  const securityInput = await extractSecurity(client._options.security);
68273
- const requestSecurity = resolveGlobalSecurity(securityInput);
68752
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
68274
68753
  const context = {
68275
68754
  options: client._options,
68276
68755
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -68401,7 +68880,7 @@ async function $do2(client, request, options) {
68401
68880
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
68402
68881
  }));
68403
68882
  const securityInput = await extractSecurity(client._options.security);
68404
- const requestSecurity = resolveGlobalSecurity(securityInput);
68883
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
68405
68884
  const context = {
68406
68885
  options: client._options,
68407
68886
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -68527,7 +69006,7 @@ async function $do3(client, request, options) {
68527
69006
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
68528
69007
  }));
68529
69008
  const securityInput = await extractSecurity(client._options.security);
68530
- const requestSecurity = resolveGlobalSecurity(securityInput);
69009
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
68531
69010
  const context = {
68532
69011
  options: client._options,
68533
69012
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -68688,7 +69167,7 @@ async function $do4(client, request, options) {
68688
69167
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
68689
69168
  }));
68690
69169
  const securityInput = await extractSecurity(client._options.security);
68691
- const requestSecurity = resolveGlobalSecurity(securityInput);
69170
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
68692
69171
  const context = {
68693
69172
  options: client._options,
68694
69173
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -68846,7 +69325,7 @@ async function $do5(client, request, options) {
68846
69325
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
68847
69326
  }));
68848
69327
  const securityInput = await extractSecurity(client._options.security);
68849
- const requestSecurity = resolveGlobalSecurity(securityInput);
69328
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
68850
69329
  const context = {
68851
69330
  options: client._options,
68852
69331
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -69003,7 +69482,7 @@ async function $do6(client, request, options) {
69003
69482
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
69004
69483
  }));
69005
69484
  const securityInput = await extractSecurity(client._options.security);
69006
- const requestSecurity = resolveGlobalSecurity(securityInput);
69485
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
69007
69486
  const context = {
69008
69487
  options: client._options,
69009
69488
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -69128,7 +69607,7 @@ async function $do7(client, request, options) {
69128
69607
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
69129
69608
  }));
69130
69609
  const securityInput = await extractSecurity(client._options.security);
69131
- const requestSecurity = resolveGlobalSecurity(securityInput);
69610
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
69132
69611
  const context = {
69133
69612
  options: client._options,
69134
69613
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -69251,7 +69730,7 @@ async function $do8(client, request, options) {
69251
69730
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
69252
69731
  }));
69253
69732
  const securityInput = await extractSecurity(client._options.security);
69254
- const requestSecurity = resolveGlobalSecurity(securityInput);
69733
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
69255
69734
  const context = {
69256
69735
  options: client._options,
69257
69736
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -69396,7 +69875,7 @@ async function $do9(client, request, options) {
69396
69875
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
69397
69876
  }));
69398
69877
  const securityInput = await extractSecurity(client._options.security);
69399
- const requestSecurity = resolveGlobalSecurity(securityInput);
69878
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
69400
69879
  const context = {
69401
69880
  options: client._options,
69402
69881
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -70389,7 +70868,7 @@ async function $do16(client, request, options) {
70389
70868
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
70390
70869
  }));
70391
70870
  const securityInput = await extractSecurity(client._options.security);
70392
- const requestSecurity = resolveGlobalSecurity(securityInput);
70871
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1]);
70393
70872
  const context = {
70394
70873
  options: client._options,
70395
70874
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -70566,7 +71045,7 @@ async function $do17(client, request, options) {
70566
71045
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
70567
71046
  }));
70568
71047
  const securityInput = await extractSecurity(client._options.security);
70569
- const requestSecurity = resolveGlobalSecurity(securityInput);
71048
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1]);
70570
71049
  const context = {
70571
71050
  options: client._options,
70572
71051
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -70687,7 +71166,7 @@ async function $do18(client, request, options) {
70687
71166
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
70688
71167
  }));
70689
71168
  const securityInput = await extractSecurity(client._options.security);
70690
- const requestSecurity = resolveGlobalSecurity(securityInput);
71169
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1]);
70691
71170
  const context = {
70692
71171
  options: client._options,
70693
71172
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -72158,7 +72637,7 @@ async function $do29(client, request, options) {
72158
72637
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
72159
72638
  }));
72160
72639
  const securityInput = await extractSecurity(client._options.security);
72161
- const requestSecurity = resolveGlobalSecurity(securityInput);
72640
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
72162
72641
  const context = {
72163
72642
  options: client._options,
72164
72643
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -72284,7 +72763,7 @@ async function $do30(client, request, options) {
72284
72763
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
72285
72764
  }));
72286
72765
  const securityInput = await extractSecurity(client._options.security);
72287
- const requestSecurity = resolveGlobalSecurity(securityInput);
72766
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
72288
72767
  const context = {
72289
72768
  options: client._options,
72290
72769
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -73396,7 +73875,7 @@ async function $do38(client, request, options) {
73396
73875
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
73397
73876
  }));
73398
73877
  const securityInput = await extractSecurity(client._options.security);
73399
- const requestSecurity = resolveGlobalSecurity(securityInput);
73878
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
73400
73879
  const context = {
73401
73880
  options: client._options,
73402
73881
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -73507,7 +73986,7 @@ async function $do39(client, request, options) {
73507
73986
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
73508
73987
  }));
73509
73988
  const securityInput = await extractSecurity(client._options.security);
73510
- const requestSecurity = resolveGlobalSecurity(securityInput);
73989
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
73511
73990
  const context = {
73512
73991
  options: client._options,
73513
73992
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -73628,7 +74107,7 @@ async function $do40(client, request, options) {
73628
74107
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
73629
74108
  }));
73630
74109
  const securityInput = await extractSecurity(client._options.security);
73631
- const requestSecurity = resolveGlobalSecurity(securityInput);
74110
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
73632
74111
  const context = {
73633
74112
  options: client._options,
73634
74113
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -73750,7 +74229,7 @@ async function $do41(client, request, options) {
73750
74229
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
73751
74230
  }));
73752
74231
  const securityInput = await extractSecurity(client._options.security);
73753
- const requestSecurity = resolveGlobalSecurity(securityInput);
74232
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
73754
74233
  const context = {
73755
74234
  options: client._options,
73756
74235
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -73864,7 +74343,7 @@ async function $do42(client, request, options) {
73864
74343
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
73865
74344
  }));
73866
74345
  const securityInput = await extractSecurity(client._options.security);
73867
- const requestSecurity = resolveGlobalSecurity(securityInput);
74346
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
73868
74347
  const context = {
73869
74348
  options: client._options,
73870
74349
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -75586,7 +76065,7 @@ async function $do55(client, request, options) {
75586
76065
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
75587
76066
  }));
75588
76067
  const securityInput = await extractSecurity(client._options.security);
75589
- const requestSecurity = resolveGlobalSecurity(securityInput);
76068
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
75590
76069
  const context = {
75591
76070
  options: client._options,
75592
76071
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -75703,7 +76182,7 @@ async function $do56(client, request, options) {
75703
76182
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
75704
76183
  }));
75705
76184
  const securityInput = await extractSecurity(client._options.security);
75706
- const requestSecurity = resolveGlobalSecurity(securityInput);
76185
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
75707
76186
  const context = {
75708
76187
  options: client._options,
75709
76188
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -75823,7 +76302,7 @@ async function $do57(client, request, options) {
75823
76302
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
75824
76303
  }));
75825
76304
  const securityInput = await extractSecurity(client._options.security);
75826
- const requestSecurity = resolveGlobalSecurity(securityInput);
76305
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
75827
76306
  const context = {
75828
76307
  options: client._options,
75829
76308
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -75859,7 +76338,7 @@ async function $do57(client, request, options) {
75859
76338
  const req = requestRes.value;
75860
76339
  const doResult = await client._do(req, {
75861
76340
  context,
75862
- errorCodes: ["422", "4XX", "5XX"],
76341
+ errorCodes: ["403", "422", "4XX", "5XX"],
75863
76342
  retryConfig: context.retryConfig,
75864
76343
  retryCodes: context.retryCodes
75865
76344
  });
@@ -75872,7 +76351,7 @@ async function $do57(client, request, options) {
75872
76351
  };
75873
76352
  const [result] = await match(json(201, ProfileResponse$inboundSchema, {
75874
76353
  ctype: "application/hal+json"
75875
- }), jsonErr(422, ErrorResponse$inboundSchema, {
76354
+ }), jsonErr([403, 422], ErrorResponse$inboundSchema, {
75876
76355
  ctype: "application/hal+json"
75877
76356
  }), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
75878
76357
  if (!result.ok) {
@@ -75948,7 +76427,7 @@ async function $do58(client, request, options) {
75948
76427
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
75949
76428
  }));
75950
76429
  const securityInput = await extractSecurity(client._options.security);
75951
- const requestSecurity = resolveGlobalSecurity(securityInput);
76430
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
75952
76431
  const context = {
75953
76432
  options: client._options,
75954
76433
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -76070,7 +76549,7 @@ async function $do59(client, request, options) {
76070
76549
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
76071
76550
  }));
76072
76551
  const securityInput = await extractSecurity(client._options.security);
76073
- const requestSecurity = resolveGlobalSecurity(securityInput);
76552
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
76074
76553
  const context = {
76075
76554
  options: client._options,
76076
76555
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -76187,7 +76666,7 @@ async function $do60(client, request, options) {
76187
76666
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
76188
76667
  }));
76189
76668
  const securityInput = await extractSecurity(client._options.security);
76190
- const requestSecurity = resolveGlobalSecurity(securityInput);
76669
+ const requestSecurity = resolveGlobalSecurity(securityInput, [0]);
76191
76670
  const context = {
76192
76671
  options: client._options,
76193
76672
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -76305,7 +76784,7 @@ async function $do61(client, request, options) {
76305
76784
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
76306
76785
  }));
76307
76786
  const securityInput = await extractSecurity(client._options.security);
76308
- const requestSecurity = resolveGlobalSecurity(securityInput);
76787
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
76309
76788
  const context = {
76310
76789
  options: client._options,
76311
76790
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -76459,7 +76938,7 @@ async function $do62(client, request, options) {
76459
76938
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
76460
76939
  }));
76461
76940
  const securityInput = await extractSecurity(client._options.security);
76462
- const requestSecurity = resolveGlobalSecurity(securityInput);
76941
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
76463
76942
  const context = {
76464
76943
  options: client._options,
76465
76944
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -76495,7 +76974,7 @@ async function $do62(client, request, options) {
76495
76974
  const req = requestRes.value;
76496
76975
  const doResult = await client._do(req, {
76497
76976
  context,
76498
- errorCodes: ["404", "410", "422", "4XX", "5XX"],
76977
+ errorCodes: ["403", "404", "410", "422", "4XX", "5XX"],
76499
76978
  retryConfig: context.retryConfig,
76500
76979
  retryCodes: context.retryCodes
76501
76980
  });
@@ -76508,7 +76987,7 @@ async function $do62(client, request, options) {
76508
76987
  };
76509
76988
  const [result] = await match(json(200, ProfileResponse$inboundSchema, {
76510
76989
  ctype: "application/hal+json"
76511
- }), jsonErr([404, 410, 422], ErrorResponse$inboundSchema, {
76990
+ }), jsonErr([403, 404, 410, 422], ErrorResponse$inboundSchema, {
76512
76991
  ctype: "application/hal+json"
76513
76992
  }), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
76514
76993
  if (!result.ok) {
@@ -78192,7 +78671,7 @@ async function $do75(client, request, options) {
78192
78671
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
78193
78672
  }));
78194
78673
  const securityInput = await extractSecurity(client._options.security);
78195
- const requestSecurity = resolveGlobalSecurity(securityInput);
78674
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
78196
78675
  const context = {
78197
78676
  options: client._options,
78198
78677
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -78319,7 +78798,7 @@ async function $do76(client, request, options) {
78319
78798
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
78320
78799
  }));
78321
78800
  const securityInput = await extractSecurity(client._options.security);
78322
- const requestSecurity = resolveGlobalSecurity(securityInput);
78801
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
78323
78802
  const context = {
78324
78803
  options: client._options,
78325
78804
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -78435,7 +78914,7 @@ async function $do77(client, request, options) {
78435
78914
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
78436
78915
  }));
78437
78916
  const securityInput = await extractSecurity(client._options.security);
78438
- const requestSecurity = resolveGlobalSecurity(securityInput);
78917
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
78439
78918
  const context = {
78440
78919
  options: client._options,
78441
78920
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -78560,7 +79039,7 @@ async function $do78(client, request, options) {
78560
79039
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
78561
79040
  }));
78562
79041
  const securityInput = await extractSecurity(client._options.security);
78563
- const requestSecurity = resolveGlobalSecurity(securityInput);
79042
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
78564
79043
  const context = {
78565
79044
  options: client._options,
78566
79045
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -78719,7 +79198,7 @@ async function $do79(client, request, options) {
78719
79198
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
78720
79199
  }));
78721
79200
  const securityInput = await extractSecurity(client._options.security);
78722
- const requestSecurity = resolveGlobalSecurity(securityInput);
79201
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
78723
79202
  const context = {
78724
79203
  options: client._options,
78725
79204
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -78878,7 +79357,7 @@ async function $do80(client, request, options) {
78878
79357
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
78879
79358
  }));
78880
79359
  const securityInput = await extractSecurity(client._options.security);
78881
- const requestSecurity = resolveGlobalSecurity(securityInput);
79360
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
78882
79361
  const context = {
78883
79362
  options: client._options,
78884
79363
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -79038,7 +79517,7 @@ async function $do81(client, request, options) {
79038
79517
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
79039
79518
  }));
79040
79519
  const securityInput = await extractSecurity(client._options.security);
79041
- const requestSecurity = resolveGlobalSecurity(securityInput);
79520
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
79042
79521
  const context = {
79043
79522
  options: client._options,
79044
79523
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -79200,7 +79679,7 @@ async function $do82(client, request, options) {
79200
79679
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
79201
79680
  }));
79202
79681
  const securityInput = await extractSecurity(client._options.security);
79203
- const requestSecurity = resolveGlobalSecurity(securityInput);
79682
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
79204
79683
  const context = {
79205
79684
  options: client._options,
79206
79685
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -80616,11 +81095,428 @@ The results are paginated.`,
80616
81095
  };
80617
81096
  });
80618
81097
 
80619
- // src/funcs/walletsRequestApplePaySession.ts
80620
- function walletsRequestApplePaySession(client, request, options) {
81098
+ // src/funcs/transfersCreate.ts
81099
+ function transfersCreate(client, request, options) {
80621
81100
  return new APIPromise($do92(client, request, options));
80622
81101
  }
80623
81102
  async function $do92(client, request, options) {
81103
+ const parsed = safeParse4(request, (value) => CreateTransferRequest$outboundSchema.parse(value), "Input validation failed");
81104
+ if (!parsed.ok) {
81105
+ return [parsed, { status: "invalid" }];
81106
+ }
81107
+ const payload = parsed.value;
81108
+ const body = encodeJSON("body", payload["transfer-request"], {
81109
+ explode: true
81110
+ });
81111
+ const path = pathToFunc("/business-accounts/transfers")();
81112
+ const headers = new Headers(compactMap({
81113
+ "Content-Type": "application/json",
81114
+ Accept: "application/hal+json",
81115
+ "Idempotency-Key": encodeSimple("Idempotency-Key", payload["Idempotency-Key"], { explode: false, charEncoding: "none" }),
81116
+ "X-Client-Signature": encodeSimple("X-Client-Signature", payload["X-Client-Signature"], { explode: false, charEncoding: "none" }),
81117
+ "X-Client-Signed-At": encodeSimple("X-Client-Signed-At", payload["X-Client-Signed-At"], { explode: false, charEncoding: "none" }),
81118
+ "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key1"], { explode: false, charEncoding: "none" })
81119
+ }));
81120
+ const securityInput = await extractSecurity(client._options.security);
81121
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1]);
81122
+ const context = {
81123
+ options: client._options,
81124
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
81125
+ operationID: "create-transfer",
81126
+ oAuth2Scopes: null,
81127
+ resolvedSecurity: requestSecurity,
81128
+ securitySource: client._options.security,
81129
+ retryConfig: options?.retries || client._options.retryConfig || {
81130
+ strategy: "backoff",
81131
+ backoff: {
81132
+ initialInterval: 500,
81133
+ maxInterval: 5000,
81134
+ exponent: 2,
81135
+ maxElapsedTime: 7500
81136
+ },
81137
+ retryConnectionErrors: true
81138
+ },
81139
+ retryCodes: options?.retryCodes || ["5xx"]
81140
+ };
81141
+ const requestRes = client._createRequest(context, {
81142
+ security: requestSecurity,
81143
+ method: "POST",
81144
+ baseURL: options?.serverURL,
81145
+ path,
81146
+ headers,
81147
+ body,
81148
+ userAgent: client._options.userAgent,
81149
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
81150
+ }, options);
81151
+ if (!requestRes.ok) {
81152
+ return [requestRes, { status: "invalid" }];
81153
+ }
81154
+ const req = requestRes.value;
81155
+ const doResult = await client._do(req, {
81156
+ context,
81157
+ errorCodes: ["422", "4XX", "503", "5XX"],
81158
+ retryConfig: context.retryConfig,
81159
+ retryCodes: context.retryCodes
81160
+ });
81161
+ if (!doResult.ok) {
81162
+ return [doResult, { status: "request-error", request: req }];
81163
+ }
81164
+ const response = doResult.value;
81165
+ const responseFields = {
81166
+ HttpMeta: { Response: response, Request: req }
81167
+ };
81168
+ const [result] = await match(json(201, TransferResponse$inboundSchema, {
81169
+ ctype: "application/hal+json"
81170
+ }), jsonErr(422, ErrorResponse$inboundSchema, {
81171
+ ctype: "application/hal+json"
81172
+ }), jsonErr(503, ErrorResponse$inboundSchema, {
81173
+ ctype: "application/hal+json"
81174
+ }), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
81175
+ if (!result.ok) {
81176
+ return [result, { status: "complete", request: req, response }];
81177
+ }
81178
+ return [result, { status: "complete", request: req, response }];
81179
+ }
81180
+ var init_transfersCreate = __esm(() => {
81181
+ init_encodings();
81182
+ init_matchers();
81183
+ init_primitives();
81184
+ init_schemas4();
81185
+ init_security();
81186
+ init_url();
81187
+ init_errors4();
81188
+ init_models();
81189
+ init_operations();
81190
+ init_async();
81191
+ });
81192
+
81193
+ // src/mcp-server/tools/transfersCreate.ts
81194
+ var args92, tool$transfersCreate;
81195
+ var init_transfersCreate2 = __esm(() => {
81196
+ init_transfersCreate();
81197
+ init_operations();
81198
+ init_tools();
81199
+ args92 = {
81200
+ request: CreateTransferRequest$inboundSchema
81201
+ };
81202
+ tool$transfersCreate = {
81203
+ name: "transfers-create",
81204
+ description: `Create transfer
81205
+
81206
+ > \uD83D\uDEA7 Beta feature
81207
+ >
81208
+ > This feature is currently in beta testing, and the final specification may still change.
81209
+
81210
+ Create a SEPA Credit Transfer from your Mollie Business Account.
81211
+
81212
+ To initiate a transfer, you must provide the transfer scheme, the amount, the debtor IBAN (your Mollie Business
81213
+ Account IBAN), and the creditor (recipient) details.
81214
+
81215
+ Each request must include an \`Idempotency-Key\` header to prevent duplicate transfers, and must be signed using the
81216
+ \`X-Client-Signature\` and \`X-Client-Signed-At\` headers.
81217
+
81218
+ ### Simulating transfer scenarios in test mode
81219
+
81220
+ In test mode, you can simulate various transfer scenarios by adjusting the transfer amount. This allows you to
81221
+ mimic the typical status progression of a real-world transfer. Note that a transfer's progression will stop once
81222
+ it reaches a final status: \`blocked\`, \`failed\`, or \`processed\`.
81223
+
81224
+ | Amount | Scenario | Webhook sequence |
81225
+ |---------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
81226
+ | \`11.00\` | Transfer initiated, pending review by Mollie | \`business-account-transfer.requested\` → \`business-account-transfer.initiated\` → \`business-account-transfer.pending-review\` |
81227
+ | \`12.00\` | Transfer initiated, blocked by Mollie | \`business-account-transfer.requested\` → \`business-account-transfer.initiated\` → \`business-account-transfer.pending-review\` → \`business-account-transfer.blocked\` |
81228
+ | \`13.00\` | Transfer initiated, failed on scheme submission | \`business-account-transfer.requested\` → \`business-account-transfer.initiated\` → \`business-account-transfer.failed\` |
81229
+ | Other | Default: transfer is processed | \`business-account-transfer.requested\` → \`business-account-transfer.initiated\` → \`business-account-transfer.processed\` |`,
81230
+ args: args92,
81231
+ tool: async (client, args93, ctx) => {
81232
+ const [result, apiCall] = await transfersCreate(client, args93.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81233
+ if (!result.ok) {
81234
+ return {
81235
+ content: [{ type: "text", text: result.error.message }],
81236
+ isError: true
81237
+ };
81238
+ }
81239
+ const value = result.value;
81240
+ return formatResult(value, apiCall);
81241
+ }
81242
+ };
81243
+ });
81244
+
81245
+ // src/funcs/transfersGet.ts
81246
+ function transfersGet(client, request, options) {
81247
+ return new APIPromise($do93(client, request, options));
81248
+ }
81249
+ async function $do93(client, request, options) {
81250
+ const parsed = safeParse4(request, (value) => GetTransferRequest$outboundSchema.parse(value), "Input validation failed");
81251
+ if (!parsed.ok) {
81252
+ return [parsed, { status: "invalid" }];
81253
+ }
81254
+ const payload = parsed.value;
81255
+ const body = null;
81256
+ const pathParams = {
81257
+ businessAccountsTransferId: encodeSimple("businessAccountsTransferId", payload.businessAccountsTransferId, { explode: false, charEncoding: "percent" })
81258
+ };
81259
+ const path = pathToFunc("/business-accounts/transfers/{businessAccountsTransferId}")(pathParams);
81260
+ const query = encodeFormQuery({
81261
+ testmode: payload.testmode ?? client._options.testmode
81262
+ });
81263
+ const headers = new Headers(compactMap({
81264
+ Accept: "application/hal+json",
81265
+ "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
81266
+ }));
81267
+ const securityInput = await extractSecurity(client._options.security);
81268
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1]);
81269
+ const context = {
81270
+ options: client._options,
81271
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
81272
+ operationID: "get-transfer",
81273
+ oAuth2Scopes: null,
81274
+ resolvedSecurity: requestSecurity,
81275
+ securitySource: client._options.security,
81276
+ retryConfig: options?.retries || client._options.retryConfig || {
81277
+ strategy: "backoff",
81278
+ backoff: {
81279
+ initialInterval: 500,
81280
+ maxInterval: 5000,
81281
+ exponent: 2,
81282
+ maxElapsedTime: 7500
81283
+ },
81284
+ retryConnectionErrors: true
81285
+ },
81286
+ retryCodes: options?.retryCodes || ["5xx"]
81287
+ };
81288
+ const requestRes = client._createRequest(context, {
81289
+ security: requestSecurity,
81290
+ method: "GET",
81291
+ baseURL: options?.serverURL,
81292
+ path,
81293
+ headers,
81294
+ query,
81295
+ body,
81296
+ userAgent: client._options.userAgent,
81297
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
81298
+ }, options);
81299
+ if (!requestRes.ok) {
81300
+ return [requestRes, { status: "invalid" }];
81301
+ }
81302
+ const req = requestRes.value;
81303
+ const doResult = await client._do(req, {
81304
+ context,
81305
+ errorCodes: ["404", "4XX", "5XX"],
81306
+ retryConfig: context.retryConfig,
81307
+ retryCodes: context.retryCodes
81308
+ });
81309
+ if (!doResult.ok) {
81310
+ return [doResult, { status: "request-error", request: req }];
81311
+ }
81312
+ const response = doResult.value;
81313
+ const responseFields = {
81314
+ HttpMeta: { Response: response, Request: req }
81315
+ };
81316
+ const [result] = await match(json(200, TransferResponse$inboundSchema, {
81317
+ ctype: "application/hal+json"
81318
+ }), jsonErr(404, ErrorResponse$inboundSchema, {
81319
+ ctype: "application/hal+json"
81320
+ }), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
81321
+ if (!result.ok) {
81322
+ return [result, { status: "complete", request: req, response }];
81323
+ }
81324
+ return [result, { status: "complete", request: req, response }];
81325
+ }
81326
+ var init_transfersGet = __esm(() => {
81327
+ init_encodings();
81328
+ init_matchers();
81329
+ init_primitives();
81330
+ init_schemas4();
81331
+ init_security();
81332
+ init_url();
81333
+ init_errors4();
81334
+ init_models();
81335
+ init_operations();
81336
+ init_async();
81337
+ });
81338
+
81339
+ // src/mcp-server/tools/transfersGet.ts
81340
+ var args93, tool$transfersGet;
81341
+ var init_transfersGet2 = __esm(() => {
81342
+ init_transfersGet();
81343
+ init_operations();
81344
+ init_tools();
81345
+ args93 = {
81346
+ request: GetTransferRequest$inboundSchema
81347
+ };
81348
+ tool$transfersGet = {
81349
+ name: "transfers-get",
81350
+ description: `Get transfer
81351
+
81352
+ > \uD83D\uDEA7 Beta feature
81353
+ >
81354
+ > This feature is currently in beta testing, and the final specification may still change.
81355
+
81356
+ Retrieve a single transfer object by its transfer ID. This allows you to check the current status
81357
+ and details of a previously created transfer.`,
81358
+ args: args93,
81359
+ tool: async (client, args94, ctx) => {
81360
+ const [result, apiCall] = await transfersGet(client, args94.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81361
+ if (!result.ok) {
81362
+ return {
81363
+ content: [{ type: "text", text: result.error.message }],
81364
+ isError: true
81365
+ };
81366
+ }
81367
+ const value = result.value;
81368
+ return formatResult(value, apiCall);
81369
+ }
81370
+ };
81371
+ });
81372
+
81373
+ // src/funcs/verifyPayeesCreate.ts
81374
+ function verifyPayeesCreate(client, request, options) {
81375
+ return new APIPromise($do94(client, request, options));
81376
+ }
81377
+ async function $do94(client, request, options) {
81378
+ const parsed = safeParse4(request, (value) => VerifyPayeeRequest$outboundSchema.optional().parse(value), "Input validation failed");
81379
+ if (!parsed.ok) {
81380
+ return [parsed, { status: "invalid" }];
81381
+ }
81382
+ const payload = parsed.value;
81383
+ const body = encodeJSON("body", payload?.["verification-of-payee-request"], {
81384
+ explode: true
81385
+ });
81386
+ const path = pathToFunc("/business-accounts/payee-verifications")();
81387
+ const headers = new Headers(compactMap({
81388
+ "Content-Type": "application/json",
81389
+ Accept: "application/hal+json",
81390
+ "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
81391
+ }));
81392
+ const securityInput = await extractSecurity(client._options.security);
81393
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1]);
81394
+ const context = {
81395
+ options: client._options,
81396
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
81397
+ operationID: "verify-payee",
81398
+ oAuth2Scopes: null,
81399
+ resolvedSecurity: requestSecurity,
81400
+ securitySource: client._options.security,
81401
+ retryConfig: options?.retries || client._options.retryConfig || {
81402
+ strategy: "backoff",
81403
+ backoff: {
81404
+ initialInterval: 500,
81405
+ maxInterval: 5000,
81406
+ exponent: 2,
81407
+ maxElapsedTime: 7500
81408
+ },
81409
+ retryConnectionErrors: true
81410
+ },
81411
+ retryCodes: options?.retryCodes || ["5xx"]
81412
+ };
81413
+ const requestRes = client._createRequest(context, {
81414
+ security: requestSecurity,
81415
+ method: "POST",
81416
+ baseURL: options?.serverURL,
81417
+ path,
81418
+ headers,
81419
+ body,
81420
+ userAgent: client._options.userAgent,
81421
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
81422
+ }, options);
81423
+ if (!requestRes.ok) {
81424
+ return [requestRes, { status: "invalid" }];
81425
+ }
81426
+ const req = requestRes.value;
81427
+ const doResult = await client._do(req, {
81428
+ context,
81429
+ errorCodes: ["422", "429", "4XX", "503", "5XX"],
81430
+ retryConfig: context.retryConfig,
81431
+ retryCodes: context.retryCodes
81432
+ });
81433
+ if (!doResult.ok) {
81434
+ return [doResult, { status: "request-error", request: req }];
81435
+ }
81436
+ const response = doResult.value;
81437
+ const responseFields = {
81438
+ HttpMeta: { Response: response, Request: req }
81439
+ };
81440
+ const [result] = await match(json(200, VerificationOfPayeeResponse$inboundSchema, {
81441
+ ctype: "application/hal+json"
81442
+ }), jsonErr([422, 429], ErrorResponse$inboundSchema, {
81443
+ ctype: "application/hal+json"
81444
+ }), jsonErr(503, ErrorResponse$inboundSchema, {
81445
+ ctype: "application/hal+json"
81446
+ }), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
81447
+ if (!result.ok) {
81448
+ return [result, { status: "complete", request: req, response }];
81449
+ }
81450
+ return [result, { status: "complete", request: req, response }];
81451
+ }
81452
+ var init_verifyPayeesCreate = __esm(() => {
81453
+ init_encodings();
81454
+ init_matchers();
81455
+ init_primitives();
81456
+ init_schemas4();
81457
+ init_security();
81458
+ init_url();
81459
+ init_errors4();
81460
+ init_models();
81461
+ init_operations();
81462
+ init_async();
81463
+ });
81464
+
81465
+ // src/mcp-server/tools/verifyPayeesCreate.ts
81466
+ var args94, tool$verifyPayeesCreate;
81467
+ var init_verifyPayeesCreate2 = __esm(() => {
81468
+ init_verifyPayeesCreate();
81469
+ init_operations();
81470
+ init_tools();
81471
+ args94 = {
81472
+ request: VerifyPayeeRequest$inboundSchema.optional()
81473
+ };
81474
+ tool$verifyPayeesCreate = {
81475
+ name: "verify-payees-create",
81476
+ description: `Verify Payee
81477
+
81478
+ > \uD83D\uDEA7 Beta feature
81479
+ >
81480
+ > This feature is currently in beta testing, and the final specification may still change.
81481
+
81482
+ Perform a Verification of Payee (VoP) check. This allows you to verify the account holder name against the
81483
+ records held by the receiving bank before initiating a transfer.
81484
+
81485
+ The verification result indicates whether the provided name matches, closely matches, or does not match the
81486
+ name on file at the receiving bank. This helps prevent misdirected payments.
81487
+
81488
+ ### Simulating verification scenarios in test mode
81489
+
81490
+ In test mode, you can simulate various verification outcomes by adjusting the creditor name in the
81491
+ \`creditorBankAccount.accountHolderName\` property. This allows you to test all possible Verification of Payee
81492
+ results without needing special properties. The names are case insensitive.
81493
+
81494
+ | Account holder name | Scenario | Verification result | Suggested name |
81495
+ |----------------------------------------|-----------------------------------------------|---------------------|----------------|
81496
+ | \`John Close Match\` | Name closely matches the bank records | \`close-match\` | \`John Match\` |
81497
+ | \`John No Match\` | Name does not match the bank records | \`no-match\` | — |
81498
+ | \`John Unavailable\` | Verification is not available | \`not-available\` | — |
81499
+ | Any other name | Default: name matches the bank records | \`match\` | — |`,
81500
+ args: args94,
81501
+ tool: async (client, args95, ctx) => {
81502
+ const [result, apiCall] = await verifyPayeesCreate(client, args95.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81503
+ if (!result.ok) {
81504
+ return {
81505
+ content: [{ type: "text", text: result.error.message }],
81506
+ isError: true
81507
+ };
81508
+ }
81509
+ const value = result.value;
81510
+ return formatResult(value, apiCall);
81511
+ }
81512
+ };
81513
+ });
81514
+
81515
+ // src/funcs/walletsRequestApplePaySession.ts
81516
+ function walletsRequestApplePaySession(client, request, options) {
81517
+ return new APIPromise($do95(client, request, options));
81518
+ }
81519
+ async function $do95(client, request, options) {
80624
81520
  const parsed = safeParse4(request, (value) => RequestApplePayPaymentSessionRequest$outboundSchema.optional().parse(value), "Input validation failed");
80625
81521
  if (!parsed.ok) {
80626
81522
  return [parsed, { status: "invalid" }];
@@ -80703,12 +81599,12 @@ var init_walletsRequestApplePaySession = __esm(() => {
80703
81599
  });
80704
81600
 
80705
81601
  // src/mcp-server/tools/walletsRequestApplePaySession.ts
80706
- var args92, tool$walletsRequestApplePaySession;
81602
+ var args95, tool$walletsRequestApplePaySession;
80707
81603
  var init_walletsRequestApplePaySession2 = __esm(() => {
80708
81604
  init_walletsRequestApplePaySession();
80709
81605
  init_operations();
80710
81606
  init_tools();
80711
- args92 = {
81607
+ args95 = {
80712
81608
  request: RequestApplePayPaymentSessionRequest$inboundSchema.optional()
80713
81609
  };
80714
81610
  tool$walletsRequestApplePaySession = {
@@ -80734,9 +81630,9 @@ expire after five minutes.
80734
81630
  Payment sessions cannot be requested directly from the browser. The request must be sent from your server. For the
80735
81631
  full documentation, see the official
80736
81632
  [Apple Pay JS API](https://developer.apple.com/documentation/apple_pay_on_the_web/apple_pay_js_api) documentation.`,
80737
- args: args92,
80738
- tool: async (client, args93, ctx) => {
80739
- const [result, apiCall] = await walletsRequestApplePaySession(client, args93.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81633
+ args: args95,
81634
+ tool: async (client, args96, ctx) => {
81635
+ const [result, apiCall] = await walletsRequestApplePaySession(client, args96.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80740
81636
  if (!result.ok) {
80741
81637
  return {
80742
81638
  content: [{ type: "text", text: result.error.message }],
@@ -80751,9 +81647,9 @@ full documentation, see the official
80751
81647
 
80752
81648
  // src/funcs/webhookEventsGet.ts
80753
81649
  function webhookEventsGet(client, request, options) {
80754
- return new APIPromise($do93(client, request, options));
81650
+ return new APIPromise($do96(client, request, options));
80755
81651
  }
80756
- async function $do93(client, request, options) {
81652
+ async function $do96(client, request, options) {
80757
81653
  const parsed = safeParse4(request, (value) => GetWebhookEventRequest$outboundSchema.parse(value), "Input validation failed");
80758
81654
  if (!parsed.ok) {
80759
81655
  return [parsed, { status: "invalid" }];
@@ -80775,7 +81671,7 @@ async function $do93(client, request, options) {
80775
81671
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
80776
81672
  }));
80777
81673
  const securityInput = await extractSecurity(client._options.security);
80778
- const requestSecurity = resolveGlobalSecurity(securityInput);
81674
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
80779
81675
  const context = {
80780
81676
  options: client._options,
80781
81677
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -80847,12 +81743,12 @@ var init_webhookEventsGet = __esm(() => {
80847
81743
  });
80848
81744
 
80849
81745
  // src/mcp-server/tools/webhookEventsGet.ts
80850
- var args93, tool$webhookEventsGet;
81746
+ var args96, tool$webhookEventsGet;
80851
81747
  var init_webhookEventsGet2 = __esm(() => {
80852
81748
  init_webhookEventsGet();
80853
81749
  init_operations();
80854
81750
  init_tools();
80855
- args93 = {
81751
+ args96 = {
80856
81752
  request: GetWebhookEventRequest$inboundSchema
80857
81753
  };
80858
81754
  tool$webhookEventsGet = {
@@ -80860,9 +81756,9 @@ var init_webhookEventsGet2 = __esm(() => {
80860
81756
  description: `Get a Webhook Event
80861
81757
 
80862
81758
  Retrieve a single webhook event object by its event ID.`,
80863
- args: args93,
80864
- tool: async (client, args94, ctx) => {
80865
- const [result, apiCall] = await webhookEventsGet(client, args94.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81759
+ args: args96,
81760
+ tool: async (client, args97, ctx) => {
81761
+ const [result, apiCall] = await webhookEventsGet(client, args97.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80866
81762
  if (!result.ok) {
80867
81763
  return {
80868
81764
  content: [{ type: "text", text: result.error.message }],
@@ -80877,9 +81773,9 @@ Retrieve a single webhook event object by its event ID.`,
80877
81773
 
80878
81774
  // src/funcs/webhooksCreate.ts
80879
81775
  function webhooksCreate(client, request, options) {
80880
- return new APIPromise($do94(client, request, options));
81776
+ return new APIPromise($do97(client, request, options));
80881
81777
  }
80882
- async function $do94(client, request, options) {
81778
+ async function $do97(client, request, options) {
80883
81779
  const parsed = safeParse4(request, (value) => CreateWebhookRequest$outboundSchema.optional().parse(value), "Input validation failed");
80884
81780
  if (!parsed.ok) {
80885
81781
  return [parsed, { status: "invalid" }];
@@ -80893,7 +81789,7 @@ async function $do94(client, request, options) {
80893
81789
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
80894
81790
  }));
80895
81791
  const securityInput = await extractSecurity(client._options.security);
80896
- const requestSecurity = resolveGlobalSecurity(securityInput);
81792
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
80897
81793
  const context = {
80898
81794
  options: client._options,
80899
81795
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -80964,12 +81860,12 @@ var init_webhooksCreate = __esm(() => {
80964
81860
  });
80965
81861
 
80966
81862
  // src/mcp-server/tools/webhooksCreate.ts
80967
- var args94, tool$webhooksCreate;
81863
+ var args97, tool$webhooksCreate;
80968
81864
  var init_webhooksCreate2 = __esm(() => {
80969
81865
  init_webhooksCreate();
80970
81866
  init_operations();
80971
81867
  init_tools();
80972
- args94 = {
81868
+ args97 = {
80973
81869
  request: CreateWebhookRequest$inboundSchema.optional()
80974
81870
  };
80975
81871
  tool$webhooksCreate = {
@@ -80977,9 +81873,9 @@ var init_webhooksCreate2 = __esm(() => {
80977
81873
  description: `Create a webhook
80978
81874
 
80979
81875
  A webhook must have a name, an url and a list of event types. You can also create webhooks in the webhooks settings section of the Dashboard.`,
80980
- args: args94,
80981
- tool: async (client, args95, ctx) => {
80982
- const [result, apiCall] = await webhooksCreate(client, args95.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81876
+ args: args97,
81877
+ tool: async (client, args98, ctx) => {
81878
+ const [result, apiCall] = await webhooksCreate(client, args98.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
80983
81879
  if (!result.ok) {
80984
81880
  return {
80985
81881
  content: [{ type: "text", text: result.error.message }],
@@ -80994,9 +81890,9 @@ A webhook must have a name, an url and a list of event types. You can also creat
80994
81890
 
80995
81891
  // src/funcs/webhooksDelete.ts
80996
81892
  function webhooksDelete(client, request, options) {
80997
- return new APIPromise($do95(client, request, options));
81893
+ return new APIPromise($do98(client, request, options));
80998
81894
  }
80999
- async function $do95(client, request, options) {
81895
+ async function $do98(client, request, options) {
81000
81896
  const parsed = safeParse4(request, (value) => DeleteWebhookRequest$outboundSchema.parse(value), "Input validation failed");
81001
81897
  if (!parsed.ok) {
81002
81898
  return [parsed, { status: "invalid" }];
@@ -81016,7 +81912,7 @@ async function $do95(client, request, options) {
81016
81912
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
81017
81913
  }));
81018
81914
  const securityInput = await extractSecurity(client._options.security);
81019
- const requestSecurity = resolveGlobalSecurity(securityInput);
81915
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
81020
81916
  const context = {
81021
81917
  options: client._options,
81022
81918
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -81085,12 +81981,12 @@ var init_webhooksDelete = __esm(() => {
81085
81981
  });
81086
81982
 
81087
81983
  // src/mcp-server/tools/webhooksDelete.ts
81088
- var args95, tool$webhooksDelete;
81984
+ var args98, tool$webhooksDelete;
81089
81985
  var init_webhooksDelete2 = __esm(() => {
81090
81986
  init_webhooksDelete();
81091
81987
  init_operations();
81092
81988
  init_tools();
81093
- args95 = {
81989
+ args98 = {
81094
81990
  request: DeleteWebhookRequest$inboundSchema
81095
81991
  };
81096
81992
  tool$webhooksDelete = {
@@ -81098,9 +81994,9 @@ var init_webhooksDelete2 = __esm(() => {
81098
81994
  description: `Delete a webhook
81099
81995
 
81100
81996
  Delete a single webhook object by its webhook ID.`,
81101
- args: args95,
81102
- tool: async (client, args96, ctx) => {
81103
- const [result, apiCall] = await webhooksDelete(client, args96.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81997
+ args: args98,
81998
+ tool: async (client, args99, ctx) => {
81999
+ const [result, apiCall] = await webhooksDelete(client, args99.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81104
82000
  if (!result.ok) {
81105
82001
  return {
81106
82002
  content: [{ type: "text", text: result.error.message }],
@@ -81114,9 +82010,9 @@ Delete a single webhook object by its webhook ID.`,
81114
82010
 
81115
82011
  // src/funcs/webhooksGet.ts
81116
82012
  function webhooksGet(client, request, options) {
81117
- return new APIPromise($do96(client, request, options));
82013
+ return new APIPromise($do99(client, request, options));
81118
82014
  }
81119
- async function $do96(client, request, options) {
82015
+ async function $do99(client, request, options) {
81120
82016
  const parsed = safeParse4(request, (value) => GetWebhookRequest$outboundSchema.parse(value), "Input validation failed");
81121
82017
  if (!parsed.ok) {
81122
82018
  return [parsed, { status: "invalid" }];
@@ -81138,7 +82034,7 @@ async function $do96(client, request, options) {
81138
82034
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
81139
82035
  }));
81140
82036
  const securityInput = await extractSecurity(client._options.security);
81141
- const requestSecurity = resolveGlobalSecurity(securityInput);
82037
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
81142
82038
  const context = {
81143
82039
  options: client._options,
81144
82040
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -81210,12 +82106,12 @@ var init_webhooksGet = __esm(() => {
81210
82106
  });
81211
82107
 
81212
82108
  // src/mcp-server/tools/webhooksGet.ts
81213
- var args96, tool$webhooksGet;
82109
+ var args99, tool$webhooksGet;
81214
82110
  var init_webhooksGet2 = __esm(() => {
81215
82111
  init_webhooksGet();
81216
82112
  init_operations();
81217
82113
  init_tools();
81218
- args96 = {
82114
+ args99 = {
81219
82115
  request: GetWebhookRequest$inboundSchema
81220
82116
  };
81221
82117
  tool$webhooksGet = {
@@ -81223,9 +82119,9 @@ var init_webhooksGet2 = __esm(() => {
81223
82119
  description: `Get a webhook
81224
82120
 
81225
82121
  Retrieve a single webhook object by its ID.`,
81226
- args: args96,
81227
- tool: async (client, args97, ctx) => {
81228
- const [result, apiCall] = await webhooksGet(client, args97.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82122
+ args: args99,
82123
+ tool: async (client, args100, ctx) => {
82124
+ const [result, apiCall] = await webhooksGet(client, args100.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81229
82125
  if (!result.ok) {
81230
82126
  return {
81231
82127
  content: [{ type: "text", text: result.error.message }],
@@ -81240,9 +82136,9 @@ Retrieve a single webhook object by its ID.`,
81240
82136
 
81241
82137
  // src/funcs/webhooksList.ts
81242
82138
  function webhooksList(client, request, options) {
81243
- return new APIPromise($do97(client, request, options));
82139
+ return new APIPromise($do100(client, request, options));
81244
82140
  }
81245
- async function $do97(client, request, options) {
82141
+ async function $do100(client, request, options) {
81246
82142
  const parsed = safeParse4(request, (value) => ListWebhooksRequest$outboundSchema.optional().parse(value), "Input validation failed");
81247
82143
  if (!parsed.ok) {
81248
82144
  return [haltIterator(parsed), { status: "invalid" }];
@@ -81262,7 +82158,7 @@ async function $do97(client, request, options) {
81262
82158
  "idempotency-key": encodeSimple("idempotency-key", payload?.["idempotency-key"], { explode: false, charEncoding: "none" })
81263
82159
  }));
81264
82160
  const securityInput = await extractSecurity(client._options.security);
81265
- const requestSecurity = resolveGlobalSecurity(securityInput);
82161
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
81266
82162
  const context = {
81267
82163
  options: client._options,
81268
82164
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -81362,12 +82258,12 @@ var init_webhooksList = __esm(() => {
81362
82258
  });
81363
82259
 
81364
82260
  // src/mcp-server/tools/webhooksList.ts
81365
- var args97, tool$webhooksList;
82261
+ var args100, tool$webhooksList;
81366
82262
  var init_webhooksList2 = __esm(() => {
81367
82263
  init_webhooksList();
81368
82264
  init_operations();
81369
82265
  init_tools();
81370
- args97 = {
82266
+ args100 = {
81371
82267
  request: ListWebhooksRequest$inboundSchema.optional()
81372
82268
  };
81373
82269
  tool$webhooksList = {
@@ -81375,9 +82271,9 @@ var init_webhooksList2 = __esm(() => {
81375
82271
  description: `List all webhooks
81376
82272
 
81377
82273
  Returns a paginated list of your webhooks. If no webhook endpoints are available, the resulting array will be empty. This request should never throw an error.`,
81378
- args: args97,
81379
- tool: async (client, args98, ctx) => {
81380
- const [result, apiCall] = await webhooksList(client, args98.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82274
+ args: args100,
82275
+ tool: async (client, args101, ctx) => {
82276
+ const [result, apiCall] = await webhooksList(client, args101.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81381
82277
  if (!result.ok) {
81382
82278
  return {
81383
82279
  content: [{ type: "text", text: result.error.message }],
@@ -81392,9 +82288,9 @@ Returns a paginated list of your webhooks. If no webhook endpoints are available
81392
82288
 
81393
82289
  // src/funcs/webhooksTest.ts
81394
82290
  function webhooksTest(client, request, options) {
81395
- return new APIPromise($do98(client, request, options));
82291
+ return new APIPromise($do101(client, request, options));
81396
82292
  }
81397
- async function $do98(client, request, options) {
82293
+ async function $do101(client, request, options) {
81398
82294
  const parsed = safeParse4(request, (value) => TestWebhookRequest$outboundSchema.parse(value), "Input validation failed");
81399
82295
  if (!parsed.ok) {
81400
82296
  return [parsed, { status: "invalid" }];
@@ -81414,7 +82310,7 @@ async function $do98(client, request, options) {
81414
82310
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
81415
82311
  }));
81416
82312
  const securityInput = await extractSecurity(client._options.security);
81417
- const requestSecurity = resolveGlobalSecurity(securityInput);
82313
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
81418
82314
  const context = {
81419
82315
  options: client._options,
81420
82316
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -81483,12 +82379,12 @@ var init_webhooksTest = __esm(() => {
81483
82379
  });
81484
82380
 
81485
82381
  // src/mcp-server/tools/webhooksTest.ts
81486
- var args98, tool$webhooksTest;
82382
+ var args101, tool$webhooksTest;
81487
82383
  var init_webhooksTest2 = __esm(() => {
81488
82384
  init_webhooksTest();
81489
82385
  init_operations();
81490
82386
  init_tools();
81491
- args98 = {
82387
+ args101 = {
81492
82388
  request: TestWebhookRequest$inboundSchema
81493
82389
  };
81494
82390
  tool$webhooksTest = {
@@ -81496,9 +82392,9 @@ var init_webhooksTest2 = __esm(() => {
81496
82392
  description: `Test a webhook
81497
82393
 
81498
82394
  Sends a test event to the webhook to verify the endpoint is working as expected.`,
81499
- args: args98,
81500
- tool: async (client, args99, ctx) => {
81501
- const [result, apiCall] = await webhooksTest(client, args99.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82395
+ args: args101,
82396
+ tool: async (client, args102, ctx) => {
82397
+ const [result, apiCall] = await webhooksTest(client, args102.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81502
82398
  if (!result.ok) {
81503
82399
  return {
81504
82400
  content: [{ type: "text", text: result.error.message }],
@@ -81512,9 +82408,9 @@ Sends a test event to the webhook to verify the endpoint is working as expected.
81512
82408
 
81513
82409
  // src/funcs/webhooksUpdate.ts
81514
82410
  function webhooksUpdate(client, request, options) {
81515
- return new APIPromise($do99(client, request, options));
82411
+ return new APIPromise($do102(client, request, options));
81516
82412
  }
81517
- async function $do99(client, request, options) {
82413
+ async function $do102(client, request, options) {
81518
82414
  const parsed = safeParse4(request, (value) => UpdateWebhookRequest$outboundSchema.parse(value), "Input validation failed");
81519
82415
  if (!parsed.ok) {
81520
82416
  return [parsed, { status: "invalid" }];
@@ -81534,7 +82430,7 @@ async function $do99(client, request, options) {
81534
82430
  "idempotency-key": encodeSimple("idempotency-key", payload["idempotency-key"], { explode: false, charEncoding: "none" })
81535
82431
  }));
81536
82432
  const securityInput = await extractSecurity(client._options.security);
81537
- const requestSecurity = resolveGlobalSecurity(securityInput);
82433
+ const requestSecurity = resolveGlobalSecurity(securityInput, [1, 2]);
81538
82434
  const context = {
81539
82435
  options: client._options,
81540
82436
  baseURL: options?.serverURL ?? client._baseURL ?? "",
@@ -81605,12 +82501,12 @@ var init_webhooksUpdate = __esm(() => {
81605
82501
  });
81606
82502
 
81607
82503
  // src/mcp-server/tools/webhooksUpdate.ts
81608
- var args99, tool$webhooksUpdate;
82504
+ var args102, tool$webhooksUpdate;
81609
82505
  var init_webhooksUpdate2 = __esm(() => {
81610
82506
  init_webhooksUpdate();
81611
82507
  init_operations();
81612
82508
  init_tools();
81613
- args99 = {
82509
+ args102 = {
81614
82510
  request: UpdateWebhookRequest$inboundSchema
81615
82511
  };
81616
82512
  tool$webhooksUpdate = {
@@ -81618,9 +82514,9 @@ var init_webhooksUpdate2 = __esm(() => {
81618
82514
  description: `Update a webhook
81619
82515
 
81620
82516
  Updates the webhook. You may edit the name, url and the list of subscribed event types.`,
81621
- args: args99,
81622
- tool: async (client, args100, ctx) => {
81623
- const [result, apiCall] = await webhooksUpdate(client, args100.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
82517
+ args: args102,
82518
+ tool: async (client, args103, ctx) => {
82519
+ const [result, apiCall] = await webhooksUpdate(client, args103.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
81624
82520
  if (!result.ok) {
81625
82521
  return {
81626
82522
  content: [{ type: "text", text: result.error.message }],
@@ -81637,7 +82533,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
81637
82533
  function createMCPServer(deps) {
81638
82534
  const server = new McpServer({
81639
82535
  name: "Client",
81640
- version: "1.3.2"
82536
+ version: "1.3.4"
81641
82537
  });
81642
82538
  const client = new ClientCore({
81643
82539
  security: deps.security,
@@ -81753,6 +82649,9 @@ function createMCPServer(deps) {
81753
82649
  tool(tool$salesInvoicesGet);
81754
82650
  tool(tool$salesInvoicesUpdate);
81755
82651
  tool(tool$salesInvoicesDelete);
82652
+ tool(tool$transfersCreate);
82653
+ tool(tool$transfersGet);
82654
+ tool(tool$verifyPayeesCreate);
81756
82655
  return server;
81757
82656
  }
81758
82657
  var init_server2 = __esm(() => {
@@ -81851,6 +82750,9 @@ var init_server2 = __esm(() => {
81851
82750
  init_subscriptionsUpdate2();
81852
82751
  init_terminalsGet2();
81853
82752
  init_terminalsList2();
82753
+ init_transfersCreate2();
82754
+ init_transfersGet2();
82755
+ init_verifyPayeesCreate2();
81854
82756
  init_walletsRequestApplePaySession2();
81855
82757
  init_webhookEventsGet2();
81856
82758
  init_webhooksCreate2();
@@ -83087,7 +83989,7 @@ var routes = an({
83087
83989
  var app = He(routes, {
83088
83990
  name: "mcp",
83089
83991
  versionInfo: {
83090
- currentVersion: "1.3.2"
83992
+ currentVersion: "1.3.4"
83091
83993
  }
83092
83994
  });
83093
83995
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -83095,5 +83997,5 @@ export {
83095
83997
  app
83096
83998
  };
83097
83999
 
83098
- //# debugId=D34EE055564CE0E964756E2164756E21
84000
+ //# debugId=9EE3780ECE5DAABA64756E2164756E21
83099
84001
  //# sourceMappingURL=mcp-server.js.map