@mikemo-coposit/am-accounting-shared 0.0.20 → 1.0.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/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +82 -49
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +78 -65
- 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 +144 -120
- 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 +78 -65
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +150 -125
- 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.rest.schema.d.ts +6 -5
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/index.d.ts +3 -0
- package/dist/cjs/schemas/customer/index.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- 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 +76 -60
- 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 +28 -28
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- 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 +9 -5
- 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.rest.schema.d.ts +462 -375
- 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.rest.schema.d.ts +1883 -1533
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +152 -123
- 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/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +63 -36
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +78 -65
- 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 +144 -120
- 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 +78 -65
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +150 -125
- 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.rest.schema.d.ts +6 -5
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/index.d.ts +3 -0
- package/dist/esm/schemas/customer/index.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- 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 +76 -60
- 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 +28 -28
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- 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 +9 -5
- 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.rest.schema.d.ts +462 -375
- 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.rest.schema.d.ts +1883 -1533
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +152 -123
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +10 -20
package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC"}
|
|
@@ -63,14 +63,14 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
63
63
|
}>>;
|
|
64
64
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
65
65
|
id: z.ZodUUID;
|
|
66
|
+
mtaId: z.ZodString;
|
|
66
67
|
status: z.ZodString;
|
|
67
68
|
isArchived: z.ZodBoolean;
|
|
68
69
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
69
|
-
syncedAt: z.ZodCoercedDate<unknown>;
|
|
70
70
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
71
|
-
mtaId: z.ZodString;
|
|
72
71
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73
72
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
73
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
74
74
|
customerId: z.ZodString;
|
|
75
75
|
projectId: z.ZodString;
|
|
76
76
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -104,14 +104,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
104
104
|
}, z.core.$strip>>>>;
|
|
105
105
|
customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
106
106
|
id: z.ZodUUID;
|
|
107
|
-
fullName: z.ZodNullable<z.ZodString
|
|
108
|
-
mobile: z.ZodNullable<z.ZodString
|
|
109
|
-
email: z.ZodString
|
|
107
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
|
+
mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
109
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
110
110
|
status: z.ZodString;
|
|
111
111
|
isArchived: z.ZodBoolean;
|
|
112
112
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
113
113
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
114
114
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
115
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
116
|
}, z.core.$strip>>>>;
|
|
116
117
|
}, z.core.$strip>>>;
|
|
117
118
|
readonly cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -156,13 +157,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
156
157
|
} | null | undefined;
|
|
157
158
|
property?: {
|
|
158
159
|
id: string;
|
|
160
|
+
mtaId: string;
|
|
159
161
|
status: string;
|
|
160
162
|
isArchived: boolean;
|
|
161
163
|
createdAt: Date;
|
|
162
|
-
syncedAt: Date;
|
|
163
164
|
updatedAt: Date;
|
|
164
|
-
mtaId: string;
|
|
165
165
|
balanceCents: bigint;
|
|
166
|
+
syncedAt: Date;
|
|
166
167
|
customerId: string;
|
|
167
168
|
projectId: string;
|
|
168
169
|
lotDetail: string | null;
|
|
@@ -197,14 +198,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
197
198
|
} | null | undefined;
|
|
198
199
|
customer?: {
|
|
199
200
|
id: string;
|
|
200
|
-
fullName: string | null;
|
|
201
|
-
mobile: string | null;
|
|
202
|
-
email: string;
|
|
203
201
|
status: string;
|
|
204
202
|
isArchived: boolean;
|
|
205
203
|
createdAt: Date;
|
|
206
204
|
syncedAt: Date;
|
|
207
205
|
updatedAt: Date;
|
|
206
|
+
fullName?: string | null | undefined;
|
|
207
|
+
mobile?: string | null | undefined;
|
|
208
|
+
email?: string | null | undefined;
|
|
209
|
+
source?: string | null | undefined;
|
|
208
210
|
} | null | undefined;
|
|
209
211
|
} | null | undefined;
|
|
210
212
|
} & {
|
|
@@ -251,13 +253,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
251
253
|
} | null | undefined;
|
|
252
254
|
property?: {
|
|
253
255
|
id: string;
|
|
256
|
+
mtaId: string;
|
|
254
257
|
status: string;
|
|
255
258
|
isArchived: boolean;
|
|
256
259
|
createdAt: Date;
|
|
257
|
-
syncedAt: Date;
|
|
258
260
|
updatedAt: Date;
|
|
259
|
-
mtaId: string;
|
|
260
261
|
balanceCents: bigint;
|
|
262
|
+
syncedAt: Date;
|
|
261
263
|
customerId: string;
|
|
262
264
|
projectId: string;
|
|
263
265
|
lotDetail: string | null;
|
|
@@ -292,14 +294,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
292
294
|
} | null | undefined;
|
|
293
295
|
customer?: {
|
|
294
296
|
id: string;
|
|
295
|
-
fullName: string | null;
|
|
296
|
-
mobile: string | null;
|
|
297
|
-
email: string;
|
|
298
297
|
status: string;
|
|
299
298
|
isArchived: boolean;
|
|
300
299
|
createdAt: Date;
|
|
301
300
|
syncedAt: Date;
|
|
302
301
|
updatedAt: Date;
|
|
302
|
+
fullName?: string | null | undefined;
|
|
303
|
+
mobile?: string | null | undefined;
|
|
304
|
+
email?: string | null | undefined;
|
|
305
|
+
source?: string | null | undefined;
|
|
303
306
|
} | null | undefined;
|
|
304
307
|
} | null | undefined;
|
|
305
308
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -345,13 +348,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
345
348
|
} | null | undefined;
|
|
346
349
|
property?: {
|
|
347
350
|
id: string;
|
|
351
|
+
mtaId: string;
|
|
348
352
|
status: string;
|
|
349
353
|
isArchived: boolean;
|
|
350
354
|
createdAt: Date;
|
|
351
|
-
syncedAt: Date;
|
|
352
355
|
updatedAt: Date;
|
|
353
|
-
mtaId: string;
|
|
354
356
|
balanceCents: bigint;
|
|
357
|
+
syncedAt: Date;
|
|
355
358
|
customerId: string;
|
|
356
359
|
projectId: string;
|
|
357
360
|
lotDetail: string | null;
|
|
@@ -386,14 +389,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
386
389
|
} | null | undefined;
|
|
387
390
|
customer?: {
|
|
388
391
|
id: string;
|
|
389
|
-
fullName: string | null;
|
|
390
|
-
mobile: string | null;
|
|
391
|
-
email: string;
|
|
392
392
|
status: string;
|
|
393
393
|
isArchived: boolean;
|
|
394
394
|
createdAt: Date;
|
|
395
395
|
syncedAt: Date;
|
|
396
396
|
updatedAt: Date;
|
|
397
|
+
fullName?: string | null | undefined;
|
|
398
|
+
mobile?: string | null | undefined;
|
|
399
|
+
email?: string | null | undefined;
|
|
400
|
+
source?: string | null | undefined;
|
|
397
401
|
} | null | undefined;
|
|
398
402
|
} | null | undefined;
|
|
399
403
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -447,13 +451,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
447
451
|
} | null | undefined;
|
|
448
452
|
property?: {
|
|
449
453
|
id: string;
|
|
454
|
+
mtaId: string;
|
|
450
455
|
status: string;
|
|
451
456
|
isArchived: boolean;
|
|
452
457
|
createdAt: unknown;
|
|
453
|
-
syncedAt: unknown;
|
|
454
458
|
updatedAt: unknown;
|
|
455
|
-
mtaId: string;
|
|
456
459
|
balanceCents: unknown;
|
|
460
|
+
syncedAt: unknown;
|
|
457
461
|
customerId: string;
|
|
458
462
|
projectId: string;
|
|
459
463
|
lotDetail: string | null;
|
|
@@ -488,14 +492,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
488
492
|
} | null | undefined;
|
|
489
493
|
customer?: {
|
|
490
494
|
id: string;
|
|
491
|
-
fullName: string | null;
|
|
492
|
-
mobile: string | null;
|
|
493
|
-
email: string;
|
|
494
495
|
status: string;
|
|
495
496
|
isArchived: boolean;
|
|
496
497
|
createdAt: unknown;
|
|
497
498
|
syncedAt: unknown;
|
|
498
499
|
updatedAt: unknown;
|
|
500
|
+
fullName?: string | null | undefined;
|
|
501
|
+
mobile?: string | null | undefined;
|
|
502
|
+
email?: string | null | undefined;
|
|
503
|
+
source?: string | null | undefined;
|
|
499
504
|
} | null | undefined;
|
|
500
505
|
} | null | undefined;
|
|
501
506
|
} & {
|
|
@@ -542,13 +547,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
542
547
|
} | null | undefined;
|
|
543
548
|
property?: {
|
|
544
549
|
id: string;
|
|
550
|
+
mtaId: string;
|
|
545
551
|
status: string;
|
|
546
552
|
isArchived: boolean;
|
|
547
553
|
createdAt: unknown;
|
|
548
|
-
syncedAt: unknown;
|
|
549
554
|
updatedAt: unknown;
|
|
550
|
-
mtaId: string;
|
|
551
555
|
balanceCents: unknown;
|
|
556
|
+
syncedAt: unknown;
|
|
552
557
|
customerId: string;
|
|
553
558
|
projectId: string;
|
|
554
559
|
lotDetail: string | null;
|
|
@@ -583,14 +588,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
583
588
|
} | null | undefined;
|
|
584
589
|
customer?: {
|
|
585
590
|
id: string;
|
|
586
|
-
fullName: string | null;
|
|
587
|
-
mobile: string | null;
|
|
588
|
-
email: string;
|
|
589
591
|
status: string;
|
|
590
592
|
isArchived: boolean;
|
|
591
593
|
createdAt: unknown;
|
|
592
594
|
syncedAt: unknown;
|
|
593
595
|
updatedAt: unknown;
|
|
596
|
+
fullName?: string | null | undefined;
|
|
597
|
+
mobile?: string | null | undefined;
|
|
598
|
+
email?: string | null | undefined;
|
|
599
|
+
source?: string | null | undefined;
|
|
594
600
|
} | null | undefined;
|
|
595
601
|
} | null | undefined;
|
|
596
602
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -636,13 +642,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
636
642
|
} | null | undefined;
|
|
637
643
|
property?: {
|
|
638
644
|
id: string;
|
|
645
|
+
mtaId: string;
|
|
639
646
|
status: string;
|
|
640
647
|
isArchived: boolean;
|
|
641
648
|
createdAt: unknown;
|
|
642
|
-
syncedAt: unknown;
|
|
643
649
|
updatedAt: unknown;
|
|
644
|
-
mtaId: string;
|
|
645
650
|
balanceCents: unknown;
|
|
651
|
+
syncedAt: unknown;
|
|
646
652
|
customerId: string;
|
|
647
653
|
projectId: string;
|
|
648
654
|
lotDetail: string | null;
|
|
@@ -677,14 +683,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
677
683
|
} | null | undefined;
|
|
678
684
|
customer?: {
|
|
679
685
|
id: string;
|
|
680
|
-
fullName: string | null;
|
|
681
|
-
mobile: string | null;
|
|
682
|
-
email: string;
|
|
683
686
|
status: string;
|
|
684
687
|
isArchived: boolean;
|
|
685
688
|
createdAt: unknown;
|
|
686
689
|
syncedAt: unknown;
|
|
687
690
|
updatedAt: unknown;
|
|
691
|
+
fullName?: string | null | undefined;
|
|
692
|
+
mobile?: string | null | undefined;
|
|
693
|
+
email?: string | null | undefined;
|
|
694
|
+
source?: string | null | undefined;
|
|
688
695
|
} | null | undefined;
|
|
689
696
|
} | null | undefined;
|
|
690
697
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -732,13 +739,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
732
739
|
} | null | undefined;
|
|
733
740
|
property?: {
|
|
734
741
|
id: string;
|
|
742
|
+
mtaId: string;
|
|
735
743
|
status: string;
|
|
736
744
|
isArchived: boolean;
|
|
737
745
|
createdAt: Date;
|
|
738
|
-
syncedAt: Date;
|
|
739
746
|
updatedAt: Date;
|
|
740
|
-
mtaId: string;
|
|
741
747
|
balanceCents: bigint;
|
|
748
|
+
syncedAt: Date;
|
|
742
749
|
customerId: string;
|
|
743
750
|
projectId: string;
|
|
744
751
|
lotDetail: string | null;
|
|
@@ -773,14 +780,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
773
780
|
} | null | undefined;
|
|
774
781
|
customer?: {
|
|
775
782
|
id: string;
|
|
776
|
-
fullName: string | null;
|
|
777
|
-
mobile: string | null;
|
|
778
|
-
email: string;
|
|
779
783
|
status: string;
|
|
780
784
|
isArchived: boolean;
|
|
781
785
|
createdAt: Date;
|
|
782
786
|
syncedAt: Date;
|
|
783
787
|
updatedAt: Date;
|
|
788
|
+
fullName?: string | null | undefined;
|
|
789
|
+
mobile?: string | null | undefined;
|
|
790
|
+
email?: string | null | undefined;
|
|
791
|
+
source?: string | null | undefined;
|
|
784
792
|
} | null | undefined;
|
|
785
793
|
} | null | undefined;
|
|
786
794
|
} & {
|
|
@@ -827,13 +835,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
827
835
|
} | null | undefined;
|
|
828
836
|
property?: {
|
|
829
837
|
id: string;
|
|
838
|
+
mtaId: string;
|
|
830
839
|
status: string;
|
|
831
840
|
isArchived: boolean;
|
|
832
841
|
createdAt: Date;
|
|
833
|
-
syncedAt: Date;
|
|
834
842
|
updatedAt: Date;
|
|
835
|
-
mtaId: string;
|
|
836
843
|
balanceCents: bigint;
|
|
844
|
+
syncedAt: Date;
|
|
837
845
|
customerId: string;
|
|
838
846
|
projectId: string;
|
|
839
847
|
lotDetail: string | null;
|
|
@@ -868,14 +876,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
868
876
|
} | null | undefined;
|
|
869
877
|
customer?: {
|
|
870
878
|
id: string;
|
|
871
|
-
fullName: string | null;
|
|
872
|
-
mobile: string | null;
|
|
873
|
-
email: string;
|
|
874
879
|
status: string;
|
|
875
880
|
isArchived: boolean;
|
|
876
881
|
createdAt: Date;
|
|
877
882
|
syncedAt: Date;
|
|
878
883
|
updatedAt: Date;
|
|
884
|
+
fullName?: string | null | undefined;
|
|
885
|
+
mobile?: string | null | undefined;
|
|
886
|
+
email?: string | null | undefined;
|
|
887
|
+
source?: string | null | undefined;
|
|
879
888
|
} | null | undefined;
|
|
880
889
|
} | null | undefined;
|
|
881
890
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
@@ -921,13 +930,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
921
930
|
} | null | undefined;
|
|
922
931
|
property?: {
|
|
923
932
|
id: string;
|
|
933
|
+
mtaId: string;
|
|
924
934
|
status: string;
|
|
925
935
|
isArchived: boolean;
|
|
926
936
|
createdAt: Date;
|
|
927
|
-
syncedAt: Date;
|
|
928
937
|
updatedAt: Date;
|
|
929
|
-
mtaId: string;
|
|
930
938
|
balanceCents: bigint;
|
|
939
|
+
syncedAt: Date;
|
|
931
940
|
customerId: string;
|
|
932
941
|
projectId: string;
|
|
933
942
|
lotDetail: string | null;
|
|
@@ -962,14 +971,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
962
971
|
} | null | undefined;
|
|
963
972
|
customer?: {
|
|
964
973
|
id: string;
|
|
965
|
-
fullName: string | null;
|
|
966
|
-
mobile: string | null;
|
|
967
|
-
email: string;
|
|
968
974
|
status: string;
|
|
969
975
|
isArchived: boolean;
|
|
970
976
|
createdAt: Date;
|
|
971
977
|
syncedAt: Date;
|
|
972
978
|
updatedAt: Date;
|
|
979
|
+
fullName?: string | null | undefined;
|
|
980
|
+
mobile?: string | null | undefined;
|
|
981
|
+
email?: string | null | undefined;
|
|
982
|
+
source?: string | null | undefined;
|
|
973
983
|
} | null | undefined;
|
|
974
984
|
} | null | undefined;
|
|
975
985
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
@@ -1023,13 +1033,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1023
1033
|
} | null | undefined;
|
|
1024
1034
|
property?: {
|
|
1025
1035
|
id: string;
|
|
1036
|
+
mtaId: string;
|
|
1026
1037
|
status: string;
|
|
1027
1038
|
isArchived: boolean;
|
|
1028
1039
|
createdAt: unknown;
|
|
1029
|
-
syncedAt: unknown;
|
|
1030
1040
|
updatedAt: unknown;
|
|
1031
|
-
mtaId: string;
|
|
1032
1041
|
balanceCents: unknown;
|
|
1042
|
+
syncedAt: unknown;
|
|
1033
1043
|
customerId: string;
|
|
1034
1044
|
projectId: string;
|
|
1035
1045
|
lotDetail: string | null;
|
|
@@ -1064,14 +1074,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1064
1074
|
} | null | undefined;
|
|
1065
1075
|
customer?: {
|
|
1066
1076
|
id: string;
|
|
1067
|
-
fullName: string | null;
|
|
1068
|
-
mobile: string | null;
|
|
1069
|
-
email: string;
|
|
1070
1077
|
status: string;
|
|
1071
1078
|
isArchived: boolean;
|
|
1072
1079
|
createdAt: unknown;
|
|
1073
1080
|
syncedAt: unknown;
|
|
1074
1081
|
updatedAt: unknown;
|
|
1082
|
+
fullName?: string | null | undefined;
|
|
1083
|
+
mobile?: string | null | undefined;
|
|
1084
|
+
email?: string | null | undefined;
|
|
1085
|
+
source?: string | null | undefined;
|
|
1075
1086
|
} | null | undefined;
|
|
1076
1087
|
} | null | undefined;
|
|
1077
1088
|
} & {
|
|
@@ -1118,13 +1129,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1118
1129
|
} | null | undefined;
|
|
1119
1130
|
property?: {
|
|
1120
1131
|
id: string;
|
|
1132
|
+
mtaId: string;
|
|
1121
1133
|
status: string;
|
|
1122
1134
|
isArchived: boolean;
|
|
1123
1135
|
createdAt: unknown;
|
|
1124
|
-
syncedAt: unknown;
|
|
1125
1136
|
updatedAt: unknown;
|
|
1126
|
-
mtaId: string;
|
|
1127
1137
|
balanceCents: unknown;
|
|
1138
|
+
syncedAt: unknown;
|
|
1128
1139
|
customerId: string;
|
|
1129
1140
|
projectId: string;
|
|
1130
1141
|
lotDetail: string | null;
|
|
@@ -1159,14 +1170,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1159
1170
|
} | null | undefined;
|
|
1160
1171
|
customer?: {
|
|
1161
1172
|
id: string;
|
|
1162
|
-
fullName: string | null;
|
|
1163
|
-
mobile: string | null;
|
|
1164
|
-
email: string;
|
|
1165
1173
|
status: string;
|
|
1166
1174
|
isArchived: boolean;
|
|
1167
1175
|
createdAt: unknown;
|
|
1168
1176
|
syncedAt: unknown;
|
|
1169
1177
|
updatedAt: unknown;
|
|
1178
|
+
fullName?: string | null | undefined;
|
|
1179
|
+
mobile?: string | null | undefined;
|
|
1180
|
+
email?: string | null | undefined;
|
|
1181
|
+
source?: string | null | undefined;
|
|
1170
1182
|
} | null | undefined;
|
|
1171
1183
|
} | null | undefined;
|
|
1172
1184
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -1212,13 +1224,13 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1212
1224
|
} | null | undefined;
|
|
1213
1225
|
property?: {
|
|
1214
1226
|
id: string;
|
|
1227
|
+
mtaId: string;
|
|
1215
1228
|
status: string;
|
|
1216
1229
|
isArchived: boolean;
|
|
1217
1230
|
createdAt: unknown;
|
|
1218
|
-
syncedAt: unknown;
|
|
1219
1231
|
updatedAt: unknown;
|
|
1220
|
-
mtaId: string;
|
|
1221
1232
|
balanceCents: unknown;
|
|
1233
|
+
syncedAt: unknown;
|
|
1222
1234
|
customerId: string;
|
|
1223
1235
|
projectId: string;
|
|
1224
1236
|
lotDetail: string | null;
|
|
@@ -1253,14 +1265,15 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1253
1265
|
} | null | undefined;
|
|
1254
1266
|
customer?: {
|
|
1255
1267
|
id: string;
|
|
1256
|
-
fullName: string | null;
|
|
1257
|
-
mobile: string | null;
|
|
1258
|
-
email: string;
|
|
1259
1268
|
status: string;
|
|
1260
1269
|
isArchived: boolean;
|
|
1261
1270
|
createdAt: unknown;
|
|
1262
1271
|
syncedAt: unknown;
|
|
1263
1272
|
updatedAt: unknown;
|
|
1273
|
+
fullName?: string | null | undefined;
|
|
1274
|
+
mobile?: string | null | undefined;
|
|
1275
|
+
email?: string | null | undefined;
|
|
1276
|
+
source?: string | null | undefined;
|
|
1264
1277
|
} | null | undefined;
|
|
1265
1278
|
} | null | undefined;
|
|
1266
1279
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -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"}
|