@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
|
@@ -333,17 +333,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
333
333
|
mtaId: string;
|
|
334
334
|
mtaBalanceCents: number | bigint;
|
|
335
335
|
cmaBalanceCents: number | bigint;
|
|
336
|
-
customer?: {
|
|
337
|
-
status: string;
|
|
338
|
-
id: string;
|
|
339
|
-
isArchived: boolean;
|
|
340
|
-
createdAt: Date;
|
|
341
|
-
updatedAt: Date;
|
|
342
|
-
fullName: string | null;
|
|
343
|
-
mobile: string | null;
|
|
344
|
-
email: string;
|
|
345
|
-
syncedAt: Date;
|
|
346
|
-
} | null | undefined;
|
|
347
336
|
buyerName?: string | null | undefined;
|
|
348
337
|
project?: {
|
|
349
338
|
type: string;
|
|
@@ -367,6 +356,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
367
356
|
companyName: string | null;
|
|
368
357
|
} | null | undefined;
|
|
369
358
|
} | null | undefined;
|
|
359
|
+
customer?: {
|
|
360
|
+
status: string;
|
|
361
|
+
id: string;
|
|
362
|
+
isArchived: boolean;
|
|
363
|
+
createdAt: Date;
|
|
364
|
+
updatedAt: Date;
|
|
365
|
+
fullName: string | null;
|
|
366
|
+
mobile: string | null;
|
|
367
|
+
email: string;
|
|
368
|
+
syncedAt: Date;
|
|
369
|
+
} | null | undefined;
|
|
370
370
|
} | null | undefined;
|
|
371
371
|
} & {
|
|
372
372
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -426,17 +426,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
426
426
|
mtaId: string;
|
|
427
427
|
mtaBalanceCents: number | bigint;
|
|
428
428
|
cmaBalanceCents: number | bigint;
|
|
429
|
-
customer?: {
|
|
430
|
-
status: string;
|
|
431
|
-
id: string;
|
|
432
|
-
isArchived: boolean;
|
|
433
|
-
createdAt: Date;
|
|
434
|
-
updatedAt: Date;
|
|
435
|
-
fullName: string | null;
|
|
436
|
-
mobile: string | null;
|
|
437
|
-
email: string;
|
|
438
|
-
syncedAt: Date;
|
|
439
|
-
} | null | undefined;
|
|
440
429
|
buyerName?: string | null | undefined;
|
|
441
430
|
project?: {
|
|
442
431
|
type: string;
|
|
@@ -460,6 +449,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
460
449
|
companyName: string | null;
|
|
461
450
|
} | null | undefined;
|
|
462
451
|
} | null | undefined;
|
|
452
|
+
customer?: {
|
|
453
|
+
status: string;
|
|
454
|
+
id: string;
|
|
455
|
+
isArchived: boolean;
|
|
456
|
+
createdAt: Date;
|
|
457
|
+
updatedAt: Date;
|
|
458
|
+
fullName: string | null;
|
|
459
|
+
mobile: string | null;
|
|
460
|
+
email: string;
|
|
461
|
+
syncedAt: Date;
|
|
462
|
+
} | null | undefined;
|
|
463
463
|
} | null | undefined;
|
|
464
464
|
} & any, "cma"> | null | undefined;
|
|
465
465
|
subsequentTransactions?: Omit<{
|
|
@@ -518,17 +518,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
518
518
|
mtaId: string;
|
|
519
519
|
mtaBalanceCents: number | bigint;
|
|
520
520
|
cmaBalanceCents: number | bigint;
|
|
521
|
-
customer?: {
|
|
522
|
-
status: string;
|
|
523
|
-
id: string;
|
|
524
|
-
isArchived: boolean;
|
|
525
|
-
createdAt: Date;
|
|
526
|
-
updatedAt: Date;
|
|
527
|
-
fullName: string | null;
|
|
528
|
-
mobile: string | null;
|
|
529
|
-
email: string;
|
|
530
|
-
syncedAt: Date;
|
|
531
|
-
} | null | undefined;
|
|
532
521
|
buyerName?: string | null | undefined;
|
|
533
522
|
project?: {
|
|
534
523
|
type: string;
|
|
@@ -552,6 +541,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
552
541
|
companyName: string | null;
|
|
553
542
|
} | null | undefined;
|
|
554
543
|
} | null | undefined;
|
|
544
|
+
customer?: {
|
|
545
|
+
status: string;
|
|
546
|
+
id: string;
|
|
547
|
+
isArchived: boolean;
|
|
548
|
+
createdAt: Date;
|
|
549
|
+
updatedAt: Date;
|
|
550
|
+
fullName: string | null;
|
|
551
|
+
mobile: string | null;
|
|
552
|
+
email: string;
|
|
553
|
+
syncedAt: Date;
|
|
554
|
+
} | null | undefined;
|
|
555
555
|
} | null | undefined;
|
|
556
556
|
} & any, "cma">[] | null | undefined;
|
|
557
557
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -618,17 +618,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
618
618
|
mtaId: string;
|
|
619
619
|
mtaBalanceCents: number | bigint;
|
|
620
620
|
cmaBalanceCents: number | bigint;
|
|
621
|
-
customer?: {
|
|
622
|
-
status: string;
|
|
623
|
-
id: string;
|
|
624
|
-
isArchived: boolean;
|
|
625
|
-
createdAt: Date;
|
|
626
|
-
updatedAt: Date;
|
|
627
|
-
fullName: string | null;
|
|
628
|
-
mobile: string | null;
|
|
629
|
-
email: string;
|
|
630
|
-
syncedAt: Date;
|
|
631
|
-
} | null | undefined;
|
|
632
621
|
buyerName?: string | null | undefined;
|
|
633
622
|
project?: {
|
|
634
623
|
type: string;
|
|
@@ -652,6 +641,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
652
641
|
companyName: string | null;
|
|
653
642
|
} | null | undefined;
|
|
654
643
|
} | null | undefined;
|
|
644
|
+
customer?: {
|
|
645
|
+
status: string;
|
|
646
|
+
id: string;
|
|
647
|
+
isArchived: boolean;
|
|
648
|
+
createdAt: Date;
|
|
649
|
+
updatedAt: Date;
|
|
650
|
+
fullName: string | null;
|
|
651
|
+
mobile: string | null;
|
|
652
|
+
email: string;
|
|
653
|
+
syncedAt: Date;
|
|
654
|
+
} | null | undefined;
|
|
655
655
|
} | null | undefined;
|
|
656
656
|
} & {
|
|
657
657
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -711,17 +711,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
711
711
|
mtaId: string;
|
|
712
712
|
mtaBalanceCents: number | bigint;
|
|
713
713
|
cmaBalanceCents: number | bigint;
|
|
714
|
-
customer?: {
|
|
715
|
-
status: string;
|
|
716
|
-
id: string;
|
|
717
|
-
isArchived: boolean;
|
|
718
|
-
createdAt: Date;
|
|
719
|
-
updatedAt: Date;
|
|
720
|
-
fullName: string | null;
|
|
721
|
-
mobile: string | null;
|
|
722
|
-
email: string;
|
|
723
|
-
syncedAt: Date;
|
|
724
|
-
} | null | undefined;
|
|
725
714
|
buyerName?: string | null | undefined;
|
|
726
715
|
project?: {
|
|
727
716
|
type: string;
|
|
@@ -745,6 +734,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
745
734
|
companyName: string | null;
|
|
746
735
|
} | null | undefined;
|
|
747
736
|
} | null | undefined;
|
|
737
|
+
customer?: {
|
|
738
|
+
status: string;
|
|
739
|
+
id: string;
|
|
740
|
+
isArchived: boolean;
|
|
741
|
+
createdAt: Date;
|
|
742
|
+
updatedAt: Date;
|
|
743
|
+
fullName: string | null;
|
|
744
|
+
mobile: string | null;
|
|
745
|
+
email: string;
|
|
746
|
+
syncedAt: Date;
|
|
747
|
+
} | null | undefined;
|
|
748
748
|
} | null | undefined;
|
|
749
749
|
} & any) | null | undefined;
|
|
750
750
|
subsequentTransactions?: ({
|
|
@@ -803,17 +803,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
803
803
|
mtaId: string;
|
|
804
804
|
mtaBalanceCents: number | bigint;
|
|
805
805
|
cmaBalanceCents: number | bigint;
|
|
806
|
-
customer?: {
|
|
807
|
-
status: string;
|
|
808
|
-
id: string;
|
|
809
|
-
isArchived: boolean;
|
|
810
|
-
createdAt: Date;
|
|
811
|
-
updatedAt: Date;
|
|
812
|
-
fullName: string | null;
|
|
813
|
-
mobile: string | null;
|
|
814
|
-
email: string;
|
|
815
|
-
syncedAt: Date;
|
|
816
|
-
} | null | undefined;
|
|
817
806
|
buyerName?: string | null | undefined;
|
|
818
807
|
project?: {
|
|
819
808
|
type: string;
|
|
@@ -837,13 +826,24 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
837
826
|
companyName: string | null;
|
|
838
827
|
} | null | undefined;
|
|
839
828
|
} | null | undefined;
|
|
829
|
+
customer?: {
|
|
830
|
+
status: string;
|
|
831
|
+
id: string;
|
|
832
|
+
isArchived: boolean;
|
|
833
|
+
createdAt: Date;
|
|
834
|
+
updatedAt: Date;
|
|
835
|
+
fullName: string | null;
|
|
836
|
+
mobile: string | null;
|
|
837
|
+
email: string;
|
|
838
|
+
syncedAt: Date;
|
|
839
|
+
} | null | undefined;
|
|
840
840
|
} | null | undefined;
|
|
841
841
|
} & any)[] | null | undefined;
|
|
842
842
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
843
843
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
844
844
|
}>, "many">>>;
|
|
845
845
|
mtaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
846
|
-
status:
|
|
846
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
847
847
|
id: string;
|
|
848
848
|
propertyId: string | null;
|
|
849
849
|
balanceCents: number;
|
|
@@ -899,17 +899,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
899
899
|
mtaId: string;
|
|
900
900
|
mtaBalanceCents: number | bigint;
|
|
901
901
|
cmaBalanceCents: number | bigint;
|
|
902
|
-
customer?: {
|
|
903
|
-
status: string;
|
|
904
|
-
id: string;
|
|
905
|
-
isArchived: boolean;
|
|
906
|
-
createdAt: Date;
|
|
907
|
-
updatedAt: Date;
|
|
908
|
-
fullName: string | null;
|
|
909
|
-
mobile: string | null;
|
|
910
|
-
email: string;
|
|
911
|
-
syncedAt: Date;
|
|
912
|
-
} | null | undefined;
|
|
913
902
|
buyerName?: string | null | undefined;
|
|
914
903
|
project?: {
|
|
915
904
|
type: string;
|
|
@@ -933,11 +922,22 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
933
922
|
companyName: string | null;
|
|
934
923
|
} | null | undefined;
|
|
935
924
|
} | null | undefined;
|
|
925
|
+
customer?: {
|
|
926
|
+
status: string;
|
|
927
|
+
id: string;
|
|
928
|
+
isArchived: boolean;
|
|
929
|
+
createdAt: Date;
|
|
930
|
+
updatedAt: Date;
|
|
931
|
+
fullName: string | null;
|
|
932
|
+
mobile: string | null;
|
|
933
|
+
email: string;
|
|
934
|
+
syncedAt: Date;
|
|
935
|
+
} | null | undefined;
|
|
936
936
|
} | null | undefined;
|
|
937
937
|
} & {
|
|
938
938
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
939
939
|
sourceTransaction?: ({
|
|
940
|
-
status:
|
|
940
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
941
941
|
id: string;
|
|
942
942
|
propertyId: string | null;
|
|
943
943
|
balanceCents: number;
|
|
@@ -993,17 +993,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
993
993
|
mtaId: string;
|
|
994
994
|
mtaBalanceCents: number | bigint;
|
|
995
995
|
cmaBalanceCents: number | bigint;
|
|
996
|
-
customer?: {
|
|
997
|
-
status: string;
|
|
998
|
-
id: string;
|
|
999
|
-
isArchived: boolean;
|
|
1000
|
-
createdAt: Date;
|
|
1001
|
-
updatedAt: Date;
|
|
1002
|
-
fullName: string | null;
|
|
1003
|
-
mobile: string | null;
|
|
1004
|
-
email: string;
|
|
1005
|
-
syncedAt: Date;
|
|
1006
|
-
} | null | undefined;
|
|
1007
996
|
buyerName?: string | null | undefined;
|
|
1008
997
|
project?: {
|
|
1009
998
|
type: string;
|
|
@@ -1027,10 +1016,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1027
1016
|
companyName: string | null;
|
|
1028
1017
|
} | null | undefined;
|
|
1029
1018
|
} | null | undefined;
|
|
1019
|
+
customer?: {
|
|
1020
|
+
status: string;
|
|
1021
|
+
id: string;
|
|
1022
|
+
isArchived: boolean;
|
|
1023
|
+
createdAt: Date;
|
|
1024
|
+
updatedAt: Date;
|
|
1025
|
+
fullName: string | null;
|
|
1026
|
+
mobile: string | null;
|
|
1027
|
+
email: string;
|
|
1028
|
+
syncedAt: Date;
|
|
1029
|
+
} | null | undefined;
|
|
1030
1030
|
} | null | undefined;
|
|
1031
1031
|
} & any) | null | undefined;
|
|
1032
1032
|
subsequentTransactions?: ({
|
|
1033
|
-
status:
|
|
1033
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1034
1034
|
id: string;
|
|
1035
1035
|
propertyId: string | null;
|
|
1036
1036
|
balanceCents: number;
|
|
@@ -1086,17 +1086,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1086
1086
|
mtaId: string;
|
|
1087
1087
|
mtaBalanceCents: number | bigint;
|
|
1088
1088
|
cmaBalanceCents: number | bigint;
|
|
1089
|
-
customer?: {
|
|
1090
|
-
status: string;
|
|
1091
|
-
id: string;
|
|
1092
|
-
isArchived: boolean;
|
|
1093
|
-
createdAt: Date;
|
|
1094
|
-
updatedAt: Date;
|
|
1095
|
-
fullName: string | null;
|
|
1096
|
-
mobile: string | null;
|
|
1097
|
-
email: string;
|
|
1098
|
-
syncedAt: Date;
|
|
1099
|
-
} | null | undefined;
|
|
1100
1089
|
buyerName?: string | null | undefined;
|
|
1101
1090
|
project?: {
|
|
1102
1091
|
type: string;
|
|
@@ -1120,6 +1109,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1120
1109
|
companyName: string | null;
|
|
1121
1110
|
} | null | undefined;
|
|
1122
1111
|
} | null | undefined;
|
|
1112
|
+
customer?: {
|
|
1113
|
+
status: string;
|
|
1114
|
+
id: string;
|
|
1115
|
+
isArchived: boolean;
|
|
1116
|
+
createdAt: Date;
|
|
1117
|
+
updatedAt: Date;
|
|
1118
|
+
fullName: string | null;
|
|
1119
|
+
mobile: string | null;
|
|
1120
|
+
email: string;
|
|
1121
|
+
syncedAt: Date;
|
|
1122
|
+
} | null | undefined;
|
|
1123
1123
|
} | null | undefined;
|
|
1124
1124
|
} & any)[] | null | undefined;
|
|
1125
1125
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1189,17 +1189,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1189
1189
|
mtaId: string;
|
|
1190
1190
|
mtaBalanceCents: number | bigint;
|
|
1191
1191
|
cmaBalanceCents: number | bigint;
|
|
1192
|
-
customer?: {
|
|
1193
|
-
status: string;
|
|
1194
|
-
id: string;
|
|
1195
|
-
isArchived: boolean;
|
|
1196
|
-
createdAt: Date;
|
|
1197
|
-
updatedAt: Date;
|
|
1198
|
-
fullName: string | null;
|
|
1199
|
-
mobile: string | null;
|
|
1200
|
-
email: string;
|
|
1201
|
-
syncedAt: Date;
|
|
1202
|
-
} | null | undefined;
|
|
1203
1192
|
buyerName?: string | null | undefined;
|
|
1204
1193
|
project?: {
|
|
1205
1194
|
type: string;
|
|
@@ -1223,6 +1212,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1223
1212
|
companyName: string | null;
|
|
1224
1213
|
} | null | undefined;
|
|
1225
1214
|
} | null | undefined;
|
|
1215
|
+
customer?: {
|
|
1216
|
+
status: string;
|
|
1217
|
+
id: string;
|
|
1218
|
+
isArchived: boolean;
|
|
1219
|
+
createdAt: Date;
|
|
1220
|
+
updatedAt: Date;
|
|
1221
|
+
fullName: string | null;
|
|
1222
|
+
mobile: string | null;
|
|
1223
|
+
email: string;
|
|
1224
|
+
syncedAt: Date;
|
|
1225
|
+
} | null | undefined;
|
|
1226
1226
|
} | null | undefined;
|
|
1227
1227
|
} & {
|
|
1228
1228
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
@@ -1283,17 +1283,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1283
1283
|
mtaId: string;
|
|
1284
1284
|
mtaBalanceCents: number | bigint;
|
|
1285
1285
|
cmaBalanceCents: number | bigint;
|
|
1286
|
-
customer?: {
|
|
1287
|
-
status: string;
|
|
1288
|
-
id: string;
|
|
1289
|
-
isArchived: boolean;
|
|
1290
|
-
createdAt: Date;
|
|
1291
|
-
updatedAt: Date;
|
|
1292
|
-
fullName: string | null;
|
|
1293
|
-
mobile: string | null;
|
|
1294
|
-
email: string;
|
|
1295
|
-
syncedAt: Date;
|
|
1296
|
-
} | null | undefined;
|
|
1297
1286
|
buyerName?: string | null | undefined;
|
|
1298
1287
|
project?: {
|
|
1299
1288
|
type: string;
|
|
@@ -1317,6 +1306,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1317
1306
|
companyName: string | null;
|
|
1318
1307
|
} | null | undefined;
|
|
1319
1308
|
} | null | undefined;
|
|
1309
|
+
customer?: {
|
|
1310
|
+
status: string;
|
|
1311
|
+
id: string;
|
|
1312
|
+
isArchived: boolean;
|
|
1313
|
+
createdAt: Date;
|
|
1314
|
+
updatedAt: Date;
|
|
1315
|
+
fullName: string | null;
|
|
1316
|
+
mobile: string | null;
|
|
1317
|
+
email: string;
|
|
1318
|
+
syncedAt: Date;
|
|
1319
|
+
} | null | undefined;
|
|
1320
1320
|
} | null | undefined;
|
|
1321
1321
|
} & any) | null | undefined;
|
|
1322
1322
|
subsequentTransactions?: ({
|
|
@@ -1376,17 +1376,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1376
1376
|
mtaId: string;
|
|
1377
1377
|
mtaBalanceCents: number | bigint;
|
|
1378
1378
|
cmaBalanceCents: number | bigint;
|
|
1379
|
-
customer?: {
|
|
1380
|
-
status: string;
|
|
1381
|
-
id: string;
|
|
1382
|
-
isArchived: boolean;
|
|
1383
|
-
createdAt: Date;
|
|
1384
|
-
updatedAt: Date;
|
|
1385
|
-
fullName: string | null;
|
|
1386
|
-
mobile: string | null;
|
|
1387
|
-
email: string;
|
|
1388
|
-
syncedAt: Date;
|
|
1389
|
-
} | null | undefined;
|
|
1390
1379
|
buyerName?: string | null | undefined;
|
|
1391
1380
|
project?: {
|
|
1392
1381
|
type: string;
|
|
@@ -1410,6 +1399,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1410
1399
|
companyName: string | null;
|
|
1411
1400
|
} | null | undefined;
|
|
1412
1401
|
} | null | undefined;
|
|
1402
|
+
customer?: {
|
|
1403
|
+
status: string;
|
|
1404
|
+
id: string;
|
|
1405
|
+
isArchived: boolean;
|
|
1406
|
+
createdAt: Date;
|
|
1407
|
+
updatedAt: Date;
|
|
1408
|
+
fullName: string | null;
|
|
1409
|
+
mobile: string | null;
|
|
1410
|
+
email: string;
|
|
1411
|
+
syncedAt: Date;
|
|
1412
|
+
} | null | undefined;
|
|
1413
1413
|
} | null | undefined;
|
|
1414
1414
|
} & any)[] | null | undefined;
|
|
1415
1415
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1471,17 +1471,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1471
1471
|
currentPayoutSeq: number;
|
|
1472
1472
|
subsidiaryId: string;
|
|
1473
1473
|
} | null | undefined;
|
|
1474
|
-
customer?: {
|
|
1475
|
-
status: string;
|
|
1476
|
-
id: string;
|
|
1477
|
-
isArchived: boolean;
|
|
1478
|
-
createdAt: Date;
|
|
1479
|
-
updatedAt: Date;
|
|
1480
|
-
fullName: string | null;
|
|
1481
|
-
mobile: string | null;
|
|
1482
|
-
email: string;
|
|
1483
|
-
syncedAt: Date;
|
|
1484
|
-
} | null | undefined;
|
|
1485
1474
|
buyerName?: string | null | undefined;
|
|
1486
1475
|
project?: {
|
|
1487
1476
|
type: string;
|
|
@@ -1505,6 +1494,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1505
1494
|
companyName: string | null;
|
|
1506
1495
|
} | null | undefined;
|
|
1507
1496
|
} | null | undefined;
|
|
1497
|
+
customer?: {
|
|
1498
|
+
status: string;
|
|
1499
|
+
id: string;
|
|
1500
|
+
isArchived: boolean;
|
|
1501
|
+
createdAt: Date;
|
|
1502
|
+
updatedAt: Date;
|
|
1503
|
+
fullName: string | null;
|
|
1504
|
+
mobile: string | null;
|
|
1505
|
+
email: string;
|
|
1506
|
+
syncedAt: Date;
|
|
1507
|
+
} | null | undefined;
|
|
1508
1508
|
cmaTransactions?: ({
|
|
1509
1509
|
status: "clearing" | "cleared" | "reconciled";
|
|
1510
1510
|
id: string;
|
|
@@ -1561,17 +1561,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1561
1561
|
mtaId: string;
|
|
1562
1562
|
mtaBalanceCents: number | bigint;
|
|
1563
1563
|
cmaBalanceCents: number | bigint;
|
|
1564
|
-
customer?: {
|
|
1565
|
-
status: string;
|
|
1566
|
-
id: string;
|
|
1567
|
-
isArchived: boolean;
|
|
1568
|
-
createdAt: Date;
|
|
1569
|
-
updatedAt: Date;
|
|
1570
|
-
fullName: string | null;
|
|
1571
|
-
mobile: string | null;
|
|
1572
|
-
email: string;
|
|
1573
|
-
syncedAt: Date;
|
|
1574
|
-
} | null | undefined;
|
|
1575
1564
|
buyerName?: string | null | undefined;
|
|
1576
1565
|
project?: {
|
|
1577
1566
|
type: string;
|
|
@@ -1595,6 +1584,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1595
1584
|
companyName: string | null;
|
|
1596
1585
|
} | null | undefined;
|
|
1597
1586
|
} | null | undefined;
|
|
1587
|
+
customer?: {
|
|
1588
|
+
status: string;
|
|
1589
|
+
id: string;
|
|
1590
|
+
isArchived: boolean;
|
|
1591
|
+
createdAt: Date;
|
|
1592
|
+
updatedAt: Date;
|
|
1593
|
+
fullName: string | null;
|
|
1594
|
+
mobile: string | null;
|
|
1595
|
+
email: string;
|
|
1596
|
+
syncedAt: Date;
|
|
1597
|
+
} | null | undefined;
|
|
1598
1598
|
} | null | undefined;
|
|
1599
1599
|
} & {
|
|
1600
1600
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -1654,17 +1654,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1654
1654
|
mtaId: string;
|
|
1655
1655
|
mtaBalanceCents: number | bigint;
|
|
1656
1656
|
cmaBalanceCents: number | bigint;
|
|
1657
|
-
customer?: {
|
|
1658
|
-
status: string;
|
|
1659
|
-
id: string;
|
|
1660
|
-
isArchived: boolean;
|
|
1661
|
-
createdAt: Date;
|
|
1662
|
-
updatedAt: Date;
|
|
1663
|
-
fullName: string | null;
|
|
1664
|
-
mobile: string | null;
|
|
1665
|
-
email: string;
|
|
1666
|
-
syncedAt: Date;
|
|
1667
|
-
} | null | undefined;
|
|
1668
1657
|
buyerName?: string | null | undefined;
|
|
1669
1658
|
project?: {
|
|
1670
1659
|
type: string;
|
|
@@ -1688,6 +1677,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1688
1677
|
companyName: string | null;
|
|
1689
1678
|
} | null | undefined;
|
|
1690
1679
|
} | null | undefined;
|
|
1680
|
+
customer?: {
|
|
1681
|
+
status: string;
|
|
1682
|
+
id: string;
|
|
1683
|
+
isArchived: boolean;
|
|
1684
|
+
createdAt: Date;
|
|
1685
|
+
updatedAt: Date;
|
|
1686
|
+
fullName: string | null;
|
|
1687
|
+
mobile: string | null;
|
|
1688
|
+
email: string;
|
|
1689
|
+
syncedAt: Date;
|
|
1690
|
+
} | null | undefined;
|
|
1691
1691
|
} | null | undefined;
|
|
1692
1692
|
} & any, "cma"> | null | undefined;
|
|
1693
1693
|
subsequentTransactions?: Omit<{
|
|
@@ -1746,17 +1746,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1746
1746
|
mtaId: string;
|
|
1747
1747
|
mtaBalanceCents: number | bigint;
|
|
1748
1748
|
cmaBalanceCents: number | bigint;
|
|
1749
|
-
customer?: {
|
|
1750
|
-
status: string;
|
|
1751
|
-
id: string;
|
|
1752
|
-
isArchived: boolean;
|
|
1753
|
-
createdAt: Date;
|
|
1754
|
-
updatedAt: Date;
|
|
1755
|
-
fullName: string | null;
|
|
1756
|
-
mobile: string | null;
|
|
1757
|
-
email: string;
|
|
1758
|
-
syncedAt: Date;
|
|
1759
|
-
} | null | undefined;
|
|
1760
1749
|
buyerName?: string | null | undefined;
|
|
1761
1750
|
project?: {
|
|
1762
1751
|
type: string;
|
|
@@ -1780,6 +1769,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1780
1769
|
companyName: string | null;
|
|
1781
1770
|
} | null | undefined;
|
|
1782
1771
|
} | null | undefined;
|
|
1772
|
+
customer?: {
|
|
1773
|
+
status: string;
|
|
1774
|
+
id: string;
|
|
1775
|
+
isArchived: boolean;
|
|
1776
|
+
createdAt: Date;
|
|
1777
|
+
updatedAt: Date;
|
|
1778
|
+
fullName: string | null;
|
|
1779
|
+
mobile: string | null;
|
|
1780
|
+
email: string;
|
|
1781
|
+
syncedAt: Date;
|
|
1782
|
+
} | null | undefined;
|
|
1783
1783
|
} | null | undefined;
|
|
1784
1784
|
} & any, "cma">[] | null | undefined;
|
|
1785
1785
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1792,7 +1792,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1792
1792
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1793
1793
|
})[] | null | undefined;
|
|
1794
1794
|
mtaTransactions?: ({
|
|
1795
|
-
status:
|
|
1795
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1796
1796
|
id: string;
|
|
1797
1797
|
propertyId: string | null;
|
|
1798
1798
|
balanceCents: number;
|
|
@@ -1848,17 +1848,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1848
1848
|
mtaId: string;
|
|
1849
1849
|
mtaBalanceCents: number | bigint;
|
|
1850
1850
|
cmaBalanceCents: number | bigint;
|
|
1851
|
-
customer?: {
|
|
1852
|
-
status: string;
|
|
1853
|
-
id: string;
|
|
1854
|
-
isArchived: boolean;
|
|
1855
|
-
createdAt: Date;
|
|
1856
|
-
updatedAt: Date;
|
|
1857
|
-
fullName: string | null;
|
|
1858
|
-
mobile: string | null;
|
|
1859
|
-
email: string;
|
|
1860
|
-
syncedAt: Date;
|
|
1861
|
-
} | null | undefined;
|
|
1862
1851
|
buyerName?: string | null | undefined;
|
|
1863
1852
|
project?: {
|
|
1864
1853
|
type: string;
|
|
@@ -1882,11 +1871,22 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1882
1871
|
companyName: string | null;
|
|
1883
1872
|
} | null | undefined;
|
|
1884
1873
|
} | null | undefined;
|
|
1874
|
+
customer?: {
|
|
1875
|
+
status: string;
|
|
1876
|
+
id: string;
|
|
1877
|
+
isArchived: boolean;
|
|
1878
|
+
createdAt: Date;
|
|
1879
|
+
updatedAt: Date;
|
|
1880
|
+
fullName: string | null;
|
|
1881
|
+
mobile: string | null;
|
|
1882
|
+
email: string;
|
|
1883
|
+
syncedAt: Date;
|
|
1884
|
+
} | null | undefined;
|
|
1885
1885
|
} | null | undefined;
|
|
1886
1886
|
} & {
|
|
1887
1887
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
1888
1888
|
sourceTransaction?: ({
|
|
1889
|
-
status:
|
|
1889
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1890
1890
|
id: string;
|
|
1891
1891
|
propertyId: string | null;
|
|
1892
1892
|
balanceCents: number;
|
|
@@ -1942,17 +1942,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1942
1942
|
mtaId: string;
|
|
1943
1943
|
mtaBalanceCents: number | bigint;
|
|
1944
1944
|
cmaBalanceCents: number | bigint;
|
|
1945
|
-
customer?: {
|
|
1946
|
-
status: string;
|
|
1947
|
-
id: string;
|
|
1948
|
-
isArchived: boolean;
|
|
1949
|
-
createdAt: Date;
|
|
1950
|
-
updatedAt: Date;
|
|
1951
|
-
fullName: string | null;
|
|
1952
|
-
mobile: string | null;
|
|
1953
|
-
email: string;
|
|
1954
|
-
syncedAt: Date;
|
|
1955
|
-
} | null | undefined;
|
|
1956
1945
|
buyerName?: string | null | undefined;
|
|
1957
1946
|
project?: {
|
|
1958
1947
|
type: string;
|
|
@@ -1976,10 +1965,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1976
1965
|
companyName: string | null;
|
|
1977
1966
|
} | null | undefined;
|
|
1978
1967
|
} | null | undefined;
|
|
1968
|
+
customer?: {
|
|
1969
|
+
status: string;
|
|
1970
|
+
id: string;
|
|
1971
|
+
isArchived: boolean;
|
|
1972
|
+
createdAt: Date;
|
|
1973
|
+
updatedAt: Date;
|
|
1974
|
+
fullName: string | null;
|
|
1975
|
+
mobile: string | null;
|
|
1976
|
+
email: string;
|
|
1977
|
+
syncedAt: Date;
|
|
1978
|
+
} | null | undefined;
|
|
1979
1979
|
} | null | undefined;
|
|
1980
1980
|
} & any) | null | undefined;
|
|
1981
1981
|
subsequentTransactions?: ({
|
|
1982
|
-
status:
|
|
1982
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1983
1983
|
id: string;
|
|
1984
1984
|
propertyId: string | null;
|
|
1985
1985
|
balanceCents: number;
|
|
@@ -2035,17 +2035,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2035
2035
|
mtaId: string;
|
|
2036
2036
|
mtaBalanceCents: number | bigint;
|
|
2037
2037
|
cmaBalanceCents: number | bigint;
|
|
2038
|
-
customer?: {
|
|
2039
|
-
status: string;
|
|
2040
|
-
id: string;
|
|
2041
|
-
isArchived: boolean;
|
|
2042
|
-
createdAt: Date;
|
|
2043
|
-
updatedAt: Date;
|
|
2044
|
-
fullName: string | null;
|
|
2045
|
-
mobile: string | null;
|
|
2046
|
-
email: string;
|
|
2047
|
-
syncedAt: Date;
|
|
2048
|
-
} | null | undefined;
|
|
2049
2038
|
buyerName?: string | null | undefined;
|
|
2050
2039
|
project?: {
|
|
2051
2040
|
type: string;
|
|
@@ -2069,6 +2058,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2069
2058
|
companyName: string | null;
|
|
2070
2059
|
} | null | undefined;
|
|
2071
2060
|
} | null | undefined;
|
|
2061
|
+
customer?: {
|
|
2062
|
+
status: string;
|
|
2063
|
+
id: string;
|
|
2064
|
+
isArchived: boolean;
|
|
2065
|
+
createdAt: Date;
|
|
2066
|
+
updatedAt: Date;
|
|
2067
|
+
fullName: string | null;
|
|
2068
|
+
mobile: string | null;
|
|
2069
|
+
email: string;
|
|
2070
|
+
syncedAt: Date;
|
|
2071
|
+
} | null | undefined;
|
|
2072
2072
|
} | null | undefined;
|
|
2073
2073
|
} & any)[] | null | undefined;
|
|
2074
2074
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2139,17 +2139,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2139
2139
|
currentPayoutSeq: number;
|
|
2140
2140
|
subsidiaryId: string;
|
|
2141
2141
|
} | null | undefined;
|
|
2142
|
-
customer?: {
|
|
2143
|
-
status: string;
|
|
2144
|
-
id: string;
|
|
2145
|
-
isArchived: boolean;
|
|
2146
|
-
createdAt: Date;
|
|
2147
|
-
updatedAt: Date;
|
|
2148
|
-
fullName: string | null;
|
|
2149
|
-
mobile: string | null;
|
|
2150
|
-
email: string;
|
|
2151
|
-
syncedAt: Date;
|
|
2152
|
-
} | null | undefined;
|
|
2153
2142
|
buyerName?: string | null | undefined;
|
|
2154
2143
|
project?: {
|
|
2155
2144
|
type: string;
|
|
@@ -2173,6 +2162,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2173
2162
|
companyName: string | null;
|
|
2174
2163
|
} | null | undefined;
|
|
2175
2164
|
} | null | undefined;
|
|
2165
|
+
customer?: {
|
|
2166
|
+
status: string;
|
|
2167
|
+
id: string;
|
|
2168
|
+
isArchived: boolean;
|
|
2169
|
+
createdAt: Date;
|
|
2170
|
+
updatedAt: Date;
|
|
2171
|
+
fullName: string | null;
|
|
2172
|
+
mobile: string | null;
|
|
2173
|
+
email: string;
|
|
2174
|
+
syncedAt: Date;
|
|
2175
|
+
} | null | undefined;
|
|
2176
2176
|
cmaTransactions?: ({
|
|
2177
2177
|
status: string;
|
|
2178
2178
|
id: string;
|
|
@@ -2229,17 +2229,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2229
2229
|
mtaId: string;
|
|
2230
2230
|
mtaBalanceCents: number | bigint;
|
|
2231
2231
|
cmaBalanceCents: number | bigint;
|
|
2232
|
-
customer?: {
|
|
2233
|
-
status: string;
|
|
2234
|
-
id: string;
|
|
2235
|
-
isArchived: boolean;
|
|
2236
|
-
createdAt: Date;
|
|
2237
|
-
updatedAt: Date;
|
|
2238
|
-
fullName: string | null;
|
|
2239
|
-
mobile: string | null;
|
|
2240
|
-
email: string;
|
|
2241
|
-
syncedAt: Date;
|
|
2242
|
-
} | null | undefined;
|
|
2243
2232
|
buyerName?: string | null | undefined;
|
|
2244
2233
|
project?: {
|
|
2245
2234
|
type: string;
|
|
@@ -2263,6 +2252,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2263
2252
|
companyName: string | null;
|
|
2264
2253
|
} | null | undefined;
|
|
2265
2254
|
} | null | undefined;
|
|
2255
|
+
customer?: {
|
|
2256
|
+
status: string;
|
|
2257
|
+
id: string;
|
|
2258
|
+
isArchived: boolean;
|
|
2259
|
+
createdAt: Date;
|
|
2260
|
+
updatedAt: Date;
|
|
2261
|
+
fullName: string | null;
|
|
2262
|
+
mobile: string | null;
|
|
2263
|
+
email: string;
|
|
2264
|
+
syncedAt: Date;
|
|
2265
|
+
} | null | undefined;
|
|
2266
2266
|
} | null | undefined;
|
|
2267
2267
|
} & {
|
|
2268
2268
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -2322,17 +2322,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2322
2322
|
mtaId: string;
|
|
2323
2323
|
mtaBalanceCents: number | bigint;
|
|
2324
2324
|
cmaBalanceCents: number | bigint;
|
|
2325
|
-
customer?: {
|
|
2326
|
-
status: string;
|
|
2327
|
-
id: string;
|
|
2328
|
-
isArchived: boolean;
|
|
2329
|
-
createdAt: Date;
|
|
2330
|
-
updatedAt: Date;
|
|
2331
|
-
fullName: string | null;
|
|
2332
|
-
mobile: string | null;
|
|
2333
|
-
email: string;
|
|
2334
|
-
syncedAt: Date;
|
|
2335
|
-
} | null | undefined;
|
|
2336
2325
|
buyerName?: string | null | undefined;
|
|
2337
2326
|
project?: {
|
|
2338
2327
|
type: string;
|
|
@@ -2356,6 +2345,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2356
2345
|
companyName: string | null;
|
|
2357
2346
|
} | null | undefined;
|
|
2358
2347
|
} | null | undefined;
|
|
2348
|
+
customer?: {
|
|
2349
|
+
status: string;
|
|
2350
|
+
id: string;
|
|
2351
|
+
isArchived: boolean;
|
|
2352
|
+
createdAt: Date;
|
|
2353
|
+
updatedAt: Date;
|
|
2354
|
+
fullName: string | null;
|
|
2355
|
+
mobile: string | null;
|
|
2356
|
+
email: string;
|
|
2357
|
+
syncedAt: Date;
|
|
2358
|
+
} | null | undefined;
|
|
2359
2359
|
} | null | undefined;
|
|
2360
2360
|
} & any) | null | undefined;
|
|
2361
2361
|
subsequentTransactions?: ({
|
|
@@ -2414,17 +2414,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2414
2414
|
mtaId: string;
|
|
2415
2415
|
mtaBalanceCents: number | bigint;
|
|
2416
2416
|
cmaBalanceCents: number | bigint;
|
|
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
2417
|
buyerName?: string | null | undefined;
|
|
2429
2418
|
project?: {
|
|
2430
2419
|
type: string;
|
|
@@ -2448,6 +2437,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2448
2437
|
companyName: string | null;
|
|
2449
2438
|
} | null | undefined;
|
|
2450
2439
|
} | null | undefined;
|
|
2440
|
+
customer?: {
|
|
2441
|
+
status: string;
|
|
2442
|
+
id: string;
|
|
2443
|
+
isArchived: boolean;
|
|
2444
|
+
createdAt: Date;
|
|
2445
|
+
updatedAt: Date;
|
|
2446
|
+
fullName: string | null;
|
|
2447
|
+
mobile: string | null;
|
|
2448
|
+
email: string;
|
|
2449
|
+
syncedAt: Date;
|
|
2450
|
+
} | null | undefined;
|
|
2451
2451
|
} | null | undefined;
|
|
2452
2452
|
} & any)[] | null | undefined;
|
|
2453
2453
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2510,17 +2510,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2510
2510
|
mtaId: string;
|
|
2511
2511
|
mtaBalanceCents: number | bigint;
|
|
2512
2512
|
cmaBalanceCents: number | bigint;
|
|
2513
|
-
customer?: {
|
|
2514
|
-
status: string;
|
|
2515
|
-
id: string;
|
|
2516
|
-
isArchived: boolean;
|
|
2517
|
-
createdAt: Date;
|
|
2518
|
-
updatedAt: Date;
|
|
2519
|
-
fullName: string | null;
|
|
2520
|
-
mobile: string | null;
|
|
2521
|
-
email: string;
|
|
2522
|
-
syncedAt: Date;
|
|
2523
|
-
} | null | undefined;
|
|
2524
2513
|
buyerName?: string | null | undefined;
|
|
2525
2514
|
project?: {
|
|
2526
2515
|
type: string;
|
|
@@ -2544,6 +2533,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2544
2533
|
companyName: string | null;
|
|
2545
2534
|
} | null | undefined;
|
|
2546
2535
|
} | null | undefined;
|
|
2536
|
+
customer?: {
|
|
2537
|
+
status: string;
|
|
2538
|
+
id: string;
|
|
2539
|
+
isArchived: boolean;
|
|
2540
|
+
createdAt: Date;
|
|
2541
|
+
updatedAt: Date;
|
|
2542
|
+
fullName: string | null;
|
|
2543
|
+
mobile: string | null;
|
|
2544
|
+
email: string;
|
|
2545
|
+
syncedAt: Date;
|
|
2546
|
+
} | null | undefined;
|
|
2547
2547
|
} | null | undefined;
|
|
2548
2548
|
} & {
|
|
2549
2549
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
@@ -2604,17 +2604,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2604
2604
|
mtaId: string;
|
|
2605
2605
|
mtaBalanceCents: number | bigint;
|
|
2606
2606
|
cmaBalanceCents: number | bigint;
|
|
2607
|
-
customer?: {
|
|
2608
|
-
status: string;
|
|
2609
|
-
id: string;
|
|
2610
|
-
isArchived: boolean;
|
|
2611
|
-
createdAt: Date;
|
|
2612
|
-
updatedAt: Date;
|
|
2613
|
-
fullName: string | null;
|
|
2614
|
-
mobile: string | null;
|
|
2615
|
-
email: string;
|
|
2616
|
-
syncedAt: Date;
|
|
2617
|
-
} | null | undefined;
|
|
2618
2607
|
buyerName?: string | null | undefined;
|
|
2619
2608
|
project?: {
|
|
2620
2609
|
type: string;
|
|
@@ -2638,6 +2627,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2638
2627
|
companyName: string | null;
|
|
2639
2628
|
} | null | undefined;
|
|
2640
2629
|
} | null | undefined;
|
|
2630
|
+
customer?: {
|
|
2631
|
+
status: string;
|
|
2632
|
+
id: string;
|
|
2633
|
+
isArchived: boolean;
|
|
2634
|
+
createdAt: Date;
|
|
2635
|
+
updatedAt: Date;
|
|
2636
|
+
fullName: string | null;
|
|
2637
|
+
mobile: string | null;
|
|
2638
|
+
email: string;
|
|
2639
|
+
syncedAt: Date;
|
|
2640
|
+
} | null | undefined;
|
|
2641
2641
|
} | null | undefined;
|
|
2642
2642
|
} & any) | null | undefined;
|
|
2643
2643
|
subsequentTransactions?: ({
|
|
@@ -2697,17 +2697,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2697
2697
|
mtaId: string;
|
|
2698
2698
|
mtaBalanceCents: number | bigint;
|
|
2699
2699
|
cmaBalanceCents: number | bigint;
|
|
2700
|
-
customer?: {
|
|
2701
|
-
status: string;
|
|
2702
|
-
id: string;
|
|
2703
|
-
isArchived: boolean;
|
|
2704
|
-
createdAt: Date;
|
|
2705
|
-
updatedAt: Date;
|
|
2706
|
-
fullName: string | null;
|
|
2707
|
-
mobile: string | null;
|
|
2708
|
-
email: string;
|
|
2709
|
-
syncedAt: Date;
|
|
2710
|
-
} | null | undefined;
|
|
2711
2700
|
buyerName?: string | null | undefined;
|
|
2712
2701
|
project?: {
|
|
2713
2702
|
type: string;
|
|
@@ -2731,6 +2720,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2731
2720
|
companyName: string | null;
|
|
2732
2721
|
} | null | undefined;
|
|
2733
2722
|
} | null | undefined;
|
|
2723
|
+
customer?: {
|
|
2724
|
+
status: string;
|
|
2725
|
+
id: string;
|
|
2726
|
+
isArchived: boolean;
|
|
2727
|
+
createdAt: Date;
|
|
2728
|
+
updatedAt: Date;
|
|
2729
|
+
fullName: string | null;
|
|
2730
|
+
mobile: string | null;
|
|
2731
|
+
email: string;
|
|
2732
|
+
syncedAt: Date;
|
|
2733
|
+
} | null | undefined;
|
|
2734
2734
|
} | null | undefined;
|
|
2735
2735
|
} & any)[] | null | undefined;
|
|
2736
2736
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2876,17 +2876,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2876
2876
|
mtaId: string;
|
|
2877
2877
|
mtaBalanceCents: number | bigint;
|
|
2878
2878
|
cmaBalanceCents: number | bigint;
|
|
2879
|
-
customer?: {
|
|
2880
|
-
status: string;
|
|
2881
|
-
id: string;
|
|
2882
|
-
isArchived: boolean;
|
|
2883
|
-
createdAt: Date;
|
|
2884
|
-
updatedAt: Date;
|
|
2885
|
-
fullName: string | null;
|
|
2886
|
-
mobile: string | null;
|
|
2887
|
-
email: string;
|
|
2888
|
-
syncedAt: Date;
|
|
2889
|
-
} | null | undefined;
|
|
2890
2879
|
buyerName?: string | null | undefined;
|
|
2891
2880
|
project?: {
|
|
2892
2881
|
type: string;
|
|
@@ -2910,6 +2899,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2910
2899
|
companyName: string | null;
|
|
2911
2900
|
} | null | undefined;
|
|
2912
2901
|
} | null | undefined;
|
|
2902
|
+
customer?: {
|
|
2903
|
+
status: string;
|
|
2904
|
+
id: string;
|
|
2905
|
+
isArchived: boolean;
|
|
2906
|
+
createdAt: Date;
|
|
2907
|
+
updatedAt: Date;
|
|
2908
|
+
fullName: string | null;
|
|
2909
|
+
mobile: string | null;
|
|
2910
|
+
email: string;
|
|
2911
|
+
syncedAt: Date;
|
|
2912
|
+
} | null | undefined;
|
|
2913
2913
|
} | null | undefined;
|
|
2914
2914
|
} & {
|
|
2915
2915
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -2969,17 +2969,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2969
2969
|
mtaId: string;
|
|
2970
2970
|
mtaBalanceCents: number | bigint;
|
|
2971
2971
|
cmaBalanceCents: number | bigint;
|
|
2972
|
-
customer?: {
|
|
2973
|
-
status: string;
|
|
2974
|
-
id: string;
|
|
2975
|
-
isArchived: boolean;
|
|
2976
|
-
createdAt: Date;
|
|
2977
|
-
updatedAt: Date;
|
|
2978
|
-
fullName: string | null;
|
|
2979
|
-
mobile: string | null;
|
|
2980
|
-
email: string;
|
|
2981
|
-
syncedAt: Date;
|
|
2982
|
-
} | null | undefined;
|
|
2983
2972
|
buyerName?: string | null | undefined;
|
|
2984
2973
|
project?: {
|
|
2985
2974
|
type: string;
|
|
@@ -3003,6 +2992,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3003
2992
|
companyName: string | null;
|
|
3004
2993
|
} | null | undefined;
|
|
3005
2994
|
} | null | undefined;
|
|
2995
|
+
customer?: {
|
|
2996
|
+
status: string;
|
|
2997
|
+
id: string;
|
|
2998
|
+
isArchived: boolean;
|
|
2999
|
+
createdAt: Date;
|
|
3000
|
+
updatedAt: Date;
|
|
3001
|
+
fullName: string | null;
|
|
3002
|
+
mobile: string | null;
|
|
3003
|
+
email: string;
|
|
3004
|
+
syncedAt: Date;
|
|
3005
|
+
} | null | undefined;
|
|
3006
3006
|
} | null | undefined;
|
|
3007
3007
|
} & any, "cma"> | null | undefined;
|
|
3008
3008
|
subsequentTransactions?: Omit<{
|
|
@@ -3061,17 +3061,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3061
3061
|
mtaId: string;
|
|
3062
3062
|
mtaBalanceCents: number | bigint;
|
|
3063
3063
|
cmaBalanceCents: number | bigint;
|
|
3064
|
-
customer?: {
|
|
3065
|
-
status: string;
|
|
3066
|
-
id: string;
|
|
3067
|
-
isArchived: boolean;
|
|
3068
|
-
createdAt: Date;
|
|
3069
|
-
updatedAt: Date;
|
|
3070
|
-
fullName: string | null;
|
|
3071
|
-
mobile: string | null;
|
|
3072
|
-
email: string;
|
|
3073
|
-
syncedAt: Date;
|
|
3074
|
-
} | null | undefined;
|
|
3075
3064
|
buyerName?: string | null | undefined;
|
|
3076
3065
|
project?: {
|
|
3077
3066
|
type: string;
|
|
@@ -3095,6 +3084,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3095
3084
|
companyName: string | null;
|
|
3096
3085
|
} | null | undefined;
|
|
3097
3086
|
} | null | undefined;
|
|
3087
|
+
customer?: {
|
|
3088
|
+
status: string;
|
|
3089
|
+
id: string;
|
|
3090
|
+
isArchived: boolean;
|
|
3091
|
+
createdAt: Date;
|
|
3092
|
+
updatedAt: Date;
|
|
3093
|
+
fullName: string | null;
|
|
3094
|
+
mobile: string | null;
|
|
3095
|
+
email: string;
|
|
3096
|
+
syncedAt: Date;
|
|
3097
|
+
} | null | undefined;
|
|
3098
3098
|
} | null | undefined;
|
|
3099
3099
|
} & any, "cma">[] | null | undefined;
|
|
3100
3100
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3161,17 +3161,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3161
3161
|
mtaId: string;
|
|
3162
3162
|
mtaBalanceCents: number | bigint;
|
|
3163
3163
|
cmaBalanceCents: number | bigint;
|
|
3164
|
-
customer?: {
|
|
3165
|
-
status: string;
|
|
3166
|
-
id: string;
|
|
3167
|
-
isArchived: boolean;
|
|
3168
|
-
createdAt: Date;
|
|
3169
|
-
updatedAt: Date;
|
|
3170
|
-
fullName: string | null;
|
|
3171
|
-
mobile: string | null;
|
|
3172
|
-
email: string;
|
|
3173
|
-
syncedAt: Date;
|
|
3174
|
-
} | null | undefined;
|
|
3175
3164
|
buyerName?: string | null | undefined;
|
|
3176
3165
|
project?: {
|
|
3177
3166
|
type: string;
|
|
@@ -3195,6 +3184,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3195
3184
|
companyName: string | null;
|
|
3196
3185
|
} | null | undefined;
|
|
3197
3186
|
} | null | undefined;
|
|
3187
|
+
customer?: {
|
|
3188
|
+
status: string;
|
|
3189
|
+
id: string;
|
|
3190
|
+
isArchived: boolean;
|
|
3191
|
+
createdAt: Date;
|
|
3192
|
+
updatedAt: Date;
|
|
3193
|
+
fullName: string | null;
|
|
3194
|
+
mobile: string | null;
|
|
3195
|
+
email: string;
|
|
3196
|
+
syncedAt: Date;
|
|
3197
|
+
} | null | undefined;
|
|
3198
3198
|
} | null | undefined;
|
|
3199
3199
|
} & {
|
|
3200
3200
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -3254,17 +3254,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3254
3254
|
mtaId: string;
|
|
3255
3255
|
mtaBalanceCents: number | bigint;
|
|
3256
3256
|
cmaBalanceCents: number | bigint;
|
|
3257
|
-
customer?: {
|
|
3258
|
-
status: string;
|
|
3259
|
-
id: string;
|
|
3260
|
-
isArchived: boolean;
|
|
3261
|
-
createdAt: Date;
|
|
3262
|
-
updatedAt: Date;
|
|
3263
|
-
fullName: string | null;
|
|
3264
|
-
mobile: string | null;
|
|
3265
|
-
email: string;
|
|
3266
|
-
syncedAt: Date;
|
|
3267
|
-
} | null | undefined;
|
|
3268
3257
|
buyerName?: string | null | undefined;
|
|
3269
3258
|
project?: {
|
|
3270
3259
|
type: string;
|
|
@@ -3288,6 +3277,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3288
3277
|
companyName: string | null;
|
|
3289
3278
|
} | null | undefined;
|
|
3290
3279
|
} | null | undefined;
|
|
3280
|
+
customer?: {
|
|
3281
|
+
status: string;
|
|
3282
|
+
id: string;
|
|
3283
|
+
isArchived: boolean;
|
|
3284
|
+
createdAt: Date;
|
|
3285
|
+
updatedAt: Date;
|
|
3286
|
+
fullName: string | null;
|
|
3287
|
+
mobile: string | null;
|
|
3288
|
+
email: string;
|
|
3289
|
+
syncedAt: Date;
|
|
3290
|
+
} | null | undefined;
|
|
3291
3291
|
} | null | undefined;
|
|
3292
3292
|
} & any) | null | undefined;
|
|
3293
3293
|
subsequentTransactions?: ({
|
|
@@ -3346,17 +3346,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3346
3346
|
mtaId: string;
|
|
3347
3347
|
mtaBalanceCents: number | bigint;
|
|
3348
3348
|
cmaBalanceCents: number | bigint;
|
|
3349
|
-
customer?: {
|
|
3350
|
-
status: string;
|
|
3351
|
-
id: string;
|
|
3352
|
-
isArchived: boolean;
|
|
3353
|
-
createdAt: Date;
|
|
3354
|
-
updatedAt: Date;
|
|
3355
|
-
fullName: string | null;
|
|
3356
|
-
mobile: string | null;
|
|
3357
|
-
email: string;
|
|
3358
|
-
syncedAt: Date;
|
|
3359
|
-
} | null | undefined;
|
|
3360
3349
|
buyerName?: string | null | undefined;
|
|
3361
3350
|
project?: {
|
|
3362
3351
|
type: string;
|
|
@@ -3380,6 +3369,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3380
3369
|
companyName: string | null;
|
|
3381
3370
|
} | null | undefined;
|
|
3382
3371
|
} | null | undefined;
|
|
3372
|
+
customer?: {
|
|
3373
|
+
status: string;
|
|
3374
|
+
id: string;
|
|
3375
|
+
isArchived: boolean;
|
|
3376
|
+
createdAt: Date;
|
|
3377
|
+
updatedAt: Date;
|
|
3378
|
+
fullName: string | null;
|
|
3379
|
+
mobile: string | null;
|
|
3380
|
+
email: string;
|
|
3381
|
+
syncedAt: Date;
|
|
3382
|
+
} | null | undefined;
|
|
3383
3383
|
} | null | undefined;
|
|
3384
3384
|
} & any)[] | null | undefined;
|
|
3385
3385
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3473,7 +3473,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3473
3473
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
3474
3474
|
payoutId: z.ZodNullable<z.ZodString>;
|
|
3475
3475
|
}, z.ZodTypeAny, "passthrough">>>, z.ZodType<{
|
|
3476
|
-
status:
|
|
3476
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3477
3477
|
id: string;
|
|
3478
3478
|
propertyId: string | null;
|
|
3479
3479
|
balanceCents: number;
|
|
@@ -3529,17 +3529,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3529
3529
|
mtaId: string;
|
|
3530
3530
|
mtaBalanceCents: number | bigint;
|
|
3531
3531
|
cmaBalanceCents: number | bigint;
|
|
3532
|
-
customer?: {
|
|
3533
|
-
status: string;
|
|
3534
|
-
id: string;
|
|
3535
|
-
isArchived: boolean;
|
|
3536
|
-
createdAt: Date;
|
|
3537
|
-
updatedAt: Date;
|
|
3538
|
-
fullName: string | null;
|
|
3539
|
-
mobile: string | null;
|
|
3540
|
-
email: string;
|
|
3541
|
-
syncedAt: Date;
|
|
3542
|
-
} | null | undefined;
|
|
3543
3532
|
buyerName?: string | null | undefined;
|
|
3544
3533
|
project?: {
|
|
3545
3534
|
type: string;
|
|
@@ -3563,11 +3552,22 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3563
3552
|
companyName: string | null;
|
|
3564
3553
|
} | null | undefined;
|
|
3565
3554
|
} | null | undefined;
|
|
3555
|
+
customer?: {
|
|
3556
|
+
status: string;
|
|
3557
|
+
id: string;
|
|
3558
|
+
isArchived: boolean;
|
|
3559
|
+
createdAt: Date;
|
|
3560
|
+
updatedAt: Date;
|
|
3561
|
+
fullName: string | null;
|
|
3562
|
+
mobile: string | null;
|
|
3563
|
+
email: string;
|
|
3564
|
+
syncedAt: Date;
|
|
3565
|
+
} | null | undefined;
|
|
3566
3566
|
} | null | undefined;
|
|
3567
3567
|
} & {
|
|
3568
3568
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
3569
3569
|
sourceTransaction?: ({
|
|
3570
|
-
status:
|
|
3570
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3571
3571
|
id: string;
|
|
3572
3572
|
propertyId: string | null;
|
|
3573
3573
|
balanceCents: number;
|
|
@@ -3623,17 +3623,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3623
3623
|
mtaId: string;
|
|
3624
3624
|
mtaBalanceCents: number | bigint;
|
|
3625
3625
|
cmaBalanceCents: number | bigint;
|
|
3626
|
-
customer?: {
|
|
3627
|
-
status: string;
|
|
3628
|
-
id: string;
|
|
3629
|
-
isArchived: boolean;
|
|
3630
|
-
createdAt: Date;
|
|
3631
|
-
updatedAt: Date;
|
|
3632
|
-
fullName: string | null;
|
|
3633
|
-
mobile: string | null;
|
|
3634
|
-
email: string;
|
|
3635
|
-
syncedAt: Date;
|
|
3636
|
-
} | null | undefined;
|
|
3637
3626
|
buyerName?: string | null | undefined;
|
|
3638
3627
|
project?: {
|
|
3639
3628
|
type: string;
|
|
@@ -3657,10 +3646,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3657
3646
|
companyName: string | null;
|
|
3658
3647
|
} | null | undefined;
|
|
3659
3648
|
} | null | undefined;
|
|
3649
|
+
customer?: {
|
|
3650
|
+
status: string;
|
|
3651
|
+
id: string;
|
|
3652
|
+
isArchived: boolean;
|
|
3653
|
+
createdAt: Date;
|
|
3654
|
+
updatedAt: Date;
|
|
3655
|
+
fullName: string | null;
|
|
3656
|
+
mobile: string | null;
|
|
3657
|
+
email: string;
|
|
3658
|
+
syncedAt: Date;
|
|
3659
|
+
} | null | undefined;
|
|
3660
3660
|
} | null | undefined;
|
|
3661
3661
|
} & any) | null | undefined;
|
|
3662
3662
|
subsequentTransactions?: ({
|
|
3663
|
-
status:
|
|
3663
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3664
3664
|
id: string;
|
|
3665
3665
|
propertyId: string | null;
|
|
3666
3666
|
balanceCents: number;
|
|
@@ -3716,17 +3716,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3716
3716
|
mtaId: string;
|
|
3717
3717
|
mtaBalanceCents: number | bigint;
|
|
3718
3718
|
cmaBalanceCents: number | bigint;
|
|
3719
|
-
customer?: {
|
|
3720
|
-
status: string;
|
|
3721
|
-
id: string;
|
|
3722
|
-
isArchived: boolean;
|
|
3723
|
-
createdAt: Date;
|
|
3724
|
-
updatedAt: Date;
|
|
3725
|
-
fullName: string | null;
|
|
3726
|
-
mobile: string | null;
|
|
3727
|
-
email: string;
|
|
3728
|
-
syncedAt: Date;
|
|
3729
|
-
} | null | undefined;
|
|
3730
3719
|
buyerName?: string | null | undefined;
|
|
3731
3720
|
project?: {
|
|
3732
3721
|
type: string;
|
|
@@ -3750,6 +3739,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3750
3739
|
companyName: string | null;
|
|
3751
3740
|
} | null | undefined;
|
|
3752
3741
|
} | null | undefined;
|
|
3742
|
+
customer?: {
|
|
3743
|
+
status: string;
|
|
3744
|
+
id: string;
|
|
3745
|
+
isArchived: boolean;
|
|
3746
|
+
createdAt: Date;
|
|
3747
|
+
updatedAt: Date;
|
|
3748
|
+
fullName: string | null;
|
|
3749
|
+
mobile: string | null;
|
|
3750
|
+
email: string;
|
|
3751
|
+
syncedAt: Date;
|
|
3752
|
+
} | null | undefined;
|
|
3753
3753
|
} | null | undefined;
|
|
3754
3754
|
} & any)[] | null | undefined;
|
|
3755
3755
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3819,17 +3819,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3819
3819
|
mtaId: string;
|
|
3820
3820
|
mtaBalanceCents: number | bigint;
|
|
3821
3821
|
cmaBalanceCents: number | bigint;
|
|
3822
|
-
customer?: {
|
|
3823
|
-
status: string;
|
|
3824
|
-
id: string;
|
|
3825
|
-
isArchived: boolean;
|
|
3826
|
-
createdAt: Date;
|
|
3827
|
-
updatedAt: Date;
|
|
3828
|
-
fullName: string | null;
|
|
3829
|
-
mobile: string | null;
|
|
3830
|
-
email: string;
|
|
3831
|
-
syncedAt: Date;
|
|
3832
|
-
} | null | undefined;
|
|
3833
3822
|
buyerName?: string | null | undefined;
|
|
3834
3823
|
project?: {
|
|
3835
3824
|
type: string;
|
|
@@ -3853,6 +3842,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3853
3842
|
companyName: string | null;
|
|
3854
3843
|
} | null | undefined;
|
|
3855
3844
|
} | null | undefined;
|
|
3845
|
+
customer?: {
|
|
3846
|
+
status: string;
|
|
3847
|
+
id: string;
|
|
3848
|
+
isArchived: boolean;
|
|
3849
|
+
createdAt: Date;
|
|
3850
|
+
updatedAt: Date;
|
|
3851
|
+
fullName: string | null;
|
|
3852
|
+
mobile: string | null;
|
|
3853
|
+
email: string;
|
|
3854
|
+
syncedAt: Date;
|
|
3855
|
+
} | null | undefined;
|
|
3856
3856
|
} | null | undefined;
|
|
3857
3857
|
} & {
|
|
3858
3858
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
@@ -3913,17 +3913,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3913
3913
|
mtaId: string;
|
|
3914
3914
|
mtaBalanceCents: number | bigint;
|
|
3915
3915
|
cmaBalanceCents: number | bigint;
|
|
3916
|
-
customer?: {
|
|
3917
|
-
status: string;
|
|
3918
|
-
id: string;
|
|
3919
|
-
isArchived: boolean;
|
|
3920
|
-
createdAt: Date;
|
|
3921
|
-
updatedAt: Date;
|
|
3922
|
-
fullName: string | null;
|
|
3923
|
-
mobile: string | null;
|
|
3924
|
-
email: string;
|
|
3925
|
-
syncedAt: Date;
|
|
3926
|
-
} | null | undefined;
|
|
3927
3916
|
buyerName?: string | null | undefined;
|
|
3928
3917
|
project?: {
|
|
3929
3918
|
type: string;
|
|
@@ -3947,6 +3936,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3947
3936
|
companyName: string | null;
|
|
3948
3937
|
} | null | undefined;
|
|
3949
3938
|
} | null | undefined;
|
|
3939
|
+
customer?: {
|
|
3940
|
+
status: string;
|
|
3941
|
+
id: string;
|
|
3942
|
+
isArchived: boolean;
|
|
3943
|
+
createdAt: Date;
|
|
3944
|
+
updatedAt: Date;
|
|
3945
|
+
fullName: string | null;
|
|
3946
|
+
mobile: string | null;
|
|
3947
|
+
email: string;
|
|
3948
|
+
syncedAt: Date;
|
|
3949
|
+
} | null | undefined;
|
|
3950
3950
|
} | null | undefined;
|
|
3951
3951
|
} & any) | null | undefined;
|
|
3952
3952
|
subsequentTransactions?: ({
|
|
@@ -4006,17 +4006,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4006
4006
|
mtaId: string;
|
|
4007
4007
|
mtaBalanceCents: number | bigint;
|
|
4008
4008
|
cmaBalanceCents: number | bigint;
|
|
4009
|
-
customer?: {
|
|
4010
|
-
status: string;
|
|
4011
|
-
id: string;
|
|
4012
|
-
isArchived: boolean;
|
|
4013
|
-
createdAt: Date;
|
|
4014
|
-
updatedAt: Date;
|
|
4015
|
-
fullName: string | null;
|
|
4016
|
-
mobile: string | null;
|
|
4017
|
-
email: string;
|
|
4018
|
-
syncedAt: Date;
|
|
4019
|
-
} | null | undefined;
|
|
4020
4009
|
buyerName?: string | null | undefined;
|
|
4021
4010
|
project?: {
|
|
4022
4011
|
type: string;
|
|
@@ -4040,6 +4029,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4040
4029
|
companyName: string | null;
|
|
4041
4030
|
} | null | undefined;
|
|
4042
4031
|
} | null | undefined;
|
|
4032
|
+
customer?: {
|
|
4033
|
+
status: string;
|
|
4034
|
+
id: string;
|
|
4035
|
+
isArchived: boolean;
|
|
4036
|
+
createdAt: Date;
|
|
4037
|
+
updatedAt: Date;
|
|
4038
|
+
fullName: string | null;
|
|
4039
|
+
mobile: string | null;
|
|
4040
|
+
email: string;
|
|
4041
|
+
syncedAt: Date;
|
|
4042
|
+
} | null | undefined;
|
|
4043
4043
|
} | null | undefined;
|
|
4044
4044
|
} & any)[] | null | undefined;
|
|
4045
4045
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -4567,17 +4567,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4567
4567
|
mtaId: string;
|
|
4568
4568
|
mtaBalanceCents: number | bigint;
|
|
4569
4569
|
cmaBalanceCents: number | bigint;
|
|
4570
|
-
customer?: {
|
|
4571
|
-
status: string;
|
|
4572
|
-
id: string;
|
|
4573
|
-
isArchived: boolean;
|
|
4574
|
-
createdAt: Date;
|
|
4575
|
-
updatedAt: Date;
|
|
4576
|
-
fullName: string | null;
|
|
4577
|
-
mobile: string | null;
|
|
4578
|
-
email: string;
|
|
4579
|
-
syncedAt: Date;
|
|
4580
|
-
} | null | undefined;
|
|
4581
4570
|
buyerName?: string | null | undefined;
|
|
4582
4571
|
project?: {
|
|
4583
4572
|
type: string;
|
|
@@ -4601,6 +4590,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4601
4590
|
companyName: string | null;
|
|
4602
4591
|
} | null | undefined;
|
|
4603
4592
|
} | null | undefined;
|
|
4593
|
+
customer?: {
|
|
4594
|
+
status: string;
|
|
4595
|
+
id: string;
|
|
4596
|
+
isArchived: boolean;
|
|
4597
|
+
createdAt: Date;
|
|
4598
|
+
updatedAt: Date;
|
|
4599
|
+
fullName: string | null;
|
|
4600
|
+
mobile: string | null;
|
|
4601
|
+
email: string;
|
|
4602
|
+
syncedAt: Date;
|
|
4603
|
+
} | null | undefined;
|
|
4604
4604
|
}, {
|
|
4605
4605
|
status: string;
|
|
4606
4606
|
id: string;
|
|
@@ -4617,17 +4617,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4617
4617
|
mtaId: string;
|
|
4618
4618
|
mtaBalanceCents: number | bigint;
|
|
4619
4619
|
cmaBalanceCents: number | bigint;
|
|
4620
|
-
customer?: {
|
|
4621
|
-
status: string;
|
|
4622
|
-
id: string;
|
|
4623
|
-
isArchived: boolean;
|
|
4624
|
-
createdAt: Date;
|
|
4625
|
-
updatedAt: Date;
|
|
4626
|
-
fullName: string | null;
|
|
4627
|
-
mobile: string | null;
|
|
4628
|
-
email: string;
|
|
4629
|
-
syncedAt: Date;
|
|
4630
|
-
} | null | undefined;
|
|
4631
4620
|
buyerName?: string | null | undefined;
|
|
4632
4621
|
project?: {
|
|
4633
4622
|
type: string;
|
|
@@ -4651,6 +4640,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4651
4640
|
companyName: string | null;
|
|
4652
4641
|
} | null | undefined;
|
|
4653
4642
|
} | null | undefined;
|
|
4643
|
+
customer?: {
|
|
4644
|
+
status: string;
|
|
4645
|
+
id: string;
|
|
4646
|
+
isArchived: boolean;
|
|
4647
|
+
createdAt: Date;
|
|
4648
|
+
updatedAt: Date;
|
|
4649
|
+
fullName: string | null;
|
|
4650
|
+
mobile: string | null;
|
|
4651
|
+
email: string;
|
|
4652
|
+
syncedAt: Date;
|
|
4653
|
+
} | null | undefined;
|
|
4654
4654
|
}>>>;
|
|
4655
4655
|
}, "property">, "strip", z.ZodTypeAny, {
|
|
4656
4656
|
status: "active" | "inactive";
|
|
@@ -5206,17 +5206,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5206
5206
|
currentPayoutSeq: number;
|
|
5207
5207
|
subsidiaryId: string;
|
|
5208
5208
|
} | null | undefined;
|
|
5209
|
-
customer?: {
|
|
5210
|
-
status: string;
|
|
5211
|
-
id: string;
|
|
5212
|
-
isArchived: boolean;
|
|
5213
|
-
createdAt: Date;
|
|
5214
|
-
updatedAt: Date;
|
|
5215
|
-
fullName: string | null;
|
|
5216
|
-
mobile: string | null;
|
|
5217
|
-
email: string;
|
|
5218
|
-
syncedAt: Date;
|
|
5219
|
-
} | null | undefined;
|
|
5220
5209
|
buyerName?: string | null | undefined;
|
|
5221
5210
|
project?: {
|
|
5222
5211
|
type: string;
|
|
@@ -5240,6 +5229,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5240
5229
|
companyName: string | null;
|
|
5241
5230
|
} | null | undefined;
|
|
5242
5231
|
} | null | undefined;
|
|
5232
|
+
customer?: {
|
|
5233
|
+
status: string;
|
|
5234
|
+
id: string;
|
|
5235
|
+
isArchived: boolean;
|
|
5236
|
+
createdAt: Date;
|
|
5237
|
+
updatedAt: Date;
|
|
5238
|
+
fullName: string | null;
|
|
5239
|
+
mobile: string | null;
|
|
5240
|
+
email: string;
|
|
5241
|
+
syncedAt: Date;
|
|
5242
|
+
} | null | undefined;
|
|
5243
5243
|
cmaTransactions?: ({
|
|
5244
5244
|
status: "clearing" | "cleared" | "reconciled";
|
|
5245
5245
|
id: string;
|
|
@@ -5296,17 +5296,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5296
5296
|
mtaId: string;
|
|
5297
5297
|
mtaBalanceCents: number | bigint;
|
|
5298
5298
|
cmaBalanceCents: number | bigint;
|
|
5299
|
-
customer?: {
|
|
5300
|
-
status: string;
|
|
5301
|
-
id: string;
|
|
5302
|
-
isArchived: boolean;
|
|
5303
|
-
createdAt: Date;
|
|
5304
|
-
updatedAt: Date;
|
|
5305
|
-
fullName: string | null;
|
|
5306
|
-
mobile: string | null;
|
|
5307
|
-
email: string;
|
|
5308
|
-
syncedAt: Date;
|
|
5309
|
-
} | null | undefined;
|
|
5310
5299
|
buyerName?: string | null | undefined;
|
|
5311
5300
|
project?: {
|
|
5312
5301
|
type: string;
|
|
@@ -5330,6 +5319,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5330
5319
|
companyName: string | null;
|
|
5331
5320
|
} | null | undefined;
|
|
5332
5321
|
} | null | undefined;
|
|
5322
|
+
customer?: {
|
|
5323
|
+
status: string;
|
|
5324
|
+
id: string;
|
|
5325
|
+
isArchived: boolean;
|
|
5326
|
+
createdAt: Date;
|
|
5327
|
+
updatedAt: Date;
|
|
5328
|
+
fullName: string | null;
|
|
5329
|
+
mobile: string | null;
|
|
5330
|
+
email: string;
|
|
5331
|
+
syncedAt: Date;
|
|
5332
|
+
} | null | undefined;
|
|
5333
5333
|
} | null | undefined;
|
|
5334
5334
|
} & {
|
|
5335
5335
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -5389,17 +5389,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5389
5389
|
mtaId: string;
|
|
5390
5390
|
mtaBalanceCents: number | bigint;
|
|
5391
5391
|
cmaBalanceCents: number | bigint;
|
|
5392
|
-
customer?: {
|
|
5393
|
-
status: string;
|
|
5394
|
-
id: string;
|
|
5395
|
-
isArchived: boolean;
|
|
5396
|
-
createdAt: Date;
|
|
5397
|
-
updatedAt: Date;
|
|
5398
|
-
fullName: string | null;
|
|
5399
|
-
mobile: string | null;
|
|
5400
|
-
email: string;
|
|
5401
|
-
syncedAt: Date;
|
|
5402
|
-
} | null | undefined;
|
|
5403
5392
|
buyerName?: string | null | undefined;
|
|
5404
5393
|
project?: {
|
|
5405
5394
|
type: string;
|
|
@@ -5423,6 +5412,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5423
5412
|
companyName: string | null;
|
|
5424
5413
|
} | null | undefined;
|
|
5425
5414
|
} | null | undefined;
|
|
5415
|
+
customer?: {
|
|
5416
|
+
status: string;
|
|
5417
|
+
id: string;
|
|
5418
|
+
isArchived: boolean;
|
|
5419
|
+
createdAt: Date;
|
|
5420
|
+
updatedAt: Date;
|
|
5421
|
+
fullName: string | null;
|
|
5422
|
+
mobile: string | null;
|
|
5423
|
+
email: string;
|
|
5424
|
+
syncedAt: Date;
|
|
5425
|
+
} | null | undefined;
|
|
5426
5426
|
} | null | undefined;
|
|
5427
5427
|
} & any, "cma"> | null | undefined;
|
|
5428
5428
|
subsequentTransactions?: Omit<{
|
|
@@ -5481,17 +5481,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5481
5481
|
mtaId: string;
|
|
5482
5482
|
mtaBalanceCents: number | bigint;
|
|
5483
5483
|
cmaBalanceCents: number | bigint;
|
|
5484
|
-
customer?: {
|
|
5485
|
-
status: string;
|
|
5486
|
-
id: string;
|
|
5487
|
-
isArchived: boolean;
|
|
5488
|
-
createdAt: Date;
|
|
5489
|
-
updatedAt: Date;
|
|
5490
|
-
fullName: string | null;
|
|
5491
|
-
mobile: string | null;
|
|
5492
|
-
email: string;
|
|
5493
|
-
syncedAt: Date;
|
|
5494
|
-
} | null | undefined;
|
|
5495
5484
|
buyerName?: string | null | undefined;
|
|
5496
5485
|
project?: {
|
|
5497
5486
|
type: string;
|
|
@@ -5515,6 +5504,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5515
5504
|
companyName: string | null;
|
|
5516
5505
|
} | null | undefined;
|
|
5517
5506
|
} | null | undefined;
|
|
5507
|
+
customer?: {
|
|
5508
|
+
status: string;
|
|
5509
|
+
id: string;
|
|
5510
|
+
isArchived: boolean;
|
|
5511
|
+
createdAt: Date;
|
|
5512
|
+
updatedAt: Date;
|
|
5513
|
+
fullName: string | null;
|
|
5514
|
+
mobile: string | null;
|
|
5515
|
+
email: string;
|
|
5516
|
+
syncedAt: Date;
|
|
5517
|
+
} | null | undefined;
|
|
5518
5518
|
} | null | undefined;
|
|
5519
5519
|
} & any, "cma">[] | null | undefined;
|
|
5520
5520
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -5527,7 +5527,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5527
5527
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
5528
5528
|
})[] | null | undefined;
|
|
5529
5529
|
mtaTransactions?: ({
|
|
5530
|
-
status:
|
|
5530
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5531
5531
|
id: string;
|
|
5532
5532
|
propertyId: string | null;
|
|
5533
5533
|
balanceCents: number;
|
|
@@ -5583,17 +5583,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5583
5583
|
mtaId: string;
|
|
5584
5584
|
mtaBalanceCents: number | bigint;
|
|
5585
5585
|
cmaBalanceCents: number | bigint;
|
|
5586
|
-
customer?: {
|
|
5587
|
-
status: string;
|
|
5588
|
-
id: string;
|
|
5589
|
-
isArchived: boolean;
|
|
5590
|
-
createdAt: Date;
|
|
5591
|
-
updatedAt: Date;
|
|
5592
|
-
fullName: string | null;
|
|
5593
|
-
mobile: string | null;
|
|
5594
|
-
email: string;
|
|
5595
|
-
syncedAt: Date;
|
|
5596
|
-
} | null | undefined;
|
|
5597
5586
|
buyerName?: string | null | undefined;
|
|
5598
5587
|
project?: {
|
|
5599
5588
|
type: string;
|
|
@@ -5617,11 +5606,22 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5617
5606
|
companyName: string | null;
|
|
5618
5607
|
} | null | undefined;
|
|
5619
5608
|
} | null | undefined;
|
|
5609
|
+
customer?: {
|
|
5610
|
+
status: string;
|
|
5611
|
+
id: string;
|
|
5612
|
+
isArchived: boolean;
|
|
5613
|
+
createdAt: Date;
|
|
5614
|
+
updatedAt: Date;
|
|
5615
|
+
fullName: string | null;
|
|
5616
|
+
mobile: string | null;
|
|
5617
|
+
email: string;
|
|
5618
|
+
syncedAt: Date;
|
|
5619
|
+
} | null | undefined;
|
|
5620
5620
|
} | null | undefined;
|
|
5621
5621
|
} & {
|
|
5622
5622
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
5623
5623
|
sourceTransaction?: ({
|
|
5624
|
-
status:
|
|
5624
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5625
5625
|
id: string;
|
|
5626
5626
|
propertyId: string | null;
|
|
5627
5627
|
balanceCents: number;
|
|
@@ -5677,17 +5677,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5677
5677
|
mtaId: string;
|
|
5678
5678
|
mtaBalanceCents: number | bigint;
|
|
5679
5679
|
cmaBalanceCents: number | bigint;
|
|
5680
|
-
customer?: {
|
|
5681
|
-
status: string;
|
|
5682
|
-
id: string;
|
|
5683
|
-
isArchived: boolean;
|
|
5684
|
-
createdAt: Date;
|
|
5685
|
-
updatedAt: Date;
|
|
5686
|
-
fullName: string | null;
|
|
5687
|
-
mobile: string | null;
|
|
5688
|
-
email: string;
|
|
5689
|
-
syncedAt: Date;
|
|
5690
|
-
} | null | undefined;
|
|
5691
5680
|
buyerName?: string | null | undefined;
|
|
5692
5681
|
project?: {
|
|
5693
5682
|
type: string;
|
|
@@ -5711,10 +5700,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5711
5700
|
companyName: string | null;
|
|
5712
5701
|
} | null | undefined;
|
|
5713
5702
|
} | null | undefined;
|
|
5703
|
+
customer?: {
|
|
5704
|
+
status: string;
|
|
5705
|
+
id: string;
|
|
5706
|
+
isArchived: boolean;
|
|
5707
|
+
createdAt: Date;
|
|
5708
|
+
updatedAt: Date;
|
|
5709
|
+
fullName: string | null;
|
|
5710
|
+
mobile: string | null;
|
|
5711
|
+
email: string;
|
|
5712
|
+
syncedAt: Date;
|
|
5713
|
+
} | null | undefined;
|
|
5714
5714
|
} | null | undefined;
|
|
5715
5715
|
} & any) | null | undefined;
|
|
5716
5716
|
subsequentTransactions?: ({
|
|
5717
|
-
status:
|
|
5717
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
5718
5718
|
id: string;
|
|
5719
5719
|
propertyId: string | null;
|
|
5720
5720
|
balanceCents: number;
|
|
@@ -5770,17 +5770,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5770
5770
|
mtaId: string;
|
|
5771
5771
|
mtaBalanceCents: number | bigint;
|
|
5772
5772
|
cmaBalanceCents: number | bigint;
|
|
5773
|
-
customer?: {
|
|
5774
|
-
status: string;
|
|
5775
|
-
id: string;
|
|
5776
|
-
isArchived: boolean;
|
|
5777
|
-
createdAt: Date;
|
|
5778
|
-
updatedAt: Date;
|
|
5779
|
-
fullName: string | null;
|
|
5780
|
-
mobile: string | null;
|
|
5781
|
-
email: string;
|
|
5782
|
-
syncedAt: Date;
|
|
5783
|
-
} | null | undefined;
|
|
5784
5773
|
buyerName?: string | null | undefined;
|
|
5785
5774
|
project?: {
|
|
5786
5775
|
type: string;
|
|
@@ -5804,6 +5793,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5804
5793
|
companyName: string | null;
|
|
5805
5794
|
} | null | undefined;
|
|
5806
5795
|
} | null | undefined;
|
|
5796
|
+
customer?: {
|
|
5797
|
+
status: string;
|
|
5798
|
+
id: string;
|
|
5799
|
+
isArchived: boolean;
|
|
5800
|
+
createdAt: Date;
|
|
5801
|
+
updatedAt: Date;
|
|
5802
|
+
fullName: string | null;
|
|
5803
|
+
mobile: string | null;
|
|
5804
|
+
email: string;
|
|
5805
|
+
syncedAt: Date;
|
|
5806
|
+
} | null | undefined;
|
|
5807
5807
|
} | null | undefined;
|
|
5808
5808
|
} & any)[] | null | undefined;
|
|
5809
5809
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -5874,17 +5874,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5874
5874
|
mtaId: string;
|
|
5875
5875
|
mtaBalanceCents: number | bigint;
|
|
5876
5876
|
cmaBalanceCents: number | bigint;
|
|
5877
|
-
customer?: {
|
|
5878
|
-
status: string;
|
|
5879
|
-
id: string;
|
|
5880
|
-
isArchived: boolean;
|
|
5881
|
-
createdAt: Date;
|
|
5882
|
-
updatedAt: Date;
|
|
5883
|
-
fullName: string | null;
|
|
5884
|
-
mobile: string | null;
|
|
5885
|
-
email: string;
|
|
5886
|
-
syncedAt: Date;
|
|
5887
|
-
} | null | undefined;
|
|
5888
5877
|
buyerName?: string | null | undefined;
|
|
5889
5878
|
project?: {
|
|
5890
5879
|
type: string;
|
|
@@ -5908,6 +5897,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5908
5897
|
companyName: string | null;
|
|
5909
5898
|
} | null | undefined;
|
|
5910
5899
|
} | null | undefined;
|
|
5900
|
+
customer?: {
|
|
5901
|
+
status: string;
|
|
5902
|
+
id: string;
|
|
5903
|
+
isArchived: boolean;
|
|
5904
|
+
createdAt: Date;
|
|
5905
|
+
updatedAt: Date;
|
|
5906
|
+
fullName: string | null;
|
|
5907
|
+
mobile: string | null;
|
|
5908
|
+
email: string;
|
|
5909
|
+
syncedAt: Date;
|
|
5910
|
+
} | null | undefined;
|
|
5911
5911
|
} | null | undefined;
|
|
5912
5912
|
} & {
|
|
5913
5913
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -5967,17 +5967,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5967
5967
|
mtaId: string;
|
|
5968
5968
|
mtaBalanceCents: number | bigint;
|
|
5969
5969
|
cmaBalanceCents: number | bigint;
|
|
5970
|
-
customer?: {
|
|
5971
|
-
status: string;
|
|
5972
|
-
id: string;
|
|
5973
|
-
isArchived: boolean;
|
|
5974
|
-
createdAt: Date;
|
|
5975
|
-
updatedAt: Date;
|
|
5976
|
-
fullName: string | null;
|
|
5977
|
-
mobile: string | null;
|
|
5978
|
-
email: string;
|
|
5979
|
-
syncedAt: Date;
|
|
5980
|
-
} | null | undefined;
|
|
5981
5970
|
buyerName?: string | null | undefined;
|
|
5982
5971
|
project?: {
|
|
5983
5972
|
type: string;
|
|
@@ -6001,6 +5990,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6001
5990
|
companyName: string | null;
|
|
6002
5991
|
} | null | undefined;
|
|
6003
5992
|
} | null | undefined;
|
|
5993
|
+
customer?: {
|
|
5994
|
+
status: string;
|
|
5995
|
+
id: string;
|
|
5996
|
+
isArchived: boolean;
|
|
5997
|
+
createdAt: Date;
|
|
5998
|
+
updatedAt: Date;
|
|
5999
|
+
fullName: string | null;
|
|
6000
|
+
mobile: string | null;
|
|
6001
|
+
email: string;
|
|
6002
|
+
syncedAt: Date;
|
|
6003
|
+
} | null | undefined;
|
|
6004
6004
|
} | null | undefined;
|
|
6005
6005
|
} & any, "cma"> | null | undefined;
|
|
6006
6006
|
subsequentTransactions?: Omit<{
|
|
@@ -6059,17 +6059,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6059
6059
|
mtaId: string;
|
|
6060
6060
|
mtaBalanceCents: number | bigint;
|
|
6061
6061
|
cmaBalanceCents: number | bigint;
|
|
6062
|
-
customer?: {
|
|
6063
|
-
status: string;
|
|
6064
|
-
id: string;
|
|
6065
|
-
isArchived: boolean;
|
|
6066
|
-
createdAt: Date;
|
|
6067
|
-
updatedAt: Date;
|
|
6068
|
-
fullName: string | null;
|
|
6069
|
-
mobile: string | null;
|
|
6070
|
-
email: string;
|
|
6071
|
-
syncedAt: Date;
|
|
6072
|
-
} | null | undefined;
|
|
6073
6062
|
buyerName?: string | null | undefined;
|
|
6074
6063
|
project?: {
|
|
6075
6064
|
type: string;
|
|
@@ -6093,6 +6082,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6093
6082
|
companyName: string | null;
|
|
6094
6083
|
} | null | undefined;
|
|
6095
6084
|
} | null | undefined;
|
|
6085
|
+
customer?: {
|
|
6086
|
+
status: string;
|
|
6087
|
+
id: string;
|
|
6088
|
+
isArchived: boolean;
|
|
6089
|
+
createdAt: Date;
|
|
6090
|
+
updatedAt: Date;
|
|
6091
|
+
fullName: string | null;
|
|
6092
|
+
mobile: string | null;
|
|
6093
|
+
email: string;
|
|
6094
|
+
syncedAt: Date;
|
|
6095
|
+
} | null | undefined;
|
|
6096
6096
|
} | null | undefined;
|
|
6097
6097
|
} & any, "cma">[] | null | undefined;
|
|
6098
6098
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -6105,7 +6105,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6105
6105
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
6106
6106
|
}) | null | undefined;
|
|
6107
6107
|
mtaTransaction?: ({
|
|
6108
|
-
status:
|
|
6108
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
6109
6109
|
id: string;
|
|
6110
6110
|
propertyId: string | null;
|
|
6111
6111
|
balanceCents: number;
|
|
@@ -6161,17 +6161,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6161
6161
|
mtaId: string;
|
|
6162
6162
|
mtaBalanceCents: number | bigint;
|
|
6163
6163
|
cmaBalanceCents: number | bigint;
|
|
6164
|
-
customer?: {
|
|
6165
|
-
status: string;
|
|
6166
|
-
id: string;
|
|
6167
|
-
isArchived: boolean;
|
|
6168
|
-
createdAt: Date;
|
|
6169
|
-
updatedAt: Date;
|
|
6170
|
-
fullName: string | null;
|
|
6171
|
-
mobile: string | null;
|
|
6172
|
-
email: string;
|
|
6173
|
-
syncedAt: Date;
|
|
6174
|
-
} | null | undefined;
|
|
6175
6164
|
buyerName?: string | null | undefined;
|
|
6176
6165
|
project?: {
|
|
6177
6166
|
type: string;
|
|
@@ -6195,11 +6184,22 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6195
6184
|
companyName: string | null;
|
|
6196
6185
|
} | null | undefined;
|
|
6197
6186
|
} | null | undefined;
|
|
6187
|
+
customer?: {
|
|
6188
|
+
status: string;
|
|
6189
|
+
id: string;
|
|
6190
|
+
isArchived: boolean;
|
|
6191
|
+
createdAt: Date;
|
|
6192
|
+
updatedAt: Date;
|
|
6193
|
+
fullName: string | null;
|
|
6194
|
+
mobile: string | null;
|
|
6195
|
+
email: string;
|
|
6196
|
+
syncedAt: Date;
|
|
6197
|
+
} | null | undefined;
|
|
6198
6198
|
} | null | undefined;
|
|
6199
6199
|
} & {
|
|
6200
6200
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
6201
6201
|
sourceTransaction?: ({
|
|
6202
|
-
status:
|
|
6202
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
6203
6203
|
id: string;
|
|
6204
6204
|
propertyId: string | null;
|
|
6205
6205
|
balanceCents: number;
|
|
@@ -6255,17 +6255,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6255
6255
|
mtaId: string;
|
|
6256
6256
|
mtaBalanceCents: number | bigint;
|
|
6257
6257
|
cmaBalanceCents: number | bigint;
|
|
6258
|
-
customer?: {
|
|
6259
|
-
status: string;
|
|
6260
|
-
id: string;
|
|
6261
|
-
isArchived: boolean;
|
|
6262
|
-
createdAt: Date;
|
|
6263
|
-
updatedAt: Date;
|
|
6264
|
-
fullName: string | null;
|
|
6265
|
-
mobile: string | null;
|
|
6266
|
-
email: string;
|
|
6267
|
-
syncedAt: Date;
|
|
6268
|
-
} | null | undefined;
|
|
6269
6258
|
buyerName?: string | null | undefined;
|
|
6270
6259
|
project?: {
|
|
6271
6260
|
type: string;
|
|
@@ -6289,10 +6278,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6289
6278
|
companyName: string | null;
|
|
6290
6279
|
} | null | undefined;
|
|
6291
6280
|
} | null | undefined;
|
|
6281
|
+
customer?: {
|
|
6282
|
+
status: string;
|
|
6283
|
+
id: string;
|
|
6284
|
+
isArchived: boolean;
|
|
6285
|
+
createdAt: Date;
|
|
6286
|
+
updatedAt: Date;
|
|
6287
|
+
fullName: string | null;
|
|
6288
|
+
mobile: string | null;
|
|
6289
|
+
email: string;
|
|
6290
|
+
syncedAt: Date;
|
|
6291
|
+
} | null | undefined;
|
|
6292
6292
|
} | null | undefined;
|
|
6293
6293
|
} & any) | null | undefined;
|
|
6294
6294
|
subsequentTransactions?: ({
|
|
6295
|
-
status:
|
|
6295
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
6296
6296
|
id: string;
|
|
6297
6297
|
propertyId: string | null;
|
|
6298
6298
|
balanceCents: number;
|
|
@@ -6348,17 +6348,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6348
6348
|
mtaId: string;
|
|
6349
6349
|
mtaBalanceCents: number | bigint;
|
|
6350
6350
|
cmaBalanceCents: number | bigint;
|
|
6351
|
-
customer?: {
|
|
6352
|
-
status: string;
|
|
6353
|
-
id: string;
|
|
6354
|
-
isArchived: boolean;
|
|
6355
|
-
createdAt: Date;
|
|
6356
|
-
updatedAt: Date;
|
|
6357
|
-
fullName: string | null;
|
|
6358
|
-
mobile: string | null;
|
|
6359
|
-
email: string;
|
|
6360
|
-
syncedAt: Date;
|
|
6361
|
-
} | null | undefined;
|
|
6362
6351
|
buyerName?: string | null | undefined;
|
|
6363
6352
|
project?: {
|
|
6364
6353
|
type: string;
|
|
@@ -6382,6 +6371,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6382
6371
|
companyName: string | null;
|
|
6383
6372
|
} | null | undefined;
|
|
6384
6373
|
} | null | undefined;
|
|
6374
|
+
customer?: {
|
|
6375
|
+
status: string;
|
|
6376
|
+
id: string;
|
|
6377
|
+
isArchived: boolean;
|
|
6378
|
+
createdAt: Date;
|
|
6379
|
+
updatedAt: Date;
|
|
6380
|
+
fullName: string | null;
|
|
6381
|
+
mobile: string | null;
|
|
6382
|
+
email: string;
|
|
6383
|
+
syncedAt: Date;
|
|
6384
|
+
} | null | undefined;
|
|
6385
6385
|
} | null | undefined;
|
|
6386
6386
|
} & any)[] | null | undefined;
|
|
6387
6387
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -6514,17 +6514,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6514
6514
|
currentPayoutSeq: number;
|
|
6515
6515
|
subsidiaryId: string;
|
|
6516
6516
|
} | null | undefined;
|
|
6517
|
-
customer?: {
|
|
6518
|
-
status: string;
|
|
6519
|
-
id: string;
|
|
6520
|
-
isArchived: boolean;
|
|
6521
|
-
createdAt: Date;
|
|
6522
|
-
updatedAt: Date;
|
|
6523
|
-
fullName: string | null;
|
|
6524
|
-
mobile: string | null;
|
|
6525
|
-
email: string;
|
|
6526
|
-
syncedAt: Date;
|
|
6527
|
-
} | null | undefined;
|
|
6528
6517
|
buyerName?: string | null | undefined;
|
|
6529
6518
|
project?: {
|
|
6530
6519
|
type: string;
|
|
@@ -6548,6 +6537,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6548
6537
|
companyName: string | null;
|
|
6549
6538
|
} | null | undefined;
|
|
6550
6539
|
} | null | undefined;
|
|
6540
|
+
customer?: {
|
|
6541
|
+
status: string;
|
|
6542
|
+
id: string;
|
|
6543
|
+
isArchived: boolean;
|
|
6544
|
+
createdAt: Date;
|
|
6545
|
+
updatedAt: Date;
|
|
6546
|
+
fullName: string | null;
|
|
6547
|
+
mobile: string | null;
|
|
6548
|
+
email: string;
|
|
6549
|
+
syncedAt: Date;
|
|
6550
|
+
} | null | undefined;
|
|
6551
6551
|
cmaTransactions?: ({
|
|
6552
6552
|
status: string;
|
|
6553
6553
|
id: string;
|
|
@@ -6604,17 +6604,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6604
6604
|
mtaId: string;
|
|
6605
6605
|
mtaBalanceCents: number | bigint;
|
|
6606
6606
|
cmaBalanceCents: number | bigint;
|
|
6607
|
-
customer?: {
|
|
6608
|
-
status: string;
|
|
6609
|
-
id: string;
|
|
6610
|
-
isArchived: boolean;
|
|
6611
|
-
createdAt: Date;
|
|
6612
|
-
updatedAt: Date;
|
|
6613
|
-
fullName: string | null;
|
|
6614
|
-
mobile: string | null;
|
|
6615
|
-
email: string;
|
|
6616
|
-
syncedAt: Date;
|
|
6617
|
-
} | null | undefined;
|
|
6618
6607
|
buyerName?: string | null | undefined;
|
|
6619
6608
|
project?: {
|
|
6620
6609
|
type: string;
|
|
@@ -6638,6 +6627,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6638
6627
|
companyName: string | null;
|
|
6639
6628
|
} | null | undefined;
|
|
6640
6629
|
} | null | undefined;
|
|
6630
|
+
customer?: {
|
|
6631
|
+
status: string;
|
|
6632
|
+
id: string;
|
|
6633
|
+
isArchived: boolean;
|
|
6634
|
+
createdAt: Date;
|
|
6635
|
+
updatedAt: Date;
|
|
6636
|
+
fullName: string | null;
|
|
6637
|
+
mobile: string | null;
|
|
6638
|
+
email: string;
|
|
6639
|
+
syncedAt: Date;
|
|
6640
|
+
} | null | undefined;
|
|
6641
6641
|
} | null | undefined;
|
|
6642
6642
|
} & {
|
|
6643
6643
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
@@ -6697,17 +6697,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6697
6697
|
mtaId: string;
|
|
6698
6698
|
mtaBalanceCents: number | bigint;
|
|
6699
6699
|
cmaBalanceCents: number | bigint;
|
|
6700
|
-
customer?: {
|
|
6701
|
-
status: string;
|
|
6702
|
-
id: string;
|
|
6703
|
-
isArchived: boolean;
|
|
6704
|
-
createdAt: Date;
|
|
6705
|
-
updatedAt: Date;
|
|
6706
|
-
fullName: string | null;
|
|
6707
|
-
mobile: string | null;
|
|
6708
|
-
email: string;
|
|
6709
|
-
syncedAt: Date;
|
|
6710
|
-
} | null | undefined;
|
|
6711
6700
|
buyerName?: string | null | undefined;
|
|
6712
6701
|
project?: {
|
|
6713
6702
|
type: string;
|
|
@@ -6731,6 +6720,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6731
6720
|
companyName: string | null;
|
|
6732
6721
|
} | null | undefined;
|
|
6733
6722
|
} | null | undefined;
|
|
6723
|
+
customer?: {
|
|
6724
|
+
status: string;
|
|
6725
|
+
id: string;
|
|
6726
|
+
isArchived: boolean;
|
|
6727
|
+
createdAt: Date;
|
|
6728
|
+
updatedAt: Date;
|
|
6729
|
+
fullName: string | null;
|
|
6730
|
+
mobile: string | null;
|
|
6731
|
+
email: string;
|
|
6732
|
+
syncedAt: Date;
|
|
6733
|
+
} | null | undefined;
|
|
6734
6734
|
} | null | undefined;
|
|
6735
6735
|
} & any) | null | undefined;
|
|
6736
6736
|
subsequentTransactions?: ({
|
|
@@ -6789,17 +6789,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6789
6789
|
mtaId: string;
|
|
6790
6790
|
mtaBalanceCents: number | bigint;
|
|
6791
6791
|
cmaBalanceCents: number | bigint;
|
|
6792
|
-
customer?: {
|
|
6793
|
-
status: string;
|
|
6794
|
-
id: string;
|
|
6795
|
-
isArchived: boolean;
|
|
6796
|
-
createdAt: Date;
|
|
6797
|
-
updatedAt: Date;
|
|
6798
|
-
fullName: string | null;
|
|
6799
|
-
mobile: string | null;
|
|
6800
|
-
email: string;
|
|
6801
|
-
syncedAt: Date;
|
|
6802
|
-
} | null | undefined;
|
|
6803
6792
|
buyerName?: string | null | undefined;
|
|
6804
6793
|
project?: {
|
|
6805
6794
|
type: string;
|
|
@@ -6823,6 +6812,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6823
6812
|
companyName: string | null;
|
|
6824
6813
|
} | null | undefined;
|
|
6825
6814
|
} | null | undefined;
|
|
6815
|
+
customer?: {
|
|
6816
|
+
status: string;
|
|
6817
|
+
id: string;
|
|
6818
|
+
isArchived: boolean;
|
|
6819
|
+
createdAt: Date;
|
|
6820
|
+
updatedAt: Date;
|
|
6821
|
+
fullName: string | null;
|
|
6822
|
+
mobile: string | null;
|
|
6823
|
+
email: string;
|
|
6824
|
+
syncedAt: Date;
|
|
6825
|
+
} | null | undefined;
|
|
6826
6826
|
} | null | undefined;
|
|
6827
6827
|
} & any)[] | null | undefined;
|
|
6828
6828
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -6885,17 +6885,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6885
6885
|
mtaId: string;
|
|
6886
6886
|
mtaBalanceCents: number | bigint;
|
|
6887
6887
|
cmaBalanceCents: number | bigint;
|
|
6888
|
-
customer?: {
|
|
6889
|
-
status: string;
|
|
6890
|
-
id: string;
|
|
6891
|
-
isArchived: boolean;
|
|
6892
|
-
createdAt: Date;
|
|
6893
|
-
updatedAt: Date;
|
|
6894
|
-
fullName: string | null;
|
|
6895
|
-
mobile: string | null;
|
|
6896
|
-
email: string;
|
|
6897
|
-
syncedAt: Date;
|
|
6898
|
-
} | null | undefined;
|
|
6899
6888
|
buyerName?: string | null | undefined;
|
|
6900
6889
|
project?: {
|
|
6901
6890
|
type: string;
|
|
@@ -6919,6 +6908,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6919
6908
|
companyName: string | null;
|
|
6920
6909
|
} | null | undefined;
|
|
6921
6910
|
} | null | undefined;
|
|
6911
|
+
customer?: {
|
|
6912
|
+
status: string;
|
|
6913
|
+
id: string;
|
|
6914
|
+
isArchived: boolean;
|
|
6915
|
+
createdAt: Date;
|
|
6916
|
+
updatedAt: Date;
|
|
6917
|
+
fullName: string | null;
|
|
6918
|
+
mobile: string | null;
|
|
6919
|
+
email: string;
|
|
6920
|
+
syncedAt: Date;
|
|
6921
|
+
} | null | undefined;
|
|
6922
6922
|
} | null | undefined;
|
|
6923
6923
|
} & {
|
|
6924
6924
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
@@ -6979,17 +6979,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6979
6979
|
mtaId: string;
|
|
6980
6980
|
mtaBalanceCents: number | bigint;
|
|
6981
6981
|
cmaBalanceCents: number | bigint;
|
|
6982
|
-
customer?: {
|
|
6983
|
-
status: string;
|
|
6984
|
-
id: string;
|
|
6985
|
-
isArchived: boolean;
|
|
6986
|
-
createdAt: Date;
|
|
6987
|
-
updatedAt: Date;
|
|
6988
|
-
fullName: string | null;
|
|
6989
|
-
mobile: string | null;
|
|
6990
|
-
email: string;
|
|
6991
|
-
syncedAt: Date;
|
|
6992
|
-
} | null | undefined;
|
|
6993
6982
|
buyerName?: string | null | undefined;
|
|
6994
6983
|
project?: {
|
|
6995
6984
|
type: string;
|
|
@@ -7013,6 +7002,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
7013
7002
|
companyName: string | null;
|
|
7014
7003
|
} | null | undefined;
|
|
7015
7004
|
} | null | undefined;
|
|
7005
|
+
customer?: {
|
|
7006
|
+
status: string;
|
|
7007
|
+
id: string;
|
|
7008
|
+
isArchived: boolean;
|
|
7009
|
+
createdAt: Date;
|
|
7010
|
+
updatedAt: Date;
|
|
7011
|
+
fullName: string | null;
|
|
7012
|
+
mobile: string | null;
|
|
7013
|
+
email: string;
|
|
7014
|
+
syncedAt: Date;
|
|
7015
|
+
} | null | undefined;
|
|
7016
7016
|
} | null | undefined;
|
|
7017
7017
|
} & any) | null | undefined;
|
|
7018
7018
|
subsequentTransactions?: ({
|
|
@@ -7072,17 +7072,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
7072
7072
|
mtaId: string;
|
|
7073
7073
|
mtaBalanceCents: number | bigint;
|
|
7074
7074
|
cmaBalanceCents: number | bigint;
|
|
7075
|
-
customer?: {
|
|
7076
|
-
status: string;
|
|
7077
|
-
id: string;
|
|
7078
|
-
isArchived: boolean;
|
|
7079
|
-
createdAt: Date;
|
|
7080
|
-
updatedAt: Date;
|
|
7081
|
-
fullName: string | null;
|
|
7082
|
-
mobile: string | null;
|
|
7083
|
-
email: string;
|
|
7084
|
-
syncedAt: Date;
|
|
7085
|
-
} | null | undefined;
|
|
7086
7075
|
buyerName?: string | null | undefined;
|
|
7087
7076
|
project?: {
|
|
7088
7077
|
type: string;
|
|
@@ -7106,6 +7095,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
7106
7095
|
companyName: string | null;
|
|
7107
7096
|
} | null | undefined;
|
|
7108
7097
|
} | null | undefined;
|
|
7098
|
+
customer?: {
|
|
7099
|
+
status: string;
|
|
7100
|
+
id: string;
|
|
7101
|
+
isArchived: boolean;
|
|
7102
|
+
createdAt: Date;
|
|
7103
|
+
updatedAt: Date;
|
|
7104
|
+
fullName: string | null;
|
|
7105
|
+
mobile: string | null;
|
|
7106
|
+
email: string;
|
|
7107
|
+
syncedAt: Date;
|
|
7108
|
+
} | null | undefined;
|
|
7109
7109
|
} | null | undefined;
|
|
7110
7110
|
} & any)[] | null | undefined;
|
|
7111
7111
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|