@moovio/sdk 0.5.1 → 0.5.3
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.
- package/bin/mcp-server.js +89 -36
- package/bin/mcp-server.js.map +14 -14
- package/funcs/walletTransactionsList.js +1 -0
- package/funcs/walletTransactionsList.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/achtransactiondetails.d.ts +2 -0
- package/models/components/achtransactiondetails.d.ts.map +1 -1
- package/models/components/achtransactiondetails.js +3 -0
- package/models/components/achtransactiondetails.js.map +1 -1
- package/models/components/cancellationstatus.d.ts +3 -0
- package/models/components/cancellationstatus.d.ts.map +1 -1
- package/models/components/cancellationstatus.js +1 -0
- package/models/components/cancellationstatus.js.map +1 -1
- package/models/components/patchsweepconfig.d.ts +162 -20
- package/models/components/patchsweepconfig.d.ts.map +1 -1
- package/models/components/patchsweepconfig.js +169 -12
- package/models/components/patchsweepconfig.js.map +1 -1
- package/models/components/transfer.d.ts +4 -4
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.js +4 -4
- package/models/components/transfer.js.map +1 -1
- package/models/components/transferdestination.d.ts +5 -1
- package/models/components/transferdestination.d.ts.map +1 -1
- package/models/components/transferdestination.js +3 -2
- package/models/components/transferdestination.js.map +1 -1
- package/models/components/transfersource.d.ts +10 -1
- package/models/components/transfersource.d.ts.map +1 -1
- package/models/components/transfersource.js +5 -2
- package/models/components/transfersource.js.map +1 -1
- package/models/errors/transfer.d.ts +6 -6
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js +6 -8
- package/models/errors/transfer.js.map +1 -1
- package/models/operations/listwallettransactions.d.ts +5 -0
- package/models/operations/listwallettransactions.d.ts.map +1 -1
- package/models/operations/listwallettransactions.js +4 -0
- package/models/operations/listwallettransactions.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/walletTransactionsList.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/achtransactiondetails.ts +5 -0
- package/src/models/components/cancellationstatus.ts +1 -0
- package/src/models/components/patchsweepconfig.ts +376 -34
- package/src/models/components/transfer.ts +8 -8
- package/src/models/components/transferdestination.ts +11 -3
- package/src/models/components/transfersource.ts +18 -3
- package/src/models/errors/transfer.ts +12 -12
- package/src/models/operations/listwallettransactions.ts +9 -0
|
@@ -86,6 +86,7 @@ async function $do(client, request, options) {
|
|
|
86
86
|
"status": payload.status,
|
|
87
87
|
"sweepID": payload.sweepID,
|
|
88
88
|
"transactionType": payload.transactionType,
|
|
89
|
+
"transactionTypes": payload.transactionTypes,
|
|
89
90
|
}, { explode: false });
|
|
90
91
|
const headers = new Headers((0, primitives_js_1.compactMap)({
|
|
91
92
|
Accept: "application/json",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"walletTransactionsList.js","sourceRoot":"","sources":["../src/funcs/walletTransactionsList.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BH,wDAqBC;AAjDD,sDAAoE;AACpE,sDAAwC;AACxC,wDAAkD;AAClD,kDAA8C;AAE9C,oDAA4E;AAC5E,0CAA2C;AAU3C,0EAA4D;AAC5D,gDAAwD;AAGxD;;;;;;;GAOG;AACH,SAAgB,sBAAsB,CACpC,MAAgB,EAChB,OAAiD,EACjD,OAAwB;IAaxB,OAAO,IAAI,qBAAU,CAAC,GAAG,CACvB,MAAM,EACN,OAAO,EACP,OAAO,CACR,CAAC,CAAC;AACL,CAAC;AAED,KAAK,UAAU,GAAG,CAChB,MAAgB,EAChB,OAAiD,EACjD,OAAwB;IAgBxB,MAAM,MAAM,GAAG,IAAA,sBAAS,EACtB,OAAO,EACP,CAAC,KAAK,EAAE,EAAE,CACR,UAAU,CAAC,4CAA4C,CAAC,KAAK,CAAC,KAAK,CAAC,EACtE,yBAAyB,CAC1B,CAAC;IACF,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;QACf,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IACzC,CAAC;IACD,MAAM,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC;IAC7B,MAAM,IAAI,GAAG,IAAI,CAAC;IAElB,MAAM,UAAU,GAAG;QACjB,SAAS,EAAE,IAAA,2BAAY,EAAC,WAAW,EAAE,OAAO,CAAC,SAAS,EAAE;YACtD,OAAO,EAAE,KAAK;YACd,YAAY,EAAE,SAAS;SACxB,CAAC;QACF,QAAQ,EAAE,IAAA,2BAAY,EAAC,UAAU,EAAE,OAAO,CAAC,QAAQ,EAAE;YACnD,OAAO,EAAE,KAAK;YACd,YAAY,EAAE,SAAS;SACxB,CAAC;KACH,CAAC;IAEF,MAAM,IAAI,GAAG,IAAA,mBAAU,EACrB,uDAAuD,CACxD,CAAC,UAAU,CAAC,CAAC;IAEd,MAAM,KAAK,GAAG,IAAA,8BAAe,EAAC;QAC5B,sBAAsB,EAAE,OAAO,CAAC,oBAAoB;QACpD,wBAAwB,EAAE,OAAO,CAAC,sBAAsB;QACxD,OAAO,EAAE,OAAO,CAAC,KAAK;QACtB,oBAAoB,EAAE,OAAO,CAAC,kBAAkB;QAChD,sBAAsB,EAAE,OAAO,CAAC,oBAAoB;QACpD,MAAM,EAAE,OAAO,CAAC,IAAI;QACpB,UAAU,EAAE,OAAO,CAAC,QAAQ;QAC5B,YAAY,EAAE,OAAO,CAAC,UAAU;QAChC,QAAQ,EAAE,OAAO,CAAC,MAAM;QACxB,SAAS,EAAE,OAAO,CAAC,OAAO;QAC1B,iBAAiB,EAAE,OAAO,CAAC,eAAe;
|
|
1
|
+
{"version":3,"file":"walletTransactionsList.js","sourceRoot":"","sources":["../src/funcs/walletTransactionsList.ts"],"names":[],"mappings":"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"}
|
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "latest";
|
|
38
|
-
readonly sdkVersion: "0.5.
|
|
39
|
-
readonly genVersion: "2.
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.5.
|
|
38
|
+
readonly sdkVersion: "0.5.3";
|
|
39
|
+
readonly genVersion: "2.533.0";
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.5.3 2.533.0 latest @moovio/sdk";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
|
|
|
31
31
|
exports.SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "latest",
|
|
34
|
-
sdkVersion: "0.5.
|
|
35
|
-
genVersion: "2.
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.5.
|
|
34
|
+
sdkVersion: "0.5.3",
|
|
35
|
+
genVersion: "2.533.0",
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.5.3 2.533.0 latest @moovio/sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
package/mcp-server/mcp-server.js
CHANGED
|
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
|
|
|
22
22
|
exports.app = (0, core_1.buildApplication)(routes, {
|
|
23
23
|
name: "mcp",
|
|
24
24
|
versionInfo: {
|
|
25
|
-
currentVersion: "0.5.
|
|
25
|
+
currentVersion: "0.5.3",
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
(0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
|
package/mcp-server/server.js
CHANGED
|
@@ -138,7 +138,7 @@ const walletTransactionsList_js_1 = require("./tools/walletTransactionsList.js")
|
|
|
138
138
|
function createMCPServer(deps) {
|
|
139
139
|
const server = new mcp_js_1.McpServer({
|
|
140
140
|
name: "Moov",
|
|
141
|
-
version: "0.5.
|
|
141
|
+
version: "0.5.3",
|
|
142
142
|
});
|
|
143
143
|
const client = new core_js_1.MoovCore({
|
|
144
144
|
security: deps.security,
|
|
@@ -32,6 +32,7 @@ export type ACHTransactionDetails = {
|
|
|
32
32
|
originatedOn?: Date | undefined;
|
|
33
33
|
correctedOn?: Date | undefined;
|
|
34
34
|
returnedOn?: Date | undefined;
|
|
35
|
+
failedOn?: Date | undefined;
|
|
35
36
|
completedOn?: Date | undefined;
|
|
36
37
|
/**
|
|
37
38
|
* An optional override of your default ACH hold period in banking days. The hold period must be longer than or equal to your default setting.
|
|
@@ -53,6 +54,7 @@ export type ACHTransactionDetails$Outbound = {
|
|
|
53
54
|
originatedOn?: string | undefined;
|
|
54
55
|
correctedOn?: string | undefined;
|
|
55
56
|
returnedOn?: string | undefined;
|
|
57
|
+
failedOn?: string | undefined;
|
|
56
58
|
completedOn?: string | undefined;
|
|
57
59
|
debitHoldPeriod?: string | undefined;
|
|
58
60
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"achtransactiondetails.d.ts","sourceRoot":"","sources":["../../src/models/components/achtransactiondetails.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,oBAAoB,EAGrB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,eAAe,EAGhB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,OAAO,EAGR,MAAM,cAAc,CAAC;AAEtB;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,MAAM,EAAE,oBAAoB,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5C;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;CAC/C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,
|
|
1
|
+
{"version":3,"file":"achtransactiondetails.d.ts","sourceRoot":"","sources":["../../src/models/components/achtransactiondetails.ts"],"names":[],"mappings":"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"}
|
|
@@ -61,6 +61,8 @@ exports.ACHTransactionDetails$inboundSchema = z.object({
|
|
|
61
61
|
.optional(),
|
|
62
62
|
returnedOn: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
63
63
|
.optional(),
|
|
64
|
+
failedOn: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
65
|
+
.optional(),
|
|
64
66
|
completedOn: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
65
67
|
.optional(),
|
|
66
68
|
debitHoldPeriod: debitholdperiod_js_1.DebitHoldPeriod$inboundSchema.optional(),
|
|
@@ -78,6 +80,7 @@ exports.ACHTransactionDetails$outboundSchema = z.object({
|
|
|
78
80
|
originatedOn: z.date().transform(v => v.toISOString()).optional(),
|
|
79
81
|
correctedOn: z.date().transform(v => v.toISOString()).optional(),
|
|
80
82
|
returnedOn: z.date().transform(v => v.toISOString()).optional(),
|
|
83
|
+
failedOn: z.date().transform(v => v.toISOString()).optional(),
|
|
81
84
|
completedOn: z.date().transform(v => v.toISOString()).optional(),
|
|
82
85
|
debitHoldPeriod: debitholdperiod_js_1.DebitHoldPeriod$outboundSchema.optional(),
|
|
83
86
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"achtransactiondetails.js","sourceRoot":"","sources":["../../src/models/components/achtransactiondetails.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"achtransactiondetails.js","sourceRoot":"","sources":["../../src/models/components/achtransactiondetails.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,6 +3,7 @@ import { ClosedEnum } from "../../types/enums.js";
|
|
|
3
3
|
export declare const CancellationStatus: {
|
|
4
4
|
readonly Pending: "pending";
|
|
5
5
|
readonly Completed: "completed";
|
|
6
|
+
readonly Failed: "failed";
|
|
6
7
|
};
|
|
7
8
|
export type CancellationStatus = ClosedEnum<typeof CancellationStatus>;
|
|
8
9
|
/** @internal */
|
|
@@ -18,11 +19,13 @@ export declare namespace CancellationStatus$ {
|
|
|
18
19
|
const inboundSchema: z.ZodNativeEnum<{
|
|
19
20
|
readonly Pending: "pending";
|
|
20
21
|
readonly Completed: "completed";
|
|
22
|
+
readonly Failed: "failed";
|
|
21
23
|
}>;
|
|
22
24
|
/** @deprecated use `CancellationStatus$outboundSchema` instead. */
|
|
23
25
|
const outboundSchema: z.ZodNativeEnum<{
|
|
24
26
|
readonly Pending: "pending";
|
|
25
27
|
readonly Completed: "completed";
|
|
28
|
+
readonly Failed: "failed";
|
|
26
29
|
}>;
|
|
27
30
|
}
|
|
28
31
|
//# sourceMappingURL=cancellationstatus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cancellationstatus.d.ts","sourceRoot":"","sources":["../../src/models/components/cancellationstatus.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"cancellationstatus.d.ts","sourceRoot":"","sources":["../../src/models/components/cancellationstatus.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,kBAAkB;;;;CAIrB,CAAC;AACX,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,kBAAkB,CACS,CAAC;AAErC,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,kBAAkB,CACS,CAAC;AAErC;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa;;;;MAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc;;;;MAAoC,CAAC;CACjE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cancellationstatus.js","sourceRoot":"","sources":["../../src/models/components/cancellationstatus.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,kBAAkB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;
|
|
1
|
+
{"version":3,"file":"cancellationstatus.js","sourceRoot":"","sources":["../../src/models/components/cancellationstatus.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,kBAAkB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;CACR,CAAC;AAGX,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAErC,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,wCAAgC,CAAC;AAErC;;;GAGG;AACH,IAAiB,mBAAmB,CAKnC;AALD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAClE,CAAC,EALgB,mBAAmB,mCAAnB,mBAAmB,QAKnC"}
|
|
@@ -1,32 +1,174 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
2
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
|
|
5
|
+
export declare const Status: {
|
|
6
|
+
readonly Enabled: "enabled";
|
|
7
|
+
readonly Disabled: "disabled";
|
|
8
|
+
};
|
|
9
|
+
export type Status = ClosedEnum<typeof Status>;
|
|
10
|
+
export type PushPaymentMethodId2 = {};
|
|
11
|
+
export type PushPaymentMethodID = PushPaymentMethodId2 | string;
|
|
12
|
+
export type PullPaymentMethodId2 = {};
|
|
13
|
+
export type PullPaymentMethodID = PullPaymentMethodId2 | string;
|
|
14
|
+
export type StatementDescriptor2 = {};
|
|
15
|
+
export type StatementDescriptor = StatementDescriptor2 | string;
|
|
5
16
|
export type PatchSweepConfig = {
|
|
6
|
-
status?:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* ID of the payment method.
|
|
13
|
-
*/
|
|
14
|
-
pullPaymentMethodID?: string | undefined;
|
|
15
|
-
/**
|
|
16
|
-
* The text that appears on the banking statement. The default descriptor is a 10 character ID if an override is not set in the sweep configs statementDescriptor.
|
|
17
|
-
*/
|
|
18
|
-
statementDescriptor?: string | undefined;
|
|
19
|
-
minimumBalance?: string | undefined;
|
|
17
|
+
status?: Status | null | undefined;
|
|
18
|
+
pushPaymentMethodID?: PushPaymentMethodId2 | string | null | undefined;
|
|
19
|
+
pullPaymentMethodID?: PullPaymentMethodId2 | string | null | undefined;
|
|
20
|
+
statementDescriptor?: StatementDescriptor2 | string | null | undefined;
|
|
21
|
+
minimumBalance?: string | null | undefined;
|
|
20
22
|
};
|
|
21
23
|
/** @internal */
|
|
24
|
+
export declare const Status$inboundSchema: z.ZodNativeEnum<typeof Status>;
|
|
25
|
+
/** @internal */
|
|
26
|
+
export declare const Status$outboundSchema: z.ZodNativeEnum<typeof Status>;
|
|
27
|
+
/**
|
|
28
|
+
* @internal
|
|
29
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
30
|
+
*/
|
|
31
|
+
export declare namespace Status$ {
|
|
32
|
+
/** @deprecated use `Status$inboundSchema` instead. */
|
|
33
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
34
|
+
readonly Enabled: "enabled";
|
|
35
|
+
readonly Disabled: "disabled";
|
|
36
|
+
}>;
|
|
37
|
+
/** @deprecated use `Status$outboundSchema` instead. */
|
|
38
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
39
|
+
readonly Enabled: "enabled";
|
|
40
|
+
readonly Disabled: "disabled";
|
|
41
|
+
}>;
|
|
42
|
+
}
|
|
43
|
+
/** @internal */
|
|
44
|
+
export declare const PushPaymentMethodId2$inboundSchema: z.ZodType<PushPaymentMethodId2, z.ZodTypeDef, unknown>;
|
|
45
|
+
/** @internal */
|
|
46
|
+
export type PushPaymentMethodId2$Outbound = {};
|
|
47
|
+
/** @internal */
|
|
48
|
+
export declare const PushPaymentMethodId2$outboundSchema: z.ZodType<PushPaymentMethodId2$Outbound, z.ZodTypeDef, PushPaymentMethodId2>;
|
|
49
|
+
/**
|
|
50
|
+
* @internal
|
|
51
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
+
*/
|
|
53
|
+
export declare namespace PushPaymentMethodId2$ {
|
|
54
|
+
/** @deprecated use `PushPaymentMethodId2$inboundSchema` instead. */
|
|
55
|
+
const inboundSchema: z.ZodType<PushPaymentMethodId2, z.ZodTypeDef, unknown>;
|
|
56
|
+
/** @deprecated use `PushPaymentMethodId2$outboundSchema` instead. */
|
|
57
|
+
const outboundSchema: z.ZodType<PushPaymentMethodId2$Outbound, z.ZodTypeDef, PushPaymentMethodId2>;
|
|
58
|
+
/** @deprecated use `PushPaymentMethodId2$Outbound` instead. */
|
|
59
|
+
type Outbound = PushPaymentMethodId2$Outbound;
|
|
60
|
+
}
|
|
61
|
+
export declare function pushPaymentMethodID2ToJSON(pushPaymentMethodId2: PushPaymentMethodId2): string;
|
|
62
|
+
export declare function pushPaymentMethodID2FromJSON(jsonString: string): SafeParseResult<PushPaymentMethodId2, SDKValidationError>;
|
|
63
|
+
/** @internal */
|
|
64
|
+
export declare const PushPaymentMethodID$inboundSchema: z.ZodType<PushPaymentMethodID, z.ZodTypeDef, unknown>;
|
|
65
|
+
/** @internal */
|
|
66
|
+
export type PushPaymentMethodID$Outbound = PushPaymentMethodId2$Outbound | string;
|
|
67
|
+
/** @internal */
|
|
68
|
+
export declare const PushPaymentMethodID$outboundSchema: z.ZodType<PushPaymentMethodID$Outbound, z.ZodTypeDef, PushPaymentMethodID>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
72
|
+
*/
|
|
73
|
+
export declare namespace PushPaymentMethodID$ {
|
|
74
|
+
/** @deprecated use `PushPaymentMethodID$inboundSchema` instead. */
|
|
75
|
+
const inboundSchema: z.ZodType<PushPaymentMethodID, z.ZodTypeDef, unknown>;
|
|
76
|
+
/** @deprecated use `PushPaymentMethodID$outboundSchema` instead. */
|
|
77
|
+
const outboundSchema: z.ZodType<PushPaymentMethodID$Outbound, z.ZodTypeDef, PushPaymentMethodID>;
|
|
78
|
+
/** @deprecated use `PushPaymentMethodID$Outbound` instead. */
|
|
79
|
+
type Outbound = PushPaymentMethodID$Outbound;
|
|
80
|
+
}
|
|
81
|
+
export declare function pushPaymentMethodIDToJSON(pushPaymentMethodID: PushPaymentMethodID): string;
|
|
82
|
+
export declare function pushPaymentMethodIDFromJSON(jsonString: string): SafeParseResult<PushPaymentMethodID, SDKValidationError>;
|
|
83
|
+
/** @internal */
|
|
84
|
+
export declare const PullPaymentMethodId2$inboundSchema: z.ZodType<PullPaymentMethodId2, z.ZodTypeDef, unknown>;
|
|
85
|
+
/** @internal */
|
|
86
|
+
export type PullPaymentMethodId2$Outbound = {};
|
|
87
|
+
/** @internal */
|
|
88
|
+
export declare const PullPaymentMethodId2$outboundSchema: z.ZodType<PullPaymentMethodId2$Outbound, z.ZodTypeDef, PullPaymentMethodId2>;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
92
|
+
*/
|
|
93
|
+
export declare namespace PullPaymentMethodId2$ {
|
|
94
|
+
/** @deprecated use `PullPaymentMethodId2$inboundSchema` instead. */
|
|
95
|
+
const inboundSchema: z.ZodType<PullPaymentMethodId2, z.ZodTypeDef, unknown>;
|
|
96
|
+
/** @deprecated use `PullPaymentMethodId2$outboundSchema` instead. */
|
|
97
|
+
const outboundSchema: z.ZodType<PullPaymentMethodId2$Outbound, z.ZodTypeDef, PullPaymentMethodId2>;
|
|
98
|
+
/** @deprecated use `PullPaymentMethodId2$Outbound` instead. */
|
|
99
|
+
type Outbound = PullPaymentMethodId2$Outbound;
|
|
100
|
+
}
|
|
101
|
+
export declare function pullPaymentMethodID2ToJSON(pullPaymentMethodId2: PullPaymentMethodId2): string;
|
|
102
|
+
export declare function pullPaymentMethodID2FromJSON(jsonString: string): SafeParseResult<PullPaymentMethodId2, SDKValidationError>;
|
|
103
|
+
/** @internal */
|
|
104
|
+
export declare const PullPaymentMethodID$inboundSchema: z.ZodType<PullPaymentMethodID, z.ZodTypeDef, unknown>;
|
|
105
|
+
/** @internal */
|
|
106
|
+
export type PullPaymentMethodID$Outbound = PullPaymentMethodId2$Outbound | string;
|
|
107
|
+
/** @internal */
|
|
108
|
+
export declare const PullPaymentMethodID$outboundSchema: z.ZodType<PullPaymentMethodID$Outbound, z.ZodTypeDef, PullPaymentMethodID>;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
112
|
+
*/
|
|
113
|
+
export declare namespace PullPaymentMethodID$ {
|
|
114
|
+
/** @deprecated use `PullPaymentMethodID$inboundSchema` instead. */
|
|
115
|
+
const inboundSchema: z.ZodType<PullPaymentMethodID, z.ZodTypeDef, unknown>;
|
|
116
|
+
/** @deprecated use `PullPaymentMethodID$outboundSchema` instead. */
|
|
117
|
+
const outboundSchema: z.ZodType<PullPaymentMethodID$Outbound, z.ZodTypeDef, PullPaymentMethodID>;
|
|
118
|
+
/** @deprecated use `PullPaymentMethodID$Outbound` instead. */
|
|
119
|
+
type Outbound = PullPaymentMethodID$Outbound;
|
|
120
|
+
}
|
|
121
|
+
export declare function pullPaymentMethodIDToJSON(pullPaymentMethodID: PullPaymentMethodID): string;
|
|
122
|
+
export declare function pullPaymentMethodIDFromJSON(jsonString: string): SafeParseResult<PullPaymentMethodID, SDKValidationError>;
|
|
123
|
+
/** @internal */
|
|
124
|
+
export declare const StatementDescriptor2$inboundSchema: z.ZodType<StatementDescriptor2, z.ZodTypeDef, unknown>;
|
|
125
|
+
/** @internal */
|
|
126
|
+
export type StatementDescriptor2$Outbound = {};
|
|
127
|
+
/** @internal */
|
|
128
|
+
export declare const StatementDescriptor2$outboundSchema: z.ZodType<StatementDescriptor2$Outbound, z.ZodTypeDef, StatementDescriptor2>;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
132
|
+
*/
|
|
133
|
+
export declare namespace StatementDescriptor2$ {
|
|
134
|
+
/** @deprecated use `StatementDescriptor2$inboundSchema` instead. */
|
|
135
|
+
const inboundSchema: z.ZodType<StatementDescriptor2, z.ZodTypeDef, unknown>;
|
|
136
|
+
/** @deprecated use `StatementDescriptor2$outboundSchema` instead. */
|
|
137
|
+
const outboundSchema: z.ZodType<StatementDescriptor2$Outbound, z.ZodTypeDef, StatementDescriptor2>;
|
|
138
|
+
/** @deprecated use `StatementDescriptor2$Outbound` instead. */
|
|
139
|
+
type Outbound = StatementDescriptor2$Outbound;
|
|
140
|
+
}
|
|
141
|
+
export declare function statementDescriptor2ToJSON(statementDescriptor2: StatementDescriptor2): string;
|
|
142
|
+
export declare function statementDescriptor2FromJSON(jsonString: string): SafeParseResult<StatementDescriptor2, SDKValidationError>;
|
|
143
|
+
/** @internal */
|
|
144
|
+
export declare const StatementDescriptor$inboundSchema: z.ZodType<StatementDescriptor, z.ZodTypeDef, unknown>;
|
|
145
|
+
/** @internal */
|
|
146
|
+
export type StatementDescriptor$Outbound = StatementDescriptor2$Outbound | string;
|
|
147
|
+
/** @internal */
|
|
148
|
+
export declare const StatementDescriptor$outboundSchema: z.ZodType<StatementDescriptor$Outbound, z.ZodTypeDef, StatementDescriptor>;
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
152
|
+
*/
|
|
153
|
+
export declare namespace StatementDescriptor$ {
|
|
154
|
+
/** @deprecated use `StatementDescriptor$inboundSchema` instead. */
|
|
155
|
+
const inboundSchema: z.ZodType<StatementDescriptor, z.ZodTypeDef, unknown>;
|
|
156
|
+
/** @deprecated use `StatementDescriptor$outboundSchema` instead. */
|
|
157
|
+
const outboundSchema: z.ZodType<StatementDescriptor$Outbound, z.ZodTypeDef, StatementDescriptor>;
|
|
158
|
+
/** @deprecated use `StatementDescriptor$Outbound` instead. */
|
|
159
|
+
type Outbound = StatementDescriptor$Outbound;
|
|
160
|
+
}
|
|
161
|
+
export declare function statementDescriptorToJSON(statementDescriptor: StatementDescriptor): string;
|
|
162
|
+
export declare function statementDescriptorFromJSON(jsonString: string): SafeParseResult<StatementDescriptor, SDKValidationError>;
|
|
163
|
+
/** @internal */
|
|
22
164
|
export declare const PatchSweepConfig$inboundSchema: z.ZodType<PatchSweepConfig, z.ZodTypeDef, unknown>;
|
|
23
165
|
/** @internal */
|
|
24
166
|
export type PatchSweepConfig$Outbound = {
|
|
25
|
-
status?: string | undefined;
|
|
26
|
-
pushPaymentMethodID?: string | undefined;
|
|
27
|
-
pullPaymentMethodID?: string | undefined;
|
|
28
|
-
statementDescriptor?: string | undefined;
|
|
29
|
-
minimumBalance?: string | undefined;
|
|
167
|
+
status?: string | null | undefined;
|
|
168
|
+
pushPaymentMethodID?: PushPaymentMethodId2$Outbound | string | null | undefined;
|
|
169
|
+
pullPaymentMethodID?: PullPaymentMethodId2$Outbound | string | null | undefined;
|
|
170
|
+
statementDescriptor?: StatementDescriptor2$Outbound | string | null | undefined;
|
|
171
|
+
minimumBalance?: string | null | undefined;
|
|
30
172
|
};
|
|
31
173
|
/** @internal */
|
|
32
174
|
export declare const PatchSweepConfig$outboundSchema: z.ZodType<PatchSweepConfig$Outbound, z.ZodTypeDef, PatchSweepConfig>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patchsweepconfig.d.ts","sourceRoot":"","sources":["../../src/models/components/patchsweepconfig.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;
|
|
1
|
+
{"version":3,"file":"patchsweepconfig.d.ts","sourceRoot":"","sources":["../../src/models/components/patchsweepconfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -36,27 +36,184 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PatchSweepConfig$ = exports.PatchSweepConfig$outboundSchema = exports.PatchSweepConfig$inboundSchema = void 0;
|
|
39
|
+
exports.PatchSweepConfig$ = exports.PatchSweepConfig$outboundSchema = exports.PatchSweepConfig$inboundSchema = exports.StatementDescriptor$ = exports.StatementDescriptor$outboundSchema = exports.StatementDescriptor$inboundSchema = exports.StatementDescriptor2$ = exports.StatementDescriptor2$outboundSchema = exports.StatementDescriptor2$inboundSchema = exports.PullPaymentMethodID$ = exports.PullPaymentMethodID$outboundSchema = exports.PullPaymentMethodID$inboundSchema = exports.PullPaymentMethodId2$ = exports.PullPaymentMethodId2$outboundSchema = exports.PullPaymentMethodId2$inboundSchema = exports.PushPaymentMethodID$ = exports.PushPaymentMethodID$outboundSchema = exports.PushPaymentMethodID$inboundSchema = exports.PushPaymentMethodId2$ = exports.PushPaymentMethodId2$outboundSchema = exports.PushPaymentMethodId2$inboundSchema = exports.Status$ = exports.Status$outboundSchema = exports.Status$inboundSchema = exports.Status = void 0;
|
|
40
|
+
exports.pushPaymentMethodID2ToJSON = pushPaymentMethodID2ToJSON;
|
|
41
|
+
exports.pushPaymentMethodID2FromJSON = pushPaymentMethodID2FromJSON;
|
|
42
|
+
exports.pushPaymentMethodIDToJSON = pushPaymentMethodIDToJSON;
|
|
43
|
+
exports.pushPaymentMethodIDFromJSON = pushPaymentMethodIDFromJSON;
|
|
44
|
+
exports.pullPaymentMethodID2ToJSON = pullPaymentMethodID2ToJSON;
|
|
45
|
+
exports.pullPaymentMethodID2FromJSON = pullPaymentMethodID2FromJSON;
|
|
46
|
+
exports.pullPaymentMethodIDToJSON = pullPaymentMethodIDToJSON;
|
|
47
|
+
exports.pullPaymentMethodIDFromJSON = pullPaymentMethodIDFromJSON;
|
|
48
|
+
exports.statementDescriptor2ToJSON = statementDescriptor2ToJSON;
|
|
49
|
+
exports.statementDescriptor2FromJSON = statementDescriptor2FromJSON;
|
|
50
|
+
exports.statementDescriptorToJSON = statementDescriptorToJSON;
|
|
51
|
+
exports.statementDescriptorFromJSON = statementDescriptorFromJSON;
|
|
40
52
|
exports.patchSweepConfigToJSON = patchSweepConfigToJSON;
|
|
41
53
|
exports.patchSweepConfigFromJSON = patchSweepConfigFromJSON;
|
|
42
54
|
const z = __importStar(require("zod"));
|
|
43
55
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
-
|
|
56
|
+
exports.Status = {
|
|
57
|
+
Enabled: "enabled",
|
|
58
|
+
Disabled: "disabled",
|
|
59
|
+
};
|
|
60
|
+
/** @internal */
|
|
61
|
+
exports.Status$inboundSchema = z
|
|
62
|
+
.nativeEnum(exports.Status);
|
|
63
|
+
/** @internal */
|
|
64
|
+
exports.Status$outboundSchema = exports.Status$inboundSchema;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
68
|
+
*/
|
|
69
|
+
var Status$;
|
|
70
|
+
(function (Status$) {
|
|
71
|
+
/** @deprecated use `Status$inboundSchema` instead. */
|
|
72
|
+
Status$.inboundSchema = exports.Status$inboundSchema;
|
|
73
|
+
/** @deprecated use `Status$outboundSchema` instead. */
|
|
74
|
+
Status$.outboundSchema = exports.Status$outboundSchema;
|
|
75
|
+
})(Status$ || (exports.Status$ = Status$ = {}));
|
|
76
|
+
/** @internal */
|
|
77
|
+
exports.PushPaymentMethodId2$inboundSchema = z.object({});
|
|
78
|
+
/** @internal */
|
|
79
|
+
exports.PushPaymentMethodId2$outboundSchema = z.object({});
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
83
|
+
*/
|
|
84
|
+
var PushPaymentMethodId2$;
|
|
85
|
+
(function (PushPaymentMethodId2$) {
|
|
86
|
+
/** @deprecated use `PushPaymentMethodId2$inboundSchema` instead. */
|
|
87
|
+
PushPaymentMethodId2$.inboundSchema = exports.PushPaymentMethodId2$inboundSchema;
|
|
88
|
+
/** @deprecated use `PushPaymentMethodId2$outboundSchema` instead. */
|
|
89
|
+
PushPaymentMethodId2$.outboundSchema = exports.PushPaymentMethodId2$outboundSchema;
|
|
90
|
+
})(PushPaymentMethodId2$ || (exports.PushPaymentMethodId2$ = PushPaymentMethodId2$ = {}));
|
|
91
|
+
function pushPaymentMethodID2ToJSON(pushPaymentMethodId2) {
|
|
92
|
+
return JSON.stringify(exports.PushPaymentMethodId2$outboundSchema.parse(pushPaymentMethodId2));
|
|
93
|
+
}
|
|
94
|
+
function pushPaymentMethodID2FromJSON(jsonString) {
|
|
95
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PushPaymentMethodId2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PushPaymentMethodId2' from JSON`);
|
|
96
|
+
}
|
|
97
|
+
/** @internal */
|
|
98
|
+
exports.PushPaymentMethodID$inboundSchema = z.union([z.lazy(() => exports.PushPaymentMethodId2$inboundSchema), z.string()]);
|
|
99
|
+
/** @internal */
|
|
100
|
+
exports.PushPaymentMethodID$outboundSchema = z.union([z.lazy(() => exports.PushPaymentMethodId2$outboundSchema), z.string()]);
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
104
|
+
*/
|
|
105
|
+
var PushPaymentMethodID$;
|
|
106
|
+
(function (PushPaymentMethodID$) {
|
|
107
|
+
/** @deprecated use `PushPaymentMethodID$inboundSchema` instead. */
|
|
108
|
+
PushPaymentMethodID$.inboundSchema = exports.PushPaymentMethodID$inboundSchema;
|
|
109
|
+
/** @deprecated use `PushPaymentMethodID$outboundSchema` instead. */
|
|
110
|
+
PushPaymentMethodID$.outboundSchema = exports.PushPaymentMethodID$outboundSchema;
|
|
111
|
+
})(PushPaymentMethodID$ || (exports.PushPaymentMethodID$ = PushPaymentMethodID$ = {}));
|
|
112
|
+
function pushPaymentMethodIDToJSON(pushPaymentMethodID) {
|
|
113
|
+
return JSON.stringify(exports.PushPaymentMethodID$outboundSchema.parse(pushPaymentMethodID));
|
|
114
|
+
}
|
|
115
|
+
function pushPaymentMethodIDFromJSON(jsonString) {
|
|
116
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PushPaymentMethodID$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PushPaymentMethodID' from JSON`);
|
|
117
|
+
}
|
|
118
|
+
/** @internal */
|
|
119
|
+
exports.PullPaymentMethodId2$inboundSchema = z.object({});
|
|
120
|
+
/** @internal */
|
|
121
|
+
exports.PullPaymentMethodId2$outboundSchema = z.object({});
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
125
|
+
*/
|
|
126
|
+
var PullPaymentMethodId2$;
|
|
127
|
+
(function (PullPaymentMethodId2$) {
|
|
128
|
+
/** @deprecated use `PullPaymentMethodId2$inboundSchema` instead. */
|
|
129
|
+
PullPaymentMethodId2$.inboundSchema = exports.PullPaymentMethodId2$inboundSchema;
|
|
130
|
+
/** @deprecated use `PullPaymentMethodId2$outboundSchema` instead. */
|
|
131
|
+
PullPaymentMethodId2$.outboundSchema = exports.PullPaymentMethodId2$outboundSchema;
|
|
132
|
+
})(PullPaymentMethodId2$ || (exports.PullPaymentMethodId2$ = PullPaymentMethodId2$ = {}));
|
|
133
|
+
function pullPaymentMethodID2ToJSON(pullPaymentMethodId2) {
|
|
134
|
+
return JSON.stringify(exports.PullPaymentMethodId2$outboundSchema.parse(pullPaymentMethodId2));
|
|
135
|
+
}
|
|
136
|
+
function pullPaymentMethodID2FromJSON(jsonString) {
|
|
137
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PullPaymentMethodId2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PullPaymentMethodId2' from JSON`);
|
|
138
|
+
}
|
|
139
|
+
/** @internal */
|
|
140
|
+
exports.PullPaymentMethodID$inboundSchema = z.union([z.lazy(() => exports.PullPaymentMethodId2$inboundSchema), z.string()]);
|
|
141
|
+
/** @internal */
|
|
142
|
+
exports.PullPaymentMethodID$outboundSchema = z.union([z.lazy(() => exports.PullPaymentMethodId2$outboundSchema), z.string()]);
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
146
|
+
*/
|
|
147
|
+
var PullPaymentMethodID$;
|
|
148
|
+
(function (PullPaymentMethodID$) {
|
|
149
|
+
/** @deprecated use `PullPaymentMethodID$inboundSchema` instead. */
|
|
150
|
+
PullPaymentMethodID$.inboundSchema = exports.PullPaymentMethodID$inboundSchema;
|
|
151
|
+
/** @deprecated use `PullPaymentMethodID$outboundSchema` instead. */
|
|
152
|
+
PullPaymentMethodID$.outboundSchema = exports.PullPaymentMethodID$outboundSchema;
|
|
153
|
+
})(PullPaymentMethodID$ || (exports.PullPaymentMethodID$ = PullPaymentMethodID$ = {}));
|
|
154
|
+
function pullPaymentMethodIDToJSON(pullPaymentMethodID) {
|
|
155
|
+
return JSON.stringify(exports.PullPaymentMethodID$outboundSchema.parse(pullPaymentMethodID));
|
|
156
|
+
}
|
|
157
|
+
function pullPaymentMethodIDFromJSON(jsonString) {
|
|
158
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PullPaymentMethodID$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PullPaymentMethodID' from JSON`);
|
|
159
|
+
}
|
|
160
|
+
/** @internal */
|
|
161
|
+
exports.StatementDescriptor2$inboundSchema = z.object({});
|
|
162
|
+
/** @internal */
|
|
163
|
+
exports.StatementDescriptor2$outboundSchema = z.object({});
|
|
164
|
+
/**
|
|
165
|
+
* @internal
|
|
166
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
167
|
+
*/
|
|
168
|
+
var StatementDescriptor2$;
|
|
169
|
+
(function (StatementDescriptor2$) {
|
|
170
|
+
/** @deprecated use `StatementDescriptor2$inboundSchema` instead. */
|
|
171
|
+
StatementDescriptor2$.inboundSchema = exports.StatementDescriptor2$inboundSchema;
|
|
172
|
+
/** @deprecated use `StatementDescriptor2$outboundSchema` instead. */
|
|
173
|
+
StatementDescriptor2$.outboundSchema = exports.StatementDescriptor2$outboundSchema;
|
|
174
|
+
})(StatementDescriptor2$ || (exports.StatementDescriptor2$ = StatementDescriptor2$ = {}));
|
|
175
|
+
function statementDescriptor2ToJSON(statementDescriptor2) {
|
|
176
|
+
return JSON.stringify(exports.StatementDescriptor2$outboundSchema.parse(statementDescriptor2));
|
|
177
|
+
}
|
|
178
|
+
function statementDescriptor2FromJSON(jsonString) {
|
|
179
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.StatementDescriptor2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'StatementDescriptor2' from JSON`);
|
|
180
|
+
}
|
|
181
|
+
/** @internal */
|
|
182
|
+
exports.StatementDescriptor$inboundSchema = z.union([z.lazy(() => exports.StatementDescriptor2$inboundSchema), z.string()]);
|
|
183
|
+
/** @internal */
|
|
184
|
+
exports.StatementDescriptor$outboundSchema = z.union([z.lazy(() => exports.StatementDescriptor2$outboundSchema), z.string()]);
|
|
185
|
+
/**
|
|
186
|
+
* @internal
|
|
187
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
188
|
+
*/
|
|
189
|
+
var StatementDescriptor$;
|
|
190
|
+
(function (StatementDescriptor$) {
|
|
191
|
+
/** @deprecated use `StatementDescriptor$inboundSchema` instead. */
|
|
192
|
+
StatementDescriptor$.inboundSchema = exports.StatementDescriptor$inboundSchema;
|
|
193
|
+
/** @deprecated use `StatementDescriptor$outboundSchema` instead. */
|
|
194
|
+
StatementDescriptor$.outboundSchema = exports.StatementDescriptor$outboundSchema;
|
|
195
|
+
})(StatementDescriptor$ || (exports.StatementDescriptor$ = StatementDescriptor$ = {}));
|
|
196
|
+
function statementDescriptorToJSON(statementDescriptor) {
|
|
197
|
+
return JSON.stringify(exports.StatementDescriptor$outboundSchema.parse(statementDescriptor));
|
|
198
|
+
}
|
|
199
|
+
function statementDescriptorFromJSON(jsonString) {
|
|
200
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.StatementDescriptor$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'StatementDescriptor' from JSON`);
|
|
201
|
+
}
|
|
45
202
|
/** @internal */
|
|
46
203
|
exports.PatchSweepConfig$inboundSchema = z.object({
|
|
47
|
-
status:
|
|
48
|
-
pushPaymentMethodID: z.string().optional(),
|
|
49
|
-
pullPaymentMethodID: z.string().optional(),
|
|
50
|
-
statementDescriptor: z.string().optional(),
|
|
51
|
-
minimumBalance: z.string().optional(),
|
|
204
|
+
status: z.nullable(exports.Status$inboundSchema).optional(),
|
|
205
|
+
pushPaymentMethodID: z.nullable(z.union([z.lazy(() => exports.PushPaymentMethodId2$inboundSchema), z.string()])).optional(),
|
|
206
|
+
pullPaymentMethodID: z.nullable(z.union([z.lazy(() => exports.PullPaymentMethodId2$inboundSchema), z.string()])).optional(),
|
|
207
|
+
statementDescriptor: z.nullable(z.union([z.lazy(() => exports.StatementDescriptor2$inboundSchema), z.string()])).optional(),
|
|
208
|
+
minimumBalance: z.nullable(z.string()).optional(),
|
|
52
209
|
});
|
|
53
210
|
/** @internal */
|
|
54
211
|
exports.PatchSweepConfig$outboundSchema = z.object({
|
|
55
|
-
status:
|
|
56
|
-
pushPaymentMethodID: z.string().optional(),
|
|
57
|
-
pullPaymentMethodID: z.string().optional(),
|
|
58
|
-
statementDescriptor: z.string().optional(),
|
|
59
|
-
minimumBalance: z.string().optional(),
|
|
212
|
+
status: z.nullable(exports.Status$outboundSchema).optional(),
|
|
213
|
+
pushPaymentMethodID: z.nullable(z.union([z.lazy(() => exports.PushPaymentMethodId2$outboundSchema), z.string()])).optional(),
|
|
214
|
+
pullPaymentMethodID: z.nullable(z.union([z.lazy(() => exports.PullPaymentMethodId2$outboundSchema), z.string()])).optional(),
|
|
215
|
+
statementDescriptor: z.nullable(z.union([z.lazy(() => exports.StatementDescriptor2$outboundSchema), z.string()])).optional(),
|
|
216
|
+
minimumBalance: z.nullable(z.string()).optional(),
|
|
60
217
|
});
|
|
61
218
|
/**
|
|
62
219
|
* @internal
|