@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.18
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 +331 -184
- 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 +49 -1
- 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-reconciliation/create-cma-reconciliation.rest.schema.d.ts +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/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.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 +101 -49
- 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 +50 -24
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +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 +18 -16
- 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 +7 -4
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.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 +234 -72
- 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 +8 -4
- 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 +8 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +924 -291
- 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/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- 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 +100 -29
- 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 +8 -4
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/date.util.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +12 -2
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/cjs/utils/transaction.util.d.ts +2 -0
- package/dist/cjs/utils/transaction.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 +263 -164
- 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 +49 -1
- 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-reconciliation/create-cma-reconciliation.rest.schema.d.ts +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/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.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 +101 -49
- 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 +50 -24
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +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 +18 -16
- 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 +7 -4
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.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 +234 -72
- 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 +8 -4
- 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 +8 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +924 -291
- 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/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- 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 +100 -29
- 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 +8 -4
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/date.util.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +12 -2
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/dist/esm/utils/transaction.util.d.ts +2 -0
- package/dist/esm/utils/transaction.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>;
|
|
@@ -155,10 +159,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
155
159
|
isRefunded: z.ZodBoolean;
|
|
156
160
|
isCanceled: z.ZodBoolean;
|
|
157
161
|
isArchived: z.ZodBoolean;
|
|
158
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
159
|
-
createdAt: z.ZodCoercedDate<
|
|
160
|
-
syncedAt: z.ZodCoercedDate<
|
|
161
|
-
updatedAt: z.ZodCoercedDate<
|
|
162
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
163
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
164
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
165
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
162
166
|
note: z.ZodNullable<z.ZodString>;
|
|
163
167
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
164
168
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -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"}
|