@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
|
@@ -4,6 +4,7 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
|
|
|
4
4
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5
5
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
6
6
|
id: z.ZodUUID;
|
|
7
|
+
propertyNumber: z.ZodInt;
|
|
7
8
|
customerId: z.ZodString;
|
|
8
9
|
projectId: z.ZodString;
|
|
9
10
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -27,6 +28,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
27
28
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
28
29
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
29
30
|
id: z.ZodUUID;
|
|
31
|
+
propertyNumber: z.ZodInt;
|
|
30
32
|
customerId: z.ZodString;
|
|
31
33
|
projectId: z.ZodString;
|
|
32
34
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -58,6 +60,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
58
60
|
}, z.core.$strip>>>;
|
|
59
61
|
project: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
60
62
|
id: z.ZodString;
|
|
63
|
+
projectNumber: z.ZodInt;
|
|
61
64
|
name: z.ZodString;
|
|
62
65
|
developerId: z.ZodString;
|
|
63
66
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -70,6 +73,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
70
73
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
71
74
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
72
75
|
id: z.ZodUUID;
|
|
76
|
+
developerNumber: z.ZodInt;
|
|
73
77
|
companyName: z.ZodNullable<z.ZodString>;
|
|
74
78
|
status: z.ZodString;
|
|
75
79
|
isArchived: z.ZodBoolean;
|
|
@@ -176,6 +180,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
176
180
|
updatedAt: Date;
|
|
177
181
|
balanceCents: bigint;
|
|
178
182
|
syncedAt: Date;
|
|
183
|
+
propertyNumber: number;
|
|
179
184
|
customerId: string;
|
|
180
185
|
projectId: string;
|
|
181
186
|
lotDetail: string | null;
|
|
@@ -191,6 +196,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
191
196
|
copositSaleStatus?: string | null | undefined;
|
|
192
197
|
project?: {
|
|
193
198
|
id: string;
|
|
199
|
+
projectNumber: number;
|
|
194
200
|
name: string;
|
|
195
201
|
developerId: string;
|
|
196
202
|
mtaId: string | null;
|
|
@@ -203,6 +209,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
203
209
|
updatedAt: Date;
|
|
204
210
|
developer?: {
|
|
205
211
|
id: string;
|
|
212
|
+
developerNumber: number;
|
|
206
213
|
companyName: string | null;
|
|
207
214
|
status: string;
|
|
208
215
|
isArchived: boolean;
|
|
@@ -275,6 +282,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
275
282
|
updatedAt: Date;
|
|
276
283
|
balanceCents: bigint;
|
|
277
284
|
syncedAt: Date;
|
|
285
|
+
propertyNumber: number;
|
|
278
286
|
customerId: string;
|
|
279
287
|
projectId: string;
|
|
280
288
|
lotDetail: string | null;
|
|
@@ -290,6 +298,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
290
298
|
copositSaleStatus?: string | null | undefined;
|
|
291
299
|
project?: {
|
|
292
300
|
id: string;
|
|
301
|
+
projectNumber: number;
|
|
293
302
|
name: string;
|
|
294
303
|
developerId: string;
|
|
295
304
|
mtaId: string | null;
|
|
@@ -302,6 +311,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
302
311
|
updatedAt: Date;
|
|
303
312
|
developer?: {
|
|
304
313
|
id: string;
|
|
314
|
+
developerNumber: number;
|
|
305
315
|
companyName: string | null;
|
|
306
316
|
status: string;
|
|
307
317
|
isArchived: boolean;
|
|
@@ -373,6 +383,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
373
383
|
updatedAt: Date;
|
|
374
384
|
balanceCents: bigint;
|
|
375
385
|
syncedAt: Date;
|
|
386
|
+
propertyNumber: number;
|
|
376
387
|
customerId: string;
|
|
377
388
|
projectId: string;
|
|
378
389
|
lotDetail: string | null;
|
|
@@ -388,6 +399,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
388
399
|
copositSaleStatus?: string | null | undefined;
|
|
389
400
|
project?: {
|
|
390
401
|
id: string;
|
|
402
|
+
projectNumber: number;
|
|
391
403
|
name: string;
|
|
392
404
|
developerId: string;
|
|
393
405
|
mtaId: string | null;
|
|
@@ -400,6 +412,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
400
412
|
updatedAt: Date;
|
|
401
413
|
developer?: {
|
|
402
414
|
id: string;
|
|
415
|
+
developerNumber: number;
|
|
403
416
|
companyName: string | null;
|
|
404
417
|
status: string;
|
|
405
418
|
isArchived: boolean;
|
|
@@ -479,6 +492,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
479
492
|
updatedAt: unknown;
|
|
480
493
|
balanceCents: unknown;
|
|
481
494
|
syncedAt: unknown;
|
|
495
|
+
propertyNumber: number;
|
|
482
496
|
customerId: string;
|
|
483
497
|
projectId: string;
|
|
484
498
|
lotDetail: string | null;
|
|
@@ -494,6 +508,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
494
508
|
copositSaleStatus?: string | null | undefined;
|
|
495
509
|
project?: {
|
|
496
510
|
id: string;
|
|
511
|
+
projectNumber: number;
|
|
497
512
|
name: string;
|
|
498
513
|
developerId: string;
|
|
499
514
|
mtaId: string | null;
|
|
@@ -506,6 +521,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
506
521
|
updatedAt: unknown;
|
|
507
522
|
developer?: {
|
|
508
523
|
id: string;
|
|
524
|
+
developerNumber: number;
|
|
509
525
|
companyName: string | null;
|
|
510
526
|
status: string;
|
|
511
527
|
isArchived: boolean;
|
|
@@ -578,6 +594,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
578
594
|
updatedAt: unknown;
|
|
579
595
|
balanceCents: unknown;
|
|
580
596
|
syncedAt: unknown;
|
|
597
|
+
propertyNumber: number;
|
|
581
598
|
customerId: string;
|
|
582
599
|
projectId: string;
|
|
583
600
|
lotDetail: string | null;
|
|
@@ -593,6 +610,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
593
610
|
copositSaleStatus?: string | null | undefined;
|
|
594
611
|
project?: {
|
|
595
612
|
id: string;
|
|
613
|
+
projectNumber: number;
|
|
596
614
|
name: string;
|
|
597
615
|
developerId: string;
|
|
598
616
|
mtaId: string | null;
|
|
@@ -605,6 +623,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
605
623
|
updatedAt: unknown;
|
|
606
624
|
developer?: {
|
|
607
625
|
id: string;
|
|
626
|
+
developerNumber: number;
|
|
608
627
|
companyName: string | null;
|
|
609
628
|
status: string;
|
|
610
629
|
isArchived: boolean;
|
|
@@ -676,6 +695,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
676
695
|
updatedAt: unknown;
|
|
677
696
|
balanceCents: unknown;
|
|
678
697
|
syncedAt: unknown;
|
|
698
|
+
propertyNumber: number;
|
|
679
699
|
customerId: string;
|
|
680
700
|
projectId: string;
|
|
681
701
|
lotDetail: string | null;
|
|
@@ -691,6 +711,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
691
711
|
copositSaleStatus?: string | null | undefined;
|
|
692
712
|
project?: {
|
|
693
713
|
id: string;
|
|
714
|
+
projectNumber: number;
|
|
694
715
|
name: string;
|
|
695
716
|
developerId: string;
|
|
696
717
|
mtaId: string | null;
|
|
@@ -703,6 +724,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
703
724
|
updatedAt: unknown;
|
|
704
725
|
developer?: {
|
|
705
726
|
id: string;
|
|
727
|
+
developerNumber: number;
|
|
706
728
|
companyName: string | null;
|
|
707
729
|
status: string;
|
|
708
730
|
isArchived: boolean;
|
|
@@ -776,6 +798,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
776
798
|
updatedAt: Date;
|
|
777
799
|
balanceCents: bigint;
|
|
778
800
|
syncedAt: Date;
|
|
801
|
+
propertyNumber: number;
|
|
779
802
|
customerId: string;
|
|
780
803
|
projectId: string;
|
|
781
804
|
lotDetail: string | null;
|
|
@@ -791,6 +814,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
791
814
|
copositSaleStatus?: string | null | undefined;
|
|
792
815
|
project?: {
|
|
793
816
|
id: string;
|
|
817
|
+
projectNumber: number;
|
|
794
818
|
name: string;
|
|
795
819
|
developerId: string;
|
|
796
820
|
mtaId: string | null;
|
|
@@ -803,6 +827,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
803
827
|
updatedAt: Date;
|
|
804
828
|
developer?: {
|
|
805
829
|
id: string;
|
|
830
|
+
developerNumber: number;
|
|
806
831
|
companyName: string | null;
|
|
807
832
|
status: string;
|
|
808
833
|
isArchived: boolean;
|
|
@@ -875,6 +900,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
875
900
|
updatedAt: Date;
|
|
876
901
|
balanceCents: bigint;
|
|
877
902
|
syncedAt: Date;
|
|
903
|
+
propertyNumber: number;
|
|
878
904
|
customerId: string;
|
|
879
905
|
projectId: string;
|
|
880
906
|
lotDetail: string | null;
|
|
@@ -890,6 +916,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
890
916
|
copositSaleStatus?: string | null | undefined;
|
|
891
917
|
project?: {
|
|
892
918
|
id: string;
|
|
919
|
+
projectNumber: number;
|
|
893
920
|
name: string;
|
|
894
921
|
developerId: string;
|
|
895
922
|
mtaId: string | null;
|
|
@@ -902,6 +929,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
902
929
|
updatedAt: Date;
|
|
903
930
|
developer?: {
|
|
904
931
|
id: string;
|
|
932
|
+
developerNumber: number;
|
|
905
933
|
companyName: string | null;
|
|
906
934
|
status: string;
|
|
907
935
|
isArchived: boolean;
|
|
@@ -973,6 +1001,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
973
1001
|
updatedAt: Date;
|
|
974
1002
|
balanceCents: bigint;
|
|
975
1003
|
syncedAt: Date;
|
|
1004
|
+
propertyNumber: number;
|
|
976
1005
|
customerId: string;
|
|
977
1006
|
projectId: string;
|
|
978
1007
|
lotDetail: string | null;
|
|
@@ -988,6 +1017,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
988
1017
|
copositSaleStatus?: string | null | undefined;
|
|
989
1018
|
project?: {
|
|
990
1019
|
id: string;
|
|
1020
|
+
projectNumber: number;
|
|
991
1021
|
name: string;
|
|
992
1022
|
developerId: string;
|
|
993
1023
|
mtaId: string | null;
|
|
@@ -1000,6 +1030,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1000
1030
|
updatedAt: Date;
|
|
1001
1031
|
developer?: {
|
|
1002
1032
|
id: string;
|
|
1033
|
+
developerNumber: number;
|
|
1003
1034
|
companyName: string | null;
|
|
1004
1035
|
status: string;
|
|
1005
1036
|
isArchived: boolean;
|
|
@@ -1079,6 +1110,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1079
1110
|
updatedAt: unknown;
|
|
1080
1111
|
balanceCents: unknown;
|
|
1081
1112
|
syncedAt: unknown;
|
|
1113
|
+
propertyNumber: number;
|
|
1082
1114
|
customerId: string;
|
|
1083
1115
|
projectId: string;
|
|
1084
1116
|
lotDetail: string | null;
|
|
@@ -1094,6 +1126,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1094
1126
|
copositSaleStatus?: string | null | undefined;
|
|
1095
1127
|
project?: {
|
|
1096
1128
|
id: string;
|
|
1129
|
+
projectNumber: number;
|
|
1097
1130
|
name: string;
|
|
1098
1131
|
developerId: string;
|
|
1099
1132
|
mtaId: string | null;
|
|
@@ -1106,6 +1139,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1106
1139
|
updatedAt: unknown;
|
|
1107
1140
|
developer?: {
|
|
1108
1141
|
id: string;
|
|
1142
|
+
developerNumber: number;
|
|
1109
1143
|
companyName: string | null;
|
|
1110
1144
|
status: string;
|
|
1111
1145
|
isArchived: boolean;
|
|
@@ -1178,6 +1212,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1178
1212
|
updatedAt: unknown;
|
|
1179
1213
|
balanceCents: unknown;
|
|
1180
1214
|
syncedAt: unknown;
|
|
1215
|
+
propertyNumber: number;
|
|
1181
1216
|
customerId: string;
|
|
1182
1217
|
projectId: string;
|
|
1183
1218
|
lotDetail: string | null;
|
|
@@ -1193,6 +1228,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1193
1228
|
copositSaleStatus?: string | null | undefined;
|
|
1194
1229
|
project?: {
|
|
1195
1230
|
id: string;
|
|
1231
|
+
projectNumber: number;
|
|
1196
1232
|
name: string;
|
|
1197
1233
|
developerId: string;
|
|
1198
1234
|
mtaId: string | null;
|
|
@@ -1205,6 +1241,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1205
1241
|
updatedAt: unknown;
|
|
1206
1242
|
developer?: {
|
|
1207
1243
|
id: string;
|
|
1244
|
+
developerNumber: number;
|
|
1208
1245
|
companyName: string | null;
|
|
1209
1246
|
status: string;
|
|
1210
1247
|
isArchived: boolean;
|
|
@@ -1276,6 +1313,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1276
1313
|
updatedAt: unknown;
|
|
1277
1314
|
balanceCents: unknown;
|
|
1278
1315
|
syncedAt: unknown;
|
|
1316
|
+
propertyNumber: number;
|
|
1279
1317
|
customerId: string;
|
|
1280
1318
|
projectId: string;
|
|
1281
1319
|
lotDetail: string | null;
|
|
@@ -1291,6 +1329,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1291
1329
|
copositSaleStatus?: string | null | undefined;
|
|
1292
1330
|
project?: {
|
|
1293
1331
|
id: string;
|
|
1332
|
+
projectNumber: number;
|
|
1294
1333
|
name: string;
|
|
1295
1334
|
developerId: string;
|
|
1296
1335
|
mtaId: string | null;
|
|
@@ -1303,6 +1342,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1303
1342
|
updatedAt: unknown;
|
|
1304
1343
|
developer?: {
|
|
1305
1344
|
id: string;
|
|
1345
|
+
developerNumber: number;
|
|
1306
1346
|
companyName: string | null;
|
|
1307
1347
|
status: string;
|
|
1308
1348
|
isArchived: boolean;
|
|
@@ -1378,6 +1418,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1378
1418
|
updatedAt: Date;
|
|
1379
1419
|
balanceCents: bigint;
|
|
1380
1420
|
syncedAt: Date;
|
|
1421
|
+
propertyNumber: number;
|
|
1381
1422
|
customerId: string;
|
|
1382
1423
|
projectId: string;
|
|
1383
1424
|
lotDetail: string | null;
|
|
@@ -1393,6 +1434,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1393
1434
|
copositSaleStatus?: string | null | undefined;
|
|
1394
1435
|
project?: {
|
|
1395
1436
|
id: string;
|
|
1437
|
+
projectNumber: number;
|
|
1396
1438
|
name: string;
|
|
1397
1439
|
developerId: string;
|
|
1398
1440
|
mtaId: string | null;
|
|
@@ -1405,6 +1447,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1405
1447
|
updatedAt: Date;
|
|
1406
1448
|
developer?: {
|
|
1407
1449
|
id: string;
|
|
1450
|
+
developerNumber: number;
|
|
1408
1451
|
companyName: string | null;
|
|
1409
1452
|
status: string;
|
|
1410
1453
|
isArchived: boolean;
|
|
@@ -1478,6 +1521,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1478
1521
|
updatedAt: Date;
|
|
1479
1522
|
balanceCents: bigint;
|
|
1480
1523
|
syncedAt: Date;
|
|
1524
|
+
propertyNumber: number;
|
|
1481
1525
|
customerId: string;
|
|
1482
1526
|
projectId: string;
|
|
1483
1527
|
lotDetail: string | null;
|
|
@@ -1493,6 +1537,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1493
1537
|
copositSaleStatus?: string | null | undefined;
|
|
1494
1538
|
project?: {
|
|
1495
1539
|
id: string;
|
|
1540
|
+
projectNumber: number;
|
|
1496
1541
|
name: string;
|
|
1497
1542
|
developerId: string;
|
|
1498
1543
|
mtaId: string | null;
|
|
@@ -1505,6 +1550,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1505
1550
|
updatedAt: Date;
|
|
1506
1551
|
developer?: {
|
|
1507
1552
|
id: string;
|
|
1553
|
+
developerNumber: number;
|
|
1508
1554
|
companyName: string | null;
|
|
1509
1555
|
status: string;
|
|
1510
1556
|
isArchived: boolean;
|
|
@@ -1577,6 +1623,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1577
1623
|
updatedAt: Date;
|
|
1578
1624
|
balanceCents: bigint;
|
|
1579
1625
|
syncedAt: Date;
|
|
1626
|
+
propertyNumber: number;
|
|
1580
1627
|
customerId: string;
|
|
1581
1628
|
projectId: string;
|
|
1582
1629
|
lotDetail: string | null;
|
|
@@ -1592,6 +1639,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1592
1639
|
copositSaleStatus?: string | null | undefined;
|
|
1593
1640
|
project?: {
|
|
1594
1641
|
id: string;
|
|
1642
|
+
projectNumber: number;
|
|
1595
1643
|
name: string;
|
|
1596
1644
|
developerId: string;
|
|
1597
1645
|
mtaId: string | null;
|
|
@@ -1604,6 +1652,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1604
1652
|
updatedAt: Date;
|
|
1605
1653
|
developer?: {
|
|
1606
1654
|
id: string;
|
|
1655
|
+
developerNumber: number;
|
|
1607
1656
|
companyName: string | null;
|
|
1608
1657
|
status: string;
|
|
1609
1658
|
isArchived: boolean;
|
|
@@ -1688,6 +1737,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1688
1737
|
updatedAt: unknown;
|
|
1689
1738
|
balanceCents: unknown;
|
|
1690
1739
|
syncedAt: unknown;
|
|
1740
|
+
propertyNumber: number;
|
|
1691
1741
|
customerId: string;
|
|
1692
1742
|
projectId: string;
|
|
1693
1743
|
lotDetail: string | null;
|
|
@@ -1703,6 +1753,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1703
1753
|
copositSaleStatus?: string | null | undefined;
|
|
1704
1754
|
project?: {
|
|
1705
1755
|
id: string;
|
|
1756
|
+
projectNumber: number;
|
|
1706
1757
|
name: string;
|
|
1707
1758
|
developerId: string;
|
|
1708
1759
|
mtaId: string | null;
|
|
@@ -1715,6 +1766,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1715
1766
|
updatedAt: unknown;
|
|
1716
1767
|
developer?: {
|
|
1717
1768
|
id: string;
|
|
1769
|
+
developerNumber: number;
|
|
1718
1770
|
companyName: string | null;
|
|
1719
1771
|
status: string;
|
|
1720
1772
|
isArchived: boolean;
|
|
@@ -1788,6 +1840,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1788
1840
|
updatedAt: unknown;
|
|
1789
1841
|
balanceCents: unknown;
|
|
1790
1842
|
syncedAt: unknown;
|
|
1843
|
+
propertyNumber: number;
|
|
1791
1844
|
customerId: string;
|
|
1792
1845
|
projectId: string;
|
|
1793
1846
|
lotDetail: string | null;
|
|
@@ -1803,6 +1856,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1803
1856
|
copositSaleStatus?: string | null | undefined;
|
|
1804
1857
|
project?: {
|
|
1805
1858
|
id: string;
|
|
1859
|
+
projectNumber: number;
|
|
1806
1860
|
name: string;
|
|
1807
1861
|
developerId: string;
|
|
1808
1862
|
mtaId: string | null;
|
|
@@ -1815,6 +1869,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1815
1869
|
updatedAt: unknown;
|
|
1816
1870
|
developer?: {
|
|
1817
1871
|
id: string;
|
|
1872
|
+
developerNumber: number;
|
|
1818
1873
|
companyName: string | null;
|
|
1819
1874
|
status: string;
|
|
1820
1875
|
isArchived: boolean;
|
|
@@ -1887,6 +1942,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1887
1942
|
updatedAt: unknown;
|
|
1888
1943
|
balanceCents: unknown;
|
|
1889
1944
|
syncedAt: unknown;
|
|
1945
|
+
propertyNumber: number;
|
|
1890
1946
|
customerId: string;
|
|
1891
1947
|
projectId: string;
|
|
1892
1948
|
lotDetail: string | null;
|
|
@@ -1902,6 +1958,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1902
1958
|
copositSaleStatus?: string | null | undefined;
|
|
1903
1959
|
project?: {
|
|
1904
1960
|
id: string;
|
|
1961
|
+
projectNumber: number;
|
|
1905
1962
|
name: string;
|
|
1906
1963
|
developerId: string;
|
|
1907
1964
|
mtaId: string | null;
|
|
@@ -1914,6 +1971,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1914
1971
|
updatedAt: unknown;
|
|
1915
1972
|
developer?: {
|
|
1916
1973
|
id: string;
|
|
1974
|
+
developerNumber: number;
|
|
1917
1975
|
companyName: string | null;
|
|
1918
1976
|
status: string;
|
|
1919
1977
|
isArchived: boolean;
|
|
@@ -1988,6 +2046,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1988
2046
|
updatedAt: Date;
|
|
1989
2047
|
balanceCents: bigint;
|
|
1990
2048
|
syncedAt: Date;
|
|
2049
|
+
propertyNumber: number;
|
|
1991
2050
|
customerId: string;
|
|
1992
2051
|
projectId: string;
|
|
1993
2052
|
lotDetail: string | null;
|
|
@@ -2003,6 +2062,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2003
2062
|
copositSaleStatus?: string | null | undefined;
|
|
2004
2063
|
project?: {
|
|
2005
2064
|
id: string;
|
|
2065
|
+
projectNumber: number;
|
|
2006
2066
|
name: string;
|
|
2007
2067
|
developerId: string;
|
|
2008
2068
|
mtaId: string | null;
|
|
@@ -2015,6 +2075,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2015
2075
|
updatedAt: Date;
|
|
2016
2076
|
developer?: {
|
|
2017
2077
|
id: string;
|
|
2078
|
+
developerNumber: number;
|
|
2018
2079
|
companyName: string | null;
|
|
2019
2080
|
status: string;
|
|
2020
2081
|
isArchived: boolean;
|
|
@@ -2088,6 +2149,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2088
2149
|
updatedAt: Date;
|
|
2089
2150
|
balanceCents: bigint;
|
|
2090
2151
|
syncedAt: Date;
|
|
2152
|
+
propertyNumber: number;
|
|
2091
2153
|
customerId: string;
|
|
2092
2154
|
projectId: string;
|
|
2093
2155
|
lotDetail: string | null;
|
|
@@ -2103,6 +2165,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2103
2165
|
copositSaleStatus?: string | null | undefined;
|
|
2104
2166
|
project?: {
|
|
2105
2167
|
id: string;
|
|
2168
|
+
projectNumber: number;
|
|
2106
2169
|
name: string;
|
|
2107
2170
|
developerId: string;
|
|
2108
2171
|
mtaId: string | null;
|
|
@@ -2115,6 +2178,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2115
2178
|
updatedAt: Date;
|
|
2116
2179
|
developer?: {
|
|
2117
2180
|
id: string;
|
|
2181
|
+
developerNumber: number;
|
|
2118
2182
|
companyName: string | null;
|
|
2119
2183
|
status: string;
|
|
2120
2184
|
isArchived: boolean;
|
|
@@ -2187,6 +2251,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2187
2251
|
updatedAt: Date;
|
|
2188
2252
|
balanceCents: bigint;
|
|
2189
2253
|
syncedAt: Date;
|
|
2254
|
+
propertyNumber: number;
|
|
2190
2255
|
customerId: string;
|
|
2191
2256
|
projectId: string;
|
|
2192
2257
|
lotDetail: string | null;
|
|
@@ -2202,6 +2267,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2202
2267
|
copositSaleStatus?: string | null | undefined;
|
|
2203
2268
|
project?: {
|
|
2204
2269
|
id: string;
|
|
2270
|
+
projectNumber: number;
|
|
2205
2271
|
name: string;
|
|
2206
2272
|
developerId: string;
|
|
2207
2273
|
mtaId: string | null;
|
|
@@ -2214,6 +2280,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2214
2280
|
updatedAt: Date;
|
|
2215
2281
|
developer?: {
|
|
2216
2282
|
id: string;
|
|
2283
|
+
developerNumber: number;
|
|
2217
2284
|
companyName: string | null;
|
|
2218
2285
|
status: string;
|
|
2219
2286
|
isArchived: boolean;
|
|
@@ -2298,6 +2365,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2298
2365
|
updatedAt: unknown;
|
|
2299
2366
|
balanceCents: unknown;
|
|
2300
2367
|
syncedAt: unknown;
|
|
2368
|
+
propertyNumber: number;
|
|
2301
2369
|
customerId: string;
|
|
2302
2370
|
projectId: string;
|
|
2303
2371
|
lotDetail: string | null;
|
|
@@ -2313,6 +2381,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2313
2381
|
copositSaleStatus?: string | null | undefined;
|
|
2314
2382
|
project?: {
|
|
2315
2383
|
id: string;
|
|
2384
|
+
projectNumber: number;
|
|
2316
2385
|
name: string;
|
|
2317
2386
|
developerId: string;
|
|
2318
2387
|
mtaId: string | null;
|
|
@@ -2325,6 +2394,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2325
2394
|
updatedAt: unknown;
|
|
2326
2395
|
developer?: {
|
|
2327
2396
|
id: string;
|
|
2397
|
+
developerNumber: number;
|
|
2328
2398
|
companyName: string | null;
|
|
2329
2399
|
status: string;
|
|
2330
2400
|
isArchived: boolean;
|
|
@@ -2398,6 +2468,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2398
2468
|
updatedAt: unknown;
|
|
2399
2469
|
balanceCents: unknown;
|
|
2400
2470
|
syncedAt: unknown;
|
|
2471
|
+
propertyNumber: number;
|
|
2401
2472
|
customerId: string;
|
|
2402
2473
|
projectId: string;
|
|
2403
2474
|
lotDetail: string | null;
|
|
@@ -2413,6 +2484,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2413
2484
|
copositSaleStatus?: string | null | undefined;
|
|
2414
2485
|
project?: {
|
|
2415
2486
|
id: string;
|
|
2487
|
+
projectNumber: number;
|
|
2416
2488
|
name: string;
|
|
2417
2489
|
developerId: string;
|
|
2418
2490
|
mtaId: string | null;
|
|
@@ -2425,6 +2497,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2425
2497
|
updatedAt: unknown;
|
|
2426
2498
|
developer?: {
|
|
2427
2499
|
id: string;
|
|
2500
|
+
developerNumber: number;
|
|
2428
2501
|
companyName: string | null;
|
|
2429
2502
|
status: string;
|
|
2430
2503
|
isArchived: boolean;
|
|
@@ -2497,6 +2570,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2497
2570
|
updatedAt: unknown;
|
|
2498
2571
|
balanceCents: unknown;
|
|
2499
2572
|
syncedAt: unknown;
|
|
2573
|
+
propertyNumber: number;
|
|
2500
2574
|
customerId: string;
|
|
2501
2575
|
projectId: string;
|
|
2502
2576
|
lotDetail: string | null;
|
|
@@ -2512,6 +2586,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2512
2586
|
copositSaleStatus?: string | null | undefined;
|
|
2513
2587
|
project?: {
|
|
2514
2588
|
id: string;
|
|
2589
|
+
projectNumber: number;
|
|
2515
2590
|
name: string;
|
|
2516
2591
|
developerId: string;
|
|
2517
2592
|
mtaId: string | null;
|
|
@@ -2524,6 +2599,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2524
2599
|
updatedAt: unknown;
|
|
2525
2600
|
developer?: {
|
|
2526
2601
|
id: string;
|
|
2602
|
+
developerNumber: number;
|
|
2527
2603
|
companyName: string | null;
|
|
2528
2604
|
status: string;
|
|
2529
2605
|
isArchived: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;iBAKpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|