@moovio/sdk 26.4.0-dev.16 → 26.4.0-dev.17

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 (172) hide show
  1. package/README.md +77 -61
  2. package/bin/mcp-server.js +626 -238
  3. package/bin/mcp-server.js.map +38 -27
  4. package/funcs/cardIssuingUpdate.d.ts +1 -1
  5. package/funcs/cardIssuingUpdate.d.ts.map +1 -1
  6. package/funcs/cardIssuingUpdate.js +2 -1
  7. package/funcs/cardIssuingUpdate.js.map +1 -1
  8. package/funcs/disputesUploadEvidenceFile.js +4 -1
  9. package/funcs/disputesUploadEvidenceFile.js.map +1 -1
  10. package/funcs/filesUpload.js +4 -1
  11. package/funcs/filesUpload.js.map +1 -1
  12. package/funcs/imagesUpdate.d.ts.map +1 -1
  13. package/funcs/imagesUpdate.js +4 -1
  14. package/funcs/imagesUpdate.js.map +1 -1
  15. package/funcs/imagesUpload.d.ts.map +1 -1
  16. package/funcs/imagesUpload.js +4 -1
  17. package/funcs/imagesUpload.js.map +1 -1
  18. package/funcs/transfersBatchGetTransfers.d.ts +21 -0
  19. package/funcs/transfersBatchGetTransfers.d.ts.map +1 -0
  20. package/funcs/transfersBatchGetTransfers.js +131 -0
  21. package/funcs/transfersBatchGetTransfers.js.map +1 -0
  22. package/jsr.json +1 -1
  23. package/lib/config.d.ts +3 -3
  24. package/lib/config.js +3 -3
  25. package/lib/encodings.d.ts +1 -0
  26. package/lib/encodings.d.ts.map +1 -1
  27. package/lib/encodings.js +27 -5
  28. package/lib/encodings.js.map +1 -1
  29. package/lib/security.d.ts +1 -1
  30. package/lib/security.d.ts.map +1 -1
  31. package/lib/security.js +18 -7
  32. package/lib/security.js.map +1 -1
  33. package/mcp-server/mcp-server.js +1 -1
  34. package/mcp-server/server.d.ts.map +1 -1
  35. package/mcp-server/server.js +3 -1
  36. package/mcp-server/server.js.map +1 -1
  37. package/mcp-server/tools/applePayLinkToken.js +3 -3
  38. package/mcp-server/tools/cardIssuingUpdate.d.ts.map +1 -1
  39. package/mcp-server/tools/cardIssuingUpdate.js +2 -1
  40. package/mcp-server/tools/cardIssuingUpdate.js.map +1 -1
  41. package/mcp-server/tools/transfersBatchGetTransfers.d.ts +8 -0
  42. package/mcp-server/tools/transfersBatchGetTransfers.d.ts.map +1 -0
  43. package/mcp-server/tools/transfersBatchGetTransfers.js +69 -0
  44. package/mcp-server/tools/transfersBatchGetTransfers.js.map +1 -0
  45. package/models/components/batchgettransfersrequest.d.ts +20 -0
  46. package/models/components/batchgettransfersrequest.d.ts.map +1 -0
  47. package/models/components/batchgettransfersrequest.js +58 -0
  48. package/models/components/batchgettransfersrequest.js.map +1 -0
  49. package/models/components/cardpayouttype.d.ts +17 -0
  50. package/models/components/cardpayouttype.d.ts.map +1 -0
  51. package/models/components/cardpayouttype.js +51 -0
  52. package/models/components/cardpayouttype.js.map +1 -0
  53. package/models/components/createtransferdestinationcard.d.ts +6 -0
  54. package/models/components/createtransferdestinationcard.d.ts.map +1 -1
  55. package/models/components/createtransferdestinationcard.js +3 -0
  56. package/models/components/createtransferdestinationcard.js.map +1 -1
  57. package/models/components/index.d.ts +8 -0
  58. package/models/components/index.d.ts.map +1 -1
  59. package/models/components/index.js +8 -0
  60. package/models/components/index.js.map +1 -1
  61. package/models/components/paymentmethod.d.ts +4 -2
  62. package/models/components/paymentmethod.d.ts.map +1 -1
  63. package/models/components/paymentmethod.js +6 -0
  64. package/models/components/paymentmethod.js.map +1 -1
  65. package/models/components/paymentmethodtype.d.ts +2 -0
  66. package/models/components/paymentmethodtype.d.ts.map +1 -1
  67. package/models/components/paymentmethodtype.js +2 -0
  68. package/models/components/paymentmethodtype.js.map +1 -1
  69. package/models/components/pullfromapplepaypaymentmethod.d.ts +28 -0
  70. package/models/components/pullfromapplepaypaymentmethod.d.ts.map +1 -0
  71. package/models/components/pullfromapplepaypaymentmethod.js +63 -0
  72. package/models/components/pullfromapplepaypaymentmethod.js.map +1 -0
  73. package/models/components/pullfromapplepaytransferpaymentmethod.d.ts +28 -0
  74. package/models/components/pullfromapplepaytransferpaymentmethod.d.ts.map +1 -0
  75. package/models/components/pullfromapplepaytransferpaymentmethod.js +63 -0
  76. package/models/components/pullfromapplepaytransferpaymentmethod.js.map +1 -0
  77. package/models/components/pushtoapplepaypaymentmethod.d.ts +28 -0
  78. package/models/components/pushtoapplepaypaymentmethod.d.ts.map +1 -0
  79. package/models/components/pushtoapplepaypaymentmethod.js +63 -0
  80. package/models/components/pushtoapplepaypaymentmethod.js.map +1 -0
  81. package/models/components/pushtoapplepaytransferpaymentmethod.d.ts +28 -0
  82. package/models/components/pushtoapplepaytransferpaymentmethod.d.ts.map +1 -0
  83. package/models/components/pushtoapplepaytransferpaymentmethod.js +63 -0
  84. package/models/components/pushtoapplepaytransferpaymentmethod.js.map +1 -0
  85. package/models/components/rtpfailurecode.d.ts +26 -0
  86. package/models/components/rtpfailurecode.d.ts.map +1 -0
  87. package/models/components/rtpfailurecode.js +60 -0
  88. package/models/components/rtpfailurecode.js.map +1 -0
  89. package/models/components/rtptransactionstatus.d.ts +20 -0
  90. package/models/components/rtptransactionstatus.d.ts.map +1 -0
  91. package/models/components/rtptransactionstatus.js +54 -0
  92. package/models/components/rtptransactionstatus.js.map +1 -0
  93. package/models/components/transferdestination.d.ts +46 -0
  94. package/models/components/transferdestination.d.ts.map +1 -1
  95. package/models/components/transferdestination.js +36 -1
  96. package/models/components/transferdestination.js.map +1 -1
  97. package/models/components/transferpaymentmethod.d.ts +4 -2
  98. package/models/components/transferpaymentmethod.d.ts.map +1 -1
  99. package/models/components/transferpaymentmethod.js +6 -0
  100. package/models/components/transferpaymentmethod.js.map +1 -1
  101. package/models/components/transferpaymentmethodtype.d.ts +2 -0
  102. package/models/components/transferpaymentmethodtype.d.ts.map +1 -1
  103. package/models/components/transferpaymentmethodtype.js +2 -0
  104. package/models/components/transferpaymentmethodtype.js.map +1 -1
  105. package/models/components/webhookbillingstatementcreated.d.ts +2 -0
  106. package/models/components/webhookbillingstatementcreated.d.ts.map +1 -1
  107. package/models/components/webhookbillingstatementcreated.js +2 -0
  108. package/models/components/webhookbillingstatementcreated.js.map +1 -1
  109. package/models/components/webhookdata.d.ts +2 -2
  110. package/models/components/webhookdata.d.ts.map +1 -1
  111. package/models/components/webhookdata.js +2 -2
  112. package/models/components/webhookdata.js.map +1 -1
  113. package/models/operations/batchgettransfers.d.ts +43 -0
  114. package/models/operations/batchgettransfers.d.ts.map +1 -0
  115. package/models/operations/batchgettransfers.js +98 -0
  116. package/models/operations/batchgettransfers.js.map +1 -0
  117. package/models/operations/index.d.ts +1 -0
  118. package/models/operations/index.d.ts.map +1 -1
  119. package/models/operations/index.js +1 -0
  120. package/models/operations/index.js.map +1 -1
  121. package/models/operations/linkapplepaytoken.d.ts +2 -2
  122. package/models/operations/linkapplepaytoken.d.ts.map +1 -1
  123. package/models/operations/linkapplepaytoken.js +2 -2
  124. package/models/operations/linkapplepaytoken.js.map +1 -1
  125. package/models/operations/updateissuedcard.d.ts +2 -0
  126. package/models/operations/updateissuedcard.d.ts.map +1 -1
  127. package/models/operations/updateissuedcard.js +4 -0
  128. package/models/operations/updateissuedcard.js.map +1 -1
  129. package/package.json +1 -1
  130. package/sdk/cardissuing.d.ts +1 -1
  131. package/sdk/cardissuing.d.ts.map +1 -1
  132. package/sdk/transfers.d.ts +11 -0
  133. package/sdk/transfers.d.ts.map +1 -1
  134. package/sdk/transfers.js +14 -0
  135. package/sdk/transfers.js.map +1 -1
  136. package/src/funcs/cardIssuingUpdate.ts +5 -4
  137. package/src/funcs/disputesUploadEvidenceFile.ts +5 -2
  138. package/src/funcs/filesUpload.ts +5 -2
  139. package/src/funcs/imagesUpdate.ts +10 -2
  140. package/src/funcs/imagesUpload.ts +10 -2
  141. package/src/funcs/transfersBatchGetTransfers.ts +180 -0
  142. package/src/lib/config.ts +3 -3
  143. package/src/lib/encodings.ts +32 -4
  144. package/src/lib/security.ts +14 -2
  145. package/src/mcp-server/mcp-server.ts +1 -1
  146. package/src/mcp-server/server.ts +3 -1
  147. package/src/mcp-server/tools/applePayLinkToken.ts +3 -3
  148. package/src/mcp-server/tools/cardIssuingUpdate.ts +3 -1
  149. package/src/mcp-server/tools/transfersBatchGetTransfers.ts +43 -0
  150. package/src/models/components/batchgettransfersrequest.ts +54 -0
  151. package/src/models/components/cardpayouttype.ts +26 -0
  152. package/src/models/components/createtransferdestinationcard.ts +12 -0
  153. package/src/models/components/index.ts +8 -0
  154. package/src/models/components/paymentmethod.ts +22 -2
  155. package/src/models/components/paymentmethodtype.ts +2 -0
  156. package/src/models/components/pullfromapplepaypaymentmethod.ts +73 -0
  157. package/src/models/components/pullfromapplepaytransferpaymentmethod.ts +74 -0
  158. package/src/models/components/pushtoapplepaypaymentmethod.ts +73 -0
  159. package/src/models/components/pushtoapplepaytransferpaymentmethod.ts +74 -0
  160. package/src/models/components/rtpfailurecode.ts +35 -0
  161. package/src/models/components/rtptransactionstatus.ts +29 -0
  162. package/src/models/components/transferdestination.ts +99 -0
  163. package/src/models/components/transferpaymentmethod.ts +22 -2
  164. package/src/models/components/transferpaymentmethodtype.ts +2 -0
  165. package/src/models/components/webhookbillingstatementcreated.ts +4 -0
  166. package/src/models/components/webhookdata.ts +6 -6
  167. package/src/models/operations/batchgettransfers.ts +122 -0
  168. package/src/models/operations/index.ts +1 -0
  169. package/src/models/operations/linkapplepaytoken.ts +4 -4
  170. package/src/models/operations/updateissuedcard.ts +6 -0
  171. package/src/sdk/cardissuing.ts +1 -1
  172. package/src/sdk/transfers.ts +22 -0
