@mikemo-coposit/am-accounting-shared 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/index.cjs +32 -9
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +18 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +39 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +39 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +3 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +75 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +18 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +3 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +36 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +18 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +3 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +3 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +8 -6
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +298 -70
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +9 -6
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +9 -6
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +1147 -28
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +3 -2
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +8 -6
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +107 -5
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +4 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +36 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +76 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/index.js +32 -9
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +18 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +39 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +39 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +3 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +75 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +18 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +3 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +72 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +36 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +18 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +3 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +3 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +8 -6
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +298 -70
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +9 -6
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +9 -6
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +1147 -28
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +3 -2
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +8 -6
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +107 -5
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +4 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +36 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +76 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
59
59
|
updatedAt: Date;
|
|
60
60
|
balanceCents: bigint;
|
|
61
61
|
syncedAt: Date;
|
|
62
|
+
propertyNumber: number;
|
|
62
63
|
customerId: string;
|
|
63
64
|
projectId: string;
|
|
64
65
|
lotDetail: string | null;
|
|
@@ -74,6 +75,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
74
75
|
copositSaleStatus?: string | null | undefined;
|
|
75
76
|
project?: {
|
|
76
77
|
id: string;
|
|
78
|
+
projectNumber: number;
|
|
77
79
|
name: string;
|
|
78
80
|
developerId: string;
|
|
79
81
|
mtaId: string | null;
|
|
@@ -86,6 +88,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
86
88
|
updatedAt: Date;
|
|
87
89
|
developer?: {
|
|
88
90
|
id: string;
|
|
91
|
+
developerNumber: number;
|
|
89
92
|
companyName: string | null;
|
|
90
93
|
status: string;
|
|
91
94
|
isArchived: boolean;
|
|
@@ -158,6 +161,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
158
161
|
updatedAt: Date;
|
|
159
162
|
balanceCents: bigint;
|
|
160
163
|
syncedAt: Date;
|
|
164
|
+
propertyNumber: number;
|
|
161
165
|
customerId: string;
|
|
162
166
|
projectId: string;
|
|
163
167
|
lotDetail: string | null;
|
|
@@ -173,6 +177,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
173
177
|
copositSaleStatus?: string | null | undefined;
|
|
174
178
|
project?: {
|
|
175
179
|
id: string;
|
|
180
|
+
projectNumber: number;
|
|
176
181
|
name: string;
|
|
177
182
|
developerId: string;
|
|
178
183
|
mtaId: string | null;
|
|
@@ -185,6 +190,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
185
190
|
updatedAt: Date;
|
|
186
191
|
developer?: {
|
|
187
192
|
id: string;
|
|
193
|
+
developerNumber: number;
|
|
188
194
|
companyName: string | null;
|
|
189
195
|
status: string;
|
|
190
196
|
isArchived: boolean;
|
|
@@ -256,6 +262,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
256
262
|
updatedAt: Date;
|
|
257
263
|
balanceCents: bigint;
|
|
258
264
|
syncedAt: Date;
|
|
265
|
+
propertyNumber: number;
|
|
259
266
|
customerId: string;
|
|
260
267
|
projectId: string;
|
|
261
268
|
lotDetail: string | null;
|
|
@@ -271,6 +278,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
271
278
|
copositSaleStatus?: string | null | undefined;
|
|
272
279
|
project?: {
|
|
273
280
|
id: string;
|
|
281
|
+
projectNumber: number;
|
|
274
282
|
name: string;
|
|
275
283
|
developerId: string;
|
|
276
284
|
mtaId: string | null;
|
|
@@ -283,6 +291,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
283
291
|
updatedAt: Date;
|
|
284
292
|
developer?: {
|
|
285
293
|
id: string;
|
|
294
|
+
developerNumber: number;
|
|
286
295
|
companyName: string | null;
|
|
287
296
|
status: string;
|
|
288
297
|
isArchived: boolean;
|
|
@@ -362,6 +371,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
362
371
|
updatedAt: unknown;
|
|
363
372
|
balanceCents: unknown;
|
|
364
373
|
syncedAt: unknown;
|
|
374
|
+
propertyNumber: number;
|
|
365
375
|
customerId: string;
|
|
366
376
|
projectId: string;
|
|
367
377
|
lotDetail: string | null;
|
|
@@ -377,6 +387,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
377
387
|
copositSaleStatus?: string | null | undefined;
|
|
378
388
|
project?: {
|
|
379
389
|
id: string;
|
|
390
|
+
projectNumber: number;
|
|
380
391
|
name: string;
|
|
381
392
|
developerId: string;
|
|
382
393
|
mtaId: string | null;
|
|
@@ -389,6 +400,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
389
400
|
updatedAt: unknown;
|
|
390
401
|
developer?: {
|
|
391
402
|
id: string;
|
|
403
|
+
developerNumber: number;
|
|
392
404
|
companyName: string | null;
|
|
393
405
|
status: string;
|
|
394
406
|
isArchived: boolean;
|
|
@@ -461,6 +473,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
461
473
|
updatedAt: unknown;
|
|
462
474
|
balanceCents: unknown;
|
|
463
475
|
syncedAt: unknown;
|
|
476
|
+
propertyNumber: number;
|
|
464
477
|
customerId: string;
|
|
465
478
|
projectId: string;
|
|
466
479
|
lotDetail: string | null;
|
|
@@ -476,6 +489,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
476
489
|
copositSaleStatus?: string | null | undefined;
|
|
477
490
|
project?: {
|
|
478
491
|
id: string;
|
|
492
|
+
projectNumber: number;
|
|
479
493
|
name: string;
|
|
480
494
|
developerId: string;
|
|
481
495
|
mtaId: string | null;
|
|
@@ -488,6 +502,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
488
502
|
updatedAt: unknown;
|
|
489
503
|
developer?: {
|
|
490
504
|
id: string;
|
|
505
|
+
developerNumber: number;
|
|
491
506
|
companyName: string | null;
|
|
492
507
|
status: string;
|
|
493
508
|
isArchived: boolean;
|
|
@@ -559,6 +574,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
559
574
|
updatedAt: unknown;
|
|
560
575
|
balanceCents: unknown;
|
|
561
576
|
syncedAt: unknown;
|
|
577
|
+
propertyNumber: number;
|
|
562
578
|
customerId: string;
|
|
563
579
|
projectId: string;
|
|
564
580
|
lotDetail: string | null;
|
|
@@ -574,6 +590,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
574
590
|
copositSaleStatus?: string | null | undefined;
|
|
575
591
|
project?: {
|
|
576
592
|
id: string;
|
|
593
|
+
projectNumber: number;
|
|
577
594
|
name: string;
|
|
578
595
|
developerId: string;
|
|
579
596
|
mtaId: string | null;
|
|
@@ -586,6 +603,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
586
603
|
updatedAt: unknown;
|
|
587
604
|
developer?: {
|
|
588
605
|
id: string;
|
|
606
|
+
developerNumber: number;
|
|
589
607
|
companyName: string | null;
|
|
590
608
|
status: string;
|
|
591
609
|
isArchived: boolean;
|
|
@@ -659,6 +677,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
659
677
|
updatedAt: Date;
|
|
660
678
|
balanceCents: bigint;
|
|
661
679
|
syncedAt: Date;
|
|
680
|
+
propertyNumber: number;
|
|
662
681
|
customerId: string;
|
|
663
682
|
projectId: string;
|
|
664
683
|
lotDetail: string | null;
|
|
@@ -674,6 +693,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
674
693
|
copositSaleStatus?: string | null | undefined;
|
|
675
694
|
project?: {
|
|
676
695
|
id: string;
|
|
696
|
+
projectNumber: number;
|
|
677
697
|
name: string;
|
|
678
698
|
developerId: string;
|
|
679
699
|
mtaId: string | null;
|
|
@@ -686,6 +706,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
686
706
|
updatedAt: Date;
|
|
687
707
|
developer?: {
|
|
688
708
|
id: string;
|
|
709
|
+
developerNumber: number;
|
|
689
710
|
companyName: string | null;
|
|
690
711
|
status: string;
|
|
691
712
|
isArchived: boolean;
|
|
@@ -758,6 +779,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
758
779
|
updatedAt: Date;
|
|
759
780
|
balanceCents: bigint;
|
|
760
781
|
syncedAt: Date;
|
|
782
|
+
propertyNumber: number;
|
|
761
783
|
customerId: string;
|
|
762
784
|
projectId: string;
|
|
763
785
|
lotDetail: string | null;
|
|
@@ -773,6 +795,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
773
795
|
copositSaleStatus?: string | null | undefined;
|
|
774
796
|
project?: {
|
|
775
797
|
id: string;
|
|
798
|
+
projectNumber: number;
|
|
776
799
|
name: string;
|
|
777
800
|
developerId: string;
|
|
778
801
|
mtaId: string | null;
|
|
@@ -785,6 +808,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
785
808
|
updatedAt: Date;
|
|
786
809
|
developer?: {
|
|
787
810
|
id: string;
|
|
811
|
+
developerNumber: number;
|
|
788
812
|
companyName: string | null;
|
|
789
813
|
status: string;
|
|
790
814
|
isArchived: boolean;
|
|
@@ -856,6 +880,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
856
880
|
updatedAt: Date;
|
|
857
881
|
balanceCents: bigint;
|
|
858
882
|
syncedAt: Date;
|
|
883
|
+
propertyNumber: number;
|
|
859
884
|
customerId: string;
|
|
860
885
|
projectId: string;
|
|
861
886
|
lotDetail: string | null;
|
|
@@ -871,6 +896,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
871
896
|
copositSaleStatus?: string | null | undefined;
|
|
872
897
|
project?: {
|
|
873
898
|
id: string;
|
|
899
|
+
projectNumber: number;
|
|
874
900
|
name: string;
|
|
875
901
|
developerId: string;
|
|
876
902
|
mtaId: string | null;
|
|
@@ -883,6 +909,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
883
909
|
updatedAt: Date;
|
|
884
910
|
developer?: {
|
|
885
911
|
id: string;
|
|
912
|
+
developerNumber: number;
|
|
886
913
|
companyName: string | null;
|
|
887
914
|
status: string;
|
|
888
915
|
isArchived: boolean;
|
|
@@ -962,6 +989,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
962
989
|
updatedAt: unknown;
|
|
963
990
|
balanceCents: unknown;
|
|
964
991
|
syncedAt: unknown;
|
|
992
|
+
propertyNumber: number;
|
|
965
993
|
customerId: string;
|
|
966
994
|
projectId: string;
|
|
967
995
|
lotDetail: string | null;
|
|
@@ -977,6 +1005,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
977
1005
|
copositSaleStatus?: string | null | undefined;
|
|
978
1006
|
project?: {
|
|
979
1007
|
id: string;
|
|
1008
|
+
projectNumber: number;
|
|
980
1009
|
name: string;
|
|
981
1010
|
developerId: string;
|
|
982
1011
|
mtaId: string | null;
|
|
@@ -989,6 +1018,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
989
1018
|
updatedAt: unknown;
|
|
990
1019
|
developer?: {
|
|
991
1020
|
id: string;
|
|
1021
|
+
developerNumber: number;
|
|
992
1022
|
companyName: string | null;
|
|
993
1023
|
status: string;
|
|
994
1024
|
isArchived: boolean;
|
|
@@ -1061,6 +1091,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1061
1091
|
updatedAt: unknown;
|
|
1062
1092
|
balanceCents: unknown;
|
|
1063
1093
|
syncedAt: unknown;
|
|
1094
|
+
propertyNumber: number;
|
|
1064
1095
|
customerId: string;
|
|
1065
1096
|
projectId: string;
|
|
1066
1097
|
lotDetail: string | null;
|
|
@@ -1076,6 +1107,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1076
1107
|
copositSaleStatus?: string | null | undefined;
|
|
1077
1108
|
project?: {
|
|
1078
1109
|
id: string;
|
|
1110
|
+
projectNumber: number;
|
|
1079
1111
|
name: string;
|
|
1080
1112
|
developerId: string;
|
|
1081
1113
|
mtaId: string | null;
|
|
@@ -1088,6 +1120,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1088
1120
|
updatedAt: unknown;
|
|
1089
1121
|
developer?: {
|
|
1090
1122
|
id: string;
|
|
1123
|
+
developerNumber: number;
|
|
1091
1124
|
companyName: string | null;
|
|
1092
1125
|
status: string;
|
|
1093
1126
|
isArchived: boolean;
|
|
@@ -1159,6 +1192,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1159
1192
|
updatedAt: unknown;
|
|
1160
1193
|
balanceCents: unknown;
|
|
1161
1194
|
syncedAt: unknown;
|
|
1195
|
+
propertyNumber: number;
|
|
1162
1196
|
customerId: string;
|
|
1163
1197
|
projectId: string;
|
|
1164
1198
|
lotDetail: string | null;
|
|
@@ -1174,6 +1208,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1174
1208
|
copositSaleStatus?: string | null | undefined;
|
|
1175
1209
|
project?: {
|
|
1176
1210
|
id: string;
|
|
1211
|
+
projectNumber: number;
|
|
1177
1212
|
name: string;
|
|
1178
1213
|
developerId: string;
|
|
1179
1214
|
mtaId: string | null;
|
|
@@ -1186,6 +1221,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1186
1221
|
updatedAt: unknown;
|
|
1187
1222
|
developer?: {
|
|
1188
1223
|
id: string;
|
|
1224
|
+
developerNumber: number;
|
|
1189
1225
|
companyName: string | null;
|
|
1190
1226
|
status: string;
|
|
1191
1227
|
isArchived: boolean;
|
|
@@ -1267,6 +1303,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1267
1303
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1268
1304
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1269
1305
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
1306
|
+
propertyNumber: z.ZodInt;
|
|
1270
1307
|
customerId: z.ZodString;
|
|
1271
1308
|
projectId: z.ZodString;
|
|
1272
1309
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1280,6 +1317,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1280
1317
|
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1281
1318
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1282
1319
|
id: z.ZodString;
|
|
1320
|
+
projectNumber: z.ZodInt;
|
|
1283
1321
|
name: z.ZodString;
|
|
1284
1322
|
developerId: z.ZodString;
|
|
1285
1323
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -1292,6 +1330,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1292
1330
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
1293
1331
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1294
1332
|
id: z.ZodUUID;
|
|
1333
|
+
developerNumber: z.ZodInt;
|
|
1295
1334
|
companyName: z.ZodNullable<z.ZodString>;
|
|
1296
1335
|
status: z.ZodString;
|
|
1297
1336
|
isArchived: z.ZodBoolean;
|
|
@@ -1362,6 +1401,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1362
1401
|
updatedAt: Date;
|
|
1363
1402
|
balanceCents: bigint;
|
|
1364
1403
|
syncedAt: Date;
|
|
1404
|
+
propertyNumber: number;
|
|
1365
1405
|
customerId: string;
|
|
1366
1406
|
projectId: string;
|
|
1367
1407
|
lotDetail: string | null;
|
|
@@ -1377,6 +1417,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1377
1417
|
copositSaleStatus?: string | null | undefined;
|
|
1378
1418
|
project?: {
|
|
1379
1419
|
id: string;
|
|
1420
|
+
projectNumber: number;
|
|
1380
1421
|
name: string;
|
|
1381
1422
|
developerId: string;
|
|
1382
1423
|
mtaId: string | null;
|
|
@@ -1389,6 +1430,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1389
1430
|
updatedAt: Date;
|
|
1390
1431
|
developer?: {
|
|
1391
1432
|
id: string;
|
|
1433
|
+
developerNumber: number;
|
|
1392
1434
|
companyName: string | null;
|
|
1393
1435
|
status: string;
|
|
1394
1436
|
isArchived: boolean;
|
|
@@ -1461,6 +1503,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1461
1503
|
updatedAt: Date;
|
|
1462
1504
|
balanceCents: bigint;
|
|
1463
1505
|
syncedAt: Date;
|
|
1506
|
+
propertyNumber: number;
|
|
1464
1507
|
customerId: string;
|
|
1465
1508
|
projectId: string;
|
|
1466
1509
|
lotDetail: string | null;
|
|
@@ -1476,6 +1519,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1476
1519
|
copositSaleStatus?: string | null | undefined;
|
|
1477
1520
|
project?: {
|
|
1478
1521
|
id: string;
|
|
1522
|
+
projectNumber: number;
|
|
1479
1523
|
name: string;
|
|
1480
1524
|
developerId: string;
|
|
1481
1525
|
mtaId: string | null;
|
|
@@ -1488,6 +1532,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1488
1532
|
updatedAt: Date;
|
|
1489
1533
|
developer?: {
|
|
1490
1534
|
id: string;
|
|
1535
|
+
developerNumber: number;
|
|
1491
1536
|
companyName: string | null;
|
|
1492
1537
|
status: string;
|
|
1493
1538
|
isArchived: boolean;
|
|
@@ -1559,6 +1604,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1559
1604
|
updatedAt: Date;
|
|
1560
1605
|
balanceCents: bigint;
|
|
1561
1606
|
syncedAt: Date;
|
|
1607
|
+
propertyNumber: number;
|
|
1562
1608
|
customerId: string;
|
|
1563
1609
|
projectId: string;
|
|
1564
1610
|
lotDetail: string | null;
|
|
@@ -1574,6 +1620,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1574
1620
|
copositSaleStatus?: string | null | undefined;
|
|
1575
1621
|
project?: {
|
|
1576
1622
|
id: string;
|
|
1623
|
+
projectNumber: number;
|
|
1577
1624
|
name: string;
|
|
1578
1625
|
developerId: string;
|
|
1579
1626
|
mtaId: string | null;
|
|
@@ -1586,6 +1633,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1586
1633
|
updatedAt: Date;
|
|
1587
1634
|
developer?: {
|
|
1588
1635
|
id: string;
|
|
1636
|
+
developerNumber: number;
|
|
1589
1637
|
companyName: string | null;
|
|
1590
1638
|
status: string;
|
|
1591
1639
|
isArchived: boolean;
|
|
@@ -1665,6 +1713,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1665
1713
|
updatedAt: unknown;
|
|
1666
1714
|
balanceCents: unknown;
|
|
1667
1715
|
syncedAt: unknown;
|
|
1716
|
+
propertyNumber: number;
|
|
1668
1717
|
customerId: string;
|
|
1669
1718
|
projectId: string;
|
|
1670
1719
|
lotDetail: string | null;
|
|
@@ -1680,6 +1729,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1680
1729
|
copositSaleStatus?: string | null | undefined;
|
|
1681
1730
|
project?: {
|
|
1682
1731
|
id: string;
|
|
1732
|
+
projectNumber: number;
|
|
1683
1733
|
name: string;
|
|
1684
1734
|
developerId: string;
|
|
1685
1735
|
mtaId: string | null;
|
|
@@ -1692,6 +1742,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1692
1742
|
updatedAt: unknown;
|
|
1693
1743
|
developer?: {
|
|
1694
1744
|
id: string;
|
|
1745
|
+
developerNumber: number;
|
|
1695
1746
|
companyName: string | null;
|
|
1696
1747
|
status: string;
|
|
1697
1748
|
isArchived: boolean;
|
|
@@ -1764,6 +1815,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1764
1815
|
updatedAt: unknown;
|
|
1765
1816
|
balanceCents: unknown;
|
|
1766
1817
|
syncedAt: unknown;
|
|
1818
|
+
propertyNumber: number;
|
|
1767
1819
|
customerId: string;
|
|
1768
1820
|
projectId: string;
|
|
1769
1821
|
lotDetail: string | null;
|
|
@@ -1779,6 +1831,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1779
1831
|
copositSaleStatus?: string | null | undefined;
|
|
1780
1832
|
project?: {
|
|
1781
1833
|
id: string;
|
|
1834
|
+
projectNumber: number;
|
|
1782
1835
|
name: string;
|
|
1783
1836
|
developerId: string;
|
|
1784
1837
|
mtaId: string | null;
|
|
@@ -1791,6 +1844,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1791
1844
|
updatedAt: unknown;
|
|
1792
1845
|
developer?: {
|
|
1793
1846
|
id: string;
|
|
1847
|
+
developerNumber: number;
|
|
1794
1848
|
companyName: string | null;
|
|
1795
1849
|
status: string;
|
|
1796
1850
|
isArchived: boolean;
|
|
@@ -1862,6 +1916,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1862
1916
|
updatedAt: unknown;
|
|
1863
1917
|
balanceCents: unknown;
|
|
1864
1918
|
syncedAt: unknown;
|
|
1919
|
+
propertyNumber: number;
|
|
1865
1920
|
customerId: string;
|
|
1866
1921
|
projectId: string;
|
|
1867
1922
|
lotDetail: string | null;
|
|
@@ -1877,6 +1932,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1877
1932
|
copositSaleStatus?: string | null | undefined;
|
|
1878
1933
|
project?: {
|
|
1879
1934
|
id: string;
|
|
1935
|
+
projectNumber: number;
|
|
1880
1936
|
name: string;
|
|
1881
1937
|
developerId: string;
|
|
1882
1938
|
mtaId: string | null;
|
|
@@ -1889,6 +1945,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1889
1945
|
updatedAt: unknown;
|
|
1890
1946
|
developer?: {
|
|
1891
1947
|
id: string;
|
|
1948
|
+
developerNumber: number;
|
|
1892
1949
|
companyName: string | null;
|
|
1893
1950
|
status: string;
|
|
1894
1951
|
isArchived: boolean;
|
|
@@ -1962,6 +2019,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1962
2019
|
updatedAt: Date;
|
|
1963
2020
|
balanceCents: bigint;
|
|
1964
2021
|
syncedAt: Date;
|
|
2022
|
+
propertyNumber: number;
|
|
1965
2023
|
customerId: string;
|
|
1966
2024
|
projectId: string;
|
|
1967
2025
|
lotDetail: string | null;
|
|
@@ -1977,6 +2035,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1977
2035
|
copositSaleStatus?: string | null | undefined;
|
|
1978
2036
|
project?: {
|
|
1979
2037
|
id: string;
|
|
2038
|
+
projectNumber: number;
|
|
1980
2039
|
name: string;
|
|
1981
2040
|
developerId: string;
|
|
1982
2041
|
mtaId: string | null;
|
|
@@ -1989,6 +2048,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1989
2048
|
updatedAt: Date;
|
|
1990
2049
|
developer?: {
|
|
1991
2050
|
id: string;
|
|
2051
|
+
developerNumber: number;
|
|
1992
2052
|
companyName: string | null;
|
|
1993
2053
|
status: string;
|
|
1994
2054
|
isArchived: boolean;
|
|
@@ -2061,6 +2121,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2061
2121
|
updatedAt: Date;
|
|
2062
2122
|
balanceCents: bigint;
|
|
2063
2123
|
syncedAt: Date;
|
|
2124
|
+
propertyNumber: number;
|
|
2064
2125
|
customerId: string;
|
|
2065
2126
|
projectId: string;
|
|
2066
2127
|
lotDetail: string | null;
|
|
@@ -2076,6 +2137,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2076
2137
|
copositSaleStatus?: string | null | undefined;
|
|
2077
2138
|
project?: {
|
|
2078
2139
|
id: string;
|
|
2140
|
+
projectNumber: number;
|
|
2079
2141
|
name: string;
|
|
2080
2142
|
developerId: string;
|
|
2081
2143
|
mtaId: string | null;
|
|
@@ -2088,6 +2150,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2088
2150
|
updatedAt: Date;
|
|
2089
2151
|
developer?: {
|
|
2090
2152
|
id: string;
|
|
2153
|
+
developerNumber: number;
|
|
2091
2154
|
companyName: string | null;
|
|
2092
2155
|
status: string;
|
|
2093
2156
|
isArchived: boolean;
|
|
@@ -2159,6 +2222,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2159
2222
|
updatedAt: Date;
|
|
2160
2223
|
balanceCents: bigint;
|
|
2161
2224
|
syncedAt: Date;
|
|
2225
|
+
propertyNumber: number;
|
|
2162
2226
|
customerId: string;
|
|
2163
2227
|
projectId: string;
|
|
2164
2228
|
lotDetail: string | null;
|
|
@@ -2174,6 +2238,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2174
2238
|
copositSaleStatus?: string | null | undefined;
|
|
2175
2239
|
project?: {
|
|
2176
2240
|
id: string;
|
|
2241
|
+
projectNumber: number;
|
|
2177
2242
|
name: string;
|
|
2178
2243
|
developerId: string;
|
|
2179
2244
|
mtaId: string | null;
|
|
@@ -2186,6 +2251,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2186
2251
|
updatedAt: Date;
|
|
2187
2252
|
developer?: {
|
|
2188
2253
|
id: string;
|
|
2254
|
+
developerNumber: number;
|
|
2189
2255
|
companyName: string | null;
|
|
2190
2256
|
status: string;
|
|
2191
2257
|
isArchived: boolean;
|
|
@@ -2265,6 +2331,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2265
2331
|
updatedAt: unknown;
|
|
2266
2332
|
balanceCents: unknown;
|
|
2267
2333
|
syncedAt: unknown;
|
|
2334
|
+
propertyNumber: number;
|
|
2268
2335
|
customerId: string;
|
|
2269
2336
|
projectId: string;
|
|
2270
2337
|
lotDetail: string | null;
|
|
@@ -2280,6 +2347,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2280
2347
|
copositSaleStatus?: string | null | undefined;
|
|
2281
2348
|
project?: {
|
|
2282
2349
|
id: string;
|
|
2350
|
+
projectNumber: number;
|
|
2283
2351
|
name: string;
|
|
2284
2352
|
developerId: string;
|
|
2285
2353
|
mtaId: string | null;
|
|
@@ -2292,6 +2360,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2292
2360
|
updatedAt: unknown;
|
|
2293
2361
|
developer?: {
|
|
2294
2362
|
id: string;
|
|
2363
|
+
developerNumber: number;
|
|
2295
2364
|
companyName: string | null;
|
|
2296
2365
|
status: string;
|
|
2297
2366
|
isArchived: boolean;
|
|
@@ -2364,6 +2433,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2364
2433
|
updatedAt: unknown;
|
|
2365
2434
|
balanceCents: unknown;
|
|
2366
2435
|
syncedAt: unknown;
|
|
2436
|
+
propertyNumber: number;
|
|
2367
2437
|
customerId: string;
|
|
2368
2438
|
projectId: string;
|
|
2369
2439
|
lotDetail: string | null;
|
|
@@ -2379,6 +2449,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2379
2449
|
copositSaleStatus?: string | null | undefined;
|
|
2380
2450
|
project?: {
|
|
2381
2451
|
id: string;
|
|
2452
|
+
projectNumber: number;
|
|
2382
2453
|
name: string;
|
|
2383
2454
|
developerId: string;
|
|
2384
2455
|
mtaId: string | null;
|
|
@@ -2391,6 +2462,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2391
2462
|
updatedAt: unknown;
|
|
2392
2463
|
developer?: {
|
|
2393
2464
|
id: string;
|
|
2465
|
+
developerNumber: number;
|
|
2394
2466
|
companyName: string | null;
|
|
2395
2467
|
status: string;
|
|
2396
2468
|
isArchived: boolean;
|
|
@@ -2462,6 +2534,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2462
2534
|
updatedAt: unknown;
|
|
2463
2535
|
balanceCents: unknown;
|
|
2464
2536
|
syncedAt: unknown;
|
|
2537
|
+
propertyNumber: number;
|
|
2465
2538
|
customerId: string;
|
|
2466
2539
|
projectId: string;
|
|
2467
2540
|
lotDetail: string | null;
|
|
@@ -2477,6 +2550,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2477
2550
|
copositSaleStatus?: string | null | undefined;
|
|
2478
2551
|
project?: {
|
|
2479
2552
|
id: string;
|
|
2553
|
+
projectNumber: number;
|
|
2480
2554
|
name: string;
|
|
2481
2555
|
developerId: string;
|
|
2482
2556
|
mtaId: string | null;
|
|
@@ -2489,6 +2563,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2489
2563
|
updatedAt: unknown;
|
|
2490
2564
|
developer?: {
|
|
2491
2565
|
id: string;
|
|
2566
|
+
developerNumber: number;
|
|
2492
2567
|
companyName: string | null;
|
|
2493
2568
|
status: string;
|
|
2494
2569
|
isArchived: boolean;
|
package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -833,6 +833,24 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
833
833
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
834
834
|
}, z.core.$strict>>]>>;
|
|
835
835
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
836
|
+
propertyNumber: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
837
|
+
equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
838
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
839
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
840
|
+
lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
841
|
+
lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
842
|
+
gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
843
|
+
gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
844
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedNumber<string | number>, z.ZodLazy<z.ZodObject<{
|
|
845
|
+
equals: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
846
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
847
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedNumber<string | number>>>;
|
|
848
|
+
lt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
849
|
+
lte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
850
|
+
gt: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
851
|
+
gte: z.ZodOptional<z.ZodCoercedNumber<string | number>>;
|
|
852
|
+
}, z.core.$strip>>]>>;
|
|
853
|
+
}, z.core.$strip>>, z.ZodCoercedNumber<string | number>]>>;
|
|
836
854
|
customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
837
855
|
equals: z.ZodOptional<z.ZodString>;
|
|
838
856
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA8BR,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -41,6 +41,7 @@ export declare const cmaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
41
41
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
42
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
43
43
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
44
|
+
propertyNumber: z.ZodInt;
|
|
44
45
|
customerId: z.ZodString;
|
|
45
46
|
projectId: z.ZodString;
|
|
46
47
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -54,6 +55,7 @@ export declare const cmaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
54
55
|
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
56
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
56
57
|
id: z.ZodString;
|
|
58
|
+
projectNumber: z.ZodInt;
|
|
57
59
|
name: z.ZodString;
|
|
58
60
|
developerId: z.ZodString;
|
|
59
61
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
@@ -66,6 +68,7 @@ export declare const cmaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
66
68
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
67
69
|
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
68
70
|
id: z.ZodUUID;
|
|
71
|
+
developerNumber: z.ZodInt;
|
|
69
72
|
companyName: z.ZodNullable<z.ZodString>;
|
|
70
73
|
status: z.ZodString;
|
|
71
74
|
isArchived: z.ZodBoolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAGlG,OAAO,EAAE,qCAAqC,EAAE,MAAM,+BAA+B,CAAC;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAK/C,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"cma-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAGlG,OAAO,EAAE,qCAAqC,EAAE,MAAM,+BAA+B,CAAC;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAK/C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB1C,CAAC;AAEH,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC7D,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACzD,iBAAiB,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,sBAAsB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,sBAAsB,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpG,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CAChE,CAAC;AAEF,KAAK,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC/D,GAAG,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,eAAe,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1D,iBAAiB,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3D,sBAAsB,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,sBAAsB,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrG,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,kBAAkB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CA6B/D,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|