@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +2 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts +3 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/index.d.ts +1 -0
- package/dist/cjs/constants/property/index.d.ts.map +1 -1
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts +14 -4
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +256 -168
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.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/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +621 -15
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +4 -2
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/common/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +2 -0
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/pagination.constant.d.ts +3 -0
- package/dist/esm/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/index.d.ts +1 -0
- package/dist/esm/constants/property/index.d.ts.map +1 -1
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/property-status.constant.d.ts +14 -4
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +196 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.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/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +621 -15
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +4 -2
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +17 -10
|
@@ -57,7 +57,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
57
57
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
58
58
|
}, z.core.$strict>>]>>;
|
|
59
59
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
60
|
-
|
|
60
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
61
61
|
equals: z.ZodOptional<z.ZodString>;
|
|
62
62
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
63
63
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -84,8 +84,8 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
84
84
|
startsWith: z.ZodOptional<z.ZodString>;
|
|
85
85
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
86
86
|
}, z.core.$strict>>]>>;
|
|
87
|
-
}, z.core.$strict>>, z.ZodString]
|
|
88
|
-
|
|
87
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
88
|
+
propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
89
89
|
equals: z.ZodOptional<z.ZodString>;
|
|
90
90
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
91
91
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -113,7 +113,25 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
113
113
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
114
114
|
}, z.core.$strict>>]>>;
|
|
115
115
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
116
|
-
|
|
116
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
117
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
118
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
119
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
120
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
121
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
122
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
123
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
124
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
125
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
126
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
127
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
128
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
129
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
130
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
131
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
132
|
+
}, z.core.$strip>>]>>;
|
|
133
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
134
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
117
135
|
equals: z.ZodOptional<z.ZodString>;
|
|
118
136
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
119
137
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -140,44 +158,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
140
158
|
startsWith: z.ZodOptional<z.ZodString>;
|
|
141
159
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
142
160
|
}, z.core.$strict>>]>>;
|
|
143
|
-
}, z.core.$strict>>, z.ZodString]
|
|
144
|
-
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
145
|
-
equals?: bigint | undefined;
|
|
146
|
-
in?: bigint[] | undefined;
|
|
147
|
-
notIn?: bigint[] | undefined;
|
|
148
|
-
lt?: bigint | undefined;
|
|
149
|
-
lte?: bigint | undefined;
|
|
150
|
-
gt?: bigint | undefined;
|
|
151
|
-
gte?: bigint | undefined;
|
|
152
|
-
} & {
|
|
153
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
154
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
155
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
156
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
157
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
158
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
159
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
160
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
161
|
-
}, z.core.$strip>> | undefined;
|
|
162
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
163
|
-
equals?: bigint | undefined;
|
|
164
|
-
in?: bigint[] | undefined;
|
|
165
|
-
notIn?: bigint[] | undefined;
|
|
166
|
-
lt?: bigint | undefined;
|
|
167
|
-
lte?: bigint | undefined;
|
|
168
|
-
gt?: bigint | undefined;
|
|
169
|
-
gte?: bigint | undefined;
|
|
170
|
-
} & {
|
|
171
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
172
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
173
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
174
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
175
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
176
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
177
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
178
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
179
|
-
}, z.core.$strip>> | undefined;
|
|
180
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
161
|
+
}, z.core.$strict>>, z.ZodString]>>>;
|
|
181
162
|
country: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
182
163
|
equals: z.ZodOptional<z.ZodString>;
|
|
183
164
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -320,6 +301,9 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
320
301
|
}, z.core.$strict>>]>>;
|
|
321
302
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
322
303
|
property: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
304
|
+
sort: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>;
|
|
305
|
+
page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
|
|
306
|
+
pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
|
|
323
307
|
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
324
308
|
equals: z.ZodOptional<z.ZodString>;
|
|
325
309
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -544,118 +528,61 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
544
528
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
545
529
|
}, z.core.$strict>>]>>;
|
|
546
530
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
547
|
-
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
548
|
-
equals
|
|
549
|
-
in
|
|
550
|
-
notIn
|
|
551
|
-
lt
|
|
552
|
-
lte
|
|
553
|
-
gt
|
|
554
|
-
gte
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
equals
|
|
567
|
-
in
|
|
568
|
-
notIn
|
|
569
|
-
lt
|
|
570
|
-
lte
|
|
571
|
-
gt
|
|
572
|
-
gte
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
603
|
-
equals?: bigint | undefined;
|
|
604
|
-
in?: bigint[] | undefined;
|
|
605
|
-
notIn?: bigint[] | undefined;
|
|
606
|
-
lt?: bigint | undefined;
|
|
607
|
-
lte?: bigint | undefined;
|
|
608
|
-
gt?: bigint | undefined;
|
|
609
|
-
gte?: bigint | undefined;
|
|
610
|
-
} & {
|
|
611
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
612
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
613
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
614
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
615
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
616
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
617
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
618
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
619
|
-
}, z.core.$strip>> | undefined;
|
|
620
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
621
|
-
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
622
|
-
equals?: bigint | undefined;
|
|
623
|
-
in?: bigint[] | undefined;
|
|
624
|
-
notIn?: bigint[] | undefined;
|
|
625
|
-
lt?: bigint | undefined;
|
|
626
|
-
lte?: bigint | undefined;
|
|
627
|
-
gt?: bigint | undefined;
|
|
628
|
-
gte?: bigint | undefined;
|
|
629
|
-
} & {
|
|
630
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
631
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
632
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
633
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
634
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
635
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
636
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
637
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
638
|
-
}, z.core.$strip>> | undefined;
|
|
639
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
640
|
-
equals?: bigint | undefined;
|
|
641
|
-
in?: bigint[] | undefined;
|
|
642
|
-
notIn?: bigint[] | undefined;
|
|
643
|
-
lt?: bigint | undefined;
|
|
644
|
-
lte?: bigint | undefined;
|
|
645
|
-
gt?: bigint | undefined;
|
|
646
|
-
gte?: bigint | undefined;
|
|
647
|
-
} & {
|
|
648
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
649
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
650
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
651
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
652
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
653
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
654
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
655
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
656
|
-
}, z.core.$strip>> | undefined;
|
|
657
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
658
|
-
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
531
|
+
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
532
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
533
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
534
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
535
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
536
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
537
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
538
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
539
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
540
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
541
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
542
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
543
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
544
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
545
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
546
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
547
|
+
}, z.core.$strip>>]>>;
|
|
548
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
549
|
+
cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
550
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
551
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
552
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
553
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
554
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
555
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
556
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
557
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
558
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
559
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
560
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
561
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
562
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
563
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
564
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
565
|
+
}, z.core.$strip>>]>>;
|
|
566
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
567
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
568
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
569
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
570
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
571
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
572
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
573
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
574
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
575
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
576
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
577
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
578
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
579
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
580
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
581
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
582
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
583
|
+
}, z.core.$strip>>]>>;
|
|
584
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
585
|
+
status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
659
586
|
equals: z.ZodOptional<z.ZodString>;
|
|
660
587
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
661
588
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -682,9 +609,102 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
682
609
|
startsWith: z.ZodOptional<z.ZodString>;
|
|
683
610
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
684
611
|
}, z.core.$strict>>]>>;
|
|
685
|
-
}, z.core.$strict>>, z.ZodString]
|
|
612
|
+
}, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
|
|
613
|
+
equals?: string | undefined;
|
|
614
|
+
in?: string[] | undefined;
|
|
615
|
+
notIn?: string[] | undefined;
|
|
616
|
+
lt?: string | undefined;
|
|
617
|
+
lte?: string | undefined;
|
|
618
|
+
gt?: string | undefined;
|
|
619
|
+
gte?: string | undefined;
|
|
620
|
+
contains?: string | undefined;
|
|
621
|
+
startsWith?: string | undefined;
|
|
622
|
+
endsWith?: string | undefined;
|
|
623
|
+
mode?: "default" | "insensitive" | undefined;
|
|
624
|
+
not?: string | {
|
|
625
|
+
equals?: string | undefined;
|
|
626
|
+
in?: string[] | undefined;
|
|
627
|
+
notIn?: string[] | undefined;
|
|
628
|
+
lt?: string | undefined;
|
|
629
|
+
lte?: string | undefined;
|
|
630
|
+
gt?: string | undefined;
|
|
631
|
+
gte?: string | undefined;
|
|
632
|
+
contains?: string | undefined;
|
|
633
|
+
startsWith?: string | undefined;
|
|
634
|
+
endsWith?: string | undefined;
|
|
635
|
+
} | undefined;
|
|
636
|
+
} | undefined, string | {
|
|
637
|
+
equals?: string | undefined;
|
|
638
|
+
in?: string[] | undefined;
|
|
639
|
+
notIn?: string[] | undefined;
|
|
640
|
+
lt?: string | undefined;
|
|
641
|
+
lte?: string | undefined;
|
|
642
|
+
gt?: string | undefined;
|
|
643
|
+
gte?: string | undefined;
|
|
644
|
+
contains?: string | undefined;
|
|
645
|
+
startsWith?: string | undefined;
|
|
646
|
+
endsWith?: string | undefined;
|
|
647
|
+
mode?: "default" | "insensitive" | undefined;
|
|
648
|
+
not?: string | {
|
|
649
|
+
equals?: string | undefined;
|
|
650
|
+
in?: string[] | undefined;
|
|
651
|
+
notIn?: string[] | undefined;
|
|
652
|
+
lt?: string | undefined;
|
|
653
|
+
lte?: string | undefined;
|
|
654
|
+
gt?: string | undefined;
|
|
655
|
+
gte?: string | undefined;
|
|
656
|
+
contains?: string | undefined;
|
|
657
|
+
startsWith?: string | undefined;
|
|
658
|
+
endsWith?: string | undefined;
|
|
659
|
+
} | undefined;
|
|
660
|
+
}>>>>;
|
|
661
|
+
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
662
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
663
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
664
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
665
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
666
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
667
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
668
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
669
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
670
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
671
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
672
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
673
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
674
|
+
}, z.core.$strict>>]>>;
|
|
675
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
676
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
677
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
678
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
679
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
680
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
681
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
682
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
683
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
684
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
685
|
+
readonly DEFAULT: "default";
|
|
686
|
+
readonly INSENSITIVE: "insensitive";
|
|
687
|
+
}>>>;
|
|
688
|
+
}, z.core.$strict>>>>, z.ZodString]>>;
|
|
686
689
|
}, z.core.$strip>>]>>;
|
|
687
|
-
sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
690
|
+
sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
691
|
+
equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
692
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
693
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
694
|
+
lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
695
|
+
lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
696
|
+
gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
697
|
+
gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
698
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedNumber<string | number>, z.ZodLazy<z.ZodObject<{
|
|
699
|
+
equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
700
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
701
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
702
|
+
lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
703
|
+
lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
704
|
+
gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
705
|
+
gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
706
|
+
}, z.core.$strip>>]>>;
|
|
707
|
+
}, z.core.$strip>>, z.ZodCoercedNumber<string | number>]>>;
|
|
688
708
|
createType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
689
709
|
equals: z.ZodOptional<z.ZodString>;
|
|
690
710
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -798,6 +818,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
798
818
|
}, z.core.$strict>>]>>;
|
|
799
819
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
800
820
|
clearedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, unknown, z.core.$ZodTypeInternals<import("..").DateTimeFilterSchema, unknown>>>, z.ZodString]>>;
|
|
821
|
+
createdAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, unknown, z.core.$ZodTypeInternals<import("..").DateTimeFilterSchema, unknown>>>, z.ZodString]>>;
|
|
801
822
|
transactionType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
802
823
|
equals: z.ZodOptional<z.ZodString>;
|
|
803
824
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -838,7 +859,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
838
859
|
equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
|
|
839
860
|
}, z.core.$strict>>]>>;
|
|
840
861
|
}, z.core.$strict>>, z.ZodBoolean]>>;
|
|
841
|
-
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
862
|
+
status: z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
842
863
|
equals: z.ZodOptional<z.ZodString>;
|
|
843
864
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
844
865
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -865,7 +886,55 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
865
886
|
startsWith: z.ZodOptional<z.ZodString>;
|
|
866
887
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
867
888
|
}, z.core.$strict>>]>>;
|
|
868
|
-
}, z.core.$strict>>, z.ZodString]
|
|
889
|
+
}, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
|
|
890
|
+
equals?: string | undefined;
|
|
891
|
+
in?: string[] | undefined;
|
|
892
|
+
notIn?: string[] | undefined;
|
|
893
|
+
lt?: string | undefined;
|
|
894
|
+
lte?: string | undefined;
|
|
895
|
+
gt?: string | undefined;
|
|
896
|
+
gte?: string | undefined;
|
|
897
|
+
contains?: string | undefined;
|
|
898
|
+
startsWith?: string | undefined;
|
|
899
|
+
endsWith?: string | undefined;
|
|
900
|
+
mode?: "default" | "insensitive" | undefined;
|
|
901
|
+
not?: string | {
|
|
902
|
+
equals?: string | undefined;
|
|
903
|
+
in?: string[] | undefined;
|
|
904
|
+
notIn?: string[] | undefined;
|
|
905
|
+
lt?: string | undefined;
|
|
906
|
+
lte?: string | undefined;
|
|
907
|
+
gt?: string | undefined;
|
|
908
|
+
gte?: string | undefined;
|
|
909
|
+
contains?: string | undefined;
|
|
910
|
+
startsWith?: string | undefined;
|
|
911
|
+
endsWith?: string | undefined;
|
|
912
|
+
} | undefined;
|
|
913
|
+
} | undefined, string | {
|
|
914
|
+
equals?: string | undefined;
|
|
915
|
+
in?: string[] | undefined;
|
|
916
|
+
notIn?: string[] | undefined;
|
|
917
|
+
lt?: string | undefined;
|
|
918
|
+
lte?: string | undefined;
|
|
919
|
+
gt?: string | undefined;
|
|
920
|
+
gte?: string | undefined;
|
|
921
|
+
contains?: string | undefined;
|
|
922
|
+
startsWith?: string | undefined;
|
|
923
|
+
endsWith?: string | undefined;
|
|
924
|
+
mode?: "default" | "insensitive" | undefined;
|
|
925
|
+
not?: string | {
|
|
926
|
+
equals?: string | undefined;
|
|
927
|
+
in?: string[] | undefined;
|
|
928
|
+
notIn?: string[] | undefined;
|
|
929
|
+
lt?: string | undefined;
|
|
930
|
+
lte?: string | undefined;
|
|
931
|
+
gt?: string | undefined;
|
|
932
|
+
gte?: string | undefined;
|
|
933
|
+
contains?: string | undefined;
|
|
934
|
+
startsWith?: string | undefined;
|
|
935
|
+
endsWith?: string | undefined;
|
|
936
|
+
} | undefined;
|
|
937
|
+
}>>>;
|
|
869
938
|
payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
870
939
|
equals: z.ZodOptional<z.ZodString>;
|
|
871
940
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -894,80 +963,43 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
894
963
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
895
964
|
}, z.core.$strict>>]>>;
|
|
896
965
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
897
|
-
creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
898
|
-
equals
|
|
899
|
-
in
|
|
900
|
-
notIn
|
|
901
|
-
lt
|
|
902
|
-
lte
|
|
903
|
-
gt
|
|
904
|
-
gte
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
equals
|
|
917
|
-
in
|
|
918
|
-
notIn
|
|
919
|
-
lt
|
|
920
|
-
lte
|
|
921
|
-
gt
|
|
922
|
-
gte
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
935
|
-
equals?: bigint | undefined;
|
|
936
|
-
in?: bigint[] | undefined;
|
|
937
|
-
notIn?: bigint[] | undefined;
|
|
938
|
-
lt?: bigint | undefined;
|
|
939
|
-
lte?: bigint | undefined;
|
|
940
|
-
gt?: bigint | undefined;
|
|
941
|
-
gte?: bigint | undefined;
|
|
942
|
-
} & {
|
|
943
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
944
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
945
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
946
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
947
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
948
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
949
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
950
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
951
|
-
}, z.core.$strip>> | undefined;
|
|
952
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
953
|
-
equals?: bigint | undefined;
|
|
954
|
-
in?: bigint[] | undefined;
|
|
955
|
-
notIn?: bigint[] | undefined;
|
|
956
|
-
lt?: bigint | undefined;
|
|
957
|
-
lte?: bigint | undefined;
|
|
958
|
-
gt?: bigint | undefined;
|
|
959
|
-
gte?: bigint | undefined;
|
|
960
|
-
} & {
|
|
961
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
962
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
963
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
964
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
965
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
966
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
967
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
968
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
969
|
-
}, z.core.$strip>> | undefined;
|
|
970
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
966
|
+
creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
967
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
968
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
969
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
970
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
971
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
972
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
973
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
974
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
975
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
976
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
977
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
978
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
979
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
980
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
981
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
982
|
+
}, z.core.$strip>>]>>;
|
|
983
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
984
|
+
debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
985
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
986
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
987
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
988
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
989
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
990
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
991
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
992
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
993
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
994
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
995
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
996
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
997
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
998
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
999
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
1000
|
+
}, z.core.$strip>>]>>;
|
|
1001
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
1002
|
+
sort: z.ZodOptional<z.ZodLazy<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>>;
|
|
971
1003
|
}, z.core.$strip>, z.ZodOptional<z.ZodObject<{
|
|
972
1004
|
page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
|
|
973
1005
|
pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAsBR,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"}
|