@moovio/sdk 26.7.0 → 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 (266) hide show
  1. package/README.md +85 -73
  2. package/bin/mcp-server.js +999 -351
  3. package/bin/mcp-server.js.map +59 -35
  4. package/funcs/cardIssuingListMerchantCategories.d.ts +19 -0
  5. package/funcs/cardIssuingListMerchantCategories.d.ts.map +1 -0
  6. package/funcs/cardIssuingListMerchantCategories.js +109 -0
  7. package/funcs/cardIssuingListMerchantCategories.js.map +1 -0
  8. package/funcs/transfersList.js +2 -0
  9. package/funcs/transfersList.js.map +1 -1
  10. package/jsr.json +1 -1
  11. package/lib/config.d.ts +2 -2
  12. package/lib/config.js +2 -2
  13. package/mcp-server/mcp-server.js +1 -1
  14. package/mcp-server/server.d.ts.map +1 -1
  15. package/mcp-server/server.js +8 -6
  16. package/mcp-server/server.js.map +1 -1
  17. package/mcp-server/tools/avatarsGet.js +1 -1
  18. package/mcp-server/tools/cardIssuingListMerchantCategories.d.ts +3 -0
  19. package/mcp-server/tools/cardIssuingListMerchantCategories.d.ts.map +1 -0
  20. package/mcp-server/tools/cardIssuingListMerchantCategories.js +29 -0
  21. package/mcp-server/tools/cardIssuingListMerchantCategories.js.map +1 -0
  22. package/mcp-server/tools/enrichedAddressGet.js +1 -1
  23. package/mcp-server/tools/enrichedProfileGet.js +1 -1
  24. package/mcp-server/tools/institutionsSearch.js +1 -1
  25. package/models/components/allowedscheduleerror.d.ts +24 -0
  26. package/models/components/allowedscheduleerror.d.ts.map +1 -0
  27. package/models/components/allowedscheduleerror.js +62 -0
  28. package/models/components/allowedscheduleerror.js.map +1 -0
  29. package/models/components/createdtransfer.d.ts +6 -0
  30. package/models/components/createdtransfer.d.ts.map +1 -1
  31. package/models/components/createdtransfer.js +3 -0
  32. package/models/components/createdtransfer.js.map +1 -1
  33. package/models/components/createrefund.d.ts +2 -2
  34. package/models/components/createreversal.d.ts +1 -1
  35. package/models/components/fullissuedcard.d.ts +6 -3
  36. package/models/components/fullissuedcard.d.ts.map +1 -1
  37. package/models/components/fullissuedcard.js +3 -3
  38. package/models/components/fullissuedcard.js.map +1 -1
  39. package/models/components/index.d.ts +21 -0
  40. package/models/components/index.d.ts.map +1 -1
  41. package/models/components/index.js +21 -0
  42. package/models/components/index.js.map +1 -1
  43. package/models/components/issuedcard.d.ts +6 -3
  44. package/models/components/issuedcard.d.ts.map +1 -1
  45. package/models/components/issuedcard.js +3 -3
  46. package/models/components/issuedcard.js.map +1 -1
  47. package/models/components/issuedcontrols.d.ts +76 -0
  48. package/models/components/issuedcontrols.d.ts.map +1 -0
  49. package/models/components/issuedcontrols.js +92 -0
  50. package/models/components/issuedcontrols.js.map +1 -0
  51. package/models/components/issuedvelocitylimit.d.ts +59 -0
  52. package/models/components/issuedvelocitylimit.d.ts.map +1 -0
  53. package/models/components/issuedvelocitylimit.js +74 -0
  54. package/models/components/issuedvelocitylimit.js.map +1 -0
  55. package/models/components/issuingcontrols.d.ts +47 -0
  56. package/models/components/issuingcontrols.d.ts.map +1 -1
  57. package/models/components/issuingcontrols.js +33 -1
  58. package/models/components/issuingcontrols.js.map +1 -1
  59. package/models/components/issuingcontrolserror.d.ts +11 -0
  60. package/models/components/issuingcontrolserror.d.ts.map +1 -1
  61. package/models/components/issuingcontrolserror.js +12 -0
  62. package/models/components/issuingcontrolserror.js.map +1 -1
  63. package/models/components/issuingcontrolsrestrictionmode.d.ts +18 -0
  64. package/models/components/issuingcontrolsrestrictionmode.d.ts.map +1 -0
  65. package/models/components/issuingcontrolsrestrictionmode.js +52 -0
  66. package/models/components/issuingcontrolsrestrictionmode.js.map +1 -0
  67. package/models/components/issuingintervallimit.d.ts +7 -4
  68. package/models/components/issuingintervallimit.d.ts.map +1 -1
  69. package/models/components/issuingintervallimit.js +6 -3
  70. package/models/components/issuingintervallimit.js.map +1 -1
  71. package/models/components/issuingmerchantcategory.d.ts +42 -0
  72. package/models/components/issuingmerchantcategory.d.ts.map +1 -0
  73. package/models/components/issuingmerchantcategory.js +76 -0
  74. package/models/components/issuingmerchantcategory.js.map +1 -0
  75. package/models/components/issuingscheduleday.d.ts +17 -0
  76. package/models/components/issuingscheduleday.d.ts.map +1 -0
  77. package/models/components/issuingscheduleday.js +54 -0
  78. package/models/components/issuingscheduleday.js.map +1 -0
  79. package/models/components/issuingvelocitylimit.d.ts +7 -2
  80. package/models/components/issuingvelocitylimit.d.ts.map +1 -1
  81. package/models/components/issuingvelocitylimit.js +4 -2
  82. package/models/components/issuingvelocitylimit.js.map +1 -1
  83. package/models/components/issuingvelocitylimiterror.d.ts +2 -0
  84. package/models/components/issuingvelocitylimiterror.d.ts.map +1 -1
  85. package/models/components/issuingvelocitylimiterror.js +2 -0
  86. package/models/components/issuingvelocitylimiterror.js.map +1 -1
  87. package/models/components/merchantcategories.d.ts +21 -0
  88. package/models/components/merchantcategories.d.ts.map +1 -0
  89. package/models/components/merchantcategories.js +59 -0
  90. package/models/components/merchantcategories.js.map +1 -0
  91. package/models/components/merchantcategory.d.ts +32 -0
  92. package/models/components/merchantcategory.d.ts.map +1 -0
  93. package/models/components/merchantcategory.js +62 -0
  94. package/models/components/merchantcategory.js.map +1 -0
  95. package/models/components/merchantcategoryrestrictions.d.ts +41 -0
  96. package/models/components/merchantcategoryrestrictions.d.ts.map +1 -0
  97. package/models/components/merchantcategoryrestrictions.js +68 -0
  98. package/models/components/merchantcategoryrestrictions.js.map +1 -0
  99. package/models/components/merchantcategoryrestrictionserror.d.ts +36 -0
  100. package/models/components/merchantcategoryrestrictionserror.d.ts.map +1 -0
  101. package/models/components/merchantcategoryrestrictionserror.js +66 -0
  102. package/models/components/merchantcategoryrestrictionserror.js.map +1 -0
  103. package/models/components/merchantentry.d.ts +33 -0
  104. package/models/components/merchantentry.d.ts.map +1 -0
  105. package/models/components/merchantentry.js +63 -0
  106. package/models/components/merchantentry.js.map +1 -0
  107. package/models/components/merchantentryerror.d.ts +19 -0
  108. package/models/components/merchantentryerror.d.ts.map +1 -0
  109. package/models/components/merchantentryerror.js +61 -0
  110. package/models/components/merchantentryerror.js.map +1 -0
  111. package/models/components/merchantrestrictions.d.ts +30 -0
  112. package/models/components/merchantrestrictions.d.ts.map +1 -0
  113. package/models/components/merchantrestrictions.js +62 -0
  114. package/models/components/merchantrestrictions.js.map +1 -0
  115. package/models/components/merchantrestrictionserror.d.ts +24 -0
  116. package/models/components/merchantrestrictionserror.d.ts.map +1 -0
  117. package/models/components/merchantrestrictionserror.js +62 -0
  118. package/models/components/merchantrestrictionserror.js.map +1 -0
  119. package/models/components/paymentmethodswallet.d.ts +1 -0
  120. package/models/components/paymentmethodswallet.d.ts.map +1 -1
  121. package/models/components/paymentmethodswallet.js.map +1 -1
  122. package/models/components/schedulewindow.d.ts +34 -0
  123. package/models/components/schedulewindow.d.ts.map +1 -0
  124. package/models/components/schedulewindow.js +64 -0
  125. package/models/components/schedulewindow.js.map +1 -0
  126. package/models/components/schedulewindowerror.d.ts +21 -0
  127. package/models/components/schedulewindowerror.d.ts.map +1 -0
  128. package/models/components/schedulewindowerror.js +63 -0
  129. package/models/components/schedulewindowerror.js.map +1 -0
  130. package/models/components/sendfunds.d.ts +3 -0
  131. package/models/components/sendfunds.d.ts.map +1 -1
  132. package/models/components/sendfunds.js +3 -0
  133. package/models/components/sendfunds.js.map +1 -1
  134. package/models/components/sendfundserror.d.ts +3 -0
  135. package/models/components/sendfundserror.d.ts.map +1 -1
  136. package/models/components/sendfundserror.js +3 -0
  137. package/models/components/sendfundserror.js.map +1 -1
  138. package/models/components/sendfundswire.d.ts +18 -0
  139. package/models/components/sendfundswire.d.ts.map +1 -0
  140. package/models/components/sendfundswire.js +60 -0
  141. package/models/components/sendfundswire.js.map +1 -0
  142. package/models/components/sendfundswireerror.d.ts +18 -0
  143. package/models/components/sendfundswireerror.d.ts.map +1 -0
  144. package/models/components/sendfundswireerror.js +60 -0
  145. package/models/components/sendfundswireerror.js.map +1 -0
  146. package/models/components/transfer.d.ts +6 -0
  147. package/models/components/transfer.d.ts.map +1 -1
  148. package/models/components/transfer.js +3 -0
  149. package/models/components/transfer.js.map +1 -1
  150. package/models/components/transfercapture.d.ts +28 -0
  151. package/models/components/transfercapture.d.ts.map +1 -0
  152. package/models/components/transfercapture.js +61 -0
  153. package/models/components/transfercapture.js.map +1 -0
  154. package/models/components/transferpaymentmethodswallet.d.ts +1 -0
  155. package/models/components/transferpaymentmethodswallet.d.ts.map +1 -1
  156. package/models/components/transferpaymentmethodswallet.js.map +1 -1
  157. package/models/components/updateissuedcard.d.ts +6 -0
  158. package/models/components/updateissuedcard.d.ts.map +1 -1
  159. package/models/components/updateissuedcard.js +3 -0
  160. package/models/components/updateissuedcard.js.map +1 -1
  161. package/models/components/updateissuingcontrols.d.ts +130 -0
  162. package/models/components/updateissuingcontrols.d.ts.map +1 -0
  163. package/models/components/updateissuingcontrols.js +130 -0
  164. package/models/components/updateissuingcontrols.js.map +1 -0
  165. package/models/components/updateissuingcontrolserror.d.ts +33 -0
  166. package/models/components/updateissuingcontrolserror.d.ts.map +1 -0
  167. package/models/components/updateissuingcontrolserror.js +72 -0
  168. package/models/components/updateissuingcontrolserror.js.map +1 -0
  169. package/models/components/wallet.d.ts +1 -0
  170. package/models/components/wallet.d.ts.map +1 -1
  171. package/models/components/wallet.js.map +1 -1
  172. package/models/components/wallettype.d.ts +3 -0
  173. package/models/components/wallettype.d.ts.map +1 -1
  174. package/models/components/wallettype.js +2 -0
  175. package/models/components/wallettype.js.map +1 -1
  176. package/models/components/webhookdatatransferstatus.d.ts +3 -0
  177. package/models/components/webhookdatatransferstatus.d.ts.map +1 -1
  178. package/models/components/webhookdatatransferstatus.js +3 -0
  179. package/models/components/webhookdatatransferstatus.js.map +1 -1
  180. package/models/errors/transfer.d.ts +9 -0
  181. package/models/errors/transfer.d.ts.map +1 -1
  182. package/models/errors/transfer.js +4 -0
  183. package/models/errors/transfer.js.map +1 -1
  184. package/models/errors/updateissuedcarderror.d.ts +3 -0
  185. package/models/errors/updateissuedcarderror.d.ts.map +1 -1
  186. package/models/errors/updateissuedcarderror.js +4 -0
  187. package/models/errors/updateissuedcarderror.js.map +1 -1
  188. package/models/operations/index.d.ts +1 -0
  189. package/models/operations/index.d.ts.map +1 -1
  190. package/models/operations/index.js +1 -0
  191. package/models/operations/index.js.map +1 -1
  192. package/models/operations/listissuingmerchantcategories.d.ts +24 -0
  193. package/models/operations/listissuingmerchantcategories.d.ts.map +1 -0
  194. package/models/operations/listissuingmerchantcategories.js +72 -0
  195. package/models/operations/listissuingmerchantcategories.js.map +1 -0
  196. package/models/operations/listtransfers.d.ts +10 -0
  197. package/models/operations/listtransfers.d.ts.map +1 -1
  198. package/models/operations/listtransfers.js +4 -0
  199. package/models/operations/listtransfers.js.map +1 -1
  200. package/package.json +1 -1
  201. package/sdk/cardissuing.d.ts +9 -0
  202. package/sdk/cardissuing.d.ts.map +1 -1
  203. package/sdk/cardissuing.js +12 -0
  204. package/sdk/cardissuing.js.map +1 -1
  205. package/sdk/sdk.d.ts +2 -2
  206. package/sdk/sdk.d.ts.map +1 -1
  207. package/sdk/sdk.js +3 -3
  208. package/sdk/sdk.js.map +1 -1
  209. package/src/funcs/cardIssuingListMerchantCategories.ts +155 -0
  210. package/src/funcs/transfersList.ts +2 -0
  211. package/src/lib/config.ts +2 -2
  212. package/src/mcp-server/mcp-server.ts +1 -1
  213. package/src/mcp-server/server.ts +8 -6
  214. package/src/mcp-server/tools/avatarsGet.ts +1 -1
  215. package/src/mcp-server/tools/cardIssuingListMerchantCategories.ts +34 -0
  216. package/src/mcp-server/tools/enrichedAddressGet.ts +1 -1
  217. package/src/mcp-server/tools/enrichedProfileGet.ts +1 -1
  218. package/src/mcp-server/tools/institutionsSearch.ts +1 -1
  219. package/src/models/components/allowedscheduleerror.ts +62 -0
  220. package/src/models/components/createdtransfer.ts +13 -0
  221. package/src/models/components/createrefund.ts +2 -2
  222. package/src/models/components/createreversal.ts +1 -1
  223. package/src/models/components/fullissuedcard.ts +12 -9
  224. package/src/models/components/index.ts +21 -0
  225. package/src/models/components/issuedcard.ts +12 -9
  226. package/src/models/components/issuedcontrols.ts +180 -0
  227. package/src/models/components/issuedvelocitylimit.ts +112 -0
  228. package/src/models/components/issuingcontrols.ts +107 -0
  229. package/src/models/components/issuingcontrolserror.ts +39 -0
  230. package/src/models/components/issuingcontrolsrestrictionmode.ts +34 -0
  231. package/src/models/components/issuingintervallimit.ts +16 -8
  232. package/src/models/components/issuingmerchantcategory.ts +56 -0
  233. package/src/models/components/issuingscheduleday.ts +26 -0
  234. package/src/models/components/issuingvelocitylimit.ts +11 -4
  235. package/src/models/components/issuingvelocitylimiterror.ts +4 -0
  236. package/src/models/components/merchantcategories.ts +60 -0
  237. package/src/models/components/merchantcategory.ts +73 -0
  238. package/src/models/components/merchantcategoryrestrictions.ts +97 -0
  239. package/src/models/components/merchantcategoryrestrictionserror.ts +72 -0
  240. package/src/models/components/merchantentry.ts +68 -0
  241. package/src/models/components/merchantentryerror.ts +56 -0
  242. package/src/models/components/merchantrestrictions.ts +75 -0
  243. package/src/models/components/merchantrestrictionserror.ts +62 -0
  244. package/src/models/components/paymentmethodswallet.ts +1 -0
  245. package/src/models/components/schedulewindow.ts +73 -0
  246. package/src/models/components/schedulewindowerror.ts +60 -0
  247. package/src/models/components/sendfunds.ts +10 -0
  248. package/src/models/components/sendfundserror.ts +10 -0
  249. package/src/models/components/sendfundswire.ts +54 -0
  250. package/src/models/components/sendfundswireerror.ts +58 -0
  251. package/src/models/components/transfer.ts +13 -0
  252. package/src/models/components/transfercapture.ts +63 -0
  253. package/src/models/components/transferpaymentmethodswallet.ts +1 -0
  254. package/src/models/components/updateissuedcard.ts +13 -0
  255. package/src/models/components/updateissuingcontrols.ts +351 -0
  256. package/src/models/components/updateissuingcontrolserror.ts +101 -0
  257. package/src/models/components/wallet.ts +1 -0
  258. package/src/models/components/wallettype.ts +3 -0
  259. package/src/models/components/webhookdatatransferstatus.ts +3 -0
  260. package/src/models/errors/transfer.ts +12 -0
  261. package/src/models/errors/updateissuedcarderror.ts +6 -0
  262. package/src/models/operations/index.ts +1 -0
  263. package/src/models/operations/listissuingmerchantcategories.ts +70 -0
  264. package/src/models/operations/listtransfers.ts +14 -0
  265. package/src/sdk/cardissuing.ts +18 -0
  266. 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",
53654
+ sdkVersion: "26.7.1",
53655
53655
  genVersion: "2.924.0",
53656
- userAgent: "speakeasy-sdk/typescript 26.7.0 2.924.0 v2026.07.00 @moovio/sdk"
53656
+ userAgent: "speakeasy-sdk/typescript 26.7.1 2.924.0 v2026.07.00 @moovio/sdk"
53657
53657
  };
53658
53658
  });
53659
53659
 
@@ -57047,6 +57047,39 @@ var init_adjustment = __esm(() => {
57047
57047
  });
57048
57048
  });
