@moovio/sdk 0.22.22 → 25.1.0-dev.0

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 (730) hide show
  1. package/README.md +47 -192
  2. package/bin/mcp-server.js +857 -5013
  3. package/bin/mcp-server.js.map +25 -144
  4. package/examples/package-lock.json +1 -1
  5. package/jsr.json +1 -1
  6. package/lib/config.d.ts +4 -4
  7. package/lib/config.d.ts.map +1 -1
  8. package/lib/config.js +4 -4
  9. package/lib/config.js.map +1 -1
  10. package/mcp-server/mcp-server.js +1 -1
  11. package/mcp-server/mcp-server.js.map +1 -1
  12. package/mcp-server/server.d.ts.map +1 -1
  13. package/mcp-server/server.js +1 -25
  14. package/mcp-server/server.js.map +1 -1
  15. package/models/components/accounttype.d.ts +0 -1
  16. package/models/components/accounttype.d.ts.map +1 -1
  17. package/models/components/accounttype.js +0 -1
  18. package/models/components/accounttype.js.map +1 -1
  19. package/models/components/bankaccountholdertype.d.ts +0 -1
  20. package/models/components/bankaccountholdertype.d.ts.map +1 -1
  21. package/models/components/bankaccountholdertype.js +0 -1
  22. package/models/components/bankaccountholdertype.js.map +1 -1
  23. package/models/components/capabilityid.d.ts +0 -11
  24. package/models/components/capabilityid.d.ts.map +1 -1
  25. package/models/components/capabilityid.js +0 -11
  26. package/models/components/capabilityid.js.map +1 -1
  27. package/models/components/createaccount.d.ts +5 -2
  28. package/models/components/createaccount.d.ts.map +1 -1
  29. package/models/components/createaccount.js +3 -3
  30. package/models/components/createaccount.js.map +1 -1
  31. package/models/components/enrichedindustries.d.ts +3 -3
  32. package/models/components/enrichedindustries.js +3 -3
  33. package/models/components/enrichedindustry.d.ts +35 -0
  34. package/models/components/enrichedindustry.d.ts.map +1 -0
  35. package/models/components/{fulfillmenterror.js → enrichedindustry.js} +18 -14
  36. package/models/components/enrichedindustry.js.map +1 -0
  37. package/models/components/index.d.ts +1 -77
  38. package/models/components/index.d.ts.map +1 -1
  39. package/models/components/index.js +1 -77
  40. package/models/components/index.js.map +1 -1
  41. package/models/components/paymentmethod.d.ts +2 -4
  42. package/models/components/paymentmethod.d.ts.map +1 -1
  43. package/models/components/paymentmethod.js +0 -6
  44. package/models/components/paymentmethod.js.map +1 -1
  45. package/models/components/paymentmethodtype.d.ts +0 -2
  46. package/models/components/paymentmethodtype.d.ts.map +1 -1
  47. package/models/components/paymentmethodtype.js +0 -2
  48. package/models/components/paymentmethodtype.js.map +1 -1
  49. package/models/components/profile.d.ts +0 -6
  50. package/models/components/profile.d.ts.map +1 -1
  51. package/models/components/profile.js +0 -3
  52. package/models/components/profile.js.map +1 -1
  53. package/models/components/requirementid.d.ts +0 -54
  54. package/models/components/requirementid.d.ts.map +1 -1
  55. package/models/components/requirementid.js +0 -54
  56. package/models/components/requirementid.js.map +1 -1
  57. package/models/components/transfer.d.ts +0 -5
  58. package/models/components/transfer.d.ts.map +1 -1
  59. package/models/components/transfer.js +0 -2
  60. package/models/components/transfer.js.map +1 -1
  61. package/models/components/transfersource.d.ts +0 -6
  62. package/models/components/transfersource.d.ts.map +1 -1
  63. package/models/components/transfersource.js +0 -3
  64. package/models/components/transfersource.js.map +1 -1
  65. package/models/components/underwriting.d.ts +14 -35
  66. package/models/components/underwriting.d.ts.map +1 -1
  67. package/models/components/underwriting.js +14 -36
  68. package/models/components/underwriting.js.map +1 -1
  69. package/models/errors/index.d.ts +0 -7
  70. package/models/errors/index.d.ts.map +1 -1
  71. package/models/errors/index.js +0 -7
  72. package/models/errors/index.js.map +1 -1
  73. package/models/errors/transfer.d.ts +0 -9
  74. package/models/errors/transfer.d.ts.map +1 -1
  75. package/models/errors/transfer.js +0 -4
  76. package/models/errors/transfer.js.map +1 -1
  77. package/models/operations/index.d.ts +0 -12
  78. package/models/operations/index.d.ts.map +1 -1
  79. package/models/operations/index.js +0 -12
  80. package/models/operations/index.js.map +1 -1
  81. package/models/operations/listaccounts.d.ts +1 -1
  82. package/models/operations/listaccounts.d.ts.map +1 -1
  83. package/models/operations/listaccounts.js +2 -2
  84. package/models/operations/listaccounts.js.map +1 -1
  85. package/models/operations/listconnectedaccountsforaccount.d.ts +1 -1
  86. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  87. package/models/operations/listconnectedaccountsforaccount.js +2 -2
  88. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  89. package/package.json +1 -1
  90. package/sdk/sdk.d.ts +0 -6
  91. package/sdk/sdk.d.ts.map +1 -1
  92. package/sdk/sdk.js +0 -8
  93. package/sdk/sdk.js.map +1 -1
  94. package/sdk/underwriting.d.ts +0 -9
  95. package/sdk/underwriting.d.ts.map +1 -1
  96. package/sdk/underwriting.js +0 -12
  97. package/sdk/underwriting.js.map +1 -1
  98. package/src/lib/config.ts +5 -4
  99. package/src/mcp-server/mcp-server.ts +1 -1
  100. package/src/mcp-server/server.ts +1 -25
  101. package/src/models/components/accounttype.ts +0 -1
  102. package/src/models/components/bankaccountholdertype.ts +0 -1
  103. package/src/models/components/capabilityid.ts +0 -11
  104. package/src/models/components/createaccount.ts +11 -8
  105. package/src/models/components/enrichedindustries.ts +9 -9
  106. package/src/models/components/enrichedindustry.ts +75 -0
  107. package/src/models/components/index.ts +1 -77
  108. package/src/models/components/paymentmethod.ts +2 -22
  109. package/src/models/components/paymentmethodtype.ts +0 -2
  110. package/src/models/components/profile.ts +0 -13
  111. package/src/models/components/requirementid.ts +0 -103
  112. package/src/models/components/transfer.ts +0 -7
  113. package/src/models/components/transfersource.ts +0 -13
  114. package/src/models/components/underwriting.ts +28 -96
  115. package/src/models/errors/index.ts +0 -7
  116. package/src/models/errors/transfer.ts +0 -12
  117. package/src/models/operations/index.ts +0 -12
  118. package/src/models/operations/listaccounts.ts +3 -3
  119. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -3
  120. package/src/sdk/sdk.ts +0 -12
  121. package/src/sdk/underwriting.ts +0 -20
  122. package/funcs/invoicesCreateInvoice.d.ts +0 -18
  123. package/funcs/invoicesCreateInvoice.d.ts.map +0 -1
  124. package/funcs/invoicesCreateInvoice.js +0 -139
  125. package/funcs/invoicesCreateInvoice.js.map +0 -1
  126. package/funcs/invoicesCreateInvoicePayment.d.ts +0 -19
  127. package/funcs/invoicesCreateInvoicePayment.d.ts.map +0 -1
  128. package/funcs/invoicesCreateInvoicePayment.js +0 -148
  129. package/funcs/invoicesCreateInvoicePayment.js.map +0 -1
  130. package/funcs/invoicesGetInvoice.d.ts +0 -17
  131. package/funcs/invoicesGetInvoice.d.ts.map +0 -1
  132. package/funcs/invoicesGetInvoice.js +0 -129
  133. package/funcs/invoicesGetInvoice.js.map +0 -1
  134. package/funcs/invoicesListInvoicePayments.d.ts +0 -17
  135. package/funcs/invoicesListInvoicePayments.d.ts.map +0 -1
  136. package/funcs/invoicesListInvoicePayments.js +0 -129
  137. package/funcs/invoicesListInvoicePayments.js.map +0 -1
  138. package/funcs/invoicesListInvoices.d.ts +0 -18
  139. package/funcs/invoicesListInvoices.d.ts.map +0 -1
  140. package/funcs/invoicesListInvoices.js +0 -139
  141. package/funcs/invoicesListInvoices.js.map +0 -1
  142. package/funcs/invoicesUpdateInvoice.d.ts +0 -18
  143. package/funcs/invoicesUpdateInvoice.d.ts.map +0 -1
  144. package/funcs/invoicesUpdateInvoice.js +0 -143
  145. package/funcs/invoicesUpdateInvoice.js.map +0 -1
  146. package/funcs/supportCreateTicket.d.ts +0 -21
  147. package/funcs/supportCreateTicket.d.ts.map +0 -1
  148. package/funcs/supportCreateTicket.js +0 -142
  149. package/funcs/supportCreateTicket.js.map +0 -1
  150. package/funcs/supportGetTicket.d.ts +0 -20
  151. package/funcs/supportGetTicket.d.ts.map +0 -1
  152. package/funcs/supportGetTicket.js +0 -132
  153. package/funcs/supportGetTicket.js.map +0 -1
  154. package/funcs/supportListTicketMessages.d.ts +0 -20
  155. package/funcs/supportListTicketMessages.d.ts.map +0 -1
  156. package/funcs/supportListTicketMessages.js +0 -132
  157. package/funcs/supportListTicketMessages.js.map +0 -1
  158. package/funcs/supportListTickets.d.ts +0 -20
  159. package/funcs/supportListTickets.d.ts.map +0 -1
  160. package/funcs/supportListTickets.js +0 -135
  161. package/funcs/supportListTickets.js.map +0 -1
  162. package/funcs/supportUpdateTicket.d.ts +0 -21
  163. package/funcs/supportUpdateTicket.d.ts.map +0 -1
  164. package/funcs/supportUpdateTicket.js +0 -146
  165. package/funcs/supportUpdateTicket.js.map +0 -1
  166. package/funcs/underwritingSave.d.ts +0 -20
  167. package/funcs/underwritingSave.d.ts.map +0 -1
  168. package/funcs/underwritingSave.js +0 -145
  169. package/funcs/underwritingSave.js.map +0 -1
  170. package/mcp-server/tools/invoicesCreateInvoice.d.ts +0 -8
  171. package/mcp-server/tools/invoicesCreateInvoice.d.ts.map +0 -1
  172. package/mcp-server/tools/invoicesCreateInvoice.js +0 -65
  173. package/mcp-server/tools/invoicesCreateInvoice.js.map +0 -1
  174. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts +0 -8
  175. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts.map +0 -1
  176. package/mcp-server/tools/invoicesCreateInvoicePayment.js +0 -66
  177. package/mcp-server/tools/invoicesCreateInvoicePayment.js.map +0 -1
  178. package/mcp-server/tools/invoicesGetInvoice.d.ts +0 -8
  179. package/mcp-server/tools/invoicesGetInvoice.d.ts.map +0 -1
  180. package/mcp-server/tools/invoicesGetInvoice.js +0 -65
  181. package/mcp-server/tools/invoicesGetInvoice.js.map +0 -1
  182. package/mcp-server/tools/invoicesListInvoicePayments.d.ts +0 -8
  183. package/mcp-server/tools/invoicesListInvoicePayments.d.ts.map +0 -1
  184. package/mcp-server/tools/invoicesListInvoicePayments.js +0 -65
  185. package/mcp-server/tools/invoicesListInvoicePayments.js.map +0 -1
  186. package/mcp-server/tools/invoicesListInvoices.d.ts +0 -8
  187. package/mcp-server/tools/invoicesListInvoices.d.ts.map +0 -1
  188. package/mcp-server/tools/invoicesListInvoices.js +0 -65
  189. package/mcp-server/tools/invoicesListInvoices.js.map +0 -1
  190. package/mcp-server/tools/invoicesUpdateInvoice.d.ts +0 -8
  191. package/mcp-server/tools/invoicesUpdateInvoice.d.ts.map +0 -1
  192. package/mcp-server/tools/invoicesUpdateInvoice.js +0 -65
  193. package/mcp-server/tools/invoicesUpdateInvoice.js.map +0 -1
  194. package/mcp-server/tools/supportCreateTicket.d.ts +0 -8
  195. package/mcp-server/tools/supportCreateTicket.d.ts.map +0 -1
  196. package/mcp-server/tools/supportCreateTicket.js +0 -68
  197. package/mcp-server/tools/supportCreateTicket.js.map +0 -1
  198. package/mcp-server/tools/supportGetTicket.d.ts +0 -8
  199. package/mcp-server/tools/supportGetTicket.d.ts.map +0 -1
  200. package/mcp-server/tools/supportGetTicket.js +0 -68
  201. package/mcp-server/tools/supportGetTicket.js.map +0 -1
  202. package/mcp-server/tools/supportListTicketMessages.d.ts +0 -8
  203. package/mcp-server/tools/supportListTicketMessages.d.ts.map +0 -1
  204. package/mcp-server/tools/supportListTicketMessages.js +0 -68
  205. package/mcp-server/tools/supportListTicketMessages.js.map +0 -1
  206. package/mcp-server/tools/supportListTickets.d.ts +0 -8
  207. package/mcp-server/tools/supportListTickets.d.ts.map +0 -1
  208. package/mcp-server/tools/supportListTickets.js +0 -68
  209. package/mcp-server/tools/supportListTickets.js.map +0 -1
  210. package/mcp-server/tools/supportUpdateTicket.d.ts +0 -8
  211. package/mcp-server/tools/supportUpdateTicket.d.ts.map +0 -1
  212. package/mcp-server/tools/supportUpdateTicket.js +0 -68
  213. package/mcp-server/tools/supportUpdateTicket.js.map +0 -1
  214. package/mcp-server/tools/underwritingSave.d.ts +0 -8
  215. package/mcp-server/tools/underwritingSave.d.ts.map +0 -1
  216. package/mcp-server/tools/underwritingSave.js +0 -67
  217. package/mcp-server/tools/underwritingSave.js.map +0 -1
  218. package/models/components/amountdecimalupdate.d.ts +0 -29
  219. package/models/components/amountdecimalupdate.d.ts.map +0 -1
  220. package/models/components/amountdecimalupdate.js +0 -60
  221. package/models/components/amountdecimalupdate.js.map +0 -1
  222. package/models/components/businesspresence.d.ts +0 -16
  223. package/models/components/businesspresence.d.ts.map +0 -1
  224. package/models/components/businesspresence.js +0 -53
  225. package/models/components/businesspresence.js.map +0 -1
  226. package/models/components/cardacceptancemethods.d.ts +0 -33
  227. package/models/components/cardacceptancemethods.d.ts.map +0 -1
  228. package/models/components/cardacceptancemethods.js +0 -62
  229. package/models/components/cardacceptancemethods.js.map +0 -1
  230. package/models/components/cardacceptancemethodserror.d.ts +0 -21
  231. package/models/components/cardacceptancemethodserror.d.ts.map +0 -1
  232. package/models/components/cardacceptancemethodserror.js +0 -62
  233. package/models/components/cardacceptancemethodserror.js.map +0 -1
  234. package/models/components/cardpresentpaymentpaymentmethod.d.ts +0 -31
  235. package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +0 -1
  236. package/models/components/cardpresentpaymentpaymentmethod.js +0 -63
  237. package/models/components/cardpresentpaymentpaymentmethod.js.map +0 -1
  238. package/models/components/collectfunds.d.ts +0 -21
  239. package/models/components/collectfunds.d.ts.map +0 -1
  240. package/models/components/collectfunds.js +0 -62
  241. package/models/components/collectfunds.js.map +0 -1
  242. package/models/components/collectfundsach.d.ts +0 -18
  243. package/models/components/collectfundsach.d.ts.map +0 -1
  244. package/models/components/collectfundsach.js +0 -59
  245. package/models/components/collectfundsach.js.map +0 -1
  246. package/models/components/collectfundsacherror.d.ts +0 -18
  247. package/models/components/collectfundsacherror.d.ts.map +0 -1
  248. package/models/components/collectfundsacherror.js +0 -59
  249. package/models/components/collectfundsacherror.js.map +0 -1
  250. package/models/components/collectfundscardpayments.d.ts +0 -32
  251. package/models/components/collectfundscardpayments.d.ts.map +0 -1
  252. package/models/components/collectfundscardpayments.js +0 -70
  253. package/models/components/collectfundscardpayments.js.map +0 -1
  254. package/models/components/collectfundscardpaymentserror.d.ts +0 -28
  255. package/models/components/collectfundscardpaymentserror.d.ts.map +0 -1
  256. package/models/components/collectfundscardpaymentserror.js +0 -69
  257. package/models/components/collectfundscardpaymentserror.js.map +0 -1
  258. package/models/components/collectfundserror.d.ts +0 -21
  259. package/models/components/collectfundserror.d.ts.map +0 -1
  260. package/models/components/collectfundserror.js +0 -62
  261. package/models/components/collectfundserror.js.map +0 -1
  262. package/models/components/createaccounttype.d.ts +0 -12
  263. package/models/components/createaccounttype.d.ts.map +0 -1
  264. package/models/components/createaccounttype.js +0 -49
  265. package/models/components/createaccounttype.js.map +0 -1
  266. package/models/components/createinvoice.d.ts +0 -35
  267. package/models/components/createinvoice.d.ts.map +0 -1
  268. package/models/components/createinvoice.js +0 -72
  269. package/models/components/createinvoice.js.map +0 -1
  270. package/models/components/createinvoicelineitem.d.ts +0 -50
  271. package/models/components/createinvoicelineitem.d.ts.map +0 -1
  272. package/models/components/createinvoicelineitem.js +0 -70
  273. package/models/components/createinvoicelineitem.js.map +0 -1
  274. package/models/components/createinvoicelineitemoption.d.ts +0 -44
  275. package/models/components/createinvoicelineitemoption.d.ts.map +0 -1
  276. package/models/components/createinvoicelineitemoption.js +0 -67
  277. package/models/components/createinvoicelineitemoption.js.map +0 -1
  278. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts +0 -24
  279. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts.map +0 -1
  280. package/models/components/createinvoicelineitemoptionvalidationerror.js +0 -65
  281. package/models/components/createinvoicelineitemoptionvalidationerror.js.map +0 -1
  282. package/models/components/createinvoicelineitems.d.ts +0 -24
  283. package/models/components/createinvoicelineitems.d.ts.map +0 -1
  284. package/models/components/createinvoicelineitems.js +0 -59
  285. package/models/components/createinvoicelineitems.js.map +0 -1
  286. package/models/components/createinvoicelineitemsupdate.d.ts +0 -24
  287. package/models/components/createinvoicelineitemsupdate.d.ts.map +0 -1
  288. package/models/components/createinvoicelineitemsupdate.js +0 -59
  289. package/models/components/createinvoicelineitemsupdate.js.map +0 -1
  290. package/models/components/createinvoicelineitemsvalidationerror.d.ts +0 -22
  291. package/models/components/createinvoicelineitemsvalidationerror.d.ts.map +0 -1
  292. package/models/components/createinvoicelineitemsvalidationerror.js +0 -61
  293. package/models/components/createinvoicelineitemsvalidationerror.js.map +0 -1
  294. package/models/components/createinvoicelineitemvalidationerror.d.ts +0 -31
  295. package/models/components/createinvoicelineitemvalidationerror.d.ts.map +0 -1
  296. package/models/components/createinvoicelineitemvalidationerror.js +0 -70
  297. package/models/components/createinvoicelineitemvalidationerror.js.map +0 -1
  298. package/models/components/createinvoicepayment.d.ts +0 -24
  299. package/models/components/createinvoicepayment.d.ts.map +0 -1
  300. package/models/components/createinvoicepayment.js +0 -66
  301. package/models/components/createinvoicepayment.js.map +0 -1
  302. package/models/components/createticket.d.ts +0 -29
  303. package/models/components/createticket.d.ts.map +0 -1
  304. package/models/components/createticket.js +0 -67
  305. package/models/components/createticket.js.map +0 -1
  306. package/models/components/createticketcontacterror.d.ts +0 -19
  307. package/models/components/createticketcontacterror.d.ts.map +0 -1
  308. package/models/components/createticketcontacterror.js +0 -60
  309. package/models/components/createticketcontacterror.js.map +0 -1
  310. package/models/components/entrymode.d.ts +0 -17
  311. package/models/components/entrymode.d.ts.map +0 -1
  312. package/models/components/entrymode.js +0 -52
  313. package/models/components/entrymode.js.map +0 -1
  314. package/models/components/estimatedactivity.d.ts +0 -25
  315. package/models/components/estimatedactivity.d.ts.map +0 -1
  316. package/models/components/estimatedactivity.js +0 -63
  317. package/models/components/estimatedactivity.js.map +0 -1
  318. package/models/components/estimatedactivityerror.d.ts +0 -21
  319. package/models/components/estimatedactivityerror.d.ts.map +0 -1
  320. package/models/components/estimatedactivityerror.js +0 -62
  321. package/models/components/estimatedactivityerror.js.map +0 -1
  322. package/models/components/fulfillment.d.ts +0 -21
  323. package/models/components/fulfillment.d.ts.map +0 -1
  324. package/models/components/fulfillment.js +0 -62
  325. package/models/components/fulfillment.js.map +0 -1
  326. package/models/components/fulfillmenterror.d.ts +0 -19
  327. package/models/components/fulfillmenterror.d.ts.map +0 -1
  328. package/models/components/fulfillmenterror.js.map +0 -1
  329. package/models/components/fulfillmentmethod.d.ts +0 -19
  330. package/models/components/fulfillmentmethod.d.ts.map +0 -1
  331. package/models/components/fulfillmentmethod.js +0 -56
  332. package/models/components/fulfillmentmethod.js.map +0 -1
  333. package/models/components/fulfillmenttimeframe.d.ts +0 -18
  334. package/models/components/fulfillmenttimeframe.d.ts.map +0 -1
  335. package/models/components/fulfillmenttimeframe.js +0 -55
  336. package/models/components/fulfillmenttimeframe.js.map +0 -1
  337. package/models/components/geographicreach.d.ts +0 -13
  338. package/models/components/geographicreach.d.ts.map +0 -1
  339. package/models/components/geographicreach.js +0 -50
  340. package/models/components/geographicreach.js.map +0 -1
  341. package/models/components/guestprofile.d.ts +0 -31
  342. package/models/components/guestprofile.d.ts.map +0 -1
  343. package/models/components/guestprofile.js +0 -63
  344. package/models/components/guestprofile.js.map +0 -1
  345. package/models/components/industrytaxonomy.d.ts +0 -43
  346. package/models/components/industrytaxonomy.d.ts.map +0 -1
  347. package/models/components/industrytaxonomy.js +0 -66
  348. package/models/components/industrytaxonomy.js.map +0 -1
  349. package/models/components/instantbankcreditpaymentmethod.d.ts +0 -31
  350. package/models/components/instantbankcreditpaymentmethod.d.ts.map +0 -1
  351. package/models/components/instantbankcreditpaymentmethod.js +0 -63
  352. package/models/components/instantbankcreditpaymentmethod.js.map +0 -1
  353. package/models/components/invoice.d.ts +0 -93
  354. package/models/components/invoice.d.ts.map +0 -1
  355. package/models/components/invoice.js +0 -107
  356. package/models/components/invoice.js.map +0 -1
  357. package/models/components/invoiceexternalpayment.d.ts +0 -21
  358. package/models/components/invoiceexternalpayment.d.ts.map +0 -1
  359. package/models/components/invoiceexternalpayment.js +0 -63
  360. package/models/components/invoiceexternalpayment.js.map +0 -1
  361. package/models/components/invoicelineitem.d.ts +0 -51
  362. package/models/components/invoicelineitem.d.ts.map +0 -1
  363. package/models/components/invoicelineitem.js +0 -71
  364. package/models/components/invoicelineitem.js.map +0 -1
  365. package/models/components/invoicelineitemimagemetadata.d.ts +0 -35
  366. package/models/components/invoicelineitemimagemetadata.d.ts.map +0 -1
  367. package/models/components/invoicelineitemimagemetadata.js +0 -64
  368. package/models/components/invoicelineitemimagemetadata.js.map +0 -1
  369. package/models/components/invoicelineitemoption.d.ts +0 -45
  370. package/models/components/invoicelineitemoption.d.ts.map +0 -1
  371. package/models/components/invoicelineitemoption.js +0 -68
  372. package/models/components/invoicelineitemoption.js.map +0 -1
  373. package/models/components/invoicelineitemoptionvalidationerror.d.ts +0 -24
  374. package/models/components/invoicelineitemoptionvalidationerror.d.ts.map +0 -1
  375. package/models/components/invoicelineitemoptionvalidationerror.js +0 -65
  376. package/models/components/invoicelineitemoptionvalidationerror.js.map +0 -1
  377. package/models/components/invoicelineitems.d.ts +0 -24
  378. package/models/components/invoicelineitems.d.ts.map +0 -1
  379. package/models/components/invoicelineitems.js +0 -59
  380. package/models/components/invoicelineitems.js.map +0 -1
  381. package/models/components/invoicelineitemsvalidationerror.d.ts +0 -22
  382. package/models/components/invoicelineitemsvalidationerror.d.ts.map +0 -1
  383. package/models/components/invoicelineitemsvalidationerror.js +0 -59
  384. package/models/components/invoicelineitemsvalidationerror.js.map +0 -1
  385. package/models/components/invoicelineitemvalidationerror.d.ts +0 -31
  386. package/models/components/invoicelineitemvalidationerror.d.ts.map +0 -1
  387. package/models/components/invoicelineitemvalidationerror.js +0 -70
  388. package/models/components/invoicelineitemvalidationerror.js.map +0 -1
  389. package/models/components/invoicepayment.d.ts +0 -35
  390. package/models/components/invoicepayment.d.ts.map +0 -1
  391. package/models/components/invoicepayment.js +0 -70
  392. package/models/components/invoicepayment.js.map +0 -1
  393. package/models/components/invoicepaymenttype.d.ts +0 -12
  394. package/models/components/invoicepaymenttype.d.ts.map +0 -1
  395. package/models/components/invoicepaymenttype.js +0 -49
  396. package/models/components/invoicepaymenttype.js.map +0 -1
  397. package/models/components/invoicetransferpayment.d.ts +0 -20
  398. package/models/components/invoicetransferpayment.d.ts.map +0 -1
  399. package/models/components/invoicetransferpayment.js +0 -58
  400. package/models/components/invoicetransferpayment.js.map +0 -1
  401. package/models/components/itemlistnextpage.d.ts +0 -20
  402. package/models/components/itemlistnextpage.d.ts.map +0 -1
  403. package/models/components/itemlistnextpage.js +0 -58
  404. package/models/components/itemlistnextpage.js.map +0 -1
  405. package/models/components/moneytransfer.d.ts +0 -21
  406. package/models/components/moneytransfer.d.ts.map +0 -1
  407. package/models/components/moneytransfer.js +0 -62
  408. package/models/components/moneytransfer.js.map +0 -1
  409. package/models/components/moneytransfererror.d.ts +0 -21
  410. package/models/components/moneytransfererror.d.ts.map +0 -1
  411. package/models/components/moneytransfererror.js +0 -62
  412. package/models/components/moneytransfererror.js.map +0 -1
  413. package/models/components/moneytransferpullfromcard.d.ts +0 -18
  414. package/models/components/moneytransferpullfromcard.d.ts.map +0 -1
  415. package/models/components/moneytransferpullfromcard.js +0 -59
  416. package/models/components/moneytransferpullfromcard.js.map +0 -1
  417. package/models/components/moneytransferpullfromcarderror.d.ts +0 -18
  418. package/models/components/moneytransferpullfromcarderror.d.ts.map +0 -1
  419. package/models/components/moneytransferpullfromcarderror.js +0 -59
  420. package/models/components/moneytransferpullfromcarderror.js.map +0 -1
  421. package/models/components/moneytransferpushtocard.d.ts +0 -18
  422. package/models/components/moneytransferpushtocard.d.ts.map +0 -1
  423. package/models/components/moneytransferpushtocard.js +0 -59
  424. package/models/components/moneytransferpushtocard.js.map +0 -1
  425. package/models/components/moneytransferpushtocarderror.d.ts +0 -18
  426. package/models/components/moneytransferpushtocarderror.d.ts.map +0 -1
  427. package/models/components/moneytransferpushtocarderror.js +0 -59
  428. package/models/components/moneytransferpushtocarderror.js.map +0 -1
  429. package/models/components/monthlyvolumerange.d.ts +0 -24
  430. package/models/components/monthlyvolumerange.d.ts.map +0 -1
  431. package/models/components/monthlyvolumerange.js +0 -58
  432. package/models/components/monthlyvolumerange.js.map +0 -1
  433. package/models/components/pendinglitigation.d.ts +0 -20
  434. package/models/components/pendinglitigation.d.ts.map +0 -1
  435. package/models/components/pendinglitigation.js +0 -57
  436. package/models/components/pendinglitigation.js.map +0 -1
  437. package/models/components/refundpolicy.d.ts +0 -19
  438. package/models/components/refundpolicy.d.ts.map +0 -1
  439. package/models/components/refundpolicy.js +0 -56
  440. package/models/components/refundpolicy.js.map +0 -1
  441. package/models/components/sendfunds.d.ts +0 -27
  442. package/models/components/sendfunds.d.ts.map +0 -1
  443. package/models/components/sendfunds.js +0 -68
  444. package/models/components/sendfunds.js.map +0 -1
  445. package/models/components/sendfundsach.d.ts +0 -18
  446. package/models/components/sendfundsach.d.ts.map +0 -1
  447. package/models/components/sendfundsach.js +0 -59
  448. package/models/components/sendfundsach.js.map +0 -1
  449. package/models/components/sendfundsacherror.d.ts +0 -18
  450. package/models/components/sendfundsacherror.d.ts.map +0 -1
  451. package/models/components/sendfundsacherror.js +0 -59
  452. package/models/components/sendfundsacherror.js.map +0 -1
  453. package/models/components/sendfundserror.d.ts +0 -27
  454. package/models/components/sendfundserror.d.ts.map +0 -1
  455. package/models/components/sendfundserror.js +0 -68
  456. package/models/components/sendfundserror.js.map +0 -1
  457. package/models/components/sendfundsinstantbank.d.ts +0 -18
  458. package/models/components/sendfundsinstantbank.d.ts.map +0 -1
  459. package/models/components/sendfundsinstantbank.js +0 -59
  460. package/models/components/sendfundsinstantbank.js.map +0 -1
  461. package/models/components/sendfundsinstantbankerror.d.ts +0 -18
  462. package/models/components/sendfundsinstantbankerror.d.ts.map +0 -1
  463. package/models/components/sendfundsinstantbankerror.js +0 -59
  464. package/models/components/sendfundsinstantbankerror.js.map +0 -1
  465. package/models/components/sendfundspushtocard.d.ts +0 -18
  466. package/models/components/sendfundspushtocard.d.ts.map +0 -1
  467. package/models/components/sendfundspushtocard.js +0 -59
  468. package/models/components/sendfundspushtocard.js.map +0 -1
  469. package/models/components/sendfundspushtocarderror.d.ts +0 -18
  470. package/models/components/sendfundspushtocarderror.d.ts.map +0 -1
  471. package/models/components/sendfundspushtocarderror.js +0 -59
  472. package/models/components/sendfundspushtocarderror.js.map +0 -1
  473. package/models/components/sendfundsrtp.d.ts +0 -18
  474. package/models/components/sendfundsrtp.d.ts.map +0 -1
  475. package/models/components/sendfundsrtp.js +0 -59
  476. package/models/components/sendfundsrtp.js.map +0 -1
  477. package/models/components/sendfundsrtperror.d.ts +0 -18
  478. package/models/components/sendfundsrtperror.d.ts.map +0 -1
  479. package/models/components/sendfundsrtperror.js +0 -59
  480. package/models/components/sendfundsrtperror.js.map +0 -1
  481. package/models/components/submissionintent.d.ts +0 -12
  482. package/models/components/submissionintent.d.ts.map +0 -1
  483. package/models/components/submissionintent.js +0 -49
  484. package/models/components/submissionintent.js.map +0 -1
  485. package/models/components/terminalcard.d.ts +0 -83
  486. package/models/components/terminalcard.d.ts.map +0 -1
  487. package/models/components/terminalcard.js +0 -84
  488. package/models/components/terminalcard.js.map +0 -1
  489. package/models/components/ticket.d.ts +0 -37
  490. package/models/components/ticket.d.ts.map +0 -1
  491. package/models/components/ticket.js +0 -80
  492. package/models/components/ticket.js.map +0 -1
  493. package/models/components/ticketcontact.d.ts +0 -19
  494. package/models/components/ticketcontact.d.ts.map +0 -1
  495. package/models/components/ticketcontact.js +0 -60
  496. package/models/components/ticketcontact.js.map +0 -1
  497. package/models/components/ticketmessage.d.ts +0 -21
  498. package/models/components/ticketmessage.d.ts.map +0 -1
  499. package/models/components/ticketmessage.js +0 -62
  500. package/models/components/ticketmessage.js.map +0 -1
  501. package/models/components/updateinvoice.d.ts +0 -40
  502. package/models/components/updateinvoice.d.ts.map +0 -1
  503. package/models/components/updateinvoice.js +0 -71
  504. package/models/components/updateinvoice.js.map +0 -1
  505. package/models/components/updateticket.d.ts +0 -21
  506. package/models/components/updateticket.d.ts.map +0 -1
  507. package/models/components/updateticket.js +0 -59
  508. package/models/components/updateticket.js.map +0 -1
  509. package/models/components/updateticketstatus.d.ts +0 -11
  510. package/models/components/updateticketstatus.d.ts.map +0 -1
  511. package/models/components/updateticketstatus.js +0 -48
  512. package/models/components/updateticketstatus.js.map +0 -1
  513. package/models/components/upsertunderwriting.d.ts +0 -39
  514. package/models/components/upsertunderwriting.d.ts.map +0 -1
  515. package/models/components/upsertunderwriting.js +0 -81
  516. package/models/components/upsertunderwriting.js.map +0 -1
  517. package/models/components/volumesharebycustomertype.d.ts +0 -21
  518. package/models/components/volumesharebycustomertype.d.ts.map +0 -1
  519. package/models/components/volumesharebycustomertype.js +0 -62
  520. package/models/components/volumesharebycustomertype.js.map +0 -1
  521. package/models/components/volumesharebycustomertypeerror.d.ts +0 -21
  522. package/models/components/volumesharebycustomertypeerror.d.ts.map +0 -1
  523. package/models/components/volumesharebycustomertypeerror.js +0 -62
  524. package/models/components/volumesharebycustomertypeerror.js.map +0 -1
  525. package/models/errors/createinvoiceerror.d.ts +0 -40
  526. package/models/errors/createinvoiceerror.d.ts.map +0 -1
  527. package/models/errors/createinvoiceerror.js +0 -100
  528. package/models/errors/createinvoiceerror.js.map +0 -1
  529. package/models/errors/createinvoicepaymenterror.d.ts +0 -34
  530. package/models/errors/createinvoicepaymenterror.d.ts.map +0 -1
  531. package/models/errors/createinvoicepaymenterror.js +0 -88
  532. package/models/errors/createinvoicepaymenterror.js.map +0 -1
  533. package/models/errors/createticketerror.d.ts +0 -36
  534. package/models/errors/createticketerror.d.ts.map +0 -1
  535. package/models/errors/createticketerror.js +0 -90
  536. package/models/errors/createticketerror.js.map +0 -1
  537. package/models/errors/listinvoicesvalidationerror.d.ts +0 -45
  538. package/models/errors/listinvoicesvalidationerror.d.ts.map +0 -1
  539. package/models/errors/listinvoicesvalidationerror.js +0 -107
  540. package/models/errors/listinvoicesvalidationerror.js.map +0 -1
  541. package/models/errors/updateinvoiceerror.d.ts +0 -40
  542. package/models/errors/updateinvoiceerror.d.ts.map +0 -1
  543. package/models/errors/updateinvoiceerror.js +0 -99
  544. package/models/errors/updateinvoiceerror.js.map +0 -1
  545. package/models/errors/updateticketerror.d.ts +0 -24
  546. package/models/errors/updateticketerror.d.ts.map +0 -1
  547. package/models/errors/updateticketerror.js +0 -75
  548. package/models/errors/updateticketerror.js.map +0 -1
  549. package/models/errors/upsertunderwritingerror.d.ts +0 -64
  550. package/models/errors/upsertunderwritingerror.d.ts.map +0 -1
  551. package/models/errors/upsertunderwritingerror.js +0 -143
  552. package/models/errors/upsertunderwritingerror.js.map +0 -1
  553. package/models/operations/createinvoice.d.ts +0 -66
  554. package/models/operations/createinvoice.d.ts.map +0 -1
  555. package/models/operations/createinvoice.js +0 -122
  556. package/models/operations/createinvoice.js.map +0 -1
  557. package/models/operations/createinvoicepayment.d.ts +0 -68
  558. package/models/operations/createinvoicepayment.d.ts.map +0 -1
  559. package/models/operations/createinvoicepayment.js +0 -124
  560. package/models/operations/createinvoicepayment.js.map +0 -1
  561. package/models/operations/createticket.d.ts +0 -66
  562. package/models/operations/createticket.d.ts.map +0 -1
  563. package/models/operations/createticket.js +0 -122
  564. package/models/operations/createticket.js.map +0 -1
  565. package/models/operations/getinvoice.d.ts +0 -66
  566. package/models/operations/getinvoice.d.ts.map +0 -1
  567. package/models/operations/getinvoice.js +0 -114
  568. package/models/operations/getinvoice.js.map +0 -1
  569. package/models/operations/getticket.d.ts +0 -66
  570. package/models/operations/getticket.d.ts.map +0 -1
  571. package/models/operations/getticket.js +0 -114
  572. package/models/operations/getticket.js.map +0 -1
  573. package/models/operations/listinvoicepayments.d.ts +0 -66
  574. package/models/operations/listinvoicepayments.d.ts.map +0 -1
  575. package/models/operations/listinvoicepayments.js +0 -114
  576. package/models/operations/listinvoicepayments.js.map +0 -1
  577. package/models/operations/listinvoices.d.ts +0 -80
  578. package/models/operations/listinvoices.d.ts.map +0 -1
  579. package/models/operations/listinvoices.js +0 -128
  580. package/models/operations/listinvoices.js.map +0 -1
  581. package/models/operations/listticketmessages.d.ts +0 -66
  582. package/models/operations/listticketmessages.d.ts.map +0 -1
  583. package/models/operations/listticketmessages.js +0 -114
  584. package/models/operations/listticketmessages.js.map +0 -1
  585. package/models/operations/listtickets.d.ts +0 -90
  586. package/models/operations/listtickets.d.ts.map +0 -1
  587. package/models/operations/listtickets.js +0 -138
  588. package/models/operations/listtickets.js.map +0 -1
  589. package/models/operations/saveunderwriting.d.ts +0 -66
  590. package/models/operations/saveunderwriting.d.ts.map +0 -1
  591. package/models/operations/saveunderwriting.js +0 -122
  592. package/models/operations/saveunderwriting.js.map +0 -1
  593. package/models/operations/updateinvoice.d.ts +0 -68
  594. package/models/operations/updateinvoice.d.ts.map +0 -1
  595. package/models/operations/updateinvoice.js +0 -124
  596. package/models/operations/updateinvoice.js.map +0 -1
  597. package/models/operations/updateticket.d.ts +0 -68
  598. package/models/operations/updateticket.d.ts.map +0 -1
  599. package/models/operations/updateticket.js +0 -124
  600. package/models/operations/updateticket.js.map +0 -1
  601. package/sdk/invoices.d.ts +0 -48
  602. package/sdk/invoices.d.ts.map +0 -1
  603. package/sdk/invoices.js +0 -73
  604. package/sdk/invoices.js.map +0 -1
  605. package/sdk/support.d.ts +0 -55
  606. package/sdk/support.d.ts.map +0 -1
  607. package/sdk/support.js +0 -77
  608. package/sdk/support.js.map +0 -1
  609. package/src/funcs/invoicesCreateInvoice.ts +0 -201
  610. package/src/funcs/invoicesCreateInvoicePayment.ts +0 -213
  611. package/src/funcs/invoicesGetInvoice.ts +0 -185
  612. package/src/funcs/invoicesListInvoicePayments.ts +0 -186
  613. package/src/funcs/invoicesListInvoices.ts +0 -198
  614. package/src/funcs/invoicesUpdateInvoice.ts +0 -207
  615. package/src/funcs/supportCreateTicket.ts +0 -204
  616. package/src/funcs/supportGetTicket.ts +0 -188
  617. package/src/funcs/supportListTicketMessages.ts +0 -188
  618. package/src/funcs/supportListTickets.ts +0 -190
  619. package/src/funcs/supportUpdateTicket.ts +0 -210
  620. package/src/funcs/underwritingSave.ts +0 -207
  621. package/src/mcp-server/tools/invoicesCreateInvoice.ts +0 -38
  622. package/src/mcp-server/tools/invoicesCreateInvoicePayment.ts +0 -40
  623. package/src/mcp-server/tools/invoicesGetInvoice.ts +0 -38
  624. package/src/mcp-server/tools/invoicesListInvoicePayments.ts +0 -38
  625. package/src/mcp-server/tools/invoicesListInvoices.ts +0 -38
  626. package/src/mcp-server/tools/invoicesUpdateInvoice.ts +0 -38
  627. package/src/mcp-server/tools/supportCreateTicket.ts +0 -41
  628. package/src/mcp-server/tools/supportGetTicket.ts +0 -41
  629. package/src/mcp-server/tools/supportListTicketMessages.ts +0 -41
  630. package/src/mcp-server/tools/supportListTickets.ts +0 -41
  631. package/src/mcp-server/tools/supportUpdateTicket.ts +0 -41
  632. package/src/mcp-server/tools/underwritingSave.ts +0 -40
  633. package/src/models/components/amountdecimalupdate.ts +0 -65
  634. package/src/models/components/businesspresence.ts +0 -25
  635. package/src/models/components/cardacceptancemethods.ts +0 -71
  636. package/src/models/components/cardacceptancemethodserror.ts +0 -59
  637. package/src/models/components/cardpresentpaymentpaymentmethod.ts +0 -76
  638. package/src/models/components/collectfunds.ts +0 -63
  639. package/src/models/components/collectfundsach.ts +0 -55
  640. package/src/models/components/collectfundsacherror.ts +0 -57
  641. package/src/models/components/collectfundscardpayments.ts +0 -93
  642. package/src/models/components/collectfundscardpaymentserror.ts +0 -87
  643. package/src/models/components/collectfundserror.ts +0 -67
  644. package/src/models/components/createaccounttype.ts +0 -21
  645. package/src/models/components/createinvoice.ts +0 -87
  646. package/src/models/components/createinvoicelineitem.ts +0 -104
  647. package/src/models/components/createinvoicelineitemoption.ts +0 -93
  648. package/src/models/components/createinvoicelineitemoptionvalidationerror.ts +0 -77
  649. package/src/models/components/createinvoicelineitems.ts +0 -63
  650. package/src/models/components/createinvoicelineitemsupdate.ts +0 -65
  651. package/src/models/components/createinvoicelineitemsvalidationerror.ts +0 -64
  652. package/src/models/components/createinvoicelineitemvalidationerror.ts +0 -88
  653. package/src/models/components/createinvoicepayment.ts +0 -70
  654. package/src/models/components/createticket.ts +0 -72
  655. package/src/models/components/createticketcontacterror.ts +0 -55
  656. package/src/models/components/entrymode.ts +0 -24
  657. package/src/models/components/estimatedactivity.ts +0 -67
  658. package/src/models/components/estimatedactivityerror.ts +0 -59
  659. package/src/models/components/fulfillment.ts +0 -61
  660. package/src/models/components/fulfillmenterror.ts +0 -55
  661. package/src/models/components/fulfillmentmethod.ts +0 -28
  662. package/src/models/components/fulfillmenttimeframe.ts +0 -27
  663. package/src/models/components/geographicreach.ts +0 -22
  664. package/src/models/components/guestprofile.ts +0 -70
  665. package/src/models/components/industrytaxonomy.ts +0 -85
  666. package/src/models/components/instantbankcreditpaymentmethod.ts +0 -76
  667. package/src/models/components/invoice.ts +0 -190
  668. package/src/models/components/invoiceexternalpayment.ts +0 -60
  669. package/src/models/components/invoicelineitem.ts +0 -108
  670. package/src/models/components/invoicelineitemimagemetadata.ts +0 -77
  671. package/src/models/components/invoicelineitemoption.ts +0 -97
  672. package/src/models/components/invoicelineitemoptionvalidationerror.ts +0 -72
  673. package/src/models/components/invoicelineitems.ts +0 -63
  674. package/src/models/components/invoicelineitemsvalidationerror.ts +0 -59
  675. package/src/models/components/invoicelineitemvalidationerror.ts +0 -85
  676. package/src/models/components/invoicepayment.ts +0 -92
  677. package/src/models/components/invoicepaymenttype.ts +0 -21
  678. package/src/models/components/invoicetransferpayment.ts +0 -54
  679. package/src/models/components/itemlistnextpage.ts +0 -54
  680. package/src/models/components/moneytransfer.ts +0 -63
  681. package/src/models/components/moneytransfererror.ts +0 -67
  682. package/src/models/components/moneytransferpullfromcard.ts +0 -57
  683. package/src/models/components/moneytransferpullfromcarderror.ts +0 -59
  684. package/src/models/components/moneytransferpushtocard.ts +0 -57
  685. package/src/models/components/moneytransferpushtocarderror.ts +0 -59
  686. package/src/models/components/monthlyvolumerange.ts +0 -33
  687. package/src/models/components/pendinglitigation.ts +0 -30
  688. package/src/models/components/refundpolicy.ts +0 -26
  689. package/src/models/components/sendfunds.ts +0 -83
  690. package/src/models/components/sendfundsach.ts +0 -53
  691. package/src/models/components/sendfundsacherror.ts +0 -57
  692. package/src/models/components/sendfundserror.ts +0 -83
  693. package/src/models/components/sendfundsinstantbank.ts +0 -57
  694. package/src/models/components/sendfundsinstantbankerror.ts +0 -57
  695. package/src/models/components/sendfundspushtocard.ts +0 -57
  696. package/src/models/components/sendfundspushtocarderror.ts +0 -57
  697. package/src/models/components/sendfundsrtp.ts +0 -53
  698. package/src/models/components/sendfundsrtperror.ts +0 -57
  699. package/src/models/components/submissionintent.ts +0 -21
  700. package/src/models/components/terminalcard.ts +0 -152
  701. package/src/models/components/ticket.ts +0 -98
  702. package/src/models/components/ticketcontact.ts +0 -51
  703. package/src/models/components/ticketmessage.ts +0 -55
  704. package/src/models/components/updateinvoice.ts +0 -98
  705. package/src/models/components/updateticket.ts +0 -55
  706. package/src/models/components/updateticketstatus.ts +0 -20
  707. package/src/models/components/upsertunderwriting.ts +0 -124
  708. package/src/models/components/volumesharebycustomertype.ts +0 -59
  709. package/src/models/components/volumesharebycustomertypeerror.ts +0 -61
  710. package/src/models/errors/createinvoiceerror.ts +0 -104
  711. package/src/models/errors/createinvoicepaymenterror.ts +0 -85
  712. package/src/models/errors/createticketerror.ts +0 -89
  713. package/src/models/errors/listinvoicesvalidationerror.ts +0 -116
  714. package/src/models/errors/updateinvoiceerror.ts +0 -100
  715. package/src/models/errors/updateticketerror.ts +0 -66
  716. package/src/models/errors/upsertunderwritingerror.ts +0 -178
  717. package/src/models/operations/createinvoice.ts +0 -187
  718. package/src/models/operations/createinvoicepayment.ts +0 -197
  719. package/src/models/operations/createticket.ts +0 -187
  720. package/src/models/operations/getinvoice.ts +0 -179
  721. package/src/models/operations/getticket.ts +0 -179
  722. package/src/models/operations/listinvoicepayments.ts +0 -181
  723. package/src/models/operations/listinvoices.ts +0 -215
  724. package/src/models/operations/listticketmessages.ts +0 -179
  725. package/src/models/operations/listtickets.ts +0 -241
  726. package/src/models/operations/saveunderwriting.ts +0 -187
  727. package/src/models/operations/updateinvoice.ts +0 -191
  728. package/src/models/operations/updateticket.ts +0 -191
  729. package/src/sdk/invoices.ts +0 -118
  730. package/src/sdk/support.ts +0 -114
