@mikemo-coposit/am-accounting-shared 0.0.8 → 0.0.9
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 +18 -26
package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
133
133
|
transactionsSummary: z.ZodObject<{
|
|
134
134
|
reconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
135
135
|
reconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
|
|
136
|
-
status:
|
|
136
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
137
137
|
id: string;
|
|
138
138
|
propertyId: string | null;
|
|
139
139
|
balanceCents: number;
|
|
@@ -189,17 +189,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
189
189
|
mtaId: string;
|
|
190
190
|
mtaBalanceCents: number | bigint;
|
|
191
191
|
cmaBalanceCents: number | bigint;
|
|
192
|
-
customer?: {
|
|
193
|
-
status: string;
|
|
194
|
-
id: string;
|
|
195
|
-
isArchived: boolean;
|
|
196
|
-
createdAt: Date;
|
|
197
|
-
updatedAt: Date;
|
|
198
|
-
fullName: string | null;
|
|
199
|
-
mobile: string | null;
|
|
200
|
-
email: string;
|
|
201
|
-
syncedAt: Date;
|
|
202
|
-
} | null | undefined;
|
|
203
192
|
buyerName?: string | null | undefined;
|
|
204
193
|
project?: {
|
|
205
194
|
type: string;
|
|
@@ -223,11 +212,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
223
212
|
companyName: string | null;
|
|
224
213
|
} | null | undefined;
|
|
225
214
|
} | null | undefined;
|
|
215
|
+
customer?: {
|
|
216
|
+
status: string;
|
|
217
|
+
id: string;
|
|
218
|
+
isArchived: boolean;
|
|
219
|
+
createdAt: Date;
|
|
220
|
+
updatedAt: Date;
|
|
221
|
+
fullName: string | null;
|
|
222
|
+
mobile: string | null;
|
|
223
|
+
email: string;
|
|
224
|
+
syncedAt: Date;
|
|
225
|
+
} | null | undefined;
|
|
226
226
|
} | null | undefined;
|
|
227
227
|
} & {
|
|
228
228
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
229
229
|
sourceTransaction?: ({
|
|
230
|
-
status:
|
|
230
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
231
231
|
id: string;
|
|
232
232
|
propertyId: string | null;
|
|
233
233
|
balanceCents: number;
|
|
@@ -283,17 +283,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
283
283
|
mtaId: string;
|
|
284
284
|
mtaBalanceCents: number | bigint;
|
|
285
285
|
cmaBalanceCents: number | bigint;
|
|
286
|
-
customer?: {
|
|
287
|
-
status: string;
|
|
288
|
-
id: string;
|
|
289
|
-
isArchived: boolean;
|
|
290
|
-
createdAt: Date;
|
|
291
|
-
updatedAt: Date;
|
|
292
|
-
fullName: string | null;
|
|
293
|
-
mobile: string | null;
|
|
294
|
-
email: string;
|
|
295
|
-
syncedAt: Date;
|
|
296
|
-
} | null | undefined;
|
|
297
286
|
buyerName?: string | null | undefined;
|
|
298
287
|
project?: {
|
|
299
288
|
type: string;
|
|
@@ -317,10 +306,21 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
317
306
|
companyName: string | null;
|
|
318
307
|
} | null | undefined;
|
|
319
308
|
} | null | undefined;
|
|
309
|
+
customer?: {
|
|
310
|
+
status: string;
|
|
311
|
+
id: string;
|
|
312
|
+
isArchived: boolean;
|
|
313
|
+
createdAt: Date;
|
|
314
|
+
updatedAt: Date;
|
|
315
|
+
fullName: string | null;
|
|
316
|
+
mobile: string | null;
|
|
317
|
+
email: string;
|
|
318
|
+
syncedAt: Date;
|
|
319
|
+
} | null | undefined;
|
|
320
320
|
} | null | undefined;
|
|
321
321
|
} & any) | null | undefined;
|
|
322
322
|
subsequentTransactions?: ({
|
|
323
|
-
status:
|
|
323
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
324
324
|
id: string;
|
|
325
325
|
propertyId: string | null;
|
|
326
326
|
balanceCents: number;
|
|
@@ -376,17 +376,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
376
376
|
mtaId: string;
|
|
377
377
|
mtaBalanceCents: number | bigint;
|
|
378
378
|
cmaBalanceCents: number | bigint;
|
|
379
|
-
customer?: {
|
|
380
|
-
status: string;
|
|
381
|
-
id: string;
|
|
382
|
-
isArchived: boolean;
|
|
383
|
-
createdAt: Date;
|
|
384
|
-
updatedAt: Date;
|
|
385
|
-
fullName: string | null;
|
|
386
|
-
mobile: string | null;
|
|
387
|
-
email: string;
|
|
388
|
-
syncedAt: Date;
|
|
389
|
-
} | null | undefined;
|
|
390
379
|
buyerName?: string | null | undefined;
|
|
391
380
|
project?: {
|
|
392
381
|
type: string;
|
|
@@ -410,6 +399,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
410
399
|
companyName: string | null;
|
|
411
400
|
} | null | undefined;
|
|
412
401
|
} | null | undefined;
|
|
402
|
+
customer?: {
|
|
403
|
+
status: string;
|
|
404
|
+
id: string;
|
|
405
|
+
isArchived: boolean;
|
|
406
|
+
createdAt: Date;
|
|
407
|
+
updatedAt: Date;
|
|
408
|
+
fullName: string | null;
|
|
409
|
+
mobile: string | null;
|
|
410
|
+
email: string;
|
|
411
|
+
syncedAt: Date;
|
|
412
|
+
} | null | undefined;
|
|
413
413
|
} | null | undefined;
|
|
414
414
|
} & any)[] | null | undefined;
|
|
415
415
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -479,17 +479,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
479
479
|
mtaId: string;
|
|
480
480
|
mtaBalanceCents: number | bigint;
|
|
481
481
|
cmaBalanceCents: number | bigint;
|
|
482
|
-
customer?: {
|
|
483
|
-
status: string;
|
|
484
|
-
id: string;
|
|
485
|
-
isArchived: boolean;
|
|
486
|
-
createdAt: Date;
|
|
487
|
-
updatedAt: Date;
|
|
488
|
-
fullName: string | null;
|
|
489
|
-
mobile: string | null;
|
|
490
|
-
email: string;
|
|
491
|
-
syncedAt: Date;
|
|
492
|
-
} | null | undefined;
|
|
493
482
|
buyerName?: string | null | undefined;
|
|
494
483
|
project?: {
|
|
495
484
|
type: string;
|
|
@@ -513,6 +502,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
513
502
|
companyName: string | null;
|
|
514
503
|
} | null | undefined;
|
|
515
504
|
} | null | undefined;
|
|
505
|
+
customer?: {
|
|
506
|
+
status: string;
|
|
507
|
+
id: string;
|
|
508
|
+
isArchived: boolean;
|
|
509
|
+
createdAt: Date;
|
|
510
|
+
updatedAt: Date;
|
|
511
|
+
fullName: string | null;
|
|
512
|
+
mobile: string | null;
|
|
513
|
+
email: string;
|
|
514
|
+
syncedAt: Date;
|
|
515
|
+
} | null | undefined;
|
|
516
516
|
} | null | undefined;
|
|
517
517
|
} & {
|
|
518
518
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -573,17 +573,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
573
573
|
mtaId: string;
|
|
574
574
|
mtaBalanceCents: number | bigint;
|
|
575
575
|
cmaBalanceCents: number | bigint;
|
|
576
|
-
customer?: {
|
|
577
|
-
status: string;
|
|
578
|
-
id: string;
|
|
579
|
-
isArchived: boolean;
|
|
580
|
-
createdAt: Date;
|
|
581
|
-
updatedAt: Date;
|
|
582
|
-
fullName: string | null;
|
|
583
|
-
mobile: string | null;
|
|
584
|
-
email: string;
|
|
585
|
-
syncedAt: Date;
|
|
586
|
-
} | null | undefined;
|
|
587
576
|
buyerName?: string | null | undefined;
|
|
588
577
|
project?: {
|
|
589
578
|
type: string;
|
|
@@ -607,6 +596,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
607
596
|
companyName: string | null;
|
|
608
597
|
} | null | undefined;
|
|
609
598
|
} | null | undefined;
|
|
599
|
+
customer?: {
|
|
600
|
+
status: string;
|
|
601
|
+
id: string;
|
|
602
|
+
isArchived: boolean;
|
|
603
|
+
createdAt: Date;
|
|
604
|
+
updatedAt: Date;
|
|
605
|
+
fullName: string | null;
|
|
606
|
+
mobile: string | null;
|
|
607
|
+
email: string;
|
|
608
|
+
syncedAt: Date;
|
|
609
|
+
} | null | undefined;
|
|
610
610
|
} | null | undefined;
|
|
611
611
|
} & any) | null | undefined;
|
|
612
612
|
subsequentTransactions?: ({
|
|
@@ -666,17 +666,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
666
666
|
mtaId: string;
|
|
667
667
|
mtaBalanceCents: number | bigint;
|
|
668
668
|
cmaBalanceCents: number | bigint;
|
|
669
|
-
customer?: {
|
|
670
|
-
status: string;
|
|
671
|
-
id: string;
|
|
672
|
-
isArchived: boolean;
|
|
673
|
-
createdAt: Date;
|
|
674
|
-
updatedAt: Date;
|
|
675
|
-
fullName: string | null;
|
|
676
|
-
mobile: string | null;
|
|
677
|
-
email: string;
|
|
678
|
-
syncedAt: Date;
|
|
679
|
-
} | null | undefined;
|
|
680
669
|
buyerName?: string | null | undefined;
|
|
681
670
|
project?: {
|
|
682
671
|
type: string;
|
|
@@ -700,13 +689,24 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
700
689
|
companyName: string | null;
|
|
701
690
|
} | null | undefined;
|
|
702
691
|
} | null | undefined;
|
|
692
|
+
customer?: {
|
|
693
|
+
status: string;
|
|
694
|
+
id: string;
|
|
695
|
+
isArchived: boolean;
|
|
696
|
+
createdAt: Date;
|
|
697
|
+
updatedAt: Date;
|
|
698
|
+
fullName: string | null;
|
|
699
|
+
mobile: string | null;
|
|
700
|
+
email: string;
|
|
701
|
+
syncedAt: Date;
|
|
702
|
+
} | null | undefined;
|
|
703
703
|
} | null | undefined;
|
|
704
704
|
} & any)[] | null | undefined;
|
|
705
705
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
706
706
|
}>, "many">>>>;
|
|
707
707
|
unreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
708
708
|
unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
|
|
709
|
-
status:
|
|
709
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
710
710
|
id: string;
|
|
711
711
|
propertyId: string | null;
|
|
712
712
|
balanceCents: number;
|
|
@@ -762,17 +762,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
762
762
|
mtaId: string;
|
|
763
763
|
mtaBalanceCents: number | bigint;
|
|
764
764
|
cmaBalanceCents: number | bigint;
|
|
765
|
-
customer?: {
|
|
766
|
-
status: string;
|
|
767
|
-
id: string;
|
|
768
|
-
isArchived: boolean;
|
|
769
|
-
createdAt: Date;
|
|
770
|
-
updatedAt: Date;
|
|
771
|
-
fullName: string | null;
|
|
772
|
-
mobile: string | null;
|
|
773
|
-
email: string;
|
|
774
|
-
syncedAt: Date;
|
|
775
|
-
} | null | undefined;
|
|
776
765
|
buyerName?: string | null | undefined;
|
|
777
766
|
project?: {
|
|
778
767
|
type: string;
|
|
@@ -796,11 +785,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
796
785
|
companyName: string | null;
|
|
797
786
|
} | null | undefined;
|
|
798
787
|
} | null | undefined;
|
|
788
|
+
customer?: {
|
|
789
|
+
status: string;
|
|
790
|
+
id: string;
|
|
791
|
+
isArchived: boolean;
|
|
792
|
+
createdAt: Date;
|
|
793
|
+
updatedAt: Date;
|
|
794
|
+
fullName: string | null;
|
|
795
|
+
mobile: string | null;
|
|
796
|
+
email: string;
|
|
797
|
+
syncedAt: Date;
|
|
798
|
+
} | null | undefined;
|
|
799
799
|
} | null | undefined;
|
|
800
800
|
} & {
|
|
801
801
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
802
802
|
sourceTransaction?: ({
|
|
803
|
-
status:
|
|
803
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
804
804
|
id: string;
|
|
805
805
|
propertyId: string | null;
|
|
806
806
|
balanceCents: number;
|
|
@@ -856,17 +856,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
856
856
|
mtaId: string;
|
|
857
857
|
mtaBalanceCents: number | bigint;
|
|
858
858
|
cmaBalanceCents: number | bigint;
|
|
859
|
-
customer?: {
|
|
860
|
-
status: string;
|
|
861
|
-
id: string;
|
|
862
|
-
isArchived: boolean;
|
|
863
|
-
createdAt: Date;
|
|
864
|
-
updatedAt: Date;
|
|
865
|
-
fullName: string | null;
|
|
866
|
-
mobile: string | null;
|
|
867
|
-
email: string;
|
|
868
|
-
syncedAt: Date;
|
|
869
|
-
} | null | undefined;
|
|
870
859
|
buyerName?: string | null | undefined;
|
|
871
860
|
project?: {
|
|
872
861
|
type: string;
|
|
@@ -890,10 +879,21 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
890
879
|
companyName: string | null;
|
|
891
880
|
} | null | undefined;
|
|
892
881
|
} | null | undefined;
|
|
882
|
+
customer?: {
|
|
883
|
+
status: string;
|
|
884
|
+
id: string;
|
|
885
|
+
isArchived: boolean;
|
|
886
|
+
createdAt: Date;
|
|
887
|
+
updatedAt: Date;
|
|
888
|
+
fullName: string | null;
|
|
889
|
+
mobile: string | null;
|
|
890
|
+
email: string;
|
|
891
|
+
syncedAt: Date;
|
|
892
|
+
} | null | undefined;
|
|
893
893
|
} | null | undefined;
|
|
894
894
|
} & any) | null | undefined;
|
|
895
895
|
subsequentTransactions?: ({
|
|
896
|
-
status:
|
|
896
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
897
897
|
id: string;
|
|
898
898
|
propertyId: string | null;
|
|
899
899
|
balanceCents: number;
|
|
@@ -949,17 +949,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
949
949
|
mtaId: string;
|
|
950
950
|
mtaBalanceCents: number | bigint;
|
|
951
951
|
cmaBalanceCents: number | bigint;
|
|
952
|
-
customer?: {
|
|
953
|
-
status: string;
|
|
954
|
-
id: string;
|
|
955
|
-
isArchived: boolean;
|
|
956
|
-
createdAt: Date;
|
|
957
|
-
updatedAt: Date;
|
|
958
|
-
fullName: string | null;
|
|
959
|
-
mobile: string | null;
|
|
960
|
-
email: string;
|
|
961
|
-
syncedAt: Date;
|
|
962
|
-
} | null | undefined;
|
|
963
952
|
buyerName?: string | null | undefined;
|
|
964
953
|
project?: {
|
|
965
954
|
type: string;
|
|
@@ -983,6 +972,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
983
972
|
companyName: string | null;
|
|
984
973
|
} | null | undefined;
|
|
985
974
|
} | null | undefined;
|
|
975
|
+
customer?: {
|
|
976
|
+
status: string;
|
|
977
|
+
id: string;
|
|
978
|
+
isArchived: boolean;
|
|
979
|
+
createdAt: Date;
|
|
980
|
+
updatedAt: Date;
|
|
981
|
+
fullName: string | null;
|
|
982
|
+
mobile: string | null;
|
|
983
|
+
email: string;
|
|
984
|
+
syncedAt: Date;
|
|
985
|
+
} | null | undefined;
|
|
986
986
|
} | null | undefined;
|
|
987
987
|
} & any)[] | null | undefined;
|
|
988
988
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1052,17 +1052,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1052
1052
|
mtaId: string;
|
|
1053
1053
|
mtaBalanceCents: number | bigint;
|
|
1054
1054
|
cmaBalanceCents: number | bigint;
|
|
1055
|
-
customer?: {
|
|
1056
|
-
status: string;
|
|
1057
|
-
id: string;
|
|
1058
|
-
isArchived: boolean;
|
|
1059
|
-
createdAt: Date;
|
|
1060
|
-
updatedAt: Date;
|
|
1061
|
-
fullName: string | null;
|
|
1062
|
-
mobile: string | null;
|
|
1063
|
-
email: string;
|
|
1064
|
-
syncedAt: Date;
|
|
1065
|
-
} | null | undefined;
|
|
1066
1055
|
buyerName?: string | null | undefined;
|
|
1067
1056
|
project?: {
|
|
1068
1057
|
type: string;
|
|
@@ -1086,6 +1075,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1086
1075
|
companyName: string | null;
|
|
1087
1076
|
} | null | undefined;
|
|
1088
1077
|
} | null | undefined;
|
|
1078
|
+
customer?: {
|
|
1079
|
+
status: string;
|
|
1080
|
+
id: string;
|
|
1081
|
+
isArchived: boolean;
|
|
1082
|
+
createdAt: Date;
|
|
1083
|
+
updatedAt: Date;
|
|
1084
|
+
fullName: string | null;
|
|
1085
|
+
mobile: string | null;
|
|
1086
|
+
email: string;
|
|
1087
|
+
syncedAt: Date;
|
|
1088
|
+
} | null | undefined;
|
|
1089
1089
|
} | null | undefined;
|
|
1090
1090
|
} & {
|
|
1091
1091
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -1146,17 +1146,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1146
1146
|
mtaId: string;
|
|
1147
1147
|
mtaBalanceCents: number | bigint;
|
|
1148
1148
|
cmaBalanceCents: number | bigint;
|
|
1149
|
-
customer?: {
|
|
1150
|
-
status: string;
|
|
1151
|
-
id: string;
|
|
1152
|
-
isArchived: boolean;
|
|
1153
|
-
createdAt: Date;
|
|
1154
|
-
updatedAt: Date;
|
|
1155
|
-
fullName: string | null;
|
|
1156
|
-
mobile: string | null;
|
|
1157
|
-
email: string;
|
|
1158
|
-
syncedAt: Date;
|
|
1159
|
-
} | null | undefined;
|
|
1160
1149
|
buyerName?: string | null | undefined;
|
|
1161
1150
|
project?: {
|
|
1162
1151
|
type: string;
|
|
@@ -1180,6 +1169,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1180
1169
|
companyName: string | null;
|
|
1181
1170
|
} | null | undefined;
|
|
1182
1171
|
} | null | undefined;
|
|
1172
|
+
customer?: {
|
|
1173
|
+
status: string;
|
|
1174
|
+
id: string;
|
|
1175
|
+
isArchived: boolean;
|
|
1176
|
+
createdAt: Date;
|
|
1177
|
+
updatedAt: Date;
|
|
1178
|
+
fullName: string | null;
|
|
1179
|
+
mobile: string | null;
|
|
1180
|
+
email: string;
|
|
1181
|
+
syncedAt: Date;
|
|
1182
|
+
} | null | undefined;
|
|
1183
1183
|
} | null | undefined;
|
|
1184
1184
|
} & any) | null | undefined;
|
|
1185
1185
|
subsequentTransactions?: ({
|
|
@@ -1239,17 +1239,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1239
1239
|
mtaId: string;
|
|
1240
1240
|
mtaBalanceCents: number | bigint;
|
|
1241
1241
|
cmaBalanceCents: number | bigint;
|
|
1242
|
-
customer?: {
|
|
1243
|
-
status: string;
|
|
1244
|
-
id: string;
|
|
1245
|
-
isArchived: boolean;
|
|
1246
|
-
createdAt: Date;
|
|
1247
|
-
updatedAt: Date;
|
|
1248
|
-
fullName: string | null;
|
|
1249
|
-
mobile: string | null;
|
|
1250
|
-
email: string;
|
|
1251
|
-
syncedAt: Date;
|
|
1252
|
-
} | null | undefined;
|
|
1253
1242
|
buyerName?: string | null | undefined;
|
|
1254
1243
|
project?: {
|
|
1255
1244
|
type: string;
|
|
@@ -1273,6 +1262,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1273
1262
|
companyName: string | null;
|
|
1274
1263
|
} | null | undefined;
|
|
1275
1264
|
} | null | undefined;
|
|
1265
|
+
customer?: {
|
|
1266
|
+
status: string;
|
|
1267
|
+
id: string;
|
|
1268
|
+
isArchived: boolean;
|
|
1269
|
+
createdAt: Date;
|
|
1270
|
+
updatedAt: Date;
|
|
1271
|
+
fullName: string | null;
|
|
1272
|
+
mobile: string | null;
|
|
1273
|
+
email: string;
|
|
1274
|
+
syncedAt: Date;
|
|
1275
|
+
} | null | undefined;
|
|
1276
1276
|
} | null | undefined;
|
|
1277
1277
|
} & any)[] | null | undefined;
|
|
1278
1278
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1281,7 +1281,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1281
1281
|
reconciledAmountCents: number;
|
|
1282
1282
|
unreconciledAmountCents: number;
|
|
1283
1283
|
reconciledTransactions?: ({
|
|
1284
|
-
status:
|
|
1284
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1285
1285
|
id: string;
|
|
1286
1286
|
propertyId: string | null;
|
|
1287
1287
|
balanceCents: number;
|
|
@@ -1337,17 +1337,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1337
1337
|
mtaId: string;
|
|
1338
1338
|
mtaBalanceCents: number | bigint;
|
|
1339
1339
|
cmaBalanceCents: number | bigint;
|
|
1340
|
-
customer?: {
|
|
1341
|
-
status: string;
|
|
1342
|
-
id: string;
|
|
1343
|
-
isArchived: boolean;
|
|
1344
|
-
createdAt: Date;
|
|
1345
|
-
updatedAt: Date;
|
|
1346
|
-
fullName: string | null;
|
|
1347
|
-
mobile: string | null;
|
|
1348
|
-
email: string;
|
|
1349
|
-
syncedAt: Date;
|
|
1350
|
-
} | null | undefined;
|
|
1351
1340
|
buyerName?: string | null | undefined;
|
|
1352
1341
|
project?: {
|
|
1353
1342
|
type: string;
|
|
@@ -1371,11 +1360,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1371
1360
|
companyName: string | null;
|
|
1372
1361
|
} | null | undefined;
|
|
1373
1362
|
} | null | undefined;
|
|
1363
|
+
customer?: {
|
|
1364
|
+
status: string;
|
|
1365
|
+
id: string;
|
|
1366
|
+
isArchived: boolean;
|
|
1367
|
+
createdAt: Date;
|
|
1368
|
+
updatedAt: Date;
|
|
1369
|
+
fullName: string | null;
|
|
1370
|
+
mobile: string | null;
|
|
1371
|
+
email: string;
|
|
1372
|
+
syncedAt: Date;
|
|
1373
|
+
} | null | undefined;
|
|
1374
1374
|
} | null | undefined;
|
|
1375
1375
|
} & {
|
|
1376
1376
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1377
1377
|
sourceTransaction?: ({
|
|
1378
|
-
status:
|
|
1378
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1379
1379
|
id: string;
|
|
1380
1380
|
propertyId: string | null;
|
|
1381
1381
|
balanceCents: number;
|
|
@@ -1431,17 +1431,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1431
1431
|
mtaId: string;
|
|
1432
1432
|
mtaBalanceCents: number | bigint;
|
|
1433
1433
|
cmaBalanceCents: number | bigint;
|
|
1434
|
-
customer?: {
|
|
1435
|
-
status: string;
|
|
1436
|
-
id: string;
|
|
1437
|
-
isArchived: boolean;
|
|
1438
|
-
createdAt: Date;
|
|
1439
|
-
updatedAt: Date;
|
|
1440
|
-
fullName: string | null;
|
|
1441
|
-
mobile: string | null;
|
|
1442
|
-
email: string;
|
|
1443
|
-
syncedAt: Date;
|
|
1444
|
-
} | null | undefined;
|
|
1445
1434
|
buyerName?: string | null | undefined;
|
|
1446
1435
|
project?: {
|
|
1447
1436
|
type: string;
|
|
@@ -1465,10 +1454,21 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1465
1454
|
companyName: string | null;
|
|
1466
1455
|
} | null | undefined;
|
|
1467
1456
|
} | null | undefined;
|
|
1457
|
+
customer?: {
|
|
1458
|
+
status: string;
|
|
1459
|
+
id: string;
|
|
1460
|
+
isArchived: boolean;
|
|
1461
|
+
createdAt: Date;
|
|
1462
|
+
updatedAt: Date;
|
|
1463
|
+
fullName: string | null;
|
|
1464
|
+
mobile: string | null;
|
|
1465
|
+
email: string;
|
|
1466
|
+
syncedAt: Date;
|
|
1467
|
+
} | null | undefined;
|
|
1468
1468
|
} | null | undefined;
|
|
1469
1469
|
} & any) | null | undefined;
|
|
1470
1470
|
subsequentTransactions?: ({
|
|
1471
|
-
status:
|
|
1471
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1472
1472
|
id: string;
|
|
1473
1473
|
propertyId: string | null;
|
|
1474
1474
|
balanceCents: number;
|
|
@@ -1524,17 +1524,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1524
1524
|
mtaId: string;
|
|
1525
1525
|
mtaBalanceCents: number | bigint;
|
|
1526
1526
|
cmaBalanceCents: number | bigint;
|
|
1527
|
-
customer?: {
|
|
1528
|
-
status: string;
|
|
1529
|
-
id: string;
|
|
1530
|
-
isArchived: boolean;
|
|
1531
|
-
createdAt: Date;
|
|
1532
|
-
updatedAt: Date;
|
|
1533
|
-
fullName: string | null;
|
|
1534
|
-
mobile: string | null;
|
|
1535
|
-
email: string;
|
|
1536
|
-
syncedAt: Date;
|
|
1537
|
-
} | null | undefined;
|
|
1538
1527
|
buyerName?: string | null | undefined;
|
|
1539
1528
|
project?: {
|
|
1540
1529
|
type: string;
|
|
@@ -1558,6 +1547,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1558
1547
|
companyName: string | null;
|
|
1559
1548
|
} | null | undefined;
|
|
1560
1549
|
} | null | undefined;
|
|
1550
|
+
customer?: {
|
|
1551
|
+
status: string;
|
|
1552
|
+
id: string;
|
|
1553
|
+
isArchived: boolean;
|
|
1554
|
+
createdAt: Date;
|
|
1555
|
+
updatedAt: Date;
|
|
1556
|
+
fullName: string | null;
|
|
1557
|
+
mobile: string | null;
|
|
1558
|
+
email: string;
|
|
1559
|
+
syncedAt: Date;
|
|
1560
|
+
} | null | undefined;
|
|
1561
1561
|
} | null | undefined;
|
|
1562
1562
|
} & any)[] | null | undefined;
|
|
1563
1563
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1572,7 +1572,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1572
1572
|
isCancelable?: boolean | null | undefined;
|
|
1573
1573
|
})[] | null | undefined;
|
|
1574
1574
|
unreconciledTransactions?: ({
|
|
1575
|
-
status:
|
|
1575
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1576
1576
|
id: string;
|
|
1577
1577
|
propertyId: string | null;
|
|
1578
1578
|
balanceCents: number;
|
|
@@ -1628,17 +1628,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1628
1628
|
mtaId: string;
|
|
1629
1629
|
mtaBalanceCents: number | bigint;
|
|
1630
1630
|
cmaBalanceCents: number | bigint;
|
|
1631
|
-
customer?: {
|
|
1632
|
-
status: string;
|
|
1633
|
-
id: string;
|
|
1634
|
-
isArchived: boolean;
|
|
1635
|
-
createdAt: Date;
|
|
1636
|
-
updatedAt: Date;
|
|
1637
|
-
fullName: string | null;
|
|
1638
|
-
mobile: string | null;
|
|
1639
|
-
email: string;
|
|
1640
|
-
syncedAt: Date;
|
|
1641
|
-
} | null | undefined;
|
|
1642
1631
|
buyerName?: string | null | undefined;
|
|
1643
1632
|
project?: {
|
|
1644
1633
|
type: string;
|
|
@@ -1662,11 +1651,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1662
1651
|
companyName: string | null;
|
|
1663
1652
|
} | null | undefined;
|
|
1664
1653
|
} | null | undefined;
|
|
1654
|
+
customer?: {
|
|
1655
|
+
status: string;
|
|
1656
|
+
id: string;
|
|
1657
|
+
isArchived: boolean;
|
|
1658
|
+
createdAt: Date;
|
|
1659
|
+
updatedAt: Date;
|
|
1660
|
+
fullName: string | null;
|
|
1661
|
+
mobile: string | null;
|
|
1662
|
+
email: string;
|
|
1663
|
+
syncedAt: Date;
|
|
1664
|
+
} | null | undefined;
|
|
1665
1665
|
} | null | undefined;
|
|
1666
1666
|
} & {
|
|
1667
1667
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1668
1668
|
sourceTransaction?: ({
|
|
1669
|
-
status:
|
|
1669
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1670
1670
|
id: string;
|
|
1671
1671
|
propertyId: string | null;
|
|
1672
1672
|
balanceCents: number;
|
|
@@ -1722,17 +1722,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1722
1722
|
mtaId: string;
|
|
1723
1723
|
mtaBalanceCents: number | bigint;
|
|
1724
1724
|
cmaBalanceCents: number | bigint;
|
|
1725
|
-
customer?: {
|
|
1726
|
-
status: string;
|
|
1727
|
-
id: string;
|
|
1728
|
-
isArchived: boolean;
|
|
1729
|
-
createdAt: Date;
|
|
1730
|
-
updatedAt: Date;
|
|
1731
|
-
fullName: string | null;
|
|
1732
|
-
mobile: string | null;
|
|
1733
|
-
email: string;
|
|
1734
|
-
syncedAt: Date;
|
|
1735
|
-
} | null | undefined;
|
|
1736
1725
|
buyerName?: string | null | undefined;
|
|
1737
1726
|
project?: {
|
|
1738
1727
|
type: string;
|
|
@@ -1756,10 +1745,21 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1756
1745
|
companyName: string | null;
|
|
1757
1746
|
} | null | undefined;
|
|
1758
1747
|
} | null | undefined;
|
|
1748
|
+
customer?: {
|
|
1749
|
+
status: string;
|
|
1750
|
+
id: string;
|
|
1751
|
+
isArchived: boolean;
|
|
1752
|
+
createdAt: Date;
|
|
1753
|
+
updatedAt: Date;
|
|
1754
|
+
fullName: string | null;
|
|
1755
|
+
mobile: string | null;
|
|
1756
|
+
email: string;
|
|
1757
|
+
syncedAt: Date;
|
|
1758
|
+
} | null | undefined;
|
|
1759
1759
|
} | null | undefined;
|
|
1760
1760
|
} & any) | null | undefined;
|
|
1761
1761
|
subsequentTransactions?: ({
|
|
1762
|
-
status:
|
|
1762
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1763
1763
|
id: string;
|
|
1764
1764
|
propertyId: string | null;
|
|
1765
1765
|
balanceCents: number;
|
|
@@ -1815,17 +1815,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1815
1815
|
mtaId: string;
|
|
1816
1816
|
mtaBalanceCents: number | bigint;
|
|
1817
1817
|
cmaBalanceCents: number | bigint;
|
|
1818
|
-
customer?: {
|
|
1819
|
-
status: string;
|
|
1820
|
-
id: string;
|
|
1821
|
-
isArchived: boolean;
|
|
1822
|
-
createdAt: Date;
|
|
1823
|
-
updatedAt: Date;
|
|
1824
|
-
fullName: string | null;
|
|
1825
|
-
mobile: string | null;
|
|
1826
|
-
email: string;
|
|
1827
|
-
syncedAt: Date;
|
|
1828
|
-
} | null | undefined;
|
|
1829
1818
|
buyerName?: string | null | undefined;
|
|
1830
1819
|
project?: {
|
|
1831
1820
|
type: string;
|
|
@@ -1849,6 +1838,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1849
1838
|
companyName: string | null;
|
|
1850
1839
|
} | null | undefined;
|
|
1851
1840
|
} | null | undefined;
|
|
1841
|
+
customer?: {
|
|
1842
|
+
status: string;
|
|
1843
|
+
id: string;
|
|
1844
|
+
isArchived: boolean;
|
|
1845
|
+
createdAt: Date;
|
|
1846
|
+
updatedAt: Date;
|
|
1847
|
+
fullName: string | null;
|
|
1848
|
+
mobile: string | null;
|
|
1849
|
+
email: string;
|
|
1850
|
+
syncedAt: Date;
|
|
1851
|
+
} | null | undefined;
|
|
1852
1852
|
} | null | undefined;
|
|
1853
1853
|
} & any)[] | null | undefined;
|
|
1854
1854
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1922,17 +1922,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1922
1922
|
mtaId: string;
|
|
1923
1923
|
mtaBalanceCents: number | bigint;
|
|
1924
1924
|
cmaBalanceCents: number | bigint;
|
|
1925
|
-
customer?: {
|
|
1926
|
-
status: string;
|
|
1927
|
-
id: string;
|
|
1928
|
-
isArchived: boolean;
|
|
1929
|
-
createdAt: Date;
|
|
1930
|
-
updatedAt: Date;
|
|
1931
|
-
fullName: string | null;
|
|
1932
|
-
mobile: string | null;
|
|
1933
|
-
email: string;
|
|
1934
|
-
syncedAt: Date;
|
|
1935
|
-
} | null | undefined;
|
|
1936
1925
|
buyerName?: string | null | undefined;
|
|
1937
1926
|
project?: {
|
|
1938
1927
|
type: string;
|
|
@@ -1956,6 +1945,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1956
1945
|
companyName: string | null;
|
|
1957
1946
|
} | null | undefined;
|
|
1958
1947
|
} | null | undefined;
|
|
1948
|
+
customer?: {
|
|
1949
|
+
status: string;
|
|
1950
|
+
id: string;
|
|
1951
|
+
isArchived: boolean;
|
|
1952
|
+
createdAt: Date;
|
|
1953
|
+
updatedAt: Date;
|
|
1954
|
+
fullName: string | null;
|
|
1955
|
+
mobile: string | null;
|
|
1956
|
+
email: string;
|
|
1957
|
+
syncedAt: Date;
|
|
1958
|
+
} | null | undefined;
|
|
1959
1959
|
} | null | undefined;
|
|
1960
1960
|
} & {
|
|
1961
1961
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -2016,17 +2016,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2016
2016
|
mtaId: string;
|
|
2017
2017
|
mtaBalanceCents: number | bigint;
|
|
2018
2018
|
cmaBalanceCents: number | bigint;
|
|
2019
|
-
customer?: {
|
|
2020
|
-
status: string;
|
|
2021
|
-
id: string;
|
|
2022
|
-
isArchived: boolean;
|
|
2023
|
-
createdAt: Date;
|
|
2024
|
-
updatedAt: Date;
|
|
2025
|
-
fullName: string | null;
|
|
2026
|
-
mobile: string | null;
|
|
2027
|
-
email: string;
|
|
2028
|
-
syncedAt: Date;
|
|
2029
|
-
} | null | undefined;
|
|
2030
2019
|
buyerName?: string | null | undefined;
|
|
2031
2020
|
project?: {
|
|
2032
2021
|
type: string;
|
|
@@ -2050,6 +2039,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2050
2039
|
companyName: string | null;
|
|
2051
2040
|
} | null | undefined;
|
|
2052
2041
|
} | null | undefined;
|
|
2042
|
+
customer?: {
|
|
2043
|
+
status: string;
|
|
2044
|
+
id: string;
|
|
2045
|
+
isArchived: boolean;
|
|
2046
|
+
createdAt: Date;
|
|
2047
|
+
updatedAt: Date;
|
|
2048
|
+
fullName: string | null;
|
|
2049
|
+
mobile: string | null;
|
|
2050
|
+
email: string;
|
|
2051
|
+
syncedAt: Date;
|
|
2052
|
+
} | null | undefined;
|
|
2053
2053
|
} | null | undefined;
|
|
2054
2054
|
} & any) | null | undefined;
|
|
2055
2055
|
subsequentTransactions?: ({
|
|
@@ -2109,17 +2109,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2109
2109
|
mtaId: string;
|
|
2110
2110
|
mtaBalanceCents: number | bigint;
|
|
2111
2111
|
cmaBalanceCents: number | bigint;
|
|
2112
|
-
customer?: {
|
|
2113
|
-
status: string;
|
|
2114
|
-
id: string;
|
|
2115
|
-
isArchived: boolean;
|
|
2116
|
-
createdAt: Date;
|
|
2117
|
-
updatedAt: Date;
|
|
2118
|
-
fullName: string | null;
|
|
2119
|
-
mobile: string | null;
|
|
2120
|
-
email: string;
|
|
2121
|
-
syncedAt: Date;
|
|
2122
|
-
} | null | undefined;
|
|
2123
2112
|
buyerName?: string | null | undefined;
|
|
2124
2113
|
project?: {
|
|
2125
2114
|
type: string;
|
|
@@ -2143,6 +2132,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2143
2132
|
companyName: string | null;
|
|
2144
2133
|
} | null | undefined;
|
|
2145
2134
|
} | null | undefined;
|
|
2135
|
+
customer?: {
|
|
2136
|
+
status: string;
|
|
2137
|
+
id: string;
|
|
2138
|
+
isArchived: boolean;
|
|
2139
|
+
createdAt: Date;
|
|
2140
|
+
updatedAt: Date;
|
|
2141
|
+
fullName: string | null;
|
|
2142
|
+
mobile: string | null;
|
|
2143
|
+
email: string;
|
|
2144
|
+
syncedAt: Date;
|
|
2145
|
+
} | null | undefined;
|
|
2146
2146
|
} | null | undefined;
|
|
2147
2147
|
} & any)[] | null | undefined;
|
|
2148
2148
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2204,17 +2204,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2204
2204
|
mtaId: string;
|
|
2205
2205
|
mtaBalanceCents: number | bigint;
|
|
2206
2206
|
cmaBalanceCents: number | bigint;
|
|
2207
|
-
customer?: {
|
|
2208
|
-
status: string;
|
|
2209
|
-
id: string;
|
|
2210
|
-
isArchived: boolean;
|
|
2211
|
-
createdAt: Date;
|
|
2212
|
-
updatedAt: Date;
|
|
2213
|
-
fullName: string | null;
|
|
2214
|
-
mobile: string | null;
|
|
2215
|
-
email: string;
|
|
2216
|
-
syncedAt: Date;
|
|
2217
|
-
} | null | undefined;
|
|
2218
2207
|
buyerName?: string | null | undefined;
|
|
2219
2208
|
project?: {
|
|
2220
2209
|
type: string;
|
|
@@ -2238,6 +2227,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2238
2227
|
companyName: string | null;
|
|
2239
2228
|
} | null | undefined;
|
|
2240
2229
|
} | null | undefined;
|
|
2230
|
+
customer?: {
|
|
2231
|
+
status: string;
|
|
2232
|
+
id: string;
|
|
2233
|
+
isArchived: boolean;
|
|
2234
|
+
createdAt: Date;
|
|
2235
|
+
updatedAt: Date;
|
|
2236
|
+
fullName: string | null;
|
|
2237
|
+
mobile: string | null;
|
|
2238
|
+
email: string;
|
|
2239
|
+
syncedAt: Date;
|
|
2240
|
+
} | null | undefined;
|
|
2241
2241
|
} | null | undefined;
|
|
2242
2242
|
} & {
|
|
2243
2243
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -2298,17 +2298,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2298
2298
|
mtaId: string;
|
|
2299
2299
|
mtaBalanceCents: number | bigint;
|
|
2300
2300
|
cmaBalanceCents: number | bigint;
|
|
2301
|
-
customer?: {
|
|
2302
|
-
status: string;
|
|
2303
|
-
id: string;
|
|
2304
|
-
isArchived: boolean;
|
|
2305
|
-
createdAt: Date;
|
|
2306
|
-
updatedAt: Date;
|
|
2307
|
-
fullName: string | null;
|
|
2308
|
-
mobile: string | null;
|
|
2309
|
-
email: string;
|
|
2310
|
-
syncedAt: Date;
|
|
2311
|
-
} | null | undefined;
|
|
2312
2301
|
buyerName?: string | null | undefined;
|
|
2313
2302
|
project?: {
|
|
2314
2303
|
type: string;
|
|
@@ -2332,6 +2321,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2332
2321
|
companyName: string | null;
|
|
2333
2322
|
} | null | undefined;
|
|
2334
2323
|
} | null | undefined;
|
|
2324
|
+
customer?: {
|
|
2325
|
+
status: string;
|
|
2326
|
+
id: string;
|
|
2327
|
+
isArchived: boolean;
|
|
2328
|
+
createdAt: Date;
|
|
2329
|
+
updatedAt: Date;
|
|
2330
|
+
fullName: string | null;
|
|
2331
|
+
mobile: string | null;
|
|
2332
|
+
email: string;
|
|
2333
|
+
syncedAt: Date;
|
|
2334
|
+
} | null | undefined;
|
|
2335
2335
|
} | null | undefined;
|
|
2336
2336
|
} & any) | null | undefined;
|
|
2337
2337
|
subsequentTransactions?: ({
|
|
@@ -2391,17 +2391,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2391
2391
|
mtaId: string;
|
|
2392
2392
|
mtaBalanceCents: number | bigint;
|
|
2393
2393
|
cmaBalanceCents: number | bigint;
|
|
2394
|
-
customer?: {
|
|
2395
|
-
status: string;
|
|
2396
|
-
id: string;
|
|
2397
|
-
isArchived: boolean;
|
|
2398
|
-
createdAt: Date;
|
|
2399
|
-
updatedAt: Date;
|
|
2400
|
-
fullName: string | null;
|
|
2401
|
-
mobile: string | null;
|
|
2402
|
-
email: string;
|
|
2403
|
-
syncedAt: Date;
|
|
2404
|
-
} | null | undefined;
|
|
2405
2394
|
buyerName?: string | null | undefined;
|
|
2406
2395
|
project?: {
|
|
2407
2396
|
type: string;
|
|
@@ -2425,6 +2414,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2425
2414
|
companyName: string | null;
|
|
2426
2415
|
} | null | undefined;
|
|
2427
2416
|
} | null | undefined;
|
|
2417
|
+
customer?: {
|
|
2418
|
+
status: string;
|
|
2419
|
+
id: string;
|
|
2420
|
+
isArchived: boolean;
|
|
2421
|
+
createdAt: Date;
|
|
2422
|
+
updatedAt: Date;
|
|
2423
|
+
fullName: string | null;
|
|
2424
|
+
mobile: string | null;
|
|
2425
|
+
email: string;
|
|
2426
|
+
syncedAt: Date;
|
|
2427
|
+
} | null | undefined;
|
|
2428
2428
|
} | null | undefined;
|
|
2429
2429
|
} & any)[] | null | undefined;
|
|
2430
2430
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2456,7 +2456,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2456
2456
|
reconciledAmountCents: number;
|
|
2457
2457
|
unreconciledAmountCents: number;
|
|
2458
2458
|
reconciledTransactions?: ({
|
|
2459
|
-
status:
|
|
2459
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2460
2460
|
id: string;
|
|
2461
2461
|
propertyId: string | null;
|
|
2462
2462
|
balanceCents: number;
|
|
@@ -2509,20 +2509,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2509
2509
|
lotDetail: string | null;
|
|
2510
2510
|
propertyAddress: string;
|
|
2511
2511
|
stage: string;
|
|
2512
|
-
mtaId: string;
|
|
2513
|
-
mtaBalanceCents: number | bigint;
|
|
2514
|
-
cmaBalanceCents: number | bigint;
|
|
2515
|
-
customer?: {
|
|
2516
|
-
status: string;
|
|
2517
|
-
id: string;
|
|
2518
|
-
isArchived: boolean;
|
|
2519
|
-
createdAt: Date;
|
|
2520
|
-
updatedAt: Date;
|
|
2521
|
-
fullName: string | null;
|
|
2522
|
-
mobile: string | null;
|
|
2523
|
-
email: string;
|
|
2524
|
-
syncedAt: Date;
|
|
2525
|
-
} | null | undefined;
|
|
2512
|
+
mtaId: string;
|
|
2513
|
+
mtaBalanceCents: number | bigint;
|
|
2514
|
+
cmaBalanceCents: number | bigint;
|
|
2526
2515
|
buyerName?: string | null | undefined;
|
|
2527
2516
|
project?: {
|
|
2528
2517
|
type: string;
|
|
@@ -2546,11 +2535,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2546
2535
|
companyName: string | null;
|
|
2547
2536
|
} | null | undefined;
|
|
2548
2537
|
} | null | undefined;
|
|
2538
|
+
customer?: {
|
|
2539
|
+
status: string;
|
|
2540
|
+
id: string;
|
|
2541
|
+
isArchived: boolean;
|
|
2542
|
+
createdAt: Date;
|
|
2543
|
+
updatedAt: Date;
|
|
2544
|
+
fullName: string | null;
|
|
2545
|
+
mobile: string | null;
|
|
2546
|
+
email: string;
|
|
2547
|
+
syncedAt: Date;
|
|
2548
|
+
} | null | undefined;
|
|
2549
2549
|
} | null | undefined;
|
|
2550
2550
|
} & {
|
|
2551
2551
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
2552
2552
|
sourceTransaction?: ({
|
|
2553
|
-
status:
|
|
2553
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2554
2554
|
id: string;
|
|
2555
2555
|
propertyId: string | null;
|
|
2556
2556
|
balanceCents: number;
|
|
@@ -2606,17 +2606,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2606
2606
|
mtaId: string;
|
|
2607
2607
|
mtaBalanceCents: number | bigint;
|
|
2608
2608
|
cmaBalanceCents: number | bigint;
|
|
2609
|
-
customer?: {
|
|
2610
|
-
status: string;
|
|
2611
|
-
id: string;
|
|
2612
|
-
isArchived: boolean;
|
|
2613
|
-
createdAt: Date;
|
|
2614
|
-
updatedAt: Date;
|
|
2615
|
-
fullName: string | null;
|
|
2616
|
-
mobile: string | null;
|
|
2617
|
-
email: string;
|
|
2618
|
-
syncedAt: Date;
|
|
2619
|
-
} | null | undefined;
|
|
2620
2609
|
buyerName?: string | null | undefined;
|
|
2621
2610
|
project?: {
|
|
2622
2611
|
type: string;
|
|
@@ -2640,10 +2629,21 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2640
2629
|
companyName: string | null;
|
|
2641
2630
|
} | null | undefined;
|
|
2642
2631
|
} | null | undefined;
|
|
2632
|
+
customer?: {
|
|
2633
|
+
status: string;
|
|
2634
|
+
id: string;
|
|
2635
|
+
isArchived: boolean;
|
|
2636
|
+
createdAt: Date;
|
|
2637
|
+
updatedAt: Date;
|
|
2638
|
+
fullName: string | null;
|
|
2639
|
+
mobile: string | null;
|
|
2640
|
+
email: string;
|
|
2641
|
+
syncedAt: Date;
|
|
2642
|
+
} | null | undefined;
|
|
2643
2643
|
} | null | undefined;
|
|
2644
2644
|
} & any) | null | undefined;
|
|
2645
2645
|
subsequentTransactions?: ({
|
|
2646
|
-
status:
|
|
2646
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2647
2647
|
id: string;
|
|
2648
2648
|
propertyId: string | null;
|
|
2649
2649
|
balanceCents: number;
|
|
@@ -2699,17 +2699,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2699
2699
|
mtaId: string;
|
|
2700
2700
|
mtaBalanceCents: number | bigint;
|
|
2701
2701
|
cmaBalanceCents: number | bigint;
|
|
2702
|
-
customer?: {
|
|
2703
|
-
status: string;
|
|
2704
|
-
id: string;
|
|
2705
|
-
isArchived: boolean;
|
|
2706
|
-
createdAt: Date;
|
|
2707
|
-
updatedAt: Date;
|
|
2708
|
-
fullName: string | null;
|
|
2709
|
-
mobile: string | null;
|
|
2710
|
-
email: string;
|
|
2711
|
-
syncedAt: Date;
|
|
2712
|
-
} | null | undefined;
|
|
2713
2702
|
buyerName?: string | null | undefined;
|
|
2714
2703
|
project?: {
|
|
2715
2704
|
type: string;
|
|
@@ -2733,6 +2722,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2733
2722
|
companyName: string | null;
|
|
2734
2723
|
} | null | undefined;
|
|
2735
2724
|
} | null | undefined;
|
|
2725
|
+
customer?: {
|
|
2726
|
+
status: string;
|
|
2727
|
+
id: string;
|
|
2728
|
+
isArchived: boolean;
|
|
2729
|
+
createdAt: Date;
|
|
2730
|
+
updatedAt: Date;
|
|
2731
|
+
fullName: string | null;
|
|
2732
|
+
mobile: string | null;
|
|
2733
|
+
email: string;
|
|
2734
|
+
syncedAt: Date;
|
|
2735
|
+
} | null | undefined;
|
|
2736
2736
|
} | null | undefined;
|
|
2737
2737
|
} & any)[] | null | undefined;
|
|
2738
2738
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2747,7 +2747,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2747
2747
|
isCancelable?: boolean | null | undefined;
|
|
2748
2748
|
})[] | null | undefined;
|
|
2749
2749
|
unreconciledTransactions?: ({
|
|
2750
|
-
status:
|
|
2750
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2751
2751
|
id: string;
|
|
2752
2752
|
propertyId: string | null;
|
|
2753
2753
|
balanceCents: number;
|
|
@@ -2803,17 +2803,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2803
2803
|
mtaId: string;
|
|
2804
2804
|
mtaBalanceCents: number | bigint;
|
|
2805
2805
|
cmaBalanceCents: number | bigint;
|
|
2806
|
-
customer?: {
|
|
2807
|
-
status: string;
|
|
2808
|
-
id: string;
|
|
2809
|
-
isArchived: boolean;
|
|
2810
|
-
createdAt: Date;
|
|
2811
|
-
updatedAt: Date;
|
|
2812
|
-
fullName: string | null;
|
|
2813
|
-
mobile: string | null;
|
|
2814
|
-
email: string;
|
|
2815
|
-
syncedAt: Date;
|
|
2816
|
-
} | null | undefined;
|
|
2817
2806
|
buyerName?: string | null | undefined;
|
|
2818
2807
|
project?: {
|
|
2819
2808
|
type: string;
|
|
@@ -2837,11 +2826,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2837
2826
|
companyName: string | null;
|
|
2838
2827
|
} | null | undefined;
|
|
2839
2828
|
} | null | undefined;
|
|
2829
|
+
customer?: {
|
|
2830
|
+
status: string;
|
|
2831
|
+
id: string;
|
|
2832
|
+
isArchived: boolean;
|
|
2833
|
+
createdAt: Date;
|
|
2834
|
+
updatedAt: Date;
|
|
2835
|
+
fullName: string | null;
|
|
2836
|
+
mobile: string | null;
|
|
2837
|
+
email: string;
|
|
2838
|
+
syncedAt: Date;
|
|
2839
|
+
} | null | undefined;
|
|
2840
2840
|
} | null | undefined;
|
|
2841
2841
|
} & {
|
|
2842
2842
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
2843
2843
|
sourceTransaction?: ({
|
|
2844
|
-
status:
|
|
2844
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2845
2845
|
id: string;
|
|
2846
2846
|
propertyId: string | null;
|
|
2847
2847
|
balanceCents: number;
|
|
@@ -2897,17 +2897,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2897
2897
|
mtaId: string;
|
|
2898
2898
|
mtaBalanceCents: number | bigint;
|
|
2899
2899
|
cmaBalanceCents: number | bigint;
|
|
2900
|
-
customer?: {
|
|
2901
|
-
status: string;
|
|
2902
|
-
id: string;
|
|
2903
|
-
isArchived: boolean;
|
|
2904
|
-
createdAt: Date;
|
|
2905
|
-
updatedAt: Date;
|
|
2906
|
-
fullName: string | null;
|
|
2907
|
-
mobile: string | null;
|
|
2908
|
-
email: string;
|
|
2909
|
-
syncedAt: Date;
|
|
2910
|
-
} | null | undefined;
|
|
2911
2900
|
buyerName?: string | null | undefined;
|
|
2912
2901
|
project?: {
|
|
2913
2902
|
type: string;
|
|
@@ -2931,10 +2920,21 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2931
2920
|
companyName: string | null;
|
|
2932
2921
|
} | null | undefined;
|
|
2933
2922
|
} | null | undefined;
|
|
2923
|
+
customer?: {
|
|
2924
|
+
status: string;
|
|
2925
|
+
id: string;
|
|
2926
|
+
isArchived: boolean;
|
|
2927
|
+
createdAt: Date;
|
|
2928
|
+
updatedAt: Date;
|
|
2929
|
+
fullName: string | null;
|
|
2930
|
+
mobile: string | null;
|
|
2931
|
+
email: string;
|
|
2932
|
+
syncedAt: Date;
|
|
2933
|
+
} | null | undefined;
|
|
2934
2934
|
} | null | undefined;
|
|
2935
2935
|
} & any) | null | undefined;
|
|
2936
2936
|
subsequentTransactions?: ({
|
|
2937
|
-
status:
|
|
2937
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2938
2938
|
id: string;
|
|
2939
2939
|
propertyId: string | null;
|
|
2940
2940
|
balanceCents: number;
|
|
@@ -2990,17 +2990,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2990
2990
|
mtaId: string;
|
|
2991
2991
|
mtaBalanceCents: number | bigint;
|
|
2992
2992
|
cmaBalanceCents: number | bigint;
|
|
2993
|
-
customer?: {
|
|
2994
|
-
status: string;
|
|
2995
|
-
id: string;
|
|
2996
|
-
isArchived: boolean;
|
|
2997
|
-
createdAt: Date;
|
|
2998
|
-
updatedAt: Date;
|
|
2999
|
-
fullName: string | null;
|
|
3000
|
-
mobile: string | null;
|
|
3001
|
-
email: string;
|
|
3002
|
-
syncedAt: Date;
|
|
3003
|
-
} | null | undefined;
|
|
3004
2993
|
buyerName?: string | null | undefined;
|
|
3005
2994
|
project?: {
|
|
3006
2995
|
type: string;
|
|
@@ -3024,6 +3013,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3024
3013
|
companyName: string | null;
|
|
3025
3014
|
} | null | undefined;
|
|
3026
3015
|
} | null | undefined;
|
|
3016
|
+
customer?: {
|
|
3017
|
+
status: string;
|
|
3018
|
+
id: string;
|
|
3019
|
+
isArchived: boolean;
|
|
3020
|
+
createdAt: Date;
|
|
3021
|
+
updatedAt: Date;
|
|
3022
|
+
fullName: string | null;
|
|
3023
|
+
mobile: string | null;
|
|
3024
|
+
email: string;
|
|
3025
|
+
syncedAt: Date;
|
|
3026
|
+
} | null | undefined;
|
|
3027
3027
|
} | null | undefined;
|
|
3028
3028
|
} & any)[] | null | undefined;
|
|
3029
3029
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3143,17 +3143,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3143
3143
|
mtaId: string;
|
|
3144
3144
|
mtaBalanceCents: number | bigint;
|
|
3145
3145
|
cmaBalanceCents: number | bigint;
|
|
3146
|
-
customer?: {
|
|
3147
|
-
status: string;
|
|
3148
|
-
id: string;
|
|
3149
|
-
isArchived: boolean;
|
|
3150
|
-
createdAt: Date;
|
|
3151
|
-
updatedAt: Date;
|
|
3152
|
-
fullName: string | null;
|
|
3153
|
-
mobile: string | null;
|
|
3154
|
-
email: string;
|
|
3155
|
-
syncedAt: Date;
|
|
3156
|
-
} | null | undefined;
|
|
3157
3146
|
buyerName?: string | null | undefined;
|
|
3158
3147
|
project?: {
|
|
3159
3148
|
type: string;
|
|
@@ -3177,6 +3166,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3177
3166
|
companyName: string | null;
|
|
3178
3167
|
} | null | undefined;
|
|
3179
3168
|
} | null | undefined;
|
|
3169
|
+
customer?: {
|
|
3170
|
+
status: string;
|
|
3171
|
+
id: string;
|
|
3172
|
+
isArchived: boolean;
|
|
3173
|
+
createdAt: Date;
|
|
3174
|
+
updatedAt: Date;
|
|
3175
|
+
fullName: string | null;
|
|
3176
|
+
mobile: string | null;
|
|
3177
|
+
email: string;
|
|
3178
|
+
syncedAt: Date;
|
|
3179
|
+
} | null | undefined;
|
|
3180
3180
|
} | null | undefined;
|
|
3181
3181
|
} & {
|
|
3182
3182
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -3237,17 +3237,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3237
3237
|
mtaId: string;
|
|
3238
3238
|
mtaBalanceCents: number | bigint;
|
|
3239
3239
|
cmaBalanceCents: number | bigint;
|
|
3240
|
-
customer?: {
|
|
3241
|
-
status: string;
|
|
3242
|
-
id: string;
|
|
3243
|
-
isArchived: boolean;
|
|
3244
|
-
createdAt: Date;
|
|
3245
|
-
updatedAt: Date;
|
|
3246
|
-
fullName: string | null;
|
|
3247
|
-
mobile: string | null;
|
|
3248
|
-
email: string;
|
|
3249
|
-
syncedAt: Date;
|
|
3250
|
-
} | null | undefined;
|
|
3251
3240
|
buyerName?: string | null | undefined;
|
|
3252
3241
|
project?: {
|
|
3253
3242
|
type: string;
|
|
@@ -3271,6 +3260,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3271
3260
|
companyName: string | null;
|
|
3272
3261
|
} | null | undefined;
|
|
3273
3262
|
} | null | undefined;
|
|
3263
|
+
customer?: {
|
|
3264
|
+
status: string;
|
|
3265
|
+
id: string;
|
|
3266
|
+
isArchived: boolean;
|
|
3267
|
+
createdAt: Date;
|
|
3268
|
+
updatedAt: Date;
|
|
3269
|
+
fullName: string | null;
|
|
3270
|
+
mobile: string | null;
|
|
3271
|
+
email: string;
|
|
3272
|
+
syncedAt: Date;
|
|
3273
|
+
} | null | undefined;
|
|
3274
3274
|
} | null | undefined;
|
|
3275
3275
|
} & any) | null | undefined;
|
|
3276
3276
|
subsequentTransactions?: ({
|
|
@@ -3330,17 +3330,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3330
3330
|
mtaId: string;
|
|
3331
3331
|
mtaBalanceCents: number | bigint;
|
|
3332
3332
|
cmaBalanceCents: number | bigint;
|
|
3333
|
-
customer?: {
|
|
3334
|
-
status: string;
|
|
3335
|
-
id: string;
|
|
3336
|
-
isArchived: boolean;
|
|
3337
|
-
createdAt: Date;
|
|
3338
|
-
updatedAt: Date;
|
|
3339
|
-
fullName: string | null;
|
|
3340
|
-
mobile: string | null;
|
|
3341
|
-
email: string;
|
|
3342
|
-
syncedAt: Date;
|
|
3343
|
-
} | null | undefined;
|
|
3344
3333
|
buyerName?: string | null | undefined;
|
|
3345
3334
|
project?: {
|
|
3346
3335
|
type: string;
|
|
@@ -3364,6 +3353,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3364
3353
|
companyName: string | null;
|
|
3365
3354
|
} | null | undefined;
|
|
3366
3355
|
} | null | undefined;
|
|
3356
|
+
customer?: {
|
|
3357
|
+
status: string;
|
|
3358
|
+
id: string;
|
|
3359
|
+
isArchived: boolean;
|
|
3360
|
+
createdAt: Date;
|
|
3361
|
+
updatedAt: Date;
|
|
3362
|
+
fullName: string | null;
|
|
3363
|
+
mobile: string | null;
|
|
3364
|
+
email: string;
|
|
3365
|
+
syncedAt: Date;
|
|
3366
|
+
} | null | undefined;
|
|
3367
3367
|
} | null | undefined;
|
|
3368
3368
|
} & any)[] | null | undefined;
|
|
3369
3369
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3425,17 +3425,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3425
3425
|
mtaId: string;
|
|
3426
3426
|
mtaBalanceCents: number | bigint;
|
|
3427
3427
|
cmaBalanceCents: number | bigint;
|
|
3428
|
-
customer?: {
|
|
3429
|
-
status: string;
|
|
3430
|
-
id: string;
|
|
3431
|
-
isArchived: boolean;
|
|
3432
|
-
createdAt: Date;
|
|
3433
|
-
updatedAt: Date;
|
|
3434
|
-
fullName: string | null;
|
|
3435
|
-
mobile: string | null;
|
|
3436
|
-
email: string;
|
|
3437
|
-
syncedAt: Date;
|
|
3438
|
-
} | null | undefined;
|
|
3439
3428
|
buyerName?: string | null | undefined;
|
|
3440
3429
|
project?: {
|
|
3441
3430
|
type: string;
|
|
@@ -3459,6 +3448,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3459
3448
|
companyName: string | null;
|
|
3460
3449
|
} | null | undefined;
|
|
3461
3450
|
} | null | undefined;
|
|
3451
|
+
customer?: {
|
|
3452
|
+
status: string;
|
|
3453
|
+
id: string;
|
|
3454
|
+
isArchived: boolean;
|
|
3455
|
+
createdAt: Date;
|
|
3456
|
+
updatedAt: Date;
|
|
3457
|
+
fullName: string | null;
|
|
3458
|
+
mobile: string | null;
|
|
3459
|
+
email: string;
|
|
3460
|
+
syncedAt: Date;
|
|
3461
|
+
} | null | undefined;
|
|
3462
3462
|
} | null | undefined;
|
|
3463
3463
|
} & {
|
|
3464
3464
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -3519,17 +3519,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3519
3519
|
mtaId: string;
|
|
3520
3520
|
mtaBalanceCents: number | bigint;
|
|
3521
3521
|
cmaBalanceCents: number | bigint;
|
|
3522
|
-
customer?: {
|
|
3523
|
-
status: string;
|
|
3524
|
-
id: string;
|
|
3525
|
-
isArchived: boolean;
|
|
3526
|
-
createdAt: Date;
|
|
3527
|
-
updatedAt: Date;
|
|
3528
|
-
fullName: string | null;
|
|
3529
|
-
mobile: string | null;
|
|
3530
|
-
email: string;
|
|
3531
|
-
syncedAt: Date;
|
|
3532
|
-
} | null | undefined;
|
|
3533
3522
|
buyerName?: string | null | undefined;
|
|
3534
3523
|
project?: {
|
|
3535
3524
|
type: string;
|
|
@@ -3553,6 +3542,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3553
3542
|
companyName: string | null;
|
|
3554
3543
|
} | null | undefined;
|
|
3555
3544
|
} | null | undefined;
|
|
3545
|
+
customer?: {
|
|
3546
|
+
status: string;
|
|
3547
|
+
id: string;
|
|
3548
|
+
isArchived: boolean;
|
|
3549
|
+
createdAt: Date;
|
|
3550
|
+
updatedAt: Date;
|
|
3551
|
+
fullName: string | null;
|
|
3552
|
+
mobile: string | null;
|
|
3553
|
+
email: string;
|
|
3554
|
+
syncedAt: Date;
|
|
3555
|
+
} | null | undefined;
|
|
3556
3556
|
} | null | undefined;
|
|
3557
3557
|
} & any) | null | undefined;
|
|
3558
3558
|
subsequentTransactions?: ({
|
|
@@ -3612,17 +3612,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3612
3612
|
mtaId: string;
|
|
3613
3613
|
mtaBalanceCents: number | bigint;
|
|
3614
3614
|
cmaBalanceCents: number | bigint;
|
|
3615
|
-
customer?: {
|
|
3616
|
-
status: string;
|
|
3617
|
-
id: string;
|
|
3618
|
-
isArchived: boolean;
|
|
3619
|
-
createdAt: Date;
|
|
3620
|
-
updatedAt: Date;
|
|
3621
|
-
fullName: string | null;
|
|
3622
|
-
mobile: string | null;
|
|
3623
|
-
email: string;
|
|
3624
|
-
syncedAt: Date;
|
|
3625
|
-
} | null | undefined;
|
|
3626
3615
|
buyerName?: string | null | undefined;
|
|
3627
3616
|
project?: {
|
|
3628
3617
|
type: string;
|
|
@@ -3646,6 +3635,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3646
3635
|
companyName: string | null;
|
|
3647
3636
|
} | null | undefined;
|
|
3648
3637
|
} | null | undefined;
|
|
3638
|
+
customer?: {
|
|
3639
|
+
status: string;
|
|
3640
|
+
id: string;
|
|
3641
|
+
isArchived: boolean;
|
|
3642
|
+
createdAt: Date;
|
|
3643
|
+
updatedAt: Date;
|
|
3644
|
+
fullName: string | null;
|
|
3645
|
+
mobile: string | null;
|
|
3646
|
+
email: string;
|
|
3647
|
+
syncedAt: Date;
|
|
3648
|
+
} | null | undefined;
|
|
3649
3649
|
} | null | undefined;
|
|
3650
3650
|
} & any)[] | null | undefined;
|
|
3651
3651
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|