@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
|
@@ -224,44 +224,28 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
|
|
|
224
224
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
225
225
|
}, z.core.$strict>>]>>;
|
|
226
226
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
227
|
-
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
228
|
-
equals
|
|
229
|
-
in
|
|
230
|
-
notIn
|
|
231
|
-
lt
|
|
232
|
-
lte
|
|
233
|
-
gt
|
|
234
|
-
gte
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
246
|
-
equals?: bigint | undefined;
|
|
247
|
-
in?: bigint[] | undefined;
|
|
248
|
-
notIn?: bigint[] | undefined;
|
|
249
|
-
lt?: bigint | undefined;
|
|
250
|
-
lte?: bigint | undefined;
|
|
251
|
-
gt?: bigint | undefined;
|
|
252
|
-
gte?: bigint | undefined;
|
|
253
|
-
} & {
|
|
254
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
255
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
256
|
-
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>>>;
|
|
257
|
-
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>>>;
|
|
258
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
259
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
260
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
261
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
262
|
-
}, z.core.$strip>> | undefined;
|
|
263
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
227
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
228
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
229
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
230
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
231
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
232
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
233
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
234
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
235
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
236
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
237
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
238
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
239
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
240
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
241
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
242
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
243
|
+
}, z.core.$strip>>]>>;
|
|
244
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
264
245
|
property: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
246
|
+
sort: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>;
|
|
247
|
+
page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
|
|
248
|
+
pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
|
|
265
249
|
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
266
250
|
equals: z.ZodOptional<z.ZodString>;
|
|
267
251
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -486,118 +470,61 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
|
|
|
486
470
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
487
471
|
}, z.core.$strict>>]>>;
|
|
488
472
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
489
|
-
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
490
|
-
equals
|
|
491
|
-
in
|
|
492
|
-
notIn
|
|
493
|
-
lt
|
|
494
|
-
lte
|
|
495
|
-
gt
|
|
496
|
-
gte
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
equals
|
|
509
|
-
in
|
|
510
|
-
notIn
|
|
511
|
-
lt
|
|
512
|
-
lte
|
|
513
|
-
gt
|
|
514
|
-
gte
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
545
|
-
equals?: bigint | undefined;
|
|
546
|
-
in?: bigint[] | undefined;
|
|
547
|
-
notIn?: bigint[] | undefined;
|
|
548
|
-
lt?: bigint | undefined;
|
|
549
|
-
lte?: bigint | undefined;
|
|
550
|
-
gt?: bigint | undefined;
|
|
551
|
-
gte?: bigint | undefined;
|
|
552
|
-
} & {
|
|
553
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
554
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
555
|
-
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>>>;
|
|
556
|
-
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>>>;
|
|
557
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
558
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
559
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
560
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
561
|
-
}, z.core.$strip>> | undefined;
|
|
562
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
563
|
-
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
564
|
-
equals?: bigint | undefined;
|
|
565
|
-
in?: bigint[] | undefined;
|
|
566
|
-
notIn?: bigint[] | undefined;
|
|
567
|
-
lt?: bigint | undefined;
|
|
568
|
-
lte?: bigint | undefined;
|
|
569
|
-
gt?: bigint | undefined;
|
|
570
|
-
gte?: bigint | undefined;
|
|
571
|
-
} & {
|
|
572
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
573
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
574
|
-
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>>>;
|
|
575
|
-
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>>>;
|
|
576
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
577
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
578
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
579
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
580
|
-
}, z.core.$strip>> | undefined;
|
|
581
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
582
|
-
equals?: bigint | undefined;
|
|
583
|
-
in?: bigint[] | undefined;
|
|
584
|
-
notIn?: bigint[] | undefined;
|
|
585
|
-
lt?: bigint | undefined;
|
|
586
|
-
lte?: bigint | undefined;
|
|
587
|
-
gt?: bigint | undefined;
|
|
588
|
-
gte?: bigint | undefined;
|
|
589
|
-
} & {
|
|
590
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
591
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
592
|
-
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>>>;
|
|
593
|
-
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>>>;
|
|
594
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
595
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
596
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
597
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
598
|
-
}, z.core.$strip>> | undefined;
|
|
599
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
600
|
-
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
473
|
+
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
474
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
475
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
476
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
477
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
478
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
479
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
480
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
481
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
482
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
483
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
484
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
485
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
486
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
487
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
488
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
489
|
+
}, z.core.$strip>>]>>;
|
|
490
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
491
|
+
cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
492
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
493
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
494
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
495
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
496
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
497
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
498
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
499
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
500
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
501
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
502
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
503
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
504
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
505
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
506
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
507
|
+
}, z.core.$strip>>]>>;
|
|
508
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
509
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
510
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
511
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
512
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
513
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
514
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
515
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
516
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
517
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
518
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
519
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
520
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
521
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
522
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
523
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
524
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
525
|
+
}, z.core.$strip>>]>>;
|
|
526
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
527
|
+
status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
601
528
|
equals: z.ZodOptional<z.ZodString>;
|
|
602
529
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
603
530
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -624,7 +551,83 @@ export declare const cmaSearchRestReqSchema: z.ZodObject<{
|
|
|
624
551
|
startsWith: z.ZodOptional<z.ZodString>;
|
|
625
552
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
626
553
|
}, z.core.$strict>>]>>;
|
|
627
|
-
}, z.core.$strict>>, z.ZodString]
|
|
554
|
+
}, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
|
|
555
|
+
equals?: string | undefined;
|
|
556
|
+
in?: string[] | undefined;
|
|
557
|
+
notIn?: string[] | undefined;
|
|
558
|
+
lt?: string | undefined;
|
|
559
|
+
lte?: string | undefined;
|
|
560
|
+
gt?: string | undefined;
|
|
561
|
+
gte?: string | undefined;
|
|
562
|
+
contains?: string | undefined;
|
|
563
|
+
startsWith?: string | undefined;
|
|
564
|
+
endsWith?: string | undefined;
|
|
565
|
+
mode?: "default" | "insensitive" | undefined;
|
|
566
|
+
not?: string | {
|
|
567
|
+
equals?: string | undefined;
|
|
568
|
+
in?: string[] | undefined;
|
|
569
|
+
notIn?: string[] | undefined;
|
|
570
|
+
lt?: string | undefined;
|
|
571
|
+
lte?: string | undefined;
|
|
572
|
+
gt?: string | undefined;
|
|
573
|
+
gte?: string | undefined;
|
|
574
|
+
contains?: string | undefined;
|
|
575
|
+
startsWith?: string | undefined;
|
|
576
|
+
endsWith?: string | undefined;
|
|
577
|
+
} | undefined;
|
|
578
|
+
} | undefined, string | {
|
|
579
|
+
equals?: string | undefined;
|
|
580
|
+
in?: string[] | undefined;
|
|
581
|
+
notIn?: string[] | undefined;
|
|
582
|
+
lt?: string | undefined;
|
|
583
|
+
lte?: string | undefined;
|
|
584
|
+
gt?: string | undefined;
|
|
585
|
+
gte?: string | undefined;
|
|
586
|
+
contains?: string | undefined;
|
|
587
|
+
startsWith?: string | undefined;
|
|
588
|
+
endsWith?: string | undefined;
|
|
589
|
+
mode?: "default" | "insensitive" | undefined;
|
|
590
|
+
not?: string | {
|
|
591
|
+
equals?: string | undefined;
|
|
592
|
+
in?: string[] | undefined;
|
|
593
|
+
notIn?: string[] | undefined;
|
|
594
|
+
lt?: string | undefined;
|
|
595
|
+
lte?: string | undefined;
|
|
596
|
+
gt?: string | undefined;
|
|
597
|
+
gte?: string | undefined;
|
|
598
|
+
contains?: string | undefined;
|
|
599
|
+
startsWith?: string | undefined;
|
|
600
|
+
endsWith?: string | undefined;
|
|
601
|
+
} | undefined;
|
|
602
|
+
}>>>>;
|
|
603
|
+
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
604
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
605
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
606
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
607
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
608
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
609
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
610
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
611
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
612
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
613
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
614
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
615
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
616
|
+
}, z.core.$strict>>]>>;
|
|
617
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
618
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
619
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
620
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
621
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
622
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
623
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
624
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
625
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
626
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
627
|
+
readonly DEFAULT: "default";
|
|
628
|
+
readonly INSENSITIVE: "insensitive";
|
|
629
|
+
}>>>;
|
|
630
|
+
}, z.core.$strict>>>>, z.ZodString]>>;
|
|
628
631
|
}, z.core.$strip>>>;
|
|
629
632
|
}, z.core.$strip>;
|
|
630
633
|
export type CmaSearchRestReq = z.input<typeof cmaSearchRestReqSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-search.rest.schemal.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma-search.rest.schemal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"cma-search.rest.schemal.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma-search.rest.schemal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAWjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -61,6 +61,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
61
61
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
62
62
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
63
63
|
mtaId: z.ZodString;
|
|
64
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
65
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
65
66
|
customerId: z.ZodString;
|
|
66
67
|
projectId: z.ZodString;
|
|
@@ -70,6 +71,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
70
71
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
71
72
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
72
73
|
stage: z.ZodString;
|
|
74
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73
75
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
74
76
|
id: z.ZodString;
|
|
75
77
|
name: z.ZodString;
|
|
@@ -160,7 +162,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
160
162
|
cmaBalanceCents: bigint;
|
|
161
163
|
mtaBalanceCents: bigint;
|
|
162
164
|
stage: string;
|
|
165
|
+
cmaId?: string | null | undefined;
|
|
163
166
|
buyerName?: string | null | undefined;
|
|
167
|
+
initialDepositStatus?: string | null | undefined;
|
|
164
168
|
project?: {
|
|
165
169
|
id: string;
|
|
166
170
|
name: string;
|
|
@@ -253,7 +257,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
253
257
|
cmaBalanceCents: bigint;
|
|
254
258
|
mtaBalanceCents: bigint;
|
|
255
259
|
stage: string;
|
|
260
|
+
cmaId?: string | null | undefined;
|
|
256
261
|
buyerName?: string | null | undefined;
|
|
262
|
+
initialDepositStatus?: string | null | undefined;
|
|
257
263
|
project?: {
|
|
258
264
|
id: string;
|
|
259
265
|
name: string;
|
|
@@ -345,7 +351,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
345
351
|
cmaBalanceCents: bigint;
|
|
346
352
|
mtaBalanceCents: bigint;
|
|
347
353
|
stage: string;
|
|
354
|
+
cmaId?: string | null | undefined;
|
|
348
355
|
buyerName?: string | null | undefined;
|
|
356
|
+
initialDepositStatus?: string | null | undefined;
|
|
349
357
|
project?: {
|
|
350
358
|
id: string;
|
|
351
359
|
name: string;
|
|
@@ -445,7 +453,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
445
453
|
cmaBalanceCents: unknown;
|
|
446
454
|
mtaBalanceCents: unknown;
|
|
447
455
|
stage: string;
|
|
456
|
+
cmaId?: string | null | undefined;
|
|
448
457
|
buyerName?: string | null | undefined;
|
|
458
|
+
initialDepositStatus?: string | null | undefined;
|
|
449
459
|
project?: {
|
|
450
460
|
id: string;
|
|
451
461
|
name: string;
|
|
@@ -538,7 +548,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
538
548
|
cmaBalanceCents: unknown;
|
|
539
549
|
mtaBalanceCents: unknown;
|
|
540
550
|
stage: string;
|
|
551
|
+
cmaId?: string | null | undefined;
|
|
541
552
|
buyerName?: string | null | undefined;
|
|
553
|
+
initialDepositStatus?: string | null | undefined;
|
|
542
554
|
project?: {
|
|
543
555
|
id: string;
|
|
544
556
|
name: string;
|
|
@@ -630,7 +642,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
630
642
|
cmaBalanceCents: unknown;
|
|
631
643
|
mtaBalanceCents: unknown;
|
|
632
644
|
stage: string;
|
|
645
|
+
cmaId?: string | null | undefined;
|
|
633
646
|
buyerName?: string | null | undefined;
|
|
647
|
+
initialDepositStatus?: string | null | undefined;
|
|
634
648
|
project?: {
|
|
635
649
|
id: string;
|
|
636
650
|
name: string;
|
|
@@ -724,7 +738,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
724
738
|
cmaBalanceCents: bigint;
|
|
725
739
|
mtaBalanceCents: bigint;
|
|
726
740
|
stage: string;
|
|
741
|
+
cmaId?: string | null | undefined;
|
|
727
742
|
buyerName?: string | null | undefined;
|
|
743
|
+
initialDepositStatus?: string | null | undefined;
|
|
728
744
|
project?: {
|
|
729
745
|
id: string;
|
|
730
746
|
name: string;
|
|
@@ -817,7 +833,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
817
833
|
cmaBalanceCents: bigint;
|
|
818
834
|
mtaBalanceCents: bigint;
|
|
819
835
|
stage: string;
|
|
836
|
+
cmaId?: string | null | undefined;
|
|
820
837
|
buyerName?: string | null | undefined;
|
|
838
|
+
initialDepositStatus?: string | null | undefined;
|
|
821
839
|
project?: {
|
|
822
840
|
id: string;
|
|
823
841
|
name: string;
|
|
@@ -909,7 +927,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
909
927
|
cmaBalanceCents: bigint;
|
|
910
928
|
mtaBalanceCents: bigint;
|
|
911
929
|
stage: string;
|
|
930
|
+
cmaId?: string | null | undefined;
|
|
912
931
|
buyerName?: string | null | undefined;
|
|
932
|
+
initialDepositStatus?: string | null | undefined;
|
|
913
933
|
project?: {
|
|
914
934
|
id: string;
|
|
915
935
|
name: string;
|
|
@@ -1009,7 +1029,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1009
1029
|
cmaBalanceCents: unknown;
|
|
1010
1030
|
mtaBalanceCents: unknown;
|
|
1011
1031
|
stage: string;
|
|
1032
|
+
cmaId?: string | null | undefined;
|
|
1012
1033
|
buyerName?: string | null | undefined;
|
|
1034
|
+
initialDepositStatus?: string | null | undefined;
|
|
1013
1035
|
project?: {
|
|
1014
1036
|
id: string;
|
|
1015
1037
|
name: string;
|
|
@@ -1102,7 +1124,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1102
1124
|
cmaBalanceCents: unknown;
|
|
1103
1125
|
mtaBalanceCents: unknown;
|
|
1104
1126
|
stage: string;
|
|
1127
|
+
cmaId?: string | null | undefined;
|
|
1105
1128
|
buyerName?: string | null | undefined;
|
|
1129
|
+
initialDepositStatus?: string | null | undefined;
|
|
1106
1130
|
project?: {
|
|
1107
1131
|
id: string;
|
|
1108
1132
|
name: string;
|
|
@@ -1194,7 +1218,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1194
1218
|
cmaBalanceCents: unknown;
|
|
1195
1219
|
mtaBalanceCents: unknown;
|
|
1196
1220
|
stage: string;
|
|
1221
|
+
cmaId?: string | null | undefined;
|
|
1197
1222
|
buyerName?: string | null | undefined;
|
|
1223
|
+
initialDepositStatus?: string | null | undefined;
|
|
1198
1224
|
project?: {
|
|
1199
1225
|
id: string;
|
|
1200
1226
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO/B,CAAC;AAEH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"cma.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO/B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const cmaAccountPeriodCloseRestReqSchema: z.ZodObject<{
|
|
3
3
|
cmaId: z.ZodUUID;
|
|
4
4
|
cmaAccountPeriodId: z.ZodUUID;
|
|
5
|
-
endDate: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | Date>>, z.ZodDate>;
|
|
5
|
+
endDate: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>;
|
|
6
6
|
closingDescription: z.ZodOptional<z.ZodString>;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
8
|
export type CmaAccountPeriodCloseRestReq = z.input<typeof cmaAccountPeriodCloseRestReqSchema>;
|