@@ -1,55 +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
-
10
- export type CreateTicketContactError = {
11
- email?: string | undefined;
12
- name?: string | undefined;
13
- };
14
-
15
- /** @internal */
16
- export const CreateTicketContactError$inboundSchema: z.ZodType<
17
- CreateTicketContactError,
18
- z.ZodTypeDef,
19
- unknown
20
- > = z.object({
21
- email: z.string().optional(),
22
- name: z.string().optional(),
23
- });
24
- /** @internal */
25
- export type CreateTicketContactError$Outbound = {
26
- email?: string | undefined;
27
- name?: string | undefined;
28
- };
29
-
30
- /** @internal */
31
- export const CreateTicketContactError$outboundSchema: z.ZodType<
32
- CreateTicketContactError$Outbound,
33
- z.ZodTypeDef,
34
- CreateTicketContactError
35
- > = z.object({
36
- email: z.string().optional(),
37
- name: z.string().optional(),
38
- });
39
-
40
- export function createTicketContactErrorToJSON(
41
- createTicketContactError: CreateTicketContactError,
42
- ): string {
43
- return JSON.stringify(
44
- CreateTicketContactError$outboundSchema.parse(createTicketContactError),
45
- );
46
- }
47
- export function createTicketContactErrorFromJSON(
48
- jsonString: string,
49
- ): SafeParseResult<CreateTicketContactError, SDKValidationError> {
50
- return safeParse(
51
- jsonString,
52
- (x) => CreateTicketContactError$inboundSchema.parse(JSON.parse(x)),
53
- `Failed to parse 'CreateTicketContactError' from JSON`,
54
- );
55
- }
@@ -1,24 +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
- * How the card information was entered into the point of sale terminal.
10
- */
11
- export const EntryMode = {
12
- Contactless: "contactless",
13
- } as const;
14
- /**
15
- * How the card information was entered into the point of sale terminal.
16
- */
17
- export type EntryMode = ClosedEnum<typeof EntryMode>;
18
-
19
- /** @internal */
20
- export const EntryMode$inboundSchema: z.ZodNativeEnum<typeof EntryMode> = z
21
- .nativeEnum(EntryMode);
22
- /** @internal */
23
- export const EntryMode$outboundSchema: z.ZodNativeEnum<typeof EntryMode> =
24
- EntryMode$inboundSchema;
@@ -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
- MonthlyVolumeRange,
11
- MonthlyVolumeRange$inboundSchema,
12
- MonthlyVolumeRange$outboundSchema,
13
- } from "./monthlyvolumerange.js";
14
-
15
- export type EstimatedActivity = {
16
- averageTransactionAmount?: number | undefined;
17
- maximumTransactionAmount?: number | undefined;
18
- /**
19
- * The low value in each range is included. The high value in each range is excluded.
20
- */
21
- monthlyVolumeRange?: MonthlyVolumeRange | undefined;
22
- };
23
-
24
- /** @internal */
25
- export const EstimatedActivity$inboundSchema: z.ZodType<
26
- EstimatedActivity,
27
- z.ZodTypeDef,
28
- unknown
29
- > = z.object({
30
- averageTransactionAmount: z.number().int().optional(),
31
- maximumTransactionAmount: z.number().int().optional(),
32
- monthlyVolumeRange: MonthlyVolumeRange$inboundSchema.optional(),
33
- });
34
- /** @internal */
35
- export type EstimatedActivity$Outbound = {
36
- averageTransactionAmount?: number | undefined;
37
- maximumTransactionAmount?: number | undefined;
38
- monthlyVolumeRange?: string | undefined;
39
- };
40
-
41
- /** @internal */
42
- export const EstimatedActivity$outboundSchema: z.ZodType<
43
- EstimatedActivity$Outbound,
44
- z.ZodTypeDef,
45
- EstimatedActivity
46
- > = z.object({
47
- averageTransactionAmount: z.number().int().optional(),
48
- maximumTransactionAmount: z.number().int().optional(),
49
- monthlyVolumeRange: MonthlyVolumeRange$outboundSchema.optional(),
50
- });
51
-
52
- export function estimatedActivityToJSON(
53
- estimatedActivity: EstimatedActivity,
54
- ): string {
55
- return JSON.stringify(
56
- EstimatedActivity$outboundSchema.parse(estimatedActivity),
57
- );
58
- }
59
- export function estimatedActivityFromJSON(
60
- jsonString: string,
61
- ): SafeParseResult<EstimatedActivity, SDKValidationError> {
62
- return safeParse(
63
- jsonString,
64
- (x) => EstimatedActivity$inboundSchema.parse(JSON.parse(x)),
65
- `Failed to parse 'EstimatedActivity' from JSON`,
66
- );
67
- }
@@ -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
-
10
- export type EstimatedActivityError = {
11
- averageTransactionAmount?: string | undefined;
12
- maximumTransactionAmount?: string | undefined;
13
- monthlyVolumeRange?: string | undefined;
14
- };
15
-
16
- /** @internal */
17
- export const EstimatedActivityError$inboundSchema: z.ZodType<
18
- EstimatedActivityError,
19
- z.ZodTypeDef,
20
- unknown
21
- > = z.object({
22
- averageTransactionAmount: z.string().optional(),
23
- maximumTransactionAmount: z.string().optional(),
24
- monthlyVolumeRange: z.string().optional(),
25
- });
26
- /** @internal */
27
- export type EstimatedActivityError$Outbound = {
28
- averageTransactionAmount?: string | undefined;
29
- maximumTransactionAmount?: string | undefined;
30
- monthlyVolumeRange?: string | undefined;
31
- };
32
-
33
- /** @internal */
34
- export const EstimatedActivityError$outboundSchema: z.ZodType<
35
- EstimatedActivityError$Outbound,
36
- z.ZodTypeDef,
37
- EstimatedActivityError
38
- > = z.object({
39
- averageTransactionAmount: z.string().optional(),
40
- maximumTransactionAmount: z.string().optional(),
41
- monthlyVolumeRange: z.string().optional(),
42
- });
43
-
44
- export function estimatedActivityErrorToJSON(
45
- estimatedActivityError: EstimatedActivityError,
46
- ): string {
47
- return JSON.stringify(
48
- EstimatedActivityError$outboundSchema.parse(estimatedActivityError),
49
- );
50
- }
51
- export function estimatedActivityErrorFromJSON(
52
- jsonString: string,
53
- ): SafeParseResult<EstimatedActivityError, SDKValidationError> {
54
- return safeParse(
55
- jsonString,
56
- (x) => EstimatedActivityError$inboundSchema.parse(JSON.parse(x)),
57
- `Failed to parse 'EstimatedActivityError' from JSON`,
58
- );
59
- }
@@ -1,61 +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
- FulfillmentMethod,
11
- FulfillmentMethod$inboundSchema,
12
- FulfillmentMethod$outboundSchema,
13
- } from "./fulfillmentmethod.js";
14
- import {
15
- FulfillmentTimeframe,
16
- FulfillmentTimeframe$inboundSchema,
17
- FulfillmentTimeframe$outboundSchema,
18
- } from "./fulfillmenttimeframe.js";
19
-
20
- export type Fulfillment = {
21
- method?: FulfillmentMethod | undefined;
22
- timeframe?: FulfillmentTimeframe | undefined;
23
- };
24
-
25
- /** @internal */
26
- export const Fulfillment$inboundSchema: z.ZodType<
27
- Fulfillment,
28
- z.ZodTypeDef,
29
- unknown
30
- > = z.object({
31
- method: FulfillmentMethod$inboundSchema.optional(),
32
- timeframe: FulfillmentTimeframe$inboundSchema.optional(),
33
- });
34
- /** @internal */
35
- export type Fulfillment$Outbound = {
36
- method?: string | undefined;
37
- timeframe?: string | undefined;
38
- };
39
-
40
- /** @internal */
41
- export const Fulfillment$outboundSchema: z.ZodType<
42
- Fulfillment$Outbound,
43
- z.ZodTypeDef,
44
- Fulfillment
45
- > = z.object({
46
- method: FulfillmentMethod$outboundSchema.optional(),
47
- timeframe: FulfillmentTimeframe$outboundSchema.optional(),
48
- });
49
-
50
- export function fulfillmentToJSON(fulfillment: Fulfillment): string {
51
- return JSON.stringify(Fulfillment$outboundSchema.parse(fulfillment));
52
- }
53
- export function fulfillmentFromJSON(
54
- jsonString: string,
55
- ): SafeParseResult<Fulfillment, SDKValidationError> {
56
- return safeParse(
57
- jsonString,
58
- (x) => Fulfillment$inboundSchema.parse(JSON.parse(x)),
59
- `Failed to parse 'Fulfillment' from JSON`,
60
- );
61
- }
@@ -1,55 +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
-
10
- export type FulfillmentError = {
11
- method?: string | undefined;
12
- timeframe?: string | undefined;
13
- };
14
-
15
- /** @internal */
16
- export const FulfillmentError$inboundSchema: z.ZodType<
17
- FulfillmentError,
18
- z.ZodTypeDef,
19
- unknown
20
- > = z.object({
21
- method: z.string().optional(),
22
- timeframe: z.string().optional(),
23
- });
24
- /** @internal */
25
- export type FulfillmentError$Outbound = {
26
- method?: string | undefined;
27
- timeframe?: string | undefined;
28
- };
29
-
30
- /** @internal */
31
- export const FulfillmentError$outboundSchema: z.ZodType<
32
- FulfillmentError$Outbound,
33
- z.ZodTypeDef,
34
- FulfillmentError
35
- > = z.object({
36
- method: z.string().optional(),
37
- timeframe: z.string().optional(),
38
- });
39
-
40
- export function fulfillmentErrorToJSON(
41
- fulfillmentError: FulfillmentError,
42
- ): string {
43
- return JSON.stringify(
44
- FulfillmentError$outboundSchema.parse(fulfillmentError),
45
- );
46
- }
47
- export function fulfillmentErrorFromJSON(
48
- jsonString: string,
49
- ): SafeParseResult<FulfillmentError, SDKValidationError> {
50
- return safeParse(
51
- jsonString,
52
- (x) => FulfillmentError$inboundSchema.parse(JSON.parse(x)),
53
- `Failed to parse 'FulfillmentError' from JSON`,
54
- );
55
- }
@@ -1,28 +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 FulfillmentMethod = {
9
- BillOrDebtPayment: "bill-or-debt-payment",
10
- DigitalContent: "digital-content",
11
- Donation: "donation",
12
- InPersonService: "in-person-service",
13
- LocalPickupOrDelivery: "local-pickup-or-delivery",
14
- Other: "other",
15
- RemoteService: "remote-service",
16
- ShippedPhysicalGoods: "shipped-physical-goods",
17
- SubscriptionOrMembership: "subscription-or-membership",
18
- } as const;
19
- export type FulfillmentMethod = ClosedEnum<typeof FulfillmentMethod>;
20
-
21
- /** @internal */
22
- export const FulfillmentMethod$inboundSchema: z.ZodNativeEnum<
23
- typeof FulfillmentMethod
24
- > = z.nativeEnum(FulfillmentMethod);
25
- /** @internal */
26
- export const FulfillmentMethod$outboundSchema: z.ZodNativeEnum<
27
- typeof FulfillmentMethod
28
- > = FulfillmentMethod$inboundSchema;
@@ -1,27 +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 FulfillmentTimeframe = {
9
- Immediate: "immediate",
10
- Other: "other",
11
- Over30Days: "over-30-days",
12
- PreOrder: "pre-order",
13
- RecurringSchedule: "recurring-schedule",
14
- ScheduledEvent: "scheduled-event",
15
- Within30Days: "within-30-days",
16
- Within7Days: "within-7-days",
17
- } as const;
18
- export type FulfillmentTimeframe = ClosedEnum<typeof FulfillmentTimeframe>;
19
-
20
- /** @internal */
21
- export const FulfillmentTimeframe$inboundSchema: z.ZodNativeEnum<
22
- typeof FulfillmentTimeframe
23
- > = z.nativeEnum(FulfillmentTimeframe);
24
- /** @internal */
25
- export const FulfillmentTimeframe$outboundSchema: z.ZodNativeEnum<
26
- typeof FulfillmentTimeframe
27
- > = FulfillmentTimeframe$inboundSchema;
@@ -1,22 +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 GeographicReach = {
9
- InternationalOnly: "international-only",
10
- UsAndInternational: "us-and-international",
11
- UsOnly: "us-only",
12
- } as const;
13
- export type GeographicReach = ClosedEnum<typeof GeographicReach>;
14
-
15
- /** @internal */
16
- export const GeographicReach$inboundSchema: z.ZodNativeEnum<
17
- typeof GeographicReach
18
- > = z.nativeEnum(GeographicReach);
19
- /** @internal */
20
- export const GeographicReach$outboundSchema: z.ZodNativeEnum<
21
- typeof GeographicReach
22
- > = GeographicReach$inboundSchema;
@@ -1,70 +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
- PhoneNumber,
11
- PhoneNumber$inboundSchema,
12
- PhoneNumber$Outbound,
13
- PhoneNumber$outboundSchema,
14
- } from "./phonenumber.js";
15
-
16
- /**
17
- * Describes a guest account profile.
18
- */
19
- export type GuestProfile = {
20
- /**
21
- * The name associated with the guest account.
22
- *
23
- * @remarks
24
- * This will default to "Guest {accountIDfirst8}" if no other name is provided.
25
- */
26
- name: string;
27
- phone?: PhoneNumber | undefined;
28
- email?: string | undefined;
29
- };
30
-
31
- /** @internal */
32
- export const GuestProfile$inboundSchema: z.ZodType<
33
- GuestProfile,
34
- z.ZodTypeDef,
35
- unknown
36
- > = z.object({
37
- name: z.string(),
38
- phone: PhoneNumber$inboundSchema.optional(),
39
- email: z.string().optional(),
40
- });
41
- /** @internal */
42
- export type GuestProfile$Outbound = {
43
- name: string;
44
- phone?: PhoneNumber$Outbound | undefined;
45
- email?: string | undefined;
46
- };
47
-
48
- /** @internal */
49
- export const GuestProfile$outboundSchema: z.ZodType<
50
- GuestProfile$Outbound,
51
- z.ZodTypeDef,
52
- GuestProfile
53
- > = z.object({
54
- name: z.string(),
55
- phone: PhoneNumber$outboundSchema.optional(),
56
- email: z.string().optional(),
57
- });
58
-
59
- export function guestProfileToJSON(guestProfile: GuestProfile): string {
60
- return JSON.stringify(GuestProfile$outboundSchema.parse(guestProfile));
61
- }
62
- export function guestProfileFromJSON(
63
- jsonString: string,
64
- ): SafeParseResult<GuestProfile, SDKValidationError> {
65
- return safeParse(
66
- jsonString,
67
- (x) => GuestProfile$inboundSchema.parse(JSON.parse(x)),
68
- `Failed to parse 'GuestProfile' from JSON`,
69
- );
70
- }
@@ -1,85 +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
-
10
- /**
11
- * A structured industry taxonomy entry with category and mapped to a default MCC code.
12
- */
13
- export type IndustryTaxonomy = {
14
- /**
15
- * Classification identifier for the industry.
16
- */
17
- industry: string;
18
- /**
19
- * Display name of the industry
20
- */
21
- displayName: string;
22
- /**
23
- * Category slug
24
- */
25
- category: string;
26
- /**
27
- * Human-readable category label
28
- */
29
- categoryDisplayName: string;
30
- /**
31
- * Default Merchant Category Code
32
- */
33
- defaultMcc: string;
34
- };
35
-
36
- /** @internal */
37
- export const IndustryTaxonomy$inboundSchema: z.ZodType<
38
- IndustryTaxonomy,
39
- z.ZodTypeDef,
40
- unknown
41
- > = z.object({
42
- industry: z.string(),
43
- displayName: z.string(),
44
- category: z.string(),
45
- categoryDisplayName: z.string(),
46
- defaultMcc: z.string(),
47
- });
48
- /** @internal */
49
- export type IndustryTaxonomy$Outbound = {
50
- industry: string;
51
- displayName: string;
52
- category: string;
53
- categoryDisplayName: string;
54
- defaultMcc: string;
55
- };
56
-
57
- /** @internal */
58
- export const IndustryTaxonomy$outboundSchema: z.ZodType<
59
- IndustryTaxonomy$Outbound,
60
- z.ZodTypeDef,
61
- IndustryTaxonomy
62
- > = z.object({
63
- industry: z.string(),
64
- displayName: z.string(),
65
- category: z.string(),
66
- categoryDisplayName: z.string(),
67
- defaultMcc: z.string(),
68
- });
69
-
70
- export function industryTaxonomyToJSON(
71
- industryTaxonomy: IndustryTaxonomy,
72
- ): string {
73
- return JSON.stringify(
74
- IndustryTaxonomy$outboundSchema.parse(industryTaxonomy),
75
- );
76
- }
77
- export function industryTaxonomyFromJSON(
78
- jsonString: string,
79
- ): SafeParseResult<IndustryTaxonomy, SDKValidationError> {
80
- return safeParse(
81
- jsonString,
82
- (x) => IndustryTaxonomy$inboundSchema.parse(JSON.parse(x)),
83
- `Failed to parse 'IndustryTaxonomy' from JSON`,
84
- );
85
- }
@@ -1,76 +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
- PaymentMethodsBankAccount,
11
- PaymentMethodsBankAccount$inboundSchema,
12
- PaymentMethodsBankAccount$Outbound,
13
- PaymentMethodsBankAccount$outboundSchema,
14
- } from "./paymentmethodsbankaccount.js";
15
-
16
- /**
17
- * Instantly send funds to a bank account.
18
- */
19
- export type InstantBankCreditPaymentMethod = {
20
- /**
21
- * ID of the payment method.
22
- */
23
- paymentMethodID: string;
24
- paymentMethodType: "instant-bank-credit";
25
- /**
26
- * A bank account as contained within a payment method.
27
- */
28
- bankAccount: PaymentMethodsBankAccount;
29
- };
30
-
31
- /** @internal */
32
- export const InstantBankCreditPaymentMethod$inboundSchema: z.ZodType<
33
- InstantBankCreditPaymentMethod,
34
- z.ZodTypeDef,
35
- unknown
36
- > = z.object({
37
- paymentMethodID: z.string(),
38
- paymentMethodType: z.literal("instant-bank-credit"),
39
- bankAccount: PaymentMethodsBankAccount$inboundSchema,
40
- });
41
- /** @internal */
42
- export type InstantBankCreditPaymentMethod$Outbound = {
43
- paymentMethodID: string;
44
- paymentMethodType: "instant-bank-credit";
45
- bankAccount: PaymentMethodsBankAccount$Outbound;
46
- };
47
-
48
- /** @internal */
49
- export const InstantBankCreditPaymentMethod$outboundSchema: z.ZodType<
50
- InstantBankCreditPaymentMethod$Outbound,
51
- z.ZodTypeDef,
52
- InstantBankCreditPaymentMethod
53
- > = z.object({
54
- paymentMethodID: z.string(),
55
- paymentMethodType: z.literal("instant-bank-credit"),
56
- bankAccount: PaymentMethodsBankAccount$outboundSchema,
57
- });
58
-
59
- export function instantBankCreditPaymentMethodToJSON(
60
- instantBankCreditPaymentMethod: InstantBankCreditPaymentMethod,
61
- ): string {
62
- return JSON.stringify(
63
- InstantBankCreditPaymentMethod$outboundSchema.parse(
64
- instantBankCreditPaymentMethod,
65
- ),
66
- );
67
- }
68
- export function instantBankCreditPaymentMethodFromJSON(
69
- jsonString: string,
70
- ): SafeParseResult<InstantBankCreditPaymentMethod, SDKValidationError> {
71
- return safeParse(
72
- jsonString,
73
- (x) => InstantBankCreditPaymentMethod$inboundSchema.parse(JSON.parse(x)),
74
- `Failed to parse 'InstantBankCreditPaymentMethod' from JSON`,
75
- );
76
- }