@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,68 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import {
10
+ EstimatedActivity,
11
+ EstimatedActivity$inboundSchema,
12
+ EstimatedActivity$Outbound,
13
+ EstimatedActivity$outboundSchema,
14
+ } from "./estimatedactivity.js";
15
+
16
+ export type SendFundsRtp = {
17
+ estimatedActivity?: EstimatedActivity | undefined;
18
+ };
19
+
20
+ /** @internal */
21
+ export const SendFundsRtp$inboundSchema: z.ZodType<
22
+ SendFundsRtp,
23
+ z.ZodTypeDef,
24
+ unknown
25
+ > = z.object({
26
+ estimatedActivity: EstimatedActivity$inboundSchema.optional(),
27
+ });
28
+
29
+ /** @internal */
30
+ export type SendFundsRtp$Outbound = {
31
+ estimatedActivity?: EstimatedActivity$Outbound | undefined;
32
+ };
33
+
34
+ /** @internal */
35
+ export const SendFundsRtp$outboundSchema: z.ZodType<
36
+ SendFundsRtp$Outbound,
37
+ z.ZodTypeDef,
38
+ SendFundsRtp
39
+ > = z.object({
40
+ estimatedActivity: EstimatedActivity$outboundSchema.optional(),
41
+ });
42
+
43
+ /**
44
+ * @internal
45
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
46
+ */
47
+ export namespace SendFundsRtp$ {
48
+ /** @deprecated use `SendFundsRtp$inboundSchema` instead. */
49
+ export const inboundSchema = SendFundsRtp$inboundSchema;
50
+ /** @deprecated use `SendFundsRtp$outboundSchema` instead. */
51
+ export const outboundSchema = SendFundsRtp$outboundSchema;
52
+ /** @deprecated use `SendFundsRtp$Outbound` instead. */
53
+ export type Outbound = SendFundsRtp$Outbound;
54
+ }
55
+
56
+ export function sendFundsRtpToJSON(sendFundsRtp: SendFundsRtp): string {
57
+ return JSON.stringify(SendFundsRtp$outboundSchema.parse(sendFundsRtp));
58
+ }
59
+
60
+ export function sendFundsRtpFromJSON(
61
+ jsonString: string,
62
+ ): SafeParseResult<SendFundsRtp, SDKValidationError> {
63
+ return safeParse(
64
+ jsonString,
65
+ (x) => SendFundsRtp$inboundSchema.parse(JSON.parse(x)),
66
+ `Failed to parse 'SendFundsRtp' from JSON`,
67
+ );
68
+ }
@@ -0,0 +1,72 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import {
10
+ EstimatedActivityError,
11
+ EstimatedActivityError$inboundSchema,
12
+ EstimatedActivityError$Outbound,
13
+ EstimatedActivityError$outboundSchema,
14
+ } from "./estimatedactivityerror.js";
15
+
16
+ export type SendFundsRtpError = {
17
+ estimatedActivity?: EstimatedActivityError | undefined;
18
+ };
19
+
20
+ /** @internal */
21
+ export const SendFundsRtpError$inboundSchema: z.ZodType<
22
+ SendFundsRtpError,
23
+ z.ZodTypeDef,
24
+ unknown
25
+ > = z.object({
26
+ estimatedActivity: EstimatedActivityError$inboundSchema.optional(),
27
+ });
28
+
29
+ /** @internal */
30
+ export type SendFundsRtpError$Outbound = {
31
+ estimatedActivity?: EstimatedActivityError$Outbound | undefined;
32
+ };
33
+
34
+ /** @internal */
35
+ export const SendFundsRtpError$outboundSchema: z.ZodType<
36
+ SendFundsRtpError$Outbound,
37
+ z.ZodTypeDef,
38
+ SendFundsRtpError
39
+ > = z.object({
40
+ estimatedActivity: EstimatedActivityError$outboundSchema.optional(),
41
+ });
42
+
43
+ /**
44
+ * @internal
45
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
46
+ */
47
+ export namespace SendFundsRtpError$ {
48
+ /** @deprecated use `SendFundsRtpError$inboundSchema` instead. */
49
+ export const inboundSchema = SendFundsRtpError$inboundSchema;
50
+ /** @deprecated use `SendFundsRtpError$outboundSchema` instead. */
51
+ export const outboundSchema = SendFundsRtpError$outboundSchema;
52
+ /** @deprecated use `SendFundsRtpError$Outbound` instead. */
53
+ export type Outbound = SendFundsRtpError$Outbound;
54
+ }
55
+
56
+ export function sendFundsRtpErrorToJSON(
57
+ sendFundsRtpError: SendFundsRtpError,
58
+ ): string {
59
+ return JSON.stringify(
60
+ SendFundsRtpError$outboundSchema.parse(sendFundsRtpError),
61
+ );
62
+ }
63
+
64
+ export function sendFundsRtpErrorFromJSON(
65
+ jsonString: string,
66
+ ): SafeParseResult<SendFundsRtpError, SDKValidationError> {
67
+ return safeParse(
68
+ jsonString,
69
+ (x) => SendFundsRtpError$inboundSchema.parse(JSON.parse(x)),
70
+ `Failed to parse 'SendFundsRtpError' from JSON`,
71
+ );
72
+ }
@@ -131,6 +131,10 @@ export type Transfer = {
131
131
  * Optional sales tax amount. `transfer.amount.value` should be inclusive of any sales tax and represents the total amount charged.
132
132
  */
133
133
  salesTaxAmount?: Amount | undefined;
134
+ /**
135
+ * Optional alias from a foreign/external system which can be used to reference this resource.
136
+ */
137
+ foreignID?: string | undefined;
134
138
  };
