@moovio/sdk 26.7.0-dev.6 → 26.7.1

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 (404) hide show
  1. package/README.md +141 -67
  2. package/bin/mcp-server.js +1364 -389
  3. package/bin/mcp-server.js.map +84 -50
  4. package/funcs/avatarsDelete.d.ts +23 -0
  5. package/funcs/avatarsDelete.d.ts.map +1 -0
  6. package/funcs/avatarsDelete.js +135 -0
  7. package/funcs/avatarsDelete.js.map +1 -0
  8. package/funcs/avatarsUpload.d.ts +23 -0
  9. package/funcs/avatarsUpload.d.ts.map +1 -0
  10. package/funcs/avatarsUpload.js +155 -0
  11. package/funcs/avatarsUpload.js.map +1 -0
  12. package/funcs/cardIssuingListMerchantCategories.d.ts +19 -0
  13. package/funcs/cardIssuingListMerchantCategories.d.ts.map +1 -0
  14. package/funcs/cardIssuingListMerchantCategories.js +109 -0
  15. package/funcs/cardIssuingListMerchantCategories.js.map +1 -0
  16. package/funcs/productsList.js +1 -0
  17. package/funcs/productsList.js.map +1 -1
  18. package/funcs/productsListCategories.d.ts +14 -0
  19. package/funcs/productsListCategories.d.ts.map +1 -0
  20. package/funcs/productsListCategories.js +107 -0
  21. package/funcs/productsListCategories.js.map +1 -0
  22. package/funcs/transfersList.js +2 -0
  23. package/funcs/transfersList.js.map +1 -1
  24. package/hooks/oauth2scopes.d.ts +5 -0
  25. package/hooks/oauth2scopes.d.ts.map +1 -0
  26. package/hooks/oauth2scopes.js +6 -0
  27. package/hooks/oauth2scopes.js.map +1 -0
  28. package/jsr.json +1 -1
  29. package/lib/config.d.ts +3 -3
  30. package/lib/config.d.ts.map +1 -1
  31. package/lib/config.js +3 -3
  32. package/lib/config.js.map +1 -1
  33. package/mcp-server/mcp-server.js +1 -1
  34. package/mcp-server/mcp-server.js.map +1 -1
  35. package/mcp-server/server.d.ts.map +1 -1
  36. package/mcp-server/server.js +10 -6
  37. package/mcp-server/server.js.map +1 -1
  38. package/mcp-server/tools/avatarsGet.js +1 -1
  39. package/mcp-server/tools/cardIssuingListMerchantCategories.d.ts +3 -0
  40. package/mcp-server/tools/cardIssuingListMerchantCategories.d.ts.map +1 -0
  41. package/mcp-server/tools/cardIssuingListMerchantCategories.js +29 -0
  42. package/mcp-server/tools/cardIssuingListMerchantCategories.js.map +1 -0
  43. package/mcp-server/tools/enrichedAddressGet.js +1 -1
  44. package/mcp-server/tools/enrichedProfileGet.js +1 -1
  45. package/mcp-server/tools/institutionsSearch.js +1 -1
  46. package/mcp-server/tools/productsListCategories.d.ts +3 -0
  47. package/mcp-server/tools/productsListCategories.d.ts.map +1 -0
  48. package/mcp-server/tools/productsListCategories.js +24 -0
  49. package/mcp-server/tools/productsListCategories.js.map +1 -0
  50. package/models/components/allowedscheduleerror.d.ts +24 -0
  51. package/models/components/allowedscheduleerror.d.ts.map +1 -0
  52. package/models/components/allowedscheduleerror.js +62 -0
  53. package/models/components/allowedscheduleerror.js.map +1 -0
  54. package/models/components/avataruploadrequest.d.ts +35 -0
  55. package/models/components/avataruploadrequest.d.ts.map +1 -0
  56. package/models/components/avataruploadrequest.js +88 -0
  57. package/models/components/avataruploadrequest.js.map +1 -0
  58. package/models/components/capabilityid.d.ts +1 -0
  59. package/models/components/capabilityid.d.ts.map +1 -1
  60. package/models/components/capabilityid.js +1 -0
  61. package/models/components/capabilityid.js.map +1 -1
  62. package/models/components/createdtransfer.d.ts +6 -0
  63. package/models/components/createdtransfer.d.ts.map +1 -1
  64. package/models/components/createdtransfer.js +3 -0
  65. package/models/components/createdtransfer.js.map +1 -1
  66. package/models/components/createrefund.d.ts +2 -2
  67. package/models/components/createreversal.d.ts +1 -1
  68. package/models/components/createtransfer.d.ts +6 -0
  69. package/models/components/createtransfer.d.ts.map +1 -1
  70. package/models/components/createtransfer.js +3 -0
  71. package/models/components/createtransfer.js.map +1 -1
  72. package/models/components/feepaidby.d.ts +18 -0
  73. package/models/components/feepaidby.d.ts.map +1 -0
  74. package/models/components/feepaidby.js +52 -0
  75. package/models/components/feepaidby.js.map +1 -0
  76. package/models/components/filedetails.d.ts +1 -1
  77. package/models/components/filepurpose.d.ts +2 -2
  78. package/models/components/filepurpose.js +1 -1
  79. package/models/components/fullissuedcard.d.ts +6 -3
  80. package/models/components/fullissuedcard.d.ts.map +1 -1
  81. package/models/components/fullissuedcard.js +3 -3
  82. package/models/components/fullissuedcard.js.map +1 -1
  83. package/models/components/incurredfee.d.ts +6 -0
  84. package/models/components/incurredfee.d.ts.map +1 -1
  85. package/models/components/incurredfee.js +3 -0
  86. package/models/components/incurredfee.js.map +1 -1
  87. package/models/components/index.d.ts +26 -0
  88. package/models/components/index.d.ts.map +1 -1
  89. package/models/components/index.js +26 -0
  90. package/models/components/index.js.map +1 -1
  91. package/models/components/issuedcard.d.ts +6 -3
  92. package/models/components/issuedcard.d.ts.map +1 -1
  93. package/models/components/issuedcard.js +3 -3
  94. package/models/components/issuedcard.js.map +1 -1
  95. package/models/components/issuedcontrols.d.ts +76 -0
  96. package/models/components/issuedcontrols.d.ts.map +1 -0
  97. package/models/components/issuedcontrols.js +92 -0
  98. package/models/components/issuedcontrols.js.map +1 -0
  99. package/models/components/issuedvelocitylimit.d.ts +59 -0
  100. package/models/components/issuedvelocitylimit.d.ts.map +1 -0
  101. package/models/components/issuedvelocitylimit.js +74 -0
  102. package/models/components/issuedvelocitylimit.js.map +1 -0
  103. package/models/components/issuingcontrols.d.ts +47 -0
  104. package/models/components/issuingcontrols.d.ts.map +1 -1
  105. package/models/components/issuingcontrols.js +33 -1
  106. package/models/components/issuingcontrols.js.map +1 -1
  107. package/models/components/issuingcontrolserror.d.ts +11 -0
  108. package/models/components/issuingcontrolserror.d.ts.map +1 -1
  109. package/models/components/issuingcontrolserror.js +12 -0
  110. package/models/components/issuingcontrolserror.js.map +1 -1
  111. package/models/components/issuingcontrolsrestrictionmode.d.ts +18 -0
  112. package/models/components/issuingcontrolsrestrictionmode.d.ts.map +1 -0
  113. package/models/components/issuingcontrolsrestrictionmode.js +52 -0
  114. package/models/components/issuingcontrolsrestrictionmode.js.map +1 -0
  115. package/models/components/issuingintervallimit.d.ts +9 -6
  116. package/models/components/issuingintervallimit.d.ts.map +1 -1
  117. package/models/components/issuingintervallimit.js +7 -4
  118. package/models/components/issuingintervallimit.js.map +1 -1
  119. package/models/components/issuingmerchantcategory.d.ts +42 -0
  120. package/models/components/issuingmerchantcategory.d.ts.map +1 -0
  121. package/models/components/issuingmerchantcategory.js +76 -0
  122. package/models/components/issuingmerchantcategory.js.map +1 -0
  123. package/models/components/issuingscheduleday.d.ts +17 -0
  124. package/models/components/issuingscheduleday.d.ts.map +1 -0
  125. package/models/components/issuingscheduleday.js +54 -0
  126. package/models/components/issuingscheduleday.js.map +1 -0
  127. package/models/components/issuingvelocitylimit.d.ts +8 -3
  128. package/models/components/issuingvelocitylimit.d.ts.map +1 -1
  129. package/models/components/issuingvelocitylimit.js +4 -2
  130. package/models/components/issuingvelocitylimit.js.map +1 -1
  131. package/models/components/issuingvelocitylimiterror.d.ts +2 -0
  132. package/models/components/issuingvelocitylimiterror.d.ts.map +1 -1
  133. package/models/components/issuingvelocitylimiterror.js +2 -0
  134. package/models/components/issuingvelocitylimiterror.js.map +1 -1
  135. package/models/components/merchantcategories.d.ts +21 -0
  136. package/models/components/merchantcategories.d.ts.map +1 -0
  137. package/models/components/merchantcategories.js +59 -0
  138. package/models/components/merchantcategories.js.map +1 -0
  139. package/models/components/merchantcategory.d.ts +32 -0
  140. package/models/components/merchantcategory.d.ts.map +1 -0
  141. package/models/components/merchantcategory.js +62 -0
  142. package/models/components/merchantcategory.js.map +1 -0
  143. package/models/components/merchantcategoryrestrictions.d.ts +41 -0
  144. package/models/components/merchantcategoryrestrictions.d.ts.map +1 -0
  145. package/models/components/merchantcategoryrestrictions.js +68 -0
  146. package/models/components/merchantcategoryrestrictions.js.map +1 -0
  147. package/models/components/merchantcategoryrestrictionserror.d.ts +36 -0
  148. package/models/components/merchantcategoryrestrictionserror.d.ts.map +1 -0
  149. package/models/components/merchantcategoryrestrictionserror.js +66 -0
  150. package/models/components/merchantcategoryrestrictionserror.js.map +1 -0
  151. package/models/components/merchantentry.d.ts +33 -0
  152. package/models/components/merchantentry.d.ts.map +1 -0
  153. package/models/components/merchantentry.js +63 -0
  154. package/models/components/merchantentry.js.map +1 -0
  155. package/models/components/merchantentryerror.d.ts +19 -0
  156. package/models/components/merchantentryerror.d.ts.map +1 -0
  157. package/models/components/merchantentryerror.js +61 -0
  158. package/models/components/merchantentryerror.js.map +1 -0
  159. package/models/components/merchantrestrictions.d.ts +30 -0
  160. package/models/components/merchantrestrictions.d.ts.map +1 -0
  161. package/models/components/merchantrestrictions.js +62 -0
  162. package/models/components/merchantrestrictions.js.map +1 -0
  163. package/models/components/merchantrestrictionserror.d.ts +24 -0
  164. package/models/components/merchantrestrictionserror.d.ts.map +1 -0
  165. package/models/components/merchantrestrictionserror.js +62 -0
  166. package/models/components/merchantrestrictionserror.js.map +1 -0
  167. package/models/components/onboardinginvite.d.ts +1 -1
  168. package/models/components/paymentlinkpayoutdetails.d.ts +14 -0
  169. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  170. package/models/components/paymentlinkpayoutdetails.js +3 -0
  171. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  172. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +14 -0
  173. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  174. package/models/components/paymentlinkpayoutdetailsupdate.js +3 -0
  175. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  176. package/models/components/paymentmethodswallet.d.ts +1 -0
  177. package/models/components/paymentmethodswallet.d.ts.map +1 -1
  178. package/models/components/paymentmethodswallet.js.map +1 -1
  179. package/models/components/payoutdetailserror.d.ts +2 -0
  180. package/models/components/payoutdetailserror.d.ts.map +1 -1
  181. package/models/components/payoutdetailserror.js +2 -0
  182. package/models/components/payoutdetailserror.js.map +1 -1
  183. package/models/components/product.d.ts +6 -0
  184. package/models/components/product.d.ts.map +1 -1
  185. package/models/components/product.js +3 -0
  186. package/models/components/product.js.map +1 -1
  187. package/models/components/productcategories.d.ts +21 -0
  188. package/models/components/productcategories.d.ts.map +1 -0
  189. package/models/components/productcategories.js +59 -0
  190. package/models/components/productcategories.js.map +1 -0
  191. package/models/components/productcategory.d.ts +43 -0
  192. package/models/components/productcategory.d.ts.map +1 -0
  193. package/models/components/productcategory.js +67 -0
  194. package/models/components/productcategory.js.map +1 -0
  195. package/models/components/productrequest.d.ts +5 -0
  196. package/models/components/productrequest.d.ts.map +1 -1
  197. package/models/components/productrequest.js +2 -0
  198. package/models/components/productrequest.js.map +1 -1
  199. package/models/components/schedulewindow.d.ts +34 -0
  200. package/models/components/schedulewindow.d.ts.map +1 -0
  201. package/models/components/schedulewindow.js +64 -0
  202. package/models/components/schedulewindow.js.map +1 -0
  203. package/models/components/schedulewindowerror.d.ts +21 -0
  204. package/models/components/schedulewindowerror.d.ts.map +1 -0
  205. package/models/components/schedulewindowerror.js +63 -0
  206. package/models/components/schedulewindowerror.js.map +1 -0
  207. package/models/components/sendfunds.d.ts +3 -0
  208. package/models/components/sendfunds.d.ts.map +1 -1
  209. package/models/components/sendfunds.js +3 -0
  210. package/models/components/sendfunds.js.map +1 -1
  211. package/models/components/sendfundserror.d.ts +3 -0
  212. package/models/components/sendfundserror.d.ts.map +1 -1
  213. package/models/components/sendfundserror.js +3 -0
  214. package/models/components/sendfundserror.js.map +1 -1
  215. package/models/components/sendfundswire.d.ts +18 -0
  216. package/models/components/sendfundswire.d.ts.map +1 -0
  217. package/models/components/sendfundswire.js +60 -0
  218. package/models/components/sendfundswire.js.map +1 -0
  219. package/models/components/sendfundswireerror.d.ts +18 -0
  220. package/models/components/sendfundswireerror.d.ts.map +1 -0
  221. package/models/components/sendfundswireerror.js +60 -0
  222. package/models/components/sendfundswireerror.js.map +1 -0
  223. package/models/components/transfer.d.ts +6 -0
  224. package/models/components/transfer.d.ts.map +1 -1
  225. package/models/components/transfer.js +3 -0
  226. package/models/components/transfer.js.map +1 -1
  227. package/models/components/transfercapture.d.ts +28 -0
  228. package/models/components/transfercapture.d.ts.map +1 -0
  229. package/models/components/transfercapture.js +61 -0
  230. package/models/components/transfercapture.js.map +1 -0
  231. package/models/components/transferfeepaidby.d.ts +24 -0
  232. package/models/components/transferfeepaidby.d.ts.map +1 -0
  233. package/models/components/transferfeepaidby.js +60 -0
  234. package/models/components/transferfeepaidby.js.map +1 -0
  235. package/models/components/transferpaymentmethodswallet.d.ts +1 -0
  236. package/models/components/transferpaymentmethodswallet.d.ts.map +1 -1
  237. package/models/components/transferpaymentmethodswallet.js.map +1 -1
  238. package/models/components/updateissuedcard.d.ts +6 -0
  239. package/models/components/updateissuedcard.d.ts.map +1 -1
  240. package/models/components/updateissuedcard.js +3 -0
  241. package/models/components/updateissuedcard.js.map +1 -1
  242. package/models/components/updateissuingcontrols.d.ts +130 -0
  243. package/models/components/updateissuingcontrols.d.ts.map +1 -0
  244. package/models/components/updateissuingcontrols.js +130 -0
  245. package/models/components/updateissuingcontrols.js.map +1 -0
  246. package/models/components/updateissuingcontrolserror.d.ts +33 -0
  247. package/models/components/updateissuingcontrolserror.d.ts.map +1 -0
  248. package/models/components/updateissuingcontrolserror.js +72 -0
  249. package/models/components/updateissuingcontrolserror.js.map +1 -0
  250. package/models/components/wallet.d.ts +1 -0
  251. package/models/components/wallet.d.ts.map +1 -1
  252. package/models/components/wallet.js.map +1 -1
  253. package/models/components/wallettype.d.ts +3 -0
  254. package/models/components/wallettype.d.ts.map +1 -1
  255. package/models/components/wallettype.js +2 -0
  256. package/models/components/wallettype.js.map +1 -1
  257. package/models/components/webhookdatatransferstatus.d.ts +3 -0
  258. package/models/components/webhookdatatransferstatus.d.ts.map +1 -1
  259. package/models/components/webhookdatatransferstatus.js +3 -0
  260. package/models/components/webhookdatatransferstatus.js.map +1 -1
  261. package/models/errors/productrequestvalidationerror.d.ts +3 -0
  262. package/models/errors/productrequestvalidationerror.d.ts.map +1 -1
  263. package/models/errors/productrequestvalidationerror.js +4 -0
  264. package/models/errors/productrequestvalidationerror.js.map +1 -1
  265. package/models/errors/transfer.d.ts +9 -0
  266. package/models/errors/transfer.d.ts.map +1 -1
  267. package/models/errors/transfer.js +4 -0
  268. package/models/errors/transfer.js.map +1 -1
  269. package/models/errors/updateissuedcarderror.d.ts +3 -0
  270. package/models/errors/updateissuedcarderror.d.ts.map +1 -1
  271. package/models/errors/updateissuedcarderror.js +4 -0
  272. package/models/errors/updateissuedcarderror.js.map +1 -1
  273. package/models/operations/deleteavatar.d.ts +52 -0
  274. package/models/operations/deleteavatar.d.ts.map +1 -0
  275. package/models/operations/deleteavatar.js +102 -0
  276. package/models/operations/deleteavatar.js.map +1 -0
  277. package/models/operations/index.d.ts +4 -0
  278. package/models/operations/index.d.ts.map +1 -1
  279. package/models/operations/index.js +4 -0
  280. package/models/operations/index.js.map +1 -1
  281. package/models/operations/listissuingmerchantcategories.d.ts +24 -0
  282. package/models/operations/listissuingmerchantcategories.d.ts.map +1 -0
  283. package/models/operations/listissuingmerchantcategories.js +72 -0
  284. package/models/operations/listissuingmerchantcategories.js.map +1 -0
  285. package/models/operations/listproductcategories.d.ts +24 -0
  286. package/models/operations/listproductcategories.d.ts.map +1 -0
  287. package/models/operations/listproductcategories.js +72 -0
  288. package/models/operations/listproductcategories.js.map +1 -0
  289. package/models/operations/listproducts.d.ts +9 -0
  290. package/models/operations/listproducts.d.ts.map +1 -1
  291. package/models/operations/listproducts.js +2 -0
  292. package/models/operations/listproducts.js.map +1 -1
  293. package/models/operations/listtransfers.d.ts +10 -0
  294. package/models/operations/listtransfers.d.ts.map +1 -1
  295. package/models/operations/listtransfers.js +4 -0
  296. package/models/operations/listtransfers.js.map +1 -1
  297. package/models/operations/uploadavatar.d.ts +55 -0
  298. package/models/operations/uploadavatar.d.ts.map +1 -0
  299. package/models/operations/uploadavatar.js +113 -0
  300. package/models/operations/uploadavatar.js.map +1 -0
  301. package/package.json +1 -1
  302. package/sdk/avatars.d.ts +24 -0
  303. package/sdk/avatars.d.ts.map +1 -1
  304. package/sdk/avatars.js +30 -0
  305. package/sdk/avatars.js.map +1 -1
  306. package/sdk/cardissuing.d.ts +9 -0
  307. package/sdk/cardissuing.d.ts.map +1 -1
  308. package/sdk/cardissuing.js +12 -0
  309. package/sdk/cardissuing.js.map +1 -1
  310. package/sdk/products.d.ts +4 -0
  311. package/sdk/products.d.ts.map +1 -1
  312. package/sdk/products.js +7 -0
  313. package/sdk/products.js.map +1 -1
  314. package/sdk/sdk.d.ts +2 -2
  315. package/sdk/sdk.d.ts.map +1 -1
  316. package/sdk/sdk.js +3 -3
  317. package/sdk/sdk.js.map +1 -1
  318. package/src/funcs/avatarsDelete.ts +194 -0
  319. package/src/funcs/avatarsUpload.ts +231 -0
  320. package/src/funcs/cardIssuingListMerchantCategories.ts +155 -0
  321. package/src/funcs/productsList.ts +1 -0
  322. package/src/funcs/productsListCategories.ts +149 -0
  323. package/src/funcs/transfersList.ts +2 -0
  324. package/src/hooks/oauth2scopes.ts +8 -0
  325. package/src/lib/config.ts +3 -4
  326. package/src/mcp-server/mcp-server.ts +1 -1
  327. package/src/mcp-server/server.ts +10 -6
  328. package/src/mcp-server/tools/avatarsGet.ts +1 -1
  329. package/src/mcp-server/tools/cardIssuingListMerchantCategories.ts +34 -0
  330. package/src/mcp-server/tools/enrichedAddressGet.ts +1 -1
  331. package/src/mcp-server/tools/enrichedProfileGet.ts +1 -1
  332. package/src/mcp-server/tools/institutionsSearch.ts +1 -1
  333. package/src/mcp-server/tools/productsListCategories.ts +29 -0
  334. package/src/models/components/allowedscheduleerror.ts +62 -0
  335. package/src/models/components/avataruploadrequest.ts +113 -0
  336. package/src/models/components/capabilityid.ts +1 -0
  337. package/src/models/components/createdtransfer.ts +13 -0
  338. package/src/models/components/createrefund.ts +2 -2
  339. package/src/models/components/createreversal.ts +1 -1
  340. package/src/models/components/createtransfer.ts +13 -0
  341. package/src/models/components/feepaidby.ts +32 -0
  342. package/src/models/components/filedetails.ts +1 -1
  343. package/src/models/components/filepurpose.ts +2 -2
  344. package/src/models/components/fullissuedcard.ts +12 -9
  345. package/src/models/components/incurredfee.ts +12 -0
  346. package/src/models/components/index.ts +26 -0
  347. package/src/models/components/issuedcard.ts +12 -9
  348. package/src/models/components/issuedcontrols.ts +180 -0
  349. package/src/models/components/issuedvelocitylimit.ts +112 -0
  350. package/src/models/components/issuingcontrols.ts +107 -0
  351. package/src/models/components/issuingcontrolserror.ts +39 -0
  352. package/src/models/components/issuingcontrolsrestrictionmode.ts +34 -0
  353. package/src/models/components/issuingintervallimit.ts +18 -10
  354. package/src/models/components/issuingmerchantcategory.ts +56 -0
  355. package/src/models/components/issuingscheduleday.ts +26 -0
  356. package/src/models/components/issuingvelocitylimit.ts +12 -5
  357. package/src/models/components/issuingvelocitylimiterror.ts +4 -0
  358. package/src/models/components/merchantcategories.ts +60 -0
  359. package/src/models/components/merchantcategory.ts +73 -0
  360. package/src/models/components/merchantcategoryrestrictions.ts +97 -0
  361. package/src/models/components/merchantcategoryrestrictionserror.ts +72 -0
  362. package/src/models/components/merchantentry.ts +68 -0
  363. package/src/models/components/merchantentryerror.ts +56 -0
  364. package/src/models/components/merchantrestrictions.ts +75 -0
  365. package/src/models/components/merchantrestrictionserror.ts +62 -0
  366. package/src/models/components/onboardinginvite.ts +1 -1
  367. package/src/models/components/paymentlinkpayoutdetails.ts +16 -0
  368. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +16 -0
  369. package/src/models/components/paymentmethodswallet.ts +1 -0
  370. package/src/models/components/payoutdetailserror.ts +4 -0
  371. package/src/models/components/product.ts +13 -0
  372. package/src/models/components/productcategories.ts +60 -0
  373. package/src/models/components/productcategory.ts +84 -0
  374. package/src/models/components/productrequest.ts +7 -0
  375. package/src/models/components/schedulewindow.ts +73 -0
  376. package/src/models/components/schedulewindowerror.ts +60 -0
  377. package/src/models/components/sendfunds.ts +10 -0
  378. package/src/models/components/sendfundserror.ts +10 -0
  379. package/src/models/components/sendfundswire.ts +54 -0
  380. package/src/models/components/sendfundswireerror.ts +58 -0
  381. package/src/models/components/transfer.ts +13 -0
  382. package/src/models/components/transfercapture.ts +63 -0
  383. package/src/models/components/transferfeepaidby.ts +63 -0
  384. package/src/models/components/transferpaymentmethodswallet.ts +1 -0
  385. package/src/models/components/updateissuedcard.ts +13 -0
  386. package/src/models/components/updateissuingcontrols.ts +351 -0
  387. package/src/models/components/updateissuingcontrolserror.ts +101 -0
  388. package/src/models/components/wallet.ts +1 -0
  389. package/src/models/components/wallettype.ts +3 -0
  390. package/src/models/components/webhookdatatransferstatus.ts +3 -0
  391. package/src/models/errors/productrequestvalidationerror.ts +6 -0
  392. package/src/models/errors/transfer.ts +12 -0
  393. package/src/models/errors/updateissuedcarderror.ts +6 -0
  394. package/src/models/operations/deleteavatar.ts +154 -0
  395. package/src/models/operations/index.ts +4 -0
  396. package/src/models/operations/listissuingmerchantcategories.ts +70 -0
  397. package/src/models/operations/listproductcategories.ts +69 -0
  398. package/src/models/operations/listproducts.ts +11 -0
  399. package/src/models/operations/listtransfers.ts +14 -0
  400. package/src/models/operations/uploadavatar.ts +167 -0
  401. package/src/sdk/avatars.ts +50 -0
  402. package/src/sdk/cardissuing.ts +18 -0
  403. package/src/sdk/products.ts +13 -0
  404. package/src/sdk/sdk.ts +5 -5
package/bin/mcp-server.js CHANGED
@@ -53651,9 +53651,9 @@ var init_config = __esm(() => {
53651
53651
  SDK_METADATA = {
53652
53652
  language: "typescript",
53653
53653
  openapiDocVersion: "v2026.07.00",
53654
- sdkVersion: "26.7.0-dev.6",
53655
- genVersion: "2.917.0",
53656
- userAgent: "speakeasy-sdk/typescript 26.7.0-dev.6 2.917.0 v2026.07.00 @moovio/sdk"
53654
+ sdkVersion: "26.7.1",
53655
+ genVersion: "2.924.0",
53656
+ userAgent: "speakeasy-sdk/typescript 26.7.1 2.924.0 v2026.07.00 @moovio/sdk"
53657
53657
  };
53658
53658
  });
53659
53659
 
@@ -56928,6 +56928,7 @@ var init_capabilityid = __esm(() => {
56928
56928
  SendFundsAch: "send-funds.ach",
56929
56929
  SendFundsRtp: "send-funds.rtp",
56930
56930
  SendFundsInstantBank: "send-funds.instant-bank",
56931
+ SendFundsWire: "send-funds.wire",
56931
56932
  CollectFunds: "collect-funds",
56932
56933
  CollectFundsCardPayments: "collect-funds.card-payments",
56933
56934
  MoneyTransferPullFromCard: "money-transfer.pull-from-card",
@@ -57046,6 +57047,39 @@ var init_adjustment = __esm(() => {
57046
57047
  });
57047
57048
  });
57048
57049
 
