@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,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 { EstimatedActivityError, EstimatedActivityError$Outbound } from "./estimatedactivityerror.js";
5
+ export type SendFundsAchError = {
6
+ estimatedActivity?: EstimatedActivityError | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const SendFundsAchError$inboundSchema: z.ZodType<SendFundsAchError, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type SendFundsAchError$Outbound = {
12
+ estimatedActivity?: EstimatedActivityError$Outbound | undefined;
13
+ };
14
+ /** @internal */
15
+ export declare const SendFundsAchError$outboundSchema: z.ZodType<SendFundsAchError$Outbound, z.ZodTypeDef, SendFundsAchError>;
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 SendFundsAchError$ {
21
+ /** @deprecated use `SendFundsAchError$inboundSchema` instead. */
22
+ const inboundSchema: z.ZodType<SendFundsAchError, z.ZodTypeDef, unknown>;
23
+ /** @deprecated use `SendFundsAchError$outboundSchema` instead. */
24
+ const outboundSchema: z.ZodType<SendFundsAchError$Outbound, z.ZodTypeDef, SendFundsAchError>;
25
+ /** @deprecated use `SendFundsAchError$Outbound` instead. */
26
+ type Outbound = SendFundsAchError$Outbound;
27
+ }
28
+ export declare function sendFundsAchErrorToJSON(sendFundsAchError: SendFundsAchError): string;
29
+ export declare function sendFundsAchErrorFromJSON(jsonString: string): SafeParseResult<SendFundsAchError, SDKValidationError>;
30
+ //# sourceMappingURL=sendfundsacherror.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundsacherror.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundsacherror.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,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,iBAAiB,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CACxD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,iBAAiB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAGjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
@@ -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.SendFundsAchError$ = exports.SendFundsAchError$outboundSchema = exports.SendFundsAchError$inboundSchema = void 0;
40
+ exports.sendFundsAchErrorToJSON = sendFundsAchErrorToJSON;
41
+ exports.sendFundsAchErrorFromJSON = sendFundsAchErrorFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ const estimatedactivityerror_js_1 = require("./estimatedactivityerror.js");
45
+ /** @internal */
46
+ exports.SendFundsAchError$inboundSchema = z.object({
47
+ estimatedActivity: estimatedactivityerror_js_1.EstimatedActivityError$inboundSchema.optional(),
48
+ });
49
+ /** @internal */
50
+ exports.SendFundsAchError$outboundSchema = z.object({
51
+ estimatedActivity: estimatedactivityerror_js_1.EstimatedActivityError$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 SendFundsAchError$;
58
+ (function (SendFundsAchError$) {
59
+ /** @deprecated use `SendFundsAchError$inboundSchema` instead. */
60
+ SendFundsAchError$.inboundSchema = exports.SendFundsAchError$inboundSchema;
61
+ /** @deprecated use `SendFundsAchError$outboundSchema` instead. */
62
+ SendFundsAchError$.outboundSchema = exports.SendFundsAchError$outboundSchema;
63
+ })(SendFundsAchError$ || (exports.SendFundsAchError$ = SendFundsAchError$ = {}));
64
+ function sendFundsAchErrorToJSON(sendFundsAchError) {
65
+ return JSON.stringify(exports.SendFundsAchError$outboundSchema.parse(sendFundsAchError));
66
+ }
67
+ function sendFundsAchErrorFromJSON(jsonString) {
68
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsAchError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsAchError' from JSON`);
69
+ }
70
+ //# sourceMappingURL=sendfundsacherror.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundsacherror.js","sourceRoot":"","sources":["../../src/models/components/sendfundsacherror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDH,0DAMC;AAED,8DAQC;AAnED,uCAAyB;AACzB,qDAAiD;AAGjD,2EAKqC;AAMrC,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,gEAAoC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,iEAAqC,CAAC,QAAQ,EAAE;CACpE,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kBAAkB,CAOlC;AAPD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AAGjE,CAAC,EAPgB,kBAAkB,kCAAlB,kBAAkB,QAOlC;AAED,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC;AAED,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC"}
@@ -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 { SendFundsAchError, SendFundsAchError$Outbound } from "./sendfundsacherror.js";
5
+ import { SendFundsPushToCardError, SendFundsPushToCardError$Outbound } from "./sendfundspushtocarderror.js";
6
+ import { SendFundsRtpError, SendFundsRtpError$Outbound } from "./sendfundsrtperror.js";
7
+ export type SendFundsError = {
8
+ ach?: SendFundsAchError | undefined;
9
+ pushToCard?: SendFundsPushToCardError | undefined;
10
+ rtp?: SendFundsRtpError | undefined;
11
+ };
12
+ /** @internal */
13
+ export declare const SendFundsError$inboundSchema: z.ZodType<SendFundsError, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type SendFundsError$Outbound = {
16
+ ach?: SendFundsAchError$Outbound | undefined;
17
+ pushToCard?: SendFundsPushToCardError$Outbound | undefined;
18
+ rtp?: SendFundsRtpError$Outbound | undefined;
19
+ };
20
+ /** @internal */
21
+ export declare const SendFundsError$outboundSchema: z.ZodType<SendFundsError$Outbound, z.ZodTypeDef, SendFundsError>;
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 SendFundsError$ {
27
+ /** @deprecated use `SendFundsError$inboundSchema` instead. */
28
+ const inboundSchema: z.ZodType<SendFundsError, z.ZodTypeDef, unknown>;
29
+ /** @deprecated use `SendFundsError$outboundSchema` instead. */
30
+ const outboundSchema: z.ZodType<SendFundsError$Outbound, z.ZodTypeDef, SendFundsError>;
31
+ /** @deprecated use `SendFundsError$Outbound` instead. */
32
+ type Outbound = SendFundsError$Outbound;
33
+ }
34
+ export declare function sendFundsErrorToJSON(sendFundsError: SendFundsError): string;
35
+ export declare function sendFundsErrorFromJSON(jsonString: string): SafeParseResult<SendFundsError, SDKValidationError>;
36
+ //# sourceMappingURL=sendfundserror.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundserror.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundserror.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;AAChC,OAAO,EACL,wBAAwB,EAExB,iCAAiC,EAElC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,MAAM,MAAM,cAAc,GAAG;IAC3B,GAAG,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAClD,GAAG,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uBAAuB,GAAG;IACpC,GAAG,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAC7C,UAAU,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IAC3D,GAAG,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,cAAc,CAKd,CAAC;AAEH;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa,kDAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc,kEAAgC,CAAC;IAC5D,yDAAyD;IACzD,KAAY,QAAQ,GAAG,uBAAuB,CAAC;CAChD;AAED,wBAAgB,oBAAoB,CAAC,cAAc,EAAE,cAAc,GAAG,MAAM,CAE3E;AAED,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAMrD"}
@@ -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.SendFundsError$ = exports.SendFundsError$outboundSchema = exports.SendFundsError$inboundSchema = void 0;
40
+ exports.sendFundsErrorToJSON = sendFundsErrorToJSON;
41
+ exports.sendFundsErrorFromJSON = sendFundsErrorFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ const sendfundsacherror_js_1 = require("./sendfundsacherror.js");
45
+ const sendfundspushtocarderror_js_1 = require("./sendfundspushtocarderror.js");
46
+ const sendfundsrtperror_js_1 = require("./sendfundsrtperror.js");
47
+ /** @internal */
48
+ exports.SendFundsError$inboundSchema = z.object({
49
+ ach: sendfundsacherror_js_1.SendFundsAchError$inboundSchema.optional(),
50
+ pushToCard: sendfundspushtocarderror_js_1.SendFundsPushToCardError$inboundSchema.optional(),
51
+ rtp: sendfundsrtperror_js_1.SendFundsRtpError$inboundSchema.optional(),
52
+ });
53
+ /** @internal */
54
+ exports.SendFundsError$outboundSchema = z.object({
55
+ ach: sendfundsacherror_js_1.SendFundsAchError$outboundSchema.optional(),
56
+ pushToCard: sendfundspushtocarderror_js_1.SendFundsPushToCardError$outboundSchema.optional(),
57
+ rtp: sendfundsrtperror_js_1.SendFundsRtpError$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 SendFundsError$;
64
+ (function (SendFundsError$) {
65
+ /** @deprecated use `SendFundsError$inboundSchema` instead. */
66
+ SendFundsError$.inboundSchema = exports.SendFundsError$inboundSchema;
67
+ /** @deprecated use `SendFundsError$outboundSchema` instead. */
68
+ SendFundsError$.outboundSchema = exports.SendFundsError$outboundSchema;
69
+ })(SendFundsError$ || (exports.SendFundsError$ = SendFundsError$ = {}));
70
+ function sendFundsErrorToJSON(sendFundsError) {
71
+ return JSON.stringify(exports.SendFundsError$outboundSchema.parse(sendFundsError));
72
+ }
73
+ function sendFundsErrorFromJSON(jsonString) {
74
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsError' from JSON`);
75
+ }
76
+ //# sourceMappingURL=sendfundserror.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundserror.js","sourceRoot":"","sources":["../../src/models/components/sendfundserror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyEH,oDAEC;AAED,wDAQC;AAnFD,uCAAyB;AACzB,qDAAiD;AAGjD,iEAKgC;AAChC,+EAKuC;AACvC,iEAKgC;AAQhC,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,sDAA+B,CAAC,QAAQ,EAAE;IAC/C,UAAU,EAAE,oEAAsC,CAAC,QAAQ,EAAE;IAC7D,GAAG,EAAE,sDAA+B,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,uDAAgC,CAAC,QAAQ,EAAE;IAChD,UAAU,EAAE,qEAAuC,CAAC,QAAQ,EAAE;IAC9D,GAAG,EAAE,uDAAgC,CAAC,QAAQ,EAAE;CACjD,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,eAAe,CAO/B;AAPD,WAAiB,eAAe;IAC9B,8DAA8D;IACjD,6BAAa,GAAG,oCAA4B,CAAC;IAC1D,+DAA+D;IAClD,8BAAc,GAAG,qCAA6B,CAAC;AAG9D,CAAC,EAPgB,eAAe,+BAAf,eAAe,QAO/B;AAED,SAAgB,oBAAoB,CAAC,cAA8B;IACjE,OAAO,IAAI,CAAC,SAAS,CAAC,qCAA6B,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,sBAAsB,CACpC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAA4B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxD,4CAA4C,CAC7C,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 SendFundsPushToCard = {
6
+ estimatedActivity?: EstimatedActivity | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const SendFundsPushToCard$inboundSchema: z.ZodType<SendFundsPushToCard, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type SendFundsPushToCard$Outbound = {
12
+ estimatedActivity?: EstimatedActivity$Outbound | undefined;
13
+ };
14
+ /** @internal */
15
+ export declare const SendFundsPushToCard$outboundSchema: z.ZodType<SendFundsPushToCard$Outbound, z.ZodTypeDef, SendFundsPushToCard>;
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 SendFundsPushToCard$ {
21
+ /** @deprecated use `SendFundsPushToCard$inboundSchema` instead. */
22
+ const inboundSchema: z.ZodType<SendFundsPushToCard, z.ZodTypeDef, unknown>;
23
+ /** @deprecated use `SendFundsPushToCard$outboundSchema` instead. */
24
+ const outboundSchema: z.ZodType<SendFundsPushToCard$Outbound, z.ZodTypeDef, SendFundsPushToCard>;
25
+ /** @deprecated use `SendFundsPushToCard$Outbound` instead. */
26
+ type Outbound = SendFundsPushToCard$Outbound;
27
+ }
28
+ export declare function sendFundsPushToCardToJSON(sendFundsPushToCard: SendFundsPushToCard): string;
29
+ export declare function sendFundsPushToCardFromJSON(jsonString: string): SafeParseResult<SendFundsPushToCard, SDKValidationError>;
30
+ //# sourceMappingURL=sendfundspushtocard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundspushtocard.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundspushtocard.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,mBAAmB,GAAG;IAChC,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACnD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,iBAAiB,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAGnB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oBAAoB,CAAC;IACpC,mEAAmE;IAC5D,MAAM,aAAa,uDAAoC,CAAC;IAC/D,oEAAoE;IAC7D,MAAM,cAAc,4EAAqC,CAAC;IACjE,8DAA8D;IAC9D,KAAY,QAAQ,GAAG,4BAA4B,CAAC;CACrD;AAED,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AAED,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D"}
@@ -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.SendFundsPushToCard$ = exports.SendFundsPushToCard$outboundSchema = exports.SendFundsPushToCard$inboundSchema = void 0;
40
+ exports.sendFundsPushToCardToJSON = sendFundsPushToCardToJSON;
41
+ exports.sendFundsPushToCardFromJSON = sendFundsPushToCardFromJSON;
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.SendFundsPushToCard$inboundSchema = z.object({
47
+ estimatedActivity: estimatedactivity_js_1.EstimatedActivity$inboundSchema.optional(),
48
+ });
49
+ /** @internal */
50
+ exports.SendFundsPushToCard$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 SendFundsPushToCard$;
58
+ (function (SendFundsPushToCard$) {
59
+ /** @deprecated use `SendFundsPushToCard$inboundSchema` instead. */
60
+ SendFundsPushToCard$.inboundSchema = exports.SendFundsPushToCard$inboundSchema;
61
+ /** @deprecated use `SendFundsPushToCard$outboundSchema` instead. */
62
+ SendFundsPushToCard$.outboundSchema = exports.SendFundsPushToCard$outboundSchema;
63
+ })(SendFundsPushToCard$ || (exports.SendFundsPushToCard$ = SendFundsPushToCard$ = {}));
64
+ function sendFundsPushToCardToJSON(sendFundsPushToCard) {
65
+ return JSON.stringify(exports.SendFundsPushToCard$outboundSchema.parse(sendFundsPushToCard));
66
+ }
67
+ function sendFundsPushToCardFromJSON(jsonString) {
68
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsPushToCard$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsPushToCard' from JSON`);
69
+ }
70
+ //# sourceMappingURL=sendfundspushtocard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundspushtocard.js","sourceRoot":"","sources":["../../src/models/components/sendfundspushtocard.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDH,8DAMC;AAED,kEAQC;AAnED,uCAAyB;AACzB,qDAAiD;AAGjD,iEAKgC;AAMhC,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,sDAA+B,CAAC,QAAQ,EAAE;CAC9D,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,uDAAgC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,oBAAoB,CAOpC;AAPD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AAGnE,CAAC,EAPgB,oBAAoB,oCAApB,oBAAoB,QAOpC;AAED,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AAED,SAAgB,2BAA2B,CACzC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAiC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC7D,iDAAiD,CAClD,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 { EstimatedActivityError, EstimatedActivityError$Outbound } from "./estimatedactivityerror.js";
5
+ export type SendFundsPushToCardError = {
6
+ estimatedActivity?: EstimatedActivityError | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const SendFundsPushToCardError$inboundSchema: z.ZodType<SendFundsPushToCardError, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type SendFundsPushToCardError$Outbound = {
12
+ estimatedActivity?: EstimatedActivityError$Outbound | undefined;
13
+ };
14
+ /** @internal */
15
+ export declare const SendFundsPushToCardError$outboundSchema: z.ZodType<SendFundsPushToCardError$Outbound, z.ZodTypeDef, SendFundsPushToCardError>;
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 SendFundsPushToCardError$ {
21
+ /** @deprecated use `SendFundsPushToCardError$inboundSchema` instead. */
22
+ const inboundSchema: z.ZodType<SendFundsPushToCardError, z.ZodTypeDef, unknown>;
23
+ /** @deprecated use `SendFundsPushToCardError$outboundSchema` instead. */
24
+ const outboundSchema: z.ZodType<SendFundsPushToCardError$Outbound, z.ZodTypeDef, SendFundsPushToCardError>;
25
+ /** @deprecated use `SendFundsPushToCardError$Outbound` instead. */
26
+ type Outbound = SendFundsPushToCardError$Outbound;
27
+ }
28
+ export declare function sendFundsPushToCardErrorToJSON(sendFundsPushToCardError: SendFundsPushToCardError): string;
29
+ export declare function sendFundsPushToCardErrorFromJSON(jsonString: string): SafeParseResult<SendFundsPushToCardError, SDKValidationError>;
30
+ //# sourceMappingURL=sendfundspushtocarderror.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundspushtocarderror.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundspushtocarderror.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,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,wBAAwB,GAAG;IACrC,iBAAiB,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CACxD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,iBAAiB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAGxB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,yBAAyB,CAAC;IACzC,wEAAwE;IACjE,MAAM,aAAa,4DAAyC,CAAC;IACpE,yEAAyE;IAClE,MAAM,cAAc,sFAA0C,CAAC;IACtE,mEAAmE;IACnE,KAAY,QAAQ,GAAG,iCAAiC,CAAC;CAC1D;AAED,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR;AAED,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D"}
@@ -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.SendFundsPushToCardError$ = exports.SendFundsPushToCardError$outboundSchema = exports.SendFundsPushToCardError$inboundSchema = void 0;
40
+ exports.sendFundsPushToCardErrorToJSON = sendFundsPushToCardErrorToJSON;
41
+ exports.sendFundsPushToCardErrorFromJSON = sendFundsPushToCardErrorFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ const estimatedactivityerror_js_1 = require("./estimatedactivityerror.js");
45
+ /** @internal */
46
+ exports.SendFundsPushToCardError$inboundSchema = z.object({
47
+ estimatedActivity: estimatedactivityerror_js_1.EstimatedActivityError$inboundSchema.optional(),
48
+ });
49
+ /** @internal */
50
+ exports.SendFundsPushToCardError$outboundSchema = z.object({
51
+ estimatedActivity: estimatedactivityerror_js_1.EstimatedActivityError$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 SendFundsPushToCardError$;
58
+ (function (SendFundsPushToCardError$) {
59
+ /** @deprecated use `SendFundsPushToCardError$inboundSchema` instead. */
60
+ SendFundsPushToCardError$.inboundSchema = exports.SendFundsPushToCardError$inboundSchema;
61
+ /** @deprecated use `SendFundsPushToCardError$outboundSchema` instead. */
62
+ SendFundsPushToCardError$.outboundSchema = exports.SendFundsPushToCardError$outboundSchema;
63
+ })(SendFundsPushToCardError$ || (exports.SendFundsPushToCardError$ = SendFundsPushToCardError$ = {}));
64
+ function sendFundsPushToCardErrorToJSON(sendFundsPushToCardError) {
65
+ return JSON.stringify(exports.SendFundsPushToCardError$outboundSchema.parse(sendFundsPushToCardError));
66
+ }
67
+ function sendFundsPushToCardErrorFromJSON(jsonString) {
68
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsPushToCardError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsPushToCardError' from JSON`);
69
+ }
70
+ //# sourceMappingURL=sendfundspushtocarderror.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundspushtocarderror.js","sourceRoot":"","sources":["../../src/models/components/sendfundspushtocarderror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDH,wEAMC;AAED,4EAQC;AAnED,uCAAyB;AACzB,qDAAiD;AAGjD,2EAKqC;AAMrC,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,gEAAoC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,iEAAqC,CAAC,QAAQ,EAAE;CACpE,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACxC,wEAAwE;IAC3D,uCAAa,GAAG,8CAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,+CAAuC,CAAC;AAGxE,CAAC,EAPgB,yBAAyB,yCAAzB,yBAAyB,QAOzC;AAED,SAAgB,8BAA8B,CAC5C,wBAAkD;IAElD,OAAO,IAAI,CAAC,SAAS,CACnB,+CAAuC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CACxE,CAAC;AACJ,CAAC;AAED,SAAgB,gCAAgC,CAC9C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,8CAAsC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClE,sDAAsD,CACvD,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 SendFundsRtp = {
6
+ estimatedActivity?: EstimatedActivity | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const SendFundsRtp$inboundSchema: z.ZodType<SendFundsRtp, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type SendFundsRtp$Outbound = {
12
+ estimatedActivity?: EstimatedActivity$Outbound | undefined;
13
+ };
14
+ /** @internal */
15
+ export declare const SendFundsRtp$outboundSchema: z.ZodType<SendFundsRtp$Outbound, z.ZodTypeDef, SendFundsRtp>;
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 SendFundsRtp$ {
21
+ /** @deprecated use `SendFundsRtp$inboundSchema` instead. */
22
+ const inboundSchema: z.ZodType<SendFundsRtp, z.ZodTypeDef, unknown>;
23
+ /** @deprecated use `SendFundsRtp$outboundSchema` instead. */
24
+ const outboundSchema: z.ZodType<SendFundsRtp$Outbound, z.ZodTypeDef, SendFundsRtp>;
25
+ /** @deprecated use `SendFundsRtp$Outbound` instead. */
26
+ type Outbound = SendFundsRtp$Outbound;
27
+ }
28
+ export declare function sendFundsRtpToJSON(sendFundsRtp: SendFundsRtp): string;
29
+ export declare function sendFundsRtpFromJSON(jsonString: string): SafeParseResult<SendFundsRtp, SDKValidationError>;
30
+ //# sourceMappingURL=sendfundsrtp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundsrtp.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundsrtp.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.SendFundsRtp$ = exports.SendFundsRtp$outboundSchema = exports.SendFundsRtp$inboundSchema = void 0;
40
+ exports.sendFundsRtpToJSON = sendFundsRtpToJSON;
41
+ exports.sendFundsRtpFromJSON = sendFundsRtpFromJSON;
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.SendFundsRtp$inboundSchema = z.object({
47
+ estimatedActivity: estimatedactivity_js_1.EstimatedActivity$inboundSchema.optional(),
48
+ });
49
+ /** @internal */
50
+ exports.SendFundsRtp$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 SendFundsRtp$;
58
+ (function (SendFundsRtp$) {
59
+ /** @deprecated use `SendFundsRtp$inboundSchema` instead. */
60
+ SendFundsRtp$.inboundSchema = exports.SendFundsRtp$inboundSchema;
61
+ /** @deprecated use `SendFundsRtp$outboundSchema` instead. */
62
+ SendFundsRtp$.outboundSchema = exports.SendFundsRtp$outboundSchema;
63
+ })(SendFundsRtp$ || (exports.SendFundsRtp$ = SendFundsRtp$ = {}));
64
+ function sendFundsRtpToJSON(sendFundsRtp) {
65
+ return JSON.stringify(exports.SendFundsRtp$outboundSchema.parse(sendFundsRtp));
66
+ }
67
+ function sendFundsRtpFromJSON(jsonString) {
68
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsRtp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsRtp' from JSON`);
69
+ }
70
+ //# sourceMappingURL=sendfundsrtp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundsrtp.js","sourceRoot":"","sources":["../../src/models/components/sendfundsrtp.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"}
@@ -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 { EstimatedActivityError, EstimatedActivityError$Outbound } from "./estimatedactivityerror.js";
5
+ export type SendFundsRtpError = {
6
+ estimatedActivity?: EstimatedActivityError | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const SendFundsRtpError$inboundSchema: z.ZodType<SendFundsRtpError, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type SendFundsRtpError$Outbound = {
12
+ estimatedActivity?: EstimatedActivityError$Outbound | undefined;
13
+ };
14
+ /** @internal */
15
+ export declare const SendFundsRtpError$outboundSchema: z.ZodType<SendFundsRtpError$Outbound, z.ZodTypeDef, SendFundsRtpError>;
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 SendFundsRtpError$ {
21
+ /** @deprecated use `SendFundsRtpError$inboundSchema` instead. */
22
+ const inboundSchema: z.ZodType<SendFundsRtpError, z.ZodTypeDef, unknown>;
23
+ /** @deprecated use `SendFundsRtpError$outboundSchema` instead. */
24
+ const outboundSchema: z.ZodType<SendFundsRtpError$Outbound, z.ZodTypeDef, SendFundsRtpError>;
25
+ /** @deprecated use `SendFundsRtpError$Outbound` instead. */
26
+ type Outbound = SendFundsRtpError$Outbound;
27
+ }
28
+ export declare function sendFundsRtpErrorToJSON(sendFundsRtpError: SendFundsRtpError): string;
29
+ export declare function sendFundsRtpErrorFromJSON(jsonString: string): SafeParseResult<SendFundsRtpError, SDKValidationError>;
30
+ //# sourceMappingURL=sendfundsrtperror.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendfundsrtperror.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundsrtperror.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,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,iBAAiB,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CACxD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,iBAAiB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAGjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}