57049
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
+
57050
57083
  // src/models/components/amount.ts
57051
57084
  var Amount$inboundSchema, Amount$outboundSchema;
57052
57085
  var init_amount = __esm(() => {
@@ -62578,6 +62611,21 @@ var init_transferamountdetails = __esm(() => {
62578
62611
  });
62579
62612
  });
62580
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
+
62581
62629
  // src/models/components/googlepayresponse.ts
62582
62630
  var AuthMethod, AuthMethod$inboundSchema, AuthMethod$outboundSchema, GooglePayResponse$inboundSchema, GooglePayResponse$outboundSchema;
62583
62631
  var init_googlepayresponse = __esm(() => {
@@ -62719,7 +62767,8 @@ var init_wallettype = __esm(() => {
62719
62767
  init_enums();
62720
62768
  WalletType = {
62721
62769
  Default: "default",
62722
- General: "general"
62770
+ General: "general",
62771
+ CardIssuing: "card-issuing"
62723
62772
  };
62724
62773
  WalletType$inboundSchema = inboundSchema(WalletType);
62725
62774
  WalletType$outboundSchema = outboundSchema(WalletType);
@@ -62983,6 +63032,7 @@ var init_createdtransfer = __esm(() => {
62983
63032
  init_facilitatorfee();
62984
63033
  init_moovfeedetails();
62985
63034
  init_transferamountdetails();
63035
+ init_transfercapture();
62986
63036
  init_transferdestination();
62987
63037
  init_transferfailurereason();
62988
63038
  init_transferlineitems();
@@ -63015,7 +63065,8 @@ var init_createdtransfer = __esm(() => {
63015
63065
  paymentLinkCode: optional3(string4()),
63016
63066
  foreignID: optional3(string4()),
63017
63067
  lineItems: optional3(TransferLineItems$inboundSchema),
63018
- amountDetails: optional3(TransferAmountDetails$inboundSchema)
63068
+ amountDetails: optional3(TransferAmountDetails$inboundSchema),
63069
+ capture: optional3(TransferCapture$inboundSchema)
63019
63070
  });
63020
63071
  CreatedTransfer$outboundSchema = objectType({
63021
63072
  transferID: stringType(),
@@ -63044,7 +63095,8 @@ var init_createdtransfer = __esm(() => {
63044
63095
  paymentLinkCode: stringType().optional(),
63045
63096
  foreignID: stringType().optional(),
63046
63097
  lineItems: TransferLineItems$outboundSchema.optional(),
63047
- amountDetails: TransferAmountDetails$outboundSchema.optional()
63098
+ amountDetails: TransferAmountDetails$outboundSchema.optional(),
63099
+ capture: TransferCapture$outboundSchema.optional()
63048
63100
  });
63049
63101
  });
63050
63102
 
@@ -65631,43 +65683,215 @@ var init_issuedcardstate = __esm(() => {
65631
65683
  // src/models/components/issuingintervallimit.ts
65632
65684
  var IssuingIntervalLimit, IssuingIntervalLimit$inboundSchema, IssuingIntervalLimit$outboundSchema;
65633
65685
  var init_issuingintervallimit = __esm(() => {
65634
- init_v3();
65686
+ init_enums();
65635
65687
  IssuingIntervalLimit = {
65636
- PerTransaction: "per-transaction"
65688
+ PerTransaction: "per-transaction",
65689
+ Daily: "daily",
65690
+ Weekly: "weekly",
65691
+ Monthly: "monthly"
65637
65692
  };
65638
- IssuingIntervalLimit$inboundSchema = nativeEnumType(IssuingIntervalLimit);
65639
- IssuingIntervalLimit$outboundSchema = IssuingIntervalLimit$inboundSchema;
65693
+ IssuingIntervalLimit$inboundSchema = inboundSchema(IssuingIntervalLimit);
65694
+ IssuingIntervalLimit$outboundSchema = outboundSchema(IssuingIntervalLimit);
65640
65695
  });
65641
65696
 
65642
- // src/models/components/issuingvelocitylimit.ts
65643
- var IssuingVelocityLimit$inboundSchema, IssuingVelocityLimit$outboundSchema;
65644
- var init_issuingvelocitylimit = __esm(() => {
65697
+ // src/models/components/issuedvelocitylimit.ts
65698
+ var IssuedVelocityLimit$inboundSchema, IssuedVelocityLimit$outboundSchema;
65699
+ var init_issuedvelocitylimit = __esm(() => {
65645
65700
  init_v3();
65646
65701
  init_primitives2();
65647
65702
  init_issuingintervallimit();
65648
- IssuingVelocityLimit$inboundSchema = objectType({
65649
- amount: number4(),
65650
- 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()
65651
65722
  });
65652
- IssuingVelocityLimit$outboundSchema = objectType({
65653
- amount: numberType().int(),
65654
- 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()
65655
65787
  });
65656
65788
  });
65657
65789
 
65658
- // src/models/components/issuingcontrols.ts
65659
- var IssuingControls$inboundSchema, IssuingControls$outboundSchema;
65660
- var init_issuingcontrols = __esm(() => {
65790
+ // src/models/components/merchantcategoryrestrictions.ts
65791
+ var MerchantCategoryRestrictions$inboundSchema, MerchantCategoryRestrictions$outboundSchema;
65792
+ var init_merchantcategoryrestrictions = __esm(() => {
65661
65793
  init_v3();
65662
65794
  init_primitives2();
65663
- init_issuingvelocitylimit();
65664
- 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({
65665
65881
  singleUse: optional3(boolean4()),
65666
- 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()
65667
65887
  });
65668
- IssuingControls$outboundSchema = objectType({
65888
+ IssuedControls$outboundSchema = objectType({
65669
65889
  singleUse: booleanType().optional(),
65670
- 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()
65671
65895
  });
65672
65896
  });
65673
65897
 
@@ -65681,7 +65905,7 @@ var init_fullissuedcard = __esm(() => {
65681
65905
  init_cardexpiration();
65682
65906
  init_issuedcardformfactor();
65683
65907
  init_issuedcardstate();
65684
- init_issuingcontrols();
65908
+ init_issuedcontrols();
65685
65909
  FullIssuedCard$inboundSchema = objectType({
65686
65910
  issuedCardID: string4(),
65687
65911
  brand: CardBrand$inboundSchema,
@@ -65694,7 +65918,7 @@ var init_fullissuedcard = __esm(() => {
65694
65918
  billingAddress: optional3(Address$inboundSchema),
65695
65919
  state: IssuedCardState$inboundSchema,
65696
65920
  formFactor: IssuedCardFormFactor$inboundSchema,
65697
- controls: optional3(IssuingControls$inboundSchema),
65921
+ controls: optional3(IssuedControls$inboundSchema),
65698
65922
  createdOn: date4(),
65699
65923
  updatedOn: date4(),
65700
65924
  pan: string4(),
@@ -65712,7 +65936,7 @@ var init_fullissuedcard = __esm(() => {
65712
65936
  billingAddress: Address$outboundSchema.optional(),
65713
65937
  state: IssuedCardState$outboundSchema,
65714
65938
  formFactor: IssuedCardFormFactor$outboundSchema,
65715
- controls: IssuingControls$outboundSchema.optional(),
65939
+ controls: IssuedControls$outboundSchema.optional(),
65716
65940
  createdOn: dateType().transform((v2) => v2.toISOString()),
65717
65941
  updatedOn: dateType().transform((v2) => v2.toISOString()),
65718
65942
  pan: stringType(),
@@ -66555,7 +66779,7 @@ var init_issuedcard = __esm(() => {
66555
66779
  init_cardexpiration();
66556
66780
  init_issuedcardformfactor();
66557
66781
  init_issuedcardstate();
66558
- init_issuingcontrols();
66782
+ init_issuedcontrols();
66559
66783
  IssuedCard$inboundSchema = objectType({
66560
66784
  issuedCardID: string4(),
66561
66785
  brand: CardBrand$inboundSchema,
@@ -66568,7 +66792,7 @@ var init_issuedcard = __esm(() => {
66568
66792
  billingAddress: optional3(Address$inboundSchema),
66569
66793
  state: IssuedCardState$inboundSchema,
66570
66794
  formFactor: IssuedCardFormFactor$inboundSchema,
66571
- controls: optional3(IssuingControls$inboundSchema),
66795
+ controls: optional3(IssuedControls$inboundSchema),
66572
66796
  createdOn: date4(),
66573
66797
  updatedOn: date4()
66574
66798
  });
@@ -66584,7 +66808,7 @@ var init_issuedcard = __esm(() => {
66584
66808
  billingAddress: Address$outboundSchema.optional(),
66585
66809
  state: IssuedCardState$outboundSchema,
66586
66810
  formFactor: IssuedCardFormFactor$outboundSchema,
66587
- controls: IssuingControls$outboundSchema.optional(),
66811
+ controls: IssuedControls$outboundSchema.optional(),
66588
66812
  createdOn: dateType().transform((v2) => v2.toISOString()),
66589
66813
  updatedOn: dateType().transform((v2) => v2.toISOString())
66590
66814
  });
@@ -66742,6 +66966,59 @@ var init_issuedcardtransaction = __esm(() => {
66742
66966
  });
66743
66967
  });
66744
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
+
66745
67022
  // src/models/components/issuingvelocitylimiterror.ts
66746
67023
  var IssuingVelocityLimitError$inboundSchema, IssuingVelocityLimitError$outboundSchema;
66747
67024
  var init_issuingvelocitylimiterror = __esm(() => {
@@ -66749,25 +67026,89 @@ var init_issuingvelocitylimiterror = __esm(() => {
66749
67026
  init_primitives2();
66750
67027
  IssuingVelocityLimitError$inboundSchema = objectType({
66751
67028
  amount: optional3(string4()),
67029
+ count: optional3(string4()),
66752
67030
  interval: optional3(string4())
66753
67031
  });
66754
67032
  IssuingVelocityLimitError$outboundSchema = objectType({
66755
67033
  amount: stringType().optional(),
67034
+ count: stringType().optional(),
66756
67035
  interval: stringType().optional()
66757
67036
  });
66758
67037
  });
66759
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
+
66760
67090
  // src/models/components/issuingcontrolserror.ts
66761
67091
  var IssuingControlsError$inboundSchema, IssuingControlsError$outboundSchema;
66762
67092
  var init_issuingcontrolserror = __esm(() => {
66763
67093
  init_v3();
66764
67094
  init_primitives2();
67095
+ init_allowedscheduleerror();
66765
67096
  init_issuingvelocitylimiterror();
67097
+ init_merchantcategoryrestrictionserror();
67098
+ init_merchantrestrictionserror();
66766
67099
  IssuingControlsError$inboundSchema = objectType({
66767
- 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())
66768
67105
  });
66769
67106
  IssuingControlsError$outboundSchema = objectType({
66770
- 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()
66771
67112
  });
66772
67113
  });
66773
67114
 
@@ -67146,6 +67487,35 @@ var init_manualtermsofserviceupdate = __esm(() => {
67146
67487
  });
67147
67488
  });
67148
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
+
67149
67519
  // src/models/components/moneytransferpullfromcard.ts
67150
67520
  var MoneyTransferPullFromCard$inboundSchema, MoneyTransferPullFromCard$outboundSchema;
67151
67521
  var init_moneytransferpullfromcard = __esm(() => {
@@ -69466,6 +69836,20 @@ var init_sendfundsrtp = __esm(() => {
69466
69836
  });
69467
69837
  });
69468
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
+
69469
69853
  // src/models/components/sendfunds.ts
69470
69854
  var SendFunds$inboundSchema, SendFunds$outboundSchema;
69471
69855
  var init_sendfunds = __esm(() => {
@@ -69475,17 +69859,20 @@ var init_sendfunds = __esm(() => {
69475
69859
  init_sendfundsinstantbank();
69476
69860
  init_sendfundspushtocard();
69477
69861
  init_sendfundsrtp();
69862
+ init_sendfundswire();
69478
69863
  SendFunds$inboundSchema = objectType({
69479
69864
  ach: optional3(SendFundsAch$inboundSchema),
69480
69865
  pushToCard: optional3(SendFundsPushToCard$inboundSchema),
69481
69866
  rtp: optional3(SendFundsRtp$inboundSchema),
69482
- instantBank: optional3(SendFundsInstantBank$inboundSchema)
69867
+ instantBank: optional3(SendFundsInstantBank$inboundSchema),
69868
+ wire: optional3(SendFundsWire$inboundSchema)
69483
69869
  });
69484
69870
  SendFunds$outboundSchema = objectType({
69485
69871
  ach: SendFundsAch$outboundSchema.optional(),
69486
69872
  pushToCard: SendFundsPushToCard$outboundSchema.optional(),
69487
69873
  rtp: SendFundsRtp$outboundSchema.optional(),
69488
- instantBank: SendFundsInstantBank$outboundSchema.optional()
69874
+ instantBank: SendFundsInstantBank$outboundSchema.optional(),
69875
+ wire: SendFundsWire$outboundSchema.optional()
69489
69876
  });
69490
69877
  });
69491
69878
 
@@ -69545,6 +69932,20 @@ var init_sendfundsrtperror = __esm(() => {
69545
69932
  });
69546
69933
  });
69547
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
+
69548
69949
  // src/models/components/sendfundserror.ts
69549
69950
  var SendFundsError$inboundSchema, SendFundsError$outboundSchema;
69550
69951
  var init_sendfundserror = __esm(() => {
@@ -69554,17 +69955,20 @@ var init_sendfundserror = __esm(() => {
69554
69955
  init_sendfundsinstantbankerror();
69555
69956
  init_sendfundspushtocarderror();
69556
69957
  init_sendfundsrtperror();
69958
+ init_sendfundswireerror();
69557
69959
  SendFundsError$inboundSchema = objectType({
69558
69960
  ach: optional3(SendFundsAchError$inboundSchema),
69559
69961
  pushToCard: optional3(SendFundsPushToCardError$inboundSchema),
69560
69962
  rtp: optional3(SendFundsRtpError$inboundSchema),
69561
- instantBank: optional3(SendFundsInstantBankError$inboundSchema)
69963
+ instantBank: optional3(SendFundsInstantBankError$inboundSchema),
69964
+ wire: optional3(SendFundsWireError$inboundSchema)
69562
69965
  });
69563
69966
  SendFundsError$outboundSchema = objectType({
69564
69967
  ach: SendFundsAchError$outboundSchema.optional(),
69565
69968
  pushToCard: SendFundsPushToCardError$outboundSchema.optional(),
69566
69969
  rtp: SendFundsRtpError$outboundSchema.optional(),
69567
- instantBank: SendFundsInstantBankError$outboundSchema.optional()
69970
+ instantBank: SendFundsInstantBankError$outboundSchema.optional(),
69971
+ wire: SendFundsWireError$outboundSchema.optional()
69568
69972
  });
69569
69973
  });
69570
69974
 
@@ -70012,6 +70416,7 @@ var init_transfer = __esm(() => {
70012
70416
  init_moovfee();
70013
70417
  init_moovfeedetails();
70014
70418
  init_transferamountdetails();
70419
+ init_transfercapture();
70015
70420
  init_transferdestination();
70016
70421
  init_transferfailurereason();
70017
70422
  init_transferlineitems();
@@ -70046,7 +70451,8 @@ var init_transfer = __esm(() => {
70046
70451
  foreignID: optional3(string4()),
70047
70452
  lineItems: optional3(TransferLineItems$inboundSchema),
70048
70453
  invoiceID: optional3(string4()),
70049
- amountDetails: optional3(TransferAmountDetails$inboundSchema)
70454
+ amountDetails: optional3(TransferAmountDetails$inboundSchema),
70455
+ capture: optional3(TransferCapture$inboundSchema)
70050
70456
  });
70051
70457
  Transfer$outboundSchema = objectType({
70052
70458
  transferID: stringType(),
@@ -70077,7 +70483,8 @@ var init_transfer = __esm(() => {
70077
70483
  foreignID: stringType().optional(),
70078
70484
  lineItems: TransferLineItems$outboundSchema.optional(),
70079
70485
  invoiceID: stringType().optional(),
70080
- amountDetails: TransferAmountDetails$outboundSchema.optional()
70486
+ amountDetails: TransferAmountDetails$outboundSchema.optional(),
70487
+ capture: TransferCapture$outboundSchema.optional()
70081
70488
  });
70082
70489
  });
70083
70490
 
@@ -70441,12 +70848,67 @@ var init_updateissuedcardstate = __esm(() => {
70441
70848
  UpdateIssuedCardState$outboundSchema = UpdateIssuedCardState$inboundSchema;
70442
70849
  });
70443
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
+
70444
70905
  // src/models/components/updateissuedcard.ts
70445
70906
  var BillingAddress$inboundSchema, BillingAddress$outboundSchema, UpdateIssuedCard$inboundSchema, UpdateIssuedCard$outboundSchema;
70446
70907
  var init_updateissuedcard = __esm(() => {
70447
70908
  init_v3();
70448
70909
  init_primitives2();
70449
70910
  init_updateissuedcardstate();
70911
+ init_updateissuingcontrols();
70450
70912
  BillingAddress$inboundSchema = objectType({
70451
70913
  addressLine1: optional3(string4()),
70452
70914
  addressLine2: optional3(string4()),
@@ -70467,13 +70929,40 @@ var init_updateissuedcard = __esm(() => {
70467
70929
  state: optional3(UpdateIssuedCardState$inboundSchema),
70468
70930
  nickname: nullableType(string4()).optional(),
70469
70931
  metadata: nullableType(recordType(string4())).optional(),
70470
- billingAddress: nullableType(lazyType(() => BillingAddress$inboundSchema)).optional()
70932
+ billingAddress: nullableType(lazyType(() => BillingAddress$inboundSchema)).optional(),
70933
+ controls: optional3(UpdateIssuingControls$inboundSchema)
70471
70934
  });
70472
70935
  UpdateIssuedCard$outboundSchema = objectType({
70473
70936
  state: UpdateIssuedCardState$outboundSchema.optional(),
70474
70937
  nickname: nullableType(stringType()).optional(),
70475
70938
  metadata: nullableType(recordType(stringType())).optional(),
70476
- 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()
70477
70966
  });
70478
70967
  });
70479
70968
 
@@ -71572,8 +72061,11 @@ var init_webhookdatatransferstatus = __esm(() => {
71572
72061
  DestinationReturned: "destination.returned",
71573
72062
  DestinationOriginated: "destination.originated",
71574
72063
  DestinationConfirmed: "destination.confirmed",
72064
+ DestinationSettled: "destination.settled",
71575
72065
  DestinationFailed: "destination.failed",
71576
- DestinationAcceptedWithoutPosting: "destination.accepted-without-posting"
72066
+ DestinationCanceled: "destination.canceled",
72067
+ DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
72068
+ DestinationDeferred: "destination.deferred"
71577
72069
  };
71578
72070
  WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
71579
72071
  WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
@@ -71888,6 +72380,7 @@ var init_components = __esm(() => {
71888
72380
  init_addresssuggestion();
71889
72381
  init_addressupdate();
71890
72382
  init_adjustment();
72383
+ init_allowedscheduleerror();
71891
72384
  init_amount();
71892
72385
  init_amountdecimal();
71893
72386
  init_amountdecimalrange();
@@ -72174,11 +72667,16 @@ var init_components = __esm(() => {
72174
72667
  init_issuedcardformfactor();
72175
72668
  init_issuedcardstate();
72176
72669
  init_issuedcardtransaction();
72670
+ init_issuedcontrols();
72671
+ init_issuedvelocitylimit();
72177
72672
  init_issuingauthorizationstatus();
72178
72673
  init_issuingcontrols();
72179
72674
  init_issuingcontrolserror();
72675
+ init_issuingcontrolsrestrictionmode();
72180
72676
  init_issuingintervallimit();
72677
+ init_issuingmerchantcategory();
72181
72678
  init_issuingmerchantdata();
72679
+ init_issuingscheduleday();
72182
72680
  init_issuingvelocitylimit();
72183
72681
  init_issuingvelocitylimiterror();
72184
72682
  init_itemlistnextpage();
@@ -72197,6 +72695,14 @@ var init_components = __esm(() => {
72197
72695
  init_listfeesfetchrequest();
72198
72696
  init_manualtermsofservice();
72199
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();
72200
72706
  init_microdepositstatus();
72201
72707
  init_minimumcommitment();
72202
72708
  init_mode();
@@ -72339,6 +72845,8 @@ var init_components = __esm(() => {
72339
72845
  init_schedulelistresponse();
72340
72846
  init_schedulepaymentmethod();
72341
72847
  init_scheduleresponse();
72848
+ init_schedulewindow();
72849
+ init_schedulewindowerror();
72342
72850
  init_seccode();
72343
72851
  init_security2();
72344
72852
  init_sendfunds();
@@ -72351,6 +72859,8 @@ var init_components = __esm(() => {
72351
72859
  init_sendfundspushtocarderror();
72352
72860
  init_sendfundsrtp();
72353
72861
  init_sendfundsrtperror();
72862
+ init_sendfundswire();
72863
+ init_sendfundswireerror();
72354
72864
  init_sentreceipt();
72355
72865
  init_settings();
72356
72866
  init_sharescopes();
@@ -72389,6 +72899,7 @@ var init_components = __esm(() => {
72389
72899
  init_transferaccount();
72390
72900
  init_transferachaddendarecord();
72391
72901
  init_transferamountdetails();
72902
+ init_transfercapture();
72392
72903
  init_transferconfig();
72393
72904
  init_transfercontrols();
72394
72905
  init_transferdestination();
@@ -72420,6 +72931,8 @@ var init_components = __esm(() => {
72420
72931
  init_updateinvoice();
72421
72932
  init_updateissuedcard();
72422
72933
  init_updateissuedcardstate();
72934
+ init_updateissuingcontrols();
72935
+ init_updateissuingcontrolserror();
72423
72936
  init_updatepaymentlink();
72424
72937
  init_updatepaymentlinkamountdetails();
72425
72938
  init_updatepaymentlinkamountdetailsvalidationerror();
@@ -74778,6 +75291,7 @@ var init_transfer2 = __esm(() => {
74778
75291
  lineItems;
74779
75292
  invoiceID;
74780
75293
  amountDetails;
75294
+ capture;
74781
75295
  data$;
74782
75296
  constructor(err, httpMeta) {
74783
75297
  const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
@@ -74835,6 +75349,8 @@ var init_transfer2 = __esm(() => {
74835
75349
  this.invoiceID = err.invoiceID;
74836
75350
  if (err.amountDetails != null)
74837
75351
  this.amountDetails = err.amountDetails;
75352
+ if (err.capture != null)
75353
+ this.capture = err.capture;
74838
75354
  this.name = "Transfer";
74839
75355
  }
74840
75356
  };
@@ -74868,6 +75384,7 @@ var init_transfer2 = __esm(() => {
74868
75384
  lineItems: optional3(TransferLineItems$inboundSchema),
74869
75385
  invoiceID: optional3(string4()),
74870
75386
  amountDetails: optional3(TransferAmountDetails$inboundSchema),
75387
+ capture: optional3(TransferCapture$inboundSchema),
74871
75388
  request$: instanceOfType(Request),
74872
75389
  response$: instanceOfType(Response),
74873
75390
  body$: stringType()
@@ -74907,7 +75424,8 @@ var init_transfer2 = __esm(() => {
74907
75424
  foreignID: stringType().optional(),
74908
75425
  lineItems: TransferLineItems$outboundSchema.optional(),
74909
75426
  invoiceID: stringType().optional(),
74910
- amountDetails: TransferAmountDetails$outboundSchema.optional()
75427
+ amountDetails: TransferAmountDetails$outboundSchema.optional(),
75428
+ capture: TransferCapture$outboundSchema.optional()
74911
75429
  }));
74912
75430
  });
74913
75431
 
@@ -75262,6 +75780,7 @@ var init_updateissuedcarderror = __esm(() => {
75262
75780
  nickname;
75263
75781
  metadata;
75264
75782
  billingAddress;
75783
+ controls;
75265
75784
  data$;
75266
75785
  constructor(err, httpMeta) {
75267
75786
  const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
@@ -75275,6 +75794,8 @@ var init_updateissuedcarderror = __esm(() => {
75275
75794
  this.metadata = err.metadata;
75276
75795
  if (err.billingAddress != null)
75277
75796
  this.billingAddress = err.billingAddress;
75797
+ if (err.controls != null)
75798
+ this.controls = err.controls;
75278
75799
  this.name = "UpdateIssuedCardError";
75279
75800
  }
75280
75801
  };
@@ -75283,6 +75804,7 @@ var init_updateissuedcarderror = __esm(() => {
75283
75804
  nickname: optional3(string4()),
75284
75805
  metadata: optional3(string4()),
75285
75806
  billingAddress: optional3(AddressError$inboundSchema),
75807
+ controls: optional3(UpdateIssuingControlsError$inboundSchema),
75286
75808
  request$: instanceOfType(Request),
75287
75809
  response$: instanceOfType(Response),
75288
75810
  body$: stringType()
@@ -75297,7 +75819,8 @@ var init_updateissuedcarderror = __esm(() => {
75297
75819
  state: stringType().optional(),
75298
75820
  nickname: stringType().optional(),
75299
75821
  metadata: stringType().optional(),
75300
- billingAddress: AddressError$outboundSchema.optional()
75822
+ billingAddress: AddressError$outboundSchema.optional(),
75823
+ controls: UpdateIssuingControlsError$outboundSchema.optional()
75301
75824
  }));
75302
75825
  });
75303
75826
 
@@ -80704,6 +81227,32 @@ var init_listissuedcardtransactions = __esm(() => {
80704
81227
  });
80705
81228
  });
80706
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
+
80707
81256
  // src/models/operations/listonboardinginvites.ts
80708
81257
  var ListOnboardingInvitesResponse$inboundSchema, ListOnboardingInvitesResponse$outboundSchema;
80709
81258
  var init_listonboardinginvites = __esm(() => {
@@ -81421,6 +81970,8 @@ var init_listtransfers = __esm(() => {
81421
81970
  refunded: optional3(boolean4()),
81422
81971
  disputed: optional3(boolean4()),
81423
81972
  foreignID: optional3(string4()),
81973
+ authorizationIDs: optional3(arrayType(string4())),
81974
+ captureIDs: optional3(arrayType(string4())),
81424
81975
  skip: optional3(number4()),
81425
81976
  count: optional3(number4()),
81426
81977
  accountID: string4()
@@ -81436,6 +81987,8 @@ var init_listtransfers = __esm(() => {
81436
81987
  refunded: booleanType().optional(),
81437
81988
  disputed: booleanType().optional(),
81438
81989
  foreignID: stringType().optional(),
81990
+ authorizationIDs: arrayType(stringType()).optional(),
81991
+ captureIDs: arrayType(stringType()).optional(),
81439
81992
  skip: numberType().int().optional(),
81440
81993
  count: numberType().int().optional(),
81441
81994
  accountID: stringType()
@@ -83245,6 +83798,7 @@ var init_operations = __esm(() => {
83245
83798
  init_listissuedcardauthorizations();
83246
83799
  init_listissuedcards();
83247
83800
  init_listissuedcardtransactions();
83801
+ init_listissuingmerchantcategories();
83248
83802
  init_listonboardinginvites();
83249
83803
  init_listpartnerpricingagreements();
83250
83804
  init_listpaymentlinks();
@@ -86157,7 +86711,7 @@ var init_avatarsGet2 = __esm(() => {
86157
86711
  name: "avatars-get",
86158
86712
  description: `Get avatar image for an account using a unique ID.
86159
86713
 
86160
- 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/)
86161
86715
  you'll need to specify the \`/profile-enrichment.read\` scope.`,
86162
86716
  args: args25,
86163
86717
  tool: async (client, args26, ctx) => {
@@ -88407,11 +88961,101 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
88407
88961
  };
88408
88962
  });
88409
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
+
88410
89054
  // src/funcs/cardIssuingRequest.ts
88411
89055
  function cardIssuingRequest(client, request, options) {
88412
- return new APIPromise($do45(client, request, options));
89056
+ return new APIPromise($do46(client, request, options));
88413
89057
  }
88414
- async function $do45(client, request, options) {
89058
+ async function $do46(client, request, options) {
88415
89059
  const parsed = safeParse4(request, (value) => RequestCardRequest$outboundSchema.parse(value), "Input validation failed");
88416
89060
  if (!parsed.ok) {
88417
89061
  return [parsed, { status: "invalid" }];
@@ -88522,9 +89166,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.write\` scope.`,
88522
89166
 
88523
89167
  // src/funcs/cardIssuingUpdate.ts
88524
89168
  function cardIssuingUpdate(client, request, options) {
88525
- return new APIPromise($do46(client, request, options));
89169
+ return new APIPromise($do47(client, request, options));
88526
89170
  }
88527
- async function $do46(client, request, options) {
89171
+ async function $do47(client, request, options) {
88528
89172
  const parsed = safeParse4(request, (value) => UpdateIssuedCardRequest$outboundSchema.parse(value), "Input validation failed");
88529
89173
  if (!parsed.ok) {
88530
89174
  return [parsed, { status: "invalid" }];
@@ -88639,9 +89283,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.write\` scope.`,
88639
89283
 
88640
89284
  // src/funcs/cardsDisable.ts
88641
89285
  function cardsDisable(client, request, options) {
88642
- return new APIPromise($do47(client, request, options));
89286
+ return new APIPromise($do48(client, request, options));
88643
89287
  }
88644
- async function $do47(client, request, options) {
89288
+ async function $do48(client, request, options) {
88645
89289
  const parsed = safeParse4(request, (value) => DisableCardRequest$outboundSchema.parse(value), "Input validation failed");
88646
89290
  if (!parsed.ok) {
88647
89291
  return [parsed, { status: "invalid" }];
@@ -88754,9 +89398,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
88754
89398
 
88755
89399
  // src/funcs/cardsGet.ts
88756
89400
  function cardsGet(client, request, options) {
88757
- return new APIPromise($do48(client, request, options));
89401
+ return new APIPromise($do49(client, request, options));
88758
89402
  }
88759
- async function $do48(client, request, options) {
89403
+ async function $do49(client, request, options) {
88760
89404
  const parsed = safeParse4(request, (value) => GetCardRequest$outboundSchema.parse(value), "Input validation failed");
88761
89405
  if (!parsed.ok) {
88762
89406
  return [parsed, { status: "invalid" }];
@@ -88871,9 +89515,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.read\` scope.`,
88871
89515
 
88872
89516
  // src/funcs/cardsGetMetadata.ts
88873
89517
  function cardsGetMetadata(client, request, options) {
88874
- return new APIPromise($do49(client, request, options));
89518
+ return new APIPromise($do50(client, request, options));
88875
89519
  }
88876
- async function $do49(client, request, options) {
89520
+ async function $do50(client, request, options) {
88877
89521
  const parsed = safeParse4(request, (value) => CardMetadataRequest$outboundSchema.parse(value), "Input validation failed");
88878
89522
  if (!parsed.ok) {
88879
89523
  return [parsed, { status: "invalid" }];
@@ -88983,9 +89627,9 @@ you'll need to specify the \`/card-metadata.read\` scope.`,
88983
89627
 
88984
89628
  // src/funcs/cardsLink.ts
88985
89629
  function cardsLink(client, request, options) {
88986
- return new APIPromise($do50(client, request, options));
89630
+ return new APIPromise($do51(client, request, options));
88987
89631
  }
88988
- async function $do50(client, request, options) {
89632
+ async function $do51(client, request, options) {
88989
89633
  const parsed = safeParse4(request, (value) => LinkCardRequest$outboundSchema.parse(value), "Input validation failed");
88990
89634
  if (!parsed.ok) {
88991
89635
  return [parsed, { status: "invalid" }];
@@ -89114,9 +89758,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
89114
89758
 
89115
89759
  // src/funcs/cardsList.ts
89116
89760
  function cardsList(client, request, options) {
89117
- return new APIPromise($do51(client, request, options));
89761
+ return new APIPromise($do52(client, request, options));
89118
89762
  }
89119
- async function $do51(client, request, options) {
89763
+ async function $do52(client, request, options) {
89120
89764
  const parsed = safeParse4(request, (value) => ListCardsRequest$outboundSchema.parse(value), "Input validation failed");
89121
89765
  if (!parsed.ok) {
89122
89766
  return [parsed, { status: "invalid" }];
@@ -89227,9 +89871,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.read\` scope.`,
89227
89871
 
89228
89872
  // src/funcs/cardsUpdate.ts
89229
89873
  function cardsUpdate(client, request, options) {
89230
- return new APIPromise($do52(client, request, options));
89874
+ return new APIPromise($do53(client, request, options));
89231
89875
  }
89232
- async function $do52(client, request, options) {
89876
+ async function $do53(client, request, options) {
89233
89877
  const parsed = safeParse4(request, (value) => UpdateCardRequest$outboundSchema.parse(value), "Input validation failed");
89234
89878
  if (!parsed.ok) {
89235
89879
  return [parsed, { status: "invalid" }];
@@ -89353,9 +89997,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
89353
89997
 
89354
89998
  // src/funcs/depositViewCreate.ts
89355
89999
  function depositViewCreate(client, request, options) {
89356
- return new APIPromise($do53(client, request, options));
90000
+ return new APIPromise($do54(client, request, options));
89357
90001
  }
89358
- async function $do53(client, request, options) {
90002
+ async function $do54(client, request, options) {
89359
90003
  const parsed = safeParse4(request, (value) => CreateDepositAccountRequest$outboundSchema.parse(value), "Input validation failed");
89360
90004
  if (!parsed.ok) {
89361
90005
  return [parsed, { status: "invalid" }];
@@ -89473,9 +90117,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
89473
90117
 
89474
90118
  // src/funcs/disputesAccept.ts
89475
90119
  function disputesAccept(client, request, options) {
89476
- return new APIPromise($do54(client, request, options));
90120
+ return new APIPromise($do55(client, request, options));
89477
90121
  }
89478
- async function $do54(client, request, options) {
90122
+ async function $do55(client, request, options) {
89479
90123
  const parsed = safeParse4(request, (value) => AcceptDisputeRequest$outboundSchema.parse(value), "Input validation failed");
89480
90124
  if (!parsed.ok) {
89481
90125
  return [parsed, { status: "invalid" }];
@@ -89591,9 +90235,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89591
90235
 
89592
90236
  // src/funcs/disputesDeleteEvidence.ts
89593
90237
  function disputesDeleteEvidence(client, request, options) {
89594
- return new APIPromise($do55(client, request, options));
90238
+ return new APIPromise($do56(client, request, options));
89595
90239
  }
89596
- async function $do55(client, request, options) {
90240
+ async function $do56(client, request, options) {
89597
90241
  const parsed = safeParse4(request, (value) => DeleteDisputeEvidenceFileRequest$outboundSchema.parse(value), "Input validation failed");
89598
90242
  if (!parsed.ok) {
89599
90243
  return [parsed, { status: "invalid" }];
@@ -89710,9 +90354,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
89710
90354
 
89711
90355
  // src/funcs/disputesGet.ts
89712
90356
  function disputesGet(client, request, options) {
89713
- return new APIPromise($do56(client, request, options));
90357
+ return new APIPromise($do57(client, request, options));
89714
90358
  }
89715
- async function $do56(client, request, options) {
90359
+ async function $do57(client, request, options) {
89716
90360
  const parsed = safeParse4(request, (value) => GetDisputeRequest$outboundSchema.parse(value), "Input validation failed");
89717
90361
  if (!parsed.ok) {
89718
90362
  return [parsed, { status: "invalid" }];
@@ -89827,9 +90471,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89827
90471
 
89828
90472
  // src/funcs/disputesGetEvidence.ts
89829
90473
  function disputesGetEvidence(client, request, options) {
89830
- return new APIPromise($do57(client, request, options));
90474
+ return new APIPromise($do58(client, request, options));
89831
90475
  }
89832
- async function $do57(client, request, options) {
90476
+ async function $do58(client, request, options) {
89833
90477
  const parsed = safeParse4(request, (value) => GetDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
89834
90478
  if (!parsed.ok) {
89835
90479
  return [parsed, { status: "invalid" }];
@@ -89948,9 +90592,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
89948
90592
 
89949
90593
  // src/funcs/disputesGetEvidenceData.ts
89950
90594
  function disputesGetEvidenceData(client, request, options) {
89951
- return new APIPromise($do58(client, request, options));
90595
+ return new APIPromise($do59(client, request, options));
89952
90596
  }
89953
- async function $do58(client, request, options) {
90597
+ async function $do59(client, request, options) {
89954
90598
  const parsed = safeParse4(request, (value) => GetDisputeEvidenceDataRequest$outboundSchema.parse(value), "Input validation failed");
89955
90599
  if (!parsed.ok) {
89956
90600
  return [parsed, { status: "invalid" }];
@@ -90078,9 +90722,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
90078
90722
 
90079
90723
  // src/funcs/disputesList.ts
90080
90724
  function disputesList(client, request, options) {
90081
- return new APIPromise($do59(client, request, options));
90725
+ return new APIPromise($do60(client, request, options));
90082
90726
  }
90083
- async function $do59(client, request, options) {
90727
+ async function $do60(client, request, options) {
90084
90728
  const parsed = safeParse4(request, (value) => ListDisputesRequest$outboundSchema.parse(value), "Input validation failed");
90085
90729
  if (!parsed.ok) {
90086
90730
  return [parsed, { status: "invalid" }];
@@ -90207,9 +90851,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
90207
90851
 
90208
90852
  // src/funcs/disputesListEvidence.ts
90209
90853
  function disputesListEvidence(client, request, options) {
90210
- return new APIPromise($do60(client, request, options));
90854
+ return new APIPromise($do61(client, request, options));
90211
90855
  }
90212
- async function $do60(client, request, options) {
90856
+ async function $do61(client, request, options) {
90213
90857
  const parsed = safeParse4(request, (value) => ListDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
90214
90858
  if (!parsed.ok) {
90215
90859
  return [parsed, { status: "invalid" }];
@@ -90324,9 +90968,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
90324
90968
 
90325
90969
  // src/funcs/disputesSubmitEvidence.ts
90326
90970
  function disputesSubmitEvidence(client, request, options) {
90327
- return new APIPromise($do61(client, request, options));
90971
+ return new APIPromise($do62(client, request, options));
90328
90972
  }
90329
- async function $do61(client, request, options) {
90973
+ async function $do62(client, request, options) {
90330
90974
  const parsed = safeParse4(request, (value) => SubmitDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
90331
90975
  if (!parsed.ok) {
90332
90976
  return [parsed, { status: "invalid" }];
@@ -90445,9 +91089,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
90445
91089
 
90446
91090
  // src/funcs/disputesUpdateEvidence.ts
90447
91091
  function disputesUpdateEvidence(client, request, options) {
90448
- return new APIPromise($do62(client, request, options));
91092
+ return new APIPromise($do63(client, request, options));
90449
91093
  }
90450
- async function $do62(client, request, options) {
91094
+ async function $do63(client, request, options) {
90451
91095
  const parsed = safeParse4(request, (value) => UpdateDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
90452
91096
  if (!parsed.ok) {
90453
91097
  return [parsed, { status: "invalid" }];
@@ -90643,9 +91287,9 @@ function isReadableStream(val) {
90643
91287
 
90644
91288
  // src/funcs/disputesUploadEvidenceFile.ts
90645
91289
  function disputesUploadEvidenceFile(client, request, options) {
90646
- return new APIPromise($do63(client, request, options));
91290
+ return new APIPromise($do64(client, request, options));
90647
91291
  }
90648
- async function $do63(client, request, options) {
91292
+ async function $do64(client, request, options) {
90649
91293
  const parsed = safeParse4(request, (value) => UploadDisputeEvidenceFileRequest$outboundSchema.parse(value), "Input validation failed");
90650
91294
  if (!parsed.ok) {
90651
91295
  return [parsed, { status: "invalid" }];
@@ -90778,9 +91422,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
90778
91422
 
90779
91423
  // src/funcs/disputesUploadEvidenceText.ts
90780
91424
  function disputesUploadEvidenceText(client, request, options) {
90781
- return new APIPromise($do64(client, request, options));
91425
+ return new APIPromise($do65(client, request, options));
90782
91426
  }
90783
- async function $do64(client, request, options) {
91427
+ async function $do65(client, request, options) {
90784
91428
  const parsed = safeParse4(request, (value) => UploadDisputeEvidenceTextRequest$outboundSchema.parse(value), "Input validation failed");
90785
91429
  if (!parsed.ok) {
90786
91430
  return [parsed, { status: "invalid" }];
@@ -90899,9 +91543,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
90899
91543
 
90900
91544
  // src/funcs/endToEndEncryptionGenerateKey.ts
90901
91545
  function endToEndEncryptionGenerateKey(client, options) {
90902
- return new APIPromise($do65(client, options));
91546
+ return new APIPromise($do66(client, options));
90903
91547
  }
90904
- async function $do65(client, options) {
91548
+ async function $do66(client, options) {
90905
91549
  const path = pathToFunc("/end-to-end-keys")();
90906
91550
  const headers = new Headers(compactMap({
90907
91551
  Accept: "application/json"
@@ -90987,9 +91631,9 @@ var init_endToEndEncryptionGenerateKey2 = __esm(() => {
90987
91631
 
90988
91632
  // src/funcs/endToEndEncryptionTestEncryptedToken.ts
90989
91633
  function endToEndEncryptionTestEncryptedToken(client, request, options) {
90990
- return new APIPromise($do66(client, request, options));
91634
+ return new APIPromise($do67(client, request, options));
90991
91635
  }
90992
- async function $do66(client, request, options) {
91636
+ async function $do67(client, request, options) {
90993
91637
  const parsed = safeParse4(request, (value) => E2EEToken$outboundSchema.parse(value), "Input validation failed");
90994
91638
  if (!parsed.ok) {
90995
91639
  return [parsed, { status: "invalid" }];
@@ -91092,9 +91736,9 @@ you'll need to specify the \`/ping.read\` scope.`,
91092
91736
 
91093
91737
  // src/funcs/enrichedAddressGet.ts
91094
91738
  function enrichedAddressGet(client, request, options) {
91095
- return new APIPromise($do67(client, request, options));
91739
+ return new APIPromise($do68(client, request, options));
91096
91740
  }
91097
- async function $do67(client, request, options) {
91741
+ async function $do68(client, request, options) {
91098
91742
  const parsed = safeParse4(request, (value) => GetEnrichmentAddressRequest$outboundSchema.parse(value), "Input validation failed");
91099
91743
  if (!parsed.ok) {
91100
91744
  return [parsed, { status: "invalid" }];
@@ -91194,7 +91838,7 @@ var init_enrichedAddressGet2 = __esm(() => {
91194
91838
  name: "enriched-address-get",
91195
91839
  description: `Fetch enriched address suggestions. Requires a partial address.
91196
91840
 
91197
- 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/)
91198
91842
  you'll need to specify the \`/profile-enrichment.read\` scope.`,
91199
91843
  args: args66,
91200
91844
  tool: async (client, args67, ctx) => {
@@ -91213,9 +91857,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
91213
91857
 
91214
91858
  // src/funcs/enrichedProfileGet.ts
91215
91859
  function enrichedProfileGet(client, request, options) {
91216
- return new APIPromise($do68(client, request, options));
91860
+ return new APIPromise($do69(client, request, options));
91217
91861
  }
91218
- async function $do68(client, request, options) {
91862
+ async function $do69(client, request, options) {
91219
91863
  const parsed = safeParse4(request, (value) => GetEnrichmentProfileRequest$outboundSchema.parse(value), "Input validation failed");
91220
91864
  if (!parsed.ok) {
91221
91865
  return [parsed, { status: "invalid" }];
@@ -91303,7 +91947,7 @@ var init_enrichedProfileGet2 = __esm(() => {
91303
91947
  name: "enriched-profile-get",
91304
91948
  description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
91305
91949
 
91306
- 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/)
91307
91951
  you'll need to specify the \`/profile-enrichment.read\` scope.`,
91308
91952
  args: args67,
91309
91953
  tool: async (client, args68, ctx) => {
@@ -91322,9 +91966,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
91322
91966
 
91323
91967
  // src/funcs/feePlansCreateFeePlanAgreements.ts
91324
91968
  function feePlansCreateFeePlanAgreements(client, request, options) {
91325
- return new APIPromise($do69(client, request, options));
91969
+ return new APIPromise($do70(client, request, options));
91326
91970
  }
91327
- async function $do69(client, request, options) {
91971
+ async function $do70(client, request, options) {
91328
91972
  const parsed = safeParse4(request, (value) => CreateFeePlanAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
91329
91973
  if (!parsed.ok) {
91330
91974
  return [parsed, { status: "invalid" }];
@@ -91437,9 +92081,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
91437
92081
 
91438
92082
  // src/funcs/feePlansGetResidual.ts
91439
92083
  function feePlansGetResidual(client, request, options) {
91440
- return new APIPromise($do70(client, request, options));
92084
+ return new APIPromise($do71(client, request, options));
91441
92085
  }
91442
- async function $do70(client, request, options) {
92086
+ async function $do71(client, request, options) {
91443
92087
  const parsed = safeParse4(request, (value) => GetResidualRequest$outboundSchema.parse(value), "Input validation failed");
91444
92088
  if (!parsed.ok) {
91445
92089
  return [parsed, { status: "invalid" }];
@@ -91552,9 +92196,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91552
92196
 
91553
92197
  // src/funcs/feePlansListFeePlanAgreements.ts
91554
92198
  function feePlansListFeePlanAgreements(client, request, options) {
91555
- return new APIPromise($do71(client, request, options));
92199
+ return new APIPromise($do72(client, request, options));
91556
92200
  }
91557
- async function $do71(client, request, options) {
92201
+ async function $do72(client, request, options) {
91558
92202
  const parsed = safeParse4(request, (value) => ListFeePlanAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
91559
92203
  if (!parsed.ok) {
91560
92204
  return [parsed, { status: "invalid" }];
@@ -91670,9 +92314,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91670
92314
 
91671
92315
  // src/funcs/feePlansListFeePlans.ts
91672
92316
  function feePlansListFeePlans(client, request, options) {
91673
- return new APIPromise($do72(client, request, options));
92317
+ return new APIPromise($do73(client, request, options));
91674
92318
  }
91675
- async function $do72(client, request, options) {
92319
+ async function $do73(client, request, options) {
91676
92320
  const parsed = safeParse4(request, (value) => ListFeePlansRequest$outboundSchema.parse(value), "Input validation failed");
91677
92321
  if (!parsed.ok) {
91678
92322
  return [parsed, { status: "invalid" }];
@@ -91786,9 +92430,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91786
92430
 
91787
92431
  // src/funcs/feePlansListFeeRevenue.ts
91788
92432
  function feePlansListFeeRevenue(client, request, options) {
91789
- return new APIPromise($do73(client, request, options));
92433
+ return new APIPromise($do74(client, request, options));
91790
92434
  }
91791
- async function $do73(client, request, options) {
92435
+ async function $do74(client, request, options) {
91792
92436
  const parsed = safeParse4(request, (value) => ListFeeRevenueRequest$outboundSchema.parse(value), "Input validation failed");
91793
92437
  if (!parsed.ok) {
91794
92438
  return [parsed, { status: "invalid" }];
@@ -91907,9 +92551,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
91907
92551
 
91908
92552
  // src/funcs/feePlansListFeesFetch.ts
91909
92553
  function feePlansListFeesFetch(client, request, options) {
91910
- return new APIPromise($do74(client, request, options));
92554
+ return new APIPromise($do75(client, request, options));
91911
92555
  }
91912
- async function $do74(client, request, options) {
92556
+ async function $do75(client, request, options) {
91913
92557
  const parsed = safeParse4(request, (value) => ListFeesFetchRequest$outboundSchema2.parse(value), "Input validation failed");
91914
92558
  if (!parsed.ok) {
91915
92559
  return [parsed, { status: "invalid" }];
@@ -92021,9 +92665,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
92021
92665
 
92022
92666
  // src/funcs/feePlansListPartnerPricingAgreements.ts
92023
92667
  function feePlansListPartnerPricingAgreements(client, request, options) {
92024
- return new APIPromise($do75(client, request, options));
92668
+ return new APIPromise($do76(client, request, options));
92025
92669
  }
92026
- async function $do75(client, request, options) {
92670
+ async function $do76(client, request, options) {
92027
92671
  const parsed = safeParse4(request, (value) => ListPartnerPricingAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
92028
92672
  if (!parsed.ok) {
92029
92673
  return [parsed, { status: "invalid" }];
@@ -92139,9 +92783,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
92139
92783
 
92140
92784
  // src/funcs/feePlansListResidualFees.ts
92141
92785
  function feePlansListResidualFees(client, request, options) {
92142
- return new APIPromise($do76(client, request, options));
92786
+ return new APIPromise($do77(client, request, options));
92143
92787
  }
92144
- async function $do76(client, request, options) {
92788
+ async function $do77(client, request, options) {
92145
92789
  const parsed = safeParse4(request, (value) => ListResidualFeesRequest$outboundSchema.parse(value), "Input validation failed");
92146
92790
  if (!parsed.ok) {
92147
92791
  return [parsed, { status: "invalid" }];
@@ -92261,9 +92905,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
92261
92905
 
92262
92906
  // src/funcs/feePlansListResiduals.ts
92263
92907
  function feePlansListResiduals(client, request, options) {
92264
- return new APIPromise($do77(client, request, options));
92908
+ return new APIPromise($do78(client, request, options));
92265
92909
  }
92266
- async function $do77(client, request, options) {
92910
+ async function $do78(client, request, options) {
92267
92911
  const parsed = safeParse4(request, (value) => ListResidualsRequest$outboundSchema.parse(value), "Input validation failed");
92268
92912
  if (!parsed.ok) {
92269
92913
  return [parsed, { status: "invalid" }];
@@ -92379,9 +93023,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
92379
93023
 
92380
93024
  // src/funcs/feePlansRetrieveFees.ts
92381
93025
  function feePlansRetrieveFees(client, request, options) {
92382
- return new APIPromise($do78(client, request, options));
93026
+ return new APIPromise($do79(client, request, options));
92383
93027
  }
92384
- async function $do78(client, request, options) {
93028
+ async function $do79(client, request, options) {
92385
93029
  const parsed = safeParse4(request, (value) => RetrieveFeesRequest$outboundSchema.parse(value), "Input validation failed");
92386
93030
  if (!parsed.ok) {
92387
93031
  return [parsed, { status: "invalid" }];
@@ -92500,9 +93144,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
92500
93144
 
92501
93145
  // src/funcs/filesGet.ts
92502
93146
  function filesGet(client, request, options) {
92503
- return new APIPromise($do79(client, request, options));
93147
+ return new APIPromise($do80(client, request, options));
92504
93148
  }
92505
- async function $do79(client, request, options) {
93149
+ async function $do80(client, request, options) {
92506
93150
  const parsed = safeParse4(request, (value) => GetFileDetailsRequest$outboundSchema.parse(value), "Input validation failed");
92507
93151
  if (!parsed.ok) {
92508
93152
  return [parsed, { status: "invalid" }];
@@ -92615,9 +93259,9 @@ you'll need to specify the \`/accounts/{accountID}/files.read\` scope.`,
92615
93259
 
92616
93260
  // src/funcs/filesList.ts
92617
93261
  function filesList(client, request, options) {
92618
- return new APIPromise($do80(client, request, options));
93262
+ return new APIPromise($do81(client, request, options));
92619
93263
  }
92620
- async function $do80(client, request, options) {
93264
+ async function $do81(client, request, options) {
92621
93265
  const parsed = safeParse4(request, (value) => ListFilesRequest$outboundSchema.parse(value), "Input validation failed");
92622
93266
  if (!parsed.ok) {
92623
93267
  return [parsed, { status: "invalid" }];
@@ -92726,9 +93370,9 @@ you'll need to specify the \`/accounts/{accountID}/files.read\` scope.`,
92726
93370
 
92727
93371
  // src/funcs/filesUpload.ts
92728
93372
  function filesUpload(client, request, options) {
92729
- return new APIPromise($do81(client, request, options));
93373
+ return new APIPromise($do82(client, request, options));
92730
93374
  }
92731
- async function $do81(client, request, options) {
93375
+ async function $do82(client, request, options) {
92732
93376
  const parsed = safeParse4(request, (value) => UploadFileRequest$outboundSchema.parse(value), "Input validation failed");
92733
93377
  if (!parsed.ok) {
92734
93378
  return [parsed, { status: "invalid" }];
@@ -92861,9 +93505,9 @@ you'll need to specify the \`/accounts/{accountID}/files.write\` scope.`,
92861
93505
 
92862
93506
  // src/funcs/googlePayLinkToken.ts
92863
93507
  function googlePayLinkToken(client, request, options) {
92864
- return new APIPromise($do82(client, request, options));
93508
+ return new APIPromise($do83(client, request, options));
92865
93509
  }
92866
- async function $do82(client, request, options) {
93510
+ async function $do83(client, request, options) {
92867
93511
  const parsed = safeParse4(request, (value) => LinkGooglePayTokenRequest$outboundSchema.parse(value), "Input validation failed");
92868
93512
  if (!parsed.ok) {
92869
93513
  return [parsed, { status: "invalid" }];
@@ -92978,9 +93622,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
92978
93622
 
92979
93623
  // src/funcs/imagesDelete.ts
92980
93624
  function imagesDelete(client, request, options) {
92981
- return new APIPromise($do83(client, request, options));
93625
+ return new APIPromise($do84(client, request, options));
92982
93626
  }
92983
- async function $do83(client, request, options) {
93627
+ async function $do84(client, request, options) {
92984
93628
  const parsed = safeParse4(request, (value) => DeleteImageRequest$outboundSchema.parse(value), "Input validation failed");
92985
93629
  if (!parsed.ok) {
92986
93630
  return [parsed, { status: "invalid" }];
@@ -93093,9 +93737,9 @@ var init_imagesDelete2 = __esm(() => {
93093
93737
 
93094
93738
  // src/funcs/imagesGetMetadata.ts
93095
93739
  function imagesGetMetadata(client, request, options) {
93096
- return new APIPromise($do84(client, request, options));
93740
+ return new APIPromise($do85(client, request, options));
93097
93741
  }
93098
- async function $do84(client, request, options) {
93742
+ async function $do85(client, request, options) {
93099
93743
  const parsed = safeParse4(request, (value) => GetImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
93100
93744
  if (!parsed.ok) {
93101
93745
  return [parsed, { status: "invalid" }];
@@ -93205,9 +93849,9 @@ var init_imagesGetMetadata2 = __esm(() => {
93205
93849
 
93206
93850
  // src/funcs/imagesGetPublic.ts
93207
93851
  function imagesGetPublic(client, request, options) {
93208
- return new APIPromise($do85(client, request, options));
93852
+ return new APIPromise($do86(client, request, options));
93209
93853
  }
93210
- async function $do85(client, request, options) {
93854
+ async function $do86(client, request, options) {
93211
93855
  const parsed = safeParse4(request, (value) => GetPublicImageRequest$outboundSchema.parse(value), "Input validation failed");
93212
93856
  if (!parsed.ok) {
93213
93857
  return [parsed, { status: "invalid" }];
@@ -93315,9 +93959,9 @@ var init_imagesGetPublic2 = __esm(() => {
93315
93959
 
93316
93960
  // src/funcs/imagesList.ts
93317
93961
  function imagesList(client, request, options) {
93318
- return new APIPromise($do86(client, request, options));
93962
+ return new APIPromise($do87(client, request, options));
93319
93963
  }
93320
- async function $do86(client, request, options) {
93964
+ async function $do87(client, request, options) {
93321
93965
  const parsed = safeParse4(request, (value) => ListImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
93322
93966
  if (!parsed.ok) {
93323
93967
  return [parsed, { status: "invalid" }];
@@ -93428,9 +94072,9 @@ var init_imagesList2 = __esm(() => {
93428
94072
 
93429
94073
  // src/funcs/imagesUpdate.ts
93430
94074
  function imagesUpdate(client, request, options) {
93431
- return new APIPromise($do87(client, request, options));
94075
+ return new APIPromise($do88(client, request, options));
93432
94076
  }
93433
- async function $do87(client, request, options) {
94077
+ async function $do88(client, request, options) {
93434
94078
  const parsed = safeParse4(request, (value) => UpdateImageRequest$outboundSchema.parse(value), "Input validation failed");
93435
94079
  if (!parsed.ok) {
93436
94080
  return [parsed, { status: "invalid" }];
@@ -93565,9 +94209,9 @@ the metadata form section to keep existing metadata. Duplicate images, and reque
93565
94209
 
93566
94210
  // src/funcs/imagesUpdateMetadata.ts
93567
94211
  function imagesUpdateMetadata(client, request, options) {
93568
- return new APIPromise($do88(client, request, options));
94212
+ return new APIPromise($do89(client, request, options));
93569
94213
  }
93570
- async function $do88(client, request, options) {
94214
+ async function $do89(client, request, options) {
93571
94215
  const parsed = safeParse4(request, (value) => UpdateImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
93572
94216
  if (!parsed.ok) {
93573
94217
  return [parsed, { status: "invalid" }];
@@ -93683,9 +94327,9 @@ var init_imagesUpdateMetadata2 = __esm(() => {
93683
94327
 
93684
94328
  // src/funcs/imagesUpload.ts
93685
94329
  function imagesUpload(client, request, options) {
93686
- return new APIPromise($do89(client, request, options));
94330
+ return new APIPromise($do90(client, request, options));
93687
94331
  }
93688
- async function $do89(client, request, options) {
94332
+ async function $do90(client, request, options) {
93689
94333
  const parsed = safeParse4(request, (value) => UploadImageRequest$outboundSchema.parse(value), "Input validation failed");
93690
94334
  if (!parsed.ok) {
93691
94335
  return [parsed, { status: "invalid" }];
@@ -93814,9 +94458,9 @@ var init_imagesUpload2 = __esm(() => {
93814
94458
 
93815
94459
  // src/funcs/industriesList.ts
93816
94460
  function industriesList(client, options) {
93817
- return new APIPromise($do90(client, options));
94461
+ return new APIPromise($do91(client, options));
93818
94462
  }
93819
- async function $do90(client, options) {
94463
+ async function $do91(client, options) {
93820
94464
  const path = pathToFunc("/industries")();
93821
94465
  const headers = new Headers(compactMap({
93822
94466
  Accept: "application/json"
@@ -93905,9 +94549,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
93905
94549
 
93906
94550
  // src/funcs/institutionsSearch.ts
93907
94551
  function institutionsSearch(client, request, options) {
93908
- return new APIPromise($do91(client, request, options));
94552
+ return new APIPromise($do92(client, request, options));
93909
94553
  }
93910
- async function $do91(client, request, options) {
94554
+ async function $do92(client, request, options) {
93911
94555
  const parsed = safeParse4(request, (value) => ListInstitutionsRequest$outboundSchema.parse(value), "Input validation failed");
93912
94556
  if (!parsed.ok) {
93913
94557
  return [parsed, { status: "invalid" }];
@@ -94001,7 +94645,7 @@ var init_institutionsSearch2 = __esm(() => {
94001
94645
 
94002
94646
  Search for institutions by either their name or routing number.
94003
94647
 
94004
- 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/)
94005
94649
  you'll need to specify the \`/fed.read\` scope.`,
94006
94650
  args: args89,
94007
94651
  tool: async (client, args90, ctx) => {
@@ -94020,9 +94664,9 @@ you'll need to specify the \`/fed.read\` scope.`,
94020
94664
 
94021
94665
  // src/funcs/institutionsSearchInstitutions.ts
94022
94666
  function institutionsSearchInstitutions(client, request, options) {
94023
- return new APIPromise($do92(client, request, options));
94667
+ return new APIPromise($do93(client, request, options));
94024
94668
  }
94025
- async function $do92(client, request, options) {
94669
+ async function $do93(client, request, options) {
94026
94670
  const parsed = safeParse4(request, (value) => SearchInstitutionsRequest$outboundSchema.parse(value), "Input validation failed");
94027
94671
  if (!parsed.ok) {
94028
94672
  return [parsed, { status: "invalid" }];
@@ -94135,9 +94779,9 @@ you'll need to specify the \`/institutions.read\` scope.`,
94135
94779
 
94136
94780
  // src/funcs/invoicesCreateInvoice.ts
94137
94781
  function invoicesCreateInvoice(client, request, options) {
94138
- return new APIPromise($do93(client, request, options));
94782
+ return new APIPromise($do94(client, request, options));
94139
94783
  }
94140
- async function $do93(client, request, options) {
94784
+ async function $do94(client, request, options) {
94141
94785
  const parsed = safeParse4(request, (value) => CreateInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
94142
94786
  if (!parsed.ok) {
94143
94787
  return [parsed, { status: "invalid" }];
@@ -94248,9 +94892,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94248
94892
 
94249
94893
  // src/funcs/invoicesCreateInvoicePayment.ts
94250
94894
  function invoicesCreateInvoicePayment(client, request, options) {
94251
- return new APIPromise($do94(client, request, options));
94895
+ return new APIPromise($do95(client, request, options));
94252
94896
  }
94253
- async function $do94(client, request, options) {
94897
+ async function $do95(client, request, options) {
94254
94898
  const parsed = safeParse4(request, (value) => CreateInvoicePaymentRequest$outboundSchema.parse(value), "Input validation failed");
94255
94899
  if (!parsed.ok) {
94256
94900
  return [parsed, { status: "invalid" }];
@@ -94370,9 +95014,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94370
95014
 
94371
95015
  // src/funcs/invoicesDelete.ts
94372
95016
  function invoicesDelete(client, request, options) {
94373
- return new APIPromise($do95(client, request, options));
95017
+ return new APIPromise($do96(client, request, options));
94374
95018
  }
94375
- async function $do95(client, request, options) {
95019
+ async function $do96(client, request, options) {
94376
95020
  const parsed = safeParse4(request, (value) => DeleteInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
94377
95021
  if (!parsed.ok) {
94378
95022
  return [parsed, { status: "invalid" }];
@@ -94489,9 +95133,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94489
95133
 
94490
95134
  // src/funcs/invoicesGetInvoice.ts
94491
95135
  function invoicesGetInvoice(client, request, options) {
94492
- return new APIPromise($do96(client, request, options));
95136
+ return new APIPromise($do97(client, request, options));
94493
95137
  }
94494
- async function $do96(client, request, options) {
95138
+ async function $do97(client, request, options) {
94495
95139
  const parsed = safeParse4(request, (value) => GetInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
94496
95140
  if (!parsed.ok) {
94497
95141
  return [parsed, { status: "invalid" }];
@@ -94604,9 +95248,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
94604
95248
 
94605
95249
  // src/funcs/invoicesListInvoicePayments.ts
94606
95250
  function invoicesListInvoicePayments(client, request, options) {
94607
- return new APIPromise($do97(client, request, options));
95251
+ return new APIPromise($do98(client, request, options));
94608
95252
  }
94609
- async function $do97(client, request, options) {
95253
+ async function $do98(client, request, options) {
94610
95254
  const parsed = safeParse4(request, (value) => ListInvoicePaymentsRequest$outboundSchema.parse(value), "Input validation failed");
94611
95255
  if (!parsed.ok) {
94612
95256
  return [parsed, { status: "invalid" }];
@@ -94719,9 +95363,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
94719
95363
 
94720
95364
  // src/funcs/invoicesListInvoices.ts
94721
95365
  function invoicesListInvoices(client, request, options) {
94722
- return new APIPromise($do98(client, request, options));
95366
+ return new APIPromise($do99(client, request, options));
94723
95367
  }
94724
- async function $do98(client, request, options) {
95368
+ async function $do99(client, request, options) {
94725
95369
  const parsed = safeParse4(request, (value) => ListInvoicesRequest$outboundSchema.parse(value), "Input validation failed");
94726
95370
  if (!parsed.ok) {
94727
95371
  return [parsed, { status: "invalid" }];
@@ -94844,9 +95488,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
94844
95488
 
94845
95489
  // src/funcs/invoicesUpdateInvoice.ts
94846
95490
  function invoicesUpdateInvoice(client, request, options) {
94847
- return new APIPromise($do99(client, request, options));
95491
+ return new APIPromise($do100(client, request, options));
94848
95492
  }
94849
- async function $do99(client, request, options) {
95493
+ async function $do100(client, request, options) {
94850
95494
  const parsed = safeParse4(request, (value) => UpdateInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
94851
95495
  if (!parsed.ok) {
94852
95496
  return [parsed, { status: "invalid" }];
@@ -94961,9 +95605,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
94961
95605
 
94962
95606
  // src/funcs/issuingTransactionsGet.ts
94963
95607
  function issuingTransactionsGet(client, request, options) {
94964
- return new APIPromise($do100(client, request, options));
95608
+ return new APIPromise($do101(client, request, options));
94965
95609
  }
94966
- async function $do100(client, request, options) {
95610
+ async function $do101(client, request, options) {
94967
95611
  const parsed = safeParse4(request, (value) => GetIssuedCardTransactionRequest$outboundSchema.parse(value), "Input validation failed");
94968
95612
  if (!parsed.ok) {
94969
95613
  return [parsed, { status: "invalid" }];
@@ -95073,9 +95717,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95073
95717
 
95074
95718
  // src/funcs/issuingTransactionsGetAuthorization.ts
95075
95719
  function issuingTransactionsGetAuthorization(client, request, options) {
95076
- return new APIPromise($do101(client, request, options));
95720
+ return new APIPromise($do102(client, request, options));
95077
95721
  }
95078
- async function $do101(client, request, options) {
95722
+ async function $do102(client, request, options) {
95079
95723
  const parsed = safeParse4(request, (value) => GetIssuedCardAuthorizationRequest$outboundSchema.parse(value), "Input validation failed");
95080
95724
  if (!parsed.ok) {
95081
95725
  return [parsed, { status: "invalid" }];
@@ -95188,9 +95832,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95188
95832
 
95189
95833
  // src/funcs/issuingTransactionsList.ts
95190
95834
  function issuingTransactionsList(client, request, options) {
95191
- return new APIPromise($do102(client, request, options));
95835
+ return new APIPromise($do103(client, request, options));
95192
95836
  }
95193
- async function $do102(client, request, options) {
95837
+ async function $do103(client, request, options) {
95194
95838
  const parsed = safeParse4(request, (value) => ListIssuedCardTransactionsRequest$outboundSchema.parse(value), "Input validation failed");
95195
95839
  if (!parsed.ok) {
95196
95840
  return [parsed, { status: "invalid" }];
@@ -95307,9 +95951,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95307
95951
 
95308
95952
  // src/funcs/issuingTransactionsListAuthorizationEvents.ts
95309
95953
  function issuingTransactionsListAuthorizationEvents(client, request, options) {
95310
- return new APIPromise($do103(client, request, options));
95954
+ return new APIPromise($do104(client, request, options));
95311
95955
  }
95312
- async function $do103(client, request, options) {
95956
+ async function $do104(client, request, options) {
95313
95957
  const parsed = safeParse4(request, (value) => ListIssuedCardAuthorizationEventsRequest$outboundSchema.parse(value), "Input validation failed");
95314
95958
  if (!parsed.ok) {
95315
95959
  return [parsed, { status: "invalid" }];
@@ -95424,9 +96068,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95424
96068
 
95425
96069
  // src/funcs/issuingTransactionsListAuthorizations.ts
95426
96070
  function issuingTransactionsListAuthorizations(client, request, options) {
95427
- return new APIPromise($do104(client, request, options));
96071
+ return new APIPromise($do105(client, request, options));
95428
96072
  }
95429
- async function $do104(client, request, options) {
96073
+ async function $do105(client, request, options) {
95430
96074
  const parsed = safeParse4(request, (value) => ListIssuedCardAuthorizationsRequest$outboundSchema.parse(value), "Input validation failed");
95431
96075
  if (!parsed.ok) {
95432
96076
  return [parsed, { status: "invalid" }];
@@ -95544,9 +96188,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
95544
96188
 
95545
96189
  // src/funcs/onboardingCreateInvite.ts
95546
96190
  function onboardingCreateInvite(client, request, options) {
95547
- return new APIPromise($do105(client, request, options));
96191
+ return new APIPromise($do106(client, request, options));
95548
96192
  }
95549
- async function $do105(client, request, options) {
96193
+ async function $do106(client, request, options) {
95550
96194
  const parsed = safeParse4(request, (value) => OnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
95551
96195
  if (!parsed.ok) {
95552
96196
  return [parsed, { status: "invalid" }];
@@ -95652,9 +96296,9 @@ you'll need to specify the \`/accounts.write\` scope.`,
95652
96296
 
95653
96297
  // src/funcs/onboardingGetInvite.ts
95654
96298
  function onboardingGetInvite(client, request, options) {
95655
- return new APIPromise($do106(client, request, options));
96299
+ return new APIPromise($do107(client, request, options));
95656
96300
  }
95657
- async function $do106(client, request, options) {
96301
+ async function $do107(client, request, options) {
95658
96302
  const parsed = safeParse4(request, (value) => GetOnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
95659
96303
  if (!parsed.ok) {
95660
96304
  return [parsed, { status: "invalid" }];
@@ -95763,9 +96407,9 @@ you'll need to specify the \`/accounts.read\` scope.`,
95763
96407
 
95764
96408
  // src/funcs/onboardingListInvites.ts
95765
96409
  function onboardingListInvites(client, options) {
95766
- return new APIPromise($do107(client, options));
96410
+ return new APIPromise($do108(client, options));
95767
96411
  }
95768
- async function $do107(client, options) {
96412
+ async function $do108(client, options) {
95769
96413
  const path = pathToFunc("/onboarding-invites")();
95770
96414
  const headers = new Headers(compactMap({
95771
96415
  Accept: "application/json"
@@ -95854,9 +96498,9 @@ you'll need to specify the \`/accounts.read\` scope.`,
95854
96498
 
95855
96499
  // src/funcs/onboardingRevokeInvite.ts
95856
96500
  function onboardingRevokeInvite(client, request, options) {
95857
- return new APIPromise($do108(client, request, options));
96501
+ return new APIPromise($do109(client, request, options));
95858
96502
  }
95859
- async function $do108(client, request, options) {
96503
+ async function $do109(client, request, options) {
95860
96504
  const parsed = safeParse4(request, (value) => RevokeOnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
95861
96505
  if (!parsed.ok) {
95862
96506
  return [parsed, { status: "invalid" }];
@@ -95962,9 +96606,9 @@ you'll need to specify the \`/accounts.write\` scope.`,
95962
96606
 
95963
96607
  // src/funcs/paymentLinksCreate.ts
95964
96608
  function paymentLinksCreate(client, request, options) {
95965
- return new APIPromise($do109(client, request, options));
96609
+ return new APIPromise($do110(client, request, options));
95966
96610
  }
95967
- async function $do109(client, request, options) {
96611
+ async function $do110(client, request, options) {
95968
96612
  const parsed = safeParse4(request, (value) => CreatePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
95969
96613
  if (!parsed.ok) {
95970
96614
  return [parsed, { status: "invalid" }];
@@ -96075,9 +96719,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
96075
96719
 
96076
96720
  // src/funcs/paymentLinksDisable.ts
96077
96721
  function paymentLinksDisable(client, request, options) {
96078
- return new APIPromise($do110(client, request, options));
96722
+ return new APIPromise($do111(client, request, options));
96079
96723
  }
96080
- async function $do110(client, request, options) {
96724
+ async function $do111(client, request, options) {
96081
96725
  const parsed = safeParse4(request, (value) => DisablePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
96082
96726
  if (!parsed.ok) {
96083
96727
  return [parsed, { status: "invalid" }];
@@ -96187,9 +96831,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
96187
96831
 
96188
96832
  // src/funcs/paymentLinksGet.ts
96189
96833
  function paymentLinksGet(client, request, options) {
96190
- return new APIPromise($do111(client, request, options));
96834
+ return new APIPromise($do112(client, request, options));
96191
96835
  }
96192
- async function $do111(client, request, options) {
96836
+ async function $do112(client, request, options) {
96193
96837
  const parsed = safeParse4(request, (value) => GetPaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
96194
96838
  if (!parsed.ok) {
96195
96839
  return [parsed, { status: "invalid" }];
@@ -96302,9 +96946,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
96302
96946
 
96303
96947
  // src/funcs/paymentLinksGetQRCode.ts
96304
96948
  function paymentLinksGetQRCode(client, request, options) {
96305
- return new APIPromise($do112(client, request, options));
96949
+ return new APIPromise($do113(client, request, options));
96306
96950
  }
96307
- async function $do112(client, request, options) {
96951
+ async function $do113(client, request, options) {
96308
96952
  const parsed = safeParse4(request, (value) => GetPaymentLinkQRCodeRequest$outboundSchema.parse(value), "Input validation failed");
96309
96953
  if (!parsed.ok) {
96310
96954
  return [parsed, { status: "invalid" }];
@@ -96423,9 +97067,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
96423
97067
 
96424
97068
  // src/funcs/paymentLinksList.ts
96425
97069
  function paymentLinksList(client, request, options) {
96426
- return new APIPromise($do113(client, request, options));
97070
+ return new APIPromise($do114(client, request, options));
96427
97071
  }
96428
- async function $do113(client, request, options) {
97072
+ async function $do114(client, request, options) {
96429
97073
  const parsed = safeParse4(request, (value) => ListPaymentLinksRequest$outboundSchema.parse(value), "Input validation failed");
96430
97074
  if (!parsed.ok) {
96431
97075
  return [parsed, { status: "invalid" }];
@@ -96540,9 +97184,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
96540
97184
 
96541
97185
  // src/funcs/paymentLinksUpdate.ts
96542
97186
  function paymentLinksUpdate(client, request, options) {
96543
- return new APIPromise($do114(client, request, options));
97187
+ return new APIPromise($do115(client, request, options));
96544
97188
  }
96545
- async function $do114(client, request, options) {
97189
+ async function $do115(client, request, options) {
96546
97190
  const parsed = safeParse4(request, (value) => UpdatePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
96547
97191
  if (!parsed.ok) {
96548
97192
  return [parsed, { status: "invalid" }];
@@ -96657,9 +97301,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
96657
97301
 
96658
97302
  // src/funcs/paymentMethodsGet.ts
96659
97303
  function paymentMethodsGet(client, request, options) {
96660
- return new APIPromise($do115(client, request, options));
97304
+ return new APIPromise($do116(client, request, options));
96661
97305
  }
96662
- async function $do115(client, request, options) {
97306
+ async function $do116(client, request, options) {
96663
97307
  const parsed = safeParse4(request, (value) => GetPaymentMethodRequest$outboundSchema.parse(value), "Input validation failed");
96664
97308
  if (!parsed.ok) {
96665
97309
  return [parsed, { status: "invalid" }];
@@ -96772,9 +97416,9 @@ you'll need to specify the \`/accounts/{accountID}/payment-methods.read\` scope.
96772
97416
 
96773
97417
  // src/funcs/paymentMethodsList.ts
96774
97418
  function paymentMethodsList(client, request, options) {
96775
- return new APIPromise($do116(client, request, options));
97419
+ return new APIPromise($do117(client, request, options));
96776
97420
  }
96777
- async function $do116(client, request, options) {
97421
+ async function $do117(client, request, options) {
96778
97422
  const parsed = safeParse4(request, (value) => ListPaymentMethodsRequest$outboundSchema.parse(value), "Input validation failed");
96779
97423
  if (!parsed.ok) {
96780
97424
  return [parsed, { status: "invalid" }];
@@ -96889,9 +97533,9 @@ you'll need to specify the \`/accounts/{accountID}/payment-methods.read\` scope.
96889
97533
 
96890
97534
  // src/funcs/pingPing.ts
96891
97535
  function pingPing(client, options) {
96892
- return new APIPromise($do117(client, options));
97536
+ return new APIPromise($do118(client, options));
96893
97537
  }
96894
- async function $do117(client, options) {
97538
+ async function $do118(client, options) {
96895
97539
  const path = pathToFunc("/ping")();
96896
97540
  const headers = new Headers(compactMap({
96897
97541
  Accept: "*/*"
@@ -96979,9 +97623,9 @@ you'll need to specify the \`/ping.read\` scope.`,
96979
97623
 
96980
97624
  // src/funcs/productsCreate.ts
96981
97625
  function productsCreate(client, request, options) {
96982
- return new APIPromise($do118(client, request, options));
97626
+ return new APIPromise($do119(client, request, options));
96983
97627
  }
96984
- async function $do118(client, request, options) {
97628
+ async function $do119(client, request, options) {
96985
97629
  const parsed = safeParse4(request, (value) => CreateProductRequest$outboundSchema.parse(value), "Input validation failed");
96986
97630
  if (!parsed.ok) {
96987
97631
  return [parsed, { status: "invalid" }];
@@ -97091,9 +97735,9 @@ var init_productsCreate2 = __esm(() => {
97091
97735
 
97092
97736
  // src/funcs/productsDisable.ts
97093
97737
  function productsDisable(client, request, options) {
97094
- return new APIPromise($do119(client, request, options));
97738
+ return new APIPromise($do120(client, request, options));
97095
97739
  }
97096
- async function $do119(client, request, options) {
97740
+ async function $do120(client, request, options) {
97097
97741
  const parsed = safeParse4(request, (value) => DisableProductRequest$outboundSchema.parse(value), "Input validation failed");
97098
97742
  if (!parsed.ok) {
97099
97743
  return [parsed, { status: "invalid" }];
@@ -97203,9 +97847,9 @@ The product will no longer be available, but will remain in the system for histo
97203
97847
 
97204
97848
  // src/funcs/productsGet.ts
97205
97849
  function productsGet(client, request, options) {
97206
- return new APIPromise($do120(client, request, options));
97850
+ return new APIPromise($do121(client, request, options));
97207
97851
  }
97208
- async function $do120(client, request, options) {
97852
+ async function $do121(client, request, options) {
97209
97853
  const parsed = safeParse4(request, (value) => GetProductRequest$outboundSchema.parse(value), "Input validation failed");
97210
97854
  if (!parsed.ok) {
97211
97855
  return [parsed, { status: "invalid" }];
@@ -97315,9 +97959,9 @@ var init_productsGet2 = __esm(() => {
97315
97959
 
97316
97960
  // src/funcs/productsList.ts
97317
97961
  function productsList(client, request, options) {
97318
- return new APIPromise($do121(client, request, options));
97962
+ return new APIPromise($do122(client, request, options));
97319
97963
  }
97320
- async function $do121(client, request, options) {
97964
+ async function $do122(client, request, options) {
97321
97965
  const parsed = safeParse4(request, (value) => ListProductsRequest$outboundSchema.parse(value), "Input validation failed");
97322
97966
  if (!parsed.ok) {
97323
97967
  return [parsed, { status: "invalid" }];
@@ -97430,9 +98074,9 @@ var init_productsList2 = __esm(() => {
97430
98074
 
97431
98075
  // src/funcs/productsListCategories.ts
97432
98076
  function productsListCategories(client, options) {
97433
- return new APIPromise($do122(client, options));
98077
+ return new APIPromise($do123(client, options));
97434
98078
  }
97435
- async function $do122(client, options) {
98079
+ async function $do123(client, options) {
97436
98080
  const path = pathToFunc("/product-categories")();
97437
98081
  const headers = new Headers(compactMap({
97438
98082
  Accept: "application/json"
@@ -97518,9 +98162,9 @@ var init_productsListCategories2 = __esm(() => {
97518
98162
 
97519
98163
  // src/funcs/productsUpdate.ts
97520
98164
  function productsUpdate(client, request, options) {
97521
- return new APIPromise($do123(client, request, options));
98165
+ return new APIPromise($do124(client, request, options));
97522
98166
  }
97523
- async function $do123(client, request, options) {
98167
+ async function $do124(client, request, options) {
97524
98168
  const parsed = safeParse4(request, (value) => UpdateProductRequest$outboundSchema.parse(value), "Input validation failed");
97525
98169
  if (!parsed.ok) {
97526
98170
  return [parsed, { status: "invalid" }];
@@ -97634,9 +98278,9 @@ var init_productsUpdate2 = __esm(() => {
97634
98278
 
97635
98279
  // src/funcs/receiptsCreate.ts
97636
98280
  function receiptsCreate(client, request, options) {
97637
- return new APIPromise($do124(client, request, options));
98281
+ return new APIPromise($do125(client, request, options));
97638
98282
  }
97639
- async function $do124(client, request, options) {
98283
+ async function $do125(client, request, options) {
97640
98284
  const parsed = safeParse4(request, (value) => arrayType(ReceiptRequest$outboundSchema).parse(value), "Input validation failed");
97641
98285
  if (!parsed.ok) {
97642
98286
  return [parsed, { status: "invalid" }];
@@ -97744,9 +98388,9 @@ var init_receiptsCreate2 = __esm(() => {
97744
98388
 
97745
98389
  // src/funcs/receiptsList.ts
97746
98390
  function receiptsList(client, request, options) {
97747
- return new APIPromise($do125(client, request, options));
98391
+ return new APIPromise($do126(client, request, options));
97748
98392
  }
97749
- async function $do125(client, request, options) {
98393
+ async function $do126(client, request, options) {
97750
98394
  const parsed = safeParse4(request, (value) => ListReceiptsRequest$outboundSchema.parse(value), "Input validation failed");
97751
98395
  if (!parsed.ok) {
97752
98396
  return [parsed, { status: "invalid" }];
@@ -97853,9 +98497,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
97853
98497
 
97854
98498
  // src/funcs/representativesCreate.ts
97855
98499
  function representativesCreate(client, request, options) {
97856
- return new APIPromise($do126(client, request, options));
98500
+ return new APIPromise($do127(client, request, options));
97857
98501
  }
97858
- async function $do126(client, request, options) {
98502
+ async function $do127(client, request, options) {
97859
98503
  const parsed = safeParse4(request, (value) => CreateRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
97860
98504
  if (!parsed.ok) {
97861
98505
  return [parsed, { status: "invalid" }];
@@ -97972,9 +98616,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
97972
98616
 
97973
98617
  // src/funcs/representativesDelete.ts
97974
98618
  function representativesDelete(client, request, options) {
97975
- return new APIPromise($do127(client, request, options));
98619
+ return new APIPromise($do128(client, request, options));
97976
98620
  }
97977
- async function $do127(client, request, options) {
98621
+ async function $do128(client, request, options) {
97978
98622
  const parsed = safeParse4(request, (value) => DeleteRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
97979
98623
  if (!parsed.ok) {
97980
98624
  return [parsed, { status: "invalid" }];
@@ -98082,9 +98726,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
98082
98726
 
98083
98727
  // src/funcs/representativesGet.ts
98084
98728
  function representativesGet(client, request, options) {
98085
- return new APIPromise($do128(client, request, options));
98729
+ return new APIPromise($do129(client, request, options));
98086
98730
  }
98087
- async function $do128(client, request, options) {
98731
+ async function $do129(client, request, options) {
98088
98732
  const parsed = safeParse4(request, (value) => GetRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
98089
98733
  if (!parsed.ok) {
98090
98734
  return [parsed, { status: "invalid" }];
@@ -98194,9 +98838,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.read\` scope.
98194
98838
 
98195
98839
  // src/funcs/representativesList.ts
98196
98840
  function representativesList(client, request, options) {
98197
- return new APIPromise($do129(client, request, options));
98841
+ return new APIPromise($do130(client, request, options));
98198
98842
  }
98199
- async function $do129(client, request, options) {
98843
+ async function $do130(client, request, options) {
98200
98844
  const parsed = safeParse4(request, (value) => ListRepresentativesRequest$outboundSchema.parse(value), "Input validation failed");
98201
98845
  if (!parsed.ok) {
98202
98846
  return [parsed, { status: "invalid" }];
@@ -98308,9 +98952,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.read\` scope.
98308
98952
 
98309
98953
  // src/funcs/representativesUpdate.ts
98310
98954
  function representativesUpdate(client, request, options) {
98311
- return new APIPromise($do130(client, request, options));
98955
+ return new APIPromise($do131(client, request, options));
98312
98956
  }
98313
- async function $do130(client, request, options) {
98957
+ async function $do131(client, request, options) {
98314
98958
  const parsed = safeParse4(request, (value) => UpdateRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
98315
98959
  if (!parsed.ok) {
98316
98960
  return [parsed, { status: "invalid" }];
@@ -98437,9 +99081,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
98437
99081
 
98438
99082
  // src/funcs/resolutionLinksCreate.ts
98439
99083
  function resolutionLinksCreate(client, request, options) {
98440
- return new APIPromise($do131(client, request, options));
99084
+ return new APIPromise($do132(client, request, options));
98441
99085
  }
98442
- async function $do131(client, request, options) {
99086
+ async function $do132(client, request, options) {
98443
99087
  const parsed = safeParse4(request, (value) => CreateResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
98444
99088
  if (!parsed.ok) {
98445
99089
  return [parsed, { status: "invalid" }];
@@ -98556,9 +99200,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\`, \`/accounts/
98556
99200
 
98557
99201
  // src/funcs/resolutionLinksDisable.ts
98558
99202
  function resolutionLinksDisable(client, request, options) {
98559
- return new APIPromise($do132(client, request, options));
99203
+ return new APIPromise($do133(client, request, options));
98560
99204
  }
98561
- async function $do132(client, request, options) {
99205
+ async function $do133(client, request, options) {
98562
99206
  const parsed = safeParse4(request, (value) => DisableResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
98563
99207
  if (!parsed.ok) {
98564
99208
  return [parsed, { status: "invalid" }];
@@ -98666,9 +99310,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
98666
99310
 
98667
99311
  // src/funcs/resolutionLinksGet.ts
98668
99312
  function resolutionLinksGet(client, request, options) {
98669
- return new APIPromise($do133(client, request, options));
99313
+ return new APIPromise($do134(client, request, options));
98670
99314
  }
98671
- async function $do133(client, request, options) {
99315
+ async function $do134(client, request, options) {
98672
99316
  const parsed = safeParse4(request, (value) => GetResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
98673
99317
  if (!parsed.ok) {
98674
99318
  return [parsed, { status: "invalid" }];
@@ -98778,9 +99422,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
98778
99422
 
98779
99423
  // src/funcs/resolutionLinksList.ts
98780
99424
  function resolutionLinksList(client, request, options) {
98781
- return new APIPromise($do134(client, request, options));
99425
+ return new APIPromise($do135(client, request, options));
98782
99426
  }
98783
- async function $do134(client, request, options) {
99427
+ async function $do135(client, request, options) {
98784
99428
  const parsed = safeParse4(request, (value) => ListResolutionLinksRequest$outboundSchema.parse(value), "Input validation failed");
98785
99429
  if (!parsed.ok) {
98786
99430
  return [parsed, { status: "invalid" }];
@@ -98889,9 +99533,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
98889
99533
 
98890
99534
  // src/funcs/schedulingCancel.ts
98891
99535
  function schedulingCancel(client, request, options) {
98892
- return new APIPromise($do135(client, request, options));
99536
+ return new APIPromise($do136(client, request, options));
98893
99537
  }
98894
- async function $do135(client, request, options) {
99538
+ async function $do136(client, request, options) {
98895
99539
  const parsed = safeParse4(request, (value) => CancelScheduleRequest$outboundSchema.parse(value), "Input validation failed");
98896
99540
  if (!parsed.ok) {
98897
99541
  return [parsed, { status: "invalid" }];
@@ -99002,9 +99646,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
99002
99646
 
99003
99647
  // src/funcs/schedulingCreate.ts
99004
99648
  function schedulingCreate(client, request, options) {
99005
- return new APIPromise($do136(client, request, options));
99649
+ return new APIPromise($do137(client, request, options));
99006
99650
  }
99007
- async function $do136(client, request, options) {
99651
+ async function $do137(client, request, options) {
99008
99652
  const parsed = safeParse4(request, (value) => CreateScheduleRequest$outboundSchema.parse(value), "Input validation failed");
99009
99653
  if (!parsed.ok) {
99010
99654
  return [parsed, { status: "invalid" }];
@@ -99117,9 +99761,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
99117
99761
 
99118
99762
  // src/funcs/schedulingGet.ts
99119
99763
  function schedulingGet(client, request, options) {
99120
- return new APIPromise($do137(client, request, options));
99764
+ return new APIPromise($do138(client, request, options));
99121
99765
  }
99122
- async function $do137(client, request, options) {
99766
+ async function $do138(client, request, options) {
99123
99767
  const parsed = safeParse4(request, (value) => GetSchedulesRequest$outboundSchema.parse(value), "Input validation failed");
99124
99768
  if (!parsed.ok) {
99125
99769
  return [parsed, { status: "invalid" }];
@@ -99232,9 +99876,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
99232
99876
 
99233
99877
  // src/funcs/schedulingGetOccurrance.ts
99234
99878
  function schedulingGetOccurrance(client, request, options) {
99235
- return new APIPromise($do138(client, request, options));
99879
+ return new APIPromise($do139(client, request, options));
99236
99880
  }
99237
- async function $do138(client, request, options) {
99881
+ async function $do139(client, request, options) {
99238
99882
  const parsed = safeParse4(request, (value) => GetScheduledOccurrenceRequest$outboundSchema.parse(value), "Input validation failed");
99239
99883
  if (!parsed.ok) {
99240
99884
  return [parsed, { status: "invalid" }];
@@ -99348,9 +99992,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
99348
99992
 
99349
99993
  // src/funcs/schedulingList.ts
99350
99994
  function schedulingList(client, request, options) {
99351
- return new APIPromise($do139(client, request, options));
99995
+ return new APIPromise($do140(client, request, options));
99352
99996
  }
99353
- async function $do139(client, request, options) {
99997
+ async function $do140(client, request, options) {
99354
99998
  const parsed = safeParse4(request, (value) => ListSchedulesRequest$outboundSchema.parse(value), "Input validation failed");
99355
99999
  if (!parsed.ok) {
99356
100000
  return [parsed, { status: "invalid" }];
@@ -99465,9 +100109,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
99465
100109
 
99466
100110
  // src/funcs/schedulingUpdate.ts
99467
100111
  function schedulingUpdate(client, request, options) {
99468
- return new APIPromise($do140(client, request, options));
100112
+ return new APIPromise($do141(client, request, options));
99469
100113
  }
99470
- async function $do140(client, request, options) {
100114
+ async function $do141(client, request, options) {
99471
100115
  const parsed = safeParse4(request, (value) => UpdateScheduleRequest$outboundSchema.parse(value), "Input validation failed");
99472
100116
  if (!parsed.ok) {
99473
100117
  return [parsed, { status: "invalid" }];
@@ -99584,9 +100228,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
99584
100228
 
99585
100229
  // src/funcs/statementsGet.ts
99586
100230
  function statementsGet(client, request, options) {
99587
- return new APIPromise($do141(client, request, options));
100231
+ return new APIPromise($do142(client, request, options));
99588
100232
  }
99589
- async function $do141(client, request, options) {
100233
+ async function $do142(client, request, options) {
99590
100234
  const parsed = safeParse4(request, (value) => GetStatementRequest$outboundSchema.parse(value), "Input validation failed");
99591
100235
  if (!parsed.ok) {
99592
100236
  return [parsed, { status: "invalid" }];
@@ -99705,9 +100349,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
99705
100349
 
99706
100350
  // src/funcs/statementsList.ts
99707
100351
  function statementsList(client, request, options) {
99708
- return new APIPromise($do142(client, request, options));
100352
+ return new APIPromise($do143(client, request, options));
99709
100353
  }
99710
- async function $do142(client, request, options) {
100354
+ async function $do143(client, request, options) {
99711
100355
  const parsed = safeParse4(request, (value) => ListStatementsRequest$outboundSchema.parse(value), "Input validation failed");
99712
100356
  if (!parsed.ok) {
99713
100357
  return [parsed, { status: "invalid" }];
@@ -99824,9 +100468,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
99824
100468
 
99825
100469
  // src/funcs/supportCreateTicket.ts
99826
100470
  function supportCreateTicket(client, request, options) {
99827
- return new APIPromise($do143(client, request, options));
100471
+ return new APIPromise($do144(client, request, options));
99828
100472
  }
99829
- async function $do143(client, request, options) {
100473
+ async function $do144(client, request, options) {
99830
100474
  const parsed = safeParse4(request, (value) => CreateTicketRequest$outboundSchema.parse(value), "Input validation failed");
99831
100475
  if (!parsed.ok) {
99832
100476
  return [parsed, { status: "invalid" }];
@@ -99940,9 +100584,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.write\` and \`/accounts/{acco
99940
100584
 
99941
100585
  // src/funcs/supportGetTicket.ts
99942
100586
  function supportGetTicket(client, request, options) {
99943
- return new APIPromise($do144(client, request, options));
100587
+ return new APIPromise($do145(client, request, options));
99944
100588
  }
99945
- async function $do144(client, request, options) {
100589
+ async function $do145(client, request, options) {
99946
100590
  const parsed = safeParse4(request, (value) => GetTicketRequest$outboundSchema.parse(value), "Input validation failed");
99947
100591
  if (!parsed.ok) {
99948
100592
  return [parsed, { status: "invalid" }];
@@ -100058,9 +100702,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
100058
100702
 
100059
100703
  // src/funcs/supportListTicketMessages.ts
100060
100704
  function supportListTicketMessages(client, request, options) {
100061
- return new APIPromise($do145(client, request, options));
100705
+ return new APIPromise($do146(client, request, options));
100062
100706
  }
100063
- async function $do145(client, request, options) {
100707
+ async function $do146(client, request, options) {
100064
100708
  const parsed = safeParse4(request, (value) => ListTicketMessagesRequest$outboundSchema.parse(value), "Input validation failed");
100065
100709
  if (!parsed.ok) {
100066
100710
  return [parsed, { status: "invalid" }];
@@ -100176,9 +100820,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
100176
100820
 
100177
100821
  // src/funcs/supportListTickets.ts
100178
100822
  function supportListTickets(client, request, options) {
100179
- return new APIPromise($do146(client, request, options));
100823
+ return new APIPromise($do147(client, request, options));
100180
100824
  }
100181
- async function $do146(client, request, options) {
100825
+ async function $do147(client, request, options) {
100182
100826
  const parsed = safeParse4(request, (value) => ListTicketsRequest$outboundSchema.parse(value), "Input validation failed");
100183
100827
  if (!parsed.ok) {
100184
100828
  return [parsed, { status: "invalid" }];
@@ -100297,9 +100941,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
100297
100941
 
100298
100942
  // src/funcs/supportUpdateTicket.ts
100299
100943
  function supportUpdateTicket(client, request, options) {
100300
- return new APIPromise($do147(client, request, options));
100944
+ return new APIPromise($do148(client, request, options));
100301
100945
  }
100302
- async function $do147(client, request, options) {
100946
+ async function $do148(client, request, options) {
100303
100947
  const parsed = safeParse4(request, (value) => UpdateTicketRequest$outboundSchema.parse(value), "Input validation failed");
100304
100948
  if (!parsed.ok) {
100305
100949
  return [parsed, { status: "invalid" }];
@@ -100417,9 +101061,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.write\` and \`/accounts/{acco
100417
101061
 
100418
101062
  // src/funcs/sweepsCreateConfig.ts
100419
101063
  function sweepsCreateConfig(client, request, options) {
100420
- return new APIPromise($do148(client, request, options));
101064
+ return new APIPromise($do149(client, request, options));
100421
101065
  }
100422
- async function $do148(client, request, options) {
101066
+ async function $do149(client, request, options) {
100423
101067
  const parsed = safeParse4(request, (value) => CreateSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
100424
101068
  if (!parsed.ok) {
100425
101069
  return [parsed, { status: "invalid" }];
@@ -100530,9 +101174,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
100530
101174
 
100531
101175
  // src/funcs/sweepsGet.ts
100532
101176
  function sweepsGet(client, request, options) {
100533
- return new APIPromise($do149(client, request, options));
101177
+ return new APIPromise($do150(client, request, options));
100534
101178
  }
100535
- async function $do149(client, request, options) {
101179
+ async function $do150(client, request, options) {
100536
101180
  const parsed = safeParse4(request, (value) => GetSweepRequest$outboundSchema.parse(value), "Input validation failed");
100537
101181
  if (!parsed.ok) {
100538
101182
  return [parsed, { status: "invalid" }];
@@ -100649,9 +101293,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100649
101293
 
100650
101294
  // src/funcs/sweepsGetConfig.ts
100651
101295
  function sweepsGetConfig(client, request, options) {
100652
- return new APIPromise($do150(client, request, options));
101296
+ return new APIPromise($do151(client, request, options));
100653
101297
  }
100654
- async function $do150(client, request, options) {
101298
+ async function $do151(client, request, options) {
100655
101299
  const parsed = safeParse4(request, (value) => GetSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
100656
101300
  if (!parsed.ok) {
100657
101301
  return [parsed, { status: "invalid" }];
@@ -100764,9 +101408,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100764
101408
 
100765
101409
  // src/funcs/sweepsList.ts
100766
101410
  function sweepsList(client, request, options) {
100767
- return new APIPromise($do151(client, request, options));
101411
+ return new APIPromise($do152(client, request, options));
100768
101412
  }
100769
- async function $do151(client, request, options) {
101413
+ async function $do152(client, request, options) {
100770
101414
  const parsed = safeParse4(request, (value) => ListSweepsRequest$outboundSchema.parse(value), "Input validation failed");
100771
101415
  if (!parsed.ok) {
100772
101416
  return [parsed, { status: "invalid" }];
@@ -100886,9 +101530,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100886
101530
 
100887
101531
  // src/funcs/sweepsListConfigs.ts
100888
101532
  function sweepsListConfigs(client, request, options) {
100889
- return new APIPromise($do152(client, request, options));
101533
+ return new APIPromise($do153(client, request, options));
100890
101534
  }
100891
- async function $do152(client, request, options) {
101535
+ async function $do153(client, request, options) {
100892
101536
  const parsed = safeParse4(request, (value) => ListSweepConfigsRequest$outboundSchema.parse(value), "Input validation failed");
100893
101537
  if (!parsed.ok) {
100894
101538
  return [parsed, { status: "invalid" }];
@@ -100997,9 +101641,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
100997
101641
 
100998
101642
  // src/funcs/sweepsUpdateConfig.ts
100999
101643
  function sweepsUpdateConfig(client, request, options) {
101000
- return new APIPromise($do153(client, request, options));
101644
+ return new APIPromise($do154(client, request, options));
101001
101645
  }
101002
- async function $do153(client, request, options) {
101646
+ async function $do154(client, request, options) {
101003
101647
  const parsed = safeParse4(request, (value) => UpdateSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
101004
101648
  if (!parsed.ok) {
101005
101649
  return [parsed, { status: "invalid" }];
@@ -101114,9 +101758,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
101114
101758
 
101115
101759
  // src/funcs/terminalApplicationsCreate.ts
101116
101760
  function terminalApplicationsCreate(client, request, options) {
101117
- return new APIPromise($do154(client, request, options));
101761
+ return new APIPromise($do155(client, request, options));
101118
101762
  }
101119
- async function $do154(client, request, options) {
101763
+ async function $do155(client, request, options) {
101120
101764
  const parsed = safeParse4(request, (value) => CreateTerminalApplication$outboundSchema.parse(value), "Input validation failed");
101121
101765
  if (!parsed.ok) {
101122
101766
  return [parsed, { status: "invalid" }];
@@ -101224,9 +101868,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
101224
101868
 
101225
101869
  // src/funcs/terminalApplicationsCreateVersion.ts
101226
101870
  function terminalApplicationsCreateVersion(client, request, options) {
101227
- return new APIPromise($do155(client, request, options));
101871
+ return new APIPromise($do156(client, request, options));
101228
101872
  }
101229
- async function $do155(client, request, options) {
101873
+ async function $do156(client, request, options) {
101230
101874
  const parsed = safeParse4(request, (value) => CreateTerminalApplicationVersionRequest$outboundSchema.parse(value), "Input validation failed");
101231
101875
  if (!parsed.ok) {
101232
101876
  return [parsed, { status: "invalid" }];
@@ -101335,9 +101979,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
101335
101979
 
101336
101980
  // src/funcs/terminalApplicationsDelete.ts
101337
101981
  function terminalApplicationsDelete(client, request, options) {
101338
- return new APIPromise($do156(client, request, options));
101982
+ return new APIPromise($do157(client, request, options));
101339
101983
  }
101340
- async function $do156(client, request, options) {
101984
+ async function $do157(client, request, options) {
101341
101985
  const parsed = safeParse4(request, (value) => DeleteTerminalApplicationRequest$outboundSchema.parse(value), "Input validation failed");
101342
101986
  if (!parsed.ok) {
101343
101987
  return [parsed, { status: "invalid" }];
@@ -101441,9 +102085,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
101441
102085
 
101442
102086
  // src/funcs/terminalApplicationsGet.ts
101443
102087
  function terminalApplicationsGet(client, request, options) {
101444
- return new APIPromise($do157(client, request, options));
102088
+ return new APIPromise($do158(client, request, options));
101445
102089
  }
101446
- async function $do157(client, request, options) {
102090
+ async function $do158(client, request, options) {
101447
102091
  const parsed = safeParse4(request, (value) => GetTerminalApplicationRequest$outboundSchema.parse(value), "Input validation failed");
101448
102092
  if (!parsed.ok) {
101449
102093
  return [parsed, { status: "invalid" }];
@@ -101549,9 +102193,9 @@ you'll need to specify the \`/terminal-applications.read\` scope.`,
101549
102193
 
101550
102194
  // src/funcs/terminalApplicationsList.ts
101551
102195
  function terminalApplicationsList(client, options) {
101552
- return new APIPromise($do158(client, options));
102196
+ return new APIPromise($do159(client, options));
101553
102197
  }
101554
- async function $do158(client, options) {
102198
+ async function $do159(client, options) {
101555
102199
  const path = pathToFunc("/terminal-applications")();
101556
102200
  const headers = new Headers(compactMap({
101557
102201
  Accept: "application/json"
@@ -101640,9 +102284,9 @@ you'll need to specify the \`/terminal-applications.read\` scope.`,
101640
102284
 
101641
102285
  // src/funcs/transferConfigCreate.ts
101642
102286
  function transferConfigCreate(client, request, options) {
101643
- return new APIPromise($do159(client, request, options));
102287
+ return new APIPromise($do160(client, request, options));
101644
102288
  }
101645
- async function $do159(client, request, options) {
102289
+ async function $do160(client, request, options) {
101646
102290
  const parsed = safeParse4(request, (value) => CreateTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
101647
102291
  if (!parsed.ok) {
101648
102292
  return [parsed, { status: "invalid" }];
@@ -101754,9 +102398,9 @@ var init_transferConfigCreate2 = __esm(() => {
101754
102398
 
101755
102399
  // src/funcs/transferConfigGet.ts
101756
102400
  function transferConfigGet(client, request, options) {
101757
- return new APIPromise($do160(client, request, options));
102401
+ return new APIPromise($do161(client, request, options));
101758
102402
  }
101759
- async function $do160(client, request, options) {
102403
+ async function $do161(client, request, options) {
101760
102404
  const parsed = safeParse4(request, (value) => GetTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
101761
102405
  if (!parsed.ok) {
101762
102406
  return [parsed, { status: "invalid" }];
@@ -101862,9 +102506,9 @@ var init_transferConfigGet2 = __esm(() => {
101862
102506
 
101863
102507
  // src/funcs/transferConfigUpdate.ts
101864
102508
  function transferConfigUpdate(client, request, options) {
101865
- return new APIPromise($do161(client, request, options));
102509
+ return new APIPromise($do162(client, request, options));
101866
102510
  }
101867
- async function $do161(client, request, options) {
102511
+ async function $do162(client, request, options) {
101868
102512
  const parsed = safeParse4(request, (value) => UpdateTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
101869
102513
  if (!parsed.ok) {
101870
102514
  return [parsed, { status: "invalid" }];
@@ -101974,9 +102618,9 @@ var init_transferConfigUpdate2 = __esm(() => {
101974
102618
 
101975
102619
  // src/funcs/transfersBatchGetTransfers.ts
101976
102620
  function transfersBatchGetTransfers(client, request, options) {
101977
- return new APIPromise($do162(client, request, options));
102621
+ return new APIPromise($do163(client, request, options));
101978
102622
  }
101979
- async function $do162(client, request, options) {
102623
+ async function $do163(client, request, options) {
101980
102624
  const parsed = safeParse4(request, (value) => BatchGetTransfersRequest$outboundSchema2.parse(value), "Input validation failed");
101981
102625
  if (!parsed.ok) {
101982
102626
  return [parsed, { status: "invalid" }];
@@ -102092,9 +102736,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
102092
102736
 
102093
102737
  // src/funcs/transfersCreate.ts
102094
102738
  function transfersCreate(client, request, options) {
102095
- return new APIPromise($do163(client, request, options));
102739
+ return new APIPromise($do164(client, request, options));
102096
102740
  }
102097
- async function $do163(client, request, options) {
102741
+ async function $do164(client, request, options) {
102098
102742
  const parsed = safeParse4(request, (value) => CreateTransferRequest$outboundSchema.parse(value), "Input validation failed");
102099
102743
  if (!parsed.ok) {
102100
102744
  return [parsed, { status: "invalid" }];
@@ -102220,9 +102864,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
102220
102864
 
102221
102865
  // src/funcs/transfersCreateCancellation.ts
102222
102866
  function transfersCreateCancellation(client, request, options) {
102223
- return new APIPromise($do164(client, request, options));
102867
+ return new APIPromise($do165(client, request, options));
102224
102868
  }
102225
- async function $do164(client, request, options) {
102869
+ async function $do165(client, request, options) {
102226
102870
  const parsed = safeParse4(request, (value) => CreateCancellationRequest$outboundSchema.parse(value), "Input validation failed");
102227
102871
  if (!parsed.ok) {
102228
102872
  return [parsed, { status: "invalid" }];
@@ -102336,9 +102980,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
102336
102980
 
102337
102981
  // src/funcs/transfersCreateReversal.ts
102338
102982
  function transfersCreateReversal(client, request, options) {
102339
- return new APIPromise($do165(client, request, options));
102983
+ return new APIPromise($do166(client, request, options));
102340
102984
  }
102341
- async function $do165(client, request, options) {
102985
+ async function $do166(client, request, options) {
102342
102986
  const parsed = safeParse4(request, (value) => CreateReversalRequest$outboundSchema.parse(value), "Input validation failed");
102343
102987
  if (!parsed.ok) {
102344
102988
  return [parsed, { status: "invalid" }];
@@ -102458,9 +103102,9 @@ to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
102458
103102
 
102459
103103
  // src/funcs/transfersGenerateOptions.ts
102460
103104
  function transfersGenerateOptions(client, request, options) {
102461
- return new APIPromise($do166(client, request, options));
103105
+ return new APIPromise($do167(client, request, options));
102462
103106
  }
102463
- async function $do166(client, request, options) {
103107
+ async function $do167(client, request, options) {
102464
103108
  const parsed = safeParse4(request, (value) => CreateTransferOptionsRequest$outboundSchema.parse(value), "Input validation failed");
102465
103109
  if (!parsed.ok) {
102466
103110
  return [parsed, { status: "invalid" }];
@@ -102580,9 +103224,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
102580
103224
 
102581
103225
  // src/funcs/transfersGet.ts
102582
103226
  function transfersGet(client, request, options) {
102583
- return new APIPromise($do167(client, request, options));
103227
+ return new APIPromise($do168(client, request, options));
102584
103228
  }
102585
- async function $do167(client, request, options) {
103229
+ async function $do168(client, request, options) {
102586
103230
  const parsed = safeParse4(request, (value) => GetTransferRequest$outboundSchema.parse(value), "Input validation failed");
102587
103231
  if (!parsed.ok) {
102588
103232
  return [parsed, { status: "invalid" }];
@@ -102698,9 +103342,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
102698
103342
 
102699
103343
  // src/funcs/transfersGetCancellation.ts
102700
103344
  function transfersGetCancellation(client, request, options) {
102701
- return new APIPromise($do168(client, request, options));
103345
+ return new APIPromise($do169(client, request, options));
102702
103346
  }
102703
- async function $do168(client, request, options) {
103347
+ async function $do169(client, request, options) {
102704
103348
  const parsed = safeParse4(request, (value) => GetCancellationRequest$outboundSchema.parse(value), "Input validation failed");
102705
103349
  if (!parsed.ok) {
102706
103350
  return [parsed, { status: "invalid" }];
@@ -102817,9 +103461,9 @@ var init_transfersGetCancellation2 = __esm(() => {
102817
103461
 
102818
103462
  // src/funcs/transfersGetRefund.ts
102819
103463
  function transfersGetRefund(client, request, options) {
102820
- return new APIPromise($do169(client, request, options));
103464
+ return new APIPromise($do170(client, request, options));
102821
103465
  }
102822
- async function $do169(client, request, options) {
103466
+ async function $do170(client, request, options) {
102823
103467
  const parsed = safeParse4(request, (value) => GetRefundRequest$outboundSchema.parse(value), "Input validation failed");
102824
103468
  if (!parsed.ok) {
102825
103469
  return [parsed, { status: "invalid" }];
@@ -102936,9 +103580,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
102936
103580
 
102937
103581
  // src/funcs/transfersInitiateRefund.ts
102938
103582
  function transfersInitiateRefund(client, request, options) {
102939
- return new APIPromise($do170(client, request, options));
103583
+ return new APIPromise($do171(client, request, options));
102940
103584
  }
102941
- async function $do170(client, request, options) {
103585
+ async function $do171(client, request, options) {
102942
103586
  const parsed = safeParse4(request, (value) => InitiateRefundRequest$outboundSchema.parse(value), "Input validation failed");
102943
103587
  if (!parsed.ok) {
102944
103588
  return [parsed, { status: "invalid" }];
@@ -103064,9 +103708,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
103064
103708
 
103065
103709
  // src/funcs/transfersList.ts
103066
103710
  function transfersList(client, request, options) {
103067
- return new APIPromise($do171(client, request, options));
103711
+ return new APIPromise($do172(client, request, options));
103068
103712
  }
103069
- async function $do171(client, request, options) {
103713
+ async function $do172(client, request, options) {
103070
103714
  const parsed = safeParse4(request, (value) => ListTransfersRequest$outboundSchema.parse(value), "Input validation failed");
103071
103715
  if (!parsed.ok) {
103072
103716
  return [parsed, { status: "invalid" }];
@@ -103082,6 +103726,8 @@ async function $do171(client, request, options) {
103082
103726
  const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
103083
103727
  const query = encodeFormQuery({
103084
103728
  accountIDs: payload.accountIDs,
103729
+ authorizationIDs: payload.authorizationIDs,
103730
+ captureIDs: payload.captureIDs,
103085
103731
  count: payload.count,
103086
103732
  disputed: payload.disputed,
103087
103733
  endDateTime: payload.endDateTime,
@@ -103200,9 +103846,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
103200
103846
 
103201
103847
  // src/funcs/transfersListCancellations.ts
103202
103848
  function transfersListCancellations(client, request, options) {
103203
- return new APIPromise($do172(client, request, options));
103849
+ return new APIPromise($do173(client, request, options));
103204
103850
  }
103205
- async function $do172(client, request, options) {
103851
+ async function $do173(client, request, options) {
103206
103852
  const parsed = safeParse4(request, (value) => ListCancellationsRequest$outboundSchema.parse(value), "Input validation failed");
103207
103853
  if (!parsed.ok) {
103208
103854
  return [parsed, { status: "invalid" }];
@@ -103315,9 +103961,9 @@ var init_transfersListCancellations2 = __esm(() => {
103315
103961
 
103316
103962
  // src/funcs/transfersListRefunds.ts
103317
103963
  function transfersListRefunds(client, request, options) {
103318
- return new APIPromise($do173(client, request, options));
103964
+ return new APIPromise($do174(client, request, options));
103319
103965
  }
103320
- async function $do173(client, request, options) {
103966
+ async function $do174(client, request, options) {
103321
103967
  const parsed = safeParse4(request, (value) => ListRefundsRequest$outboundSchema.parse(value), "Input validation failed");
103322
103968
  if (!parsed.ok) {
103323
103969
  return [parsed, { status: "invalid" }];
@@ -103430,9 +104076,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
103430
104076
 
103431
104077
  // src/funcs/transfersUpdate.ts
103432
104078
  function transfersUpdate(client, request, options) {
103433
- return new APIPromise($do174(client, request, options));
104079
+ return new APIPromise($do175(client, request, options));
103434
104080
  }
103435
- async function $do174(client, request, options) {
104081
+ async function $do175(client, request, options) {
103436
104082
  const parsed = safeParse4(request, (value) => UpdateTransferRequest$outboundSchema.parse(value), "Input validation failed");
103437
104083
  if (!parsed.ok) {
103438
104084
  return [parsed, { status: "invalid" }];
@@ -103551,9 +104197,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
103551
104197
 
103552
104198
  // src/funcs/underwritingGet.ts
103553
104199
  function underwritingGet(client, request, options) {
103554
- return new APIPromise($do175(client, request, options));
104200
+ return new APIPromise($do176(client, request, options));
103555
104201
  }
103556
- async function $do175(client, request, options) {
104202
+ async function $do176(client, request, options) {
103557
104203
  const parsed = safeParse4(request, (value) => GetUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
103558
104204
  if (!parsed.ok) {
103559
104205
  return [parsed, { status: "invalid" }];
@@ -103664,9 +104310,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
103664
104310
 
103665
104311
  // src/funcs/underwritingSave.ts
103666
104312
  function underwritingSave(client, request, options) {
103667
- return new APIPromise($do176(client, request, options));
104313
+ return new APIPromise($do177(client, request, options));
103668
104314
  }
103669
- async function $do176(client, request, options) {
104315
+ async function $do177(client, request, options) {
103670
104316
  const parsed = safeParse4(request, (value) => SaveUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
103671
104317
  if (!parsed.ok) {
103672
104318
  return [parsed, { status: "invalid" }];
@@ -103783,9 +104429,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
103783
104429
 
103784
104430
  // src/funcs/underwritingUpsert.ts
103785
104431
  function underwritingUpsert(client, request, options) {
103786
- return new APIPromise($do177(client, request, options));
104432
+ return new APIPromise($do178(client, request, options));
103787
104433
  }
103788
- async function $do177(client, request, options) {
104434
+ async function $do178(client, request, options) {
103789
104435
  const parsed = safeParse4(request, (value) => UpsertUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
103790
104436
  if (!parsed.ok) {
103791
104437
  return [parsed, { status: "invalid" }];
@@ -103902,9 +104548,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
103902
104548
 
103903
104549
  // src/funcs/walletsCreate.ts
103904
104550
  function walletsCreate(client, request, options) {
103905
- return new APIPromise($do178(client, request, options));
104551
+ return new APIPromise($do179(client, request, options));
103906
104552
  }
103907
- async function $do178(client, request, options) {
104553
+ async function $do179(client, request, options) {
103908
104554
  const parsed = safeParse4(request, (value) => CreateWalletRequest$outboundSchema.parse(value), "Input validation failed");
103909
104555
  if (!parsed.ok) {
103910
104556
  return [parsed, { status: "invalid" }];
@@ -104019,9 +104665,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
104019
104665
 
104020
104666
  // src/funcs/walletsGet.ts
104021
104667
  function walletsGet(client, request, options) {
104022
- return new APIPromise($do179(client, request, options));
104668
+ return new APIPromise($do180(client, request, options));
104023
104669
  }
104024
- async function $do179(client, request, options) {
104670
+ async function $do180(client, request, options) {
104025
104671
  const parsed = safeParse4(request, (value) => GetWalletRequest$outboundSchema.parse(value), "Input validation failed");
104026
104672
  if (!parsed.ok) {
104027
104673
  return [parsed, { status: "invalid" }];
@@ -104136,9 +104782,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
104136
104782
 
104137
104783
  // src/funcs/walletsList.ts
104138
104784
  function walletsList(client, request, options) {
104139
- return new APIPromise($do180(client, request, options));
104785
+ return new APIPromise($do181(client, request, options));
104140
104786
  }
104141
- async function $do180(client, request, options) {
104787
+ async function $do181(client, request, options) {
104142
104788
  const parsed = safeParse4(request, (value) => ListWalletsRequest$outboundSchema.parse(value), "Input validation failed");
104143
104789
  if (!parsed.ok) {
104144
104790
  return [parsed, { status: "invalid" }];
@@ -104259,9 +104905,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
104259
104905
 
104260
104906
  // src/funcs/walletsUpdate.ts
104261
104907
  function walletsUpdate(client, request, options) {
104262
- return new APIPromise($do181(client, request, options));
104908
+ return new APIPromise($do182(client, request, options));
104263
104909
  }
104264
- async function $do181(client, request, options) {
104910
+ async function $do182(client, request, options) {
104265
104911
  const parsed = safeParse4(request, (value) => UpdateWalletRequest$outboundSchema.parse(value), "Input validation failed");
104266
104912
  if (!parsed.ok) {
104267
104913
  return [parsed, { status: "invalid" }];
@@ -104380,9 +105026,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
104380
105026
 
104381
105027
  // src/funcs/walletTransactionsGet.ts
104382
105028
  function walletTransactionsGet(client, request, options) {
104383
- return new APIPromise($do182(client, request, options));
105029
+ return new APIPromise($do183(client, request, options));
104384
105030
  }
104385
- async function $do182(client, request, options) {
105031
+ async function $do183(client, request, options) {
104386
105032
  const parsed = safeParse4(request, (value) => GetWalletTransactionRequest$outboundSchema.parse(value), "Input validation failed");
104387
105033
  if (!parsed.ok) {
104388
105034
  return [parsed, { status: "invalid" }];
@@ -104501,9 +105147,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
104501
105147
 
104502
105148
  // src/funcs/walletTransactionsList.ts
104503
105149
  function walletTransactionsList(client, request, options) {
104504
- return new APIPromise($do183(client, request, options));
105150
+ return new APIPromise($do184(client, request, options));
104505
105151
  }
104506
- async function $do183(client, request, options) {
105152
+ async function $do184(client, request, options) {
104507
105153
  const parsed = safeParse4(request, (value) => ListWalletTransactionsRequest$outboundSchema.parse(value), "Input validation failed");
104508
105154
  if (!parsed.ok) {
104509
105155
  return [parsed, { status: "invalid" }];
@@ -104636,9 +105282,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
104636
105282
 
104637
105283
  // src/funcs/webhooksCreate.ts
104638
105284
  function webhooksCreate(client, request, options) {
104639
- return new APIPromise($do184(client, request, options));
105285
+ return new APIPromise($do185(client, request, options));
104640
105286
  }
104641
- async function $do184(client, request, options) {
105287
+ async function $do185(client, request, options) {
104642
105288
  const parsed = safeParse4(request, (value) => CreateWebhook$outboundSchema.parse(value), "Input validation failed");
104643
105289
  if (!parsed.ok) {
104644
105290
  return [parsed, { status: "invalid" }];
@@ -104743,9 +105389,9 @@ var init_webhooksCreate2 = __esm(() => {
104743
105389
 
104744
105390
  // src/funcs/webhooksDisable.ts
104745
105391
  function webhooksDisable(client, request, options) {
104746
- return new APIPromise($do185(client, request, options));
105392
+ return new APIPromise($do186(client, request, options));
104747
105393
  }
104748
- async function $do185(client, request, options) {
105394
+ async function $do186(client, request, options) {
104749
105395
  const parsed = safeParse4(request, (value) => DisableWebhookRequest$outboundSchema.parse(value), "Input validation failed");
104750
105396
  if (!parsed.ok) {
104751
105397
  return [parsed, { status: "invalid" }];
@@ -104849,9 +105495,9 @@ var init_webhooksDisable2 = __esm(() => {
104849
105495
 
104850
105496
  // src/funcs/webhooksGet.ts
104851
105497
  function webhooksGet(client, request, options) {
104852
- return new APIPromise($do186(client, request, options));
105498
+ return new APIPromise($do187(client, request, options));
104853
105499
  }
104854
- async function $do186(client, request, options) {
105500
+ async function $do187(client, request, options) {
104855
105501
  const parsed = safeParse4(request, (value) => GetWebhookRequest$outboundSchema.parse(value), "Input validation failed");
104856
105502
  if (!parsed.ok) {
104857
105503
  return [parsed, { status: "invalid" }];
@@ -104957,9 +105603,9 @@ var init_webhooksGet2 = __esm(() => {
104957
105603
 
104958
105604
  // src/funcs/webhooksGetSecret.ts
104959
105605
  function webhooksGetSecret(client, request, options) {
104960
- return new APIPromise($do187(client, request, options));
105606
+ return new APIPromise($do188(client, request, options));
104961
105607
  }
104962
- async function $do187(client, request, options) {
105608
+ async function $do188(client, request, options) {
104963
105609
  const parsed = safeParse4(request, (value) => GetWebhookSecretRequest$outboundSchema.parse(value), "Input validation failed");
104964
105610
  if (!parsed.ok) {
104965
105611
  return [parsed, { status: "invalid" }];
@@ -105065,9 +105711,9 @@ var init_webhooksGetSecret2 = __esm(() => {
105065
105711
 
105066
105712
  // src/funcs/webhooksList.ts
105067
105713
  function webhooksList(client, options) {
105068
- return new APIPromise($do188(client, options));
105714
+ return new APIPromise($do189(client, options));
105069
105715
  }
105070
- async function $do188(client, options) {
105716
+ async function $do189(client, options) {
105071
105717
  const path = pathToFunc("/webhooks")();
105072
105718
  const headers = new Headers(compactMap({
105073
105719
  Accept: "application/json"
@@ -105153,9 +105799,9 @@ var init_webhooksList2 = __esm(() => {
105153
105799
 
105154
105800
  // src/funcs/webhooksListEventTypes.ts
105155
105801
  function webhooksListEventTypes(client, options) {
105156
- return new APIPromise($do189(client, options));
105802
+ return new APIPromise($do190(client, options));
105157
105803
  }
105158
- async function $do189(client, options) {
105804
+ async function $do190(client, options) {
105159
105805
  const path = pathToFunc("/event-types")();
105160
105806
  const headers = new Headers(compactMap({
105161
105807
  Accept: "application/json"
@@ -105241,9 +105887,9 @@ var init_webhooksListEventTypes2 = __esm(() => {
105241
105887
 
105242
105888
  // src/funcs/webhooksPing.ts
105243
105889
  function webhooksPing(client, request, options) {
105244
- return new APIPromise($do190(client, request, options));
105890
+ return new APIPromise($do191(client, request, options));
105245
105891
  }
105246
- async function $do190(client, request, options) {
105892
+ async function $do191(client, request, options) {
105247
105893
  const parsed = safeParse4(request, (value) => PingWebhookRequest$outboundSchema.parse(value), "Input validation failed");
105248
105894
  if (!parsed.ok) {
105249
105895
  return [parsed, { status: "invalid" }];
@@ -105349,9 +105995,9 @@ var init_webhooksPing2 = __esm(() => {
105349
105995
 
105350
105996
  // src/funcs/webhooksUpdate.ts
105351
105997
  function webhooksUpdate(client, request, options) {
105352
- return new APIPromise($do191(client, request, options));
105998
+ return new APIPromise($do192(client, request, options));
105353
105999
  }
105354
- async function $do191(client, request, options) {
106000
+ async function $do192(client, request, options) {
105355
106001
  const parsed = safeParse4(request, (value) => UpdateWebhookRequest$outboundSchema.parse(value), "Input validation failed");
105356
106002
  if (!parsed.ok) {
105357
106003
  return [parsed, { status: "invalid" }];
@@ -105463,7 +106109,7 @@ var init_webhooksUpdate2 = __esm(() => {
105463
106109
  function createMCPServer(deps) {
105464
106110
  const server = new McpServer({
105465
106111
  name: "Moov",
105466
- version: "26.7.0"
106112
+ version: "26.7.1"
105467
106113
  });
105468
106114
  const client = new MoovCore({
105469
106115
  security: deps.security,
@@ -105644,16 +106290,17 @@ function createMCPServer(deps) {
105644
106290
  tool(tool$industriesList);
105645
106291
  tool(tool$institutionsSearchInstitutions);
105646
106292
  tool(tool$institutionsSearch);
105647
- tool(tool$issuingTransactionsListAuthorizations);
105648
- tool(tool$issuingTransactionsGetAuthorization);
105649
- tool(tool$issuingTransactionsListAuthorizationEvents);
105650
- tool(tool$issuingTransactionsList);
105651
- tool(tool$issuingTransactionsGet);
106293
+ tool(tool$cardIssuingListMerchantCategories);
105652
106294
  tool(tool$cardIssuingRequest);
105653
106295
  tool(tool$cardIssuingList);
105654
106296
  tool(tool$cardIssuingGet);
105655
106297
  tool(tool$cardIssuingUpdate);
105656
106298
  tool(tool$cardIssuingGetFull);
106299
+ tool(tool$issuingTransactionsListAuthorizations);
106300
+ tool(tool$issuingTransactionsGetAuthorization);
106301
+ tool(tool$issuingTransactionsListAuthorizationEvents);
106302
+ tool(tool$issuingTransactionsList);
106303
+ tool(tool$issuingTransactionsGet);
105657
106304
  tool(tool$authenticationRevokeAccessToken);
105658
106305
  tool(tool$authenticationCreateAccessToken);
105659
106306
  tool(tool$onboardingCreateInvite);
@@ -105720,6 +106367,7 @@ var init_server2 = __esm(() => {
105720
106367
  init_cardIssuingGet2();
105721
106368
  init_cardIssuingGetFull2();
105722
106369
  init_cardIssuingList2();
106370
+ init_cardIssuingListMerchantCategories2();
105723
106371
  init_cardIssuingRequest2();
105724
106372
  init_cardIssuingUpdate2();
105725
106373
  init_cardsDisable2();
@@ -107069,7 +107717,7 @@ var routes = rn({
107069
107717
  var app = Ve(routes, {
107070
107718
  name: "mcp",
107071
107719
  versionInfo: {
107072
- currentVersion: "26.7.0"
107720
+ currentVersion: "26.7.1"
107073
107721
  }
107074
107722
  });
107075
107723
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -107077,5 +107725,5 @@ export {
107077
107725
  app
107078
107726
  };
107079
107727
 
107080
- //# debugId=913BD292F65F51C464756E2164756E21
107728
+ //# debugId=C6EA1859A8A5064564756E2164756E21
107081
107729
  //# sourceMappingURL=mcp-server.js.map