@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
|
@@ -28,7 +28,24 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
28
28
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
29
29
|
}, z.core.$strict>>]>>;
|
|
30
30
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
31
|
-
sequence: z.ZodOptional<z.
|
|
31
|
+
sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
32
|
+
equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
33
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
34
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
35
|
+
lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
36
|
+
lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
37
|
+
gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
38
|
+
gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
39
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedNumber<string | number>, z.ZodLazy<z.ZodObject<{
|
|
40
|
+
equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
41
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
42
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
43
|
+
lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
44
|
+
lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
45
|
+
gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
46
|
+
gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
47
|
+
}, z.core.$strip>>]>>;
|
|
48
|
+
}, z.core.$strip>>, z.ZodCoercedNumber<string | number>]>>;
|
|
32
49
|
propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
33
50
|
equals: z.ZodOptional<z.ZodString>;
|
|
34
51
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -210,14 +227,82 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
210
227
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
211
228
|
}, z.core.$strict>>]>>;
|
|
212
229
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
213
|
-
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
230
|
+
status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
214
231
|
equals: z.ZodOptional<z.ZodString>;
|
|
215
|
-
|
|
232
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
233
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
234
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
235
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
236
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
237
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
238
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
239
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
240
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
216
241
|
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
217
242
|
readonly DEFAULT: "default";
|
|
218
243
|
readonly INSENSITIVE: "insensitive";
|
|
219
244
|
}>>>;
|
|
220
|
-
|
|
245
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
246
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
247
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
248
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
249
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
250
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
251
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
252
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
253
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
254
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
255
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
256
|
+
}, z.core.$strict>>]>>;
|
|
257
|
+
}, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
|
|
258
|
+
equals?: string | undefined;
|
|
259
|
+
in?: string[] | undefined;
|
|
260
|
+
notIn?: string[] | undefined;
|
|
261
|
+
lt?: string | undefined;
|
|
262
|
+
lte?: string | undefined;
|
|
263
|
+
gt?: string | undefined;
|
|
264
|
+
gte?: string | undefined;
|
|
265
|
+
contains?: string | undefined;
|
|
266
|
+
startsWith?: string | undefined;
|
|
267
|
+
endsWith?: string | undefined;
|
|
268
|
+
mode?: "default" | "insensitive" | undefined;
|
|
269
|
+
not?: string | {
|
|
270
|
+
equals?: string | undefined;
|
|
271
|
+
in?: string[] | undefined;
|
|
272
|
+
notIn?: string[] | undefined;
|
|
273
|
+
lt?: string | undefined;
|
|
274
|
+
lte?: string | undefined;
|
|
275
|
+
gt?: string | undefined;
|
|
276
|
+
gte?: string | undefined;
|
|
277
|
+
contains?: string | undefined;
|
|
278
|
+
startsWith?: string | undefined;
|
|
279
|
+
endsWith?: string | undefined;
|
|
280
|
+
} | undefined;
|
|
281
|
+
} | undefined, string | {
|
|
282
|
+
equals?: string | undefined;
|
|
283
|
+
in?: string[] | undefined;
|
|
284
|
+
notIn?: string[] | undefined;
|
|
285
|
+
lt?: string | undefined;
|
|
286
|
+
lte?: string | undefined;
|
|
287
|
+
gt?: string | undefined;
|
|
288
|
+
gte?: string | undefined;
|
|
289
|
+
contains?: string | undefined;
|
|
290
|
+
startsWith?: string | undefined;
|
|
291
|
+
endsWith?: string | undefined;
|
|
292
|
+
mode?: "default" | "insensitive" | undefined;
|
|
293
|
+
not?: string | {
|
|
294
|
+
equals?: string | undefined;
|
|
295
|
+
in?: string[] | undefined;
|
|
296
|
+
notIn?: string[] | undefined;
|
|
297
|
+
lt?: string | undefined;
|
|
298
|
+
lte?: string | undefined;
|
|
299
|
+
gt?: string | undefined;
|
|
300
|
+
gte?: string | undefined;
|
|
301
|
+
contains?: string | undefined;
|
|
302
|
+
startsWith?: string | undefined;
|
|
303
|
+
endsWith?: string | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
}>>>>;
|
|
221
306
|
payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
222
307
|
equals: z.ZodOptional<z.ZodString>;
|
|
223
308
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -246,81 +331,46 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
246
331
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
247
332
|
}, z.core.$strict>>]>>;
|
|
248
333
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
249
|
-
creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
250
|
-
equals
|
|
251
|
-
in
|
|
252
|
-
notIn
|
|
253
|
-
lt
|
|
254
|
-
lte
|
|
255
|
-
gt
|
|
256
|
-
gte
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
equals
|
|
269
|
-
in
|
|
270
|
-
notIn
|
|
271
|
-
lt
|
|
272
|
-
lte
|
|
273
|
-
gt
|
|
274
|
-
gte
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
286
|
-
debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
287
|
-
equals?: bigint | undefined;
|
|
288
|
-
in?: bigint[] | undefined;
|
|
289
|
-
notIn?: bigint[] | undefined;
|
|
290
|
-
lt?: bigint | undefined;
|
|
291
|
-
lte?: bigint | undefined;
|
|
292
|
-
gt?: bigint | undefined;
|
|
293
|
-
gte?: bigint | undefined;
|
|
294
|
-
} & {
|
|
295
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
296
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
297
|
-
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>>>;
|
|
298
|
-
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>>>;
|
|
299
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
300
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
301
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
302
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
303
|
-
}, z.core.$strip>> | undefined;
|
|
304
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
305
|
-
equals?: bigint | undefined;
|
|
306
|
-
in?: bigint[] | undefined;
|
|
307
|
-
notIn?: bigint[] | undefined;
|
|
308
|
-
lt?: bigint | undefined;
|
|
309
|
-
lte?: bigint | undefined;
|
|
310
|
-
gt?: bigint | undefined;
|
|
311
|
-
gte?: bigint | undefined;
|
|
312
|
-
} & {
|
|
313
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
314
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
315
|
-
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>>>;
|
|
316
|
-
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>>>;
|
|
317
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
318
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
319
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
320
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
321
|
-
}, z.core.$strip>> | undefined;
|
|
322
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
334
|
+
creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
335
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
336
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
337
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
338
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
339
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
340
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
341
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
342
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
343
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
344
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
345
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
346
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
347
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
348
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
349
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
350
|
+
}, z.core.$strip>>]>>;
|
|
351
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
352
|
+
debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
353
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
354
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
355
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
356
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
357
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
358
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
359
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
360
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
361
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
362
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
363
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
364
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
365
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
366
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
367
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
368
|
+
}, z.core.$strip>>]>>;
|
|
369
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
323
370
|
property: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
371
|
+
sort: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>;
|
|
372
|
+
page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
|
|
373
|
+
pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
|
|
324
374
|
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
325
375
|
equals: z.ZodOptional<z.ZodString>;
|
|
326
376
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -545,118 +595,61 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
545
595
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
546
596
|
}, z.core.$strict>>]>>;
|
|
547
597
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
548
|
-
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
549
|
-
equals
|
|
550
|
-
in
|
|
551
|
-
notIn
|
|
552
|
-
lt
|
|
553
|
-
lte
|
|
554
|
-
gt
|
|
555
|
-
gte
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
equals
|
|
568
|
-
in
|
|
569
|
-
notIn
|
|
570
|
-
lt
|
|
571
|
-
lte
|
|
572
|
-
gt
|
|
573
|
-
gte
|
|
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
|
-
|
|
603
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
604
|
-
equals?: bigint | undefined;
|
|
605
|
-
in?: bigint[] | undefined;
|
|
606
|
-
notIn?: bigint[] | undefined;
|
|
607
|
-
lt?: bigint | undefined;
|
|
608
|
-
lte?: bigint | undefined;
|
|
609
|
-
gt?: bigint | undefined;
|
|
610
|
-
gte?: bigint | undefined;
|
|
611
|
-
} & {
|
|
612
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
613
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
614
|
-
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>>>;
|
|
615
|
-
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>>>;
|
|
616
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
617
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
618
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
619
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
620
|
-
}, z.core.$strip>> | undefined;
|
|
621
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
622
|
-
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
623
|
-
equals?: bigint | undefined;
|
|
624
|
-
in?: bigint[] | undefined;
|
|
625
|
-
notIn?: bigint[] | undefined;
|
|
626
|
-
lt?: bigint | undefined;
|
|
627
|
-
lte?: bigint | undefined;
|
|
628
|
-
gt?: bigint | undefined;
|
|
629
|
-
gte?: bigint | undefined;
|
|
630
|
-
} & {
|
|
631
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
632
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
633
|
-
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>>>;
|
|
634
|
-
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>>>;
|
|
635
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
636
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
637
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
638
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
639
|
-
}, z.core.$strip>> | undefined;
|
|
640
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
641
|
-
equals?: bigint | undefined;
|
|
642
|
-
in?: bigint[] | undefined;
|
|
643
|
-
notIn?: bigint[] | undefined;
|
|
644
|
-
lt?: bigint | undefined;
|
|
645
|
-
lte?: bigint | undefined;
|
|
646
|
-
gt?: bigint | undefined;
|
|
647
|
-
gte?: bigint | undefined;
|
|
648
|
-
} & {
|
|
649
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
650
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
651
|
-
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>>>;
|
|
652
|
-
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>>>;
|
|
653
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
654
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
655
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
656
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
657
|
-
}, z.core.$strip>> | undefined;
|
|
658
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
659
|
-
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
598
|
+
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
599
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
600
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
601
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
602
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
603
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
604
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
605
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
606
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
607
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
608
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
609
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
610
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
611
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
612
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
613
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
614
|
+
}, z.core.$strip>>]>>;
|
|
615
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
616
|
+
cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
617
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
618
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
619
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
620
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
621
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
622
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
623
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
624
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
625
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
626
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
627
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
628
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
629
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
630
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
631
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
632
|
+
}, z.core.$strip>>]>>;
|
|
633
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
634
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
635
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
636
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
637
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
638
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
639
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
640
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
641
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
642
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
643
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
644
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
645
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
646
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
647
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
648
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
649
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
650
|
+
}, z.core.$strip>>]>>;
|
|
651
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
652
|
+
status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
660
653
|
equals: z.ZodOptional<z.ZodString>;
|
|
661
654
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
662
655
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -683,7 +676,83 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
683
676
|
startsWith: z.ZodOptional<z.ZodString>;
|
|
684
677
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
685
678
|
}, z.core.$strict>>]>>;
|
|
686
|
-
}, z.core.$strict>>, z.ZodString]
|
|
679
|
+
}, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
|
|
680
|
+
equals?: string | undefined;
|
|
681
|
+
in?: string[] | undefined;
|
|
682
|
+
notIn?: string[] | undefined;
|
|
683
|
+
lt?: string | undefined;
|
|
684
|
+
lte?: string | undefined;
|
|
685
|
+
gt?: string | undefined;
|
|
686
|
+
gte?: string | undefined;
|
|
687
|
+
contains?: string | undefined;
|
|
688
|
+
startsWith?: string | undefined;
|
|
689
|
+
endsWith?: string | undefined;
|
|
690
|
+
mode?: "default" | "insensitive" | undefined;
|
|
691
|
+
not?: string | {
|
|
692
|
+
equals?: string | undefined;
|
|
693
|
+
in?: string[] | undefined;
|
|
694
|
+
notIn?: string[] | undefined;
|
|
695
|
+
lt?: string | undefined;
|
|
696
|
+
lte?: string | undefined;
|
|
697
|
+
gt?: string | undefined;
|
|
698
|
+
gte?: string | undefined;
|
|
699
|
+
contains?: string | undefined;
|
|
700
|
+
startsWith?: string | undefined;
|
|
701
|
+
endsWith?: string | undefined;
|
|
702
|
+
} | undefined;
|
|
703
|
+
} | undefined, string | {
|
|
704
|
+
equals?: string | undefined;
|
|
705
|
+
in?: string[] | undefined;
|
|
706
|
+
notIn?: string[] | undefined;
|
|
707
|
+
lt?: string | undefined;
|
|
708
|
+
lte?: string | undefined;
|
|
709
|
+
gt?: string | undefined;
|
|
710
|
+
gte?: string | undefined;
|
|
711
|
+
contains?: string | undefined;
|
|
712
|
+
startsWith?: string | undefined;
|
|
713
|
+
endsWith?: string | undefined;
|
|
714
|
+
mode?: "default" | "insensitive" | undefined;
|
|
715
|
+
not?: string | {
|
|
716
|
+
equals?: string | undefined;
|
|
717
|
+
in?: string[] | undefined;
|
|
718
|
+
notIn?: string[] | undefined;
|
|
719
|
+
lt?: string | undefined;
|
|
720
|
+
lte?: string | undefined;
|
|
721
|
+
gt?: string | undefined;
|
|
722
|
+
gte?: string | undefined;
|
|
723
|
+
contains?: string | undefined;
|
|
724
|
+
startsWith?: string | undefined;
|
|
725
|
+
endsWith?: string | undefined;
|
|
726
|
+
} | undefined;
|
|
727
|
+
}>>>>;
|
|
728
|
+
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
729
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
730
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
731
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
732
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
733
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
734
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
735
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
736
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
737
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
738
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
739
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
740
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
741
|
+
}, z.core.$strict>>]>>;
|
|
742
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
743
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
744
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
745
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
746
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
747
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
748
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
749
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
750
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
751
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
752
|
+
readonly DEFAULT: "default";
|
|
753
|
+
readonly INSENSITIVE: "insensitive";
|
|
754
|
+
}>>>;
|
|
755
|
+
}, z.core.$strict>>>>, z.ZodString]>>;
|
|
687
756
|
}, z.core.$strip>>>>;
|
|
688
757
|
sort: z.ZodOptional<z.ZodLazy<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>>;
|
|
689
758
|
}, z.core.$strip>, z.ZodOptional<z.ZodObject<{
|
|
@@ -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"}
|
|
@@ -44,6 +44,8 @@ export declare const mtaTransactionNestedSchema: z.ZodObject<{
|
|
|
44
44
|
stage: z.ZodString;
|
|
45
45
|
status: z.ZodString;
|
|
46
46
|
mtaId: z.ZodString;
|
|
47
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
49
|
isArchived: z.ZodBoolean;
|
|
48
50
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
49
51
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"mta-transaction.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMrC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
|
|
@@ -67,6 +67,7 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
67
67
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
68
68
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
69
69
|
mtaId: z.ZodString;
|
|
70
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
71
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
71
72
|
customerId: z.ZodString;
|
|
72
73
|
projectId: z.ZodString;
|
|
@@ -76,6 +77,7 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
76
77
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
77
78
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
78
79
|
stage: z.ZodString;
|
|
80
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
81
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
80
82
|
id: z.ZodString;
|
|
81
83
|
name: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAwB,MAAM,iBAAiB,CAAC;AAIhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qCAAqC,EAAE,MAAM,sEAAsE,CAAC;AAK7H,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAwB,MAAM,iBAAiB,CAAC;AAIhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qCAAqC,EAAE,MAAM,sEAAsE,CAAC;AAK7H,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiB1C,CAAC;AAEH,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC7D,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1D,iBAAiB,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,sBAAsB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,sBAAsB,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;CACrG,CAAC;AAEF,KAAK,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC/D,GAAG,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3D,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,sBAAsB,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD,sBAAsB,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrG,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAiC/D,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -74,6 +74,8 @@ export declare const mtaToCmaPayoutPaymentEntitySchema: z.ZodObject<{
|
|
|
74
74
|
stage: z.ZodString;
|
|
75
75
|
status: z.ZodString;
|
|
76
76
|
mtaId: z.ZodString;
|
|
77
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
79
|
isArchived: z.ZodBoolean;
|
|
78
80
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
79
81
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -125,6 +127,8 @@ export declare const mtaToCmaPayoutProvisionDataEntitySchema: z.ZodObject<{
|
|
|
125
127
|
stage: z.ZodString;
|
|
126
128
|
status: z.ZodString;
|
|
127
129
|
mtaId: z.ZodString;
|
|
130
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
128
132
|
isArchived: z.ZodBoolean;
|
|
129
133
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
130
134
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provision-data.mta-to-cma-payout.entity.schema.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAsB,uBAAuB,EAAsB,uBAAuB,EAAE,uBAAuB,EAAc,MAAM,oBAAoB,CAAC;AAG5L,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;iBAenC,CAAC;AAEjB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;iBAanC,CAAC;AAEjB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"provision-data.mta-to-cma-payout.entity.schema.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAsB,uBAAuB,EAAsB,uBAAuB,EAAE,uBAAuB,EAAc,MAAM,oBAAoB,CAAC;AAG5L,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;iBAenC,CAAC;AAEjB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;iBAanC,CAAC;AAEjB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI5C,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGlD,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC"}
|