@moovio/sdk 0.22.22 → 24.1.3

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 (770) hide show
  1. package/README.md +47 -200
  2. package/bin/mcp-server.js +1568 -5457
  3. package/bin/mcp-server.js.map +46 -166
  4. package/examples/package-lock.json +4 -4
  5. package/jsr.json +1 -1
  6. package/lib/config.d.ts +4 -4
  7. package/lib/config.js +4 -4
  8. package/lib/config.js.map +1 -1
  9. package/mcp-server/mcp-server.js +1 -1
  10. package/mcp-server/mcp-server.js.map +1 -1
  11. package/mcp-server/server.d.ts.map +1 -1
  12. package/mcp-server/server.js +1 -27
  13. package/mcp-server/server.js.map +1 -1
  14. package/models/components/accounttype.d.ts +0 -1
  15. package/models/components/accounttype.d.ts.map +1 -1
  16. package/models/components/accounttype.js +0 -1
  17. package/models/components/accounttype.js.map +1 -1
  18. package/models/components/bankaccountholdertype.d.ts +0 -1
  19. package/models/components/bankaccountholdertype.d.ts.map +1 -1
  20. package/models/components/bankaccountholdertype.js +0 -1
  21. package/models/components/bankaccountholdertype.js.map +1 -1
  22. package/models/components/capabilityid.d.ts +0 -11
  23. package/models/components/capabilityid.d.ts.map +1 -1
  24. package/models/components/capabilityid.js +0 -11
  25. package/models/components/capabilityid.js.map +1 -1
  26. package/models/components/createaccount.d.ts +5 -2
  27. package/models/components/createaccount.d.ts.map +1 -1
  28. package/models/components/createaccount.js +3 -3
  29. package/models/components/createaccount.js.map +1 -1
  30. package/models/components/createpaymentlinklineitem.d.ts +10 -2
  31. package/models/components/createpaymentlinklineitem.d.ts.map +1 -1
  32. package/models/components/createpaymentlinklineitem.js.map +1 -1
  33. package/models/components/createpaymentlinklineitemoption.d.ts +6 -1
  34. package/models/components/createpaymentlinklineitemoption.d.ts.map +1 -1
  35. package/models/components/createpaymentlinklineitemoption.js.map +1 -1
  36. package/models/components/createscheduledtransferlineitem.d.ts +4 -1
  37. package/models/components/createscheduledtransferlineitem.d.ts.map +1 -1
  38. package/models/components/createscheduledtransferlineitem.js.map +1 -1
  39. package/models/components/createtransferlineitem.d.ts +4 -1
  40. package/models/components/createtransferlineitem.d.ts.map +1 -1
  41. package/models/components/createtransferlineitem.js.map +1 -1
  42. package/models/components/enrichedindustries.d.ts +3 -3
  43. package/models/components/enrichedindustries.js +3 -3
  44. package/models/components/enrichedindustry.d.ts +35 -0
  45. package/models/components/enrichedindustry.d.ts.map +1 -0
  46. package/models/components/{invoicetransferpayment.js → enrichedindustry.js} +18 -12
  47. package/models/components/enrichedindustry.js.map +1 -0
  48. package/models/components/index.d.ts +1 -78
  49. package/models/components/index.d.ts.map +1 -1
  50. package/models/components/index.js +1 -78
  51. package/models/components/index.js.map +1 -1
  52. package/models/components/paymentmethod.d.ts +2 -4
  53. package/models/components/paymentmethod.d.ts.map +1 -1
  54. package/models/components/paymentmethod.js +0 -6
  55. package/models/components/paymentmethod.js.map +1 -1
  56. package/models/components/paymentmethodtype.d.ts +0 -2
  57. package/models/components/paymentmethodtype.d.ts.map +1 -1
  58. package/models/components/paymentmethodtype.js +0 -2
  59. package/models/components/paymentmethodtype.js.map +1 -1
  60. package/models/components/profile.d.ts +0 -6
  61. package/models/components/profile.d.ts.map +1 -1
  62. package/models/components/profile.js +0 -3
  63. package/models/components/profile.js.map +1 -1
  64. package/models/components/requirementid.d.ts +0 -54
  65. package/models/components/requirementid.d.ts.map +1 -1
  66. package/models/components/requirementid.js +0 -54
  67. package/models/components/requirementid.js.map +1 -1
  68. package/models/components/transfer.d.ts +0 -5
  69. package/models/components/transfer.d.ts.map +1 -1
  70. package/models/components/transfer.js +0 -2
  71. package/models/components/transfer.js.map +1 -1
  72. package/models/components/transfersource.d.ts +0 -6
  73. package/models/components/transfersource.d.ts.map +1 -1
  74. package/models/components/transfersource.js +0 -3
  75. package/models/components/transfersource.js.map +1 -1
  76. package/models/components/underwriting.d.ts +14 -35
  77. package/models/components/underwriting.d.ts.map +1 -1
  78. package/models/components/underwriting.js +14 -36
  79. package/models/components/underwriting.js.map +1 -1
  80. package/models/errors/index.d.ts +0 -7
  81. package/models/errors/index.d.ts.map +1 -1
  82. package/models/errors/index.js +0 -7
  83. package/models/errors/index.js.map +1 -1
  84. package/models/errors/transfer.d.ts +0 -9
  85. package/models/errors/transfer.d.ts.map +1 -1
  86. package/models/errors/transfer.js +0 -4
  87. package/models/errors/transfer.js.map +1 -1
  88. package/models/operations/index.d.ts +0 -13
  89. package/models/operations/index.d.ts.map +1 -1
  90. package/models/operations/index.js +0 -13
  91. package/models/operations/index.js.map +1 -1
  92. package/models/operations/listaccounts.d.ts +1 -1
  93. package/models/operations/listaccounts.d.ts.map +1 -1
  94. package/models/operations/listaccounts.js +2 -2
  95. package/models/operations/listaccounts.js.map +1 -1
  96. package/models/operations/listconnectedaccountsforaccount.d.ts +1 -1
  97. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  98. package/models/operations/listconnectedaccountsforaccount.js +2 -2
  99. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  100. package/package.json +4 -4
  101. package/sdk/feeplans.d.ts +0 -7
  102. package/sdk/feeplans.d.ts.map +1 -1
  103. package/sdk/feeplans.js +0 -10
  104. package/sdk/feeplans.js.map +1 -1
  105. package/sdk/sdk.d.ts +0 -6
  106. package/sdk/sdk.d.ts.map +1 -1
  107. package/sdk/sdk.js +0 -8
  108. package/sdk/sdk.js.map +1 -1
  109. package/sdk/underwriting.d.ts +0 -9
  110. package/sdk/underwriting.d.ts.map +1 -1
  111. package/sdk/underwriting.js +0 -12
  112. package/sdk/underwriting.js.map +1 -1
  113. package/src/lib/config.ts +4 -4
  114. package/src/mcp-server/mcp-server.ts +1 -1
  115. package/src/mcp-server/server.ts +1 -27
  116. package/src/models/components/accounttype.ts +0 -1
  117. package/src/models/components/bankaccountholdertype.ts +0 -1
  118. package/src/models/components/capabilityid.ts +0 -11
  119. package/src/models/components/createaccount.ts +11 -8
  120. package/src/models/components/createpaymentlinklineitem.ts +10 -2
  121. package/src/models/components/createpaymentlinklineitemoption.ts +6 -1
  122. package/src/models/components/createscheduledtransferlineitem.ts +4 -1
  123. package/src/models/components/createtransferlineitem.ts +4 -1
  124. package/src/models/components/enrichedindustries.ts +9 -9
  125. package/src/models/components/enrichedindustry.ts +75 -0
  126. package/src/models/components/index.ts +1 -78
  127. package/src/models/components/paymentmethod.ts +2 -22
  128. package/src/models/components/paymentmethodtype.ts +0 -2
  129. package/src/models/components/profile.ts +0 -13
  130. package/src/models/components/requirementid.ts +0 -103
  131. package/src/models/components/transfer.ts +0 -7
  132. package/src/models/components/transfersource.ts +0 -13
  133. package/src/models/components/underwriting.ts +28 -96
  134. package/src/models/errors/index.ts +0 -7
  135. package/src/models/errors/transfer.ts +0 -12
  136. package/src/models/operations/index.ts +0 -13
  137. package/src/models/operations/listaccounts.ts +3 -3
  138. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -3
  139. package/src/sdk/feeplans.ts +0 -18
  140. package/src/sdk/sdk.ts +0 -12
  141. package/src/sdk/underwriting.ts +0 -20
  142. package/funcs/feePlansListPartnerPricing.d.ts +0 -17
  143. package/funcs/feePlansListPartnerPricing.d.ts.map +0 -1
  144. package/funcs/feePlansListPartnerPricing.js +0 -129
  145. package/funcs/feePlansListPartnerPricing.js.map +0 -1
  146. package/funcs/invoicesCreateInvoice.d.ts +0 -18
  147. package/funcs/invoicesCreateInvoice.d.ts.map +0 -1
  148. package/funcs/invoicesCreateInvoice.js +0 -139
  149. package/funcs/invoicesCreateInvoice.js.map +0 -1
  150. package/funcs/invoicesCreateInvoicePayment.d.ts +0 -19
  151. package/funcs/invoicesCreateInvoicePayment.d.ts.map +0 -1
  152. package/funcs/invoicesCreateInvoicePayment.js +0 -148
  153. package/funcs/invoicesCreateInvoicePayment.js.map +0 -1
  154. package/funcs/invoicesGetInvoice.d.ts +0 -17
  155. package/funcs/invoicesGetInvoice.d.ts.map +0 -1
  156. package/funcs/invoicesGetInvoice.js +0 -129
  157. package/funcs/invoicesGetInvoice.js.map +0 -1
  158. package/funcs/invoicesListInvoicePayments.d.ts +0 -17
  159. package/funcs/invoicesListInvoicePayments.d.ts.map +0 -1
  160. package/funcs/invoicesListInvoicePayments.js +0 -129
  161. package/funcs/invoicesListInvoicePayments.js.map +0 -1
  162. package/funcs/invoicesListInvoices.d.ts +0 -18
  163. package/funcs/invoicesListInvoices.d.ts.map +0 -1
  164. package/funcs/invoicesListInvoices.js +0 -139
  165. package/funcs/invoicesListInvoices.js.map +0 -1
  166. package/funcs/invoicesUpdateInvoice.d.ts +0 -18
  167. package/funcs/invoicesUpdateInvoice.d.ts.map +0 -1
  168. package/funcs/invoicesUpdateInvoice.js +0 -143
  169. package/funcs/invoicesUpdateInvoice.js.map +0 -1
  170. package/funcs/supportCreateTicket.d.ts +0 -21
  171. package/funcs/supportCreateTicket.d.ts.map +0 -1
  172. package/funcs/supportCreateTicket.js +0 -142
  173. package/funcs/supportCreateTicket.js.map +0 -1
  174. package/funcs/supportGetTicket.d.ts +0 -20
  175. package/funcs/supportGetTicket.d.ts.map +0 -1
  176. package/funcs/supportGetTicket.js +0 -132
  177. package/funcs/supportGetTicket.js.map +0 -1
  178. package/funcs/supportListTicketMessages.d.ts +0 -20
  179. package/funcs/supportListTicketMessages.d.ts.map +0 -1
  180. package/funcs/supportListTicketMessages.js +0 -132
  181. package/funcs/supportListTicketMessages.js.map +0 -1
  182. package/funcs/supportListTickets.d.ts +0 -20
  183. package/funcs/supportListTickets.d.ts.map +0 -1
  184. package/funcs/supportListTickets.js +0 -135
  185. package/funcs/supportListTickets.js.map +0 -1
  186. package/funcs/supportUpdateTicket.d.ts +0 -21
  187. package/funcs/supportUpdateTicket.d.ts.map +0 -1
  188. package/funcs/supportUpdateTicket.js +0 -146
  189. package/funcs/supportUpdateTicket.js.map +0 -1
  190. package/funcs/underwritingSave.d.ts +0 -20
  191. package/funcs/underwritingSave.d.ts.map +0 -1
  192. package/funcs/underwritingSave.js +0 -145
  193. package/funcs/underwritingSave.js.map +0 -1
  194. package/mcp-server/tools/feePlansListPartnerPricing.d.ts +0 -8
  195. package/mcp-server/tools/feePlansListPartnerPricing.d.ts.map +0 -1
  196. package/mcp-server/tools/feePlansListPartnerPricing.js +0 -65
  197. package/mcp-server/tools/feePlansListPartnerPricing.js.map +0 -1
  198. package/mcp-server/tools/invoicesCreateInvoice.d.ts +0 -8
  199. package/mcp-server/tools/invoicesCreateInvoice.d.ts.map +0 -1
  200. package/mcp-server/tools/invoicesCreateInvoice.js +0 -65
  201. package/mcp-server/tools/invoicesCreateInvoice.js.map +0 -1
  202. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts +0 -8
  203. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts.map +0 -1
  204. package/mcp-server/tools/invoicesCreateInvoicePayment.js +0 -66
  205. package/mcp-server/tools/invoicesCreateInvoicePayment.js.map +0 -1
  206. package/mcp-server/tools/invoicesGetInvoice.d.ts +0 -8
  207. package/mcp-server/tools/invoicesGetInvoice.d.ts.map +0 -1
  208. package/mcp-server/tools/invoicesGetInvoice.js +0 -65
  209. package/mcp-server/tools/invoicesGetInvoice.js.map +0 -1
  210. package/mcp-server/tools/invoicesListInvoicePayments.d.ts +0 -8
  211. package/mcp-server/tools/invoicesListInvoicePayments.d.ts.map +0 -1
  212. package/mcp-server/tools/invoicesListInvoicePayments.js +0 -65
  213. package/mcp-server/tools/invoicesListInvoicePayments.js.map +0 -1
  214. package/mcp-server/tools/invoicesListInvoices.d.ts +0 -8
  215. package/mcp-server/tools/invoicesListInvoices.d.ts.map +0 -1
  216. package/mcp-server/tools/invoicesListInvoices.js +0 -65
  217. package/mcp-server/tools/invoicesListInvoices.js.map +0 -1
  218. package/mcp-server/tools/invoicesUpdateInvoice.d.ts +0 -8
  219. package/mcp-server/tools/invoicesUpdateInvoice.d.ts.map +0 -1
  220. package/mcp-server/tools/invoicesUpdateInvoice.js +0 -65
  221. package/mcp-server/tools/invoicesUpdateInvoice.js.map +0 -1
  222. package/mcp-server/tools/supportCreateTicket.d.ts +0 -8
  223. package/mcp-server/tools/supportCreateTicket.d.ts.map +0 -1
  224. package/mcp-server/tools/supportCreateTicket.js +0 -68
  225. package/mcp-server/tools/supportCreateTicket.js.map +0 -1
  226. package/mcp-server/tools/supportGetTicket.d.ts +0 -8
  227. package/mcp-server/tools/supportGetTicket.d.ts.map +0 -1
  228. package/mcp-server/tools/supportGetTicket.js +0 -68
  229. package/mcp-server/tools/supportGetTicket.js.map +0 -1
  230. package/mcp-server/tools/supportListTicketMessages.d.ts +0 -8
  231. package/mcp-server/tools/supportListTicketMessages.d.ts.map +0 -1
  232. package/mcp-server/tools/supportListTicketMessages.js +0 -68
  233. package/mcp-server/tools/supportListTicketMessages.js.map +0 -1
  234. package/mcp-server/tools/supportListTickets.d.ts +0 -8
  235. package/mcp-server/tools/supportListTickets.d.ts.map +0 -1
  236. package/mcp-server/tools/supportListTickets.js +0 -68
  237. package/mcp-server/tools/supportListTickets.js.map +0 -1
  238. package/mcp-server/tools/supportUpdateTicket.d.ts +0 -8
  239. package/mcp-server/tools/supportUpdateTicket.d.ts.map +0 -1
  240. package/mcp-server/tools/supportUpdateTicket.js +0 -68
  241. package/mcp-server/tools/supportUpdateTicket.js.map +0 -1
  242. package/mcp-server/tools/underwritingSave.d.ts +0 -8
  243. package/mcp-server/tools/underwritingSave.d.ts.map +0 -1
  244. package/mcp-server/tools/underwritingSave.js +0 -67
  245. package/mcp-server/tools/underwritingSave.js.map +0 -1
  246. package/models/components/amountdecimalupdate.d.ts +0 -29
  247. package/models/components/amountdecimalupdate.d.ts.map +0 -1
  248. package/models/components/amountdecimalupdate.js +0 -60
  249. package/models/components/amountdecimalupdate.js.map +0 -1
  250. package/models/components/businesspresence.d.ts +0 -16
  251. package/models/components/businesspresence.d.ts.map +0 -1
  252. package/models/components/businesspresence.js +0 -53
  253. package/models/components/businesspresence.js.map +0 -1
  254. package/models/components/cardacceptancemethods.d.ts +0 -33
  255. package/models/components/cardacceptancemethods.d.ts.map +0 -1
  256. package/models/components/cardacceptancemethods.js +0 -62
  257. package/models/components/cardacceptancemethods.js.map +0 -1
  258. package/models/components/cardacceptancemethodserror.d.ts +0 -21
  259. package/models/components/cardacceptancemethodserror.d.ts.map +0 -1
  260. package/models/components/cardacceptancemethodserror.js +0 -62
  261. package/models/components/cardacceptancemethodserror.js.map +0 -1
  262. package/models/components/cardpresentpaymentpaymentmethod.d.ts +0 -31
  263. package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +0 -1
  264. package/models/components/cardpresentpaymentpaymentmethod.js +0 -63
  265. package/models/components/cardpresentpaymentpaymentmethod.js.map +0 -1
  266. package/models/components/collectfunds.d.ts +0 -21
  267. package/models/components/collectfunds.d.ts.map +0 -1
  268. package/models/components/collectfunds.js +0 -62
  269. package/models/components/collectfunds.js.map +0 -1
  270. package/models/components/collectfundsach.d.ts +0 -18
  271. package/models/components/collectfundsach.d.ts.map +0 -1
  272. package/models/components/collectfundsach.js +0 -59
  273. package/models/components/collectfundsach.js.map +0 -1
  274. package/models/components/collectfundsacherror.d.ts +0 -18
  275. package/models/components/collectfundsacherror.d.ts.map +0 -1
  276. package/models/components/collectfundsacherror.js +0 -59
  277. package/models/components/collectfundsacherror.js.map +0 -1
  278. package/models/components/collectfundscardpayments.d.ts +0 -32
  279. package/models/components/collectfundscardpayments.d.ts.map +0 -1
  280. package/models/components/collectfundscardpayments.js +0 -70
  281. package/models/components/collectfundscardpayments.js.map +0 -1
  282. package/models/components/collectfundscardpaymentserror.d.ts +0 -28
  283. package/models/components/collectfundscardpaymentserror.d.ts.map +0 -1
  284. package/models/components/collectfundscardpaymentserror.js +0 -69
  285. package/models/components/collectfundscardpaymentserror.js.map +0 -1
  286. package/models/components/collectfundserror.d.ts +0 -21
  287. package/models/components/collectfundserror.d.ts.map +0 -1
  288. package/models/components/collectfundserror.js +0 -62
  289. package/models/components/collectfundserror.js.map +0 -1
  290. package/models/components/createaccounttype.d.ts +0 -12
  291. package/models/components/createaccounttype.d.ts.map +0 -1
  292. package/models/components/createaccounttype.js +0 -49
  293. package/models/components/createaccounttype.js.map +0 -1
  294. package/models/components/createinvoice.d.ts +0 -35
  295. package/models/components/createinvoice.d.ts.map +0 -1
  296. package/models/components/createinvoice.js +0 -72
  297. package/models/components/createinvoice.js.map +0 -1
  298. package/models/components/createinvoicelineitem.d.ts +0 -50
  299. package/models/components/createinvoicelineitem.d.ts.map +0 -1
  300. package/models/components/createinvoicelineitem.js +0 -70
  301. package/models/components/createinvoicelineitem.js.map +0 -1
  302. package/models/components/createinvoicelineitemoption.d.ts +0 -44
  303. package/models/components/createinvoicelineitemoption.d.ts.map +0 -1
  304. package/models/components/createinvoicelineitemoption.js +0 -67
  305. package/models/components/createinvoicelineitemoption.js.map +0 -1
  306. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts +0 -24
  307. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts.map +0 -1
  308. package/models/components/createinvoicelineitemoptionvalidationerror.js +0 -65
  309. package/models/components/createinvoicelineitemoptionvalidationerror.js.map +0 -1
  310. package/models/components/createinvoicelineitems.d.ts +0 -24
  311. package/models/components/createinvoicelineitems.d.ts.map +0 -1
  312. package/models/components/createinvoicelineitems.js +0 -59
  313. package/models/components/createinvoicelineitems.js.map +0 -1
  314. package/models/components/createinvoicelineitemsupdate.d.ts +0 -24
  315. package/models/components/createinvoicelineitemsupdate.d.ts.map +0 -1
  316. package/models/components/createinvoicelineitemsupdate.js +0 -59
  317. package/models/components/createinvoicelineitemsupdate.js.map +0 -1
  318. package/models/components/createinvoicelineitemsvalidationerror.d.ts +0 -22
  319. package/models/components/createinvoicelineitemsvalidationerror.d.ts.map +0 -1
  320. package/models/components/createinvoicelineitemsvalidationerror.js +0 -61
  321. package/models/components/createinvoicelineitemsvalidationerror.js.map +0 -1
  322. package/models/components/createinvoicelineitemvalidationerror.d.ts +0 -31
  323. package/models/components/createinvoicelineitemvalidationerror.d.ts.map +0 -1
  324. package/models/components/createinvoicelineitemvalidationerror.js +0 -70
  325. package/models/components/createinvoicelineitemvalidationerror.js.map +0 -1
  326. package/models/components/createinvoicepayment.d.ts +0 -24
  327. package/models/components/createinvoicepayment.d.ts.map +0 -1
  328. package/models/components/createinvoicepayment.js +0 -66
  329. package/models/components/createinvoicepayment.js.map +0 -1
  330. package/models/components/createticket.d.ts +0 -29
  331. package/models/components/createticket.d.ts.map +0 -1
  332. package/models/components/createticket.js +0 -67
  333. package/models/components/createticket.js.map +0 -1
  334. package/models/components/createticketcontacterror.d.ts +0 -19
  335. package/models/components/createticketcontacterror.d.ts.map +0 -1
  336. package/models/components/createticketcontacterror.js +0 -60
  337. package/models/components/createticketcontacterror.js.map +0 -1
  338. package/models/components/entrymode.d.ts +0 -17
  339. package/models/components/entrymode.d.ts.map +0 -1
  340. package/models/components/entrymode.js +0 -52
  341. package/models/components/entrymode.js.map +0 -1
  342. package/models/components/estimatedactivity.d.ts +0 -25
  343. package/models/components/estimatedactivity.d.ts.map +0 -1
  344. package/models/components/estimatedactivity.js +0 -63
  345. package/models/components/estimatedactivity.js.map +0 -1
  346. package/models/components/estimatedactivityerror.d.ts +0 -21
  347. package/models/components/estimatedactivityerror.d.ts.map +0 -1
  348. package/models/components/estimatedactivityerror.js +0 -62
  349. package/models/components/estimatedactivityerror.js.map +0 -1
  350. package/models/components/fulfillment.d.ts +0 -21
  351. package/models/components/fulfillment.d.ts.map +0 -1
  352. package/models/components/fulfillment.js +0 -62
  353. package/models/components/fulfillment.js.map +0 -1
  354. package/models/components/fulfillmenterror.d.ts +0 -19
  355. package/models/components/fulfillmenterror.d.ts.map +0 -1
  356. package/models/components/fulfillmenterror.js +0 -60
  357. package/models/components/fulfillmenterror.js.map +0 -1
  358. package/models/components/fulfillmentmethod.d.ts +0 -19
  359. package/models/components/fulfillmentmethod.d.ts.map +0 -1
  360. package/models/components/fulfillmentmethod.js +0 -56
  361. package/models/components/fulfillmentmethod.js.map +0 -1
  362. package/models/components/fulfillmenttimeframe.d.ts +0 -18
  363. package/models/components/fulfillmenttimeframe.d.ts.map +0 -1
  364. package/models/components/fulfillmenttimeframe.js +0 -55
  365. package/models/components/fulfillmenttimeframe.js.map +0 -1
  366. package/models/components/geographicreach.d.ts +0 -13
  367. package/models/components/geographicreach.d.ts.map +0 -1
  368. package/models/components/geographicreach.js +0 -50
  369. package/models/components/geographicreach.js.map +0 -1
  370. package/models/components/guestprofile.d.ts +0 -31
  371. package/models/components/guestprofile.d.ts.map +0 -1
  372. package/models/components/guestprofile.js +0 -63
  373. package/models/components/guestprofile.js.map +0 -1
  374. package/models/components/industrytaxonomy.d.ts +0 -43
  375. package/models/components/industrytaxonomy.d.ts.map +0 -1
  376. package/models/components/industrytaxonomy.js +0 -66
  377. package/models/components/industrytaxonomy.js.map +0 -1
  378. package/models/components/instantbankcreditpaymentmethod.d.ts +0 -31
  379. package/models/components/instantbankcreditpaymentmethod.d.ts.map +0 -1
  380. package/models/components/instantbankcreditpaymentmethod.js +0 -63
  381. package/models/components/instantbankcreditpaymentmethod.js.map +0 -1
  382. package/models/components/invoice.d.ts +0 -93
  383. package/models/components/invoice.d.ts.map +0 -1
  384. package/models/components/invoice.js +0 -107
  385. package/models/components/invoice.js.map +0 -1
  386. package/models/components/invoiceexternalpayment.d.ts +0 -21
  387. package/models/components/invoiceexternalpayment.d.ts.map +0 -1
  388. package/models/components/invoiceexternalpayment.js +0 -63
  389. package/models/components/invoiceexternalpayment.js.map +0 -1
  390. package/models/components/invoicelineitem.d.ts +0 -51
  391. package/models/components/invoicelineitem.d.ts.map +0 -1
  392. package/models/components/invoicelineitem.js +0 -71
  393. package/models/components/invoicelineitem.js.map +0 -1
  394. package/models/components/invoicelineitemimagemetadata.d.ts +0 -35
  395. package/models/components/invoicelineitemimagemetadata.d.ts.map +0 -1
  396. package/models/components/invoicelineitemimagemetadata.js +0 -64
  397. package/models/components/invoicelineitemimagemetadata.js.map +0 -1
  398. package/models/components/invoicelineitemoption.d.ts +0 -45
  399. package/models/components/invoicelineitemoption.d.ts.map +0 -1
  400. package/models/components/invoicelineitemoption.js +0 -68
  401. package/models/components/invoicelineitemoption.js.map +0 -1
  402. package/models/components/invoicelineitemoptionvalidationerror.d.ts +0 -24
  403. package/models/components/invoicelineitemoptionvalidationerror.d.ts.map +0 -1
  404. package/models/components/invoicelineitemoptionvalidationerror.js +0 -65
  405. package/models/components/invoicelineitemoptionvalidationerror.js.map +0 -1
  406. package/models/components/invoicelineitems.d.ts +0 -24
  407. package/models/components/invoicelineitems.d.ts.map +0 -1
  408. package/models/components/invoicelineitems.js +0 -59
  409. package/models/components/invoicelineitems.js.map +0 -1
  410. package/models/components/invoicelineitemsvalidationerror.d.ts +0 -22
  411. package/models/components/invoicelineitemsvalidationerror.d.ts.map +0 -1
  412. package/models/components/invoicelineitemsvalidationerror.js +0 -59
  413. package/models/components/invoicelineitemsvalidationerror.js.map +0 -1
  414. package/models/components/invoicelineitemvalidationerror.d.ts +0 -31
  415. package/models/components/invoicelineitemvalidationerror.d.ts.map +0 -1
  416. package/models/components/invoicelineitemvalidationerror.js +0 -70
  417. package/models/components/invoicelineitemvalidationerror.js.map +0 -1
  418. package/models/components/invoicepayment.d.ts +0 -35
  419. package/models/components/invoicepayment.d.ts.map +0 -1
  420. package/models/components/invoicepayment.js +0 -70
  421. package/models/components/invoicepayment.js.map +0 -1
  422. package/models/components/invoicepaymenttype.d.ts +0 -12
  423. package/models/components/invoicepaymenttype.d.ts.map +0 -1
  424. package/models/components/invoicepaymenttype.js +0 -49
  425. package/models/components/invoicepaymenttype.js.map +0 -1
  426. package/models/components/invoicetransferpayment.d.ts +0 -20
  427. package/models/components/invoicetransferpayment.d.ts.map +0 -1
  428. package/models/components/invoicetransferpayment.js.map +0 -1
  429. package/models/components/itemlistnextpage.d.ts +0 -20
  430. package/models/components/itemlistnextpage.d.ts.map +0 -1
  431. package/models/components/itemlistnextpage.js +0 -58
  432. package/models/components/itemlistnextpage.js.map +0 -1
  433. package/models/components/moneytransfer.d.ts +0 -21
  434. package/models/components/moneytransfer.d.ts.map +0 -1
  435. package/models/components/moneytransfer.js +0 -62
  436. package/models/components/moneytransfer.js.map +0 -1
  437. package/models/components/moneytransfererror.d.ts +0 -21
  438. package/models/components/moneytransfererror.d.ts.map +0 -1
  439. package/models/components/moneytransfererror.js +0 -62
  440. package/models/components/moneytransfererror.js.map +0 -1
  441. package/models/components/moneytransferpullfromcard.d.ts +0 -18
  442. package/models/components/moneytransferpullfromcard.d.ts.map +0 -1
  443. package/models/components/moneytransferpullfromcard.js +0 -59
  444. package/models/components/moneytransferpullfromcard.js.map +0 -1
  445. package/models/components/moneytransferpullfromcarderror.d.ts +0 -18
  446. package/models/components/moneytransferpullfromcarderror.d.ts.map +0 -1
  447. package/models/components/moneytransferpullfromcarderror.js +0 -59
  448. package/models/components/moneytransferpullfromcarderror.js.map +0 -1
  449. package/models/components/moneytransferpushtocard.d.ts +0 -18
  450. package/models/components/moneytransferpushtocard.d.ts.map +0 -1
  451. package/models/components/moneytransferpushtocard.js +0 -59
  452. package/models/components/moneytransferpushtocard.js.map +0 -1
  453. package/models/components/moneytransferpushtocarderror.d.ts +0 -18
  454. package/models/components/moneytransferpushtocarderror.d.ts.map +0 -1
  455. package/models/components/moneytransferpushtocarderror.js +0 -59
  456. package/models/components/moneytransferpushtocarderror.js.map +0 -1
  457. package/models/components/monthlyvolumerange.d.ts +0 -24
  458. package/models/components/monthlyvolumerange.d.ts.map +0 -1
  459. package/models/components/monthlyvolumerange.js +0 -58
  460. package/models/components/monthlyvolumerange.js.map +0 -1
  461. package/models/components/partnerpricing.d.ts +0 -59
  462. package/models/components/partnerpricing.d.ts.map +0 -1
  463. package/models/components/partnerpricing.js +0 -78
  464. package/models/components/partnerpricing.js.map +0 -1
  465. package/models/components/pendinglitigation.d.ts +0 -20
  466. package/models/components/pendinglitigation.d.ts.map +0 -1
  467. package/models/components/pendinglitigation.js +0 -57
  468. package/models/components/pendinglitigation.js.map +0 -1
  469. package/models/components/refundpolicy.d.ts +0 -19
  470. package/models/components/refundpolicy.d.ts.map +0 -1
  471. package/models/components/refundpolicy.js +0 -56
  472. package/models/components/refundpolicy.js.map +0 -1
  473. package/models/components/sendfunds.d.ts +0 -27
  474. package/models/components/sendfunds.d.ts.map +0 -1
  475. package/models/components/sendfunds.js +0 -68
  476. package/models/components/sendfunds.js.map +0 -1
  477. package/models/components/sendfundsach.d.ts +0 -18
  478. package/models/components/sendfundsach.d.ts.map +0 -1
  479. package/models/components/sendfundsach.js +0 -59
  480. package/models/components/sendfundsach.js.map +0 -1
  481. package/models/components/sendfundsacherror.d.ts +0 -18
  482. package/models/components/sendfundsacherror.d.ts.map +0 -1
  483. package/models/components/sendfundsacherror.js +0 -59
  484. package/models/components/sendfundsacherror.js.map +0 -1
  485. package/models/components/sendfundserror.d.ts +0 -27
  486. package/models/components/sendfundserror.d.ts.map +0 -1
  487. package/models/components/sendfundserror.js +0 -68
  488. package/models/components/sendfundserror.js.map +0 -1
  489. package/models/components/sendfundsinstantbank.d.ts +0 -18
  490. package/models/components/sendfundsinstantbank.d.ts.map +0 -1
  491. package/models/components/sendfundsinstantbank.js +0 -59
  492. package/models/components/sendfundsinstantbank.js.map +0 -1
  493. package/models/components/sendfundsinstantbankerror.d.ts +0 -18
  494. package/models/components/sendfundsinstantbankerror.d.ts.map +0 -1
  495. package/models/components/sendfundsinstantbankerror.js +0 -59
  496. package/models/components/sendfundsinstantbankerror.js.map +0 -1
  497. package/models/components/sendfundspushtocard.d.ts +0 -18
  498. package/models/components/sendfundspushtocard.d.ts.map +0 -1
  499. package/models/components/sendfundspushtocard.js +0 -59
  500. package/models/components/sendfundspushtocard.js.map +0 -1
  501. package/models/components/sendfundspushtocarderror.d.ts +0 -18
  502. package/models/components/sendfundspushtocarderror.d.ts.map +0 -1
  503. package/models/components/sendfundspushtocarderror.js +0 -59
  504. package/models/components/sendfundspushtocarderror.js.map +0 -1
  505. package/models/components/sendfundsrtp.d.ts +0 -18
  506. package/models/components/sendfundsrtp.d.ts.map +0 -1
  507. package/models/components/sendfundsrtp.js +0 -59
  508. package/models/components/sendfundsrtp.js.map +0 -1
  509. package/models/components/sendfundsrtperror.d.ts +0 -18
  510. package/models/components/sendfundsrtperror.d.ts.map +0 -1
  511. package/models/components/sendfundsrtperror.js +0 -59
  512. package/models/components/sendfundsrtperror.js.map +0 -1
  513. package/models/components/submissionintent.d.ts +0 -12
  514. package/models/components/submissionintent.d.ts.map +0 -1
  515. package/models/components/submissionintent.js +0 -49
  516. package/models/components/submissionintent.js.map +0 -1
  517. package/models/components/terminalcard.d.ts +0 -83
  518. package/models/components/terminalcard.d.ts.map +0 -1
  519. package/models/components/terminalcard.js +0 -84
  520. package/models/components/terminalcard.js.map +0 -1
  521. package/models/components/ticket.d.ts +0 -37
  522. package/models/components/ticket.d.ts.map +0 -1
  523. package/models/components/ticket.js +0 -80
  524. package/models/components/ticket.js.map +0 -1
  525. package/models/components/ticketcontact.d.ts +0 -19
  526. package/models/components/ticketcontact.d.ts.map +0 -1
  527. package/models/components/ticketcontact.js +0 -60
  528. package/models/components/ticketcontact.js.map +0 -1
  529. package/models/components/ticketmessage.d.ts +0 -21
  530. package/models/components/ticketmessage.d.ts.map +0 -1
  531. package/models/components/ticketmessage.js +0 -62
  532. package/models/components/ticketmessage.js.map +0 -1
  533. package/models/components/updateinvoice.d.ts +0 -40
  534. package/models/components/updateinvoice.d.ts.map +0 -1
  535. package/models/components/updateinvoice.js +0 -71
  536. package/models/components/updateinvoice.js.map +0 -1
  537. package/models/components/updateticket.d.ts +0 -21
  538. package/models/components/updateticket.d.ts.map +0 -1
  539. package/models/components/updateticket.js +0 -59
  540. package/models/components/updateticket.js.map +0 -1
  541. package/models/components/updateticketstatus.d.ts +0 -11
  542. package/models/components/updateticketstatus.d.ts.map +0 -1
  543. package/models/components/updateticketstatus.js +0 -48
  544. package/models/components/updateticketstatus.js.map +0 -1
  545. package/models/components/upsertunderwriting.d.ts +0 -39
  546. package/models/components/upsertunderwriting.d.ts.map +0 -1
  547. package/models/components/upsertunderwriting.js +0 -81
  548. package/models/components/upsertunderwriting.js.map +0 -1
  549. package/models/components/volumesharebycustomertype.d.ts +0 -21
  550. package/models/components/volumesharebycustomertype.d.ts.map +0 -1
  551. package/models/components/volumesharebycustomertype.js +0 -62
  552. package/models/components/volumesharebycustomertype.js.map +0 -1
  553. package/models/components/volumesharebycustomertypeerror.d.ts +0 -21
  554. package/models/components/volumesharebycustomertypeerror.d.ts.map +0 -1
  555. package/models/components/volumesharebycustomertypeerror.js +0 -62
  556. package/models/components/volumesharebycustomertypeerror.js.map +0 -1
  557. package/models/errors/createinvoiceerror.d.ts +0 -40
  558. package/models/errors/createinvoiceerror.d.ts.map +0 -1
  559. package/models/errors/createinvoiceerror.js +0 -100
  560. package/models/errors/createinvoiceerror.js.map +0 -1
  561. package/models/errors/createinvoicepaymenterror.d.ts +0 -34
  562. package/models/errors/createinvoicepaymenterror.d.ts.map +0 -1
  563. package/models/errors/createinvoicepaymenterror.js +0 -88
  564. package/models/errors/createinvoicepaymenterror.js.map +0 -1
  565. package/models/errors/createticketerror.d.ts +0 -36
  566. package/models/errors/createticketerror.d.ts.map +0 -1
  567. package/models/errors/createticketerror.js +0 -90
  568. package/models/errors/createticketerror.js.map +0 -1
  569. package/models/errors/listinvoicesvalidationerror.d.ts +0 -45
  570. package/models/errors/listinvoicesvalidationerror.d.ts.map +0 -1
  571. package/models/errors/listinvoicesvalidationerror.js +0 -107
  572. package/models/errors/listinvoicesvalidationerror.js.map +0 -1
  573. package/models/errors/updateinvoiceerror.d.ts +0 -40
  574. package/models/errors/updateinvoiceerror.d.ts.map +0 -1
  575. package/models/errors/updateinvoiceerror.js +0 -99
  576. package/models/errors/updateinvoiceerror.js.map +0 -1
  577. package/models/errors/updateticketerror.d.ts +0 -24
  578. package/models/errors/updateticketerror.d.ts.map +0 -1
  579. package/models/errors/updateticketerror.js +0 -75
  580. package/models/errors/updateticketerror.js.map +0 -1
  581. package/models/errors/upsertunderwritingerror.d.ts +0 -64
  582. package/models/errors/upsertunderwritingerror.d.ts.map +0 -1
  583. package/models/errors/upsertunderwritingerror.js +0 -143
  584. package/models/errors/upsertunderwritingerror.js.map +0 -1
  585. package/models/operations/createinvoice.d.ts +0 -66
  586. package/models/operations/createinvoice.d.ts.map +0 -1
  587. package/models/operations/createinvoice.js +0 -122
  588. package/models/operations/createinvoice.js.map +0 -1
  589. package/models/operations/createinvoicepayment.d.ts +0 -68
  590. package/models/operations/createinvoicepayment.d.ts.map +0 -1
  591. package/models/operations/createinvoicepayment.js +0 -124
  592. package/models/operations/createinvoicepayment.js.map +0 -1
  593. package/models/operations/createticket.d.ts +0 -66
  594. package/models/operations/createticket.d.ts.map +0 -1
  595. package/models/operations/createticket.js +0 -122
  596. package/models/operations/createticket.js.map +0 -1
  597. package/models/operations/getinvoice.d.ts +0 -66
  598. package/models/operations/getinvoice.d.ts.map +0 -1
  599. package/models/operations/getinvoice.js +0 -114
  600. package/models/operations/getinvoice.js.map +0 -1
  601. package/models/operations/getticket.d.ts +0 -66
  602. package/models/operations/getticket.d.ts.map +0 -1
  603. package/models/operations/getticket.js +0 -114
  604. package/models/operations/getticket.js.map +0 -1
  605. package/models/operations/listinvoicepayments.d.ts +0 -66
  606. package/models/operations/listinvoicepayments.d.ts.map +0 -1
  607. package/models/operations/listinvoicepayments.js +0 -114
  608. package/models/operations/listinvoicepayments.js.map +0 -1
  609. package/models/operations/listinvoices.d.ts +0 -80
  610. package/models/operations/listinvoices.d.ts.map +0 -1
  611. package/models/operations/listinvoices.js +0 -128
  612. package/models/operations/listinvoices.js.map +0 -1
  613. package/models/operations/listpartnerpricing.d.ts +0 -69
  614. package/models/operations/listpartnerpricing.d.ts.map +0 -1
  615. package/models/operations/listpartnerpricing.js +0 -114
  616. package/models/operations/listpartnerpricing.js.map +0 -1
  617. package/models/operations/listticketmessages.d.ts +0 -66
  618. package/models/operations/listticketmessages.d.ts.map +0 -1
  619. package/models/operations/listticketmessages.js +0 -114
  620. package/models/operations/listticketmessages.js.map +0 -1
  621. package/models/operations/listtickets.d.ts +0 -90
  622. package/models/operations/listtickets.d.ts.map +0 -1
  623. package/models/operations/listtickets.js +0 -138
  624. package/models/operations/listtickets.js.map +0 -1
  625. package/models/operations/saveunderwriting.d.ts +0 -66
  626. package/models/operations/saveunderwriting.d.ts.map +0 -1
  627. package/models/operations/saveunderwriting.js +0 -122
  628. package/models/operations/saveunderwriting.js.map +0 -1
  629. package/models/operations/updateinvoice.d.ts +0 -68
  630. package/models/operations/updateinvoice.d.ts.map +0 -1
  631. package/models/operations/updateinvoice.js +0 -124
  632. package/models/operations/updateinvoice.js.map +0 -1
  633. package/models/operations/updateticket.d.ts +0 -68
  634. package/models/operations/updateticket.d.ts.map +0 -1
  635. package/models/operations/updateticket.js +0 -124
  636. package/models/operations/updateticket.js.map +0 -1
  637. package/sdk/invoices.d.ts +0 -48
  638. package/sdk/invoices.d.ts.map +0 -1
  639. package/sdk/invoices.js +0 -73
  640. package/sdk/invoices.js.map +0 -1
  641. package/sdk/support.d.ts +0 -55
  642. package/sdk/support.d.ts.map +0 -1
  643. package/sdk/support.js +0 -77
  644. package/sdk/support.js.map +0 -1
  645. package/src/funcs/feePlansListPartnerPricing.ts +0 -184
  646. package/src/funcs/invoicesCreateInvoice.ts +0 -201
  647. package/src/funcs/invoicesCreateInvoicePayment.ts +0 -213
  648. package/src/funcs/invoicesGetInvoice.ts +0 -185
  649. package/src/funcs/invoicesListInvoicePayments.ts +0 -186
  650. package/src/funcs/invoicesListInvoices.ts +0 -198
  651. package/src/funcs/invoicesUpdateInvoice.ts +0 -207
  652. package/src/funcs/supportCreateTicket.ts +0 -204
  653. package/src/funcs/supportGetTicket.ts +0 -188
  654. package/src/funcs/supportListTicketMessages.ts +0 -188
  655. package/src/funcs/supportListTickets.ts +0 -190
  656. package/src/funcs/supportUpdateTicket.ts +0 -210
  657. package/src/funcs/underwritingSave.ts +0 -207
  658. package/src/mcp-server/tools/feePlansListPartnerPricing.ts +0 -38
  659. package/src/mcp-server/tools/invoicesCreateInvoice.ts +0 -38
  660. package/src/mcp-server/tools/invoicesCreateInvoicePayment.ts +0 -40
  661. package/src/mcp-server/tools/invoicesGetInvoice.ts +0 -38
  662. package/src/mcp-server/tools/invoicesListInvoicePayments.ts +0 -38
  663. package/src/mcp-server/tools/invoicesListInvoices.ts +0 -38
  664. package/src/mcp-server/tools/invoicesUpdateInvoice.ts +0 -38
  665. package/src/mcp-server/tools/supportCreateTicket.ts +0 -41
  666. package/src/mcp-server/tools/supportGetTicket.ts +0 -41
  667. package/src/mcp-server/tools/supportListTicketMessages.ts +0 -41
  668. package/src/mcp-server/tools/supportListTickets.ts +0 -41
  669. package/src/mcp-server/tools/supportUpdateTicket.ts +0 -41
  670. package/src/mcp-server/tools/underwritingSave.ts +0 -40
  671. package/src/models/components/amountdecimalupdate.ts +0 -65
  672. package/src/models/components/businesspresence.ts +0 -25
  673. package/src/models/components/cardacceptancemethods.ts +0 -71
  674. package/src/models/components/cardacceptancemethodserror.ts +0 -59
  675. package/src/models/components/cardpresentpaymentpaymentmethod.ts +0 -76
  676. package/src/models/components/collectfunds.ts +0 -63
  677. package/src/models/components/collectfundsach.ts +0 -55
  678. package/src/models/components/collectfundsacherror.ts +0 -57
  679. package/src/models/components/collectfundscardpayments.ts +0 -93
  680. package/src/models/components/collectfundscardpaymentserror.ts +0 -87
  681. package/src/models/components/collectfundserror.ts +0 -67
  682. package/src/models/components/createaccounttype.ts +0 -21
  683. package/src/models/components/createinvoice.ts +0 -87
  684. package/src/models/components/createinvoicelineitem.ts +0 -104
  685. package/src/models/components/createinvoicelineitemoption.ts +0 -93
  686. package/src/models/components/createinvoicelineitemoptionvalidationerror.ts +0 -77
  687. package/src/models/components/createinvoicelineitems.ts +0 -63
  688. package/src/models/components/createinvoicelineitemsupdate.ts +0 -65
  689. package/src/models/components/createinvoicelineitemsvalidationerror.ts +0 -64
  690. package/src/models/components/createinvoicelineitemvalidationerror.ts +0 -88
  691. package/src/models/components/createinvoicepayment.ts +0 -70
  692. package/src/models/components/createticket.ts +0 -72
  693. package/src/models/components/createticketcontacterror.ts +0 -55
  694. package/src/models/components/entrymode.ts +0 -24
  695. package/src/models/components/estimatedactivity.ts +0 -67
  696. package/src/models/components/estimatedactivityerror.ts +0 -59
  697. package/src/models/components/fulfillment.ts +0 -61
  698. package/src/models/components/fulfillmenterror.ts +0 -55
  699. package/src/models/components/fulfillmentmethod.ts +0 -28
  700. package/src/models/components/fulfillmenttimeframe.ts +0 -27
  701. package/src/models/components/geographicreach.ts +0 -22
  702. package/src/models/components/guestprofile.ts +0 -70
  703. package/src/models/components/industrytaxonomy.ts +0 -85
  704. package/src/models/components/instantbankcreditpaymentmethod.ts +0 -76
  705. package/src/models/components/invoice.ts +0 -190
  706. package/src/models/components/invoiceexternalpayment.ts +0 -60
  707. package/src/models/components/invoicelineitem.ts +0 -108
  708. package/src/models/components/invoicelineitemimagemetadata.ts +0 -77
  709. package/src/models/components/invoicelineitemoption.ts +0 -97
  710. package/src/models/components/invoicelineitemoptionvalidationerror.ts +0 -72
  711. package/src/models/components/invoicelineitems.ts +0 -63
  712. package/src/models/components/invoicelineitemsvalidationerror.ts +0 -59
  713. package/src/models/components/invoicelineitemvalidationerror.ts +0 -85
  714. package/src/models/components/invoicepayment.ts +0 -92
  715. package/src/models/components/invoicepaymenttype.ts +0 -21
  716. package/src/models/components/invoicetransferpayment.ts +0 -54
  717. package/src/models/components/itemlistnextpage.ts +0 -54
  718. package/src/models/components/moneytransfer.ts +0 -63
  719. package/src/models/components/moneytransfererror.ts +0 -67
  720. package/src/models/components/moneytransferpullfromcard.ts +0 -57
  721. package/src/models/components/moneytransferpullfromcarderror.ts +0 -59
  722. package/src/models/components/moneytransferpushtocard.ts +0 -57
  723. package/src/models/components/moneytransferpushtocarderror.ts +0 -59
  724. package/src/models/components/monthlyvolumerange.ts +0 -33
  725. package/src/models/components/partnerpricing.ts +0 -124
  726. package/src/models/components/pendinglitigation.ts +0 -30
  727. package/src/models/components/refundpolicy.ts +0 -26
  728. package/src/models/components/sendfunds.ts +0 -83
  729. package/src/models/components/sendfundsach.ts +0 -53
  730. package/src/models/components/sendfundsacherror.ts +0 -57
  731. package/src/models/components/sendfundserror.ts +0 -83
  732. package/src/models/components/sendfundsinstantbank.ts +0 -57
  733. package/src/models/components/sendfundsinstantbankerror.ts +0 -57
  734. package/src/models/components/sendfundspushtocard.ts +0 -57
  735. package/src/models/components/sendfundspushtocarderror.ts +0 -57
  736. package/src/models/components/sendfundsrtp.ts +0 -53
  737. package/src/models/components/sendfundsrtperror.ts +0 -57
  738. package/src/models/components/submissionintent.ts +0 -21
  739. package/src/models/components/terminalcard.ts +0 -152
  740. package/src/models/components/ticket.ts +0 -98
  741. package/src/models/components/ticketcontact.ts +0 -51
  742. package/src/models/components/ticketmessage.ts +0 -55
  743. package/src/models/components/updateinvoice.ts +0 -98
  744. package/src/models/components/updateticket.ts +0 -55
  745. package/src/models/components/updateticketstatus.ts +0 -20
  746. package/src/models/components/upsertunderwriting.ts +0 -124
  747. package/src/models/components/volumesharebycustomertype.ts +0 -59
  748. package/src/models/components/volumesharebycustomertypeerror.ts +0 -61
  749. package/src/models/errors/createinvoiceerror.ts +0 -104
  750. package/src/models/errors/createinvoicepaymenterror.ts +0 -85
  751. package/src/models/errors/createticketerror.ts +0 -89
  752. package/src/models/errors/listinvoicesvalidationerror.ts +0 -116
  753. package/src/models/errors/updateinvoiceerror.ts +0 -100
  754. package/src/models/errors/updateticketerror.ts +0 -66
  755. package/src/models/errors/upsertunderwritingerror.ts +0 -178
  756. package/src/models/operations/createinvoice.ts +0 -187
  757. package/src/models/operations/createinvoicepayment.ts +0 -197
  758. package/src/models/operations/createticket.ts +0 -187
  759. package/src/models/operations/getinvoice.ts +0 -179
  760. package/src/models/operations/getticket.ts +0 -179
  761. package/src/models/operations/listinvoicepayments.ts +0 -181
  762. package/src/models/operations/listinvoices.ts +0 -215
  763. package/src/models/operations/listpartnerpricing.ts +0 -182
  764. package/src/models/operations/listticketmessages.ts +0 -179
  765. package/src/models/operations/listtickets.ts +0 -241
  766. package/src/models/operations/saveunderwriting.ts +0 -187
  767. package/src/models/operations/updateinvoice.ts +0 -191
  768. package/src/models/operations/updateticket.ts +0 -191
  769. package/src/sdk/invoices.ts +0 -118
  770. package/src/sdk/support.ts +0 -114