57050
+ // src/models/components/schedulewindowerror.ts
57051
+ var ScheduleWindowError$inboundSchema, ScheduleWindowError$outboundSchema;
57052
+ var init_schedulewindowerror = __esm(() => {
57053
+ init_v3();
57054
+ init_primitives2();
57055
+ ScheduleWindowError$inboundSchema = objectType({
57056
+ days: optional3(string4()),
57057
+ startTime: optional3(string4()),
57058
+ endTime: optional3(string4())
57059
+ });
57060
+ ScheduleWindowError$outboundSchema = objectType({
57061
+ days: stringType().optional(),
57062
+ startTime: stringType().optional(),
57063
+ endTime: stringType().optional()
57064
+ });
57065
+ });
57066
+
57067
+ // src/models/components/allowedscheduleerror.ts
57068
+ var AllowedScheduleError$inboundSchema, AllowedScheduleError$outboundSchema;
57069
+ var init_allowedscheduleerror = __esm(() => {
57070
+ init_v3();
57071
+ init_primitives2();
57072
+ init_schedulewindowerror();
57073
+ AllowedScheduleError$inboundSchema = objectType({
57074
+ timezone: optional3(string4()),
57075
+ windows: optional3(recordType(ScheduleWindowError$inboundSchema))
57076
+ });
57077
+ AllowedScheduleError$outboundSchema = objectType({
57078
+ timezone: stringType().optional(),
57079
+ windows: recordType(ScheduleWindowError$outboundSchema).optional()
57080
+ });
57081
+ });
57082
+
57049
57083
  // src/models/components/amount.ts
57050
57084
  var Amount$inboundSchema, Amount$outboundSchema;
57051
57085
  var init_amount = __esm(() => {
@@ -57582,6 +57616,64 @@ var init_authtokenrequest = __esm(() => {
57582
57616
  });
57583
57617
  });
57584
57618
 
57619
+ // src/types/blobs.ts
57620
+ function isBlobLike2(val) {
57621
+ if (val instanceof Blob) {
57622
+ return true;
57623
+ }
57624
+ if (typeof val !== "object" || val == null || !(Symbol.toStringTag in val)) {
57625
+ return false;
57626
+ }
57627
+ const name = val[Symbol.toStringTag];
57628
+ if (typeof name !== "string") {
57629
+ return false;
57630
+ }
57631
+ if (name !== "Blob" && name !== "File") {
57632
+ return false;
57633
+ }
57634
+ return "stream" in val && typeof val.stream === "function";
57635
+ }
57636
+ var blobLikeSchema;
57637
+ var init_blobs = __esm(() => {
57638
+ init_v3();
57639
+ blobLikeSchema = custom(isBlobLike2, {
57640
+ message: "expected a Blob, File or Blob-like object",
57641
+ fatal: true
57642
+ });
57643
+ });
57644
+
57645
+ // src/models/components/avataruploadrequest.ts
57646
+ var AvatarUploadRequestFile$inboundSchema, AvatarUploadRequestFile$outboundSchema, AvatarUploadRequest$inboundSchema, AvatarUploadRequest$outboundSchema;
57647
+ var init_avataruploadrequest = __esm(() => {
57648
+ init_v3();
57649
+ init_blobs();
57650
+ init_primitives2();
57651
+ AvatarUploadRequestFile$inboundSchema = objectType({
57652
+ fileName: string4(),
57653
+ content: unionType([
57654
+ instanceOfType(ReadableStream),
57655
+ instanceOfType(Blob),
57656
+ instanceOfType(ArrayBuffer),
57657
+ instanceOfType(Uint8Array)
57658
+ ])
57659
+ });
57660
+ AvatarUploadRequestFile$outboundSchema = objectType({
57661
+ fileName: stringType(),
57662
+ content: unionType([
57663
+ instanceOfType(ReadableStream),
57664
+ instanceOfType(Blob),
57665
+ instanceOfType(ArrayBuffer),
57666
+ instanceOfType(Uint8Array)
57667
+ ])
57668
+ });
57669
+ AvatarUploadRequest$inboundSchema = objectType({
57670
+ file: lazyType(() => AvatarUploadRequestFile$inboundSchema)
57671
+ });
57672
+ AvatarUploadRequest$outboundSchema = objectType({
57673
+ file: lazyType(() => AvatarUploadRequestFile$outboundSchema).or(blobLikeSchema)
57674
+ });
57675
+ });
57676
+
57585
57677
  // src/models/components/rtprejectioncode.ts
57586
57678
  var RTPRejectionCode, RTPRejectionCode$inboundSchema, RTPRejectionCode$outboundSchema;
57587
57679
  var init_rtprejectioncode = __esm(() => {
@@ -62519,6 +62611,21 @@ var init_transferamountdetails = __esm(() => {
62519
62611
  });
62520
62612
  });
62521
62613
 
62614
+ // src/models/components/transfercapture.ts
62615
+ var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
62616
+ var init_transfercapture = __esm(() => {
62617
+ init_v3();
62618
+ init_primitives2();
62619
+ TransferCapture$inboundSchema = objectType({
62620
+ authorizationID: string4(),
62621
+ captureID: string4()
62622
+ });
62623
+ TransferCapture$outboundSchema = objectType({
62624
+ authorizationID: stringType(),
62625
+ captureID: stringType()
62626
+ });
62627
+ });
62628
+
62522
62629
  // src/models/components/googlepayresponse.ts
62523
62630
  var AuthMethod, AuthMethod$inboundSchema, AuthMethod$outboundSchema, GooglePayResponse$inboundSchema, GooglePayResponse$outboundSchema;
