@mikemo-coposit/am-accounting-shared 0.0.14 → 0.0.16
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/cjs/index.js +126 -93
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +477 -459
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +3 -2
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +746 -708
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/index.d.ts +1 -0
- package/dist/cjs/schemas/common/date/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-bool.schema.d.ts +4 -0
- package/dist/cjs/schemas/common/date/string-to-bool.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +9 -2
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +2 -2
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -5
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +3 -2
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +491 -463
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +140 -135
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +168 -162
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +252 -243
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +4 -3
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/date.util.d.ts +13 -4
- package/dist/cjs/utils/date.util.d.ts.map +1 -1
- package/dist/esm/index.mjs +102 -78
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +477 -459
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +3 -2
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +746 -708
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/index.d.ts +1 -0
- package/dist/esm/schemas/common/date/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-bool.schema.d.ts +4 -0
- package/dist/esm/schemas/common/date/string-to-bool.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +9 -2
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +2 -2
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -5
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +3 -2
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +491 -463
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +140 -135
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +168 -162
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +252 -243
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +4 -3
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/date.util.d.ts +13 -4
- package/dist/esm/utils/date.util.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"mta-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAkBR,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -1,59 +1,61 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const payoutSearchRestReqSchema: z.ZodObject<{
|
|
3
|
-
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
4
|
-
equals
|
|
5
|
-
in
|
|
6
|
-
notIn
|
|
7
|
-
lt
|
|
8
|
-
lte
|
|
9
|
-
gt
|
|
10
|
-
gte
|
|
11
|
-
contains
|
|
12
|
-
startsWith
|
|
13
|
-
endsWith
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
3
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
4
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
5
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
8
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
9
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
10
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
11
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
12
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
13
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
14
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
15
|
+
readonly DEFAULT: "default";
|
|
16
|
+
readonly INSENSITIVE: "insensitive";
|
|
17
|
+
}>>>;
|
|
18
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
19
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
20
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
21
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
23
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
24
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
25
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
26
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
27
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
28
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
29
|
+
}, z.core.$strict>>]>>;
|
|
30
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
31
|
+
payoutType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
32
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
33
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
34
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
35
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
36
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
37
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
38
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
39
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
40
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
41
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
42
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
43
|
+
readonly DEFAULT: "default";
|
|
44
|
+
readonly INSENSITIVE: "insensitive";
|
|
45
|
+
}>>>;
|
|
46
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
47
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
48
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
49
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
50
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
51
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
52
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
53
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
54
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
55
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
56
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
57
|
+
}, z.core.$strict>>]>>;
|
|
58
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
57
59
|
provisionDetails: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
58
60
|
equals: z.ZodOptional<z.ZodString>;
|
|
59
61
|
path: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -61,87 +63,90 @@ export declare const payoutSearchRestReqSchema: z.ZodObject<{
|
|
|
61
63
|
string_starts_with: z.ZodOptional<z.ZodString>;
|
|
62
64
|
string_ends_with: z.ZodOptional<z.ZodString>;
|
|
63
65
|
}, z.core.$strip>>>;
|
|
64
|
-
sourceAccountId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
65
|
-
equals
|
|
66
|
-
in
|
|
67
|
-
notIn
|
|
68
|
-
lt
|
|
69
|
-
lte
|
|
70
|
-
gt
|
|
71
|
-
gte
|
|
72
|
-
contains
|
|
73
|
-
startsWith
|
|
74
|
-
endsWith
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
66
|
+
sourceAccountId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
67
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
68
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
69
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
70
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
71
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
72
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
73
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
74
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
75
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
76
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
77
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
78
|
+
readonly DEFAULT: "default";
|
|
79
|
+
readonly INSENSITIVE: "insensitive";
|
|
80
|
+
}>>>;
|
|
81
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
82
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
83
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
84
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
85
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
86
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
87
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
88
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
89
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
90
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
91
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
92
|
+
}, z.core.$strict>>]>>;
|
|
93
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
94
|
+
sourceAccountType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
95
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
96
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
97
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
98
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
99
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
100
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
101
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
102
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
103
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
104
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
105
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
106
|
+
readonly DEFAULT: "default";
|
|
107
|
+
readonly INSENSITIVE: "insensitive";
|
|
108
|
+
}>>>;
|
|
109
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
110
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
111
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
112
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
113
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
114
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
115
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
116
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
117
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
118
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
119
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
120
|
+
}, z.core.$strict>>]>>;
|
|
121
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
122
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
123
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
124
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
125
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
126
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
127
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
128
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
129
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
130
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
131
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
132
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
133
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
134
|
+
readonly DEFAULT: "default";
|
|
135
|
+
readonly INSENSITIVE: "insensitive";
|
|
136
|
+
}>>>;
|
|
137
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
138
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
139
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
140
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
141
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
142
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
143
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
144
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
145
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
146
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
147
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
148
|
+
}, z.core.$strict>>]>>;
|
|
149
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
145
150
|
}, z.core.$strip>;
|
|
146
151
|
export type PayoutSearchRestReq = z.input<typeof payoutSearchRestReqSchema>;
|
|
147
152
|
//# sourceMappingURL=payout-search.rest.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payout-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/payout-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"payout-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/payout-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|