@mbanq/core-sdk-js 0.1.1 → 0.2.1
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/dist/chunk-MNWURBTP.mjs +1 -0
- package/dist/chunk-S3G3HESY.js +1 -0
- package/dist/chunk-SQZ4PAOL.mjs +1 -0
- package/dist/chunk-UD2TOWHP.js +1 -0
- package/dist/chunk-VHSZ6TM7.mjs +1 -0
- package/dist/chunk-YSKKRBQD.js +1 -0
- package/dist/client/index.d.mts +2 -2
- package/dist/client/index.d.ts +2 -2
- package/dist/client/index.js +1 -1
- package/dist/client/index.mjs +1 -1
- package/dist/client-DhU5QMWd.d.mts +2143 -0
- package/dist/client-DhU5QMWd.d.ts +2143 -0
- package/dist/commands/index.d.mts +3 -3
- package/dist/commands/index.d.ts +3 -3
- package/dist/commands/index.js +1 -1
- package/dist/commands/index.mjs +1 -1
- package/dist/{index-DvE2ddFU.d.mts → index-BC3pkS--.d.mts} +1470 -1400
- package/dist/index-BHzajnME.d.mts +92 -0
- package/dist/index-CQe-0gwX.d.ts +92 -0
- package/dist/{index-vaBvDmsq.d.ts → index-UyJmi0Vg.d.ts} +1470 -1400
- package/dist/index.d.mts +16 -15
- package/dist/index.d.ts +16 -15
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-5NRQMAHH.mjs +0 -1
- package/dist/chunk-5PEETHWV.mjs +0 -1
- package/dist/chunk-BDI3SHA2.js +0 -1
- package/dist/chunk-OGW7GTJP.js +0 -1
- package/dist/chunk-RA5GVN3G.js +0 -1
- package/dist/chunk-RX3BFHHX.mjs +0 -1
- package/dist/config.d-CyK6ZM6s.d.mts +0 -53
- package/dist/config.d-CyK6ZM6s.d.ts +0 -53
- package/dist/index-5Sj83ZJ4.d.mts +0 -209
- package/dist/index-DXK5OdKW.d.ts +0 -209
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
1
|
+
import { a as Config, b as CreateClientRequest, U as UpdateClientRequest, P as ProcessOutput, c as UpdateClientIdentifierRequest, C as Command } from './client-DhU5QMWd.mjs';
|
|
2
|
+
import * as z from 'zod';
|
|
3
|
+
import { z as z$1 } from 'zod';
|
|
4
4
|
|
|
5
|
-
declare const PaymentFilterKeySchema: z.ZodEnum<["originatorName", "originatorAccount", "originatorBankRoutingCode", "recipientName", "recipientAccount", "recipientBankRoutingCode", "reference", "traceNumber", "externalId", "clientId", "dateFormat", "locale", "originatedBy", "paymentRail", "paymentType", "fromValueDate", "toValueDate", "fromExecuteDate", "toExecuteDate", "status", "fromReturnDate", "toReturnDate", "isSettlement", "orderBy", "sortOrder"]>;
|
|
6
|
-
declare const PaymentStatusSchema: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
7
|
-
declare const PaymentRailSchema: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
8
|
-
declare const PaymentTypeSchema: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
9
|
-
declare const SortOrderSchema: z.ZodEnum<["ASC", "DESC"]>;
|
|
10
|
-
type PaymentStatus = z.infer<typeof PaymentStatusSchema>;
|
|
11
|
-
type PaymentRailType = z.infer<typeof PaymentRailSchema>;
|
|
12
|
-
type PaymentType = z.infer<typeof PaymentTypeSchema>;
|
|
5
|
+
declare const PaymentFilterKeySchema: z$1.ZodEnum<["originatorName", "originatorAccount", "originatorBankRoutingCode", "recipientName", "recipientAccount", "recipientBankRoutingCode", "reference", "traceNumber", "externalId", "clientId", "dateFormat", "locale", "originatedBy", "paymentRail", "paymentType", "fromValueDate", "toValueDate", "fromExecuteDate", "toExecuteDate", "status", "fromReturnDate", "toReturnDate", "isSettlement", "orderBy", "sortOrder"]>;
|
|
6
|
+
declare const PaymentStatusSchema: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
7
|
+
declare const PaymentRailSchema: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
8
|
+
declare const PaymentTypeSchema: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
9
|
+
declare const SortOrderSchema: z$1.ZodEnum<["ASC", "DESC"]>;
|
|
10
|
+
type PaymentStatus = z$1.infer<typeof PaymentStatusSchema>;
|
|
11
|
+
type PaymentRailType = z$1.infer<typeof PaymentRailSchema>;
|
|
12
|
+
type PaymentType = z$1.infer<typeof PaymentTypeSchema>;
|
|
13
13
|
declare const PaymentFilterShape: {
|
|
14
|
-
originatorName: z.ZodOptional<z.ZodString>;
|
|
15
|
-
originatorAccount: z.ZodOptional<z.ZodString>;
|
|
16
|
-
originatorBankRoutingCode: z.ZodOptional<z.ZodString>;
|
|
17
|
-
recipientName: z.ZodOptional<z.ZodString>;
|
|
18
|
-
recipientAccount: z.ZodOptional<z.ZodString>;
|
|
19
|
-
recipientBankRoutingCode: z.ZodOptional<z.ZodString>;
|
|
20
|
-
reference: z.ZodOptional<z.ZodString>;
|
|
21
|
-
traceNumber: z.ZodOptional<z.ZodString>;
|
|
22
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
23
|
-
clientId: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
24
|
-
dateFormat: z.ZodOptional<z.ZodString>;
|
|
25
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
26
|
-
originatedBy: z.ZodOptional<z.ZodString>;
|
|
27
|
-
paymentRail: z.ZodOptional<z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>>;
|
|
28
|
-
paymentType: z.ZodOptional<z.ZodEnum<["CREDIT", "DEBIT"]>>;
|
|
29
|
-
fromValueDate: z.ZodOptional<z.ZodString>;
|
|
30
|
-
toValueDate: z.ZodOptional<z.ZodString>;
|
|
31
|
-
fromExecuteDate: z.ZodOptional<z.ZodString>;
|
|
32
|
-
toExecuteDate: z.ZodOptional<z.ZodString>;
|
|
33
|
-
status: z.ZodOptional<z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
34
|
-
fromReturnDate: z.ZodOptional<z.ZodString>;
|
|
35
|
-
toReturnDate: z.ZodOptional<z.ZodString>;
|
|
36
|
-
isSettlement: z.ZodOptional<z.ZodBoolean>;
|
|
37
|
-
orderBy: z.ZodOptional<z.ZodString>;
|
|
38
|
-
sortOrder: z.ZodOptional<z.ZodEnum<["ASC", "DESC"]>>;
|
|
39
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
40
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
14
|
+
originatorName: z$1.ZodOptional<z$1.ZodString>;
|
|
15
|
+
originatorAccount: z$1.ZodOptional<z$1.ZodString>;
|
|
16
|
+
originatorBankRoutingCode: z$1.ZodOptional<z$1.ZodString>;
|
|
17
|
+
recipientName: z$1.ZodOptional<z$1.ZodString>;
|
|
18
|
+
recipientAccount: z$1.ZodOptional<z$1.ZodString>;
|
|
19
|
+
recipientBankRoutingCode: z$1.ZodOptional<z$1.ZodString>;
|
|
20
|
+
reference: z$1.ZodOptional<z$1.ZodString>;
|
|
21
|
+
traceNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
22
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
23
|
+
clientId: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>;
|
|
24
|
+
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
25
|
+
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
26
|
+
originatedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
27
|
+
paymentRail: z$1.ZodOptional<z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>>;
|
|
28
|
+
paymentType: z$1.ZodOptional<z$1.ZodEnum<["CREDIT", "DEBIT"]>>;
|
|
29
|
+
fromValueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
30
|
+
toValueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
31
|
+
fromExecuteDate: z$1.ZodOptional<z$1.ZodString>;
|
|
32
|
+
toExecuteDate: z$1.ZodOptional<z$1.ZodString>;
|
|
33
|
+
status: z$1.ZodOptional<z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
34
|
+
fromReturnDate: z$1.ZodOptional<z$1.ZodString>;
|
|
35
|
+
toReturnDate: z$1.ZodOptional<z$1.ZodString>;
|
|
36
|
+
isSettlement: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
37
|
+
orderBy: z$1.ZodOptional<z$1.ZodString>;
|
|
38
|
+
sortOrder: z$1.ZodOptional<z$1.ZodEnum<["ASC", "DESC"]>>;
|
|
39
|
+
limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
40
|
+
offset: z$1.ZodOptional<z$1.ZodNumber>;
|
|
41
41
|
};
|
|
42
|
-
declare const PaymentFiltersSchema: z.ZodObject<{
|
|
43
|
-
originatorName: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
44
|
-
originatorAccount: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
45
|
-
originatorBankRoutingCode: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
46
|
-
recipientName: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
47
|
-
recipientAccount: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
48
|
-
recipientBankRoutingCode: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
49
|
-
reference: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
50
|
-
traceNumber: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
51
|
-
externalId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
52
|
-
clientId: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
53
|
-
dateFormat: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
54
|
-
locale: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
55
|
-
originatedBy: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
56
|
-
paymentRail: z.ZodOptional<z.ZodOptional<z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>>>;
|
|
57
|
-
paymentType: z.ZodOptional<z.ZodOptional<z.ZodEnum<["CREDIT", "DEBIT"]>>>;
|
|
58
|
-
fromValueDate: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
59
|
-
toValueDate: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
60
|
-
fromExecuteDate: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
61
|
-
toExecuteDate: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
62
|
-
status: z.ZodOptional<z.ZodOptional<z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>>;
|
|
63
|
-
fromReturnDate: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
64
|
-
toReturnDate: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
65
|
-
isSettlement: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
66
|
-
orderBy: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
67
|
-
sortOrder: z.ZodOptional<z.ZodOptional<z.ZodEnum<["ASC", "DESC"]>>>;
|
|
68
|
-
limit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
69
|
-
offset: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
70
|
-
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
declare const PaymentFiltersSchema: z$1.ZodObject<{
|
|
43
|
+
originatorName: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
44
|
+
originatorAccount: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
45
|
+
originatorBankRoutingCode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
46
|
+
recipientName: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
47
|
+
recipientAccount: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
48
|
+
recipientBankRoutingCode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
49
|
+
reference: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
50
|
+
traceNumber: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
51
|
+
externalId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
52
|
+
clientId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>>;
|
|
53
|
+
dateFormat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
54
|
+
locale: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
55
|
+
originatedBy: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
56
|
+
paymentRail: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>>>;
|
|
57
|
+
paymentType: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodEnum<["CREDIT", "DEBIT"]>>>;
|
|
58
|
+
fromValueDate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
59
|
+
toValueDate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
60
|
+
fromExecuteDate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
61
|
+
toExecuteDate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
62
|
+
status: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>>;
|
|
63
|
+
fromReturnDate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
64
|
+
toReturnDate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
65
|
+
isSettlement: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodBoolean>>;
|
|
66
|
+
orderBy: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
67
|
+
sortOrder: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodEnum<["ASC", "DESC"]>>>;
|
|
68
|
+
limit: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
69
|
+
offset: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
70
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
71
71
|
originatorName?: string | undefined;
|
|
72
72
|
originatorAccount?: string | undefined;
|
|
73
73
|
originatorBankRoutingCode?: string | undefined;
|
|
@@ -124,24 +124,24 @@ declare const PaymentFiltersSchema: z.ZodObject<{
|
|
|
124
124
|
limit?: number | undefined;
|
|
125
125
|
offset?: number | undefined;
|
|
126
126
|
}>;
|
|
127
|
-
type PaymentFilters = z.infer<typeof PaymentFiltersSchema>;
|
|
127
|
+
type PaymentFilters = z$1.infer<typeof PaymentFiltersSchema>;
|
|
128
128
|
declare const PaymentShape: {
|
|
129
|
-
id: z.ZodNumber;
|
|
130
|
-
clientId: z.ZodNumber;
|
|
131
|
-
amount: z.ZodNumber;
|
|
132
|
-
correlationId: z.ZodString;
|
|
133
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
134
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
135
|
-
recipient: z.ZodObject<{
|
|
136
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
137
|
-
recipientType: z.ZodString;
|
|
138
|
-
address: z.ZodObject<{
|
|
139
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
140
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
141
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
142
|
-
countryCode: z.ZodString;
|
|
143
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
144
|
-
}, "strip", z.ZodTypeAny, {
|
|
129
|
+
id: z$1.ZodNumber;
|
|
130
|
+
clientId: z$1.ZodNumber;
|
|
131
|
+
amount: z$1.ZodNumber;
|
|
132
|
+
correlationId: z$1.ZodString;
|
|
133
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
134
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
135
|
+
recipient: z$1.ZodObject<{
|
|
136
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
137
|
+
recipientType: z$1.ZodString;
|
|
138
|
+
address: z$1.ZodObject<{
|
|
139
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
140
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
141
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
142
|
+
countryCode: z$1.ZodString;
|
|
143
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
144
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
145
145
|
countryCode: string;
|
|
146
146
|
line1?: string | undefined;
|
|
147
147
|
line2?: string | undefined;
|
|
@@ -154,8 +154,8 @@ declare const PaymentShape: {
|
|
|
154
154
|
stateCode?: string | undefined;
|
|
155
155
|
postalCode?: string | undefined;
|
|
156
156
|
}>;
|
|
157
|
-
name: z.ZodString;
|
|
158
|
-
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
name: z$1.ZodString;
|
|
158
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
159
159
|
recipientType: string;
|
|
160
160
|
address: {
|
|
161
161
|
countryCode: string;
|
|
@@ -178,16 +178,16 @@ declare const PaymentShape: {
|
|
|
178
178
|
name: string;
|
|
179
179
|
cardId?: string | undefined;
|
|
180
180
|
}>;
|
|
181
|
-
originator: z.ZodObject<{
|
|
182
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
183
|
-
recipientType: z.ZodString;
|
|
184
|
-
address: z.ZodObject<{
|
|
185
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
186
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
187
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
188
|
-
countryCode: z.ZodString;
|
|
189
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
190
|
-
}, "strip", z.ZodTypeAny, {
|
|
181
|
+
originator: z$1.ZodObject<{
|
|
182
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
183
|
+
recipientType: z$1.ZodString;
|
|
184
|
+
address: z$1.ZodObject<{
|
|
185
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
186
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
187
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
188
|
+
countryCode: z$1.ZodString;
|
|
189
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
190
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
191
191
|
countryCode: string;
|
|
192
192
|
line1?: string | undefined;
|
|
193
193
|
line2?: string | undefined;
|
|
@@ -200,8 +200,8 @@ declare const PaymentShape: {
|
|
|
200
200
|
stateCode?: string | undefined;
|
|
201
201
|
postalCode?: string | undefined;
|
|
202
202
|
}>;
|
|
203
|
-
name: z.ZodString;
|
|
204
|
-
}, "strip", z.ZodTypeAny, {
|
|
203
|
+
name: z$1.ZodString;
|
|
204
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
205
205
|
recipientType: string;
|
|
206
206
|
address: {
|
|
207
207
|
countryCode: string;
|
|
@@ -224,20 +224,20 @@ declare const PaymentShape: {
|
|
|
224
224
|
name: string;
|
|
225
225
|
accountId?: string | undefined;
|
|
226
226
|
}>;
|
|
227
|
-
executedAt: z.ZodString;
|
|
228
|
-
createdAt: z.ZodString;
|
|
229
|
-
externalId: z.ZodString;
|
|
230
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
231
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
232
|
-
currencyData: z.ZodObject<{
|
|
233
|
-
code: z.ZodString;
|
|
234
|
-
name: z.ZodString;
|
|
235
|
-
decimalPlaces: z.ZodNumber;
|
|
236
|
-
displaySymbol: z.ZodString;
|
|
237
|
-
nameCode: z.ZodString;
|
|
238
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
239
|
-
isBaseCurrency: z.ZodBoolean;
|
|
240
|
-
}, "strip", z.ZodTypeAny, {
|
|
227
|
+
executedAt: z$1.ZodString;
|
|
228
|
+
createdAt: z$1.ZodString;
|
|
229
|
+
externalId: z$1.ZodString;
|
|
230
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
231
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
232
|
+
currencyData: z$1.ZodObject<{
|
|
233
|
+
code: z$1.ZodString;
|
|
234
|
+
name: z$1.ZodString;
|
|
235
|
+
decimalPlaces: z$1.ZodNumber;
|
|
236
|
+
displaySymbol: z$1.ZodString;
|
|
237
|
+
nameCode: z$1.ZodString;
|
|
238
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
239
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
240
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
241
241
|
code: string;
|
|
242
242
|
name: string;
|
|
243
243
|
decimalPlaces: number;
|
|
@@ -254,25 +254,25 @@ declare const PaymentShape: {
|
|
|
254
254
|
currencyCodeInDigit: number;
|
|
255
255
|
isBaseCurrency: boolean;
|
|
256
256
|
}>;
|
|
257
|
-
currency: z.ZodString;
|
|
257
|
+
currency: z$1.ZodString;
|
|
258
258
|
};
|
|
259
|
-
declare const PaymentSchema: z.ZodObject<{
|
|
260
|
-
id: z.ZodNumber;
|
|
261
|
-
clientId: z.ZodNumber;
|
|
262
|
-
amount: z.ZodNumber;
|
|
263
|
-
correlationId: z.ZodString;
|
|
264
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
265
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
266
|
-
recipient: z.ZodObject<{
|
|
267
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
268
|
-
recipientType: z.ZodString;
|
|
269
|
-
address: z.ZodObject<{
|
|
270
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
271
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
272
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
273
|
-
countryCode: z.ZodString;
|
|
274
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
275
|
-
}, "strip", z.ZodTypeAny, {
|
|
259
|
+
declare const PaymentSchema: z$1.ZodObject<{
|
|
260
|
+
id: z$1.ZodNumber;
|
|
261
|
+
clientId: z$1.ZodNumber;
|
|
262
|
+
amount: z$1.ZodNumber;
|
|
263
|
+
correlationId: z$1.ZodString;
|
|
264
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
265
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
266
|
+
recipient: z$1.ZodObject<{
|
|
267
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
268
|
+
recipientType: z$1.ZodString;
|
|
269
|
+
address: z$1.ZodObject<{
|
|
270
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
271
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
272
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
273
|
+
countryCode: z$1.ZodString;
|
|
274
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
275
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
276
276
|
countryCode: string;
|
|
277
277
|
line1?: string | undefined;
|
|
278
278
|
line2?: string | undefined;
|
|
@@ -285,8 +285,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
285
285
|
stateCode?: string | undefined;
|
|
286
286
|
postalCode?: string | undefined;
|
|
287
287
|
}>;
|
|
288
|
-
name: z.ZodString;
|
|
289
|
-
}, "strip", z.ZodTypeAny, {
|
|
288
|
+
name: z$1.ZodString;
|
|
289
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
290
290
|
recipientType: string;
|
|
291
291
|
address: {
|
|
292
292
|
countryCode: string;
|
|
@@ -309,16 +309,16 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
309
309
|
name: string;
|
|
310
310
|
cardId?: string | undefined;
|
|
311
311
|
}>;
|
|
312
|
-
originator: z.ZodObject<{
|
|
313
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
314
|
-
recipientType: z.ZodString;
|
|
315
|
-
address: z.ZodObject<{
|
|
316
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
317
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
318
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
319
|
-
countryCode: z.ZodString;
|
|
320
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
321
|
-
}, "strip", z.ZodTypeAny, {
|
|
312
|
+
originator: z$1.ZodObject<{
|
|
313
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
314
|
+
recipientType: z$1.ZodString;
|
|
315
|
+
address: z$1.ZodObject<{
|
|
316
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
317
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
318
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
319
|
+
countryCode: z$1.ZodString;
|
|
320
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
321
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
322
322
|
countryCode: string;
|
|
323
323
|
line1?: string | undefined;
|
|
324
324
|
line2?: string | undefined;
|
|
@@ -331,8 +331,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
331
331
|
stateCode?: string | undefined;
|
|
332
332
|
postalCode?: string | undefined;
|
|
333
333
|
}>;
|
|
334
|
-
name: z.ZodString;
|
|
335
|
-
}, "strip", z.ZodTypeAny, {
|
|
334
|
+
name: z$1.ZodString;
|
|
335
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
336
336
|
recipientType: string;
|
|
337
337
|
address: {
|
|
338
338
|
countryCode: string;
|
|
@@ -355,20 +355,20 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
355
355
|
name: string;
|
|
356
356
|
accountId?: string | undefined;
|
|
357
357
|
}>;
|
|
358
|
-
executedAt: z.ZodString;
|
|
359
|
-
createdAt: z.ZodString;
|
|
360
|
-
externalId: z.ZodString;
|
|
361
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
362
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
363
|
-
currencyData: z.ZodObject<{
|
|
364
|
-
code: z.ZodString;
|
|
365
|
-
name: z.ZodString;
|
|
366
|
-
decimalPlaces: z.ZodNumber;
|
|
367
|
-
displaySymbol: z.ZodString;
|
|
368
|
-
nameCode: z.ZodString;
|
|
369
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
370
|
-
isBaseCurrency: z.ZodBoolean;
|
|
371
|
-
}, "strip", z.ZodTypeAny, {
|
|
358
|
+
executedAt: z$1.ZodString;
|
|
359
|
+
createdAt: z$1.ZodString;
|
|
360
|
+
externalId: z$1.ZodString;
|
|
361
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
362
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
363
|
+
currencyData: z$1.ZodObject<{
|
|
364
|
+
code: z$1.ZodString;
|
|
365
|
+
name: z$1.ZodString;
|
|
366
|
+
decimalPlaces: z$1.ZodNumber;
|
|
367
|
+
displaySymbol: z$1.ZodString;
|
|
368
|
+
nameCode: z$1.ZodString;
|
|
369
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
370
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
371
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
372
372
|
code: string;
|
|
373
373
|
name: string;
|
|
374
374
|
decimalPlaces: number;
|
|
@@ -385,24 +385,24 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
385
385
|
currencyCodeInDigit: number;
|
|
386
386
|
isBaseCurrency: boolean;
|
|
387
387
|
}>;
|
|
388
|
-
currency: z.ZodString;
|
|
389
|
-
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
390
|
-
id: z.ZodNumber;
|
|
391
|
-
clientId: z.ZodNumber;
|
|
392
|
-
amount: z.ZodNumber;
|
|
393
|
-
correlationId: z.ZodString;
|
|
394
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
395
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
396
|
-
recipient: z.ZodObject<{
|
|
397
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
398
|
-
recipientType: z.ZodString;
|
|
399
|
-
address: z.ZodObject<{
|
|
400
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
401
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
402
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
403
|
-
countryCode: z.ZodString;
|
|
404
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
405
|
-
}, "strip", z.ZodTypeAny, {
|
|
388
|
+
currency: z$1.ZodString;
|
|
389
|
+
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
390
|
+
id: z$1.ZodNumber;
|
|
391
|
+
clientId: z$1.ZodNumber;
|
|
392
|
+
amount: z$1.ZodNumber;
|
|
393
|
+
correlationId: z$1.ZodString;
|
|
394
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
395
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
396
|
+
recipient: z$1.ZodObject<{
|
|
397
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
398
|
+
recipientType: z$1.ZodString;
|
|
399
|
+
address: z$1.ZodObject<{
|
|
400
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
401
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
402
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
403
|
+
countryCode: z$1.ZodString;
|
|
404
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
405
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
406
406
|
countryCode: string;
|
|
407
407
|
line1?: string | undefined;
|
|
408
408
|
line2?: string | undefined;
|
|
@@ -415,8 +415,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
415
415
|
stateCode?: string | undefined;
|
|
416
416
|
postalCode?: string | undefined;
|
|
417
417
|
}>;
|
|
418
|
-
name: z.ZodString;
|
|
419
|
-
}, "strip", z.ZodTypeAny, {
|
|
418
|
+
name: z$1.ZodString;
|
|
419
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
420
420
|
recipientType: string;
|
|
421
421
|
address: {
|
|
422
422
|
countryCode: string;
|
|
@@ -439,16 +439,16 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
439
439
|
name: string;
|
|
440
440
|
cardId?: string | undefined;
|
|
441
441
|
}>;
|
|
442
|
-
originator: z.ZodObject<{
|
|
443
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
444
|
-
recipientType: z.ZodString;
|
|
445
|
-
address: z.ZodObject<{
|
|
446
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
447
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
448
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
449
|
-
countryCode: z.ZodString;
|
|
450
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
451
|
-
}, "strip", z.ZodTypeAny, {
|
|
442
|
+
originator: z$1.ZodObject<{
|
|
443
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
444
|
+
recipientType: z$1.ZodString;
|
|
445
|
+
address: z$1.ZodObject<{
|
|
446
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
447
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
448
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
449
|
+
countryCode: z$1.ZodString;
|
|
450
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
451
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
452
452
|
countryCode: string;
|
|
453
453
|
line1?: string | undefined;
|
|
454
454
|
line2?: string | undefined;
|
|
@@ -461,8 +461,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
461
461
|
stateCode?: string | undefined;
|
|
462
462
|
postalCode?: string | undefined;
|
|
463
463
|
}>;
|
|
464
|
-
name: z.ZodString;
|
|
465
|
-
}, "strip", z.ZodTypeAny, {
|
|
464
|
+
name: z$1.ZodString;
|
|
465
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
466
466
|
recipientType: string;
|
|
467
467
|
address: {
|
|
468
468
|
countryCode: string;
|
|
@@ -485,20 +485,20 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
485
485
|
name: string;
|
|
486
486
|
accountId?: string | undefined;
|
|
487
487
|
}>;
|
|
488
|
-
executedAt: z.ZodString;
|
|
489
|
-
createdAt: z.ZodString;
|
|
490
|
-
externalId: z.ZodString;
|
|
491
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
492
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
493
|
-
currencyData: z.ZodObject<{
|
|
494
|
-
code: z.ZodString;
|
|
495
|
-
name: z.ZodString;
|
|
496
|
-
decimalPlaces: z.ZodNumber;
|
|
497
|
-
displaySymbol: z.ZodString;
|
|
498
|
-
nameCode: z.ZodString;
|
|
499
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
500
|
-
isBaseCurrency: z.ZodBoolean;
|
|
501
|
-
}, "strip", z.ZodTypeAny, {
|
|
488
|
+
executedAt: z$1.ZodString;
|
|
489
|
+
createdAt: z$1.ZodString;
|
|
490
|
+
externalId: z$1.ZodString;
|
|
491
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
492
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
493
|
+
currencyData: z$1.ZodObject<{
|
|
494
|
+
code: z$1.ZodString;
|
|
495
|
+
name: z$1.ZodString;
|
|
496
|
+
decimalPlaces: z$1.ZodNumber;
|
|
497
|
+
displaySymbol: z$1.ZodString;
|
|
498
|
+
nameCode: z$1.ZodString;
|
|
499
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
500
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
501
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
502
502
|
code: string;
|
|
503
503
|
name: string;
|
|
504
504
|
decimalPlaces: number;
|
|
@@ -515,24 +515,24 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
515
515
|
currencyCodeInDigit: number;
|
|
516
516
|
isBaseCurrency: boolean;
|
|
517
517
|
}>;
|
|
518
|
-
currency: z.ZodString;
|
|
519
|
-
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
520
|
-
id: z.ZodNumber;
|
|
521
|
-
clientId: z.ZodNumber;
|
|
522
|
-
amount: z.ZodNumber;
|
|
523
|
-
correlationId: z.ZodString;
|
|
524
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
525
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
526
|
-
recipient: z.ZodObject<{
|
|
527
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
528
|
-
recipientType: z.ZodString;
|
|
529
|
-
address: z.ZodObject<{
|
|
530
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
531
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
532
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
533
|
-
countryCode: z.ZodString;
|
|
534
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
535
|
-
}, "strip", z.ZodTypeAny, {
|
|
518
|
+
currency: z$1.ZodString;
|
|
519
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
520
|
+
id: z$1.ZodNumber;
|
|
521
|
+
clientId: z$1.ZodNumber;
|
|
522
|
+
amount: z$1.ZodNumber;
|
|
523
|
+
correlationId: z$1.ZodString;
|
|
524
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
525
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
526
|
+
recipient: z$1.ZodObject<{
|
|
527
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
528
|
+
recipientType: z$1.ZodString;
|
|
529
|
+
address: z$1.ZodObject<{
|
|
530
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
531
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
532
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
533
|
+
countryCode: z$1.ZodString;
|
|
534
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
535
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
536
536
|
countryCode: string;
|
|
537
537
|
line1?: string | undefined;
|
|
538
538
|
line2?: string | undefined;
|
|
@@ -545,8 +545,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
545
545
|
stateCode?: string | undefined;
|
|
546
546
|
postalCode?: string | undefined;
|
|
547
547
|
}>;
|
|
548
|
-
name: z.ZodString;
|
|
549
|
-
}, "strip", z.ZodTypeAny, {
|
|
548
|
+
name: z$1.ZodString;
|
|
549
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
550
550
|
recipientType: string;
|
|
551
551
|
address: {
|
|
552
552
|
countryCode: string;
|
|
@@ -569,16 +569,16 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
569
569
|
name: string;
|
|
570
570
|
cardId?: string | undefined;
|
|
571
571
|
}>;
|
|
572
|
-
originator: z.ZodObject<{
|
|
573
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
574
|
-
recipientType: z.ZodString;
|
|
575
|
-
address: z.ZodObject<{
|
|
576
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
577
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
578
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
579
|
-
countryCode: z.ZodString;
|
|
580
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
581
|
-
}, "strip", z.ZodTypeAny, {
|
|
572
|
+
originator: z$1.ZodObject<{
|
|
573
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
574
|
+
recipientType: z$1.ZodString;
|
|
575
|
+
address: z$1.ZodObject<{
|
|
576
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
577
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
578
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
579
|
+
countryCode: z$1.ZodString;
|
|
580
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
581
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
582
582
|
countryCode: string;
|
|
583
583
|
line1?: string | undefined;
|
|
584
584
|
line2?: string | undefined;
|
|
@@ -591,8 +591,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
591
591
|
stateCode?: string | undefined;
|
|
592
592
|
postalCode?: string | undefined;
|
|
593
593
|
}>;
|
|
594
|
-
name: z.ZodString;
|
|
595
|
-
}, "strip", z.ZodTypeAny, {
|
|
594
|
+
name: z$1.ZodString;
|
|
595
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
596
596
|
recipientType: string;
|
|
597
597
|
address: {
|
|
598
598
|
countryCode: string;
|
|
@@ -615,20 +615,20 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
615
615
|
name: string;
|
|
616
616
|
accountId?: string | undefined;
|
|
617
617
|
}>;
|
|
618
|
-
executedAt: z.ZodString;
|
|
619
|
-
createdAt: z.ZodString;
|
|
620
|
-
externalId: z.ZodString;
|
|
621
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
622
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
623
|
-
currencyData: z.ZodObject<{
|
|
624
|
-
code: z.ZodString;
|
|
625
|
-
name: z.ZodString;
|
|
626
|
-
decimalPlaces: z.ZodNumber;
|
|
627
|
-
displaySymbol: z.ZodString;
|
|
628
|
-
nameCode: z.ZodString;
|
|
629
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
630
|
-
isBaseCurrency: z.ZodBoolean;
|
|
631
|
-
}, "strip", z.ZodTypeAny, {
|
|
618
|
+
executedAt: z$1.ZodString;
|
|
619
|
+
createdAt: z$1.ZodString;
|
|
620
|
+
externalId: z$1.ZodString;
|
|
621
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
622
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
623
|
+
currencyData: z$1.ZodObject<{
|
|
624
|
+
code: z$1.ZodString;
|
|
625
|
+
name: z$1.ZodString;
|
|
626
|
+
decimalPlaces: z$1.ZodNumber;
|
|
627
|
+
displaySymbol: z$1.ZodString;
|
|
628
|
+
nameCode: z$1.ZodString;
|
|
629
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
630
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
631
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
632
632
|
code: string;
|
|
633
633
|
name: string;
|
|
634
634
|
decimalPlaces: number;
|
|
@@ -645,24 +645,24 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
645
645
|
currencyCodeInDigit: number;
|
|
646
646
|
isBaseCurrency: boolean;
|
|
647
647
|
}>;
|
|
648
|
-
currency: z.ZodString;
|
|
649
|
-
}, z.ZodAny, "strip">>;
|
|
648
|
+
currency: z$1.ZodString;
|
|
649
|
+
}, z$1.ZodAny, "strip">>;
|
|
650
650
|
declare const CreatePaymentInputShape: {
|
|
651
|
-
amount: z.ZodNumber;
|
|
652
|
-
currency: z.ZodString;
|
|
653
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
654
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
655
|
-
debtor: z.ZodObject<{
|
|
656
|
-
name: z.ZodString;
|
|
657
|
-
identifier: z.ZodString;
|
|
658
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
659
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
660
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
661
|
-
city: z.ZodOptional<z.ZodString>;
|
|
662
|
-
state: z.ZodOptional<z.ZodString>;
|
|
663
|
-
country: z.ZodOptional<z.ZodString>;
|
|
664
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
665
|
-
}, "strip", z.ZodTypeAny, {
|
|
651
|
+
amount: z$1.ZodNumber;
|
|
652
|
+
currency: z$1.ZodString;
|
|
653
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
654
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
655
|
+
debtor: z$1.ZodObject<{
|
|
656
|
+
name: z$1.ZodString;
|
|
657
|
+
identifier: z$1.ZodString;
|
|
658
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
659
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
660
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
661
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
662
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
663
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
664
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
665
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
666
666
|
postalCode?: string | undefined;
|
|
667
667
|
streetAddress?: string | undefined;
|
|
668
668
|
city?: string | undefined;
|
|
@@ -675,16 +675,16 @@ declare const CreatePaymentInputShape: {
|
|
|
675
675
|
state?: string | undefined;
|
|
676
676
|
country?: string | undefined;
|
|
677
677
|
}>>;
|
|
678
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
679
|
-
name: z.ZodOptional<z.ZodString>;
|
|
680
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
681
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
682
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
683
|
-
city: z.ZodOptional<z.ZodString>;
|
|
684
|
-
state: z.ZodOptional<z.ZodString>;
|
|
685
|
-
country: z.ZodOptional<z.ZodString>;
|
|
686
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
687
|
-
}, "strip", z.ZodTypeAny, {
|
|
678
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
679
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
680
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
681
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
682
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
683
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
684
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
685
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
686
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
687
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
688
688
|
postalCode?: string | undefined;
|
|
689
689
|
streetAddress?: string | undefined;
|
|
690
690
|
city?: string | undefined;
|
|
@@ -697,7 +697,7 @@ declare const CreatePaymentInputShape: {
|
|
|
697
697
|
state?: string | undefined;
|
|
698
698
|
country?: string | undefined;
|
|
699
699
|
}>>;
|
|
700
|
-
}, "strip", z.ZodTypeAny, {
|
|
700
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
701
701
|
address?: {
|
|
702
702
|
postalCode?: string | undefined;
|
|
703
703
|
streetAddress?: string | undefined;
|
|
@@ -718,7 +718,7 @@ declare const CreatePaymentInputShape: {
|
|
|
718
718
|
name?: string | undefined;
|
|
719
719
|
identifier?: string | undefined;
|
|
720
720
|
}>>;
|
|
721
|
-
}, "strip", z.ZodTypeAny, {
|
|
721
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
722
722
|
name: string;
|
|
723
723
|
identifier: string;
|
|
724
724
|
address?: {
|
|
@@ -763,17 +763,17 @@ declare const CreatePaymentInputShape: {
|
|
|
763
763
|
identifier?: string | undefined;
|
|
764
764
|
} | undefined;
|
|
765
765
|
}>;
|
|
766
|
-
creditor: z.ZodObject<{
|
|
767
|
-
name: z.ZodString;
|
|
768
|
-
identifier: z.ZodString;
|
|
769
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
770
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
771
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
772
|
-
city: z.ZodOptional<z.ZodString>;
|
|
773
|
-
state: z.ZodOptional<z.ZodString>;
|
|
774
|
-
country: z.ZodOptional<z.ZodString>;
|
|
775
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
776
|
-
}, "strip", z.ZodTypeAny, {
|
|
766
|
+
creditor: z$1.ZodObject<{
|
|
767
|
+
name: z$1.ZodString;
|
|
768
|
+
identifier: z$1.ZodString;
|
|
769
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
770
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
771
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
772
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
773
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
774
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
775
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
776
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
777
777
|
postalCode?: string | undefined;
|
|
778
778
|
streetAddress?: string | undefined;
|
|
779
779
|
city?: string | undefined;
|
|
@@ -786,16 +786,16 @@ declare const CreatePaymentInputShape: {
|
|
|
786
786
|
state?: string | undefined;
|
|
787
787
|
country?: string | undefined;
|
|
788
788
|
}>>;
|
|
789
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
790
|
-
name: z.ZodOptional<z.ZodString>;
|
|
791
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
792
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
793
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
794
|
-
city: z.ZodOptional<z.ZodString>;
|
|
795
|
-
state: z.ZodOptional<z.ZodString>;
|
|
796
|
-
country: z.ZodOptional<z.ZodString>;
|
|
797
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
798
|
-
}, "strip", z.ZodTypeAny, {
|
|
789
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
790
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
791
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
792
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
793
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
794
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
795
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
796
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
797
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
798
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
799
799
|
postalCode?: string | undefined;
|
|
800
800
|
streetAddress?: string | undefined;
|
|
801
801
|
city?: string | undefined;
|
|
@@ -808,7 +808,7 @@ declare const CreatePaymentInputShape: {
|
|
|
808
808
|
state?: string | undefined;
|
|
809
809
|
country?: string | undefined;
|
|
810
810
|
}>>;
|
|
811
|
-
}, "strip", z.ZodTypeAny, {
|
|
811
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
812
812
|
address?: {
|
|
813
813
|
postalCode?: string | undefined;
|
|
814
814
|
streetAddress?: string | undefined;
|
|
@@ -829,7 +829,7 @@ declare const CreatePaymentInputShape: {
|
|
|
829
829
|
name?: string | undefined;
|
|
830
830
|
identifier?: string | undefined;
|
|
831
831
|
}>>;
|
|
832
|
-
}, "strip", z.ZodTypeAny, {
|
|
832
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
833
833
|
name: string;
|
|
834
834
|
identifier: string;
|
|
835
835
|
address?: {
|
|
@@ -874,18 +874,18 @@ declare const CreatePaymentInputShape: {
|
|
|
874
874
|
identifier?: string | undefined;
|
|
875
875
|
} | undefined;
|
|
876
876
|
}>;
|
|
877
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
878
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
879
|
-
name: z.ZodString;
|
|
880
|
-
identifier: z.ZodString;
|
|
881
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
882
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
883
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
884
|
-
city: z.ZodOptional<z.ZodString>;
|
|
885
|
-
state: z.ZodOptional<z.ZodString>;
|
|
886
|
-
country: z.ZodOptional<z.ZodString>;
|
|
887
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
888
|
-
}, "strip", z.ZodTypeAny, {
|
|
877
|
+
clientId: z$1.ZodOptional<z$1.ZodString>;
|
|
878
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
879
|
+
name: z$1.ZodString;
|
|
880
|
+
identifier: z$1.ZodString;
|
|
881
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
882
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
883
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
884
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
885
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
886
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
887
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
888
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
889
889
|
postalCode?: string | undefined;
|
|
890
890
|
streetAddress?: string | undefined;
|
|
891
891
|
city?: string | undefined;
|
|
@@ -898,16 +898,16 @@ declare const CreatePaymentInputShape: {
|
|
|
898
898
|
state?: string | undefined;
|
|
899
899
|
country?: string | undefined;
|
|
900
900
|
}>>;
|
|
901
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
902
|
-
name: z.ZodOptional<z.ZodString>;
|
|
903
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
904
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
905
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
906
|
-
city: z.ZodOptional<z.ZodString>;
|
|
907
|
-
state: z.ZodOptional<z.ZodString>;
|
|
908
|
-
country: z.ZodOptional<z.ZodString>;
|
|
909
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
910
|
-
}, "strip", z.ZodTypeAny, {
|
|
901
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
902
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
903
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
904
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
905
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
906
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
907
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
908
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
909
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
910
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
911
911
|
postalCode?: string | undefined;
|
|
912
912
|
streetAddress?: string | undefined;
|
|
913
913
|
city?: string | undefined;
|
|
@@ -920,7 +920,7 @@ declare const CreatePaymentInputShape: {
|
|
|
920
920
|
state?: string | undefined;
|
|
921
921
|
country?: string | undefined;
|
|
922
922
|
}>>;
|
|
923
|
-
}, "strip", z.ZodTypeAny, {
|
|
923
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
924
924
|
address?: {
|
|
925
925
|
postalCode?: string | undefined;
|
|
926
926
|
streetAddress?: string | undefined;
|
|
@@ -941,7 +941,7 @@ declare const CreatePaymentInputShape: {
|
|
|
941
941
|
name?: string | undefined;
|
|
942
942
|
identifier?: string | undefined;
|
|
943
943
|
}>>;
|
|
944
|
-
}, "strip", z.ZodTypeAny, {
|
|
944
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
945
945
|
name: string;
|
|
946
946
|
identifier: string;
|
|
947
947
|
address?: {
|
|
@@ -986,31 +986,31 @@ declare const CreatePaymentInputShape: {
|
|
|
986
986
|
identifier?: string | undefined;
|
|
987
987
|
} | undefined;
|
|
988
988
|
}>>;
|
|
989
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
990
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
991
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
992
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
993
|
-
chargeBearer: z.ZodOptional<z.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
994
|
-
purposeCode: z.ZodOptional<z.ZodString>;
|
|
995
|
-
valueDate: z.ZodOptional<z.ZodString>;
|
|
996
|
-
executionDate: z.ZodOptional<z.ZodString>;
|
|
989
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
990
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
991
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
992
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
993
|
+
chargeBearer: z$1.ZodOptional<z$1.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
994
|
+
purposeCode: z$1.ZodOptional<z$1.ZodString>;
|
|
995
|
+
valueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
996
|
+
executionDate: z$1.ZodOptional<z$1.ZodString>;
|
|
997
997
|
};
|
|
998
|
-
declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
999
|
-
amount: z.ZodNumber;
|
|
1000
|
-
currency: z.ZodString;
|
|
1001
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
1002
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
1003
|
-
debtor: z.ZodObject<{
|
|
1004
|
-
name: z.ZodString;
|
|
1005
|
-
identifier: z.ZodString;
|
|
1006
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1007
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1008
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1009
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1010
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1011
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1012
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1013
|
-
}, "strip", z.ZodTypeAny, {
|
|
998
|
+
declare const CreatePaymentInputSchema: z$1.ZodEffects<z$1.ZodObject<{
|
|
999
|
+
amount: z$1.ZodNumber;
|
|
1000
|
+
currency: z$1.ZodString;
|
|
1001
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
1002
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
1003
|
+
debtor: z$1.ZodObject<{
|
|
1004
|
+
name: z$1.ZodString;
|
|
1005
|
+
identifier: z$1.ZodString;
|
|
1006
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1007
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1008
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1009
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1010
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1011
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1012
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1013
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1014
1014
|
postalCode?: string | undefined;
|
|
1015
1015
|
streetAddress?: string | undefined;
|
|
1016
1016
|
city?: string | undefined;
|
|
@@ -1023,16 +1023,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1023
1023
|
state?: string | undefined;
|
|
1024
1024
|
country?: string | undefined;
|
|
1025
1025
|
}>>;
|
|
1026
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1027
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1028
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1029
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1030
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1031
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1032
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1033
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1034
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1035
|
-
}, "strip", z.ZodTypeAny, {
|
|
1026
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1027
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1028
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1029
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1030
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1031
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1032
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1033
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1034
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1035
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1036
1036
|
postalCode?: string | undefined;
|
|
1037
1037
|
streetAddress?: string | undefined;
|
|
1038
1038
|
city?: string | undefined;
|
|
@@ -1045,7 +1045,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1045
1045
|
state?: string | undefined;
|
|
1046
1046
|
country?: string | undefined;
|
|
1047
1047
|
}>>;
|
|
1048
|
-
}, "strip", z.ZodTypeAny, {
|
|
1048
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1049
1049
|
address?: {
|
|
1050
1050
|
postalCode?: string | undefined;
|
|
1051
1051
|
streetAddress?: string | undefined;
|
|
@@ -1066,7 +1066,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1066
1066
|
name?: string | undefined;
|
|
1067
1067
|
identifier?: string | undefined;
|
|
1068
1068
|
}>>;
|
|
1069
|
-
}, "strip", z.ZodTypeAny, {
|
|
1069
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1070
1070
|
name: string;
|
|
1071
1071
|
identifier: string;
|
|
1072
1072
|
address?: {
|
|
@@ -1111,17 +1111,17 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1111
1111
|
identifier?: string | undefined;
|
|
1112
1112
|
} | undefined;
|
|
1113
1113
|
}>;
|
|
1114
|
-
creditor: z.ZodObject<{
|
|
1115
|
-
name: z.ZodString;
|
|
1116
|
-
identifier: z.ZodString;
|
|
1117
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1118
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1119
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1120
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1121
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1122
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1123
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1124
|
-
}, "strip", z.ZodTypeAny, {
|
|
1114
|
+
creditor: z$1.ZodObject<{
|
|
1115
|
+
name: z$1.ZodString;
|
|
1116
|
+
identifier: z$1.ZodString;
|
|
1117
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1118
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1119
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1120
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1121
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1122
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1123
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1124
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1125
1125
|
postalCode?: string | undefined;
|
|
1126
1126
|
streetAddress?: string | undefined;
|
|
1127
1127
|
city?: string | undefined;
|
|
@@ -1134,16 +1134,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1134
1134
|
state?: string | undefined;
|
|
1135
1135
|
country?: string | undefined;
|
|
1136
1136
|
}>>;
|
|
1137
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1138
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1139
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1140
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1141
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1142
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1143
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1144
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1145
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1146
|
-
}, "strip", z.ZodTypeAny, {
|
|
1137
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1138
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1139
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1140
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1141
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1142
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1143
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1144
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1145
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1146
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1147
1147
|
postalCode?: string | undefined;
|
|
1148
1148
|
streetAddress?: string | undefined;
|
|
1149
1149
|
city?: string | undefined;
|
|
@@ -1156,7 +1156,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1156
1156
|
state?: string | undefined;
|
|
1157
1157
|
country?: string | undefined;
|
|
1158
1158
|
}>>;
|
|
1159
|
-
}, "strip", z.ZodTypeAny, {
|
|
1159
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1160
1160
|
address?: {
|
|
1161
1161
|
postalCode?: string | undefined;
|
|
1162
1162
|
streetAddress?: string | undefined;
|
|
@@ -1177,7 +1177,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1177
1177
|
name?: string | undefined;
|
|
1178
1178
|
identifier?: string | undefined;
|
|
1179
1179
|
}>>;
|
|
1180
|
-
}, "strip", z.ZodTypeAny, {
|
|
1180
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1181
1181
|
name: string;
|
|
1182
1182
|
identifier: string;
|
|
1183
1183
|
address?: {
|
|
@@ -1222,18 +1222,18 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1222
1222
|
identifier?: string | undefined;
|
|
1223
1223
|
} | undefined;
|
|
1224
1224
|
}>;
|
|
1225
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
1226
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
1227
|
-
name: z.ZodString;
|
|
1228
|
-
identifier: z.ZodString;
|
|
1229
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1230
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1231
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1232
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1233
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1234
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1235
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1236
|
-
}, "strip", z.ZodTypeAny, {
|
|
1225
|
+
clientId: z$1.ZodOptional<z$1.ZodString>;
|
|
1226
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1227
|
+
name: z$1.ZodString;
|
|
1228
|
+
identifier: z$1.ZodString;
|
|
1229
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1230
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1231
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1232
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1233
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1234
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1235
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1236
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1237
1237
|
postalCode?: string | undefined;
|
|
1238
1238
|
streetAddress?: string | undefined;
|
|
1239
1239
|
city?: string | undefined;
|
|
@@ -1246,16 +1246,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1246
1246
|
state?: string | undefined;
|
|
1247
1247
|
country?: string | undefined;
|
|
1248
1248
|
}>>;
|
|
1249
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1250
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1251
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1252
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1253
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1254
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1255
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1256
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1257
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1258
|
-
}, "strip", z.ZodTypeAny, {
|
|
1249
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1250
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1251
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1252
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1253
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1254
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1255
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1256
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1257
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1258
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1259
1259
|
postalCode?: string | undefined;
|
|
1260
1260
|
streetAddress?: string | undefined;
|
|
1261
1261
|
city?: string | undefined;
|
|
@@ -1268,7 +1268,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1268
1268
|
state?: string | undefined;
|
|
1269
1269
|
country?: string | undefined;
|
|
1270
1270
|
}>>;
|
|
1271
|
-
}, "strip", z.ZodTypeAny, {
|
|
1271
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1272
1272
|
address?: {
|
|
1273
1273
|
postalCode?: string | undefined;
|
|
1274
1274
|
streetAddress?: string | undefined;
|
|
@@ -1289,7 +1289,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1289
1289
|
name?: string | undefined;
|
|
1290
1290
|
identifier?: string | undefined;
|
|
1291
1291
|
}>>;
|
|
1292
|
-
}, "strip", z.ZodTypeAny, {
|
|
1292
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
identifier: string;
|
|
1295
1295
|
address?: {
|
|
@@ -1334,30 +1334,30 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1334
1334
|
identifier?: string | undefined;
|
|
1335
1335
|
} | undefined;
|
|
1336
1336
|
}>>;
|
|
1337
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
1338
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
1339
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1340
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1341
|
-
chargeBearer: z.ZodOptional<z.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
1342
|
-
purposeCode: z.ZodOptional<z.ZodString>;
|
|
1343
|
-
valueDate: z.ZodOptional<z.ZodString>;
|
|
1344
|
-
executionDate: z.ZodOptional<z.ZodString>;
|
|
1345
|
-
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
1346
|
-
amount: z.ZodNumber;
|
|
1347
|
-
currency: z.ZodString;
|
|
1348
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
1349
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
1350
|
-
debtor: z.ZodObject<{
|
|
1351
|
-
name: z.ZodString;
|
|
1352
|
-
identifier: z.ZodString;
|
|
1353
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1354
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1355
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1356
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1357
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1358
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1359
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1360
|
-
}, "strip", z.ZodTypeAny, {
|
|
1337
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1338
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
1339
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
1340
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
1341
|
+
chargeBearer: z$1.ZodOptional<z$1.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
1342
|
+
purposeCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1343
|
+
valueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
1344
|
+
executionDate: z$1.ZodOptional<z$1.ZodString>;
|
|
1345
|
+
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
1346
|
+
amount: z$1.ZodNumber;
|
|
1347
|
+
currency: z$1.ZodString;
|
|
1348
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
1349
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
1350
|
+
debtor: z$1.ZodObject<{
|
|
1351
|
+
name: z$1.ZodString;
|
|
1352
|
+
identifier: z$1.ZodString;
|
|
1353
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1354
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1355
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1356
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1357
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1358
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1359
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1360
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1361
1361
|
postalCode?: string | undefined;
|
|
1362
1362
|
streetAddress?: string | undefined;
|
|
1363
1363
|
city?: string | undefined;
|
|
@@ -1370,16 +1370,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1370
1370
|
state?: string | undefined;
|
|
1371
1371
|
country?: string | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1374
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1375
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1376
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1377
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1378
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1379
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1380
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1381
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1382
|
-
}, "strip", z.ZodTypeAny, {
|
|
1373
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1374
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1375
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1376
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1377
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1378
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1379
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1380
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1381
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1382
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1383
1383
|
postalCode?: string | undefined;
|
|
1384
1384
|
streetAddress?: string | undefined;
|
|
1385
1385
|
city?: string | undefined;
|
|
@@ -1392,7 +1392,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1392
1392
|
state?: string | undefined;
|
|
1393
1393
|
country?: string | undefined;
|
|
1394
1394
|
}>>;
|
|
1395
|
-
}, "strip", z.ZodTypeAny, {
|
|
1395
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1396
1396
|
address?: {
|
|
1397
1397
|
postalCode?: string | undefined;
|
|
1398
1398
|
streetAddress?: string | undefined;
|
|
@@ -1413,7 +1413,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1413
1413
|
name?: string | undefined;
|
|
1414
1414
|
identifier?: string | undefined;
|
|
1415
1415
|
}>>;
|
|
1416
|
-
}, "strip", z.ZodTypeAny, {
|
|
1416
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1417
1417
|
name: string;
|
|
1418
1418
|
identifier: string;
|
|
1419
1419
|
address?: {
|
|
@@ -1458,17 +1458,17 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1458
1458
|
identifier?: string | undefined;
|
|
1459
1459
|
} | undefined;
|
|
1460
1460
|
}>;
|
|
1461
|
-
creditor: z.ZodObject<{
|
|
1462
|
-
name: z.ZodString;
|
|
1463
|
-
identifier: z.ZodString;
|
|
1464
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1465
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1466
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1467
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1468
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1469
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1470
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1471
|
-
}, "strip", z.ZodTypeAny, {
|
|
1461
|
+
creditor: z$1.ZodObject<{
|
|
1462
|
+
name: z$1.ZodString;
|
|
1463
|
+
identifier: z$1.ZodString;
|
|
1464
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1465
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1466
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1467
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1468
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1469
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1470
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1471
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1472
1472
|
postalCode?: string | undefined;
|
|
1473
1473
|
streetAddress?: string | undefined;
|
|
1474
1474
|
city?: string | undefined;
|
|
@@ -1481,16 +1481,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1481
1481
|
state?: string | undefined;
|
|
1482
1482
|
country?: string | undefined;
|
|
1483
1483
|
}>>;
|
|
1484
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1485
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1486
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1487
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1488
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1489
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1490
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1491
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1492
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1493
|
-
}, "strip", z.ZodTypeAny, {
|
|
1484
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1485
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1486
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1487
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1488
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1489
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1490
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1491
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1492
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1493
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1494
1494
|
postalCode?: string | undefined;
|
|
1495
1495
|
streetAddress?: string | undefined;
|
|
1496
1496
|
city?: string | undefined;
|
|
@@ -1503,7 +1503,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1503
1503
|
state?: string | undefined;
|
|
1504
1504
|
country?: string | undefined;
|
|
1505
1505
|
}>>;
|
|
1506
|
-
}, "strip", z.ZodTypeAny, {
|
|
1506
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1507
1507
|
address?: {
|
|
1508
1508
|
postalCode?: string | undefined;
|
|
1509
1509
|
streetAddress?: string | undefined;
|
|
@@ -1524,7 +1524,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1524
1524
|
name?: string | undefined;
|
|
1525
1525
|
identifier?: string | undefined;
|
|
1526
1526
|
}>>;
|
|
1527
|
-
}, "strip", z.ZodTypeAny, {
|
|
1527
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1528
1528
|
name: string;
|
|
1529
1529
|
identifier: string;
|
|
1530
1530
|
address?: {
|
|
@@ -1569,18 +1569,18 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1569
1569
|
identifier?: string | undefined;
|
|
1570
1570
|
} | undefined;
|
|
1571
1571
|
}>;
|
|
1572
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
1573
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
1574
|
-
name: z.ZodString;
|
|
1575
|
-
identifier: z.ZodString;
|
|
1576
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1577
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1578
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1579
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1580
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1581
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1582
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1583
|
-
}, "strip", z.ZodTypeAny, {
|
|
1572
|
+
clientId: z$1.ZodOptional<z$1.ZodString>;
|
|
1573
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1574
|
+
name: z$1.ZodString;
|
|
1575
|
+
identifier: z$1.ZodString;
|
|
1576
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1577
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1578
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1579
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1580
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1581
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1582
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1583
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1584
1584
|
postalCode?: string | undefined;
|
|
1585
1585
|
streetAddress?: string | undefined;
|
|
1586
1586
|
city?: string | undefined;
|
|
@@ -1593,16 +1593,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1593
1593
|
state?: string | undefined;
|
|
1594
1594
|
country?: string | undefined;
|
|
1595
1595
|
}>>;
|
|
1596
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1597
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1598
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1599
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1600
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1601
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1602
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1603
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1604
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1605
|
-
}, "strip", z.ZodTypeAny, {
|
|
1596
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1597
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1598
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1599
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1600
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1601
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1602
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1603
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1604
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1605
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1606
1606
|
postalCode?: string | undefined;
|
|
1607
1607
|
streetAddress?: string | undefined;
|
|
1608
1608
|
city?: string | undefined;
|
|
@@ -1615,7 +1615,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1615
1615
|
state?: string | undefined;
|
|
1616
1616
|
country?: string | undefined;
|
|
1617
1617
|
}>>;
|
|
1618
|
-
}, "strip", z.ZodTypeAny, {
|
|
1618
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1619
1619
|
address?: {
|
|
1620
1620
|
postalCode?: string | undefined;
|
|
1621
1621
|
streetAddress?: string | undefined;
|
|
@@ -1636,7 +1636,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1636
1636
|
name?: string | undefined;
|
|
1637
1637
|
identifier?: string | undefined;
|
|
1638
1638
|
}>>;
|
|
1639
|
-
}, "strip", z.ZodTypeAny, {
|
|
1639
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1640
1640
|
name: string;
|
|
1641
1641
|
identifier: string;
|
|
1642
1642
|
address?: {
|
|
@@ -1681,30 +1681,30 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1681
1681
|
identifier?: string | undefined;
|
|
1682
1682
|
} | undefined;
|
|
1683
1683
|
}>>;
|
|
1684
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
1685
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
1686
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1687
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1688
|
-
chargeBearer: z.ZodOptional<z.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
1689
|
-
purposeCode: z.ZodOptional<z.ZodString>;
|
|
1690
|
-
valueDate: z.ZodOptional<z.ZodString>;
|
|
1691
|
-
executionDate: z.ZodOptional<z.ZodString>;
|
|
1692
|
-
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
1693
|
-
amount: z.ZodNumber;
|
|
1694
|
-
currency: z.ZodString;
|
|
1695
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
1696
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
1697
|
-
debtor: z.ZodObject<{
|
|
1698
|
-
name: z.ZodString;
|
|
1699
|
-
identifier: z.ZodString;
|
|
1700
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1701
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1702
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1703
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1704
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1705
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1706
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1707
|
-
}, "strip", z.ZodTypeAny, {
|
|
1684
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1685
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
1686
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
1687
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
1688
|
+
chargeBearer: z$1.ZodOptional<z$1.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
1689
|
+
purposeCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1690
|
+
valueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
1691
|
+
executionDate: z$1.ZodOptional<z$1.ZodString>;
|
|
1692
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
1693
|
+
amount: z$1.ZodNumber;
|
|
1694
|
+
currency: z$1.ZodString;
|
|
1695
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
1696
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
1697
|
+
debtor: z$1.ZodObject<{
|
|
1698
|
+
name: z$1.ZodString;
|
|
1699
|
+
identifier: z$1.ZodString;
|
|
1700
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1701
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1702
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1703
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1704
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1705
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1706
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1707
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1708
1708
|
postalCode?: string | undefined;
|
|
1709
1709
|
streetAddress?: string | undefined;
|
|
1710
1710
|
city?: string | undefined;
|
|
@@ -1717,16 +1717,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1717
1717
|
state?: string | undefined;
|
|
1718
1718
|
country?: string | undefined;
|
|
1719
1719
|
}>>;
|
|
1720
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1721
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1722
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1723
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1724
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1725
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1726
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1727
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1728
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1729
|
-
}, "strip", z.ZodTypeAny, {
|
|
1720
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1721
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1722
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1723
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1724
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1725
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1726
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1727
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1728
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1729
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1730
1730
|
postalCode?: string | undefined;
|
|
1731
1731
|
streetAddress?: string | undefined;
|
|
1732
1732
|
city?: string | undefined;
|
|
@@ -1739,7 +1739,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1739
1739
|
state?: string | undefined;
|
|
1740
1740
|
country?: string | undefined;
|
|
1741
1741
|
}>>;
|
|
1742
|
-
}, "strip", z.ZodTypeAny, {
|
|
1742
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1743
1743
|
address?: {
|
|
1744
1744
|
postalCode?: string | undefined;
|
|
1745
1745
|
streetAddress?: string | undefined;
|
|
@@ -1760,7 +1760,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1760
1760
|
name?: string | undefined;
|
|
1761
1761
|
identifier?: string | undefined;
|
|
1762
1762
|
}>>;
|
|
1763
|
-
}, "strip", z.ZodTypeAny, {
|
|
1763
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1764
1764
|
name: string;
|
|
1765
1765
|
identifier: string;
|
|
1766
1766
|
address?: {
|
|
@@ -1805,17 +1805,17 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1805
1805
|
identifier?: string | undefined;
|
|
1806
1806
|
} | undefined;
|
|
1807
1807
|
}>;
|
|
1808
|
-
creditor: z.ZodObject<{
|
|
1809
|
-
name: z.ZodString;
|
|
1810
|
-
identifier: z.ZodString;
|
|
1811
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1812
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1813
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1814
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1815
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1816
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1817
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1818
|
-
}, "strip", z.ZodTypeAny, {
|
|
1808
|
+
creditor: z$1.ZodObject<{
|
|
1809
|
+
name: z$1.ZodString;
|
|
1810
|
+
identifier: z$1.ZodString;
|
|
1811
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1812
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1813
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1814
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1815
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1816
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1817
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1818
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1819
1819
|
postalCode?: string | undefined;
|
|
1820
1820
|
streetAddress?: string | undefined;
|
|
1821
1821
|
city?: string | undefined;
|
|
@@ -1828,16 +1828,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1828
1828
|
state?: string | undefined;
|
|
1829
1829
|
country?: string | undefined;
|
|
1830
1830
|
}>>;
|
|
1831
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1832
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1833
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1834
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1835
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1836
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1837
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1838
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1839
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1840
|
-
}, "strip", z.ZodTypeAny, {
|
|
1831
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1832
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1833
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1834
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1835
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1836
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1837
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1838
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1839
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1840
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1841
1841
|
postalCode?: string | undefined;
|
|
1842
1842
|
streetAddress?: string | undefined;
|
|
1843
1843
|
city?: string | undefined;
|
|
@@ -1850,7 +1850,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1850
1850
|
state?: string | undefined;
|
|
1851
1851
|
country?: string | undefined;
|
|
1852
1852
|
}>>;
|
|
1853
|
-
}, "strip", z.ZodTypeAny, {
|
|
1853
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1854
1854
|
address?: {
|
|
1855
1855
|
postalCode?: string | undefined;
|
|
1856
1856
|
streetAddress?: string | undefined;
|
|
@@ -1871,7 +1871,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1871
1871
|
name?: string | undefined;
|
|
1872
1872
|
identifier?: string | undefined;
|
|
1873
1873
|
}>>;
|
|
1874
|
-
}, "strip", z.ZodTypeAny, {
|
|
1874
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1875
1875
|
name: string;
|
|
1876
1876
|
identifier: string;
|
|
1877
1877
|
address?: {
|
|
@@ -1916,18 +1916,18 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1916
1916
|
identifier?: string | undefined;
|
|
1917
1917
|
} | undefined;
|
|
1918
1918
|
}>;
|
|
1919
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
1920
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
1921
|
-
name: z.ZodString;
|
|
1922
|
-
identifier: z.ZodString;
|
|
1923
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1924
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1925
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1926
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1927
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1928
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1929
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1930
|
-
}, "strip", z.ZodTypeAny, {
|
|
1919
|
+
clientId: z$1.ZodOptional<z$1.ZodString>;
|
|
1920
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1921
|
+
name: z$1.ZodString;
|
|
1922
|
+
identifier: z$1.ZodString;
|
|
1923
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
1924
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1925
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1926
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1927
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1928
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1929
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1930
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1931
1931
|
postalCode?: string | undefined;
|
|
1932
1932
|
streetAddress?: string | undefined;
|
|
1933
1933
|
city?: string | undefined;
|
|
@@ -1940,16 +1940,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1940
1940
|
state?: string | undefined;
|
|
1941
1941
|
country?: string | undefined;
|
|
1942
1942
|
}>>;
|
|
1943
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
1944
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1945
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
1946
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
1947
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1948
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1949
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1950
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1951
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1952
|
-
}, "strip", z.ZodTypeAny, {
|
|
1943
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
1944
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1945
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
1946
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
1947
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
1948
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
1949
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1950
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
1951
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
1952
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1953
1953
|
postalCode?: string | undefined;
|
|
1954
1954
|
streetAddress?: string | undefined;
|
|
1955
1955
|
city?: string | undefined;
|
|
@@ -1962,7 +1962,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1962
1962
|
state?: string | undefined;
|
|
1963
1963
|
country?: string | undefined;
|
|
1964
1964
|
}>>;
|
|
1965
|
-
}, "strip", z.ZodTypeAny, {
|
|
1965
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1966
1966
|
address?: {
|
|
1967
1967
|
postalCode?: string | undefined;
|
|
1968
1968
|
streetAddress?: string | undefined;
|
|
@@ -1983,7 +1983,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1983
1983
|
name?: string | undefined;
|
|
1984
1984
|
identifier?: string | undefined;
|
|
1985
1985
|
}>>;
|
|
1986
|
-
}, "strip", z.ZodTypeAny, {
|
|
1986
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
1987
1987
|
name: string;
|
|
1988
1988
|
identifier: string;
|
|
1989
1989
|
address?: {
|
|
@@ -2028,30 +2028,30 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2028
2028
|
identifier?: string | undefined;
|
|
2029
2029
|
} | undefined;
|
|
2030
2030
|
}>>;
|
|
2031
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
2032
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
2033
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2034
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2035
|
-
chargeBearer: z.ZodOptional<z.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
2036
|
-
purposeCode: z.ZodOptional<z.ZodString>;
|
|
2037
|
-
valueDate: z.ZodOptional<z.ZodString>;
|
|
2038
|
-
executionDate: z.ZodOptional<z.ZodString>;
|
|
2039
|
-
}, z.ZodAny, "strip">>, z.objectOutputType<{
|
|
2040
|
-
amount: z.ZodNumber;
|
|
2041
|
-
currency: z.ZodString;
|
|
2042
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
2043
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
2044
|
-
debtor: z.ZodObject<{
|
|
2045
|
-
name: z.ZodString;
|
|
2046
|
-
identifier: z.ZodString;
|
|
2047
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2048
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2049
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2050
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2051
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2052
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2053
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2054
|
-
}, "strip", z.ZodTypeAny, {
|
|
2031
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2032
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
2033
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
2034
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
2035
|
+
chargeBearer: z$1.ZodOptional<z$1.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
2036
|
+
purposeCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2037
|
+
valueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
2038
|
+
executionDate: z$1.ZodOptional<z$1.ZodString>;
|
|
2039
|
+
}, z$1.ZodAny, "strip">>, z$1.objectOutputType<{
|
|
2040
|
+
amount: z$1.ZodNumber;
|
|
2041
|
+
currency: z$1.ZodString;
|
|
2042
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
2043
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
2044
|
+
debtor: z$1.ZodObject<{
|
|
2045
|
+
name: z$1.ZodString;
|
|
2046
|
+
identifier: z$1.ZodString;
|
|
2047
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2048
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2049
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2050
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2051
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2052
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2053
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2054
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2055
2055
|
postalCode?: string | undefined;
|
|
2056
2056
|
streetAddress?: string | undefined;
|
|
2057
2057
|
city?: string | undefined;
|
|
@@ -2064,16 +2064,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2064
2064
|
state?: string | undefined;
|
|
2065
2065
|
country?: string | undefined;
|
|
2066
2066
|
}>>;
|
|
2067
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2068
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2069
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2070
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2071
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2072
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2073
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2074
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2075
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2076
|
-
}, "strip", z.ZodTypeAny, {
|
|
2067
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2068
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2069
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2070
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2071
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2072
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2073
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2074
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2075
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2076
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2077
2077
|
postalCode?: string | undefined;
|
|
2078
2078
|
streetAddress?: string | undefined;
|
|
2079
2079
|
city?: string | undefined;
|
|
@@ -2086,7 +2086,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2086
2086
|
state?: string | undefined;
|
|
2087
2087
|
country?: string | undefined;
|
|
2088
2088
|
}>>;
|
|
2089
|
-
}, "strip", z.ZodTypeAny, {
|
|
2089
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2090
2090
|
address?: {
|
|
2091
2091
|
postalCode?: string | undefined;
|
|
2092
2092
|
streetAddress?: string | undefined;
|
|
@@ -2107,7 +2107,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2107
2107
|
name?: string | undefined;
|
|
2108
2108
|
identifier?: string | undefined;
|
|
2109
2109
|
}>>;
|
|
2110
|
-
}, "strip", z.ZodTypeAny, {
|
|
2110
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2111
2111
|
name: string;
|
|
2112
2112
|
identifier: string;
|
|
2113
2113
|
address?: {
|
|
@@ -2152,17 +2152,17 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2152
2152
|
identifier?: string | undefined;
|
|
2153
2153
|
} | undefined;
|
|
2154
2154
|
}>;
|
|
2155
|
-
creditor: z.ZodObject<{
|
|
2156
|
-
name: z.ZodString;
|
|
2157
|
-
identifier: z.ZodString;
|
|
2158
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2159
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2160
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2161
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2162
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2163
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2164
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2165
|
-
}, "strip", z.ZodTypeAny, {
|
|
2155
|
+
creditor: z$1.ZodObject<{
|
|
2156
|
+
name: z$1.ZodString;
|
|
2157
|
+
identifier: z$1.ZodString;
|
|
2158
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2159
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2160
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2161
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2162
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2163
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2164
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2165
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2166
2166
|
postalCode?: string | undefined;
|
|
2167
2167
|
streetAddress?: string | undefined;
|
|
2168
2168
|
city?: string | undefined;
|
|
@@ -2175,16 +2175,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2175
2175
|
state?: string | undefined;
|
|
2176
2176
|
country?: string | undefined;
|
|
2177
2177
|
}>>;
|
|
2178
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2179
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2180
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2181
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2182
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2183
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2184
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2185
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2186
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2187
|
-
}, "strip", z.ZodTypeAny, {
|
|
2178
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2179
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2180
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2181
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2182
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2183
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2184
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2185
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2186
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2187
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2188
2188
|
postalCode?: string | undefined;
|
|
2189
2189
|
streetAddress?: string | undefined;
|
|
2190
2190
|
city?: string | undefined;
|
|
@@ -2197,7 +2197,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2197
2197
|
state?: string | undefined;
|
|
2198
2198
|
country?: string | undefined;
|
|
2199
2199
|
}>>;
|
|
2200
|
-
}, "strip", z.ZodTypeAny, {
|
|
2200
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2201
2201
|
address?: {
|
|
2202
2202
|
postalCode?: string | undefined;
|
|
2203
2203
|
streetAddress?: string | undefined;
|
|
@@ -2218,7 +2218,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2218
2218
|
name?: string | undefined;
|
|
2219
2219
|
identifier?: string | undefined;
|
|
2220
2220
|
}>>;
|
|
2221
|
-
}, "strip", z.ZodTypeAny, {
|
|
2221
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2222
2222
|
name: string;
|
|
2223
2223
|
identifier: string;
|
|
2224
2224
|
address?: {
|
|
@@ -2263,18 +2263,18 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2263
2263
|
identifier?: string | undefined;
|
|
2264
2264
|
} | undefined;
|
|
2265
2265
|
}>;
|
|
2266
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
2267
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
2268
|
-
name: z.ZodString;
|
|
2269
|
-
identifier: z.ZodString;
|
|
2270
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2271
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2272
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2273
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2274
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2275
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2276
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2277
|
-
}, "strip", z.ZodTypeAny, {
|
|
2266
|
+
clientId: z$1.ZodOptional<z$1.ZodString>;
|
|
2267
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2268
|
+
name: z$1.ZodString;
|
|
2269
|
+
identifier: z$1.ZodString;
|
|
2270
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2271
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2272
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2273
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2274
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2275
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2276
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2277
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2278
2278
|
postalCode?: string | undefined;
|
|
2279
2279
|
streetAddress?: string | undefined;
|
|
2280
2280
|
city?: string | undefined;
|
|
@@ -2287,16 +2287,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2287
2287
|
state?: string | undefined;
|
|
2288
2288
|
country?: string | undefined;
|
|
2289
2289
|
}>>;
|
|
2290
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2291
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2292
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2293
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2294
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2295
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2296
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2297
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2298
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2299
|
-
}, "strip", z.ZodTypeAny, {
|
|
2290
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2291
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2292
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2293
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2294
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2295
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2296
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2297
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2298
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2299
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2300
2300
|
postalCode?: string | undefined;
|
|
2301
2301
|
streetAddress?: string | undefined;
|
|
2302
2302
|
city?: string | undefined;
|
|
@@ -2309,7 +2309,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2309
2309
|
state?: string | undefined;
|
|
2310
2310
|
country?: string | undefined;
|
|
2311
2311
|
}>>;
|
|
2312
|
-
}, "strip", z.ZodTypeAny, {
|
|
2312
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2313
2313
|
address?: {
|
|
2314
2314
|
postalCode?: string | undefined;
|
|
2315
2315
|
streetAddress?: string | undefined;
|
|
@@ -2330,7 +2330,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2330
2330
|
name?: string | undefined;
|
|
2331
2331
|
identifier?: string | undefined;
|
|
2332
2332
|
}>>;
|
|
2333
|
-
}, "strip", z.ZodTypeAny, {
|
|
2333
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2334
2334
|
name: string;
|
|
2335
2335
|
identifier: string;
|
|
2336
2336
|
address?: {
|
|
@@ -2375,30 +2375,30 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2375
2375
|
identifier?: string | undefined;
|
|
2376
2376
|
} | undefined;
|
|
2377
2377
|
}>>;
|
|
2378
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
2379
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
2380
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2381
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2382
|
-
chargeBearer: z.ZodOptional<z.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
2383
|
-
purposeCode: z.ZodOptional<z.ZodString>;
|
|
2384
|
-
valueDate: z.ZodOptional<z.ZodString>;
|
|
2385
|
-
executionDate: z.ZodOptional<z.ZodString>;
|
|
2386
|
-
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
2387
|
-
amount: z.ZodNumber;
|
|
2388
|
-
currency: z.ZodString;
|
|
2389
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
2390
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
2391
|
-
debtor: z.ZodObject<{
|
|
2392
|
-
name: z.ZodString;
|
|
2393
|
-
identifier: z.ZodString;
|
|
2394
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2395
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2396
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2397
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2398
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2399
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2400
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2401
|
-
}, "strip", z.ZodTypeAny, {
|
|
2378
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2379
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
2380
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
2381
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
2382
|
+
chargeBearer: z$1.ZodOptional<z$1.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
2383
|
+
purposeCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2384
|
+
valueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
2385
|
+
executionDate: z$1.ZodOptional<z$1.ZodString>;
|
|
2386
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
2387
|
+
amount: z$1.ZodNumber;
|
|
2388
|
+
currency: z$1.ZodString;
|
|
2389
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
2390
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
2391
|
+
debtor: z$1.ZodObject<{
|
|
2392
|
+
name: z$1.ZodString;
|
|
2393
|
+
identifier: z$1.ZodString;
|
|
2394
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2395
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2396
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2397
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2398
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2399
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2400
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2401
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2402
2402
|
postalCode?: string | undefined;
|
|
2403
2403
|
streetAddress?: string | undefined;
|
|
2404
2404
|
city?: string | undefined;
|
|
@@ -2411,16 +2411,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2411
2411
|
state?: string | undefined;
|
|
2412
2412
|
country?: string | undefined;
|
|
2413
2413
|
}>>;
|
|
2414
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2415
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2416
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2417
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2418
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2419
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2420
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2421
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2422
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2423
|
-
}, "strip", z.ZodTypeAny, {
|
|
2414
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2415
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2416
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2417
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2418
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2419
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2420
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2421
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2422
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2423
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2424
2424
|
postalCode?: string | undefined;
|
|
2425
2425
|
streetAddress?: string | undefined;
|
|
2426
2426
|
city?: string | undefined;
|
|
@@ -2433,7 +2433,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2433
2433
|
state?: string | undefined;
|
|
2434
2434
|
country?: string | undefined;
|
|
2435
2435
|
}>>;
|
|
2436
|
-
}, "strip", z.ZodTypeAny, {
|
|
2436
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2437
2437
|
address?: {
|
|
2438
2438
|
postalCode?: string | undefined;
|
|
2439
2439
|
streetAddress?: string | undefined;
|
|
@@ -2454,7 +2454,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2454
2454
|
name?: string | undefined;
|
|
2455
2455
|
identifier?: string | undefined;
|
|
2456
2456
|
}>>;
|
|
2457
|
-
}, "strip", z.ZodTypeAny, {
|
|
2457
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2458
2458
|
name: string;
|
|
2459
2459
|
identifier: string;
|
|
2460
2460
|
address?: {
|
|
@@ -2499,17 +2499,17 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2499
2499
|
identifier?: string | undefined;
|
|
2500
2500
|
} | undefined;
|
|
2501
2501
|
}>;
|
|
2502
|
-
creditor: z.ZodObject<{
|
|
2503
|
-
name: z.ZodString;
|
|
2504
|
-
identifier: z.ZodString;
|
|
2505
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2506
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2507
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2508
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2509
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2510
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2511
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2512
|
-
}, "strip", z.ZodTypeAny, {
|
|
2502
|
+
creditor: z$1.ZodObject<{
|
|
2503
|
+
name: z$1.ZodString;
|
|
2504
|
+
identifier: z$1.ZodString;
|
|
2505
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2506
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2507
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2508
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2509
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2510
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2511
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2512
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2513
2513
|
postalCode?: string | undefined;
|
|
2514
2514
|
streetAddress?: string | undefined;
|
|
2515
2515
|
city?: string | undefined;
|
|
@@ -2522,16 +2522,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2522
2522
|
state?: string | undefined;
|
|
2523
2523
|
country?: string | undefined;
|
|
2524
2524
|
}>>;
|
|
2525
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2526
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2527
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2528
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2529
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2530
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2531
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2532
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2533
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2534
|
-
}, "strip", z.ZodTypeAny, {
|
|
2525
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2526
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2527
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2528
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2529
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2530
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2531
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2532
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2533
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2534
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2535
2535
|
postalCode?: string | undefined;
|
|
2536
2536
|
streetAddress?: string | undefined;
|
|
2537
2537
|
city?: string | undefined;
|
|
@@ -2544,7 +2544,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2544
2544
|
state?: string | undefined;
|
|
2545
2545
|
country?: string | undefined;
|
|
2546
2546
|
}>>;
|
|
2547
|
-
}, "strip", z.ZodTypeAny, {
|
|
2547
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2548
2548
|
address?: {
|
|
2549
2549
|
postalCode?: string | undefined;
|
|
2550
2550
|
streetAddress?: string | undefined;
|
|
@@ -2565,7 +2565,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2565
2565
|
name?: string | undefined;
|
|
2566
2566
|
identifier?: string | undefined;
|
|
2567
2567
|
}>>;
|
|
2568
|
-
}, "strip", z.ZodTypeAny, {
|
|
2568
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2569
2569
|
name: string;
|
|
2570
2570
|
identifier: string;
|
|
2571
2571
|
address?: {
|
|
@@ -2610,18 +2610,18 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2610
2610
|
identifier?: string | undefined;
|
|
2611
2611
|
} | undefined;
|
|
2612
2612
|
}>;
|
|
2613
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
2614
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
2615
|
-
name: z.ZodString;
|
|
2616
|
-
identifier: z.ZodString;
|
|
2617
|
-
accountType: z.ZodOptional<z.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2618
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2619
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2620
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2621
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2622
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2623
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2624
|
-
}, "strip", z.ZodTypeAny, {
|
|
2613
|
+
clientId: z$1.ZodOptional<z$1.ZodString>;
|
|
2614
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2615
|
+
name: z$1.ZodString;
|
|
2616
|
+
identifier: z$1.ZodString;
|
|
2617
|
+
accountType: z$1.ZodOptional<z$1.ZodEnum<["CHECKING", "SAVINGS"]>>;
|
|
2618
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2619
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2620
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2621
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2622
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2623
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2624
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2625
2625
|
postalCode?: string | undefined;
|
|
2626
2626
|
streetAddress?: string | undefined;
|
|
2627
2627
|
city?: string | undefined;
|
|
@@ -2634,16 +2634,16 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2634
2634
|
state?: string | undefined;
|
|
2635
2635
|
country?: string | undefined;
|
|
2636
2636
|
}>>;
|
|
2637
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2638
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2639
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2640
|
-
address: z.ZodOptional<z.ZodObject<{
|
|
2641
|
-
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2642
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2643
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2644
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2645
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2646
|
-
}, "strip", z.ZodTypeAny, {
|
|
2637
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2638
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2639
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2640
|
+
address: z$1.ZodOptional<z$1.ZodObject<{
|
|
2641
|
+
streetAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
2642
|
+
city: z$1.ZodOptional<z$1.ZodString>;
|
|
2643
|
+
state: z$1.ZodOptional<z$1.ZodString>;
|
|
2644
|
+
country: z$1.ZodOptional<z$1.ZodString>;
|
|
2645
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2646
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2647
2647
|
postalCode?: string | undefined;
|
|
2648
2648
|
streetAddress?: string | undefined;
|
|
2649
2649
|
city?: string | undefined;
|
|
@@ -2656,7 +2656,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2656
2656
|
state?: string | undefined;
|
|
2657
2657
|
country?: string | undefined;
|
|
2658
2658
|
}>>;
|
|
2659
|
-
}, "strip", z.ZodTypeAny, {
|
|
2659
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2660
2660
|
address?: {
|
|
2661
2661
|
postalCode?: string | undefined;
|
|
2662
2662
|
streetAddress?: string | undefined;
|
|
@@ -2677,7 +2677,7 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2677
2677
|
name?: string | undefined;
|
|
2678
2678
|
identifier?: string | undefined;
|
|
2679
2679
|
}>>;
|
|
2680
|
-
}, "strip", z.ZodTypeAny, {
|
|
2680
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2681
2681
|
name: string;
|
|
2682
2682
|
identifier: string;
|
|
2683
2683
|
address?: {
|
|
@@ -2722,22 +2722,22 @@ declare const CreatePaymentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2722
2722
|
identifier?: string | undefined;
|
|
2723
2723
|
} | undefined;
|
|
2724
2724
|
}>>;
|
|
2725
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
2726
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
2727
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2728
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2729
|
-
chargeBearer: z.ZodOptional<z.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
2730
|
-
purposeCode: z.ZodOptional<z.ZodString>;
|
|
2731
|
-
valueDate: z.ZodOptional<z.ZodString>;
|
|
2732
|
-
executionDate: z.ZodOptional<z.ZodString>;
|
|
2733
|
-
}, z.ZodAny, "strip">>;
|
|
2725
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2726
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
2727
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
2728
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
2729
|
+
chargeBearer: z$1.ZodOptional<z$1.ZodEnum<["OUR", "BEN", "SHA"]>>;
|
|
2730
|
+
purposeCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2731
|
+
valueDate: z$1.ZodOptional<z$1.ZodString>;
|
|
2732
|
+
executionDate: z$1.ZodOptional<z$1.ZodString>;
|
|
2733
|
+
}, z$1.ZodAny, "strip">>;
|
|
2734
2734
|
declare const UpdatePaymentInputShape: {
|
|
2735
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
2736
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
2737
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2738
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2739
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2740
|
-
}, "strip", z.ZodTypeAny, {
|
|
2735
|
+
amount: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2736
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2737
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2738
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2739
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2740
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2741
2741
|
name?: string | undefined;
|
|
2742
2742
|
identifier?: string | undefined;
|
|
2743
2743
|
accountType?: string | undefined;
|
|
@@ -2746,21 +2746,21 @@ declare const UpdatePaymentInputShape: {
|
|
|
2746
2746
|
identifier?: string | undefined;
|
|
2747
2747
|
accountType?: string | undefined;
|
|
2748
2748
|
}>>;
|
|
2749
|
-
creditor: z.ZodOptional<z.ZodObject<{
|
|
2750
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2751
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2752
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2753
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2754
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2755
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2756
|
-
}, "strip", z.ZodTypeAny, {
|
|
2749
|
+
creditor: z$1.ZodOptional<z$1.ZodObject<{
|
|
2750
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2751
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2752
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2753
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2754
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2755
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2756
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2757
2757
|
name?: string | undefined;
|
|
2758
2758
|
identifier?: string | undefined;
|
|
2759
2759
|
}, {
|
|
2760
2760
|
name?: string | undefined;
|
|
2761
2761
|
identifier?: string | undefined;
|
|
2762
2762
|
}>>;
|
|
2763
|
-
}, "strip", z.ZodTypeAny, {
|
|
2763
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2764
2764
|
name?: string | undefined;
|
|
2765
2765
|
identifier?: string | undefined;
|
|
2766
2766
|
accountType?: string | undefined;
|
|
@@ -2777,21 +2777,21 @@ declare const UpdatePaymentInputShape: {
|
|
|
2777
2777
|
identifier?: string | undefined;
|
|
2778
2778
|
} | undefined;
|
|
2779
2779
|
}>>;
|
|
2780
|
-
debtor: z.ZodOptional<z.ZodObject<{
|
|
2781
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2782
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2783
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2784
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2785
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2786
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2787
|
-
}, "strip", z.ZodTypeAny, {
|
|
2780
|
+
debtor: z$1.ZodOptional<z$1.ZodObject<{
|
|
2781
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2782
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2783
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2784
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2785
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2786
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2787
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2788
2788
|
name?: string | undefined;
|
|
2789
2789
|
identifier?: string | undefined;
|
|
2790
2790
|
}, {
|
|
2791
2791
|
name?: string | undefined;
|
|
2792
2792
|
identifier?: string | undefined;
|
|
2793
2793
|
}>>;
|
|
2794
|
-
}, "strip", z.ZodTypeAny, {
|
|
2794
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2795
2795
|
name?: string | undefined;
|
|
2796
2796
|
identifier?: string | undefined;
|
|
2797
2797
|
accountType?: string | undefined;
|
|
@@ -2808,21 +2808,21 @@ declare const UpdatePaymentInputShape: {
|
|
|
2808
2808
|
identifier?: string | undefined;
|
|
2809
2809
|
} | undefined;
|
|
2810
2810
|
}>>;
|
|
2811
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
2812
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
2813
|
-
errorCode: z.ZodOptional<z.ZodString>;
|
|
2814
|
-
errorMessage: z.ZodOptional<z.ZodString>;
|
|
2815
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2816
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2817
|
-
status: z.ZodOptional<z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
2811
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2812
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
2813
|
+
errorCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2814
|
+
errorMessage: z$1.ZodOptional<z$1.ZodString>;
|
|
2815
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
2816
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
2817
|
+
status: z$1.ZodOptional<z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
2818
2818
|
};
|
|
2819
|
-
declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
2820
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
2821
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
2822
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2823
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2824
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2825
|
-
}, "strip", z.ZodTypeAny, {
|
|
2819
|
+
declare const UpdatePaymentInputSchema: z$1.ZodObject<{
|
|
2820
|
+
amount: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2821
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2822
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2823
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2824
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2825
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2826
2826
|
name?: string | undefined;
|
|
2827
2827
|
identifier?: string | undefined;
|
|
2828
2828
|
accountType?: string | undefined;
|
|
@@ -2831,21 +2831,21 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
2831
2831
|
identifier?: string | undefined;
|
|
2832
2832
|
accountType?: string | undefined;
|
|
2833
2833
|
}>>;
|
|
2834
|
-
creditor: z.ZodOptional<z.ZodObject<{
|
|
2835
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2836
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2837
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2838
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2839
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2840
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2841
|
-
}, "strip", z.ZodTypeAny, {
|
|
2834
|
+
creditor: z$1.ZodOptional<z$1.ZodObject<{
|
|
2835
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2836
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2837
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2838
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2839
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2840
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2841
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2842
2842
|
name?: string | undefined;
|
|
2843
2843
|
identifier?: string | undefined;
|
|
2844
2844
|
}, {
|
|
2845
2845
|
name?: string | undefined;
|
|
2846
2846
|
identifier?: string | undefined;
|
|
2847
2847
|
}>>;
|
|
2848
|
-
}, "strip", z.ZodTypeAny, {
|
|
2848
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2849
2849
|
name?: string | undefined;
|
|
2850
2850
|
identifier?: string | undefined;
|
|
2851
2851
|
accountType?: string | undefined;
|
|
@@ -2862,21 +2862,21 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
2862
2862
|
identifier?: string | undefined;
|
|
2863
2863
|
} | undefined;
|
|
2864
2864
|
}>>;
|
|
2865
|
-
debtor: z.ZodOptional<z.ZodObject<{
|
|
2866
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2867
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2868
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2869
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2870
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2871
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2872
|
-
}, "strip", z.ZodTypeAny, {
|
|
2865
|
+
debtor: z$1.ZodOptional<z$1.ZodObject<{
|
|
2866
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2867
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2868
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2869
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2870
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2871
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2872
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2873
2873
|
name?: string | undefined;
|
|
2874
2874
|
identifier?: string | undefined;
|
|
2875
2875
|
}, {
|
|
2876
2876
|
name?: string | undefined;
|
|
2877
2877
|
identifier?: string | undefined;
|
|
2878
2878
|
}>>;
|
|
2879
|
-
}, "strip", z.ZodTypeAny, {
|
|
2879
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2880
2880
|
name?: string | undefined;
|
|
2881
2881
|
identifier?: string | undefined;
|
|
2882
2882
|
accountType?: string | undefined;
|
|
@@ -2893,20 +2893,20 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
2893
2893
|
identifier?: string | undefined;
|
|
2894
2894
|
} | undefined;
|
|
2895
2895
|
}>>;
|
|
2896
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
2897
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
2898
|
-
errorCode: z.ZodOptional<z.ZodString>;
|
|
2899
|
-
errorMessage: z.ZodOptional<z.ZodString>;
|
|
2900
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2901
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2902
|
-
status: z.ZodOptional<z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
2903
|
-
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
2904
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
2905
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
2906
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2907
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2908
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2909
|
-
}, "strip", z.ZodTypeAny, {
|
|
2896
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2897
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
2898
|
+
errorCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2899
|
+
errorMessage: z$1.ZodOptional<z$1.ZodString>;
|
|
2900
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
2901
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
2902
|
+
status: z$1.ZodOptional<z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
2903
|
+
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
2904
|
+
amount: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2905
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2906
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2907
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2908
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2909
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2910
2910
|
name?: string | undefined;
|
|
2911
2911
|
identifier?: string | undefined;
|
|
2912
2912
|
accountType?: string | undefined;
|
|
@@ -2915,21 +2915,21 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
2915
2915
|
identifier?: string | undefined;
|
|
2916
2916
|
accountType?: string | undefined;
|
|
2917
2917
|
}>>;
|
|
2918
|
-
creditor: z.ZodOptional<z.ZodObject<{
|
|
2919
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2920
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2921
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2922
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2923
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2924
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2925
|
-
}, "strip", z.ZodTypeAny, {
|
|
2918
|
+
creditor: z$1.ZodOptional<z$1.ZodObject<{
|
|
2919
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2920
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2921
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2922
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2923
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2924
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2925
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2926
2926
|
name?: string | undefined;
|
|
2927
2927
|
identifier?: string | undefined;
|
|
2928
2928
|
}, {
|
|
2929
2929
|
name?: string | undefined;
|
|
2930
2930
|
identifier?: string | undefined;
|
|
2931
2931
|
}>>;
|
|
2932
|
-
}, "strip", z.ZodTypeAny, {
|
|
2932
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2933
2933
|
name?: string | undefined;
|
|
2934
2934
|
identifier?: string | undefined;
|
|
2935
2935
|
accountType?: string | undefined;
|
|
@@ -2946,21 +2946,21 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
2946
2946
|
identifier?: string | undefined;
|
|
2947
2947
|
} | undefined;
|
|
2948
2948
|
}>>;
|
|
2949
|
-
debtor: z.ZodOptional<z.ZodObject<{
|
|
2950
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2951
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2952
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2953
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
2954
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2955
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2956
|
-
}, "strip", z.ZodTypeAny, {
|
|
2949
|
+
debtor: z$1.ZodOptional<z$1.ZodObject<{
|
|
2950
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2951
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2952
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2953
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2954
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2955
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2956
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2957
2957
|
name?: string | undefined;
|
|
2958
2958
|
identifier?: string | undefined;
|
|
2959
2959
|
}, {
|
|
2960
2960
|
name?: string | undefined;
|
|
2961
2961
|
identifier?: string | undefined;
|
|
2962
2962
|
}>>;
|
|
2963
|
-
}, "strip", z.ZodTypeAny, {
|
|
2963
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2964
2964
|
name?: string | undefined;
|
|
2965
2965
|
identifier?: string | undefined;
|
|
2966
2966
|
accountType?: string | undefined;
|
|
@@ -2977,20 +2977,20 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
2977
2977
|
identifier?: string | undefined;
|
|
2978
2978
|
} | undefined;
|
|
2979
2979
|
}>>;
|
|
2980
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
2981
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
2982
|
-
errorCode: z.ZodOptional<z.ZodString>;
|
|
2983
|
-
errorMessage: z.ZodOptional<z.ZodString>;
|
|
2984
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2985
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2986
|
-
status: z.ZodOptional<z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
2987
|
-
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
2988
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
2989
|
-
correspondent: z.ZodOptional<z.ZodObject<{
|
|
2990
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2991
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
2992
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
2993
|
-
}, "strip", z.ZodTypeAny, {
|
|
2980
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2981
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
2982
|
+
errorCode: z$1.ZodOptional<z$1.ZodString>;
|
|
2983
|
+
errorMessage: z$1.ZodOptional<z$1.ZodString>;
|
|
2984
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
2985
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
2986
|
+
status: z$1.ZodOptional<z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
2987
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
2988
|
+
amount: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2989
|
+
correspondent: z$1.ZodOptional<z$1.ZodObject<{
|
|
2990
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2991
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
2992
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
2993
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
2994
2994
|
name?: string | undefined;
|
|
2995
2995
|
identifier?: string | undefined;
|
|
2996
2996
|
accountType?: string | undefined;
|
|
@@ -2999,21 +2999,21 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
2999
2999
|
identifier?: string | undefined;
|
|
3000
3000
|
accountType?: string | undefined;
|
|
3001
3001
|
}>>;
|
|
3002
|
-
creditor: z.ZodOptional<z.ZodObject<{
|
|
3003
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3004
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
3005
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
3006
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
3007
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3008
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
3009
|
-
}, "strip", z.ZodTypeAny, {
|
|
3002
|
+
creditor: z$1.ZodOptional<z$1.ZodObject<{
|
|
3003
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
3004
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
3005
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
3006
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
3007
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
3008
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
3009
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3010
3010
|
name?: string | undefined;
|
|
3011
3011
|
identifier?: string | undefined;
|
|
3012
3012
|
}, {
|
|
3013
3013
|
name?: string | undefined;
|
|
3014
3014
|
identifier?: string | undefined;
|
|
3015
3015
|
}>>;
|
|
3016
|
-
}, "strip", z.ZodTypeAny, {
|
|
3016
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3017
3017
|
name?: string | undefined;
|
|
3018
3018
|
identifier?: string | undefined;
|
|
3019
3019
|
accountType?: string | undefined;
|
|
@@ -3030,21 +3030,21 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
3030
3030
|
identifier?: string | undefined;
|
|
3031
3031
|
} | undefined;
|
|
3032
3032
|
}>>;
|
|
3033
|
-
debtor: z.ZodOptional<z.ZodObject<{
|
|
3034
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3035
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
3036
|
-
accountType: z.ZodOptional<z.ZodString>;
|
|
3037
|
-
agent: z.ZodOptional<z.ZodObject<{
|
|
3038
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3039
|
-
identifier: z.ZodOptional<z.ZodString>;
|
|
3040
|
-
}, "strip", z.ZodTypeAny, {
|
|
3033
|
+
debtor: z$1.ZodOptional<z$1.ZodObject<{
|
|
3034
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
3035
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
3036
|
+
accountType: z$1.ZodOptional<z$1.ZodString>;
|
|
3037
|
+
agent: z$1.ZodOptional<z$1.ZodObject<{
|
|
3038
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
3039
|
+
identifier: z$1.ZodOptional<z$1.ZodString>;
|
|
3040
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3041
3041
|
name?: string | undefined;
|
|
3042
3042
|
identifier?: string | undefined;
|
|
3043
3043
|
}, {
|
|
3044
3044
|
name?: string | undefined;
|
|
3045
3045
|
identifier?: string | undefined;
|
|
3046
3046
|
}>>;
|
|
3047
|
-
}, "strip", z.ZodTypeAny, {
|
|
3047
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3048
3048
|
name?: string | undefined;
|
|
3049
3049
|
identifier?: string | undefined;
|
|
3050
3050
|
accountType?: string | undefined;
|
|
@@ -3061,33 +3061,33 @@ declare const UpdatePaymentInputSchema: z.ZodObject<{
|
|
|
3061
3061
|
identifier?: string | undefined;
|
|
3062
3062
|
} | undefined;
|
|
3063
3063
|
}>>;
|
|
3064
|
-
exchangeRate: z.ZodOptional<z.ZodNumber>;
|
|
3065
|
-
externalId: z.ZodOptional<z.ZodString>;
|
|
3066
|
-
errorCode: z.ZodOptional<z.ZodString>;
|
|
3067
|
-
errorMessage: z.ZodOptional<z.ZodString>;
|
|
3068
|
-
reference: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
3069
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3070
|
-
status: z.ZodOptional<z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
3071
|
-
}, z.ZodAny, "strip">>;
|
|
3072
|
-
declare const PaymentResponseSchema: z.ZodObject<{
|
|
3073
|
-
totalFilteredRecords: z.ZodNumber;
|
|
3074
|
-
pageItems: z.ZodArray<z.ZodObject<{
|
|
3075
|
-
id: z.ZodNumber;
|
|
3076
|
-
clientId: z.ZodNumber;
|
|
3077
|
-
amount: z.ZodNumber;
|
|
3078
|
-
correlationId: z.ZodString;
|
|
3079
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3080
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3081
|
-
recipient: z.ZodObject<{
|
|
3082
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
3083
|
-
recipientType: z.ZodString;
|
|
3084
|
-
address: z.ZodObject<{
|
|
3085
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3086
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3087
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3088
|
-
countryCode: z.ZodString;
|
|
3089
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3090
|
-
}, "strip", z.ZodTypeAny, {
|
|
3064
|
+
exchangeRate: z$1.ZodOptional<z$1.ZodNumber>;
|
|
3065
|
+
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
3066
|
+
errorCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3067
|
+
errorMessage: z$1.ZodOptional<z$1.ZodString>;
|
|
3068
|
+
reference: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodString, "many">]>>;
|
|
3069
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
3070
|
+
status: z$1.ZodOptional<z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>>;
|
|
3071
|
+
}, z$1.ZodAny, "strip">>;
|
|
3072
|
+
declare const PaymentResponseSchema: z$1.ZodObject<{
|
|
3073
|
+
totalFilteredRecords: z$1.ZodNumber;
|
|
3074
|
+
pageItems: z$1.ZodArray<z$1.ZodObject<{
|
|
3075
|
+
id: z$1.ZodNumber;
|
|
3076
|
+
clientId: z$1.ZodNumber;
|
|
3077
|
+
amount: z$1.ZodNumber;
|
|
3078
|
+
correlationId: z$1.ZodString;
|
|
3079
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3080
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3081
|
+
recipient: z$1.ZodObject<{
|
|
3082
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
3083
|
+
recipientType: z$1.ZodString;
|
|
3084
|
+
address: z$1.ZodObject<{
|
|
3085
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3086
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3087
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3088
|
+
countryCode: z$1.ZodString;
|
|
3089
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3090
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3091
3091
|
countryCode: string;
|
|
3092
3092
|
line1?: string | undefined;
|
|
3093
3093
|
line2?: string | undefined;
|
|
@@ -3100,8 +3100,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3100
3100
|
stateCode?: string | undefined;
|
|
3101
3101
|
postalCode?: string | undefined;
|
|
3102
3102
|
}>;
|
|
3103
|
-
name: z.ZodString;
|
|
3104
|
-
}, "strip", z.ZodTypeAny, {
|
|
3103
|
+
name: z$1.ZodString;
|
|
3104
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3105
3105
|
recipientType: string;
|
|
3106
3106
|
address: {
|
|
3107
3107
|
countryCode: string;
|
|
@@ -3124,16 +3124,16 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3124
3124
|
name: string;
|
|
3125
3125
|
cardId?: string | undefined;
|
|
3126
3126
|
}>;
|
|
3127
|
-
originator: z.ZodObject<{
|
|
3128
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
3129
|
-
recipientType: z.ZodString;
|
|
3130
|
-
address: z.ZodObject<{
|
|
3131
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3132
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3133
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3134
|
-
countryCode: z.ZodString;
|
|
3135
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3136
|
-
}, "strip", z.ZodTypeAny, {
|
|
3127
|
+
originator: z$1.ZodObject<{
|
|
3128
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
3129
|
+
recipientType: z$1.ZodString;
|
|
3130
|
+
address: z$1.ZodObject<{
|
|
3131
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3132
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3133
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3134
|
+
countryCode: z$1.ZodString;
|
|
3135
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3136
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3137
3137
|
countryCode: string;
|
|
3138
3138
|
line1?: string | undefined;
|
|
3139
3139
|
line2?: string | undefined;
|
|
@@ -3146,8 +3146,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3146
3146
|
stateCode?: string | undefined;
|
|
3147
3147
|
postalCode?: string | undefined;
|
|
3148
3148
|
}>;
|
|
3149
|
-
name: z.ZodString;
|
|
3150
|
-
}, "strip", z.ZodTypeAny, {
|
|
3149
|
+
name: z$1.ZodString;
|
|
3150
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3151
3151
|
recipientType: string;
|
|
3152
3152
|
address: {
|
|
3153
3153
|
countryCode: string;
|
|
@@ -3170,20 +3170,20 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3170
3170
|
name: string;
|
|
3171
3171
|
accountId?: string | undefined;
|
|
3172
3172
|
}>;
|
|
3173
|
-
executedAt: z.ZodString;
|
|
3174
|
-
createdAt: z.ZodString;
|
|
3175
|
-
externalId: z.ZodString;
|
|
3176
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3177
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3178
|
-
currencyData: z.ZodObject<{
|
|
3179
|
-
code: z.ZodString;
|
|
3180
|
-
name: z.ZodString;
|
|
3181
|
-
decimalPlaces: z.ZodNumber;
|
|
3182
|
-
displaySymbol: z.ZodString;
|
|
3183
|
-
nameCode: z.ZodString;
|
|
3184
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
3185
|
-
isBaseCurrency: z.ZodBoolean;
|
|
3186
|
-
}, "strip", z.ZodTypeAny, {
|
|
3173
|
+
executedAt: z$1.ZodString;
|
|
3174
|
+
createdAt: z$1.ZodString;
|
|
3175
|
+
externalId: z$1.ZodString;
|
|
3176
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3177
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
3178
|
+
currencyData: z$1.ZodObject<{
|
|
3179
|
+
code: z$1.ZodString;
|
|
3180
|
+
name: z$1.ZodString;
|
|
3181
|
+
decimalPlaces: z$1.ZodNumber;
|
|
3182
|
+
displaySymbol: z$1.ZodString;
|
|
3183
|
+
nameCode: z$1.ZodString;
|
|
3184
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
3185
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
3186
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3187
3187
|
code: string;
|
|
3188
3188
|
name: string;
|
|
3189
3189
|
decimalPlaces: number;
|
|
@@ -3200,24 +3200,24 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3200
3200
|
currencyCodeInDigit: number;
|
|
3201
3201
|
isBaseCurrency: boolean;
|
|
3202
3202
|
}>;
|
|
3203
|
-
currency: z.ZodString;
|
|
3204
|
-
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
3205
|
-
id: z.ZodNumber;
|
|
3206
|
-
clientId: z.ZodNumber;
|
|
3207
|
-
amount: z.ZodNumber;
|
|
3208
|
-
correlationId: z.ZodString;
|
|
3209
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3210
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3211
|
-
recipient: z.ZodObject<{
|
|
3212
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
3213
|
-
recipientType: z.ZodString;
|
|
3214
|
-
address: z.ZodObject<{
|
|
3215
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3216
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3217
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3218
|
-
countryCode: z.ZodString;
|
|
3219
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3220
|
-
}, "strip", z.ZodTypeAny, {
|
|
3203
|
+
currency: z$1.ZodString;
|
|
3204
|
+
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
3205
|
+
id: z$1.ZodNumber;
|
|
3206
|
+
clientId: z$1.ZodNumber;
|
|
3207
|
+
amount: z$1.ZodNumber;
|
|
3208
|
+
correlationId: z$1.ZodString;
|
|
3209
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3210
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3211
|
+
recipient: z$1.ZodObject<{
|
|
3212
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
3213
|
+
recipientType: z$1.ZodString;
|
|
3214
|
+
address: z$1.ZodObject<{
|
|
3215
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3216
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3217
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3218
|
+
countryCode: z$1.ZodString;
|
|
3219
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3220
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3221
3221
|
countryCode: string;
|
|
3222
3222
|
line1?: string | undefined;
|
|
3223
3223
|
line2?: string | undefined;
|
|
@@ -3230,8 +3230,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3230
3230
|
stateCode?: string | undefined;
|
|
3231
3231
|
postalCode?: string | undefined;
|
|
3232
3232
|
}>;
|
|
3233
|
-
name: z.ZodString;
|
|
3234
|
-
}, "strip", z.ZodTypeAny, {
|
|
3233
|
+
name: z$1.ZodString;
|
|
3234
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3235
3235
|
recipientType: string;
|
|
3236
3236
|
address: {
|
|
3237
3237
|
countryCode: string;
|
|
@@ -3254,16 +3254,16 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3254
3254
|
name: string;
|
|
3255
3255
|
cardId?: string | undefined;
|
|
3256
3256
|
}>;
|
|
3257
|
-
originator: z.ZodObject<{
|
|
3258
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
3259
|
-
recipientType: z.ZodString;
|
|
3260
|
-
address: z.ZodObject<{
|
|
3261
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3262
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3263
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3264
|
-
countryCode: z.ZodString;
|
|
3265
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3266
|
-
}, "strip", z.ZodTypeAny, {
|
|
3257
|
+
originator: z$1.ZodObject<{
|
|
3258
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
3259
|
+
recipientType: z$1.ZodString;
|
|
3260
|
+
address: z$1.ZodObject<{
|
|
3261
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3262
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3263
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3264
|
+
countryCode: z$1.ZodString;
|
|
3265
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3266
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3267
3267
|
countryCode: string;
|
|
3268
3268
|
line1?: string | undefined;
|
|
3269
3269
|
line2?: string | undefined;
|
|
@@ -3276,8 +3276,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3276
3276
|
stateCode?: string | undefined;
|
|
3277
3277
|
postalCode?: string | undefined;
|
|
3278
3278
|
}>;
|
|
3279
|
-
name: z.ZodString;
|
|
3280
|
-
}, "strip", z.ZodTypeAny, {
|
|
3279
|
+
name: z$1.ZodString;
|
|
3280
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3281
3281
|
recipientType: string;
|
|
3282
3282
|
address: {
|
|
3283
3283
|
countryCode: string;
|
|
@@ -3300,20 +3300,20 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3300
3300
|
name: string;
|
|
3301
3301
|
accountId?: string | undefined;
|
|
3302
3302
|
}>;
|
|
3303
|
-
executedAt: z.ZodString;
|
|
3304
|
-
createdAt: z.ZodString;
|
|
3305
|
-
externalId: z.ZodString;
|
|
3306
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3307
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3308
|
-
currencyData: z.ZodObject<{
|
|
3309
|
-
code: z.ZodString;
|
|
3310
|
-
name: z.ZodString;
|
|
3311
|
-
decimalPlaces: z.ZodNumber;
|
|
3312
|
-
displaySymbol: z.ZodString;
|
|
3313
|
-
nameCode: z.ZodString;
|
|
3314
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
3315
|
-
isBaseCurrency: z.ZodBoolean;
|
|
3316
|
-
}, "strip", z.ZodTypeAny, {
|
|
3303
|
+
executedAt: z$1.ZodString;
|
|
3304
|
+
createdAt: z$1.ZodString;
|
|
3305
|
+
externalId: z$1.ZodString;
|
|
3306
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3307
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
3308
|
+
currencyData: z$1.ZodObject<{
|
|
3309
|
+
code: z$1.ZodString;
|
|
3310
|
+
name: z$1.ZodString;
|
|
3311
|
+
decimalPlaces: z$1.ZodNumber;
|
|
3312
|
+
displaySymbol: z$1.ZodString;
|
|
3313
|
+
nameCode: z$1.ZodString;
|
|
3314
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
3315
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
3316
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3317
3317
|
code: string;
|
|
3318
3318
|
name: string;
|
|
3319
3319
|
decimalPlaces: number;
|
|
@@ -3330,24 +3330,24 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3330
3330
|
currencyCodeInDigit: number;
|
|
3331
3331
|
isBaseCurrency: boolean;
|
|
3332
3332
|
}>;
|
|
3333
|
-
currency: z.ZodString;
|
|
3334
|
-
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
3335
|
-
id: z.ZodNumber;
|
|
3336
|
-
clientId: z.ZodNumber;
|
|
3337
|
-
amount: z.ZodNumber;
|
|
3338
|
-
correlationId: z.ZodString;
|
|
3339
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3340
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3341
|
-
recipient: z.ZodObject<{
|
|
3342
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
3343
|
-
recipientType: z.ZodString;
|
|
3344
|
-
address: z.ZodObject<{
|
|
3345
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3346
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3347
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3348
|
-
countryCode: z.ZodString;
|
|
3349
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3350
|
-
}, "strip", z.ZodTypeAny, {
|
|
3333
|
+
currency: z$1.ZodString;
|
|
3334
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
3335
|
+
id: z$1.ZodNumber;
|
|
3336
|
+
clientId: z$1.ZodNumber;
|
|
3337
|
+
amount: z$1.ZodNumber;
|
|
3338
|
+
correlationId: z$1.ZodString;
|
|
3339
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3340
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3341
|
+
recipient: z$1.ZodObject<{
|
|
3342
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
3343
|
+
recipientType: z$1.ZodString;
|
|
3344
|
+
address: z$1.ZodObject<{
|
|
3345
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3346
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3347
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3348
|
+
countryCode: z$1.ZodString;
|
|
3349
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3350
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3351
3351
|
countryCode: string;
|
|
3352
3352
|
line1?: string | undefined;
|
|
3353
3353
|
line2?: string | undefined;
|
|
@@ -3360,8 +3360,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3360
3360
|
stateCode?: string | undefined;
|
|
3361
3361
|
postalCode?: string | undefined;
|
|
3362
3362
|
}>;
|
|
3363
|
-
name: z.ZodString;
|
|
3364
|
-
}, "strip", z.ZodTypeAny, {
|
|
3363
|
+
name: z$1.ZodString;
|
|
3364
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3365
3365
|
recipientType: string;
|
|
3366
3366
|
address: {
|
|
3367
3367
|
countryCode: string;
|
|
@@ -3384,16 +3384,16 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3384
3384
|
name: string;
|
|
3385
3385
|
cardId?: string | undefined;
|
|
3386
3386
|
}>;
|
|
3387
|
-
originator: z.ZodObject<{
|
|
3388
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
3389
|
-
recipientType: z.ZodString;
|
|
3390
|
-
address: z.ZodObject<{
|
|
3391
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3392
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3393
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3394
|
-
countryCode: z.ZodString;
|
|
3395
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3396
|
-
}, "strip", z.ZodTypeAny, {
|
|
3387
|
+
originator: z$1.ZodObject<{
|
|
3388
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
3389
|
+
recipientType: z$1.ZodString;
|
|
3390
|
+
address: z$1.ZodObject<{
|
|
3391
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3392
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3393
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3394
|
+
countryCode: z$1.ZodString;
|
|
3395
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3396
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3397
3397
|
countryCode: string;
|
|
3398
3398
|
line1?: string | undefined;
|
|
3399
3399
|
line2?: string | undefined;
|
|
@@ -3406,8 +3406,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3406
3406
|
stateCode?: string | undefined;
|
|
3407
3407
|
postalCode?: string | undefined;
|
|
3408
3408
|
}>;
|
|
3409
|
-
name: z.ZodString;
|
|
3410
|
-
}, "strip", z.ZodTypeAny, {
|
|
3409
|
+
name: z$1.ZodString;
|
|
3410
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3411
3411
|
recipientType: string;
|
|
3412
3412
|
address: {
|
|
3413
3413
|
countryCode: string;
|
|
@@ -3430,20 +3430,20 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3430
3430
|
name: string;
|
|
3431
3431
|
accountId?: string | undefined;
|
|
3432
3432
|
}>;
|
|
3433
|
-
executedAt: z.ZodString;
|
|
3434
|
-
createdAt: z.ZodString;
|
|
3435
|
-
externalId: z.ZodString;
|
|
3436
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3437
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3438
|
-
currencyData: z.ZodObject<{
|
|
3439
|
-
code: z.ZodString;
|
|
3440
|
-
name: z.ZodString;
|
|
3441
|
-
decimalPlaces: z.ZodNumber;
|
|
3442
|
-
displaySymbol: z.ZodString;
|
|
3443
|
-
nameCode: z.ZodString;
|
|
3444
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
3445
|
-
isBaseCurrency: z.ZodBoolean;
|
|
3446
|
-
}, "strip", z.ZodTypeAny, {
|
|
3433
|
+
executedAt: z$1.ZodString;
|
|
3434
|
+
createdAt: z$1.ZodString;
|
|
3435
|
+
externalId: z$1.ZodString;
|
|
3436
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3437
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
3438
|
+
currencyData: z$1.ZodObject<{
|
|
3439
|
+
code: z$1.ZodString;
|
|
3440
|
+
name: z$1.ZodString;
|
|
3441
|
+
decimalPlaces: z$1.ZodNumber;
|
|
3442
|
+
displaySymbol: z$1.ZodString;
|
|
3443
|
+
nameCode: z$1.ZodString;
|
|
3444
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
3445
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
3446
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3447
3447
|
code: string;
|
|
3448
3448
|
name: string;
|
|
3449
3449
|
decimalPlaces: number;
|
|
@@ -3460,27 +3460,27 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3460
3460
|
currencyCodeInDigit: number;
|
|
3461
3461
|
isBaseCurrency: boolean;
|
|
3462
3462
|
}>;
|
|
3463
|
-
currency: z.ZodString;
|
|
3464
|
-
}, z.ZodAny, "strip">>, "many">;
|
|
3465
|
-
}, "strip", z.ZodTypeAny, {
|
|
3463
|
+
currency: z$1.ZodString;
|
|
3464
|
+
}, z$1.ZodAny, "strip">>, "many">;
|
|
3465
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3466
3466
|
totalFilteredRecords: number;
|
|
3467
|
-
pageItems: z.objectOutputType<{
|
|
3468
|
-
id: z.ZodNumber;
|
|
3469
|
-
clientId: z.ZodNumber;
|
|
3470
|
-
amount: z.ZodNumber;
|
|
3471
|
-
correlationId: z.ZodString;
|
|
3472
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3473
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3474
|
-
recipient: z.ZodObject<{
|
|
3475
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
3476
|
-
recipientType: z.ZodString;
|
|
3477
|
-
address: z.ZodObject<{
|
|
3478
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3479
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3480
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3481
|
-
countryCode: z.ZodString;
|
|
3482
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3483
|
-
}, "strip", z.ZodTypeAny, {
|
|
3467
|
+
pageItems: z$1.objectOutputType<{
|
|
3468
|
+
id: z$1.ZodNumber;
|
|
3469
|
+
clientId: z$1.ZodNumber;
|
|
3470
|
+
amount: z$1.ZodNumber;
|
|
3471
|
+
correlationId: z$1.ZodString;
|
|
3472
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3473
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3474
|
+
recipient: z$1.ZodObject<{
|
|
3475
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
3476
|
+
recipientType: z$1.ZodString;
|
|
3477
|
+
address: z$1.ZodObject<{
|
|
3478
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3479
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3480
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3481
|
+
countryCode: z$1.ZodString;
|
|
3482
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3483
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3484
3484
|
countryCode: string;
|
|
3485
3485
|
line1?: string | undefined;
|
|
3486
3486
|
line2?: string | undefined;
|
|
@@ -3493,8 +3493,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3493
3493
|
stateCode?: string | undefined;
|
|
3494
3494
|
postalCode?: string | undefined;
|
|
3495
3495
|
}>;
|
|
3496
|
-
name: z.ZodString;
|
|
3497
|
-
}, "strip", z.ZodTypeAny, {
|
|
3496
|
+
name: z$1.ZodString;
|
|
3497
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3498
3498
|
recipientType: string;
|
|
3499
3499
|
address: {
|
|
3500
3500
|
countryCode: string;
|
|
@@ -3517,16 +3517,16 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3517
3517
|
name: string;
|
|
3518
3518
|
cardId?: string | undefined;
|
|
3519
3519
|
}>;
|
|
3520
|
-
originator: z.ZodObject<{
|
|
3521
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
3522
|
-
recipientType: z.ZodString;
|
|
3523
|
-
address: z.ZodObject<{
|
|
3524
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3525
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3526
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3527
|
-
countryCode: z.ZodString;
|
|
3528
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3529
|
-
}, "strip", z.ZodTypeAny, {
|
|
3520
|
+
originator: z$1.ZodObject<{
|
|
3521
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
3522
|
+
recipientType: z$1.ZodString;
|
|
3523
|
+
address: z$1.ZodObject<{
|
|
3524
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3525
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3526
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3527
|
+
countryCode: z$1.ZodString;
|
|
3528
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3529
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3530
3530
|
countryCode: string;
|
|
3531
3531
|
line1?: string | undefined;
|
|
3532
3532
|
line2?: string | undefined;
|
|
@@ -3539,8 +3539,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3539
3539
|
stateCode?: string | undefined;
|
|
3540
3540
|
postalCode?: string | undefined;
|
|
3541
3541
|
}>;
|
|
3542
|
-
name: z.ZodString;
|
|
3543
|
-
}, "strip", z.ZodTypeAny, {
|
|
3542
|
+
name: z$1.ZodString;
|
|
3543
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3544
3544
|
recipientType: string;
|
|
3545
3545
|
address: {
|
|
3546
3546
|
countryCode: string;
|
|
@@ -3563,20 +3563,20 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3563
3563
|
name: string;
|
|
3564
3564
|
accountId?: string | undefined;
|
|
3565
3565
|
}>;
|
|
3566
|
-
executedAt: z.ZodString;
|
|
3567
|
-
createdAt: z.ZodString;
|
|
3568
|
-
externalId: z.ZodString;
|
|
3569
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3570
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3571
|
-
currencyData: z.ZodObject<{
|
|
3572
|
-
code: z.ZodString;
|
|
3573
|
-
name: z.ZodString;
|
|
3574
|
-
decimalPlaces: z.ZodNumber;
|
|
3575
|
-
displaySymbol: z.ZodString;
|
|
3576
|
-
nameCode: z.ZodString;
|
|
3577
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
3578
|
-
isBaseCurrency: z.ZodBoolean;
|
|
3579
|
-
}, "strip", z.ZodTypeAny, {
|
|
3566
|
+
executedAt: z$1.ZodString;
|
|
3567
|
+
createdAt: z$1.ZodString;
|
|
3568
|
+
externalId: z$1.ZodString;
|
|
3569
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3570
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
3571
|
+
currencyData: z$1.ZodObject<{
|
|
3572
|
+
code: z$1.ZodString;
|
|
3573
|
+
name: z$1.ZodString;
|
|
3574
|
+
decimalPlaces: z$1.ZodNumber;
|
|
3575
|
+
displaySymbol: z$1.ZodString;
|
|
3576
|
+
nameCode: z$1.ZodString;
|
|
3577
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
3578
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
3579
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3580
3580
|
code: string;
|
|
3581
3581
|
name: string;
|
|
3582
3582
|
decimalPlaces: number;
|
|
@@ -3593,27 +3593,27 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3593
3593
|
currencyCodeInDigit: number;
|
|
3594
3594
|
isBaseCurrency: boolean;
|
|
3595
3595
|
}>;
|
|
3596
|
-
currency: z.ZodString;
|
|
3597
|
-
}, z.ZodAny, "strip">[];
|
|
3596
|
+
currency: z$1.ZodString;
|
|
3597
|
+
}, z$1.ZodAny, "strip">[];
|
|
3598
3598
|
}, {
|
|
3599
3599
|
totalFilteredRecords: number;
|
|
3600
|
-
pageItems: z.objectInputType<{
|
|
3601
|
-
id: z.ZodNumber;
|
|
3602
|
-
clientId: z.ZodNumber;
|
|
3603
|
-
amount: z.ZodNumber;
|
|
3604
|
-
correlationId: z.ZodString;
|
|
3605
|
-
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3606
|
-
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3607
|
-
recipient: z.ZodObject<{
|
|
3608
|
-
cardId: z.ZodOptional<z.ZodString>;
|
|
3609
|
-
recipientType: z.ZodString;
|
|
3610
|
-
address: z.ZodObject<{
|
|
3611
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3612
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3613
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3614
|
-
countryCode: z.ZodString;
|
|
3615
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3616
|
-
}, "strip", z.ZodTypeAny, {
|
|
3600
|
+
pageItems: z$1.objectInputType<{
|
|
3601
|
+
id: z$1.ZodNumber;
|
|
3602
|
+
clientId: z$1.ZodNumber;
|
|
3603
|
+
amount: z$1.ZodNumber;
|
|
3604
|
+
correlationId: z$1.ZodString;
|
|
3605
|
+
paymentType: z$1.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3606
|
+
paymentRail: z$1.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3607
|
+
recipient: z$1.ZodObject<{
|
|
3608
|
+
cardId: z$1.ZodOptional<z$1.ZodString>;
|
|
3609
|
+
recipientType: z$1.ZodString;
|
|
3610
|
+
address: z$1.ZodObject<{
|
|
3611
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3612
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3613
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3614
|
+
countryCode: z$1.ZodString;
|
|
3615
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3616
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3617
3617
|
countryCode: string;
|
|
3618
3618
|
line1?: string | undefined;
|
|
3619
3619
|
line2?: string | undefined;
|
|
@@ -3626,8 +3626,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3626
3626
|
stateCode?: string | undefined;
|
|
3627
3627
|
postalCode?: string | undefined;
|
|
3628
3628
|
}>;
|
|
3629
|
-
name: z.ZodString;
|
|
3630
|
-
}, "strip", z.ZodTypeAny, {
|
|
3629
|
+
name: z$1.ZodString;
|
|
3630
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3631
3631
|
recipientType: string;
|
|
3632
3632
|
address: {
|
|
3633
3633
|
countryCode: string;
|
|
@@ -3650,16 +3650,16 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3650
3650
|
name: string;
|
|
3651
3651
|
cardId?: string | undefined;
|
|
3652
3652
|
}>;
|
|
3653
|
-
originator: z.ZodObject<{
|
|
3654
|
-
accountId: z.ZodOptional<z.ZodString>;
|
|
3655
|
-
recipientType: z.ZodString;
|
|
3656
|
-
address: z.ZodObject<{
|
|
3657
|
-
line1: z.ZodOptional<z.ZodString>;
|
|
3658
|
-
line2: z.ZodOptional<z.ZodString>;
|
|
3659
|
-
stateCode: z.ZodOptional<z.ZodString>;
|
|
3660
|
-
countryCode: z.ZodString;
|
|
3661
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
3662
|
-
}, "strip", z.ZodTypeAny, {
|
|
3653
|
+
originator: z$1.ZodObject<{
|
|
3654
|
+
accountId: z$1.ZodOptional<z$1.ZodString>;
|
|
3655
|
+
recipientType: z$1.ZodString;
|
|
3656
|
+
address: z$1.ZodObject<{
|
|
3657
|
+
line1: z$1.ZodOptional<z$1.ZodString>;
|
|
3658
|
+
line2: z$1.ZodOptional<z$1.ZodString>;
|
|
3659
|
+
stateCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3660
|
+
countryCode: z$1.ZodString;
|
|
3661
|
+
postalCode: z$1.ZodOptional<z$1.ZodString>;
|
|
3662
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3663
3663
|
countryCode: string;
|
|
3664
3664
|
line1?: string | undefined;
|
|
3665
3665
|
line2?: string | undefined;
|
|
@@ -3672,8 +3672,8 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3672
3672
|
stateCode?: string | undefined;
|
|
3673
3673
|
postalCode?: string | undefined;
|
|
3674
3674
|
}>;
|
|
3675
|
-
name: z.ZodString;
|
|
3676
|
-
}, "strip", z.ZodTypeAny, {
|
|
3675
|
+
name: z$1.ZodString;
|
|
3676
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3677
3677
|
recipientType: string;
|
|
3678
3678
|
address: {
|
|
3679
3679
|
countryCode: string;
|
|
@@ -3696,20 +3696,20 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3696
3696
|
name: string;
|
|
3697
3697
|
accountId?: string | undefined;
|
|
3698
3698
|
}>;
|
|
3699
|
-
executedAt: z.ZodString;
|
|
3700
|
-
createdAt: z.ZodString;
|
|
3701
|
-
externalId: z.ZodString;
|
|
3702
|
-
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3703
|
-
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3704
|
-
currencyData: z.ZodObject<{
|
|
3705
|
-
code: z.ZodString;
|
|
3706
|
-
name: z.ZodString;
|
|
3707
|
-
decimalPlaces: z.ZodNumber;
|
|
3708
|
-
displaySymbol: z.ZodString;
|
|
3709
|
-
nameCode: z.ZodString;
|
|
3710
|
-
currencyCodeInDigit: z.ZodNumber;
|
|
3711
|
-
isBaseCurrency: z.ZodBoolean;
|
|
3712
|
-
}, "strip", z.ZodTypeAny, {
|
|
3699
|
+
executedAt: z$1.ZodString;
|
|
3700
|
+
createdAt: z$1.ZodString;
|
|
3701
|
+
externalId: z$1.ZodString;
|
|
3702
|
+
status: z$1.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3703
|
+
paymentRailMetaData: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
|
|
3704
|
+
currencyData: z$1.ZodObject<{
|
|
3705
|
+
code: z$1.ZodString;
|
|
3706
|
+
name: z$1.ZodString;
|
|
3707
|
+
decimalPlaces: z$1.ZodNumber;
|
|
3708
|
+
displaySymbol: z$1.ZodString;
|
|
3709
|
+
nameCode: z$1.ZodString;
|
|
3710
|
+
currencyCodeInDigit: z$1.ZodNumber;
|
|
3711
|
+
isBaseCurrency: z$1.ZodBoolean;
|
|
3712
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
3713
3713
|
code: string;
|
|
3714
3714
|
name: string;
|
|
3715
3715
|
decimalPlaces: number;
|
|
@@ -3726,34 +3726,34 @@ declare const PaymentResponseSchema: z.ZodObject<{
|
|
|
3726
3726
|
currencyCodeInDigit: number;
|
|
3727
3727
|
isBaseCurrency: boolean;
|
|
3728
3728
|
}>;
|
|
3729
|
-
currency: z.ZodString;
|
|
3730
|
-
}, z.ZodAny, "strip">[];
|
|
3729
|
+
currency: z$1.ZodString;
|
|
3730
|
+
}, z$1.ZodAny, "strip">[];
|
|
3731
3731
|
}>;
|
|
3732
|
-
type Payment = z.infer<typeof PaymentSchema>;
|
|
3733
|
-
type CreatePaymentInput = z.infer<typeof CreatePaymentInputSchema>;
|
|
3734
|
-
type UpdatePaymentInput = z.infer<typeof UpdatePaymentInputSchema>;
|
|
3735
|
-
type PaymentResponse = z.infer<typeof PaymentResponseSchema>;
|
|
3732
|
+
type Payment = z$1.infer<typeof PaymentSchema>;
|
|
3733
|
+
type CreatePaymentInput = z$1.infer<typeof CreatePaymentInputSchema>;
|
|
3734
|
+
type UpdatePaymentInput = z$1.infer<typeof UpdatePaymentInputSchema>;
|
|
3735
|
+
type PaymentResponse = z$1.infer<typeof PaymentResponseSchema>;
|
|
3736
3736
|
|
|
3737
3737
|
declare const createClient: (initialConfig: Config) => {
|
|
3738
3738
|
payment: {
|
|
3739
3739
|
create: (data: CreatePaymentInput) => {
|
|
3740
|
-
execute: () => Promise<
|
|
3741
|
-
id:
|
|
3742
|
-
clientId:
|
|
3743
|
-
amount:
|
|
3744
|
-
correlationId:
|
|
3745
|
-
paymentType:
|
|
3746
|
-
paymentRail:
|
|
3747
|
-
recipient:
|
|
3748
|
-
cardId:
|
|
3749
|
-
recipientType:
|
|
3750
|
-
address:
|
|
3751
|
-
line1:
|
|
3752
|
-
line2:
|
|
3753
|
-
stateCode:
|
|
3754
|
-
countryCode:
|
|
3755
|
-
postalCode:
|
|
3756
|
-
}, "strip",
|
|
3740
|
+
execute: () => Promise<z.objectOutputType<{
|
|
3741
|
+
id: z.ZodNumber;
|
|
3742
|
+
clientId: z.ZodNumber;
|
|
3743
|
+
amount: z.ZodNumber;
|
|
3744
|
+
correlationId: z.ZodString;
|
|
3745
|
+
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3746
|
+
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3747
|
+
recipient: z.ZodObject<{
|
|
3748
|
+
cardId: z.ZodOptional<z.ZodString>;
|
|
3749
|
+
recipientType: z.ZodString;
|
|
3750
|
+
address: z.ZodObject<{
|
|
3751
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
3752
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
3753
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
3754
|
+
countryCode: z.ZodString;
|
|
3755
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
3756
|
+
}, "strip", z.ZodTypeAny, {
|
|
3757
3757
|
countryCode: string;
|
|
3758
3758
|
line1?: string | undefined;
|
|
3759
3759
|
line2?: string | undefined;
|
|
@@ -3766,8 +3766,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3766
3766
|
stateCode?: string | undefined;
|
|
3767
3767
|
postalCode?: string | undefined;
|
|
3768
3768
|
}>;
|
|
3769
|
-
name:
|
|
3770
|
-
}, "strip",
|
|
3769
|
+
name: z.ZodString;
|
|
3770
|
+
}, "strip", z.ZodTypeAny, {
|
|
3771
3771
|
recipientType: string;
|
|
3772
3772
|
address: {
|
|
3773
3773
|
countryCode: string;
|
|
@@ -3790,16 +3790,16 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3790
3790
|
name: string;
|
|
3791
3791
|
cardId?: string | undefined;
|
|
3792
3792
|
}>;
|
|
3793
|
-
originator:
|
|
3794
|
-
accountId:
|
|
3795
|
-
recipientType:
|
|
3796
|
-
address:
|
|
3797
|
-
line1:
|
|
3798
|
-
line2:
|
|
3799
|
-
stateCode:
|
|
3800
|
-
countryCode:
|
|
3801
|
-
postalCode:
|
|
3802
|
-
}, "strip",
|
|
3793
|
+
originator: z.ZodObject<{
|
|
3794
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
3795
|
+
recipientType: z.ZodString;
|
|
3796
|
+
address: z.ZodObject<{
|
|
3797
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
3798
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
3799
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
3800
|
+
countryCode: z.ZodString;
|
|
3801
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
3802
|
+
}, "strip", z.ZodTypeAny, {
|
|
3803
3803
|
countryCode: string;
|
|
3804
3804
|
line1?: string | undefined;
|
|
3805
3805
|
line2?: string | undefined;
|
|
@@ -3812,8 +3812,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3812
3812
|
stateCode?: string | undefined;
|
|
3813
3813
|
postalCode?: string | undefined;
|
|
3814
3814
|
}>;
|
|
3815
|
-
name:
|
|
3816
|
-
}, "strip",
|
|
3815
|
+
name: z.ZodString;
|
|
3816
|
+
}, "strip", z.ZodTypeAny, {
|
|
3817
3817
|
recipientType: string;
|
|
3818
3818
|
address: {
|
|
3819
3819
|
countryCode: string;
|
|
@@ -3836,20 +3836,20 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3836
3836
|
name: string;
|
|
3837
3837
|
accountId?: string | undefined;
|
|
3838
3838
|
}>;
|
|
3839
|
-
executedAt:
|
|
3840
|
-
createdAt:
|
|
3841
|
-
externalId:
|
|
3842
|
-
status:
|
|
3843
|
-
paymentRailMetaData:
|
|
3844
|
-
currencyData:
|
|
3845
|
-
code:
|
|
3846
|
-
name:
|
|
3847
|
-
decimalPlaces:
|
|
3848
|
-
displaySymbol:
|
|
3849
|
-
nameCode:
|
|
3850
|
-
currencyCodeInDigit:
|
|
3851
|
-
isBaseCurrency:
|
|
3852
|
-
}, "strip",
|
|
3839
|
+
executedAt: z.ZodString;
|
|
3840
|
+
createdAt: z.ZodString;
|
|
3841
|
+
externalId: z.ZodString;
|
|
3842
|
+
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3843
|
+
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3844
|
+
currencyData: z.ZodObject<{
|
|
3845
|
+
code: z.ZodString;
|
|
3846
|
+
name: z.ZodString;
|
|
3847
|
+
decimalPlaces: z.ZodNumber;
|
|
3848
|
+
displaySymbol: z.ZodString;
|
|
3849
|
+
nameCode: z.ZodString;
|
|
3850
|
+
currencyCodeInDigit: z.ZodNumber;
|
|
3851
|
+
isBaseCurrency: z.ZodBoolean;
|
|
3852
|
+
}, "strip", z.ZodTypeAny, {
|
|
3853
3853
|
code: string;
|
|
3854
3854
|
name: string;
|
|
3855
3855
|
decimalPlaces: number;
|
|
@@ -3866,27 +3866,27 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3866
3866
|
currencyCodeInDigit: number;
|
|
3867
3867
|
isBaseCurrency: boolean;
|
|
3868
3868
|
}>;
|
|
3869
|
-
currency:
|
|
3870
|
-
},
|
|
3869
|
+
currency: z.ZodString;
|
|
3870
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
3871
3871
|
};
|
|
3872
3872
|
get: (id: number) => {
|
|
3873
|
-
execute: () => Promise<
|
|
3874
|
-
id:
|
|
3875
|
-
clientId:
|
|
3876
|
-
amount:
|
|
3877
|
-
correlationId:
|
|
3878
|
-
paymentType:
|
|
3879
|
-
paymentRail:
|
|
3880
|
-
recipient:
|
|
3881
|
-
cardId:
|
|
3882
|
-
recipientType:
|
|
3883
|
-
address:
|
|
3884
|
-
line1:
|
|
3885
|
-
line2:
|
|
3886
|
-
stateCode:
|
|
3887
|
-
countryCode:
|
|
3888
|
-
postalCode:
|
|
3889
|
-
}, "strip",
|
|
3873
|
+
execute: () => Promise<z.objectOutputType<{
|
|
3874
|
+
id: z.ZodNumber;
|
|
3875
|
+
clientId: z.ZodNumber;
|
|
3876
|
+
amount: z.ZodNumber;
|
|
3877
|
+
correlationId: z.ZodString;
|
|
3878
|
+
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
3879
|
+
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
3880
|
+
recipient: z.ZodObject<{
|
|
3881
|
+
cardId: z.ZodOptional<z.ZodString>;
|
|
3882
|
+
recipientType: z.ZodString;
|
|
3883
|
+
address: z.ZodObject<{
|
|
3884
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
3885
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
3886
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
3887
|
+
countryCode: z.ZodString;
|
|
3888
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
3889
|
+
}, "strip", z.ZodTypeAny, {
|
|
3890
3890
|
countryCode: string;
|
|
3891
3891
|
line1?: string | undefined;
|
|
3892
3892
|
line2?: string | undefined;
|
|
@@ -3899,8 +3899,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3899
3899
|
stateCode?: string | undefined;
|
|
3900
3900
|
postalCode?: string | undefined;
|
|
3901
3901
|
}>;
|
|
3902
|
-
name:
|
|
3903
|
-
}, "strip",
|
|
3902
|
+
name: z.ZodString;
|
|
3903
|
+
}, "strip", z.ZodTypeAny, {
|
|
3904
3904
|
recipientType: string;
|
|
3905
3905
|
address: {
|
|
3906
3906
|
countryCode: string;
|
|
@@ -3923,16 +3923,16 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3923
3923
|
name: string;
|
|
3924
3924
|
cardId?: string | undefined;
|
|
3925
3925
|
}>;
|
|
3926
|
-
originator:
|
|
3927
|
-
accountId:
|
|
3928
|
-
recipientType:
|
|
3929
|
-
address:
|
|
3930
|
-
line1:
|
|
3931
|
-
line2:
|
|
3932
|
-
stateCode:
|
|
3933
|
-
countryCode:
|
|
3934
|
-
postalCode:
|
|
3935
|
-
}, "strip",
|
|
3926
|
+
originator: z.ZodObject<{
|
|
3927
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
3928
|
+
recipientType: z.ZodString;
|
|
3929
|
+
address: z.ZodObject<{
|
|
3930
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
3931
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
3932
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
3933
|
+
countryCode: z.ZodString;
|
|
3934
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
3935
|
+
}, "strip", z.ZodTypeAny, {
|
|
3936
3936
|
countryCode: string;
|
|
3937
3937
|
line1?: string | undefined;
|
|
3938
3938
|
line2?: string | undefined;
|
|
@@ -3945,8 +3945,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3945
3945
|
stateCode?: string | undefined;
|
|
3946
3946
|
postalCode?: string | undefined;
|
|
3947
3947
|
}>;
|
|
3948
|
-
name:
|
|
3949
|
-
}, "strip",
|
|
3948
|
+
name: z.ZodString;
|
|
3949
|
+
}, "strip", z.ZodTypeAny, {
|
|
3950
3950
|
recipientType: string;
|
|
3951
3951
|
address: {
|
|
3952
3952
|
countryCode: string;
|
|
@@ -3969,20 +3969,20 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3969
3969
|
name: string;
|
|
3970
3970
|
accountId?: string | undefined;
|
|
3971
3971
|
}>;
|
|
3972
|
-
executedAt:
|
|
3973
|
-
createdAt:
|
|
3974
|
-
externalId:
|
|
3975
|
-
status:
|
|
3976
|
-
paymentRailMetaData:
|
|
3977
|
-
currencyData:
|
|
3978
|
-
code:
|
|
3979
|
-
name:
|
|
3980
|
-
decimalPlaces:
|
|
3981
|
-
displaySymbol:
|
|
3982
|
-
nameCode:
|
|
3983
|
-
currencyCodeInDigit:
|
|
3984
|
-
isBaseCurrency:
|
|
3985
|
-
}, "strip",
|
|
3972
|
+
executedAt: z.ZodString;
|
|
3973
|
+
createdAt: z.ZodString;
|
|
3974
|
+
externalId: z.ZodString;
|
|
3975
|
+
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
3976
|
+
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3977
|
+
currencyData: z.ZodObject<{
|
|
3978
|
+
code: z.ZodString;
|
|
3979
|
+
name: z.ZodString;
|
|
3980
|
+
decimalPlaces: z.ZodNumber;
|
|
3981
|
+
displaySymbol: z.ZodString;
|
|
3982
|
+
nameCode: z.ZodString;
|
|
3983
|
+
currencyCodeInDigit: z.ZodNumber;
|
|
3984
|
+
isBaseCurrency: z.ZodBoolean;
|
|
3985
|
+
}, "strip", z.ZodTypeAny, {
|
|
3986
3986
|
code: string;
|
|
3987
3987
|
name: string;
|
|
3988
3988
|
decimalPlaces: number;
|
|
@@ -3999,27 +3999,27 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
3999
3999
|
currencyCodeInDigit: number;
|
|
4000
4000
|
isBaseCurrency: boolean;
|
|
4001
4001
|
}>;
|
|
4002
|
-
currency:
|
|
4003
|
-
},
|
|
4002
|
+
currency: z.ZodString;
|
|
4003
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4004
4004
|
};
|
|
4005
4005
|
update: (id: number, data: UpdatePaymentInput) => {
|
|
4006
|
-
execute: () => Promise<
|
|
4007
|
-
id:
|
|
4008
|
-
clientId:
|
|
4009
|
-
amount:
|
|
4010
|
-
correlationId:
|
|
4011
|
-
paymentType:
|
|
4012
|
-
paymentRail:
|
|
4013
|
-
recipient:
|
|
4014
|
-
cardId:
|
|
4015
|
-
recipientType:
|
|
4016
|
-
address:
|
|
4017
|
-
line1:
|
|
4018
|
-
line2:
|
|
4019
|
-
stateCode:
|
|
4020
|
-
countryCode:
|
|
4021
|
-
postalCode:
|
|
4022
|
-
}, "strip",
|
|
4006
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4007
|
+
id: z.ZodNumber;
|
|
4008
|
+
clientId: z.ZodNumber;
|
|
4009
|
+
amount: z.ZodNumber;
|
|
4010
|
+
correlationId: z.ZodString;
|
|
4011
|
+
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
4012
|
+
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
4013
|
+
recipient: z.ZodObject<{
|
|
4014
|
+
cardId: z.ZodOptional<z.ZodString>;
|
|
4015
|
+
recipientType: z.ZodString;
|
|
4016
|
+
address: z.ZodObject<{
|
|
4017
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4018
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4019
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4020
|
+
countryCode: z.ZodString;
|
|
4021
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4022
|
+
}, "strip", z.ZodTypeAny, {
|
|
4023
4023
|
countryCode: string;
|
|
4024
4024
|
line1?: string | undefined;
|
|
4025
4025
|
line2?: string | undefined;
|
|
@@ -4032,8 +4032,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4032
4032
|
stateCode?: string | undefined;
|
|
4033
4033
|
postalCode?: string | undefined;
|
|
4034
4034
|
}>;
|
|
4035
|
-
name:
|
|
4036
|
-
}, "strip",
|
|
4035
|
+
name: z.ZodString;
|
|
4036
|
+
}, "strip", z.ZodTypeAny, {
|
|
4037
4037
|
recipientType: string;
|
|
4038
4038
|
address: {
|
|
4039
4039
|
countryCode: string;
|
|
@@ -4056,16 +4056,16 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4056
4056
|
name: string;
|
|
4057
4057
|
cardId?: string | undefined;
|
|
4058
4058
|
}>;
|
|
4059
|
-
originator:
|
|
4060
|
-
accountId:
|
|
4061
|
-
recipientType:
|
|
4062
|
-
address:
|
|
4063
|
-
line1:
|
|
4064
|
-
line2:
|
|
4065
|
-
stateCode:
|
|
4066
|
-
countryCode:
|
|
4067
|
-
postalCode:
|
|
4068
|
-
}, "strip",
|
|
4059
|
+
originator: z.ZodObject<{
|
|
4060
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
4061
|
+
recipientType: z.ZodString;
|
|
4062
|
+
address: z.ZodObject<{
|
|
4063
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4064
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4065
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4066
|
+
countryCode: z.ZodString;
|
|
4067
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4068
|
+
}, "strip", z.ZodTypeAny, {
|
|
4069
4069
|
countryCode: string;
|
|
4070
4070
|
line1?: string | undefined;
|
|
4071
4071
|
line2?: string | undefined;
|
|
@@ -4078,8 +4078,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4078
4078
|
stateCode?: string | undefined;
|
|
4079
4079
|
postalCode?: string | undefined;
|
|
4080
4080
|
}>;
|
|
4081
|
-
name:
|
|
4082
|
-
}, "strip",
|
|
4081
|
+
name: z.ZodString;
|
|
4082
|
+
}, "strip", z.ZodTypeAny, {
|
|
4083
4083
|
recipientType: string;
|
|
4084
4084
|
address: {
|
|
4085
4085
|
countryCode: string;
|
|
@@ -4102,20 +4102,20 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4102
4102
|
name: string;
|
|
4103
4103
|
accountId?: string | undefined;
|
|
4104
4104
|
}>;
|
|
4105
|
-
executedAt:
|
|
4106
|
-
createdAt:
|
|
4107
|
-
externalId:
|
|
4108
|
-
status:
|
|
4109
|
-
paymentRailMetaData:
|
|
4110
|
-
currencyData:
|
|
4111
|
-
code:
|
|
4112
|
-
name:
|
|
4113
|
-
decimalPlaces:
|
|
4114
|
-
displaySymbol:
|
|
4115
|
-
nameCode:
|
|
4116
|
-
currencyCodeInDigit:
|
|
4117
|
-
isBaseCurrency:
|
|
4118
|
-
}, "strip",
|
|
4105
|
+
executedAt: z.ZodString;
|
|
4106
|
+
createdAt: z.ZodString;
|
|
4107
|
+
externalId: z.ZodString;
|
|
4108
|
+
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
4109
|
+
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4110
|
+
currencyData: z.ZodObject<{
|
|
4111
|
+
code: z.ZodString;
|
|
4112
|
+
name: z.ZodString;
|
|
4113
|
+
decimalPlaces: z.ZodNumber;
|
|
4114
|
+
displaySymbol: z.ZodString;
|
|
4115
|
+
nameCode: z.ZodString;
|
|
4116
|
+
currencyCodeInDigit: z.ZodNumber;
|
|
4117
|
+
isBaseCurrency: z.ZodBoolean;
|
|
4118
|
+
}, "strip", z.ZodTypeAny, {
|
|
4119
4119
|
code: string;
|
|
4120
4120
|
name: string;
|
|
4121
4121
|
decimalPlaces: number;
|
|
@@ -4132,8 +4132,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4132
4132
|
currencyCodeInDigit: number;
|
|
4133
4133
|
isBaseCurrency: boolean;
|
|
4134
4134
|
}>;
|
|
4135
|
-
currency:
|
|
4136
|
-
},
|
|
4135
|
+
currency: z.ZodString;
|
|
4136
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4137
4137
|
};
|
|
4138
4138
|
delete: (id: number) => {
|
|
4139
4139
|
execute: () => Promise<void | undefined>;
|
|
@@ -4146,6 +4146,41 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4146
4146
|
execute: () => Promise<unknown>;
|
|
4147
4147
|
};
|
|
4148
4148
|
};
|
|
4149
|
+
client: {
|
|
4150
|
+
create: (data: CreateClientRequest) => {
|
|
4151
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4152
|
+
clientId: z.ZodNumber;
|
|
4153
|
+
status: z.ZodString;
|
|
4154
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4155
|
+
};
|
|
4156
|
+
get: (id: number) => {
|
|
4157
|
+
execute: () => Promise<any>;
|
|
4158
|
+
};
|
|
4159
|
+
update: (id: number, data: UpdateClientRequest) => {
|
|
4160
|
+
execute: () => Promise<ProcessOutput | undefined>;
|
|
4161
|
+
};
|
|
4162
|
+
updateDocumentRecord: (id: number, data: UpdateClientIdentifierRequest) => {
|
|
4163
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4164
|
+
id: z.ZodNumber;
|
|
4165
|
+
officeId: z.ZodNumber;
|
|
4166
|
+
clientId: z.ZodNumber;
|
|
4167
|
+
resourceId: z.ZodNumber;
|
|
4168
|
+
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
4169
|
+
isScheduledTransfer: z.ZodBoolean;
|
|
4170
|
+
isSkipNotification: z.ZodBoolean;
|
|
4171
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4172
|
+
};
|
|
4173
|
+
delete: (id: number) => {
|
|
4174
|
+
execute: () => Promise<ProcessOutput | undefined>;
|
|
4175
|
+
};
|
|
4176
|
+
list: () => {
|
|
4177
|
+
where: any;
|
|
4178
|
+
limit: (value: number) => /*elided*/ any;
|
|
4179
|
+
offset: (value: number) => /*elided*/ any;
|
|
4180
|
+
all: () => /*elided*/ any;
|
|
4181
|
+
execute: () => Promise<unknown>;
|
|
4182
|
+
};
|
|
4183
|
+
};
|
|
4149
4184
|
setConfig: (config: Config) => void;
|
|
4150
4185
|
updateConfig: (config: Partial<Config>) => void;
|
|
4151
4186
|
resetConfig: () => void;
|
|
@@ -4153,23 +4188,23 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4153
4188
|
tenant: (tenantId: string) => {
|
|
4154
4189
|
payment: {
|
|
4155
4190
|
create: (data: CreatePaymentInput) => {
|
|
4156
|
-
execute: () => Promise<
|
|
4157
|
-
id:
|
|
4158
|
-
clientId:
|
|
4159
|
-
amount:
|
|
4160
|
-
correlationId:
|
|
4161
|
-
paymentType:
|
|
4162
|
-
paymentRail:
|
|
4163
|
-
recipient:
|
|
4164
|
-
cardId:
|
|
4165
|
-
recipientType:
|
|
4166
|
-
address:
|
|
4167
|
-
line1:
|
|
4168
|
-
line2:
|
|
4169
|
-
stateCode:
|
|
4170
|
-
countryCode:
|
|
4171
|
-
postalCode:
|
|
4172
|
-
}, "strip",
|
|
4191
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4192
|
+
id: z.ZodNumber;
|
|
4193
|
+
clientId: z.ZodNumber;
|
|
4194
|
+
amount: z.ZodNumber;
|
|
4195
|
+
correlationId: z.ZodString;
|
|
4196
|
+
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
4197
|
+
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
4198
|
+
recipient: z.ZodObject<{
|
|
4199
|
+
cardId: z.ZodOptional<z.ZodString>;
|
|
4200
|
+
recipientType: z.ZodString;
|
|
4201
|
+
address: z.ZodObject<{
|
|
4202
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4203
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4204
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4205
|
+
countryCode: z.ZodString;
|
|
4206
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4207
|
+
}, "strip", z.ZodTypeAny, {
|
|
4173
4208
|
countryCode: string;
|
|
4174
4209
|
line1?: string | undefined;
|
|
4175
4210
|
line2?: string | undefined;
|
|
@@ -4182,8 +4217,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4182
4217
|
stateCode?: string | undefined;
|
|
4183
4218
|
postalCode?: string | undefined;
|
|
4184
4219
|
}>;
|
|
4185
|
-
name:
|
|
4186
|
-
}, "strip",
|
|
4220
|
+
name: z.ZodString;
|
|
4221
|
+
}, "strip", z.ZodTypeAny, {
|
|
4187
4222
|
recipientType: string;
|
|
4188
4223
|
address: {
|
|
4189
4224
|
countryCode: string;
|
|
@@ -4206,16 +4241,16 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4206
4241
|
name: string;
|
|
4207
4242
|
cardId?: string | undefined;
|
|
4208
4243
|
}>;
|
|
4209
|
-
originator:
|
|
4210
|
-
accountId:
|
|
4211
|
-
recipientType:
|
|
4212
|
-
address:
|
|
4213
|
-
line1:
|
|
4214
|
-
line2:
|
|
4215
|
-
stateCode:
|
|
4216
|
-
countryCode:
|
|
4217
|
-
postalCode:
|
|
4218
|
-
}, "strip",
|
|
4244
|
+
originator: z.ZodObject<{
|
|
4245
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
4246
|
+
recipientType: z.ZodString;
|
|
4247
|
+
address: z.ZodObject<{
|
|
4248
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4249
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4250
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4251
|
+
countryCode: z.ZodString;
|
|
4252
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4253
|
+
}, "strip", z.ZodTypeAny, {
|
|
4219
4254
|
countryCode: string;
|
|
4220
4255
|
line1?: string | undefined;
|
|
4221
4256
|
line2?: string | undefined;
|
|
@@ -4228,8 +4263,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4228
4263
|
stateCode?: string | undefined;
|
|
4229
4264
|
postalCode?: string | undefined;
|
|
4230
4265
|
}>;
|
|
4231
|
-
name:
|
|
4232
|
-
}, "strip",
|
|
4266
|
+
name: z.ZodString;
|
|
4267
|
+
}, "strip", z.ZodTypeAny, {
|
|
4233
4268
|
recipientType: string;
|
|
4234
4269
|
address: {
|
|
4235
4270
|
countryCode: string;
|
|
@@ -4252,20 +4287,20 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4252
4287
|
name: string;
|
|
4253
4288
|
accountId?: string | undefined;
|
|
4254
4289
|
}>;
|
|
4255
|
-
executedAt:
|
|
4256
|
-
createdAt:
|
|
4257
|
-
externalId:
|
|
4258
|
-
status:
|
|
4259
|
-
paymentRailMetaData:
|
|
4260
|
-
currencyData:
|
|
4261
|
-
code:
|
|
4262
|
-
name:
|
|
4263
|
-
decimalPlaces:
|
|
4264
|
-
displaySymbol:
|
|
4265
|
-
nameCode:
|
|
4266
|
-
currencyCodeInDigit:
|
|
4267
|
-
isBaseCurrency:
|
|
4268
|
-
}, "strip",
|
|
4290
|
+
executedAt: z.ZodString;
|
|
4291
|
+
createdAt: z.ZodString;
|
|
4292
|
+
externalId: z.ZodString;
|
|
4293
|
+
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
4294
|
+
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4295
|
+
currencyData: z.ZodObject<{
|
|
4296
|
+
code: z.ZodString;
|
|
4297
|
+
name: z.ZodString;
|
|
4298
|
+
decimalPlaces: z.ZodNumber;
|
|
4299
|
+
displaySymbol: z.ZodString;
|
|
4300
|
+
nameCode: z.ZodString;
|
|
4301
|
+
currencyCodeInDigit: z.ZodNumber;
|
|
4302
|
+
isBaseCurrency: z.ZodBoolean;
|
|
4303
|
+
}, "strip", z.ZodTypeAny, {
|
|
4269
4304
|
code: string;
|
|
4270
4305
|
name: string;
|
|
4271
4306
|
decimalPlaces: number;
|
|
@@ -4282,27 +4317,27 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4282
4317
|
currencyCodeInDigit: number;
|
|
4283
4318
|
isBaseCurrency: boolean;
|
|
4284
4319
|
}>;
|
|
4285
|
-
currency:
|
|
4286
|
-
},
|
|
4320
|
+
currency: z.ZodString;
|
|
4321
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4287
4322
|
};
|
|
4288
4323
|
get: (id: number) => {
|
|
4289
|
-
execute: () => Promise<
|
|
4290
|
-
id:
|
|
4291
|
-
clientId:
|
|
4292
|
-
amount:
|
|
4293
|
-
correlationId:
|
|
4294
|
-
paymentType:
|
|
4295
|
-
paymentRail:
|
|
4296
|
-
recipient:
|
|
4297
|
-
cardId:
|
|
4298
|
-
recipientType:
|
|
4299
|
-
address:
|
|
4300
|
-
line1:
|
|
4301
|
-
line2:
|
|
4302
|
-
stateCode:
|
|
4303
|
-
countryCode:
|
|
4304
|
-
postalCode:
|
|
4305
|
-
}, "strip",
|
|
4324
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4325
|
+
id: z.ZodNumber;
|
|
4326
|
+
clientId: z.ZodNumber;
|
|
4327
|
+
amount: z.ZodNumber;
|
|
4328
|
+
correlationId: z.ZodString;
|
|
4329
|
+
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
4330
|
+
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
4331
|
+
recipient: z.ZodObject<{
|
|
4332
|
+
cardId: z.ZodOptional<z.ZodString>;
|
|
4333
|
+
recipientType: z.ZodString;
|
|
4334
|
+
address: z.ZodObject<{
|
|
4335
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4336
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4337
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4338
|
+
countryCode: z.ZodString;
|
|
4339
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4340
|
+
}, "strip", z.ZodTypeAny, {
|
|
4306
4341
|
countryCode: string;
|
|
4307
4342
|
line1?: string | undefined;
|
|
4308
4343
|
line2?: string | undefined;
|
|
@@ -4315,8 +4350,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4315
4350
|
stateCode?: string | undefined;
|
|
4316
4351
|
postalCode?: string | undefined;
|
|
4317
4352
|
}>;
|
|
4318
|
-
name:
|
|
4319
|
-
}, "strip",
|
|
4353
|
+
name: z.ZodString;
|
|
4354
|
+
}, "strip", z.ZodTypeAny, {
|
|
4320
4355
|
recipientType: string;
|
|
4321
4356
|
address: {
|
|
4322
4357
|
countryCode: string;
|
|
@@ -4339,16 +4374,16 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4339
4374
|
name: string;
|
|
4340
4375
|
cardId?: string | undefined;
|
|
4341
4376
|
}>;
|
|
4342
|
-
originator:
|
|
4343
|
-
accountId:
|
|
4344
|
-
recipientType:
|
|
4345
|
-
address:
|
|
4346
|
-
line1:
|
|
4347
|
-
line2:
|
|
4348
|
-
stateCode:
|
|
4349
|
-
countryCode:
|
|
4350
|
-
postalCode:
|
|
4351
|
-
}, "strip",
|
|
4377
|
+
originator: z.ZodObject<{
|
|
4378
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
4379
|
+
recipientType: z.ZodString;
|
|
4380
|
+
address: z.ZodObject<{
|
|
4381
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4382
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4383
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4384
|
+
countryCode: z.ZodString;
|
|
4385
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4386
|
+
}, "strip", z.ZodTypeAny, {
|
|
4352
4387
|
countryCode: string;
|
|
4353
4388
|
line1?: string | undefined;
|
|
4354
4389
|
line2?: string | undefined;
|
|
@@ -4361,8 +4396,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4361
4396
|
stateCode?: string | undefined;
|
|
4362
4397
|
postalCode?: string | undefined;
|
|
4363
4398
|
}>;
|
|
4364
|
-
name:
|
|
4365
|
-
}, "strip",
|
|
4399
|
+
name: z.ZodString;
|
|
4400
|
+
}, "strip", z.ZodTypeAny, {
|
|
4366
4401
|
recipientType: string;
|
|
4367
4402
|
address: {
|
|
4368
4403
|
countryCode: string;
|
|
@@ -4385,20 +4420,20 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4385
4420
|
name: string;
|
|
4386
4421
|
accountId?: string | undefined;
|
|
4387
4422
|
}>;
|
|
4388
|
-
executedAt:
|
|
4389
|
-
createdAt:
|
|
4390
|
-
externalId:
|
|
4391
|
-
status:
|
|
4392
|
-
paymentRailMetaData:
|
|
4393
|
-
currencyData:
|
|
4394
|
-
code:
|
|
4395
|
-
name:
|
|
4396
|
-
decimalPlaces:
|
|
4397
|
-
displaySymbol:
|
|
4398
|
-
nameCode:
|
|
4399
|
-
currencyCodeInDigit:
|
|
4400
|
-
isBaseCurrency:
|
|
4401
|
-
}, "strip",
|
|
4423
|
+
executedAt: z.ZodString;
|
|
4424
|
+
createdAt: z.ZodString;
|
|
4425
|
+
externalId: z.ZodString;
|
|
4426
|
+
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
4427
|
+
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4428
|
+
currencyData: z.ZodObject<{
|
|
4429
|
+
code: z.ZodString;
|
|
4430
|
+
name: z.ZodString;
|
|
4431
|
+
decimalPlaces: z.ZodNumber;
|
|
4432
|
+
displaySymbol: z.ZodString;
|
|
4433
|
+
nameCode: z.ZodString;
|
|
4434
|
+
currencyCodeInDigit: z.ZodNumber;
|
|
4435
|
+
isBaseCurrency: z.ZodBoolean;
|
|
4436
|
+
}, "strip", z.ZodTypeAny, {
|
|
4402
4437
|
code: string;
|
|
4403
4438
|
name: string;
|
|
4404
4439
|
decimalPlaces: number;
|
|
@@ -4415,27 +4450,27 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4415
4450
|
currencyCodeInDigit: number;
|
|
4416
4451
|
isBaseCurrency: boolean;
|
|
4417
4452
|
}>;
|
|
4418
|
-
currency:
|
|
4419
|
-
},
|
|
4453
|
+
currency: z.ZodString;
|
|
4454
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4420
4455
|
};
|
|
4421
4456
|
update: (id: number, data: UpdatePaymentInput) => {
|
|
4422
|
-
execute: () => Promise<
|
|
4423
|
-
id:
|
|
4424
|
-
clientId:
|
|
4425
|
-
amount:
|
|
4426
|
-
correlationId:
|
|
4427
|
-
paymentType:
|
|
4428
|
-
paymentRail:
|
|
4429
|
-
recipient:
|
|
4430
|
-
cardId:
|
|
4431
|
-
recipientType:
|
|
4432
|
-
address:
|
|
4433
|
-
line1:
|
|
4434
|
-
line2:
|
|
4435
|
-
stateCode:
|
|
4436
|
-
countryCode:
|
|
4437
|
-
postalCode:
|
|
4438
|
-
}, "strip",
|
|
4457
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4458
|
+
id: z.ZodNumber;
|
|
4459
|
+
clientId: z.ZodNumber;
|
|
4460
|
+
amount: z.ZodNumber;
|
|
4461
|
+
correlationId: z.ZodString;
|
|
4462
|
+
paymentType: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
4463
|
+
paymentRail: z.ZodEnum<["ACH", "SAMEDAYACH", "WIRE", "SWIFT", "INTERNAL", "FXPAY", "CARD"]>;
|
|
4464
|
+
recipient: z.ZodObject<{
|
|
4465
|
+
cardId: z.ZodOptional<z.ZodString>;
|
|
4466
|
+
recipientType: z.ZodString;
|
|
4467
|
+
address: z.ZodObject<{
|
|
4468
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4469
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4470
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4471
|
+
countryCode: z.ZodString;
|
|
4472
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4473
|
+
}, "strip", z.ZodTypeAny, {
|
|
4439
4474
|
countryCode: string;
|
|
4440
4475
|
line1?: string | undefined;
|
|
4441
4476
|
line2?: string | undefined;
|
|
@@ -4448,8 +4483,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4448
4483
|
stateCode?: string | undefined;
|
|
4449
4484
|
postalCode?: string | undefined;
|
|
4450
4485
|
}>;
|
|
4451
|
-
name:
|
|
4452
|
-
}, "strip",
|
|
4486
|
+
name: z.ZodString;
|
|
4487
|
+
}, "strip", z.ZodTypeAny, {
|
|
4453
4488
|
recipientType: string;
|
|
4454
4489
|
address: {
|
|
4455
4490
|
countryCode: string;
|
|
@@ -4472,16 +4507,16 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4472
4507
|
name: string;
|
|
4473
4508
|
cardId?: string | undefined;
|
|
4474
4509
|
}>;
|
|
4475
|
-
originator:
|
|
4476
|
-
accountId:
|
|
4477
|
-
recipientType:
|
|
4478
|
-
address:
|
|
4479
|
-
line1:
|
|
4480
|
-
line2:
|
|
4481
|
-
stateCode:
|
|
4482
|
-
countryCode:
|
|
4483
|
-
postalCode:
|
|
4484
|
-
}, "strip",
|
|
4510
|
+
originator: z.ZodObject<{
|
|
4511
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
4512
|
+
recipientType: z.ZodString;
|
|
4513
|
+
address: z.ZodObject<{
|
|
4514
|
+
line1: z.ZodOptional<z.ZodString>;
|
|
4515
|
+
line2: z.ZodOptional<z.ZodString>;
|
|
4516
|
+
stateCode: z.ZodOptional<z.ZodString>;
|
|
4517
|
+
countryCode: z.ZodString;
|
|
4518
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
4519
|
+
}, "strip", z.ZodTypeAny, {
|
|
4485
4520
|
countryCode: string;
|
|
4486
4521
|
line1?: string | undefined;
|
|
4487
4522
|
line2?: string | undefined;
|
|
@@ -4494,8 +4529,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4494
4529
|
stateCode?: string | undefined;
|
|
4495
4530
|
postalCode?: string | undefined;
|
|
4496
4531
|
}>;
|
|
4497
|
-
name:
|
|
4498
|
-
}, "strip",
|
|
4532
|
+
name: z.ZodString;
|
|
4533
|
+
}, "strip", z.ZodTypeAny, {
|
|
4499
4534
|
recipientType: string;
|
|
4500
4535
|
address: {
|
|
4501
4536
|
countryCode: string;
|
|
@@ -4518,20 +4553,20 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4518
4553
|
name: string;
|
|
4519
4554
|
accountId?: string | undefined;
|
|
4520
4555
|
}>;
|
|
4521
|
-
executedAt:
|
|
4522
|
-
createdAt:
|
|
4523
|
-
externalId:
|
|
4524
|
-
status:
|
|
4525
|
-
paymentRailMetaData:
|
|
4526
|
-
currencyData:
|
|
4527
|
-
code:
|
|
4528
|
-
name:
|
|
4529
|
-
decimalPlaces:
|
|
4530
|
-
displaySymbol:
|
|
4531
|
-
nameCode:
|
|
4532
|
-
currencyCodeInDigit:
|
|
4533
|
-
isBaseCurrency:
|
|
4534
|
-
}, "strip",
|
|
4556
|
+
executedAt: z.ZodString;
|
|
4557
|
+
createdAt: z.ZodString;
|
|
4558
|
+
externalId: z.ZodString;
|
|
4559
|
+
status: z.ZodEnum<["DRAFT", "AML_SCREENING", "AML_REJECTED", "EXECUTION_SCHEDULED", "EXECUTION_PROCESSING", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "RETURNED", "CANCELLED", "COMPLIANCE_FAILURE", "DELETED", "UNKNOWN"]>;
|
|
4560
|
+
paymentRailMetaData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4561
|
+
currencyData: z.ZodObject<{
|
|
4562
|
+
code: z.ZodString;
|
|
4563
|
+
name: z.ZodString;
|
|
4564
|
+
decimalPlaces: z.ZodNumber;
|
|
4565
|
+
displaySymbol: z.ZodString;
|
|
4566
|
+
nameCode: z.ZodString;
|
|
4567
|
+
currencyCodeInDigit: z.ZodNumber;
|
|
4568
|
+
isBaseCurrency: z.ZodBoolean;
|
|
4569
|
+
}, "strip", z.ZodTypeAny, {
|
|
4535
4570
|
code: string;
|
|
4536
4571
|
name: string;
|
|
4537
4572
|
decimalPlaces: number;
|
|
@@ -4548,8 +4583,8 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4548
4583
|
currencyCodeInDigit: number;
|
|
4549
4584
|
isBaseCurrency: boolean;
|
|
4550
4585
|
}>;
|
|
4551
|
-
currency:
|
|
4552
|
-
},
|
|
4586
|
+
currency: z.ZodString;
|
|
4587
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4553
4588
|
};
|
|
4554
4589
|
delete: (id: number) => {
|
|
4555
4590
|
execute: () => Promise<void | undefined>;
|
|
@@ -4562,6 +4597,41 @@ declare const createClient: (initialConfig: Config) => {
|
|
|
4562
4597
|
execute: () => Promise<unknown>;
|
|
4563
4598
|
};
|
|
4564
4599
|
};
|
|
4600
|
+
client: {
|
|
4601
|
+
create: (data: CreateClientRequest) => {
|
|
4602
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4603
|
+
clientId: z.ZodNumber;
|
|
4604
|
+
status: z.ZodString;
|
|
4605
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4606
|
+
};
|
|
4607
|
+
get: (id: number) => {
|
|
4608
|
+
execute: () => Promise<any>;
|
|
4609
|
+
};
|
|
4610
|
+
update: (id: number, data: UpdateClientRequest) => {
|
|
4611
|
+
execute: () => Promise<ProcessOutput | undefined>;
|
|
4612
|
+
};
|
|
4613
|
+
updateDocumentRecord: (id: number, data: UpdateClientIdentifierRequest) => {
|
|
4614
|
+
execute: () => Promise<z.objectOutputType<{
|
|
4615
|
+
id: z.ZodNumber;
|
|
4616
|
+
officeId: z.ZodNumber;
|
|
4617
|
+
clientId: z.ZodNumber;
|
|
4618
|
+
resourceId: z.ZodNumber;
|
|
4619
|
+
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
4620
|
+
isScheduledTransfer: z.ZodBoolean;
|
|
4621
|
+
isSkipNotification: z.ZodBoolean;
|
|
4622
|
+
}, z.ZodAny, "strip"> | undefined>;
|
|
4623
|
+
};
|
|
4624
|
+
delete: (id: number) => {
|
|
4625
|
+
execute: () => Promise<ProcessOutput | undefined>;
|
|
4626
|
+
};
|
|
4627
|
+
list: () => {
|
|
4628
|
+
where: any;
|
|
4629
|
+
limit: (value: number) => /*elided*/ any;
|
|
4630
|
+
offset: (value: number) => /*elided*/ any;
|
|
4631
|
+
all: () => /*elided*/ any;
|
|
4632
|
+
execute: () => Promise<unknown>;
|
|
4633
|
+
};
|
|
4634
|
+
};
|
|
4565
4635
|
};
|
|
4566
4636
|
};
|
|
4567
4637
|
|