@moovio/sdk 0.12.5 → 0.13.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 (294) hide show
  1. package/README.md +48 -35
  2. package/bin/mcp-server.js +1194 -69
  3. package/bin/mcp-server.js.map +64 -24
  4. package/docs/sdks/underwriting/README.md +95 -0
  5. package/funcs/transfersList.js +1 -0
  6. package/funcs/transfersList.js.map +1 -1
  7. package/funcs/underwritingSave.d.ts +20 -0
  8. package/funcs/underwritingSave.d.ts.map +1 -0
  9. package/funcs/underwritingSave.js +145 -0
  10. package/funcs/underwritingSave.js.map +1 -0
  11. package/jsr.json +1 -1
  12. package/lib/config.d.ts +3 -3
  13. package/lib/config.js +3 -3
  14. package/mcp-server/mcp-server.js +1 -1
  15. package/mcp-server/server.d.ts.map +1 -1
  16. package/mcp-server/server.js +3 -1
  17. package/mcp-server/server.js.map +1 -1
  18. package/mcp-server/tools/underwritingSave.d.ts +8 -0
  19. package/mcp-server/tools/underwritingSave.d.ts.map +1 -0
  20. package/mcp-server/tools/underwritingSave.js +67 -0
  21. package/mcp-server/tools/underwritingSave.js.map +1 -0
  22. package/models/components/businesspresence.d.ts +40 -0
  23. package/models/components/businesspresence.d.ts.map +1 -0
  24. package/models/components/businesspresence.js +64 -0
  25. package/models/components/businesspresence.js.map +1 -0
  26. package/models/components/capability.d.ts +1 -1
  27. package/models/components/capabilityid.d.ts +32 -2
  28. package/models/components/capabilityid.d.ts.map +1 -1
  29. package/models/components/capabilityid.js +11 -1
  30. package/models/components/capabilityid.js.map +1 -1
  31. package/models/components/cardacceptancemethods.d.ts +45 -0
  32. package/models/components/cardacceptancemethods.d.ts.map +1 -0
  33. package/models/components/cardacceptancemethods.js +73 -0
  34. package/models/components/cardacceptancemethods.js.map +1 -0
  35. package/models/components/cardacceptancemethodserror.d.ts +33 -0
  36. package/models/components/cardacceptancemethodserror.d.ts.map +1 -0
  37. package/models/components/cardacceptancemethodserror.js +73 -0
  38. package/models/components/cardacceptancemethodserror.js.map +1 -0
  39. package/models/components/collectfunds.d.ts +33 -0
  40. package/models/components/collectfunds.d.ts.map +1 -0
  41. package/models/components/collectfunds.js +73 -0
  42. package/models/components/collectfunds.js.map +1 -0
  43. package/models/components/collectfundsach.d.ts +30 -0
  44. package/models/components/collectfundsach.d.ts.map +1 -0
  45. package/models/components/collectfundsach.js +70 -0
  46. package/models/components/collectfundsach.js.map +1 -0
  47. package/models/components/collectfundsacherror.d.ts +30 -0
  48. package/models/components/collectfundsacherror.d.ts.map +1 -0
  49. package/models/components/collectfundsacherror.js +70 -0
  50. package/models/components/collectfundsacherror.js.map +1 -0
  51. package/models/components/collectfundscardpayments.d.ts +44 -0
  52. package/models/components/collectfundscardpayments.d.ts.map +1 -0
  53. package/models/components/collectfundscardpayments.js +81 -0
  54. package/models/components/collectfundscardpayments.js.map +1 -0
  55. package/models/components/collectfundscardpaymentserror.d.ts +40 -0
  56. package/models/components/collectfundscardpaymentserror.d.ts.map +1 -0
  57. package/models/components/collectfundscardpaymentserror.js +80 -0
  58. package/models/components/collectfundscardpaymentserror.js.map +1 -0
  59. package/models/components/collectfundserror.d.ts +33 -0
  60. package/models/components/collectfundserror.d.ts.map +1 -0
  61. package/models/components/collectfundserror.js +73 -0
  62. package/models/components/collectfundserror.js.map +1 -0
  63. package/models/components/createdtransfer.d.ts +5 -0
  64. package/models/components/createdtransfer.d.ts.map +1 -1
  65. package/models/components/createdtransfer.js +2 -0
  66. package/models/components/createdtransfer.js.map +1 -1
  67. package/models/components/createtransfer.d.ts +5 -0
  68. package/models/components/createtransfer.d.ts.map +1 -1
  69. package/models/components/createtransfer.js +2 -0
  70. package/models/components/createtransfer.js.map +1 -1
  71. package/models/components/estimatedactivity.d.ts +37 -0
  72. package/models/components/estimatedactivity.d.ts.map +1 -0
  73. package/models/components/estimatedactivity.js +74 -0
  74. package/models/components/estimatedactivity.js.map +1 -0
  75. package/models/components/estimatedactivityerror.d.ts +33 -0
  76. package/models/components/estimatedactivityerror.d.ts.map +1 -0
  77. package/models/components/estimatedactivityerror.js +73 -0
  78. package/models/components/estimatedactivityerror.js.map +1 -0
  79. package/models/components/fulfillment.d.ts +33 -0
  80. package/models/components/fulfillment.d.ts.map +1 -0
  81. package/models/components/fulfillment.js +73 -0
  82. package/models/components/fulfillment.js.map +1 -0
  83. package/models/components/fulfillmenterror.d.ts +31 -0
  84. package/models/components/fulfillmenterror.d.ts.map +1 -0
  85. package/models/components/fulfillmenterror.js +71 -0
  86. package/models/components/fulfillmenterror.js.map +1 -0
  87. package/models/components/fulfillmentmethod.d.ts +49 -0
  88. package/models/components/fulfillmentmethod.d.ts.map +1 -0
  89. package/models/components/fulfillmentmethod.js +67 -0
  90. package/models/components/fulfillmentmethod.js.map +1 -0
  91. package/models/components/fulfillmenttimeframe.d.ts +46 -0
  92. package/models/components/fulfillmenttimeframe.d.ts.map +1 -0
  93. package/models/components/fulfillmenttimeframe.js +66 -0
  94. package/models/components/fulfillmenttimeframe.js.map +1 -0
  95. package/models/components/geographicreach.d.ts +31 -0
  96. package/models/components/geographicreach.d.ts.map +1 -0
  97. package/models/components/geographicreach.js +61 -0
  98. package/models/components/geographicreach.js.map +1 -0
  99. package/models/components/index.d.ts +36 -0
  100. package/models/components/index.d.ts.map +1 -1
  101. package/models/components/index.js +36 -0
  102. package/models/components/index.js.map +1 -1
  103. package/models/components/moneytransfer.d.ts +33 -0
  104. package/models/components/moneytransfer.d.ts.map +1 -0
  105. package/models/components/moneytransfer.js +73 -0
  106. package/models/components/moneytransfer.js.map +1 -0
  107. package/models/components/moneytransfererror.d.ts +33 -0
  108. package/models/components/moneytransfererror.d.ts.map +1 -0
  109. package/models/components/moneytransfererror.js +73 -0
  110. package/models/components/moneytransfererror.js.map +1 -0
  111. package/models/components/moneytransferpullfromcard.d.ts +30 -0
  112. package/models/components/moneytransferpullfromcard.d.ts.map +1 -0
  113. package/models/components/moneytransferpullfromcard.js +70 -0
  114. package/models/components/moneytransferpullfromcard.js.map +1 -0
  115. package/models/components/moneytransferpullfromcarderror.d.ts +30 -0
  116. package/models/components/moneytransferpullfromcarderror.d.ts.map +1 -0
  117. package/models/components/moneytransferpullfromcarderror.js +70 -0
  118. package/models/components/moneytransferpullfromcarderror.js.map +1 -0
  119. package/models/components/moneytransferpushtocard.d.ts +30 -0
  120. package/models/components/moneytransferpushtocard.d.ts.map +1 -0
  121. package/models/components/moneytransferpushtocard.js +70 -0
  122. package/models/components/moneytransferpushtocard.js.map +1 -0
  123. package/models/components/moneytransferpushtocarderror.d.ts +30 -0
  124. package/models/components/moneytransferpushtocarderror.d.ts.map +1 -0
  125. package/models/components/moneytransferpushtocarderror.js +70 -0
  126. package/models/components/moneytransferpushtocarderror.js.map +1 -0
  127. package/models/components/monthlyvolumerange.d.ts +52 -0
  128. package/models/components/monthlyvolumerange.d.ts.map +1 -0
  129. package/models/components/monthlyvolumerange.js +69 -0
  130. package/models/components/monthlyvolumerange.js.map +1 -0
  131. package/models/components/pendinglitigation.d.ts +52 -0
  132. package/models/components/pendinglitigation.d.ts.map +1 -0
  133. package/models/components/pendinglitigation.js +68 -0
  134. package/models/components/pendinglitigation.js.map +1 -0
  135. package/models/components/refundpolicy.d.ts +49 -0
  136. package/models/components/refundpolicy.d.ts.map +1 -0
  137. package/models/components/refundpolicy.js +67 -0
  138. package/models/components/refundpolicy.js.map +1 -0
  139. package/models/components/sendfunds.d.ts +36 -0
  140. package/models/components/sendfunds.d.ts.map +1 -0
  141. package/models/components/sendfunds.js +76 -0
  142. package/models/components/sendfunds.js.map +1 -0
  143. package/models/components/sendfundsach.d.ts +30 -0
  144. package/models/components/sendfundsach.d.ts.map +1 -0
  145. package/models/components/sendfundsach.js +70 -0
  146. package/models/components/sendfundsach.js.map +1 -0
  147. package/models/components/sendfundsacherror.d.ts +30 -0
  148. package/models/components/sendfundsacherror.d.ts.map +1 -0
  149. package/models/components/sendfundsacherror.js +70 -0
  150. package/models/components/sendfundsacherror.js.map +1 -0
  151. package/models/components/sendfundserror.d.ts +36 -0
  152. package/models/components/sendfundserror.d.ts.map +1 -0
  153. package/models/components/sendfundserror.js +76 -0
  154. package/models/components/sendfundserror.js.map +1 -0
  155. package/models/components/sendfundspushtocard.d.ts +30 -0
  156. package/models/components/sendfundspushtocard.d.ts.map +1 -0
  157. package/models/components/sendfundspushtocard.js +70 -0
  158. package/models/components/sendfundspushtocard.js.map +1 -0
  159. package/models/components/sendfundspushtocarderror.d.ts +30 -0
  160. package/models/components/sendfundspushtocarderror.d.ts.map +1 -0
  161. package/models/components/sendfundspushtocarderror.js +70 -0
  162. package/models/components/sendfundspushtocarderror.js.map +1 -0
  163. package/models/components/sendfundsrtp.d.ts +30 -0
  164. package/models/components/sendfundsrtp.d.ts.map +1 -0
  165. package/models/components/sendfundsrtp.js +70 -0
  166. package/models/components/sendfundsrtp.js.map +1 -0
  167. package/models/components/sendfundsrtperror.d.ts +30 -0
  168. package/models/components/sendfundsrtperror.d.ts.map +1 -0
  169. package/models/components/sendfundsrtperror.js +70 -0
  170. package/models/components/sendfundsrtperror.js.map +1 -0
  171. package/models/components/transfer.d.ts +5 -0
  172. package/models/components/transfer.d.ts.map +1 -1
  173. package/models/components/transfer.js +2 -0
  174. package/models/components/transfer.js.map +1 -1
  175. package/models/components/underwriting.d.ts +35 -14
  176. package/models/components/underwriting.d.ts.map +1 -1
  177. package/models/components/underwriting.js +36 -14
  178. package/models/components/underwriting.js.map +1 -1
  179. package/models/components/upsertunderwriting.d.ts +48 -0
  180. package/models/components/upsertunderwriting.d.ts.map +1 -0
  181. package/models/components/upsertunderwriting.js +89 -0
  182. package/models/components/upsertunderwriting.js.map +1 -0
  183. package/models/components/volumesharebycustomertype.d.ts +33 -0
  184. package/models/components/volumesharebycustomertype.d.ts.map +1 -0
  185. package/models/components/volumesharebycustomertype.js +73 -0
  186. package/models/components/volumesharebycustomertype.js.map +1 -0
  187. package/models/components/volumesharebycustomertypeerror.d.ts +33 -0
  188. package/models/components/volumesharebycustomertypeerror.d.ts.map +1 -0
  189. package/models/components/volumesharebycustomertypeerror.js +73 -0
  190. package/models/components/volumesharebycustomertypeerror.js.map +1 -0
  191. package/models/components/webhookdatacapabilityrequested.d.ts +1 -1
  192. package/models/components/webhookdatacapabilityupdated.d.ts +1 -1
  193. package/models/components/webhookdatatransfercreated.d.ts +2 -0
  194. package/models/components/webhookdatatransfercreated.d.ts.map +1 -1
  195. package/models/components/webhookdatatransfercreated.js +2 -0
  196. package/models/components/webhookdatatransfercreated.js.map +1 -1
  197. package/models/components/webhookdatatransferupdated.d.ts +2 -0
  198. package/models/components/webhookdatatransferupdated.d.ts.map +1 -1
  199. package/models/components/webhookdatatransferupdated.js +2 -0
  200. package/models/components/webhookdatatransferupdated.js.map +1 -1
  201. package/models/errors/index.d.ts +1 -0
  202. package/models/errors/index.d.ts.map +1 -1
  203. package/models/errors/index.js +1 -0
  204. package/models/errors/index.js.map +1 -1
  205. package/models/errors/transfer.d.ts +9 -0
  206. package/models/errors/transfer.d.ts.map +1 -1
  207. package/models/errors/transfer.js +4 -0
  208. package/models/errors/transfer.js.map +1 -1
  209. package/models/errors/upsertunderwritingerror.d.ts +73 -0
  210. package/models/errors/upsertunderwritingerror.d.ts.map +1 -0
  211. package/models/errors/upsertunderwritingerror.js +150 -0
  212. package/models/errors/upsertunderwritingerror.js.map +1 -0
  213. package/models/operations/disablecapability.d.ts +1 -1
  214. package/models/operations/getcapability.d.ts +1 -1
  215. package/models/operations/index.d.ts +1 -0
  216. package/models/operations/index.d.ts.map +1 -1
  217. package/models/operations/index.js +1 -0
  218. package/models/operations/index.js.map +1 -1
  219. package/models/operations/listtransfers.d.ts +5 -0
  220. package/models/operations/listtransfers.d.ts.map +1 -1
  221. package/models/operations/listtransfers.js +2 -0
  222. package/models/operations/listtransfers.js.map +1 -1
  223. package/models/operations/saveunderwriting.d.ts +101 -0
  224. package/models/operations/saveunderwriting.d.ts.map +1 -0
  225. package/models/operations/saveunderwriting.js +155 -0
  226. package/models/operations/saveunderwriting.js.map +1 -0
  227. package/package.json +1 -1
  228. package/sdk/underwriting.d.ts +9 -0
  229. package/sdk/underwriting.d.ts.map +1 -1
  230. package/sdk/underwriting.js +12 -0
  231. package/sdk/underwriting.js.map +1 -1
  232. package/src/__tests__/mockserver/README.md +52 -0
  233. package/src/funcs/transfersList.ts +1 -0
  234. package/src/funcs/underwritingSave.ts +207 -0
  235. package/src/lib/config.ts +3 -3
  236. package/src/mcp-server/mcp-server.ts +1 -1
  237. package/src/mcp-server/server.ts +3 -1
  238. package/src/mcp-server/tools/underwritingSave.ts +40 -0
  239. package/src/models/components/businesspresence.ts +37 -0
  240. package/src/models/components/capability.ts +1 -1
  241. package/src/models/components/capabilityid.ts +12 -2
  242. package/src/models/components/cardacceptancemethods.ts +86 -0
  243. package/src/models/components/cardacceptancemethodserror.ts +74 -0
  244. package/src/models/components/collectfunds.ts +78 -0
  245. package/src/models/components/collectfundsach.ts +70 -0
  246. package/src/models/components/collectfundsacherror.ts +72 -0
  247. package/src/models/components/collectfundscardpayments.ts +108 -0
  248. package/src/models/components/collectfundscardpaymentserror.ts +102 -0
  249. package/src/models/components/collectfundserror.ts +82 -0
  250. package/src/models/components/createdtransfer.ts +7 -0
  251. package/src/models/components/createtransfer.ts +7 -0
  252. package/src/models/components/estimatedactivity.ts +82 -0
  253. package/src/models/components/estimatedactivityerror.ts +74 -0
  254. package/src/models/components/fulfillment.ts +76 -0
  255. package/src/models/components/fulfillmenterror.ts +70 -0
  256. package/src/models/components/fulfillmentmethod.ts +40 -0
  257. package/src/models/components/fulfillmenttimeframe.ts +39 -0
  258. package/src/models/components/geographicreach.ts +34 -0
  259. package/src/models/components/index.ts +36 -0
  260. package/src/models/components/moneytransfer.ts +78 -0
  261. package/src/models/components/moneytransfererror.ts +82 -0
  262. package/src/models/components/moneytransferpullfromcard.ts +72 -0
  263. package/src/models/components/moneytransferpullfromcarderror.ts +74 -0
  264. package/src/models/components/moneytransferpushtocard.ts +72 -0
  265. package/src/models/components/moneytransferpushtocarderror.ts +74 -0
  266. package/src/models/components/monthlyvolumerange.ts +45 -0
  267. package/src/models/components/pendinglitigation.ts +42 -0
  268. package/src/models/components/refundpolicy.ts +38 -0
  269. package/src/models/components/sendfunds.ts +88 -0
  270. package/src/models/components/sendfundsach.ts +68 -0
  271. package/src/models/components/sendfundsacherror.ts +72 -0
  272. package/src/models/components/sendfundserror.ts +88 -0
  273. package/src/models/components/sendfundspushtocard.ts +72 -0
  274. package/src/models/components/sendfundspushtocarderror.ts +72 -0
  275. package/src/models/components/sendfundsrtp.ts +68 -0
  276. package/src/models/components/sendfundsrtperror.ts +72 -0
  277. package/src/models/components/transfer.ts +7 -0
  278. package/src/models/components/underwriting.ts +96 -28
  279. package/src/models/components/upsertunderwriting.ts +130 -0
  280. package/src/models/components/volumesharebycustomertype.ts +74 -0
  281. package/src/models/components/volumesharebycustomertypeerror.ts +76 -0
  282. package/src/models/components/webhookdatacapabilityrequested.ts +1 -1
  283. package/src/models/components/webhookdatacapabilityupdated.ts +1 -1
  284. package/src/models/components/webhookdatatransfercreated.ts +4 -0
  285. package/src/models/components/webhookdatatransferupdated.ts +4 -0
  286. package/src/models/errors/index.ts +1 -0
  287. package/src/models/errors/transfer.ts +12 -0
  288. package/src/models/errors/upsertunderwritingerror.ts +185 -0
  289. package/src/models/operations/disablecapability.ts +1 -1
  290. package/src/models/operations/getcapability.ts +1 -1
  291. package/src/models/operations/index.ts +1 -0
  292. package/src/models/operations/listtransfers.ts +7 -0
  293. package/src/models/operations/saveunderwriting.ts +231 -0
  294. package/src/sdk/underwriting.ts +20 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"moneytransferpushtocarderror.js","sourceRoot":"","sources":["../../src/models/components/moneytransferpushtocarderror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDH,gFAQC;AAED,oFAQC;AArED,uCAAyB;AACzB,qDAAiD;AAGjD,2EAKqC;AAMrC,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,gEAAoC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,iEAAqC,CAAC,QAAQ,EAAE;CACpE,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,6BAA6B,CAO7C;AAPD,WAAiB,6BAA6B;IAC5C,4EAA4E;IAC/D,2CAAa,GAAG,kDAA0C,CAAC;IACxE,6EAA6E;IAChE,4CAAc,GAAG,mDAA2C,CAAC;AAG5E,CAAC,EAPgB,6BAA6B,6CAA7B,6BAA6B,QAO7C;AAED,SAAgB,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,mDAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,oCAAoC,CAClD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,kDAA0C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtE,0DAA0D,CAC3D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,52 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ /**
4
+ * The low value in each range is included. The high value in each range is excluded.
5
+ */
6
+ export declare const MonthlyVolumeRange: {
7
+ readonly Under10k: "under-10k";
8
+ readonly TenK50K: "10K-50K";
9
+ readonly FiftyK100K: "50K-100K";
10
+ readonly OneHundredK250K: "100K-250K";
11
+ readonly TwoHundredAndFiftyK500K: "250K-500K";
12
+ readonly FiveHundredK1M: "500K-1M";
13
+ readonly OneM5M: "1M-5M";
14
+ readonly Over5m: "over-5m";
15
+ };
16
+ /**
17
+ * The low value in each range is included. The high value in each range is excluded.
18
+ */
19
+ export type MonthlyVolumeRange = ClosedEnum<typeof MonthlyVolumeRange>;
20
+ /** @internal */
21
+ export declare const MonthlyVolumeRange$inboundSchema: z.ZodNativeEnum<typeof MonthlyVolumeRange>;
22
+ /** @internal */
23
+ export declare const MonthlyVolumeRange$outboundSchema: z.ZodNativeEnum<typeof MonthlyVolumeRange>;
24
+ /**
25
+ * @internal
26
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
27
+ */
28
+ export declare namespace MonthlyVolumeRange$ {
29
+ /** @deprecated use `MonthlyVolumeRange$inboundSchema` instead. */
30
+ const inboundSchema: z.ZodNativeEnum<{
31
+ readonly Under10k: "under-10k";
32
+ readonly TenK50K: "10K-50K";
33
+ readonly FiftyK100K: "50K-100K";
34
+ readonly OneHundredK250K: "100K-250K";
35
+ readonly TwoHundredAndFiftyK500K: "250K-500K";
36
+ readonly FiveHundredK1M: "500K-1M";
37
+ readonly OneM5M: "1M-5M";
38
+ readonly Over5m: "over-5m";
39
+ }>;
40
+ /** @deprecated use `MonthlyVolumeRange$outboundSchema` instead. */
41
+ const outboundSchema: z.ZodNativeEnum<{
42
+ readonly Under10k: "under-10k";
43
+ readonly TenK50K: "10K-50K";
44
+ readonly FiftyK100K: "50K-100K";
45
+ readonly OneHundredK250K: "100K-250K";
46
+ readonly TwoHundredAndFiftyK500K: "250K-500K";
47
+ readonly FiveHundredK1M: "500K-1M";
48
+ readonly OneM5M: "1M-5M";
49
+ readonly Over5m: "over-5m";
50
+ }>;
51
+ }
52
+ //# sourceMappingURL=monthlyvolumerange.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monthlyvolumerange.d.ts","sourceRoot":"","sources":["../../src/models/components/monthlyvolumerange.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;CASrB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,kBAAkB,CACS,CAAC;AAErC,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,kBAAkB,CACS,CAAC;AAErC;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa;;;;;;;;;MAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc;;;;;;;;;MAAoC,CAAC;CACjE"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.MonthlyVolumeRange$ = exports.MonthlyVolumeRange$outboundSchema = exports.MonthlyVolumeRange$inboundSchema = exports.MonthlyVolumeRange = void 0;
40
+ const z = __importStar(require("zod"));
41
+ /**
42
+ * The low value in each range is included. The high value in each range is excluded.
43
+ */
44
+ exports.MonthlyVolumeRange = {
45
+ Under10k: "under-10k",
46
+ TenK50K: "10K-50K",
47
+ FiftyK100K: "50K-100K",
48
+ OneHundredK250K: "100K-250K",
49
+ TwoHundredAndFiftyK500K: "250K-500K",
50
+ FiveHundredK1M: "500K-1M",
51
+ OneM5M: "1M-5M",
52
+ Over5m: "over-5m",
53
+ };
54
+ /** @internal */
55
+ exports.MonthlyVolumeRange$inboundSchema = z.nativeEnum(exports.MonthlyVolumeRange);
56
+ /** @internal */
57
+ exports.MonthlyVolumeRange$outboundSchema = exports.MonthlyVolumeRange$inboundSchema;
58
+ /**
59
+ * @internal
60
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
61
+ */
62
+ var MonthlyVolumeRange$;
63
+ (function (MonthlyVolumeRange$) {
64
+ /** @deprecated use `MonthlyVolumeRange$inboundSchema` instead. */
65
+ MonthlyVolumeRange$.inboundSchema = exports.MonthlyVolumeRange$inboundSchema;
66
+ /** @deprecated use `MonthlyVolumeRange$outboundSchema` instead. */
67
+ MonthlyVolumeRange$.outboundSchema = exports.MonthlyVolumeRange$outboundSchema;
68
+ })(MonthlyVolumeRange$ || (exports.MonthlyVolumeRange$ = MonthlyVolumeRange$ = {}));
69
+ //# sourceMappingURL=monthlyvolumerange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monthlyvolumerange.js","sourceRoot":"","sources":["../../src/models/components/monthlyvolumerange.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,kBAAkB,GAAG;IAChC,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,UAAU;IACtB,eAAe,EAAE,WAAW;IAC5B,uBAAuB,EAAE,WAAW;IACpC,cAAc,EAAE,SAAS;IACzB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,SAAS;CACT,CAAC;AAMX,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAErC,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,wCAAgC,CAAC;AAErC;;;GAGG;AACH,IAAiB,mBAAmB,CAKnC;AALD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAClE,CAAC,EALgB,mBAAmB,mCAAnB,mBAAmB,QAKnC"}
@@ -0,0 +1,52 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ export declare const PendingLitigation: {
4
+ readonly BankruptcyOrInsolvency: "bankruptcy-or-insolvency";
5
+ readonly ConsumerProtectionOrClassAction: "consumer-protection-or-class-action";
6
+ readonly DataBreachOrPrivacy: "data-breach-or-privacy";
7
+ readonly EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes";
8
+ readonly FraudOrFinancialCrime: "fraud-or-financial-crime";
9
+ readonly GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation";
10
+ readonly IntellectualProperty: "intellectual-property";
11
+ readonly None: "none";
12
+ readonly Other: "other";
13
+ readonly PersonalInjuryOrMedical: "personal-injury-or-medical";
14
+ };
15
+ export type PendingLitigation = ClosedEnum<typeof PendingLitigation>;
16
+ /** @internal */
17
+ export declare const PendingLitigation$inboundSchema: z.ZodNativeEnum<typeof PendingLitigation>;
18
+ /** @internal */
19
+ export declare const PendingLitigation$outboundSchema: z.ZodNativeEnum<typeof PendingLitigation>;
20
+ /**
21
+ * @internal
22
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
23
+ */
24
+ export declare namespace PendingLitigation$ {
25
+ /** @deprecated use `PendingLitigation$inboundSchema` instead. */
26
+ const inboundSchema: z.ZodNativeEnum<{
27
+ readonly BankruptcyOrInsolvency: "bankruptcy-or-insolvency";
28
+ readonly ConsumerProtectionOrClassAction: "consumer-protection-or-class-action";
29
+ readonly DataBreachOrPrivacy: "data-breach-or-privacy";
30
+ readonly EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes";
31
+ readonly FraudOrFinancialCrime: "fraud-or-financial-crime";
32
+ readonly GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation";
33
+ readonly IntellectualProperty: "intellectual-property";
34
+ readonly None: "none";
35
+ readonly Other: "other";
36
+ readonly PersonalInjuryOrMedical: "personal-injury-or-medical";
37
+ }>;
38
+ /** @deprecated use `PendingLitigation$outboundSchema` instead. */
39
+ const outboundSchema: z.ZodNativeEnum<{
40
+ readonly BankruptcyOrInsolvency: "bankruptcy-or-insolvency";
41
+ readonly ConsumerProtectionOrClassAction: "consumer-protection-or-class-action";
42
+ readonly DataBreachOrPrivacy: "data-breach-or-privacy";
43
+ readonly EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes";
44
+ readonly FraudOrFinancialCrime: "fraud-or-financial-crime";
45
+ readonly GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation";
46
+ readonly IntellectualProperty: "intellectual-property";
47
+ readonly None: "none";
48
+ readonly Other: "other";
49
+ readonly PersonalInjuryOrMedical: "personal-injury-or-medical";
50
+ }>;
51
+ }
52
+ //# sourceMappingURL=pendinglitigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pendinglitigation.d.ts","sourceRoot":"","sources":["../../src/models/components/pendinglitigation.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,iBAAiB;;;;;;;;;;;CAYpB,CAAC;AACX,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAErE,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,iBAAiB,CACS,CAAC;AAEpC,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,iBAAiB,CACS,CAAC;AAEpC;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa;;;;;;;;;;;MAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc;;;;;;;;;;;MAAmC,CAAC;CAChE"}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.PendingLitigation$ = exports.PendingLitigation$outboundSchema = exports.PendingLitigation$inboundSchema = exports.PendingLitigation = void 0;
40
+ const z = __importStar(require("zod"));
41
+ exports.PendingLitigation = {
42
+ BankruptcyOrInsolvency: "bankruptcy-or-insolvency",
43
+ ConsumerProtectionOrClassAction: "consumer-protection-or-class-action",
44
+ DataBreachOrPrivacy: "data-breach-or-privacy",
45
+ EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes",
46
+ FraudOrFinancialCrime: "fraud-or-financial-crime",
47
+ GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation",
48
+ IntellectualProperty: "intellectual-property",
49
+ None: "none",
50
+ Other: "other",
51
+ PersonalInjuryOrMedical: "personal-injury-or-medical",
52
+ };
53
+ /** @internal */
54
+ exports.PendingLitigation$inboundSchema = z.nativeEnum(exports.PendingLitigation);
55
+ /** @internal */
56
+ exports.PendingLitigation$outboundSchema = exports.PendingLitigation$inboundSchema;
57
+ /**
58
+ * @internal
59
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
60
+ */
61
+ var PendingLitigation$;
62
+ (function (PendingLitigation$) {
63
+ /** @deprecated use `PendingLitigation$inboundSchema` instead. */
64
+ PendingLitigation$.inboundSchema = exports.PendingLitigation$inboundSchema;
65
+ /** @deprecated use `PendingLitigation$outboundSchema` instead. */
66
+ PendingLitigation$.outboundSchema = exports.PendingLitigation$outboundSchema;
67
+ })(PendingLitigation$ || (exports.PendingLitigation$ = PendingLitigation$ = {}));
68
+ //# sourceMappingURL=pendinglitigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pendinglitigation.js","sourceRoot":"","sources":["../../src/models/components/pendinglitigation.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,iBAAiB,GAAG;IAC/B,sBAAsB,EAAE,0BAA0B;IAClD,+BAA+B,EAAE,qCAAqC;IACtE,mBAAmB,EAAE,wBAAwB;IAC7C,6BAA6B,EAAE,kCAAkC;IACjE,qBAAqB,EAAE,0BAA0B;IACjD,oCAAoC,EAClC,yCAAyC;IAC3C,oBAAoB,EAAE,uBAAuB;IAC7C,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,uBAAuB,EAAE,4BAA4B;CAC7C,CAAC;AAGX,gBAAgB;AACH,QAAA,+BAA+B,GAExC,CAAC,CAAC,UAAU,CAAC,yBAAiB,CAAC,CAAC;AAEpC,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,uCAA+B,CAAC;AAEpC;;;GAGG;AACH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AACjE,CAAC,EALgB,kBAAkB,kCAAlB,kBAAkB,QAKlC"}
@@ -0,0 +1,49 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ export declare const RefundPolicy: {
4
+ readonly ConditionalRefund: "conditional-refund";
5
+ readonly CustomPolicy: "custom-policy";
6
+ readonly EventBasedPolicy: "event-based-policy";
7
+ readonly FullRefundExtendedWindow: "full-refund-extended-window";
8
+ readonly FullRefundWithin30Days: "full-refund-within-30-days";
9
+ readonly NoRefunds: "no-refunds";
10
+ readonly PartialRefund: "partial-refund";
11
+ readonly ProratedRefund: "prorated-refund";
12
+ readonly StoreCreditOnly: "store-credit-only";
13
+ };
14
+ export type RefundPolicy = ClosedEnum<typeof RefundPolicy>;
15
+ /** @internal */
16
+ export declare const RefundPolicy$inboundSchema: z.ZodNativeEnum<typeof RefundPolicy>;
17
+ /** @internal */
18
+ export declare const RefundPolicy$outboundSchema: z.ZodNativeEnum<typeof RefundPolicy>;
19
+ /**
20
+ * @internal
21
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
22
+ */
23
+ export declare namespace RefundPolicy$ {
24
+ /** @deprecated use `RefundPolicy$inboundSchema` instead. */
25
+ const inboundSchema: z.ZodNativeEnum<{
26
+ readonly ConditionalRefund: "conditional-refund";
27
+ readonly CustomPolicy: "custom-policy";
28
+ readonly EventBasedPolicy: "event-based-policy";
29
+ readonly FullRefundExtendedWindow: "full-refund-extended-window";
30
+ readonly FullRefundWithin30Days: "full-refund-within-30-days";
31
+ readonly NoRefunds: "no-refunds";
32
+ readonly PartialRefund: "partial-refund";
33
+ readonly ProratedRefund: "prorated-refund";
34
+ readonly StoreCreditOnly: "store-credit-only";
35
+ }>;
36
+ /** @deprecated use `RefundPolicy$outboundSchema` instead. */
37
+ const outboundSchema: z.ZodNativeEnum<{
38
+ readonly ConditionalRefund: "conditional-refund";
39
+ readonly CustomPolicy: "custom-policy";
40
+ readonly EventBasedPolicy: "event-based-policy";
41
+ readonly FullRefundExtendedWindow: "full-refund-extended-window";
42
+ readonly FullRefundWithin30Days: "full-refund-within-30-days";
43
+ readonly NoRefunds: "no-refunds";
44
+ readonly PartialRefund: "partial-refund";
45
+ readonly ProratedRefund: "prorated-refund";
46
+ readonly StoreCreditOnly: "store-credit-only";
47
+ }>;
48
+ }
49
+ //# sourceMappingURL=refundpolicy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refundpolicy.d.ts","sourceRoot":"","sources":["../../src/models/components/refundpolicy.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,YAAY;;;;;;;;;;CAUf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CAChD,CAAC;AAE7B,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CACjD,CAAC;AAE7B;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa;;;;;;;;;;MAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc;;;;;;;;;;MAA8B,CAAC;CAC3D"}
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.RefundPolicy$ = exports.RefundPolicy$outboundSchema = exports.RefundPolicy$inboundSchema = exports.RefundPolicy = void 0;
40
+ const z = __importStar(require("zod"));
41
+ exports.RefundPolicy = {
42
+ ConditionalRefund: "conditional-refund",
43
+ CustomPolicy: "custom-policy",
44
+ EventBasedPolicy: "event-based-policy",
45
+ FullRefundExtendedWindow: "full-refund-extended-window",
46
+ FullRefundWithin30Days: "full-refund-within-30-days",
47
+ NoRefunds: "no-refunds",
48
+ PartialRefund: "partial-refund",
49
+ ProratedRefund: "prorated-refund",
50
+ StoreCreditOnly: "store-credit-only",
51
+ };
52
+ /** @internal */
53
+ exports.RefundPolicy$inboundSchema = z.nativeEnum(exports.RefundPolicy);
54
+ /** @internal */
55
+ exports.RefundPolicy$outboundSchema = exports.RefundPolicy$inboundSchema;
56
+ /**
57
+ * @internal
58
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
59
+ */
60
+ var RefundPolicy$;
61
+ (function (RefundPolicy$) {
62
+ /** @deprecated use `RefundPolicy$inboundSchema` instead. */
63
+ RefundPolicy$.inboundSchema = exports.RefundPolicy$inboundSchema;
64
+ /** @deprecated use `RefundPolicy$outboundSchema` instead. */
65
+ RefundPolicy$.outboundSchema = exports.RefundPolicy$outboundSchema;
66
+ })(RefundPolicy$ || (exports.RefundPolicy$ = RefundPolicy$ = {}));
67
+ //# sourceMappingURL=refundpolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refundpolicy.js","sourceRoot":"","sources":["../../src/models/components/refundpolicy.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,YAAY,GAAG;IAC1B,iBAAiB,EAAE,oBAAoB;IACvC,YAAY,EAAE,eAAe;IAC7B,gBAAgB,EAAE,oBAAoB;IACtC,wBAAwB,EAAE,6BAA6B;IACvD,sBAAsB,EAAE,4BAA4B;IACpD,SAAS,EAAE,YAAY;IACvB,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,eAAe,EAAE,mBAAmB;CAC5B,CAAC;AAGX,gBAAgB;AACH,QAAA,0BAA0B,GACrC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AAE7B,gBAAgB;AACH,QAAA,2BAA2B,GACtC,kCAA0B,CAAC;AAE7B;;;GAGG;AACH,IAAiB,aAAa,CAK7B;AALD,WAAiB,aAAa;IAC5B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAC5D,CAAC,EALgB,aAAa,6BAAb,aAAa,QAK7B"}
@@ -0,0 +1,36 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { SendFundsAch, SendFundsAch$Outbound } from "./sendfundsach.js";
5
+ import { SendFundsPushToCard, SendFundsPushToCard$Outbound } from "./sendfundspushtocard.js";
6
+ import { SendFundsRtp, SendFundsRtp$Outbound } from "./sendfundsrtp.js";
7
+ export type SendFunds = {
8
+ ach?: SendFundsAch | undefined;
9
+ pushToCard?: SendFundsPushToCard | undefined;
10
+ rtp?: SendFundsRtp | undefined;
11
+ };
12
+ /** @internal */
13
+ export declare const SendFunds$inboundSchema: z.ZodType<SendFunds, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type SendFunds$Outbound = {
16
+ ach?: SendFundsAch$Outbound | undefined;
17
+ pushToCard?: SendFundsPushToCard$Outbound | undefined;
18
+ rtp?: SendFundsRtp$Outbound | undefined;
19
+ };
20
+ /** @internal */
21
+ export declare const SendFunds$outboundSchema: z.ZodType<SendFunds$Outbound, z.ZodTypeDef, SendFunds>;
22
+ /**
23
+ * @internal
24
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
25
+ */
26
+ export declare namespace SendFunds$ {
27
+ /** @deprecated use `SendFunds$inboundSchema` instead. */
28
+ const inboundSchema: z.ZodType<SendFunds, z.ZodTypeDef, unknown>;
29
+ /** @deprecated use `SendFunds$outboundSchema` instead. */
30
+ const outboundSchema: z.ZodType<SendFunds$Outbound, z.ZodTypeDef, SendFunds>;
31
+ /** @deprecated use `SendFunds$Outbound` instead. */
32
+ type Outbound = SendFunds$Outbound;
33
+ }
34
+ export declare function sendFundsToJSON(sendFunds: SendFunds): string;
35
+ export declare function sendFundsFromJSON(jsonString: string): SafeParseResult<SendFunds, SDKValidationError>;
36
+ //# sourceMappingURL=sendfunds.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfunds.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,mBAAmB,EAEnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,SAAS,GAAG;IACtB,GAAG,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IAC7C,GAAG,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,SAAS,EACT,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IACxC,UAAU,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IACtD,GAAG,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,SAAS,CAKT,CAAC;AAEH;;;GAGG;AACH,yBAAiB,UAAU,CAAC;IAC1B,yDAAyD;IAClD,MAAM,aAAa,6CAA0B,CAAC;IACrD,0DAA0D;IACnD,MAAM,cAAc,wDAA2B,CAAC;IACvD,oDAAoD;IACpD,KAAY,QAAQ,GAAG,kBAAkB,CAAC;CAC3C;AAED,wBAAgB,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM,CAE5D;AAED,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,SAAS,EAAE,kBAAkB,CAAC,CAMhD"}
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SendFunds$ = exports.SendFunds$outboundSchema = exports.SendFunds$inboundSchema = void 0;
40
+ exports.sendFundsToJSON = sendFundsToJSON;
41
+ exports.sendFundsFromJSON = sendFundsFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ const sendfundsach_js_1 = require("./sendfundsach.js");
45
+ const sendfundspushtocard_js_1 = require("./sendfundspushtocard.js");
46
+ const sendfundsrtp_js_1 = require("./sendfundsrtp.js");
47
+ /** @internal */
48
+ exports.SendFunds$inboundSchema = z.object({
49
+ ach: sendfundsach_js_1.SendFundsAch$inboundSchema.optional(),
50
+ pushToCard: sendfundspushtocard_js_1.SendFundsPushToCard$inboundSchema.optional(),
51
+ rtp: sendfundsrtp_js_1.SendFundsRtp$inboundSchema.optional(),
52
+ });
53
+ /** @internal */
54
+ exports.SendFunds$outboundSchema = z.object({
55
+ ach: sendfundsach_js_1.SendFundsAch$outboundSchema.optional(),
56
+ pushToCard: sendfundspushtocard_js_1.SendFundsPushToCard$outboundSchema.optional(),
57
+ rtp: sendfundsrtp_js_1.SendFundsRtp$outboundSchema.optional(),
58
+ });
59
+ /**
60
+ * @internal
61
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
62
+ */
63
+ var SendFunds$;
64
+ (function (SendFunds$) {
65
+ /** @deprecated use `SendFunds$inboundSchema` instead. */
66
+ SendFunds$.inboundSchema = exports.SendFunds$inboundSchema;
67
+ /** @deprecated use `SendFunds$outboundSchema` instead. */
68
+ SendFunds$.outboundSchema = exports.SendFunds$outboundSchema;
69
+ })(SendFunds$ || (exports.SendFunds$ = SendFunds$ = {}));
70
+ function sendFundsToJSON(sendFunds) {
71
+ return JSON.stringify(exports.SendFunds$outboundSchema.parse(sendFunds));
72
+ }
73
+ function sendFundsFromJSON(jsonString) {
74
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFunds$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFunds' from JSON`);
75
+ }
76
+ //# sourceMappingURL=sendfunds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfunds.js","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyEH,0CAEC;AAED,8CAQC;AAnFD,uCAAyB;AACzB,qDAAiD;AAGjD,uDAK2B;AAC3B,qEAKkC;AAClC,uDAK2B;AAQ3B,gBAAgB;AACH,QAAA,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,4CAA0B,CAAC,QAAQ,EAAE;IAC1C,UAAU,EAAE,0DAAiC,CAAC,QAAQ,EAAE;IACxD,GAAG,EAAE,4CAA0B,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,wBAAwB,GAIjC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IAC3C,UAAU,EAAE,2DAAkC,CAAC,QAAQ,EAAE;IACzD,GAAG,EAAE,6CAA2B,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,UAAU,CAO1B;AAPD,WAAiB,UAAU;IACzB,yDAAyD;IAC5C,wBAAa,GAAG,+BAAuB,CAAC;IACrD,0DAA0D;IAC7C,yBAAc,GAAG,gCAAwB,CAAC;AAGzD,CAAC,EAPgB,UAAU,0BAAV,UAAU,QAO1B;AAED,SAAgB,eAAe,CAAC,SAAoB;IAClD,OAAO,IAAI,CAAC,SAAS,CAAC,gCAAwB,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,iBAAiB,CAC/B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+BAAuB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnD,uCAAuC,CACxC,CAAC;AACJ,CAAC"}
@@ -0,0 +1,30 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { EstimatedActivity, EstimatedActivity$Outbound } from "./estimatedactivity.js";
5
+ export type SendFundsAch = {
6
+ estimatedActivity?: EstimatedActivity | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const SendFundsAch$inboundSchema: z.ZodType<SendFundsAch, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type SendFundsAch$Outbound = {
12
+ estimatedActivity?: EstimatedActivity$Outbound | undefined;
13
+ };
14
+ /** @internal */
15
+ export declare const SendFundsAch$outboundSchema: z.ZodType<SendFundsAch$Outbound, z.ZodTypeDef, SendFundsAch>;
16
+ /**
17
+ * @internal
18
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
19
+ */
20
+ export declare namespace SendFundsAch$ {
21
+ /** @deprecated use `SendFundsAch$inboundSchema` instead. */
22
+ const inboundSchema: z.ZodType<SendFundsAch, z.ZodTypeDef, unknown>;
23
+ /** @deprecated use `SendFundsAch$outboundSchema` instead. */
24
+ const outboundSchema: z.ZodType<SendFundsAch$Outbound, z.ZodTypeDef, SendFundsAch>;
25
+ /** @deprecated use `SendFundsAch$Outbound` instead. */
26
+ type Outbound = SendFundsAch$Outbound;
27
+ }
28
+ export declare function sendFundsAchToJSON(sendFundsAch: SendFundsAch): string;
29
+ export declare function sendFundsAchFromJSON(jsonString: string): SafeParseResult<SendFundsAch, SDKValidationError>;
30
+ //# sourceMappingURL=sendfundsach.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundsach.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundsach.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG;IACzB,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACnD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,YAAY,EACZ,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,qBAAqB,GAAG;IAClC,iBAAiB,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,YAAY,CAGZ,CAAC;AAEH;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa,gDAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc,8DAA8B,CAAC;IAC1D,uDAAuD;IACvD,KAAY,QAAQ,GAAG,qBAAqB,CAAC;CAC9C;AAED,wBAAgB,kBAAkB,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,CAErE;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,CAMnD"}
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SendFundsAch$ = exports.SendFundsAch$outboundSchema = exports.SendFundsAch$inboundSchema = void 0;
40
+ exports.sendFundsAchToJSON = sendFundsAchToJSON;
41
+ exports.sendFundsAchFromJSON = sendFundsAchFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ const estimatedactivity_js_1 = require("./estimatedactivity.js");
45
+ /** @internal */
46
+ exports.SendFundsAch$inboundSchema = z.object({
47
+ estimatedActivity: estimatedactivity_js_1.EstimatedActivity$inboundSchema.optional(),
48
+ });
49
+ /** @internal */
50
+ exports.SendFundsAch$outboundSchema = z.object({
51
+ estimatedActivity: estimatedactivity_js_1.EstimatedActivity$outboundSchema.optional(),
52
+ });
53
+ /**
54
+ * @internal
55
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
56
+ */
57
+ var SendFundsAch$;
58
+ (function (SendFundsAch$) {
59
+ /** @deprecated use `SendFundsAch$inboundSchema` instead. */
60
+ SendFundsAch$.inboundSchema = exports.SendFundsAch$inboundSchema;
61
+ /** @deprecated use `SendFundsAch$outboundSchema` instead. */
62
+ SendFundsAch$.outboundSchema = exports.SendFundsAch$outboundSchema;
63
+ })(SendFundsAch$ || (exports.SendFundsAch$ = SendFundsAch$ = {}));
64
+ function sendFundsAchToJSON(sendFundsAch) {
65
+ return JSON.stringify(exports.SendFundsAch$outboundSchema.parse(sendFundsAch));
66
+ }
67
+ function sendFundsAchFromJSON(jsonString) {
68
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsAch$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsAch' from JSON`);
69
+ }
70
+ //# sourceMappingURL=sendfundsach.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundsach.js","sourceRoot":"","sources":["../../src/models/components/sendfundsach.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDH,gDAEC;AAED,oDAQC;AA/DD,uCAAyB;AACzB,qDAAiD;AAGjD,iEAKgC;AAMhC,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,sDAA+B,CAAC,QAAQ,EAAE;CAC9D,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,uDAAgC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,aAAa,CAO7B;AAPD,WAAiB,aAAa;IAC5B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAG5D,CAAC,EAPgB,aAAa,6BAAb,aAAa,QAO7B;AAED,SAAgB,kBAAkB,CAAC,YAA0B;IAC3D,OAAO,IAAI,CAAC,SAAS,CAAC,mCAA2B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,oBAAoB,CAClC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,kCAA0B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtD,0CAA0C,CAC3C,CAAC;AACJ,CAAC"}