@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.17
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/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +2 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts +3 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/index.d.ts +1 -0
- package/dist/cjs/constants/property/index.d.ts.map +1 -1
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts +14 -4
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +256 -168
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- 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 +50 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
- 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 +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +621 -15
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +4 -2
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/common/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +2 -0
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/pagination.constant.d.ts +3 -0
- package/dist/esm/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/index.d.ts +1 -0
- package/dist/esm/constants/property/index.d.ts.map +1 -1
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/property-status.constant.d.ts +14 -4
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +196 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- 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 +50 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
- 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 +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +621 -15
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +4 -2
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +17 -10
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
3
|
+
sort: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>;
|
|
4
|
+
page: z.ZodOptional<z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>>;
|
|
5
|
+
pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
|
|
3
6
|
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
4
7
|
equals: z.ZodOptional<z.ZodString>;
|
|
5
8
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -224,118 +227,61 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
224
227
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
225
228
|
}, z.core.$strict>>]>>;
|
|
226
229
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
227
|
-
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.
|
|
228
|
-
equals
|
|
229
|
-
in
|
|
230
|
-
notIn
|
|
231
|
-
lt
|
|
232
|
-
lte
|
|
233
|
-
gt
|
|
234
|
-
gte
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
equals
|
|
247
|
-
in
|
|
248
|
-
notIn
|
|
249
|
-
lt
|
|
250
|
-
lte
|
|
251
|
-
gt
|
|
252
|
-
gte
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
283
|
-
equals?: bigint | undefined;
|
|
284
|
-
in?: bigint[] | undefined;
|
|
285
|
-
notIn?: bigint[] | undefined;
|
|
286
|
-
lt?: bigint | undefined;
|
|
287
|
-
lte?: bigint | undefined;
|
|
288
|
-
gt?: bigint | undefined;
|
|
289
|
-
gte?: bigint | undefined;
|
|
290
|
-
} & {
|
|
291
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
292
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
293
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
294
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
295
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
296
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
297
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
298
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
299
|
-
}, z.core.$strip>> | undefined;
|
|
300
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
301
|
-
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
302
|
-
equals?: bigint | undefined;
|
|
303
|
-
in?: bigint[] | undefined;
|
|
304
|
-
notIn?: bigint[] | undefined;
|
|
305
|
-
lt?: bigint | undefined;
|
|
306
|
-
lte?: bigint | undefined;
|
|
307
|
-
gt?: bigint | undefined;
|
|
308
|
-
gte?: bigint | undefined;
|
|
309
|
-
} & {
|
|
310
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
311
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
312
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
313
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
314
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
315
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
316
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
317
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
318
|
-
}, z.core.$strip>> | undefined;
|
|
319
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
320
|
-
equals?: bigint | undefined;
|
|
321
|
-
in?: bigint[] | undefined;
|
|
322
|
-
notIn?: bigint[] | undefined;
|
|
323
|
-
lt?: bigint | undefined;
|
|
324
|
-
lte?: bigint | undefined;
|
|
325
|
-
gt?: bigint | undefined;
|
|
326
|
-
gte?: bigint | undefined;
|
|
327
|
-
} & {
|
|
328
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
329
|
-
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
330
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
331
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
332
|
-
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
333
|
-
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
334
|
-
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
335
|
-
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
336
|
-
}, z.core.$strip>> | undefined;
|
|
337
|
-
}, unknown>>>, z.ZodBigInt]>>;
|
|
338
|
-
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
230
|
+
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
231
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
232
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
233
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
234
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
235
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
236
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
237
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
238
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
239
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
240
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
241
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
242
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
243
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
244
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
245
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
246
|
+
}, z.core.$strip>>]>>;
|
|
247
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
248
|
+
cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
249
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
250
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
251
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
252
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
253
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
254
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
255
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
256
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
257
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
258
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
259
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
260
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
261
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
262
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
263
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
264
|
+
}, z.core.$strip>>]>>;
|
|
265
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
266
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
267
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
268
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
269
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
270
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
271
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
272
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
273
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
274
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCoercedBigInt<string | number | bigint>, z.ZodLazy<z.ZodObject<{
|
|
275
|
+
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
276
|
+
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
277
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
278
|
+
lt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
279
|
+
lte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
280
|
+
gt: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
281
|
+
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
282
|
+
}, z.core.$strip>>]>>;
|
|
283
|
+
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
284
|
+
status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
339
285
|
equals: z.ZodOptional<z.ZodString>;
|
|
340
286
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
341
287
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -362,7 +308,84 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
362
308
|
startsWith: z.ZodOptional<z.ZodString>;
|
|
363
309
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
364
310
|
}, z.core.$strict>>]>>;
|
|
365
|
-
}, z.core.$strict>>, z.ZodString]
|
|
311
|
+
}, z.core.$strict>>, z.ZodString]>, z.ZodTransform<string | {
|
|
312
|
+
equals?: string | undefined;
|
|
313
|
+
in?: string[] | undefined;
|
|
314
|
+
notIn?: string[] | undefined;
|
|
315
|
+
lt?: string | undefined;
|
|
316
|
+
lte?: string | undefined;
|
|
317
|
+
gt?: string | undefined;
|
|
318
|
+
gte?: string | undefined;
|
|
319
|
+
contains?: string | undefined;
|
|
320
|
+
startsWith?: string | undefined;
|
|
321
|
+
endsWith?: string | undefined;
|
|
322
|
+
mode?: "default" | "insensitive" | undefined;
|
|
323
|
+
not?: string | {
|
|
324
|
+
equals?: string | undefined;
|
|
325
|
+
in?: string[] | undefined;
|
|
326
|
+
notIn?: string[] | undefined;
|
|
327
|
+
lt?: string | undefined;
|
|
328
|
+
lte?: string | undefined;
|
|
329
|
+
gt?: string | undefined;
|
|
330
|
+
gte?: string | undefined;
|
|
331
|
+
contains?: string | undefined;
|
|
332
|
+
startsWith?: string | undefined;
|
|
333
|
+
endsWith?: string | undefined;
|
|
334
|
+
} | undefined;
|
|
335
|
+
} | undefined, string | {
|
|
336
|
+
equals?: string | undefined;
|
|
337
|
+
in?: string[] | undefined;
|
|
338
|
+
notIn?: string[] | undefined;
|
|
339
|
+
lt?: string | undefined;
|
|
340
|
+
lte?: string | undefined;
|
|
341
|
+
gt?: string | undefined;
|
|
342
|
+
gte?: string | undefined;
|
|
343
|
+
contains?: string | undefined;
|
|
344
|
+
startsWith?: string | undefined;
|
|
345
|
+
endsWith?: string | undefined;
|
|
346
|
+
mode?: "default" | "insensitive" | undefined;
|
|
347
|
+
not?: string | {
|
|
348
|
+
equals?: string | undefined;
|
|
349
|
+
in?: string[] | undefined;
|
|
350
|
+
notIn?: string[] | undefined;
|
|
351
|
+
lt?: string | undefined;
|
|
352
|
+
lte?: string | undefined;
|
|
353
|
+
gt?: string | undefined;
|
|
354
|
+
gte?: string | undefined;
|
|
355
|
+
contains?: string | undefined;
|
|
356
|
+
startsWith?: string | undefined;
|
|
357
|
+
endsWith?: string | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
}>>>>;
|
|
360
|
+
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
361
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
362
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
363
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
364
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
365
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
366
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
367
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
368
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
369
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
370
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
371
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
372
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
373
|
+
}, z.core.$strict>>]>>;
|
|
374
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
375
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
376
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
377
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
378
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
379
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
380
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
381
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
382
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
383
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
384
|
+
readonly DEFAULT: "default";
|
|
385
|
+
readonly INSENSITIVE: "insensitive";
|
|
386
|
+
}>>>;
|
|
387
|
+
}, z.core.$strict>>>>, z.ZodString]>>;
|
|
366
388
|
}, z.core.$strip>;
|
|
367
389
|
export type PropertySearchRestReq = z.input<typeof propertySearchRestReqSchema>;
|
|
390
|
+
export type PropertySearchReq = z.output<typeof propertySearchRestReqSchema>;
|
|
368
391
|
//# sourceMappingURL=property-search.rest.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiBtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -12,6 +12,8 @@ export declare const propertyEntitySchema: z.ZodObject<{
|
|
|
12
12
|
stage: z.ZodString;
|
|
13
13
|
status: z.ZodString;
|
|
14
14
|
mtaId: z.ZodString;
|
|
15
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
17
|
isArchived: z.ZodBoolean;
|
|
16
18
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
17
19
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -31,6 +33,8 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
31
33
|
stage: z.ZodString;
|
|
32
34
|
status: z.ZodString;
|
|
33
35
|
mtaId: z.ZodString;
|
|
36
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
38
|
isArchived: z.ZodBoolean;
|
|
35
39
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
36
40
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"property.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;iBAmB/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAerC,CAAC"}
|
|
@@ -9,6 +9,8 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
|
|
|
9
9
|
stage: z.ZodString;
|
|
10
10
|
status: z.ZodString;
|
|
11
11
|
mtaId: z.ZodString;
|
|
12
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
14
|
isArchived: z.ZodBoolean;
|
|
13
15
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
14
16
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -27,6 +29,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
27
29
|
stage: z.ZodString;
|
|
28
30
|
status: z.ZodString;
|
|
29
31
|
mtaId: z.ZodString;
|
|
32
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
34
|
isArchived: z.ZodBoolean;
|
|
31
35
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
32
36
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -170,7 +174,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
170
174
|
cmaBalanceCents: bigint;
|
|
171
175
|
mtaBalanceCents: bigint;
|
|
172
176
|
stage: string;
|
|
177
|
+
cmaId?: string | null | undefined;
|
|
173
178
|
buyerName?: string | null | undefined;
|
|
179
|
+
initialDepositStatus?: string | null | undefined;
|
|
174
180
|
project?: {
|
|
175
181
|
id: string;
|
|
176
182
|
name: string;
|
|
@@ -263,7 +269,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
263
269
|
cmaBalanceCents: bigint;
|
|
264
270
|
mtaBalanceCents: bigint;
|
|
265
271
|
stage: string;
|
|
272
|
+
cmaId?: string | null | undefined;
|
|
266
273
|
buyerName?: string | null | undefined;
|
|
274
|
+
initialDepositStatus?: string | null | undefined;
|
|
267
275
|
project?: {
|
|
268
276
|
id: string;
|
|
269
277
|
name: string;
|
|
@@ -355,7 +363,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
355
363
|
cmaBalanceCents: bigint;
|
|
356
364
|
mtaBalanceCents: bigint;
|
|
357
365
|
stage: string;
|
|
366
|
+
cmaId?: string | null | undefined;
|
|
358
367
|
buyerName?: string | null | undefined;
|
|
368
|
+
initialDepositStatus?: string | null | undefined;
|
|
359
369
|
project?: {
|
|
360
370
|
id: string;
|
|
361
371
|
name: string;
|
|
@@ -455,7 +465,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
455
465
|
cmaBalanceCents: unknown;
|
|
456
466
|
mtaBalanceCents: unknown;
|
|
457
467
|
stage: string;
|
|
468
|
+
cmaId?: string | null | undefined;
|
|
458
469
|
buyerName?: string | null | undefined;
|
|
470
|
+
initialDepositStatus?: string | null | undefined;
|
|
459
471
|
project?: {
|
|
460
472
|
id: string;
|
|
461
473
|
name: string;
|
|
@@ -548,7 +560,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
548
560
|
cmaBalanceCents: unknown;
|
|
549
561
|
mtaBalanceCents: unknown;
|
|
550
562
|
stage: string;
|
|
563
|
+
cmaId?: string | null | undefined;
|
|
551
564
|
buyerName?: string | null | undefined;
|
|
565
|
+
initialDepositStatus?: string | null | undefined;
|
|
552
566
|
project?: {
|
|
553
567
|
id: string;
|
|
554
568
|
name: string;
|
|
@@ -640,7 +654,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
640
654
|
cmaBalanceCents: unknown;
|
|
641
655
|
mtaBalanceCents: unknown;
|
|
642
656
|
stage: string;
|
|
657
|
+
cmaId?: string | null | undefined;
|
|
643
658
|
buyerName?: string | null | undefined;
|
|
659
|
+
initialDepositStatus?: string | null | undefined;
|
|
644
660
|
project?: {
|
|
645
661
|
id: string;
|
|
646
662
|
name: string;
|
|
@@ -734,7 +750,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
734
750
|
cmaBalanceCents: bigint;
|
|
735
751
|
mtaBalanceCents: bigint;
|
|
736
752
|
stage: string;
|
|
753
|
+
cmaId?: string | null | undefined;
|
|
737
754
|
buyerName?: string | null | undefined;
|
|
755
|
+
initialDepositStatus?: string | null | undefined;
|
|
738
756
|
project?: {
|
|
739
757
|
id: string;
|
|
740
758
|
name: string;
|
|
@@ -827,7 +845,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
827
845
|
cmaBalanceCents: bigint;
|
|
828
846
|
mtaBalanceCents: bigint;
|
|
829
847
|
stage: string;
|
|
848
|
+
cmaId?: string | null | undefined;
|
|
830
849
|
buyerName?: string | null | undefined;
|
|
850
|
+
initialDepositStatus?: string | null | undefined;
|
|
831
851
|
project?: {
|
|
832
852
|
id: string;
|
|
833
853
|
name: string;
|
|
@@ -919,7 +939,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
919
939
|
cmaBalanceCents: bigint;
|
|
920
940
|
mtaBalanceCents: bigint;
|
|
921
941
|
stage: string;
|
|
942
|
+
cmaId?: string | null | undefined;
|
|
922
943
|
buyerName?: string | null | undefined;
|
|
944
|
+
initialDepositStatus?: string | null | undefined;
|
|
923
945
|
project?: {
|
|
924
946
|
id: string;
|
|
925
947
|
name: string;
|
|
@@ -1019,7 +1041,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1019
1041
|
cmaBalanceCents: unknown;
|
|
1020
1042
|
mtaBalanceCents: unknown;
|
|
1021
1043
|
stage: string;
|
|
1044
|
+
cmaId?: string | null | undefined;
|
|
1022
1045
|
buyerName?: string | null | undefined;
|
|
1046
|
+
initialDepositStatus?: string | null | undefined;
|
|
1023
1047
|
project?: {
|
|
1024
1048
|
id: string;
|
|
1025
1049
|
name: string;
|
|
@@ -1112,7 +1136,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1112
1136
|
cmaBalanceCents: unknown;
|
|
1113
1137
|
mtaBalanceCents: unknown;
|
|
1114
1138
|
stage: string;
|
|
1139
|
+
cmaId?: string | null | undefined;
|
|
1115
1140
|
buyerName?: string | null | undefined;
|
|
1141
|
+
initialDepositStatus?: string | null | undefined;
|
|
1116
1142
|
project?: {
|
|
1117
1143
|
id: string;
|
|
1118
1144
|
name: string;
|
|
@@ -1204,7 +1230,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1204
1230
|
cmaBalanceCents: unknown;
|
|
1205
1231
|
mtaBalanceCents: unknown;
|
|
1206
1232
|
stage: string;
|
|
1233
|
+
cmaId?: string | null | undefined;
|
|
1207
1234
|
buyerName?: string | null | undefined;
|
|
1235
|
+
initialDepositStatus?: string | null | undefined;
|
|
1208
1236
|
project?: {
|
|
1209
1237
|
id: string;
|
|
1210
1238
|
name: string;
|
|
@@ -1300,7 +1328,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1300
1328
|
cmaBalanceCents: bigint;
|
|
1301
1329
|
mtaBalanceCents: bigint;
|
|
1302
1330
|
stage: string;
|
|
1331
|
+
cmaId?: string | null | undefined;
|
|
1303
1332
|
buyerName?: string | null | undefined;
|
|
1333
|
+
initialDepositStatus?: string | null | undefined;
|
|
1304
1334
|
project?: {
|
|
1305
1335
|
id: string;
|
|
1306
1336
|
name: string;
|
|
@@ -1394,7 +1424,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1394
1424
|
cmaBalanceCents: bigint;
|
|
1395
1425
|
mtaBalanceCents: bigint;
|
|
1396
1426
|
stage: string;
|
|
1427
|
+
cmaId?: string | null | undefined;
|
|
1397
1428
|
buyerName?: string | null | undefined;
|
|
1429
|
+
initialDepositStatus?: string | null | undefined;
|
|
1398
1430
|
project?: {
|
|
1399
1431
|
id: string;
|
|
1400
1432
|
name: string;
|
|
@@ -1487,7 +1519,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1487
1519
|
cmaBalanceCents: bigint;
|
|
1488
1520
|
mtaBalanceCents: bigint;
|
|
1489
1521
|
stage: string;
|
|
1522
|
+
cmaId?: string | null | undefined;
|
|
1490
1523
|
buyerName?: string | null | undefined;
|
|
1524
|
+
initialDepositStatus?: string | null | undefined;
|
|
1491
1525
|
project?: {
|
|
1492
1526
|
id: string;
|
|
1493
1527
|
name: string;
|
|
@@ -1590,7 +1624,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1590
1624
|
cmaBalanceCents: unknown;
|
|
1591
1625
|
mtaBalanceCents: unknown;
|
|
1592
1626
|
stage: string;
|
|
1627
|
+
cmaId?: string | null | undefined;
|
|
1593
1628
|
buyerName?: string | null | undefined;
|
|
1629
|
+
initialDepositStatus?: string | null | undefined;
|
|
1594
1630
|
project?: {
|
|
1595
1631
|
id: string;
|
|
1596
1632
|
name: string;
|
|
@@ -1684,7 +1720,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1684
1720
|
cmaBalanceCents: unknown;
|
|
1685
1721
|
mtaBalanceCents: unknown;
|
|
1686
1722
|
stage: string;
|
|
1723
|
+
cmaId?: string | null | undefined;
|
|
1687
1724
|
buyerName?: string | null | undefined;
|
|
1725
|
+
initialDepositStatus?: string | null | undefined;
|
|
1688
1726
|
project?: {
|
|
1689
1727
|
id: string;
|
|
1690
1728
|
name: string;
|
|
@@ -1777,7 +1815,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1777
1815
|
cmaBalanceCents: unknown;
|
|
1778
1816
|
mtaBalanceCents: unknown;
|
|
1779
1817
|
stage: string;
|
|
1818
|
+
cmaId?: string | null | undefined;
|
|
1780
1819
|
buyerName?: string | null | undefined;
|
|
1820
|
+
initialDepositStatus?: string | null | undefined;
|
|
1781
1821
|
project?: {
|
|
1782
1822
|
id: string;
|
|
1783
1823
|
name: string;
|
|
@@ -1871,7 +1911,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1871
1911
|
cmaBalanceCents: bigint;
|
|
1872
1912
|
mtaBalanceCents: bigint;
|
|
1873
1913
|
stage: string;
|
|
1914
|
+
cmaId?: string | null | undefined;
|
|
1874
1915
|
buyerName?: string | null | undefined;
|
|
1916
|
+
initialDepositStatus?: string | null | undefined;
|
|
1875
1917
|
project?: {
|
|
1876
1918
|
id: string;
|
|
1877
1919
|
name: string;
|
|
@@ -1965,7 +2007,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1965
2007
|
cmaBalanceCents: bigint;
|
|
1966
2008
|
mtaBalanceCents: bigint;
|
|
1967
2009
|
stage: string;
|
|
2010
|
+
cmaId?: string | null | undefined;
|
|
1968
2011
|
buyerName?: string | null | undefined;
|
|
2012
|
+
initialDepositStatus?: string | null | undefined;
|
|
1969
2013
|
project?: {
|
|
1970
2014
|
id: string;
|
|
1971
2015
|
name: string;
|
|
@@ -2058,7 +2102,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2058
2102
|
cmaBalanceCents: bigint;
|
|
2059
2103
|
mtaBalanceCents: bigint;
|
|
2060
2104
|
stage: string;
|
|
2105
|
+
cmaId?: string | null | undefined;
|
|
2061
2106
|
buyerName?: string | null | undefined;
|
|
2107
|
+
initialDepositStatus?: string | null | undefined;
|
|
2062
2108
|
project?: {
|
|
2063
2109
|
id: string;
|
|
2064
2110
|
name: string;
|
|
@@ -2161,7 +2207,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2161
2207
|
cmaBalanceCents: unknown;
|
|
2162
2208
|
mtaBalanceCents: unknown;
|
|
2163
2209
|
stage: string;
|
|
2210
|
+
cmaId?: string | null | undefined;
|
|
2164
2211
|
buyerName?: string | null | undefined;
|
|
2212
|
+
initialDepositStatus?: string | null | undefined;
|
|
2165
2213
|
project?: {
|
|
2166
2214
|
id: string;
|
|
2167
2215
|
name: string;
|
|
@@ -2255,7 +2303,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2255
2303
|
cmaBalanceCents: unknown;
|
|
2256
2304
|
mtaBalanceCents: unknown;
|
|
2257
2305
|
stage: string;
|
|
2306
|
+
cmaId?: string | null | undefined;
|
|
2258
2307
|
buyerName?: string | null | undefined;
|
|
2308
|
+
initialDepositStatus?: string | null | undefined;
|
|
2259
2309
|
project?: {
|
|
2260
2310
|
id: string;
|
|
2261
2311
|
name: string;
|
|
@@ -2348,7 +2398,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2348
2398
|
cmaBalanceCents: unknown;
|
|
2349
2399
|
mtaBalanceCents: unknown;
|
|
2350
2400
|
stage: string;
|
|
2401
|
+
cmaId?: string | null | undefined;
|
|
2351
2402
|
buyerName?: string | null | undefined;
|
|
2403
|
+
initialDepositStatus?: string | null | undefined;
|
|
2352
2404
|
project?: {
|
|
2353
2405
|
id: string;
|
|
2354
2406
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;iBAIpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -15,10 +15,12 @@ type Property = Pick<PropertyEntity, 'buyerName' | 'propertyAddress' | 'lotDetai
|
|
|
15
15
|
* mta return: "Lot 123 | Project Name | Buyer Name"
|
|
16
16
|
* payout return: "Project Name Lot 123"
|
|
17
17
|
* refund return: "Lot 123 Project Name"
|
|
18
|
-
*
|
|
18
|
+
* report return: "Lot 123 Property Address"
|
|
19
|
+
* ownership return: "Project Name (Developer Name) - Lot 123 Buyer Name"
|
|
19
20
|
*/
|
|
20
21
|
export declare const getPropertyName: (property: Property, options?: {
|
|
21
|
-
|
|
22
|
+
separator?: string;
|
|
23
|
+
target?: "payout" | "refund" | "cma" | "mta" | "report" | "ownership";
|
|
22
24
|
}) => string;
|
|
23
25
|
export {};
|
|
24
26
|
//# sourceMappingURL=property.util.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/property.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAE5E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,WAAW,CAAC,GAAG;IACpF,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;QACzD,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;KACrE,CAAC;CACH,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"property.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/property.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAE5E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,WAAW,CAAC,GAAG;IACpF,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;QACzD,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;KACrE,CAAC;CACH,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,GAAI,UAAU,QAAQ,EAAE,UAAU;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAC;CACvE,WAgEA,CAAC"}
|
|
@@ -2,6 +2,8 @@ export * from './account-period.constant';
|
|
|
2
2
|
export * from './account-type.constant';
|
|
3
3
|
export * from './common-status.constant';
|
|
4
4
|
export * from './common-sync-status.constant';
|
|
5
|
+
export * from './package-version.constant';
|
|
6
|
+
export * from './pagination.constant';
|
|
5
7
|
export * from './payment-method.constant';
|
|
6
8
|
export * from './reconcile-transaction-action.constant';
|
|
7
9
|
export * from './reconciliation.constant';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/constants/common/index.ts"],"names":[],"mappings":"AAEA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/constants/common/index.ts"],"names":[],"mappings":"AAEA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yCAAyC,CAAC;AACxD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"package-version.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/common/package-version.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/common/pagination.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,MAAM,CAAC;AACrC,eAAO,MAAM,YAAY,IAAI,CAAC"}
|