135
139
 
136
140
  /** @internal */
@@ -166,6 +170,7 @@ export const Transfer$inboundSchema: z.ZodType<
166
170
  occurrenceID: z.string().optional(),
167
171
  paymentLinkCode: z.string().optional(),
168
172
  salesTaxAmount: Amount$inboundSchema.optional(),
173
+ foreignID: z.string().optional(),
169
174
  });
170
175
 
171
176
  /** @internal */
@@ -196,6 +201,7 @@ export type Transfer$Outbound = {
196
201
  occurrenceID?: string | undefined;
197
202
  paymentLinkCode?: string | undefined;
198
203
  salesTaxAmount?: Amount$Outbound | undefined;
204
+ foreignID?: string | undefined;
199
205
  };
200
206
 
201
207
  /** @internal */
@@ -230,6 +236,7 @@ export const Transfer$outboundSchema: z.ZodType<
230
236
  occurrenceID: z.string().optional(),
231
237
  paymentLinkCode: z.string().optional(),
232
238
  salesTaxAmount: Amount$outboundSchema.optional(),
239
+ foreignID: z.string().optional(),
233
240
  });
234
241
 
235
242
  /**
@@ -6,18 +6,51 @@ import * as z from "zod";
6
6
  import { safeParse } from "../../lib/schemas.js";
7
7
  import { Result as SafeParseResult } from "../../types/fp.js";
8
8
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import {
10
+ BusinessPresence,
11
+ BusinessPresence$inboundSchema,
12
+ BusinessPresence$outboundSchema,
13
+ } from "./businesspresence.js";
9
14
  import {
10
15
  CardVolumeDistribution,
11
16
  CardVolumeDistribution$inboundSchema,
12
17
  CardVolumeDistribution$Outbound,
13
18
  CardVolumeDistribution$outboundSchema,
14
19
  } from "./cardvolumedistribution.js";
20
+ import {
21
+ CollectFunds,
22
+ CollectFunds$inboundSchema,
23
+ CollectFunds$Outbound,
24
+ CollectFunds$outboundSchema,
25
+ } from "./collectfunds.js";
15
26
  import {
16
27
  FulfillmentDetails,
17
28
  FulfillmentDetails$inboundSchema,
18
29
  FulfillmentDetails$Outbound,
19
30
  FulfillmentDetails$outboundSchema,
20
31
  } from "./fulfillmentdetails.js";
32
+ import {
33
+ GeographicReach,
34
+ GeographicReach$inboundSchema,
35
+ GeographicReach$outboundSchema,
36
+ } from "./geographicreach.js";
37
+ import {
38
+ MoneyTransfer,
39
+ MoneyTransfer$inboundSchema,
40
+ MoneyTransfer$Outbound,
41
+ MoneyTransfer$outboundSchema,
42
+ } from "./moneytransfer.js";
43
+ import {
44
+ PendingLitigation,
45
+ PendingLitigation$inboundSchema,
46
+ PendingLitigation$outboundSchema,
47
+ } from "./pendinglitigation.js";
48
+ import {
49
+ SendFunds,
50
+ SendFunds$inboundSchema,
51
+ SendFunds$Outbound,
52
+ SendFunds$outboundSchema,
53
+ } from "./sendfunds.js";
21
54
  import {
22
55
  UnderwritingStatus,
23
56
  UnderwritingStatus$inboundSchema,
@@ -29,21 +62,34 @@ import {
29
62
  VolumeByCustomerType$Outbound,
30
63
  VolumeByCustomerType$outboundSchema,
31
64
  } from "./volumebycustomertype.js";
65
+ import {
66
+ VolumeShareByCustomerType,
67
+ VolumeShareByCustomerType$inboundSchema,
68
+ VolumeShareByCustomerType$Outbound,
69
+ VolumeShareByCustomerType$outboundSchema,
70
+ } from "./volumesharebycustomertype.js";
32
71
 
33
72
  /**
34
73
  * Describes underwriting values (in USD) used for card payment acceptance.
35
74
  */
