@mikemo-coposit/am-accounting-shared 0.0.8 → 0.0.10
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/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +211 -155
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- 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 +138 -138
- 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.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +58 -35
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- 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 +138 -138
- 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.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/esm/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +8 -9
package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -188,17 +188,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
188
188
|
mtaId: string;
|
|
189
189
|
mtaBalanceCents: number | bigint;
|
|
190
190
|
cmaBalanceCents: number | bigint;
|
|
191
|
-
customer?: {
|
|
192
|
-
status: string;
|
|
193
|
-
id: string;
|
|
194
|
-
isArchived: boolean;
|
|
195
|
-
createdAt: Date;
|
|
196
|
-
updatedAt: Date;
|
|
197
|
-
fullName: string | null;
|
|
198
|
-
mobile: string | null;
|
|
199
|
-
email: string;
|
|
200
|
-
syncedAt: Date;
|
|
201
|
-
} | null | undefined;
|
|
202
191
|
buyerName?: string | null | undefined;
|
|
203
192
|
project?: {
|
|
204
193
|
type: string;
|
|
@@ -222,6 +211,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
222
211
|
companyName: string | null;
|
|
223
212
|
} | null | undefined;
|
|
224
213
|
} | null | undefined;
|
|
214
|
+
customer?: {
|
|
215
|
+
status: string;
|
|
216
|
+
id: string;
|
|
217
|
+
isArchived: boolean;
|
|
218
|
+
createdAt: Date;
|
|
219
|
+
updatedAt: Date;
|
|
220
|
+
fullName: string | null;
|
|
221
|
+
mobile: string | null;
|
|
222
|
+
email: string;
|
|
223
|
+
syncedAt: Date;
|
|
224
|
+
} | null | undefined;
|
|
225
225
|
} | null | undefined;
|
|
226
226
|
} & {
|
|
227
227
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -281,17 +281,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
281
281
|
mtaId: string;
|
|
282
282
|
mtaBalanceCents: number | bigint;
|
|
283
283
|
cmaBalanceCents: number | bigint;
|
|
284
|
-
customer?: {
|
|
285
|
-
status: string;
|
|
286
|
-
id: string;
|
|
287
|
-
isArchived: boolean;
|
|
288
|
-
createdAt: Date;
|
|
289
|
-
updatedAt: Date;
|
|
290
|
-
fullName: string | null;
|
|
291
|
-
mobile: string | null;
|
|
292
|
-
email: string;
|
|
293
|
-
syncedAt: Date;
|
|
294
|
-
} | null | undefined;
|
|
295
284
|
buyerName?: string | null | undefined;
|
|
296
285
|
project?: {
|
|
297
286
|
type: string;
|
|
@@ -315,6 +304,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
315
304
|
companyName: string | null;
|
|
316
305
|
} | null | undefined;
|
|
317
306
|
} | null | undefined;
|
|
307
|
+
customer?: {
|
|
308
|
+
status: string;
|
|
309
|
+
id: string;
|
|
310
|
+
isArchived: boolean;
|
|
311
|
+
createdAt: Date;
|
|
312
|
+
updatedAt: Date;
|
|
313
|
+
fullName: string | null;
|
|
314
|
+
mobile: string | null;
|
|
315
|
+
email: string;
|
|
316
|
+
syncedAt: Date;
|
|
317
|
+
} | null | undefined;
|
|
318
318
|
} | null | undefined;
|
|
319
319
|
} & any, "cma"> | null | undefined;
|
|
320
320
|
subsequentTransactions?: Omit<{
|
|
@@ -373,17 +373,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
373
373
|
mtaId: string;
|
|
374
374
|
mtaBalanceCents: number | bigint;
|
|
375
375
|
cmaBalanceCents: number | bigint;
|
|
376
|
-
customer?: {
|
|
377
|
-
status: string;
|
|
378
|
-
id: string;
|
|
379
|
-
isArchived: boolean;
|
|
380
|
-
createdAt: Date;
|
|
381
|
-
updatedAt: Date;
|
|
382
|
-
fullName: string | null;
|
|
383
|
-
mobile: string | null;
|
|
384
|
-
email: string;
|
|
385
|
-
syncedAt: Date;
|
|
386
|
-
} | null | undefined;
|
|
387
376
|
buyerName?: string | null | undefined;
|
|
388
377
|
project?: {
|
|
389
378
|
type: string;
|
|
@@ -407,6 +396,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
407
396
|
companyName: string | null;
|
|
408
397
|
} | null | undefined;
|
|
409
398
|
} | null | undefined;
|
|
399
|
+
customer?: {
|
|
400
|
+
status: string;
|
|
401
|
+
id: string;
|
|
402
|
+
isArchived: boolean;
|
|
403
|
+
createdAt: Date;
|
|
404
|
+
updatedAt: Date;
|
|
405
|
+
fullName: string | null;
|
|
406
|
+
mobile: string | null;
|
|
407
|
+
email: string;
|
|
408
|
+
syncedAt: Date;
|
|
409
|
+
} | null | undefined;
|
|
410
410
|
} | null | undefined;
|
|
411
411
|
} & any, "cma">[] | null | undefined;
|
|
412
412
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -473,17 +473,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
473
473
|
mtaId: string;
|
|
474
474
|
mtaBalanceCents: number | bigint;
|
|
475
475
|
cmaBalanceCents: number | bigint;
|
|
476
|
-
customer?: {
|
|
477
|
-
status: string;
|
|
478
|
-
id: string;
|
|
479
|
-
isArchived: boolean;
|
|
480
|
-
createdAt: Date;
|
|
481
|
-
updatedAt: Date;
|
|
482
|
-
fullName: string | null;
|
|
483
|
-
mobile: string | null;
|
|
484
|
-
email: string;
|
|
485
|
-
syncedAt: Date;
|
|
486
|
-
} | null | undefined;
|
|
487
476
|
buyerName?: string | null | undefined;
|
|
488
477
|
project?: {
|
|
489
478
|
type: string;
|
|
@@ -507,6 +496,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
507
496
|
companyName: string | null;
|
|
508
497
|
} | null | undefined;
|
|
509
498
|
} | null | undefined;
|
|
499
|
+
customer?: {
|
|
500
|
+
status: string;
|
|
501
|
+
id: string;
|
|
502
|
+
isArchived: boolean;
|
|
503
|
+
createdAt: Date;
|
|
504
|
+
updatedAt: Date;
|
|
505
|
+
fullName: string | null;
|
|
506
|
+
mobile: string | null;
|
|
507
|
+
email: string;
|
|
508
|
+
syncedAt: Date;
|
|
509
|
+
} | null | undefined;
|
|
510
510
|
} | null | undefined;
|
|
511
511
|
} & {
|
|
512
512
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -566,17 +566,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
566
566
|
mtaId: string;
|
|
567
567
|
mtaBalanceCents: number | bigint;
|
|
568
568
|
cmaBalanceCents: number | bigint;
|
|
569
|
-
customer?: {
|
|
570
|
-
status: string;
|
|
571
|
-
id: string;
|
|
572
|
-
isArchived: boolean;
|
|
573
|
-
createdAt: Date;
|
|
574
|
-
updatedAt: Date;
|
|
575
|
-
fullName: string | null;
|
|
576
|
-
mobile: string | null;
|
|
577
|
-
email: string;
|
|
578
|
-
syncedAt: Date;
|
|
579
|
-
} | null | undefined;
|
|
580
569
|
buyerName?: string | null | undefined;
|
|
581
570
|
project?: {
|
|
582
571
|
type: string;
|
|
@@ -600,6 +589,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
600
589
|
companyName: string | null;
|
|
601
590
|
} | null | undefined;
|
|
602
591
|
} | null | undefined;
|
|
592
|
+
customer?: {
|
|
593
|
+
status: string;
|
|
594
|
+
id: string;
|
|
595
|
+
isArchived: boolean;
|
|
596
|
+
createdAt: Date;
|
|
597
|
+
updatedAt: Date;
|
|
598
|
+
fullName: string | null;
|
|
599
|
+
mobile: string | null;
|
|
600
|
+
email: string;
|
|
601
|
+
syncedAt: Date;
|
|
602
|
+
} | null | undefined;
|
|
603
603
|
} | null | undefined;
|
|
604
604
|
} & any) | null | undefined;
|
|
605
605
|
subsequentTransactions?: ({
|
|
@@ -658,17 +658,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
658
658
|
mtaId: string;
|
|
659
659
|
mtaBalanceCents: number | bigint;
|
|
660
660
|
cmaBalanceCents: number | bigint;
|
|
661
|
-
customer?: {
|
|
662
|
-
status: string;
|
|
663
|
-
id: string;
|
|
664
|
-
isArchived: boolean;
|
|
665
|
-
createdAt: Date;
|
|
666
|
-
updatedAt: Date;
|
|
667
|
-
fullName: string | null;
|
|
668
|
-
mobile: string | null;
|
|
669
|
-
email: string;
|
|
670
|
-
syncedAt: Date;
|
|
671
|
-
} | null | undefined;
|
|
672
661
|
buyerName?: string | null | undefined;
|
|
673
662
|
project?: {
|
|
674
663
|
type: string;
|
|
@@ -692,6 +681,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
692
681
|
companyName: string | null;
|
|
693
682
|
} | null | undefined;
|
|
694
683
|
} | null | undefined;
|
|
684
|
+
customer?: {
|
|
685
|
+
status: string;
|
|
686
|
+
id: string;
|
|
687
|
+
isArchived: boolean;
|
|
688
|
+
createdAt: Date;
|
|
689
|
+
updatedAt: Date;
|
|
690
|
+
fullName: string | null;
|
|
691
|
+
mobile: string | null;
|
|
692
|
+
email: string;
|
|
693
|
+
syncedAt: Date;
|
|
694
|
+
} | null | undefined;
|
|
695
695
|
} | null | undefined;
|
|
696
696
|
} & any)[] | null | undefined;
|
|
697
697
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -754,17 +754,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
754
754
|
mtaId: string;
|
|
755
755
|
mtaBalanceCents: number | bigint;
|
|
756
756
|
cmaBalanceCents: number | bigint;
|
|
757
|
-
customer?: {
|
|
758
|
-
status: string;
|
|
759
|
-
id: string;
|
|
760
|
-
isArchived: boolean;
|
|
761
|
-
createdAt: Date;
|
|
762
|
-
updatedAt: Date;
|
|
763
|
-
fullName: string | null;
|
|
764
|
-
mobile: string | null;
|
|
765
|
-
email: string;
|
|
766
|
-
syncedAt: Date;
|
|
767
|
-
} | null | undefined;
|
|
768
757
|
buyerName?: string | null | undefined;
|
|
769
758
|
project?: {
|
|
770
759
|
type: string;
|
|
@@ -788,6 +777,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
788
777
|
companyName: string | null;
|
|
789
778
|
} | null | undefined;
|
|
790
779
|
} | null | undefined;
|
|
780
|
+
customer?: {
|
|
781
|
+
status: string;
|
|
782
|
+
id: string;
|
|
783
|
+
isArchived: boolean;
|
|
784
|
+
createdAt: Date;
|
|
785
|
+
updatedAt: Date;
|
|
786
|
+
fullName: string | null;
|
|
787
|
+
mobile: string | null;
|
|
788
|
+
email: string;
|
|
789
|
+
syncedAt: Date;
|
|
790
|
+
} | null | undefined;
|
|
791
791
|
} | null | undefined;
|
|
792
792
|
} & {
|
|
793
793
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -847,17 +847,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
847
847
|
mtaId: string;
|
|
848
848
|
mtaBalanceCents: number | bigint;
|
|
849
849
|
cmaBalanceCents: number | bigint;
|
|
850
|
-
customer?: {
|
|
851
|
-
status: string;
|
|
852
|
-
id: string;
|
|
853
|
-
isArchived: boolean;
|
|
854
|
-
createdAt: Date;
|
|
855
|
-
updatedAt: Date;
|
|
856
|
-
fullName: string | null;
|
|
857
|
-
mobile: string | null;
|
|
858
|
-
email: string;
|
|
859
|
-
syncedAt: Date;
|
|
860
|
-
} | null | undefined;
|
|
861
850
|
buyerName?: string | null | undefined;
|
|
862
851
|
project?: {
|
|
863
852
|
type: string;
|
|
@@ -881,6 +870,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
881
870
|
companyName: string | null;
|
|
882
871
|
} | null | undefined;
|
|
883
872
|
} | null | undefined;
|
|
873
|
+
customer?: {
|
|
874
|
+
status: string;
|
|
875
|
+
id: string;
|
|
876
|
+
isArchived: boolean;
|
|
877
|
+
createdAt: Date;
|
|
878
|
+
updatedAt: Date;
|
|
879
|
+
fullName: string | null;
|
|
880
|
+
mobile: string | null;
|
|
881
|
+
email: string;
|
|
882
|
+
syncedAt: Date;
|
|
883
|
+
} | null | undefined;
|
|
884
884
|
} | null | undefined;
|
|
885
885
|
} & any, "cma"> | null | undefined;
|
|
886
886
|
subsequentTransactions?: Omit<{
|
|
@@ -939,17 +939,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
939
939
|
mtaId: string;
|
|
940
940
|
mtaBalanceCents: number | bigint;
|
|
941
941
|
cmaBalanceCents: number | bigint;
|
|
942
|
-
customer?: {
|
|
943
|
-
status: string;
|
|
944
|
-
id: string;
|
|
945
|
-
isArchived: boolean;
|
|
946
|
-
createdAt: Date;
|
|
947
|
-
updatedAt: Date;
|
|
948
|
-
fullName: string | null;
|
|
949
|
-
mobile: string | null;
|
|
950
|
-
email: string;
|
|
951
|
-
syncedAt: Date;
|
|
952
|
-
} | null | undefined;
|
|
953
942
|
buyerName?: string | null | undefined;
|
|
954
943
|
project?: {
|
|
955
944
|
type: string;
|
|
@@ -973,6 +962,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
973
962
|
companyName: string | null;
|
|
974
963
|
} | null | undefined;
|
|
975
964
|
} | null | undefined;
|
|
965
|
+
customer?: {
|
|
966
|
+
status: string;
|
|
967
|
+
id: string;
|
|
968
|
+
isArchived: boolean;
|
|
969
|
+
createdAt: Date;
|
|
970
|
+
updatedAt: Date;
|
|
971
|
+
fullName: string | null;
|
|
972
|
+
mobile: string | null;
|
|
973
|
+
email: string;
|
|
974
|
+
syncedAt: Date;
|
|
975
|
+
} | null | undefined;
|
|
976
976
|
} | null | undefined;
|
|
977
977
|
} & any, "cma">[] | null | undefined;
|
|
978
978
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1039,17 +1039,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1039
1039
|
mtaId: string;
|
|
1040
1040
|
mtaBalanceCents: number | bigint;
|
|
1041
1041
|
cmaBalanceCents: number | bigint;
|
|
1042
|
-
customer?: {
|
|
1043
|
-
status: string;
|
|
1044
|
-
id: string;
|
|
1045
|
-
isArchived: boolean;
|
|
1046
|
-
createdAt: Date;
|
|
1047
|
-
updatedAt: Date;
|
|
1048
|
-
fullName: string | null;
|
|
1049
|
-
mobile: string | null;
|
|
1050
|
-
email: string;
|
|
1051
|
-
syncedAt: Date;
|
|
1052
|
-
} | null | undefined;
|
|
1053
1042
|
buyerName?: string | null | undefined;
|
|
1054
1043
|
project?: {
|
|
1055
1044
|
type: string;
|
|
@@ -1073,6 +1062,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1073
1062
|
companyName: string | null;
|
|
1074
1063
|
} | null | undefined;
|
|
1075
1064
|
} | null | undefined;
|
|
1065
|
+
customer?: {
|
|
1066
|
+
status: string;
|
|
1067
|
+
id: string;
|
|
1068
|
+
isArchived: boolean;
|
|
1069
|
+
createdAt: Date;
|
|
1070
|
+
updatedAt: Date;
|
|
1071
|
+
fullName: string | null;
|
|
1072
|
+
mobile: string | null;
|
|
1073
|
+
email: string;
|
|
1074
|
+
syncedAt: Date;
|
|
1075
|
+
} | null | undefined;
|
|
1076
1076
|
} | null | undefined;
|
|
1077
1077
|
} & {
|
|
1078
1078
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -1132,17 +1132,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1132
1132
|
mtaId: string;
|
|
1133
1133
|
mtaBalanceCents: number | bigint;
|
|
1134
1134
|
cmaBalanceCents: number | bigint;
|
|
1135
|
-
customer?: {
|
|
1136
|
-
status: string;
|
|
1137
|
-
id: string;
|
|
1138
|
-
isArchived: boolean;
|
|
1139
|
-
createdAt: Date;
|
|
1140
|
-
updatedAt: Date;
|
|
1141
|
-
fullName: string | null;
|
|
1142
|
-
mobile: string | null;
|
|
1143
|
-
email: string;
|
|
1144
|
-
syncedAt: Date;
|
|
1145
|
-
} | null | undefined;
|
|
1146
1135
|
buyerName?: string | null | undefined;
|
|
1147
1136
|
project?: {
|
|
1148
1137
|
type: string;
|
|
@@ -1166,6 +1155,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1166
1155
|
companyName: string | null;
|
|
1167
1156
|
} | null | undefined;
|
|
1168
1157
|
} | null | undefined;
|
|
1158
|
+
customer?: {
|
|
1159
|
+
status: string;
|
|
1160
|
+
id: string;
|
|
1161
|
+
isArchived: boolean;
|
|
1162
|
+
createdAt: Date;
|
|
1163
|
+
updatedAt: Date;
|
|
1164
|
+
fullName: string | null;
|
|
1165
|
+
mobile: string | null;
|
|
1166
|
+
email: string;
|
|
1167
|
+
syncedAt: Date;
|
|
1168
|
+
} | null | undefined;
|
|
1169
1169
|
} | null | undefined;
|
|
1170
1170
|
} & any) | null | undefined;
|
|
1171
1171
|
subsequentTransactions?: ({
|
|
@@ -1224,17 +1224,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1224
1224
|
mtaId: string;
|
|
1225
1225
|
mtaBalanceCents: number | bigint;
|
|
1226
1226
|
cmaBalanceCents: number | bigint;
|
|
1227
|
-
customer?: {
|
|
1228
|
-
status: string;
|
|
1229
|
-
id: string;
|
|
1230
|
-
isArchived: boolean;
|
|
1231
|
-
createdAt: Date;
|
|
1232
|
-
updatedAt: Date;
|
|
1233
|
-
fullName: string | null;
|
|
1234
|
-
mobile: string | null;
|
|
1235
|
-
email: string;
|
|
1236
|
-
syncedAt: Date;
|
|
1237
|
-
} | null | undefined;
|
|
1238
1227
|
buyerName?: string | null | undefined;
|
|
1239
1228
|
project?: {
|
|
1240
1229
|
type: string;
|
|
@@ -1258,6 +1247,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1258
1247
|
companyName: string | null;
|
|
1259
1248
|
} | null | undefined;
|
|
1260
1249
|
} | null | undefined;
|
|
1250
|
+
customer?: {
|
|
1251
|
+
status: string;
|
|
1252
|
+
id: string;
|
|
1253
|
+
isArchived: boolean;
|
|
1254
|
+
createdAt: Date;
|
|
1255
|
+
updatedAt: Date;
|
|
1256
|
+
fullName: string | null;
|
|
1257
|
+
mobile: string | null;
|
|
1258
|
+
email: string;
|
|
1259
|
+
syncedAt: Date;
|
|
1260
|
+
} | null | undefined;
|
|
1261
1261
|
} | null | undefined;
|
|
1262
1262
|
} & any)[] | null | undefined;
|
|
1263
1263
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1322,17 +1322,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1322
1322
|
mtaId: string;
|
|
1323
1323
|
mtaBalanceCents: number | bigint;
|
|
1324
1324
|
cmaBalanceCents: number | bigint;
|
|
1325
|
-
customer?: {
|
|
1326
|
-
status: string;
|
|
1327
|
-
id: string;
|
|
1328
|
-
isArchived: boolean;
|
|
1329
|
-
createdAt: Date;
|
|
1330
|
-
updatedAt: Date;
|
|
1331
|
-
fullName: string | null;
|
|
1332
|
-
mobile: string | null;
|
|
1333
|
-
email: string;
|
|
1334
|
-
syncedAt: Date;
|
|
1335
|
-
} | null | undefined;
|
|
1336
1325
|
buyerName?: string | null | undefined;
|
|
1337
1326
|
project?: {
|
|
1338
1327
|
type: string;
|
|
@@ -1356,6 +1345,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1356
1345
|
companyName: string | null;
|
|
1357
1346
|
} | null | undefined;
|
|
1358
1347
|
} | null | undefined;
|
|
1348
|
+
customer?: {
|
|
1349
|
+
status: string;
|
|
1350
|
+
id: string;
|
|
1351
|
+
isArchived: boolean;
|
|
1352
|
+
createdAt: Date;
|
|
1353
|
+
updatedAt: Date;
|
|
1354
|
+
fullName: string | null;
|
|
1355
|
+
mobile: string | null;
|
|
1356
|
+
email: string;
|
|
1357
|
+
syncedAt: Date;
|
|
1358
|
+
} | null | undefined;
|
|
1359
1359
|
} | null | undefined;
|
|
1360
1360
|
} & {
|
|
1361
1361
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -1415,17 +1415,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1415
1415
|
mtaId: string;
|
|
1416
1416
|
mtaBalanceCents: number | bigint;
|
|
1417
1417
|
cmaBalanceCents: number | bigint;
|
|
1418
|
-
customer?: {
|
|
1419
|
-
status: string;
|
|
1420
|
-
id: string;
|
|
1421
|
-
isArchived: boolean;
|
|
1422
|
-
createdAt: Date;
|
|
1423
|
-
updatedAt: Date;
|
|
1424
|
-
fullName: string | null;
|
|
1425
|
-
mobile: string | null;
|
|
1426
|
-
email: string;
|
|
1427
|
-
syncedAt: Date;
|
|
1428
|
-
} | null | undefined;
|
|
1429
1418
|
buyerName?: string | null | undefined;
|
|
1430
1419
|
project?: {
|
|
1431
1420
|
type: string;
|
|
@@ -1449,6 +1438,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1449
1438
|
companyName: string | null;
|
|
1450
1439
|
} | null | undefined;
|
|
1451
1440
|
} | null | undefined;
|
|
1441
|
+
customer?: {
|
|
1442
|
+
status: string;
|
|
1443
|
+
id: string;
|
|
1444
|
+
isArchived: boolean;
|
|
1445
|
+
createdAt: Date;
|
|
1446
|
+
updatedAt: Date;
|
|
1447
|
+
fullName: string | null;
|
|
1448
|
+
mobile: string | null;
|
|
1449
|
+
email: string;
|
|
1450
|
+
syncedAt: Date;
|
|
1451
|
+
} | null | undefined;
|
|
1452
1452
|
} | null | undefined;
|
|
1453
1453
|
} & any, "cma"> | null | undefined;
|
|
1454
1454
|
subsequentTransactions?: Omit<{
|
|
@@ -1507,17 +1507,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1507
1507
|
mtaId: string;
|
|
1508
1508
|
mtaBalanceCents: number | bigint;
|
|
1509
1509
|
cmaBalanceCents: number | bigint;
|
|
1510
|
-
customer?: {
|
|
1511
|
-
status: string;
|
|
1512
|
-
id: string;
|
|
1513
|
-
isArchived: boolean;
|
|
1514
|
-
createdAt: Date;
|
|
1515
|
-
updatedAt: Date;
|
|
1516
|
-
fullName: string | null;
|
|
1517
|
-
mobile: string | null;
|
|
1518
|
-
email: string;
|
|
1519
|
-
syncedAt: Date;
|
|
1520
|
-
} | null | undefined;
|
|
1521
1510
|
buyerName?: string | null | undefined;
|
|
1522
1511
|
project?: {
|
|
1523
1512
|
type: string;
|
|
@@ -1541,6 +1530,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1541
1530
|
companyName: string | null;
|
|
1542
1531
|
} | null | undefined;
|
|
1543
1532
|
} | null | undefined;
|
|
1533
|
+
customer?: {
|
|
1534
|
+
status: string;
|
|
1535
|
+
id: string;
|
|
1536
|
+
isArchived: boolean;
|
|
1537
|
+
createdAt: Date;
|
|
1538
|
+
updatedAt: Date;
|
|
1539
|
+
fullName: string | null;
|
|
1540
|
+
mobile: string | null;
|
|
1541
|
+
email: string;
|
|
1542
|
+
syncedAt: Date;
|
|
1543
|
+
} | null | undefined;
|
|
1544
1544
|
} | null | undefined;
|
|
1545
1545
|
} & any, "cma">[] | null | undefined;
|
|
1546
1546
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1608,17 +1608,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1608
1608
|
mtaId: string;
|
|
1609
1609
|
mtaBalanceCents: number | bigint;
|
|
1610
1610
|
cmaBalanceCents: number | bigint;
|
|
1611
|
-
customer?: {
|
|
1612
|
-
status: string;
|
|
1613
|
-
id: string;
|
|
1614
|
-
isArchived: boolean;
|
|
1615
|
-
createdAt: Date;
|
|
1616
|
-
updatedAt: Date;
|
|
1617
|
-
fullName: string | null;
|
|
1618
|
-
mobile: string | null;
|
|
1619
|
-
email: string;
|
|
1620
|
-
syncedAt: Date;
|
|
1621
|
-
} | null | undefined;
|
|
1622
1611
|
buyerName?: string | null | undefined;
|
|
1623
1612
|
project?: {
|
|
1624
1613
|
type: string;
|
|
@@ -1642,6 +1631,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1642
1631
|
companyName: string | null;
|
|
1643
1632
|
} | null | undefined;
|
|
1644
1633
|
} | null | undefined;
|
|
1634
|
+
customer?: {
|
|
1635
|
+
status: string;
|
|
1636
|
+
id: string;
|
|
1637
|
+
isArchived: boolean;
|
|
1638
|
+
createdAt: Date;
|
|
1639
|
+
updatedAt: Date;
|
|
1640
|
+
fullName: string | null;
|
|
1641
|
+
mobile: string | null;
|
|
1642
|
+
email: string;
|
|
1643
|
+
syncedAt: Date;
|
|
1644
|
+
} | null | undefined;
|
|
1645
1645
|
} | null | undefined;
|
|
1646
1646
|
} & {
|
|
1647
1647
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -1701,17 +1701,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1701
1701
|
mtaId: string;
|
|
1702
1702
|
mtaBalanceCents: number | bigint;
|
|
1703
1703
|
cmaBalanceCents: number | bigint;
|
|
1704
|
-
customer?: {
|
|
1705
|
-
status: string;
|
|
1706
|
-
id: string;
|
|
1707
|
-
isArchived: boolean;
|
|
1708
|
-
createdAt: Date;
|
|
1709
|
-
updatedAt: Date;
|
|
1710
|
-
fullName: string | null;
|
|
1711
|
-
mobile: string | null;
|
|
1712
|
-
email: string;
|
|
1713
|
-
syncedAt: Date;
|
|
1714
|
-
} | null | undefined;
|
|
1715
1704
|
buyerName?: string | null | undefined;
|
|
1716
1705
|
project?: {
|
|
1717
1706
|
type: string;
|
|
@@ -1735,6 +1724,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1735
1724
|
companyName: string | null;
|
|
1736
1725
|
} | null | undefined;
|
|
1737
1726
|
} | null | undefined;
|
|
1727
|
+
customer?: {
|
|
1728
|
+
status: string;
|
|
1729
|
+
id: string;
|
|
1730
|
+
isArchived: boolean;
|
|
1731
|
+
createdAt: Date;
|
|
1732
|
+
updatedAt: Date;
|
|
1733
|
+
fullName: string | null;
|
|
1734
|
+
mobile: string | null;
|
|
1735
|
+
email: string;
|
|
1736
|
+
syncedAt: Date;
|
|
1737
|
+
} | null | undefined;
|
|
1738
1738
|
} | null | undefined;
|
|
1739
1739
|
} & any, "cma"> | null | undefined;
|
|
1740
1740
|
subsequentTransactions?: Omit<{
|
|
@@ -1793,17 +1793,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1793
1793
|
mtaId: string;
|
|
1794
1794
|
mtaBalanceCents: number | bigint;
|
|
1795
1795
|
cmaBalanceCents: number | bigint;
|
|
1796
|
-
customer?: {
|
|
1797
|
-
status: string;
|
|
1798
|
-
id: string;
|
|
1799
|
-
isArchived: boolean;
|
|
1800
|
-
createdAt: Date;
|
|
1801
|
-
updatedAt: Date;
|
|
1802
|
-
fullName: string | null;
|
|
1803
|
-
mobile: string | null;
|
|
1804
|
-
email: string;
|
|
1805
|
-
syncedAt: Date;
|
|
1806
|
-
} | null | undefined;
|
|
1807
1796
|
buyerName?: string | null | undefined;
|
|
1808
1797
|
project?: {
|
|
1809
1798
|
type: string;
|
|
@@ -1827,6 +1816,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1827
1816
|
companyName: string | null;
|
|
1828
1817
|
} | null | undefined;
|
|
1829
1818
|
} | null | undefined;
|
|
1819
|
+
customer?: {
|
|
1820
|
+
status: string;
|
|
1821
|
+
id: string;
|
|
1822
|
+
isArchived: boolean;
|
|
1823
|
+
createdAt: Date;
|
|
1824
|
+
updatedAt: Date;
|
|
1825
|
+
fullName: string | null;
|
|
1826
|
+
mobile: string | null;
|
|
1827
|
+
email: string;
|
|
1828
|
+
syncedAt: Date;
|
|
1829
|
+
} | null | undefined;
|
|
1830
1830
|
} | null | undefined;
|
|
1831
1831
|
} & any, "cma">[] | null | undefined;
|
|
1832
1832
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1897,17 +1897,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1897
1897
|
mtaId: string;
|
|
1898
1898
|
mtaBalanceCents: number | bigint;
|
|
1899
1899
|
cmaBalanceCents: number | bigint;
|
|
1900
|
-
customer?: {
|
|
1901
|
-
status: string;
|
|
1902
|
-
id: string;
|
|
1903
|
-
isArchived: boolean;
|
|
1904
|
-
createdAt: Date;
|
|
1905
|
-
updatedAt: Date;
|
|
1906
|
-
fullName: string | null;
|
|
1907
|
-
mobile: string | null;
|
|
1908
|
-
email: string;
|
|
1909
|
-
syncedAt: Date;
|
|
1910
|
-
} | null | undefined;
|
|
1911
1900
|
buyerName?: string | null | undefined;
|
|
1912
1901
|
project?: {
|
|
1913
1902
|
type: string;
|
|
@@ -1931,6 +1920,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1931
1920
|
companyName: string | null;
|
|
1932
1921
|
} | null | undefined;
|
|
1933
1922
|
} | null | undefined;
|
|
1923
|
+
customer?: {
|
|
1924
|
+
status: string;
|
|
1925
|
+
id: string;
|
|
1926
|
+
isArchived: boolean;
|
|
1927
|
+
createdAt: Date;
|
|
1928
|
+
updatedAt: Date;
|
|
1929
|
+
fullName: string | null;
|
|
1930
|
+
mobile: string | null;
|
|
1931
|
+
email: string;
|
|
1932
|
+
syncedAt: Date;
|
|
1933
|
+
} | null | undefined;
|
|
1934
1934
|
} | null | undefined;
|
|
1935
1935
|
} & {
|
|
1936
1936
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -1990,17 +1990,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1990
1990
|
mtaId: string;
|
|
1991
1991
|
mtaBalanceCents: number | bigint;
|
|
1992
1992
|
cmaBalanceCents: number | bigint;
|
|
1993
|
-
customer?: {
|
|
1994
|
-
status: string;
|
|
1995
|
-
id: string;
|
|
1996
|
-
isArchived: boolean;
|
|
1997
|
-
createdAt: Date;
|
|
1998
|
-
updatedAt: Date;
|
|
1999
|
-
fullName: string | null;
|
|
2000
|
-
mobile: string | null;
|
|
2001
|
-
email: string;
|
|
2002
|
-
syncedAt: Date;
|
|
2003
|
-
} | null | undefined;
|
|
2004
1993
|
buyerName?: string | null | undefined;
|
|
2005
1994
|
project?: {
|
|
2006
1995
|
type: string;
|
|
@@ -2024,6 +2013,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2024
2013
|
companyName: string | null;
|
|
2025
2014
|
} | null | undefined;
|
|
2026
2015
|
} | null | undefined;
|
|
2016
|
+
customer?: {
|
|
2017
|
+
status: string;
|
|
2018
|
+
id: string;
|
|
2019
|
+
isArchived: boolean;
|
|
2020
|
+
createdAt: Date;
|
|
2021
|
+
updatedAt: Date;
|
|
2022
|
+
fullName: string | null;
|
|
2023
|
+
mobile: string | null;
|
|
2024
|
+
email: string;
|
|
2025
|
+
syncedAt: Date;
|
|
2026
|
+
} | null | undefined;
|
|
2027
2027
|
} | null | undefined;
|
|
2028
2028
|
} & any) | null | undefined;
|
|
2029
2029
|
subsequentTransactions?: ({
|
|
@@ -2082,17 +2082,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2082
2082
|
mtaId: string;
|
|
2083
2083
|
mtaBalanceCents: number | bigint;
|
|
2084
2084
|
cmaBalanceCents: number | bigint;
|
|
2085
|
-
customer?: {
|
|
2086
|
-
status: string;
|
|
2087
|
-
id: string;
|
|
2088
|
-
isArchived: boolean;
|
|
2089
|
-
createdAt: Date;
|
|
2090
|
-
updatedAt: Date;
|
|
2091
|
-
fullName: string | null;
|
|
2092
|
-
mobile: string | null;
|
|
2093
|
-
email: string;
|
|
2094
|
-
syncedAt: Date;
|
|
2095
|
-
} | null | undefined;
|
|
2096
2085
|
buyerName?: string | null | undefined;
|
|
2097
2086
|
project?: {
|
|
2098
2087
|
type: string;
|
|
@@ -2116,6 +2105,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2116
2105
|
companyName: string | null;
|
|
2117
2106
|
} | null | undefined;
|
|
2118
2107
|
} | null | undefined;
|
|
2108
|
+
customer?: {
|
|
2109
|
+
status: string;
|
|
2110
|
+
id: string;
|
|
2111
|
+
isArchived: boolean;
|
|
2112
|
+
createdAt: Date;
|
|
2113
|
+
updatedAt: Date;
|
|
2114
|
+
fullName: string | null;
|
|
2115
|
+
mobile: string | null;
|
|
2116
|
+
email: string;
|
|
2117
|
+
syncedAt: Date;
|
|
2118
|
+
} | null | undefined;
|
|
2119
2119
|
} | null | undefined;
|
|
2120
2120
|
} & any)[] | null | undefined;
|
|
2121
2121
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2177,17 +2177,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2177
2177
|
mtaId: string;
|
|
2178
2178
|
mtaBalanceCents: number | bigint;
|
|
2179
2179
|
cmaBalanceCents: number | bigint;
|
|
2180
|
-
customer?: {
|
|
2181
|
-
status: string;
|
|
2182
|
-
id: string;
|
|
2183
|
-
isArchived: boolean;
|
|
2184
|
-
createdAt: Date;
|
|
2185
|
-
updatedAt: Date;
|
|
2186
|
-
fullName: string | null;
|
|
2187
|
-
mobile: string | null;
|
|
2188
|
-
email: string;
|
|
2189
|
-
syncedAt: Date;
|
|
2190
|
-
} | null | undefined;
|
|
2191
2180
|
buyerName?: string | null | undefined;
|
|
2192
2181
|
project?: {
|
|
2193
2182
|
type: string;
|
|
@@ -2211,6 +2200,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2211
2200
|
companyName: string | null;
|
|
2212
2201
|
} | null | undefined;
|
|
2213
2202
|
} | null | undefined;
|
|
2203
|
+
customer?: {
|
|
2204
|
+
status: string;
|
|
2205
|
+
id: string;
|
|
2206
|
+
isArchived: boolean;
|
|
2207
|
+
createdAt: Date;
|
|
2208
|
+
updatedAt: Date;
|
|
2209
|
+
fullName: string | null;
|
|
2210
|
+
mobile: string | null;
|
|
2211
|
+
email: string;
|
|
2212
|
+
syncedAt: Date;
|
|
2213
|
+
} | null | undefined;
|
|
2214
2214
|
} | null | undefined;
|
|
2215
2215
|
} & {
|
|
2216
2216
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -2270,17 +2270,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2270
2270
|
mtaId: string;
|
|
2271
2271
|
mtaBalanceCents: number | bigint;
|
|
2272
2272
|
cmaBalanceCents: number | bigint;
|
|
2273
|
-
customer?: {
|
|
2274
|
-
status: string;
|
|
2275
|
-
id: string;
|
|
2276
|
-
isArchived: boolean;
|
|
2277
|
-
createdAt: Date;
|
|
2278
|
-
updatedAt: Date;
|
|
2279
|
-
fullName: string | null;
|
|
2280
|
-
mobile: string | null;
|
|
2281
|
-
email: string;
|
|
2282
|
-
syncedAt: Date;
|
|
2283
|
-
} | null | undefined;
|
|
2284
2273
|
buyerName?: string | null | undefined;
|
|
2285
2274
|
project?: {
|
|
2286
2275
|
type: string;
|
|
@@ -2304,6 +2293,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2304
2293
|
companyName: string | null;
|
|
2305
2294
|
} | null | undefined;
|
|
2306
2295
|
} | null | undefined;
|
|
2296
|
+
customer?: {
|
|
2297
|
+
status: string;
|
|
2298
|
+
id: string;
|
|
2299
|
+
isArchived: boolean;
|
|
2300
|
+
createdAt: Date;
|
|
2301
|
+
updatedAt: Date;
|
|
2302
|
+
fullName: string | null;
|
|
2303
|
+
mobile: string | null;
|
|
2304
|
+
email: string;
|
|
2305
|
+
syncedAt: Date;
|
|
2306
|
+
} | null | undefined;
|
|
2307
2307
|
} | null | undefined;
|
|
2308
2308
|
} & any) | null | undefined;
|
|
2309
2309
|
subsequentTransactions?: ({
|
|
@@ -2362,17 +2362,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2362
2362
|
mtaId: string;
|
|
2363
2363
|
mtaBalanceCents: number | bigint;
|
|
2364
2364
|
cmaBalanceCents: number | bigint;
|
|
2365
|
-
customer?: {
|
|
2366
|
-
status: string;
|
|
2367
|
-
id: string;
|
|
2368
|
-
isArchived: boolean;
|
|
2369
|
-
createdAt: Date;
|
|
2370
|
-
updatedAt: Date;
|
|
2371
|
-
fullName: string | null;
|
|
2372
|
-
mobile: string | null;
|
|
2373
|
-
email: string;
|
|
2374
|
-
syncedAt: Date;
|
|
2375
|
-
} | null | undefined;
|
|
2376
2365
|
buyerName?: string | null | undefined;
|
|
2377
2366
|
project?: {
|
|
2378
2367
|
type: string;
|
|
@@ -2396,6 +2385,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2396
2385
|
companyName: string | null;
|
|
2397
2386
|
} | null | undefined;
|
|
2398
2387
|
} | null | undefined;
|
|
2388
|
+
customer?: {
|
|
2389
|
+
status: string;
|
|
2390
|
+
id: string;
|
|
2391
|
+
isArchived: boolean;
|
|
2392
|
+
createdAt: Date;
|
|
2393
|
+
updatedAt: Date;
|
|
2394
|
+
fullName: string | null;
|
|
2395
|
+
mobile: string | null;
|
|
2396
|
+
email: string;
|
|
2397
|
+
syncedAt: Date;
|
|
2398
|
+
} | null | undefined;
|
|
2399
2399
|
} | null | undefined;
|
|
2400
2400
|
} & any)[] | null | undefined;
|
|
2401
2401
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2480,20 +2480,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2480
2480
|
lotDetail: string | null;
|
|
2481
2481
|
propertyAddress: string;
|
|
2482
2482
|
stage: string;
|
|
2483
|
-
mtaId: string;
|
|
2484
|
-
mtaBalanceCents: number | bigint;
|
|
2485
|
-
cmaBalanceCents: number | bigint;
|
|
2486
|
-
customer?: {
|
|
2487
|
-
status: string;
|
|
2488
|
-
id: string;
|
|
2489
|
-
isArchived: boolean;
|
|
2490
|
-
createdAt: Date;
|
|
2491
|
-
updatedAt: Date;
|
|
2492
|
-
fullName: string | null;
|
|
2493
|
-
mobile: string | null;
|
|
2494
|
-
email: string;
|
|
2495
|
-
syncedAt: Date;
|
|
2496
|
-
} | null | undefined;
|
|
2483
|
+
mtaId: string;
|
|
2484
|
+
mtaBalanceCents: number | bigint;
|
|
2485
|
+
cmaBalanceCents: number | bigint;
|
|
2497
2486
|
buyerName?: string | null | undefined;
|
|
2498
2487
|
project?: {
|
|
2499
2488
|
type: string;
|
|
@@ -2517,6 +2506,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2517
2506
|
companyName: string | null;
|
|
2518
2507
|
} | null | undefined;
|
|
2519
2508
|
} | null | undefined;
|
|
2509
|
+
customer?: {
|
|
2510
|
+
status: string;
|
|
2511
|
+
id: string;
|
|
2512
|
+
isArchived: boolean;
|
|
2513
|
+
createdAt: Date;
|
|
2514
|
+
updatedAt: Date;
|
|
2515
|
+
fullName: string | null;
|
|
2516
|
+
mobile: string | null;
|
|
2517
|
+
email: string;
|
|
2518
|
+
syncedAt: Date;
|
|
2519
|
+
} | null | undefined;
|
|
2520
2520
|
} | null | undefined;
|
|
2521
2521
|
} & {
|
|
2522
2522
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -2576,17 +2576,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2576
2576
|
mtaId: string;
|
|
2577
2577
|
mtaBalanceCents: number | bigint;
|
|
2578
2578
|
cmaBalanceCents: number | bigint;
|
|
2579
|
-
customer?: {
|
|
2580
|
-
status: string;
|
|
2581
|
-
id: string;
|
|
2582
|
-
isArchived: boolean;
|
|
2583
|
-
createdAt: Date;
|
|
2584
|
-
updatedAt: Date;
|
|
2585
|
-
fullName: string | null;
|
|
2586
|
-
mobile: string | null;
|
|
2587
|
-
email: string;
|
|
2588
|
-
syncedAt: Date;
|
|
2589
|
-
} | null | undefined;
|
|
2590
2579
|
buyerName?: string | null | undefined;
|
|
2591
2580
|
project?: {
|
|
2592
2581
|
type: string;
|
|
@@ -2610,6 +2599,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2610
2599
|
companyName: string | null;
|
|
2611
2600
|
} | null | undefined;
|
|
2612
2601
|
} | null | undefined;
|
|
2602
|
+
customer?: {
|
|
2603
|
+
status: string;
|
|
2604
|
+
id: string;
|
|
2605
|
+
isArchived: boolean;
|
|
2606
|
+
createdAt: Date;
|
|
2607
|
+
updatedAt: Date;
|
|
2608
|
+
fullName: string | null;
|
|
2609
|
+
mobile: string | null;
|
|
2610
|
+
email: string;
|
|
2611
|
+
syncedAt: Date;
|
|
2612
|
+
} | null | undefined;
|
|
2613
2613
|
} | null | undefined;
|
|
2614
2614
|
} & any, "cma"> | null | undefined;
|
|
2615
2615
|
subsequentTransactions?: Omit<{
|
|
@@ -2668,17 +2668,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2668
2668
|
mtaId: string;
|
|
2669
2669
|
mtaBalanceCents: number | bigint;
|
|
2670
2670
|
cmaBalanceCents: number | bigint;
|
|
2671
|
-
customer?: {
|
|
2672
|
-
status: string;
|
|
2673
|
-
id: string;
|
|
2674
|
-
isArchived: boolean;
|
|
2675
|
-
createdAt: Date;
|
|
2676
|
-
updatedAt: Date;
|
|
2677
|
-
fullName: string | null;
|
|
2678
|
-
mobile: string | null;
|
|
2679
|
-
email: string;
|
|
2680
|
-
syncedAt: Date;
|
|
2681
|
-
} | null | undefined;
|
|
2682
2671
|
buyerName?: string | null | undefined;
|
|
2683
2672
|
project?: {
|
|
2684
2673
|
type: string;
|
|
@@ -2702,6 +2691,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2702
2691
|
companyName: string | null;
|
|
2703
2692
|
} | null | undefined;
|
|
2704
2693
|
} | null | undefined;
|
|
2694
|
+
customer?: {
|
|
2695
|
+
status: string;
|
|
2696
|
+
id: string;
|
|
2697
|
+
isArchived: boolean;
|
|
2698
|
+
createdAt: Date;
|
|
2699
|
+
updatedAt: Date;
|
|
2700
|
+
fullName: string | null;
|
|
2701
|
+
mobile: string | null;
|
|
2702
|
+
email: string;
|
|
2703
|
+
syncedAt: Date;
|
|
2704
|
+
} | null | undefined;
|
|
2705
2705
|
} | null | undefined;
|
|
2706
2706
|
} & any, "cma">[] | null | undefined;
|
|
2707
2707
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2769,17 +2769,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2769
2769
|
mtaId: string;
|
|
2770
2770
|
mtaBalanceCents: number | bigint;
|
|
2771
2771
|
cmaBalanceCents: number | bigint;
|
|
2772
|
-
customer?: {
|
|
2773
|
-
status: string;
|
|
2774
|
-
id: string;
|
|
2775
|
-
isArchived: boolean;
|
|
2776
|
-
createdAt: Date;
|
|
2777
|
-
updatedAt: Date;
|
|
2778
|
-
fullName: string | null;
|
|
2779
|
-
mobile: string | null;
|
|
2780
|
-
email: string;
|
|
2781
|
-
syncedAt: Date;
|
|
2782
|
-
} | null | undefined;
|
|
2783
2772
|
buyerName?: string | null | undefined;
|
|
2784
2773
|
project?: {
|
|
2785
2774
|
type: string;
|
|
@@ -2803,6 +2792,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2803
2792
|
companyName: string | null;
|
|
2804
2793
|
} | null | undefined;
|
|
2805
2794
|
} | null | undefined;
|
|
2795
|
+
customer?: {
|
|
2796
|
+
status: string;
|
|
2797
|
+
id: string;
|
|
2798
|
+
isArchived: boolean;
|
|
2799
|
+
createdAt: Date;
|
|
2800
|
+
updatedAt: Date;
|
|
2801
|
+
fullName: string | null;
|
|
2802
|
+
mobile: string | null;
|
|
2803
|
+
email: string;
|
|
2804
|
+
syncedAt: Date;
|
|
2805
|
+
} | null | undefined;
|
|
2806
2806
|
} | null | undefined;
|
|
2807
2807
|
} & {
|
|
2808
2808
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -2862,17 +2862,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2862
2862
|
mtaId: string;
|
|
2863
2863
|
mtaBalanceCents: number | bigint;
|
|
2864
2864
|
cmaBalanceCents: number | bigint;
|
|
2865
|
-
customer?: {
|
|
2866
|
-
status: string;
|
|
2867
|
-
id: string;
|
|
2868
|
-
isArchived: boolean;
|
|
2869
|
-
createdAt: Date;
|
|
2870
|
-
updatedAt: Date;
|
|
2871
|
-
fullName: string | null;
|
|
2872
|
-
mobile: string | null;
|
|
2873
|
-
email: string;
|
|
2874
|
-
syncedAt: Date;
|
|
2875
|
-
} | null | undefined;
|
|
2876
2865
|
buyerName?: string | null | undefined;
|
|
2877
2866
|
project?: {
|
|
2878
2867
|
type: string;
|
|
@@ -2896,6 +2885,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2896
2885
|
companyName: string | null;
|
|
2897
2886
|
} | null | undefined;
|
|
2898
2887
|
} | null | undefined;
|
|
2888
|
+
customer?: {
|
|
2889
|
+
status: string;
|
|
2890
|
+
id: string;
|
|
2891
|
+
isArchived: boolean;
|
|
2892
|
+
createdAt: Date;
|
|
2893
|
+
updatedAt: Date;
|
|
2894
|
+
fullName: string | null;
|
|
2895
|
+
mobile: string | null;
|
|
2896
|
+
email: string;
|
|
2897
|
+
syncedAt: Date;
|
|
2898
|
+
} | null | undefined;
|
|
2899
2899
|
} | null | undefined;
|
|
2900
2900
|
} & any, "cma"> | null | undefined;
|
|
2901
2901
|
subsequentTransactions?: Omit<{
|
|
@@ -2954,17 +2954,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2954
2954
|
mtaId: string;
|
|
2955
2955
|
mtaBalanceCents: number | bigint;
|
|
2956
2956
|
cmaBalanceCents: number | bigint;
|
|
2957
|
-
customer?: {
|
|
2958
|
-
status: string;
|
|
2959
|
-
id: string;
|
|
2960
|
-
isArchived: boolean;
|
|
2961
|
-
createdAt: Date;
|
|
2962
|
-
updatedAt: Date;
|
|
2963
|
-
fullName: string | null;
|
|
2964
|
-
mobile: string | null;
|
|
2965
|
-
email: string;
|
|
2966
|
-
syncedAt: Date;
|
|
2967
|
-
} | null | undefined;
|
|
2968
2957
|
buyerName?: string | null | undefined;
|
|
2969
2958
|
project?: {
|
|
2970
2959
|
type: string;
|
|
@@ -2988,6 +2977,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2988
2977
|
companyName: string | null;
|
|
2989
2978
|
} | null | undefined;
|
|
2990
2979
|
} | null | undefined;
|
|
2980
|
+
customer?: {
|
|
2981
|
+
status: string;
|
|
2982
|
+
id: string;
|
|
2983
|
+
isArchived: boolean;
|
|
2984
|
+
createdAt: Date;
|
|
2985
|
+
updatedAt: Date;
|
|
2986
|
+
fullName: string | null;
|
|
2987
|
+
mobile: string | null;
|
|
2988
|
+
email: string;
|
|
2989
|
+
syncedAt: Date;
|
|
2990
|
+
} | null | undefined;
|
|
2991
2991
|
} | null | undefined;
|
|
2992
2992
|
} & any, "cma">[] | null | undefined;
|
|
2993
2993
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3104,17 +3104,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3104
3104
|
mtaId: string;
|
|
3105
3105
|
mtaBalanceCents: number | bigint;
|
|
3106
3106
|
cmaBalanceCents: number | bigint;
|
|
3107
|
-
customer?: {
|
|
3108
|
-
status: string;
|
|
3109
|
-
id: string;
|
|
3110
|
-
isArchived: boolean;
|
|
3111
|
-
createdAt: Date;
|
|
3112
|
-
updatedAt: Date;
|
|
3113
|
-
fullName: string | null;
|
|
3114
|
-
mobile: string | null;
|
|
3115
|
-
email: string;
|
|
3116
|
-
syncedAt: Date;
|
|
3117
|
-
} | null | undefined;
|
|
3118
3107
|
buyerName?: string | null | undefined;
|
|
3119
3108
|
project?: {
|
|
3120
3109
|
type: string;
|
|
@@ -3138,6 +3127,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3138
3127
|
companyName: string | null;
|
|
3139
3128
|
} | null | undefined;
|
|
3140
3129
|
} | null | undefined;
|
|
3130
|
+
customer?: {
|
|
3131
|
+
status: string;
|
|
3132
|
+
id: string;
|
|
3133
|
+
isArchived: boolean;
|
|
3134
|
+
createdAt: Date;
|
|
3135
|
+
updatedAt: Date;
|
|
3136
|
+
fullName: string | null;
|
|
3137
|
+
mobile: string | null;
|
|
3138
|
+
email: string;
|
|
3139
|
+
syncedAt: Date;
|
|
3140
|
+
} | null | undefined;
|
|
3141
3141
|
} | null | undefined;
|
|
3142
3142
|
} & {
|
|
3143
3143
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -3197,17 +3197,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3197
3197
|
mtaId: string;
|
|
3198
3198
|
mtaBalanceCents: number | bigint;
|
|
3199
3199
|
cmaBalanceCents: number | bigint;
|
|
3200
|
-
customer?: {
|
|
3201
|
-
status: string;
|
|
3202
|
-
id: string;
|
|
3203
|
-
isArchived: boolean;
|
|
3204
|
-
createdAt: Date;
|
|
3205
|
-
updatedAt: Date;
|
|
3206
|
-
fullName: string | null;
|
|
3207
|
-
mobile: string | null;
|
|
3208
|
-
email: string;
|
|
3209
|
-
syncedAt: Date;
|
|
3210
|
-
} | null | undefined;
|
|
3211
3200
|
buyerName?: string | null | undefined;
|
|
3212
3201
|
project?: {
|
|
3213
3202
|
type: string;
|
|
@@ -3231,6 +3220,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3231
3220
|
companyName: string | null;
|
|
3232
3221
|
} | null | undefined;
|
|
3233
3222
|
} | null | undefined;
|
|
3223
|
+
customer?: {
|
|
3224
|
+
status: string;
|
|
3225
|
+
id: string;
|
|
3226
|
+
isArchived: boolean;
|
|
3227
|
+
createdAt: Date;
|
|
3228
|
+
updatedAt: Date;
|
|
3229
|
+
fullName: string | null;
|
|
3230
|
+
mobile: string | null;
|
|
3231
|
+
email: string;
|
|
3232
|
+
syncedAt: Date;
|
|
3233
|
+
} | null | undefined;
|
|
3234
3234
|
} | null | undefined;
|
|
3235
3235
|
} & any) | null | undefined;
|
|
3236
3236
|
subsequentTransactions?: ({
|
|
@@ -3289,17 +3289,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3289
3289
|
mtaId: string;
|
|
3290
3290
|
mtaBalanceCents: number | bigint;
|
|
3291
3291
|
cmaBalanceCents: number | bigint;
|
|
3292
|
-
customer?: {
|
|
3293
|
-
status: string;
|
|
3294
|
-
id: string;
|
|
3295
|
-
isArchived: boolean;
|
|
3296
|
-
createdAt: Date;
|
|
3297
|
-
updatedAt: Date;
|
|
3298
|
-
fullName: string | null;
|
|
3299
|
-
mobile: string | null;
|
|
3300
|
-
email: string;
|
|
3301
|
-
syncedAt: Date;
|
|
3302
|
-
} | null | undefined;
|
|
3303
3292
|
buyerName?: string | null | undefined;
|
|
3304
3293
|
project?: {
|
|
3305
3294
|
type: string;
|
|
@@ -3323,6 +3312,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3323
3312
|
companyName: string | null;
|
|
3324
3313
|
} | null | undefined;
|
|
3325
3314
|
} | null | undefined;
|
|
3315
|
+
customer?: {
|
|
3316
|
+
status: string;
|
|
3317
|
+
id: string;
|
|
3318
|
+
isArchived: boolean;
|
|
3319
|
+
createdAt: Date;
|
|
3320
|
+
updatedAt: Date;
|
|
3321
|
+
fullName: string | null;
|
|
3322
|
+
mobile: string | null;
|
|
3323
|
+
email: string;
|
|
3324
|
+
syncedAt: Date;
|
|
3325
|
+
} | null | undefined;
|
|
3326
3326
|
} | null | undefined;
|
|
3327
3327
|
} & any)[] | null | undefined;
|
|
3328
3328
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3384,17 +3384,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3384
3384
|
mtaId: string;
|
|
3385
3385
|
mtaBalanceCents: number | bigint;
|
|
3386
3386
|
cmaBalanceCents: number | bigint;
|
|
3387
|
-
customer?: {
|
|
3388
|
-
status: string;
|
|
3389
|
-
id: string;
|
|
3390
|
-
isArchived: boolean;
|
|
3391
|
-
createdAt: Date;
|
|
3392
|
-
updatedAt: Date;
|
|
3393
|
-
fullName: string | null;
|
|
3394
|
-
mobile: string | null;
|
|
3395
|
-
email: string;
|
|
3396
|
-
syncedAt: Date;
|
|
3397
|
-
} | null | undefined;
|
|
3398
3387
|
buyerName?: string | null | undefined;
|
|
3399
3388
|
project?: {
|
|
3400
3389
|
type: string;
|
|
@@ -3418,6 +3407,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3418
3407
|
companyName: string | null;
|
|
3419
3408
|
} | null | undefined;
|
|
3420
3409
|
} | null | undefined;
|
|
3410
|
+
customer?: {
|
|
3411
|
+
status: string;
|
|
3412
|
+
id: string;
|
|
3413
|
+
isArchived: boolean;
|
|
3414
|
+
createdAt: Date;
|
|
3415
|
+
updatedAt: Date;
|
|
3416
|
+
fullName: string | null;
|
|
3417
|
+
mobile: string | null;
|
|
3418
|
+
email: string;
|
|
3419
|
+
syncedAt: Date;
|
|
3420
|
+
} | null | undefined;
|
|
3421
3421
|
} | null | undefined;
|
|
3422
3422
|
} & {
|
|
3423
3423
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -3477,17 +3477,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3477
3477
|
mtaId: string;
|
|
3478
3478
|
mtaBalanceCents: number | bigint;
|
|
3479
3479
|
cmaBalanceCents: number | bigint;
|
|
3480
|
-
customer?: {
|
|
3481
|
-
status: string;
|
|
3482
|
-
id: string;
|
|
3483
|
-
isArchived: boolean;
|
|
3484
|
-
createdAt: Date;
|
|
3485
|
-
updatedAt: Date;
|
|
3486
|
-
fullName: string | null;
|
|
3487
|
-
mobile: string | null;
|
|
3488
|
-
email: string;
|
|
3489
|
-
syncedAt: Date;
|
|
3490
|
-
} | null | undefined;
|
|
3491
3480
|
buyerName?: string | null | undefined;
|
|
3492
3481
|
project?: {
|
|
3493
3482
|
type: string;
|
|
@@ -3511,6 +3500,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3511
3500
|
companyName: string | null;
|
|
3512
3501
|
} | null | undefined;
|
|
3513
3502
|
} | null | undefined;
|
|
3503
|
+
customer?: {
|
|
3504
|
+
status: string;
|
|
3505
|
+
id: string;
|
|
3506
|
+
isArchived: boolean;
|
|
3507
|
+
createdAt: Date;
|
|
3508
|
+
updatedAt: Date;
|
|
3509
|
+
fullName: string | null;
|
|
3510
|
+
mobile: string | null;
|
|
3511
|
+
email: string;
|
|
3512
|
+
syncedAt: Date;
|
|
3513
|
+
} | null | undefined;
|
|
3514
3514
|
} | null | undefined;
|
|
3515
3515
|
} & any) | null | undefined;
|
|
3516
3516
|
subsequentTransactions?: ({
|
|
@@ -3569,17 +3569,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3569
3569
|
mtaId: string;
|
|
3570
3570
|
mtaBalanceCents: number | bigint;
|
|
3571
3571
|
cmaBalanceCents: number | bigint;
|
|
3572
|
-
customer?: {
|
|
3573
|
-
status: string;
|
|
3574
|
-
id: string;
|
|
3575
|
-
isArchived: boolean;
|
|
3576
|
-
createdAt: Date;
|
|
3577
|
-
updatedAt: Date;
|
|
3578
|
-
fullName: string | null;
|
|
3579
|
-
mobile: string | null;
|
|
3580
|
-
email: string;
|
|
3581
|
-
syncedAt: Date;
|
|
3582
|
-
} | null | undefined;
|
|
3583
3572
|
buyerName?: string | null | undefined;
|
|
3584
3573
|
project?: {
|
|
3585
3574
|
type: string;
|
|
@@ -3603,6 +3592,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3603
3592
|
companyName: string | null;
|
|
3604
3593
|
} | null | undefined;
|
|
3605
3594
|
} | null | undefined;
|
|
3595
|
+
customer?: {
|
|
3596
|
+
status: string;
|
|
3597
|
+
id: string;
|
|
3598
|
+
isArchived: boolean;
|
|
3599
|
+
createdAt: Date;
|
|
3600
|
+
updatedAt: Date;
|
|
3601
|
+
fullName: string | null;
|
|
3602
|
+
mobile: string | null;
|
|
3603
|
+
email: string;
|
|
3604
|
+
syncedAt: Date;
|
|
3605
|
+
} | null | undefined;
|
|
3606
3606
|
} | null | undefined;
|
|
3607
3607
|
} & any)[] | null | undefined;
|
|
3608
3608
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|