@mikemo-coposit/am-accounting-shared 0.0.20 → 1.0.0
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/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +82 -49
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +78 -65
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +144 -120
- 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 +78 -65
- 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 +150 -125
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +6 -5
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/index.d.ts +3 -0
- package/dist/cjs/schemas/customer/index.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- 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 +76 -60
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- 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 +9 -5
- 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.rest.schema.d.ts +462 -375
- 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.rest.schema.d.ts +1883 -1533
- 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 +213 -174
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +152 -123
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +63 -36
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +78 -65
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +144 -120
- 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 +78 -65
- 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 +150 -125
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +6 -5
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/index.d.ts +3 -0
- package/dist/esm/schemas/customer/index.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- 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 +76 -60
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- 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 +9 -5
- 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.rest.schema.d.ts +462 -375
- 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.rest.schema.d.ts +1883 -1533
- 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 +213 -174
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +152 -123
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +10 -20
package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -93,13 +93,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
93
93
|
} | null | undefined;
|
|
94
94
|
property?: {
|
|
95
95
|
id: string;
|
|
96
|
+
mtaId: string;
|
|
96
97
|
status: string;
|
|
97
98
|
isArchived: boolean;
|
|
98
99
|
createdAt: Date;
|
|
99
|
-
syncedAt: Date;
|
|
100
100
|
updatedAt: Date;
|
|
101
|
-
mtaId: string;
|
|
102
101
|
balanceCents: bigint;
|
|
102
|
+
syncedAt: Date;
|
|
103
103
|
customerId: string;
|
|
104
104
|
projectId: string;
|
|
105
105
|
lotDetail: string | null;
|
|
@@ -134,14 +134,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
134
134
|
} | null | undefined;
|
|
135
135
|
customer?: {
|
|
136
136
|
id: string;
|
|
137
|
-
fullName: string | null;
|
|
138
|
-
mobile: string | null;
|
|
139
|
-
email: string;
|
|
140
137
|
status: string;
|
|
141
138
|
isArchived: boolean;
|
|
142
139
|
createdAt: Date;
|
|
143
140
|
syncedAt: Date;
|
|
144
141
|
updatedAt: Date;
|
|
142
|
+
fullName?: string | null | undefined;
|
|
143
|
+
mobile?: string | null | undefined;
|
|
144
|
+
email?: string | null | undefined;
|
|
145
|
+
source?: string | null | undefined;
|
|
145
146
|
} | null | undefined;
|
|
146
147
|
} | null | undefined;
|
|
147
148
|
} & {
|
|
@@ -188,13 +189,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
188
189
|
} | null | undefined;
|
|
189
190
|
property?: {
|
|
190
191
|
id: string;
|
|
192
|
+
mtaId: string;
|
|
191
193
|
status: string;
|
|
192
194
|
isArchived: boolean;
|
|
193
195
|
createdAt: Date;
|
|
194
|
-
syncedAt: Date;
|
|
195
196
|
updatedAt: Date;
|
|
196
|
-
mtaId: string;
|
|
197
197
|
balanceCents: bigint;
|
|
198
|
+
syncedAt: Date;
|
|
198
199
|
customerId: string;
|
|
199
200
|
projectId: string;
|
|
200
201
|
lotDetail: string | null;
|
|
@@ -229,14 +230,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
229
230
|
} | null | undefined;
|
|
230
231
|
customer?: {
|
|
231
232
|
id: string;
|
|
232
|
-
fullName: string | null;
|
|
233
|
-
mobile: string | null;
|
|
234
|
-
email: string;
|
|
235
233
|
status: string;
|
|
236
234
|
isArchived: boolean;
|
|
237
235
|
createdAt: Date;
|
|
238
236
|
syncedAt: Date;
|
|
239
237
|
updatedAt: Date;
|
|
238
|
+
fullName?: string | null | undefined;
|
|
239
|
+
mobile?: string | null | undefined;
|
|
240
|
+
email?: string | null | undefined;
|
|
241
|
+
source?: string | null | undefined;
|
|
240
242
|
} | null | undefined;
|
|
241
243
|
} | null | undefined;
|
|
242
244
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -282,13 +284,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
282
284
|
} | null | undefined;
|
|
283
285
|
property?: {
|
|
284
286
|
id: string;
|
|
287
|
+
mtaId: string;
|
|
285
288
|
status: string;
|
|
286
289
|
isArchived: boolean;
|
|
287
290
|
createdAt: Date;
|
|
288
|
-
syncedAt: Date;
|
|
289
291
|
updatedAt: Date;
|
|
290
|
-
mtaId: string;
|
|
291
292
|
balanceCents: bigint;
|
|
293
|
+
syncedAt: Date;
|
|
292
294
|
customerId: string;
|
|
293
295
|
projectId: string;
|
|
294
296
|
lotDetail: string | null;
|
|
@@ -323,14 +325,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
323
325
|
} | null | undefined;
|
|
324
326
|
customer?: {
|
|
325
327
|
id: string;
|
|
326
|
-
fullName: string | null;
|
|
327
|
-
mobile: string | null;
|
|
328
|
-
email: string;
|
|
329
328
|
status: string;
|
|
330
329
|
isArchived: boolean;
|
|
331
330
|
createdAt: Date;
|
|
332
331
|
syncedAt: Date;
|
|
333
332
|
updatedAt: Date;
|
|
333
|
+
fullName?: string | null | undefined;
|
|
334
|
+
mobile?: string | null | undefined;
|
|
335
|
+
email?: string | null | undefined;
|
|
336
|
+
source?: string | null | undefined;
|
|
334
337
|
} | null | undefined;
|
|
335
338
|
} | null | undefined;
|
|
336
339
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -384,13 +387,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
384
387
|
} | null | undefined;
|
|
385
388
|
property?: {
|
|
386
389
|
id: string;
|
|
390
|
+
mtaId: string;
|
|
387
391
|
status: string;
|
|
388
392
|
isArchived: boolean;
|
|
389
393
|
createdAt: unknown;
|
|
390
|
-
syncedAt: unknown;
|
|
391
394
|
updatedAt: unknown;
|
|
392
|
-
mtaId: string;
|
|
393
395
|
balanceCents: unknown;
|
|
396
|
+
syncedAt: unknown;
|
|
394
397
|
customerId: string;
|
|
395
398
|
projectId: string;
|
|
396
399
|
lotDetail: string | null;
|
|
@@ -425,14 +428,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
425
428
|
} | null | undefined;
|
|
426
429
|
customer?: {
|
|
427
430
|
id: string;
|
|
428
|
-
fullName: string | null;
|
|
429
|
-
mobile: string | null;
|
|
430
|
-
email: string;
|
|
431
431
|
status: string;
|
|
432
432
|
isArchived: boolean;
|
|
433
433
|
createdAt: unknown;
|
|
434
434
|
syncedAt: unknown;
|
|
435
435
|
updatedAt: unknown;
|
|
436
|
+
fullName?: string | null | undefined;
|
|
437
|
+
mobile?: string | null | undefined;
|
|
438
|
+
email?: string | null | undefined;
|
|
439
|
+
source?: string | null | undefined;
|
|
436
440
|
} | null | undefined;
|
|
437
441
|
} | null | undefined;
|
|
438
442
|
} & {
|
|
@@ -479,13 +483,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
479
483
|
} | null | undefined;
|
|
480
484
|
property?: {
|
|
481
485
|
id: string;
|
|
486
|
+
mtaId: string;
|
|
482
487
|
status: string;
|
|
483
488
|
isArchived: boolean;
|
|
484
489
|
createdAt: unknown;
|
|
485
|
-
syncedAt: unknown;
|
|
486
490
|
updatedAt: unknown;
|
|
487
|
-
mtaId: string;
|
|
488
491
|
balanceCents: unknown;
|
|
492
|
+
syncedAt: unknown;
|
|
489
493
|
customerId: string;
|
|
490
494
|
projectId: string;
|
|
491
495
|
lotDetail: string | null;
|
|
@@ -520,14 +524,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
520
524
|
} | null | undefined;
|
|
521
525
|
customer?: {
|
|
522
526
|
id: string;
|
|
523
|
-
fullName: string | null;
|
|
524
|
-
mobile: string | null;
|
|
525
|
-
email: string;
|
|
526
527
|
status: string;
|
|
527
528
|
isArchived: boolean;
|
|
528
529
|
createdAt: unknown;
|
|
529
530
|
syncedAt: unknown;
|
|
530
531
|
updatedAt: unknown;
|
|
532
|
+
fullName?: string | null | undefined;
|
|
533
|
+
mobile?: string | null | undefined;
|
|
534
|
+
email?: string | null | undefined;
|
|
535
|
+
source?: string | null | undefined;
|
|
531
536
|
} | null | undefined;
|
|
532
537
|
} | null | undefined;
|
|
533
538
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -573,13 +578,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
573
578
|
} | null | undefined;
|
|
574
579
|
property?: {
|
|
575
580
|
id: string;
|
|
581
|
+
mtaId: string;
|
|
576
582
|
status: string;
|
|
577
583
|
isArchived: boolean;
|
|
578
584
|
createdAt: unknown;
|
|
579
|
-
syncedAt: unknown;
|
|
580
585
|
updatedAt: unknown;
|
|
581
|
-
mtaId: string;
|
|
582
586
|
balanceCents: unknown;
|
|
587
|
+
syncedAt: unknown;
|
|
583
588
|
customerId: string;
|
|
584
589
|
projectId: string;
|
|
585
590
|
lotDetail: string | null;
|
|
@@ -614,14 +619,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
614
619
|
} | null | undefined;
|
|
615
620
|
customer?: {
|
|
616
621
|
id: string;
|
|
617
|
-
fullName: string | null;
|
|
618
|
-
mobile: string | null;
|
|
619
|
-
email: string;
|
|
620
622
|
status: string;
|
|
621
623
|
isArchived: boolean;
|
|
622
624
|
createdAt: unknown;
|
|
623
625
|
syncedAt: unknown;
|
|
624
626
|
updatedAt: unknown;
|
|
627
|
+
fullName?: string | null | undefined;
|
|
628
|
+
mobile?: string | null | undefined;
|
|
629
|
+
email?: string | null | undefined;
|
|
630
|
+
source?: string | null | undefined;
|
|
625
631
|
} | null | undefined;
|
|
626
632
|
} | null | undefined;
|
|
627
633
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -669,13 +675,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
669
675
|
} | null | undefined;
|
|
670
676
|
property?: {
|
|
671
677
|
id: string;
|
|
678
|
+
mtaId: string;
|
|
672
679
|
status: string;
|
|
673
680
|
isArchived: boolean;
|
|
674
681
|
createdAt: Date;
|
|
675
|
-
syncedAt: Date;
|
|
676
682
|
updatedAt: Date;
|
|
677
|
-
mtaId: string;
|
|
678
683
|
balanceCents: bigint;
|
|
684
|
+
syncedAt: Date;
|
|
679
685
|
customerId: string;
|
|
680
686
|
projectId: string;
|
|
681
687
|
lotDetail: string | null;
|
|
@@ -710,14 +716,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
710
716
|
} | null | undefined;
|
|
711
717
|
customer?: {
|
|
712
718
|
id: string;
|
|
713
|
-
fullName: string | null;
|
|
714
|
-
mobile: string | null;
|
|
715
|
-
email: string;
|
|
716
719
|
status: string;
|
|
717
720
|
isArchived: boolean;
|
|
718
721
|
createdAt: Date;
|
|
719
722
|
syncedAt: Date;
|
|
720
723
|
updatedAt: Date;
|
|
724
|
+
fullName?: string | null | undefined;
|
|
725
|
+
mobile?: string | null | undefined;
|
|
726
|
+
email?: string | null | undefined;
|
|
727
|
+
source?: string | null | undefined;
|
|
721
728
|
} | null | undefined;
|
|
722
729
|
} | null | undefined;
|
|
723
730
|
} & {
|
|
@@ -764,13 +771,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
764
771
|
} | null | undefined;
|
|
765
772
|
property?: {
|
|
766
773
|
id: string;
|
|
774
|
+
mtaId: string;
|
|
767
775
|
status: string;
|
|
768
776
|
isArchived: boolean;
|
|
769
777
|
createdAt: Date;
|
|
770
|
-
syncedAt: Date;
|
|
771
778
|
updatedAt: Date;
|
|
772
|
-
mtaId: string;
|
|
773
779
|
balanceCents: bigint;
|
|
780
|
+
syncedAt: Date;
|
|
774
781
|
customerId: string;
|
|
775
782
|
projectId: string;
|
|
776
783
|
lotDetail: string | null;
|
|
@@ -805,14 +812,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
805
812
|
} | null | undefined;
|
|
806
813
|
customer?: {
|
|
807
814
|
id: string;
|
|
808
|
-
fullName: string | null;
|
|
809
|
-
mobile: string | null;
|
|
810
|
-
email: string;
|
|
811
815
|
status: string;
|
|
812
816
|
isArchived: boolean;
|
|
813
817
|
createdAt: Date;
|
|
814
818
|
syncedAt: Date;
|
|
815
819
|
updatedAt: Date;
|
|
820
|
+
fullName?: string | null | undefined;
|
|
821
|
+
mobile?: string | null | undefined;
|
|
822
|
+
email?: string | null | undefined;
|
|
823
|
+
source?: string | null | undefined;
|
|
816
824
|
} | null | undefined;
|
|
817
825
|
} | null | undefined;
|
|
818
826
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -858,13 +866,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
858
866
|
} | null | undefined;
|
|
859
867
|
property?: {
|
|
860
868
|
id: string;
|
|
869
|
+
mtaId: string;
|
|
861
870
|
status: string;
|
|
862
871
|
isArchived: boolean;
|
|
863
872
|
createdAt: Date;
|
|
864
|
-
syncedAt: Date;
|
|
865
873
|
updatedAt: Date;
|
|
866
|
-
mtaId: string;
|
|
867
874
|
balanceCents: bigint;
|
|
875
|
+
syncedAt: Date;
|
|
868
876
|
customerId: string;
|
|
869
877
|
projectId: string;
|
|
870
878
|
lotDetail: string | null;
|
|
@@ -899,14 +907,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
899
907
|
} | null | undefined;
|
|
900
908
|
customer?: {
|
|
901
909
|
id: string;
|
|
902
|
-
fullName: string | null;
|
|
903
|
-
mobile: string | null;
|
|
904
|
-
email: string;
|
|
905
910
|
status: string;
|
|
906
911
|
isArchived: boolean;
|
|
907
912
|
createdAt: Date;
|
|
908
913
|
syncedAt: Date;
|
|
909
914
|
updatedAt: Date;
|
|
915
|
+
fullName?: string | null | undefined;
|
|
916
|
+
mobile?: string | null | undefined;
|
|
917
|
+
email?: string | null | undefined;
|
|
918
|
+
source?: string | null | undefined;
|
|
910
919
|
} | null | undefined;
|
|
911
920
|
} | null | undefined;
|
|
912
921
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -960,13 +969,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
960
969
|
} | null | undefined;
|
|
961
970
|
property?: {
|
|
962
971
|
id: string;
|
|
972
|
+
mtaId: string;
|
|
963
973
|
status: string;
|
|
964
974
|
isArchived: boolean;
|
|
965
975
|
createdAt: unknown;
|
|
966
|
-
syncedAt: unknown;
|
|
967
976
|
updatedAt: unknown;
|
|
968
|
-
mtaId: string;
|
|
969
977
|
balanceCents: unknown;
|
|
978
|
+
syncedAt: unknown;
|
|
970
979
|
customerId: string;
|
|
971
980
|
projectId: string;
|
|
972
981
|
lotDetail: string | null;
|
|
@@ -1001,14 +1010,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1001
1010
|
} | null | undefined;
|
|
1002
1011
|
customer?: {
|
|
1003
1012
|
id: string;
|
|
1004
|
-
fullName: string | null;
|
|
1005
|
-
mobile: string | null;
|
|
1006
|
-
email: string;
|
|
1007
1013
|
status: string;
|
|
1008
1014
|
isArchived: boolean;
|
|
1009
1015
|
createdAt: unknown;
|
|
1010
1016
|
syncedAt: unknown;
|
|
1011
1017
|
updatedAt: unknown;
|
|
1018
|
+
fullName?: string | null | undefined;
|
|
1019
|
+
mobile?: string | null | undefined;
|
|
1020
|
+
email?: string | null | undefined;
|
|
1021
|
+
source?: string | null | undefined;
|
|
1012
1022
|
} | null | undefined;
|
|
1013
1023
|
} | null | undefined;
|
|
1014
1024
|
} & {
|
|
@@ -1055,13 +1065,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1055
1065
|
} | null | undefined;
|
|
1056
1066
|
property?: {
|
|
1057
1067
|
id: string;
|
|
1068
|
+
mtaId: string;
|
|
1058
1069
|
status: string;
|
|
1059
1070
|
isArchived: boolean;
|
|
1060
1071
|
createdAt: unknown;
|
|
1061
|
-
syncedAt: unknown;
|
|
1062
1072
|
updatedAt: unknown;
|
|
1063
|
-
mtaId: string;
|
|
1064
1073
|
balanceCents: unknown;
|
|
1074
|
+
syncedAt: unknown;
|
|
1065
1075
|
customerId: string;
|
|
1066
1076
|
projectId: string;
|
|
1067
1077
|
lotDetail: string | null;
|
|
@@ -1096,14 +1106,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1096
1106
|
} | null | undefined;
|
|
1097
1107
|
customer?: {
|
|
1098
1108
|
id: string;
|
|
1099
|
-
fullName: string | null;
|
|
1100
|
-
mobile: string | null;
|
|
1101
|
-
email: string;
|
|
1102
1109
|
status: string;
|
|
1103
1110
|
isArchived: boolean;
|
|
1104
1111
|
createdAt: unknown;
|
|
1105
1112
|
syncedAt: unknown;
|
|
1106
1113
|
updatedAt: unknown;
|
|
1114
|
+
fullName?: string | null | undefined;
|
|
1115
|
+
mobile?: string | null | undefined;
|
|
1116
|
+
email?: string | null | undefined;
|
|
1117
|
+
source?: string | null | undefined;
|
|
1107
1118
|
} | null | undefined;
|
|
1108
1119
|
} | null | undefined;
|
|
1109
1120
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -1149,13 +1160,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1149
1160
|
} | null | undefined;
|
|
1150
1161
|
property?: {
|
|
1151
1162
|
id: string;
|
|
1163
|
+
mtaId: string;
|
|
1152
1164
|
status: string;
|
|
1153
1165
|
isArchived: boolean;
|
|
1154
1166
|
createdAt: unknown;
|
|
1155
|
-
syncedAt: unknown;
|
|
1156
1167
|
updatedAt: unknown;
|
|
1157
|
-
mtaId: string;
|
|
1158
1168
|
balanceCents: unknown;
|
|
1169
|
+
syncedAt: unknown;
|
|
1159
1170
|
customerId: string;
|
|
1160
1171
|
projectId: string;
|
|
1161
1172
|
lotDetail: string | null;
|
|
@@ -1190,14 +1201,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1190
1201
|
} | null | undefined;
|
|
1191
1202
|
customer?: {
|
|
1192
1203
|
id: string;
|
|
1193
|
-
fullName: string | null;
|
|
1194
|
-
mobile: string | null;
|
|
1195
|
-
email: string;
|
|
1196
1204
|
status: string;
|
|
1197
1205
|
isArchived: boolean;
|
|
1198
1206
|
createdAt: unknown;
|
|
1199
1207
|
syncedAt: unknown;
|
|
1200
1208
|
updatedAt: unknown;
|
|
1209
|
+
fullName?: string | null | undefined;
|
|
1210
|
+
mobile?: string | null | undefined;
|
|
1211
|
+
email?: string | null | undefined;
|
|
1212
|
+
source?: string | null | undefined;
|
|
1201
1213
|
} | null | undefined;
|
|
1202
1214
|
} | null | undefined;
|
|
1203
1215
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -1247,13 +1259,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1247
1259
|
} | null | undefined;
|
|
1248
1260
|
property?: {
|
|
1249
1261
|
id: string;
|
|
1262
|
+
mtaId: string;
|
|
1250
1263
|
status: string;
|
|
1251
1264
|
isArchived: boolean;
|
|
1252
1265
|
createdAt: Date;
|
|
1253
|
-
syncedAt: Date;
|
|
1254
1266
|
updatedAt: Date;
|
|
1255
|
-
mtaId: string;
|
|
1256
1267
|
balanceCents: bigint;
|
|
1268
|
+
syncedAt: Date;
|
|
1257
1269
|
customerId: string;
|
|
1258
1270
|
projectId: string;
|
|
1259
1271
|
lotDetail: string | null;
|
|
@@ -1288,14 +1300,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1288
1300
|
} | null | undefined;
|
|
1289
1301
|
customer?: {
|
|
1290
1302
|
id: string;
|
|
1291
|
-
fullName: string | null;
|
|
1292
|
-
mobile: string | null;
|
|
1293
|
-
email: string;
|
|
1294
1303
|
status: string;
|
|
1295
1304
|
isArchived: boolean;
|
|
1296
1305
|
createdAt: Date;
|
|
1297
1306
|
syncedAt: Date;
|
|
1298
1307
|
updatedAt: Date;
|
|
1308
|
+
fullName?: string | null | undefined;
|
|
1309
|
+
mobile?: string | null | undefined;
|
|
1310
|
+
email?: string | null | undefined;
|
|
1311
|
+
source?: string | null | undefined;
|
|
1299
1312
|
} | null | undefined;
|
|
1300
1313
|
} | null | undefined;
|
|
1301
1314
|
} & {
|
|
@@ -1342,13 +1355,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1342
1355
|
} | null | undefined;
|
|
1343
1356
|
property?: {
|
|
1344
1357
|
id: string;
|
|
1358
|
+
mtaId: string;
|
|
1345
1359
|
status: string;
|
|
1346
1360
|
isArchived: boolean;
|
|
1347
1361
|
createdAt: Date;
|
|
1348
|
-
syncedAt: Date;
|
|
1349
1362
|
updatedAt: Date;
|
|
1350
|
-
mtaId: string;
|
|
1351
1363
|
balanceCents: bigint;
|
|
1364
|
+
syncedAt: Date;
|
|
1352
1365
|
customerId: string;
|
|
1353
1366
|
projectId: string;
|
|
1354
1367
|
lotDetail: string | null;
|
|
@@ -1383,14 +1396,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1383
1396
|
} | null | undefined;
|
|
1384
1397
|
customer?: {
|
|
1385
1398
|
id: string;
|
|
1386
|
-
fullName: string | null;
|
|
1387
|
-
mobile: string | null;
|
|
1388
|
-
email: string;
|
|
1389
1399
|
status: string;
|
|
1390
1400
|
isArchived: boolean;
|
|
1391
1401
|
createdAt: Date;
|
|
1392
1402
|
syncedAt: Date;
|
|
1393
1403
|
updatedAt: Date;
|
|
1404
|
+
fullName?: string | null | undefined;
|
|
1405
|
+
mobile?: string | null | undefined;
|
|
1406
|
+
email?: string | null | undefined;
|
|
1407
|
+
source?: string | null | undefined;
|
|
1394
1408
|
} | null | undefined;
|
|
1395
1409
|
} | null | undefined;
|
|
1396
1410
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -1436,13 +1450,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1436
1450
|
} | null | undefined;
|
|
1437
1451
|
property?: {
|
|
1438
1452
|
id: string;
|
|
1453
|
+
mtaId: string;
|
|
1439
1454
|
status: string;
|
|
1440
1455
|
isArchived: boolean;
|
|
1441
1456
|
createdAt: Date;
|
|
1442
|
-
syncedAt: Date;
|
|
1443
1457
|
updatedAt: Date;
|
|
1444
|
-
mtaId: string;
|
|
1445
1458
|
balanceCents: bigint;
|
|
1459
|
+
syncedAt: Date;
|
|
1446
1460
|
customerId: string;
|
|
1447
1461
|
projectId: string;
|
|
1448
1462
|
lotDetail: string | null;
|
|
@@ -1477,14 +1491,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1477
1491
|
} | null | undefined;
|
|
1478
1492
|
customer?: {
|
|
1479
1493
|
id: string;
|
|
1480
|
-
fullName: string | null;
|
|
1481
|
-
mobile: string | null;
|
|
1482
|
-
email: string;
|
|
1483
1494
|
status: string;
|
|
1484
1495
|
isArchived: boolean;
|
|
1485
1496
|
createdAt: Date;
|
|
1486
1497
|
syncedAt: Date;
|
|
1487
1498
|
updatedAt: Date;
|
|
1499
|
+
fullName?: string | null | undefined;
|
|
1500
|
+
mobile?: string | null | undefined;
|
|
1501
|
+
email?: string | null | undefined;
|
|
1502
|
+
source?: string | null | undefined;
|
|
1488
1503
|
} | null | undefined;
|
|
1489
1504
|
} | null | undefined;
|
|
1490
1505
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -1538,13 +1553,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1538
1553
|
} | null | undefined;
|
|
1539
1554
|
property?: {
|
|
1540
1555
|
id: string;
|
|
1556
|
+
mtaId: string;
|
|
1541
1557
|
status: string;
|
|
1542
1558
|
isArchived: boolean;
|
|
1543
1559
|
createdAt: unknown;
|
|
1544
|
-
syncedAt: unknown;
|
|
1545
1560
|
updatedAt: unknown;
|
|
1546
|
-
mtaId: string;
|
|
1547
1561
|
balanceCents: unknown;
|
|
1562
|
+
syncedAt: unknown;
|
|
1548
1563
|
customerId: string;
|
|
1549
1564
|
projectId: string;
|
|
1550
1565
|
lotDetail: string | null;
|
|
@@ -1579,14 +1594,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1579
1594
|
} | null | undefined;
|
|
1580
1595
|
customer?: {
|
|
1581
1596
|
id: string;
|
|
1582
|
-
fullName: string | null;
|
|
1583
|
-
mobile: string | null;
|
|
1584
|
-
email: string;
|
|
1585
1597
|
status: string;
|
|
1586
1598
|
isArchived: boolean;
|
|
1587
1599
|
createdAt: unknown;
|
|
1588
1600
|
syncedAt: unknown;
|
|
1589
1601
|
updatedAt: unknown;
|
|
1602
|
+
fullName?: string | null | undefined;
|
|
1603
|
+
mobile?: string | null | undefined;
|
|
1604
|
+
email?: string | null | undefined;
|
|
1605
|
+
source?: string | null | undefined;
|
|
1590
1606
|
} | null | undefined;
|
|
1591
1607
|
} | null | undefined;
|
|
1592
1608
|
} & {
|
|
@@ -1633,13 +1649,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1633
1649
|
} | null | undefined;
|
|
1634
1650
|
property?: {
|
|
1635
1651
|
id: string;
|
|
1652
|
+
mtaId: string;
|
|
1636
1653
|
status: string;
|
|
1637
1654
|
isArchived: boolean;
|
|
1638
1655
|
createdAt: unknown;
|
|
1639
|
-
syncedAt: unknown;
|
|
1640
1656
|
updatedAt: unknown;
|
|
1641
|
-
mtaId: string;
|
|
1642
1657
|
balanceCents: unknown;
|
|
1658
|
+
syncedAt: unknown;
|
|
1643
1659
|
customerId: string;
|
|
1644
1660
|
projectId: string;
|
|
1645
1661
|
lotDetail: string | null;
|
|
@@ -1674,14 +1690,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1674
1690
|
} | null | undefined;
|
|
1675
1691
|
customer?: {
|
|
1676
1692
|
id: string;
|
|
1677
|
-
fullName: string | null;
|
|
1678
|
-
mobile: string | null;
|
|
1679
|
-
email: string;
|
|
1680
1693
|
status: string;
|
|
1681
1694
|
isArchived: boolean;
|
|
1682
1695
|
createdAt: unknown;
|
|
1683
1696
|
syncedAt: unknown;
|
|
1684
1697
|
updatedAt: unknown;
|
|
1698
|
+
fullName?: string | null | undefined;
|
|
1699
|
+
mobile?: string | null | undefined;
|
|
1700
|
+
email?: string | null | undefined;
|
|
1701
|
+
source?: string | null | undefined;
|
|
1685
1702
|
} | null | undefined;
|
|
1686
1703
|
} | null | undefined;
|
|
1687
1704
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -1727,13 +1744,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1727
1744
|
} | null | undefined;
|
|
1728
1745
|
property?: {
|
|
1729
1746
|
id: string;
|
|
1747
|
+
mtaId: string;
|
|
1730
1748
|
status: string;
|
|
1731
1749
|
isArchived: boolean;
|
|
1732
1750
|
createdAt: unknown;
|
|
1733
|
-
syncedAt: unknown;
|
|
1734
1751
|
updatedAt: unknown;
|
|
1735
|
-
mtaId: string;
|
|
1736
1752
|
balanceCents: unknown;
|
|
1753
|
+
syncedAt: unknown;
|
|
1737
1754
|
customerId: string;
|
|
1738
1755
|
projectId: string;
|
|
1739
1756
|
lotDetail: string | null;
|
|
@@ -1768,14 +1785,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1768
1785
|
} | null | undefined;
|
|
1769
1786
|
customer?: {
|
|
1770
1787
|
id: string;
|
|
1771
|
-
fullName: string | null;
|
|
1772
|
-
mobile: string | null;
|
|
1773
|
-
email: string;
|
|
1774
1788
|
status: string;
|
|
1775
1789
|
isArchived: boolean;
|
|
1776
1790
|
createdAt: unknown;
|
|
1777
1791
|
syncedAt: unknown;
|
|
1778
1792
|
updatedAt: unknown;
|
|
1793
|
+
fullName?: string | null | undefined;
|
|
1794
|
+
mobile?: string | null | undefined;
|
|
1795
|
+
email?: string | null | undefined;
|
|
1796
|
+
source?: string | null | undefined;
|
|
1779
1797
|
} | null | undefined;
|
|
1780
1798
|
} | null | undefined;
|
|
1781
1799
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -1823,13 +1841,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1823
1841
|
} | null | undefined;
|
|
1824
1842
|
property?: {
|
|
1825
1843
|
id: string;
|
|
1844
|
+
mtaId: string;
|
|
1826
1845
|
status: string;
|
|
1827
1846
|
isArchived: boolean;
|
|
1828
1847
|
createdAt: Date;
|
|
1829
|
-
syncedAt: Date;
|
|
1830
1848
|
updatedAt: Date;
|
|
1831
|
-
mtaId: string;
|
|
1832
1849
|
balanceCents: bigint;
|
|
1850
|
+
syncedAt: Date;
|
|
1833
1851
|
customerId: string;
|
|
1834
1852
|
projectId: string;
|
|
1835
1853
|
lotDetail: string | null;
|
|
@@ -1864,14 +1882,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1864
1882
|
} | null | undefined;
|
|
1865
1883
|
customer?: {
|
|
1866
1884
|
id: string;
|
|
1867
|
-
fullName: string | null;
|
|
1868
|
-
mobile: string | null;
|
|
1869
|
-
email: string;
|
|
1870
1885
|
status: string;
|
|
1871
1886
|
isArchived: boolean;
|
|
1872
1887
|
createdAt: Date;
|
|
1873
1888
|
syncedAt: Date;
|
|
1874
1889
|
updatedAt: Date;
|
|
1890
|
+
fullName?: string | null | undefined;
|
|
1891
|
+
mobile?: string | null | undefined;
|
|
1892
|
+
email?: string | null | undefined;
|
|
1893
|
+
source?: string | null | undefined;
|
|
1875
1894
|
} | null | undefined;
|
|
1876
1895
|
} | null | undefined;
|
|
1877
1896
|
} & {
|
|
@@ -1918,13 +1937,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1918
1937
|
} | null | undefined;
|
|
1919
1938
|
property?: {
|
|
1920
1939
|
id: string;
|
|
1940
|
+
mtaId: string;
|
|
1921
1941
|
status: string;
|
|
1922
1942
|
isArchived: boolean;
|
|
1923
1943
|
createdAt: Date;
|
|
1924
|
-
syncedAt: Date;
|
|
1925
1944
|
updatedAt: Date;
|
|
1926
|
-
mtaId: string;
|
|
1927
1945
|
balanceCents: bigint;
|
|
1946
|
+
syncedAt: Date;
|
|
1928
1947
|
customerId: string;
|
|
1929
1948
|
projectId: string;
|
|
1930
1949
|
lotDetail: string | null;
|
|
@@ -1959,14 +1978,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1959
1978
|
} | null | undefined;
|
|
1960
1979
|
customer?: {
|
|
1961
1980
|
id: string;
|
|
1962
|
-
fullName: string | null;
|
|
1963
|
-
mobile: string | null;
|
|
1964
|
-
email: string;
|
|
1965
1981
|
status: string;
|
|
1966
1982
|
isArchived: boolean;
|
|
1967
1983
|
createdAt: Date;
|
|
1968
1984
|
syncedAt: Date;
|
|
1969
1985
|
updatedAt: Date;
|
|
1986
|
+
fullName?: string | null | undefined;
|
|
1987
|
+
mobile?: string | null | undefined;
|
|
1988
|
+
email?: string | null | undefined;
|
|
1989
|
+
source?: string | null | undefined;
|
|
1970
1990
|
} | null | undefined;
|
|
1971
1991
|
} | null | undefined;
|
|
1972
1992
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -2012,13 +2032,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2012
2032
|
} | null | undefined;
|
|
2013
2033
|
property?: {
|
|
2014
2034
|
id: string;
|
|
2035
|
+
mtaId: string;
|
|
2015
2036
|
status: string;
|
|
2016
2037
|
isArchived: boolean;
|
|
2017
2038
|
createdAt: Date;
|
|
2018
|
-
syncedAt: Date;
|
|
2019
2039
|
updatedAt: Date;
|
|
2020
|
-
mtaId: string;
|
|
2021
2040
|
balanceCents: bigint;
|
|
2041
|
+
syncedAt: Date;
|
|
2022
2042
|
customerId: string;
|
|
2023
2043
|
projectId: string;
|
|
2024
2044
|
lotDetail: string | null;
|
|
@@ -2053,14 +2073,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2053
2073
|
} | null | undefined;
|
|
2054
2074
|
customer?: {
|
|
2055
2075
|
id: string;
|
|
2056
|
-
fullName: string | null;
|
|
2057
|
-
mobile: string | null;
|
|
2058
|
-
email: string;
|
|
2059
2076
|
status: string;
|
|
2060
2077
|
isArchived: boolean;
|
|
2061
2078
|
createdAt: Date;
|
|
2062
2079
|
syncedAt: Date;
|
|
2063
2080
|
updatedAt: Date;
|
|
2081
|
+
fullName?: string | null | undefined;
|
|
2082
|
+
mobile?: string | null | undefined;
|
|
2083
|
+
email?: string | null | undefined;
|
|
2084
|
+
source?: string | null | undefined;
|
|
2064
2085
|
} | null | undefined;
|
|
2065
2086
|
} | null | undefined;
|
|
2066
2087
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -2114,13 +2135,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2114
2135
|
} | null | undefined;
|
|
2115
2136
|
property?: {
|
|
2116
2137
|
id: string;
|
|
2138
|
+
mtaId: string;
|
|
2117
2139
|
status: string;
|
|
2118
2140
|
isArchived: boolean;
|
|
2119
2141
|
createdAt: unknown;
|
|
2120
|
-
syncedAt: unknown;
|
|
2121
2142
|
updatedAt: unknown;
|
|
2122
|
-
mtaId: string;
|
|
2123
2143
|
balanceCents: unknown;
|
|
2144
|
+
syncedAt: unknown;
|
|
2124
2145
|
customerId: string;
|
|
2125
2146
|
projectId: string;
|
|
2126
2147
|
lotDetail: string | null;
|
|
@@ -2155,14 +2176,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2155
2176
|
} | null | undefined;
|
|
2156
2177
|
customer?: {
|
|
2157
2178
|
id: string;
|
|
2158
|
-
fullName: string | null;
|
|
2159
|
-
mobile: string | null;
|
|
2160
|
-
email: string;
|
|
2161
2179
|
status: string;
|
|
2162
2180
|
isArchived: boolean;
|
|
2163
2181
|
createdAt: unknown;
|
|
2164
2182
|
syncedAt: unknown;
|
|
2165
2183
|
updatedAt: unknown;
|
|
2184
|
+
fullName?: string | null | undefined;
|
|
2185
|
+
mobile?: string | null | undefined;
|
|
2186
|
+
email?: string | null | undefined;
|
|
2187
|
+
source?: string | null | undefined;
|
|
2166
2188
|
} | null | undefined;
|
|
2167
2189
|
} | null | undefined;
|
|
2168
2190
|
} & {
|
|
@@ -2209,13 +2231,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2209
2231
|
} | null | undefined;
|
|
2210
2232
|
property?: {
|
|
2211
2233
|
id: string;
|
|
2234
|
+
mtaId: string;
|
|
2212
2235
|
status: string;
|
|
2213
2236
|
isArchived: boolean;
|
|
2214
2237
|
createdAt: unknown;
|
|
2215
|
-
syncedAt: unknown;
|
|
2216
2238
|
updatedAt: unknown;
|
|
2217
|
-
mtaId: string;
|
|
2218
2239
|
balanceCents: unknown;
|
|
2240
|
+
syncedAt: unknown;
|
|
2219
2241
|
customerId: string;
|
|
2220
2242
|
projectId: string;
|
|
2221
2243
|
lotDetail: string | null;
|
|
@@ -2250,14 +2272,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2250
2272
|
} | null | undefined;
|
|
2251
2273
|
customer?: {
|
|
2252
2274
|
id: string;
|
|
2253
|
-
fullName: string | null;
|
|
2254
|
-
mobile: string | null;
|
|
2255
|
-
email: string;
|
|
2256
2275
|
status: string;
|
|
2257
2276
|
isArchived: boolean;
|
|
2258
2277
|
createdAt: unknown;
|
|
2259
2278
|
syncedAt: unknown;
|
|
2260
2279
|
updatedAt: unknown;
|
|
2280
|
+
fullName?: string | null | undefined;
|
|
2281
|
+
mobile?: string | null | undefined;
|
|
2282
|
+
email?: string | null | undefined;
|
|
2283
|
+
source?: string | null | undefined;
|
|
2261
2284
|
} | null | undefined;
|
|
2262
2285
|
} | null | undefined;
|
|
2263
2286
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -2303,13 +2326,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2303
2326
|
} | null | undefined;
|
|
2304
2327
|
property?: {
|
|
2305
2328
|
id: string;
|
|
2329
|
+
mtaId: string;
|
|
2306
2330
|
status: string;
|
|
2307
2331
|
isArchived: boolean;
|
|
2308
2332
|
createdAt: unknown;
|
|
2309
|
-
syncedAt: unknown;
|
|
2310
2333
|
updatedAt: unknown;
|
|
2311
|
-
mtaId: string;
|
|
2312
2334
|
balanceCents: unknown;
|
|
2335
|
+
syncedAt: unknown;
|
|
2313
2336
|
customerId: string;
|
|
2314
2337
|
projectId: string;
|
|
2315
2338
|
lotDetail: string | null;
|
|
@@ -2344,14 +2367,15 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2344
2367
|
} | null | undefined;
|
|
2345
2368
|
customer?: {
|
|
2346
2369
|
id: string;
|
|
2347
|
-
fullName: string | null;
|
|
2348
|
-
mobile: string | null;
|
|
2349
|
-
email: string;
|
|
2350
2370
|
status: string;
|
|
2351
2371
|
isArchived: boolean;
|
|
2352
2372
|
createdAt: unknown;
|
|
2353
2373
|
syncedAt: unknown;
|
|
2354
2374
|
updatedAt: unknown;
|
|
2375
|
+
fullName?: string | null | undefined;
|
|
2376
|
+
mobile?: string | null | undefined;
|
|
2377
|
+
email?: string | null | undefined;
|
|
2378
|
+
source?: string | null | undefined;
|
|
2355
2379
|
} | null | undefined;
|
|
2356
2380
|
} | null | undefined;
|
|
2357
2381
|
} & /*elided*/ any)[] | null | undefined;
|