36
75
  export type Underwriting = {
37
- averageTransactionSize: number;
38
- maxTransactionSize: number;
39
- averageMonthlyTransactionVolume: number;
76
+ averageTransactionSize?: number | undefined;
77
+ maxTransactionSize?: number | undefined;
78
+ averageMonthlyTransactionVolume?: number | undefined;
40
79
  /**
41
80
  * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
42
81
  */
43
- status: UnderwritingStatus;
44
- volumeByCustomerType: VolumeByCustomerType;
45
- cardVolumeDistribution: CardVolumeDistribution;
46
- fulfillment: FulfillmentDetails;
82
+ status?: UnderwritingStatus | undefined;
83
+ volumeByCustomerType?: VolumeByCustomerType | undefined;
84
+ cardVolumeDistribution?: CardVolumeDistribution | undefined;
85
+ fulfillment?: FulfillmentDetails | undefined;
86
+ geographicReach?: GeographicReach | undefined;
87
+ businessPresence?: BusinessPresence | undefined;
88
+ pendingLitigation?: PendingLitigation | undefined;
89
+ volumeShareByCustomerType?: VolumeShareByCustomerType | undefined;
90
+ collectFunds?: CollectFunds | undefined;
91
+ moneyTransfer?: MoneyTransfer | undefined;
92
+ sendFunds?: SendFunds | undefined;
47
93
  };
48
94
 
49
95
  /** @internal */
@@ -52,24 +98,38 @@ export const Underwriting$inboundSchema: z.ZodType<
52
98
  z.ZodTypeDef,
53
99
  unknown
54
100
  > = z.object({
55
- averageTransactionSize: z.number().int(),
56
- maxTransactionSize: z.number().int(),
57
- averageMonthlyTransactionVolume: z.number().int(),
58
- status: UnderwritingStatus$inboundSchema,
59
- volumeByCustomerType: VolumeByCustomerType$inboundSchema,
60
- cardVolumeDistribution: CardVolumeDistribution$inboundSchema,
61
- fulfillment: FulfillmentDetails$inboundSchema,
101
+ averageTransactionSize: z.number().int().optional(),
102
+ maxTransactionSize: z.number().int().optional(),
103
+ averageMonthlyTransactionVolume: z.number().int().optional(),
104
+ status: UnderwritingStatus$inboundSchema.optional(),
105
+ volumeByCustomerType: VolumeByCustomerType$inboundSchema.optional(),
106
+ cardVolumeDistribution: CardVolumeDistribution$inboundSchema.optional(),
107
+ fulfillment: FulfillmentDetails$inboundSchema.optional(),
108
+ geographicReach: GeographicReach$inboundSchema.optional(),
109
+ businessPresence: BusinessPresence$inboundSchema.optional(),
110
+ pendingLitigation: PendingLitigation$inboundSchema.optional(),
111
+ volumeShareByCustomerType: VolumeShareByCustomerType$inboundSchema.optional(),
112
+ collectFunds: CollectFunds$inboundSchema.optional(),
113
+ moneyTransfer: MoneyTransfer$inboundSchema.optional(),
114
+ sendFunds: SendFunds$inboundSchema.optional(),
62
115
  });
63
116
 
64
117
  /** @internal */