@@ -0,0 +1,26 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ /**
4
+ * Status codes for RTP failures.
5
+ */
6
+ export declare const RTPFailureCode: {
7
+ readonly ProcessingError: "processing-error";
8
+ readonly InvalidAccount: "invalid-account";
9
+ readonly AccountClosed: "account-closed";
10
+ readonly AccountBlocked: "account-blocked";
11
+ readonly InvalidField: "invalid-field";
12
+ readonly TransactionNotSupported: "transaction-not-supported";
13
+ readonly LimitExceeded: "limit-exceeded";
14
+ readonly InvalidAmount: "invalid-amount";
15
+ readonly CustomerDeceased: "customer-deceased";
16
+ readonly Other: "other";
17
+ };
18
+ /**
19
+ * Status codes for RTP failures.
20
+ */
21
+ export type RTPFailureCode = ClosedEnum<typeof RTPFailureCode>;
22
+ /** @internal */
23
+ export declare const RTPFailureCode$inboundSchema: z.ZodNativeEnum<typeof RTPFailureCode>;
24
+ /** @internal */
25
+ export declare const RTPFailureCode$outboundSchema: z.ZodNativeEnum<typeof RTPFailureCode>;
26
+ //# sourceMappingURL=rtpfailurecode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rtpfailurecode.d.ts","sourceRoot":"","sources":["../../src/models/components/rtpfailurecode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;CAWjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,cAAc,CACS,CAAC;AACjC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,cAAc,CACS,CAAC"}
@@ -0,0 +1,60 @@
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.RTPFailureCode$outboundSchema = exports.RTPFailureCode$inboundSchema = exports.RTPFailureCode = void 0;
40
+ const z = __importStar(require("zod/v3"));
41
+ /**
42
+ * Status codes for RTP failures.
43
+ */
44
+ exports.RTPFailureCode = {
45
+ ProcessingError: "processing-error",
46
+ InvalidAccount: "invalid-account",
47
+ AccountClosed: "account-closed",
48
+ AccountBlocked: "account-blocked",
49
+ InvalidField: "invalid-field",
50
+ TransactionNotSupported: "transaction-not-supported",
51
+ LimitExceeded: "limit-exceeded",
52
+ InvalidAmount: "invalid-amount",
53
+ CustomerDeceased: "customer-deceased",
54
+ Other: "other",
55
+ };
56
+ /** @internal */
57
+ exports.RTPFailureCode$inboundSchema = z.nativeEnum(exports.RTPFailureCode);
58
+ /** @internal */
59
+ exports.RTPFailureCode$outboundSchema = exports.RTPFailureCode$inboundSchema;
60
+ //# sourceMappingURL=rtpfailurecode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rtpfailurecode.js","sourceRoot":"","sources":["../../src/models/components/rtpfailurecode.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,eAAe,EAAE,kBAAkB;IACnC,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;IAC7B,uBAAuB,EAAE,2BAA2B;IACpD,aAAa,EAAE,gBAAgB;IAC/B,aAAa,EAAE,gBAAgB;IAC/B,gBAAgB,EAAE,mBAAmB;IACrC,KAAK,EAAE,OAAO;CACN,CAAC;AAMX,gBAAgB;AACH,QAAA,4BAA4B,GAErC,CAAC,CAAC,UAAU,CAAC,sBAAc,CAAC,CAAC;AACjC,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,oCAA4B,CAAC"}
@@ -0,0 +1,20 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ /**
4
+ * Status of a transaction within the RTP lifecycle.
5
+ */
6
+ export declare const RTPTransactionStatus: {
7
+ readonly Initiated: "initiated";
8
+ readonly Completed: "completed";
9
+ readonly Failed: "failed";
10
+ readonly AcceptedWithoutPosting: "accepted-without-posting";
11
+ };
12
+ /**
13
+ * Status of a transaction within the RTP lifecycle.
14
+ */
15
+ export type RTPTransactionStatus = ClosedEnum<typeof RTPTransactionStatus>;
16
+ /** @internal */
17
+ export declare const RTPTransactionStatus$inboundSchema: z.ZodNativeEnum<typeof RTPTransactionStatus>;
18
+ /** @internal */
19
+ export declare const RTPTransactionStatus$outboundSchema: z.ZodNativeEnum<typeof RTPTransactionStatus>;
20
+ //# sourceMappingURL=rtptransactionstatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rtptransactionstatus.d.ts","sourceRoot":"","sources":["../../src/models/components/rtptransactionstatus.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;CAKvB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE3E,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,aAAa,CAC9D,OAAO,oBAAoB,CACS,CAAC;AACvC,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAC/D,OAAO,oBAAoB,CACS,CAAC"}
@@ -0,0 +1,54 @@
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.RTPTransactionStatus$outboundSchema = exports.RTPTransactionStatus$inboundSchema = exports.RTPTransactionStatus = void 0;
40
+ const z = __importStar(require("zod/v3"));
41
+ /**
42
+ * Status of a transaction within the RTP lifecycle.
43
+ */
44
+ exports.RTPTransactionStatus = {
45
+ Initiated: "initiated",
46
+ Completed: "completed",
47
+ Failed: "failed",
48
+ AcceptedWithoutPosting: "accepted-without-posting",
49
+ };
50
+ /** @internal */
51
+ exports.RTPTransactionStatus$inboundSchema = z.nativeEnum(exports.RTPTransactionStatus);
52
+ /** @internal */
53
+ exports.RTPTransactionStatus$outboundSchema = exports.RTPTransactionStatus$inboundSchema;
54
+ //# sourceMappingURL=rtptransactionstatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rtptransactionstatus.js","sourceRoot":"","sources":["../../src/models/components/rtptransactionstatus.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,oBAAoB,GAAG;IAClC,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,sBAAsB,EAAE,0BAA0B;CAC1C,CAAC;AAMX,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,CAAC,CAAC,UAAU,CAAC,4BAAoB,CAAC,CAAC;AACvC,gBAAgB;AACH,QAAA,mCAAmC,GAE5C,0CAAkC,CAAC"}
@@ -5,11 +5,36 @@ import { ACHTransactionDetails, ACHTransactionDetails$Outbound } from "./achtran
5
5
  import { ApplePayResponse, ApplePayResponse$Outbound } from "./applepayresponse.js";
