@mikemo-coposit/am-accounting-shared 1.2.2 → 1.3.1
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/index.cjs +32 -9
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +18 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +39 -0
- 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 +72 -0
- 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 +39 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +3 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +75 -0
- 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-search.rest.schema.d.ts +18 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +3 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +72 -0
- 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 +36 -0
- 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 +18 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +3 -0
- 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 +3 -0
- 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.entity.schema.d.ts +8 -6
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.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 +298 -70
- 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-provision-data.entity.schema.d.ts +9 -6
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +9 -6
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +1147 -28
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +3 -2
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +8 -6
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +107 -5
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +4 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +36 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +76 -0
- 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/index.js +32 -9
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +18 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +39 -0
- 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 +72 -0
- 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 +39 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +3 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +75 -0
- 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-search.rest.schema.d.ts +18 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +3 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +72 -0
- 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 +36 -0
- 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 +18 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +3 -0
- 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 +3 -0
- 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.entity.schema.d.ts +8 -6
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.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 +298 -70
- 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-provision-data.entity.schema.d.ts +9 -6
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +9 -6
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +1147 -28
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +3 -2
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +8 -6
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +107 -5
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +4 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +36 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +76 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { z } from
|
|
2
|
-
import { cmaEntitySchema } from
|
|
3
|
-
import { mtaRestResSchema } from
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import { cmaEntitySchema } from "../cma";
|
|
3
|
+
import { mtaRestResSchema } from "../mta";
|
|
4
4
|
export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
5
5
|
id: z.ZodUUID;
|
|
6
6
|
sequence: z.ZodInt;
|
|
@@ -22,7 +22,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
22
22
|
targetAccountType: z.ZodNullable<z.ZodString>;
|
|
23
23
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
24
24
|
description: z.ZodNullable<z.ZodString>;
|
|
25
|
-
property: z.ZodOptional<z.ZodNullable<z.
|
|
25
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
26
|
+
internalReference: z.ZodOptional<z.ZodInt>;
|
|
26
27
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
27
28
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
28
29
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
@@ -58,6 +59,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
58
59
|
}, z.core.$strip>>>;
|
|
59
60
|
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
60
61
|
id: z.ZodString;
|
|
62
|
+
internalReference: z.ZodInt;
|
|
61
63
|
name: z.ZodString;
|
|
62
64
|
developerId: z.ZodString;
|
|
63
65
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -70,6 +72,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
70
72
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
71
73
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
72
74
|
id: z.ZodUUID;
|
|
75
|
+
internalReference: z.ZodInt;
|
|
73
76
|
companyName: z.ZodNullable<z.ZodString>;
|
|
74
77
|
status: z.ZodString;
|
|
75
78
|
isArchived: z.ZodBoolean;
|
|
@@ -176,6 +179,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
176
179
|
updatedAt: Date;
|
|
177
180
|
balanceCents: bigint;
|
|
178
181
|
syncedAt: Date;
|
|
182
|
+
internalReference: number;
|
|
179
183
|
customerId: string;
|
|
180
184
|
projectId: string;
|
|
181
185
|
lotDetail: string | null;
|
|
@@ -191,6 +195,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
191
195
|
copositSaleStatus?: string | null | undefined;
|
|
192
196
|
project?: {
|
|
193
197
|
id: string;
|
|
198
|
+
internalReference: number;
|
|
194
199
|
name: string;
|
|
195
200
|
developerId: string;
|
|
196
201
|
mtaId: string | null;
|
|
@@ -203,6 +208,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
203
208
|
updatedAt: Date;
|
|
204
209
|
developer?: {
|
|
205
210
|
id: string;
|
|
211
|
+
internalReference: number;
|
|
206
212
|
companyName: string | null;
|
|
207
213
|
status: string;
|
|
208
214
|
isArchived: boolean;
|
|
@@ -275,6 +281,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
275
281
|
updatedAt: Date;
|
|
276
282
|
balanceCents: bigint;
|
|
277
283
|
syncedAt: Date;
|
|
284
|
+
internalReference: number;
|
|
278
285
|
customerId: string;
|
|
279
286
|
projectId: string;
|
|
280
287
|
lotDetail: string | null;
|
|
@@ -290,6 +297,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
290
297
|
copositSaleStatus?: string | null | undefined;
|
|
291
298
|
project?: {
|
|
292
299
|
id: string;
|
|
300
|
+
internalReference: number;
|
|
293
301
|
name: string;
|
|
294
302
|
developerId: string;
|
|
295
303
|
mtaId: string | null;
|
|
@@ -302,6 +310,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
302
310
|
updatedAt: Date;
|
|
303
311
|
developer?: {
|
|
304
312
|
id: string;
|
|
313
|
+
internalReference: number;
|
|
305
314
|
companyName: string | null;
|
|
306
315
|
status: string;
|
|
307
316
|
isArchived: boolean;
|
|
@@ -373,6 +382,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
373
382
|
updatedAt: Date;
|
|
374
383
|
balanceCents: bigint;
|
|
375
384
|
syncedAt: Date;
|
|
385
|
+
internalReference: number;
|
|
376
386
|
customerId: string;
|
|
377
387
|
projectId: string;
|
|
378
388
|
lotDetail: string | null;
|
|
@@ -388,6 +398,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
388
398
|
copositSaleStatus?: string | null | undefined;
|
|
389
399
|
project?: {
|
|
390
400
|
id: string;
|
|
401
|
+
internalReference: number;
|
|
391
402
|
name: string;
|
|
392
403
|
developerId: string;
|
|
393
404
|
mtaId: string | null;
|
|
@@ -400,6 +411,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
400
411
|
updatedAt: Date;
|
|
401
412
|
developer?: {
|
|
402
413
|
id: string;
|
|
414
|
+
internalReference: number;
|
|
403
415
|
companyName: string | null;
|
|
404
416
|
status: string;
|
|
405
417
|
isArchived: boolean;
|
|
@@ -479,6 +491,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
479
491
|
updatedAt: unknown;
|
|
480
492
|
balanceCents: unknown;
|
|
481
493
|
syncedAt: unknown;
|
|
494
|
+
internalReference: number;
|
|
482
495
|
customerId: string;
|
|
483
496
|
projectId: string;
|
|
484
497
|
lotDetail: string | null;
|
|
@@ -494,6 +507,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
494
507
|
copositSaleStatus?: string | null | undefined;
|
|
495
508
|
project?: {
|
|
496
509
|
id: string;
|
|
510
|
+
internalReference: number;
|
|
497
511
|
name: string;
|
|
498
512
|
developerId: string;
|
|
499
513
|
mtaId: string | null;
|
|
@@ -506,6 +520,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
506
520
|
updatedAt: unknown;
|
|
507
521
|
developer?: {
|
|
508
522
|
id: string;
|
|
523
|
+
internalReference: number;
|
|
509
524
|
companyName: string | null;
|
|
510
525
|
status: string;
|
|
511
526
|
isArchived: boolean;
|
|
@@ -578,6 +593,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
578
593
|
updatedAt: unknown;
|
|
579
594
|
balanceCents: unknown;
|
|
580
595
|
syncedAt: unknown;
|
|
596
|
+
internalReference: number;
|
|
581
597
|
customerId: string;
|
|
582
598
|
projectId: string;
|
|
583
599
|
lotDetail: string | null;
|
|
@@ -593,6 +609,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
593
609
|
copositSaleStatus?: string | null | undefined;
|
|
594
610
|
project?: {
|
|
595
611
|
id: string;
|
|
612
|
+
internalReference: number;
|
|
596
613
|
name: string;
|
|
597
614
|
developerId: string;
|
|
598
615
|
mtaId: string | null;
|
|
@@ -605,6 +622,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
605
622
|
updatedAt: unknown;
|
|
606
623
|
developer?: {
|
|
607
624
|
id: string;
|
|
625
|
+
internalReference: number;
|
|
608
626
|
companyName: string | null;
|
|
609
627
|
status: string;
|
|
610
628
|
isArchived: boolean;
|
|
@@ -676,6 +694,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
676
694
|
updatedAt: unknown;
|
|
677
695
|
balanceCents: unknown;
|
|
678
696
|
syncedAt: unknown;
|
|
697
|
+
internalReference: number;
|
|
679
698
|
customerId: string;
|
|
680
699
|
projectId: string;
|
|
681
700
|
lotDetail: string | null;
|
|
@@ -691,6 +710,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
691
710
|
copositSaleStatus?: string | null | undefined;
|
|
692
711
|
project?: {
|
|
693
712
|
id: string;
|
|
713
|
+
internalReference: number;
|
|
694
714
|
name: string;
|
|
695
715
|
developerId: string;
|
|
696
716
|
mtaId: string | null;
|
|
@@ -703,6 +723,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
703
723
|
updatedAt: unknown;
|
|
704
724
|
developer?: {
|
|
705
725
|
id: string;
|
|
726
|
+
internalReference: number;
|
|
706
727
|
companyName: string | null;
|
|
707
728
|
status: string;
|
|
708
729
|
isArchived: boolean;
|
|
@@ -776,6 +797,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
776
797
|
updatedAt: Date;
|
|
777
798
|
balanceCents: bigint;
|
|
778
799
|
syncedAt: Date;
|
|
800
|
+
internalReference: number;
|
|
779
801
|
customerId: string;
|
|
780
802
|
projectId: string;
|
|
781
803
|
lotDetail: string | null;
|
|
@@ -791,6 +813,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
791
813
|
copositSaleStatus?: string | null | undefined;
|
|
792
814
|
project?: {
|
|
793
815
|
id: string;
|
|
816
|
+
internalReference: number;
|
|
794
817
|
name: string;
|
|
795
818
|
developerId: string;
|
|
796
819
|
mtaId: string | null;
|
|
@@ -803,6 +826,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
803
826
|
updatedAt: Date;
|
|
804
827
|
developer?: {
|
|
805
828
|
id: string;
|
|
829
|
+
internalReference: number;
|
|
806
830
|
companyName: string | null;
|
|
807
831
|
status: string;
|
|
808
832
|
isArchived: boolean;
|
|
@@ -875,6 +899,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
875
899
|
updatedAt: Date;
|
|
876
900
|
balanceCents: bigint;
|
|
877
901
|
syncedAt: Date;
|
|
902
|
+
internalReference: number;
|
|
878
903
|
customerId: string;
|
|
879
904
|
projectId: string;
|
|
880
905
|
lotDetail: string | null;
|
|
@@ -890,6 +915,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
890
915
|
copositSaleStatus?: string | null | undefined;
|
|
891
916
|
project?: {
|
|
892
917
|
id: string;
|
|
918
|
+
internalReference: number;
|
|
893
919
|
name: string;
|
|
894
920
|
developerId: string;
|
|
895
921
|
mtaId: string | null;
|
|
@@ -902,6 +928,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
902
928
|
updatedAt: Date;
|
|
903
929
|
developer?: {
|
|
904
930
|
id: string;
|
|
931
|
+
internalReference: number;
|
|
905
932
|
companyName: string | null;
|
|
906
933
|
status: string;
|
|
907
934
|
isArchived: boolean;
|
|
@@ -973,6 +1000,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
973
1000
|
updatedAt: Date;
|
|
974
1001
|
balanceCents: bigint;
|
|
975
1002
|
syncedAt: Date;
|
|
1003
|
+
internalReference: number;
|
|
976
1004
|
customerId: string;
|
|
977
1005
|
projectId: string;
|
|
978
1006
|
lotDetail: string | null;
|
|
@@ -988,6 +1016,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
988
1016
|
copositSaleStatus?: string | null | undefined;
|
|
989
1017
|
project?: {
|
|
990
1018
|
id: string;
|
|
1019
|
+
internalReference: number;
|
|
991
1020
|
name: string;
|
|
992
1021
|
developerId: string;
|
|
993
1022
|
mtaId: string | null;
|
|
@@ -1000,6 +1029,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1000
1029
|
updatedAt: Date;
|
|
1001
1030
|
developer?: {
|
|
1002
1031
|
id: string;
|
|
1032
|
+
internalReference: number;
|
|
1003
1033
|
companyName: string | null;
|
|
1004
1034
|
status: string;
|
|
1005
1035
|
isArchived: boolean;
|
|
@@ -1079,6 +1109,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1079
1109
|
updatedAt: unknown;
|
|
1080
1110
|
balanceCents: unknown;
|
|
1081
1111
|
syncedAt: unknown;
|
|
1112
|
+
internalReference: number;
|
|
1082
1113
|
customerId: string;
|
|
1083
1114
|
projectId: string;
|
|
1084
1115
|
lotDetail: string | null;
|
|
@@ -1094,6 +1125,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1094
1125
|
copositSaleStatus?: string | null | undefined;
|
|
1095
1126
|
project?: {
|
|
1096
1127
|
id: string;
|
|
1128
|
+
internalReference: number;
|
|
1097
1129
|
name: string;
|
|
1098
1130
|
developerId: string;
|
|
1099
1131
|
mtaId: string | null;
|
|
@@ -1106,6 +1138,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1106
1138
|
updatedAt: unknown;
|
|
1107
1139
|
developer?: {
|
|
1108
1140
|
id: string;
|
|
1141
|
+
internalReference: number;
|
|
1109
1142
|
companyName: string | null;
|
|
1110
1143
|
status: string;
|
|
1111
1144
|
isArchived: boolean;
|
|
@@ -1178,6 +1211,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1178
1211
|
updatedAt: unknown;
|
|
1179
1212
|
balanceCents: unknown;
|
|
1180
1213
|
syncedAt: unknown;
|
|
1214
|
+
internalReference: number;
|
|
1181
1215
|
customerId: string;
|
|
1182
1216
|
projectId: string;
|
|
1183
1217
|
lotDetail: string | null;
|
|
@@ -1193,6 +1227,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1193
1227
|
copositSaleStatus?: string | null | undefined;
|
|
1194
1228
|
project?: {
|
|
1195
1229
|
id: string;
|
|
1230
|
+
internalReference: number;
|
|
1196
1231
|
name: string;
|
|
1197
1232
|
developerId: string;
|
|
1198
1233
|
mtaId: string | null;
|
|
@@ -1205,6 +1240,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1205
1240
|
updatedAt: unknown;
|
|
1206
1241
|
developer?: {
|
|
1207
1242
|
id: string;
|
|
1243
|
+
internalReference: number;
|
|
1208
1244
|
companyName: string | null;
|
|
1209
1245
|
status: string;
|
|
1210
1246
|
isArchived: boolean;
|
|
@@ -1276,6 +1312,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1276
1312
|
updatedAt: unknown;
|
|
1277
1313
|
balanceCents: unknown;
|
|
1278
1314
|
syncedAt: unknown;
|
|
1315
|
+
internalReference: number;
|
|
1279
1316
|
customerId: string;
|
|
1280
1317
|
projectId: string;
|
|
1281
1318
|
lotDetail: string | null;
|
|
@@ -1291,6 +1328,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1291
1328
|
copositSaleStatus?: string | null | undefined;
|
|
1292
1329
|
project?: {
|
|
1293
1330
|
id: string;
|
|
1331
|
+
internalReference: number;
|
|
1294
1332
|
name: string;
|
|
1295
1333
|
developerId: string;
|
|
1296
1334
|
mtaId: string | null;
|
|
@@ -1303,6 +1341,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1303
1341
|
updatedAt: unknown;
|
|
1304
1342
|
developer?: {
|
|
1305
1343
|
id: string;
|
|
1344
|
+
internalReference: number;
|
|
1306
1345
|
companyName: string | null;
|
|
1307
1346
|
status: string;
|
|
1308
1347
|
isArchived: boolean;
|
|
@@ -1378,6 +1417,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1378
1417
|
updatedAt: Date;
|
|
1379
1418
|
balanceCents: bigint;
|
|
1380
1419
|
syncedAt: Date;
|
|
1420
|
+
internalReference: number;
|
|
1381
1421
|
customerId: string;
|
|
1382
1422
|
projectId: string;
|
|
1383
1423
|
lotDetail: string | null;
|
|
@@ -1393,6 +1433,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1393
1433
|
copositSaleStatus?: string | null | undefined;
|
|
1394
1434
|
project?: {
|
|
1395
1435
|
id: string;
|
|
1436
|
+
internalReference: number;
|
|
1396
1437
|
name: string;
|
|
1397
1438
|
developerId: string;
|
|
1398
1439
|
mtaId: string | null;
|
|
@@ -1405,6 +1446,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1405
1446
|
updatedAt: Date;
|
|
1406
1447
|
developer?: {
|
|
1407
1448
|
id: string;
|
|
1449
|
+
internalReference: number;
|
|
1408
1450
|
companyName: string | null;
|
|
1409
1451
|
status: string;
|
|
1410
1452
|
isArchived: boolean;
|
|
@@ -1478,6 +1520,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1478
1520
|
updatedAt: Date;
|
|
1479
1521
|
balanceCents: bigint;
|
|
1480
1522
|
syncedAt: Date;
|
|
1523
|
+
internalReference: number;
|
|
1481
1524
|
customerId: string;
|
|
1482
1525
|
projectId: string;
|
|
1483
1526
|
lotDetail: string | null;
|
|
@@ -1493,6 +1536,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1493
1536
|
copositSaleStatus?: string | null | undefined;
|
|
1494
1537
|
project?: {
|
|
1495
1538
|
id: string;
|
|
1539
|
+
internalReference: number;
|
|
1496
1540
|
name: string;
|
|
1497
1541
|
developerId: string;
|
|
1498
1542
|
mtaId: string | null;
|
|
@@ -1505,6 +1549,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1505
1549
|
updatedAt: Date;
|
|
1506
1550
|
developer?: {
|
|
1507
1551
|
id: string;
|
|
1552
|
+
internalReference: number;
|
|
1508
1553
|
companyName: string | null;
|
|
1509
1554
|
status: string;
|
|
1510
1555
|
isArchived: boolean;
|
|
@@ -1577,6 +1622,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1577
1622
|
updatedAt: Date;
|
|
1578
1623
|
balanceCents: bigint;
|
|
1579
1624
|
syncedAt: Date;
|
|
1625
|
+
internalReference: number;
|
|
1580
1626
|
customerId: string;
|
|
1581
1627
|
projectId: string;
|
|
1582
1628
|
lotDetail: string | null;
|
|
@@ -1592,6 +1638,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1592
1638
|
copositSaleStatus?: string | null | undefined;
|
|
1593
1639
|
project?: {
|
|
1594
1640
|
id: string;
|
|
1641
|
+
internalReference: number;
|
|
1595
1642
|
name: string;
|
|
1596
1643
|
developerId: string;
|
|
1597
1644
|
mtaId: string | null;
|
|
@@ -1604,6 +1651,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1604
1651
|
updatedAt: Date;
|
|
1605
1652
|
developer?: {
|
|
1606
1653
|
id: string;
|
|
1654
|
+
internalReference: number;
|
|
1607
1655
|
companyName: string | null;
|
|
1608
1656
|
status: string;
|
|
1609
1657
|
isArchived: boolean;
|
|
@@ -1688,6 +1736,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1688
1736
|
updatedAt: unknown;
|
|
1689
1737
|
balanceCents: unknown;
|
|
1690
1738
|
syncedAt: unknown;
|
|
1739
|
+
internalReference: number;
|
|
1691
1740
|
customerId: string;
|
|
1692
1741
|
projectId: string;
|
|
1693
1742
|
lotDetail: string | null;
|
|
@@ -1703,6 +1752,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1703
1752
|
copositSaleStatus?: string | null | undefined;
|
|
1704
1753
|
project?: {
|
|
1705
1754
|
id: string;
|
|
1755
|
+
internalReference: number;
|
|
1706
1756
|
name: string;
|
|
1707
1757
|
developerId: string;
|
|
1708
1758
|
mtaId: string | null;
|
|
@@ -1715,6 +1765,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1715
1765
|
updatedAt: unknown;
|
|
1716
1766
|
developer?: {
|
|
1717
1767
|
id: string;
|
|
1768
|
+
internalReference: number;
|
|
1718
1769
|
companyName: string | null;
|
|
1719
1770
|
status: string;
|
|
1720
1771
|
isArchived: boolean;
|
|
@@ -1788,6 +1839,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1788
1839
|
updatedAt: unknown;
|
|
1789
1840
|
balanceCents: unknown;
|
|
1790
1841
|
syncedAt: unknown;
|
|
1842
|
+
internalReference: number;
|
|
1791
1843
|
customerId: string;
|
|
1792
1844
|
projectId: string;
|
|
1793
1845
|
lotDetail: string | null;
|
|
@@ -1803,6 +1855,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1803
1855
|
copositSaleStatus?: string | null | undefined;
|
|
1804
1856
|
project?: {
|
|
1805
1857
|
id: string;
|
|
1858
|
+
internalReference: number;
|
|
1806
1859
|
name: string;
|
|
1807
1860
|
developerId: string;
|
|
1808
1861
|
mtaId: string | null;
|
|
@@ -1815,6 +1868,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1815
1868
|
updatedAt: unknown;
|
|
1816
1869
|
developer?: {
|
|
1817
1870
|
id: string;
|
|
1871
|
+
internalReference: number;
|
|
1818
1872
|
companyName: string | null;
|
|
1819
1873
|
status: string;
|
|
1820
1874
|
isArchived: boolean;
|
|
@@ -1887,6 +1941,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1887
1941
|
updatedAt: unknown;
|
|
1888
1942
|
balanceCents: unknown;
|
|
1889
1943
|
syncedAt: unknown;
|
|
1944
|
+
internalReference: number;
|
|
1890
1945
|
customerId: string;
|
|
1891
1946
|
projectId: string;
|
|
1892
1947
|
lotDetail: string | null;
|
|
@@ -1902,6 +1957,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1902
1957
|
copositSaleStatus?: string | null | undefined;
|
|
1903
1958
|
project?: {
|
|
1904
1959
|
id: string;
|
|
1960
|
+
internalReference: number;
|
|
1905
1961
|
name: string;
|
|
1906
1962
|
developerId: string;
|
|
1907
1963
|
mtaId: string | null;
|
|
@@ -1914,6 +1970,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1914
1970
|
updatedAt: unknown;
|
|
1915
1971
|
developer?: {
|
|
1916
1972
|
id: string;
|
|
1973
|
+
internalReference: number;
|
|
1917
1974
|
companyName: string | null;
|
|
1918
1975
|
status: string;
|
|
1919
1976
|
isArchived: boolean;
|
|
@@ -1988,6 +2045,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1988
2045
|
updatedAt: Date;
|
|
1989
2046
|
balanceCents: bigint;
|
|
1990
2047
|
syncedAt: Date;
|
|
2048
|
+
internalReference: number;
|
|
1991
2049
|
customerId: string;
|
|
1992
2050
|
projectId: string;
|
|
1993
2051
|
lotDetail: string | null;
|
|
@@ -2003,6 +2061,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2003
2061
|
copositSaleStatus?: string | null | undefined;
|
|
2004
2062
|
project?: {
|
|
2005
2063
|
id: string;
|
|
2064
|
+
internalReference: number;
|
|
2006
2065
|
name: string;
|
|
2007
2066
|
developerId: string;
|
|
2008
2067
|
mtaId: string | null;
|
|
@@ -2015,6 +2074,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2015
2074
|
updatedAt: Date;
|
|
2016
2075
|
developer?: {
|
|
2017
2076
|
id: string;
|
|
2077
|
+
internalReference: number;
|
|
2018
2078
|
companyName: string | null;
|
|
2019
2079
|
status: string;
|
|
2020
2080
|
isArchived: boolean;
|
|
@@ -2088,6 +2148,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2088
2148
|
updatedAt: Date;
|
|
2089
2149
|
balanceCents: bigint;
|
|
2090
2150
|
syncedAt: Date;
|
|
2151
|
+
internalReference: number;
|
|
2091
2152
|
customerId: string;
|
|
2092
2153
|
projectId: string;
|
|
2093
2154
|
lotDetail: string | null;
|
|
@@ -2103,6 +2164,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2103
2164
|
copositSaleStatus?: string | null | undefined;
|
|
2104
2165
|
project?: {
|
|
2105
2166
|
id: string;
|
|
2167
|
+
internalReference: number;
|
|
2106
2168
|
name: string;
|
|
2107
2169
|
developerId: string;
|
|
2108
2170
|
mtaId: string | null;
|
|
@@ -2115,6 +2177,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2115
2177
|
updatedAt: Date;
|
|
2116
2178
|
developer?: {
|
|
2117
2179
|
id: string;
|
|
2180
|
+
internalReference: number;
|
|
2118
2181
|
companyName: string | null;
|
|
2119
2182
|
status: string;
|
|
2120
2183
|
isArchived: boolean;
|
|
@@ -2187,6 +2250,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2187
2250
|
updatedAt: Date;
|
|
2188
2251
|
balanceCents: bigint;
|
|
2189
2252
|
syncedAt: Date;
|
|
2253
|
+
internalReference: number;
|
|
2190
2254
|
customerId: string;
|
|
2191
2255
|
projectId: string;
|
|
2192
2256
|
lotDetail: string | null;
|
|
@@ -2202,6 +2266,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2202
2266
|
copositSaleStatus?: string | null | undefined;
|
|
2203
2267
|
project?: {
|
|
2204
2268
|
id: string;
|
|
2269
|
+
internalReference: number;
|
|
2205
2270
|
name: string;
|
|
2206
2271
|
developerId: string;
|
|
2207
2272
|
mtaId: string | null;
|
|
@@ -2214,6 +2279,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2214
2279
|
updatedAt: Date;
|
|
2215
2280
|
developer?: {
|
|
2216
2281
|
id: string;
|
|
2282
|
+
internalReference: number;
|
|
2217
2283
|
companyName: string | null;
|
|
2218
2284
|
status: string;
|
|
2219
2285
|
isArchived: boolean;
|
|
@@ -2298,6 +2364,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2298
2364
|
updatedAt: unknown;
|
|
2299
2365
|
balanceCents: unknown;
|
|
2300
2366
|
syncedAt: unknown;
|
|
2367
|
+
internalReference: number;
|
|
2301
2368
|
customerId: string;
|
|
2302
2369
|
projectId: string;
|
|
2303
2370
|
lotDetail: string | null;
|
|
@@ -2313,6 +2380,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2313
2380
|
copositSaleStatus?: string | null | undefined;
|
|
2314
2381
|
project?: {
|
|
2315
2382
|
id: string;
|
|
2383
|
+
internalReference: number;
|
|
2316
2384
|
name: string;
|
|
2317
2385
|
developerId: string;
|
|
2318
2386
|
mtaId: string | null;
|
|
@@ -2325,6 +2393,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2325
2393
|
updatedAt: unknown;
|
|
2326
2394
|
developer?: {
|
|
2327
2395
|
id: string;
|
|
2396
|
+
internalReference: number;
|
|
2328
2397
|
companyName: string | null;
|
|
2329
2398
|
status: string;
|
|
2330
2399
|
isArchived: boolean;
|
|
@@ -2398,6 +2467,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2398
2467
|
updatedAt: unknown;
|
|
2399
2468
|
balanceCents: unknown;
|
|
2400
2469
|
syncedAt: unknown;
|
|
2470
|
+
internalReference: number;
|
|
2401
2471
|
customerId: string;
|
|
2402
2472
|
projectId: string;
|
|
2403
2473
|
lotDetail: string | null;
|
|
@@ -2413,6 +2483,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2413
2483
|
copositSaleStatus?: string | null | undefined;
|
|
2414
2484
|
project?: {
|
|
2415
2485
|
id: string;
|
|
2486
|
+
internalReference: number;
|
|
2416
2487
|
name: string;
|
|
2417
2488
|
developerId: string;
|
|
2418
2489
|
mtaId: string | null;
|
|
@@ -2425,6 +2496,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2425
2496
|
updatedAt: unknown;
|
|
2426
2497
|
developer?: {
|
|
2427
2498
|
id: string;
|
|
2499
|
+
internalReference: number;
|
|
2428
2500
|
companyName: string | null;
|
|
2429
2501
|
status: string;
|
|
2430
2502
|
isArchived: boolean;
|
|
@@ -2497,6 +2569,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2497
2569
|
updatedAt: unknown;
|
|
2498
2570
|
balanceCents: unknown;
|
|
2499
2571
|
syncedAt: unknown;
|
|
2572
|
+
internalReference: number;
|
|
2500
2573
|
customerId: string;
|
|
2501
2574
|
projectId: string;
|
|
2502
2575
|
lotDetail: string | null;
|
|
@@ -2512,6 +2585,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2512
2585
|
copositSaleStatus?: string | null | undefined;
|
|
2513
2586
|
project?: {
|
|
2514
2587
|
id: string;
|
|
2588
|
+
internalReference: number;
|
|
2515
2589
|
name: string;
|
|
2516
2590
|
developerId: string;
|
|
2517
2591
|
mtaId: string | null;
|
|
@@ -2524,6 +2598,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2524
2598
|
updatedAt: unknown;
|
|
2525
2599
|
developer?: {
|
|
2526
2600
|
id: string;
|
|
2601
|
+
internalReference: number;
|
|
2527
2602
|
companyName: string | null;
|
|
2528
2603
|
status: string;
|
|
2529
2604
|
isArchived: boolean;
|
|
@@ -2549,7 +2624,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2549
2624
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2550
2625
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2551
2626
|
}>>>>>;
|
|
2552
|
-
}, z.core.$strip
|
|
2627
|
+
}, z.core.$strip>>>;
|
|
2553
2628
|
cmaTransaction: z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodLazy<z.ZodObject<{
|
|
2554
2629
|
id: z.ZodUUID;
|
|
2555
2630
|
cmaId: z.ZodString;
|
|
@@ -2627,6 +2702,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2627
2702
|
updatedAt: Date;
|
|
2628
2703
|
balanceCents: bigint;
|
|
2629
2704
|
syncedAt: Date;
|
|
2705
|
+
internalReference: number;
|
|
2630
2706
|
customerId: string;
|
|
2631
2707
|
projectId: string;
|
|
2632
2708
|
lotDetail: string | null;
|
|
@@ -2642,6 +2718,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2642
2718
|
copositSaleStatus?: string | null | undefined;
|
|
2643
2719
|
project?: {
|
|
2644
2720
|
id: string;
|
|
2721
|
+
internalReference: number;
|
|
2645
2722
|
name: string;
|
|
2646
2723
|
developerId: string;
|
|
2647
2724
|
mtaId: string | null;
|
|
@@ -2654,6 +2731,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2654
2731
|
updatedAt: Date;
|
|
2655
2732
|
developer?: {
|
|
2656
2733
|
id: string;
|
|
2734
|
+
internalReference: number;
|
|
2657
2735
|
companyName: string | null;
|
|
2658
2736
|
status: string;
|
|
2659
2737
|
isArchived: boolean;
|
|
@@ -2726,6 +2804,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2726
2804
|
updatedAt: Date;
|
|
2727
2805
|
balanceCents: bigint;
|
|
2728
2806
|
syncedAt: Date;
|
|
2807
|
+
internalReference: number;
|
|
2729
2808
|
customerId: string;
|
|
2730
2809
|
projectId: string;
|
|
2731
2810
|
lotDetail: string | null;
|
|
@@ -2741,6 +2820,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2741
2820
|
copositSaleStatus?: string | null | undefined;
|
|
2742
2821
|
project?: {
|
|
2743
2822
|
id: string;
|
|
2823
|
+
internalReference: number;
|
|
2744
2824
|
name: string;
|
|
2745
2825
|
developerId: string;
|
|
2746
2826
|
mtaId: string | null;
|
|
@@ -2753,6 +2833,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2753
2833
|
updatedAt: Date;
|
|
2754
2834
|
developer?: {
|
|
2755
2835
|
id: string;
|
|
2836
|
+
internalReference: number;
|
|
2756
2837
|
companyName: string | null;
|
|
2757
2838
|
status: string;
|
|
2758
2839
|
isArchived: boolean;
|
|
@@ -2824,6 +2905,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2824
2905
|
updatedAt: Date;
|
|
2825
2906
|
balanceCents: bigint;
|
|
2826
2907
|
syncedAt: Date;
|
|
2908
|
+
internalReference: number;
|
|
2827
2909
|
customerId: string;
|
|
2828
2910
|
projectId: string;
|
|
2829
2911
|
lotDetail: string | null;
|
|
@@ -2839,6 +2921,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2839
2921
|
copositSaleStatus?: string | null | undefined;
|
|
2840
2922
|
project?: {
|
|
2841
2923
|
id: string;
|
|
2924
|
+
internalReference: number;
|
|
2842
2925
|
name: string;
|
|
2843
2926
|
developerId: string;
|
|
2844
2927
|
mtaId: string | null;
|
|
@@ -2851,6 +2934,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2851
2934
|
updatedAt: Date;
|
|
2852
2935
|
developer?: {
|
|
2853
2936
|
id: string;
|
|
2937
|
+
internalReference: number;
|
|
2854
2938
|
companyName: string | null;
|
|
2855
2939
|
status: string;
|
|
2856
2940
|
isArchived: boolean;
|
|
@@ -2990,6 +3074,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2990
3074
|
updatedAt: Date;
|
|
2991
3075
|
balanceCents: bigint;
|
|
2992
3076
|
syncedAt: Date;
|
|
3077
|
+
internalReference: number;
|
|
2993
3078
|
customerId: string;
|
|
2994
3079
|
projectId: string;
|
|
2995
3080
|
lotDetail: string | null;
|
|
@@ -3005,6 +3090,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3005
3090
|
copositSaleStatus?: string | null | undefined;
|
|
3006
3091
|
project?: {
|
|
3007
3092
|
id: string;
|
|
3093
|
+
internalReference: number;
|
|
3008
3094
|
name: string;
|
|
3009
3095
|
developerId: string;
|
|
3010
3096
|
mtaId: string | null;
|
|
@@ -3017,6 +3103,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3017
3103
|
updatedAt: Date;
|
|
3018
3104
|
developer?: {
|
|
3019
3105
|
id: string;
|
|
3106
|
+
internalReference: number;
|
|
3020
3107
|
companyName: string | null;
|
|
3021
3108
|
status: string;
|
|
3022
3109
|
isArchived: boolean;
|
|
@@ -3090,6 +3177,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3090
3177
|
updatedAt: Date;
|
|
3091
3178
|
balanceCents: bigint;
|
|
3092
3179
|
syncedAt: Date;
|
|
3180
|
+
internalReference: number;
|
|
3093
3181
|
customerId: string;
|
|
3094
3182
|
projectId: string;
|
|
3095
3183
|
lotDetail: string | null;
|
|
@@ -3105,6 +3193,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3105
3193
|
copositSaleStatus?: string | null | undefined;
|
|
3106
3194
|
project?: {
|
|
3107
3195
|
id: string;
|
|
3196
|
+
internalReference: number;
|
|
3108
3197
|
name: string;
|
|
3109
3198
|
developerId: string;
|
|
3110
3199
|
mtaId: string | null;
|
|
@@ -3117,6 +3206,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3117
3206
|
updatedAt: Date;
|
|
3118
3207
|
developer?: {
|
|
3119
3208
|
id: string;
|
|
3209
|
+
internalReference: number;
|
|
3120
3210
|
companyName: string | null;
|
|
3121
3211
|
status: string;
|
|
3122
3212
|
isArchived: boolean;
|
|
@@ -3189,6 +3279,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3189
3279
|
updatedAt: Date;
|
|
3190
3280
|
balanceCents: bigint;
|
|
3191
3281
|
syncedAt: Date;
|
|
3282
|
+
internalReference: number;
|
|
3192
3283
|
customerId: string;
|
|
3193
3284
|
projectId: string;
|
|
3194
3285
|
lotDetail: string | null;
|
|
@@ -3204,6 +3295,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3204
3295
|
copositSaleStatus?: string | null | undefined;
|
|
3205
3296
|
project?: {
|
|
3206
3297
|
id: string;
|
|
3298
|
+
internalReference: number;
|
|
3207
3299
|
name: string;
|
|
3208
3300
|
developerId: string;
|
|
3209
3301
|
mtaId: string | null;
|
|
@@ -3216,6 +3308,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3216
3308
|
updatedAt: Date;
|
|
3217
3309
|
developer?: {
|
|
3218
3310
|
id: string;
|
|
3311
|
+
internalReference: number;
|
|
3219
3312
|
companyName: string | null;
|
|
3220
3313
|
status: string;
|
|
3221
3314
|
isArchived: boolean;
|
|
@@ -3370,6 +3463,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3370
3463
|
updatedAt: Date;
|
|
3371
3464
|
balanceCents: bigint;
|
|
3372
3465
|
syncedAt: Date;
|
|
3466
|
+
internalReference: number;
|
|
3373
3467
|
customerId: string;
|
|
3374
3468
|
projectId: string;
|
|
3375
3469
|
lotDetail: string | null;
|
|
@@ -3385,6 +3479,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3385
3479
|
copositSaleStatus?: string | null | undefined;
|
|
3386
3480
|
project?: {
|
|
3387
3481
|
id: string;
|
|
3482
|
+
internalReference: number;
|
|
3388
3483
|
name: string;
|
|
3389
3484
|
developerId: string;
|
|
3390
3485
|
mtaId: string | null;
|
|
@@ -3397,6 +3492,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3397
3492
|
updatedAt: Date;
|
|
3398
3493
|
developer?: {
|
|
3399
3494
|
id: string;
|
|
3495
|
+
internalReference: number;
|
|
3400
3496
|
companyName: string | null;
|
|
3401
3497
|
status: string;
|
|
3402
3498
|
isArchived: boolean;
|
|
@@ -3469,6 +3565,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3469
3565
|
updatedAt: Date;
|
|
3470
3566
|
balanceCents: bigint;
|
|
3471
3567
|
syncedAt: Date;
|
|
3568
|
+
internalReference: number;
|
|
3472
3569
|
customerId: string;
|
|
3473
3570
|
projectId: string;
|
|
3474
3571
|
lotDetail: string | null;
|
|
@@ -3484,6 +3581,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3484
3581
|
copositSaleStatus?: string | null | undefined;
|
|
3485
3582
|
project?: {
|
|
3486
3583
|
id: string;
|
|
3584
|
+
internalReference: number;
|
|
3487
3585
|
name: string;
|
|
3488
3586
|
developerId: string;
|
|
3489
3587
|
mtaId: string | null;
|
|
@@ -3496,6 +3594,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3496
3594
|
updatedAt: Date;
|
|
3497
3595
|
developer?: {
|
|
3498
3596
|
id: string;
|
|
3597
|
+
internalReference: number;
|
|
3499
3598
|
companyName: string | null;
|
|
3500
3599
|
status: string;
|
|
3501
3600
|
isArchived: boolean;
|
|
@@ -3567,6 +3666,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3567
3666
|
updatedAt: Date;
|
|
3568
3667
|
balanceCents: bigint;
|
|
3569
3668
|
syncedAt: Date;
|
|
3669
|
+
internalReference: number;
|
|
3570
3670
|
customerId: string;
|
|
3571
3671
|
projectId: string;
|
|
3572
3672
|
lotDetail: string | null;
|
|
@@ -3582,6 +3682,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3582
3682
|
copositSaleStatus?: string | null | undefined;
|
|
3583
3683
|
project?: {
|
|
3584
3684
|
id: string;
|
|
3685
|
+
internalReference: number;
|
|
3585
3686
|
name: string;
|
|
3586
3687
|
developerId: string;
|
|
3587
3688
|
mtaId: string | null;
|
|
@@ -3594,6 +3695,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3594
3695
|
updatedAt: Date;
|
|
3595
3696
|
developer?: {
|
|
3596
3697
|
id: string;
|
|
3698
|
+
internalReference: number;
|
|
3597
3699
|
companyName: string | null;
|
|
3598
3700
|
status: string;
|
|
3599
3701
|
isArchived: boolean;
|