65
118
  export type Underwriting$Outbound = {
66
- averageTransactionSize: number;
67
- maxTransactionSize: number;
68
- averageMonthlyTransactionVolume: number;
69
- status: string;
70
- volumeByCustomerType: VolumeByCustomerType$Outbound;
71
- cardVolumeDistribution: CardVolumeDistribution$Outbound;
72
- fulfillment: FulfillmentDetails$Outbound;
119
+ averageTransactionSize?: number | undefined;
120
+ maxTransactionSize?: number | undefined;
121
+ averageMonthlyTransactionVolume?: number | undefined;
122
+ status?: string | undefined;
123
+ volumeByCustomerType?: VolumeByCustomerType$Outbound | undefined;
124
+ cardVolumeDistribution?: CardVolumeDistribution$Outbound | undefined;
125
+ fulfillment?: FulfillmentDetails$Outbound | undefined;
126
+ geographicReach?: string | undefined;
127
+ businessPresence?: string | undefined;
128
+ pendingLitigation?: string | undefined;
129
+ volumeShareByCustomerType?: VolumeShareByCustomerType$Outbound | undefined;
130
+ collectFunds?: CollectFunds$Outbound | undefined;
131
+ moneyTransfer?: MoneyTransfer$Outbound | undefined;
132
+ sendFunds?: SendFunds$Outbound | undefined;
73
133
  };
74
134
 
75
135
  /** @internal */
@@ -78,13 +138,21 @@ export const Underwriting$outboundSchema: z.ZodType<
78
138
  z.ZodTypeDef,
79
139
  Underwriting
80
140
  > = z.object({
81
- averageTransactionSize: z.number().int(),
82
- maxTransactionSize: z.number().int(),
83
- averageMonthlyTransactionVolume: z.number().int(),
84
- status: UnderwritingStatus$outboundSchema,
85
- volumeByCustomerType: VolumeByCustomerType$outboundSchema,
86
- cardVolumeDistribution: CardVolumeDistribution$outboundSchema,
87
- fulfillment: FulfillmentDetails$outboundSchema,
141
+ averageTransactionSize: z.number().int().optional(),
142
+ maxTransactionSize: z.number().int().optional(),
143
+ averageMonthlyTransactionVolume: z.number().int().optional(),
144
+ status: UnderwritingStatus$outboundSchema.optional(),
145
+ volumeByCustomerType: VolumeByCustomerType$outboundSchema.optional(),
146
+ cardVolumeDistribution: CardVolumeDistribution$outboundSchema.optional(),
147
+ fulfillment: FulfillmentDetails$outboundSchema.optional(),
148
+ geographicReach: GeographicReach$outboundSchema.optional(),
149
+ businessPresence: BusinessPresence$outboundSchema.optional(),
150
+ pendingLitigation: PendingLitigation$outboundSchema.optional(),
151
+ volumeShareByCustomerType: VolumeShareByCustomerType$outboundSchema
152
+ .optional(),
153
+ collectFunds: CollectFunds$outboundSchema.optional(),
154
+ moneyTransfer: MoneyTransfer$outboundSchema.optional(),
155
+ sendFunds: SendFunds$outboundSchema.optional(),
88
156
  });
89
157
 
