@mikemo-coposit/am-accounting-shared 0.0.20 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +82 -49
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +78 -65
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +144 -120
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +78 -65
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +150 -125
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +6 -5
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/index.d.ts +3 -0
- package/dist/cjs/schemas/customer/index.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +76 -60
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +9 -5
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +462 -375
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +1883 -1533
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +152 -123
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +63 -36
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +78 -65
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +144 -120
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +78 -65
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +150 -125
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +6 -5
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/index.d.ts +3 -0
- package/dist/esm/schemas/customer/index.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +76 -60
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +9 -5
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +462 -375
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +1883 -1533
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +152 -123
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +10 -20
|
@@ -43,14 +43,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
43
43
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
44
44
|
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
45
45
|
id: z.ZodUUID;
|
|
46
|
-
fullName: z.ZodNullable<z.ZodString
|
|
47
|
-
mobile: z.ZodNullable<z.ZodString
|
|
48
|
-
email: z.ZodString
|
|
46
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
49
|
status: z.ZodString;
|
|
50
50
|
isArchived: z.ZodBoolean;
|
|
51
51
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
52
52
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
53
53
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
54
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
55
|
}, z.core.$strip>>>;
|
|
55
56
|
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
56
57
|
id: z.ZodString;
|
|
@@ -163,13 +164,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
163
164
|
} | null | undefined;
|
|
164
165
|
property?: {
|
|
165
166
|
id: string;
|
|
167
|
+
mtaId: string;
|
|
166
168
|
status: string;
|
|
167
169
|
isArchived: boolean;
|
|
168
170
|
createdAt: Date;
|
|
169
|
-
syncedAt: Date;
|
|
170
171
|
updatedAt: Date;
|
|
171
|
-
mtaId: string;
|
|
172
172
|
balanceCents: bigint;
|
|
173
|
+
syncedAt: Date;
|
|
173
174
|
customerId: string;
|
|
174
175
|
projectId: string;
|
|
175
176
|
lotDetail: string | null;
|
|
@@ -204,14 +205,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
204
205
|
} | null | undefined;
|
|
205
206
|
customer?: {
|
|
206
207
|
id: string;
|
|
207
|
-
fullName: string | null;
|
|
208
|
-
mobile: string | null;
|
|
209
|
-
email: string;
|
|
210
208
|
status: string;
|
|
211
209
|
isArchived: boolean;
|
|
212
210
|
createdAt: Date;
|
|
213
211
|
syncedAt: Date;
|
|
214
212
|
updatedAt: Date;
|
|
213
|
+
fullName?: string | null | undefined;
|
|
214
|
+
mobile?: string | null | undefined;
|
|
215
|
+
email?: string | null | undefined;
|
|
216
|
+
source?: string | null | undefined;
|
|
215
217
|
} | null | undefined;
|
|
216
218
|
} | null | undefined;
|
|
217
219
|
} & {
|
|
@@ -258,13 +260,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
258
260
|
} | null | undefined;
|
|
259
261
|
property?: {
|
|
260
262
|
id: string;
|
|
263
|
+
mtaId: string;
|
|
261
264
|
status: string;
|
|
262
265
|
isArchived: boolean;
|
|
263
266
|
createdAt: Date;
|
|
264
|
-
syncedAt: Date;
|
|
265
267
|
updatedAt: Date;
|
|
266
|
-
mtaId: string;
|
|
267
268
|
balanceCents: bigint;
|
|
269
|
+
syncedAt: Date;
|
|
268
270
|
customerId: string;
|
|
269
271
|
projectId: string;
|
|
270
272
|
lotDetail: string | null;
|
|
@@ -299,14 +301,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
299
301
|
} | null | undefined;
|
|
300
302
|
customer?: {
|
|
301
303
|
id: string;
|
|
302
|
-
fullName: string | null;
|
|
303
|
-
mobile: string | null;
|
|
304
|
-
email: string;
|
|
305
304
|
status: string;
|
|
306
305
|
isArchived: boolean;
|
|
307
306
|
createdAt: Date;
|
|
308
307
|
syncedAt: Date;
|
|
309
308
|
updatedAt: Date;
|
|
309
|
+
fullName?: string | null | undefined;
|
|
310
|
+
mobile?: string | null | undefined;
|
|
311
|
+
email?: string | null | undefined;
|
|
312
|
+
source?: string | null | undefined;
|
|
310
313
|
} | null | undefined;
|
|
311
314
|
} | null | undefined;
|
|
312
315
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -352,13 +355,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
352
355
|
} | null | undefined;
|
|
353
356
|
property?: {
|
|
354
357
|
id: string;
|
|
358
|
+
mtaId: string;
|
|
355
359
|
status: string;
|
|
356
360
|
isArchived: boolean;
|
|
357
361
|
createdAt: Date;
|
|
358
|
-
syncedAt: Date;
|
|
359
362
|
updatedAt: Date;
|
|
360
|
-
mtaId: string;
|
|
361
363
|
balanceCents: bigint;
|
|
364
|
+
syncedAt: Date;
|
|
362
365
|
customerId: string;
|
|
363
366
|
projectId: string;
|
|
364
367
|
lotDetail: string | null;
|
|
@@ -393,14 +396,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
393
396
|
} | null | undefined;
|
|
394
397
|
customer?: {
|
|
395
398
|
id: string;
|
|
396
|
-
fullName: string | null;
|
|
397
|
-
mobile: string | null;
|
|
398
|
-
email: string;
|
|
399
399
|
status: string;
|
|
400
400
|
isArchived: boolean;
|
|
401
401
|
createdAt: Date;
|
|
402
402
|
syncedAt: Date;
|
|
403
403
|
updatedAt: Date;
|
|
404
|
+
fullName?: string | null | undefined;
|
|
405
|
+
mobile?: string | null | undefined;
|
|
406
|
+
email?: string | null | undefined;
|
|
407
|
+
source?: string | null | undefined;
|
|
404
408
|
} | null | undefined;
|
|
405
409
|
} | null | undefined;
|
|
406
410
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -454,13 +458,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
454
458
|
} | null | undefined;
|
|
455
459
|
property?: {
|
|
456
460
|
id: string;
|
|
461
|
+
mtaId: string;
|
|
457
462
|
status: string;
|
|
458
463
|
isArchived: boolean;
|
|
459
464
|
createdAt: unknown;
|
|
460
|
-
syncedAt: unknown;
|
|
461
465
|
updatedAt: unknown;
|
|
462
|
-
mtaId: string;
|
|
463
466
|
balanceCents: unknown;
|
|
467
|
+
syncedAt: unknown;
|
|
464
468
|
customerId: string;
|
|
465
469
|
projectId: string;
|
|
466
470
|
lotDetail: string | null;
|
|
@@ -495,14 +499,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
495
499
|
} | null | undefined;
|
|
496
500
|
customer?: {
|
|
497
501
|
id: string;
|
|
498
|
-
fullName: string | null;
|
|
499
|
-
mobile: string | null;
|
|
500
|
-
email: string;
|
|
501
502
|
status: string;
|
|
502
503
|
isArchived: boolean;
|
|
503
504
|
createdAt: unknown;
|
|
504
505
|
syncedAt: unknown;
|
|
505
506
|
updatedAt: unknown;
|
|
507
|
+
fullName?: string | null | undefined;
|
|
508
|
+
mobile?: string | null | undefined;
|
|
509
|
+
email?: string | null | undefined;
|
|
510
|
+
source?: string | null | undefined;
|
|
506
511
|
} | null | undefined;
|
|
507
512
|
} | null | undefined;
|
|
508
513
|
} & {
|
|
@@ -549,13 +554,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
549
554
|
} | null | undefined;
|
|
550
555
|
property?: {
|
|
551
556
|
id: string;
|
|
557
|
+
mtaId: string;
|
|
552
558
|
status: string;
|
|
553
559
|
isArchived: boolean;
|
|
554
560
|
createdAt: unknown;
|
|
555
|
-
syncedAt: unknown;
|
|
556
561
|
updatedAt: unknown;
|
|
557
|
-
mtaId: string;
|
|
558
562
|
balanceCents: unknown;
|
|
563
|
+
syncedAt: unknown;
|
|
559
564
|
customerId: string;
|
|
560
565
|
projectId: string;
|
|
561
566
|
lotDetail: string | null;
|
|
@@ -590,14 +595,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
590
595
|
} | null | undefined;
|
|
591
596
|
customer?: {
|
|
592
597
|
id: string;
|
|
593
|
-
fullName: string | null;
|
|
594
|
-
mobile: string | null;
|
|
595
|
-
email: string;
|
|
596
598
|
status: string;
|
|
597
599
|
isArchived: boolean;
|
|
598
600
|
createdAt: unknown;
|
|
599
601
|
syncedAt: unknown;
|
|
600
602
|
updatedAt: unknown;
|
|
603
|
+
fullName?: string | null | undefined;
|
|
604
|
+
mobile?: string | null | undefined;
|
|
605
|
+
email?: string | null | undefined;
|
|
606
|
+
source?: string | null | undefined;
|
|
601
607
|
} | null | undefined;
|
|
602
608
|
} | null | undefined;
|
|
603
609
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -643,13 +649,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
643
649
|
} | null | undefined;
|
|
644
650
|
property?: {
|
|
645
651
|
id: string;
|
|
652
|
+
mtaId: string;
|
|
646
653
|
status: string;
|
|
647
654
|
isArchived: boolean;
|
|
648
655
|
createdAt: unknown;
|
|
649
|
-
syncedAt: unknown;
|
|
650
656
|
updatedAt: unknown;
|
|
651
|
-
mtaId: string;
|
|
652
657
|
balanceCents: unknown;
|
|
658
|
+
syncedAt: unknown;
|
|
653
659
|
customerId: string;
|
|
654
660
|
projectId: string;
|
|
655
661
|
lotDetail: string | null;
|
|
@@ -684,14 +690,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
684
690
|
} | null | undefined;
|
|
685
691
|
customer?: {
|
|
686
692
|
id: string;
|
|
687
|
-
fullName: string | null;
|
|
688
|
-
mobile: string | null;
|
|
689
|
-
email: string;
|
|
690
693
|
status: string;
|
|
691
694
|
isArchived: boolean;
|
|
692
695
|
createdAt: unknown;
|
|
693
696
|
syncedAt: unknown;
|
|
694
697
|
updatedAt: unknown;
|
|
698
|
+
fullName?: string | null | undefined;
|
|
699
|
+
mobile?: string | null | undefined;
|
|
700
|
+
email?: string | null | undefined;
|
|
701
|
+
source?: string | null | undefined;
|
|
695
702
|
} | null | undefined;
|
|
696
703
|
} | null | undefined;
|
|
697
704
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -739,13 +746,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
739
746
|
} | null | undefined;
|
|
740
747
|
property?: {
|
|
741
748
|
id: string;
|
|
749
|
+
mtaId: string;
|
|
742
750
|
status: string;
|
|
743
751
|
isArchived: boolean;
|
|
744
752
|
createdAt: Date;
|
|
745
|
-
syncedAt: Date;
|
|
746
753
|
updatedAt: Date;
|
|
747
|
-
mtaId: string;
|
|
748
754
|
balanceCents: bigint;
|
|
755
|
+
syncedAt: Date;
|
|
749
756
|
customerId: string;
|
|
750
757
|
projectId: string;
|
|
751
758
|
lotDetail: string | null;
|
|
@@ -780,14 +787,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
780
787
|
} | null | undefined;
|
|
781
788
|
customer?: {
|
|
782
789
|
id: string;
|
|
783
|
-
fullName: string | null;
|
|
784
|
-
mobile: string | null;
|
|
785
|
-
email: string;
|
|
786
790
|
status: string;
|
|
787
791
|
isArchived: boolean;
|
|
788
792
|
createdAt: Date;
|
|
789
793
|
syncedAt: Date;
|
|
790
794
|
updatedAt: Date;
|
|
795
|
+
fullName?: string | null | undefined;
|
|
796
|
+
mobile?: string | null | undefined;
|
|
797
|
+
email?: string | null | undefined;
|
|
798
|
+
source?: string | null | undefined;
|
|
791
799
|
} | null | undefined;
|
|
792
800
|
} | null | undefined;
|
|
793
801
|
} & {
|
|
@@ -834,13 +842,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
834
842
|
} | null | undefined;
|
|
835
843
|
property?: {
|
|
836
844
|
id: string;
|
|
845
|
+
mtaId: string;
|
|
837
846
|
status: string;
|
|
838
847
|
isArchived: boolean;
|
|
839
848
|
createdAt: Date;
|
|
840
|
-
syncedAt: Date;
|
|
841
849
|
updatedAt: Date;
|
|
842
|
-
mtaId: string;
|
|
843
850
|
balanceCents: bigint;
|
|
851
|
+
syncedAt: Date;
|
|
844
852
|
customerId: string;
|
|
845
853
|
projectId: string;
|
|
846
854
|
lotDetail: string | null;
|
|
@@ -875,14 +883,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
875
883
|
} | null | undefined;
|
|
876
884
|
customer?: {
|
|
877
885
|
id: string;
|
|
878
|
-
fullName: string | null;
|
|
879
|
-
mobile: string | null;
|
|
880
|
-
email: string;
|
|
881
886
|
status: string;
|
|
882
887
|
isArchived: boolean;
|
|
883
888
|
createdAt: Date;
|
|
884
889
|
syncedAt: Date;
|
|
885
890
|
updatedAt: Date;
|
|
891
|
+
fullName?: string | null | undefined;
|
|
892
|
+
mobile?: string | null | undefined;
|
|
893
|
+
email?: string | null | undefined;
|
|
894
|
+
source?: string | null | undefined;
|
|
886
895
|
} | null | undefined;
|
|
887
896
|
} | null | undefined;
|
|
888
897
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -928,13 +937,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
928
937
|
} | null | undefined;
|
|
929
938
|
property?: {
|
|
930
939
|
id: string;
|
|
940
|
+
mtaId: string;
|
|
931
941
|
status: string;
|
|
932
942
|
isArchived: boolean;
|
|
933
943
|
createdAt: Date;
|
|
934
|
-
syncedAt: Date;
|
|
935
944
|
updatedAt: Date;
|
|
936
|
-
mtaId: string;
|
|
937
945
|
balanceCents: bigint;
|
|
946
|
+
syncedAt: Date;
|
|
938
947
|
customerId: string;
|
|
939
948
|
projectId: string;
|
|
940
949
|
lotDetail: string | null;
|
|
@@ -969,14 +978,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
969
978
|
} | null | undefined;
|
|
970
979
|
customer?: {
|
|
971
980
|
id: string;
|
|
972
|
-
fullName: string | null;
|
|
973
|
-
mobile: string | null;
|
|
974
|
-
email: string;
|
|
975
981
|
status: string;
|
|
976
982
|
isArchived: boolean;
|
|
977
983
|
createdAt: Date;
|
|
978
984
|
syncedAt: Date;
|
|
979
985
|
updatedAt: Date;
|
|
986
|
+
fullName?: string | null | undefined;
|
|
987
|
+
mobile?: string | null | undefined;
|
|
988
|
+
email?: string | null | undefined;
|
|
989
|
+
source?: string | null | undefined;
|
|
980
990
|
} | null | undefined;
|
|
981
991
|
} | null | undefined;
|
|
982
992
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -1030,13 +1040,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1030
1040
|
} | null | undefined;
|
|
1031
1041
|
property?: {
|
|
1032
1042
|
id: string;
|
|
1043
|
+
mtaId: string;
|
|
1033
1044
|
status: string;
|
|
1034
1045
|
isArchived: boolean;
|
|
1035
1046
|
createdAt: unknown;
|
|
1036
|
-
syncedAt: unknown;
|
|
1037
1047
|
updatedAt: unknown;
|
|
1038
|
-
mtaId: string;
|
|
1039
1048
|
balanceCents: unknown;
|
|
1049
|
+
syncedAt: unknown;
|
|
1040
1050
|
customerId: string;
|
|
1041
1051
|
projectId: string;
|
|
1042
1052
|
lotDetail: string | null;
|
|
@@ -1071,14 +1081,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1071
1081
|
} | null | undefined;
|
|
1072
1082
|
customer?: {
|
|
1073
1083
|
id: string;
|
|
1074
|
-
fullName: string | null;
|
|
1075
|
-
mobile: string | null;
|
|
1076
|
-
email: string;
|
|
1077
1084
|
status: string;
|
|
1078
1085
|
isArchived: boolean;
|
|
1079
1086
|
createdAt: unknown;
|
|
1080
1087
|
syncedAt: unknown;
|
|
1081
1088
|
updatedAt: unknown;
|
|
1089
|
+
fullName?: string | null | undefined;
|
|
1090
|
+
mobile?: string | null | undefined;
|
|
1091
|
+
email?: string | null | undefined;
|
|
1092
|
+
source?: string | null | undefined;
|
|
1082
1093
|
} | null | undefined;
|
|
1083
1094
|
} | null | undefined;
|
|
1084
1095
|
} & {
|
|
@@ -1125,13 +1136,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1125
1136
|
} | null | undefined;
|
|
1126
1137
|
property?: {
|
|
1127
1138
|
id: string;
|
|
1139
|
+
mtaId: string;
|
|
1128
1140
|
status: string;
|
|
1129
1141
|
isArchived: boolean;
|
|
1130
1142
|
createdAt: unknown;
|
|
1131
|
-
syncedAt: unknown;
|
|
1132
1143
|
updatedAt: unknown;
|
|
1133
|
-
mtaId: string;
|
|
1134
1144
|
balanceCents: unknown;
|
|
1145
|
+
syncedAt: unknown;
|
|
1135
1146
|
customerId: string;
|
|
1136
1147
|
projectId: string;
|
|
1137
1148
|
lotDetail: string | null;
|
|
@@ -1166,14 +1177,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1166
1177
|
} | null | undefined;
|
|
1167
1178
|
customer?: {
|
|
1168
1179
|
id: string;
|
|
1169
|
-
fullName: string | null;
|
|
1170
|
-
mobile: string | null;
|
|
1171
|
-
email: string;
|
|
1172
1180
|
status: string;
|
|
1173
1181
|
isArchived: boolean;
|
|
1174
1182
|
createdAt: unknown;
|
|
1175
1183
|
syncedAt: unknown;
|
|
1176
1184
|
updatedAt: unknown;
|
|
1185
|
+
fullName?: string | null | undefined;
|
|
1186
|
+
mobile?: string | null | undefined;
|
|
1187
|
+
email?: string | null | undefined;
|
|
1188
|
+
source?: string | null | undefined;
|
|
1177
1189
|
} | null | undefined;
|
|
1178
1190
|
} | null | undefined;
|
|
1179
1191
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -1219,13 +1231,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1219
1231
|
} | null | undefined;
|
|
1220
1232
|
property?: {
|
|
1221
1233
|
id: string;
|
|
1234
|
+
mtaId: string;
|
|
1222
1235
|
status: string;
|
|
1223
1236
|
isArchived: boolean;
|
|
1224
1237
|
createdAt: unknown;
|
|
1225
|
-
syncedAt: unknown;
|
|
1226
1238
|
updatedAt: unknown;
|
|
1227
|
-
mtaId: string;
|
|
1228
1239
|
balanceCents: unknown;
|
|
1240
|
+
syncedAt: unknown;
|
|
1229
1241
|
customerId: string;
|
|
1230
1242
|
projectId: string;
|
|
1231
1243
|
lotDetail: string | null;
|
|
@@ -1260,14 +1272,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1260
1272
|
} | null | undefined;
|
|
1261
1273
|
customer?: {
|
|
1262
1274
|
id: string;
|
|
1263
|
-
fullName: string | null;
|
|
1264
|
-
mobile: string | null;
|
|
1265
|
-
email: string;
|
|
1266
1275
|
status: string;
|
|
1267
1276
|
isArchived: boolean;
|
|
1268
1277
|
createdAt: unknown;
|
|
1269
1278
|
syncedAt: unknown;
|
|
1270
1279
|
updatedAt: unknown;
|
|
1280
|
+
fullName?: string | null | undefined;
|
|
1281
|
+
mobile?: string | null | undefined;
|
|
1282
|
+
email?: string | null | undefined;
|
|
1283
|
+
source?: string | null | undefined;
|
|
1271
1284
|
} | null | undefined;
|
|
1272
1285
|
} | null | undefined;
|
|
1273
1286
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -1317,13 +1330,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1317
1330
|
} | null | undefined;
|
|
1318
1331
|
property?: {
|
|
1319
1332
|
id: string;
|
|
1333
|
+
mtaId: string;
|
|
1320
1334
|
status: string;
|
|
1321
1335
|
isArchived: boolean;
|
|
1322
1336
|
createdAt: Date;
|
|
1323
|
-
syncedAt: Date;
|
|
1324
1337
|
updatedAt: Date;
|
|
1325
|
-
mtaId: string;
|
|
1326
1338
|
balanceCents: bigint;
|
|
1339
|
+
syncedAt: Date;
|
|
1327
1340
|
customerId: string;
|
|
1328
1341
|
projectId: string;
|
|
1329
1342
|
lotDetail: string | null;
|
|
@@ -1358,14 +1371,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1358
1371
|
} | null | undefined;
|
|
1359
1372
|
customer?: {
|
|
1360
1373
|
id: string;
|
|
1361
|
-
fullName: string | null;
|
|
1362
|
-
mobile: string | null;
|
|
1363
|
-
email: string;
|
|
1364
1374
|
status: string;
|
|
1365
1375
|
isArchived: boolean;
|
|
1366
1376
|
createdAt: Date;
|
|
1367
1377
|
syncedAt: Date;
|
|
1368
1378
|
updatedAt: Date;
|
|
1379
|
+
fullName?: string | null | undefined;
|
|
1380
|
+
mobile?: string | null | undefined;
|
|
1381
|
+
email?: string | null | undefined;
|
|
1382
|
+
source?: string | null | undefined;
|
|
1369
1383
|
} | null | undefined;
|
|
1370
1384
|
} | null | undefined;
|
|
1371
1385
|
} & {
|
|
@@ -1413,13 +1427,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1413
1427
|
} | null | undefined;
|
|
1414
1428
|
property?: {
|
|
1415
1429
|
id: string;
|
|
1430
|
+
mtaId: string;
|
|
1416
1431
|
status: string;
|
|
1417
1432
|
isArchived: boolean;
|
|
1418
1433
|
createdAt: Date;
|
|
1419
|
-
syncedAt: Date;
|
|
1420
1434
|
updatedAt: Date;
|
|
1421
|
-
mtaId: string;
|
|
1422
1435
|
balanceCents: bigint;
|
|
1436
|
+
syncedAt: Date;
|
|
1423
1437
|
customerId: string;
|
|
1424
1438
|
projectId: string;
|
|
1425
1439
|
lotDetail: string | null;
|
|
@@ -1454,14 +1468,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1454
1468
|
} | null | undefined;
|
|
1455
1469
|
customer?: {
|
|
1456
1470
|
id: string;
|
|
1457
|
-
fullName: string | null;
|
|
1458
|
-
mobile: string | null;
|
|
1459
|
-
email: string;
|
|
1460
1471
|
status: string;
|
|
1461
1472
|
isArchived: boolean;
|
|
1462
1473
|
createdAt: Date;
|
|
1463
1474
|
syncedAt: Date;
|
|
1464
1475
|
updatedAt: Date;
|
|
1476
|
+
fullName?: string | null | undefined;
|
|
1477
|
+
mobile?: string | null | undefined;
|
|
1478
|
+
email?: string | null | undefined;
|
|
1479
|
+
source?: string | null | undefined;
|
|
1465
1480
|
} | null | undefined;
|
|
1466
1481
|
} | null | undefined;
|
|
1467
1482
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -1508,13 +1523,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1508
1523
|
} | null | undefined;
|
|
1509
1524
|
property?: {
|
|
1510
1525
|
id: string;
|
|
1526
|
+
mtaId: string;
|
|
1511
1527
|
status: string;
|
|
1512
1528
|
isArchived: boolean;
|
|
1513
1529
|
createdAt: Date;
|
|
1514
|
-
syncedAt: Date;
|
|
1515
1530
|
updatedAt: Date;
|
|
1516
|
-
mtaId: string;
|
|
1517
1531
|
balanceCents: bigint;
|
|
1532
|
+
syncedAt: Date;
|
|
1518
1533
|
customerId: string;
|
|
1519
1534
|
projectId: string;
|
|
1520
1535
|
lotDetail: string | null;
|
|
@@ -1549,14 +1564,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1549
1564
|
} | null | undefined;
|
|
1550
1565
|
customer?: {
|
|
1551
1566
|
id: string;
|
|
1552
|
-
fullName: string | null;
|
|
1553
|
-
mobile: string | null;
|
|
1554
|
-
email: string;
|
|
1555
1567
|
status: string;
|
|
1556
1568
|
isArchived: boolean;
|
|
1557
1569
|
createdAt: Date;
|
|
1558
1570
|
syncedAt: Date;
|
|
1559
1571
|
updatedAt: Date;
|
|
1572
|
+
fullName?: string | null | undefined;
|
|
1573
|
+
mobile?: string | null | undefined;
|
|
1574
|
+
email?: string | null | undefined;
|
|
1575
|
+
source?: string | null | undefined;
|
|
1560
1576
|
} | null | undefined;
|
|
1561
1577
|
} | null | undefined;
|
|
1562
1578
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -1571,6 +1587,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1571
1587
|
amountStr?: string | null | undefined;
|
|
1572
1588
|
transactionNumber?: string | null | undefined;
|
|
1573
1589
|
isCancelable?: boolean | null | undefined;
|
|
1590
|
+
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1574
1591
|
}, {
|
|
1575
1592
|
id: string;
|
|
1576
1593
|
referenceId: string | null;
|
|
@@ -1614,13 +1631,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1614
1631
|
} | null | undefined;
|
|
1615
1632
|
property?: {
|
|
1616
1633
|
id: string;
|
|
1634
|
+
mtaId: string;
|
|
1617
1635
|
status: string;
|
|
1618
1636
|
isArchived: boolean;
|
|
1619
1637
|
createdAt: unknown;
|
|
1620
|
-
syncedAt: unknown;
|
|
1621
1638
|
updatedAt: unknown;
|
|
1622
|
-
mtaId: string;
|
|
1623
1639
|
balanceCents: unknown;
|
|
1640
|
+
syncedAt: unknown;
|
|
1624
1641
|
customerId: string;
|
|
1625
1642
|
projectId: string;
|
|
1626
1643
|
lotDetail: string | null;
|
|
@@ -1655,14 +1672,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1655
1672
|
} | null | undefined;
|
|
1656
1673
|
customer?: {
|
|
1657
1674
|
id: string;
|
|
1658
|
-
fullName: string | null;
|
|
1659
|
-
mobile: string | null;
|
|
1660
|
-
email: string;
|
|
1661
1675
|
status: string;
|
|
1662
1676
|
isArchived: boolean;
|
|
1663
1677
|
createdAt: unknown;
|
|
1664
1678
|
syncedAt: unknown;
|
|
1665
1679
|
updatedAt: unknown;
|
|
1680
|
+
fullName?: string | null | undefined;
|
|
1681
|
+
mobile?: string | null | undefined;
|
|
1682
|
+
email?: string | null | undefined;
|
|
1683
|
+
source?: string | null | undefined;
|
|
1666
1684
|
} | null | undefined;
|
|
1667
1685
|
} | null | undefined;
|
|
1668
1686
|
} & {
|
|
@@ -1710,13 +1728,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1710
1728
|
} | null | undefined;
|
|
1711
1729
|
property?: {
|
|
1712
1730
|
id: string;
|
|
1731
|
+
mtaId: string;
|
|
1713
1732
|
status: string;
|
|
1714
1733
|
isArchived: boolean;
|
|
1715
1734
|
createdAt: unknown;
|
|
1716
|
-
syncedAt: unknown;
|
|
1717
1735
|
updatedAt: unknown;
|
|
1718
|
-
mtaId: string;
|
|
1719
1736
|
balanceCents: unknown;
|
|
1737
|
+
syncedAt: unknown;
|
|
1720
1738
|
customerId: string;
|
|
1721
1739
|
projectId: string;
|
|
1722
1740
|
lotDetail: string | null;
|
|
@@ -1751,14 +1769,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1751
1769
|
} | null | undefined;
|
|
1752
1770
|
customer?: {
|
|
1753
1771
|
id: string;
|
|
1754
|
-
fullName: string | null;
|
|
1755
|
-
mobile: string | null;
|
|
1756
|
-
email: string;
|
|
1757
1772
|
status: string;
|
|
1758
1773
|
isArchived: boolean;
|
|
1759
1774
|
createdAt: unknown;
|
|
1760
1775
|
syncedAt: unknown;
|
|
1761
1776
|
updatedAt: unknown;
|
|
1777
|
+
fullName?: string | null | undefined;
|
|
1778
|
+
mobile?: string | null | undefined;
|
|
1779
|
+
email?: string | null | undefined;
|
|
1780
|
+
source?: string | null | undefined;
|
|
1762
1781
|
} | null | undefined;
|
|
1763
1782
|
} | null | undefined;
|
|
1764
1783
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -1805,13 +1824,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1805
1824
|
} | null | undefined;
|
|
1806
1825
|
property?: {
|
|
1807
1826
|
id: string;
|
|
1827
|
+
mtaId: string;
|
|
1808
1828
|
status: string;
|
|
1809
1829
|
isArchived: boolean;
|
|
1810
1830
|
createdAt: unknown;
|
|
1811
|
-
syncedAt: unknown;
|
|
1812
1831
|
updatedAt: unknown;
|
|
1813
|
-
mtaId: string;
|
|
1814
1832
|
balanceCents: unknown;
|
|
1833
|
+
syncedAt: unknown;
|
|
1815
1834
|
customerId: string;
|
|
1816
1835
|
projectId: string;
|
|
1817
1836
|
lotDetail: string | null;
|
|
@@ -1846,18 +1865,20 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1846
1865
|
} | null | undefined;
|
|
1847
1866
|
customer?: {
|
|
1848
1867
|
id: string;
|
|
1849
|
-
fullName: string | null;
|
|
1850
|
-
mobile: string | null;
|
|
1851
|
-
email: string;
|
|
1852
1868
|
status: string;
|
|
1853
1869
|
isArchived: boolean;
|
|
1854
1870
|
createdAt: unknown;
|
|
1855
1871
|
syncedAt: unknown;
|
|
1856
1872
|
updatedAt: unknown;
|
|
1873
|
+
fullName?: string | null | undefined;
|
|
1874
|
+
mobile?: string | null | undefined;
|
|
1875
|
+
email?: string | null | undefined;
|
|
1876
|
+
source?: string | null | undefined;
|
|
1857
1877
|
} | null | undefined;
|
|
1858
1878
|
} | null | undefined;
|
|
1859
1879
|
} & /*elided*/ any)[] | null | undefined;
|
|
1860
1880
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1881
|
+
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1861
1882
|
}, z.core.$ZodTypeInternals<{
|
|
1862
1883
|
id: string;
|
|
1863
1884
|
referenceId: string | null;
|
|
@@ -1901,13 +1922,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1901
1922
|
} | null | undefined;
|
|
1902
1923
|
property?: {
|
|
1903
1924
|
id: string;
|
|
1925
|
+
mtaId: string;
|
|
1904
1926
|
status: string;
|
|
1905
1927
|
isArchived: boolean;
|
|
1906
1928
|
createdAt: Date;
|
|
1907
|
-
syncedAt: Date;
|
|
1908
1929
|
updatedAt: Date;
|
|
1909
|
-
mtaId: string;
|
|
1910
1930
|
balanceCents: bigint;
|
|
1931
|
+
syncedAt: Date;
|
|
1911
1932
|
customerId: string;
|
|
1912
1933
|
projectId: string;
|
|
1913
1934
|
lotDetail: string | null;
|
|
@@ -1942,14 +1963,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1942
1963
|
} | null | undefined;
|
|
1943
1964
|
customer?: {
|
|
1944
1965
|
id: string;
|
|
1945
|
-
fullName: string | null;
|
|
1946
|
-
mobile: string | null;
|
|
1947
|
-
email: string;
|
|
1948
1966
|
status: string;
|
|
1949
1967
|
isArchived: boolean;
|
|
1950
1968
|
createdAt: Date;
|
|
1951
1969
|
syncedAt: Date;
|
|
1952
1970
|
updatedAt: Date;
|
|
1971
|
+
fullName?: string | null | undefined;
|
|
1972
|
+
mobile?: string | null | undefined;
|
|
1973
|
+
email?: string | null | undefined;
|
|
1974
|
+
source?: string | null | undefined;
|
|
1953
1975
|
} | null | undefined;
|
|
1954
1976
|
} | null | undefined;
|
|
1955
1977
|
} & {
|
|
@@ -1997,13 +2019,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1997
2019
|
} | null | undefined;
|
|
1998
2020
|
property?: {
|
|
1999
2021
|
id: string;
|
|
2022
|
+
mtaId: string;
|
|
2000
2023
|
status: string;
|
|
2001
2024
|
isArchived: boolean;
|
|
2002
2025
|
createdAt: Date;
|
|
2003
|
-
syncedAt: Date;
|
|
2004
2026
|
updatedAt: Date;
|
|
2005
|
-
mtaId: string;
|
|
2006
2027
|
balanceCents: bigint;
|
|
2028
|
+
syncedAt: Date;
|
|
2007
2029
|
customerId: string;
|
|
2008
2030
|
projectId: string;
|
|
2009
2031
|
lotDetail: string | null;
|
|
@@ -2038,14 +2060,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2038
2060
|
} | null | undefined;
|
|
2039
2061
|
customer?: {
|
|
2040
2062
|
id: string;
|
|
2041
|
-
fullName: string | null;
|
|
2042
|
-
mobile: string | null;
|
|
2043
|
-
email: string;
|
|
2044
2063
|
status: string;
|
|
2045
2064
|
isArchived: boolean;
|
|
2046
2065
|
createdAt: Date;
|
|
2047
2066
|
syncedAt: Date;
|
|
2048
2067
|
updatedAt: Date;
|
|
2068
|
+
fullName?: string | null | undefined;
|
|
2069
|
+
mobile?: string | null | undefined;
|
|
2070
|
+
email?: string | null | undefined;
|
|
2071
|
+
source?: string | null | undefined;
|
|
2049
2072
|
} | null | undefined;
|
|
2050
2073
|
} | null | undefined;
|
|
2051
2074
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -2092,13 +2115,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2092
2115
|
} | null | undefined;
|
|
2093
2116
|
property?: {
|
|
2094
2117
|
id: string;
|
|
2118
|
+
mtaId: string;
|
|
2095
2119
|
status: string;
|
|
2096
2120
|
isArchived: boolean;
|
|
2097
2121
|
createdAt: Date;
|
|
2098
|
-
syncedAt: Date;
|
|
2099
2122
|
updatedAt: Date;
|
|
2100
|
-
mtaId: string;
|
|
2101
2123
|
balanceCents: bigint;
|
|
2124
|
+
syncedAt: Date;
|
|
2102
2125
|
customerId: string;
|
|
2103
2126
|
projectId: string;
|
|
2104
2127
|
lotDetail: string | null;
|
|
@@ -2133,14 +2156,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2133
2156
|
} | null | undefined;
|
|
2134
2157
|
customer?: {
|
|
2135
2158
|
id: string;
|
|
2136
|
-
fullName: string | null;
|
|
2137
|
-
mobile: string | null;
|
|
2138
|
-
email: string;
|
|
2139
2159
|
status: string;
|
|
2140
2160
|
isArchived: boolean;
|
|
2141
2161
|
createdAt: Date;
|
|
2142
2162
|
syncedAt: Date;
|
|
2143
2163
|
updatedAt: Date;
|
|
2164
|
+
fullName?: string | null | undefined;
|
|
2165
|
+
mobile?: string | null | undefined;
|
|
2166
|
+
email?: string | null | undefined;
|
|
2167
|
+
source?: string | null | undefined;
|
|
2144
2168
|
} | null | undefined;
|
|
2145
2169
|
} | null | undefined;
|
|
2146
2170
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -2155,6 +2179,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2155
2179
|
amountStr?: string | null | undefined;
|
|
2156
2180
|
transactionNumber?: string | null | undefined;
|
|
2157
2181
|
isCancelable?: boolean | null | undefined;
|
|
2182
|
+
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2158
2183
|
}, {
|
|
2159
2184
|
id: string;
|
|
2160
2185
|
referenceId: string | null;
|
|
@@ -2198,13 +2223,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2198
2223
|
} | null | undefined;
|
|
2199
2224
|
property?: {
|
|
2200
2225
|
id: string;
|
|
2226
|
+
mtaId: string;
|
|
2201
2227
|
status: string;
|
|
2202
2228
|
isArchived: boolean;
|
|
2203
2229
|
createdAt: unknown;
|
|
2204
|
-
syncedAt: unknown;
|
|
2205
2230
|
updatedAt: unknown;
|
|
2206
|
-
mtaId: string;
|
|
2207
2231
|
balanceCents: unknown;
|
|
2232
|
+
syncedAt: unknown;
|
|
2208
2233
|
customerId: string;
|
|
2209
2234
|
projectId: string;
|
|
2210
2235
|
lotDetail: string | null;
|
|
@@ -2239,14 +2264,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2239
2264
|
} | null | undefined;
|
|
2240
2265
|
customer?: {
|
|
2241
2266
|
id: string;
|
|
2242
|
-
fullName: string | null;
|
|
2243
|
-
mobile: string | null;
|
|
2244
|
-
email: string;
|
|
2245
2267
|
status: string;
|
|
2246
2268
|
isArchived: boolean;
|
|
2247
2269
|
createdAt: unknown;
|
|
2248
2270
|
syncedAt: unknown;
|
|
2249
2271
|
updatedAt: unknown;
|
|
2272
|
+
fullName?: string | null | undefined;
|
|
2273
|
+
mobile?: string | null | undefined;
|
|
2274
|
+
email?: string | null | undefined;
|
|
2275
|
+
source?: string | null | undefined;
|
|
2250
2276
|
} | null | undefined;
|
|
2251
2277
|
} | null | undefined;
|
|
2252
2278
|
} & {
|
|
@@ -2294,13 +2320,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2294
2320
|
} | null | undefined;
|
|
2295
2321
|
property?: {
|
|
2296
2322
|
id: string;
|
|
2323
|
+
mtaId: string;
|
|
2297
2324
|
status: string;
|
|
2298
2325
|
isArchived: boolean;
|
|
2299
2326
|
createdAt: unknown;
|
|
2300
|
-
syncedAt: unknown;
|
|
2301
2327
|
updatedAt: unknown;
|
|
2302
|
-
mtaId: string;
|
|
2303
2328
|
balanceCents: unknown;
|
|
2329
|
+
syncedAt: unknown;
|
|
2304
2330
|
customerId: string;
|
|
2305
2331
|
projectId: string;
|
|
2306
2332
|
lotDetail: string | null;
|
|
@@ -2335,14 +2361,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2335
2361
|
} | null | undefined;
|
|
2336
2362
|
customer?: {
|
|
2337
2363
|
id: string;
|
|
2338
|
-
fullName: string | null;
|
|
2339
|
-
mobile: string | null;
|
|
2340
|
-
email: string;
|
|
2341
2364
|
status: string;
|
|
2342
2365
|
isArchived: boolean;
|
|
2343
2366
|
createdAt: unknown;
|
|
2344
2367
|
syncedAt: unknown;
|
|
2345
2368
|
updatedAt: unknown;
|
|
2369
|
+
fullName?: string | null | undefined;
|
|
2370
|
+
mobile?: string | null | undefined;
|
|
2371
|
+
email?: string | null | undefined;
|
|
2372
|
+
source?: string | null | undefined;
|
|
2346
2373
|
} | null | undefined;
|
|
2347
2374
|
} | null | undefined;
|
|
2348
2375
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -2389,13 +2416,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2389
2416
|
} | null | undefined;
|
|
2390
2417
|
property?: {
|
|
2391
2418
|
id: string;
|
|
2419
|
+
mtaId: string;
|
|
2392
2420
|
status: string;
|
|
2393
2421
|
isArchived: boolean;
|
|
2394
2422
|
createdAt: unknown;
|
|
2395
|
-
syncedAt: unknown;
|
|
2396
2423
|
updatedAt: unknown;
|
|
2397
|
-
mtaId: string;
|
|
2398
2424
|
balanceCents: unknown;
|
|
2425
|
+
syncedAt: unknown;
|
|
2399
2426
|
customerId: string;
|
|
2400
2427
|
projectId: string;
|
|
2401
2428
|
lotDetail: string | null;
|
|
@@ -2430,18 +2457,20 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2430
2457
|
} | null | undefined;
|
|
2431
2458
|
customer?: {
|
|
2432
2459
|
id: string;
|
|
2433
|
-
fullName: string | null;
|
|
2434
|
-
mobile: string | null;
|
|
2435
|
-
email: string;
|
|
2436
2460
|
status: string;
|
|
2437
2461
|
isArchived: boolean;
|
|
2438
2462
|
createdAt: unknown;
|
|
2439
2463
|
syncedAt: unknown;
|
|
2440
2464
|
updatedAt: unknown;
|
|
2465
|
+
fullName?: string | null | undefined;
|
|
2466
|
+
mobile?: string | null | undefined;
|
|
2467
|
+
email?: string | null | undefined;
|
|
2468
|
+
source?: string | null | undefined;
|
|
2441
2469
|
} | null | undefined;
|
|
2442
2470
|
} | null | undefined;
|
|
2443
2471
|
} & /*elided*/ any)[] | null | undefined;
|
|
2444
2472
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2473
|
+
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2445
2474
|
}>>>>>;
|
|
2446
2475
|
}, z.core.$strip>>>>;
|
|
2447
2476
|
cmaTransaction: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodLazy<z.ZodObject<{
|
|
@@ -2514,13 +2543,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2514
2543
|
} | null | undefined;
|
|
2515
2544
|
property?: {
|
|
2516
2545
|
id: string;
|
|
2546
|
+
mtaId: string;
|
|
2517
2547
|
status: string;
|
|
2518
2548
|
isArchived: boolean;
|
|
2519
2549
|
createdAt: Date;
|
|
2520
|
-
syncedAt: Date;
|
|
2521
2550
|
updatedAt: Date;
|
|
2522
|
-
mtaId: string;
|
|
2523
2551
|
balanceCents: bigint;
|
|
2552
|
+
syncedAt: Date;
|
|
2524
2553
|
customerId: string;
|
|
2525
2554
|
projectId: string;
|
|
2526
2555
|
lotDetail: string | null;
|
|
@@ -2555,14 +2584,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2555
2584
|
} | null | undefined;
|
|
2556
2585
|
customer?: {
|
|
2557
2586
|
id: string;
|
|
2558
|
-
fullName: string | null;
|
|
2559
|
-
mobile: string | null;
|
|
2560
|
-
email: string;
|
|
2561
2587
|
status: string;
|
|
2562
2588
|
isArchived: boolean;
|
|
2563
2589
|
createdAt: Date;
|
|
2564
2590
|
syncedAt: Date;
|
|
2565
2591
|
updatedAt: Date;
|
|
2592
|
+
fullName?: string | null | undefined;
|
|
2593
|
+
mobile?: string | null | undefined;
|
|
2594
|
+
email?: string | null | undefined;
|
|
2595
|
+
source?: string | null | undefined;
|
|
2566
2596
|
} | null | undefined;
|
|
2567
2597
|
} | null | undefined;
|
|
2568
2598
|
} & {
|
|
@@ -2609,13 +2639,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2609
2639
|
} | null | undefined;
|
|
2610
2640
|
property?: {
|
|
2611
2641
|
id: string;
|
|
2642
|
+
mtaId: string;
|
|
2612
2643
|
status: string;
|
|
2613
2644
|
isArchived: boolean;
|
|
2614
2645
|
createdAt: Date;
|
|
2615
|
-
syncedAt: Date;
|
|
2616
2646
|
updatedAt: Date;
|
|
2617
|
-
mtaId: string;
|
|
2618
2647
|
balanceCents: bigint;
|
|
2648
|
+
syncedAt: Date;
|
|
2619
2649
|
customerId: string;
|
|
2620
2650
|
projectId: string;
|
|
2621
2651
|
lotDetail: string | null;
|
|
@@ -2650,14 +2680,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2650
2680
|
} | null | undefined;
|
|
2651
2681
|
customer?: {
|
|
2652
2682
|
id: string;
|
|
2653
|
-
fullName: string | null;
|
|
2654
|
-
mobile: string | null;
|
|
2655
|
-
email: string;
|
|
2656
2683
|
status: string;
|
|
2657
2684
|
isArchived: boolean;
|
|
2658
2685
|
createdAt: Date;
|
|
2659
2686
|
syncedAt: Date;
|
|
2660
2687
|
updatedAt: Date;
|
|
2688
|
+
fullName?: string | null | undefined;
|
|
2689
|
+
mobile?: string | null | undefined;
|
|
2690
|
+
email?: string | null | undefined;
|
|
2691
|
+
source?: string | null | undefined;
|
|
2661
2692
|
} | null | undefined;
|
|
2662
2693
|
} | null | undefined;
|
|
2663
2694
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -2703,13 +2734,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2703
2734
|
} | null | undefined;
|
|
2704
2735
|
property?: {
|
|
2705
2736
|
id: string;
|
|
2737
|
+
mtaId: string;
|
|
2706
2738
|
status: string;
|
|
2707
2739
|
isArchived: boolean;
|
|
2708
2740
|
createdAt: Date;
|
|
2709
|
-
syncedAt: Date;
|
|
2710
2741
|
updatedAt: Date;
|
|
2711
|
-
mtaId: string;
|
|
2712
2742
|
balanceCents: bigint;
|
|
2743
|
+
syncedAt: Date;
|
|
2713
2744
|
customerId: string;
|
|
2714
2745
|
projectId: string;
|
|
2715
2746
|
lotDetail: string | null;
|
|
@@ -2744,14 +2775,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2744
2775
|
} | null | undefined;
|
|
2745
2776
|
customer?: {
|
|
2746
2777
|
id: string;
|
|
2747
|
-
fullName: string | null;
|
|
2748
|
-
mobile: string | null;
|
|
2749
|
-
email: string;
|
|
2750
2778
|
status: string;
|
|
2751
2779
|
isArchived: boolean;
|
|
2752
2780
|
createdAt: Date;
|
|
2753
2781
|
syncedAt: Date;
|
|
2754
2782
|
updatedAt: Date;
|
|
2783
|
+
fullName?: string | null | undefined;
|
|
2784
|
+
mobile?: string | null | undefined;
|
|
2785
|
+
email?: string | null | undefined;
|
|
2786
|
+
source?: string | null | undefined;
|
|
2755
2787
|
} | null | undefined;
|
|
2756
2788
|
} | null | undefined;
|
|
2757
2789
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -2865,13 +2897,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2865
2897
|
} | null | undefined;
|
|
2866
2898
|
property?: {
|
|
2867
2899
|
id: string;
|
|
2900
|
+
mtaId: string;
|
|
2868
2901
|
status: string;
|
|
2869
2902
|
isArchived: boolean;
|
|
2870
2903
|
createdAt: Date;
|
|
2871
|
-
syncedAt: Date;
|
|
2872
2904
|
updatedAt: Date;
|
|
2873
|
-
mtaId: string;
|
|
2874
2905
|
balanceCents: bigint;
|
|
2906
|
+
syncedAt: Date;
|
|
2875
2907
|
customerId: string;
|
|
2876
2908
|
projectId: string;
|
|
2877
2909
|
lotDetail: string | null;
|
|
@@ -2906,14 +2938,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2906
2938
|
} | null | undefined;
|
|
2907
2939
|
customer?: {
|
|
2908
2940
|
id: string;
|
|
2909
|
-
fullName: string | null;
|
|
2910
|
-
mobile: string | null;
|
|
2911
|
-
email: string;
|
|
2912
2941
|
status: string;
|
|
2913
2942
|
isArchived: boolean;
|
|
2914
2943
|
createdAt: Date;
|
|
2915
2944
|
syncedAt: Date;
|
|
2916
2945
|
updatedAt: Date;
|
|
2946
|
+
fullName?: string | null | undefined;
|
|
2947
|
+
mobile?: string | null | undefined;
|
|
2948
|
+
email?: string | null | undefined;
|
|
2949
|
+
source?: string | null | undefined;
|
|
2917
2950
|
} | null | undefined;
|
|
2918
2951
|
} | null | undefined;
|
|
2919
2952
|
} & {
|
|
@@ -2961,13 +2994,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2961
2994
|
} | null | undefined;
|
|
2962
2995
|
property?: {
|
|
2963
2996
|
id: string;
|
|
2997
|
+
mtaId: string;
|
|
2964
2998
|
status: string;
|
|
2965
2999
|
isArchived: boolean;
|
|
2966
3000
|
createdAt: Date;
|
|
2967
|
-
syncedAt: Date;
|
|
2968
3001
|
updatedAt: Date;
|
|
2969
|
-
mtaId: string;
|
|
2970
3002
|
balanceCents: bigint;
|
|
3003
|
+
syncedAt: Date;
|
|
2971
3004
|
customerId: string;
|
|
2972
3005
|
projectId: string;
|
|
2973
3006
|
lotDetail: string | null;
|
|
@@ -3002,14 +3035,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3002
3035
|
} | null | undefined;
|
|
3003
3036
|
customer?: {
|
|
3004
3037
|
id: string;
|
|
3005
|
-
fullName: string | null;
|
|
3006
|
-
mobile: string | null;
|
|
3007
|
-
email: string;
|
|
3008
3038
|
status: string;
|
|
3009
3039
|
isArchived: boolean;
|
|
3010
3040
|
createdAt: Date;
|
|
3011
3041
|
syncedAt: Date;
|
|
3012
3042
|
updatedAt: Date;
|
|
3043
|
+
fullName?: string | null | undefined;
|
|
3044
|
+
mobile?: string | null | undefined;
|
|
3045
|
+
email?: string | null | undefined;
|
|
3046
|
+
source?: string | null | undefined;
|
|
3013
3047
|
} | null | undefined;
|
|
3014
3048
|
} | null | undefined;
|
|
3015
3049
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -3056,13 +3090,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3056
3090
|
} | null | undefined;
|
|
3057
3091
|
property?: {
|
|
3058
3092
|
id: string;
|
|
3093
|
+
mtaId: string;
|
|
3059
3094
|
status: string;
|
|
3060
3095
|
isArchived: boolean;
|
|
3061
3096
|
createdAt: Date;
|
|
3062
|
-
syncedAt: Date;
|
|
3063
3097
|
updatedAt: Date;
|
|
3064
|
-
mtaId: string;
|
|
3065
3098
|
balanceCents: bigint;
|
|
3099
|
+
syncedAt: Date;
|
|
3066
3100
|
customerId: string;
|
|
3067
3101
|
projectId: string;
|
|
3068
3102
|
lotDetail: string | null;
|
|
@@ -3097,14 +3131,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3097
3131
|
} | null | undefined;
|
|
3098
3132
|
customer?: {
|
|
3099
3133
|
id: string;
|
|
3100
|
-
fullName: string | null;
|
|
3101
|
-
mobile: string | null;
|
|
3102
|
-
email: string;
|
|
3103
3134
|
status: string;
|
|
3104
3135
|
isArchived: boolean;
|
|
3105
3136
|
createdAt: Date;
|
|
3106
3137
|
syncedAt: Date;
|
|
3107
3138
|
updatedAt: Date;
|
|
3139
|
+
fullName?: string | null | undefined;
|
|
3140
|
+
mobile?: string | null | undefined;
|
|
3141
|
+
email?: string | null | undefined;
|
|
3142
|
+
source?: string | null | undefined;
|
|
3108
3143
|
} | null | undefined;
|
|
3109
3144
|
} | null | undefined;
|
|
3110
3145
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -3119,6 +3154,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3119
3154
|
amountStr?: string | null | undefined;
|
|
3120
3155
|
transactionNumber?: string | null | undefined;
|
|
3121
3156
|
isCancelable?: boolean | null | undefined;
|
|
3157
|
+
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
3122
3158
|
}, {
|
|
3123
3159
|
[x: string]: unknown;
|
|
3124
3160
|
id: string;
|
|
@@ -3171,13 +3207,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3171
3207
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
3172
3208
|
createdBy: z.ZodString;
|
|
3173
3209
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
3210
|
+
bsb: string | null;
|
|
3211
|
+
accountNumber: string;
|
|
3174
3212
|
id: string;
|
|
3175
3213
|
status: "active" | "inactive";
|
|
3176
3214
|
isArchived: boolean;
|
|
3177
3215
|
createdAt: Date;
|
|
3178
3216
|
updatedAt: Date;
|
|
3179
|
-
bsb: string | null;
|
|
3180
|
-
accountNumber: string;
|
|
3181
3217
|
propertyId: string;
|
|
3182
3218
|
payoutId: number;
|
|
3183
3219
|
balanceCents: number;
|
|
@@ -3232,13 +3268,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3232
3268
|
} | null | undefined;
|
|
3233
3269
|
property?: {
|
|
3234
3270
|
id: string;
|
|
3271
|
+
mtaId: string;
|
|
3235
3272
|
status: string;
|
|
3236
3273
|
isArchived: boolean;
|
|
3237
3274
|
createdAt: Date;
|
|
3238
|
-
syncedAt: Date;
|
|
3239
3275
|
updatedAt: Date;
|
|
3240
|
-
mtaId: string;
|
|
3241
3276
|
balanceCents: bigint;
|
|
3277
|
+
syncedAt: Date;
|
|
3242
3278
|
customerId: string;
|
|
3243
3279
|
projectId: string;
|
|
3244
3280
|
lotDetail: string | null;
|
|
@@ -3273,14 +3309,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3273
3309
|
} | null | undefined;
|
|
3274
3310
|
customer?: {
|
|
3275
3311
|
id: string;
|
|
3276
|
-
fullName: string | null;
|
|
3277
|
-
mobile: string | null;
|
|
3278
|
-
email: string;
|
|
3279
3312
|
status: string;
|
|
3280
3313
|
isArchived: boolean;
|
|
3281
3314
|
createdAt: Date;
|
|
3282
3315
|
syncedAt: Date;
|
|
3283
3316
|
updatedAt: Date;
|
|
3317
|
+
fullName?: string | null | undefined;
|
|
3318
|
+
mobile?: string | null | undefined;
|
|
3319
|
+
email?: string | null | undefined;
|
|
3320
|
+
source?: string | null | undefined;
|
|
3284
3321
|
} | null | undefined;
|
|
3285
3322
|
} | null | undefined;
|
|
3286
3323
|
} & {
|
|
@@ -3327,13 +3364,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3327
3364
|
} | null | undefined;
|
|
3328
3365
|
property?: {
|
|
3329
3366
|
id: string;
|
|
3367
|
+
mtaId: string;
|
|
3330
3368
|
status: string;
|
|
3331
3369
|
isArchived: boolean;
|
|
3332
3370
|
createdAt: Date;
|
|
3333
|
-
syncedAt: Date;
|
|
3334
3371
|
updatedAt: Date;
|
|
3335
|
-
mtaId: string;
|
|
3336
3372
|
balanceCents: bigint;
|
|
3373
|
+
syncedAt: Date;
|
|
3337
3374
|
customerId: string;
|
|
3338
3375
|
projectId: string;
|
|
3339
3376
|
lotDetail: string | null;
|
|
@@ -3368,14 +3405,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3368
3405
|
} | null | undefined;
|
|
3369
3406
|
customer?: {
|
|
3370
3407
|
id: string;
|
|
3371
|
-
fullName: string | null;
|
|
3372
|
-
mobile: string | null;
|
|
3373
|
-
email: string;
|
|
3374
3408
|
status: string;
|
|
3375
3409
|
isArchived: boolean;
|
|
3376
3410
|
createdAt: Date;
|
|
3377
3411
|
syncedAt: Date;
|
|
3378
3412
|
updatedAt: Date;
|
|
3413
|
+
fullName?: string | null | undefined;
|
|
3414
|
+
mobile?: string | null | undefined;
|
|
3415
|
+
email?: string | null | undefined;
|
|
3416
|
+
source?: string | null | undefined;
|
|
3379
3417
|
} | null | undefined;
|
|
3380
3418
|
} | null | undefined;
|
|
3381
3419
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -3421,13 +3459,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3421
3459
|
} | null | undefined;
|
|
3422
3460
|
property?: {
|
|
3423
3461
|
id: string;
|
|
3462
|
+
mtaId: string;
|
|
3424
3463
|
status: string;
|
|
3425
3464
|
isArchived: boolean;
|
|
3426
3465
|
createdAt: Date;
|
|
3427
|
-
syncedAt: Date;
|
|
3428
3466
|
updatedAt: Date;
|
|
3429
|
-
mtaId: string;
|
|
3430
3467
|
balanceCents: bigint;
|
|
3468
|
+
syncedAt: Date;
|
|
3431
3469
|
customerId: string;
|
|
3432
3470
|
projectId: string;
|
|
3433
3471
|
lotDetail: string | null;
|
|
@@ -3462,14 +3500,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3462
3500
|
} | null | undefined;
|
|
3463
3501
|
customer?: {
|
|
3464
3502
|
id: string;
|
|
3465
|
-
fullName: string | null;
|
|
3466
|
-
mobile: string | null;
|
|
3467
|
-
email: string;
|
|
3468
3503
|
status: string;
|
|
3469
3504
|
isArchived: boolean;
|
|
3470
3505
|
createdAt: Date;
|
|
3471
3506
|
syncedAt: Date;
|
|
3472
3507
|
updatedAt: Date;
|
|
3508
|
+
fullName?: string | null | undefined;
|
|
3509
|
+
mobile?: string | null | undefined;
|
|
3510
|
+
email?: string | null | undefined;
|
|
3511
|
+
source?: string | null | undefined;
|
|
3473
3512
|
} | null | undefined;
|
|
3474
3513
|
} | null | undefined;
|
|
3475
3514
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -3524,16 +3563,16 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3524
3563
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
3525
3564
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
3526
3565
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
3566
|
+
name: string;
|
|
3567
|
+
bsb: string | null;
|
|
3568
|
+
accountNumber: string;
|
|
3527
3569
|
id: string;
|
|
3528
3570
|
status: string;
|
|
3529
3571
|
isArchived: boolean;
|
|
3530
3572
|
createdAt: Date;
|
|
3531
|
-
syncedAt: Date | null;
|
|
3532
3573
|
updatedAt: Date;
|
|
3533
|
-
name: string;
|
|
3534
|
-
bsb: string | null;
|
|
3535
|
-
accountNumber: string;
|
|
3536
3574
|
balanceCents: number;
|
|
3575
|
+
syncedAt: Date | null;
|
|
3537
3576
|
createdBy: string | null;
|
|
3538
3577
|
country: string;
|
|
3539
3578
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|