@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/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,2CAA2C;;;;;;;;;EAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,2CAA2C;;;;;;;;;EAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAiBtC,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAEgB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAPqC,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAE3D,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAG5B,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAEgB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAPqC,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAE3D,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAG5B,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAEgB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAFlC,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAEgB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAPqC,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAE3D,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAF2C,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAE3D,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAG5B,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAEgB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAFlC,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAEgB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAPqC,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAE3D,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAF2C,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAE3D,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;EAe5C,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC"}
|
package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
12
12
|
updatedAt: z.ZodDate;
|
|
13
13
|
} & {
|
|
14
14
|
mtaTransaction: z.ZodOptional<z.ZodLazy<z.ZodType<{
|
|
15
|
-
status:
|
|
15
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
16
16
|
id: string;
|
|
17
17
|
propertyId: string | null;
|
|
18
18
|
balanceCents: number;
|
|
@@ -68,17 +68,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
68
68
|
mtaId: string;
|
|
69
69
|
mtaBalanceCents: number | bigint;
|
|
70
70
|
cmaBalanceCents: number | bigint;
|
|
71
|
-
customer?: {
|
|
72
|
-
status: string;
|
|
73
|
-
id: string;
|
|
74
|
-
isArchived: boolean;
|
|
75
|
-
createdAt: Date;
|
|
76
|
-
updatedAt: Date;
|
|
77
|
-
fullName: string | null;
|
|
78
|
-
mobile: string | null;
|
|
79
|
-
email: string;
|
|
80
|
-
syncedAt: Date;
|
|
81
|
-
} | null | undefined;
|
|
82
71
|
buyerName?: string | null | undefined;
|
|
83
72
|
project?: {
|
|
84
73
|
type: string;
|
|
@@ -102,11 +91,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
102
91
|
companyName: string | null;
|
|
103
92
|
} | null | undefined;
|
|
104
93
|
} | null | undefined;
|
|
94
|
+
customer?: {
|
|
95
|
+
status: string;
|
|
96
|
+
id: string;
|
|
97
|
+
isArchived: boolean;
|
|
98
|
+
createdAt: Date;
|
|
99
|
+
updatedAt: Date;
|
|
100
|
+
fullName: string | null;
|
|
101
|
+
mobile: string | null;
|
|
102
|
+
email: string;
|
|
103
|
+
syncedAt: Date;
|
|
104
|
+
} | null | undefined;
|
|
105
105
|
} | null | undefined;
|
|
106
106
|
} & {
|
|
107
107
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
108
108
|
sourceTransaction?: ({
|
|
109
|
-
status:
|
|
109
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
110
110
|
id: string;
|
|
111
111
|
propertyId: string | null;
|
|
112
112
|
balanceCents: number;
|
|
@@ -162,17 +162,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
162
162
|
mtaId: string;
|
|
163
163
|
mtaBalanceCents: number | bigint;
|
|
164
164
|
cmaBalanceCents: number | bigint;
|
|
165
|
-
customer?: {
|
|
166
|
-
status: string;
|
|
167
|
-
id: string;
|
|
168
|
-
isArchived: boolean;
|
|
169
|
-
createdAt: Date;
|
|
170
|
-
updatedAt: Date;
|
|
171
|
-
fullName: string | null;
|
|
172
|
-
mobile: string | null;
|
|
173
|
-
email: string;
|
|
174
|
-
syncedAt: Date;
|
|
175
|
-
} | null | undefined;
|
|
176
165
|
buyerName?: string | null | undefined;
|
|
177
166
|
project?: {
|
|
178
167
|
type: string;
|
|
@@ -196,10 +185,21 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
196
185
|
companyName: string | null;
|
|
197
186
|
} | null | undefined;
|
|
198
187
|
} | null | undefined;
|
|
188
|
+
customer?: {
|
|
189
|
+
status: string;
|
|
190
|
+
id: string;
|
|
191
|
+
isArchived: boolean;
|
|
192
|
+
createdAt: Date;
|
|
193
|
+
updatedAt: Date;
|
|
194
|
+
fullName: string | null;
|
|
195
|
+
mobile: string | null;
|
|
196
|
+
email: string;
|
|
197
|
+
syncedAt: Date;
|
|
198
|
+
} | null | undefined;
|
|
199
199
|
} | null | undefined;
|
|
200
200
|
} & any) | null | undefined;
|
|
201
201
|
subsequentTransactions?: ({
|
|
202
|
-
status:
|
|
202
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
203
203
|
id: string;
|
|
204
204
|
propertyId: string | null;
|
|
205
205
|
balanceCents: number;
|
|
@@ -255,17 +255,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
255
255
|
mtaId: string;
|
|
256
256
|
mtaBalanceCents: number | bigint;
|
|
257
257
|
cmaBalanceCents: number | bigint;
|
|
258
|
-
customer?: {
|
|
259
|
-
status: string;
|
|
260
|
-
id: string;
|
|
261
|
-
isArchived: boolean;
|
|
262
|
-
createdAt: Date;
|
|
263
|
-
updatedAt: Date;
|
|
264
|
-
fullName: string | null;
|
|
265
|
-
mobile: string | null;
|
|
266
|
-
email: string;
|
|
267
|
-
syncedAt: Date;
|
|
268
|
-
} | null | undefined;
|
|
269
258
|
buyerName?: string | null | undefined;
|
|
270
259
|
project?: {
|
|
271
260
|
type: string;
|
|
@@ -289,6 +278,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
289
278
|
companyName: string | null;
|
|
290
279
|
} | null | undefined;
|
|
291
280
|
} | null | undefined;
|
|
281
|
+
customer?: {
|
|
282
|
+
status: string;
|
|
283
|
+
id: string;
|
|
284
|
+
isArchived: boolean;
|
|
285
|
+
createdAt: Date;
|
|
286
|
+
updatedAt: Date;
|
|
287
|
+
fullName: string | null;
|
|
288
|
+
mobile: string | null;
|
|
289
|
+
email: string;
|
|
290
|
+
syncedAt: Date;
|
|
291
|
+
} | null | undefined;
|
|
292
292
|
} | null | undefined;
|
|
293
293
|
} & any)[] | null | undefined;
|
|
294
294
|
reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -358,17 +358,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
358
358
|
mtaId: string;
|
|
359
359
|
mtaBalanceCents: number | bigint;
|
|
360
360
|
cmaBalanceCents: number | bigint;
|
|
361
|
-
customer?: {
|
|
362
|
-
status: string;
|
|
363
|
-
id: string;
|
|
364
|
-
isArchived: boolean;
|
|
365
|
-
createdAt: Date;
|
|
366
|
-
updatedAt: Date;
|
|
367
|
-
fullName: string | null;
|
|
368
|
-
mobile: string | null;
|
|
369
|
-
email: string;
|
|
370
|
-
syncedAt: Date;
|
|
371
|
-
} | null | undefined;
|
|
372
361
|
buyerName?: string | null | undefined;
|
|
373
362
|
project?: {
|
|
374
363
|
type: string;
|
|
@@ -392,6 +381,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
392
381
|
companyName: string | null;
|
|
393
382
|
} | null | undefined;
|
|
394
383
|
} | null | undefined;
|
|
384
|
+
customer?: {
|
|
385
|
+
status: string;
|
|
386
|
+
id: string;
|
|
387
|
+
isArchived: boolean;
|
|
388
|
+
createdAt: Date;
|
|
389
|
+
updatedAt: Date;
|
|
390
|
+
fullName: string | null;
|
|
391
|
+
mobile: string | null;
|
|
392
|
+
email: string;
|
|
393
|
+
syncedAt: Date;
|
|
394
|
+
} | null | undefined;
|
|
395
395
|
} | null | undefined;
|
|
396
396
|
} & {
|
|
397
397
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -452,17 +452,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
452
452
|
mtaId: string;
|
|
453
453
|
mtaBalanceCents: number | bigint;
|
|
454
454
|
cmaBalanceCents: number | bigint;
|
|
455
|
-
customer?: {
|
|
456
|
-
status: string;
|
|
457
|
-
id: string;
|
|
458
|
-
isArchived: boolean;
|
|
459
|
-
createdAt: Date;
|
|
460
|
-
updatedAt: Date;
|
|
461
|
-
fullName: string | null;
|
|
462
|
-
mobile: string | null;
|
|
463
|
-
email: string;
|
|
464
|
-
syncedAt: Date;
|
|
465
|
-
} | null | undefined;
|
|
466
455
|
buyerName?: string | null | undefined;
|
|
467
456
|
project?: {
|
|
468
457
|
type: string;
|
|
@@ -486,6 +475,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
486
475
|
companyName: string | null;
|
|
487
476
|
} | null | undefined;
|
|
488
477
|
} | null | undefined;
|
|
478
|
+
customer?: {
|
|
479
|
+
status: string;
|
|
480
|
+
id: string;
|
|
481
|
+
isArchived: boolean;
|
|
482
|
+
createdAt: Date;
|
|
483
|
+
updatedAt: Date;
|
|
484
|
+
fullName: string | null;
|
|
485
|
+
mobile: string | null;
|
|
486
|
+
email: string;
|
|
487
|
+
syncedAt: Date;
|
|
488
|
+
} | null | undefined;
|
|
489
489
|
} | null | undefined;
|
|
490
490
|
} & any) | null | undefined;
|
|
491
491
|
subsequentTransactions?: ({
|
|
@@ -545,17 +545,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
545
545
|
mtaId: string;
|
|
546
546
|
mtaBalanceCents: number | bigint;
|
|
547
547
|
cmaBalanceCents: number | bigint;
|
|
548
|
-
customer?: {
|
|
549
|
-
status: string;
|
|
550
|
-
id: string;
|
|
551
|
-
isArchived: boolean;
|
|
552
|
-
createdAt: Date;
|
|
553
|
-
updatedAt: Date;
|
|
554
|
-
fullName: string | null;
|
|
555
|
-
mobile: string | null;
|
|
556
|
-
email: string;
|
|
557
|
-
syncedAt: Date;
|
|
558
|
-
} | null | undefined;
|
|
559
548
|
buyerName?: string | null | undefined;
|
|
560
549
|
project?: {
|
|
561
550
|
type: string;
|
|
@@ -579,6 +568,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
579
568
|
companyName: string | null;
|
|
580
569
|
} | null | undefined;
|
|
581
570
|
} | null | undefined;
|
|
571
|
+
customer?: {
|
|
572
|
+
status: string;
|
|
573
|
+
id: string;
|
|
574
|
+
isArchived: boolean;
|
|
575
|
+
createdAt: Date;
|
|
576
|
+
updatedAt: Date;
|
|
577
|
+
fullName: string | null;
|
|
578
|
+
mobile: string | null;
|
|
579
|
+
email: string;
|
|
580
|
+
syncedAt: Date;
|
|
581
|
+
} | null | undefined;
|
|
582
582
|
} | null | undefined;
|
|
583
583
|
} & any)[] | null | undefined;
|
|
584
584
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1381,7 +1381,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1381
1381
|
totalReconciledAmountCents?: number | null | undefined;
|
|
1382
1382
|
} | undefined;
|
|
1383
1383
|
mtaTransaction?: ({
|
|
1384
|
-
status:
|
|
1384
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1385
1385
|
id: string;
|
|
1386
1386
|
propertyId: string | null;
|
|
1387
1387
|
balanceCents: number;
|
|
@@ -1437,17 +1437,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1437
1437
|
mtaId: string;
|
|
1438
1438
|
mtaBalanceCents: number | bigint;
|
|
1439
1439
|
cmaBalanceCents: number | bigint;
|
|
1440
|
-
customer?: {
|
|
1441
|
-
status: string;
|
|
1442
|
-
id: string;
|
|
1443
|
-
isArchived: boolean;
|
|
1444
|
-
createdAt: Date;
|
|
1445
|
-
updatedAt: Date;
|
|
1446
|
-
fullName: string | null;
|
|
1447
|
-
mobile: string | null;
|
|
1448
|
-
email: string;
|
|
1449
|
-
syncedAt: Date;
|
|
1450
|
-
} | null | undefined;
|
|
1451
1440
|
buyerName?: string | null | undefined;
|
|
1452
1441
|
project?: {
|
|
1453
1442
|
type: string;
|
|
@@ -1471,11 +1460,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1471
1460
|
companyName: string | null;
|
|
1472
1461
|
} | null | undefined;
|
|
1473
1462
|
} | null | undefined;
|
|
1463
|
+
customer?: {
|
|
1464
|
+
status: string;
|
|
1465
|
+
id: string;
|
|
1466
|
+
isArchived: boolean;
|
|
1467
|
+
createdAt: Date;
|
|
1468
|
+
updatedAt: Date;
|
|
1469
|
+
fullName: string | null;
|
|
1470
|
+
mobile: string | null;
|
|
1471
|
+
email: string;
|
|
1472
|
+
syncedAt: Date;
|
|
1473
|
+
} | null | undefined;
|
|
1474
1474
|
} | null | undefined;
|
|
1475
1475
|
} & {
|
|
1476
1476
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1477
1477
|
sourceTransaction?: ({
|
|
1478
|
-
status:
|
|
1478
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1479
1479
|
id: string;
|
|
1480
1480
|
propertyId: string | null;
|
|
1481
1481
|
balanceCents: number;
|
|
@@ -1531,17 +1531,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1531
1531
|
mtaId: string;
|
|
1532
1532
|
mtaBalanceCents: number | bigint;
|
|
1533
1533
|
cmaBalanceCents: number | bigint;
|
|
1534
|
-
customer?: {
|
|
1535
|
-
status: string;
|
|
1536
|
-
id: string;
|
|
1537
|
-
isArchived: boolean;
|
|
1538
|
-
createdAt: Date;
|
|
1539
|
-
updatedAt: Date;
|
|
1540
|
-
fullName: string | null;
|
|
1541
|
-
mobile: string | null;
|
|
1542
|
-
email: string;
|
|
1543
|
-
syncedAt: Date;
|
|
1544
|
-
} | null | undefined;
|
|
1545
1534
|
buyerName?: string | null | undefined;
|
|
1546
1535
|
project?: {
|
|
1547
1536
|
type: string;
|
|
@@ -1565,10 +1554,21 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1565
1554
|
companyName: string | null;
|
|
1566
1555
|
} | null | undefined;
|
|
1567
1556
|
} | null | undefined;
|
|
1557
|
+
customer?: {
|
|
1558
|
+
status: string;
|
|
1559
|
+
id: string;
|
|
1560
|
+
isArchived: boolean;
|
|
1561
|
+
createdAt: Date;
|
|
1562
|
+
updatedAt: Date;
|
|
1563
|
+
fullName: string | null;
|
|
1564
|
+
mobile: string | null;
|
|
1565
|
+
email: string;
|
|
1566
|
+
syncedAt: Date;
|
|
1567
|
+
} | null | undefined;
|
|
1568
1568
|
} | null | undefined;
|
|
1569
1569
|
} & any) | null | undefined;
|
|
1570
1570
|
subsequentTransactions?: ({
|
|
1571
|
-
status:
|
|
1571
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1572
1572
|
id: string;
|
|
1573
1573
|
propertyId: string | null;
|
|
1574
1574
|
balanceCents: number;
|
|
@@ -1624,17 +1624,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1624
1624
|
mtaId: string;
|
|
1625
1625
|
mtaBalanceCents: number | bigint;
|
|
1626
1626
|
cmaBalanceCents: number | bigint;
|
|
1627
|
-
customer?: {
|
|
1628
|
-
status: string;
|
|
1629
|
-
id: string;
|
|
1630
|
-
isArchived: boolean;
|
|
1631
|
-
createdAt: Date;
|
|
1632
|
-
updatedAt: Date;
|
|
1633
|
-
fullName: string | null;
|
|
1634
|
-
mobile: string | null;
|
|
1635
|
-
email: string;
|
|
1636
|
-
syncedAt: Date;
|
|
1637
|
-
} | null | undefined;
|
|
1638
1627
|
buyerName?: string | null | undefined;
|
|
1639
1628
|
project?: {
|
|
1640
1629
|
type: string;
|
|
@@ -1658,6 +1647,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1658
1647
|
companyName: string | null;
|
|
1659
1648
|
} | null | undefined;
|
|
1660
1649
|
} | null | undefined;
|
|
1650
|
+
customer?: {
|
|
1651
|
+
status: string;
|
|
1652
|
+
id: string;
|
|
1653
|
+
isArchived: boolean;
|
|
1654
|
+
createdAt: Date;
|
|
1655
|
+
updatedAt: Date;
|
|
1656
|
+
fullName: string | null;
|
|
1657
|
+
mobile: string | null;
|
|
1658
|
+
email: string;
|
|
1659
|
+
syncedAt: Date;
|
|
1660
|
+
} | null | undefined;
|
|
1661
1661
|
} | null | undefined;
|
|
1662
1662
|
} & any)[] | null | undefined;
|
|
1663
1663
|
reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1834,17 +1834,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1834
1834
|
mtaId: string;
|
|
1835
1835
|
mtaBalanceCents: number | bigint;
|
|
1836
1836
|
cmaBalanceCents: number | bigint;
|
|
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
1837
|
buyerName?: string | null | undefined;
|
|
1849
1838
|
project?: {
|
|
1850
1839
|
type: string;
|
|
@@ -1868,6 +1857,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1868
1857
|
companyName: string | null;
|
|
1869
1858
|
} | null | undefined;
|
|
1870
1859
|
} | null | undefined;
|
|
1860
|
+
customer?: {
|
|
1861
|
+
status: string;
|
|
1862
|
+
id: string;
|
|
1863
|
+
isArchived: boolean;
|
|
1864
|
+
createdAt: Date;
|
|
1865
|
+
updatedAt: Date;
|
|
1866
|
+
fullName: string | null;
|
|
1867
|
+
mobile: string | null;
|
|
1868
|
+
email: string;
|
|
1869
|
+
syncedAt: Date;
|
|
1870
|
+
} | null | undefined;
|
|
1871
1871
|
} | null | undefined;
|
|
1872
1872
|
} & {
|
|
1873
1873
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -1928,17 +1928,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1928
1928
|
mtaId: string;
|
|
1929
1929
|
mtaBalanceCents: number | bigint;
|
|
1930
1930
|
cmaBalanceCents: number | bigint;
|
|
1931
|
-
customer?: {
|
|
1932
|
-
status: string;
|
|
1933
|
-
id: string;
|
|
1934
|
-
isArchived: boolean;
|
|
1935
|
-
createdAt: Date;
|
|
1936
|
-
updatedAt: Date;
|
|
1937
|
-
fullName: string | null;
|
|
1938
|
-
mobile: string | null;
|
|
1939
|
-
email: string;
|
|
1940
|
-
syncedAt: Date;
|
|
1941
|
-
} | null | undefined;
|
|
1942
1931
|
buyerName?: string | null | undefined;
|
|
1943
1932
|
project?: {
|
|
1944
1933
|
type: string;
|
|
@@ -1962,6 +1951,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1962
1951
|
companyName: string | null;
|
|
1963
1952
|
} | null | undefined;
|
|
1964
1953
|
} | null | undefined;
|
|
1954
|
+
customer?: {
|
|
1955
|
+
status: string;
|
|
1956
|
+
id: string;
|
|
1957
|
+
isArchived: boolean;
|
|
1958
|
+
createdAt: Date;
|
|
1959
|
+
updatedAt: Date;
|
|
1960
|
+
fullName: string | null;
|
|
1961
|
+
mobile: string | null;
|
|
1962
|
+
email: string;
|
|
1963
|
+
syncedAt: Date;
|
|
1964
|
+
} | null | undefined;
|
|
1965
1965
|
} | null | undefined;
|
|
1966
1966
|
} & any) | null | undefined;
|
|
1967
1967
|
subsequentTransactions?: ({
|
|
@@ -2021,17 +2021,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2021
2021
|
mtaId: string;
|
|
2022
2022
|
mtaBalanceCents: number | bigint;
|
|
2023
2023
|
cmaBalanceCents: number | bigint;
|
|
2024
|
-
customer?: {
|
|
2025
|
-
status: string;
|
|
2026
|
-
id: string;
|
|
2027
|
-
isArchived: boolean;
|
|
2028
|
-
createdAt: Date;
|
|
2029
|
-
updatedAt: Date;
|
|
2030
|
-
fullName: string | null;
|
|
2031
|
-
mobile: string | null;
|
|
2032
|
-
email: string;
|
|
2033
|
-
syncedAt: Date;
|
|
2034
|
-
} | null | undefined;
|
|
2035
2024
|
buyerName?: string | null | undefined;
|
|
2036
2025
|
project?: {
|
|
2037
2026
|
type: string;
|
|
@@ -2055,6 +2044,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2055
2044
|
companyName: string | null;
|
|
2056
2045
|
} | null | undefined;
|
|
2057
2046
|
} | null | undefined;
|
|
2047
|
+
customer?: {
|
|
2048
|
+
status: string;
|
|
2049
|
+
id: string;
|
|
2050
|
+
isArchived: boolean;
|
|
2051
|
+
createdAt: Date;
|
|
2052
|
+
updatedAt: Date;
|
|
2053
|
+
fullName: string | null;
|
|
2054
|
+
mobile: string | null;
|
|
2055
|
+
email: string;
|
|
2056
|
+
syncedAt: Date;
|
|
2057
|
+
} | null | undefined;
|
|
2058
2058
|
} | null | undefined;
|
|
2059
2059
|
} & any)[] | null | undefined;
|
|
2060
2060
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"mta-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-mta-transactionrest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/create-mta-transactionrest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,6DAA6D,CAAC;AAG1G,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"create-mta-transactionrest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/create-mta-transactionrest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,6DAA6D,CAAC;AAG1G,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB1C,CAAC;AAEL,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { MtaTransactionInputType } from '../../constants';
|
|
3
|
-
import { AccountingCommonStatus } from '../../constants/common/common-status.constant';
|
|
4
3
|
import { mtaRestResSchema } from '../mta';
|
|
5
4
|
import { mtaReconciledTransactionRestResSchema } from '../mta-reconciled-transaction/mta-reconciled-transaction.rest.schema';
|
|
6
5
|
export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
@@ -42,7 +41,11 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
42
41
|
SIGNING_DEPOSIT: string;
|
|
43
42
|
WEEKLY_PAYMENT: string;
|
|
44
43
|
}>>;
|
|
45
|
-
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<
|
|
44
|
+
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<{
|
|
45
|
+
readonly CLEARING: "clearing";
|
|
46
|
+
readonly CLEARED: "cleared";
|
|
47
|
+
readonly RECONCILED: "reconciled";
|
|
48
|
+
}>>;
|
|
46
49
|
createdBy: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
47
50
|
id: z.ZodString;
|
|
48
51
|
} & {
|
|
@@ -545,17 +548,6 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
545
548
|
mtaId: string;
|
|
546
549
|
mtaBalanceCents: number | bigint;
|
|
547
550
|
cmaBalanceCents: number | bigint;
|
|
548
|
-
customer?: {
|
|
549
|
-
status: string;
|
|
550
|
-
id: string;
|
|
551
|
-
isArchived: boolean;
|
|
552
|
-
createdAt: Date;
|
|
553
|
-
updatedAt: Date;
|
|
554
|
-
fullName: string | null;
|
|
555
|
-
mobile: string | null;
|
|
556
|
-
email: string;
|
|
557
|
-
syncedAt: Date;
|
|
558
|
-
} | null | undefined;
|
|
559
551
|
buyerName?: string | null | undefined;
|
|
560
552
|
project?: {
|
|
561
553
|
type: string;
|
|
@@ -579,6 +571,17 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
579
571
|
companyName: string | null;
|
|
580
572
|
} | null | undefined;
|
|
581
573
|
} | null | undefined;
|
|
574
|
+
customer?: {
|
|
575
|
+
status: string;
|
|
576
|
+
id: string;
|
|
577
|
+
isArchived: boolean;
|
|
578
|
+
createdAt: Date;
|
|
579
|
+
updatedAt: Date;
|
|
580
|
+
fullName: string | null;
|
|
581
|
+
mobile: string | null;
|
|
582
|
+
email: string;
|
|
583
|
+
syncedAt: Date;
|
|
584
|
+
} | null | undefined;
|
|
582
585
|
}, {
|
|
583
586
|
status: string;
|
|
584
587
|
id: string;
|
|
@@ -595,17 +598,6 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
595
598
|
mtaId: string;
|
|
596
599
|
mtaBalanceCents: number | bigint;
|
|
597
600
|
cmaBalanceCents: number | bigint;
|
|
598
|
-
customer?: {
|
|
599
|
-
status: string;
|
|
600
|
-
id: string;
|
|
601
|
-
isArchived: boolean;
|
|
602
|
-
createdAt: Date;
|
|
603
|
-
updatedAt: Date;
|
|
604
|
-
fullName: string | null;
|
|
605
|
-
mobile: string | null;
|
|
606
|
-
email: string;
|
|
607
|
-
syncedAt: Date;
|
|
608
|
-
} | null | undefined;
|
|
609
601
|
buyerName?: string | null | undefined;
|
|
610
602
|
project?: {
|
|
611
603
|
type: string;
|
|
@@ -629,9 +621,20 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
629
621
|
companyName: string | null;
|
|
630
622
|
} | null | undefined;
|
|
631
623
|
} | null | undefined;
|
|
624
|
+
customer?: {
|
|
625
|
+
status: string;
|
|
626
|
+
id: string;
|
|
627
|
+
isArchived: boolean;
|
|
628
|
+
createdAt: Date;
|
|
629
|
+
updatedAt: Date;
|
|
630
|
+
fullName: string | null;
|
|
631
|
+
mobile: string | null;
|
|
632
|
+
email: string;
|
|
633
|
+
syncedAt: Date;
|
|
634
|
+
} | null | undefined;
|
|
632
635
|
}>>>>;
|
|
633
636
|
}, "strip", z.ZodTypeAny, {
|
|
634
|
-
status:
|
|
637
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
635
638
|
id: string;
|
|
636
639
|
propertyId: string | null;
|
|
637
640
|
balanceCents: number;
|
|
@@ -687,17 +690,6 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
687
690
|
mtaId: string;
|
|
688
691
|
mtaBalanceCents: number | bigint;
|
|
689
692
|
cmaBalanceCents: number | bigint;
|
|
690
|
-
customer?: {
|
|
691
|
-
status: string;
|
|
692
|
-
id: string;
|
|
693
|
-
isArchived: boolean;
|
|
694
|
-
createdAt: Date;
|
|
695
|
-
updatedAt: Date;
|
|
696
|
-
fullName: string | null;
|
|
697
|
-
mobile: string | null;
|
|
698
|
-
email: string;
|
|
699
|
-
syncedAt: Date;
|
|
700
|
-
} | null | undefined;
|
|
701
693
|
buyerName?: string | null | undefined;
|
|
702
694
|
project?: {
|
|
703
695
|
type: string;
|
|
@@ -721,6 +713,17 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
721
713
|
companyName: string | null;
|
|
722
714
|
} | null | undefined;
|
|
723
715
|
} | null | undefined;
|
|
716
|
+
customer?: {
|
|
717
|
+
status: string;
|
|
718
|
+
id: string;
|
|
719
|
+
isArchived: boolean;
|
|
720
|
+
createdAt: Date;
|
|
721
|
+
updatedAt: Date;
|
|
722
|
+
fullName: string | null;
|
|
723
|
+
mobile: string | null;
|
|
724
|
+
email: string;
|
|
725
|
+
syncedAt: Date;
|
|
726
|
+
} | null | undefined;
|
|
724
727
|
} | null | undefined;
|
|
725
728
|
}, {
|
|
726
729
|
status: string;
|
|
@@ -779,17 +782,6 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
779
782
|
mtaId: string;
|
|
780
783
|
mtaBalanceCents: number | bigint;
|
|
781
784
|
cmaBalanceCents: number | bigint;
|
|
782
|
-
customer?: {
|
|
783
|
-
status: string;
|
|
784
|
-
id: string;
|
|
785
|
-
isArchived: boolean;
|
|
786
|
-
createdAt: Date;
|
|
787
|
-
updatedAt: Date;
|
|
788
|
-
fullName: string | null;
|
|
789
|
-
mobile: string | null;
|
|
790
|
-
email: string;
|
|
791
|
-
syncedAt: Date;
|
|
792
|
-
} | null | undefined;
|
|
793
785
|
buyerName?: string | null | undefined;
|
|
794
786
|
project?: {
|
|
795
787
|
type: string;
|
|
@@ -813,6 +805,17 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
813
805
|
companyName: string | null;
|
|
814
806
|
} | null | undefined;
|
|
815
807
|
} | null | undefined;
|
|
808
|
+
customer?: {
|
|
809
|
+
status: string;
|
|
810
|
+
id: string;
|
|
811
|
+
isArchived: boolean;
|
|
812
|
+
createdAt: Date;
|
|
813
|
+
updatedAt: Date;
|
|
814
|
+
fullName: string | null;
|
|
815
|
+
mobile: string | null;
|
|
816
|
+
email: string;
|
|
817
|
+
syncedAt: Date;
|
|
818
|
+
} | null | undefined;
|
|
816
819
|
} | null | undefined;
|
|
817
820
|
}>;
|
|
818
821
|
type Input = z.input<typeof mtaTransactionRestResBaseSchema> & {
|