@mikemo-coposit/am-accounting-shared 0.0.8 → 0.0.9
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/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +211 -155
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- 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 +138 -138
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- 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 +675 -675
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +58 -35
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- 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 +138 -138
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- 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 +675 -675
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/esm/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +18 -26
package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -67,17 +67,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
67
67
|
mtaId: string;
|
|
68
68
|
mtaBalanceCents: number | bigint;
|
|
69
69
|
cmaBalanceCents: number | bigint;
|
|
70
|
-
customer?: {
|
|
71
|
-
status: string;
|
|
72
|
-
id: string;
|
|
73
|
-
isArchived: boolean;
|
|
74
|
-
createdAt: Date;
|
|
75
|
-
updatedAt: Date;
|
|
76
|
-
fullName: string | null;
|
|
77
|
-
mobile: string | null;
|
|
78
|
-
email: string;
|
|
79
|
-
syncedAt: Date;
|
|
80
|
-
} | null | undefined;
|
|
81
70
|
buyerName?: string | null | undefined;
|
|
82
71
|
project?: {
|
|
83
72
|
type: string;
|
|
@@ -101,6 +90,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
101
90
|
companyName: string | null;
|
|
102
91
|
} | null | undefined;
|
|
103
92
|
} | null | undefined;
|
|
93
|
+
customer?: {
|
|
94
|
+
status: string;
|
|
95
|
+
id: string;
|
|
96
|
+
isArchived: boolean;
|
|
97
|
+
createdAt: Date;
|
|
98
|
+
updatedAt: Date;
|
|
99
|
+
fullName: string | null;
|
|
100
|
+
mobile: string | null;
|
|
101
|
+
email: string;
|
|
102
|
+
syncedAt: Date;
|
|
103
|
+
} | null | undefined;
|
|
104
104
|
} | null | undefined;
|
|
105
105
|
} & {
|
|
106
106
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -160,17 +160,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
160
160
|
mtaId: string;
|
|
161
161
|
mtaBalanceCents: number | bigint;
|
|
162
162
|
cmaBalanceCents: number | bigint;
|
|
163
|
-
customer?: {
|
|
164
|
-
status: string;
|
|
165
|
-
id: string;
|
|
166
|
-
isArchived: boolean;
|
|
167
|
-
createdAt: Date;
|
|
168
|
-
updatedAt: Date;
|
|
169
|
-
fullName: string | null;
|
|
170
|
-
mobile: string | null;
|
|
171
|
-
email: string;
|
|
172
|
-
syncedAt: Date;
|
|
173
|
-
} | null | undefined;
|
|
174
163
|
buyerName?: string | null | undefined;
|
|
175
164
|
project?: {
|
|
176
165
|
type: string;
|
|
@@ -194,6 +183,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
194
183
|
companyName: string | null;
|
|
195
184
|
} | null | undefined;
|
|
196
185
|
} | null | undefined;
|
|
186
|
+
customer?: {
|
|
187
|
+
status: string;
|
|
188
|
+
id: string;
|
|
189
|
+
isArchived: boolean;
|
|
190
|
+
createdAt: Date;
|
|
191
|
+
updatedAt: Date;
|
|
192
|
+
fullName: string | null;
|
|
193
|
+
mobile: string | null;
|
|
194
|
+
email: string;
|
|
195
|
+
syncedAt: Date;
|
|
196
|
+
} | null | undefined;
|
|
197
197
|
} | null | undefined;
|
|
198
198
|
} & any, "cma"> | null | undefined;
|
|
199
199
|
subsequentTransactions?: Omit<{
|
|
@@ -252,17 +252,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
252
252
|
mtaId: string;
|
|
253
253
|
mtaBalanceCents: number | bigint;
|
|
254
254
|
cmaBalanceCents: number | bigint;
|
|
255
|
-
customer?: {
|
|
256
|
-
status: string;
|
|
257
|
-
id: string;
|
|
258
|
-
isArchived: boolean;
|
|
259
|
-
createdAt: Date;
|
|
260
|
-
updatedAt: Date;
|
|
261
|
-
fullName: string | null;
|
|
262
|
-
mobile: string | null;
|
|
263
|
-
email: string;
|
|
264
|
-
syncedAt: Date;
|
|
265
|
-
} | null | undefined;
|
|
266
255
|
buyerName?: string | null | undefined;
|
|
267
256
|
project?: {
|
|
268
257
|
type: string;
|
|
@@ -286,6 +275,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
286
275
|
companyName: string | null;
|
|
287
276
|
} | null | undefined;
|
|
288
277
|
} | null | undefined;
|
|
278
|
+
customer?: {
|
|
279
|
+
status: string;
|
|
280
|
+
id: string;
|
|
281
|
+
isArchived: boolean;
|
|
282
|
+
createdAt: Date;
|
|
283
|
+
updatedAt: Date;
|
|
284
|
+
fullName: string | null;
|
|
285
|
+
mobile: string | null;
|
|
286
|
+
email: string;
|
|
287
|
+
syncedAt: Date;
|
|
288
|
+
} | null | undefined;
|
|
289
289
|
} | null | undefined;
|
|
290
290
|
} & any, "cma">[] | null | undefined;
|
|
291
291
|
reconciledTransactions?: z.output<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -352,17 +352,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
352
352
|
mtaId: string;
|
|
353
353
|
mtaBalanceCents: number | bigint;
|
|
354
354
|
cmaBalanceCents: number | bigint;
|
|
355
|
-
customer?: {
|
|
356
|
-
status: string;
|
|
357
|
-
id: string;
|
|
358
|
-
isArchived: boolean;
|
|
359
|
-
createdAt: Date;
|
|
360
|
-
updatedAt: Date;
|
|
361
|
-
fullName: string | null;
|
|
362
|
-
mobile: string | null;
|
|
363
|
-
email: string;
|
|
364
|
-
syncedAt: Date;
|
|
365
|
-
} | null | undefined;
|
|
366
355
|
buyerName?: string | null | undefined;
|
|
367
356
|
project?: {
|
|
368
357
|
type: string;
|
|
@@ -386,6 +375,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
386
375
|
companyName: string | null;
|
|
387
376
|
} | null | undefined;
|
|
388
377
|
} | null | undefined;
|
|
378
|
+
customer?: {
|
|
379
|
+
status: string;
|
|
380
|
+
id: string;
|
|
381
|
+
isArchived: boolean;
|
|
382
|
+
createdAt: Date;
|
|
383
|
+
updatedAt: Date;
|
|
384
|
+
fullName: string | null;
|
|
385
|
+
mobile: string | null;
|
|
386
|
+
email: string;
|
|
387
|
+
syncedAt: Date;
|
|
388
|
+
} | null | undefined;
|
|
389
389
|
} | null | undefined;
|
|
390
390
|
} & {
|
|
391
391
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -445,17 +445,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
445
445
|
mtaId: string;
|
|
446
446
|
mtaBalanceCents: number | bigint;
|
|
447
447
|
cmaBalanceCents: number | bigint;
|
|
448
|
-
customer?: {
|
|
449
|
-
status: string;
|
|
450
|
-
id: string;
|
|
451
|
-
isArchived: boolean;
|
|
452
|
-
createdAt: Date;
|
|
453
|
-
updatedAt: Date;
|
|
454
|
-
fullName: string | null;
|
|
455
|
-
mobile: string | null;
|
|
456
|
-
email: string;
|
|
457
|
-
syncedAt: Date;
|
|
458
|
-
} | null | undefined;
|
|
459
448
|
buyerName?: string | null | undefined;
|
|
460
449
|
project?: {
|
|
461
450
|
type: string;
|
|
@@ -479,6 +468,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
479
468
|
companyName: string | null;
|
|
480
469
|
} | null | undefined;
|
|
481
470
|
} | null | undefined;
|
|
471
|
+
customer?: {
|
|
472
|
+
status: string;
|
|
473
|
+
id: string;
|
|
474
|
+
isArchived: boolean;
|
|
475
|
+
createdAt: Date;
|
|
476
|
+
updatedAt: Date;
|
|
477
|
+
fullName: string | null;
|
|
478
|
+
mobile: string | null;
|
|
479
|
+
email: string;
|
|
480
|
+
syncedAt: Date;
|
|
481
|
+
} | null | undefined;
|
|
482
482
|
} | null | undefined;
|
|
483
483
|
} & any) | null | undefined;
|
|
484
484
|
subsequentTransactions?: ({
|
|
@@ -537,17 +537,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
537
537
|
mtaId: string;
|
|
538
538
|
mtaBalanceCents: number | bigint;
|
|
539
539
|
cmaBalanceCents: number | bigint;
|
|
540
|
-
customer?: {
|
|
541
|
-
status: string;
|
|
542
|
-
id: string;
|
|
543
|
-
isArchived: boolean;
|
|
544
|
-
createdAt: Date;
|
|
545
|
-
updatedAt: Date;
|
|
546
|
-
fullName: string | null;
|
|
547
|
-
mobile: string | null;
|
|
548
|
-
email: string;
|
|
549
|
-
syncedAt: Date;
|
|
550
|
-
} | null | undefined;
|
|
551
540
|
buyerName?: string | null | undefined;
|
|
552
541
|
project?: {
|
|
553
542
|
type: string;
|
|
@@ -571,6 +560,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
571
560
|
companyName: string | null;
|
|
572
561
|
} | null | undefined;
|
|
573
562
|
} | null | undefined;
|
|
563
|
+
customer?: {
|
|
564
|
+
status: string;
|
|
565
|
+
id: string;
|
|
566
|
+
isArchived: boolean;
|
|
567
|
+
createdAt: Date;
|
|
568
|
+
updatedAt: Date;
|
|
569
|
+
fullName: string | null;
|
|
570
|
+
mobile: string | null;
|
|
571
|
+
email: string;
|
|
572
|
+
syncedAt: Date;
|
|
573
|
+
} | null | undefined;
|
|
574
574
|
} | null | undefined;
|
|
575
575
|
} & any)[] | null | undefined;
|
|
576
576
|
reconciledTransactions?: z.input<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1058,17 +1058,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1058
1058
|
mtaId: string;
|
|
1059
1059
|
mtaBalanceCents: number | bigint;
|
|
1060
1060
|
cmaBalanceCents: number | bigint;
|
|
1061
|
-
customer?: {
|
|
1062
|
-
status: string;
|
|
1063
|
-
id: string;
|
|
1064
|
-
isArchived: boolean;
|
|
1065
|
-
createdAt: Date;
|
|
1066
|
-
updatedAt: Date;
|
|
1067
|
-
fullName: string | null;
|
|
1068
|
-
mobile: string | null;
|
|
1069
|
-
email: string;
|
|
1070
|
-
syncedAt: Date;
|
|
1071
|
-
} | null | undefined;
|
|
1072
1061
|
buyerName?: string | null | undefined;
|
|
1073
1062
|
project?: {
|
|
1074
1063
|
type: string;
|
|
@@ -1092,6 +1081,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1092
1081
|
companyName: string | null;
|
|
1093
1082
|
} | null | undefined;
|
|
1094
1083
|
} | null | undefined;
|
|
1084
|
+
customer?: {
|
|
1085
|
+
status: string;
|
|
1086
|
+
id: string;
|
|
1087
|
+
isArchived: boolean;
|
|
1088
|
+
createdAt: Date;
|
|
1089
|
+
updatedAt: Date;
|
|
1090
|
+
fullName: string | null;
|
|
1091
|
+
mobile: string | null;
|
|
1092
|
+
email: string;
|
|
1093
|
+
syncedAt: Date;
|
|
1094
|
+
} | null | undefined;
|
|
1095
1095
|
}, {
|
|
1096
1096
|
status: string;
|
|
1097
1097
|
id: string;
|
|
@@ -1108,17 +1108,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1108
1108
|
mtaId: string;
|
|
1109
1109
|
mtaBalanceCents: number | bigint;
|
|
1110
1110
|
cmaBalanceCents: number | bigint;
|
|
1111
|
-
customer?: {
|
|
1112
|
-
status: string;
|
|
1113
|
-
id: string;
|
|
1114
|
-
isArchived: boolean;
|
|
1115
|
-
createdAt: Date;
|
|
1116
|
-
updatedAt: Date;
|
|
1117
|
-
fullName: string | null;
|
|
1118
|
-
mobile: string | null;
|
|
1119
|
-
email: string;
|
|
1120
|
-
syncedAt: Date;
|
|
1121
|
-
} | null | undefined;
|
|
1122
1111
|
buyerName?: string | null | undefined;
|
|
1123
1112
|
project?: {
|
|
1124
1113
|
type: string;
|
|
@@ -1142,6 +1131,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1142
1131
|
companyName: string | null;
|
|
1143
1132
|
} | null | undefined;
|
|
1144
1133
|
} | null | undefined;
|
|
1134
|
+
customer?: {
|
|
1135
|
+
status: string;
|
|
1136
|
+
id: string;
|
|
1137
|
+
isArchived: boolean;
|
|
1138
|
+
createdAt: Date;
|
|
1139
|
+
updatedAt: Date;
|
|
1140
|
+
fullName: string | null;
|
|
1141
|
+
mobile: string | null;
|
|
1142
|
+
email: string;
|
|
1143
|
+
syncedAt: Date;
|
|
1144
|
+
} | null | undefined;
|
|
1145
1145
|
}>>>;
|
|
1146
1146
|
}, "strip", z.ZodTypeAny, {
|
|
1147
1147
|
status: "active" | "inactive";
|
|
@@ -1179,17 +1179,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1179
1179
|
mtaId: string;
|
|
1180
1180
|
mtaBalanceCents: number | bigint;
|
|
1181
1181
|
cmaBalanceCents: number | bigint;
|
|
1182
|
-
customer?: {
|
|
1183
|
-
status: string;
|
|
1184
|
-
id: string;
|
|
1185
|
-
isArchived: boolean;
|
|
1186
|
-
createdAt: Date;
|
|
1187
|
-
updatedAt: Date;
|
|
1188
|
-
fullName: string | null;
|
|
1189
|
-
mobile: string | null;
|
|
1190
|
-
email: string;
|
|
1191
|
-
syncedAt: Date;
|
|
1192
|
-
} | null | undefined;
|
|
1193
1182
|
buyerName?: string | null | undefined;
|
|
1194
1183
|
project?: {
|
|
1195
1184
|
type: string;
|
|
@@ -1213,6 +1202,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1213
1202
|
companyName: string | null;
|
|
1214
1203
|
} | null | undefined;
|
|
1215
1204
|
} | null | undefined;
|
|
1205
|
+
customer?: {
|
|
1206
|
+
status: string;
|
|
1207
|
+
id: string;
|
|
1208
|
+
isArchived: boolean;
|
|
1209
|
+
createdAt: Date;
|
|
1210
|
+
updatedAt: Date;
|
|
1211
|
+
fullName: string | null;
|
|
1212
|
+
mobile: string | null;
|
|
1213
|
+
email: string;
|
|
1214
|
+
syncedAt: Date;
|
|
1215
|
+
} | null | undefined;
|
|
1216
1216
|
} | undefined;
|
|
1217
1217
|
}, {
|
|
1218
1218
|
status: string;
|
|
@@ -1250,17 +1250,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1250
1250
|
mtaId: string;
|
|
1251
1251
|
mtaBalanceCents: number | bigint;
|
|
1252
1252
|
cmaBalanceCents: number | bigint;
|
|
1253
|
-
customer?: {
|
|
1254
|
-
status: string;
|
|
1255
|
-
id: string;
|
|
1256
|
-
isArchived: boolean;
|
|
1257
|
-
createdAt: Date;
|
|
1258
|
-
updatedAt: Date;
|
|
1259
|
-
fullName: string | null;
|
|
1260
|
-
mobile: string | null;
|
|
1261
|
-
email: string;
|
|
1262
|
-
syncedAt: Date;
|
|
1263
|
-
} | null | undefined;
|
|
1264
1253
|
buyerName?: string | null | undefined;
|
|
1265
1254
|
project?: {
|
|
1266
1255
|
type: string;
|
|
@@ -1284,6 +1273,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1284
1273
|
companyName: string | null;
|
|
1285
1274
|
} | null | undefined;
|
|
1286
1275
|
} | null | undefined;
|
|
1276
|
+
customer?: {
|
|
1277
|
+
status: string;
|
|
1278
|
+
id: string;
|
|
1279
|
+
isArchived: boolean;
|
|
1280
|
+
createdAt: Date;
|
|
1281
|
+
updatedAt: Date;
|
|
1282
|
+
fullName: string | null;
|
|
1283
|
+
mobile: string | null;
|
|
1284
|
+
email: string;
|
|
1285
|
+
syncedAt: Date;
|
|
1286
|
+
} | null | undefined;
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
}>>>;
|
|
1289
1289
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1335,17 +1335,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1335
1335
|
mtaId: string;
|
|
1336
1336
|
mtaBalanceCents: number | bigint;
|
|
1337
1337
|
cmaBalanceCents: number | bigint;
|
|
1338
|
-
customer?: {
|
|
1339
|
-
status: string;
|
|
1340
|
-
id: string;
|
|
1341
|
-
isArchived: boolean;
|
|
1342
|
-
createdAt: Date;
|
|
1343
|
-
updatedAt: Date;
|
|
1344
|
-
fullName: string | null;
|
|
1345
|
-
mobile: string | null;
|
|
1346
|
-
email: string;
|
|
1347
|
-
syncedAt: Date;
|
|
1348
|
-
} | null | undefined;
|
|
1349
1338
|
buyerName?: string | null | undefined;
|
|
1350
1339
|
project?: {
|
|
1351
1340
|
type: string;
|
|
@@ -1369,6 +1358,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1369
1358
|
companyName: string | null;
|
|
1370
1359
|
} | null | undefined;
|
|
1371
1360
|
} | null | undefined;
|
|
1361
|
+
customer?: {
|
|
1362
|
+
status: string;
|
|
1363
|
+
id: string;
|
|
1364
|
+
isArchived: boolean;
|
|
1365
|
+
createdAt: Date;
|
|
1366
|
+
updatedAt: Date;
|
|
1367
|
+
fullName: string | null;
|
|
1368
|
+
mobile: string | null;
|
|
1369
|
+
email: string;
|
|
1370
|
+
syncedAt: Date;
|
|
1371
|
+
} | null | undefined;
|
|
1372
1372
|
} | undefined;
|
|
1373
1373
|
} | undefined;
|
|
1374
1374
|
closingBalanceCents?: number | null | undefined;
|
|
@@ -1424,17 +1424,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1424
1424
|
mtaId: string;
|
|
1425
1425
|
mtaBalanceCents: number | bigint;
|
|
1426
1426
|
cmaBalanceCents: number | bigint;
|
|
1427
|
-
customer?: {
|
|
1428
|
-
status: string;
|
|
1429
|
-
id: string;
|
|
1430
|
-
isArchived: boolean;
|
|
1431
|
-
createdAt: Date;
|
|
1432
|
-
updatedAt: Date;
|
|
1433
|
-
fullName: string | null;
|
|
1434
|
-
mobile: string | null;
|
|
1435
|
-
email: string;
|
|
1436
|
-
syncedAt: Date;
|
|
1437
|
-
} | null | undefined;
|
|
1438
1427
|
buyerName?: string | null | undefined;
|
|
1439
1428
|
project?: {
|
|
1440
1429
|
type: string;
|
|
@@ -1458,6 +1447,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1458
1447
|
companyName: string | null;
|
|
1459
1448
|
} | null | undefined;
|
|
1460
1449
|
} | null | undefined;
|
|
1450
|
+
customer?: {
|
|
1451
|
+
status: string;
|
|
1452
|
+
id: string;
|
|
1453
|
+
isArchived: boolean;
|
|
1454
|
+
createdAt: Date;
|
|
1455
|
+
updatedAt: Date;
|
|
1456
|
+
fullName: string | null;
|
|
1457
|
+
mobile: string | null;
|
|
1458
|
+
email: string;
|
|
1459
|
+
syncedAt: Date;
|
|
1460
|
+
} | null | undefined;
|
|
1461
1461
|
} | undefined;
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
@@ -1532,17 +1532,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1532
1532
|
mtaId: string;
|
|
1533
1533
|
mtaBalanceCents: number | bigint;
|
|
1534
1534
|
cmaBalanceCents: number | bigint;
|
|
1535
|
-
customer?: {
|
|
1536
|
-
status: string;
|
|
1537
|
-
id: string;
|
|
1538
|
-
isArchived: boolean;
|
|
1539
|
-
createdAt: Date;
|
|
1540
|
-
updatedAt: Date;
|
|
1541
|
-
fullName: string | null;
|
|
1542
|
-
mobile: string | null;
|
|
1543
|
-
email: string;
|
|
1544
|
-
syncedAt: Date;
|
|
1545
|
-
} | null | undefined;
|
|
1546
1535
|
buyerName?: string | null | undefined;
|
|
1547
1536
|
project?: {
|
|
1548
1537
|
type: string;
|
|
@@ -1566,6 +1555,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1566
1555
|
companyName: string | null;
|
|
1567
1556
|
} | null | undefined;
|
|
1568
1557
|
} | null | undefined;
|
|
1558
|
+
customer?: {
|
|
1559
|
+
status: string;
|
|
1560
|
+
id: string;
|
|
1561
|
+
isArchived: boolean;
|
|
1562
|
+
createdAt: Date;
|
|
1563
|
+
updatedAt: Date;
|
|
1564
|
+
fullName: string | null;
|
|
1565
|
+
mobile: string | null;
|
|
1566
|
+
email: string;
|
|
1567
|
+
syncedAt: Date;
|
|
1568
|
+
} | null | undefined;
|
|
1569
1569
|
} | null | undefined;
|
|
1570
1570
|
} & {
|
|
1571
1571
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -1625,17 +1625,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1625
1625
|
mtaId: string;
|
|
1626
1626
|
mtaBalanceCents: number | bigint;
|
|
1627
1627
|
cmaBalanceCents: number | bigint;
|
|
1628
|
-
customer?: {
|
|
1629
|
-
status: string;
|
|
1630
|
-
id: string;
|
|
1631
|
-
isArchived: boolean;
|
|
1632
|
-
createdAt: Date;
|
|
1633
|
-
updatedAt: Date;
|
|
1634
|
-
fullName: string | null;
|
|
1635
|
-
mobile: string | null;
|
|
1636
|
-
email: string;
|
|
1637
|
-
syncedAt: Date;
|
|
1638
|
-
} | null | undefined;
|
|
1639
1628
|
buyerName?: string | null | undefined;
|
|
1640
1629
|
project?: {
|
|
1641
1630
|
type: string;
|
|
@@ -1659,6 +1648,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1659
1648
|
companyName: string | null;
|
|
1660
1649
|
} | null | undefined;
|
|
1661
1650
|
} | null | undefined;
|
|
1651
|
+
customer?: {
|
|
1652
|
+
status: string;
|
|
1653
|
+
id: string;
|
|
1654
|
+
isArchived: boolean;
|
|
1655
|
+
createdAt: Date;
|
|
1656
|
+
updatedAt: Date;
|
|
1657
|
+
fullName: string | null;
|
|
1658
|
+
mobile: string | null;
|
|
1659
|
+
email: string;
|
|
1660
|
+
syncedAt: Date;
|
|
1661
|
+
} | null | undefined;
|
|
1662
1662
|
} | null | undefined;
|
|
1663
1663
|
} & any, "cma"> | null | undefined;
|
|
1664
1664
|
subsequentTransactions?: Omit<{
|
|
@@ -1717,17 +1717,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1717
1717
|
mtaId: string;
|
|
1718
1718
|
mtaBalanceCents: number | bigint;
|
|
1719
1719
|
cmaBalanceCents: number | bigint;
|
|
1720
|
-
customer?: {
|
|
1721
|
-
status: string;
|
|
1722
|
-
id: string;
|
|
1723
|
-
isArchived: boolean;
|
|
1724
|
-
createdAt: Date;
|
|
1725
|
-
updatedAt: Date;
|
|
1726
|
-
fullName: string | null;
|
|
1727
|
-
mobile: string | null;
|
|
1728
|
-
email: string;
|
|
1729
|
-
syncedAt: Date;
|
|
1730
|
-
} | null | undefined;
|
|
1731
1720
|
buyerName?: string | null | undefined;
|
|
1732
1721
|
project?: {
|
|
1733
1722
|
type: string;
|
|
@@ -1751,6 +1740,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1751
1740
|
companyName: string | null;
|
|
1752
1741
|
} | null | undefined;
|
|
1753
1742
|
} | null | undefined;
|
|
1743
|
+
customer?: {
|
|
1744
|
+
status: string;
|
|
1745
|
+
id: string;
|
|
1746
|
+
isArchived: boolean;
|
|
1747
|
+
createdAt: Date;
|
|
1748
|
+
updatedAt: Date;
|
|
1749
|
+
fullName: string | null;
|
|
1750
|
+
mobile: string | null;
|
|
1751
|
+
email: string;
|
|
1752
|
+
syncedAt: Date;
|
|
1753
|
+
} | null | undefined;
|
|
1754
1754
|
} | null | undefined;
|
|
1755
1755
|
} & any, "cma">[] | null | undefined;
|
|
1756
1756
|
reconciledTransactions?: z.output<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1811,17 +1811,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1811
1811
|
mtaId: string;
|
|
1812
1812
|
mtaBalanceCents: number | bigint;
|
|
1813
1813
|
cmaBalanceCents: number | bigint;
|
|
1814
|
-
customer?: {
|
|
1815
|
-
status: string;
|
|
1816
|
-
id: string;
|
|
1817
|
-
isArchived: boolean;
|
|
1818
|
-
createdAt: Date;
|
|
1819
|
-
updatedAt: Date;
|
|
1820
|
-
fullName: string | null;
|
|
1821
|
-
mobile: string | null;
|
|
1822
|
-
email: string;
|
|
1823
|
-
syncedAt: Date;
|
|
1824
|
-
} | null | undefined;
|
|
1825
1814
|
buyerName?: string | null | undefined;
|
|
1826
1815
|
project?: {
|
|
1827
1816
|
type: string;
|
|
@@ -1845,6 +1834,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1845
1834
|
companyName: string | null;
|
|
1846
1835
|
} | null | undefined;
|
|
1847
1836
|
} | null | undefined;
|
|
1837
|
+
customer?: {
|
|
1838
|
+
status: string;
|
|
1839
|
+
id: string;
|
|
1840
|
+
isArchived: boolean;
|
|
1841
|
+
createdAt: Date;
|
|
1842
|
+
updatedAt: Date;
|
|
1843
|
+
fullName: string | null;
|
|
1844
|
+
mobile: string | null;
|
|
1845
|
+
email: string;
|
|
1846
|
+
syncedAt: Date;
|
|
1847
|
+
} | null | undefined;
|
|
1848
1848
|
} | undefined;
|
|
1849
1849
|
} | undefined;
|
|
1850
1850
|
closingBalanceCents?: number | null | undefined;
|
|
@@ -1919,17 +1919,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1919
1919
|
mtaId: string;
|
|
1920
1920
|
mtaBalanceCents: number | bigint;
|
|
1921
1921
|
cmaBalanceCents: number | bigint;
|
|
1922
|
-
customer?: {
|
|
1923
|
-
status: string;
|
|
1924
|
-
id: string;
|
|
1925
|
-
isArchived: boolean;
|
|
1926
|
-
createdAt: Date;
|
|
1927
|
-
updatedAt: Date;
|
|
1928
|
-
fullName: string | null;
|
|
1929
|
-
mobile: string | null;
|
|
1930
|
-
email: string;
|
|
1931
|
-
syncedAt: Date;
|
|
1932
|
-
} | null | undefined;
|
|
1933
1922
|
buyerName?: string | null | undefined;
|
|
1934
1923
|
project?: {
|
|
1935
1924
|
type: string;
|
|
@@ -1953,6 +1942,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1953
1942
|
companyName: string | null;
|
|
1954
1943
|
} | null | undefined;
|
|
1955
1944
|
} | null | undefined;
|
|
1945
|
+
customer?: {
|
|
1946
|
+
status: string;
|
|
1947
|
+
id: string;
|
|
1948
|
+
isArchived: boolean;
|
|
1949
|
+
createdAt: Date;
|
|
1950
|
+
updatedAt: Date;
|
|
1951
|
+
fullName: string | null;
|
|
1952
|
+
mobile: string | null;
|
|
1953
|
+
email: string;
|
|
1954
|
+
syncedAt: Date;
|
|
1955
|
+
} | null | undefined;
|
|
1956
1956
|
} | null | undefined;
|
|
1957
1957
|
} & {
|
|
1958
1958
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -2012,17 +2012,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2012
2012
|
mtaId: string;
|
|
2013
2013
|
mtaBalanceCents: number | bigint;
|
|
2014
2014
|
cmaBalanceCents: number | bigint;
|
|
2015
|
-
customer?: {
|
|
2016
|
-
status: string;
|
|
2017
|
-
id: string;
|
|
2018
|
-
isArchived: boolean;
|
|
2019
|
-
createdAt: Date;
|
|
2020
|
-
updatedAt: Date;
|
|
2021
|
-
fullName: string | null;
|
|
2022
|
-
mobile: string | null;
|
|
2023
|
-
email: string;
|
|
2024
|
-
syncedAt: Date;
|
|
2025
|
-
} | null | undefined;
|
|
2026
2015
|
buyerName?: string | null | undefined;
|
|
2027
2016
|
project?: {
|
|
2028
2017
|
type: string;
|
|
@@ -2046,6 +2035,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2046
2035
|
companyName: string | null;
|
|
2047
2036
|
} | null | undefined;
|
|
2048
2037
|
} | null | undefined;
|
|
2038
|
+
customer?: {
|
|
2039
|
+
status: string;
|
|
2040
|
+
id: string;
|
|
2041
|
+
isArchived: boolean;
|
|
2042
|
+
createdAt: Date;
|
|
2043
|
+
updatedAt: Date;
|
|
2044
|
+
fullName: string | null;
|
|
2045
|
+
mobile: string | null;
|
|
2046
|
+
email: string;
|
|
2047
|
+
syncedAt: Date;
|
|
2048
|
+
} | null | undefined;
|
|
2049
2049
|
} | null | undefined;
|
|
2050
2050
|
} & any) | null | undefined;
|
|
2051
2051
|
subsequentTransactions?: ({
|
|
@@ -2104,17 +2104,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2104
2104
|
mtaId: string;
|
|
2105
2105
|
mtaBalanceCents: number | bigint;
|
|
2106
2106
|
cmaBalanceCents: number | bigint;
|
|
2107
|
-
customer?: {
|
|
2108
|
-
status: string;
|
|
2109
|
-
id: string;
|
|
2110
|
-
isArchived: boolean;
|
|
2111
|
-
createdAt: Date;
|
|
2112
|
-
updatedAt: Date;
|
|
2113
|
-
fullName: string | null;
|
|
2114
|
-
mobile: string | null;
|
|
2115
|
-
email: string;
|
|
2116
|
-
syncedAt: Date;
|
|
2117
|
-
} | null | undefined;
|
|
2118
2107
|
buyerName?: string | null | undefined;
|
|
2119
2108
|
project?: {
|
|
2120
2109
|
type: string;
|
|
@@ -2138,6 +2127,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2138
2127
|
companyName: string | null;
|
|
2139
2128
|
} | null | undefined;
|
|
2140
2129
|
} | null | undefined;
|
|
2130
|
+
customer?: {
|
|
2131
|
+
status: string;
|
|
2132
|
+
id: string;
|
|
2133
|
+
isArchived: boolean;
|
|
2134
|
+
createdAt: Date;
|
|
2135
|
+
updatedAt: Date;
|
|
2136
|
+
fullName: string | null;
|
|
2137
|
+
mobile: string | null;
|
|
2138
|
+
email: string;
|
|
2139
|
+
syncedAt: Date;
|
|
2140
|
+
} | null | undefined;
|
|
2141
2141
|
} | null | undefined;
|
|
2142
2142
|
} & any)[] | null | undefined;
|
|
2143
2143
|
reconciledTransactions?: z.input<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2192,17 +2192,6 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2192
2192
|
mtaId: string;
|
|
2193
2193
|
mtaBalanceCents: number | bigint;
|
|
2194
2194
|
cmaBalanceCents: number | bigint;
|
|
2195
|
-
customer?: {
|
|
2196
|
-
status: string;
|
|
2197
|
-
id: string;
|
|
2198
|
-
isArchived: boolean;
|
|
2199
|
-
createdAt: Date;
|
|
2200
|
-
updatedAt: Date;
|
|
2201
|
-
fullName: string | null;
|
|
2202
|
-
mobile: string | null;
|
|
2203
|
-
email: string;
|
|
2204
|
-
syncedAt: Date;
|
|
2205
|
-
} | null | undefined;
|
|
2206
2195
|
buyerName?: string | null | undefined;
|
|
2207
2196
|
project?: {
|
|
2208
2197
|
type: string;
|
|
@@ -2226,6 +2215,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2226
2215
|
companyName: string | null;
|
|
2227
2216
|
} | null | undefined;
|
|
2228
2217
|
} | null | undefined;
|
|
2218
|
+
customer?: {
|
|
2219
|
+
status: string;
|
|
2220
|
+
id: string;
|
|
2221
|
+
isArchived: boolean;
|
|
2222
|
+
createdAt: Date;
|
|
2223
|
+
updatedAt: Date;
|
|
2224
|
+
fullName: string | null;
|
|
2225
|
+
mobile: string | null;
|
|
2226
|
+
email: string;
|
|
2227
|
+
syncedAt: Date;
|
|
2228
|
+
} | null | undefined;
|
|
2229
2229
|
} | undefined;
|
|
2230
2230
|
} | undefined;
|
|
2231
2231
|
closingBalanceCents?: string | number | bigint | null | undefined;
|