@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,167 +1,173 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const payoutTransactionSearchRestReqSchema: 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
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
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
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
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
|
+
payoutId: 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]>>;
|
|
59
|
+
mtaTransactionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
60
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
61
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
62
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
63
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
64
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
65
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
66
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
67
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
68
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
69
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
70
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
71
|
+
readonly DEFAULT: "default";
|
|
72
|
+
readonly INSENSITIVE: "insensitive";
|
|
73
|
+
}>>>;
|
|
74
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
75
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
76
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
77
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
78
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
79
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
80
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
81
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
82
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
83
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
84
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
85
|
+
}, z.core.$strict>>]>>;
|
|
86
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
87
|
+
cmaTransactionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
88
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
89
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
90
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
91
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
92
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
93
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
94
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
95
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
96
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
97
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
98
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
99
|
+
readonly DEFAULT: "default";
|
|
100
|
+
readonly INSENSITIVE: "insensitive";
|
|
101
|
+
}>>>;
|
|
102
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
103
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
104
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
105
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
106
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
107
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
108
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
109
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
110
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
111
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
112
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
113
|
+
}, z.core.$strict>>]>>;
|
|
114
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
115
|
+
propertyId: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
116
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
117
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
118
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
119
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
120
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
121
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
122
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
123
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
124
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
125
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
126
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
127
|
+
readonly DEFAULT: "default";
|
|
128
|
+
readonly INSENSITIVE: "insensitive";
|
|
129
|
+
}>>>;
|
|
130
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
131
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
132
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
133
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
134
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
135
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
136
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
137
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
138
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
139
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
140
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
141
|
+
}, z.core.$strict>>]>>;
|
|
142
|
+
}, z.core.$strict>>, z.ZodString]>>>;
|
|
143
|
+
targetAccountType: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
144
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
145
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
146
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
147
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
148
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
149
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
150
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
151
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
152
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
153
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
154
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
155
|
+
readonly DEFAULT: "default";
|
|
156
|
+
readonly INSENSITIVE: "insensitive";
|
|
157
|
+
}>>>;
|
|
158
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
159
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
160
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
161
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
162
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
163
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
164
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
165
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
166
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
167
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
168
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
169
|
+
}, z.core.$strict>>]>>;
|
|
170
|
+
}, z.core.$strict>>, z.ZodString]>>>;
|
|
165
171
|
}, z.core.$strip>;
|
|
166
172
|
export type PayoutTransactionSearchRestReq = z.input<typeof payoutTransactionSearchRestReqSchema>;
|
|
167
173
|
//# sourceMappingURL=payout-transaction-search.rest.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payout-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/payout-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"payout-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/payout-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQ/C,CAAC;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
|
|
@@ -3,5 +3,5 @@ export declare const approveMtaAllocationRestReqSchema: z.ZodObject<{
|
|
|
3
3
|
projectId: z.ZodUUID;
|
|
4
4
|
projectMtaAllocationId: z.ZodUUID;
|
|
5
5
|
}, z.core.$strip>;
|
|
6
|
-
export type ApproveMtaAllocationRestReq = z.
|
|
6
|
+
export type ApproveMtaAllocationRestReq = z.input<typeof approveMtaAllocationRestReqSchema>;
|
|
7
7
|
//# sourceMappingURL=approve-mta-allocation.schema.d.ts.map
|