90
158
  /**
@@ -0,0 +1,130 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+ import {
10
+ BusinessPresence,
11
+ BusinessPresence$inboundSchema,
12
+ BusinessPresence$outboundSchema,
13
+ } from "./businesspresence.js";
14
+ import {
15
+ CollectFunds,
16
+ CollectFunds$inboundSchema,
17
+ CollectFunds$Outbound,
18
+ CollectFunds$outboundSchema,
19
+ } from "./collectfunds.js";
20
+ import {
21
+ GeographicReach,
22
+ GeographicReach$inboundSchema,
23
+ GeographicReach$outboundSchema,
24
+ } from "./geographicreach.js";
25
+ import {
26
+ MoneyTransfer,
27
+ MoneyTransfer$inboundSchema,
28
+ MoneyTransfer$Outbound,
29
+ MoneyTransfer$outboundSchema,
30
+ } from "./moneytransfer.js";
31
+ import {
32
+ PendingLitigation,
33
+ PendingLitigation$inboundSchema,
34
+ PendingLitigation$outboundSchema,
35
+ } from "./pendinglitigation.js";
36
+ import {
37
+ SendFunds,
38
+ SendFunds$inboundSchema,
39
+ SendFunds$Outbound,
40
+ SendFunds$outboundSchema,
41
+ } from "./sendfunds.js";
42
+ import {
43
+ VolumeShareByCustomerType,
44
+ VolumeShareByCustomerType$inboundSchema,
45
+ VolumeShareByCustomerType$Outbound,
46
+ VolumeShareByCustomerType$outboundSchema,
47
+ } from "./volumesharebycustomertype.js";
48
+
49
+ export type UpsertUnderwriting = {
50
+ geographicReach?: GeographicReach | undefined;
51
+ businessPresence?: BusinessPresence | undefined;
52
+ pendingLitigation?: PendingLitigation | undefined;
53
+ volumeShareByCustomerType?: VolumeShareByCustomerType | undefined;
54
+ collectFunds?: CollectFunds | undefined;
55
+ moneyTransfer?: MoneyTransfer | undefined;
56
+ sendFunds?: SendFunds | undefined;
57
+ };
58
+
59
+ /** @internal */
60
+ export const UpsertUnderwriting$inboundSchema: z.ZodType<
61
+ UpsertUnderwriting,
62
+ z.ZodTypeDef,
63
+ unknown
64
+ > = z.object({
65
+ geographicReach: GeographicReach$inboundSchema.optional(),
66
+ businessPresence: BusinessPresence$inboundSchema.optional(),
67
+ pendingLitigation: PendingLitigation$inboundSchema.optional(),
68
+ volumeShareByCustomerType: VolumeShareByCustomerType$inboundSchema.optional(),
69
+ collectFunds: CollectFunds$inboundSchema.optional(),
70
+ moneyTransfer: MoneyTransfer$inboundSchema.optional(),
71
+ sendFunds: SendFunds$inboundSchema.optional(),
72
+ });
73
+
74
+ /** @internal */
75
+ export type UpsertUnderwriting$Outbound = {
76
+ geographicReach?: string | undefined;
77
+ businessPresence?: string | undefined;
78
+ pendingLitigation?: string | undefined;
79
+ volumeShareByCustomerType?: VolumeShareByCustomerType$Outbound | undefined;
80
+ collectFunds?: CollectFunds$Outbound | undefined;
81
+ moneyTransfer?: MoneyTransfer$Outbound | undefined;
82
+ sendFunds?: SendFunds$Outbound | undefined;
83
+ };
84
+
85
+ /** @internal */
86
+ export const UpsertUnderwriting$outboundSchema: z.ZodType<
87
+ UpsertUnderwriting$Outbound,
88
+ z.ZodTypeDef,
89
+ UpsertUnderwriting
90
+ > = z.object({
91
+ geographicReach: GeographicReach$outboundSchema.optional(),
92
+ businessPresence: BusinessPresence$outboundSchema.optional(),
93
+ pendingLitigation: PendingLitigation$outboundSchema.optional(),
94
+ volumeShareByCustomerType: VolumeShareByCustomerType$outboundSchema
95
+ .optional(),
96
+ collectFunds: CollectFunds$outboundSchema.optional(),
97
+ moneyTransfer: MoneyTransfer$outboundSchema.optional(),
98
+ sendFunds: SendFunds$outboundSchema.optional(),
99
+ });
100
+
101
+ /**
102
+ * @internal
103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
104
+ */
105
+ export namespace UpsertUnderwriting$ {
106
+ /** @deprecated use `UpsertUnderwriting$inboundSchema` instead. */
107
+ export const inboundSchema = UpsertUnderwriting$inboundSchema;
108
+ /** @deprecated use `UpsertUnderwriting$outboundSchema` instead. */
109
+ export const outboundSchema = UpsertUnderwriting$outboundSchema;
110
+ /** @deprecated use `UpsertUnderwriting$Outbound` instead. */
111
+ export type Outbound = UpsertUnderwriting$Outbound;
112
+ }
113
+
114
+ export function upsertUnderwritingToJSON(
115
+ upsertUnderwriting: UpsertUnderwriting,
116
+ ): string {
117
+ return JSON.stringify(
118
+ UpsertUnderwriting$outboundSchema.parse(upsertUnderwriting),
119
+ );
120
+ }
121
+
122
+ export function upsertUnderwritingFromJSON(
123
+ jsonString: string,
124
+ ): SafeParseResult<UpsertUnderwriting, SDKValidationError> {
125
+ return safeParse(
126
+ jsonString,
127
+ (x) => UpsertUnderwriting$inboundSchema.parse(JSON.parse(x)),
128
+ `Failed to parse 'UpsertUnderwriting' from JSON`,
129
+ );
130
+ }
@@ -0,0 +1,74 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+
10
+ export type VolumeShareByCustomerType = {
11
+ business?: number | undefined;
12
+ consumer?: number | undefined;
13
+ p2p?: number | undefined;
14
+ };
15
+
16
+ /** @internal */
17
+ export const VolumeShareByCustomerType$inboundSchema: z.ZodType<
18
+ VolumeShareByCustomerType,
19
+ z.ZodTypeDef,
20
+ unknown
21
+ > = z.object({
22
+ business: z.number().int().optional(),
23
+ consumer: z.number().int().optional(),
24
+ p2p: z.number().int().optional(),
25
+ });
26
+
27
+ /** @internal */
28
+ export type VolumeShareByCustomerType$Outbound = {
29
+ business?: number | undefined;
30
+ consumer?: number | undefined;
31
+ p2p?: number | undefined;
32
+ };
33
+
34
+ /** @internal */
35
+ export const VolumeShareByCustomerType$outboundSchema: z.ZodType<
36
+ VolumeShareByCustomerType$Outbound,
37
+ z.ZodTypeDef,
38
+ VolumeShareByCustomerType
39
+ > = z.object({
40
+ business: z.number().int().optional(),
41
+ consumer: z.number().int().optional(),
42
+ p2p: z.number().int().optional(),
43
+ });
44
+
45
+ /**
46
+ * @internal
47
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
48
+ */
49
+ export namespace VolumeShareByCustomerType$ {
50
+ /** @deprecated use `VolumeShareByCustomerType$inboundSchema` instead. */
51
+ export const inboundSchema = VolumeShareByCustomerType$inboundSchema;
52
+ /** @deprecated use `VolumeShareByCustomerType$outboundSchema` instead. */
53
+ export const outboundSchema = VolumeShareByCustomerType$outboundSchema;
54
+ /** @deprecated use `VolumeShareByCustomerType$Outbound` instead. */
55
+ export type Outbound = VolumeShareByCustomerType$Outbound;
56
+ }
57
+
58
+ export function volumeShareByCustomerTypeToJSON(
59
+ volumeShareByCustomerType: VolumeShareByCustomerType,
60
+ ): string {
61
+ return JSON.stringify(
62
+ VolumeShareByCustomerType$outboundSchema.parse(volumeShareByCustomerType),
63
+ );
64
+ }
65
+
66
+ export function volumeShareByCustomerTypeFromJSON(
67
+ jsonString: string,
68
+ ): SafeParseResult<VolumeShareByCustomerType, SDKValidationError> {
69
+ return safeParse(
70
+ jsonString,
71
+ (x) => VolumeShareByCustomerType$inboundSchema.parse(JSON.parse(x)),
72
+ `Failed to parse 'VolumeShareByCustomerType' from JSON`,
73
+ );
74
+ }
@@ -0,0 +1,76 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../../types/fp.js";
8
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
+
10
+ export type VolumeShareByCustomerTypeError = {
11
+ business?: string | undefined;
12
+ consumer?: string | undefined;
13
+ p2p?: string | undefined;
14
+ };
15
+
16
+ /** @internal */
17
+ export const VolumeShareByCustomerTypeError$inboundSchema: z.ZodType<
18
+ VolumeShareByCustomerTypeError,
19
+ z.ZodTypeDef,
20
+ unknown
21
+ > = z.object({
22
+ business: z.string().optional(),
23
+ consumer: z.string().optional(),
24
+ p2p: z.string().optional(),
25
+ });
26
+
27
+ /** @internal */
28
+ export type VolumeShareByCustomerTypeError$Outbound = {
29
+ business?: string | undefined;
30
+ consumer?: string | undefined;
31
+ p2p?: string | undefined;
32
+ };
33
+
34
+ /** @internal */
35
+ export const VolumeShareByCustomerTypeError$outboundSchema: z.ZodType<
36
+ VolumeShareByCustomerTypeError$Outbound,
37
+ z.ZodTypeDef,
38
+ VolumeShareByCustomerTypeError
39
+ > = z.object({
40
+ business: z.string().optional(),
41
+ consumer: z.string().optional(),
42
+ p2p: z.string().optional(),
43
+ });
44
+
45
+ /**
46
+ * @internal
47
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
48
+ */
49
+ export namespace VolumeShareByCustomerTypeError$ {
50
+ /** @deprecated use `VolumeShareByCustomerTypeError$inboundSchema` instead. */
51
+ export const inboundSchema = VolumeShareByCustomerTypeError$inboundSchema;
52
+ /** @deprecated use `VolumeShareByCustomerTypeError$outboundSchema` instead. */
53
+ export const outboundSchema = VolumeShareByCustomerTypeError$outboundSchema;
54
+ /** @deprecated use `VolumeShareByCustomerTypeError$Outbound` instead. */
55
+ export type Outbound = VolumeShareByCustomerTypeError$Outbound;
56
+ }
57
+
58
+ export function volumeShareByCustomerTypeErrorToJSON(
59
+ volumeShareByCustomerTypeError: VolumeShareByCustomerTypeError,
60
+ ): string {
61
+ return JSON.stringify(
62
+ VolumeShareByCustomerTypeError$outboundSchema.parse(
63
+ volumeShareByCustomerTypeError,
64
+ ),
65
+ );
66
+ }
67
+
68
+ export function volumeShareByCustomerTypeErrorFromJSON(
69
+ jsonString: string,
70
+ ): SafeParseResult<VolumeShareByCustomerTypeError, SDKValidationError> {
71
+ return safeParse(
72
+ jsonString,
73
+ (x) => VolumeShareByCustomerTypeError$inboundSchema.parse(JSON.parse(x)),
74
+ `Failed to parse 'VolumeShareByCustomerTypeError' from JSON`,
75
+ );
76
+ }
@@ -20,7 +20,7 @@ export type WebhookDataCapabilityRequested = {
20
20
  *
21
21
  * @remarks
22
22
  *
23
- * The `production-app` capability might appear in your list. This is a read-only capability that Moov requests and uses for account verification purposes. The capability remains active with your account and requires no additional action.
23
+ * The `production-app`, `platform.production-app`, and / or `platform.wallet-transfers` capabilities might appear in your list. These are read-only capabilities that Moov requests and uses for account verification purposes. These capabilities remains active with your account and require no additional action.
24
24
  */
25
25
  capabilityID: CapabilityID;
26
26
  };
