@mikemo-coposit/am-accounting-shared 1.2.2 → 1.3.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/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
package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from "zod";
|
|
2
2
|
export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
3
3
|
sourceAccountId: z.ZodString;
|
|
4
4
|
propertyId: z.ZodUUID;
|
|
@@ -14,29 +14,30 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
14
14
|
transactionType: z.ZodPrefault<z.ZodLiteral<string>>;
|
|
15
15
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
16
16
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
17
|
-
property: z.ZodOptional<z.ZodNullable<z.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
17
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
|
+
propertyNumber: z.ZodOptional<z.ZodInt>;
|
|
19
|
+
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
20
|
+
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
21
|
+
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
22
|
+
id: z.ZodUUID;
|
|
23
|
+
customerId: z.ZodString;
|
|
24
|
+
projectId: z.ZodString;
|
|
25
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
26
|
+
lotDetail: z.ZodNullable<z.ZodString>;
|
|
27
|
+
propertyAddress: z.ZodString;
|
|
28
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
29
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
stage: z.ZodString;
|
|
31
|
+
status: z.ZodString;
|
|
32
|
+
mtaId: z.ZodString;
|
|
33
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
isArchived: z.ZodBoolean;
|
|
37
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
38
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
39
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
40
|
+
}, z.core.$strip>>>;
|
|
40
41
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
41
42
|
creditAmountCents: number;
|
|
42
43
|
debitAmountCents: number;
|
|
@@ -87,6 +88,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
87
88
|
updatedAt: Date;
|
|
88
89
|
balanceCents: bigint;
|
|
89
90
|
syncedAt: Date;
|
|
91
|
+
propertyNumber: number;
|
|
90
92
|
customerId: string;
|
|
91
93
|
projectId: string;
|
|
92
94
|
lotDetail: string | null;
|
|
@@ -102,6 +104,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
102
104
|
copositSaleStatus?: string | null | undefined;
|
|
103
105
|
project?: {
|
|
104
106
|
id: string;
|
|
107
|
+
projectNumber: number;
|
|
105
108
|
name: string;
|
|
106
109
|
developerId: string;
|
|
107
110
|
mtaId: string | null;
|
|
@@ -114,6 +117,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
114
117
|
updatedAt: Date;
|
|
115
118
|
developer?: {
|
|
116
119
|
id: string;
|
|
120
|
+
developerNumber: number;
|
|
117
121
|
companyName: string | null;
|
|
118
122
|
status: string;
|
|
119
123
|
isArchived: boolean;
|
|
@@ -187,6 +191,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
187
191
|
updatedAt: Date;
|
|
188
192
|
balanceCents: bigint;
|
|
189
193
|
syncedAt: Date;
|
|
194
|
+
propertyNumber: number;
|
|
190
195
|
customerId: string;
|
|
191
196
|
projectId: string;
|
|
192
197
|
lotDetail: string | null;
|
|
@@ -202,6 +207,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
202
207
|
copositSaleStatus?: string | null | undefined;
|
|
203
208
|
project?: {
|
|
204
209
|
id: string;
|
|
210
|
+
projectNumber: number;
|
|
205
211
|
name: string;
|
|
206
212
|
developerId: string;
|
|
207
213
|
mtaId: string | null;
|
|
@@ -214,6 +220,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
214
220
|
updatedAt: Date;
|
|
215
221
|
developer?: {
|
|
216
222
|
id: string;
|
|
223
|
+
developerNumber: number;
|
|
217
224
|
companyName: string | null;
|
|
218
225
|
status: string;
|
|
219
226
|
isArchived: boolean;
|
|
@@ -286,6 +293,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
286
293
|
updatedAt: Date;
|
|
287
294
|
balanceCents: bigint;
|
|
288
295
|
syncedAt: Date;
|
|
296
|
+
propertyNumber: number;
|
|
289
297
|
customerId: string;
|
|
290
298
|
projectId: string;
|
|
291
299
|
lotDetail: string | null;
|
|
@@ -301,6 +309,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
301
309
|
copositSaleStatus?: string | null | undefined;
|
|
302
310
|
project?: {
|
|
303
311
|
id: string;
|
|
312
|
+
projectNumber: number;
|
|
304
313
|
name: string;
|
|
305
314
|
developerId: string;
|
|
306
315
|
mtaId: string | null;
|
|
@@ -313,6 +322,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
313
322
|
updatedAt: Date;
|
|
314
323
|
developer?: {
|
|
315
324
|
id: string;
|
|
325
|
+
developerNumber: number;
|
|
316
326
|
companyName: string | null;
|
|
317
327
|
status: string;
|
|
318
328
|
isArchived: boolean;
|
|
@@ -397,6 +407,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
397
407
|
updatedAt: unknown;
|
|
398
408
|
balanceCents: unknown;
|
|
399
409
|
syncedAt: unknown;
|
|
410
|
+
propertyNumber: number;
|
|
400
411
|
customerId: string;
|
|
401
412
|
projectId: string;
|
|
402
413
|
lotDetail: string | null;
|
|
@@ -412,6 +423,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
412
423
|
copositSaleStatus?: string | null | undefined;
|
|
413
424
|
project?: {
|
|
414
425
|
id: string;
|
|
426
|
+
projectNumber: number;
|
|
415
427
|
name: string;
|
|
416
428
|
developerId: string;
|
|
417
429
|
mtaId: string | null;
|
|
@@ -424,6 +436,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
424
436
|
updatedAt: unknown;
|
|
425
437
|
developer?: {
|
|
426
438
|
id: string;
|
|
439
|
+
developerNumber: number;
|
|
427
440
|
companyName: string | null;
|
|
428
441
|
status: string;
|
|
429
442
|
isArchived: boolean;
|
|
@@ -497,6 +510,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
497
510
|
updatedAt: unknown;
|
|
498
511
|
balanceCents: unknown;
|
|
499
512
|
syncedAt: unknown;
|
|
513
|
+
propertyNumber: number;
|
|
500
514
|
customerId: string;
|
|
501
515
|
projectId: string;
|
|
502
516
|
lotDetail: string | null;
|
|
@@ -512,6 +526,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
512
526
|
copositSaleStatus?: string | null | undefined;
|
|
513
527
|
project?: {
|
|
514
528
|
id: string;
|
|
529
|
+
projectNumber: number;
|
|
515
530
|
name: string;
|
|
516
531
|
developerId: string;
|
|
517
532
|
mtaId: string | null;
|
|
@@ -524,6 +539,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
524
539
|
updatedAt: unknown;
|
|
525
540
|
developer?: {
|
|
526
541
|
id: string;
|
|
542
|
+
developerNumber: number;
|
|
527
543
|
companyName: string | null;
|
|
528
544
|
status: string;
|
|
529
545
|
isArchived: boolean;
|
|
@@ -596,6 +612,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
596
612
|
updatedAt: unknown;
|
|
597
613
|
balanceCents: unknown;
|
|
598
614
|
syncedAt: unknown;
|
|
615
|
+
propertyNumber: number;
|
|
599
616
|
customerId: string;
|
|
600
617
|
projectId: string;
|
|
601
618
|
lotDetail: string | null;
|
|
@@ -611,6 +628,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
611
628
|
copositSaleStatus?: string | null | undefined;
|
|
612
629
|
project?: {
|
|
613
630
|
id: string;
|
|
631
|
+
projectNumber: number;
|
|
614
632
|
name: string;
|
|
615
633
|
developerId: string;
|
|
616
634
|
mtaId: string | null;
|
|
@@ -623,6 +641,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
623
641
|
updatedAt: unknown;
|
|
624
642
|
developer?: {
|
|
625
643
|
id: string;
|
|
644
|
+
developerNumber: number;
|
|
626
645
|
companyName: string | null;
|
|
627
646
|
status: string;
|
|
628
647
|
isArchived: boolean;
|
|
@@ -697,6 +716,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
697
716
|
updatedAt: Date;
|
|
698
717
|
balanceCents: bigint;
|
|
699
718
|
syncedAt: Date;
|
|
719
|
+
propertyNumber: number;
|
|
700
720
|
customerId: string;
|
|
701
721
|
projectId: string;
|
|
702
722
|
lotDetail: string | null;
|
|
@@ -712,6 +732,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
712
732
|
copositSaleStatus?: string | null | undefined;
|
|
713
733
|
project?: {
|
|
714
734
|
id: string;
|
|
735
|
+
projectNumber: number;
|
|
715
736
|
name: string;
|
|
716
737
|
developerId: string;
|
|
717
738
|
mtaId: string | null;
|
|
@@ -724,6 +745,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
724
745
|
updatedAt: Date;
|
|
725
746
|
developer?: {
|
|
726
747
|
id: string;
|
|
748
|
+
developerNumber: number;
|
|
727
749
|
companyName: string | null;
|
|
728
750
|
status: string;
|
|
729
751
|
isArchived: boolean;
|
|
@@ -797,6 +819,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
797
819
|
updatedAt: Date;
|
|
798
820
|
balanceCents: bigint;
|
|
799
821
|
syncedAt: Date;
|
|
822
|
+
propertyNumber: number;
|
|
800
823
|
customerId: string;
|
|
801
824
|
projectId: string;
|
|
802
825
|
lotDetail: string | null;
|
|
@@ -812,6 +835,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
812
835
|
copositSaleStatus?: string | null | undefined;
|
|
813
836
|
project?: {
|
|
814
837
|
id: string;
|
|
838
|
+
projectNumber: number;
|
|
815
839
|
name: string;
|
|
816
840
|
developerId: string;
|
|
817
841
|
mtaId: string | null;
|
|
@@ -824,6 +848,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
824
848
|
updatedAt: Date;
|
|
825
849
|
developer?: {
|
|
826
850
|
id: string;
|
|
851
|
+
developerNumber: number;
|
|
827
852
|
companyName: string | null;
|
|
828
853
|
status: string;
|
|
829
854
|
isArchived: boolean;
|
|
@@ -896,6 +921,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
896
921
|
updatedAt: Date;
|
|
897
922
|
balanceCents: bigint;
|
|
898
923
|
syncedAt: Date;
|
|
924
|
+
propertyNumber: number;
|
|
899
925
|
customerId: string;
|
|
900
926
|
projectId: string;
|
|
901
927
|
lotDetail: string | null;
|
|
@@ -911,6 +937,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
911
937
|
copositSaleStatus?: string | null | undefined;
|
|
912
938
|
project?: {
|
|
913
939
|
id: string;
|
|
940
|
+
projectNumber: number;
|
|
914
941
|
name: string;
|
|
915
942
|
developerId: string;
|
|
916
943
|
mtaId: string | null;
|
|
@@ -923,6 +950,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
923
950
|
updatedAt: Date;
|
|
924
951
|
developer?: {
|
|
925
952
|
id: string;
|
|
953
|
+
developerNumber: number;
|
|
926
954
|
companyName: string | null;
|
|
927
955
|
status: string;
|
|
928
956
|
isArchived: boolean;
|
|
@@ -1007,6 +1035,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1007
1035
|
updatedAt: unknown;
|
|
1008
1036
|
balanceCents: unknown;
|
|
1009
1037
|
syncedAt: unknown;
|
|
1038
|
+
propertyNumber: number;
|
|
1010
1039
|
customerId: string;
|
|
1011
1040
|
projectId: string;
|
|
1012
1041
|
lotDetail: string | null;
|
|
@@ -1022,6 +1051,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1022
1051
|
copositSaleStatus?: string | null | undefined;
|
|
1023
1052
|
project?: {
|
|
1024
1053
|
id: string;
|
|
1054
|
+
projectNumber: number;
|
|
1025
1055
|
name: string;
|
|
1026
1056
|
developerId: string;
|
|
1027
1057
|
mtaId: string | null;
|
|
@@ -1034,6 +1064,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1034
1064
|
updatedAt: unknown;
|
|
1035
1065
|
developer?: {
|
|
1036
1066
|
id: string;
|
|
1067
|
+
developerNumber: number;
|
|
1037
1068
|
companyName: string | null;
|
|
1038
1069
|
status: string;
|
|
1039
1070
|
isArchived: boolean;
|
|
@@ -1107,6 +1138,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1107
1138
|
updatedAt: unknown;
|
|
1108
1139
|
balanceCents: unknown;
|
|
1109
1140
|
syncedAt: unknown;
|
|
1141
|
+
propertyNumber: number;
|
|
1110
1142
|
customerId: string;
|
|
1111
1143
|
projectId: string;
|
|
1112
1144
|
lotDetail: string | null;
|
|
@@ -1122,6 +1154,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1122
1154
|
copositSaleStatus?: string | null | undefined;
|
|
1123
1155
|
project?: {
|
|
1124
1156
|
id: string;
|
|
1157
|
+
projectNumber: number;
|
|
1125
1158
|
name: string;
|
|
1126
1159
|
developerId: string;
|
|
1127
1160
|
mtaId: string | null;
|
|
@@ -1134,6 +1167,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1134
1167
|
updatedAt: unknown;
|
|
1135
1168
|
developer?: {
|
|
1136
1169
|
id: string;
|
|
1170
|
+
developerNumber: number;
|
|
1137
1171
|
companyName: string | null;
|
|
1138
1172
|
status: string;
|
|
1139
1173
|
isArchived: boolean;
|
|
@@ -1206,6 +1240,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1206
1240
|
updatedAt: unknown;
|
|
1207
1241
|
balanceCents: unknown;
|
|
1208
1242
|
syncedAt: unknown;
|
|
1243
|
+
propertyNumber: number;
|
|
1209
1244
|
customerId: string;
|
|
1210
1245
|
projectId: string;
|
|
1211
1246
|
lotDetail: string | null;
|
|
@@ -1221,6 +1256,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1221
1256
|
copositSaleStatus?: string | null | undefined;
|
|
1222
1257
|
project?: {
|
|
1223
1258
|
id: string;
|
|
1259
|
+
projectNumber: number;
|
|
1224
1260
|
name: string;
|
|
1225
1261
|
developerId: string;
|
|
1226
1262
|
mtaId: string | null;
|
|
@@ -1233,6 +1269,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1233
1269
|
updatedAt: unknown;
|
|
1234
1270
|
developer?: {
|
|
1235
1271
|
id: string;
|
|
1272
|
+
developerNumber: number;
|
|
1236
1273
|
companyName: string | null;
|
|
1237
1274
|
status: string;
|
|
1238
1275
|
isArchived: boolean;
|
|
@@ -1311,6 +1348,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1311
1348
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1312
1349
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1313
1350
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
1351
|
+
propertyNumber: z.ZodInt;
|
|
1314
1352
|
customerId: z.ZodString;
|
|
1315
1353
|
projectId: z.ZodString;
|
|
1316
1354
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1324,6 +1362,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1324
1362
|
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1325
1363
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1326
1364
|
id: z.ZodString;
|
|
1365
|
+
projectNumber: z.ZodInt;
|
|
1327
1366
|
name: z.ZodString;
|
|
1328
1367
|
developerId: z.ZodString;
|
|
1329
1368
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -1336,6 +1375,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1336
1375
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
1337
1376
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1338
1377
|
id: z.ZodUUID;
|
|
1378
|
+
developerNumber: z.ZodInt;
|
|
1339
1379
|
companyName: z.ZodNullable<z.ZodString>;
|
|
1340
1380
|
status: z.ZodString;
|
|
1341
1381
|
isArchived: z.ZodBoolean;
|
|
@@ -1406,6 +1446,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1406
1446
|
updatedAt: Date;
|
|
1407
1447
|
balanceCents: bigint;
|
|
1408
1448
|
syncedAt: Date;
|
|
1449
|
+
propertyNumber: number;
|
|
1409
1450
|
customerId: string;
|
|
1410
1451
|
projectId: string;
|
|
1411
1452
|
lotDetail: string | null;
|
|
@@ -1421,6 +1462,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1421
1462
|
copositSaleStatus?: string | null | undefined;
|
|
1422
1463
|
project?: {
|
|
1423
1464
|
id: string;
|
|
1465
|
+
projectNumber: number;
|
|
1424
1466
|
name: string;
|
|
1425
1467
|
developerId: string;
|
|
1426
1468
|
mtaId: string | null;
|
|
@@ -1433,6 +1475,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1433
1475
|
updatedAt: Date;
|
|
1434
1476
|
developer?: {
|
|
1435
1477
|
id: string;
|
|
1478
|
+
developerNumber: number;
|
|
1436
1479
|
companyName: string | null;
|
|
1437
1480
|
status: string;
|
|
1438
1481
|
isArchived: boolean;
|
|
@@ -1505,6 +1548,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1505
1548
|
updatedAt: Date;
|
|
1506
1549
|
balanceCents: bigint;
|
|
1507
1550
|
syncedAt: Date;
|
|
1551
|
+
propertyNumber: number;
|
|
1508
1552
|
customerId: string;
|
|
1509
1553
|
projectId: string;
|
|
1510
1554
|
lotDetail: string | null;
|
|
@@ -1520,6 +1564,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1520
1564
|
copositSaleStatus?: string | null | undefined;
|
|
1521
1565
|
project?: {
|
|
1522
1566
|
id: string;
|
|
1567
|
+
projectNumber: number;
|
|
1523
1568
|
name: string;
|
|
1524
1569
|
developerId: string;
|
|
1525
1570
|
mtaId: string | null;
|
|
@@ -1532,6 +1577,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1532
1577
|
updatedAt: Date;
|
|
1533
1578
|
developer?: {
|
|
1534
1579
|
id: string;
|
|
1580
|
+
developerNumber: number;
|
|
1535
1581
|
companyName: string | null;
|
|
1536
1582
|
status: string;
|
|
1537
1583
|
isArchived: boolean;
|
|
@@ -1603,6 +1649,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1603
1649
|
updatedAt: Date;
|
|
1604
1650
|
balanceCents: bigint;
|
|
1605
1651
|
syncedAt: Date;
|
|
1652
|
+
propertyNumber: number;
|
|
1606
1653
|
customerId: string;
|
|
1607
1654
|
projectId: string;
|
|
1608
1655
|
lotDetail: string | null;
|
|
@@ -1618,6 +1665,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1618
1665
|
copositSaleStatus?: string | null | undefined;
|
|
1619
1666
|
project?: {
|
|
1620
1667
|
id: string;
|
|
1668
|
+
projectNumber: number;
|
|
1621
1669
|
name: string;
|
|
1622
1670
|
developerId: string;
|
|
1623
1671
|
mtaId: string | null;
|
|
@@ -1630,6 +1678,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1630
1678
|
updatedAt: Date;
|
|
1631
1679
|
developer?: {
|
|
1632
1680
|
id: string;
|
|
1681
|
+
developerNumber: number;
|
|
1633
1682
|
companyName: string | null;
|
|
1634
1683
|
status: string;
|
|
1635
1684
|
isArchived: boolean;
|
|
@@ -1709,6 +1758,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1709
1758
|
updatedAt: unknown;
|
|
1710
1759
|
balanceCents: unknown;
|
|
1711
1760
|
syncedAt: unknown;
|
|
1761
|
+
propertyNumber: number;
|
|
1712
1762
|
customerId: string;
|
|
1713
1763
|
projectId: string;
|
|
1714
1764
|
lotDetail: string | null;
|
|
@@ -1724,6 +1774,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1724
1774
|
copositSaleStatus?: string | null | undefined;
|
|
1725
1775
|
project?: {
|
|
1726
1776
|
id: string;
|
|
1777
|
+
projectNumber: number;
|
|
1727
1778
|
name: string;
|
|
1728
1779
|
developerId: string;
|
|
1729
1780
|
mtaId: string | null;
|
|
@@ -1736,6 +1787,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1736
1787
|
updatedAt: unknown;
|
|
1737
1788
|
developer?: {
|
|
1738
1789
|
id: string;
|
|
1790
|
+
developerNumber: number;
|
|
1739
1791
|
companyName: string | null;
|
|
1740
1792
|
status: string;
|
|
1741
1793
|
isArchived: boolean;
|
|
@@ -1808,6 +1860,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1808
1860
|
updatedAt: unknown;
|
|
1809
1861
|
balanceCents: unknown;
|
|
1810
1862
|
syncedAt: unknown;
|
|
1863
|
+
propertyNumber: number;
|
|
1811
1864
|
customerId: string;
|
|
1812
1865
|
projectId: string;
|
|
1813
1866
|
lotDetail: string | null;
|
|
@@ -1823,6 +1876,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1823
1876
|
copositSaleStatus?: string | null | undefined;
|
|
1824
1877
|
project?: {
|
|
1825
1878
|
id: string;
|
|
1879
|
+
projectNumber: number;
|
|
1826
1880
|
name: string;
|
|
1827
1881
|
developerId: string;
|
|
1828
1882
|
mtaId: string | null;
|
|
@@ -1835,6 +1889,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1835
1889
|
updatedAt: unknown;
|
|
1836
1890
|
developer?: {
|
|
1837
1891
|
id: string;
|
|
1892
|
+
developerNumber: number;
|
|
1838
1893
|
companyName: string | null;
|
|
1839
1894
|
status: string;
|
|
1840
1895
|
isArchived: boolean;
|
|
@@ -1906,6 +1961,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1906
1961
|
updatedAt: unknown;
|
|
1907
1962
|
balanceCents: unknown;
|
|
1908
1963
|
syncedAt: unknown;
|
|
1964
|
+
propertyNumber: number;
|
|
1909
1965
|
customerId: string;
|
|
1910
1966
|
projectId: string;
|
|
1911
1967
|
lotDetail: string | null;
|
|
@@ -1921,6 +1977,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1921
1977
|
copositSaleStatus?: string | null | undefined;
|
|
1922
1978
|
project?: {
|
|
1923
1979
|
id: string;
|
|
1980
|
+
projectNumber: number;
|
|
1924
1981
|
name: string;
|
|
1925
1982
|
developerId: string;
|
|
1926
1983
|
mtaId: string | null;
|
|
@@ -1933,6 +1990,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1933
1990
|
updatedAt: unknown;
|
|
1934
1991
|
developer?: {
|
|
1935
1992
|
id: string;
|
|
1993
|
+
developerNumber: number;
|
|
1936
1994
|
companyName: string | null;
|
|
1937
1995
|
status: string;
|
|
1938
1996
|
isArchived: boolean;
|
|
@@ -2006,6 +2064,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2006
2064
|
updatedAt: Date;
|
|
2007
2065
|
balanceCents: bigint;
|
|
2008
2066
|
syncedAt: Date;
|
|
2067
|
+
propertyNumber: number;
|
|
2009
2068
|
customerId: string;
|
|
2010
2069
|
projectId: string;
|
|
2011
2070
|
lotDetail: string | null;
|
|
@@ -2021,6 +2080,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2021
2080
|
copositSaleStatus?: string | null | undefined;
|
|
2022
2081
|
project?: {
|
|
2023
2082
|
id: string;
|
|
2083
|
+
projectNumber: number;
|
|
2024
2084
|
name: string;
|
|
2025
2085
|
developerId: string;
|
|
2026
2086
|
mtaId: string | null;
|
|
@@ -2033,6 +2093,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2033
2093
|
updatedAt: Date;
|
|
2034
2094
|
developer?: {
|
|
2035
2095
|
id: string;
|
|
2096
|
+
developerNumber: number;
|
|
2036
2097
|
companyName: string | null;
|
|
2037
2098
|
status: string;
|
|
2038
2099
|
isArchived: boolean;
|
|
@@ -2105,6 +2166,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2105
2166
|
updatedAt: Date;
|
|
2106
2167
|
balanceCents: bigint;
|
|
2107
2168
|
syncedAt: Date;
|
|
2169
|
+
propertyNumber: number;
|
|
2108
2170
|
customerId: string;
|
|
2109
2171
|
projectId: string;
|
|
2110
2172
|
lotDetail: string | null;
|
|
@@ -2120,6 +2182,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2120
2182
|
copositSaleStatus?: string | null | undefined;
|
|
2121
2183
|
project?: {
|
|
2122
2184
|
id: string;
|
|
2185
|
+
projectNumber: number;
|
|
2123
2186
|
name: string;
|
|
2124
2187
|
developerId: string;
|
|
2125
2188
|
mtaId: string | null;
|
|
@@ -2132,6 +2195,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2132
2195
|
updatedAt: Date;
|
|
2133
2196
|
developer?: {
|
|
2134
2197
|
id: string;
|
|
2198
|
+
developerNumber: number;
|
|
2135
2199
|
companyName: string | null;
|
|
2136
2200
|
status: string;
|
|
2137
2201
|
isArchived: boolean;
|
|
@@ -2203,6 +2267,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2203
2267
|
updatedAt: Date;
|
|
2204
2268
|
balanceCents: bigint;
|
|
2205
2269
|
syncedAt: Date;
|
|
2270
|
+
propertyNumber: number;
|
|
2206
2271
|
customerId: string;
|
|
2207
2272
|
projectId: string;
|
|
2208
2273
|
lotDetail: string | null;
|
|
@@ -2218,6 +2283,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2218
2283
|
copositSaleStatus?: string | null | undefined;
|
|
2219
2284
|
project?: {
|
|
2220
2285
|
id: string;
|
|
2286
|
+
projectNumber: number;
|
|
2221
2287
|
name: string;
|
|
2222
2288
|
developerId: string;
|
|
2223
2289
|
mtaId: string | null;
|
|
@@ -2230,6 +2296,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2230
2296
|
updatedAt: Date;
|
|
2231
2297
|
developer?: {
|
|
2232
2298
|
id: string;
|
|
2299
|
+
developerNumber: number;
|
|
2233
2300
|
companyName: string | null;
|
|
2234
2301
|
status: string;
|
|
2235
2302
|
isArchived: boolean;
|
|
@@ -2309,6 +2376,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2309
2376
|
updatedAt: unknown;
|
|
2310
2377
|
balanceCents: unknown;
|
|
2311
2378
|
syncedAt: unknown;
|
|
2379
|
+
propertyNumber: number;
|
|
2312
2380
|
customerId: string;
|
|
2313
2381
|
projectId: string;
|
|
2314
2382
|
lotDetail: string | null;
|
|
@@ -2324,6 +2392,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2324
2392
|
copositSaleStatus?: string | null | undefined;
|
|
2325
2393
|
project?: {
|
|
2326
2394
|
id: string;
|
|
2395
|
+
projectNumber: number;
|
|
2327
2396
|
name: string;
|
|
2328
2397
|
developerId: string;
|
|
2329
2398
|
mtaId: string | null;
|
|
@@ -2336,6 +2405,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2336
2405
|
updatedAt: unknown;
|
|
2337
2406
|
developer?: {
|
|
2338
2407
|
id: string;
|
|
2408
|
+
developerNumber: number;
|
|
2339
2409
|
companyName: string | null;
|
|
2340
2410
|
status: string;
|
|
2341
2411
|
isArchived: boolean;
|
|
@@ -2408,6 +2478,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2408
2478
|
updatedAt: unknown;
|
|
2409
2479
|
balanceCents: unknown;
|
|
2410
2480
|
syncedAt: unknown;
|
|
2481
|
+
propertyNumber: number;
|
|
2411
2482
|
customerId: string;
|
|
2412
2483
|
projectId: string;
|
|
2413
2484
|
lotDetail: string | null;
|
|
@@ -2423,6 +2494,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2423
2494
|
copositSaleStatus?: string | null | undefined;
|
|
2424
2495
|
project?: {
|
|
2425
2496
|
id: string;
|
|
2497
|
+
projectNumber: number;
|
|
2426
2498
|
name: string;
|
|
2427
2499
|
developerId: string;
|
|
2428
2500
|
mtaId: string | null;
|
|
@@ -2435,6 +2507,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2435
2507
|
updatedAt: unknown;
|
|
2436
2508
|
developer?: {
|
|
2437
2509
|
id: string;
|
|
2510
|
+
developerNumber: number;
|
|
2438
2511
|
companyName: string | null;
|
|
2439
2512
|
status: string;
|
|
2440
2513
|
isArchived: boolean;
|
|
@@ -2506,6 +2579,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2506
2579
|
updatedAt: unknown;
|
|
2507
2580
|
balanceCents: unknown;
|
|
2508
2581
|
syncedAt: unknown;
|
|
2582
|
+
propertyNumber: number;
|
|
2509
2583
|
customerId: string;
|
|
2510
2584
|
projectId: string;
|
|
2511
2585
|
lotDetail: string | null;
|
|
@@ -2521,6 +2595,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2521
2595
|
copositSaleStatus?: string | null | undefined;
|
|
2522
2596
|
project?: {
|
|
2523
2597
|
id: string;
|
|
2598
|
+
projectNumber: number;
|
|
2524
2599
|
name: string;
|
|
2525
2600
|
developerId: string;
|
|
2526
2601
|
mtaId: string | null;
|
|
@@ -2533,6 +2608,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2533
2608
|
updatedAt: unknown;
|
|
2534
2609
|
developer?: {
|
|
2535
2610
|
id: string;
|
|
2611
|
+
developerNumber: number;
|
|
2536
2612
|
companyName: string | null;
|
|
2537
2613
|
status: string;
|
|
2538
2614
|
isArchived: boolean;
|
|
@@ -2576,29 +2652,30 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2576
2652
|
transactionType: z.ZodPrefault<z.ZodLiteral<string>>;
|
|
2577
2653
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
2578
2654
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
2579
|
-
property: z.ZodOptional<z.ZodNullable<z.
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2655
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2656
|
+
propertyNumber: z.ZodOptional<z.ZodInt>;
|
|
2657
|
+
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
2658
|
+
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
2659
|
+
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
2660
|
+
id: z.ZodUUID;
|
|
2661
|
+
customerId: z.ZodString;
|
|
2662
|
+
projectId: z.ZodString;
|
|
2663
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2664
|
+
lotDetail: z.ZodNullable<z.ZodString>;
|
|
2665
|
+
propertyAddress: z.ZodString;
|
|
2666
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
2667
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2668
|
+
stage: z.ZodString;
|
|
2669
|
+
status: z.ZodString;
|
|
2670
|
+
mtaId: z.ZodString;
|
|
2671
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2672
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2673
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2674
|
+
isArchived: z.ZodBoolean;
|
|
2675
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
2676
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
2677
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
2678
|
+
}, z.core.$strip>>>;
|
|
2602
2679
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
2603
2680
|
creditAmountCents: number;
|
|
2604
2681
|
debitAmountCents: number;
|
|
@@ -2649,6 +2726,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2649
2726
|
updatedAt: Date;
|
|
2650
2727
|
balanceCents: bigint;
|
|
2651
2728
|
syncedAt: Date;
|
|
2729
|
+
propertyNumber: number;
|
|
2652
2730
|
customerId: string;
|
|
2653
2731
|
projectId: string;
|
|
2654
2732
|
lotDetail: string | null;
|
|
@@ -2664,6 +2742,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2664
2742
|
copositSaleStatus?: string | null | undefined;
|
|
2665
2743
|
project?: {
|
|
2666
2744
|
id: string;
|
|
2745
|
+
projectNumber: number;
|
|
2667
2746
|
name: string;
|
|
2668
2747
|
developerId: string;
|
|
2669
2748
|
mtaId: string | null;
|
|
@@ -2676,6 +2755,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2676
2755
|
updatedAt: Date;
|
|
2677
2756
|
developer?: {
|
|
2678
2757
|
id: string;
|
|
2758
|
+
developerNumber: number;
|
|
2679
2759
|
companyName: string | null;
|
|
2680
2760
|
status: string;
|
|
2681
2761
|
isArchived: boolean;
|
|
@@ -2749,6 +2829,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2749
2829
|
updatedAt: Date;
|
|
2750
2830
|
balanceCents: bigint;
|
|
2751
2831
|
syncedAt: Date;
|
|
2832
|
+
propertyNumber: number;
|
|
2752
2833
|
customerId: string;
|
|
2753
2834
|
projectId: string;
|
|
2754
2835
|
lotDetail: string | null;
|
|
@@ -2764,6 +2845,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2764
2845
|
copositSaleStatus?: string | null | undefined;
|
|
2765
2846
|
project?: {
|
|
2766
2847
|
id: string;
|
|
2848
|
+
projectNumber: number;
|
|
2767
2849
|
name: string;
|
|
2768
2850
|
developerId: string;
|
|
2769
2851
|
mtaId: string | null;
|
|
@@ -2776,6 +2858,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2776
2858
|
updatedAt: Date;
|
|
2777
2859
|
developer?: {
|
|
2778
2860
|
id: string;
|
|
2861
|
+
developerNumber: number;
|
|
2779
2862
|
companyName: string | null;
|
|
2780
2863
|
status: string;
|
|
2781
2864
|
isArchived: boolean;
|
|
@@ -2848,6 +2931,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2848
2931
|
updatedAt: Date;
|
|
2849
2932
|
balanceCents: bigint;
|
|
2850
2933
|
syncedAt: Date;
|
|
2934
|
+
propertyNumber: number;
|
|
2851
2935
|
customerId: string;
|
|
2852
2936
|
projectId: string;
|
|
2853
2937
|
lotDetail: string | null;
|
|
@@ -2863,6 +2947,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2863
2947
|
copositSaleStatus?: string | null | undefined;
|
|
2864
2948
|
project?: {
|
|
2865
2949
|
id: string;
|
|
2950
|
+
projectNumber: number;
|
|
2866
2951
|
name: string;
|
|
2867
2952
|
developerId: string;
|
|
2868
2953
|
mtaId: string | null;
|
|
@@ -2875,6 +2960,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2875
2960
|
updatedAt: Date;
|
|
2876
2961
|
developer?: {
|
|
2877
2962
|
id: string;
|
|
2963
|
+
developerNumber: number;
|
|
2878
2964
|
companyName: string | null;
|
|
2879
2965
|
status: string;
|
|
2880
2966
|
isArchived: boolean;
|
|
@@ -2959,6 +3045,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2959
3045
|
updatedAt: unknown;
|
|
2960
3046
|
balanceCents: unknown;
|
|
2961
3047
|
syncedAt: unknown;
|
|
3048
|
+
propertyNumber: number;
|
|
2962
3049
|
customerId: string;
|
|
2963
3050
|
projectId: string;
|
|
2964
3051
|
lotDetail: string | null;
|
|
@@ -2974,6 +3061,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2974
3061
|
copositSaleStatus?: string | null | undefined;
|
|
2975
3062
|
project?: {
|
|
2976
3063
|
id: string;
|
|
3064
|
+
projectNumber: number;
|
|
2977
3065
|
name: string;
|
|
2978
3066
|
developerId: string;
|
|
2979
3067
|
mtaId: string | null;
|
|
@@ -2986,6 +3074,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2986
3074
|
updatedAt: unknown;
|
|
2987
3075
|
developer?: {
|
|
2988
3076
|
id: string;
|
|
3077
|
+
developerNumber: number;
|
|
2989
3078
|
companyName: string | null;
|
|
2990
3079
|
status: string;
|
|
2991
3080
|
isArchived: boolean;
|
|
@@ -3059,6 +3148,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3059
3148
|
updatedAt: unknown;
|
|
3060
3149
|
balanceCents: unknown;
|
|
3061
3150
|
syncedAt: unknown;
|
|
3151
|
+
propertyNumber: number;
|
|
3062
3152
|
customerId: string;
|
|
3063
3153
|
projectId: string;
|
|
3064
3154
|
lotDetail: string | null;
|
|
@@ -3074,6 +3164,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3074
3164
|
copositSaleStatus?: string | null | undefined;
|
|
3075
3165
|
project?: {
|
|
3076
3166
|
id: string;
|
|
3167
|
+
projectNumber: number;
|
|
3077
3168
|
name: string;
|
|
3078
3169
|
developerId: string;
|
|
3079
3170
|
mtaId: string | null;
|
|
@@ -3086,6 +3177,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3086
3177
|
updatedAt: unknown;
|
|
3087
3178
|
developer?: {
|
|
3088
3179
|
id: string;
|
|
3180
|
+
developerNumber: number;
|
|
3089
3181
|
companyName: string | null;
|
|
3090
3182
|
status: string;
|
|
3091
3183
|
isArchived: boolean;
|
|
@@ -3158,6 +3250,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3158
3250
|
updatedAt: unknown;
|
|
3159
3251
|
balanceCents: unknown;
|
|
3160
3252
|
syncedAt: unknown;
|
|
3253
|
+
propertyNumber: number;
|
|
3161
3254
|
customerId: string;
|
|
3162
3255
|
projectId: string;
|
|
3163
3256
|
lotDetail: string | null;
|
|
@@ -3173,6 +3266,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3173
3266
|
copositSaleStatus?: string | null | undefined;
|
|
3174
3267
|
project?: {
|
|
3175
3268
|
id: string;
|
|
3269
|
+
projectNumber: number;
|
|
3176
3270
|
name: string;
|
|
3177
3271
|
developerId: string;
|
|
3178
3272
|
mtaId: string | null;
|
|
@@ -3185,6 +3279,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3185
3279
|
updatedAt: unknown;
|
|
3186
3280
|
developer?: {
|
|
3187
3281
|
id: string;
|
|
3282
|
+
developerNumber: number;
|
|
3188
3283
|
companyName: string | null;
|
|
3189
3284
|
status: string;
|
|
3190
3285
|
isArchived: boolean;
|
|
@@ -3259,6 +3354,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3259
3354
|
updatedAt: Date;
|
|
3260
3355
|
balanceCents: bigint;
|
|
3261
3356
|
syncedAt: Date;
|
|
3357
|
+
propertyNumber: number;
|
|
3262
3358
|
customerId: string;
|
|
3263
3359
|
projectId: string;
|
|
3264
3360
|
lotDetail: string | null;
|
|
@@ -3274,6 +3370,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3274
3370
|
copositSaleStatus?: string | null | undefined;
|
|
3275
3371
|
project?: {
|
|
3276
3372
|
id: string;
|
|
3373
|
+
projectNumber: number;
|
|
3277
3374
|
name: string;
|
|
3278
3375
|
developerId: string;
|
|
3279
3376
|
mtaId: string | null;
|
|
@@ -3286,6 +3383,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3286
3383
|
updatedAt: Date;
|
|
3287
3384
|
developer?: {
|
|
3288
3385
|
id: string;
|
|
3386
|
+
developerNumber: number;
|
|
3289
3387
|
companyName: string | null;
|
|
3290
3388
|
status: string;
|
|
3291
3389
|
isArchived: boolean;
|
|
@@ -3359,6 +3457,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3359
3457
|
updatedAt: Date;
|
|
3360
3458
|
balanceCents: bigint;
|
|
3361
3459
|
syncedAt: Date;
|
|
3460
|
+
propertyNumber: number;
|
|
3362
3461
|
customerId: string;
|
|
3363
3462
|
projectId: string;
|
|
3364
3463
|
lotDetail: string | null;
|
|
@@ -3374,6 +3473,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3374
3473
|
copositSaleStatus?: string | null | undefined;
|
|
3375
3474
|
project?: {
|
|
3376
3475
|
id: string;
|
|
3476
|
+
projectNumber: number;
|
|
3377
3477
|
name: string;
|
|
3378
3478
|
developerId: string;
|
|
3379
3479
|
mtaId: string | null;
|
|
@@ -3386,6 +3486,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3386
3486
|
updatedAt: Date;
|
|
3387
3487
|
developer?: {
|
|
3388
3488
|
id: string;
|
|
3489
|
+
developerNumber: number;
|
|
3389
3490
|
companyName: string | null;
|
|
3390
3491
|
status: string;
|
|
3391
3492
|
isArchived: boolean;
|
|
@@ -3458,6 +3559,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3458
3559
|
updatedAt: Date;
|
|
3459
3560
|
balanceCents: bigint;
|
|
3460
3561
|
syncedAt: Date;
|
|
3562
|
+
propertyNumber: number;
|
|
3461
3563
|
customerId: string;
|
|
3462
3564
|
projectId: string;
|
|
3463
3565
|
lotDetail: string | null;
|
|
@@ -3473,6 +3575,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3473
3575
|
copositSaleStatus?: string | null | undefined;
|
|
3474
3576
|
project?: {
|
|
3475
3577
|
id: string;
|
|
3578
|
+
projectNumber: number;
|
|
3476
3579
|
name: string;
|
|
3477
3580
|
developerId: string;
|
|
3478
3581
|
mtaId: string | null;
|
|
@@ -3485,6 +3588,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3485
3588
|
updatedAt: Date;
|
|
3486
3589
|
developer?: {
|
|
3487
3590
|
id: string;
|
|
3591
|
+
developerNumber: number;
|
|
3488
3592
|
companyName: string | null;
|
|
3489
3593
|
status: string;
|
|
3490
3594
|
isArchived: boolean;
|
|
@@ -3569,6 +3673,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3569
3673
|
updatedAt: unknown;
|
|
3570
3674
|
balanceCents: unknown;
|
|
3571
3675
|
syncedAt: unknown;
|
|
3676
|
+
propertyNumber: number;
|
|
3572
3677
|
customerId: string;
|
|
3573
3678
|
projectId: string;
|
|
3574
3679
|
lotDetail: string | null;
|
|
@@ -3584,6 +3689,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3584
3689
|
copositSaleStatus?: string | null | undefined;
|
|
3585
3690
|
project?: {
|
|
3586
3691
|
id: string;
|
|
3692
|
+
projectNumber: number;
|
|
3587
3693
|
name: string;
|
|
3588
3694
|
developerId: string;
|
|
3589
3695
|
mtaId: string | null;
|
|
@@ -3596,6 +3702,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3596
3702
|
updatedAt: unknown;
|
|
3597
3703
|
developer?: {
|
|
3598
3704
|
id: string;
|
|
3705
|
+
developerNumber: number;
|
|
3599
3706
|
companyName: string | null;
|
|
3600
3707
|
status: string;
|
|
3601
3708
|
isArchived: boolean;
|
|
@@ -3669,6 +3776,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3669
3776
|
updatedAt: unknown;
|
|
3670
3777
|
balanceCents: unknown;
|
|
3671
3778
|
syncedAt: unknown;
|
|
3779
|
+
propertyNumber: number;
|
|
3672
3780
|
customerId: string;
|
|
3673
3781
|
projectId: string;
|
|
3674
3782
|
lotDetail: string | null;
|
|
@@ -3684,6 +3792,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3684
3792
|
copositSaleStatus?: string | null | undefined;
|
|
3685
3793
|
project?: {
|
|
3686
3794
|
id: string;
|
|
3795
|
+
projectNumber: number;
|
|
3687
3796
|
name: string;
|
|
3688
3797
|
developerId: string;
|
|
3689
3798
|
mtaId: string | null;
|
|
@@ -3696,6 +3805,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3696
3805
|
updatedAt: unknown;
|
|
3697
3806
|
developer?: {
|
|
3698
3807
|
id: string;
|
|
3808
|
+
developerNumber: number;
|
|
3699
3809
|
companyName: string | null;
|
|
3700
3810
|
status: string;
|
|
3701
3811
|
isArchived: boolean;
|
|
@@ -3768,6 +3878,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3768
3878
|
updatedAt: unknown;
|
|
3769
3879
|
balanceCents: unknown;
|
|
3770
3880
|
syncedAt: unknown;
|
|
3881
|
+
propertyNumber: number;
|
|
3771
3882
|
customerId: string;
|
|
3772
3883
|
projectId: string;
|
|
3773
3884
|
lotDetail: string | null;
|
|
@@ -3783,6 +3894,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3783
3894
|
copositSaleStatus?: string | null | undefined;
|
|
3784
3895
|
project?: {
|
|
3785
3896
|
id: string;
|
|
3897
|
+
projectNumber: number;
|
|
3786
3898
|
name: string;
|
|
3787
3899
|
developerId: string;
|
|
3788
3900
|
mtaId: string | null;
|
|
@@ -3795,6 +3907,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3795
3907
|
updatedAt: unknown;
|
|
3796
3908
|
developer?: {
|
|
3797
3909
|
id: string;
|
|
3910
|
+
developerNumber: number;
|
|
3798
3911
|
companyName: string | null;
|
|
3799
3912
|
status: string;
|
|
3800
3913
|
isArchived: boolean;
|
|
@@ -3873,6 +3986,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3873
3986
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3874
3987
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
3875
3988
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
3989
|
+
propertyNumber: z.ZodInt;
|
|
3876
3990
|
customerId: z.ZodString;
|
|
3877
3991
|
projectId: z.ZodString;
|
|
3878
3992
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3886,6 +4000,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3886
4000
|
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3887
4001
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
3888
4002
|
id: z.ZodString;
|
|
4003
|
+
projectNumber: z.ZodInt;
|
|
3889
4004
|
name: z.ZodString;
|
|
3890
4005
|
developerId: z.ZodString;
|
|
3891
4006
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -3898,6 +4013,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3898
4013
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
3899
4014
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3900
4015
|
id: z.ZodUUID;
|
|
4016
|
+
developerNumber: z.ZodInt;
|
|
3901
4017
|
companyName: z.ZodNullable<z.ZodString>;
|
|
3902
4018
|
status: z.ZodString;
|
|
3903
4019
|
isArchived: z.ZodBoolean;
|
|
@@ -3968,6 +4084,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3968
4084
|
updatedAt: Date;
|
|
3969
4085
|
balanceCents: bigint;
|
|
3970
4086
|
syncedAt: Date;
|
|
4087
|
+
propertyNumber: number;
|
|
3971
4088
|
customerId: string;
|
|
3972
4089
|
projectId: string;
|
|
3973
4090
|
lotDetail: string | null;
|
|
@@ -3983,6 +4100,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3983
4100
|
copositSaleStatus?: string | null | undefined;
|
|
3984
4101
|
project?: {
|
|
3985
4102
|
id: string;
|
|
4103
|
+
projectNumber: number;
|
|
3986
4104
|
name: string;
|
|
3987
4105
|
developerId: string;
|
|
3988
4106
|
mtaId: string | null;
|
|
@@ -3995,6 +4113,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3995
4113
|
updatedAt: Date;
|
|
3996
4114
|
developer?: {
|
|
3997
4115
|
id: string;
|
|
4116
|
+
developerNumber: number;
|
|
3998
4117
|
companyName: string | null;
|
|
3999
4118
|
status: string;
|
|
4000
4119
|
isArchived: boolean;
|
|
@@ -4067,6 +4186,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4067
4186
|
updatedAt: Date;
|
|
4068
4187
|
balanceCents: bigint;
|
|
4069
4188
|
syncedAt: Date;
|
|
4189
|
+
propertyNumber: number;
|
|
4070
4190
|
customerId: string;
|
|
4071
4191
|
projectId: string;
|
|
4072
4192
|
lotDetail: string | null;
|
|
@@ -4082,6 +4202,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4082
4202
|
copositSaleStatus?: string | null | undefined;
|
|
4083
4203
|
project?: {
|
|
4084
4204
|
id: string;
|
|
4205
|
+
projectNumber: number;
|
|
4085
4206
|
name: string;
|
|
4086
4207
|
developerId: string;
|
|
4087
4208
|
mtaId: string | null;
|
|
@@ -4094,6 +4215,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4094
4215
|
updatedAt: Date;
|
|
4095
4216
|
developer?: {
|
|
4096
4217
|
id: string;
|
|
4218
|
+
developerNumber: number;
|
|
4097
4219
|
companyName: string | null;
|
|
4098
4220
|
status: string;
|
|
4099
4221
|
isArchived: boolean;
|
|
@@ -4165,6 +4287,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4165
4287
|
updatedAt: Date;
|
|
4166
4288
|
balanceCents: bigint;
|
|
4167
4289
|
syncedAt: Date;
|
|
4290
|
+
propertyNumber: number;
|
|
4168
4291
|
customerId: string;
|
|
4169
4292
|
projectId: string;
|
|
4170
4293
|
lotDetail: string | null;
|
|
@@ -4180,6 +4303,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4180
4303
|
copositSaleStatus?: string | null | undefined;
|
|
4181
4304
|
project?: {
|
|
4182
4305
|
id: string;
|
|
4306
|
+
projectNumber: number;
|
|
4183
4307
|
name: string;
|
|
4184
4308
|
developerId: string;
|
|
4185
4309
|
mtaId: string | null;
|
|
@@ -4192,6 +4316,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4192
4316
|
updatedAt: Date;
|
|
4193
4317
|
developer?: {
|
|
4194
4318
|
id: string;
|
|
4319
|
+
developerNumber: number;
|
|
4195
4320
|
companyName: string | null;
|
|
4196
4321
|
status: string;
|
|
4197
4322
|
isArchived: boolean;
|
|
@@ -4271,6 +4396,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4271
4396
|
updatedAt: unknown;
|
|
4272
4397
|
balanceCents: unknown;
|
|
4273
4398
|
syncedAt: unknown;
|
|
4399
|
+
propertyNumber: number;
|
|
4274
4400
|
customerId: string;
|
|
4275
4401
|
projectId: string;
|
|
4276
4402
|
lotDetail: string | null;
|
|
@@ -4286,6 +4412,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4286
4412
|
copositSaleStatus?: string | null | undefined;
|
|
4287
4413
|
project?: {
|
|
4288
4414
|
id: string;
|
|
4415
|
+
projectNumber: number;
|
|
4289
4416
|
name: string;
|
|
4290
4417
|
developerId: string;
|
|
4291
4418
|
mtaId: string | null;
|
|
@@ -4298,6 +4425,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4298
4425
|
updatedAt: unknown;
|
|
4299
4426
|
developer?: {
|
|
4300
4427
|
id: string;
|
|
4428
|
+
developerNumber: number;
|
|
4301
4429
|
companyName: string | null;
|
|
4302
4430
|
status: string;
|
|
4303
4431
|
isArchived: boolean;
|
|
@@ -4370,6 +4498,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4370
4498
|
updatedAt: unknown;
|
|
4371
4499
|
balanceCents: unknown;
|
|
4372
4500
|
syncedAt: unknown;
|
|
4501
|
+
propertyNumber: number;
|
|
4373
4502
|
customerId: string;
|
|
4374
4503
|
projectId: string;
|
|
4375
4504
|
lotDetail: string | null;
|
|
@@ -4385,6 +4514,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4385
4514
|
copositSaleStatus?: string | null | undefined;
|
|
4386
4515
|
project?: {
|
|
4387
4516
|
id: string;
|
|
4517
|
+
projectNumber: number;
|
|
4388
4518
|
name: string;
|
|
4389
4519
|
developerId: string;
|
|
4390
4520
|
mtaId: string | null;
|
|
@@ -4397,6 +4527,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4397
4527
|
updatedAt: unknown;
|
|
4398
4528
|
developer?: {
|
|
4399
4529
|
id: string;
|
|
4530
|
+
developerNumber: number;
|
|
4400
4531
|
companyName: string | null;
|
|
4401
4532
|
status: string;
|
|
4402
4533
|
isArchived: boolean;
|
|
@@ -4468,6 +4599,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4468
4599
|
updatedAt: unknown;
|
|
4469
4600
|
balanceCents: unknown;
|
|
4470
4601
|
syncedAt: unknown;
|
|
4602
|
+
propertyNumber: number;
|
|
4471
4603
|
customerId: string;
|
|
4472
4604
|
projectId: string;
|
|
4473
4605
|
lotDetail: string | null;
|
|
@@ -4483,6 +4615,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4483
4615
|
copositSaleStatus?: string | null | undefined;
|
|
4484
4616
|
project?: {
|
|
4485
4617
|
id: string;
|
|
4618
|
+
projectNumber: number;
|
|
4486
4619
|
name: string;
|
|
4487
4620
|
developerId: string;
|
|
4488
4621
|
mtaId: string | null;
|
|
@@ -4495,6 +4628,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4495
4628
|
updatedAt: unknown;
|
|
4496
4629
|
developer?: {
|
|
4497
4630
|
id: string;
|
|
4631
|
+
developerNumber: number;
|
|
4498
4632
|
companyName: string | null;
|
|
4499
4633
|
status: string;
|
|
4500
4634
|
isArchived: boolean;
|
|
@@ -4568,6 +4702,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4568
4702
|
updatedAt: Date;
|
|
4569
4703
|
balanceCents: bigint;
|
|
4570
4704
|
syncedAt: Date;
|
|
4705
|
+
propertyNumber: number;
|
|
4571
4706
|
customerId: string;
|
|
4572
4707
|
projectId: string;
|
|
4573
4708
|
lotDetail: string | null;
|
|
@@ -4583,6 +4718,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4583
4718
|
copositSaleStatus?: string | null | undefined;
|
|
4584
4719
|
project?: {
|
|
4585
4720
|
id: string;
|
|
4721
|
+
projectNumber: number;
|
|
4586
4722
|
name: string;
|
|
4587
4723
|
developerId: string;
|
|
4588
4724
|
mtaId: string | null;
|
|
@@ -4595,6 +4731,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4595
4731
|
updatedAt: Date;
|
|
4596
4732
|
developer?: {
|
|
4597
4733
|
id: string;
|
|
4734
|
+
developerNumber: number;
|
|
4598
4735
|
companyName: string | null;
|
|
4599
4736
|
status: string;
|
|
4600
4737
|
isArchived: boolean;
|
|
@@ -4667,6 +4804,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4667
4804
|
updatedAt: Date;
|
|
4668
4805
|
balanceCents: bigint;
|
|
4669
4806
|
syncedAt: Date;
|
|
4807
|
+
propertyNumber: number;
|
|
4670
4808
|
customerId: string;
|
|
4671
4809
|
projectId: string;
|
|
4672
4810
|
lotDetail: string | null;
|
|
@@ -4682,6 +4820,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4682
4820
|
copositSaleStatus?: string | null | undefined;
|
|
4683
4821
|
project?: {
|
|
4684
4822
|
id: string;
|
|
4823
|
+
projectNumber: number;
|
|
4685
4824
|
name: string;
|
|
4686
4825
|
developerId: string;
|
|
4687
4826
|
mtaId: string | null;
|
|
@@ -4694,6 +4833,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4694
4833
|
updatedAt: Date;
|
|
4695
4834
|
developer?: {
|
|
4696
4835
|
id: string;
|
|
4836
|
+
developerNumber: number;
|
|
4697
4837
|
companyName: string | null;
|
|
4698
4838
|
status: string;
|
|
4699
4839
|
isArchived: boolean;
|
|
@@ -4765,6 +4905,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4765
4905
|
updatedAt: Date;
|
|
4766
4906
|
balanceCents: bigint;
|
|
4767
4907
|
syncedAt: Date;
|
|
4908
|
+
propertyNumber: number;
|
|
4768
4909
|
customerId: string;
|
|
4769
4910
|
projectId: string;
|
|
4770
4911
|
lotDetail: string | null;
|
|
@@ -4780,6 +4921,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4780
4921
|
copositSaleStatus?: string | null | undefined;
|
|
4781
4922
|
project?: {
|
|
4782
4923
|
id: string;
|
|
4924
|
+
projectNumber: number;
|
|
4783
4925
|
name: string;
|
|
4784
4926
|
developerId: string;
|
|
4785
4927
|
mtaId: string | null;
|
|
@@ -4792,6 +4934,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4792
4934
|
updatedAt: Date;
|
|
4793
4935
|
developer?: {
|
|
4794
4936
|
id: string;
|
|
4937
|
+
developerNumber: number;
|
|
4795
4938
|
companyName: string | null;
|
|
4796
4939
|
status: string;
|
|
4797
4940
|
isArchived: boolean;
|
|
@@ -4871,6 +5014,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4871
5014
|
updatedAt: unknown;
|
|
4872
5015
|
balanceCents: unknown;
|
|
4873
5016
|
syncedAt: unknown;
|
|
5017
|
+
propertyNumber: number;
|
|
4874
5018
|
customerId: string;
|
|
4875
5019
|
projectId: string;
|
|
4876
5020
|
lotDetail: string | null;
|
|
@@ -4886,6 +5030,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4886
5030
|
copositSaleStatus?: string | null | undefined;
|
|
4887
5031
|
project?: {
|
|
4888
5032
|
id: string;
|
|
5033
|
+
projectNumber: number;
|
|
4889
5034
|
name: string;
|
|
4890
5035
|
developerId: string;
|
|
4891
5036
|
mtaId: string | null;
|
|
@@ -4898,6 +5043,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4898
5043
|
updatedAt: unknown;
|
|
4899
5044
|
developer?: {
|
|
4900
5045
|
id: string;
|
|
5046
|
+
developerNumber: number;
|
|
4901
5047
|
companyName: string | null;
|
|
4902
5048
|
status: string;
|
|
4903
5049
|
isArchived: boolean;
|
|
@@ -4970,6 +5116,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4970
5116
|
updatedAt: unknown;
|
|
4971
5117
|
balanceCents: unknown;
|
|
4972
5118
|
syncedAt: unknown;
|
|
5119
|
+
propertyNumber: number;
|
|
4973
5120
|
customerId: string;
|
|
4974
5121
|
projectId: string;
|
|
4975
5122
|
lotDetail: string | null;
|
|
@@ -4985,6 +5132,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4985
5132
|
copositSaleStatus?: string | null | undefined;
|
|
4986
5133
|
project?: {
|
|
4987
5134
|
id: string;
|
|
5135
|
+
projectNumber: number;
|
|
4988
5136
|
name: string;
|
|
4989
5137
|
developerId: string;
|
|
4990
5138
|
mtaId: string | null;
|
|
@@ -4997,6 +5145,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4997
5145
|
updatedAt: unknown;
|
|
4998
5146
|
developer?: {
|
|
4999
5147
|
id: string;
|
|
5148
|
+
developerNumber: number;
|
|
5000
5149
|
companyName: string | null;
|
|
5001
5150
|
status: string;
|
|
5002
5151
|
isArchived: boolean;
|
|
@@ -5068,6 +5217,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
5068
5217
|
updatedAt: unknown;
|
|
5069
5218
|
balanceCents: unknown;
|
|
5070
5219
|
syncedAt: unknown;
|
|
5220
|
+
propertyNumber: number;
|
|
5071
5221
|
customerId: string;
|
|
5072
5222
|
projectId: string;
|
|
5073
5223
|
lotDetail: string | null;
|
|
@@ -5083,6 +5233,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
5083
5233
|
copositSaleStatus?: string | null | undefined;
|
|
5084
5234
|
project?: {
|
|
5085
5235
|
id: string;
|
|
5236
|
+
projectNumber: number;
|
|
5086
5237
|
name: string;
|
|
5087
5238
|
developerId: string;
|
|
5088
5239
|
mtaId: string | null;
|
|
@@ -5095,6 +5246,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
5095
5246
|
updatedAt: unknown;
|
|
5096
5247
|
developer?: {
|
|
5097
5248
|
id: string;
|
|
5249
|
+
developerNumber: number;
|
|
5098
5250
|
companyName: string | null;
|
|
5099
5251
|
status: string;
|
|
5100
5252
|
isArchived: boolean;
|
|
@@ -5160,29 +5312,30 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5160
5312
|
transactionType: z.ZodPrefault<z.ZodLiteral<string>>;
|
|
5161
5313
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
5162
5314
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5163
|
-
property: z.ZodOptional<z.ZodNullable<z.
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5315
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5316
|
+
propertyNumber: z.ZodOptional<z.ZodInt>;
|
|
5317
|
+
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5318
|
+
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5319
|
+
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5320
|
+
id: z.ZodUUID;
|
|
5321
|
+
customerId: z.ZodString;
|
|
5322
|
+
projectId: z.ZodString;
|
|
5323
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5324
|
+
lotDetail: z.ZodNullable<z.ZodString>;
|
|
5325
|
+
propertyAddress: z.ZodString;
|
|
5326
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
5327
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5328
|
+
stage: z.ZodString;
|
|
5329
|
+
status: z.ZodString;
|
|
5330
|
+
mtaId: z.ZodString;
|
|
5331
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5332
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5333
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5334
|
+
isArchived: z.ZodBoolean;
|
|
5335
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
5336
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
5337
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
5338
|
+
}, z.core.$strip>>>;
|
|
5186
5339
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
5187
5340
|
creditAmountCents: number;
|
|
5188
5341
|
debitAmountCents: number;
|
|
@@ -5233,6 +5386,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5233
5386
|
updatedAt: Date;
|
|
5234
5387
|
balanceCents: bigint;
|
|
5235
5388
|
syncedAt: Date;
|
|
5389
|
+
propertyNumber: number;
|
|
5236
5390
|
customerId: string;
|
|
5237
5391
|
projectId: string;
|
|
5238
5392
|
lotDetail: string | null;
|
|
@@ -5248,6 +5402,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5248
5402
|
copositSaleStatus?: string | null | undefined;
|
|
5249
5403
|
project?: {
|
|
5250
5404
|
id: string;
|
|
5405
|
+
projectNumber: number;
|
|
5251
5406
|
name: string;
|
|
5252
5407
|
developerId: string;
|
|
5253
5408
|
mtaId: string | null;
|
|
@@ -5260,6 +5415,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5260
5415
|
updatedAt: Date;
|
|
5261
5416
|
developer?: {
|
|
5262
5417
|
id: string;
|
|
5418
|
+
developerNumber: number;
|
|
5263
5419
|
companyName: string | null;
|
|
5264
5420
|
status: string;
|
|
5265
5421
|
isArchived: boolean;
|
|
@@ -5333,6 +5489,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5333
5489
|
updatedAt: Date;
|
|
5334
5490
|
balanceCents: bigint;
|
|
5335
5491
|
syncedAt: Date;
|
|
5492
|
+
propertyNumber: number;
|
|
5336
5493
|
customerId: string;
|
|
5337
5494
|
projectId: string;
|
|
5338
5495
|
lotDetail: string | null;
|
|
@@ -5348,6 +5505,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5348
5505
|
copositSaleStatus?: string | null | undefined;
|
|
5349
5506
|
project?: {
|
|
5350
5507
|
id: string;
|
|
5508
|
+
projectNumber: number;
|
|
5351
5509
|
name: string;
|
|
5352
5510
|
developerId: string;
|
|
5353
5511
|
mtaId: string | null;
|
|
@@ -5360,6 +5518,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5360
5518
|
updatedAt: Date;
|
|
5361
5519
|
developer?: {
|
|
5362
5520
|
id: string;
|
|
5521
|
+
developerNumber: number;
|
|
5363
5522
|
companyName: string | null;
|
|
5364
5523
|
status: string;
|
|
5365
5524
|
isArchived: boolean;
|
|
@@ -5432,6 +5591,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5432
5591
|
updatedAt: Date;
|
|
5433
5592
|
balanceCents: bigint;
|
|
5434
5593
|
syncedAt: Date;
|
|
5594
|
+
propertyNumber: number;
|
|
5435
5595
|
customerId: string;
|
|
5436
5596
|
projectId: string;
|
|
5437
5597
|
lotDetail: string | null;
|
|
@@ -5447,6 +5607,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5447
5607
|
copositSaleStatus?: string | null | undefined;
|
|
5448
5608
|
project?: {
|
|
5449
5609
|
id: string;
|
|
5610
|
+
projectNumber: number;
|
|
5450
5611
|
name: string;
|
|
5451
5612
|
developerId: string;
|
|
5452
5613
|
mtaId: string | null;
|
|
@@ -5459,6 +5620,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5459
5620
|
updatedAt: Date;
|
|
5460
5621
|
developer?: {
|
|
5461
5622
|
id: string;
|
|
5623
|
+
developerNumber: number;
|
|
5462
5624
|
companyName: string | null;
|
|
5463
5625
|
status: string;
|
|
5464
5626
|
isArchived: boolean;
|
|
@@ -5543,6 +5705,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5543
5705
|
updatedAt: unknown;
|
|
5544
5706
|
balanceCents: unknown;
|
|
5545
5707
|
syncedAt: unknown;
|
|
5708
|
+
propertyNumber: number;
|
|
5546
5709
|
customerId: string;
|
|
5547
5710
|
projectId: string;
|
|
5548
5711
|
lotDetail: string | null;
|
|
@@ -5558,6 +5721,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5558
5721
|
copositSaleStatus?: string | null | undefined;
|
|
5559
5722
|
project?: {
|
|
5560
5723
|
id: string;
|
|
5724
|
+
projectNumber: number;
|
|
5561
5725
|
name: string;
|
|
5562
5726
|
developerId: string;
|
|
5563
5727
|
mtaId: string | null;
|
|
@@ -5570,6 +5734,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5570
5734
|
updatedAt: unknown;
|
|
5571
5735
|
developer?: {
|
|
5572
5736
|
id: string;
|
|
5737
|
+
developerNumber: number;
|
|
5573
5738
|
companyName: string | null;
|
|
5574
5739
|
status: string;
|
|
5575
5740
|
isArchived: boolean;
|
|
@@ -5643,6 +5808,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5643
5808
|
updatedAt: unknown;
|
|
5644
5809
|
balanceCents: unknown;
|
|
5645
5810
|
syncedAt: unknown;
|
|
5811
|
+
propertyNumber: number;
|
|
5646
5812
|
customerId: string;
|
|
5647
5813
|
projectId: string;
|
|
5648
5814
|
lotDetail: string | null;
|
|
@@ -5658,6 +5824,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5658
5824
|
copositSaleStatus?: string | null | undefined;
|
|
5659
5825
|
project?: {
|
|
5660
5826
|
id: string;
|
|
5827
|
+
projectNumber: number;
|
|
5661
5828
|
name: string;
|
|
5662
5829
|
developerId: string;
|
|
5663
5830
|
mtaId: string | null;
|
|
@@ -5670,6 +5837,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5670
5837
|
updatedAt: unknown;
|
|
5671
5838
|
developer?: {
|
|
5672
5839
|
id: string;
|
|
5840
|
+
developerNumber: number;
|
|
5673
5841
|
companyName: string | null;
|
|
5674
5842
|
status: string;
|
|
5675
5843
|
isArchived: boolean;
|
|
@@ -5742,6 +5910,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5742
5910
|
updatedAt: unknown;
|
|
5743
5911
|
balanceCents: unknown;
|
|
5744
5912
|
syncedAt: unknown;
|
|
5913
|
+
propertyNumber: number;
|
|
5745
5914
|
customerId: string;
|
|
5746
5915
|
projectId: string;
|
|
5747
5916
|
lotDetail: string | null;
|
|
@@ -5757,6 +5926,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5757
5926
|
copositSaleStatus?: string | null | undefined;
|
|
5758
5927
|
project?: {
|
|
5759
5928
|
id: string;
|
|
5929
|
+
projectNumber: number;
|
|
5760
5930
|
name: string;
|
|
5761
5931
|
developerId: string;
|
|
5762
5932
|
mtaId: string | null;
|
|
@@ -5769,6 +5939,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5769
5939
|
updatedAt: unknown;
|
|
5770
5940
|
developer?: {
|
|
5771
5941
|
id: string;
|
|
5942
|
+
developerNumber: number;
|
|
5772
5943
|
companyName: string | null;
|
|
5773
5944
|
status: string;
|
|
5774
5945
|
isArchived: boolean;
|
|
@@ -5843,6 +6014,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5843
6014
|
updatedAt: Date;
|
|
5844
6015
|
balanceCents: bigint;
|
|
5845
6016
|
syncedAt: Date;
|
|
6017
|
+
propertyNumber: number;
|
|
5846
6018
|
customerId: string;
|
|
5847
6019
|
projectId: string;
|
|
5848
6020
|
lotDetail: string | null;
|
|
@@ -5858,6 +6030,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5858
6030
|
copositSaleStatus?: string | null | undefined;
|
|
5859
6031
|
project?: {
|
|
5860
6032
|
id: string;
|
|
6033
|
+
projectNumber: number;
|
|
5861
6034
|
name: string;
|
|
5862
6035
|
developerId: string;
|
|
5863
6036
|
mtaId: string | null;
|
|
@@ -5870,6 +6043,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5870
6043
|
updatedAt: Date;
|
|
5871
6044
|
developer?: {
|
|
5872
6045
|
id: string;
|
|
6046
|
+
developerNumber: number;
|
|
5873
6047
|
companyName: string | null;
|
|
5874
6048
|
status: string;
|
|
5875
6049
|
isArchived: boolean;
|
|
@@ -5943,6 +6117,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5943
6117
|
updatedAt: Date;
|
|
5944
6118
|
balanceCents: bigint;
|
|
5945
6119
|
syncedAt: Date;
|
|
6120
|
+
propertyNumber: number;
|
|
5946
6121
|
customerId: string;
|
|
5947
6122
|
projectId: string;
|
|
5948
6123
|
lotDetail: string | null;
|
|
@@ -5958,6 +6133,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5958
6133
|
copositSaleStatus?: string | null | undefined;
|
|
5959
6134
|
project?: {
|
|
5960
6135
|
id: string;
|
|
6136
|
+
projectNumber: number;
|
|
5961
6137
|
name: string;
|
|
5962
6138
|
developerId: string;
|
|
5963
6139
|
mtaId: string | null;
|
|
@@ -5970,6 +6146,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5970
6146
|
updatedAt: Date;
|
|
5971
6147
|
developer?: {
|
|
5972
6148
|
id: string;
|
|
6149
|
+
developerNumber: number;
|
|
5973
6150
|
companyName: string | null;
|
|
5974
6151
|
status: string;
|
|
5975
6152
|
isArchived: boolean;
|
|
@@ -6042,6 +6219,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6042
6219
|
updatedAt: Date;
|
|
6043
6220
|
balanceCents: bigint;
|
|
6044
6221
|
syncedAt: Date;
|
|
6222
|
+
propertyNumber: number;
|
|
6045
6223
|
customerId: string;
|
|
6046
6224
|
projectId: string;
|
|
6047
6225
|
lotDetail: string | null;
|
|
@@ -6057,6 +6235,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6057
6235
|
copositSaleStatus?: string | null | undefined;
|
|
6058
6236
|
project?: {
|
|
6059
6237
|
id: string;
|
|
6238
|
+
projectNumber: number;
|
|
6060
6239
|
name: string;
|
|
6061
6240
|
developerId: string;
|
|
6062
6241
|
mtaId: string | null;
|
|
@@ -6069,6 +6248,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6069
6248
|
updatedAt: Date;
|
|
6070
6249
|
developer?: {
|
|
6071
6250
|
id: string;
|
|
6251
|
+
developerNumber: number;
|
|
6072
6252
|
companyName: string | null;
|
|
6073
6253
|
status: string;
|
|
6074
6254
|
isArchived: boolean;
|
|
@@ -6153,6 +6333,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6153
6333
|
updatedAt: unknown;
|
|
6154
6334
|
balanceCents: unknown;
|
|
6155
6335
|
syncedAt: unknown;
|
|
6336
|
+
propertyNumber: number;
|
|
6156
6337
|
customerId: string;
|
|
6157
6338
|
projectId: string;
|
|
6158
6339
|
lotDetail: string | null;
|
|
@@ -6168,6 +6349,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6168
6349
|
copositSaleStatus?: string | null | undefined;
|
|
6169
6350
|
project?: {
|
|
6170
6351
|
id: string;
|
|
6352
|
+
projectNumber: number;
|
|
6171
6353
|
name: string;
|
|
6172
6354
|
developerId: string;
|
|
6173
6355
|
mtaId: string | null;
|
|
@@ -6180,6 +6362,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6180
6362
|
updatedAt: unknown;
|
|
6181
6363
|
developer?: {
|
|
6182
6364
|
id: string;
|
|
6365
|
+
developerNumber: number;
|
|
6183
6366
|
companyName: string | null;
|
|
6184
6367
|
status: string;
|
|
6185
6368
|
isArchived: boolean;
|
|
@@ -6253,6 +6436,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6253
6436
|
updatedAt: unknown;
|
|
6254
6437
|
balanceCents: unknown;
|
|
6255
6438
|
syncedAt: unknown;
|
|
6439
|
+
propertyNumber: number;
|
|
6256
6440
|
customerId: string;
|
|
6257
6441
|
projectId: string;
|
|
6258
6442
|
lotDetail: string | null;
|
|
@@ -6268,6 +6452,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6268
6452
|
copositSaleStatus?: string | null | undefined;
|
|
6269
6453
|
project?: {
|
|
6270
6454
|
id: string;
|
|
6455
|
+
projectNumber: number;
|
|
6271
6456
|
name: string;
|
|
6272
6457
|
developerId: string;
|
|
6273
6458
|
mtaId: string | null;
|
|
@@ -6280,6 +6465,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6280
6465
|
updatedAt: unknown;
|
|
6281
6466
|
developer?: {
|
|
6282
6467
|
id: string;
|
|
6468
|
+
developerNumber: number;
|
|
6283
6469
|
companyName: string | null;
|
|
6284
6470
|
status: string;
|
|
6285
6471
|
isArchived: boolean;
|
|
@@ -6352,6 +6538,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6352
6538
|
updatedAt: unknown;
|
|
6353
6539
|
balanceCents: unknown;
|
|
6354
6540
|
syncedAt: unknown;
|
|
6541
|
+
propertyNumber: number;
|
|
6355
6542
|
customerId: string;
|
|
6356
6543
|
projectId: string;
|
|
6357
6544
|
lotDetail: string | null;
|
|
@@ -6367,6 +6554,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6367
6554
|
copositSaleStatus?: string | null | undefined;
|
|
6368
6555
|
project?: {
|
|
6369
6556
|
id: string;
|
|
6557
|
+
projectNumber: number;
|
|
6370
6558
|
name: string;
|
|
6371
6559
|
developerId: string;
|
|
6372
6560
|
mtaId: string | null;
|
|
@@ -6379,6 +6567,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6379
6567
|
updatedAt: unknown;
|
|
6380
6568
|
developer?: {
|
|
6381
6569
|
id: string;
|
|
6570
|
+
developerNumber: number;
|
|
6382
6571
|
companyName: string | null;
|
|
6383
6572
|
status: string;
|
|
6384
6573
|
isArchived: boolean;
|
|
@@ -6457,6 +6646,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6457
6646
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6458
6647
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
6459
6648
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
6649
|
+
propertyNumber: z.ZodInt;
|
|
6460
6650
|
customerId: z.ZodString;
|
|
6461
6651
|
projectId: z.ZodString;
|
|
6462
6652
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -6470,6 +6660,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6470
6660
|
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6471
6661
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
6472
6662
|
id: z.ZodString;
|
|
6663
|
+
projectNumber: z.ZodInt;
|
|
6473
6664
|
name: z.ZodString;
|
|
6474
6665
|
developerId: z.ZodString;
|
|
6475
6666
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -6482,6 +6673,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6482
6673
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
6483
6674
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6484
6675
|
id: z.ZodUUID;
|
|
6676
|
+
developerNumber: z.ZodInt;
|
|
6485
6677
|
companyName: z.ZodNullable<z.ZodString>;
|
|
6486
6678
|
status: z.ZodString;
|
|
6487
6679
|
isArchived: z.ZodBoolean;
|
|
@@ -6552,6 +6744,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6552
6744
|
updatedAt: Date;
|
|
6553
6745
|
balanceCents: bigint;
|
|
6554
6746
|
syncedAt: Date;
|
|
6747
|
+
propertyNumber: number;
|
|
6555
6748
|
customerId: string;
|
|
6556
6749
|
projectId: string;
|
|
6557
6750
|
lotDetail: string | null;
|
|
@@ -6567,6 +6760,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6567
6760
|
copositSaleStatus?: string | null | undefined;
|
|
6568
6761
|
project?: {
|
|
6569
6762
|
id: string;
|
|
6763
|
+
projectNumber: number;
|
|
6570
6764
|
name: string;
|
|
6571
6765
|
developerId: string;
|
|
6572
6766
|
mtaId: string | null;
|
|
@@ -6579,6 +6773,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6579
6773
|
updatedAt: Date;
|
|
6580
6774
|
developer?: {
|
|
6581
6775
|
id: string;
|
|
6776
|
+
developerNumber: number;
|
|
6582
6777
|
companyName: string | null;
|
|
6583
6778
|
status: string;
|
|
6584
6779
|
isArchived: boolean;
|
|
@@ -6651,6 +6846,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6651
6846
|
updatedAt: Date;
|
|
6652
6847
|
balanceCents: bigint;
|
|
6653
6848
|
syncedAt: Date;
|
|
6849
|
+
propertyNumber: number;
|
|
6654
6850
|
customerId: string;
|
|
6655
6851
|
projectId: string;
|
|
6656
6852
|
lotDetail: string | null;
|
|
@@ -6666,6 +6862,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6666
6862
|
copositSaleStatus?: string | null | undefined;
|
|
6667
6863
|
project?: {
|
|
6668
6864
|
id: string;
|
|
6865
|
+
projectNumber: number;
|
|
6669
6866
|
name: string;
|
|
6670
6867
|
developerId: string;
|
|
6671
6868
|
mtaId: string | null;
|
|
@@ -6678,6 +6875,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6678
6875
|
updatedAt: Date;
|
|
6679
6876
|
developer?: {
|
|
6680
6877
|
id: string;
|
|
6878
|
+
developerNumber: number;
|
|
6681
6879
|
companyName: string | null;
|
|
6682
6880
|
status: string;
|
|
6683
6881
|
isArchived: boolean;
|
|
@@ -6749,6 +6947,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6749
6947
|
updatedAt: Date;
|
|
6750
6948
|
balanceCents: bigint;
|
|
6751
6949
|
syncedAt: Date;
|
|
6950
|
+
propertyNumber: number;
|
|
6752
6951
|
customerId: string;
|
|
6753
6952
|
projectId: string;
|
|
6754
6953
|
lotDetail: string | null;
|
|
@@ -6764,6 +6963,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6764
6963
|
copositSaleStatus?: string | null | undefined;
|
|
6765
6964
|
project?: {
|
|
6766
6965
|
id: string;
|
|
6966
|
+
projectNumber: number;
|
|
6767
6967
|
name: string;
|
|
6768
6968
|
developerId: string;
|
|
6769
6969
|
mtaId: string | null;
|
|
@@ -6776,6 +6976,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6776
6976
|
updatedAt: Date;
|
|
6777
6977
|
developer?: {
|
|
6778
6978
|
id: string;
|
|
6979
|
+
developerNumber: number;
|
|
6779
6980
|
companyName: string | null;
|
|
6780
6981
|
status: string;
|
|
6781
6982
|
isArchived: boolean;
|
|
@@ -6855,6 +7056,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6855
7056
|
updatedAt: unknown;
|
|
6856
7057
|
balanceCents: unknown;
|
|
6857
7058
|
syncedAt: unknown;
|
|
7059
|
+
propertyNumber: number;
|
|
6858
7060
|
customerId: string;
|
|
6859
7061
|
projectId: string;
|
|
6860
7062
|
lotDetail: string | null;
|
|
@@ -6870,6 +7072,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6870
7072
|
copositSaleStatus?: string | null | undefined;
|
|
6871
7073
|
project?: {
|
|
6872
7074
|
id: string;
|
|
7075
|
+
projectNumber: number;
|
|
6873
7076
|
name: string;
|
|
6874
7077
|
developerId: string;
|
|
6875
7078
|
mtaId: string | null;
|
|
@@ -6882,6 +7085,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6882
7085
|
updatedAt: unknown;
|
|
6883
7086
|
developer?: {
|
|
6884
7087
|
id: string;
|
|
7088
|
+
developerNumber: number;
|
|
6885
7089
|
companyName: string | null;
|
|
6886
7090
|
status: string;
|
|
6887
7091
|
isArchived: boolean;
|
|
@@ -6954,6 +7158,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6954
7158
|
updatedAt: unknown;
|
|
6955
7159
|
balanceCents: unknown;
|
|
6956
7160
|
syncedAt: unknown;
|
|
7161
|
+
propertyNumber: number;
|
|
6957
7162
|
customerId: string;
|
|
6958
7163
|
projectId: string;
|
|
6959
7164
|
lotDetail: string | null;
|
|
@@ -6969,6 +7174,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6969
7174
|
copositSaleStatus?: string | null | undefined;
|
|
6970
7175
|
project?: {
|
|
6971
7176
|
id: string;
|
|
7177
|
+
projectNumber: number;
|
|
6972
7178
|
name: string;
|
|
6973
7179
|
developerId: string;
|
|
6974
7180
|
mtaId: string | null;
|
|
@@ -6981,6 +7187,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6981
7187
|
updatedAt: unknown;
|
|
6982
7188
|
developer?: {
|
|
6983
7189
|
id: string;
|
|
7190
|
+
developerNumber: number;
|
|
6984
7191
|
companyName: string | null;
|
|
6985
7192
|
status: string;
|
|
6986
7193
|
isArchived: boolean;
|
|
@@ -7052,6 +7259,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7052
7259
|
updatedAt: unknown;
|
|
7053
7260
|
balanceCents: unknown;
|
|
7054
7261
|
syncedAt: unknown;
|
|
7262
|
+
propertyNumber: number;
|
|
7055
7263
|
customerId: string;
|
|
7056
7264
|
projectId: string;
|
|
7057
7265
|
lotDetail: string | null;
|
|
@@ -7067,6 +7275,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7067
7275
|
copositSaleStatus?: string | null | undefined;
|
|
7068
7276
|
project?: {
|
|
7069
7277
|
id: string;
|
|
7278
|
+
projectNumber: number;
|
|
7070
7279
|
name: string;
|
|
7071
7280
|
developerId: string;
|
|
7072
7281
|
mtaId: string | null;
|
|
@@ -7079,6 +7288,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7079
7288
|
updatedAt: unknown;
|
|
7080
7289
|
developer?: {
|
|
7081
7290
|
id: string;
|
|
7291
|
+
developerNumber: number;
|
|
7082
7292
|
companyName: string | null;
|
|
7083
7293
|
status: string;
|
|
7084
7294
|
isArchived: boolean;
|
|
@@ -7152,6 +7362,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7152
7362
|
updatedAt: Date;
|
|
7153
7363
|
balanceCents: bigint;
|
|
7154
7364
|
syncedAt: Date;
|
|
7365
|
+
propertyNumber: number;
|
|
7155
7366
|
customerId: string;
|
|
7156
7367
|
projectId: string;
|
|
7157
7368
|
lotDetail: string | null;
|
|
@@ -7167,6 +7378,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7167
7378
|
copositSaleStatus?: string | null | undefined;
|
|
7168
7379
|
project?: {
|
|
7169
7380
|
id: string;
|
|
7381
|
+
projectNumber: number;
|
|
7170
7382
|
name: string;
|
|
7171
7383
|
developerId: string;
|
|
7172
7384
|
mtaId: string | null;
|
|
@@ -7179,6 +7391,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7179
7391
|
updatedAt: Date;
|
|
7180
7392
|
developer?: {
|
|
7181
7393
|
id: string;
|
|
7394
|
+
developerNumber: number;
|
|
7182
7395
|
companyName: string | null;
|
|
7183
7396
|
status: string;
|
|
7184
7397
|
isArchived: boolean;
|
|
@@ -7251,6 +7464,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7251
7464
|
updatedAt: Date;
|
|
7252
7465
|
balanceCents: bigint;
|
|
7253
7466
|
syncedAt: Date;
|
|
7467
|
+
propertyNumber: number;
|
|
7254
7468
|
customerId: string;
|
|
7255
7469
|
projectId: string;
|
|
7256
7470
|
lotDetail: string | null;
|
|
@@ -7266,6 +7480,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7266
7480
|
copositSaleStatus?: string | null | undefined;
|
|
7267
7481
|
project?: {
|
|
7268
7482
|
id: string;
|
|
7483
|
+
projectNumber: number;
|
|
7269
7484
|
name: string;
|
|
7270
7485
|
developerId: string;
|
|
7271
7486
|
mtaId: string | null;
|
|
@@ -7278,6 +7493,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7278
7493
|
updatedAt: Date;
|
|
7279
7494
|
developer?: {
|
|
7280
7495
|
id: string;
|
|
7496
|
+
developerNumber: number;
|
|
7281
7497
|
companyName: string | null;
|
|
7282
7498
|
status: string;
|
|
7283
7499
|
isArchived: boolean;
|
|
@@ -7349,6 +7565,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7349
7565
|
updatedAt: Date;
|
|
7350
7566
|
balanceCents: bigint;
|
|
7351
7567
|
syncedAt: Date;
|
|
7568
|
+
propertyNumber: number;
|
|
7352
7569
|
customerId: string;
|
|
7353
7570
|
projectId: string;
|
|
7354
7571
|
lotDetail: string | null;
|
|
@@ -7364,6 +7581,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7364
7581
|
copositSaleStatus?: string | null | undefined;
|
|
7365
7582
|
project?: {
|
|
7366
7583
|
id: string;
|
|
7584
|
+
projectNumber: number;
|
|
7367
7585
|
name: string;
|
|
7368
7586
|
developerId: string;
|
|
7369
7587
|
mtaId: string | null;
|
|
@@ -7376,6 +7594,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7376
7594
|
updatedAt: Date;
|
|
7377
7595
|
developer?: {
|
|
7378
7596
|
id: string;
|
|
7597
|
+
developerNumber: number;
|
|
7379
7598
|
companyName: string | null;
|
|
7380
7599
|
status: string;
|
|
7381
7600
|
isArchived: boolean;
|
|
@@ -7455,6 +7674,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7455
7674
|
updatedAt: unknown;
|
|
7456
7675
|
balanceCents: unknown;
|
|
7457
7676
|
syncedAt: unknown;
|
|
7677
|
+
propertyNumber: number;
|
|
7458
7678
|
customerId: string;
|
|
7459
7679
|
projectId: string;
|
|
7460
7680
|
lotDetail: string | null;
|
|
@@ -7470,6 +7690,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7470
7690
|
copositSaleStatus?: string | null | undefined;
|
|
7471
7691
|
project?: {
|
|
7472
7692
|
id: string;
|
|
7693
|
+
projectNumber: number;
|
|
7473
7694
|
name: string;
|
|
7474
7695
|
developerId: string;
|
|
7475
7696
|
mtaId: string | null;
|
|
@@ -7482,6 +7703,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7482
7703
|
updatedAt: unknown;
|
|
7483
7704
|
developer?: {
|
|
7484
7705
|
id: string;
|
|
7706
|
+
developerNumber: number;
|
|
7485
7707
|
companyName: string | null;
|
|
7486
7708
|
status: string;
|
|
7487
7709
|
isArchived: boolean;
|
|
@@ -7554,6 +7776,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7554
7776
|
updatedAt: unknown;
|
|
7555
7777
|
balanceCents: unknown;
|
|
7556
7778
|
syncedAt: unknown;
|
|
7779
|
+
propertyNumber: number;
|
|
7557
7780
|
customerId: string;
|
|
7558
7781
|
projectId: string;
|
|
7559
7782
|
lotDetail: string | null;
|
|
@@ -7569,6 +7792,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7569
7792
|
copositSaleStatus?: string | null | undefined;
|
|
7570
7793
|
project?: {
|
|
7571
7794
|
id: string;
|
|
7795
|
+
projectNumber: number;
|
|
7572
7796
|
name: string;
|
|
7573
7797
|
developerId: string;
|
|
7574
7798
|
mtaId: string | null;
|
|
@@ -7581,6 +7805,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7581
7805
|
updatedAt: unknown;
|
|
7582
7806
|
developer?: {
|
|
7583
7807
|
id: string;
|
|
7808
|
+
developerNumber: number;
|
|
7584
7809
|
companyName: string | null;
|
|
7585
7810
|
status: string;
|
|
7586
7811
|
isArchived: boolean;
|
|
@@ -7652,6 +7877,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7652
7877
|
updatedAt: unknown;
|
|
7653
7878
|
balanceCents: unknown;
|
|
7654
7879
|
syncedAt: unknown;
|
|
7880
|
+
propertyNumber: number;
|
|
7655
7881
|
customerId: string;
|
|
7656
7882
|
projectId: string;
|
|
7657
7883
|
lotDetail: string | null;
|
|
@@ -7667,6 +7893,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7667
7893
|
copositSaleStatus?: string | null | undefined;
|
|
7668
7894
|
project?: {
|
|
7669
7895
|
id: string;
|
|
7896
|
+
projectNumber: number;
|
|
7670
7897
|
name: string;
|
|
7671
7898
|
developerId: string;
|
|
7672
7899
|
mtaId: string | null;
|
|
@@ -7679,6 +7906,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7679
7906
|
updatedAt: unknown;
|
|
7680
7907
|
developer?: {
|
|
7681
7908
|
id: string;
|
|
7909
|
+
developerNumber: number;
|
|
7682
7910
|
companyName: string | null;
|
|
7683
7911
|
status: string;
|
|
7684
7912
|
isArchived: boolean;
|