6
6
  import { CardTransactionDetails, CardTransactionDetails$Outbound } from "./cardtransactiondetails.js";
7
7
  import { InstantBankTransactionDetails, InstantBankTransactionDetails$Outbound } from "./instantbanktransactiondetails.js";
8
+ import { RTPFailureCode } from "./rtpfailurecode.js";
9
+ import { RTPTransactionStatus } from "./rtptransactionstatus.js";
8
10
  import { TransferAccount, TransferAccount$Outbound } from "./transferaccount.js";
9
11
  import { TransferPaymentMethodsBankAccount, TransferPaymentMethodsBankAccount$Outbound } from "./transferpaymentmethodsbankaccount.js";
10
12
  import { TransferPaymentMethodsCard, TransferPaymentMethodsCard$Outbound } from "./transferpaymentmethodscard.js";
11
13
  import { TransferPaymentMethodsWallet, TransferPaymentMethodsWallet$Outbound } from "./transferpaymentmethodswallet.js";
12
14
  import { TransferPaymentMethodType } from "./transferpaymentmethodtype.js";
15
+ /**
16
+ * DEPRECATED: use `InstantBankTransactionDetails` instead (v2026.04.00 or later). RTP specific details about the transaction.
17
+ *
18
+ * @deprecated class: This will be removed in a future release, please migrate away from it as soon as possible.
19
+ */
20
+ export type RtpDetails = {
21
+ /**
22
+ * Status of a transaction within the RTP lifecycle.
23
+ */
24
+ status?: RTPTransactionStatus | undefined;
25
+ /**
26
+ * Response code returned by network on failure.
27
+ */
28
+ networkResponseCode?: string | undefined;
29
+ /**
30
+ * Status codes for RTP failures.
31
+ */
32
+ failureCode?: RTPFailureCode | undefined;
33
+ initiatedOn?: Date | undefined;
34
+ completedOn?: Date | undefined;
35
+ failedOn?: Date | undefined;
36
+ acceptedWithoutPostingOn?: Date | undefined;
37
+ };
13
38
  export type TransferDestination = {
14
39
  paymentMethodID: string;
15
40
  /**
@@ -38,12 +63,32 @@ export type TransferDestination = {
38
63
  * Card-specific details about the transaction.
39
64
  */
40
65
  cardDetails?: CardTransactionDetails | undefined;
66
+ /**
67
+ * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
68
+ */
69
+ rtpDetails?: RtpDetails | undefined;
41
70
  /**
42
71
  * Instant-bank specific details about the transaction.
43
72
  */
44
73
  instantBankDetails?: InstantBankTransactionDetails | undefined;
45
74
  };
46
75
  /** @internal */
76
+ export declare const RtpDetails$inboundSchema: z.ZodType<RtpDetails, z.ZodTypeDef, unknown>;
77
+ /** @internal */
78
+ export type RtpDetails$Outbound = {
79
+ status?: string | undefined;
80
+ networkResponseCode?: string | undefined;
81
+ failureCode?: string | undefined;
82
+ initiatedOn?: string | undefined;
83
+ completedOn?: string | undefined;
84
+ failedOn?: string | undefined;
85
+ acceptedWithoutPostingOn?: string | undefined;
86
+ };
87
+ /** @internal */
88
+ export declare const RtpDetails$outboundSchema: z.ZodType<RtpDetails$Outbound, z.ZodTypeDef, RtpDetails>;
89
+ export declare function rtpDetailsToJSON(rtpDetails: RtpDetails): string;
90
+ export declare function rtpDetailsFromJSON(jsonString: string): SafeParseResult<RtpDetails, SDKValidationError>;
91
+ /** @internal */
47
92
  export declare const TransferDestination$inboundSchema: z.ZodType<TransferDestination, z.ZodTypeDef, unknown>;
48
93
  /** @internal */
