@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"developer.enity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/developer/developer.enity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"developer.enity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/developer/developer.enity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,qBAAqB;;;;;;;;;iBAShC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
101
101
|
updatedAt: Date;
|
|
102
102
|
balanceCents: bigint;
|
|
103
103
|
syncedAt: Date;
|
|
104
|
+
propertyNumber: number;
|
|
104
105
|
customerId: string;
|
|
105
106
|
projectId: string;
|
|
106
107
|
lotDetail: string | null;
|
|
@@ -116,6 +117,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
116
117
|
copositSaleStatus?: string | null | undefined;
|
|
117
118
|
project?: {
|
|
118
119
|
id: string;
|
|
120
|
+
projectNumber: number;
|
|
119
121
|
name: string;
|
|
120
122
|
developerId: string;
|
|
121
123
|
mtaId: string | null;
|
|
@@ -128,6 +130,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
128
130
|
updatedAt: Date;
|
|
129
131
|
developer?: {
|
|
130
132
|
id: string;
|
|
133
|
+
developerNumber: number;
|
|
131
134
|
companyName: string | null;
|
|
132
135
|
status: string;
|
|
133
136
|
isArchived: boolean;
|
|
@@ -201,6 +204,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
201
204
|
updatedAt: Date;
|
|
202
205
|
balanceCents: bigint;
|
|
203
206
|
syncedAt: Date;
|
|
207
|
+
propertyNumber: number;
|
|
204
208
|
customerId: string;
|
|
205
209
|
projectId: string;
|
|
206
210
|
lotDetail: string | null;
|
|
@@ -216,6 +220,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
216
220
|
copositSaleStatus?: string | null | undefined;
|
|
217
221
|
project?: {
|
|
218
222
|
id: string;
|
|
223
|
+
projectNumber: number;
|
|
219
224
|
name: string;
|
|
220
225
|
developerId: string;
|
|
221
226
|
mtaId: string | null;
|
|
@@ -228,6 +233,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
228
233
|
updatedAt: Date;
|
|
229
234
|
developer?: {
|
|
230
235
|
id: string;
|
|
236
|
+
developerNumber: number;
|
|
231
237
|
companyName: string | null;
|
|
232
238
|
status: string;
|
|
233
239
|
isArchived: boolean;
|
|
@@ -300,6 +306,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
300
306
|
updatedAt: Date;
|
|
301
307
|
balanceCents: bigint;
|
|
302
308
|
syncedAt: Date;
|
|
309
|
+
propertyNumber: number;
|
|
303
310
|
customerId: string;
|
|
304
311
|
projectId: string;
|
|
305
312
|
lotDetail: string | null;
|
|
@@ -315,6 +322,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
315
322
|
copositSaleStatus?: string | null | undefined;
|
|
316
323
|
project?: {
|
|
317
324
|
id: string;
|
|
325
|
+
projectNumber: number;
|
|
318
326
|
name: string;
|
|
319
327
|
developerId: string;
|
|
320
328
|
mtaId: string | null;
|
|
@@ -327,6 +335,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
327
335
|
updatedAt: Date;
|
|
328
336
|
developer?: {
|
|
329
337
|
id: string;
|
|
338
|
+
developerNumber: number;
|
|
330
339
|
companyName: string | null;
|
|
331
340
|
status: string;
|
|
332
341
|
isArchived: boolean;
|
|
@@ -411,6 +420,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
411
420
|
updatedAt: unknown;
|
|
412
421
|
balanceCents: unknown;
|
|
413
422
|
syncedAt: unknown;
|
|
423
|
+
propertyNumber: number;
|
|
414
424
|
customerId: string;
|
|
415
425
|
projectId: string;
|
|
416
426
|
lotDetail: string | null;
|
|
@@ -426,6 +436,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
426
436
|
copositSaleStatus?: string | null | undefined;
|
|
427
437
|
project?: {
|
|
428
438
|
id: string;
|
|
439
|
+
projectNumber: number;
|
|
429
440
|
name: string;
|
|
430
441
|
developerId: string;
|
|
431
442
|
mtaId: string | null;
|
|
@@ -438,6 +449,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
438
449
|
updatedAt: unknown;
|
|
439
450
|
developer?: {
|
|
440
451
|
id: string;
|
|
452
|
+
developerNumber: number;
|
|
441
453
|
companyName: string | null;
|
|
442
454
|
status: string;
|
|
443
455
|
isArchived: boolean;
|
|
@@ -511,6 +523,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
511
523
|
updatedAt: unknown;
|
|
512
524
|
balanceCents: unknown;
|
|
513
525
|
syncedAt: unknown;
|
|
526
|
+
propertyNumber: number;
|
|
514
527
|
customerId: string;
|
|
515
528
|
projectId: string;
|
|
516
529
|
lotDetail: string | null;
|
|
@@ -526,6 +539,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
526
539
|
copositSaleStatus?: string | null | undefined;
|
|
527
540
|
project?: {
|
|
528
541
|
id: string;
|
|
542
|
+
projectNumber: number;
|
|
529
543
|
name: string;
|
|
530
544
|
developerId: string;
|
|
531
545
|
mtaId: string | null;
|
|
@@ -538,6 +552,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
538
552
|
updatedAt: unknown;
|
|
539
553
|
developer?: {
|
|
540
554
|
id: string;
|
|
555
|
+
developerNumber: number;
|
|
541
556
|
companyName: string | null;
|
|
542
557
|
status: string;
|
|
543
558
|
isArchived: boolean;
|
|
@@ -610,6 +625,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
610
625
|
updatedAt: unknown;
|
|
611
626
|
balanceCents: unknown;
|
|
612
627
|
syncedAt: unknown;
|
|
628
|
+
propertyNumber: number;
|
|
613
629
|
customerId: string;
|
|
614
630
|
projectId: string;
|
|
615
631
|
lotDetail: string | null;
|
|
@@ -625,6 +641,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
625
641
|
copositSaleStatus?: string | null | undefined;
|
|
626
642
|
project?: {
|
|
627
643
|
id: string;
|
|
644
|
+
projectNumber: number;
|
|
628
645
|
name: string;
|
|
629
646
|
developerId: string;
|
|
630
647
|
mtaId: string | null;
|
|
@@ -637,6 +654,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
637
654
|
updatedAt: unknown;
|
|
638
655
|
developer?: {
|
|
639
656
|
id: string;
|
|
657
|
+
developerNumber: number;
|
|
640
658
|
companyName: string | null;
|
|
641
659
|
status: string;
|
|
642
660
|
isArchived: boolean;
|
|
@@ -711,6 +729,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
711
729
|
updatedAt: Date;
|
|
712
730
|
balanceCents: bigint;
|
|
713
731
|
syncedAt: Date;
|
|
732
|
+
propertyNumber: number;
|
|
714
733
|
customerId: string;
|
|
715
734
|
projectId: string;
|
|
716
735
|
lotDetail: string | null;
|
|
@@ -726,6 +745,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
726
745
|
copositSaleStatus?: string | null | undefined;
|
|
727
746
|
project?: {
|
|
728
747
|
id: string;
|
|
748
|
+
projectNumber: number;
|
|
729
749
|
name: string;
|
|
730
750
|
developerId: string;
|
|
731
751
|
mtaId: string | null;
|
|
@@ -738,6 +758,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
738
758
|
updatedAt: Date;
|
|
739
759
|
developer?: {
|
|
740
760
|
id: string;
|
|
761
|
+
developerNumber: number;
|
|
741
762
|
companyName: string | null;
|
|
742
763
|
status: string;
|
|
743
764
|
isArchived: boolean;
|
|
@@ -811,6 +832,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
811
832
|
updatedAt: Date;
|
|
812
833
|
balanceCents: bigint;
|
|
813
834
|
syncedAt: Date;
|
|
835
|
+
propertyNumber: number;
|
|
814
836
|
customerId: string;
|
|
815
837
|
projectId: string;
|
|
816
838
|
lotDetail: string | null;
|
|
@@ -826,6 +848,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
826
848
|
copositSaleStatus?: string | null | undefined;
|
|
827
849
|
project?: {
|
|
828
850
|
id: string;
|
|
851
|
+
projectNumber: number;
|
|
829
852
|
name: string;
|
|
830
853
|
developerId: string;
|
|
831
854
|
mtaId: string | null;
|
|
@@ -838,6 +861,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
838
861
|
updatedAt: Date;
|
|
839
862
|
developer?: {
|
|
840
863
|
id: string;
|
|
864
|
+
developerNumber: number;
|
|
841
865
|
companyName: string | null;
|
|
842
866
|
status: string;
|
|
843
867
|
isArchived: boolean;
|
|
@@ -910,6 +934,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
910
934
|
updatedAt: Date;
|
|
911
935
|
balanceCents: bigint;
|
|
912
936
|
syncedAt: Date;
|
|
937
|
+
propertyNumber: number;
|
|
913
938
|
customerId: string;
|
|
914
939
|
projectId: string;
|
|
915
940
|
lotDetail: string | null;
|
|
@@ -925,6 +950,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
925
950
|
copositSaleStatus?: string | null | undefined;
|
|
926
951
|
project?: {
|
|
927
952
|
id: string;
|
|
953
|
+
projectNumber: number;
|
|
928
954
|
name: string;
|
|
929
955
|
developerId: string;
|
|
930
956
|
mtaId: string | null;
|
|
@@ -937,6 +963,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
937
963
|
updatedAt: Date;
|
|
938
964
|
developer?: {
|
|
939
965
|
id: string;
|
|
966
|
+
developerNumber: number;
|
|
940
967
|
companyName: string | null;
|
|
941
968
|
status: string;
|
|
942
969
|
isArchived: boolean;
|
|
@@ -1021,6 +1048,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1021
1048
|
updatedAt: unknown;
|
|
1022
1049
|
balanceCents: unknown;
|
|
1023
1050
|
syncedAt: unknown;
|
|
1051
|
+
propertyNumber: number;
|
|
1024
1052
|
customerId: string;
|
|
1025
1053
|
projectId: string;
|
|
1026
1054
|
lotDetail: string | null;
|
|
@@ -1036,6 +1064,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1036
1064
|
copositSaleStatus?: string | null | undefined;
|
|
1037
1065
|
project?: {
|
|
1038
1066
|
id: string;
|
|
1067
|
+
projectNumber: number;
|
|
1039
1068
|
name: string;
|
|
1040
1069
|
developerId: string;
|
|
1041
1070
|
mtaId: string | null;
|
|
@@ -1048,6 +1077,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1048
1077
|
updatedAt: unknown;
|
|
1049
1078
|
developer?: {
|
|
1050
1079
|
id: string;
|
|
1080
|
+
developerNumber: number;
|
|
1051
1081
|
companyName: string | null;
|
|
1052
1082
|
status: string;
|
|
1053
1083
|
isArchived: boolean;
|
|
@@ -1121,6 +1151,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1121
1151
|
updatedAt: unknown;
|
|
1122
1152
|
balanceCents: unknown;
|
|
1123
1153
|
syncedAt: unknown;
|
|
1154
|
+
propertyNumber: number;
|
|
1124
1155
|
customerId: string;
|
|
1125
1156
|
projectId: string;
|
|
1126
1157
|
lotDetail: string | null;
|
|
@@ -1136,6 +1167,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1136
1167
|
copositSaleStatus?: string | null | undefined;
|
|
1137
1168
|
project?: {
|
|
1138
1169
|
id: string;
|
|
1170
|
+
projectNumber: number;
|
|
1139
1171
|
name: string;
|
|
1140
1172
|
developerId: string;
|
|
1141
1173
|
mtaId: string | null;
|
|
@@ -1148,6 +1180,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1148
1180
|
updatedAt: unknown;
|
|
1149
1181
|
developer?: {
|
|
1150
1182
|
id: string;
|
|
1183
|
+
developerNumber: number;
|
|
1151
1184
|
companyName: string | null;
|
|
1152
1185
|
status: string;
|
|
1153
1186
|
isArchived: boolean;
|
|
@@ -1220,6 +1253,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1220
1253
|
updatedAt: unknown;
|
|
1221
1254
|
balanceCents: unknown;
|
|
1222
1255
|
syncedAt: unknown;
|
|
1256
|
+
propertyNumber: number;
|
|
1223
1257
|
customerId: string;
|
|
1224
1258
|
projectId: string;
|
|
1225
1259
|
lotDetail: string | null;
|
|
@@ -1235,6 +1269,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1235
1269
|
copositSaleStatus?: string | null | undefined;
|
|
1236
1270
|
project?: {
|
|
1237
1271
|
id: string;
|
|
1272
|
+
projectNumber: number;
|
|
1238
1273
|
name: string;
|
|
1239
1274
|
developerId: string;
|
|
1240
1275
|
mtaId: string | null;
|
|
@@ -1247,6 +1282,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1247
1282
|
updatedAt: unknown;
|
|
1248
1283
|
developer?: {
|
|
1249
1284
|
id: string;
|
|
1285
|
+
developerNumber: number;
|
|
1250
1286
|
companyName: string | null;
|
|
1251
1287
|
status: string;
|
|
1252
1288
|
isArchived: boolean;
|
|
@@ -1323,6 +1359,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1323
1359
|
updatedAt: Date;
|
|
1324
1360
|
balanceCents: bigint;
|
|
1325
1361
|
syncedAt: Date;
|
|
1362
|
+
propertyNumber: number;
|
|
1326
1363
|
customerId: string;
|
|
1327
1364
|
projectId: string;
|
|
1328
1365
|
lotDetail: string | null;
|
|
@@ -1338,6 +1375,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1338
1375
|
copositSaleStatus?: string | null | undefined;
|
|
1339
1376
|
project?: {
|
|
1340
1377
|
id: string;
|
|
1378
|
+
projectNumber: number;
|
|
1341
1379
|
name: string;
|
|
1342
1380
|
developerId: string;
|
|
1343
1381
|
mtaId: string | null;
|
|
@@ -1350,6 +1388,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1350
1388
|
updatedAt: Date;
|
|
1351
1389
|
developer?: {
|
|
1352
1390
|
id: string;
|
|
1391
|
+
developerNumber: number;
|
|
1353
1392
|
companyName: string | null;
|
|
1354
1393
|
status: string;
|
|
1355
1394
|
isArchived: boolean;
|
|
@@ -1423,6 +1462,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1423
1462
|
updatedAt: Date;
|
|
1424
1463
|
balanceCents: bigint;
|
|
1425
1464
|
syncedAt: Date;
|
|
1465
|
+
propertyNumber: number;
|
|
1426
1466
|
customerId: string;
|
|
1427
1467
|
projectId: string;
|
|
1428
1468
|
lotDetail: string | null;
|
|
@@ -1438,6 +1478,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1438
1478
|
copositSaleStatus?: string | null | undefined;
|
|
1439
1479
|
project?: {
|
|
1440
1480
|
id: string;
|
|
1481
|
+
projectNumber: number;
|
|
1441
1482
|
name: string;
|
|
1442
1483
|
developerId: string;
|
|
1443
1484
|
mtaId: string | null;
|
|
@@ -1450,6 +1491,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1450
1491
|
updatedAt: Date;
|
|
1451
1492
|
developer?: {
|
|
1452
1493
|
id: string;
|
|
1494
|
+
developerNumber: number;
|
|
1453
1495
|
companyName: string | null;
|
|
1454
1496
|
status: string;
|
|
1455
1497
|
isArchived: boolean;
|
|
@@ -1522,6 +1564,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1522
1564
|
updatedAt: Date;
|
|
1523
1565
|
balanceCents: bigint;
|
|
1524
1566
|
syncedAt: Date;
|
|
1567
|
+
propertyNumber: number;
|
|
1525
1568
|
customerId: string;
|
|
1526
1569
|
projectId: string;
|
|
1527
1570
|
lotDetail: string | null;
|
|
@@ -1537,6 +1580,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1537
1580
|
copositSaleStatus?: string | null | undefined;
|
|
1538
1581
|
project?: {
|
|
1539
1582
|
id: string;
|
|
1583
|
+
projectNumber: number;
|
|
1540
1584
|
name: string;
|
|
1541
1585
|
developerId: string;
|
|
1542
1586
|
mtaId: string | null;
|
|
@@ -1549,6 +1593,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1549
1593
|
updatedAt: Date;
|
|
1550
1594
|
developer?: {
|
|
1551
1595
|
id: string;
|
|
1596
|
+
developerNumber: number;
|
|
1552
1597
|
companyName: string | null;
|
|
1553
1598
|
status: string;
|
|
1554
1599
|
isArchived: boolean;
|
|
@@ -1633,6 +1678,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1633
1678
|
updatedAt: unknown;
|
|
1634
1679
|
balanceCents: unknown;
|
|
1635
1680
|
syncedAt: unknown;
|
|
1681
|
+
propertyNumber: number;
|
|
1636
1682
|
customerId: string;
|
|
1637
1683
|
projectId: string;
|
|
1638
1684
|
lotDetail: string | null;
|
|
@@ -1648,6 +1694,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1648
1694
|
copositSaleStatus?: string | null | undefined;
|
|
1649
1695
|
project?: {
|
|
1650
1696
|
id: string;
|
|
1697
|
+
projectNumber: number;
|
|
1651
1698
|
name: string;
|
|
1652
1699
|
developerId: string;
|
|
1653
1700
|
mtaId: string | null;
|
|
@@ -1660,6 +1707,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1660
1707
|
updatedAt: unknown;
|
|
1661
1708
|
developer?: {
|
|
1662
1709
|
id: string;
|
|
1710
|
+
developerNumber: number;
|
|
1663
1711
|
companyName: string | null;
|
|
1664
1712
|
status: string;
|
|
1665
1713
|
isArchived: boolean;
|
|
@@ -1733,6 +1781,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1733
1781
|
updatedAt: unknown;
|
|
1734
1782
|
balanceCents: unknown;
|
|
1735
1783
|
syncedAt: unknown;
|
|
1784
|
+
propertyNumber: number;
|
|
1736
1785
|
customerId: string;
|
|
1737
1786
|
projectId: string;
|
|
1738
1787
|
lotDetail: string | null;
|
|
@@ -1748,6 +1797,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1748
1797
|
copositSaleStatus?: string | null | undefined;
|
|
1749
1798
|
project?: {
|
|
1750
1799
|
id: string;
|
|
1800
|
+
projectNumber: number;
|
|
1751
1801
|
name: string;
|
|
1752
1802
|
developerId: string;
|
|
1753
1803
|
mtaId: string | null;
|
|
@@ -1760,6 +1810,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1760
1810
|
updatedAt: unknown;
|
|
1761
1811
|
developer?: {
|
|
1762
1812
|
id: string;
|
|
1813
|
+
developerNumber: number;
|
|
1763
1814
|
companyName: string | null;
|
|
1764
1815
|
status: string;
|
|
1765
1816
|
isArchived: boolean;
|
|
@@ -1832,6 +1883,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1832
1883
|
updatedAt: unknown;
|
|
1833
1884
|
balanceCents: unknown;
|
|
1834
1885
|
syncedAt: unknown;
|
|
1886
|
+
propertyNumber: number;
|
|
1835
1887
|
customerId: string;
|
|
1836
1888
|
projectId: string;
|
|
1837
1889
|
lotDetail: string | null;
|
|
@@ -1847,6 +1899,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1847
1899
|
copositSaleStatus?: string | null | undefined;
|
|
1848
1900
|
project?: {
|
|
1849
1901
|
id: string;
|
|
1902
|
+
projectNumber: number;
|
|
1850
1903
|
name: string;
|
|
1851
1904
|
developerId: string;
|
|
1852
1905
|
mtaId: string | null;
|
|
@@ -1859,6 +1912,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1859
1912
|
updatedAt: unknown;
|
|
1860
1913
|
developer?: {
|
|
1861
1914
|
id: string;
|
|
1915
|
+
developerNumber: number;
|
|
1862
1916
|
companyName: string | null;
|
|
1863
1917
|
status: string;
|
|
1864
1918
|
isArchived: boolean;
|
|
@@ -1933,6 +1987,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1933
1987
|
updatedAt: Date;
|
|
1934
1988
|
balanceCents: bigint;
|
|
1935
1989
|
syncedAt: Date;
|
|
1990
|
+
propertyNumber: number;
|
|
1936
1991
|
customerId: string;
|
|
1937
1992
|
projectId: string;
|
|
1938
1993
|
lotDetail: string | null;
|
|
@@ -1948,6 +2003,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1948
2003
|
copositSaleStatus?: string | null | undefined;
|
|
1949
2004
|
project?: {
|
|
1950
2005
|
id: string;
|
|
2006
|
+
projectNumber: number;
|
|
1951
2007
|
name: string;
|
|
1952
2008
|
developerId: string;
|
|
1953
2009
|
mtaId: string | null;
|
|
@@ -1960,6 +2016,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1960
2016
|
updatedAt: Date;
|
|
1961
2017
|
developer?: {
|
|
1962
2018
|
id: string;
|
|
2019
|
+
developerNumber: number;
|
|
1963
2020
|
companyName: string | null;
|
|
1964
2021
|
status: string;
|
|
1965
2022
|
isArchived: boolean;
|
|
@@ -2033,6 +2090,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2033
2090
|
updatedAt: Date;
|
|
2034
2091
|
balanceCents: bigint;
|
|
2035
2092
|
syncedAt: Date;
|
|
2093
|
+
propertyNumber: number;
|
|
2036
2094
|
customerId: string;
|
|
2037
2095
|
projectId: string;
|
|
2038
2096
|
lotDetail: string | null;
|
|
@@ -2048,6 +2106,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2048
2106
|
copositSaleStatus?: string | null | undefined;
|
|
2049
2107
|
project?: {
|
|
2050
2108
|
id: string;
|
|
2109
|
+
projectNumber: number;
|
|
2051
2110
|
name: string;
|
|
2052
2111
|
developerId: string;
|
|
2053
2112
|
mtaId: string | null;
|
|
@@ -2060,6 +2119,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2060
2119
|
updatedAt: Date;
|
|
2061
2120
|
developer?: {
|
|
2062
2121
|
id: string;
|
|
2122
|
+
developerNumber: number;
|
|
2063
2123
|
companyName: string | null;
|
|
2064
2124
|
status: string;
|
|
2065
2125
|
isArchived: boolean;
|
|
@@ -2132,6 +2192,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2132
2192
|
updatedAt: Date;
|
|
2133
2193
|
balanceCents: bigint;
|
|
2134
2194
|
syncedAt: Date;
|
|
2195
|
+
propertyNumber: number;
|
|
2135
2196
|
customerId: string;
|
|
2136
2197
|
projectId: string;
|
|
2137
2198
|
lotDetail: string | null;
|
|
@@ -2147,6 +2208,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2147
2208
|
copositSaleStatus?: string | null | undefined;
|
|
2148
2209
|
project?: {
|
|
2149
2210
|
id: string;
|
|
2211
|
+
projectNumber: number;
|
|
2150
2212
|
name: string;
|
|
2151
2213
|
developerId: string;
|
|
2152
2214
|
mtaId: string | null;
|
|
@@ -2159,6 +2221,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2159
2221
|
updatedAt: Date;
|
|
2160
2222
|
developer?: {
|
|
2161
2223
|
id: string;
|
|
2224
|
+
developerNumber: number;
|
|
2162
2225
|
companyName: string | null;
|
|
2163
2226
|
status: string;
|
|
2164
2227
|
isArchived: boolean;
|
|
@@ -2243,6 +2306,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2243
2306
|
updatedAt: unknown;
|
|
2244
2307
|
balanceCents: unknown;
|
|
2245
2308
|
syncedAt: unknown;
|
|
2309
|
+
propertyNumber: number;
|
|
2246
2310
|
customerId: string;
|
|
2247
2311
|
projectId: string;
|
|
2248
2312
|
lotDetail: string | null;
|
|
@@ -2258,6 +2322,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2258
2322
|
copositSaleStatus?: string | null | undefined;
|
|
2259
2323
|
project?: {
|
|
2260
2324
|
id: string;
|
|
2325
|
+
projectNumber: number;
|
|
2261
2326
|
name: string;
|
|
2262
2327
|
developerId: string;
|
|
2263
2328
|
mtaId: string | null;
|
|
@@ -2270,6 +2335,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2270
2335
|
updatedAt: unknown;
|
|
2271
2336
|
developer?: {
|
|
2272
2337
|
id: string;
|
|
2338
|
+
developerNumber: number;
|
|
2273
2339
|
companyName: string | null;
|
|
2274
2340
|
status: string;
|
|
2275
2341
|
isArchived: boolean;
|
|
@@ -2343,6 +2409,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2343
2409
|
updatedAt: unknown;
|
|
2344
2410
|
balanceCents: unknown;
|
|
2345
2411
|
syncedAt: unknown;
|
|
2412
|
+
propertyNumber: number;
|
|
2346
2413
|
customerId: string;
|
|
2347
2414
|
projectId: string;
|
|
2348
2415
|
lotDetail: string | null;
|
|
@@ -2358,6 +2425,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2358
2425
|
copositSaleStatus?: string | null | undefined;
|
|
2359
2426
|
project?: {
|
|
2360
2427
|
id: string;
|
|
2428
|
+
projectNumber: number;
|
|
2361
2429
|
name: string;
|
|
2362
2430
|
developerId: string;
|
|
2363
2431
|
mtaId: string | null;
|
|
@@ -2370,6 +2438,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2370
2438
|
updatedAt: unknown;
|
|
2371
2439
|
developer?: {
|
|
2372
2440
|
id: string;
|
|
2441
|
+
developerNumber: number;
|
|
2373
2442
|
companyName: string | null;
|
|
2374
2443
|
status: string;
|
|
2375
2444
|
isArchived: boolean;
|
|
@@ -2442,6 +2511,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2442
2511
|
updatedAt: unknown;
|
|
2443
2512
|
balanceCents: unknown;
|
|
2444
2513
|
syncedAt: unknown;
|
|
2514
|
+
propertyNumber: number;
|
|
2445
2515
|
customerId: string;
|
|
2446
2516
|
projectId: string;
|
|
2447
2517
|
lotDetail: string | null;
|
|
@@ -2457,6 +2527,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2457
2527
|
copositSaleStatus?: string | null | undefined;
|
|
2458
2528
|
project?: {
|
|
2459
2529
|
id: string;
|
|
2530
|
+
projectNumber: number;
|
|
2460
2531
|
name: string;
|
|
2461
2532
|
developerId: string;
|
|
2462
2533
|
mtaId: string | null;
|
|
@@ -2469,6 +2540,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2469
2540
|
updatedAt: unknown;
|
|
2470
2541
|
developer?: {
|
|
2471
2542
|
id: string;
|
|
2543
|
+
developerNumber: number;
|
|
2472
2544
|
companyName: string | null;
|
|
2473
2545
|
status: string;
|
|
2474
2546
|
isArchived: boolean;
|
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-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":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-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"}
|