62524
62631
  var init_googlepayresponse = __esm(() => {
@@ -62660,7 +62767,8 @@ var init_wallettype = __esm(() => {
62660
62767
  init_enums();
62661
62768
  WalletType = {
62662
62769
  Default: "default",
62663
- General: "general"
62770
+ General: "general",
62771
+ CardIssuing: "card-issuing"
62664
62772
  };
62665
62773
  WalletType$inboundSchema = inboundSchema(WalletType);
62666
62774
  WalletType$outboundSchema = outboundSchema(WalletType);
@@ -62924,6 +63032,7 @@ var init_createdtransfer = __esm(() => {
62924
63032
  init_facilitatorfee();
62925
63033
  init_moovfeedetails();
62926
63034
  init_transferamountdetails();
63035
+ init_transfercapture();
62927
63036
  init_transferdestination();
62928
63037
  init_transferfailurereason();
62929
63038
  init_transferlineitems();
@@ -62956,7 +63065,8 @@ var init_createdtransfer = __esm(() => {
62956
63065
  paymentLinkCode: optional3(string4()),
62957
63066
  foreignID: optional3(string4()),
62958
63067
  lineItems: optional3(TransferLineItems$inboundSchema),
62959
- amountDetails: optional3(TransferAmountDetails$inboundSchema)
63068
+ amountDetails: optional3(TransferAmountDetails$inboundSchema),
63069
+ capture: optional3(TransferCapture$inboundSchema)
62960
63070
  });
62961
63071
  CreatedTransfer$outboundSchema = objectType({
62962
63072
  transferID: stringType(),
@@ -62985,33 +63095,8 @@ var init_createdtransfer = __esm(() => {
62985
63095
  paymentLinkCode: stringType().optional(),
62986
63096
  foreignID: stringType().optional(),
62987
63097
  lineItems: TransferLineItems$outboundSchema.optional(),
62988
- amountDetails: TransferAmountDetails$outboundSchema.optional()
62989
- });
62990
- });
62991
-
62992
- // src/types/blobs.ts
62993
- function isBlobLike2(val) {
62994
- if (val instanceof Blob) {
62995
- return true;
62996
- }
62997
- if (typeof val !== "object" || val == null || !(Symbol.toStringTag in val)) {
62998
- return false;
62999
- }
63000
- const name = val[Symbol.toStringTag];
63001
- if (typeof name !== "string") {
63002
- return false;
63003
- }
63004
- if (name !== "Blob" && name !== "File") {
63005
- return false;
63006
- }
63007
- return "stream" in val && typeof val.stream === "function";
63008
- }
63009
- var blobLikeSchema;
63010
- var init_blobs = __esm(() => {
63011
- init_v3();
63012
- blobLikeSchema = custom(isBlobLike2, {
63013
- message: "expected a Blob, File or Blob-like object",
63014
- fatal: true
63098
+ amountDetails: TransferAmountDetails$outboundSchema.optional(),
63099
+ capture: TransferCapture$outboundSchema.optional()
63015
63100
  });
63016
63101
  });
63017
63102
 
@@ -63518,6 +63603,18 @@ var init_disbursementpaymentmethodtype = __esm(() => {
63518
63603
  DisbursementPaymentMethodType$outboundSchema = outboundSchema(DisbursementPaymentMethodType);
63519
63604
  });
63520
63605
 
63606
+ // src/models/components/feepaidby.ts
63607
+ var FeePaidBy, FeePaidBy$inboundSchema, FeePaidBy$outboundSchema;
63608
+ var init_feepaidby = __esm(() => {
63609
+ init_enums();
63610
+ FeePaidBy = {
63611
+ Source: "source",
63612
+ Destination: "destination"
63613
+ };
63614
+ FeePaidBy$inboundSchema = inboundSchema(FeePaidBy);
63615
+ FeePaidBy$outboundSchema = outboundSchema(FeePaidBy);
63616
+ });
63617
+
63521
63618
  // src/models/components/payoutrecipient.ts
63522
63619
  var PayoutRecipient$inboundSchema, PayoutRecipient$outboundSchema;
63523
63620
  var init_payoutrecipient = __esm(() => {
@@ -63568,19 +63665,22 @@ var init_paymentlinkpayoutdetails = __esm(() => {
63568
63665
  init_v3();
63569
63666
  init_primitives2();
63570
63667
  init_disbursementpaymentmethodtype();
63668
+ init_feepaidby();
63571
63669
  init_payoutrecipient();
63572
63670
  init_pushoptions();
63573
63671
  PaymentLinkPayoutDetails$inboundSchema = objectType({
63574
63672
  allowedMethods: arrayType(DisbursementPaymentMethodType$inboundSchema),
63575
63673
  recipient: PayoutRecipient$inboundSchema,
63576
63674
  metadata: optional3(recordType(string4())),
63577
- pushOptions: optional3(PushOptions$inboundSchema)
63675
+ pushOptions: optional3(PushOptions$inboundSchema),
63676
+ feePaidBy: optional3(recordType(FeePaidBy$inboundSchema))
63578
63677
  });
63579
63678
  PaymentLinkPayoutDetails$outboundSchema = objectType({
63580
63679
  allowedMethods: arrayType(DisbursementPaymentMethodType$outboundSchema),
63581
63680
  recipient: PayoutRecipient$outboundSchema,
63582
63681
  metadata: recordType(stringType()).optional(),
63583
- pushOptions: PushOptions$outboundSchema.optional()
63682
+ pushOptions: PushOptions$outboundSchema.optional(),
63683
+ feePaidBy: recordType(FeePaidBy$outboundSchema).optional()
63584
63684
  });
63585
63685
  });
63586
63686
 
@@ -64546,6 +64646,20 @@ var init_createtransfersource = __esm(() => {
64546
64646
  });
64547
64647
  });
64548
64648
 
64649
+ // src/models/components/transferfeepaidby.ts
64650
+ var TransferFeePaidBy$inboundSchema, TransferFeePaidBy$outboundSchema;
64651
+ var init_transferfeepaidby = __esm(() => {
64652
+ init_v3();
64653
+ init_primitives2();
64654
+ init_feepaidby();
64655
+ TransferFeePaidBy$inboundSchema = objectType({
64656
+ payout: optional3(FeePaidBy$inboundSchema)
64657
+ });
64658
+ TransferFeePaidBy$outboundSchema = objectType({
64659
+ payout: FeePaidBy$outboundSchema.optional()
64660
+ });
64661
+ });
64662
+
64549
64663
  // src/models/components/createtransfer.ts
64550
64664
  var CreateTransfer$inboundSchema, CreateTransfer$outboundSchema;
64551
64665
  var init_createtransfer = __esm(() => {
@@ -64557,6 +64671,7 @@ var init_createtransfer = __esm(() => {
64557
64671
  init_createtransferlineitems();
64558
64672
  init_createtransfersource();
64559
64673
  init_facilitatorfee();
64674
+ init_transferfeepaidby();
64560
64675
  CreateTransfer$inboundSchema = objectType({
64561
64676
  source: CreateTransferSource$inboundSchema,
64562
64677
  destination: CreateTransferDestination$inboundSchema,
@@ -64566,7 +64681,8 @@ var init_createtransfer = __esm(() => {
64566
64681
  metadata: optional3(recordType(string4())),
64567
64682
  foreignID: optional3(string4()),
64568
64683
  lineItems: optional3(CreateTransferLineItems$inboundSchema),
64569
- amountDetails: optional3(CreateTransferAmountDetails$inboundSchema)
64684
+ amountDetails: optional3(CreateTransferAmountDetails$inboundSchema),
64685
+ feePaidBy: optional3(TransferFeePaidBy$inboundSchema)
64570
64686
  });
64571
64687
  CreateTransfer$outboundSchema = objectType({
64572
64688
  source: CreateTransferSource$outboundSchema,
@@ -64577,7 +64693,8 @@ var init_createtransfer = __esm(() => {
64577
64693
  metadata: recordType(stringType()).optional(),
64578
64694
  foreignID: stringType().optional(),
64579
64695
  lineItems: CreateTransferLineItems$outboundSchema.optional(),
64580
- amountDetails: CreateTransferAmountDetails$outboundSchema.optional()
64696
+ amountDetails: CreateTransferAmountDetails$outboundSchema.optional(),
64697
+ feePaidBy: TransferFeePaidBy$outboundSchema.optional()
64581
64698
  });
64582
64699
  });
64583
64700
 
@@ -65566,43 +65683,215 @@ var init_issuedcardstate = __esm(() => {
65566
65683
  // src/models/components/issuingintervallimit.ts
65567
65684
  var IssuingIntervalLimit, IssuingIntervalLimit$inboundSchema, IssuingIntervalLimit$outboundSchema;
65568
65685
  var init_issuingintervallimit = __esm(() => {
65569
- init_v3();
65686
+ init_enums();
65570
65687
  IssuingIntervalLimit = {
65571
- PerTransaction: "per-transaction"
65688
+ PerTransaction: "per-transaction",
65689
+ Daily: "daily",
65690
+ Weekly: "weekly",
65691
+ Monthly: "monthly"
65572
65692
  };
65573
- IssuingIntervalLimit$inboundSchema = nativeEnumType(IssuingIntervalLimit);
65574
- IssuingIntervalLimit$outboundSchema = IssuingIntervalLimit$inboundSchema;
65693
+ IssuingIntervalLimit$inboundSchema = inboundSchema(IssuingIntervalLimit);
65694
+ IssuingIntervalLimit$outboundSchema = outboundSchema(IssuingIntervalLimit);
65575
65695
  });
65576
65696
 
65577
- // src/models/components/issuingvelocitylimit.ts
65578
- var IssuingVelocityLimit$inboundSchema, IssuingVelocityLimit$outboundSchema;
65579
- var init_issuingvelocitylimit = __esm(() => {
65697
+ // src/models/components/issuedvelocitylimit.ts
65698
+ var IssuedVelocityLimit$inboundSchema, IssuedVelocityLimit$outboundSchema;
65699
+ var init_issuedvelocitylimit = __esm(() => {
65580
65700
  init_v3();
65581
65701
  init_primitives2();
65582
65702
  init_issuingintervallimit();
65583
- IssuingVelocityLimit$inboundSchema = objectType({
65584
- amount: number4(),
65585
- interval: IssuingIntervalLimit$inboundSchema
65703
+ IssuedVelocityLimit$inboundSchema = objectType({
65704
+ amount: optional3(number4()),
65705
+ count: optional3(number4()),
65706
+ interval: IssuingIntervalLimit$inboundSchema,
65707
+ amountUsed: optional3(number4()),
65708
+ amountRemaining: optional3(number4()),
65709
+ countUsed: optional3(number4()),
65710
+ countRemaining: optional3(number4()),
65711
+ resetsOn: optional3(date4())
65712
+ });
65713
+ IssuedVelocityLimit$outboundSchema = objectType({
65714
+ amount: numberType().int().optional(),
65715
+ count: numberType().int().optional(),
65716
+ interval: IssuingIntervalLimit$outboundSchema,
65717
+ amountUsed: numberType().int().optional(),
65718
+ amountRemaining: numberType().int().optional(),
65719
+ countUsed: numberType().int().optional(),
65720
+ countRemaining: numberType().int().optional(),
65721
+ resetsOn: dateType().transform((v2) => v2.toISOString()).optional()
65586
65722
  });
65587
- IssuingVelocityLimit$outboundSchema = objectType({
65588
- amount: numberType().int(),
65589
- interval: IssuingIntervalLimit$outboundSchema
65723
+ });
65724
+
65725
+ // src/models/components/issuingcontrolsrestrictionmode.ts
65726
+ var IssuingControlsRestrictionMode, IssuingControlsRestrictionMode$inboundSchema, IssuingControlsRestrictionMode$outboundSchema;
65727
+ var init_issuingcontrolsrestrictionmode = __esm(() => {
65728
+ init_enums();
65729
+ IssuingControlsRestrictionMode = {
65730
+ Allow: "allow",
65731
+ Block: "block"
65732
+ };
65733
+ IssuingControlsRestrictionMode$inboundSchema = inboundSchema(IssuingControlsRestrictionMode);
65734
+ IssuingControlsRestrictionMode$outboundSchema = outboundSchema(IssuingControlsRestrictionMode);
65735
+ });
65736
+
65737
+ // src/models/components/issuingmerchantcategory.ts
65738
+ var IssuingMerchantCategory, IssuingMerchantCategory$inboundSchema, IssuingMerchantCategory$outboundSchema;
65739
+ var init_issuingmerchantcategory = __esm(() => {
65740
+ init_enums();
65741
+ IssuingMerchantCategory = {
65742
+ Advertising: "advertising",
65743
+ Airlines: "airlines",
65744
+ AlcoholAndBars: "alcohol-and-bars",
65745
+ CarRental: "car-rental",
65746
+ Education: "education",
65747
+ Electronics: "electronics",
65748
+ FuelAndGas: "fuel-and-gas",
65749
+ Gambling: "gambling",
65750
+ Groceries: "groceries",
65751
+ GroundTransportation: "ground-transportation",
65752
+ HardwareAndHome: "hardware-and-home",
65753
+ Healthcare: "healthcare",
65754
+ LiveEntertainment: "live-entertainment",
65755
+ Lodging: "lodging",
65756
+ Movies: "movies",
65757
+ OfficeSupplies: "office-supplies",
65758
+ Parking: "parking",
65759
+ PersonalCare: "personal-care",
65760
+ ProfessionalServices: "professional-services",
65761
+ RestaurantsAndDining: "restaurants-and-dining",
65762
+ RetailGeneral: "retail-general",
65763
+ RideshareAndTaxis: "rideshare-and-taxis",
65764
+ SoftwareAndSaas: "software-and-saas",
65765
+ SportsAndRecreation: "sports-and-recreation",
65766
+ Subscriptions: "subscriptions",
65767
+ TravelAgencies: "travel-agencies"
65768
+ };
65769
+ IssuingMerchantCategory$inboundSchema = inboundSchema(IssuingMerchantCategory);
65770
+ IssuingMerchantCategory$outboundSchema = outboundSchema(IssuingMerchantCategory);
65771
+ });
65772
+
65773
+ // src/models/components/merchantentry.ts
65774
+ var MerchantEntry$inboundSchema, MerchantEntry$outboundSchema;
65775
+ var init_merchantentry = __esm(() => {
65776
+ init_v3();
65777
+ init_primitives2();
65778
+ MerchantEntry$inboundSchema = objectType({
65779
+ mid: optional3(string4()),
65780
+ descriptorPattern: optional3(string4()),
65781
+ name: optional3(string4())
65782
+ });
65783
+ MerchantEntry$outboundSchema = objectType({
65784
+ mid: stringType().optional(),
65785
+ descriptorPattern: stringType().optional(),
65786
+ name: stringType().optional()
65590
65787
  });
65591
65788
  });
65592
65789
 
65593
- // src/models/components/issuingcontrols.ts
65594
- var IssuingControls$inboundSchema, IssuingControls$outboundSchema;
65595
- var init_issuingcontrols = __esm(() => {
65790
+ // src/models/components/merchantcategoryrestrictions.ts
65791
+ var MerchantCategoryRestrictions$inboundSchema, MerchantCategoryRestrictions$outboundSchema;
65792
+ var init_merchantcategoryrestrictions = __esm(() => {
65596
65793
  init_v3();
65597
65794
  init_primitives2();
65598
- init_issuingvelocitylimit();
65599
- IssuingControls$inboundSchema = objectType({
65795
+ init_issuingcontrolsrestrictionmode();
65796
+ init_issuingmerchantcategory();
65797
+ init_merchantentry();
65798
+ MerchantCategoryRestrictions$inboundSchema = objectType({
65799
+ mode: IssuingControlsRestrictionMode$inboundSchema,
65800
+ categories: optional3(arrayType(IssuingMerchantCategory$inboundSchema)),
65801
+ customMCCs: optional3(arrayType(string4())),
65802
+ exemptMerchants: optional3(arrayType(MerchantEntry$inboundSchema))
65803
+ });
65804
+ MerchantCategoryRestrictions$outboundSchema = objectType({
65805
+ mode: IssuingControlsRestrictionMode$outboundSchema,
65806
+ categories: arrayType(IssuingMerchantCategory$outboundSchema).optional(),
65807
+ customMCCs: arrayType(stringType()).optional(),
65808
+ exemptMerchants: arrayType(MerchantEntry$outboundSchema).optional()
65809
+ });
65810
+ });
65811
+
65812
+ // src/models/components/merchantrestrictions.ts
65813
+ var MerchantRestrictions$inboundSchema, MerchantRestrictions$outboundSchema;
65814
+ var init_merchantrestrictions = __esm(() => {
65815
+ init_v3();
65816
+ init_issuingcontrolsrestrictionmode();
65817
+ init_merchantentry();
65818
+ MerchantRestrictions$inboundSchema = objectType({
65819
+ mode: IssuingControlsRestrictionMode$inboundSchema,
65820
+ merchants: arrayType(MerchantEntry$inboundSchema)
65821
+ });
65822
+ MerchantRestrictions$outboundSchema = objectType({
65823
+ mode: IssuingControlsRestrictionMode$outboundSchema,
65824
+ merchants: arrayType(MerchantEntry$outboundSchema)
65825
+ });
65826
+ });
65827
+
65828
+ // src/models/components/issuingscheduleday.ts
65829
+ var IssuingScheduleDay, IssuingScheduleDay$inboundSchema, IssuingScheduleDay$outboundSchema;
65830
+ var init_issuingscheduleday = __esm(() => {
65831
+ init_v3();
65832
+ IssuingScheduleDay = {
65833
+ Monday: "monday",
65834
+ Tuesday: "tuesday",
65835
+ Wednesday: "wednesday",
65836
+ Thursday: "thursday",
65837
+ Friday: "friday",
65838
+ Saturday: "saturday",
65839
+ Sunday: "sunday"
65840
+ };
65841
+ IssuingScheduleDay$inboundSchema = nativeEnumType(IssuingScheduleDay);
65842
+ IssuingScheduleDay$outboundSchema = IssuingScheduleDay$inboundSchema;
65843
+ });
65844
+
65845
+ // src/models/components/schedulewindow.ts
65846
+ var ScheduleWindow$inboundSchema, ScheduleWindow$outboundSchema;
65847
+ var init_schedulewindow = __esm(() => {
65848
+ init_v3();
65849
+ init_primitives2();
65850
+ init_issuingscheduleday();
65851
+ ScheduleWindow$inboundSchema = objectType({
65852
+ days: arrayType(IssuingScheduleDay$inboundSchema),
65853
+ startTime: string4(),
65854
+ endTime: string4()
65855
+ });
65856
+ ScheduleWindow$outboundSchema = objectType({
65857
+ days: arrayType(IssuingScheduleDay$outboundSchema),
65858
+ startTime: stringType(),
65859
+ endTime: stringType()
65860
+ });
65861
+ });
65862
+
65863
+ // src/models/components/issuedcontrols.ts
65864
+ var IssuedControlsAllowedSchedule$inboundSchema, IssuedControlsAllowedSchedule$outboundSchema, IssuedControls$inboundSchema, IssuedControls$outboundSchema;
65865
+ var init_issuedcontrols = __esm(() => {
65866
+ init_v3();
65867
+ init_primitives2();
65868
+ init_issuedvelocitylimit();
65869
+ init_merchantcategoryrestrictions();
65870
+ init_merchantrestrictions();
65871
+ init_schedulewindow();
65872
+ IssuedControlsAllowedSchedule$inboundSchema = objectType({
65873
+ timezone: string4(),
65874
+ windows: arrayType(ScheduleWindow$inboundSchema)
65875
+ });
65876
+ IssuedControlsAllowedSchedule$outboundSchema = objectType({
65877
+ timezone: stringType(),
65878
+ windows: arrayType(ScheduleWindow$outboundSchema)
65879
+ });
65880
+ IssuedControls$inboundSchema = objectType({
65600
65881
  singleUse: optional3(boolean4()),
65601
- velocityLimits: optional3(arrayType(IssuingVelocityLimit$inboundSchema))
65882
+ velocityLimits: optional3(arrayType(IssuedVelocityLimit$inboundSchema)),
65883
+ merchantCategoryRestrictions: optional3(MerchantCategoryRestrictions$inboundSchema),
65884
+ merchantRestrictions: optional3(MerchantRestrictions$inboundSchema),
65885
+ allowedSchedule: nullableType(lazyType(() => IssuedControlsAllowedSchedule$inboundSchema)).optional(),
65886
+ expiresOn: nullableType(date4()).optional()
65602
65887
  });
65603
- IssuingControls$outboundSchema = objectType({
65888
+ IssuedControls$outboundSchema = objectType({
65604
65889
  singleUse: booleanType().optional(),
65605
- velocityLimits: arrayType(IssuingVelocityLimit$outboundSchema).optional()
65890
+ velocityLimits: arrayType(IssuedVelocityLimit$outboundSchema).optional(),
65891
+ merchantCategoryRestrictions: MerchantCategoryRestrictions$outboundSchema.optional(),
65892
+ merchantRestrictions: MerchantRestrictions$outboundSchema.optional(),
65893
+ allowedSchedule: nullableType(lazyType(() => IssuedControlsAllowedSchedule$outboundSchema)).optional(),
65894
+ expiresOn: nullableType(dateType().transform((v2) => v2.toISOString())).optional()
65606
65895
  });
65607
65896
  });
65608
65897
 
@@ -65616,7 +65905,7 @@ var init_fullissuedcard = __esm(() => {
65616
65905
  init_cardexpiration();
65617
65906
  init_issuedcardformfactor();
65618
65907
  init_issuedcardstate();
65619
- init_issuingcontrols();
65908
+ init_issuedcontrols();
65620
65909
  FullIssuedCard$inboundSchema = objectType({
65621
65910
  issuedCardID: string4(),
65622
65911
  brand: CardBrand$inboundSchema,
@@ -65629,7 +65918,7 @@ var init_fullissuedcard = __esm(() => {
65629
65918
  billingAddress: optional3(Address$inboundSchema),
65630
65919
  state: IssuedCardState$inboundSchema,
65631
65920
  formFactor: IssuedCardFormFactor$inboundSchema,
65632
- controls: optional3(IssuingControls$inboundSchema),
65921
+ controls: optional3(IssuedControls$inboundSchema),
65633
65922
  createdOn: date4(),
65634
65923
  updatedOn: date4(),
65635
65924
  pan: string4(),
@@ -65647,7 +65936,7 @@ var init_fullissuedcard = __esm(() => {
65647
65936
  billingAddress: Address$outboundSchema.optional(),
65648
65937
  state: IssuedCardState$outboundSchema,
65649
65938
  formFactor: IssuedCardFormFactor$outboundSchema,
65650
- controls: IssuingControls$outboundSchema.optional(),
65939
+ controls: IssuedControls$outboundSchema.optional(),
65651
65940
  createdOn: dateType().transform((v2) => v2.toISOString()),
65652
65941
  updatedOn: dateType().transform((v2) => v2.toISOString()),
65653
65942
  pan: stringType(),
@@ -65984,6 +66273,7 @@ var init_incurredfee = __esm(() => {
65984
66273
  init_v3();
65985
66274
  init_primitives2();
65986
66275
  init_amountdecimal();
66276
+ init_feepaidby();
65987
66277
  init_generatedby();
65988
66278
  IncurredFee$inboundSchema = objectType({
65989
66279
  feeID: optional3(string4()),
@@ -65994,7 +66284,8 @@ var init_incurredfee = __esm(() => {
65994
66284
  amount: optional3(AmountDecimal$inboundSchema),
65995
66285
  generatedBy: optional3(GeneratedBy$inboundSchema),
65996
66286
  feeGroup: optional3(string4()),
65997
- residualID: optional3(string4())
66287
+ residualID: optional3(string4()),
66288
+ feePaidBy: optional3(FeePaidBy$inboundSchema)
65998
66289
  });
65999
66290
  IncurredFee$outboundSchema = objectType({
66000
66291
  feeID: stringType().optional(),
@@ -66005,7 +66296,8 @@ var init_incurredfee = __esm(() => {
66005
66296
  amount: AmountDecimal$outboundSchema.optional(),
66006
66297
  generatedBy: GeneratedBy$outboundSchema.optional(),
66007
66298
  feeGroup: stringType().optional(),
66008
- residualID: stringType().optional()
66299
+ residualID: stringType().optional(),
66300
+ feePaidBy: FeePaidBy$outboundSchema.optional()
66009
66301
  });
66010
66302
  });
66011
66303
 
@@ -66487,7 +66779,7 @@ var init_issuedcard = __esm(() => {
66487
66779
  init_cardexpiration();
66488
66780
  init_issuedcardformfactor();
66489
66781
  init_issuedcardstate();
66490
- init_issuingcontrols();
66782
+ init_issuedcontrols();
66491
66783
  IssuedCard$inboundSchema = objectType({
66492
66784
  issuedCardID: string4(),
66493
66785
  brand: CardBrand$inboundSchema,
@@ -66500,7 +66792,7 @@ var init_issuedcard = __esm(() => {
66500
66792
  billingAddress: optional3(Address$inboundSchema),
66501
66793
  state: IssuedCardState$inboundSchema,
66502
66794
  formFactor: IssuedCardFormFactor$inboundSchema,
66503
- controls: optional3(IssuingControls$inboundSchema),
66795
+ controls: optional3(IssuedControls$inboundSchema),
66504
66796
  createdOn: date4(),
66505
66797
  updatedOn: date4()
66506
66798
  });
@@ -66516,7 +66808,7 @@ var init_issuedcard = __esm(() => {
66516
66808
  billingAddress: Address$outboundSchema.optional(),
66517
66809
  state: IssuedCardState$outboundSchema,
66518
66810
  formFactor: IssuedCardFormFactor$outboundSchema,
66519
- controls: IssuingControls$outboundSchema.optional(),
66811
+ controls: IssuedControls$outboundSchema.optional(),
66520
66812
  createdOn: dateType().transform((v2) => v2.toISOString()),
66521
66813
  updatedOn: dateType().transform((v2) => v2.toISOString())
66522
66814
  });
@@ -66674,6 +66966,59 @@ var init_issuedcardtransaction = __esm(() => {
66674
66966
  });
66675
66967
  });
66676
66968
 
66969
+ // src/models/components/issuingvelocitylimit.ts
66970
+ var IssuingVelocityLimit$inboundSchema, IssuingVelocityLimit$outboundSchema;
66971
+ var init_issuingvelocitylimit = __esm(() => {
66972
+ init_v3();
66973
+ init_primitives2();
66974
+ init_issuingintervallimit();
66975
+ IssuingVelocityLimit$inboundSchema = objectType({
66976
+ amount: optional3(number4()),
66977
+ count: optional3(number4()),
66978
+ interval: IssuingIntervalLimit$inboundSchema
66979
+ });
66980
+ IssuingVelocityLimit$outboundSchema = objectType({
66981
+ amount: numberType().int().optional(),
66982
+ count: numberType().int().optional(),
66983
+ interval: IssuingIntervalLimit$outboundSchema
66984
+ });
66985
+ });
66986
+
66987
+ // src/models/components/issuingcontrols.ts
66988
+ var AllowedSchedule$inboundSchema, AllowedSchedule$outboundSchema, IssuingControls$inboundSchema, IssuingControls$outboundSchema;
66989
+ var init_issuingcontrols = __esm(() => {
66990
+ init_v3();
66991
+ init_primitives2();
66992
+ init_issuingvelocitylimit();
66993
+ init_merchantcategoryrestrictions();
66994
+ init_merchantrestrictions();
66995
+ init_schedulewindow();
66996
+ AllowedSchedule$inboundSchema = objectType({
66997
+ timezone: string4(),
66998
+ windows: arrayType(ScheduleWindow$inboundSchema)
66999
+ });
67000
+ AllowedSchedule$outboundSchema = objectType({
67001
+ timezone: stringType(),
67002
+ windows: arrayType(ScheduleWindow$outboundSchema)
67003
+ });
67004
+ IssuingControls$inboundSchema = objectType({
67005
+ singleUse: optional3(boolean4()),
67006
+ velocityLimits: optional3(arrayType(IssuingVelocityLimit$inboundSchema)),
67007
+ merchantCategoryRestrictions: optional3(MerchantCategoryRestrictions$inboundSchema),
67008
+ merchantRestrictions: optional3(MerchantRestrictions$inboundSchema),
67009
+ allowedSchedule: nullableType(lazyType(() => AllowedSchedule$inboundSchema)).optional(),
67010
+ expiresOn: nullableType(date4()).optional()
67011
+ });
67012
+ IssuingControls$outboundSchema = objectType({
67013
+ singleUse: booleanType().optional(),
67014
+ velocityLimits: arrayType(IssuingVelocityLimit$outboundSchema).optional(),
67015
+ merchantCategoryRestrictions: MerchantCategoryRestrictions$outboundSchema.optional(),
67016
+ merchantRestrictions: MerchantRestrictions$outboundSchema.optional(),
67017
+ allowedSchedule: nullableType(lazyType(() => AllowedSchedule$outboundSchema)).optional(),
67018
+ expiresOn: nullableType(dateType().transform((v2) => v2.toISOString())).optional()
67019
+ });
67020
+ });
67021
+
66677
67022
  // src/models/components/issuingvelocitylimiterror.ts
66678
67023
  var IssuingVelocityLimitError$inboundSchema, IssuingVelocityLimitError$outboundSchema;
66679
67024
  var init_issuingvelocitylimiterror = __esm(() => {
@@ -66681,25 +67026,89 @@ var init_issuingvelocitylimiterror = __esm(() => {
66681
67026
  init_primitives2();
66682
67027
  IssuingVelocityLimitError$inboundSchema = objectType({
66683
67028
  amount: optional3(string4()),
67029
+ count: optional3(string4()),
66684
67030
  interval: optional3(string4())
66685
67031
  });
66686
67032
  IssuingVelocityLimitError$outboundSchema = objectType({
66687
67033
  amount: stringType().optional(),
67034
+ count: stringType().optional(),
66688
67035
  interval: stringType().optional()
66689
67036
  });
66690
67037
  });
66691
67038
 
67039
+ // src/models/components/merchantentryerror.ts
67040
+ var MerchantEntryError$inboundSchema, MerchantEntryError$outboundSchema;
67041
+ var init_merchantentryerror = __esm(() => {
67042
+ init_v3();
67043
+ init_primitives2();
67044
+ MerchantEntryError$inboundSchema = objectType({
67045
+ mid: optional3(string4()),
67046
+ descriptorPattern: optional3(string4())
67047
+ });
67048
+ MerchantEntryError$outboundSchema = objectType({
67049
+ mid: stringType().optional(),
67050
+ descriptorPattern: stringType().optional()
67051
+ });
67052
+ });
67053
+
67054
+ // src/models/components/merchantcategoryrestrictionserror.ts
67055
+ var MerchantCategoryRestrictionsError$inboundSchema, MerchantCategoryRestrictionsError$outboundSchema;
67056
+ var init_merchantcategoryrestrictionserror = __esm(() => {
67057
+ init_v3();
67058
+ init_primitives2();
67059
+ init_merchantentryerror();
67060
+ MerchantCategoryRestrictionsError$inboundSchema = objectType({
67061
+ mode: optional3(string4()),
67062
+ categories: optional3(recordType(string4())),
67063
+ customMCCs: optional3(recordType(string4())),
67064
+ exemptMerchants: optional3(recordType(MerchantEntryError$inboundSchema))
67065
+ });
67066
+ MerchantCategoryRestrictionsError$outboundSchema = objectType({
67067
+ mode: stringType().optional(),
67068
+ categories: recordType(stringType()).optional(),
67069
+ customMCCs: recordType(stringType()).optional(),
67070
+ exemptMerchants: recordType(MerchantEntryError$outboundSchema).optional()
67071
+ });
67072
+ });
67073
+
67074
+ // src/models/components/merchantrestrictionserror.ts
67075
+ var MerchantRestrictionsError$inboundSchema, MerchantRestrictionsError$outboundSchema;
67076
+ var init_merchantrestrictionserror = __esm(() => {
67077
+ init_v3();
67078
+ init_primitives2();
67079
+ init_merchantentryerror();
67080
+ MerchantRestrictionsError$inboundSchema = objectType({
67081
+ mode: optional3(string4()),
67082
+ merchants: optional3(recordType(MerchantEntryError$inboundSchema))
67083
+ });
67084
+ MerchantRestrictionsError$outboundSchema = objectType({
67085
+ mode: stringType().optional(),
67086
+ merchants: recordType(MerchantEntryError$outboundSchema).optional()
67087
+ });
67088
+ });
67089
+
66692
67090
  // src/models/components/issuingcontrolserror.ts
66693
67091
  var IssuingControlsError$inboundSchema, IssuingControlsError$outboundSchema;
66694
67092
  var init_issuingcontrolserror = __esm(() => {
66695
67093
  init_v3();
66696
67094
  init_primitives2();
67095
+ init_allowedscheduleerror();
66697
67096
  init_issuingvelocitylimiterror();
67097
+ init_merchantcategoryrestrictionserror();
67098
+ init_merchantrestrictionserror();
66698
67099
  IssuingControlsError$inboundSchema = objectType({
66699
- velocityLimits: optional3(recordType(IssuingVelocityLimitError$inboundSchema))
67100
+ velocityLimits: optional3(recordType(IssuingVelocityLimitError$inboundSchema)),
67101
+ merchantCategoryRestrictions: optional3(MerchantCategoryRestrictionsError$inboundSchema),
67102
+ merchantRestrictions: optional3(MerchantRestrictionsError$inboundSchema),
67103
+ allowedSchedule: optional3(AllowedScheduleError$inboundSchema),
67104
+ expiresOn: optional3(string4())
66700
67105
  });
66701
67106
  IssuingControlsError$outboundSchema = objectType({
66702
- velocityLimits: recordType(IssuingVelocityLimitError$outboundSchema).optional()
67107
+ velocityLimits: recordType(IssuingVelocityLimitError$outboundSchema).optional(),
67108
+ merchantCategoryRestrictions: MerchantCategoryRestrictionsError$outboundSchema.optional(),
67109
+ merchantRestrictions: MerchantRestrictionsError$outboundSchema.optional(),
67110
+ allowedSchedule: AllowedScheduleError$outboundSchema.optional(),
67111
+ expiresOn: stringType().optional()
66703
67112
  });
66704
67113
  });
66705
67114
 
@@ -67078,6 +67487,35 @@ var init_manualtermsofserviceupdate = __esm(() => {
67078
67487
  });
67079
67488
  });
67080
67489
 
67490
+ // src/models/components/merchantcategory.ts
67491
+ var MerchantCategory$inboundSchema, MerchantCategory$outboundSchema;
67492
+ var init_merchantcategory = __esm(() => {
67493
+ init_v3();
67494
+ init_primitives2();
67495
+ init_issuingmerchantcategory();
67496
+ MerchantCategory$inboundSchema = objectType({
67497
+ category: IssuingMerchantCategory$inboundSchema,
67498
+ mccs: arrayType(string4())
67499
+ });
67500
+ MerchantCategory$outboundSchema = objectType({
67501
+ category: IssuingMerchantCategory$outboundSchema,
67502
+ mccs: arrayType(stringType())
67503
+ });
67504
+ });
67505
+
67506
+ // src/models/components/merchantcategories.ts
67507
+ var MerchantCategories$inboundSchema, MerchantCategories$outboundSchema;
67508
+ var init_merchantcategories = __esm(() => {
67509
+ init_v3();
67510
+ init_merchantcategory();
67511
+ MerchantCategories$inboundSchema = objectType({
67512
+ merchantCategories: arrayType(MerchantCategory$inboundSchema)
67513
+ });
67514
+ MerchantCategories$outboundSchema = objectType({
67515
+ merchantCategories: arrayType(MerchantCategory$outboundSchema)
67516
+ });
67517
+ });
67518
+
67081
67519
  // src/models/components/moneytransferpullfromcard.ts
67082
67520
  var MoneyTransferPullFromCard$inboundSchema, MoneyTransferPullFromCard$outboundSchema;
67083
67521
  var init_moneytransferpullfromcard = __esm(() => {
@@ -68152,19 +68590,22 @@ var init_paymentlinkpayoutdetailsupdate = __esm(() => {
68152
68590
  init_v3();
68153
68591
  init_primitives2();
68154
68592
  init_disbursementpaymentmethodtype();
68593
+ init_feepaidby();
68155
68594
  init_payoutrecipient();
68156
68595
  init_pushoptionsupdate();
68157
68596
  PaymentLinkPayoutDetailsUpdate$inboundSchema = objectType({
68158
68597
  allowedMethods: optional3(arrayType(DisbursementPaymentMethodType$inboundSchema)),
68159
68598
  recipient: optional3(PayoutRecipient$inboundSchema),
68160
68599
  metadata: optional3(recordType(string4())),
68161
- pushOptions: optional3(PushOptionsUpdate$inboundSchema)
68600
+ pushOptions: optional3(PushOptionsUpdate$inboundSchema),
68601
+ feePaidBy: optional3(recordType(FeePaidBy$inboundSchema))
68162
68602
  });
68163
68603
  PaymentLinkPayoutDetailsUpdate$outboundSchema = objectType({
68164
68604
  allowedMethods: arrayType(DisbursementPaymentMethodType$outboundSchema).optional(),
68165
68605
  recipient: PayoutRecipient$outboundSchema.optional(),
68166
68606
  metadata: recordType(stringType()).optional(),
68167
- pushOptions: PushOptionsUpdate$outboundSchema.optional()
68607
+ pushOptions: PushOptionsUpdate$outboundSchema.optional(),
68608
+ feePaidBy: recordType(FeePaidBy$outboundSchema).optional()
68168
68609
  });
68169
68610
  });
68170
68611
 
@@ -68398,13 +68839,15 @@ var init_payoutdetailserror = __esm(() => {
68398
68839
  allowedMethods: optional3(string4()),
68399
68840
  recipient: optional3(PayoutRecipientError$inboundSchema),
68400
68841
  metadata: optional3(string4()),
68401
- pushOptions: optional3(PushOptionsError$inboundSchema)
68842
+ pushOptions: optional3(PushOptionsError$inboundSchema),
68843
+ feePaidBy: optional3(string4())
68402
68844
  });
68403
68845
  PayoutDetailsError$outboundSchema = objectType({
68404
68846
  allowedMethods: stringType().optional(),
68405
68847
  recipient: PayoutRecipientError$outboundSchema.optional(),
68406
68848
  metadata: stringType().optional(),
68407
- pushOptions: PushOptionsError$outboundSchema.optional()
68849
+ pushOptions: PushOptionsError$outboundSchema.optional(),
68850
+ feePaidBy: stringType().optional()
68408
68851
  });
68409
68852
  });
68410
68853
 
@@ -68492,6 +68935,27 @@ var init_platformfees = __esm(() => {
68492
68935
  });
68493
68936
  });
68494
68937
 
68938
+ // src/models/components/productcategory.ts
68939
+ var ProductCategory$inboundSchema, ProductCategory$outboundSchema;
68940
+ var init_productcategory = __esm(() => {
68941
+ init_v3();
68942
+ init_primitives2();
68943
+ ProductCategory$inboundSchema = objectType({
68944
+ categoryID: string4(),
68945
+ name: string4(),
68946
+ fullName: string4(),
68947
+ level: number4(),
68948
+ parentID: optional3(string4())
68949
+ });
68950
+ ProductCategory$outboundSchema = objectType({
68951
+ categoryID: stringType(),
68952
+ name: stringType(),
68953
+ fullName: stringType(),
68954
+ level: numberType().int(),
68955
+ parentID: stringType().optional()
68956
+ });
68957
+ });
68958
+
68495
68959
  // src/models/components/productimagemetadata.ts
68496
68960
  var ProductImageMetadata$inboundSchema, ProductImageMetadata$outboundSchema;
68497
68961
  var init_productimagemetadata = __esm(() => {
@@ -68560,6 +69024,7 @@ var init_product = __esm(() => {
68560
69024
  init_v3();
68561
69025
  init_primitives2();
68562
69026
  init_amountdecimal();
69027
+ init_productcategory();
68563
69028
  init_productimagemetadata();
68564
69029
  init_productoptiongroup();
68565
69030
  Product$inboundSchema = objectType({
@@ -68569,6 +69034,7 @@ var init_product = __esm(() => {
68569
69034
  basePrice: AmountDecimal$inboundSchema,
68570
69035
  optionGroups: optional3(arrayType(ProductOptionGroup$inboundSchema)),
68571
69036
  images: optional3(arrayType(ProductImageMetadata$inboundSchema)),
69037
+ category: optional3(ProductCategory$inboundSchema),
68572
69038
  createdOn: date4(),
68573
69039
  updatedOn: date4(),
68574
69040
  disabledOn: optional3(date4())
@@ -68580,12 +69046,26 @@ var init_product = __esm(() => {
68580
69046
  basePrice: AmountDecimal$outboundSchema,
68581
69047
  optionGroups: arrayType(ProductOptionGroup$outboundSchema).optional(),
68582
69048
  images: arrayType(ProductImageMetadata$outboundSchema).optional(),
69049
+ category: ProductCategory$outboundSchema.optional(),
68583
69050
  createdOn: dateType().transform((v2) => v2.toISOString()),
68584
69051
  updatedOn: dateType().transform((v2) => v2.toISOString()),
68585
69052
  disabledOn: dateType().transform((v2) => v2.toISOString()).optional()
68586
69053
  });
68587
69054
  });
68588
69055
 
69056
+ // src/models/components/productcategories.ts
69057
+ var ProductCategories$inboundSchema, ProductCategories$outboundSchema;
69058
+ var init_productcategories = __esm(() => {
69059
+ init_v3();
69060
+ init_productcategory();
69061
+ ProductCategories$inboundSchema = objectType({
69062
+ categories: arrayType(ProductCategory$inboundSchema)
69063
+ });
69064
+ ProductCategories$outboundSchema = objectType({
69065
+ categories: arrayType(ProductCategory$outboundSchema)
69066
+ });
69067
+ });
69068
+
68589
69069
  // src/models/components/productoptionvalidationerror.ts
68590
69070
  var ProductOptionValidationError$inboundSchema, ProductOptionValidationError$outboundSchema;
68591
69071
  var init_productoptionvalidationerror = __esm(() => {
@@ -68642,14 +69122,16 @@ var init_productrequest = __esm(() => {
68642
69122
  description: optional3(string4()),
68643
69123
  basePrice: AmountDecimal$inboundSchema,
68644
69124
  images: optional3(arrayType(AssignProductImage$inboundSchema)),
68645
- optionGroups: optional3(arrayType(CreateProductOptionGroup$inboundSchema))
69125
+ optionGroups: optional3(arrayType(CreateProductOptionGroup$inboundSchema)),
69126
+ categoryID: optional3(string4())
68646
69127
  });
68647
69128
  ProductRequest$outboundSchema = objectType({
68648
69129
  title: stringType(),
68649
69130
  description: stringType().optional(),
68650
69131
  basePrice: AmountDecimal$outboundSchema,
68651
69132
  images: arrayType(AssignProductImage$outboundSchema).optional(),
68652
- optionGroups: arrayType(CreateProductOptionGroup$outboundSchema).optional()
69133
+ optionGroups: arrayType(CreateProductOptionGroup$outboundSchema).optional(),
69134
+ categoryID: stringType().optional()
68653
69135
  });
68654
69136
  });
68655
69137
 
@@ -69354,6 +69836,20 @@ var init_sendfundsrtp = __esm(() => {
69354
69836
  });
69355
69837
  });
69356
69838
 
69839
+ // src/models/components/sendfundswire.ts
69840
+ var SendFundsWire$inboundSchema, SendFundsWire$outboundSchema;
69841
+ var init_sendfundswire = __esm(() => {
69842
+ init_v3();
69843
+ init_primitives2();
69844
+ init_estimatedactivity();
69845
+ SendFundsWire$inboundSchema = objectType({
69846
+ estimatedActivity: optional3(EstimatedActivity$inboundSchema)
69847
+ });
69848
+ SendFundsWire$outboundSchema = objectType({
69849
+ estimatedActivity: EstimatedActivity$outboundSchema.optional()
69850
+ });
69851
+ });
69852
+
69357
69853
  // src/models/components/sendfunds.ts
69358
69854
  var SendFunds$inboundSchema, SendFunds$outboundSchema;
69359
69855
  var init_sendfunds = __esm(() => {
@@ -69363,17 +69859,20 @@ var init_sendfunds = __esm(() => {
69363
69859
  init_sendfundsinstantbank();
69364
69860
  init_sendfundspushtocard();
69365
69861
  init_sendfundsrtp();
69862
+ init_sendfundswire();
69366
69863
  SendFunds$inboundSchema = objectType({
69367
69864
  ach: optional3(SendFundsAch$inboundSchema),
69368
69865
  pushToCard: optional3(SendFundsPushToCard$inboundSchema),
69369
69866
  rtp: optional3(SendFundsRtp$inboundSchema),
69370
- instantBank: optional3(SendFundsInstantBank$inboundSchema)
69867
+ instantBank: optional3(SendFundsInstantBank$inboundSchema),
69868
+ wire: optional3(SendFundsWire$inboundSchema)
69371
69869
  });
69372
69870
  SendFunds$outboundSchema = objectType({
69373
69871
  ach: SendFundsAch$outboundSchema.optional(),
69374
69872
  pushToCard: SendFundsPushToCard$outboundSchema.optional(),
69375
69873
  rtp: SendFundsRtp$outboundSchema.optional(),
69376
- instantBank: SendFundsInstantBank$outboundSchema.optional()
69874
+ instantBank: SendFundsInstantBank$outboundSchema.optional(),
69875
+ wire: SendFundsWire$outboundSchema.optional()
69377
69876
  });
69378
69877
  });
69379
69878
 
@@ -69433,6 +69932,20 @@ var init_sendfundsrtperror = __esm(() => {
69433
69932
  });
69434
69933
  });
69435
69934
 
69935
+ // src/models/components/sendfundswireerror.ts
69936
+ var SendFundsWireError$inboundSchema, SendFundsWireError$outboundSchema;
69937
+ var init_sendfundswireerror = __esm(() => {
69938
+ init_v3();
69939
+ init_primitives2();
69940
+ init_estimatedactivityerror();
69941
+ SendFundsWireError$inboundSchema = objectType({
69942
+ estimatedActivity: optional3(EstimatedActivityError$inboundSchema)
69943
+ });
69944
+ SendFundsWireError$outboundSchema = objectType({
69945
+ estimatedActivity: EstimatedActivityError$outboundSchema.optional()
69946
+ });
69947
+ });
69948
+
69436
69949
  // src/models/components/sendfundserror.ts
69437
69950
  var SendFundsError$inboundSchema, SendFundsError$outboundSchema;
69438
69951
  var init_sendfundserror = __esm(() => {
@@ -69442,17 +69955,20 @@ var init_sendfundserror = __esm(() => {
69442
69955
  init_sendfundsinstantbankerror();
69443
69956
  init_sendfundspushtocarderror();
69444
69957
  init_sendfundsrtperror();
69958
+ init_sendfundswireerror();
69445
69959
  SendFundsError$inboundSchema = objectType({
69446
69960
  ach: optional3(SendFundsAchError$inboundSchema),
69447
69961
  pushToCard: optional3(SendFundsPushToCardError$inboundSchema),
69448
69962
  rtp: optional3(SendFundsRtpError$inboundSchema),
69449
- instantBank: optional3(SendFundsInstantBankError$inboundSchema)
69963
+ instantBank: optional3(SendFundsInstantBankError$inboundSchema),
69964
+ wire: optional3(SendFundsWireError$inboundSchema)
69450
69965
  });
69451
69966
  SendFundsError$outboundSchema = objectType({
69452
69967
  ach: SendFundsAchError$outboundSchema.optional(),
69453
69968
  pushToCard: SendFundsPushToCardError$outboundSchema.optional(),
69454
69969
  rtp: SendFundsRtpError$outboundSchema.optional(),
69455
- instantBank: SendFundsInstantBankError$outboundSchema.optional()
69970
+ instantBank: SendFundsInstantBankError$outboundSchema.optional(),
69971
+ wire: SendFundsWireError$outboundSchema.optional()
69456
69972
  });
69457
69973
  });
69458
69974
 
@@ -69900,6 +70416,7 @@ var init_transfer = __esm(() => {
69900
70416
  init_moovfee();
69901
70417
  init_moovfeedetails();
69902
70418
  init_transferamountdetails();
70419
+ init_transfercapture();
69903
70420
  init_transferdestination();
69904
70421
  init_transferfailurereason();
69905
70422
  init_transferlineitems();
@@ -69934,7 +70451,8 @@ var init_transfer = __esm(() => {
69934
70451
  foreignID: optional3(string4()),
69935
70452
  lineItems: optional3(TransferLineItems$inboundSchema),
69936
70453
  invoiceID: optional3(string4()),
69937
- amountDetails: optional3(TransferAmountDetails$inboundSchema)
70454
+ amountDetails: optional3(TransferAmountDetails$inboundSchema),
70455
+ capture: optional3(TransferCapture$inboundSchema)
69938
70456
  });
69939
70457
  Transfer$outboundSchema = objectType({
69940
70458
  transferID: stringType(),
@@ -69965,7 +70483,8 @@ var init_transfer = __esm(() => {
69965
70483
  foreignID: stringType().optional(),
69966
70484
  lineItems: TransferLineItems$outboundSchema.optional(),
69967
70485
  invoiceID: stringType().optional(),
69968
- amountDetails: TransferAmountDetails$outboundSchema.optional()
70486
+ amountDetails: TransferAmountDetails$outboundSchema.optional(),
70487
+ capture: TransferCapture$outboundSchema.optional()
69969
70488
  });
69970
70489
  });
69971
70490
 
@@ -70329,12 +70848,67 @@ var init_updateissuedcardstate = __esm(() => {
70329
70848
  UpdateIssuedCardState$outboundSchema = UpdateIssuedCardState$inboundSchema;
70330
70849
  });
70331
70850
 
70851
+ // src/models/components/updateissuingcontrols.ts
70852
+ var UpdateIssuingControlsMerchantCategoryRestrictions$inboundSchema, UpdateIssuingControlsMerchantCategoryRestrictions$outboundSchema, UpdateIssuingControlsMerchantRestrictions$inboundSchema, UpdateIssuingControlsMerchantRestrictions$outboundSchema, UpdateIssuingControlsAllowedSchedule$inboundSchema, UpdateIssuingControlsAllowedSchedule$outboundSchema, UpdateIssuingControls$inboundSchema, UpdateIssuingControls$outboundSchema;
70853
+ var init_updateissuingcontrols = __esm(() => {
70854
+ init_v3();
70855
+ init_primitives2();
70856
+ init_issuingcontrolsrestrictionmode();
70857
+ init_issuingmerchantcategory();
70858
+ init_issuingvelocitylimit();
70859
+ init_merchantentry();
70860
+ init_schedulewindow();
70861
+ UpdateIssuingControlsMerchantCategoryRestrictions$inboundSchema = objectType({
70862
+ mode: optional3(IssuingControlsRestrictionMode$inboundSchema),
70863
+ categories: optional3(arrayType(IssuingMerchantCategory$inboundSchema)),
70864
+ customMCCs: optional3(arrayType(string4())),
70865
+ exemptMerchants: optional3(arrayType(MerchantEntry$inboundSchema))
70866
+ });
70867
+ UpdateIssuingControlsMerchantCategoryRestrictions$outboundSchema = objectType({
70868
+ mode: IssuingControlsRestrictionMode$outboundSchema.optional(),
70869
+ categories: arrayType(IssuingMerchantCategory$outboundSchema).optional(),
70870
+ customMCCs: arrayType(stringType()).optional(),
70871
+ exemptMerchants: arrayType(MerchantEntry$outboundSchema).optional()
70872
+ });
70873
+ UpdateIssuingControlsMerchantRestrictions$inboundSchema = objectType({
70874
+ mode: optional3(IssuingControlsRestrictionMode$inboundSchema),
70875
+ merchants: optional3(arrayType(MerchantEntry$inboundSchema))
70876
+ });
70877
+ UpdateIssuingControlsMerchantRestrictions$outboundSchema = objectType({
70878
+ mode: IssuingControlsRestrictionMode$outboundSchema.optional(),
70879
+ merchants: arrayType(MerchantEntry$outboundSchema).optional()
70880
+ });
70881
+ UpdateIssuingControlsAllowedSchedule$inboundSchema = objectType({
70882
+ timezone: optional3(string4()),
70883
+ windows: optional3(arrayType(ScheduleWindow$inboundSchema))
70884
+ });
70885
+ UpdateIssuingControlsAllowedSchedule$outboundSchema = objectType({
70886
+ timezone: stringType().optional(),
70887
+ windows: arrayType(ScheduleWindow$outboundSchema).optional()
70888
+ });
70889
+ UpdateIssuingControls$inboundSchema = objectType({
70890
+ velocityLimits: optional3(arrayType(IssuingVelocityLimit$inboundSchema)),
70891
+ merchantCategoryRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantCategoryRestrictions$inboundSchema)).optional(),
70892
+ merchantRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantRestrictions$inboundSchema)).optional(),
70893
+ allowedSchedule: nullableType(lazyType(() => UpdateIssuingControlsAllowedSchedule$inboundSchema)).optional(),
70894
+ expiresOn: nullableType(date4()).optional()
70895
+ });
70896
+ UpdateIssuingControls$outboundSchema = objectType({
70897
+ velocityLimits: arrayType(IssuingVelocityLimit$outboundSchema).optional(),
70898
+ merchantCategoryRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantCategoryRestrictions$outboundSchema)).optional(),
70899
+ merchantRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantRestrictions$outboundSchema)).optional(),
70900
+ allowedSchedule: nullableType(lazyType(() => UpdateIssuingControlsAllowedSchedule$outboundSchema)).optional(),
70901
+ expiresOn: nullableType(dateType().transform((v2) => v2.toISOString())).optional()
70902
+ });
70903
+ });
70904
+
70332
70905
  // src/models/components/updateissuedcard.ts
70333
70906
  var BillingAddress$inboundSchema, BillingAddress$outboundSchema, UpdateIssuedCard$inboundSchema, UpdateIssuedCard$outboundSchema;
70334
70907
  var init_updateissuedcard = __esm(() => {
70335
70908
  init_v3();
70336
70909
  init_primitives2();
70337
70910
  init_updateissuedcardstate();
70911
+ init_updateissuingcontrols();
70338
70912
  BillingAddress$inboundSchema = objectType({
70339
70913
  addressLine1: optional3(string4()),
70340
70914
  addressLine2: optional3(string4()),
@@ -70355,13 +70929,40 @@ var init_updateissuedcard = __esm(() => {
70355
70929
  state: optional3(UpdateIssuedCardState$inboundSchema),
70356
70930
  nickname: nullableType(string4()).optional(),
70357
70931
  metadata: nullableType(recordType(string4())).optional(),
70358
- billingAddress: nullableType(lazyType(() => BillingAddress$inboundSchema)).optional()
70932
+ billingAddress: nullableType(lazyType(() => BillingAddress$inboundSchema)).optional(),
70933
+ controls: optional3(UpdateIssuingControls$inboundSchema)
70359
70934
  });
70360
70935
  UpdateIssuedCard$outboundSchema = objectType({
70361
70936
  state: UpdateIssuedCardState$outboundSchema.optional(),
70362
70937
  nickname: nullableType(stringType()).optional(),
70363
70938
  metadata: nullableType(recordType(stringType())).optional(),
70364
- billingAddress: nullableType(lazyType(() => BillingAddress$outboundSchema)).optional()
70939
+ billingAddress: nullableType(lazyType(() => BillingAddress$outboundSchema)).optional(),
70940
+ controls: UpdateIssuingControls$outboundSchema.optional()
70941
+ });
70942
+ });
70943
+
70944
+ // src/models/components/updateissuingcontrolserror.ts
70945
+ var UpdateIssuingControlsError$inboundSchema, UpdateIssuingControlsError$outboundSchema;
70946
+ var init_updateissuingcontrolserror = __esm(() => {
70947
+ init_v3();
70948
+ init_primitives2();
70949
+ init_allowedscheduleerror();
70950
+ init_issuingvelocitylimiterror();
70951
+ init_merchantcategoryrestrictionserror();
70952
+ init_merchantrestrictionserror();
70953
+ UpdateIssuingControlsError$inboundSchema = objectType({
70954
+ velocityLimits: optional3(recordType(IssuingVelocityLimitError$inboundSchema)),
70955
+ merchantCategoryRestrictions: optional3(MerchantCategoryRestrictionsError$inboundSchema),
70956
+ merchantRestrictions: optional3(MerchantRestrictionsError$inboundSchema),
70957
+ allowedSchedule: optional3(AllowedScheduleError$inboundSchema),
70958
+ expiresOn: optional3(string4())
70959
+ });
70960
+ UpdateIssuingControlsError$outboundSchema = objectType({
70961
+ velocityLimits: recordType(IssuingVelocityLimitError$outboundSchema).optional(),
70962
+ merchantCategoryRestrictions: MerchantCategoryRestrictionsError$outboundSchema.optional(),
70963
+ merchantRestrictions: MerchantRestrictionsError$outboundSchema.optional(),
70964
+ allowedSchedule: AllowedScheduleError$outboundSchema.optional(),
70965
+ expiresOn: stringType().optional()
70365
70966
  });
70366
70967
  });
70367
70968
 
@@ -71460,8 +72061,11 @@ var init_webhookdatatransferstatus = __esm(() => {
71460
72061
  DestinationReturned: "destination.returned",
71461
72062
  DestinationOriginated: "destination.originated",
71462
72063
  DestinationConfirmed: "destination.confirmed",
72064
+ DestinationSettled: "destination.settled",
71463
72065
  DestinationFailed: "destination.failed",
71464
- DestinationAcceptedWithoutPosting: "destination.accepted-without-posting"
72066
+ DestinationCanceled: "destination.canceled",
72067
+ DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
72068
+ DestinationDeferred: "destination.deferred"
71465
72069
  };
71466
72070
  WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
71467
72071
  WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
@@ -71776,6 +72380,7 @@ var init_components = __esm(() => {
71776
72380
  init_addresssuggestion();
71777
72381
  init_addressupdate();
71778
72382
  init_adjustment();
72383
+ init_allowedscheduleerror();
71779
72384
  init_amount();
71780
72385
  init_amountdecimal();
71781
72386
  init_amountdecimalrange();
@@ -71800,6 +72405,7 @@ var init_components = __esm(() => {
71800
72405
  init_asynctransfer();
71801
72406
  init_authtoken();
71802
72407
  init_authtokenrequest();
72408
+ init_avataruploadrequest();
71803
72409
  init_bankaccount();
71804
72410
  init_bankaccountexception();
71805
72411
  init_bankaccountholdertype();
@@ -71989,6 +72595,7 @@ var init_components = __esm(() => {
71989
72595
  init_fednowservices();
71990
72596
  init_feecategory();
71991
72597
  init_feemodel();
72598
+ init_feepaidby();
71992
72599
  init_feeplan();
71993
72600
  init_feeplanagreement();
71994
72601
  init_feeplanagreementstatus();
@@ -72060,11 +72667,16 @@ var init_components = __esm(() => {
72060
72667
  init_issuedcardformfactor();
72061
72668
  init_issuedcardstate();
72062
72669
  init_issuedcardtransaction();
72670
+ init_issuedcontrols();
72671
+ init_issuedvelocitylimit();
72063
72672
  init_issuingauthorizationstatus();
72064
72673
  init_issuingcontrols();
72065
72674
  init_issuingcontrolserror();
72675
+ init_issuingcontrolsrestrictionmode();
72066
72676
  init_issuingintervallimit();
72677
+ init_issuingmerchantcategory();
72067
72678
  init_issuingmerchantdata();
72679
+ init_issuingscheduleday();
72068
72680
  init_issuingvelocitylimit();
72069
72681
  init_issuingvelocitylimiterror();
72070
72682
  init_itemlistnextpage();
@@ -72083,6 +72695,14 @@ var init_components = __esm(() => {
72083
72695
  init_listfeesfetchrequest();
72084
72696
  init_manualtermsofservice();
72085
72697
  init_manualtermsofserviceupdate();
72698
+ init_merchantcategories();
72699
+ init_merchantcategory();
72700
+ init_merchantcategoryrestrictions();
72701
+ init_merchantcategoryrestrictionserror();
72702
+ init_merchantentry();
72703
+ init_merchantentryerror();
72704
+ init_merchantrestrictions();
72705
+ init_merchantrestrictionserror();
72086
72706
  init_microdepositstatus();
72087
72707
  init_minimumcommitment();
72088
72708
  init_mode();
@@ -72154,6 +72774,8 @@ var init_components = __esm(() => {
72154
72774
  init_platformfees();
72155
72775
  init_primaryregulator();
72156
72776
  init_product();
72777
+ init_productcategories();
72778
+ init_productcategory();
72157
72779
  init_productimagemetadata();
72158
72780
  init_productoption();
72159
72781
  init_productoptiongroup();
@@ -72223,6 +72845,8 @@ var init_components = __esm(() => {
72223
72845
  init_schedulelistresponse();
72224
72846
  init_schedulepaymentmethod();
72225
72847
  init_scheduleresponse();
72848
+ init_schedulewindow();
72849
+ init_schedulewindowerror();
72226
72850
  init_seccode();
72227
72851
  init_security2();
72228
72852
  init_sendfunds();
@@ -72235,6 +72859,8 @@ var init_components = __esm(() => {
72235
72859
  init_sendfundspushtocarderror();
72236
72860
  init_sendfundsrtp();
72237
72861
  init_sendfundsrtperror();
72862
+ init_sendfundswire();
72863
+ init_sendfundswireerror();
72238
72864
  init_sentreceipt();
72239
72865
  init_settings();
72240
72866
  init_sharescopes();
@@ -72273,11 +72899,13 @@ var init_components = __esm(() => {
72273
72899
  init_transferaccount();
72274
72900
  init_transferachaddendarecord();
72275
72901
  init_transferamountdetails();
72902
+ init_transfercapture();
72276
72903
  init_transferconfig();
72277
72904
  init_transfercontrols();
72278
72905
  init_transferdestination();
72279
72906
  init_transferentrymode();
72280
72907
  init_transferfailurereason();
72908
+ init_transferfeepaidby();
72281
72909
  init_transferlineitem();
72282
72910
  init_transferlineitemimagemetadata();
72283
72911
  init_transferlineitemoption();
@@ -72303,6 +72931,8 @@ var init_components = __esm(() => {
72303
72931
  init_updateinvoice();
72304
72932
  init_updateissuedcard();
72305
72933
  init_updateissuedcardstate();
72934
+ init_updateissuingcontrols();
72935
+ init_updateissuingcontrolserror();
72306
72936
  init_updatepaymentlink();
72307
72937
  init_updatepaymentlinkamountdetails();
72308
72938
  init_updatepaymentlinkamountdetailsvalidationerror();
@@ -74226,6 +74856,7 @@ var init_productrequestvalidationerror = __esm(() => {
74226
74856
  basePrice;
74227
74857
  images;
74228
74858
  optionGroups;
74859
+ categoryID;
74229
74860
  data$;
74230
74861
  constructor(err, httpMeta) {
74231
74862
  const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
@@ -74241,6 +74872,8 @@ var init_productrequestvalidationerror = __esm(() => {
74241
74872
  this.images = err.images;
74242
74873
  if (err.optionGroups != null)
74243
74874
  this.optionGroups = err.optionGroups;
74875
+ if (err.categoryID != null)
74876
+ this.categoryID = err.categoryID;
74244
74877
  this.name = "ProductRequestValidationError";
74245
74878
  }
74246
74879
  };
@@ -74250,6 +74883,7 @@ var init_productrequestvalidationerror = __esm(() => {
74250
74883
  basePrice: optional3(AmountDecimalValidationError$inboundSchema),
74251
74884
  images: optional3(recordType(AssignProductImageValidationError$inboundSchema)),
74252
74885
  optionGroups: optional3(recordType(ProductOptionGroupValidationError$inboundSchema)),
74886
+ categoryID: optional3(string4()),
74253
74887
  request$: instanceOfType(Request),
74254
74888
  response$: instanceOfType(Response),
74255
74889
  body$: stringType()
@@ -74265,7 +74899,8 @@ var init_productrequestvalidationerror = __esm(() => {
74265
74899
  description: stringType().optional(),
74266
74900
  basePrice: AmountDecimalValidationError$outboundSchema.optional(),
74267
74901
  images: recordType(AssignProductImageValidationError$outboundSchema).optional(),
74268
- optionGroups: recordType(ProductOptionGroupValidationError$outboundSchema).optional()
74902
+ optionGroups: recordType(ProductOptionGroupValidationError$outboundSchema).optional(),
74903
+ categoryID: stringType().optional()
74269
74904
  }));
74270
74905
  });
74271
74906
 
@@ -74656,6 +75291,7 @@ var init_transfer2 = __esm(() => {
74656
75291
  lineItems;
74657
75292
  invoiceID;
74658
75293
  amountDetails;
75294
+ capture;
74659
75295
  data$;
74660
75296
  constructor(err, httpMeta) {
74661
75297
  const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
@@ -74713,6 +75349,8 @@ var init_transfer2 = __esm(() => {
74713
75349
  this.invoiceID = err.invoiceID;
74714
75350
  if (err.amountDetails != null)
74715
75351
  this.amountDetails = err.amountDetails;
75352
+ if (err.capture != null)
75353
+ this.capture = err.capture;
74716
75354
  this.name = "Transfer";
74717
75355
  }
74718
75356
  };
@@ -74746,6 +75384,7 @@ var init_transfer2 = __esm(() => {
74746
75384
  lineItems: optional3(TransferLineItems$inboundSchema),
74747
75385
  invoiceID: optional3(string4()),
74748
75386
  amountDetails: optional3(TransferAmountDetails$inboundSchema),
75387
+ capture: optional3(TransferCapture$inboundSchema),
74749
75388
  request$: instanceOfType(Request),
74750
75389
  response$: instanceOfType(Response),
74751
75390
  body$: stringType()
@@ -74785,7 +75424,8 @@ var init_transfer2 = __esm(() => {
74785
75424
  foreignID: stringType().optional(),
74786
75425
  lineItems: TransferLineItems$outboundSchema.optional(),
74787
75426
  invoiceID: stringType().optional(),
74788
- amountDetails: TransferAmountDetails$outboundSchema.optional()
75427
+ amountDetails: TransferAmountDetails$outboundSchema.optional(),
75428
+ capture: TransferCapture$outboundSchema.optional()
74789
75429
  }));
74790
75430
  });
74791
75431
 
@@ -75140,6 +75780,7 @@ var init_updateissuedcarderror = __esm(() => {
75140
75780
  nickname;
75141
75781
  metadata;
75142
75782
  billingAddress;
75783
+ controls;
75143
75784
  data$;
75144
75785
  constructor(err, httpMeta) {
75145
75786
  const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
@@ -75153,6 +75794,8 @@ var init_updateissuedcarderror = __esm(() => {
75153
75794
  this.metadata = err.metadata;
75154
75795
  if (err.billingAddress != null)
75155
75796
  this.billingAddress = err.billingAddress;
75797
+ if (err.controls != null)
75798
+ this.controls = err.controls;
75156
75799
  this.name = "UpdateIssuedCardError";
75157
75800
  }
75158
75801
  };
@@ -75161,6 +75804,7 @@ var init_updateissuedcarderror = __esm(() => {
75161
75804
  nickname: optional3(string4()),
75162
75805
  metadata: optional3(string4()),
75163
75806
  billingAddress: optional3(AddressError$inboundSchema),
75807
+ controls: optional3(UpdateIssuingControlsError$inboundSchema),
75164
75808
  request$: instanceOfType(Request),
75165
75809
  response$: instanceOfType(Response),
75166
75810
  body$: stringType()
@@ -75175,7 +75819,8 @@ var init_updateissuedcarderror = __esm(() => {
75175
75819
  state: stringType().optional(),
75176
75820
  nickname: stringType().optional(),
75177
75821
  metadata: stringType().optional(),
75178
- billingAddress: AddressError$outboundSchema.optional()
75822
+ billingAddress: AddressError$outboundSchema.optional(),
75823
+ controls: UpdateIssuingControlsError$outboundSchema.optional()
75179
75824
  }));
75180
75825
  });
75181
75826
 
@@ -76901,6 +77546,42 @@ var init_createwebhook2 = __esm(() => {
76901
77546
  });
76902
77547
  });
76903
77548
 
77549
+ // src/models/operations/deleteavatar.ts
77550
+ var DeleteAvatarSecurity$inboundSchema, DeleteAvatarSecurity$outboundSchema, DeleteAvatarRequest$inboundSchema, DeleteAvatarRequest$outboundSchema, DeleteAvatarResponse$inboundSchema, DeleteAvatarResponse$outboundSchema;
77551
+ var init_deleteavatar = __esm(() => {
77552
+ init_v3();
77553
+ init_primitives();
77554
+ init_primitives2();
77555
+ DeleteAvatarSecurity$inboundSchema = objectType({
77556
+ username: optional3(string4()),
77557
+ password: optional3(string4())
77558
+ });
77559
+ DeleteAvatarSecurity$outboundSchema = objectType({
77560
+ username: stringType().optional(),
77561
+ password: stringType().optional()
77562
+ });
77563
+ DeleteAvatarRequest$inboundSchema = objectType({
77564
+ uniqueID: string4()
77565
+ });
77566
+ DeleteAvatarRequest$outboundSchema = objectType({
77567
+ uniqueID: stringType()
77568
+ });
77569
+ DeleteAvatarResponse$inboundSchema = objectType({
77570
+ Headers: recordType(arrayType(stringType())).default({})
77571
+ }).transform((v2) => {
77572
+ return remap(v2, {
77573
+ Headers: "headers"
77574
+ });
77575
+ });
77576
+ DeleteAvatarResponse$outboundSchema = objectType({
77577
+ headers: recordType(arrayType(stringType()))
77578
+ }).transform((v2) => {
77579
+ return remap(v2, {
77580
+ headers: "Headers"
77581
+ });
77582
+ });
77583
+ });
77584
+
76904
77585
  // src/models/operations/deletedisputeevidencefile.ts
76905
77586
  var DeleteDisputeEvidenceFileRequest$inboundSchema, DeleteDisputeEvidenceFileRequest$outboundSchema, DeleteDisputeEvidenceFileResponse$inboundSchema, DeleteDisputeEvidenceFileResponse$outboundSchema;
76906
77587
  var init_deletedisputeevidencefile = __esm(() => {
@@ -80546,6 +81227,32 @@ var init_listissuedcardtransactions = __esm(() => {
80546
81227
  });
80547
81228
  });
80548
81229
 
81230
+ // src/models/operations/listissuingmerchantcategories.ts
81231
+ var ListIssuingMerchantCategoriesResponse$inboundSchema, ListIssuingMerchantCategoriesResponse$outboundSchema;
81232
+ var init_listissuingmerchantcategories = __esm(() => {
81233
+ init_v3();
81234
+ init_primitives();
81235
+ init_components();
81236
+ ListIssuingMerchantCategoriesResponse$inboundSchema = objectType({
81237
+ Headers: recordType(arrayType(stringType())).default({}),
81238
+ Result: MerchantCategories$inboundSchema
81239
+ }).transform((v2) => {
81240
+ return remap(v2, {
81241
+ Headers: "headers",
81242
+ Result: "result"
81243
+ });
81244
+ });
81245
+ ListIssuingMerchantCategoriesResponse$outboundSchema = objectType({
81246
+ headers: recordType(arrayType(stringType())),
81247
+ result: MerchantCategories$outboundSchema
81248
+ }).transform((v2) => {
81249
+ return remap(v2, {
81250
+ headers: "Headers",
81251
+ result: "Result"
81252
+ });
81253
+ });
81254
+ });
81255
+
80549
81256
  // src/models/operations/listonboardinginvites.ts
80550
81257
  var ListOnboardingInvitesResponse$inboundSchema, ListOnboardingInvitesResponse$outboundSchema;
80551
81258
  var init_listonboardinginvites = __esm(() => {
@@ -80689,6 +81396,32 @@ var init_listpaymentmethods = __esm(() => {
80689
81396
  });
80690
81397
  });
80691
81398
 
81399
+ // src/models/operations/listproductcategories.ts
81400
+ var ListProductCategoriesResponse$inboundSchema, ListProductCategoriesResponse$outboundSchema;
81401
+ var init_listproductcategories = __esm(() => {
81402
+ init_v3();
81403
+ init_primitives();
81404
+ init_components();
81405
+ ListProductCategoriesResponse$inboundSchema = objectType({
81406
+ Headers: recordType(arrayType(stringType())).default({}),
81407
+ Result: ProductCategories$inboundSchema
81408
+ }).transform((v2) => {
81409
+ return remap(v2, {
81410
+ Headers: "headers",
81411
+ Result: "result"
81412
+ });
81413
+ });
81414
+ ListProductCategoriesResponse$outboundSchema = objectType({
81415
+ headers: recordType(arrayType(stringType())),
81416
+ result: ProductCategories$outboundSchema
81417
+ }).transform((v2) => {
81418
+ return remap(v2, {
81419
+ headers: "Headers",
81420
+ result: "Result"
81421
+ });
81422
+ });
81423
+ });
81424
+
80692
81425
  // src/models/operations/listproducts.ts
80693
81426
  var ListProductsRequest$inboundSchema, ListProductsRequest$outboundSchema, ListProductsResponse$inboundSchema, ListProductsResponse$outboundSchema;
80694
81427
  var init_listproducts = __esm(() => {
@@ -80699,12 +81432,14 @@ var init_listproducts = __esm(() => {
80699
81432
  ListProductsRequest$inboundSchema = objectType({
80700
81433
  accountID: string4(),
80701
81434
  title: optional3(string4()),
81435
+ category: optional3(string4()),
80702
81436
  skip: optional3(number4()),
80703
81437
  count: optional3(number4())
80704
81438
  });
80705
81439
  ListProductsRequest$outboundSchema = objectType({
80706
81440
  accountID: stringType(),
80707
81441
  title: stringType().optional(),
81442
+ category: stringType().optional(),
80708
81443
  skip: numberType().int().optional(),
80709
81444
  count: numberType().int().optional()
80710
81445
  });
@@ -81235,6 +81970,8 @@ var init_listtransfers = __esm(() => {
81235
81970
  refunded: optional3(boolean4()),
81236
81971
  disputed: optional3(boolean4()),
81237
81972
  foreignID: optional3(string4()),
81973
+ authorizationIDs: optional3(arrayType(string4())),
81974
+ captureIDs: optional3(arrayType(string4())),
81238
81975
  skip: optional3(number4()),
81239
81976
  count: optional3(number4()),
81240
81977
  accountID: string4()
@@ -81250,6 +81987,8 @@ var init_listtransfers = __esm(() => {
81250
81987
  refunded: booleanType().optional(),
81251
81988
  disputed: booleanType().optional(),
81252
81989
  foreignID: stringType().optional(),
81990
+ authorizationIDs: arrayType(stringType()).optional(),
81991
+ captureIDs: arrayType(stringType()).optional(),
81253
81992
  skip: numberType().int().optional(),
81254
81993
  count: numberType().int().optional(),
81255
81994
  accountID: stringType()
@@ -82615,6 +83354,53 @@ var init_updatewebhook2 = __esm(() => {
82615
83354
  });
82616
83355
  });
82617
83356
 
83357
+ // src/models/operations/uploadavatar.ts
83358
+ var UploadAvatarSecurity$inboundSchema, UploadAvatarSecurity$outboundSchema, UploadAvatarRequest$inboundSchema, UploadAvatarRequest$outboundSchema, UploadAvatarResponse$inboundSchema, UploadAvatarResponse$outboundSchema;
83359
+ var init_uploadavatar = __esm(() => {
83360
+ init_v3();
83361
+ init_primitives();
83362
+ init_primitives2();
83363
+ init_components();
83364
+ UploadAvatarSecurity$inboundSchema = objectType({
83365
+ username: optional3(string4()),
83366
+ password: optional3(string4())
83367
+ });
83368
+ UploadAvatarSecurity$outboundSchema = objectType({
83369
+ username: stringType().optional(),
83370
+ password: stringType().optional()
83371
+ });
83372
+ UploadAvatarRequest$inboundSchema = objectType({
83373
+ uniqueID: string4(),
83374
+ AvatarUploadRequest: AvatarUploadRequest$inboundSchema
83375
+ }).transform((v2) => {
83376
+ return remap(v2, {
83377
+ AvatarUploadRequest: "avatarUploadRequest"
83378
+ });
83379
+ });
83380
+ UploadAvatarRequest$outboundSchema = objectType({
83381
+ uniqueID: stringType(),
83382
+ avatarUploadRequest: AvatarUploadRequest$outboundSchema
83383
+ }).transform((v2) => {
83384
+ return remap(v2, {
83385
+ avatarUploadRequest: "AvatarUploadRequest"
83386
+ });
83387
+ });
83388
+ UploadAvatarResponse$inboundSchema = objectType({
83389
+ Headers: recordType(arrayType(stringType())).default({})
83390
+ }).transform((v2) => {
83391
+ return remap(v2, {
83392
+ Headers: "headers"
83393
+ });
83394
+ });
83395
+ UploadAvatarResponse$outboundSchema = objectType({
83396
+ headers: recordType(arrayType(stringType()))
83397
+ }).transform((v2) => {
83398
+ return remap(v2, {
83399
+ headers: "Headers"
83400
+ });
83401
+ });
83402
+ });
83403
+
82618
83404
  // src/models/operations/uploaddisputeevidencefile.ts
82619
83405
  var UploadDisputeEvidenceFileRequest$inboundSchema, UploadDisputeEvidenceFileRequest$outboundSchema, UploadDisputeEvidenceFileResponse$inboundSchema, UploadDisputeEvidenceFileResponse$outboundSchema;
82620
83406
  var init_uploaddisputeevidencefile = __esm(() => {
@@ -82912,6 +83698,7 @@ var init_operations = __esm(() => {
82912
83698
  init_createtransferoptions2();
82913
83699
  init_createwallet2();
82914
83700
  init_createwebhook2();
83701
+ init_deleteavatar();
82915
83702
  init_deletedisputeevidencefile();
82916
83703
  init_deleteimage();
82917
83704
  init_deleteinvoice();
@@ -83011,10 +83798,12 @@ var init_operations = __esm(() => {
83011
83798
  init_listissuedcardauthorizations();
83012
83799
  init_listissuedcards();
83013
83800
  init_listissuedcardtransactions();
83801
+ init_listissuingmerchantcategories();
83014
83802
  init_listonboardinginvites();
83015
83803
  init_listpartnerpricingagreements();
83016
83804
  init_listpaymentlinks();
83017
83805
  init_listpaymentmethods();
83806
+ init_listproductcategories();
83018
83807
  init_listproducts();
83019
83808
  init_listreceipts();
83020
83809
  init_listrefunds();
@@ -83063,6 +83852,7 @@ var init_operations = __esm(() => {
83063
83852
  init_updatetransferconfig();
83064
83853
  init_updatewallet();
83065
83854
  init_updatewebhook2();
83855
+ init_uploadavatar();
83066
83856
  init_uploaddisputeevidencefile();
83067
83857
  init_uploaddisputeevidencetext();
83068
83858
  init_uploadfile();
@@ -85921,7 +86711,7 @@ var init_avatarsGet2 = __esm(() => {
85921
86711
  name: "avatars-get",
85922
86712
  description: `Get avatar image for an account using a unique ID.
85923
86713
 
85924
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
86714
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
85925
86715
  you'll need to specify the \`/profile-enrichment.read\` scope.`,
85926
86716
  args: args25,
85927
86717
  tool: async (client, args26, ctx) => {
@@ -88171,11 +88961,101 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
88171
88961
  };
88172
88962
  });
88173
88963
 
88964
+ // src/funcs/cardIssuingListMerchantCategories.ts
88965
+ function cardIssuingListMerchantCategories(client, options) {
88966
+ return new APIPromise($do45(client, options));
88967
+ }
88968
+ async function $do45(client, options) {
88969
+ const path = pathToFunc("/issuing/merchant-categories")();
88970
+ const headers = new Headers(compactMap({
88971
+ Accept: "application/json"
88972
+ }));
88973
+ const securityInput = await extractSecurity(client._options.security);
88974
+ const requestSecurity = resolveGlobalSecurity(securityInput);
88975
+ const context = {
88976
+ options: client._options,
88977
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
88978
+ operationID: "listIssuingMerchantCategories",
88979
+ oAuth2Scopes: null,
88980
+ resolvedSecurity: requestSecurity,
88981
+ securitySource: client._options.security,
88982
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
88983
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
88984
+ };
88985
+ const requestRes = client._createRequest(context, {
88986
+ security: requestSecurity,
88987
+ method: "GET",
88988
+ baseURL: options?.serverURL,
88989
+ path,
88990
+ headers,
88991
+ userAgent: client._options.userAgent,
88992
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
88993
+ }, options);
88994
+ if (!requestRes.ok) {
88995
+ return [requestRes, { status: "invalid" }];
88996
+ }
88997
+ const req = requestRes.value;
88998
+ const doResult = await client._do(req, {
88999
+ context,
89000
+ isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
89001
+ retryConfig: context.retryConfig,
89002
+ retryCodes: context.retryCodes
89003
+ });
89004
+ if (!doResult.ok) {
89005
+ return [doResult, { status: "request-error", request: req }];
89006
+ }
89007
+ const response = doResult.value;
89008
+ const responseFields = {
89009
+ HttpMeta: { Response: response, Request: req }
89010
+ };
89011
+ const [result] = await match(json(200, ListIssuingMerchantCategoriesResponse$inboundSchema, { hdrs: true, key: "Result" }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
89012
+ if (!result.ok) {
89013
+ return [result, { status: "complete", request: req, response }];
89014
+ }
89015
+ return [result, { status: "complete", request: req, response }];
89016
+ }
89017
+ var init_cardIssuingListMerchantCategories = __esm(() => {
89018
+ init_http();
89019
+ init_matchers();
89020
+ init_primitives();
89021
+ init_security();
89022
+ init_url();
89023
+ init_operations();
89024
+ init_async();
89025
+ });
89026
+
89027
+ // src/mcp-server/tools/cardIssuingListMerchantCategories.ts
89028
+ var tool$cardIssuingListMerchantCategories;
89029
+ var init_cardIssuingListMerchantCategories2 = __esm(() => {
89030
+ init_cardIssuingListMerchantCategories();
89031
+ init_tools();
89032
+ tool$cardIssuingListMerchantCategories = {
89033
+ name: "card-issuing-list-merchant-categories",
89034
+ description: `List the predefined merchant category groups available for issued card spend controls, along with
89035
+ the merchant category codes (MCCs) each group covers. Use these category names in an issued card's
89036
+ \`merchantCategoryRestrictions\`.
89037
+
89038
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/),
89039
+ you'll need to specify the \`/issued-cards.read\` scope.`,
89040
+ tool: async (client, ctx) => {
89041
+ const [result, apiCall] = await cardIssuingListMerchantCategories(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
89042
+ if (!result.ok) {
89043
+ return {
89044
+ content: [{ type: "text", text: result.error.message }],
89045
+ isError: true
89046
+ };
89047
+ }
89048
+ const value = result.value.result;
89049
+ return formatResult(value, apiCall);
89050
+ }
89051
+ };
89052
+ });
89053
+
88174
89054
  // src/funcs/cardIssuingRequest.ts
88175
89055
  function cardIssuingRequest(client, request, options) {
88176
- return new APIPromise($do45(client, request, options));
89056
+ return new APIPromise($do46(client, request, options));
88177
89057
  }
88178
- async function $do45(client, request, options) {
89058
+ async function $do46(client, request, options) {
88179
89059
  const parsed = safeParse4(request, (value) => RequestCardRequest$outboundSchema.parse(value), "Input validation failed");
88180
89060
  if (!parsed.ok) {
88181
89061
  return [parsed, { status: "invalid" }];
@@ -88286,9 +89166,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.write\` scope.`,
88286
89166
 
88287
89167
  // src/funcs/cardIssuingUpdate.ts
88288
89168
  function cardIssuingUpdate(client, request, options) {
88289
- return new APIPromise($do46(client, request, options));
89169
+ return new APIPromise($do47(client, request, options));
88290
89170
  }
88291
- async function $do46(client, request, options) {
89171
+ async function $do47(client, request, options) {
88292
89172
  const parsed = safeParse4(request, (value) => UpdateIssuedCardRequest$outboundSchema.parse(value), "Input validation failed");
88293
89173
  if (!parsed.ok) {
88294
89174
  return [parsed, { status: "invalid" }];
@@ -88403,9 +89283,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.write\` scope.`,
88403
89283
 
88404
89284
  // src/funcs/cardsDisable.ts
88405
89285
  function cardsDisable(client, request, options) {
88406
- return new APIPromise($do47(client, request, options));
89286
+ return new APIPromise($do48(client, request, options));
88407
89287
  }
88408
- async function $do47(client, request, options) {
89288
+ async function $do48(client, request, options) {
88409
89289
  const parsed = safeParse4(request, (value) => DisableCardRequest$outboundSchema.parse(value), "Input validation failed");
88410
89290
  if (!parsed.ok) {
88411
89291
  return [parsed, { status: "invalid" }];
@@ -88518,9 +89398,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
88518
89398
 
88519
89399
  // src/funcs/cardsGet.ts
88520
89400
  function cardsGet(client, request, options) {
88521
- return new APIPromise($do48(client, request, options));
89401
+ return new APIPromise($do49(client, request, options));
88522
89402
  }
88523
- async function $do48(client, request, options) {
89403
+ async function $do49(client, request, options) {
88524
89404
  const parsed = safeParse4(request, (value) => GetCardRequest$outboundSchema.parse(value), "Input validation failed");
88525
89405
  if (!parsed.ok) {
88526
89406
  return [parsed, { status: "invalid" }];
@@ -88635,9 +89515,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.read\` scope.`,
88635
89515
 
88636
89516
  // src/funcs/cardsGetMetadata.ts
88637
89517
  function cardsGetMetadata(client, request, options) {
88638
- return new APIPromise($do49(client, request, options));
89518
+ return new APIPromise($do50(client, request, options));
88639
89519
  }
88640
- async function $do49(client, request, options) {
89520
+ async function $do50(client, request, options) {
88641
89521
  const parsed = safeParse4(request, (value) => CardMetadataRequest$outboundSchema.parse(value), "Input validation failed");
88642
89522
  if (!parsed.ok) {
88643
89523
  return [parsed, { status: "invalid" }];
@@ -88747,9 +89627,9 @@ you'll need to specify the \`/card-metadata.read\` scope.`,
88747
89627
 
88748
89628
  // src/funcs/cardsLink.ts
88749
89629
  function cardsLink(client, request, options) {
88750
- return new APIPromise($do50(client, request, options));
89630
+ return new APIPromise($do51(client, request, options));
88751
89631
  }
88752
- async function $do50(client, request, options) {
89632
+ async function $do51(client, request, options) {
88753
89633
  const parsed = safeParse4(request, (value) => LinkCardRequest$outboundSchema.parse(value), "Input validation failed");
88754
89634
  if (!parsed.ok) {
88755
89635
  return [parsed, { status: "invalid" }];
@@ -88878,9 +89758,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
88878
89758
 
88879
89759
  // src/funcs/cardsList.ts
88880
89760
  function cardsList(client, request, options) {
88881
- return new APIPromise($do51(client, request, options));
89761
+ return new APIPromise($do52(client, request, options));
88882
89762
  }
88883
- async function $do51(client, request, options) {
89763
+ async function $do52(client, request, options) {
88884
89764
  const parsed = safeParse4(request, (value) => ListCardsRequest$outboundSchema.parse(value), "Input validation failed");
88885
89765
  if (!parsed.ok) {
88886
89766
  return [parsed, { status: "invalid" }];
@@ -88991,9 +89871,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.read\` scope.`,
88991
89871
 
88992
89872
  // src/funcs/cardsUpdate.ts
88993
89873
  function cardsUpdate(client, request, options) {
88994
- return new APIPromise($do52(client, request, options));
89874
+ return new APIPromise($do53(client, request, options));
88995
89875
  }
88996
- async function $do52(client, request, options) {
89876
+ async function $do53(client, request, options) {
88997
89877
  const parsed = safeParse4(request, (value) => UpdateCardRequest$outboundSchema.parse(value), "Input validation failed");
88998
89878
  if (!parsed.ok) {
88999
89879
  return [parsed, { status: "invalid" }];
@@ -89117,9 +89997,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
89117
89997
 
89118
89998
  // src/funcs/depositViewCreate.ts
89119
89999
  function depositViewCreate(client, request, options) {
89120
- return new APIPromise($do53(client, request, options));
90000
+ return new APIPromise($do54(client, request, options));
89121
90001
  }
89122
- async function $do53(client, request, options) {
90002
+ async function $do54(client, request, options) {
89123
90003
  const parsed = safeParse4(request, (value) => CreateDepositAccountRequest$outboundSchema.parse(value), "Input validation failed");
89124
90004
  if (!parsed.ok) {
89125
90005
  return [parsed, { status: "invalid" }];
@@ -89237,9 +90117,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
89237
90117
 
89238
90118
  // src/funcs/disputesAccept.ts
89239
90119
  function disputesAccept(client, request, options) {
89240
- return new APIPromise($do54(client, request, options));
90120
+ return new APIPromise($do55(client, request, options));
89241
90121
  }
89242
- async function $do54(client, request, options) {
90122
+ async function $do55(client, request, options) {
89243
90123
  const parsed = safeParse4(request, (value) => AcceptDisputeRequest$outboundSchema.parse(value), "Input validation failed");
89244
90124
  if (!parsed.ok) {
89245
90125
  return [parsed, { status: "invalid" }];
@@ -89355,9 +90235,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89355
90235
 
89356
90236
  // src/funcs/disputesDeleteEvidence.ts
89357
90237
  function disputesDeleteEvidence(client, request, options) {
89358
- return new APIPromise($do55(client, request, options));
90238
+ return new APIPromise($do56(client, request, options));
89359
90239
  }
89360
- async function $do55(client, request, options) {
90240
+ async function $do56(client, request, options) {
89361
90241
  const parsed = safeParse4(request, (value) => DeleteDisputeEvidenceFileRequest$outboundSchema.parse(value), "Input validation failed");
89362
90242
  if (!parsed.ok) {
89363
90243
  return [parsed, { status: "invalid" }];
@@ -89474,9 +90354,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
89474
90354
 
89475
90355
  // src/funcs/disputesGet.ts
89476
90356
  function disputesGet(client, request, options) {
89477
- return new APIPromise($do56(client, request, options));
90357
+ return new APIPromise($do57(client, request, options));
89478
90358
  }
89479
- async function $do56(client, request, options) {
90359
+ async function $do57(client, request, options) {
89480
90360
  const parsed = safeParse4(request, (value) => GetDisputeRequest$outboundSchema.parse(value), "Input validation failed");
89481
90361
  if (!parsed.ok) {
89482
90362
  return [parsed, { status: "invalid" }];
@@ -89591,9 +90471,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89591
90471
 
89592
90472
  // src/funcs/disputesGetEvidence.ts
89593
90473
  function disputesGetEvidence(client, request, options) {
89594
- return new APIPromise($do57(client, request, options));
90474
+ return new APIPromise($do58(client, request, options));
89595
90475
  }
89596
- async function $do57(client, request, options) {
90476
+ async function $do58(client, request, options) {
89597
90477
  const parsed = safeParse4(request, (value) => GetDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
89598
90478
  if (!parsed.ok) {
89599
90479
  return [parsed, { status: "invalid" }];
@@ -89712,9 +90592,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89712
90592
 
89713
90593
  // src/funcs/disputesGetEvidenceData.ts
89714
90594
  function disputesGetEvidenceData(client, request, options) {
89715
- return new APIPromise($do58(client, request, options));
90595
+ return new APIPromise($do59(client, request, options));
89716
90596
  }
89717
- async function $do58(client, request, options) {
90597
+ async function $do59(client, request, options) {
89718
90598
  const parsed = safeParse4(request, (value) => GetDisputeEvidenceDataRequest$outboundSchema.parse(value), "Input validation failed");
89719
90599
  if (!parsed.ok) {
89720
90600
  return [parsed, { status: "invalid" }];
@@ -89842,9 +90722,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89842
90722
 
89843
90723
  // src/funcs/disputesList.ts
89844
90724
  function disputesList(client, request, options) {
89845
- return new APIPromise($do59(client, request, options));
90725
+ return new APIPromise($do60(client, request, options));
89846
90726
  }
89847
- async function $do59(client, request, options) {
90727
+ async function $do60(client, request, options) {
89848
90728
  const parsed = safeParse4(request, (value) => ListDisputesRequest$outboundSchema.parse(value), "Input validation failed");
89849
90729
  if (!parsed.ok) {
89850
90730
  return [parsed, { status: "invalid" }];
@@ -89971,9 +90851,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89971
90851
 
89972
90852
  // src/funcs/disputesListEvidence.ts
89973
90853
  function disputesListEvidence(client, request, options) {
89974
- return new APIPromise($do60(client, request, options));
90854
+ return new APIPromise($do61(client, request, options));
89975
90855
  }
89976
- async function $do60(client, request, options) {
90856
+ async function $do61(client, request, options) {
89977
90857
  const parsed = safeParse4(request, (value) => ListDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
89978
90858
  if (!parsed.ok) {
89979
90859
  return [parsed, { status: "invalid" }];
@@ -90088,9 +90968,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
90088
90968
 
90089
90969
  // src/funcs/disputesSubmitEvidence.ts
90090
90970
  function disputesSubmitEvidence(client, request, options) {
90091
- return new APIPromise($do61(client, request, options));
90971
+ return new APIPromise($do62(client, request, options));
90092
90972
  }
90093
- async function $do61(client, request, options) {
90973
+ async function $do62(client, request, options) {
90094
90974
  const parsed = safeParse4(request, (value) => SubmitDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
90095
90975
  if (!parsed.ok) {
90096
90976
  return [parsed, { status: "invalid" }];
@@ -90209,9 +91089,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
90209
91089
 
90210
91090
  // src/funcs/disputesUpdateEvidence.ts
90211
91091
  function disputesUpdateEvidence(client, request, options) {
90212
- return new APIPromise($do62(client, request, options));
91092
+ return new APIPromise($do63(client, request, options));
90213
91093
  }
90214
- async function $do62(client, request, options) {
91094
+ async function $do63(client, request, options) {
90215
91095
  const parsed = safeParse4(request, (value) => UpdateDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
90216
91096
  if (!parsed.ok) {
90217
91097
  return [parsed, { status: "invalid" }];
@@ -90407,9 +91287,9 @@ function isReadableStream(val) {
90407
91287
 
90408
91288
  // src/funcs/disputesUploadEvidenceFile.ts
90409
91289
  function disputesUploadEvidenceFile(client, request, options) {
90410
- return new APIPromise($do63(client, request, options));
91290
+ return new APIPromise($do64(client, request, options));
90411
91291
  }
90412
- async function $do63(client, request, options) {
91292
+ async function $do64(client, request, options) {
90413
91293
  const parsed = safeParse4(request, (value) => UploadDisputeEvidenceFileRequest$outboundSchema.parse(value), "Input validation failed");
90414
91294
  if (!parsed.ok) {
90415
91295
  return [parsed, { status: "invalid" }];
@@ -90542,9 +91422,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
90542
91422
 
90543
91423
  // src/funcs/disputesUploadEvidenceText.ts
90544
91424
  function disputesUploadEvidenceText(client, request, options) {
90545
- return new APIPromise($do64(client, request, options));
91425
+ return new APIPromise($do65(client, request, options));
90546
91426
  }
90547
- async function $do64(client, request, options) {
91427
+ async function $do65(client, request, options) {
90548
91428
  const parsed = safeParse4(request, (value) => UploadDisputeEvidenceTextRequest$outboundSchema.parse(value), "Input validation failed");
90549
91429
  if (!parsed.ok) {
90550
91430
  return [parsed, { status: "invalid" }];
@@ -90663,9 +91543,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
90663
91543
 
90664
91544
  // src/funcs/endToEndEncryptionGenerateKey.ts
90665
91545
  function endToEndEncryptionGenerateKey(client, options) {
90666
- return new APIPromise($do65(client, options));
91546
+ return new APIPromise($do66(client, options));
90667
91547
  }
90668
- async function $do65(client, options) {
91548
+ async function $do66(client, options) {
90669
91549
  const path = pathToFunc("/end-to-end-keys")();
90670
91550
  const headers = new Headers(compactMap({
90671
91551
  Accept: "application/json"
@@ -90751,9 +91631,9 @@ var init_endToEndEncryptionGenerateKey2 = __esm(() => {
90751
91631
 
90752
91632
  // src/funcs/endToEndEncryptionTestEncryptedToken.ts
90753
91633
  function endToEndEncryptionTestEncryptedToken(client, request, options) {
90754
- return new APIPromise($do66(client, request, options));
91634
+ return new APIPromise($do67(client, request, options));
90755
91635
  }
90756
- async function $do66(client, request, options) {
91636
+ async function $do67(client, request, options) {
90757
91637
  const parsed = safeParse4(request, (value) => E2EEToken$outboundSchema.parse(value), "Input validation failed");
90758
91638
  if (!parsed.ok) {
90759
91639
  return [parsed, { status: "invalid" }];
@@ -90856,9 +91736,9 @@ you'll need to specify the \`/ping.read\` scope.`,
90856
91736
 
90857
91737
  // src/funcs/enrichedAddressGet.ts
90858
91738
  function enrichedAddressGet(client, request, options) {
90859
- return new APIPromise($do67(client, request, options));
91739
+ return new APIPromise($do68(client, request, options));
90860
91740
  }
90861
- async function $do67(client, request, options) {
91741
+ async function $do68(client, request, options) {
90862
91742
  const parsed = safeParse4(request, (value) => GetEnrichmentAddressRequest$outboundSchema.parse(value), "Input validation failed");
90863
91743
  if (!parsed.ok) {
90864
91744
  return [parsed, { status: "invalid" }];
@@ -90958,7 +91838,7 @@ var init_enrichedAddressGet2 = __esm(() => {
90958
91838
  name: "enriched-address-get",
90959
91839
  description: `Fetch enriched address suggestions. Requires a partial address.
90960
91840
 
90961
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
91841
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
90962
91842
  you'll need to specify the \`/profile-enrichment.read\` scope.`,
90963
91843
  args: args66,
90964
91844
  tool: async (client, args67, ctx) => {
@@ -90977,9 +91857,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
90977
91857
 
90978
91858
  // src/funcs/enrichedProfileGet.ts
90979
91859
  function enrichedProfileGet(client, request, options) {
90980
- return new APIPromise($do68(client, request, options));
91860
+ return new APIPromise($do69(client, request, options));
90981
91861
  }
90982
- async function $do68(client, request, options) {
91862
+ async function $do69(client, request, options) {
90983
91863
  const parsed = safeParse4(request, (value) => GetEnrichmentProfileRequest$outboundSchema.parse(value), "Input validation failed");
90984
91864
  if (!parsed.ok) {
90985
91865
  return [parsed, { status: "invalid" }];
@@ -91067,7 +91947,7 @@ var init_enrichedProfileGet2 = __esm(() => {
91067
91947
  name: "enriched-profile-get",
91068
91948
  description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
91069
91949
 
91070
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
91950
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
91071
91951
  you'll need to specify the \`/profile-enrichment.read\` scope.`,
91072
91952
  args: args67,
91073
91953
  tool: async (client, args68, ctx) => {
@@ -91086,9 +91966,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
91086
91966
 
91087
91967
  // src/funcs/feePlansCreateFeePlanAgreements.ts
91088
91968
  function feePlansCreateFeePlanAgreements(client, request, options) {
91089
- return new APIPromise($do69(client, request, options));
91969
+ return new APIPromise($do70(client, request, options));
91090
91970
  }
91091
- async function $do69(client, request, options) {
91971
+ async function $do70(client, request, options) {
91092
91972
  const parsed = safeParse4(request, (value) => CreateFeePlanAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
91093
91973
  if (!parsed.ok) {
91094
91974
  return [parsed, { status: "invalid" }];
@@ -91201,9 +92081,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
91201
92081
 
91202
92082
  // src/funcs/feePlansGetResidual.ts
91203
92083
  function feePlansGetResidual(client, request, options) {
91204
- return new APIPromise($do70(client, request, options));
92084
+ return new APIPromise($do71(client, request, options));
91205
92085
  }
91206
- async function $do70(client, request, options) {
92086
+ async function $do71(client, request, options) {
91207
92087
  const parsed = safeParse4(request, (value) => GetResidualRequest$outboundSchema.parse(value), "Input validation failed");
91208
92088
  if (!parsed.ok) {
91209
92089
  return [parsed, { status: "invalid" }];
@@ -91316,9 +92196,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91316
92196
 
91317
92197
  // src/funcs/feePlansListFeePlanAgreements.ts
91318
92198
  function feePlansListFeePlanAgreements(client, request, options) {
91319
- return new APIPromise($do71(client, request, options));
92199
+ return new APIPromise($do72(client, request, options));
91320
92200
  }
91321
- async function $do71(client, request, options) {
92201
+ async function $do72(client, request, options) {
91322
92202
  const parsed = safeParse4(request, (value) => ListFeePlanAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
91323
92203
  if (!parsed.ok) {
91324
92204
  return [parsed, { status: "invalid" }];
@@ -91434,9 +92314,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91434
92314
 
91435
92315
  // src/funcs/feePlansListFeePlans.ts
91436
92316
  function feePlansListFeePlans(client, request, options) {
91437
- return new APIPromise($do72(client, request, options));
92317
+ return new APIPromise($do73(client, request, options));
91438
92318
  }
91439
- async function $do72(client, request, options) {
92319
+ async function $do73(client, request, options) {
91440
92320
  const parsed = safeParse4(request, (value) => ListFeePlansRequest$outboundSchema.parse(value), "Input validation failed");
91441
92321
  if (!parsed.ok) {
91442
92322
  return [parsed, { status: "invalid" }];
@@ -91550,9 +92430,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91550
92430
 
91551
92431
  // src/funcs/feePlansListFeeRevenue.ts
91552
92432
  function feePlansListFeeRevenue(client, request, options) {
91553
- return new APIPromise($do73(client, request, options));
92433
+ return new APIPromise($do74(client, request, options));
91554
92434
  }
91555
- async function $do73(client, request, options) {
92435
+ async function $do74(client, request, options) {
91556
92436
  const parsed = safeParse4(request, (value) => ListFeeRevenueRequest$outboundSchema.parse(value), "Input validation failed");
91557
92437
  if (!parsed.ok) {
91558
92438
  return [parsed, { status: "invalid" }];
@@ -91671,9 +92551,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91671
92551
 
91672
92552
  // src/funcs/feePlansListFeesFetch.ts
91673
92553
  function feePlansListFeesFetch(client, request, options) {
91674
- return new APIPromise($do74(client, request, options));
92554
+ return new APIPromise($do75(client, request, options));
91675
92555
  }
91676
- async function $do74(client, request, options) {
92556
+ async function $do75(client, request, options) {
91677
92557
  const parsed = safeParse4(request, (value) => ListFeesFetchRequest$outboundSchema2.parse(value), "Input validation failed");
91678
92558
  if (!parsed.ok) {
91679
92559
  return [parsed, { status: "invalid" }];
@@ -91785,9 +92665,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
91785
92665
 
91786
92666
  // src/funcs/feePlansListPartnerPricingAgreements.ts
91787
92667
  function feePlansListPartnerPricingAgreements(client, request, options) {
91788
- return new APIPromise($do75(client, request, options));
92668
+ return new APIPromise($do76(client, request, options));
91789
92669
  }
91790
- async function $do75(client, request, options) {
92670
+ async function $do76(client, request, options) {
91791
92671
  const parsed = safeParse4(request, (value) => ListPartnerPricingAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
91792
92672
  if (!parsed.ok) {
91793
92673
  return [parsed, { status: "invalid" }];
@@ -91903,9 +92783,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91903
92783
 
91904
92784
  // src/funcs/feePlansListResidualFees.ts
91905
92785
  function feePlansListResidualFees(client, request, options) {
91906
- return new APIPromise($do76(client, request, options));
92786
+ return new APIPromise($do77(client, request, options));
91907
92787
  }
91908
- async function $do76(client, request, options) {
92788
+ async function $do77(client, request, options) {
91909
92789
  const parsed = safeParse4(request, (value) => ListResidualFeesRequest$outboundSchema.parse(value), "Input validation failed");
91910
92790
  if (!parsed.ok) {
91911
92791
  return [parsed, { status: "invalid" }];
@@ -92025,9 +92905,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
92025
92905
 
92026
92906
  // src/funcs/feePlansListResiduals.ts
92027
92907
  function feePlansListResiduals(client, request, options) {
92028
- return new APIPromise($do77(client, request, options));
92908
+ return new APIPromise($do78(client, request, options));
92029
92909
  }
92030
- async function $do77(client, request, options) {
92910
+ async function $do78(client, request, options) {
92031
92911
  const parsed = safeParse4(request, (value) => ListResidualsRequest$outboundSchema.parse(value), "Input validation failed");
92032
92912
  if (!parsed.ok) {
92033
92913
  return [parsed, { status: "invalid" }];
@@ -92143,9 +93023,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
92143
93023
 
92144
93024
  // src/funcs/feePlansRetrieveFees.ts
92145
93025
  function feePlansRetrieveFees(client, request, options) {
92146
- return new APIPromise($do78(client, request, options));
93026
+ return new APIPromise($do79(client, request, options));
92147
93027
  }
92148
- async function $do78(client, request, options) {
93028
+ async function $do79(client, request, options) {
92149
93029
  const parsed = safeParse4(request, (value) => RetrieveFeesRequest$outboundSchema.parse(value), "Input validation failed");
92150
93030
  if (!parsed.ok) {
92151
93031
  return [parsed, { status: "invalid" }];
@@ -92264,9 +93144,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
92264
93144
 
92265
93145
  // src/funcs/filesGet.ts
92266
93146
  function filesGet(client, request, options) {
92267
- return new APIPromise($do79(client, request, options));
93147
+ return new APIPromise($do80(client, request, options));
92268
93148
  }
92269
- async function $do79(client, request, options) {
93149
+ async function $do80(client, request, options) {
92270
93150
  const parsed = safeParse4(request, (value) => GetFileDetailsRequest$outboundSchema.parse(value), "Input validation failed");
92271
93151
  if (!parsed.ok) {
92272
93152
  return [parsed, { status: "invalid" }];
@@ -92379,9 +93259,9 @@ you'll need to specify the \`/accounts/{accountID}/files.read\` scope.`,
92379
93259
 
92380
93260
  // src/funcs/filesList.ts
92381
93261
  function filesList(client, request, options) {
92382
- return new APIPromise($do80(client, request, options));
93262
+ return new APIPromise($do81(client, request, options));
92383
93263
  }
92384
- async function $do80(client, request, options) {
93264
+ async function $do81(client, request, options) {
92385
93265
  const parsed = safeParse4(request, (value) => ListFilesRequest$outboundSchema.parse(value), "Input validation failed");
92386
93266
  if (!parsed.ok) {
92387
93267
  return [parsed, { status: "invalid" }];
@@ -92490,9 +93370,9 @@ you'll need to specify the \`/accounts/{accountID}/files.read\` scope.`,
92490
93370
 
92491
93371
  // src/funcs/filesUpload.ts
92492
93372
  function filesUpload(client, request, options) {
92493
- return new APIPromise($do81(client, request, options));
93373
+ return new APIPromise($do82(client, request, options));
92494
93374
  }
92495
- async function $do81(client, request, options) {
93375
+ async function $do82(client, request, options) {
92496
93376
  const parsed = safeParse4(request, (value) => UploadFileRequest$outboundSchema.parse(value), "Input validation failed");
92497
93377
  if (!parsed.ok) {
92498
93378
  return [parsed, { status: "invalid" }];
@@ -92625,9 +93505,9 @@ you'll need to specify the \`/accounts/{accountID}/files.write\` scope.`,
92625
93505
 
92626
93506
  // src/funcs/googlePayLinkToken.ts
92627
93507
  function googlePayLinkToken(client, request, options) {
92628
- return new APIPromise($do82(client, request, options));
93508
+ return new APIPromise($do83(client, request, options));
92629
93509
  }
92630
- async function $do82(client, request, options) {
93510
+ async function $do83(client, request, options) {
92631
93511
  const parsed = safeParse4(request, (value) => LinkGooglePayTokenRequest$outboundSchema.parse(value), "Input validation failed");
92632
93512
  if (!parsed.ok) {
92633
93513
  return [parsed, { status: "invalid" }];
@@ -92742,9 +93622,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
92742
93622
 
92743
93623
  // src/funcs/imagesDelete.ts
92744
93624
  function imagesDelete(client, request, options) {
92745
- return new APIPromise($do83(client, request, options));
93625
+ return new APIPromise($do84(client, request, options));
92746
93626
  }
92747
- async function $do83(client, request, options) {
93627
+ async function $do84(client, request, options) {
92748
93628
  const parsed = safeParse4(request, (value) => DeleteImageRequest$outboundSchema.parse(value), "Input validation failed");
92749
93629
  if (!parsed.ok) {
92750
93630
  return [parsed, { status: "invalid" }];
@@ -92857,9 +93737,9 @@ var init_imagesDelete2 = __esm(() => {
92857
93737
 
92858
93738
  // src/funcs/imagesGetMetadata.ts
92859
93739
  function imagesGetMetadata(client, request, options) {
92860
- return new APIPromise($do84(client, request, options));
93740
+ return new APIPromise($do85(client, request, options));
92861
93741
  }
92862
- async function $do84(client, request, options) {
93742
+ async function $do85(client, request, options) {
92863
93743
  const parsed = safeParse4(request, (value) => GetImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
92864
93744
  if (!parsed.ok) {
92865
93745
  return [parsed, { status: "invalid" }];
@@ -92969,9 +93849,9 @@ var init_imagesGetMetadata2 = __esm(() => {
92969
93849
 
92970
93850
  // src/funcs/imagesGetPublic.ts
92971
93851
  function imagesGetPublic(client, request, options) {
92972
- return new APIPromise($do85(client, request, options));
93852
+ return new APIPromise($do86(client, request, options));
92973
93853
  }
92974
- async function $do85(client, request, options) {
93854
+ async function $do86(client, request, options) {
92975
93855
  const parsed = safeParse4(request, (value) => GetPublicImageRequest$outboundSchema.parse(value), "Input validation failed");
92976
93856
  if (!parsed.ok) {
92977
93857
  return [parsed, { status: "invalid" }];
@@ -93079,9 +93959,9 @@ var init_imagesGetPublic2 = __esm(() => {
93079
93959
 
93080
93960
  // src/funcs/imagesList.ts
93081
93961
  function imagesList(client, request, options) {
93082
- return new APIPromise($do86(client, request, options));
93962
+ return new APIPromise($do87(client, request, options));
93083
93963
  }
93084
- async function $do86(client, request, options) {
93964
+ async function $do87(client, request, options) {
93085
93965
  const parsed = safeParse4(request, (value) => ListImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
93086
93966
  if (!parsed.ok) {
93087
93967
  return [parsed, { status: "invalid" }];
@@ -93192,9 +94072,9 @@ var init_imagesList2 = __esm(() => {
93192
94072
 
93193
94073
  // src/funcs/imagesUpdate.ts
93194
94074
  function imagesUpdate(client, request, options) {
93195
- return new APIPromise($do87(client, request, options));
94075
+ return new APIPromise($do88(client, request, options));
93196
94076
  }
93197
- async function $do87(client, request, options) {
94077
+ async function $do88(client, request, options) {
93198
94078
  const parsed = safeParse4(request, (value) => UpdateImageRequest$outboundSchema.parse(value), "Input validation failed");
93199
94079
  if (!parsed.ok) {
93200
94080
  return [parsed, { status: "invalid" }];
@@ -93329,9 +94209,9 @@ the metadata form section to keep existing metadata. Duplicate images, and reque
93329
94209
 
93330
94210
  // src/funcs/imagesUpdateMetadata.ts
93331
94211
  function imagesUpdateMetadata(client, request, options) {
93332
- return new APIPromise($do88(client, request, options));
94212
+ return new APIPromise($do89(client, request, options));
93333
94213
  }
93334
- async function $do88(client, request, options) {
94214
+ async function $do89(client, request, options) {
93335
94215
  const parsed = safeParse4(request, (value) => UpdateImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
93336
94216
  if (!parsed.ok) {
93337
94217
  return [parsed, { status: "invalid" }];
@@ -93447,9 +94327,9 @@ var init_imagesUpdateMetadata2 = __esm(() => {
93447
94327
 
93448
94328
  // src/funcs/imagesUpload.ts
93449
94329
  function imagesUpload(client, request, options) {
93450
- return new APIPromise($do89(client, request, options));
94330
+ return new APIPromise($do90(client, request, options));
93451
94331
  }
93452
- async function $do89(client, request, options) {
94332
+ async function $do90(client, request, options) {
93453
94333
  const parsed = safeParse4(request, (value) => UploadImageRequest$outboundSchema.parse(value), "Input validation failed");
93454
94334
  if (!parsed.ok) {
93455
94335
  return [parsed, { status: "invalid" }];
@@ -93578,9 +94458,9 @@ var init_imagesUpload2 = __esm(() => {
93578
94458
 
93579
94459
  // src/funcs/industriesList.ts
93580
94460
  function industriesList(client, options) {
93581
- return new APIPromise($do90(client, options));
94461
+ return new APIPromise($do91(client, options));
93582
94462
  }
93583
- async function $do90(client, options) {
94463
+ async function $do91(client, options) {
93584
94464
  const path = pathToFunc("/industries")();
93585
94465
  const headers = new Headers(compactMap({
93586
94466
  Accept: "application/json"
@@ -93669,9 +94549,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
93669
94549
 
93670
94550
  // src/funcs/institutionsSearch.ts
93671
94551
  function institutionsSearch(client, request, options) {
93672
- return new APIPromise($do91(client, request, options));
94552
+ return new APIPromise($do92(client, request, options));
93673
94553
  }
93674
- async function $do91(client, request, options) {
94554
+ async function $do92(client, request, options) {
93675
94555
  const parsed = safeParse4(request, (value) => ListInstitutionsRequest$outboundSchema.parse(value), "Input validation failed");
93676
94556
  if (!parsed.ok) {
93677
94557
  return [parsed, { status: "invalid" }];
@@ -93765,7 +94645,7 @@ var init_institutionsSearch2 = __esm(() => {
93765
94645
 
93766
94646
  Search for institutions by either their name or routing number.
93767
94647
 
93768
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
94648
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
93769
94649
  you'll need to specify the \`/fed.read\` scope.`,
93770
94650
  args: args89,
93771
94651
  tool: async (client, args90, ctx) => {
@@ -93784,9 +94664,9 @@ you'll need to specify the \`/fed.read\` scope.`,
93784
94664
 
93785
94665
  // src/funcs/institutionsSearchInstitutions.ts
93786
94666
  function institutionsSearchInstitutions(client, request, options) {
93787
- return new APIPromise($do92(client, request, options));
94667
+ return new APIPromise($do93(client, request, options));
93788
94668
  }
93789
- async function $do92(client, request, options) {
94669
+ async function $do93(client, request, options) {
93790
94670
  const parsed = safeParse4(request, (value) => SearchInstitutionsRequest$outboundSchema.parse(value), "Input validation failed");
93791
94671
  if (!parsed.ok) {
93792
94672
  return [parsed, { status: "invalid" }];
@@ -93899,9 +94779,9 @@ you'll need to specify the \`/institutions.read\` scope.`,
93899
94779
 
93900
94780
  // src/funcs/invoicesCreateInvoice.ts
93901
94781
  function invoicesCreateInvoice(client, request, options) {
93902
- return new APIPromise($do93(client, request, options));
94782
+ return new APIPromise($do94(client, request, options));
93903
94783
  }
93904
- async function $do93(client, request, options) {
94784
+ async function $do94(client, request, options) {
93905
94785
  const parsed = safeParse4(request, (value) => CreateInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
93906
94786
  if (!parsed.ok) {
93907
94787
  return [parsed, { status: "invalid" }];
@@ -94012,9 +94892,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94012
94892
 
94013
94893
  // src/funcs/invoicesCreateInvoicePayment.ts
94014
94894
  function invoicesCreateInvoicePayment(client, request, options) {
94015
- return new APIPromise($do94(client, request, options));
94895
+ return new APIPromise($do95(client, request, options));
94016
94896
  }
94017
- async function $do94(client, request, options) {
94897
+ async function $do95(client, request, options) {
94018
94898
  const parsed = safeParse4(request, (value) => CreateInvoicePaymentRequest$outboundSchema.parse(value), "Input validation failed");
94019
94899
  if (!parsed.ok) {
94020
94900
  return [parsed, { status: "invalid" }];
@@ -94134,9 +95014,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94134
95014
 
94135
95015
  // src/funcs/invoicesDelete.ts
94136
95016
  function invoicesDelete(client, request, options) {
94137
- return new APIPromise($do95(client, request, options));
95017
+ return new APIPromise($do96(client, request, options));
94138
95018
  }
94139
- async function $do95(client, request, options) {
95019
+ async function $do96(client, request, options) {
94140
95020
  const parsed = safeParse4(request, (value) => DeleteInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
94141
95021
  if (!parsed.ok) {
94142
95022
  return [parsed, { status: "invalid" }];
@@ -94253,9 +95133,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94253
95133
 
94254
95134
  // src/funcs/invoicesGetInvoice.ts
94255
95135
  function invoicesGetInvoice(client, request, options) {
94256
- return new APIPromise($do96(client, request, options));
95136
+ return new APIPromise($do97(client, request, options));
94257
95137
  }
94258
- async function $do96(client, request, options) {
95138
+ async function $do97(client, request, options) {
94259
95139
  const parsed = safeParse4(request, (value) => GetInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
94260
95140
  if (!parsed.ok) {
94261
95141
  return [parsed, { status: "invalid" }];
@@ -94368,9 +95248,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
94368
95248
 
94369
95249
  // src/funcs/invoicesListInvoicePayments.ts
94370
95250
  function invoicesListInvoicePayments(client, request, options) {
94371
- return new APIPromise($do97(client, request, options));
95251
+ return new APIPromise($do98(client, request, options));
94372
95252
  }
94373
- async function $do97(client, request, options) {
95253
+ async function $do98(client, request, options) {
94374
95254
  const parsed = safeParse4(request, (value) => ListInvoicePaymentsRequest$outboundSchema.parse(value), "Input validation failed");
94375
95255
  if (!parsed.ok) {
94376
95256
  return [parsed, { status: "invalid" }];
@@ -94483,9 +95363,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
94483
95363
 
94484
95364
  // src/funcs/invoicesListInvoices.ts
94485
95365
  function invoicesListInvoices(client, request, options) {
94486
- return new APIPromise($do98(client, request, options));
95366
+ return new APIPromise($do99(client, request, options));
94487
95367
  }
94488
- async function $do98(client, request, options) {
95368
+ async function $do99(client, request, options) {
94489
95369
  const parsed = safeParse4(request, (value) => ListInvoicesRequest$outboundSchema.parse(value), "Input validation failed");
94490
95370
  if (!parsed.ok) {
94491
95371
  return [parsed, { status: "invalid" }];
@@ -94608,9 +95488,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
94608
95488
 
94609
95489
  // src/funcs/invoicesUpdateInvoice.ts
94610
95490
  function invoicesUpdateInvoice(client, request, options) {
94611
- return new APIPromise($do99(client, request, options));
95491
+ return new APIPromise($do100(client, request, options));
94612
95492
  }
94613
- async function $do99(client, request, options) {
95493
+ async function $do100(client, request, options) {
94614
95494
  const parsed = safeParse4(request, (value) => UpdateInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
94615
95495
  if (!parsed.ok) {
94616
95496
  return [parsed, { status: "invalid" }];
@@ -94725,9 +95605,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94725
95605
 
94726
95606
  // src/funcs/issuingTransactionsGet.ts
94727
95607
  function issuingTransactionsGet(client, request, options) {
94728
- return new APIPromise($do100(client, request, options));
95608
+ return new APIPromise($do101(client, request, options));
94729
95609
  }
94730
- async function $do100(client, request, options) {
95610
+ async function $do101(client, request, options) {
94731
95611
  const parsed = safeParse4(request, (value) => GetIssuedCardTransactionRequest$outboundSchema.parse(value), "Input validation failed");
94732
95612
  if (!parsed.ok) {
94733
95613
  return [parsed, { status: "invalid" }];
@@ -94837,9 +95717,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
94837
95717
 
94838
95718
  // src/funcs/issuingTransactionsGetAuthorization.ts
94839
95719
  function issuingTransactionsGetAuthorization(client, request, options) {
94840
- return new APIPromise($do101(client, request, options));
95720
+ return new APIPromise($do102(client, request, options));
94841
95721
  }
94842
- async function $do101(client, request, options) {
95722
+ async function $do102(client, request, options) {
94843
95723
  const parsed = safeParse4(request, (value) => GetIssuedCardAuthorizationRequest$outboundSchema.parse(value), "Input validation failed");
94844
95724
  if (!parsed.ok) {
94845
95725
  return [parsed, { status: "invalid" }];
@@ -94952,9 +95832,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
94952
95832
 
94953
95833
  // src/funcs/issuingTransactionsList.ts
94954
95834
  function issuingTransactionsList(client, request, options) {
94955
- return new APIPromise($do102(client, request, options));
95835
+ return new APIPromise($do103(client, request, options));
94956
95836
  }
94957
- async function $do102(client, request, options) {
95837
+ async function $do103(client, request, options) {
94958
95838
  const parsed = safeParse4(request, (value) => ListIssuedCardTransactionsRequest$outboundSchema.parse(value), "Input validation failed");
94959
95839
  if (!parsed.ok) {
94960
95840
  return [parsed, { status: "invalid" }];
@@ -95071,9 +95951,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95071
95951
 
95072
95952
  // src/funcs/issuingTransactionsListAuthorizationEvents.ts
95073
95953
  function issuingTransactionsListAuthorizationEvents(client, request, options) {
95074
- return new APIPromise($do103(client, request, options));
95954
+ return new APIPromise($do104(client, request, options));
95075
95955
  }
95076
- async function $do103(client, request, options) {
95956
+ async function $do104(client, request, options) {
95077
95957
  const parsed = safeParse4(request, (value) => ListIssuedCardAuthorizationEventsRequest$outboundSchema.parse(value), "Input validation failed");
95078
95958
  if (!parsed.ok) {
95079
95959
  return [parsed, { status: "invalid" }];
@@ -95188,9 +96068,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95188
96068
 
95189
96069
  // src/funcs/issuingTransactionsListAuthorizations.ts
95190
96070
  function issuingTransactionsListAuthorizations(client, request, options) {
95191
- return new APIPromise($do104(client, request, options));
96071
+ return new APIPromise($do105(client, request, options));
95192
96072
  }
95193
- async function $do104(client, request, options) {
96073
+ async function $do105(client, request, options) {
95194
96074
  const parsed = safeParse4(request, (value) => ListIssuedCardAuthorizationsRequest$outboundSchema.parse(value), "Input validation failed");
95195
96075
  if (!parsed.ok) {
95196
96076
  return [parsed, { status: "invalid" }];
@@ -95308,9 +96188,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95308
96188
 
95309
96189
  // src/funcs/onboardingCreateInvite.ts
95310
96190
  function onboardingCreateInvite(client, request, options) {
95311
- return new APIPromise($do105(client, request, options));
96191
+ return new APIPromise($do106(client, request, options));
95312
96192
  }
95313
- async function $do105(client, request, options) {
96193
+ async function $do106(client, request, options) {
95314
96194
  const parsed = safeParse4(request, (value) => OnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
95315
96195
  if (!parsed.ok) {
95316
96196
  return [parsed, { status: "invalid" }];
@@ -95416,9 +96296,9 @@ you'll need to specify the \`/accounts.write\` scope.`,
95416
96296
 
95417
96297
  // src/funcs/onboardingGetInvite.ts
95418
96298
  function onboardingGetInvite(client, request, options) {
95419
- return new APIPromise($do106(client, request, options));
96299
+ return new APIPromise($do107(client, request, options));
95420
96300
  }
95421
- async function $do106(client, request, options) {
96301
+ async function $do107(client, request, options) {
95422
96302
  const parsed = safeParse4(request, (value) => GetOnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
95423
96303
  if (!parsed.ok) {
95424
96304
  return [parsed, { status: "invalid" }];
@@ -95527,9 +96407,9 @@ you'll need to specify the \`/accounts.read\` scope.`,
95527
96407
 
95528
96408
  // src/funcs/onboardingListInvites.ts
95529
96409
  function onboardingListInvites(client, options) {
95530
- return new APIPromise($do107(client, options));
96410
+ return new APIPromise($do108(client, options));
95531
96411
  }
95532
- async function $do107(client, options) {
96412
+ async function $do108(client, options) {
95533
96413
  const path = pathToFunc("/onboarding-invites")();
95534
96414
  const headers = new Headers(compactMap({
95535
96415
  Accept: "application/json"
@@ -95618,9 +96498,9 @@ you'll need to specify the \`/accounts.read\` scope.`,
95618
96498
 
95619
96499
  // src/funcs/onboardingRevokeInvite.ts
95620
96500
  function onboardingRevokeInvite(client, request, options) {
95621
- return new APIPromise($do108(client, request, options));
96501
+ return new APIPromise($do109(client, request, options));
95622
96502
  }
95623
- async function $do108(client, request, options) {
96503
+ async function $do109(client, request, options) {
95624
96504
  const parsed = safeParse4(request, (value) => RevokeOnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
95625
96505
  if (!parsed.ok) {
95626
96506
  return [parsed, { status: "invalid" }];
@@ -95726,9 +96606,9 @@ you'll need to specify the \`/accounts.write\` scope.`,
95726
96606
 
95727
96607
  // src/funcs/paymentLinksCreate.ts
95728
96608
  function paymentLinksCreate(client, request, options) {
95729
- return new APIPromise($do109(client, request, options));
96609
+ return new APIPromise($do110(client, request, options));
95730
96610
  }
95731
- async function $do109(client, request, options) {
96611
+ async function $do110(client, request, options) {
95732
96612
  const parsed = safeParse4(request, (value) => CreatePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
95733
96613
  if (!parsed.ok) {
95734
96614
  return [parsed, { status: "invalid" }];
@@ -95839,9 +96719,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
95839
96719
 
95840
96720
  // src/funcs/paymentLinksDisable.ts
95841
96721
  function paymentLinksDisable(client, request, options) {
95842
- return new APIPromise($do110(client, request, options));
96722
+ return new APIPromise($do111(client, request, options));
95843
96723
  }
95844
- async function $do110(client, request, options) {
96724
+ async function $do111(client, request, options) {
95845
96725
  const parsed = safeParse4(request, (value) => DisablePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
95846
96726
  if (!parsed.ok) {
95847
96727
  return [parsed, { status: "invalid" }];
@@ -95951,9 +96831,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
95951
96831
 
95952
96832
  // src/funcs/paymentLinksGet.ts
95953
96833
  function paymentLinksGet(client, request, options) {
95954
- return new APIPromise($do111(client, request, options));
96834
+ return new APIPromise($do112(client, request, options));
95955
96835
  }
95956
- async function $do111(client, request, options) {
96836
+ async function $do112(client, request, options) {
95957
96837
  const parsed = safeParse4(request, (value) => GetPaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
95958
96838
  if (!parsed.ok) {
95959
96839
  return [parsed, { status: "invalid" }];
@@ -96066,9 +96946,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
96066
96946
 
96067
96947
  // src/funcs/paymentLinksGetQRCode.ts
96068
96948
  function paymentLinksGetQRCode(client, request, options) {
96069
- return new APIPromise($do112(client, request, options));
96949
+ return new APIPromise($do113(client, request, options));
96070
96950
  }
96071
- async function $do112(client, request, options) {
96951
+ async function $do113(client, request, options) {
96072
96952
  const parsed = safeParse4(request, (value) => GetPaymentLinkQRCodeRequest$outboundSchema.parse(value), "Input validation failed");
96073
96953
  if (!parsed.ok) {
96074
96954
  return [parsed, { status: "invalid" }];
@@ -96187,9 +97067,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
96187
97067
 
96188
97068
  // src/funcs/paymentLinksList.ts
96189
97069
  function paymentLinksList(client, request, options) {
96190
- return new APIPromise($do113(client, request, options));
97070
+ return new APIPromise($do114(client, request, options));
96191
97071
  }
96192
- async function $do113(client, request, options) {
97072
+ async function $do114(client, request, options) {
96193
97073
  const parsed = safeParse4(request, (value) => ListPaymentLinksRequest$outboundSchema.parse(value), "Input validation failed");
96194
97074
  if (!parsed.ok) {
96195
97075
  return [parsed, { status: "invalid" }];
@@ -96304,9 +97184,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
96304
97184
 
96305
97185
  // src/funcs/paymentLinksUpdate.ts
96306
97186
  function paymentLinksUpdate(client, request, options) {
96307
- return new APIPromise($do114(client, request, options));
97187
+ return new APIPromise($do115(client, request, options));
96308
97188
  }
96309
- async function $do114(client, request, options) {
97189
+ async function $do115(client, request, options) {
96310
97190
  const parsed = safeParse4(request, (value) => UpdatePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
96311
97191
  if (!parsed.ok) {
96312
97192
  return [parsed, { status: "invalid" }];
@@ -96421,9 +97301,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
96421
97301
 
96422
97302
  // src/funcs/paymentMethodsGet.ts
96423
97303
  function paymentMethodsGet(client, request, options) {
96424
- return new APIPromise($do115(client, request, options));
97304
+ return new APIPromise($do116(client, request, options));
96425
97305
  }
96426
- async function $do115(client, request, options) {
97306
+ async function $do116(client, request, options) {
96427
97307
  const parsed = safeParse4(request, (value) => GetPaymentMethodRequest$outboundSchema.parse(value), "Input validation failed");
96428
97308
  if (!parsed.ok) {
96429
97309
  return [parsed, { status: "invalid" }];
@@ -96536,9 +97416,9 @@ you'll need to specify the \`/accounts/{accountID}/payment-methods.read\` scope.
96536
97416
 
96537
97417
  // src/funcs/paymentMethodsList.ts
96538
97418
  function paymentMethodsList(client, request, options) {
96539
- return new APIPromise($do116(client, request, options));
97419
+ return new APIPromise($do117(client, request, options));
96540
97420
  }
96541
- async function $do116(client, request, options) {
97421
+ async function $do117(client, request, options) {
96542
97422
  const parsed = safeParse4(request, (value) => ListPaymentMethodsRequest$outboundSchema.parse(value), "Input validation failed");
96543
97423
  if (!parsed.ok) {
96544
97424
  return [parsed, { status: "invalid" }];
@@ -96653,9 +97533,9 @@ you'll need to specify the \`/accounts/{accountID}/payment-methods.read\` scope.
96653
97533
 
96654
97534
  // src/funcs/pingPing.ts
96655
97535
  function pingPing(client, options) {
96656
- return new APIPromise($do117(client, options));
97536
+ return new APIPromise($do118(client, options));
96657
97537
  }
96658
- async function $do117(client, options) {
97538
+ async function $do118(client, options) {
96659
97539
  const path = pathToFunc("/ping")();
96660
97540
  const headers = new Headers(compactMap({
96661
97541
  Accept: "*/*"
@@ -96743,9 +97623,9 @@ you'll need to specify the \`/ping.read\` scope.`,
96743
97623
 
96744
97624
  // src/funcs/productsCreate.ts
96745
97625
  function productsCreate(client, request, options) {
96746
- return new APIPromise($do118(client, request, options));
97626
+ return new APIPromise($do119(client, request, options));
96747
97627
  }
96748
- async function $do118(client, request, options) {
97628
+ async function $do119(client, request, options) {
96749
97629
  const parsed = safeParse4(request, (value) => CreateProductRequest$outboundSchema.parse(value), "Input validation failed");
96750
97630
  if (!parsed.ok) {
96751
97631
  return [parsed, { status: "invalid" }];
@@ -96855,9 +97735,9 @@ var init_productsCreate2 = __esm(() => {
96855
97735
 
96856
97736
  // src/funcs/productsDisable.ts
96857
97737
  function productsDisable(client, request, options) {
96858
- return new APIPromise($do119(client, request, options));
97738
+ return new APIPromise($do120(client, request, options));
96859
97739
  }
96860
- async function $do119(client, request, options) {
97740
+ async function $do120(client, request, options) {
96861
97741
  const parsed = safeParse4(request, (value) => DisableProductRequest$outboundSchema.parse(value), "Input validation failed");
96862
97742
  if (!parsed.ok) {
96863
97743
  return [parsed, { status: "invalid" }];
@@ -96967,9 +97847,9 @@ The product will no longer be available, but will remain in the system for histo
96967
97847
 
96968
97848
  // src/funcs/productsGet.ts
96969
97849
  function productsGet(client, request, options) {
96970
- return new APIPromise($do120(client, request, options));
97850
+ return new APIPromise($do121(client, request, options));
96971
97851
  }
96972
- async function $do120(client, request, options) {
97852
+ async function $do121(client, request, options) {
96973
97853
  const parsed = safeParse4(request, (value) => GetProductRequest$outboundSchema.parse(value), "Input validation failed");
96974
97854
  if (!parsed.ok) {
96975
97855
  return [parsed, { status: "invalid" }];
@@ -97079,9 +97959,9 @@ var init_productsGet2 = __esm(() => {
97079
97959
 
97080
97960
  // src/funcs/productsList.ts
97081
97961
  function productsList(client, request, options) {
97082
- return new APIPromise($do121(client, request, options));
97962
+ return new APIPromise($do122(client, request, options));
97083
97963
  }
97084
- async function $do121(client, request, options) {
97964
+ async function $do122(client, request, options) {
97085
97965
  const parsed = safeParse4(request, (value) => ListProductsRequest$outboundSchema.parse(value), "Input validation failed");
97086
97966
  if (!parsed.ok) {
97087
97967
  return [parsed, { status: "invalid" }];
@@ -97096,6 +97976,7 @@ async function $do121(client, request, options) {
97096
97976
  };
97097
97977
  const path = pathToFunc("/accounts/{accountID}/products")(pathParams);
97098
97978
  const query = encodeFormQuery({
97979
+ category: payload.category,
97099
97980
  count: payload.count,
97100
97981
  skip: payload.skip,
97101
97982
  title: payload.title
@@ -97191,11 +98072,99 @@ var init_productsList2 = __esm(() => {
97191
98072
  };
97192
98073
  });
97193
98074
 
98075
+ // src/funcs/productsListCategories.ts
98076
+ function productsListCategories(client, options) {
98077
+ return new APIPromise($do123(client, options));
98078
+ }
98079
+ async function $do123(client, options) {
98080
+ const path = pathToFunc("/product-categories")();
98081
+ const headers = new Headers(compactMap({
98082
+ Accept: "application/json"
98083
+ }));
98084
+ const securityInput = await extractSecurity(client._options.security);
98085
+ const requestSecurity = resolveGlobalSecurity(securityInput);
98086
+ const context = {
98087
+ options: client._options,
98088
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
98089
+ operationID: "listProductCategories",
98090
+ oAuth2Scopes: null,
98091
+ resolvedSecurity: requestSecurity,
98092
+ securitySource: client._options.security,
98093
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
98094
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
98095
+ };
98096
+ const requestRes = client._createRequest(context, {
98097
+ security: requestSecurity,
98098
+ method: "GET",
98099
+ baseURL: options?.serverURL,
98100
+ path,
98101
+ headers,
98102
+ userAgent: client._options.userAgent,
98103
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
98104
+ }, options);
98105
+ if (!requestRes.ok) {
98106
+ return [requestRes, { status: "invalid" }];
98107
+ }
98108
+ const req = requestRes.value;
98109
+ const doResult = await client._do(req, {
98110
+ context,
98111
+ isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
98112
+ retryConfig: context.retryConfig,
98113
+ retryCodes: context.retryCodes
98114
+ });
98115
+ if (!doResult.ok) {
98116
+ return [doResult, { status: "request-error", request: req }];
98117
+ }
98118
+ const response = doResult.value;
98119
+ const responseFields = {
98120
+ HttpMeta: { Response: response, Request: req }
98121
+ };
98122
+ const [result] = await match(json(200, ListProductCategoriesResponse$inboundSchema, {
98123
+ hdrs: true,
98124
+ key: "Result"
98125
+ }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
98126
+ if (!result.ok) {
98127
+ return [result, { status: "complete", request: req, response }];
98128
+ }
98129
+ return [result, { status: "complete", request: req, response }];
98130
+ }
98131
+ var init_productsListCategories = __esm(() => {
98132
+ init_http();
98133
+ init_matchers();
98134
+ init_primitives();
98135
+ init_security();
98136
+ init_url();
98137
+ init_operations();
98138
+ init_async();
98139
+ });
98140
+
98141
+ // src/mcp-server/tools/productsListCategories.ts
98142
+ var tool$productsListCategories;
98143
+ var init_productsListCategories2 = __esm(() => {
98144
+ init_productsListCategories();
98145
+ init_tools();
98146
+ tool$productsListCategories = {
98147
+ name: "products-list-categories",
98148
+ description: `Returns the full, read-only list of product categories from the product taxonomy.`,
98149
+ tool: async (client, ctx) => {
98150
+ const [result, apiCall] = await productsListCategories(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
98151
+ if (!result.ok) {
98152
+ return {
98153
+ content: [{ type: "text", text: result.error.message }],
98154
+ isError: true
98155
+ };
98156
+ }
98157
+ const value = result.value.result;
98158
+ return formatResult(value, apiCall);
98159
+ }
98160
+ };
98161
+ });
98162
+
97194
98163
  // src/funcs/productsUpdate.ts
97195
98164
  function productsUpdate(client, request, options) {
97196
- return new APIPromise($do122(client, request, options));
98165
+ return new APIPromise($do124(client, request, options));
97197
98166
  }
97198
- async function $do122(client, request, options) {
98167
+ async function $do124(client, request, options) {
97199
98168
  const parsed = safeParse4(request, (value) => UpdateProductRequest$outboundSchema.parse(value), "Input validation failed");
97200
98169
  if (!parsed.ok) {
97201
98170
  return [parsed, { status: "invalid" }];
@@ -97309,9 +98278,9 @@ var init_productsUpdate2 = __esm(() => {
97309
98278
 
97310
98279
  // src/funcs/receiptsCreate.ts
97311
98280
  function receiptsCreate(client, request, options) {
97312
- return new APIPromise($do123(client, request, options));
98281
+ return new APIPromise($do125(client, request, options));
97313
98282
  }
97314
- async function $do123(client, request, options) {
98283
+ async function $do125(client, request, options) {
97315
98284
  const parsed = safeParse4(request, (value) => arrayType(ReceiptRequest$outboundSchema).parse(value), "Input validation failed");
97316
98285
  if (!parsed.ok) {
97317
98286
  return [parsed, { status: "invalid" }];
@@ -97419,9 +98388,9 @@ var init_receiptsCreate2 = __esm(() => {
97419
98388
 
97420
98389
  // src/funcs/receiptsList.ts
97421
98390
  function receiptsList(client, request, options) {
97422
- return new APIPromise($do124(client, request, options));
98391
+ return new APIPromise($do126(client, request, options));
97423
98392
  }
97424
- async function $do124(client, request, options) {
98393
+ async function $do126(client, request, options) {
97425
98394
  const parsed = safeParse4(request, (value) => ListReceiptsRequest$outboundSchema.parse(value), "Input validation failed");
97426
98395
  if (!parsed.ok) {
97427
98396
  return [parsed, { status: "invalid" }];
@@ -97528,9 +98497,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
97528
98497
 
97529
98498
  // src/funcs/representativesCreate.ts
97530
98499
  function representativesCreate(client, request, options) {
97531
- return new APIPromise($do125(client, request, options));
98500
+ return new APIPromise($do127(client, request, options));
97532
98501
  }
97533
- async function $do125(client, request, options) {
98502
+ async function $do127(client, request, options) {
97534
98503
  const parsed = safeParse4(request, (value) => CreateRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
97535
98504
  if (!parsed.ok) {
97536
98505
  return [parsed, { status: "invalid" }];
@@ -97647,9 +98616,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
97647
98616
 
97648
98617
  // src/funcs/representativesDelete.ts
97649
98618
  function representativesDelete(client, request, options) {
97650
- return new APIPromise($do126(client, request, options));
98619
+ return new APIPromise($do128(client, request, options));
97651
98620
  }
97652
- async function $do126(client, request, options) {
98621
+ async function $do128(client, request, options) {
97653
98622
  const parsed = safeParse4(request, (value) => DeleteRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
97654
98623
  if (!parsed.ok) {
97655
98624
  return [parsed, { status: "invalid" }];
@@ -97757,9 +98726,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
97757
98726
 
97758
98727
  // src/funcs/representativesGet.ts
97759
98728
  function representativesGet(client, request, options) {
97760
- return new APIPromise($do127(client, request, options));
98729
+ return new APIPromise($do129(client, request, options));
97761
98730
  }
97762
- async function $do127(client, request, options) {
98731
+ async function $do129(client, request, options) {
97763
98732
  const parsed = safeParse4(request, (value) => GetRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
97764
98733
  if (!parsed.ok) {
97765
98734
  return [parsed, { status: "invalid" }];
@@ -97869,9 +98838,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.read\` scope.
97869
98838
 
97870
98839
  // src/funcs/representativesList.ts
97871
98840
  function representativesList(client, request, options) {
97872
- return new APIPromise($do128(client, request, options));
98841
+ return new APIPromise($do130(client, request, options));
97873
98842
  }
97874
- async function $do128(client, request, options) {
98843
+ async function $do130(client, request, options) {
97875
98844
  const parsed = safeParse4(request, (value) => ListRepresentativesRequest$outboundSchema.parse(value), "Input validation failed");
97876
98845
  if (!parsed.ok) {
97877
98846
  return [parsed, { status: "invalid" }];
@@ -97983,9 +98952,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.read\` scope.
97983
98952
 
97984
98953
  // src/funcs/representativesUpdate.ts
97985
98954
  function representativesUpdate(client, request, options) {
97986
- return new APIPromise($do129(client, request, options));
98955
+ return new APIPromise($do131(client, request, options));
97987
98956
  }
97988
- async function $do129(client, request, options) {
98957
+ async function $do131(client, request, options) {
97989
98958
  const parsed = safeParse4(request, (value) => UpdateRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
97990
98959
  if (!parsed.ok) {
97991
98960
  return [parsed, { status: "invalid" }];
@@ -98112,9 +99081,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
98112
99081
 
98113
99082
  // src/funcs/resolutionLinksCreate.ts
98114
99083
  function resolutionLinksCreate(client, request, options) {
98115
- return new APIPromise($do130(client, request, options));
99084
+ return new APIPromise($do132(client, request, options));
98116
99085
  }
98117
- async function $do130(client, request, options) {
99086
+ async function $do132(client, request, options) {
98118
99087
  const parsed = safeParse4(request, (value) => CreateResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
98119
99088
  if (!parsed.ok) {
98120
99089
  return [parsed, { status: "invalid" }];
@@ -98231,9 +99200,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\`, \`/accounts/
98231
99200
 
98232
99201
  // src/funcs/resolutionLinksDisable.ts
98233
99202
  function resolutionLinksDisable(client, request, options) {
98234
- return new APIPromise($do131(client, request, options));
99203
+ return new APIPromise($do133(client, request, options));
98235
99204
  }
98236
- async function $do131(client, request, options) {
99205
+ async function $do133(client, request, options) {
98237
99206
  const parsed = safeParse4(request, (value) => DisableResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
98238
99207
  if (!parsed.ok) {
98239
99208
  return [parsed, { status: "invalid" }];
@@ -98341,9 +99310,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
98341
99310
 
98342
99311
  // src/funcs/resolutionLinksGet.ts
98343
99312
  function resolutionLinksGet(client, request, options) {
98344
- return new APIPromise($do132(client, request, options));
99313
+ return new APIPromise($do134(client, request, options));
98345
99314
  }
98346
- async function $do132(client, request, options) {
99315
+ async function $do134(client, request, options) {
98347
99316
  const parsed = safeParse4(request, (value) => GetResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
98348
99317
  if (!parsed.ok) {
98349
99318
  return [parsed, { status: "invalid" }];
@@ -98453,9 +99422,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
98453
99422
 
98454
99423
  // src/funcs/resolutionLinksList.ts
98455
99424
  function resolutionLinksList(client, request, options) {
98456
- return new APIPromise($do133(client, request, options));
99425
+ return new APIPromise($do135(client, request, options));
98457
99426
  }
98458
- async function $do133(client, request, options) {
99427
+ async function $do135(client, request, options) {
98459
99428
  const parsed = safeParse4(request, (value) => ListResolutionLinksRequest$outboundSchema.parse(value), "Input validation failed");
98460
99429
  if (!parsed.ok) {
98461
99430
  return [parsed, { status: "invalid" }];
@@ -98564,9 +99533,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
98564
99533
 
98565
99534
  // src/funcs/schedulingCancel.ts
98566
99535
  function schedulingCancel(client, request, options) {
98567
- return new APIPromise($do134(client, request, options));
99536
+ return new APIPromise($do136(client, request, options));
98568
99537
  }
98569
- async function $do134(client, request, options) {
99538
+ async function $do136(client, request, options) {
98570
99539
  const parsed = safeParse4(request, (value) => CancelScheduleRequest$outboundSchema.parse(value), "Input validation failed");
98571
99540
  if (!parsed.ok) {
98572
99541
  return [parsed, { status: "invalid" }];
@@ -98677,9 +99646,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
98677
99646
 
98678
99647
  // src/funcs/schedulingCreate.ts
98679
99648
  function schedulingCreate(client, request, options) {
98680
- return new APIPromise($do135(client, request, options));
99649
+ return new APIPromise($do137(client, request, options));
98681
99650
  }
98682
- async function $do135(client, request, options) {
99651
+ async function $do137(client, request, options) {
98683
99652
  const parsed = safeParse4(request, (value) => CreateScheduleRequest$outboundSchema.parse(value), "Input validation failed");
98684
99653
  if (!parsed.ok) {
98685
99654
  return [parsed, { status: "invalid" }];
@@ -98792,9 +99761,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
98792
99761
 
98793
99762
  // src/funcs/schedulingGet.ts
98794
99763
  function schedulingGet(client, request, options) {
98795
- return new APIPromise($do136(client, request, options));
99764
+ return new APIPromise($do138(client, request, options));
98796
99765
  }
98797
- async function $do136(client, request, options) {
99766
+ async function $do138(client, request, options) {
98798
99767
  const parsed = safeParse4(request, (value) => GetSchedulesRequest$outboundSchema.parse(value), "Input validation failed");
98799
99768
  if (!parsed.ok) {
98800
99769
  return [parsed, { status: "invalid" }];
@@ -98907,9 +99876,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
98907
99876
 
98908
99877
  // src/funcs/schedulingGetOccurrance.ts
98909
99878
  function schedulingGetOccurrance(client, request, options) {
98910
- return new APIPromise($do137(client, request, options));
99879
+ return new APIPromise($do139(client, request, options));
98911
99880
  }
98912
- async function $do137(client, request, options) {
99881
+ async function $do139(client, request, options) {
98913
99882
  const parsed = safeParse4(request, (value) => GetScheduledOccurrenceRequest$outboundSchema.parse(value), "Input validation failed");
98914
99883
  if (!parsed.ok) {
98915
99884
  return [parsed, { status: "invalid" }];
@@ -99023,9 +99992,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
99023
99992
 
99024
99993
  // src/funcs/schedulingList.ts
99025
99994
  function schedulingList(client, request, options) {
99026
- return new APIPromise($do138(client, request, options));
99995
+ return new APIPromise($do140(client, request, options));
99027
99996
  }
99028
- async function $do138(client, request, options) {
99997
+ async function $do140(client, request, options) {
99029
99998
  const parsed = safeParse4(request, (value) => ListSchedulesRequest$outboundSchema.parse(value), "Input validation failed");
99030
99999
  if (!parsed.ok) {
99031
100000
  return [parsed, { status: "invalid" }];
@@ -99140,9 +100109,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
99140
100109
 
99141
100110
  // src/funcs/schedulingUpdate.ts
99142
100111
  function schedulingUpdate(client, request, options) {
99143
- return new APIPromise($do139(client, request, options));
100112
+ return new APIPromise($do141(client, request, options));
99144
100113
  }
99145
- async function $do139(client, request, options) {
100114
+ async function $do141(client, request, options) {
99146
100115
  const parsed = safeParse4(request, (value) => UpdateScheduleRequest$outboundSchema.parse(value), "Input validation failed");
99147
100116
  if (!parsed.ok) {
99148
100117
  return [parsed, { status: "invalid" }];
@@ -99259,9 +100228,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
99259
100228
 
99260
100229
  // src/funcs/statementsGet.ts
99261
100230
  function statementsGet(client, request, options) {
99262
- return new APIPromise($do140(client, request, options));
100231
+ return new APIPromise($do142(client, request, options));
99263
100232
  }
99264
- async function $do140(client, request, options) {
100233
+ async function $do142(client, request, options) {
99265
100234
  const parsed = safeParse4(request, (value) => GetStatementRequest$outboundSchema.parse(value), "Input validation failed");
99266
100235
  if (!parsed.ok) {
99267
100236
  return [parsed, { status: "invalid" }];
@@ -99380,9 +100349,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
99380
100349
 
99381
100350
  // src/funcs/statementsList.ts
99382
100351
  function statementsList(client, request, options) {
99383
- return new APIPromise($do141(client, request, options));
100352
+ return new APIPromise($do143(client, request, options));
99384
100353
  }
99385
- async function $do141(client, request, options) {
100354
+ async function $do143(client, request, options) {
99386
100355
  const parsed = safeParse4(request, (value) => ListStatementsRequest$outboundSchema.parse(value), "Input validation failed");
99387
100356
  if (!parsed.ok) {
99388
100357
  return [parsed, { status: "invalid" }];
@@ -99499,9 +100468,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
99499
100468
 
99500
100469
  // src/funcs/supportCreateTicket.ts
99501
100470
  function supportCreateTicket(client, request, options) {
99502
- return new APIPromise($do142(client, request, options));
100471
+ return new APIPromise($do144(client, request, options));
99503
100472
  }
99504
- async function $do142(client, request, options) {
100473
+ async function $do144(client, request, options) {
99505
100474
  const parsed = safeParse4(request, (value) => CreateTicketRequest$outboundSchema.parse(value), "Input validation failed");
99506
100475
  if (!parsed.ok) {
99507
100476
  return [parsed, { status: "invalid" }];
@@ -99615,9 +100584,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.write\` and \`/accounts/{acco
99615
100584
 
99616
100585
  // src/funcs/supportGetTicket.ts
99617
100586
  function supportGetTicket(client, request, options) {
99618
- return new APIPromise($do143(client, request, options));
100587
+ return new APIPromise($do145(client, request, options));
99619
100588
  }
99620
- async function $do143(client, request, options) {
100589
+ async function $do145(client, request, options) {
99621
100590
  const parsed = safeParse4(request, (value) => GetTicketRequest$outboundSchema.parse(value), "Input validation failed");
99622
100591
  if (!parsed.ok) {
99623
100592
  return [parsed, { status: "invalid" }];
@@ -99733,9 +100702,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
99733
100702
 
99734
100703
  // src/funcs/supportListTicketMessages.ts
99735
100704
  function supportListTicketMessages(client, request, options) {
99736
- return new APIPromise($do144(client, request, options));
100705
+ return new APIPromise($do146(client, request, options));
99737
100706
  }
99738
- async function $do144(client, request, options) {
100707
+ async function $do146(client, request, options) {
99739
100708
  const parsed = safeParse4(request, (value) => ListTicketMessagesRequest$outboundSchema.parse(value), "Input validation failed");
99740
100709
  if (!parsed.ok) {
99741
100710
  return [parsed, { status: "invalid" }];
@@ -99851,9 +100820,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
99851
100820
 
99852
100821
  // src/funcs/supportListTickets.ts
99853
100822
  function supportListTickets(client, request, options) {
99854
- return new APIPromise($do145(client, request, options));
100823
+ return new APIPromise($do147(client, request, options));
99855
100824
  }
99856
- async function $do145(client, request, options) {
100825
+ async function $do147(client, request, options) {
99857
100826
  const parsed = safeParse4(request, (value) => ListTicketsRequest$outboundSchema.parse(value), "Input validation failed");
99858
100827
  if (!parsed.ok) {
99859
100828
  return [parsed, { status: "invalid" }];
@@ -99972,9 +100941,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
99972
100941
 
99973
100942
  // src/funcs/supportUpdateTicket.ts
99974
100943
  function supportUpdateTicket(client, request, options) {
99975
- return new APIPromise($do146(client, request, options));
100944
+ return new APIPromise($do148(client, request, options));
99976
100945
  }
99977
- async function $do146(client, request, options) {
100946
+ async function $do148(client, request, options) {
99978
100947
  const parsed = safeParse4(request, (value) => UpdateTicketRequest$outboundSchema.parse(value), "Input validation failed");
99979
100948
  if (!parsed.ok) {
99980
100949
  return [parsed, { status: "invalid" }];
@@ -100092,9 +101061,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.write\` and \`/accounts/{acco
100092
101061
 
100093
101062
  // src/funcs/sweepsCreateConfig.ts
100094
101063
  function sweepsCreateConfig(client, request, options) {
100095
- return new APIPromise($do147(client, request, options));
101064
+ return new APIPromise($do149(client, request, options));
100096
101065
  }
100097
- async function $do147(client, request, options) {
101066
+ async function $do149(client, request, options) {
100098
101067
  const parsed = safeParse4(request, (value) => CreateSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
100099
101068
  if (!parsed.ok) {
100100
101069
  return [parsed, { status: "invalid" }];
@@ -100205,9 +101174,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
100205
101174
 
100206
101175
  // src/funcs/sweepsGet.ts
100207
101176
  function sweepsGet(client, request, options) {
100208
- return new APIPromise($do148(client, request, options));
101177
+ return new APIPromise($do150(client, request, options));
100209
101178
  }
100210
- async function $do148(client, request, options) {
101179
+ async function $do150(client, request, options) {
100211
101180
  const parsed = safeParse4(request, (value) => GetSweepRequest$outboundSchema.parse(value), "Input validation failed");
100212
101181
  if (!parsed.ok) {
100213
101182
  return [parsed, { status: "invalid" }];
@@ -100324,9 +101293,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100324
101293
 
100325
101294
  // src/funcs/sweepsGetConfig.ts
100326
101295
  function sweepsGetConfig(client, request, options) {
100327
- return new APIPromise($do149(client, request, options));
101296
+ return new APIPromise($do151(client, request, options));
100328
101297
  }
100329
- async function $do149(client, request, options) {
101298
+ async function $do151(client, request, options) {
100330
101299
  const parsed = safeParse4(request, (value) => GetSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
100331
101300
  if (!parsed.ok) {
100332
101301
  return [parsed, { status: "invalid" }];
@@ -100439,9 +101408,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100439
101408
 
100440
101409
  // src/funcs/sweepsList.ts
100441
101410
  function sweepsList(client, request, options) {
100442
- return new APIPromise($do150(client, request, options));
101411
+ return new APIPromise($do152(client, request, options));
100443
101412
  }
100444
- async function $do150(client, request, options) {
101413
+ async function $do152(client, request, options) {
100445
101414
  const parsed = safeParse4(request, (value) => ListSweepsRequest$outboundSchema.parse(value), "Input validation failed");
100446
101415
  if (!parsed.ok) {
100447
101416
  return [parsed, { status: "invalid" }];
@@ -100561,9 +101530,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100561
101530
 
100562
101531
  // src/funcs/sweepsListConfigs.ts
100563
101532
  function sweepsListConfigs(client, request, options) {
100564
- return new APIPromise($do151(client, request, options));
101533
+ return new APIPromise($do153(client, request, options));
100565
101534
  }
100566
- async function $do151(client, request, options) {
101535
+ async function $do153(client, request, options) {
100567
101536
  const parsed = safeParse4(request, (value) => ListSweepConfigsRequest$outboundSchema.parse(value), "Input validation failed");
100568
101537
  if (!parsed.ok) {
100569
101538
  return [parsed, { status: "invalid" }];
@@ -100672,9 +101641,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100672
101641
 
100673
101642
  // src/funcs/sweepsUpdateConfig.ts
100674
101643
  function sweepsUpdateConfig(client, request, options) {
100675
- return new APIPromise($do152(client, request, options));
101644
+ return new APIPromise($do154(client, request, options));
100676
101645
  }
100677
- async function $do152(client, request, options) {
101646
+ async function $do154(client, request, options) {
100678
101647
  const parsed = safeParse4(request, (value) => UpdateSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
100679
101648
  if (!parsed.ok) {
100680
101649
  return [parsed, { status: "invalid" }];
@@ -100789,9 +101758,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
100789
101758
 
100790
101759
  // src/funcs/terminalApplicationsCreate.ts
100791
101760
  function terminalApplicationsCreate(client, request, options) {
100792
- return new APIPromise($do153(client, request, options));
101761
+ return new APIPromise($do155(client, request, options));
100793
101762
  }
100794
- async function $do153(client, request, options) {
101763
+ async function $do155(client, request, options) {
100795
101764
  const parsed = safeParse4(request, (value) => CreateTerminalApplication$outboundSchema.parse(value), "Input validation failed");
100796
101765
  if (!parsed.ok) {
100797
101766
  return [parsed, { status: "invalid" }];
@@ -100899,9 +101868,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
100899
101868
 
100900
101869
  // src/funcs/terminalApplicationsCreateVersion.ts
100901
101870
  function terminalApplicationsCreateVersion(client, request, options) {
100902
- return new APIPromise($do154(client, request, options));
101871
+ return new APIPromise($do156(client, request, options));
100903
101872
  }
100904
- async function $do154(client, request, options) {
101873
+ async function $do156(client, request, options) {
100905
101874
  const parsed = safeParse4(request, (value) => CreateTerminalApplicationVersionRequest$outboundSchema.parse(value), "Input validation failed");
100906
101875
  if (!parsed.ok) {
100907
101876
  return [parsed, { status: "invalid" }];
@@ -101010,9 +101979,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
101010
101979
 
101011
101980
  // src/funcs/terminalApplicationsDelete.ts
101012
101981
  function terminalApplicationsDelete(client, request, options) {
101013
- return new APIPromise($do155(client, request, options));
101982
+ return new APIPromise($do157(client, request, options));
101014
101983
  }
101015
- async function $do155(client, request, options) {
101984
+ async function $do157(client, request, options) {
101016
101985
  const parsed = safeParse4(request, (value) => DeleteTerminalApplicationRequest$outboundSchema.parse(value), "Input validation failed");
101017
101986
  if (!parsed.ok) {
101018
101987
  return [parsed, { status: "invalid" }];
@@ -101116,9 +102085,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
101116
102085
 
101117
102086
  // src/funcs/terminalApplicationsGet.ts
101118
102087
  function terminalApplicationsGet(client, request, options) {
101119
- return new APIPromise($do156(client, request, options));
102088
+ return new APIPromise($do158(client, request, options));
101120
102089
  }
101121
- async function $do156(client, request, options) {
102090
+ async function $do158(client, request, options) {
101122
102091
  const parsed = safeParse4(request, (value) => GetTerminalApplicationRequest$outboundSchema.parse(value), "Input validation failed");
101123
102092
  if (!parsed.ok) {
101124
102093
  return [parsed, { status: "invalid" }];
@@ -101224,9 +102193,9 @@ you'll need to specify the \`/terminal-applications.read\` scope.`,
101224
102193
 
101225
102194
  // src/funcs/terminalApplicationsList.ts
101226
102195
  function terminalApplicationsList(client, options) {
101227
- return new APIPromise($do157(client, options));
102196
+ return new APIPromise($do159(client, options));
101228
102197
  }
101229
- async function $do157(client, options) {
102198
+ async function $do159(client, options) {
101230
102199
  const path = pathToFunc("/terminal-applications")();
101231
102200
  const headers = new Headers(compactMap({
101232
102201
  Accept: "application/json"
@@ -101315,9 +102284,9 @@ you'll need to specify the \`/terminal-applications.read\` scope.`,
101315
102284
 
101316
102285
  // src/funcs/transferConfigCreate.ts
101317
102286
  function transferConfigCreate(client, request, options) {
101318
- return new APIPromise($do158(client, request, options));
102287
+ return new APIPromise($do160(client, request, options));
101319
102288
  }
101320
- async function $do158(client, request, options) {
102289
+ async function $do160(client, request, options) {
101321
102290
  const parsed = safeParse4(request, (value) => CreateTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
101322
102291
  if (!parsed.ok) {
101323
102292
  return [parsed, { status: "invalid" }];
@@ -101429,9 +102398,9 @@ var init_transferConfigCreate2 = __esm(() => {
101429
102398
 
101430
102399
  // src/funcs/transferConfigGet.ts
101431
102400
  function transferConfigGet(client, request, options) {
101432
- return new APIPromise($do159(client, request, options));
102401
+ return new APIPromise($do161(client, request, options));
101433
102402
  }
101434
- async function $do159(client, request, options) {
102403
+ async function $do161(client, request, options) {
101435
102404
  const parsed = safeParse4(request, (value) => GetTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
101436
102405
  if (!parsed.ok) {
101437
102406
  return [parsed, { status: "invalid" }];
@@ -101537,9 +102506,9 @@ var init_transferConfigGet2 = __esm(() => {
101537
102506
 
101538
102507
  // src/funcs/transferConfigUpdate.ts
101539
102508
  function transferConfigUpdate(client, request, options) {
101540
- return new APIPromise($do160(client, request, options));
102509
+ return new APIPromise($do162(client, request, options));
101541
102510
  }
101542
- async function $do160(client, request, options) {
102511
+ async function $do162(client, request, options) {
101543
102512
  const parsed = safeParse4(request, (value) => UpdateTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
101544
102513
  if (!parsed.ok) {
101545
102514
  return [parsed, { status: "invalid" }];
@@ -101649,9 +102618,9 @@ var init_transferConfigUpdate2 = __esm(() => {
101649
102618
 
101650
102619
  // src/funcs/transfersBatchGetTransfers.ts
101651
102620
  function transfersBatchGetTransfers(client, request, options) {
101652
- return new APIPromise($do161(client, request, options));
102621
+ return new APIPromise($do163(client, request, options));
101653
102622
  }
101654
- async function $do161(client, request, options) {
102623
+ async function $do163(client, request, options) {
101655
102624
  const parsed = safeParse4(request, (value) => BatchGetTransfersRequest$outboundSchema2.parse(value), "Input validation failed");
101656
102625
  if (!parsed.ok) {
101657
102626
  return [parsed, { status: "invalid" }];
@@ -101767,9 +102736,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
101767
102736
 
101768
102737
  // src/funcs/transfersCreate.ts
101769
102738
  function transfersCreate(client, request, options) {
101770
- return new APIPromise($do162(client, request, options));
102739
+ return new APIPromise($do164(client, request, options));
101771
102740
  }
101772
- async function $do162(client, request, options) {
102741
+ async function $do164(client, request, options) {
101773
102742
  const parsed = safeParse4(request, (value) => CreateTransferRequest$outboundSchema.parse(value), "Input validation failed");
101774
102743
  if (!parsed.ok) {
101775
102744
  return [parsed, { status: "invalid" }];
@@ -101895,9 +102864,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
101895
102864
 
101896
102865
  // src/funcs/transfersCreateCancellation.ts
101897
102866
  function transfersCreateCancellation(client, request, options) {
101898
- return new APIPromise($do163(client, request, options));
102867
+ return new APIPromise($do165(client, request, options));
101899
102868
  }
101900
- async function $do163(client, request, options) {
102869
+ async function $do165(client, request, options) {
101901
102870
  const parsed = safeParse4(request, (value) => CreateCancellationRequest$outboundSchema.parse(value), "Input validation failed");
101902
102871
  if (!parsed.ok) {
101903
102872
  return [parsed, { status: "invalid" }];
@@ -102011,9 +102980,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
102011
102980
 
102012
102981
  // src/funcs/transfersCreateReversal.ts
102013
102982
  function transfersCreateReversal(client, request, options) {
102014
- return new APIPromise($do164(client, request, options));
102983
+ return new APIPromise($do166(client, request, options));
102015
102984
  }
102016
- async function $do164(client, request, options) {
102985
+ async function $do166(client, request, options) {
102017
102986
  const parsed = safeParse4(request, (value) => CreateReversalRequest$outboundSchema.parse(value), "Input validation failed");
102018
102987
  if (!parsed.ok) {
102019
102988
  return [parsed, { status: "invalid" }];
@@ -102133,9 +103102,9 @@ to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
102133
103102
 
102134
103103
  // src/funcs/transfersGenerateOptions.ts
102135
103104
  function transfersGenerateOptions(client, request, options) {
102136
- return new APIPromise($do165(client, request, options));
103105
+ return new APIPromise($do167(client, request, options));
102137
103106
  }
102138
- async function $do165(client, request, options) {
103107
+ async function $do167(client, request, options) {
102139
103108
  const parsed = safeParse4(request, (value) => CreateTransferOptionsRequest$outboundSchema.parse(value), "Input validation failed");
102140
103109
  if (!parsed.ok) {
102141
103110
  return [parsed, { status: "invalid" }];
@@ -102255,9 +103224,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
102255
103224
 
102256
103225
  // src/funcs/transfersGet.ts
102257
103226
  function transfersGet(client, request, options) {
102258
- return new APIPromise($do166(client, request, options));
103227
+ return new APIPromise($do168(client, request, options));
102259
103228
  }
102260
- async function $do166(client, request, options) {
103229
+ async function $do168(client, request, options) {
102261
103230
  const parsed = safeParse4(request, (value) => GetTransferRequest$outboundSchema.parse(value), "Input validation failed");
102262
103231
  if (!parsed.ok) {
102263
103232
  return [parsed, { status: "invalid" }];
@@ -102373,9 +103342,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
102373
103342
 
102374
103343
  // src/funcs/transfersGetCancellation.ts
102375
103344
  function transfersGetCancellation(client, request, options) {
102376
- return new APIPromise($do167(client, request, options));
103345
+ return new APIPromise($do169(client, request, options));
102377
103346
  }
102378
- async function $do167(client, request, options) {
103347
+ async function $do169(client, request, options) {
102379
103348
  const parsed = safeParse4(request, (value) => GetCancellationRequest$outboundSchema.parse(value), "Input validation failed");
102380
103349
  if (!parsed.ok) {
102381
103350
  return [parsed, { status: "invalid" }];
@@ -102492,9 +103461,9 @@ var init_transfersGetCancellation2 = __esm(() => {
102492
103461
 
102493
103462
  // src/funcs/transfersGetRefund.ts
102494
103463
  function transfersGetRefund(client, request, options) {
102495
- return new APIPromise($do168(client, request, options));
103464
+ return new APIPromise($do170(client, request, options));
102496
103465
  }
102497
- async function $do168(client, request, options) {
103466
+ async function $do170(client, request, options) {
102498
103467
  const parsed = safeParse4(request, (value) => GetRefundRequest$outboundSchema.parse(value), "Input validation failed");
102499
103468
  if (!parsed.ok) {
102500
103469
  return [parsed, { status: "invalid" }];
@@ -102611,9 +103580,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
102611
103580
 
102612
103581
  // src/funcs/transfersInitiateRefund.ts
102613
103582
  function transfersInitiateRefund(client, request, options) {
102614
- return new APIPromise($do169(client, request, options));
103583
+ return new APIPromise($do171(client, request, options));
102615
103584
  }
102616
- async function $do169(client, request, options) {
103585
+ async function $do171(client, request, options) {
102617
103586
  const parsed = safeParse4(request, (value) => InitiateRefundRequest$outboundSchema.parse(value), "Input validation failed");
102618
103587
  if (!parsed.ok) {
102619
103588
  return [parsed, { status: "invalid" }];
@@ -102739,9 +103708,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
102739
103708
 
102740
103709
  // src/funcs/transfersList.ts
102741
103710
  function transfersList(client, request, options) {
102742
- return new APIPromise($do170(client, request, options));
103711
+ return new APIPromise($do172(client, request, options));
102743
103712
  }
102744
- async function $do170(client, request, options) {
103713
+ async function $do172(client, request, options) {
102745
103714
  const parsed = safeParse4(request, (value) => ListTransfersRequest$outboundSchema.parse(value), "Input validation failed");
102746
103715
  if (!parsed.ok) {
102747
103716
  return [parsed, { status: "invalid" }];
@@ -102757,6 +103726,8 @@ async function $do170(client, request, options) {
102757
103726
  const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
102758
103727
  const query = encodeFormQuery({
102759
103728
  accountIDs: payload.accountIDs,
103729
+ authorizationIDs: payload.authorizationIDs,
103730
+ captureIDs: payload.captureIDs,
102760
103731
  count: payload.count,
102761
103732
  disputed: payload.disputed,
102762
103733
  endDateTime: payload.endDateTime,
@@ -102875,9 +103846,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
102875
103846
 
102876
103847
  // src/funcs/transfersListCancellations.ts
102877
103848
  function transfersListCancellations(client, request, options) {
102878
- return new APIPromise($do171(client, request, options));
103849
+ return new APIPromise($do173(client, request, options));
102879
103850
  }
102880
- async function $do171(client, request, options) {
103851
+ async function $do173(client, request, options) {
102881
103852
  const parsed = safeParse4(request, (value) => ListCancellationsRequest$outboundSchema.parse(value), "Input validation failed");
102882
103853
  if (!parsed.ok) {
102883
103854
  return [parsed, { status: "invalid" }];
@@ -102990,9 +103961,9 @@ var init_transfersListCancellations2 = __esm(() => {
102990
103961
 
102991
103962
  // src/funcs/transfersListRefunds.ts
102992
103963
  function transfersListRefunds(client, request, options) {
102993
- return new APIPromise($do172(client, request, options));
103964
+ return new APIPromise($do174(client, request, options));
102994
103965
  }
102995
- async function $do172(client, request, options) {
103966
+ async function $do174(client, request, options) {
102996
103967
  const parsed = safeParse4(request, (value) => ListRefundsRequest$outboundSchema.parse(value), "Input validation failed");
102997
103968
  if (!parsed.ok) {
102998
103969
  return [parsed, { status: "invalid" }];
@@ -103105,9 +104076,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
103105
104076
 
103106
104077
  // src/funcs/transfersUpdate.ts
103107
104078
  function transfersUpdate(client, request, options) {
103108
- return new APIPromise($do173(client, request, options));
104079
+ return new APIPromise($do175(client, request, options));
103109
104080
  }
103110
- async function $do173(client, request, options) {
104081
+ async function $do175(client, request, options) {
103111
104082
  const parsed = safeParse4(request, (value) => UpdateTransferRequest$outboundSchema.parse(value), "Input validation failed");
103112
104083
  if (!parsed.ok) {
103113
104084
  return [parsed, { status: "invalid" }];
@@ -103226,9 +104197,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
103226
104197
 
103227
104198
  // src/funcs/underwritingGet.ts
103228
104199
  function underwritingGet(client, request, options) {
103229
- return new APIPromise($do174(client, request, options));
104200
+ return new APIPromise($do176(client, request, options));
103230
104201
  }
103231
- async function $do174(client, request, options) {
104202
+ async function $do176(client, request, options) {
103232
104203
  const parsed = safeParse4(request, (value) => GetUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
103233
104204
  if (!parsed.ok) {
103234
104205
  return [parsed, { status: "invalid" }];
@@ -103339,9 +104310,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
103339
104310
 
103340
104311
  // src/funcs/underwritingSave.ts
103341
104312
  function underwritingSave(client, request, options) {
103342
- return new APIPromise($do175(client, request, options));
104313
+ return new APIPromise($do177(client, request, options));
103343
104314
  }
103344
- async function $do175(client, request, options) {
104315
+ async function $do177(client, request, options) {
103345
104316
  const parsed = safeParse4(request, (value) => SaveUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
103346
104317
  if (!parsed.ok) {
103347
104318
  return [parsed, { status: "invalid" }];
@@ -103458,9 +104429,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
103458
104429
 
103459
104430
  // src/funcs/underwritingUpsert.ts
103460
104431
  function underwritingUpsert(client, request, options) {
103461
- return new APIPromise($do176(client, request, options));
104432
+ return new APIPromise($do178(client, request, options));
103462
104433
  }
103463
- async function $do176(client, request, options) {
104434
+ async function $do178(client, request, options) {
103464
104435
  const parsed = safeParse4(request, (value) => UpsertUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
103465
104436
  if (!parsed.ok) {
103466
104437
  return [parsed, { status: "invalid" }];
@@ -103577,9 +104548,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
103577
104548
 
103578
104549
  // src/funcs/walletsCreate.ts
103579
104550
  function walletsCreate(client, request, options) {
103580
- return new APIPromise($do177(client, request, options));
104551
+ return new APIPromise($do179(client, request, options));
103581
104552
  }
103582
- async function $do177(client, request, options) {
104553
+ async function $do179(client, request, options) {
103583
104554
  const parsed = safeParse4(request, (value) => CreateWalletRequest$outboundSchema.parse(value), "Input validation failed");
103584
104555
  if (!parsed.ok) {
103585
104556
  return [parsed, { status: "invalid" }];
@@ -103694,9 +104665,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
103694
104665
 
103695
104666
  // src/funcs/walletsGet.ts
103696
104667
  function walletsGet(client, request, options) {
103697
- return new APIPromise($do178(client, request, options));
104668
+ return new APIPromise($do180(client, request, options));
103698
104669
  }
103699
- async function $do178(client, request, options) {
104670
+ async function $do180(client, request, options) {
103700
104671
  const parsed = safeParse4(request, (value) => GetWalletRequest$outboundSchema.parse(value), "Input validation failed");
103701
104672
  if (!parsed.ok) {
103702
104673
  return [parsed, { status: "invalid" }];
@@ -103811,9 +104782,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
103811
104782
 
103812
104783
  // src/funcs/walletsList.ts
103813
104784
  function walletsList(client, request, options) {
103814
- return new APIPromise($do179(client, request, options));
104785
+ return new APIPromise($do181(client, request, options));
103815
104786
  }
103816
- async function $do179(client, request, options) {
104787
+ async function $do181(client, request, options) {
103817
104788
  const parsed = safeParse4(request, (value) => ListWalletsRequest$outboundSchema.parse(value), "Input validation failed");
103818
104789
  if (!parsed.ok) {
103819
104790
  return [parsed, { status: "invalid" }];
@@ -103934,9 +104905,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
103934
104905
 
103935
104906
  // src/funcs/walletsUpdate.ts
103936
104907
  function walletsUpdate(client, request, options) {
103937
- return new APIPromise($do180(client, request, options));
104908
+ return new APIPromise($do182(client, request, options));
103938
104909
  }
103939
- async function $do180(client, request, options) {
104910
+ async function $do182(client, request, options) {
103940
104911
  const parsed = safeParse4(request, (value) => UpdateWalletRequest$outboundSchema.parse(value), "Input validation failed");
103941
104912
  if (!parsed.ok) {
103942
104913
  return [parsed, { status: "invalid" }];
@@ -104055,9 +105026,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
104055
105026
 
104056
105027
  // src/funcs/walletTransactionsGet.ts
104057
105028
  function walletTransactionsGet(client, request, options) {
104058
- return new APIPromise($do181(client, request, options));
105029
+ return new APIPromise($do183(client, request, options));
104059
105030
  }
104060
- async function $do181(client, request, options) {
105031
+ async function $do183(client, request, options) {
104061
105032
  const parsed = safeParse4(request, (value) => GetWalletTransactionRequest$outboundSchema.parse(value), "Input validation failed");
104062
105033
  if (!parsed.ok) {
104063
105034
  return [parsed, { status: "invalid" }];
@@ -104176,9 +105147,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
104176
105147
 
104177
105148
  // src/funcs/walletTransactionsList.ts
104178
105149
  function walletTransactionsList(client, request, options) {
104179
- return new APIPromise($do182(client, request, options));
105150
+ return new APIPromise($do184(client, request, options));
104180
105151
  }
104181
- async function $do182(client, request, options) {
105152
+ async function $do184(client, request, options) {
104182
105153
  const parsed = safeParse4(request, (value) => ListWalletTransactionsRequest$outboundSchema.parse(value), "Input validation failed");
104183
105154
  if (!parsed.ok) {
104184
105155
  return [parsed, { status: "invalid" }];
@@ -104311,9 +105282,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
104311
105282
 
104312
105283
  // src/funcs/webhooksCreate.ts
104313
105284
  function webhooksCreate(client, request, options) {
104314
- return new APIPromise($do183(client, request, options));
105285
+ return new APIPromise($do185(client, request, options));
104315
105286
  }
104316
- async function $do183(client, request, options) {
105287
+ async function $do185(client, request, options) {
104317
105288
  const parsed = safeParse4(request, (value) => CreateWebhook$outboundSchema.parse(value), "Input validation failed");
104318
105289
  if (!parsed.ok) {
104319
105290
  return [parsed, { status: "invalid" }];
@@ -104418,9 +105389,9 @@ var init_webhooksCreate2 = __esm(() => {
104418
105389
 
104419
105390
  // src/funcs/webhooksDisable.ts
104420
105391
  function webhooksDisable(client, request, options) {
104421
- return new APIPromise($do184(client, request, options));
105392
+ return new APIPromise($do186(client, request, options));
104422
105393
  }
104423
- async function $do184(client, request, options) {
105394
+ async function $do186(client, request, options) {
104424
105395
  const parsed = safeParse4(request, (value) => DisableWebhookRequest$outboundSchema.parse(value), "Input validation failed");
104425
105396
  if (!parsed.ok) {
104426
105397
  return [parsed, { status: "invalid" }];
@@ -104524,9 +105495,9 @@ var init_webhooksDisable2 = __esm(() => {
104524
105495
 
104525
105496
  // src/funcs/webhooksGet.ts
104526
105497
  function webhooksGet(client, request, options) {
104527
- return new APIPromise($do185(client, request, options));
105498
+ return new APIPromise($do187(client, request, options));
104528
105499
  }
104529
- async function $do185(client, request, options) {
105500
+ async function $do187(client, request, options) {
104530
105501
  const parsed = safeParse4(request, (value) => GetWebhookRequest$outboundSchema.parse(value), "Input validation failed");
104531
105502
  if (!parsed.ok) {
104532
105503
  return [parsed, { status: "invalid" }];
@@ -104632,9 +105603,9 @@ var init_webhooksGet2 = __esm(() => {
104632
105603
 
104633
105604
  // src/funcs/webhooksGetSecret.ts
104634
105605
  function webhooksGetSecret(client, request, options) {
104635
- return new APIPromise($do186(client, request, options));
105606
+ return new APIPromise($do188(client, request, options));
104636
105607
  }
104637
- async function $do186(client, request, options) {
105608
+ async function $do188(client, request, options) {
104638
105609
  const parsed = safeParse4(request, (value) => GetWebhookSecretRequest$outboundSchema.parse(value), "Input validation failed");
104639
105610
  if (!parsed.ok) {
104640
105611
  return [parsed, { status: "invalid" }];
@@ -104740,9 +105711,9 @@ var init_webhooksGetSecret2 = __esm(() => {
104740
105711
 
104741
105712
  // src/funcs/webhooksList.ts
104742
105713
  function webhooksList(client, options) {
104743
- return new APIPromise($do187(client, options));
105714
+ return new APIPromise($do189(client, options));
104744
105715
  }
104745
- async function $do187(client, options) {
105716
+ async function $do189(client, options) {
104746
105717
  const path = pathToFunc("/webhooks")();
104747
105718
  const headers = new Headers(compactMap({
104748
105719
  Accept: "application/json"
@@ -104828,9 +105799,9 @@ var init_webhooksList2 = __esm(() => {
104828
105799
 
104829
105800
  // src/funcs/webhooksListEventTypes.ts
104830
105801
  function webhooksListEventTypes(client, options) {
104831
- return new APIPromise($do188(client, options));
105802
+ return new APIPromise($do190(client, options));
104832
105803
  }
104833
- async function $do188(client, options) {
105804
+ async function $do190(client, options) {
104834
105805
  const path = pathToFunc("/event-types")();
104835
105806
  const headers = new Headers(compactMap({
104836
105807
  Accept: "application/json"
@@ -104916,9 +105887,9 @@ var init_webhooksListEventTypes2 = __esm(() => {
104916
105887
 
104917
105888
  // src/funcs/webhooksPing.ts
104918
105889
  function webhooksPing(client, request, options) {
104919
- return new APIPromise($do189(client, request, options));
105890
+ return new APIPromise($do191(client, request, options));
104920
105891
  }
104921
- async function $do189(client, request, options) {
105892
+ async function $do191(client, request, options) {
104922
105893
  const parsed = safeParse4(request, (value) => PingWebhookRequest$outboundSchema.parse(value), "Input validation failed");
104923
105894
  if (!parsed.ok) {
104924
105895
  return [parsed, { status: "invalid" }];
@@ -105024,9 +105995,9 @@ var init_webhooksPing2 = __esm(() => {
105024
105995
 
105025
105996
  // src/funcs/webhooksUpdate.ts
105026
105997
  function webhooksUpdate(client, request, options) {
105027
- return new APIPromise($do190(client, request, options));
105998
+ return new APIPromise($do192(client, request, options));
105028
105999
  }
105029
- async function $do190(client, request, options) {
106000
+ async function $do192(client, request, options) {
105030
106001
  const parsed = safeParse4(request, (value) => UpdateWebhookRequest$outboundSchema.parse(value), "Input validation failed");
105031
106002
  if (!parsed.ok) {
105032
106003
  return [parsed, { status: "invalid" }];
@@ -105138,7 +106109,7 @@ var init_webhooksUpdate2 = __esm(() => {
105138
106109
  function createMCPServer(deps) {
105139
106110
  const server = new McpServer({
105140
106111
  name: "Moov",
105141
- version: "26.7.0-dev.6"
106112
+ version: "26.7.1"
105142
106113
  });
105143
106114
  const client = new MoovCore({
105144
106115
  security: deps.security,
@@ -105245,6 +106216,7 @@ function createMCPServer(deps) {
105245
106216
  tool(tool$productsGet);
105246
106217
  tool(tool$productsUpdate);
105247
106218
  tool(tool$productsDisable);
106219
+ tool(tool$productsListCategories);
105248
106220
  tool(tool$representativesCreate);
105249
106221
  tool(tool$representativesList);
105250
106222
  tool(tool$representativesDelete);
@@ -105318,16 +106290,17 @@ function createMCPServer(deps) {
105318
106290
  tool(tool$industriesList);
105319
106291
  tool(tool$institutionsSearchInstitutions);
105320
106292
  tool(tool$institutionsSearch);
105321
- tool(tool$issuingTransactionsListAuthorizations);
105322
- tool(tool$issuingTransactionsGetAuthorization);
105323
- tool(tool$issuingTransactionsListAuthorizationEvents);
105324
- tool(tool$issuingTransactionsList);
105325
- tool(tool$issuingTransactionsGet);
106293
+ tool(tool$cardIssuingListMerchantCategories);
105326
106294
  tool(tool$cardIssuingRequest);
105327
106295
  tool(tool$cardIssuingList);
105328
106296
  tool(tool$cardIssuingGet);
105329
106297
  tool(tool$cardIssuingUpdate);
105330
106298
  tool(tool$cardIssuingGetFull);
106299
+ tool(tool$issuingTransactionsListAuthorizations);
106300
+ tool(tool$issuingTransactionsGetAuthorization);
106301
+ tool(tool$issuingTransactionsListAuthorizationEvents);
106302
+ tool(tool$issuingTransactionsList);
106303
+ tool(tool$issuingTransactionsGet);
105331
106304
  tool(tool$authenticationRevokeAccessToken);
105332
106305
  tool(tool$authenticationCreateAccessToken);
105333
106306
  tool(tool$onboardingCreateInvite);
@@ -105394,6 +106367,7 @@ var init_server2 = __esm(() => {
105394
106367
  init_cardIssuingGet2();
105395
106368
  init_cardIssuingGetFull2();
105396
106369
  init_cardIssuingList2();
106370
+ init_cardIssuingListMerchantCategories2();
105397
106371
  init_cardIssuingRequest2();
105398
106372
  init_cardIssuingUpdate2();
105399
106373
  init_cardsDisable2();
@@ -105471,6 +106445,7 @@ var init_server2 = __esm(() => {
105471
106445
  init_productsDisable2();
105472
106446
  init_productsGet2();
105473
106447
  init_productsList2();
106448
+ init_productsListCategories2();
105474
106449
  init_productsUpdate2();
105475
106450
  init_receiptsCreate2();
105476
106451
  init_receiptsList2();
@@ -106742,7 +107717,7 @@ var routes = rn({
106742
107717
  var app = Ve(routes, {
106743
107718
  name: "mcp",
106744
107719
  versionInfo: {
106745
- currentVersion: "26.7.0-dev.6"
107720
+ currentVersion: "26.7.1"
106746
107721
  }
106747
107722
  });
106748
107723
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -106750,5 +107725,5 @@ export {
106750
107725
  app
106751
107726
  };
106752
107727
 
106753
- //# debugId=610D20B7CEBCA49964756E2164756E21
107728
+ //# debugId=C6EA1859A8A5064564756E2164756E21
106754
107729
  //# sourceMappingURL=mcp-server.js.map