@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
|
@@ -74,6 +74,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
74
74
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
75
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
76
76
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
77
|
+
internalReference: z.ZodInt;
|
|
77
78
|
customerId: z.ZodString;
|
|
78
79
|
projectId: z.ZodString;
|
|
79
80
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -87,6 +88,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
87
88
|
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
89
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
89
90
|
id: z.ZodString;
|
|
91
|
+
internalReference: z.ZodInt;
|
|
90
92
|
name: z.ZodString;
|
|
91
93
|
developerId: z.ZodString;
|
|
92
94
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -99,6 +101,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
99
101
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
100
102
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
101
103
|
id: z.ZodUUID;
|
|
104
|
+
internalReference: z.ZodInt;
|
|
102
105
|
companyName: z.ZodNullable<z.ZodString>;
|
|
103
106
|
status: z.ZodString;
|
|
104
107
|
isArchived: z.ZodBoolean;
|
|
@@ -169,6 +172,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
169
172
|
updatedAt: Date;
|
|
170
173
|
balanceCents: bigint;
|
|
171
174
|
syncedAt: Date;
|
|
175
|
+
internalReference: number;
|
|
172
176
|
customerId: string;
|
|
173
177
|
projectId: string;
|
|
174
178
|
lotDetail: string | null;
|
|
@@ -184,6 +188,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
184
188
|
copositSaleStatus?: string | null | undefined;
|
|
185
189
|
project?: {
|
|
186
190
|
id: string;
|
|
191
|
+
internalReference: number;
|
|
187
192
|
name: string;
|
|
188
193
|
developerId: string;
|
|
189
194
|
mtaId: string | null;
|
|
@@ -196,6 +201,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
196
201
|
updatedAt: Date;
|
|
197
202
|
developer?: {
|
|
198
203
|
id: string;
|
|
204
|
+
internalReference: number;
|
|
199
205
|
companyName: string | null;
|
|
200
206
|
status: string;
|
|
201
207
|
isArchived: boolean;
|
|
@@ -268,6 +274,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
268
274
|
updatedAt: Date;
|
|
269
275
|
balanceCents: bigint;
|
|
270
276
|
syncedAt: Date;
|
|
277
|
+
internalReference: number;
|
|
271
278
|
customerId: string;
|
|
272
279
|
projectId: string;
|
|
273
280
|
lotDetail: string | null;
|
|
@@ -283,6 +290,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
283
290
|
copositSaleStatus?: string | null | undefined;
|
|
284
291
|
project?: {
|
|
285
292
|
id: string;
|
|
293
|
+
internalReference: number;
|
|
286
294
|
name: string;
|
|
287
295
|
developerId: string;
|
|
288
296
|
mtaId: string | null;
|
|
@@ -295,6 +303,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
295
303
|
updatedAt: Date;
|
|
296
304
|
developer?: {
|
|
297
305
|
id: string;
|
|
306
|
+
internalReference: number;
|
|
298
307
|
companyName: string | null;
|
|
299
308
|
status: string;
|
|
300
309
|
isArchived: boolean;
|
|
@@ -366,6 +375,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
366
375
|
updatedAt: Date;
|
|
367
376
|
balanceCents: bigint;
|
|
368
377
|
syncedAt: Date;
|
|
378
|
+
internalReference: number;
|
|
369
379
|
customerId: string;
|
|
370
380
|
projectId: string;
|
|
371
381
|
lotDetail: string | null;
|
|
@@ -381,6 +391,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
381
391
|
copositSaleStatus?: string | null | undefined;
|
|
382
392
|
project?: {
|
|
383
393
|
id: string;
|
|
394
|
+
internalReference: number;
|
|
384
395
|
name: string;
|
|
385
396
|
developerId: string;
|
|
386
397
|
mtaId: string | null;
|
|
@@ -393,6 +404,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
393
404
|
updatedAt: Date;
|
|
394
405
|
developer?: {
|
|
395
406
|
id: string;
|
|
407
|
+
internalReference: number;
|
|
396
408
|
companyName: string | null;
|
|
397
409
|
status: string;
|
|
398
410
|
isArchived: boolean;
|
|
@@ -472,6 +484,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
472
484
|
updatedAt: unknown;
|
|
473
485
|
balanceCents: unknown;
|
|
474
486
|
syncedAt: unknown;
|
|
487
|
+
internalReference: number;
|
|
475
488
|
customerId: string;
|
|
476
489
|
projectId: string;
|
|
477
490
|
lotDetail: string | null;
|
|
@@ -487,6 +500,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
487
500
|
copositSaleStatus?: string | null | undefined;
|
|
488
501
|
project?: {
|
|
489
502
|
id: string;
|
|
503
|
+
internalReference: number;
|
|
490
504
|
name: string;
|
|
491
505
|
developerId: string;
|
|
492
506
|
mtaId: string | null;
|
|
@@ -499,6 +513,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
499
513
|
updatedAt: unknown;
|
|
500
514
|
developer?: {
|
|
501
515
|
id: string;
|
|
516
|
+
internalReference: number;
|
|
502
517
|
companyName: string | null;
|
|
503
518
|
status: string;
|
|
504
519
|
isArchived: boolean;
|
|
@@ -571,6 +586,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
571
586
|
updatedAt: unknown;
|
|
572
587
|
balanceCents: unknown;
|
|
573
588
|
syncedAt: unknown;
|
|
589
|
+
internalReference: number;
|
|
574
590
|
customerId: string;
|
|
575
591
|
projectId: string;
|
|
576
592
|
lotDetail: string | null;
|
|
@@ -586,6 +602,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
586
602
|
copositSaleStatus?: string | null | undefined;
|
|
587
603
|
project?: {
|
|
588
604
|
id: string;
|
|
605
|
+
internalReference: number;
|
|
589
606
|
name: string;
|
|
590
607
|
developerId: string;
|
|
591
608
|
mtaId: string | null;
|
|
@@ -598,6 +615,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
598
615
|
updatedAt: unknown;
|
|
599
616
|
developer?: {
|
|
600
617
|
id: string;
|
|
618
|
+
internalReference: number;
|
|
601
619
|
companyName: string | null;
|
|
602
620
|
status: string;
|
|
603
621
|
isArchived: boolean;
|
|
@@ -669,6 +687,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
669
687
|
updatedAt: unknown;
|
|
670
688
|
balanceCents: unknown;
|
|
671
689
|
syncedAt: unknown;
|
|
690
|
+
internalReference: number;
|
|
672
691
|
customerId: string;
|
|
673
692
|
projectId: string;
|
|
674
693
|
lotDetail: string | null;
|
|
@@ -684,6 +703,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
684
703
|
copositSaleStatus?: string | null | undefined;
|
|
685
704
|
project?: {
|
|
686
705
|
id: string;
|
|
706
|
+
internalReference: number;
|
|
687
707
|
name: string;
|
|
688
708
|
developerId: string;
|
|
689
709
|
mtaId: string | null;
|
|
@@ -696,6 +716,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
696
716
|
updatedAt: unknown;
|
|
697
717
|
developer?: {
|
|
698
718
|
id: string;
|
|
719
|
+
internalReference: number;
|
|
699
720
|
companyName: string | null;
|
|
700
721
|
status: string;
|
|
701
722
|
isArchived: boolean;
|
|
@@ -769,6 +790,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
769
790
|
updatedAt: Date;
|
|
770
791
|
balanceCents: bigint;
|
|
771
792
|
syncedAt: Date;
|
|
793
|
+
internalReference: number;
|
|
772
794
|
customerId: string;
|
|
773
795
|
projectId: string;
|
|
774
796
|
lotDetail: string | null;
|
|
@@ -784,6 +806,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
784
806
|
copositSaleStatus?: string | null | undefined;
|
|
785
807
|
project?: {
|
|
786
808
|
id: string;
|
|
809
|
+
internalReference: number;
|
|
787
810
|
name: string;
|
|
788
811
|
developerId: string;
|
|
789
812
|
mtaId: string | null;
|
|
@@ -796,6 +819,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
796
819
|
updatedAt: Date;
|
|
797
820
|
developer?: {
|
|
798
821
|
id: string;
|
|
822
|
+
internalReference: number;
|
|
799
823
|
companyName: string | null;
|
|
800
824
|
status: string;
|
|
801
825
|
isArchived: boolean;
|
|
@@ -868,6 +892,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
868
892
|
updatedAt: Date;
|
|
869
893
|
balanceCents: bigint;
|
|
870
894
|
syncedAt: Date;
|
|
895
|
+
internalReference: number;
|
|
871
896
|
customerId: string;
|
|
872
897
|
projectId: string;
|
|
873
898
|
lotDetail: string | null;
|
|
@@ -883,6 +908,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
883
908
|
copositSaleStatus?: string | null | undefined;
|
|
884
909
|
project?: {
|
|
885
910
|
id: string;
|
|
911
|
+
internalReference: number;
|
|
886
912
|
name: string;
|
|
887
913
|
developerId: string;
|
|
888
914
|
mtaId: string | null;
|
|
@@ -895,6 +921,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
895
921
|
updatedAt: Date;
|
|
896
922
|
developer?: {
|
|
897
923
|
id: string;
|
|
924
|
+
internalReference: number;
|
|
898
925
|
companyName: string | null;
|
|
899
926
|
status: string;
|
|
900
927
|
isArchived: boolean;
|
|
@@ -966,6 +993,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
966
993
|
updatedAt: Date;
|
|
967
994
|
balanceCents: bigint;
|
|
968
995
|
syncedAt: Date;
|
|
996
|
+
internalReference: number;
|
|
969
997
|
customerId: string;
|
|
970
998
|
projectId: string;
|
|
971
999
|
lotDetail: string | null;
|
|
@@ -981,6 +1009,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
981
1009
|
copositSaleStatus?: string | null | undefined;
|
|
982
1010
|
project?: {
|
|
983
1011
|
id: string;
|
|
1012
|
+
internalReference: number;
|
|
984
1013
|
name: string;
|
|
985
1014
|
developerId: string;
|
|
986
1015
|
mtaId: string | null;
|
|
@@ -993,6 +1022,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
993
1022
|
updatedAt: Date;
|
|
994
1023
|
developer?: {
|
|
995
1024
|
id: string;
|
|
1025
|
+
internalReference: number;
|
|
996
1026
|
companyName: string | null;
|
|
997
1027
|
status: string;
|
|
998
1028
|
isArchived: boolean;
|
|
@@ -1072,6 +1102,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1072
1102
|
updatedAt: unknown;
|
|
1073
1103
|
balanceCents: unknown;
|
|
1074
1104
|
syncedAt: unknown;
|
|
1105
|
+
internalReference: number;
|
|
1075
1106
|
customerId: string;
|
|
1076
1107
|
projectId: string;
|
|
1077
1108
|
lotDetail: string | null;
|
|
@@ -1087,6 +1118,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1087
1118
|
copositSaleStatus?: string | null | undefined;
|
|
1088
1119
|
project?: {
|
|
1089
1120
|
id: string;
|
|
1121
|
+
internalReference: number;
|
|
1090
1122
|
name: string;
|
|
1091
1123
|
developerId: string;
|
|
1092
1124
|
mtaId: string | null;
|
|
@@ -1099,6 +1131,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1099
1131
|
updatedAt: unknown;
|
|
1100
1132
|
developer?: {
|
|
1101
1133
|
id: string;
|
|
1134
|
+
internalReference: number;
|
|
1102
1135
|
companyName: string | null;
|
|
1103
1136
|
status: string;
|
|
1104
1137
|
isArchived: boolean;
|
|
@@ -1171,6 +1204,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1171
1204
|
updatedAt: unknown;
|
|
1172
1205
|
balanceCents: unknown;
|
|
1173
1206
|
syncedAt: unknown;
|
|
1207
|
+
internalReference: number;
|
|
1174
1208
|
customerId: string;
|
|
1175
1209
|
projectId: string;
|
|
1176
1210
|
lotDetail: string | null;
|
|
@@ -1186,6 +1220,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1186
1220
|
copositSaleStatus?: string | null | undefined;
|
|
1187
1221
|
project?: {
|
|
1188
1222
|
id: string;
|
|
1223
|
+
internalReference: number;
|
|
1189
1224
|
name: string;
|
|
1190
1225
|
developerId: string;
|
|
1191
1226
|
mtaId: string | null;
|
|
@@ -1198,6 +1233,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1198
1233
|
updatedAt: unknown;
|
|
1199
1234
|
developer?: {
|
|
1200
1235
|
id: string;
|
|
1236
|
+
internalReference: number;
|
|
1201
1237
|
companyName: string | null;
|
|
1202
1238
|
status: string;
|
|
1203
1239
|
isArchived: boolean;
|
|
@@ -1269,6 +1305,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1269
1305
|
updatedAt: unknown;
|
|
1270
1306
|
balanceCents: unknown;
|
|
1271
1307
|
syncedAt: unknown;
|
|
1308
|
+
internalReference: number;
|
|
1272
1309
|
customerId: string;
|
|
1273
1310
|
projectId: string;
|
|
1274
1311
|
lotDetail: string | null;
|
|
@@ -1284,6 +1321,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1284
1321
|
copositSaleStatus?: string | null | undefined;
|
|
1285
1322
|
project?: {
|
|
1286
1323
|
id: string;
|
|
1324
|
+
internalReference: number;
|
|
1287
1325
|
name: string;
|
|
1288
1326
|
developerId: string;
|
|
1289
1327
|
mtaId: string | null;
|
|
@@ -1296,6 +1334,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1296
1334
|
updatedAt: unknown;
|
|
1297
1335
|
developer?: {
|
|
1298
1336
|
id: string;
|
|
1337
|
+
internalReference: number;
|
|
1299
1338
|
companyName: string | null;
|
|
1300
1339
|
status: string;
|
|
1301
1340
|
isArchived: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-account-period.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAMtD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;iBAO5C,CAAC;AAEH,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"cma-account-period.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAMtD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;iBAO5C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAExC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAE9C,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAEhG,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -25,6 +25,7 @@ export declare const cmaClosureRequestEntitySchema: z.ZodObject<{
|
|
|
25
25
|
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
26
26
|
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
27
27
|
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
28
|
+
internalReference: z.ZodOptional<z.ZodInt>;
|
|
28
29
|
customerId: z.ZodOptional<z.ZodString>;
|
|
29
30
|
projectId: z.ZodOptional<z.ZodString>;
|
|
30
31
|
buyerName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
@@ -36,6 +37,7 @@ export declare const cmaClosureRequestEntitySchema: z.ZodObject<{
|
|
|
36
37
|
copositSaleStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
37
38
|
project: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
38
39
|
id: z.ZodString;
|
|
40
|
+
internalReference: z.ZodInt;
|
|
39
41
|
name: z.ZodString;
|
|
40
42
|
developerId: z.ZodString;
|
|
41
43
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -48,6 +50,7 @@ export declare const cmaClosureRequestEntitySchema: z.ZodObject<{
|
|
|
48
50
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
49
51
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
50
52
|
id: z.ZodUUID;
|
|
53
|
+
internalReference: z.ZodInt;
|
|
51
54
|
companyName: z.ZodNullable<z.ZodString>;
|
|
52
55
|
status: z.ZodString;
|
|
53
56
|
isArchived: z.ZodBoolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-closure-request.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-closure-request/cma-closure-request.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAI9G,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"cma-closure-request.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-closure-request/cma-closure-request.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAI9G,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+BxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC"}
|
|
@@ -40,6 +40,7 @@ export declare const cmaCreationRequestEntitySchema: z.ZodObject<{
|
|
|
40
40
|
copositSaleStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
41
41
|
project: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
42
42
|
id: z.ZodString;
|
|
43
|
+
internalReference: z.ZodInt;
|
|
43
44
|
name: z.ZodString;
|
|
44
45
|
developerId: z.ZodString;
|
|
45
46
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -52,6 +53,7 @@ export declare const cmaCreationRequestEntitySchema: z.ZodObject<{
|
|
|
52
53
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
53
54
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
54
55
|
id: z.ZodUUID;
|
|
56
|
+
internalReference: z.ZodInt;
|
|
55
57
|
companyName: z.ZodNullable<z.ZodString>;
|
|
56
58
|
status: z.ZodString;
|
|
57
59
|
isArchived: z.ZodBoolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-creation-request.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-creation-request/cma-creation-request.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAG9G,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"cma-creation-request.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-creation-request/cma-creation-request.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAG9G,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiCzC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|