@mikemo-coposit/am-accounting-shared 1.2.2 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/index.cjs +32 -9
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +18 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +39 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +39 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +3 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +75 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +18 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +3 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +36 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +18 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +3 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +3 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +8 -6
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +298 -70
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +9 -6
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +9 -6
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +1147 -28
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +3 -2
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +8 -6
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +107 -5
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +4 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +36 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +76 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/index.js +32 -9
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +18 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +39 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +39 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +3 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +75 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +18 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +3 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +36 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +18 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +3 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +3 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +8 -6
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +298 -70
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +9 -6
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +9 -6
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +1147 -28
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +3 -2
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +8 -6
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +107 -5
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +4 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +36 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +76 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
100
100
|
updatedAt: Date;
|
|
101
101
|
balanceCents: bigint;
|
|
102
102
|
syncedAt: Date;
|
|
103
|
+
internalReference: number;
|
|
103
104
|
customerId: string;
|
|
104
105
|
projectId: string;
|
|
105
106
|
lotDetail: string | null;
|
|
@@ -115,6 +116,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
115
116
|
copositSaleStatus?: string | null | undefined;
|
|
116
117
|
project?: {
|
|
117
118
|
id: string;
|
|
119
|
+
internalReference: number;
|
|
118
120
|
name: string;
|
|
119
121
|
developerId: string;
|
|
120
122
|
mtaId: string | null;
|
|
@@ -127,6 +129,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
127
129
|
updatedAt: Date;
|
|
128
130
|
developer?: {
|
|
129
131
|
id: string;
|
|
132
|
+
internalReference: number;
|
|
130
133
|
companyName: string | null;
|
|
131
134
|
status: string;
|
|
132
135
|
isArchived: boolean;
|
|
@@ -199,6 +202,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
199
202
|
updatedAt: Date;
|
|
200
203
|
balanceCents: bigint;
|
|
201
204
|
syncedAt: Date;
|
|
205
|
+
internalReference: number;
|
|
202
206
|
customerId: string;
|
|
203
207
|
projectId: string;
|
|
204
208
|
lotDetail: string | null;
|
|
@@ -214,6 +218,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
214
218
|
copositSaleStatus?: string | null | undefined;
|
|
215
219
|
project?: {
|
|
216
220
|
id: string;
|
|
221
|
+
internalReference: number;
|
|
217
222
|
name: string;
|
|
218
223
|
developerId: string;
|
|
219
224
|
mtaId: string | null;
|
|
@@ -226,6 +231,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
226
231
|
updatedAt: Date;
|
|
227
232
|
developer?: {
|
|
228
233
|
id: string;
|
|
234
|
+
internalReference: number;
|
|
229
235
|
companyName: string | null;
|
|
230
236
|
status: string;
|
|
231
237
|
isArchived: boolean;
|
|
@@ -297,6 +303,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
297
303
|
updatedAt: Date;
|
|
298
304
|
balanceCents: bigint;
|
|
299
305
|
syncedAt: Date;
|
|
306
|
+
internalReference: number;
|
|
300
307
|
customerId: string;
|
|
301
308
|
projectId: string;
|
|
302
309
|
lotDetail: string | null;
|
|
@@ -312,6 +319,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
312
319
|
copositSaleStatus?: string | null | undefined;
|
|
313
320
|
project?: {
|
|
314
321
|
id: string;
|
|
322
|
+
internalReference: number;
|
|
315
323
|
name: string;
|
|
316
324
|
developerId: string;
|
|
317
325
|
mtaId: string | null;
|
|
@@ -324,6 +332,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
324
332
|
updatedAt: Date;
|
|
325
333
|
developer?: {
|
|
326
334
|
id: string;
|
|
335
|
+
internalReference: number;
|
|
327
336
|
companyName: string | null;
|
|
328
337
|
status: string;
|
|
329
338
|
isArchived: boolean;
|
|
@@ -403,6 +412,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
403
412
|
updatedAt: unknown;
|
|
404
413
|
balanceCents: unknown;
|
|
405
414
|
syncedAt: unknown;
|
|
415
|
+
internalReference: number;
|
|
406
416
|
customerId: string;
|
|
407
417
|
projectId: string;
|
|
408
418
|
lotDetail: string | null;
|
|
@@ -418,6 +428,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
418
428
|
copositSaleStatus?: string | null | undefined;
|
|
419
429
|
project?: {
|
|
420
430
|
id: string;
|
|
431
|
+
internalReference: number;
|
|
421
432
|
name: string;
|
|
422
433
|
developerId: string;
|
|
423
434
|
mtaId: string | null;
|
|
@@ -430,6 +441,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
430
441
|
updatedAt: unknown;
|
|
431
442
|
developer?: {
|
|
432
443
|
id: string;
|
|
444
|
+
internalReference: number;
|
|
433
445
|
companyName: string | null;
|
|
434
446
|
status: string;
|
|
435
447
|
isArchived: boolean;
|
|
@@ -502,6 +514,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
502
514
|
updatedAt: unknown;
|
|
503
515
|
balanceCents: unknown;
|
|
504
516
|
syncedAt: unknown;
|
|
517
|
+
internalReference: number;
|
|
505
518
|
customerId: string;
|
|
506
519
|
projectId: string;
|
|
507
520
|
lotDetail: string | null;
|
|
@@ -517,6 +530,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
517
530
|
copositSaleStatus?: string | null | undefined;
|
|
518
531
|
project?: {
|
|
519
532
|
id: string;
|
|
533
|
+
internalReference: number;
|
|
520
534
|
name: string;
|
|
521
535
|
developerId: string;
|
|
522
536
|
mtaId: string | null;
|
|
@@ -529,6 +543,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
529
543
|
updatedAt: unknown;
|
|
530
544
|
developer?: {
|
|
531
545
|
id: string;
|
|
546
|
+
internalReference: number;
|
|
532
547
|
companyName: string | null;
|
|
533
548
|
status: string;
|
|
534
549
|
isArchived: boolean;
|
|
@@ -600,6 +615,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
600
615
|
updatedAt: unknown;
|
|
601
616
|
balanceCents: unknown;
|
|
602
617
|
syncedAt: unknown;
|
|
618
|
+
internalReference: number;
|
|
603
619
|
customerId: string;
|
|
604
620
|
projectId: string;
|
|
605
621
|
lotDetail: string | null;
|
|
@@ -615,6 +631,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
615
631
|
copositSaleStatus?: string | null | undefined;
|
|
616
632
|
project?: {
|
|
617
633
|
id: string;
|
|
634
|
+
internalReference: number;
|
|
618
635
|
name: string;
|
|
619
636
|
developerId: string;
|
|
620
637
|
mtaId: string | null;
|
|
@@ -627,6 +644,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
627
644
|
updatedAt: unknown;
|
|
628
645
|
developer?: {
|
|
629
646
|
id: string;
|
|
647
|
+
internalReference: number;
|
|
630
648
|
companyName: string | null;
|
|
631
649
|
status: string;
|
|
632
650
|
isArchived: boolean;
|
|
@@ -700,6 +718,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
700
718
|
updatedAt: Date;
|
|
701
719
|
balanceCents: bigint;
|
|
702
720
|
syncedAt: Date;
|
|
721
|
+
internalReference: number;
|
|
703
722
|
customerId: string;
|
|
704
723
|
projectId: string;
|
|
705
724
|
lotDetail: string | null;
|
|
@@ -715,6 +734,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
715
734
|
copositSaleStatus?: string | null | undefined;
|
|
716
735
|
project?: {
|
|
717
736
|
id: string;
|
|
737
|
+
internalReference: number;
|
|
718
738
|
name: string;
|
|
719
739
|
developerId: string;
|
|
720
740
|
mtaId: string | null;
|
|
@@ -727,6 +747,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
727
747
|
updatedAt: Date;
|
|
728
748
|
developer?: {
|
|
729
749
|
id: string;
|
|
750
|
+
internalReference: number;
|
|
730
751
|
companyName: string | null;
|
|
731
752
|
status: string;
|
|
732
753
|
isArchived: boolean;
|
|
@@ -799,6 +820,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
799
820
|
updatedAt: Date;
|
|
800
821
|
balanceCents: bigint;
|
|
801
822
|
syncedAt: Date;
|
|
823
|
+
internalReference: number;
|
|
802
824
|
customerId: string;
|
|
803
825
|
projectId: string;
|
|
804
826
|
lotDetail: string | null;
|
|
@@ -814,6 +836,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
814
836
|
copositSaleStatus?: string | null | undefined;
|
|
815
837
|
project?: {
|
|
816
838
|
id: string;
|
|
839
|
+
internalReference: number;
|
|
817
840
|
name: string;
|
|
818
841
|
developerId: string;
|
|
819
842
|
mtaId: string | null;
|
|
@@ -826,6 +849,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
826
849
|
updatedAt: Date;
|
|
827
850
|
developer?: {
|
|
828
851
|
id: string;
|
|
852
|
+
internalReference: number;
|
|
829
853
|
companyName: string | null;
|
|
830
854
|
status: string;
|
|
831
855
|
isArchived: boolean;
|
|
@@ -897,6 +921,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
897
921
|
updatedAt: Date;
|
|
898
922
|
balanceCents: bigint;
|
|
899
923
|
syncedAt: Date;
|
|
924
|
+
internalReference: number;
|
|
900
925
|
customerId: string;
|
|
901
926
|
projectId: string;
|
|
902
927
|
lotDetail: string | null;
|
|
@@ -912,6 +937,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
912
937
|
copositSaleStatus?: string | null | undefined;
|
|
913
938
|
project?: {
|
|
914
939
|
id: string;
|
|
940
|
+
internalReference: number;
|
|
915
941
|
name: string;
|
|
916
942
|
developerId: string;
|
|
917
943
|
mtaId: string | null;
|
|
@@ -924,6 +950,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
924
950
|
updatedAt: Date;
|
|
925
951
|
developer?: {
|
|
926
952
|
id: string;
|
|
953
|
+
internalReference: number;
|
|
927
954
|
companyName: string | null;
|
|
928
955
|
status: string;
|
|
929
956
|
isArchived: boolean;
|
|
@@ -1003,6 +1030,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1003
1030
|
updatedAt: unknown;
|
|
1004
1031
|
balanceCents: unknown;
|
|
1005
1032
|
syncedAt: unknown;
|
|
1033
|
+
internalReference: number;
|
|
1006
1034
|
customerId: string;
|
|
1007
1035
|
projectId: string;
|
|
1008
1036
|
lotDetail: string | null;
|
|
@@ -1018,6 +1046,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1018
1046
|
copositSaleStatus?: string | null | undefined;
|
|
1019
1047
|
project?: {
|
|
1020
1048
|
id: string;
|
|
1049
|
+
internalReference: number;
|
|
1021
1050
|
name: string;
|
|
1022
1051
|
developerId: string;
|
|
1023
1052
|
mtaId: string | null;
|
|
@@ -1030,6 +1059,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1030
1059
|
updatedAt: unknown;
|
|
1031
1060
|
developer?: {
|
|
1032
1061
|
id: string;
|
|
1062
|
+
internalReference: number;
|
|
1033
1063
|
companyName: string | null;
|
|
1034
1064
|
status: string;
|
|
1035
1065
|
isArchived: boolean;
|
|
@@ -1102,6 +1132,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1102
1132
|
updatedAt: unknown;
|
|
1103
1133
|
balanceCents: unknown;
|
|
1104
1134
|
syncedAt: unknown;
|
|
1135
|
+
internalReference: number;
|
|
1105
1136
|
customerId: string;
|
|
1106
1137
|
projectId: string;
|
|
1107
1138
|
lotDetail: string | null;
|
|
@@ -1117,6 +1148,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1117
1148
|
copositSaleStatus?: string | null | undefined;
|
|
1118
1149
|
project?: {
|
|
1119
1150
|
id: string;
|
|
1151
|
+
internalReference: number;
|
|
1120
1152
|
name: string;
|
|
1121
1153
|
developerId: string;
|
|
1122
1154
|
mtaId: string | null;
|
|
@@ -1129,6 +1161,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1129
1161
|
updatedAt: unknown;
|
|
1130
1162
|
developer?: {
|
|
1131
1163
|
id: string;
|
|
1164
|
+
internalReference: number;
|
|
1132
1165
|
companyName: string | null;
|
|
1133
1166
|
status: string;
|
|
1134
1167
|
isArchived: boolean;
|
|
@@ -1200,6 +1233,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1200
1233
|
updatedAt: unknown;
|
|
1201
1234
|
balanceCents: unknown;
|
|
1202
1235
|
syncedAt: unknown;
|
|
1236
|
+
internalReference: number;
|
|
1203
1237
|
customerId: string;
|
|
1204
1238
|
projectId: string;
|
|
1205
1239
|
lotDetail: string | null;
|
|
@@ -1215,6 +1249,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1215
1249
|
copositSaleStatus?: string | null | undefined;
|
|
1216
1250
|
project?: {
|
|
1217
1251
|
id: string;
|
|
1252
|
+
internalReference: number;
|
|
1218
1253
|
name: string;
|
|
1219
1254
|
developerId: string;
|
|
1220
1255
|
mtaId: string | null;
|
|
@@ -1227,6 +1262,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1227
1262
|
updatedAt: unknown;
|
|
1228
1263
|
developer?: {
|
|
1229
1264
|
id: string;
|
|
1265
|
+
internalReference: number;
|
|
1230
1266
|
companyName: string | null;
|
|
1231
1267
|
status: string;
|
|
1232
1268
|
isArchived: boolean;
|
|
@@ -1302,6 +1338,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1302
1338
|
updatedAt: Date;
|
|
1303
1339
|
balanceCents: bigint;
|
|
1304
1340
|
syncedAt: Date;
|
|
1341
|
+
internalReference: number;
|
|
1305
1342
|
customerId: string;
|
|
1306
1343
|
projectId: string;
|
|
1307
1344
|
lotDetail: string | null;
|
|
@@ -1317,6 +1354,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1317
1354
|
copositSaleStatus?: string | null | undefined;
|
|
1318
1355
|
project?: {
|
|
1319
1356
|
id: string;
|
|
1357
|
+
internalReference: number;
|
|
1320
1358
|
name: string;
|
|
1321
1359
|
developerId: string;
|
|
1322
1360
|
mtaId: string | null;
|
|
@@ -1329,6 +1367,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1329
1367
|
updatedAt: Date;
|
|
1330
1368
|
developer?: {
|
|
1331
1369
|
id: string;
|
|
1370
|
+
internalReference: number;
|
|
1332
1371
|
companyName: string | null;
|
|
1333
1372
|
status: string;
|
|
1334
1373
|
isArchived: boolean;
|
|
@@ -1401,6 +1440,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1401
1440
|
updatedAt: Date;
|
|
1402
1441
|
balanceCents: bigint;
|
|
1403
1442
|
syncedAt: Date;
|
|
1443
|
+
internalReference: number;
|
|
1404
1444
|
customerId: string;
|
|
1405
1445
|
projectId: string;
|
|
1406
1446
|
lotDetail: string | null;
|
|
@@ -1416,6 +1456,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1416
1456
|
copositSaleStatus?: string | null | undefined;
|
|
1417
1457
|
project?: {
|
|
1418
1458
|
id: string;
|
|
1459
|
+
internalReference: number;
|
|
1419
1460
|
name: string;
|
|
1420
1461
|
developerId: string;
|
|
1421
1462
|
mtaId: string | null;
|
|
@@ -1428,6 +1469,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1428
1469
|
updatedAt: Date;
|
|
1429
1470
|
developer?: {
|
|
1430
1471
|
id: string;
|
|
1472
|
+
internalReference: number;
|
|
1431
1473
|
companyName: string | null;
|
|
1432
1474
|
status: string;
|
|
1433
1475
|
isArchived: boolean;
|
|
@@ -1499,6 +1541,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1499
1541
|
updatedAt: Date;
|
|
1500
1542
|
balanceCents: bigint;
|
|
1501
1543
|
syncedAt: Date;
|
|
1544
|
+
internalReference: number;
|
|
1502
1545
|
customerId: string;
|
|
1503
1546
|
projectId: string;
|
|
1504
1547
|
lotDetail: string | null;
|
|
@@ -1514,6 +1557,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1514
1557
|
copositSaleStatus?: string | null | undefined;
|
|
1515
1558
|
project?: {
|
|
1516
1559
|
id: string;
|
|
1560
|
+
internalReference: number;
|
|
1517
1561
|
name: string;
|
|
1518
1562
|
developerId: string;
|
|
1519
1563
|
mtaId: string | null;
|
|
@@ -1526,6 +1570,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1526
1570
|
updatedAt: Date;
|
|
1527
1571
|
developer?: {
|
|
1528
1572
|
id: string;
|
|
1573
|
+
internalReference: number;
|
|
1529
1574
|
companyName: string | null;
|
|
1530
1575
|
status: string;
|
|
1531
1576
|
isArchived: boolean;
|
|
@@ -1605,6 +1650,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1605
1650
|
updatedAt: unknown;
|
|
1606
1651
|
balanceCents: unknown;
|
|
1607
1652
|
syncedAt: unknown;
|
|
1653
|
+
internalReference: number;
|
|
1608
1654
|
customerId: string;
|
|
1609
1655
|
projectId: string;
|
|
1610
1656
|
lotDetail: string | null;
|
|
@@ -1620,6 +1666,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1620
1666
|
copositSaleStatus?: string | null | undefined;
|
|
1621
1667
|
project?: {
|
|
1622
1668
|
id: string;
|
|
1669
|
+
internalReference: number;
|
|
1623
1670
|
name: string;
|
|
1624
1671
|
developerId: string;
|
|
1625
1672
|
mtaId: string | null;
|
|
@@ -1632,6 +1679,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1632
1679
|
updatedAt: unknown;
|
|
1633
1680
|
developer?: {
|
|
1634
1681
|
id: string;
|
|
1682
|
+
internalReference: number;
|
|
1635
1683
|
companyName: string | null;
|
|
1636
1684
|
status: string;
|
|
1637
1685
|
isArchived: boolean;
|
|
@@ -1704,6 +1752,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1704
1752
|
updatedAt: unknown;
|
|
1705
1753
|
balanceCents: unknown;
|
|
1706
1754
|
syncedAt: unknown;
|
|
1755
|
+
internalReference: number;
|
|
1707
1756
|
customerId: string;
|
|
1708
1757
|
projectId: string;
|
|
1709
1758
|
lotDetail: string | null;
|
|
@@ -1719,6 +1768,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1719
1768
|
copositSaleStatus?: string | null | undefined;
|
|
1720
1769
|
project?: {
|
|
1721
1770
|
id: string;
|
|
1771
|
+
internalReference: number;
|
|
1722
1772
|
name: string;
|
|
1723
1773
|
developerId: string;
|
|
1724
1774
|
mtaId: string | null;
|
|
@@ -1731,6 +1781,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1731
1781
|
updatedAt: unknown;
|
|
1732
1782
|
developer?: {
|
|
1733
1783
|
id: string;
|
|
1784
|
+
internalReference: number;
|
|
1734
1785
|
companyName: string | null;
|
|
1735
1786
|
status: string;
|
|
1736
1787
|
isArchived: boolean;
|
|
@@ -1802,6 +1853,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1802
1853
|
updatedAt: unknown;
|
|
1803
1854
|
balanceCents: unknown;
|
|
1804
1855
|
syncedAt: unknown;
|
|
1856
|
+
internalReference: number;
|
|
1805
1857
|
customerId: string;
|
|
1806
1858
|
projectId: string;
|
|
1807
1859
|
lotDetail: string | null;
|
|
@@ -1817,6 +1869,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1817
1869
|
copositSaleStatus?: string | null | undefined;
|
|
1818
1870
|
project?: {
|
|
1819
1871
|
id: string;
|
|
1872
|
+
internalReference: number;
|
|
1820
1873
|
name: string;
|
|
1821
1874
|
developerId: string;
|
|
1822
1875
|
mtaId: string | null;
|
|
@@ -1829,6 +1882,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1829
1882
|
updatedAt: unknown;
|
|
1830
1883
|
developer?: {
|
|
1831
1884
|
id: string;
|
|
1885
|
+
internalReference: number;
|
|
1832
1886
|
companyName: string | null;
|
|
1833
1887
|
status: string;
|
|
1834
1888
|
isArchived: boolean;
|
|
@@ -1902,6 +1956,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1902
1956
|
updatedAt: Date;
|
|
1903
1957
|
balanceCents: bigint;
|
|
1904
1958
|
syncedAt: Date;
|
|
1959
|
+
internalReference: number;
|
|
1905
1960
|
customerId: string;
|
|
1906
1961
|
projectId: string;
|
|
1907
1962
|
lotDetail: string | null;
|
|
@@ -1917,6 +1972,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1917
1972
|
copositSaleStatus?: string | null | undefined;
|
|
1918
1973
|
project?: {
|
|
1919
1974
|
id: string;
|
|
1975
|
+
internalReference: number;
|
|
1920
1976
|
name: string;
|
|
1921
1977
|
developerId: string;
|
|
1922
1978
|
mtaId: string | null;
|
|
@@ -1929,6 +1985,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1929
1985
|
updatedAt: Date;
|
|
1930
1986
|
developer?: {
|
|
1931
1987
|
id: string;
|
|
1988
|
+
internalReference: number;
|
|
1932
1989
|
companyName: string | null;
|
|
1933
1990
|
status: string;
|
|
1934
1991
|
isArchived: boolean;
|
|
@@ -2001,6 +2058,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2001
2058
|
updatedAt: Date;
|
|
2002
2059
|
balanceCents: bigint;
|
|
2003
2060
|
syncedAt: Date;
|
|
2061
|
+
internalReference: number;
|
|
2004
2062
|
customerId: string;
|
|
2005
2063
|
projectId: string;
|
|
2006
2064
|
lotDetail: string | null;
|
|
@@ -2016,6 +2074,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2016
2074
|
copositSaleStatus?: string | null | undefined;
|
|
2017
2075
|
project?: {
|
|
2018
2076
|
id: string;
|
|
2077
|
+
internalReference: number;
|
|
2019
2078
|
name: string;
|
|
2020
2079
|
developerId: string;
|
|
2021
2080
|
mtaId: string | null;
|
|
@@ -2028,6 +2087,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2028
2087
|
updatedAt: Date;
|
|
2029
2088
|
developer?: {
|
|
2030
2089
|
id: string;
|
|
2090
|
+
internalReference: number;
|
|
2031
2091
|
companyName: string | null;
|
|
2032
2092
|
status: string;
|
|
2033
2093
|
isArchived: boolean;
|
|
@@ -2099,6 +2159,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2099
2159
|
updatedAt: Date;
|
|
2100
2160
|
balanceCents: bigint;
|
|
2101
2161
|
syncedAt: Date;
|
|
2162
|
+
internalReference: number;
|
|
2102
2163
|
customerId: string;
|
|
2103
2164
|
projectId: string;
|
|
2104
2165
|
lotDetail: string | null;
|
|
@@ -2114,6 +2175,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2114
2175
|
copositSaleStatus?: string | null | undefined;
|
|
2115
2176
|
project?: {
|
|
2116
2177
|
id: string;
|
|
2178
|
+
internalReference: number;
|
|
2117
2179
|
name: string;
|
|
2118
2180
|
developerId: string;
|
|
2119
2181
|
mtaId: string | null;
|
|
@@ -2126,6 +2188,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2126
2188
|
updatedAt: Date;
|
|
2127
2189
|
developer?: {
|
|
2128
2190
|
id: string;
|
|
2191
|
+
internalReference: number;
|
|
2129
2192
|
companyName: string | null;
|
|
2130
2193
|
status: string;
|
|
2131
2194
|
isArchived: boolean;
|
|
@@ -2205,6 +2268,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2205
2268
|
updatedAt: unknown;
|
|
2206
2269
|
balanceCents: unknown;
|
|
2207
2270
|
syncedAt: unknown;
|
|
2271
|
+
internalReference: number;
|
|
2208
2272
|
customerId: string;
|
|
2209
2273
|
projectId: string;
|
|
2210
2274
|
lotDetail: string | null;
|
|
@@ -2220,6 +2284,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2220
2284
|
copositSaleStatus?: string | null | undefined;
|
|
2221
2285
|
project?: {
|
|
2222
2286
|
id: string;
|
|
2287
|
+
internalReference: number;
|
|
2223
2288
|
name: string;
|
|
2224
2289
|
developerId: string;
|
|
2225
2290
|
mtaId: string | null;
|
|
@@ -2232,6 +2297,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2232
2297
|
updatedAt: unknown;
|
|
2233
2298
|
developer?: {
|
|
2234
2299
|
id: string;
|
|
2300
|
+
internalReference: number;
|
|
2235
2301
|
companyName: string | null;
|
|
2236
2302
|
status: string;
|
|
2237
2303
|
isArchived: boolean;
|
|
@@ -2304,6 +2370,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2304
2370
|
updatedAt: unknown;
|
|
2305
2371
|
balanceCents: unknown;
|
|
2306
2372
|
syncedAt: unknown;
|
|
2373
|
+
internalReference: number;
|
|
2307
2374
|
customerId: string;
|
|
2308
2375
|
projectId: string;
|
|
2309
2376
|
lotDetail: string | null;
|
|
@@ -2319,6 +2386,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2319
2386
|
copositSaleStatus?: string | null | undefined;
|
|
2320
2387
|
project?: {
|
|
2321
2388
|
id: string;
|
|
2389
|
+
internalReference: number;
|
|
2322
2390
|
name: string;
|
|
2323
2391
|
developerId: string;
|
|
2324
2392
|
mtaId: string | null;
|
|
@@ -2331,6 +2399,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2331
2399
|
updatedAt: unknown;
|
|
2332
2400
|
developer?: {
|
|
2333
2401
|
id: string;
|
|
2402
|
+
internalReference: number;
|
|
2334
2403
|
companyName: string | null;
|
|
2335
2404
|
status: string;
|
|
2336
2405
|
isArchived: boolean;
|
|
@@ -2402,6 +2471,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2402
2471
|
updatedAt: unknown;
|
|
2403
2472
|
balanceCents: unknown;
|
|
2404
2473
|
syncedAt: unknown;
|
|
2474
|
+
internalReference: number;
|
|
2405
2475
|
customerId: string;
|
|
2406
2476
|
projectId: string;
|
|
2407
2477
|
lotDetail: string | null;
|
|
@@ -2417,6 +2487,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2417
2487
|
copositSaleStatus?: string | null | undefined;
|
|
2418
2488
|
project?: {
|
|
2419
2489
|
id: string;
|
|
2490
|
+
internalReference: number;
|
|
2420
2491
|
name: string;
|
|
2421
2492
|
developerId: string;
|
|
2422
2493
|
mtaId: string | null;
|
|
@@ -2429,6 +2500,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2429
2500
|
updatedAt: unknown;
|
|
2430
2501
|
developer?: {
|
|
2431
2502
|
id: string;
|
|
2503
|
+
internalReference: number;
|
|
2432
2504
|
companyName: string | null;
|
|
2433
2505
|
status: string;
|
|
2434
2506
|
isArchived: boolean;
|
package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC"}
|