@moovio/sdk 0.10.17 → 0.11.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 (189) hide show
  1. package/bin/mcp-server.js +860 -6
  2. package/bin/mcp-server.js.map +41 -7
  3. package/jsr.json +1 -1
  4. package/lib/config.d.ts +3 -3
  5. package/lib/config.js +3 -3
  6. package/lib/config.js.map +1 -1
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/mcp-server.js.map +1 -1
  9. package/mcp-server/server.js +1 -1
  10. package/mcp-server/server.js.map +1 -1
  11. package/models/components/index.d.ts +34 -0
  12. package/models/components/index.d.ts.map +1 -1
  13. package/models/components/index.js +34 -0
  14. package/models/components/index.js.map +1 -1
  15. package/models/components/webhookdata.d.ts +57 -0
  16. package/models/components/webhookdata.d.ts.map +1 -0
  17. package/models/components/webhookdata.js +154 -0
  18. package/models/components/webhookdata.js.map +1 -0
  19. package/models/components/webhookdataaccountcreated.d.ts +31 -0
  20. package/models/components/webhookdataaccountcreated.d.ts.map +1 -0
  21. package/models/components/webhookdataaccountcreated.js +71 -0
  22. package/models/components/webhookdataaccountcreated.js.map +1 -0
  23. package/models/components/webhookdataaccountdeleted.d.ts +31 -0
  24. package/models/components/webhookdataaccountdeleted.d.ts.map +1 -0
  25. package/models/components/webhookdataaccountdeleted.js +71 -0
  26. package/models/components/webhookdataaccountdeleted.js.map +1 -0
  27. package/models/components/webhookdataaccountupdated.d.ts +31 -0
  28. package/models/components/webhookdataaccountupdated.d.ts.map +1 -0
  29. package/models/components/webhookdataaccountupdated.js +71 -0
  30. package/models/components/webhookdataaccountupdated.js.map +1 -0
  31. package/models/components/webhookdatabalanceupdated.d.ts +31 -0
  32. package/models/components/webhookdatabalanceupdated.d.ts.map +1 -0
  33. package/models/components/webhookdatabalanceupdated.js +71 -0
  34. package/models/components/webhookdatabalanceupdated.js.map +1 -0
  35. package/models/components/webhookdatabankaccountcreated.d.ts +31 -0
  36. package/models/components/webhookdatabankaccountcreated.d.ts.map +1 -0
  37. package/models/components/webhookdatabankaccountcreated.js +71 -0
  38. package/models/components/webhookdatabankaccountcreated.js.map +1 -0
  39. package/models/components/webhookdatabankaccountdeleted.d.ts +31 -0
  40. package/models/components/webhookdatabankaccountdeleted.d.ts.map +1 -0
  41. package/models/components/webhookdatabankaccountdeleted.js +71 -0
  42. package/models/components/webhookdatabankaccountdeleted.js.map +1 -0
  43. package/models/components/webhookdatabankaccountupdated.d.ts +46 -0
  44. package/models/components/webhookdatabankaccountupdated.d.ts.map +1 -0
  45. package/models/components/webhookdatabankaccountupdated.js +80 -0
  46. package/models/components/webhookdatabankaccountupdated.js.map +1 -0
  47. package/models/components/webhookdatacancellationcreated.d.ts +34 -0
  48. package/models/components/webhookdatacancellationcreated.d.ts.map +1 -0
  49. package/models/components/webhookdatacancellationcreated.js +74 -0
  50. package/models/components/webhookdatacancellationcreated.js.map +1 -0
  51. package/models/components/webhookdatacancellationupdated.d.ts +34 -0
  52. package/models/components/webhookdatacancellationupdated.d.ts.map +1 -0
  53. package/models/components/webhookdatacancellationupdated.js +74 -0
  54. package/models/components/webhookdatacancellationupdated.js.map +1 -0
  55. package/models/components/webhookdatacapabilityrequested.d.ts +41 -0
  56. package/models/components/webhookdatacapabilityrequested.d.ts.map +1 -0
  57. package/models/components/webhookdatacapabilityrequested.js +74 -0
  58. package/models/components/webhookdatacapabilityrequested.js.map +1 -0
  59. package/models/components/webhookdatacapabilityupdated.d.ts +47 -0
  60. package/models/components/webhookdatacapabilityupdated.d.ts.map +1 -0
  61. package/models/components/webhookdatacapabilityupdated.js +77 -0
  62. package/models/components/webhookdatacapabilityupdated.js.map +1 -0
  63. package/models/components/webhookdatacardautoupdated.d.ts +37 -0
  64. package/models/components/webhookdatacardautoupdated.d.ts.map +1 -0
  65. package/models/components/webhookdatacardautoupdated.js +74 -0
  66. package/models/components/webhookdatacardautoupdated.js.map +1 -0
  67. package/models/components/webhookdatadisputecreated.d.ts +51 -0
  68. package/models/components/webhookdatadisputecreated.d.ts.map +1 -0
  69. package/models/components/webhookdatadisputecreated.js +81 -0
  70. package/models/components/webhookdatadisputecreated.js.map +1 -0
  71. package/models/components/webhookdatadisputeupdated.d.ts +51 -0
  72. package/models/components/webhookdatadisputeupdated.d.ts.map +1 -0
  73. package/models/components/webhookdatadisputeupdated.js +81 -0
  74. package/models/components/webhookdatadisputeupdated.js.map +1 -0
  75. package/models/components/webhookdatanetworkidupdated.d.ts +39 -0
  76. package/models/components/webhookdatanetworkidupdated.d.ts.map +1 -0
  77. package/models/components/webhookdatanetworkidupdated.js +80 -0
  78. package/models/components/webhookdatanetworkidupdated.js.map +1 -0
  79. package/models/components/webhookdatapaymentmethoddisabled.d.ts +33 -0
  80. package/models/components/webhookdatapaymentmethoddisabled.d.ts.map +1 -0
  81. package/models/components/webhookdatapaymentmethoddisabled.js +73 -0
  82. package/models/components/webhookdatapaymentmethoddisabled.js.map +1 -0
  83. package/models/components/webhookdatapaymentmethodenabled.d.ts +33 -0
  84. package/models/components/webhookdatapaymentmethodenabled.d.ts.map +1 -0
  85. package/models/components/webhookdatapaymentmethodenabled.js +73 -0
  86. package/models/components/webhookdatapaymentmethodenabled.js.map +1 -0
  87. package/models/components/webhookdatarefundcreated.d.ts +33 -0
  88. package/models/components/webhookdatarefundcreated.d.ts.map +1 -0
  89. package/models/components/webhookdatarefundcreated.js +73 -0
  90. package/models/components/webhookdatarefundcreated.js.map +1 -0
  91. package/models/components/webhookdatarefundupdated.d.ts +36 -0
  92. package/models/components/webhookdatarefundupdated.d.ts.map +1 -0
  93. package/models/components/webhookdatarefundupdated.js +76 -0
  94. package/models/components/webhookdatarefundupdated.js.map +1 -0
  95. package/models/components/webhookdatarepresentativecreated.d.ts +31 -0
  96. package/models/components/webhookdatarepresentativecreated.d.ts.map +1 -0
  97. package/models/components/webhookdatarepresentativecreated.js +71 -0
  98. package/models/components/webhookdatarepresentativecreated.js.map +1 -0
  99. package/models/components/webhookdatarepresentativedisabled.d.ts +31 -0
  100. package/models/components/webhookdatarepresentativedisabled.d.ts.map +1 -0
  101. package/models/components/webhookdatarepresentativedisabled.js +71 -0
  102. package/models/components/webhookdatarepresentativedisabled.js.map +1 -0
  103. package/models/components/webhookdatarepresentativeupdated.d.ts +31 -0
  104. package/models/components/webhookdatarepresentativeupdated.d.ts.map +1 -0
  105. package/models/components/webhookdatarepresentativeupdated.js +71 -0
  106. package/models/components/webhookdatarepresentativeupdated.js.map +1 -0
  107. package/models/components/webhookdatasweepcreated.d.ts +31 -0
  108. package/models/components/webhookdatasweepcreated.d.ts.map +1 -0
  109. package/models/components/webhookdatasweepcreated.js +71 -0
  110. package/models/components/webhookdatasweepcreated.js.map +1 -0
  111. package/models/components/webhookdatasweepupdated.d.ts +36 -0
  112. package/models/components/webhookdatasweepupdated.d.ts.map +1 -0
  113. package/models/components/webhookdatasweepupdated.js +76 -0
  114. package/models/components/webhookdatasweepupdated.js.map +1 -0
  115. package/models/components/webhookdataterminalapplicationcreated.d.ts +35 -0
  116. package/models/components/webhookdataterminalapplicationcreated.d.ts.map +1 -0
  117. package/models/components/webhookdataterminalapplicationcreated.js +72 -0
  118. package/models/components/webhookdataterminalapplicationcreated.js.map +1 -0
  119. package/models/components/webhookdataterminalapplicationupdated.d.ts +35 -0
  120. package/models/components/webhookdataterminalapplicationupdated.d.ts.map +1 -0
  121. package/models/components/webhookdataterminalapplicationupdated.js +72 -0
  122. package/models/components/webhookdataterminalapplicationupdated.js.map +1 -0
  123. package/models/components/webhookdatatransfercreated.d.ts +40 -0
  124. package/models/components/webhookdatatransfercreated.d.ts.map +1 -0
  125. package/models/components/webhookdatatransfercreated.js +74 -0
  126. package/models/components/webhookdatatransfercreated.js.map +1 -0
  127. package/models/components/webhookdatatransferupdated.d.ts +51 -0
  128. package/models/components/webhookdatatransferupdated.d.ts.map +1 -0
  129. package/models/components/webhookdatatransferupdated.js +79 -0
  130. package/models/components/webhookdatatransferupdated.js.map +1 -0
  131. package/models/components/webhookdatawallettransactionupdated.d.ts +42 -0
  132. package/models/components/webhookdatawallettransactionupdated.d.ts.map +1 -0
  133. package/models/components/webhookdatawallettransactionupdated.js +79 -0
  134. package/models/components/webhookdatawallettransactionupdated.js.map +1 -0
  135. package/models/components/webhookevent.d.ts +49 -0
  136. package/models/components/webhookevent.d.ts.map +1 -0
  137. package/models/components/webhookevent.js +77 -0
  138. package/models/components/webhookevent.js.map +1 -0
  139. package/models/components/webhookeventtype.d.ts +115 -0
  140. package/models/components/webhookeventtype.d.ts.map +1 -0
  141. package/models/components/webhookeventtype.js +90 -0
  142. package/models/components/webhookeventtype.js.map +1 -0
  143. package/models/components/webhooktransferpaymentmethoddetails.d.ts +34 -0
  144. package/models/components/webhooktransferpaymentmethoddetails.d.ts.map +1 -0
  145. package/models/components/webhooktransferpaymentmethoddetails.js +71 -0
  146. package/models/components/webhooktransferpaymentmethoddetails.js.map +1 -0
  147. package/models/components/webhookwalletavailablebalance.d.ts +36 -0
  148. package/models/components/webhookwalletavailablebalance.d.ts.map +1 -0
  149. package/models/components/webhookwalletavailablebalance.js +73 -0
  150. package/models/components/webhookwalletavailablebalance.js.map +1 -0
  151. package/package.json +1 -1
  152. package/src/lib/config.ts +3 -3
  153. package/src/mcp-server/mcp-server.ts +1 -1
  154. package/src/mcp-server/server.ts +1 -1
  155. package/src/models/components/index.ts +34 -0
  156. package/src/models/components/webhookdata.ts +349 -0
  157. package/src/models/components/webhookdataaccountcreated.ts +70 -0
  158. package/src/models/components/webhookdataaccountdeleted.ts +70 -0
  159. package/src/models/components/webhookdataaccountupdated.ts +70 -0
  160. package/src/models/components/webhookdatabalanceupdated.ts +70 -0
  161. package/src/models/components/webhookdatabankaccountcreated.ts +72 -0
  162. package/src/models/components/webhookdatabankaccountdeleted.ts +72 -0
  163. package/src/models/components/webhookdatabankaccountupdated.ts +106 -0
  164. package/src/models/components/webhookdatacancellationcreated.ts +81 -0
  165. package/src/models/components/webhookdatacancellationupdated.ts +81 -0
  166. package/src/models/components/webhookdatacapabilityrequested.ts +88 -0
  167. package/src/models/components/webhookdatacapabilityupdated.ts +100 -0
  168. package/src/models/components/webhookdatacardautoupdated.ts +82 -0
  169. package/src/models/components/webhookdatadisputecreated.ts +106 -0
  170. package/src/models/components/webhookdatadisputeupdated.ts +106 -0
  171. package/src/models/components/webhookdatanetworkidupdated.ts +89 -0
  172. package/src/models/components/webhookdatapaymentmethoddisabled.ts +76 -0
  173. package/src/models/components/webhookdatapaymentmethodenabled.ts +76 -0
  174. package/src/models/components/webhookdatarefundcreated.ts +74 -0
  175. package/src/models/components/webhookdatarefundupdated.ts +83 -0
  176. package/src/models/components/webhookdatarepresentativecreated.ts +72 -0
  177. package/src/models/components/webhookdatarepresentativedisabled.ts +73 -0
  178. package/src/models/components/webhookdatarepresentativeupdated.ts +72 -0
  179. package/src/models/components/webhookdatasweepcreated.ts +70 -0
  180. package/src/models/components/webhookdatasweepupdated.ts +83 -0
  181. package/src/models/components/webhookdataterminalapplicationcreated.ts +83 -0
  182. package/src/models/components/webhookdataterminalapplicationupdated.ts +83 -0
  183. package/src/models/components/webhookdatatransfercreated.ts +85 -0
  184. package/src/models/components/webhookdatatransferupdated.ts +105 -0
  185. package/src/models/components/webhookdatawallettransactionupdated.ts +101 -0
  186. package/src/models/components/webhookevent.ts +97 -0
  187. package/src/models/components/webhookeventtype.ts +66 -0
  188. package/src/models/components/webhooktransferpaymentmethoddetails.ts +78 -0
  189. package/src/models/components/webhookwalletavailablebalance.ts +79 -0
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type WebhookDataAccountDeleted = {
5
+ accountID: string;
6
+ foreignID?: string | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const WebhookDataAccountDeleted$inboundSchema: z.ZodType<WebhookDataAccountDeleted, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type WebhookDataAccountDeleted$Outbound = {
12
+ accountID: string;
13
+ foreignID?: string | undefined;
14
+ };
15
+ /** @internal */
16
+ export declare const WebhookDataAccountDeleted$outboundSchema: z.ZodType<WebhookDataAccountDeleted$Outbound, z.ZodTypeDef, WebhookDataAccountDeleted>;
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export declare namespace WebhookDataAccountDeleted$ {
22
+ /** @deprecated use `WebhookDataAccountDeleted$inboundSchema` instead. */
23
+ const inboundSchema: z.ZodType<WebhookDataAccountDeleted, z.ZodTypeDef, unknown>;
24
+ /** @deprecated use `WebhookDataAccountDeleted$outboundSchema` instead. */
25
+ const outboundSchema: z.ZodType<WebhookDataAccountDeleted$Outbound, z.ZodTypeDef, WebhookDataAccountDeleted>;
26
+ /** @deprecated use `WebhookDataAccountDeleted$Outbound` instead. */
27
+ type Outbound = WebhookDataAccountDeleted$Outbound;
28
+ }
29
+ export declare function webhookDataAccountDeletedToJSON(webhookDataAccountDeleted: WebhookDataAccountDeleted): string;
30
+ export declare function webhookDataAccountDeletedFromJSON(jsonString: string): SafeParseResult<WebhookDataAccountDeleted, SDKValidationError>;
31
+ //# sourceMappingURL=webhookdataaccountdeleted.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdataaccountdeleted.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdataaccountdeleted.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;AAErE,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAIzB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC3D;AAED,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,MAAM,CAIR;AAED,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE"}
@@ -0,0 +1,71 @@
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.WebhookDataAccountDeleted$ = exports.WebhookDataAccountDeleted$outboundSchema = exports.WebhookDataAccountDeleted$inboundSchema = void 0;
40
+ exports.webhookDataAccountDeletedToJSON = webhookDataAccountDeletedToJSON;
41
+ exports.webhookDataAccountDeletedFromJSON = webhookDataAccountDeletedFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ /** @internal */
45
+ exports.WebhookDataAccountDeleted$inboundSchema = z.object({
46
+ accountID: z.string(),
47
+ foreignID: z.string().optional(),
48
+ });
49
+ /** @internal */
50
+ exports.WebhookDataAccountDeleted$outboundSchema = z.object({
51
+ accountID: z.string(),
52
+ foreignID: z.string().optional(),
53
+ });
54
+ /**
55
+ * @internal
56
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
57
+ */
58
+ var WebhookDataAccountDeleted$;
59
+ (function (WebhookDataAccountDeleted$) {
60
+ /** @deprecated use `WebhookDataAccountDeleted$inboundSchema` instead. */
61
+ WebhookDataAccountDeleted$.inboundSchema = exports.WebhookDataAccountDeleted$inboundSchema;
62
+ /** @deprecated use `WebhookDataAccountDeleted$outboundSchema` instead. */
63
+ WebhookDataAccountDeleted$.outboundSchema = exports.WebhookDataAccountDeleted$outboundSchema;
64
+ })(WebhookDataAccountDeleted$ || (exports.WebhookDataAccountDeleted$ = WebhookDataAccountDeleted$ = {}));
65
+ function webhookDataAccountDeletedToJSON(webhookDataAccountDeleted) {
66
+ return JSON.stringify(exports.WebhookDataAccountDeleted$outboundSchema.parse(webhookDataAccountDeleted));
67
+ }
68
+ function webhookDataAccountDeletedFromJSON(jsonString) {
69
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.WebhookDataAccountDeleted$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'WebhookDataAccountDeleted' from JSON`);
70
+ }
71
+ //# sourceMappingURL=webhookdataaccountdeleted.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdataaccountdeleted.js","sourceRoot":"","sources":["../../src/models/components/webhookdataaccountdeleted.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,0EAMC;AAED,8EAQC;AAjED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAGzE,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C;AAED,SAAgB,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,SAAgB,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type WebhookDataAccountUpdated = {
5
+ accountID: string;
6
+ foreignID?: string | undefined;
7
+ };
8
+ /** @internal */
9
+ export declare const WebhookDataAccountUpdated$inboundSchema: z.ZodType<WebhookDataAccountUpdated, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type WebhookDataAccountUpdated$Outbound = {
12
+ accountID: string;
13
+ foreignID?: string | undefined;
14
+ };
15
+ /** @internal */
16
+ export declare const WebhookDataAccountUpdated$outboundSchema: z.ZodType<WebhookDataAccountUpdated$Outbound, z.ZodTypeDef, WebhookDataAccountUpdated>;
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export declare namespace WebhookDataAccountUpdated$ {
22
+ /** @deprecated use `WebhookDataAccountUpdated$inboundSchema` instead. */
23
+ const inboundSchema: z.ZodType<WebhookDataAccountUpdated, z.ZodTypeDef, unknown>;
24
+ /** @deprecated use `WebhookDataAccountUpdated$outboundSchema` instead. */
25
+ const outboundSchema: z.ZodType<WebhookDataAccountUpdated$Outbound, z.ZodTypeDef, WebhookDataAccountUpdated>;
26
+ /** @deprecated use `WebhookDataAccountUpdated$Outbound` instead. */
27
+ type Outbound = WebhookDataAccountUpdated$Outbound;
28
+ }
29
+ export declare function webhookDataAccountUpdatedToJSON(webhookDataAccountUpdated: WebhookDataAccountUpdated): string;
30
+ export declare function webhookDataAccountUpdatedFromJSON(jsonString: string): SafeParseResult<WebhookDataAccountUpdated, SDKValidationError>;
31
+ //# sourceMappingURL=webhookdataaccountupdated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdataaccountupdated.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdataaccountupdated.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;AAErE,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAIzB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC3D;AAED,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,MAAM,CAIR;AAED,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE"}
@@ -0,0 +1,71 @@
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.WebhookDataAccountUpdated$ = exports.WebhookDataAccountUpdated$outboundSchema = exports.WebhookDataAccountUpdated$inboundSchema = void 0;
40
+ exports.webhookDataAccountUpdatedToJSON = webhookDataAccountUpdatedToJSON;
41
+ exports.webhookDataAccountUpdatedFromJSON = webhookDataAccountUpdatedFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ /** @internal */
45
+ exports.WebhookDataAccountUpdated$inboundSchema = z.object({
46
+ accountID: z.string(),
47
+ foreignID: z.string().optional(),
48
+ });
49
+ /** @internal */
50
+ exports.WebhookDataAccountUpdated$outboundSchema = z.object({
51
+ accountID: z.string(),
52
+ foreignID: z.string().optional(),
53
+ });
54
+ /**
55
+ * @internal
56
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
57
+ */
58
+ var WebhookDataAccountUpdated$;
59
+ (function (WebhookDataAccountUpdated$) {
60
+ /** @deprecated use `WebhookDataAccountUpdated$inboundSchema` instead. */
61
+ WebhookDataAccountUpdated$.inboundSchema = exports.WebhookDataAccountUpdated$inboundSchema;
62
+ /** @deprecated use `WebhookDataAccountUpdated$outboundSchema` instead. */
63
+ WebhookDataAccountUpdated$.outboundSchema = exports.WebhookDataAccountUpdated$outboundSchema;
64
+ })(WebhookDataAccountUpdated$ || (exports.WebhookDataAccountUpdated$ = WebhookDataAccountUpdated$ = {}));
65
+ function webhookDataAccountUpdatedToJSON(webhookDataAccountUpdated) {
66
+ return JSON.stringify(exports.WebhookDataAccountUpdated$outboundSchema.parse(webhookDataAccountUpdated));
67
+ }
68
+ function webhookDataAccountUpdatedFromJSON(jsonString) {
69
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.WebhookDataAccountUpdated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'WebhookDataAccountUpdated' from JSON`);
70
+ }
71
+ //# sourceMappingURL=webhookdataaccountupdated.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdataaccountupdated.js","sourceRoot":"","sources":["../../src/models/components/webhookdataaccountupdated.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,0EAMC;AAED,8EAQC;AAjED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAGzE,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C;AAED,SAAgB,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,SAAgB,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type WebhookDataBalanceUpdated = {
5
+ accountID: string;
6
+ walletID: string;
7
+ };
8
+ /** @internal */
9
+ export declare const WebhookDataBalanceUpdated$inboundSchema: z.ZodType<WebhookDataBalanceUpdated, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type WebhookDataBalanceUpdated$Outbound = {
12
+ accountID: string;
13
+ walletID: string;
14
+ };
15
+ /** @internal */
16
+ export declare const WebhookDataBalanceUpdated$outboundSchema: z.ZodType<WebhookDataBalanceUpdated$Outbound, z.ZodTypeDef, WebhookDataBalanceUpdated>;
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export declare namespace WebhookDataBalanceUpdated$ {
22
+ /** @deprecated use `WebhookDataBalanceUpdated$inboundSchema` instead. */
23
+ const inboundSchema: z.ZodType<WebhookDataBalanceUpdated, z.ZodTypeDef, unknown>;
24
+ /** @deprecated use `WebhookDataBalanceUpdated$outboundSchema` instead. */
25
+ const outboundSchema: z.ZodType<WebhookDataBalanceUpdated$Outbound, z.ZodTypeDef, WebhookDataBalanceUpdated>;
26
+ /** @deprecated use `WebhookDataBalanceUpdated$Outbound` instead. */
27
+ type Outbound = WebhookDataBalanceUpdated$Outbound;
28
+ }
29
+ export declare function webhookDataBalanceUpdatedToJSON(webhookDataBalanceUpdated: WebhookDataBalanceUpdated): string;
30
+ export declare function webhookDataBalanceUpdatedFromJSON(jsonString: string): SafeParseResult<WebhookDataBalanceUpdated, SDKValidationError>;
31
+ //# sourceMappingURL=webhookdatabalanceupdated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdatabalanceupdated.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdatabalanceupdated.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;AAErE,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAIzB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC3D;AAED,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,MAAM,CAIR;AAED,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE"}
@@ -0,0 +1,71 @@
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.WebhookDataBalanceUpdated$ = exports.WebhookDataBalanceUpdated$outboundSchema = exports.WebhookDataBalanceUpdated$inboundSchema = void 0;
40
+ exports.webhookDataBalanceUpdatedToJSON = webhookDataBalanceUpdatedToJSON;
41
+ exports.webhookDataBalanceUpdatedFromJSON = webhookDataBalanceUpdatedFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ /** @internal */
45
+ exports.WebhookDataBalanceUpdated$inboundSchema = z.object({
46
+ accountID: z.string(),
47
+ walletID: z.string(),
48
+ });
49
+ /** @internal */
50
+ exports.WebhookDataBalanceUpdated$outboundSchema = z.object({
51
+ accountID: z.string(),
52
+ walletID: z.string(),
53
+ });
54
+ /**
55
+ * @internal
56
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
57
+ */
58
+ var WebhookDataBalanceUpdated$;
59
+ (function (WebhookDataBalanceUpdated$) {
60
+ /** @deprecated use `WebhookDataBalanceUpdated$inboundSchema` instead. */
61
+ WebhookDataBalanceUpdated$.inboundSchema = exports.WebhookDataBalanceUpdated$inboundSchema;
62
+ /** @deprecated use `WebhookDataBalanceUpdated$outboundSchema` instead. */
63
+ WebhookDataBalanceUpdated$.outboundSchema = exports.WebhookDataBalanceUpdated$outboundSchema;
64
+ })(WebhookDataBalanceUpdated$ || (exports.WebhookDataBalanceUpdated$ = WebhookDataBalanceUpdated$ = {}));
65
+ function webhookDataBalanceUpdatedToJSON(webhookDataBalanceUpdated) {
66
+ return JSON.stringify(exports.WebhookDataBalanceUpdated$outboundSchema.parse(webhookDataBalanceUpdated));
67
+ }
68
+ function webhookDataBalanceUpdatedFromJSON(jsonString) {
69
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.WebhookDataBalanceUpdated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'WebhookDataBalanceUpdated' from JSON`);
70
+ }
71
+ //# sourceMappingURL=webhookdatabalanceupdated.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdatabalanceupdated.js","sourceRoot":"","sources":["../../src/models/components/webhookdatabalanceupdated.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,0EAMC;AAED,8EAQC;AAjED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAGzE,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C;AAED,SAAgB,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,SAAgB,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type WebhookDataBankAccountCreated = {
5
+ bankAccountID: string;
6
+ accountID: string;
7
+ };
8
+ /** @internal */
9
+ export declare const WebhookDataBankAccountCreated$inboundSchema: z.ZodType<WebhookDataBankAccountCreated, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type WebhookDataBankAccountCreated$Outbound = {
12
+ bankAccountID: string;
13
+ accountID: string;
14
+ };
15
+ /** @internal */
16
+ export declare const WebhookDataBankAccountCreated$outboundSchema: z.ZodType<WebhookDataBankAccountCreated$Outbound, z.ZodTypeDef, WebhookDataBankAccountCreated>;
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export declare namespace WebhookDataBankAccountCreated$ {
22
+ /** @deprecated use `WebhookDataBankAccountCreated$inboundSchema` instead. */
23
+ const inboundSchema: z.ZodType<WebhookDataBankAccountCreated, z.ZodTypeDef, unknown>;
24
+ /** @deprecated use `WebhookDataBankAccountCreated$outboundSchema` instead. */
25
+ const outboundSchema: z.ZodType<WebhookDataBankAccountCreated$Outbound, z.ZodTypeDef, WebhookDataBankAccountCreated>;
26
+ /** @deprecated use `WebhookDataBankAccountCreated$Outbound` instead. */
27
+ type Outbound = WebhookDataBankAccountCreated$Outbound;
28
+ }
29
+ export declare function webhookDataBankAccountCreatedToJSON(webhookDataBankAccountCreated: WebhookDataBankAccountCreated): string;
30
+ export declare function webhookDataBankAccountCreatedFromJSON(jsonString: string): SafeParseResult<WebhookDataBankAccountCreated, SDKValidationError>;
31
+ //# sourceMappingURL=webhookdatabankaccountcreated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdatabankaccountcreated.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdatabankaccountcreated.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;AAErE,MAAM,MAAM,6BAA6B,GAAG;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAI7B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa,iEAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc,gGAA+C,CAAC;IAC3E,wEAAwE;IACxE,KAAY,QAAQ,GAAG,sCAAsC,CAAC;CAC/D;AAED,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AAED,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}
@@ -0,0 +1,71 @@
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.WebhookDataBankAccountCreated$ = exports.WebhookDataBankAccountCreated$outboundSchema = exports.WebhookDataBankAccountCreated$inboundSchema = void 0;
40
+ exports.webhookDataBankAccountCreatedToJSON = webhookDataBankAccountCreatedToJSON;
41
+ exports.webhookDataBankAccountCreatedFromJSON = webhookDataBankAccountCreatedFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ /** @internal */
45
+ exports.WebhookDataBankAccountCreated$inboundSchema = z.object({
46
+ bankAccountID: z.string(),
47
+ accountID: z.string(),
48
+ });
49
+ /** @internal */
50
+ exports.WebhookDataBankAccountCreated$outboundSchema = z.object({
51
+ bankAccountID: z.string(),
52
+ accountID: z.string(),
53
+ });
54
+ /**
55
+ * @internal
56
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
57
+ */
58
+ var WebhookDataBankAccountCreated$;
59
+ (function (WebhookDataBankAccountCreated$) {
60
+ /** @deprecated use `WebhookDataBankAccountCreated$inboundSchema` instead. */
61
+ WebhookDataBankAccountCreated$.inboundSchema = exports.WebhookDataBankAccountCreated$inboundSchema;
62
+ /** @deprecated use `WebhookDataBankAccountCreated$outboundSchema` instead. */
63
+ WebhookDataBankAccountCreated$.outboundSchema = exports.WebhookDataBankAccountCreated$outboundSchema;
64
+ })(WebhookDataBankAccountCreated$ || (exports.WebhookDataBankAccountCreated$ = WebhookDataBankAccountCreated$ = {}));
65
+ function webhookDataBankAccountCreatedToJSON(webhookDataBankAccountCreated) {
66
+ return JSON.stringify(exports.WebhookDataBankAccountCreated$outboundSchema.parse(webhookDataBankAccountCreated));
67
+ }
68
+ function webhookDataBankAccountCreatedFromJSON(jsonString) {
69
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.WebhookDataBankAccountCreated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'WebhookDataBankAccountCreated' from JSON`);
70
+ }
71
+ //# sourceMappingURL=webhookdatabankaccountcreated.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdatabankaccountcreated.js","sourceRoot":"","sources":["../../src/models/components/webhookdatabankaccountcreated.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,kFAQC;AAED,sFAQC;AAnED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,6EAA6E;IAChE,4CAAa,GAAG,mDAA2C,CAAC;IACzE,8EAA8E;IACjE,6CAAc,GAAG,oDAA4C,CAAC;AAG7E,CAAC,EAPgB,8BAA8B,8CAA9B,8BAA8B,QAO9C;AAED,SAAgB,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,oDAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,qCAAqC,CACnD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mDAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type WebhookDataBankAccountDeleted = {
5
+ bankAccountID: string;
6
+ accountID: string;
7
+ };
8
+ /** @internal */
9
+ export declare const WebhookDataBankAccountDeleted$inboundSchema: z.ZodType<WebhookDataBankAccountDeleted, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type WebhookDataBankAccountDeleted$Outbound = {
12
+ bankAccountID: string;
13
+ accountID: string;
14
+ };
15
+ /** @internal */
16
+ export declare const WebhookDataBankAccountDeleted$outboundSchema: z.ZodType<WebhookDataBankAccountDeleted$Outbound, z.ZodTypeDef, WebhookDataBankAccountDeleted>;
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export declare namespace WebhookDataBankAccountDeleted$ {
22
+ /** @deprecated use `WebhookDataBankAccountDeleted$inboundSchema` instead. */
23
+ const inboundSchema: z.ZodType<WebhookDataBankAccountDeleted, z.ZodTypeDef, unknown>;
24
+ /** @deprecated use `WebhookDataBankAccountDeleted$outboundSchema` instead. */
25
+ const outboundSchema: z.ZodType<WebhookDataBankAccountDeleted$Outbound, z.ZodTypeDef, WebhookDataBankAccountDeleted>;
26
+ /** @deprecated use `WebhookDataBankAccountDeleted$Outbound` instead. */
27
+ type Outbound = WebhookDataBankAccountDeleted$Outbound;
28
+ }
29
+ export declare function webhookDataBankAccountDeletedToJSON(webhookDataBankAccountDeleted: WebhookDataBankAccountDeleted): string;
30
+ export declare function webhookDataBankAccountDeletedFromJSON(jsonString: string): SafeParseResult<WebhookDataBankAccountDeleted, SDKValidationError>;
31
+ //# sourceMappingURL=webhookdatabankaccountdeleted.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdatabankaccountdeleted.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdatabankaccountdeleted.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;AAErE,MAAM,MAAM,6BAA6B,GAAG;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAI7B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa,iEAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc,gGAA+C,CAAC;IAC3E,wEAAwE;IACxE,KAAY,QAAQ,GAAG,sCAAsC,CAAC;CAC/D;AAED,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AAED,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}
@@ -0,0 +1,71 @@
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.WebhookDataBankAccountDeleted$ = exports.WebhookDataBankAccountDeleted$outboundSchema = exports.WebhookDataBankAccountDeleted$inboundSchema = void 0;
40
+ exports.webhookDataBankAccountDeletedToJSON = webhookDataBankAccountDeletedToJSON;
41
+ exports.webhookDataBankAccountDeletedFromJSON = webhookDataBankAccountDeletedFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ /** @internal */
45
+ exports.WebhookDataBankAccountDeleted$inboundSchema = z.object({
46
+ bankAccountID: z.string(),
47
+ accountID: z.string(),
48
+ });
49
+ /** @internal */
50
+ exports.WebhookDataBankAccountDeleted$outboundSchema = z.object({
51
+ bankAccountID: z.string(),
52
+ accountID: z.string(),
53
+ });
54
+ /**
55
+ * @internal
56
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
57
+ */
58
+ var WebhookDataBankAccountDeleted$;
59
+ (function (WebhookDataBankAccountDeleted$) {
60
+ /** @deprecated use `WebhookDataBankAccountDeleted$inboundSchema` instead. */
61
+ WebhookDataBankAccountDeleted$.inboundSchema = exports.WebhookDataBankAccountDeleted$inboundSchema;
62
+ /** @deprecated use `WebhookDataBankAccountDeleted$outboundSchema` instead. */
63
+ WebhookDataBankAccountDeleted$.outboundSchema = exports.WebhookDataBankAccountDeleted$outboundSchema;
64
+ })(WebhookDataBankAccountDeleted$ || (exports.WebhookDataBankAccountDeleted$ = WebhookDataBankAccountDeleted$ = {}));
65
+ function webhookDataBankAccountDeletedToJSON(webhookDataBankAccountDeleted) {
66
+ return JSON.stringify(exports.WebhookDataBankAccountDeleted$outboundSchema.parse(webhookDataBankAccountDeleted));
67
+ }
68
+ function webhookDataBankAccountDeletedFromJSON(jsonString) {
69
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.WebhookDataBankAccountDeleted$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'WebhookDataBankAccountDeleted' from JSON`);
70
+ }
71
+ //# sourceMappingURL=webhookdatabankaccountdeleted.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdatabankaccountdeleted.js","sourceRoot":"","sources":["../../src/models/components/webhookdatabankaccountdeleted.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,kFAQC;AAED,sFAQC;AAnED,uCAAyB;AACzB,qDAAiD;AASjD,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,6EAA6E;IAChE,4CAAa,GAAG,mDAA2C,CAAC;IACzE,8EAA8E;IACjE,6CAAc,GAAG,oDAA4C,CAAC;AAG7E,CAAC,EAPgB,8BAA8B,8CAA9B,8BAA8B,QAO9C;AAED,SAAgB,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,oDAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,qCAAqC,CACnD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mDAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,46 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { BankAccountException, BankAccountException$Outbound } from "./bankaccountexception.js";
5
+ import { BankAccountStatus } from "./bankaccountstatus.js";
6
+ import { BankAccountStatusReason } from "./bankaccountstatusreason.js";
7
+ export type WebhookDataBankAccountUpdated = {
8
+ bankAccountID: string;
9
+ accountID: string;
10
+ status: BankAccountStatus;
11
+ /**
12
+ * The reason the bank account status changed to the current value.
13
+ */
14
+ statusReason: BankAccountStatusReason;
15
+ /**
16
+ * Reason for, and details related to, an `errored` or `verificationFailed` bank account status.
17
+ */
18
+ exceptionDetails?: BankAccountException | undefined;
19
+ };
20
+ /** @internal */
21
+ export declare const WebhookDataBankAccountUpdated$inboundSchema: z.ZodType<WebhookDataBankAccountUpdated, z.ZodTypeDef, unknown>;
22
+ /** @internal */
23
+ export type WebhookDataBankAccountUpdated$Outbound = {
24
+ bankAccountID: string;
25
+ accountID: string;
26
+ status: string;
27
+ statusReason: string;
28
+ exceptionDetails?: BankAccountException$Outbound | undefined;
29
+ };
30
+ /** @internal */
31
+ export declare const WebhookDataBankAccountUpdated$outboundSchema: z.ZodType<WebhookDataBankAccountUpdated$Outbound, z.ZodTypeDef, WebhookDataBankAccountUpdated>;
32
+ /**
33
+ * @internal
34
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
35
+ */
36
+ export declare namespace WebhookDataBankAccountUpdated$ {
37
+ /** @deprecated use `WebhookDataBankAccountUpdated$inboundSchema` instead. */
38
+ const inboundSchema: z.ZodType<WebhookDataBankAccountUpdated, z.ZodTypeDef, unknown>;
39
+ /** @deprecated use `WebhookDataBankAccountUpdated$outboundSchema` instead. */
40
+ const outboundSchema: z.ZodType<WebhookDataBankAccountUpdated$Outbound, z.ZodTypeDef, WebhookDataBankAccountUpdated>;
41
+ /** @deprecated use `WebhookDataBankAccountUpdated$Outbound` instead. */
42
+ type Outbound = WebhookDataBankAccountUpdated$Outbound;
43
+ }
44
+ export declare function webhookDataBankAccountUpdatedToJSON(webhookDataBankAccountUpdated: WebhookDataBankAccountUpdated): string;
45
+ export declare function webhookDataBankAccountUpdatedFromJSON(jsonString: string): SafeParseResult<WebhookDataBankAccountUpdated, SDKValidationError>;
46
+ //# sourceMappingURL=webhookdatabankaccountupdated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhookdatabankaccountupdated.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdatabankaccountupdated.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,oBAAoB,EAEpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,iBAAiB,EAGlB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,uBAAuB,EAGxB,MAAM,8BAA8B,CAAC;AAEtC,MAAM,MAAM,6BAA6B,GAAG;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,iBAAiB,CAAC;IAC1B;;OAEG;IACH,YAAY,EAAE,uBAAuB,CAAC;IACtC;;OAEG;IACH,gBAAgB,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;CACrD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;CAC9D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAO7B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,8BAA8B,CAAC;IAC9C,6EAA6E;IACtE,MAAM,aAAa,iEAA8C,CAAC;IACzE,8EAA8E;IACvE,MAAM,cAAc,gGAA+C,CAAC;IAC3E,wEAAwE;IACxE,KAAY,QAAQ,GAAG,sCAAsC,CAAC;CAC/D;AAED,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AAED,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}