49
94
  export type TransferDestination$Outbound = {
@@ -56,6 +101,7 @@ export type TransferDestination$Outbound = {
56
101
  achDetails?: ACHTransactionDetails$Outbound | undefined;
57
102
  applePay?: ApplePayResponse$Outbound | undefined;
58
103
  cardDetails?: CardTransactionDetails$Outbound | undefined;
104
+ rtpDetails?: RtpDetails$Outbound | undefined;
59
105
  instantBankDetails?: InstantBankTransactionDetails$Outbound | undefined;
60
106
  };
61
107
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"transferdestination.d.ts","sourceRoot":"","sources":["../../src/models/components/transferdestination.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,qBAAqB,EAErB,8BAA8B,EAE/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,6BAA6B,EAE7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,eAAe,EAEf,wBAAwB,EAEzB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,0BAA0B,EAE1B,mCAAmC,EAEpC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,4BAA4B,EAE5B,qCAAqC,EAEtC,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,yBAAyB,EAG1B,MAAM,gCAAgC,CAAC;AAExC,MAAM,MAAM,mBAAmB,GAAG;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,WAAW,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IAC5D,MAAM,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAClD;;OAEG;IACH,IAAI,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAC9C;;OAEG;IACH,UAAU,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,WAAW,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IACjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;CAChE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IACrE,MAAM,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAC3D,IAAI,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IACvD,UAAU,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IACxD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACjD,WAAW,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAC1D,kBAAkB,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;CACzE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAYnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AACD,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D"}
1
+ {"version":3,"file":"transferdestination.d.ts","sourceRoot":"","sources":["../../src/models/components/transferdestination.ts"],"names":[],"mappings":"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"}
@@ -36,7 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.TransferDestination$outboundSchema = exports.TransferDestination$inboundSchema = void 0;
39
+ exports.TransferDestination$outboundSchema = exports.TransferDestination$inboundSchema = exports.RtpDetails$outboundSchema = exports.RtpDetails$inboundSchema = void 0;
40
+ exports.rtpDetailsToJSON = rtpDetailsToJSON;
41
+ exports.rtpDetailsFromJSON = rtpDetailsFromJSON;
40
42
  exports.transferDestinationToJSON = transferDestinationToJSON;
41
43
  exports.transferDestinationFromJSON = transferDestinationFromJSON;
42
44
  const z = __importStar(require("zod/v3"));
@@ -45,12 +47,43 @@ const achtransactiondetails_js_1 = require("./achtransactiondetails.js");
45
47
  const applepayresponse_js_1 = require("./applepayresponse.js");
46
48
  const cardtransactiondetails_js_1 = require("./cardtransactiondetails.js");
47
49
  const instantbanktransactiondetails_js_1 = require("./instantbanktransactiondetails.js");
50
+ const rtpfailurecode_js_1 = require("./rtpfailurecode.js");
51
+ const rtptransactionstatus_js_1 = require("./rtptransactionstatus.js");
48
52
  const transferaccount_js_1 = require("./transferaccount.js");
49
53
  const transferpaymentmethodsbankaccount_js_1 = require("./transferpaymentmethodsbankaccount.js");
50
54
  const transferpaymentmethodscard_js_1 = require("./transferpaymentmethodscard.js");
51
55
  const transferpaymentmethodswallet_js_1 = require("./transferpaymentmethodswallet.js");
52
56
  const transferpaymentmethodtype_js_1 = require("./transferpaymentmethodtype.js");
53
57
  /** @internal */
58
+ exports.RtpDetails$inboundSchema = z.object({
59
+ status: rtptransactionstatus_js_1.RTPTransactionStatus$inboundSchema.optional(),
60
+ networkResponseCode: z.string().optional(),
61
+ failureCode: rtpfailurecode_js_1.RTPFailureCode$inboundSchema.optional(),
62
+ initiatedOn: z.string().datetime({ offset: true }).transform(v => new Date(v))
63
+ .optional(),
64
+ completedOn: z.string().datetime({ offset: true }).transform(v => new Date(v))
65
+ .optional(),
66
+ failedOn: z.string().datetime({ offset: true }).transform(v => new Date(v))
67
+ .optional(),
68
+ acceptedWithoutPostingOn: z.string().datetime({ offset: true }).transform(v => new Date(v)).optional(),
69
+ });
70
+ /** @internal */
71
+ exports.RtpDetails$outboundSchema = z.object({
72
+ status: rtptransactionstatus_js_1.RTPTransactionStatus$outboundSchema.optional(),
73
+ networkResponseCode: z.string().optional(),
74
+ failureCode: rtpfailurecode_js_1.RTPFailureCode$outboundSchema.optional(),
75
+ initiatedOn: z.date().transform(v => v.toISOString()).optional(),
76
+ completedOn: z.date().transform(v => v.toISOString()).optional(),
77
+ failedOn: z.date().transform(v => v.toISOString()).optional(),
78
+ acceptedWithoutPostingOn: z.date().transform(v => v.toISOString()).optional(),
79
+ });
80
+ function rtpDetailsToJSON(rtpDetails) {
81
+ return JSON.stringify(exports.RtpDetails$outboundSchema.parse(rtpDetails));
82
+ }
83
+ function rtpDetailsFromJSON(jsonString) {
84
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RtpDetails$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RtpDetails' from JSON`);
85
+ }
86
+ /** @internal */
54
87
  exports.TransferDestination$inboundSchema = z.object({
55
88
  paymentMethodID: z.string(),
56
89
  paymentMethodType: transferpaymentmethodtype_js_1.TransferPaymentMethodType$inboundSchema,
@@ -61,6 +94,7 @@ exports.TransferDestination$inboundSchema = z.object({
61
94
  achDetails: achtransactiondetails_js_1.ACHTransactionDetails$inboundSchema.optional(),
62
95
  applePay: applepayresponse_js_1.ApplePayResponse$inboundSchema.optional(),
63
96
  cardDetails: cardtransactiondetails_js_1.CardTransactionDetails$inboundSchema.optional(),
97
+ rtpDetails: z.lazy(() => exports.RtpDetails$inboundSchema).optional(),
64
98
  instantBankDetails: instantbanktransactiondetails_js_1.InstantBankTransactionDetails$inboundSchema.optional(),
65
99
  });
66
100
  /** @internal */
@@ -74,6 +108,7 @@ exports.TransferDestination$outboundSchema = z.object({
74
108
  achDetails: achtransactiondetails_js_1.ACHTransactionDetails$outboundSchema.optional(),
75
109
  applePay: applepayresponse_js_1.ApplePayResponse$outboundSchema.optional(),
76
110
  cardDetails: cardtransactiondetails_js_1.CardTransactionDetails$outboundSchema.optional(),
111
+ rtpDetails: z.lazy(() => exports.RtpDetails$outboundSchema).optional(),
77
112
  instantBankDetails: instantbanktransactiondetails_js_1.InstantBankTransactionDetails$outboundSchema.optional(),
78
113
  });
79
114
  function transferDestinationToJSON(transferDestination) {
@@ -1 +1 @@
1
- {"version":3,"file":"transferdestination.js","sourceRoot":"","sources":["../../src/models/components/transferdestination.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+IH,8DAMC;AACD,kEAQC;AA5JD,0CAA4B;AAC5B,qDAAiD;AAGjD,yEAKoC;AACpC,+DAK+B;AAC/B,2EAKqC;AACrC,yFAK4C;AAC5C,6DAK8B;AAC9B,iGAKgD;AAChD,mFAKyC;AACzC,uFAK2C;AAC3C,iFAIwC;AAoCxC,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;IAC3B,iBAAiB,EAAE,sEAAuC;IAC1D,OAAO,EAAE,kDAA6B;IACtC,WAAW,EAAE,sFAA+C,CAAC,QAAQ,EAAE;IACvE,MAAM,EAAE,4EAA0C,CAAC,QAAQ,EAAE;IAC7D,IAAI,EAAE,wEAAwC,CAAC,QAAQ,EAAE;IACzD,UAAU,EAAE,8DAAmC,CAAC,QAAQ,EAAE;IAC1D,QAAQ,EAAE,oDAA8B,CAAC,QAAQ,EAAE;IACnD,WAAW,EAAE,gEAAoC,CAAC,QAAQ,EAAE;IAC5D,kBAAkB,EAAE,8EAA2C,CAAC,QAAQ,EAAE;CAC3E,CAAC,CAAC;AAeH,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;IAC3B,iBAAiB,EAAE,uEAAwC;IAC3D,OAAO,EAAE,mDAA8B;IACvC,WAAW,EAAE,uFAAgD,CAAC,QAAQ,EAAE;IACxE,MAAM,EAAE,6EAA2C,CAAC,QAAQ,EAAE;IAC9D,IAAI,EAAE,yEAAyC,CAAC,QAAQ,EAAE;IAC1D,UAAU,EAAE,+DAAoC,CAAC,QAAQ,EAAE;IAC3D,QAAQ,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IACpD,WAAW,EAAE,iEAAqC,CAAC,QAAQ,EAAE;IAC7D,kBAAkB,EAAE,+EAA4C,CAAC,QAAQ,EAAE;CAC5E,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AACD,SAAgB,2BAA2B,CACzC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAiC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC7D,iDAAiD,CAClD,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"transferdestination.js","sourceRoot":"","sources":["../../src/models/components/transferdestination.ts"],"names":[],"mappings":"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"}
@@ -10,17 +10,19 @@ import { CardPaymentTransferPaymentMethod, CardPaymentTransferPaymentMethod$Outb
10
10
  import { CardPresentPaymentTransferPaymentMethod, CardPresentPaymentTransferPaymentMethod$Outbound } from "./cardpresentpaymenttransferpaymentmethod.js";
11
11
  import { InstantBankCreditTransferPaymentMethod, InstantBankCreditTransferPaymentMethod$Outbound } from "./instantbankcredittransferpaymentmethod.js";
12
12
  import { MoovWalletTransferPaymentMethod, MoovWalletTransferPaymentMethod$Outbound } from "./moovwallettransferpaymentmethod.js";
13
+ import { PullFromApplePayTransferPaymentMethod, PullFromApplePayTransferPaymentMethod$Outbound } from "./pullfromapplepaytransferpaymentmethod.js";
13
14
  import { PullFromCardTransferPaymentMethod, PullFromCardTransferPaymentMethod$Outbound } from "./pullfromcardtransferpaymentmethod.js";
15
+ import { PushToApplePayTransferPaymentMethod, PushToApplePayTransferPaymentMethod$Outbound } from "./pushtoapplepaytransferpaymentmethod.js";
14
16
  import { PushToCardTransferPaymentMethod, PushToCardTransferPaymentMethod$Outbound } from "./pushtocardtransferpaymentmethod.js";
15
17
  import { RtpCreditTransferPaymentMethod, RtpCreditTransferPaymentMethod$Outbound } from "./rtpcredittransferpaymentmethod.js";
16
18
  /**
17
19
  * A method of moving money
18
20
  */
19
- export type TransferPaymentMethod = MoovWalletTransferPaymentMethod | AchDebitFundTransferPaymentMethod | AchDebitCollectTransferPaymentMethod | AchCreditStandardTransferPaymentMethod | AchCreditSameDayTransferPaymentMethod | RtpCreditTransferPaymentMethod | CardPaymentTransferPaymentMethod | PushToCardTransferPaymentMethod | PullFromCardTransferPaymentMethod | ApplePayTransferPaymentMethod | CardPresentPaymentTransferPaymentMethod | InstantBankCreditTransferPaymentMethod;
21
+ export type TransferPaymentMethod = MoovWalletTransferPaymentMethod | AchDebitFundTransferPaymentMethod | AchDebitCollectTransferPaymentMethod | AchCreditStandardTransferPaymentMethod | AchCreditSameDayTransferPaymentMethod | RtpCreditTransferPaymentMethod | CardPaymentTransferPaymentMethod | PushToCardTransferPaymentMethod | PullFromCardTransferPaymentMethod | ApplePayTransferPaymentMethod | CardPresentPaymentTransferPaymentMethod | InstantBankCreditTransferPaymentMethod | PushToApplePayTransferPaymentMethod | PullFromApplePayTransferPaymentMethod;
20
22
  /** @internal */
21
23
  export declare const TransferPaymentMethod$inboundSchema: z.ZodType<TransferPaymentMethod, z.ZodTypeDef, unknown>;
22
24
  /** @internal */
23
- export type TransferPaymentMethod$Outbound = MoovWalletTransferPaymentMethod$Outbound | AchDebitFundTransferPaymentMethod$Outbound | AchDebitCollectTransferPaymentMethod$Outbound | AchCreditStandardTransferPaymentMethod$Outbound | AchCreditSameDayTransferPaymentMethod$Outbound | RtpCreditTransferPaymentMethod$Outbound | CardPaymentTransferPaymentMethod$Outbound | PushToCardTransferPaymentMethod$Outbound | PullFromCardTransferPaymentMethod$Outbound | ApplePayTransferPaymentMethod$Outbound | CardPresentPaymentTransferPaymentMethod$Outbound | InstantBankCreditTransferPaymentMethod$Outbound;
25
+ export type TransferPaymentMethod$Outbound = MoovWalletTransferPaymentMethod$Outbound | AchDebitFundTransferPaymentMethod$Outbound | AchDebitCollectTransferPaymentMethod$Outbound | AchCreditStandardTransferPaymentMethod$Outbound | AchCreditSameDayTransferPaymentMethod$Outbound | RtpCreditTransferPaymentMethod$Outbound | CardPaymentTransferPaymentMethod$Outbound | PushToCardTransferPaymentMethod$Outbound | PullFromCardTransferPaymentMethod$Outbound | ApplePayTransferPaymentMethod$Outbound | CardPresentPaymentTransferPaymentMethod$Outbound | InstantBankCreditTransferPaymentMethod$Outbound | PushToApplePayTransferPaymentMethod$Outbound | PullFromApplePayTransferPaymentMethod$Outbound;
24
26
  /** @internal */
25
27
  export declare const TransferPaymentMethod$outboundSchema: z.ZodType<TransferPaymentMethod$Outbound, z.ZodTypeDef, TransferPaymentMethod>;
26
28
  export declare function transferPaymentMethodToJSON(transferPaymentMethod: TransferPaymentMethod): string;
@@ -1 +1 @@
1
- {"version":3,"file":"transferpaymentmethod.d.ts","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethod.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,qCAAqC,EAErC,8CAA8C,EAE/C,MAAM,4CAA4C,CAAC;AACpD,OAAO,EACL,sCAAsC,EAEtC,+CAA+C,EAEhD,MAAM,6CAA6C,CAAC;AACrD,OAAO,EACL,oCAAoC,EAEpC,6CAA6C,EAE9C,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,6BAA6B,EAE7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,gCAAgC,EAEhC,yCAAyC,EAE1C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,uCAAuC,EAEvC,gDAAgD,EAEjD,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,sCAAsC,EAEtC,+CAA+C,EAEhD,MAAM,6CAA6C,CAAC;AACrD,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,8BAA8B,EAE9B,uCAAuC,EAExC,MAAM,qCAAqC,CAAC;AAE7C;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAC7B,+BAA+B,GAC/B,iCAAiC,GACjC,oCAAoC,GACpC,sCAAsC,GACtC,qCAAqC,GACrC,8BAA8B,GAC9B,gCAAgC,GAChC,+BAA+B,GAC/B,iCAAiC,GACjC,6BAA6B,GAC7B,uCAAuC,GACvC,sCAAsC,CAAC;AAE3C,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAcP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GACtC,wCAAwC,GACxC,0CAA0C,GAC1C,6CAA6C,GAC7C,+CAA+C,GAC/C,8CAA8C,GAC9C,uCAAuC,GACvC,yCAAyC,GACzC,wCAAwC,GACxC,0CAA0C,GAC1C,sCAAsC,GACtC,gDAAgD,GAChD,+CAA+C,CAAC;AAEpD,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAcrB,CAAC;AAEH,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AACD,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
1
+ {"version":3,"file":"transferpaymentmethod.d.ts","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethod.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,qCAAqC,EAErC,8CAA8C,EAE/C,MAAM,4CAA4C,CAAC;AACpD,OAAO,EACL,sCAAsC,EAEtC,+CAA+C,EAEhD,MAAM,6CAA6C,CAAC;AACrD,OAAO,EACL,oCAAoC,EAEpC,6CAA6C,EAE9C,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,6BAA6B,EAE7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,gCAAgC,EAEhC,yCAAyC,EAE1C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,uCAAuC,EAEvC,gDAAgD,EAEjD,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,sCAAsC,EAEtC,+CAA+C,EAEhD,MAAM,6CAA6C,CAAC;AACrD,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,qCAAqC,EAErC,8CAA8C,EAE/C,MAAM,4CAA4C,CAAC;AACpD,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,mCAAmC,EAEnC,4CAA4C,EAE7C,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,8BAA8B,EAE9B,uCAAuC,EAExC,MAAM,qCAAqC,CAAC;AAE7C;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAC7B,+BAA+B,GAC/B,iCAAiC,GACjC,oCAAoC,GACpC,sCAAsC,GACtC,qCAAqC,GACrC,8BAA8B,GAC9B,gCAAgC,GAChC,+BAA+B,GAC/B,iCAAiC,GACjC,6BAA6B,GAC7B,uCAAuC,GACvC,sCAAsC,GACtC,mCAAmC,GACnC,qCAAqC,CAAC;AAE1C,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GACtC,wCAAwC,GACxC,0CAA0C,GAC1C,6CAA6C,GAC7C,+CAA+C,GAC/C,8CAA8C,GAC9C,uCAAuC,GACvC,yCAAyC,GACzC,wCAAwC,GACxC,0CAA0C,GAC1C,sCAAsC,GACtC,gDAAgD,GAChD,+CAA+C,GAC/C,4CAA4C,GAC5C,8CAA8C,CAAC;AAEnD,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAgBrB,CAAC;AAEH,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AACD,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
@@ -50,7 +50,9 @@ const cardpaymenttransferpaymentmethod_js_1 = require("./cardpaymenttransferpaym
50
50
  const cardpresentpaymenttransferpaymentmethod_js_1 = require("./cardpresentpaymenttransferpaymentmethod.js");
51
51
  const instantbankcredittransferpaymentmethod_js_1 = require("./instantbankcredittransferpaymentmethod.js");
52
52
  const moovwallettransferpaymentmethod_js_1 = require("./moovwallettransferpaymentmethod.js");
53
+ const pullfromapplepaytransferpaymentmethod_js_1 = require("./pullfromapplepaytransferpaymentmethod.js");
53
54
  const pullfromcardtransferpaymentmethod_js_1 = require("./pullfromcardtransferpaymentmethod.js");
55
+ const pushtoapplepaytransferpaymentmethod_js_1 = require("./pushtoapplepaytransferpaymentmethod.js");
54
56
  const pushtocardtransferpaymentmethod_js_1 = require("./pushtocardtransferpaymentmethod.js");
55
57
  const rtpcredittransferpaymentmethod_js_1 = require("./rtpcredittransferpaymentmethod.js");
56
58
  /** @internal */
@@ -67,6 +69,8 @@ exports.TransferPaymentMethod$inboundSchema = z.union([
67
69
  applepaytransferpaymentmethod_js_1.ApplePayTransferPaymentMethod$inboundSchema,
68
70
  cardpresentpaymenttransferpaymentmethod_js_1.CardPresentPaymentTransferPaymentMethod$inboundSchema,
69
71
  instantbankcredittransferpaymentmethod_js_1.InstantBankCreditTransferPaymentMethod$inboundSchema,
72
+ pushtoapplepaytransferpaymentmethod_js_1.PushToApplePayTransferPaymentMethod$inboundSchema,
73
+ pullfromapplepaytransferpaymentmethod_js_1.PullFromApplePayTransferPaymentMethod$inboundSchema,
70
74
  ]);
71
75
  /** @internal */
72
76
  exports.TransferPaymentMethod$outboundSchema = z.union([
@@ -82,6 +86,8 @@ exports.TransferPaymentMethod$outboundSchema = z.union([
82
86
  applepaytransferpaymentmethod_js_1.ApplePayTransferPaymentMethod$outboundSchema,
83
87
  cardpresentpaymenttransferpaymentmethod_js_1.CardPresentPaymentTransferPaymentMethod$outboundSchema,
84
88
  instantbankcredittransferpaymentmethod_js_1.InstantBankCreditTransferPaymentMethod$outboundSchema,
89
+ pushtoapplepaytransferpaymentmethod_js_1.PushToApplePayTransferPaymentMethod$outboundSchema,
90
+ pullfromapplepaytransferpaymentmethod_js_1.PullFromApplePayTransferPaymentMethod$outboundSchema,
85
91
  ]);
86
92
  function transferPaymentMethodToJSON(transferPaymentMethod) {
87
93
  return JSON.stringify(exports.TransferPaymentMethod$outboundSchema.parse(transferPaymentMethod));
@@ -1 +1 @@
1
- {"version":3,"file":"transferpaymentmethod.js","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsJH,kEAMC;AACD,sEAQC;AAnKD,0CAA4B;AAC5B,qDAAiD;AAGjD,yGAKoD;AACpD,2GAKqD;AACrD,uGAKmD;AACnD,iGAKgD;AAChD,yFAK4C;AAC5C,+FAK+C;AAC/C,6GAKsD;AACtD,2GAKqD;AACrD,6FAK8C;AAC9C,iGAKgD;AAChD,6FAK8C;AAC9C,2FAK6C;AAmB7C,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,KAAK,CAAC;IACV,kFAA6C;IAC7C,sFAA+C;IAC/C,4FAAkD;IAClD,gGAAoD;IACpD,8FAAmD;IACnD,gFAA4C;IAC5C,oFAA8C;IAC9C,kFAA6C;IAC7C,sFAA+C;IAC/C,8EAA2C;IAC3C,kGAAqD;IACrD,gGAAoD;CACrD,CAAC,CAAC;AAgBH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,KAAK,CAAC;IACV,mFAA8C;IAC9C,uFAAgD;IAChD,6FAAmD;IACnD,iGAAqD;IACrD,+FAAoD;IACpD,iFAA6C;IAC7C,qFAA+C;IAC/C,mFAA8C;IAC9C,uFAAgD;IAChD,+EAA4C;IAC5C,mGAAsD;IACtD,iGAAqD;CACtD,CAAC,CAAC;AAEH,SAAgB,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,4CAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AACD,SAAgB,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"transferpaymentmethod.js","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0KH,kEAMC;AACD,sEAQC;AAvLD,0CAA4B;AAC5B,qDAAiD;AAGjD,yGAKoD;AACpD,2GAKqD;AACrD,uGAKmD;AACnD,iGAKgD;AAChD,yFAK4C;AAC5C,+FAK+C;AAC/C,6GAKsD;AACtD,2GAKqD;AACrD,6FAK8C;AAC9C,yGAKoD;AACpD,iGAKgD;AAChD,qGAKkD;AAClD,6FAK8C;AAC9C,2FAK6C;AAqB7C,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,KAAK,CAAC;IACV,kFAA6C;IAC7C,sFAA+C;IAC/C,4FAAkD;IAClD,gGAAoD;IACpD,8FAAmD;IACnD,gFAA4C;IAC5C,oFAA8C;IAC9C,kFAA6C;IAC7C,sFAA+C;IAC/C,8EAA2C;IAC3C,kGAAqD;IACrD,gGAAoD;IACpD,0FAAiD;IACjD,8FAAmD;CACpD,CAAC,CAAC;AAkBH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,KAAK,CAAC;IACV,mFAA8C;IAC9C,uFAAgD;IAChD,6FAAmD;IACnD,iGAAqD;IACrD,+FAAoD;IACpD,iFAA6C;IAC7C,qFAA+C;IAC/C,mFAA8C;IAC9C,uFAAgD;IAChD,+EAA4C;IAC5C,mGAAsD;IACtD,iGAAqD;IACrD,2FAAkD;IAClD,+FAAoD;CACrD,CAAC,CAAC;AAEH,SAAgB,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,4CAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AACD,SAAgB,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}
@@ -16,6 +16,8 @@ export declare const TransferPaymentMethodType: {
16
16
  readonly ApplePay: "apple-pay";
17
17
  readonly CardPresentPayment: "card-present-payment";
18
18
  readonly InstantBankCredit: "instant-bank-credit";
19
+ readonly PushToApplePay: "push-to-apple-pay";
20
+ readonly PullFromApplePay: "pull-from-apple-pay";
19
21
  };
20
22
  /**
21
23
  * The payment method type that represents a payment rail and directionality
@@ -1 +1 @@
1
- {"version":3,"file":"transferpaymentmethodtype.d.ts","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethodtype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;CAa5B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,aAAa,CACnE,OAAO,yBAAyB,CACS,CAAC;AAC5C,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,aAAa,CACpE,OAAO,yBAAyB,CACS,CAAC"}
1
+ {"version":3,"file":"transferpaymentmethodtype.d.ts","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethodtype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;CAe5B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,aAAa,CACnE,OAAO,yBAAyB,CACS,CAAC;AAC5C,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,aAAa,CACpE,OAAO,yBAAyB,CACS,CAAC"}
@@ -54,6 +54,8 @@ exports.TransferPaymentMethodType = {
54
54
  ApplePay: "apple-pay",
55
55
  CardPresentPayment: "card-present-payment",
56
56
  InstantBankCredit: "instant-bank-credit",
57
+ PushToApplePay: "push-to-apple-pay",
58
+ PullFromApplePay: "pull-from-apple-pay",
57
59
  };
58
60
  /** @internal */
59
61
  exports.TransferPaymentMethodType$inboundSchema = z.nativeEnum(exports.TransferPaymentMethodType);
@@ -1 +1 @@
1
- {"version":3,"file":"transferpaymentmethodtype.js","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethodtype.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,yBAAyB,GAAG;IACvC,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,gBAAgB;IAC9B,eAAe,EAAE,mBAAmB;IACpC,iBAAiB,EAAE,qBAAqB;IACxC,gBAAgB,EAAE,qBAAqB;IACvC,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,cAAc;IAC1B,YAAY,EAAE,gBAAgB;IAC9B,QAAQ,EAAE,WAAW;IACrB,kBAAkB,EAAE,sBAAsB;IAC1C,iBAAiB,EAAE,qBAAqB;CAChC,CAAC;AAQX,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAC5C,gBAAgB;AACH,QAAA,wCAAwC,GAEjD,+CAAuC,CAAC"}
1
+ {"version":3,"file":"transferpaymentmethodtype.js","sourceRoot":"","sources":["../../src/models/components/transferpaymentmethodtype.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,yBAAyB,GAAG;IACvC,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,gBAAgB;IAC9B,eAAe,EAAE,mBAAmB;IACpC,iBAAiB,EAAE,qBAAqB;IACxC,gBAAgB,EAAE,qBAAqB;IACvC,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,cAAc;IAC1B,YAAY,EAAE,gBAAgB;IAC9B,QAAQ,EAAE,WAAW;IACrB,kBAAkB,EAAE,sBAAsB;IAC1C,iBAAiB,EAAE,qBAAqB;IACxC,cAAc,EAAE,mBAAmB;IACnC,gBAAgB,EAAE,qBAAqB;CAC/B,CAAC;AAQX,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAC5C,gBAAgB;AACH,QAAA,wCAAwC,GAEjD,+CAAuC,CAAC"}
@@ -2,12 +2,14 @@ import * as z from "zod/v3";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  export type WebhookBillingStatementCreated = {
5
+ accountID: string;
5
6
  statementID: string;
6
7
  };
7
8
  /** @internal */
8
9
  export declare const WebhookBillingStatementCreated$inboundSchema: z.ZodType<WebhookBillingStatementCreated, z.ZodTypeDef, unknown>;
9
10
  /** @internal */
10
11
  export type WebhookBillingStatementCreated$Outbound = {
12
+ accountID: string;
11
13
  statementID: string;
12
14
  };
13
15
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"webhookbillingstatementcreated.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookbillingstatementcreated.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,8BAA8B,GAAG;IAC3C,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAG9B,CAAC;AAEH,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AACD,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE"}
1
+ {"version":3,"file":"webhookbillingstatementcreated.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookbillingstatementcreated.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,8BAA8B,GAAG;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAI9B,CAAC;AAEH,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AACD,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE"}
@@ -43,10 +43,12 @@ const z = __importStar(require("zod/v3"));
43
43
  const schemas_js_1 = require("../../lib/schemas.js");
44
44
  /** @internal */
45
45
  exports.WebhookBillingStatementCreated$inboundSchema = z.object({
46
+ accountID: z.string(),
46
47
  statementID: z.string(),
47
48
  });
48
49
  /** @internal */
49
50
  exports.WebhookBillingStatementCreated$outboundSchema = z.object({
51
+ accountID: z.string(),
50
52
  statementID: z.string(),
51
53
  });
52
54
  function webhookBillingStatementCreatedToJSON(webhookBillingStatementCreated) {
@@ -1 +1 @@
1
- {"version":3,"file":"webhookbillingstatementcreated.js","sourceRoot":"","sources":["../../src/models/components/webhookbillingstatementcreated.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiCH,oFAQC;AACD,wFAQC;AAhDD,0CAA4B;AAC5B,qDAAiD;AAQjD,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAMH,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEH,SAAgB,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,qDAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,sCAAsC,CACpD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oDAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"webhookbillingstatementcreated.js","sourceRoot":"","sources":["../../src/models/components/webhookbillingstatementcreated.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCH,oFAQC;AACD,wFAQC;AApDD,0CAA4B;AAC5B,qDAAiD;AASjD,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEH,SAAgB,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,qDAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,sCAAsC,CACpD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oDAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC"}
@@ -41,11 +41,11 @@ import { WebhookDataWalletUpdated, WebhookDataWalletUpdated$Outbound } from "./w
41
41
  /**
42
42
  * The data for the webhook event. The contents are based on the event type.
43
43
  */
44
- export type WebhookData = WebhookDataDisputeCreated | WebhookDataDisputeUpdated | WebhookDataTransferUpdated | WebhookDataBankAccountUpdated | WebhookDataRefundUpdated | WebhookDataWalletTransactionUpdated | WebhookDataCancellationCreated | WebhookDataCancellationUpdated | WebhookDataCardAutoUpdated | WebhookDataCapabilityUpdated | WebhookDataInvoiceUpdated | WebhookDataPaymentMethodEnabled | WebhookDataPaymentMethodDisabled | WebhookDataRefundCreated | WebhookDataSweepUpdated | WebhookDataTicketUpdated | WebhookDataTransferCreated | WebhookDataWalletUpdated | WebhookDataBalanceUpdated | WebhookDataBankAccountCreated | WebhookDataBankAccountDeleted | WebhookDataCapabilityRequested | WebhookDataInvoiceCreated | WebhookDataRepresentativeCreated | WebhookDataRepresentativeUpdated | WebhookDataRepresentativeDisabled | WebhookDataSweepCreated | WebhookDataTerminalApplicationCreated | WebhookDataTerminalApplicationUpdated | WebhookDataTicketCreated | WebhookDataTicketMessageAdded | WebhookDataWalletCreated | WebhookDataAccountCreated | WebhookDataAccountUpdated | WebhookDataAccountDisconnected | WebhookDataNetworkIDUpdated | WebhookBillingStatementCreated;
44
+ export type WebhookData = WebhookDataDisputeCreated | WebhookDataDisputeUpdated | WebhookDataTransferUpdated | WebhookDataBankAccountUpdated | WebhookDataRefundUpdated | WebhookDataWalletTransactionUpdated | WebhookDataCancellationCreated | WebhookDataCancellationUpdated | WebhookDataCardAutoUpdated | WebhookDataCapabilityUpdated | WebhookDataInvoiceUpdated | WebhookDataPaymentMethodEnabled | WebhookDataPaymentMethodDisabled | WebhookDataRefundCreated | WebhookDataSweepUpdated | WebhookDataTicketUpdated | WebhookDataTransferCreated | WebhookDataWalletUpdated | WebhookDataBalanceUpdated | WebhookDataBankAccountCreated | WebhookDataBankAccountDeleted | WebhookDataCapabilityRequested | WebhookDataInvoiceCreated | WebhookDataRepresentativeCreated | WebhookDataRepresentativeUpdated | WebhookDataRepresentativeDisabled | WebhookDataSweepCreated | WebhookDataTerminalApplicationCreated | WebhookDataTerminalApplicationUpdated | WebhookDataTicketCreated | WebhookDataTicketMessageAdded | WebhookDataWalletCreated | WebhookBillingStatementCreated | WebhookDataAccountCreated | WebhookDataAccountUpdated | WebhookDataAccountDisconnected | WebhookDataNetworkIDUpdated;
45
45
  /** @internal */
46
46
  export declare const WebhookData$inboundSchema: z.ZodType<WebhookData, z.ZodTypeDef, unknown>;
47
47
  /** @internal */
48
- export type WebhookData$Outbound = WebhookDataDisputeCreated$Outbound | WebhookDataDisputeUpdated$Outbound | WebhookDataTransferUpdated$Outbound | WebhookDataBankAccountUpdated$Outbound | WebhookDataRefundUpdated$Outbound | WebhookDataWalletTransactionUpdated$Outbound | WebhookDataCancellationCreated$Outbound | WebhookDataCancellationUpdated$Outbound | WebhookDataCardAutoUpdated$Outbound | WebhookDataCapabilityUpdated$Outbound | WebhookDataInvoiceUpdated$Outbound | WebhookDataPaymentMethodEnabled$Outbound | WebhookDataPaymentMethodDisabled$Outbound | WebhookDataRefundCreated$Outbound | WebhookDataSweepUpdated$Outbound | WebhookDataTicketUpdated$Outbound | WebhookDataTransferCreated$Outbound | WebhookDataWalletUpdated$Outbound | WebhookDataBalanceUpdated$Outbound | WebhookDataBankAccountCreated$Outbound | WebhookDataBankAccountDeleted$Outbound | WebhookDataCapabilityRequested$Outbound | WebhookDataInvoiceCreated$Outbound | WebhookDataRepresentativeCreated$Outbound | WebhookDataRepresentativeUpdated$Outbound | WebhookDataRepresentativeDisabled$Outbound | WebhookDataSweepCreated$Outbound | WebhookDataTerminalApplicationCreated$Outbound | WebhookDataTerminalApplicationUpdated$Outbound | WebhookDataTicketCreated$Outbound | WebhookDataTicketMessageAdded$Outbound | WebhookDataWalletCreated$Outbound | WebhookDataAccountCreated$Outbound | WebhookDataAccountUpdated$Outbound | WebhookDataAccountDisconnected$Outbound | WebhookDataNetworkIDUpdated$Outbound | WebhookBillingStatementCreated$Outbound;
48
+ export type WebhookData$Outbound = WebhookDataDisputeCreated$Outbound | WebhookDataDisputeUpdated$Outbound | WebhookDataTransferUpdated$Outbound | WebhookDataBankAccountUpdated$Outbound | WebhookDataRefundUpdated$Outbound | WebhookDataWalletTransactionUpdated$Outbound | WebhookDataCancellationCreated$Outbound | WebhookDataCancellationUpdated$Outbound | WebhookDataCardAutoUpdated$Outbound | WebhookDataCapabilityUpdated$Outbound | WebhookDataInvoiceUpdated$Outbound | WebhookDataPaymentMethodEnabled$Outbound | WebhookDataPaymentMethodDisabled$Outbound | WebhookDataRefundCreated$Outbound | WebhookDataSweepUpdated$Outbound | WebhookDataTicketUpdated$Outbound | WebhookDataTransferCreated$Outbound | WebhookDataWalletUpdated$Outbound | WebhookDataBalanceUpdated$Outbound | WebhookDataBankAccountCreated$Outbound | WebhookDataBankAccountDeleted$Outbound | WebhookDataCapabilityRequested$Outbound | WebhookDataInvoiceCreated$Outbound | WebhookDataRepresentativeCreated$Outbound | WebhookDataRepresentativeUpdated$Outbound | WebhookDataRepresentativeDisabled$Outbound | WebhookDataSweepCreated$Outbound | WebhookDataTerminalApplicationCreated$Outbound | WebhookDataTerminalApplicationUpdated$Outbound | WebhookDataTicketCreated$Outbound | WebhookDataTicketMessageAdded$Outbound | WebhookDataWalletCreated$Outbound | WebhookBillingStatementCreated$Outbound | WebhookDataAccountCreated$Outbound | WebhookDataAccountUpdated$Outbound | WebhookDataAccountDisconnected$Outbound | WebhookDataNetworkIDUpdated$Outbound;
49
49
  /** @internal */
50
50
  export declare const WebhookData$outboundSchema: z.ZodType<WebhookData$Outbound, z.ZodTypeDef, WebhookData>;
51
51
  export declare function webhookDataToJSON(webhookData: WebhookData): string;
@@ -1 +1 @@
1
- {"version":3,"file":"webhookdata.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdata.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"webhookdata.d.ts","sourceRoot":"","sources":["../../src/models/components/webhookdata.ts"],"names":[],"mappings":"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"}
@@ -112,11 +112,11 @@ exports.WebhookData$inboundSchema = z.union([
112
112
  webhookdataticketcreated_js_1.WebhookDataTicketCreated$inboundSchema,
113
113
  webhookdataticketmessageadded_js_1.WebhookDataTicketMessageAdded$inboundSchema,
114
114
  webhookdatawalletcreated_js_1.WebhookDataWalletCreated$inboundSchema,
115
+ webhookbillingstatementcreated_js_1.WebhookBillingStatementCreated$inboundSchema,
115
116
  webhookdataaccountcreated_js_1.WebhookDataAccountCreated$inboundSchema,
116
117
  webhookdataaccountupdated_js_1.WebhookDataAccountUpdated$inboundSchema,
117
118
  webhookdataaccountdisconnected_js_1.WebhookDataAccountDisconnected$inboundSchema,
118
119
  webhookdatanetworkidupdated_js_1.WebhookDataNetworkIDUpdated$inboundSchema,
119
- webhookbillingstatementcreated_js_1.WebhookBillingStatementCreated$inboundSchema,
120
120
  ]);
121
121
  /** @internal */
122
122
  exports.WebhookData$outboundSchema = z.union([
@@ -152,11 +152,11 @@ exports.WebhookData$outboundSchema = z.union([
152
152
  webhookdataticketcreated_js_1.WebhookDataTicketCreated$outboundSchema,
153
153
  webhookdataticketmessageadded_js_1.WebhookDataTicketMessageAdded$outboundSchema,
154
154
  webhookdatawalletcreated_js_1.WebhookDataWalletCreated$outboundSchema,
155
+ webhookbillingstatementcreated_js_1.WebhookBillingStatementCreated$outboundSchema,
155
156
  webhookdataaccountcreated_js_1.WebhookDataAccountCreated$outboundSchema,
156
157
  webhookdataaccountupdated_js_1.WebhookDataAccountUpdated$outboundSchema,
157
158
  webhookdataaccountdisconnected_js_1.WebhookDataAccountDisconnected$outboundSchema,
158
159
  webhookdatanetworkidupdated_js_1.WebhookDataNetworkIDUpdated$outboundSchema,
159
- webhookbillingstatementcreated_js_1.WebhookBillingStatementCreated$outboundSchema,
160
160
  ]);
161
161
  function webhookDataToJSON(webhookData) {
162
162
  return JSON.stringify(exports.WebhookData$outboundSchema.parse(webhookData));
@@ -1 +1 @@
1
- {"version":3,"file":"webhookdata.js","sourceRoot":"","sources":["../../src/models/components/webhookdata.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgZH,8CAEC;AACD,kDAQC;AAzZD,0CAA4B;AAC5B,qDAAiD;AAGjD,2FAK6C;AAC7C,iFAKwC;AACxC,2FAK6C;AAC7C,iFAKwC;AACxC,iFAKwC;AACxC,yFAK4C;AAC5C,yFAK4C;AAC5C,yFAK4C;AAC5C,2FAK6C;AAC7C,2FAK6C;AAC7C,2FAK6C;AAC7C,uFAK2C;AAC3C,mFAKyC;AACzC,iFAKwC;AACxC,iFAKwC;AACxC,iFAKwC;AACxC,iFAKwC;AACxC,qFAK0C;AAC1C,+FAK+C;AAC/C,6FAK8C;AAC9C,+EAKuC;AACvC,+EAKuC;AACvC,+FAK+C;AAC/C,iGAKgD;AAChD,+FAK+C;AAC/C,6EAKsC;AACtC,6EAKsC;AACtC,yGAKoD;AACpD,yGAKoD;AACpD,+EAKuC;AACvC,yFAK4C;AAC5C,+EAKuC;AACvC,mFAKyC;AACzC,mFAKyC;AACzC,+EAKuC;AACvC,qGAKkD;AAClD,+EAKuC;AA4CvC,gBAAgB;AACH,QAAA,yBAAyB,GAIlC,CAAC,CAAC,KAAK,CAAC;IACV,sEAAuC;IACvC,sEAAuC;IACvC,wEAAwC;IACxC,8EAA2C;IAC3C,oEAAsC;IACtC,0FAAiD;IACjD,gFAA4C;IAC5C,gFAA4C;IAC5C,wEAAwC;IACxC,4EAA0C;IAC1C,sEAAuC;IACvC,kFAA6C;IAC7C,oFAA8C;IAC9C,oEAAsC;IACtC,kEAAqC;IACrC,oEAAsC;IACtC,wEAAwC;IACxC,oEAAsC;IACtC,sEAAuC;IACvC,8EAA2C;IAC3C,8EAA2C;IAC3C,gFAA4C;IAC5C,sEAAuC;IACvC,oFAA8C;IAC9C,oFAA8C;IAC9C,sFAA+C;IAC/C,kEAAqC;IACrC,8FAAmD;IACnD,8FAAmD;IACnD,oEAAsC;IACtC,8EAA2C;IAC3C,oEAAsC;IACtC,sEAAuC;IACvC,sEAAuC;IACvC,gFAA4C;IAC5C,0EAAyC;IACzC,gFAA4C;CAC7C,CAAC,CAAC;AAyCH,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,KAAK,CAAC;IACV,uEAAwC;IACxC,uEAAwC;IACxC,yEAAyC;IACzC,+EAA4C;IAC5C,qEAAuC;IACvC,2FAAkD;IAClD,iFAA6C;IAC7C,iFAA6C;IAC7C,yEAAyC;IACzC,6EAA2C;IAC3C,uEAAwC;IACxC,mFAA8C;IAC9C,qFAA+C;IAC/C,qEAAuC;IACvC,mEAAsC;IACtC,qEAAuC;IACvC,yEAAyC;IACzC,qEAAuC;IACvC,uEAAwC;IACxC,+EAA4C;IAC5C,+EAA4C;IAC5C,iFAA6C;IAC7C,uEAAwC;IACxC,qFAA+C;IAC/C,qFAA+C;IAC/C,uFAAgD;IAChD,mEAAsC;IACtC,+FAAoD;IACpD,+FAAoD;IACpD,qEAAuC;IACvC,+EAA4C;IAC5C,qEAAuC;IACvC,uEAAwC;IACxC,uEAAwC;IACxC,iFAA6C;IAC7C,2EAA0C;IAC1C,iFAA6C;CAC9C,CAAC,CAAC;AAEH,SAAgB,iBAAiB,CAAC,WAAwB;IACxD,OAAO,IAAI,CAAC,SAAS,CAAC,kCAA0B,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;AACvE,CAAC;AACD,SAAgB,mBAAmB,CACjC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iCAAyB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrD,yCAAyC,CAC1C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"webhookdata.js","sourceRoot":"","sources":["../../src/models/components/webhookdata.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgZH,8CAEC;AACD,kDAQC;AAzZD,0CAA4B;AAC5B,qDAAiD;AAGjD,2FAK6C;AAC7C,iFAKwC;AACxC,2FAK6C;AAC7C,iFAKwC;AACxC,iFAKwC;AACxC,yFAK4C;AAC5C,yFAK4C;AAC5C,yFAK4C;AAC5C,2FAK6C;AAC7C,2FAK6C;AAC7C,2FAK6C;AAC7C,uFAK2C;AAC3C,mFAKyC;AACzC,iFAKwC;AACxC,iFAKwC;AACxC,iFAKwC;AACxC,iFAKwC;AACxC,qFAK0C;AAC1C,+FAK+C;AAC/C,6FAK8C;AAC9C,+EAKuC;AACvC,+EAKuC;AACvC,+FAK+C;AAC/C,iGAKgD;AAChD,+FAK+C;AAC/C,6EAKsC;AACtC,6EAKsC;AACtC,yGAKoD;AACpD,yGAKoD;AACpD,+EAKuC;AACvC,yFAK4C;AAC5C,+EAKuC;AACvC,mFAKyC;AACzC,mFAKyC;AACzC,+EAKuC;AACvC,qGAKkD;AAClD,+EAKuC;AA4CvC,gBAAgB;AACH,QAAA,yBAAyB,GAIlC,CAAC,CAAC,KAAK,CAAC;IACV,sEAAuC;IACvC,sEAAuC;IACvC,wEAAwC;IACxC,8EAA2C;IAC3C,oEAAsC;IACtC,0FAAiD;IACjD,gFAA4C;IAC5C,gFAA4C;IAC5C,wEAAwC;IACxC,4EAA0C;IAC1C,sEAAuC;IACvC,kFAA6C;IAC7C,oFAA8C;IAC9C,oEAAsC;IACtC,kEAAqC;IACrC,oEAAsC;IACtC,wEAAwC;IACxC,oEAAsC;IACtC,sEAAuC;IACvC,8EAA2C;IAC3C,8EAA2C;IAC3C,gFAA4C;IAC5C,sEAAuC;IACvC,oFAA8C;IAC9C,oFAA8C;IAC9C,sFAA+C;IAC/C,kEAAqC;IACrC,8FAAmD;IACnD,8FAAmD;IACnD,oEAAsC;IACtC,8EAA2C;IAC3C,oEAAsC;IACtC,gFAA4C;IAC5C,sEAAuC;IACvC,sEAAuC;IACvC,gFAA4C;IAC5C,0EAAyC;CAC1C,CAAC,CAAC;AAyCH,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,KAAK,CAAC;IACV,uEAAwC;IACxC,uEAAwC;IACxC,yEAAyC;IACzC,+EAA4C;IAC5C,qEAAuC;IACvC,2FAAkD;IAClD,iFAA6C;IAC7C,iFAA6C;IAC7C,yEAAyC;IACzC,6EAA2C;IAC3C,uEAAwC;IACxC,mFAA8C;IAC9C,qFAA+C;IAC/C,qEAAuC;IACvC,mEAAsC;IACtC,qEAAuC;IACvC,yEAAyC;IACzC,qEAAuC;IACvC,uEAAwC;IACxC,+EAA4C;IAC5C,+EAA4C;IAC5C,iFAA6C;IAC7C,uEAAwC;IACxC,qFAA+C;IAC/C,qFAA+C;IAC/C,uFAAgD;IAChD,mEAAsC;IACtC,+FAAoD;IACpD,+FAAoD;IACpD,qEAAuC;IACvC,+EAA4C;IAC5C,qEAAuC;IACvC,iFAA6C;IAC7C,uEAAwC;IACxC,uEAAwC;IACxC,iFAA6C;IAC7C,2EAA0C;CAC3C,CAAC,CAAC;AAEH,SAAgB,iBAAiB,CAAC,WAAwB;IACxD,OAAO,IAAI,CAAC,SAAS,CAAC,kCAA0B,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;AACvE,CAAC;AACD,SAAgB,mBAAmB,CACjC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iCAAyB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrD,yCAAyC,CAC1C,CAAC;AACJ,CAAC"}