@@ -1,67 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- MoneyTransferPullFromCardError,
11
- MoneyTransferPullFromCardError$inboundSchema,
12
- MoneyTransferPullFromCardError$Outbound,
13
- MoneyTransferPullFromCardError$outboundSchema,
14
- } from "./moneytransferpullfromcarderror.js";
15
- import {
16
- MoneyTransferPushToCardError,
17
- MoneyTransferPushToCardError$inboundSchema,
18
- MoneyTransferPushToCardError$Outbound,
19
- MoneyTransferPushToCardError$outboundSchema,
20
- } from "./moneytransferpushtocarderror.js";
21
-
22
- export type MoneyTransferError = {
23
- pullFromCard?: MoneyTransferPullFromCardError | undefined;
24
- pushToCard?: MoneyTransferPushToCardError | undefined;
25
- };
26
-
27
- /** @internal */
28
- export const MoneyTransferError$inboundSchema: z.ZodType<
29
- MoneyTransferError,
30
- z.ZodTypeDef,
31
- unknown
32
- > = z.object({
33
- pullFromCard: MoneyTransferPullFromCardError$inboundSchema.optional(),
34
- pushToCard: MoneyTransferPushToCardError$inboundSchema.optional(),
35
- });
36
- /** @internal */
37
- export type MoneyTransferError$Outbound = {
38
- pullFromCard?: MoneyTransferPullFromCardError$Outbound | undefined;
39
- pushToCard?: MoneyTransferPushToCardError$Outbound | undefined;
40
- };
41
-
42
- /** @internal */
43
- export const MoneyTransferError$outboundSchema: z.ZodType<
44
- MoneyTransferError$Outbound,
45
- z.ZodTypeDef,
46
- MoneyTransferError
47
- > = z.object({
48
- pullFromCard: MoneyTransferPullFromCardError$outboundSchema.optional(),
49
- pushToCard: MoneyTransferPushToCardError$outboundSchema.optional(),
50
- });
51
-
52
- export function moneyTransferErrorToJSON(
53
- moneyTransferError: MoneyTransferError,
54
- ): string {
55
- return JSON.stringify(
56
- MoneyTransferError$outboundSchema.parse(moneyTransferError),
57
- );
58
- }
59
- export function moneyTransferErrorFromJSON(
60
- jsonString: string,
61
- ): SafeParseResult<MoneyTransferError, SDKValidationError> {
62
- return safeParse(
63
- jsonString,
64
- (x) => MoneyTransferError$inboundSchema.parse(JSON.parse(x)),
65
- `Failed to parse 'MoneyTransferError' from JSON`,
66
- );
67
- }
@@ -1,57 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- EstimatedActivity,
11
- EstimatedActivity$inboundSchema,
12
- EstimatedActivity$Outbound,
13
- EstimatedActivity$outboundSchema,
14
- } from "./estimatedactivity.js";
15
-
16
- export type MoneyTransferPullFromCard = {
17
- estimatedActivity?: EstimatedActivity | undefined;
18
- };
19
-
20
- /** @internal */
21
- export const MoneyTransferPullFromCard$inboundSchema: z.ZodType<
22
- MoneyTransferPullFromCard,
23
- z.ZodTypeDef,
24
- unknown
25
- > = z.object({
26
- estimatedActivity: EstimatedActivity$inboundSchema.optional(),
27
- });
28
- /** @internal */
29
- export type MoneyTransferPullFromCard$Outbound = {
30
- estimatedActivity?: EstimatedActivity$Outbound | undefined;
31
- };
32
-
33
- /** @internal */
34
- export const MoneyTransferPullFromCard$outboundSchema: z.ZodType<
35
- MoneyTransferPullFromCard$Outbound,
36
- z.ZodTypeDef,
37
- MoneyTransferPullFromCard
38
- > = z.object({
39
- estimatedActivity: EstimatedActivity$outboundSchema.optional(),
40
- });
41
-
42
- export function moneyTransferPullFromCardToJSON(
43
- moneyTransferPullFromCard: MoneyTransferPullFromCard,
44
- ): string {
45
- return JSON.stringify(
46
- MoneyTransferPullFromCard$outboundSchema.parse(moneyTransferPullFromCard),
47
- );
48
- }
49
- export function moneyTransferPullFromCardFromJSON(
50
- jsonString: string,
51
- ): SafeParseResult<MoneyTransferPullFromCard, SDKValidationError> {
52
- return safeParse(
53
- jsonString,
54
- (x) => MoneyTransferPullFromCard$inboundSchema.parse(JSON.parse(x)),
55
- `Failed to parse 'MoneyTransferPullFromCard' from JSON`,
56
- );
57
- }
@@ -1,59 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- EstimatedActivityError,
11
- EstimatedActivityError$inboundSchema,
12
- EstimatedActivityError$Outbound,
13
- EstimatedActivityError$outboundSchema,
14
- } from "./estimatedactivityerror.js";
15
-
16
- export type MoneyTransferPullFromCardError = {
17
- estimatedActivity?: EstimatedActivityError | undefined;
18
- };
19
-
20
- /** @internal */
21
- export const MoneyTransferPullFromCardError$inboundSchema: z.ZodType<
22
- MoneyTransferPullFromCardError,
23
- z.ZodTypeDef,
24
- unknown
25
- > = z.object({
26
- estimatedActivity: EstimatedActivityError$inboundSchema.optional(),
27
- });
28
- /** @internal */
29
- export type MoneyTransferPullFromCardError$Outbound = {
30
- estimatedActivity?: EstimatedActivityError$Outbound | undefined;
31
- };
32
-
33
- /** @internal */
34
- export const MoneyTransferPullFromCardError$outboundSchema: z.ZodType<
35
- MoneyTransferPullFromCardError$Outbound,
36
- z.ZodTypeDef,
37
- MoneyTransferPullFromCardError
38
- > = z.object({
39
- estimatedActivity: EstimatedActivityError$outboundSchema.optional(),
40
- });
41
-
42
- export function moneyTransferPullFromCardErrorToJSON(
43
- moneyTransferPullFromCardError: MoneyTransferPullFromCardError,
44
- ): string {
45
- return JSON.stringify(
46
- MoneyTransferPullFromCardError$outboundSchema.parse(
47
- moneyTransferPullFromCardError,
48
- ),
49
- );
50
- }
51
- export function moneyTransferPullFromCardErrorFromJSON(
52
- jsonString: string,
53
- ): SafeParseResult<MoneyTransferPullFromCardError, SDKValidationError> {
54
- return safeParse(
55
- jsonString,
56
- (x) => MoneyTransferPullFromCardError$inboundSchema.parse(JSON.parse(x)),
57
- `Failed to parse 'MoneyTransferPullFromCardError' from JSON`,
58
- );
59
- }
@@ -1,57 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- EstimatedActivity,
11
- EstimatedActivity$inboundSchema,
12
- EstimatedActivity$Outbound,
13
- EstimatedActivity$outboundSchema,
14
- } from "./estimatedactivity.js";
15
-
16
- export type MoneyTransferPushToCard = {
17
- estimatedActivity?: EstimatedActivity | undefined;
18
- };
19
-
20
- /** @internal */
21
- export const MoneyTransferPushToCard$inboundSchema: z.ZodType<
22
- MoneyTransferPushToCard,
23
- z.ZodTypeDef,
24
- unknown
25
- > = z.object({
26
- estimatedActivity: EstimatedActivity$inboundSchema.optional(),
27
- });
28
- /** @internal */
29
- export type MoneyTransferPushToCard$Outbound = {
30
- estimatedActivity?: EstimatedActivity$Outbound | undefined;
31
- };
32
-
33
- /** @internal */
34
- export const MoneyTransferPushToCard$outboundSchema: z.ZodType<
35
- MoneyTransferPushToCard$Outbound,
36
- z.ZodTypeDef,
37
- MoneyTransferPushToCard
38
- > = z.object({
39
- estimatedActivity: EstimatedActivity$outboundSchema.optional(),
40
- });
41
-
42
- export function moneyTransferPushToCardToJSON(
43
- moneyTransferPushToCard: MoneyTransferPushToCard,
44
- ): string {
45
- return JSON.stringify(
46
- MoneyTransferPushToCard$outboundSchema.parse(moneyTransferPushToCard),
47
- );
48
- }
49
- export function moneyTransferPushToCardFromJSON(
50
- jsonString: string,
51
- ): SafeParseResult<MoneyTransferPushToCard, SDKValidationError> {
52
- return safeParse(
53
- jsonString,
54
- (x) => MoneyTransferPushToCard$inboundSchema.parse(JSON.parse(x)),
55
- `Failed to parse 'MoneyTransferPushToCard' from JSON`,
56
- );
57
- }
@@ -1,59 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- EstimatedActivityError,
11
- EstimatedActivityError$inboundSchema,
12
- EstimatedActivityError$Outbound,
13
- EstimatedActivityError$outboundSchema,
14
- } from "./estimatedactivityerror.js";
15
-
16
- export type MoneyTransferPushToCardError = {
17
- estimatedActivity?: EstimatedActivityError | undefined;
18
- };
19
-
20
- /** @internal */
21
- export const MoneyTransferPushToCardError$inboundSchema: z.ZodType<
22
- MoneyTransferPushToCardError,
23
- z.ZodTypeDef,
24
- unknown
25
- > = z.object({
26
- estimatedActivity: EstimatedActivityError$inboundSchema.optional(),
27
- });
28
- /** @internal */
29
- export type MoneyTransferPushToCardError$Outbound = {
30
- estimatedActivity?: EstimatedActivityError$Outbound | undefined;
31
- };
32
-
33
- /** @internal */
34
- export const MoneyTransferPushToCardError$outboundSchema: z.ZodType<
35
- MoneyTransferPushToCardError$Outbound,
36
- z.ZodTypeDef,
37
- MoneyTransferPushToCardError
38
- > = z.object({
39
- estimatedActivity: EstimatedActivityError$outboundSchema.optional(),
40
- });
41
-
42
- export function moneyTransferPushToCardErrorToJSON(
43
- moneyTransferPushToCardError: MoneyTransferPushToCardError,
44
- ): string {
45
- return JSON.stringify(
46
- MoneyTransferPushToCardError$outboundSchema.parse(
47
- moneyTransferPushToCardError,
48
- ),
49
- );
50
- }
51
- export function moneyTransferPushToCardErrorFromJSON(
52
- jsonString: string,
53
- ): SafeParseResult<MoneyTransferPushToCardError, SDKValidationError> {
54
- return safeParse(
55
- jsonString,
56
- (x) => MoneyTransferPushToCardError$inboundSchema.parse(JSON.parse(x)),
57
- `Failed to parse 'MoneyTransferPushToCardError' from JSON`,
58
- );
59
- }
@@ -1,33 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { ClosedEnum } from "../../types/enums.js";
7
-
8
- /**
9
- * The low value in each range is included. The high value in each range is excluded.
10
- */
11
- export const MonthlyVolumeRange = {
12
- Under10k: "under-10k",
13
- Tenk50k: "10k-50k",
14
- Fiftyk100k: "50k-100k",
15
- OneHundredk250k: "100k-250k",
16
- TwoHundredAndFiftyk500k: "250k-500k",
17
- FiveHundredk1m: "500k-1m",
18
- Onem5m: "1m-5m",
19
- Over5m: "over-5m",
20
- } as const;
21
- /**
22
- * The low value in each range is included. The high value in each range is excluded.
23
- */
24
- export type MonthlyVolumeRange = ClosedEnum<typeof MonthlyVolumeRange>;
25
-
26
- /** @internal */
27
- export const MonthlyVolumeRange$inboundSchema: z.ZodNativeEnum<
28
- typeof MonthlyVolumeRange
29
- > = z.nativeEnum(MonthlyVolumeRange);
30
- /** @internal */
31
- export const MonthlyVolumeRange$outboundSchema: z.ZodNativeEnum<
32
- typeof MonthlyVolumeRange
33
- > = MonthlyVolumeRange$inboundSchema;
@@ -1,124 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- BillableFee,
11
- BillableFee$inboundSchema,
12
- BillableFee$Outbound,
13
- BillableFee$outboundSchema,
14
- } from "./billablefee.js";
15
- import {
16
- CardAcquiringModel,
17
- CardAcquiringModel$inboundSchema,
18
- CardAcquiringModel$outboundSchema,
19
- } from "./cardacquiringmodel.js";
20
- import {
21
- MinimumCommitment,
22
- MinimumCommitment$inboundSchema,
23
- MinimumCommitment$Outbound,
24
- MinimumCommitment$outboundSchema,
25
- } from "./minimumcommitment.js";
26
- import {
27
- MonthlyPlatformFee,
28
- MonthlyPlatformFee$inboundSchema,
29
- MonthlyPlatformFee$Outbound,
30
- MonthlyPlatformFee$outboundSchema,
31
- } from "./monthlyplatformfee.js";
32
-
33
- export type PartnerPricing = {
34
- planID: string;
35
- /**
36
- * The name of the partner pricing plan.
37
- */
38
- name: string;
39
- /**
40
- * A description of the fee plan.
41
- */
42
- description?: string | undefined;
43
- /**
44
- * The decimal-formatted numerical string of the revenue split for partner.
45
- *
46
- * @remarks
47
- *
48
- * For example, 2.25% is '2.25'.
49
- */
50
- revenueShare: string;
51
- /**
52
- * Specifies the card processing pricing model
53
- */
54
- cardAcquiringModel: CardAcquiringModel;
55
- billableFees: Array<BillableFee>;
56
- /**
57
- * The minimum spending amount that must be met in the billing period. If actual usage is below the minimum amount, account is charged the difference.
58
- */
59
- minimumCommitment: MinimumCommitment;
60
- /**
61
- * Fixed recurring amount paid in the billing period regardless of usage.
62
- */
63
- monthlyPlatformFee: MonthlyPlatformFee;
64
- createdAt: Date;
65
- };
66
-
67
- /** @internal */
68
- export const PartnerPricing$inboundSchema: z.ZodType<
69
- PartnerPricing,
70
- z.ZodTypeDef,
71
- unknown
72
- > = z.object({
73
- planID: z.string(),
74
- name: z.string(),
75
- description: z.string().optional(),
76
- revenueShare: z.string(),
77
- cardAcquiringModel: CardAcquiringModel$inboundSchema,
78
- billableFees: z.array(BillableFee$inboundSchema),
79
- minimumCommitment: MinimumCommitment$inboundSchema,
80
- monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
81
- createdAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
82
- });
83
- /** @internal */
84
- export type PartnerPricing$Outbound = {
85
- planID: string;
86
- name: string;
87
- description?: string | undefined;
88
- revenueShare: string;
89
- cardAcquiringModel: string;
90
- billableFees: Array<BillableFee$Outbound>;
91
- minimumCommitment: MinimumCommitment$Outbound;
92
- monthlyPlatformFee: MonthlyPlatformFee$Outbound;
93
- createdAt: string;
94
- };
95
-
96
- /** @internal */
97
- export const PartnerPricing$outboundSchema: z.ZodType<
98
- PartnerPricing$Outbound,
99
- z.ZodTypeDef,
100
- PartnerPricing
101
- > = z.object({
102
- planID: z.string(),
103
- name: z.string(),
104
- description: z.string().optional(),
105
- revenueShare: z.string(),
106
- cardAcquiringModel: CardAcquiringModel$outboundSchema,
107
- billableFees: z.array(BillableFee$outboundSchema),
108
- minimumCommitment: MinimumCommitment$outboundSchema,
109
- monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
110
- createdAt: z.date().transform(v => v.toISOString()),
111
- });
112
-
113
- export function partnerPricingToJSON(partnerPricing: PartnerPricing): string {
114
- return JSON.stringify(PartnerPricing$outboundSchema.parse(partnerPricing));
115
- }
116
- export function partnerPricingFromJSON(
117
- jsonString: string,
118
- ): SafeParseResult<PartnerPricing, SDKValidationError> {
119
- return safeParse(
120
- jsonString,
121
- (x) => PartnerPricing$inboundSchema.parse(JSON.parse(x)),
122
- `Failed to parse 'PartnerPricing' from JSON`,
123
- );
124
- }
@@ -1,30 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { ClosedEnum } from "../../types/enums.js";
7
-
8
- export const PendingLitigation = {
9
- BankruptcyOrInsolvency: "bankruptcy-or-insolvency",
10
- ConsumerProtectionOrClassAction: "consumer-protection-or-class-action",
11
- DataBreachOrPrivacy: "data-breach-or-privacy",
12
- EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes",
13
- FraudOrFinancialCrime: "fraud-or-financial-crime",
14
- GovernmentEnforcementOrInvestigation:
15
- "government-enforcement-or-investigation",
16
- IntellectualProperty: "intellectual-property",
17
- None: "none",
18
- Other: "other",
19
- PersonalInjuryOrMedical: "personal-injury-or-medical",
20
- } as const;
21
- export type PendingLitigation = ClosedEnum<typeof PendingLitigation>;
22
-
23
- /** @internal */
24
- export const PendingLitigation$inboundSchema: z.ZodNativeEnum<
25
- typeof PendingLitigation
26
- > = z.nativeEnum(PendingLitigation);
27
- /** @internal */
28
- export const PendingLitigation$outboundSchema: z.ZodNativeEnum<
29
- typeof PendingLitigation
30
- > = PendingLitigation$inboundSchema;
@@ -1,26 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { ClosedEnum } from "../../types/enums.js";
7
-
8
- export const RefundPolicy = {
9
- ConditionalRefund: "conditional-refund",
10
- CustomPolicy: "custom-policy",
11
- EventBasedPolicy: "event-based-policy",
12
- FullRefundExtendedWindow: "full-refund-extended-window",
13
- FullRefundWithin30Days: "full-refund-within-30-days",
14
- NoRefunds: "no-refunds",
15
- PartialRefund: "partial-refund",
16
- ProratedRefund: "prorated-refund",
17
- StoreCreditOnly: "store-credit-only",
18
- } as const;
19
- export type RefundPolicy = ClosedEnum<typeof RefundPolicy>;
20
-
21
- /** @internal */
22
- export const RefundPolicy$inboundSchema: z.ZodNativeEnum<typeof RefundPolicy> =
23
- z.nativeEnum(RefundPolicy);
24
- /** @internal */
25
- export const RefundPolicy$outboundSchema: z.ZodNativeEnum<typeof RefundPolicy> =
26
- RefundPolicy$inboundSchema;
@@ -1,83 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- SendFundsAch,
11
- SendFundsAch$inboundSchema,
12
- SendFundsAch$Outbound,
13
- SendFundsAch$outboundSchema,
14
- } from "./sendfundsach.js";
15
- import {
16
- SendFundsInstantBank,
17
- SendFundsInstantBank$inboundSchema,
18
- SendFundsInstantBank$Outbound,
19
- SendFundsInstantBank$outboundSchema,
20
- } from "./sendfundsinstantbank.js";
21
- import {
22
- SendFundsPushToCard,
23
- SendFundsPushToCard$inboundSchema,
24
- SendFundsPushToCard$Outbound,
25
- SendFundsPushToCard$outboundSchema,
26
- } from "./sendfundspushtocard.js";
27
- import {
28
- SendFundsRtp,
29
- SendFundsRtp$inboundSchema,
30
- SendFundsRtp$Outbound,
31
- SendFundsRtp$outboundSchema,
32
- } from "./sendfundsrtp.js";
33
-
34
- export type SendFunds = {
35
- ach?: SendFundsAch | undefined;
36
- pushToCard?: SendFundsPushToCard | undefined;
37
- rtp?: SendFundsRtp | undefined;
38
- instantBank?: SendFundsInstantBank | undefined;
39
- };
40
-
41
- /** @internal */
42
- export const SendFunds$inboundSchema: z.ZodType<
43
- SendFunds,
44
- z.ZodTypeDef,
45
- unknown
46
- > = z.object({
47
- ach: SendFundsAch$inboundSchema.optional(),
48
- pushToCard: SendFundsPushToCard$inboundSchema.optional(),
49
- rtp: SendFundsRtp$inboundSchema.optional(),
50
- instantBank: SendFundsInstantBank$inboundSchema.optional(),
51
- });
52
- /** @internal */
53
- export type SendFunds$Outbound = {
54
- ach?: SendFundsAch$Outbound | undefined;
55
- pushToCard?: SendFundsPushToCard$Outbound | undefined;
56
- rtp?: SendFundsRtp$Outbound | undefined;
57
- instantBank?: SendFundsInstantBank$Outbound | undefined;
58
- };
59
-
60
- /** @internal */
61
- export const SendFunds$outboundSchema: z.ZodType<
62
- SendFunds$Outbound,
63
- z.ZodTypeDef,
64
- SendFunds
65
- > = z.object({
66
- ach: SendFundsAch$outboundSchema.optional(),
67
- pushToCard: SendFundsPushToCard$outboundSchema.optional(),
68
- rtp: SendFundsRtp$outboundSchema.optional(),
69
- instantBank: SendFundsInstantBank$outboundSchema.optional(),
70
- });
71
-
72
- export function sendFundsToJSON(sendFunds: SendFunds): string {
73
- return JSON.stringify(SendFunds$outboundSchema.parse(sendFunds));
74
- }
75
- export function sendFundsFromJSON(
76
- jsonString: string,
77
- ): SafeParseResult<SendFunds, SDKValidationError> {
78
- return safeParse(
79
- jsonString,
80
- (x) => SendFunds$inboundSchema.parse(JSON.parse(x)),
81
- `Failed to parse 'SendFunds' from JSON`,
82
- );
83
- }
@@ -1,53 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod/v3";
6
- import { safeParse } from "../../lib/schemas.js";
7
- import { Result as SafeParseResult } from "../../types/fp.js";
8
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
- import {
10
- EstimatedActivity,
11
- EstimatedActivity$inboundSchema,
12
- EstimatedActivity$Outbound,
13
- EstimatedActivity$outboundSchema,
14
- } from "./estimatedactivity.js";
15
-
16
- export type SendFundsAch = {
17
- estimatedActivity?: EstimatedActivity | undefined;
18
- };
19
-
20
- /** @internal */
21
- export const SendFundsAch$inboundSchema: z.ZodType<
22
- SendFundsAch,
23
- z.ZodTypeDef,
24
- unknown
25
- > = z.object({
26
- estimatedActivity: EstimatedActivity$inboundSchema.optional(),
27
- });
28
- /** @internal */
29
- export type SendFundsAch$Outbound = {
30
- estimatedActivity?: EstimatedActivity$Outbound | undefined;
31
- };
32
-
33
- /** @internal */
34
- export const SendFundsAch$outboundSchema: z.ZodType<
35
- SendFundsAch$Outbound,
36
- z.ZodTypeDef,
37
- SendFundsAch
38
- > = z.object({
39
- estimatedActivity: EstimatedActivity$outboundSchema.optional(),
40
- });
41
-
42
- export function sendFundsAchToJSON(sendFundsAch: SendFundsAch): string {
43
- return JSON.stringify(SendFundsAch$outboundSchema.parse(sendFundsAch));
44
- }
45
- export function sendFundsAchFromJSON(
46
- jsonString: string,
47
- ): SafeParseResult<SendFundsAch, SDKValidationError> {
48
- return safeParse(
49
- jsonString,
50
- (x) => SendFundsAch$inboundSchema.parse(JSON.parse(x)),
51
- `Failed to parse 'SendFundsAch' from JSON`,
52
- );
53
- }