@@ -25,7 +25,7 @@ export type WebhookDataCapabilityUpdated = {
25
25
  *
26
26
  * @remarks
27
27
  *
28
- * The `production-app` capability might appear in your list. This is a read-only capability that Moov requests and uses for account verification purposes. The capability remains active with your account and requires no additional action.
28
+ * The `production-app`, `platform.production-app`, and / or `platform.wallet-transfers` capabilities might appear in your list. These are read-only capabilities that Moov requests and uses for account verification purposes. These capabilities remains active with your account and require no additional action.
29
29
  */
30
30
  capabilityID: CapabilityID;
31
31
  /**
@@ -19,6 +19,7 @@ export type WebhookDataTransferCreated = {
19
19
  accountID: string;
20
20
  transferID: string;
21
21
  status: WebhookDataTransferStatus;
22
+ foreignID?: string | undefined;
22
23
  };
23
24
 
24
25
  /** @internal */
@@ -30,6 +31,7 @@ export const WebhookDataTransferCreated$inboundSchema: z.ZodType<
30
31
  accountID: z.string(),
31
32
  transferID: z.string(),
32
33
  status: WebhookDataTransferStatus$inboundSchema,
34
+ foreignID: z.string().optional(),
33
35
  });
34
36
 
35
37
  /** @internal */
@@ -37,6 +39,7 @@ export type WebhookDataTransferCreated$Outbound = {
37
39
  accountID: string;
38
40
  transferID: string;
39
41
  status: string;
42
+ foreignID?: string | undefined;
40
43
  };
41
44
 
42
45
  /** @internal */
@@ -48,6 +51,7 @@ export const WebhookDataTransferCreated$outboundSchema: z.ZodType<
48
51
  accountID: z.string(),
49
52
  transferID: z.string(),
50
53
  status: WebhookDataTransferStatus$outboundSchema,
54
+ foreignID: z.string().optional(),
51
55
  });
52
56
 
53
57
  /**