@mikemo-coposit/am-accounting-shared 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/cjs/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout.constant.d.ts +4 -4
- package/dist/cjs/index.cjs +439 -283
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -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 +13 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +452 -206
- 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 +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- 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 +84 -72
- 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 +247 -2
- 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 +1 -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 +28 -27
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/index.d.ts +1 -0
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -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 +303 -225
- 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 +78 -2
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +130 -96
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/currency.util.d.ts +1 -1
- package/dist/cjs/utils/currency.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout.constant.d.ts +4 -4
- package/dist/esm/index.js +361 -186
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -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 +13 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +452 -206
- 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 +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- 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 +84 -72
- 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 +247 -2
- 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 +1 -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 +28 -27
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/index.d.ts +1 -0
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -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 +303 -225
- 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 +78 -2
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +130 -96
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/currency.util.d.ts +1 -1
- package/dist/esm/utils/currency.util.d.ts.map +1 -1
- package/package.json +22 -18
|
@@ -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;AAYxB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoB1C,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAStC,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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from "zod";
|
|
2
2
|
export declare const propertyEntitySchema: z.ZodObject<{
|
|
3
3
|
id: z.ZodUUID;
|
|
4
4
|
customerId: z.ZodString;
|
|
@@ -16,6 +16,7 @@ export declare const propertyEntitySchema: z.ZodObject<{
|
|
|
16
16
|
mtaId: z.ZodString;
|
|
17
17
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
20
|
isArchived: z.ZodBoolean;
|
|
20
21
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
21
22
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -39,6 +40,7 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
39
40
|
mtaId: z.ZodString;
|
|
40
41
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
42
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
44
|
isArchived: z.ZodBoolean;
|
|
43
45
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
44
46
|
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;
|
|
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;AASxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;iBAsB/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAerC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from "zod";
|
|
2
2
|
export declare const propertyRestResBaseSchema: z.ZodObject<{
|
|
3
|
+
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
4
|
+
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5
|
+
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
3
6
|
id: z.ZodUUID;
|
|
4
7
|
customerId: z.ZodString;
|
|
5
8
|
projectId: z.ZodString;
|
|
@@ -13,15 +16,16 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
|
|
|
13
16
|
mtaId: z.ZodString;
|
|
14
17
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
18
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
20
|
isArchived: z.ZodBoolean;
|
|
17
21
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
18
22
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
19
23
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
export declare const propertyRestResSchema: z.ZodObject<{
|
|
20
26
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
21
27
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
22
28
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
23
|
-
}, z.core.$strip>;
|
|
24
|
-
export declare const propertyRestResSchema: z.ZodObject<{
|
|
25
29
|
id: z.ZodUUID;
|
|
26
30
|
customerId: z.ZodString;
|
|
27
31
|
projectId: z.ZodString;
|
|
@@ -35,13 +39,11 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
35
39
|
mtaId: z.ZodString;
|
|
36
40
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
41
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
43
|
isArchived: z.ZodBoolean;
|
|
39
44
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
40
45
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
41
46
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
42
|
-
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
43
|
-
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
44
|
-
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
45
47
|
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
46
48
|
id: z.ZodUUID;
|
|
47
49
|
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -184,6 +186,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
184
186
|
cmaId?: string | null | undefined;
|
|
185
187
|
buyerName?: string | null | undefined;
|
|
186
188
|
initialDepositStatus?: string | null | undefined;
|
|
189
|
+
copositSaleStatus?: string | null | undefined;
|
|
187
190
|
project?: {
|
|
188
191
|
id: string;
|
|
189
192
|
name: string;
|
|
@@ -282,6 +285,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
282
285
|
cmaId?: string | null | undefined;
|
|
283
286
|
buyerName?: string | null | undefined;
|
|
284
287
|
initialDepositStatus?: string | null | undefined;
|
|
288
|
+
copositSaleStatus?: string | null | undefined;
|
|
285
289
|
project?: {
|
|
286
290
|
id: string;
|
|
287
291
|
name: string;
|
|
@@ -379,6 +383,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
379
383
|
cmaId?: string | null | undefined;
|
|
380
384
|
buyerName?: string | null | undefined;
|
|
381
385
|
initialDepositStatus?: string | null | undefined;
|
|
386
|
+
copositSaleStatus?: string | null | undefined;
|
|
382
387
|
project?: {
|
|
383
388
|
id: string;
|
|
384
389
|
name: string;
|
|
@@ -484,6 +489,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
484
489
|
buyerName?: string | null | undefined;
|
|
485
490
|
isCmaRequired?: boolean | undefined;
|
|
486
491
|
initialDepositStatus?: string | null | undefined;
|
|
492
|
+
copositSaleStatus?: string | null | undefined;
|
|
487
493
|
project?: {
|
|
488
494
|
id: string;
|
|
489
495
|
name: string;
|
|
@@ -582,6 +588,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
582
588
|
buyerName?: string | null | undefined;
|
|
583
589
|
isCmaRequired?: boolean | undefined;
|
|
584
590
|
initialDepositStatus?: string | null | undefined;
|
|
591
|
+
copositSaleStatus?: string | null | undefined;
|
|
585
592
|
project?: {
|
|
586
593
|
id: string;
|
|
587
594
|
name: string;
|
|
@@ -679,6 +686,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
679
686
|
buyerName?: string | null | undefined;
|
|
680
687
|
isCmaRequired?: boolean | undefined;
|
|
681
688
|
initialDepositStatus?: string | null | undefined;
|
|
689
|
+
copositSaleStatus?: string | null | undefined;
|
|
682
690
|
project?: {
|
|
683
691
|
id: string;
|
|
684
692
|
name: string;
|
|
@@ -778,6 +786,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
778
786
|
cmaId?: string | null | undefined;
|
|
779
787
|
buyerName?: string | null | undefined;
|
|
780
788
|
initialDepositStatus?: string | null | undefined;
|
|
789
|
+
copositSaleStatus?: string | null | undefined;
|
|
781
790
|
project?: {
|
|
782
791
|
id: string;
|
|
783
792
|
name: string;
|
|
@@ -876,6 +885,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
876
885
|
cmaId?: string | null | undefined;
|
|
877
886
|
buyerName?: string | null | undefined;
|
|
878
887
|
initialDepositStatus?: string | null | undefined;
|
|
888
|
+
copositSaleStatus?: string | null | undefined;
|
|
879
889
|
project?: {
|
|
880
890
|
id: string;
|
|
881
891
|
name: string;
|
|
@@ -973,6 +983,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
973
983
|
cmaId?: string | null | undefined;
|
|
974
984
|
buyerName?: string | null | undefined;
|
|
975
985
|
initialDepositStatus?: string | null | undefined;
|
|
986
|
+
copositSaleStatus?: string | null | undefined;
|
|
976
987
|
project?: {
|
|
977
988
|
id: string;
|
|
978
989
|
name: string;
|
|
@@ -1078,6 +1089,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1078
1089
|
buyerName?: string | null | undefined;
|
|
1079
1090
|
isCmaRequired?: boolean | undefined;
|
|
1080
1091
|
initialDepositStatus?: string | null | undefined;
|
|
1092
|
+
copositSaleStatus?: string | null | undefined;
|
|
1081
1093
|
project?: {
|
|
1082
1094
|
id: string;
|
|
1083
1095
|
name: string;
|
|
@@ -1176,6 +1188,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1176
1188
|
buyerName?: string | null | undefined;
|
|
1177
1189
|
isCmaRequired?: boolean | undefined;
|
|
1178
1190
|
initialDepositStatus?: string | null | undefined;
|
|
1191
|
+
copositSaleStatus?: string | null | undefined;
|
|
1179
1192
|
project?: {
|
|
1180
1193
|
id: string;
|
|
1181
1194
|
name: string;
|
|
@@ -1273,6 +1286,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1273
1286
|
buyerName?: string | null | undefined;
|
|
1274
1287
|
isCmaRequired?: boolean | undefined;
|
|
1275
1288
|
initialDepositStatus?: string | null | undefined;
|
|
1289
|
+
copositSaleStatus?: string | null | undefined;
|
|
1276
1290
|
project?: {
|
|
1277
1291
|
id: string;
|
|
1278
1292
|
name: string;
|
|
@@ -1313,6 +1327,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1313
1327
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1314
1328
|
}>>>>>;
|
|
1315
1329
|
mtaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
1330
|
+
creditAmountCents: number;
|
|
1331
|
+
debitAmountCents: number;
|
|
1332
|
+
balanceCents: number;
|
|
1333
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1334
|
+
transactionType: string;
|
|
1335
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1316
1336
|
id: string;
|
|
1317
1337
|
referenceId: string | null;
|
|
1318
1338
|
sequence: number;
|
|
@@ -1333,12 +1353,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1333
1353
|
canceledAt: Date | null;
|
|
1334
1354
|
canceledReason: string | null;
|
|
1335
1355
|
payoutId: string | null;
|
|
1336
|
-
creditAmountCents: number;
|
|
1337
|
-
debitAmountCents: number;
|
|
1338
|
-
balanceCents: number;
|
|
1339
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1340
|
-
transactionType: string;
|
|
1341
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1342
1356
|
createdBy?: string | {
|
|
1343
1357
|
id: string;
|
|
1344
1358
|
email: string;
|
|
@@ -1374,6 +1388,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1374
1388
|
cmaId?: string | null | undefined;
|
|
1375
1389
|
buyerName?: string | null | undefined;
|
|
1376
1390
|
initialDepositStatus?: string | null | undefined;
|
|
1391
|
+
copositSaleStatus?: string | null | undefined;
|
|
1377
1392
|
project?: {
|
|
1378
1393
|
id: string;
|
|
1379
1394
|
name: string;
|
|
@@ -1412,6 +1427,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1412
1427
|
} & {
|
|
1413
1428
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1414
1429
|
sourceTransaction?: ({
|
|
1430
|
+
creditAmountCents: number;
|
|
1431
|
+
debitAmountCents: number;
|
|
1432
|
+
balanceCents: number;
|
|
1433
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1434
|
+
transactionType: string;
|
|
1435
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1415
1436
|
id: string;
|
|
1416
1437
|
referenceId: string | null;
|
|
1417
1438
|
sequence: number;
|
|
@@ -1432,12 +1453,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1432
1453
|
canceledAt: Date | null;
|
|
1433
1454
|
canceledReason: string | null;
|
|
1434
1455
|
payoutId: string | null;
|
|
1435
|
-
creditAmountCents: number;
|
|
1436
|
-
debitAmountCents: number;
|
|
1437
|
-
balanceCents: number;
|
|
1438
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1439
|
-
transactionType: string;
|
|
1440
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1441
1456
|
createdBy?: string | {
|
|
1442
1457
|
id: string;
|
|
1443
1458
|
email: string;
|
|
@@ -1473,6 +1488,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1473
1488
|
cmaId?: string | null | undefined;
|
|
1474
1489
|
buyerName?: string | null | undefined;
|
|
1475
1490
|
initialDepositStatus?: string | null | undefined;
|
|
1491
|
+
copositSaleStatus?: string | null | undefined;
|
|
1476
1492
|
project?: {
|
|
1477
1493
|
id: string;
|
|
1478
1494
|
name: string;
|
|
@@ -1510,6 +1526,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1510
1526
|
} | null | undefined;
|
|
1511
1527
|
} & /*elided*/ any) | null | undefined;
|
|
1512
1528
|
subsequentTransactions?: ({
|
|
1529
|
+
creditAmountCents: number;
|
|
1530
|
+
debitAmountCents: number;
|
|
1531
|
+
balanceCents: number;
|
|
1532
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1533
|
+
transactionType: string;
|
|
1534
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1513
1535
|
id: string;
|
|
1514
1536
|
referenceId: string | null;
|
|
1515
1537
|
sequence: number;
|
|
@@ -1530,12 +1552,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1530
1552
|
canceledAt: Date | null;
|
|
1531
1553
|
canceledReason: string | null;
|
|
1532
1554
|
payoutId: string | null;
|
|
1533
|
-
creditAmountCents: number;
|
|
1534
|
-
debitAmountCents: number;
|
|
1535
|
-
balanceCents: number;
|
|
1536
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1537
|
-
transactionType: string;
|
|
1538
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1539
1555
|
createdBy?: string | {
|
|
1540
1556
|
id: string;
|
|
1541
1557
|
email: string;
|
|
@@ -1571,6 +1587,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1571
1587
|
cmaId?: string | null | undefined;
|
|
1572
1588
|
buyerName?: string | null | undefined;
|
|
1573
1589
|
initialDepositStatus?: string | null | undefined;
|
|
1590
|
+
copositSaleStatus?: string | null | undefined;
|
|
1574
1591
|
project?: {
|
|
1575
1592
|
id: string;
|
|
1576
1593
|
name: string;
|
|
@@ -1620,6 +1637,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1620
1637
|
isCancelable?: boolean | null | undefined;
|
|
1621
1638
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1622
1639
|
}, {
|
|
1640
|
+
creditAmountCents: string | number | bigint;
|
|
1641
|
+
debitAmountCents: string | number | bigint;
|
|
1642
|
+
balanceCents: string | number | bigint;
|
|
1643
|
+
inputType: string;
|
|
1644
|
+
transactionType: string;
|
|
1645
|
+
status: string;
|
|
1623
1646
|
id: string;
|
|
1624
1647
|
referenceId: string | null;
|
|
1625
1648
|
sequence: number;
|
|
@@ -1640,12 +1663,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1640
1663
|
canceledAt: unknown;
|
|
1641
1664
|
canceledReason: string | null;
|
|
1642
1665
|
payoutId: string | null;
|
|
1643
|
-
creditAmountCents: string | number | bigint;
|
|
1644
|
-
debitAmountCents: string | number | bigint;
|
|
1645
|
-
balanceCents: string | number | bigint;
|
|
1646
|
-
inputType: string;
|
|
1647
|
-
transactionType: string;
|
|
1648
|
-
status: string;
|
|
1649
1666
|
createdBy?: string | {
|
|
1650
1667
|
id: string;
|
|
1651
1668
|
email: string;
|
|
@@ -1681,6 +1698,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1681
1698
|
buyerName?: string | null | undefined;
|
|
1682
1699
|
isCmaRequired?: boolean | undefined;
|
|
1683
1700
|
initialDepositStatus?: string | null | undefined;
|
|
1701
|
+
copositSaleStatus?: string | null | undefined;
|
|
1684
1702
|
project?: {
|
|
1685
1703
|
id: string;
|
|
1686
1704
|
name: string;
|
|
@@ -1719,6 +1737,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1719
1737
|
} & {
|
|
1720
1738
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1721
1739
|
sourceTransaction?: ({
|
|
1740
|
+
creditAmountCents: string | number | bigint;
|
|
1741
|
+
debitAmountCents: string | number | bigint;
|
|
1742
|
+
balanceCents: string | number | bigint;
|
|
1743
|
+
inputType: string;
|
|
1744
|
+
transactionType: string;
|
|
1745
|
+
status: string;
|
|
1722
1746
|
id: string;
|
|
1723
1747
|
referenceId: string | null;
|
|
1724
1748
|
sequence: number;
|
|
@@ -1739,12 +1763,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1739
1763
|
canceledAt: unknown;
|
|
1740
1764
|
canceledReason: string | null;
|
|
1741
1765
|
payoutId: string | null;
|
|
1742
|
-
creditAmountCents: string | number | bigint;
|
|
1743
|
-
debitAmountCents: string | number | bigint;
|
|
1744
|
-
balanceCents: string | number | bigint;
|
|
1745
|
-
inputType: string;
|
|
1746
|
-
transactionType: string;
|
|
1747
|
-
status: string;
|
|
1748
1766
|
createdBy?: string | {
|
|
1749
1767
|
id: string;
|
|
1750
1768
|
email: string;
|
|
@@ -1780,6 +1798,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1780
1798
|
buyerName?: string | null | undefined;
|
|
1781
1799
|
isCmaRequired?: boolean | undefined;
|
|
1782
1800
|
initialDepositStatus?: string | null | undefined;
|
|
1801
|
+
copositSaleStatus?: string | null | undefined;
|
|
1783
1802
|
project?: {
|
|
1784
1803
|
id: string;
|
|
1785
1804
|
name: string;
|
|
@@ -1817,6 +1836,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1817
1836
|
} | null | undefined;
|
|
1818
1837
|
} & /*elided*/ any) | null | undefined;
|
|
1819
1838
|
subsequentTransactions?: ({
|
|
1839
|
+
creditAmountCents: string | number | bigint;
|
|
1840
|
+
debitAmountCents: string | number | bigint;
|
|
1841
|
+
balanceCents: string | number | bigint;
|
|
1842
|
+
inputType: string;
|
|
1843
|
+
transactionType: string;
|
|
1844
|
+
status: string;
|
|
1820
1845
|
id: string;
|
|
1821
1846
|
referenceId: string | null;
|
|
1822
1847
|
sequence: number;
|
|
@@ -1837,12 +1862,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1837
1862
|
canceledAt: unknown;
|
|
1838
1863
|
canceledReason: string | null;
|
|
1839
1864
|
payoutId: string | null;
|
|
1840
|
-
creditAmountCents: string | number | bigint;
|
|
1841
|
-
debitAmountCents: string | number | bigint;
|
|
1842
|
-
balanceCents: string | number | bigint;
|
|
1843
|
-
inputType: string;
|
|
1844
|
-
transactionType: string;
|
|
1845
|
-
status: string;
|
|
1846
1865
|
createdBy?: string | {
|
|
1847
1866
|
id: string;
|
|
1848
1867
|
email: string;
|
|
@@ -1878,6 +1897,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1878
1897
|
buyerName?: string | null | undefined;
|
|
1879
1898
|
isCmaRequired?: boolean | undefined;
|
|
1880
1899
|
initialDepositStatus?: string | null | undefined;
|
|
1900
|
+
copositSaleStatus?: string | null | undefined;
|
|
1881
1901
|
project?: {
|
|
1882
1902
|
id: string;
|
|
1883
1903
|
name: string;
|
|
@@ -1917,6 +1937,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1917
1937
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1918
1938
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1919
1939
|
}, z.core.$ZodTypeInternals<{
|
|
1940
|
+
creditAmountCents: number;
|
|
1941
|
+
debitAmountCents: number;
|
|
1942
|
+
balanceCents: number;
|
|
1943
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1944
|
+
transactionType: string;
|
|
1945
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1920
1946
|
id: string;
|
|
1921
1947
|
referenceId: string | null;
|
|
1922
1948
|
sequence: number;
|
|
@@ -1937,12 +1963,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1937
1963
|
canceledAt: Date | null;
|
|
1938
1964
|
canceledReason: string | null;
|
|
1939
1965
|
payoutId: string | null;
|
|
1940
|
-
creditAmountCents: number;
|
|
1941
|
-
debitAmountCents: number;
|
|
1942
|
-
balanceCents: number;
|
|
1943
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1944
|
-
transactionType: string;
|
|
1945
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1946
1966
|
createdBy?: string | {
|
|
1947
1967
|
id: string;
|
|
1948
1968
|
email: string;
|
|
@@ -1978,6 +1998,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1978
1998
|
cmaId?: string | null | undefined;
|
|
1979
1999
|
buyerName?: string | null | undefined;
|
|
1980
2000
|
initialDepositStatus?: string | null | undefined;
|
|
2001
|
+
copositSaleStatus?: string | null | undefined;
|
|
1981
2002
|
project?: {
|
|
1982
2003
|
id: string;
|
|
1983
2004
|
name: string;
|
|
@@ -2016,6 +2037,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2016
2037
|
} & {
|
|
2017
2038
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
2018
2039
|
sourceTransaction?: ({
|
|
2040
|
+
creditAmountCents: number;
|
|
2041
|
+
debitAmountCents: number;
|
|
2042
|
+
balanceCents: number;
|
|
2043
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
2044
|
+
transactionType: string;
|
|
2045
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2019
2046
|
id: string;
|
|
2020
2047
|
referenceId: string | null;
|
|
2021
2048
|
sequence: number;
|
|
@@ -2036,12 +2063,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2036
2063
|
canceledAt: Date | null;
|
|
2037
2064
|
canceledReason: string | null;
|
|
2038
2065
|
payoutId: string | null;
|
|
2039
|
-
creditAmountCents: number;
|
|
2040
|
-
debitAmountCents: number;
|
|
2041
|
-
balanceCents: number;
|
|
2042
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2043
|
-
transactionType: string;
|
|
2044
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2045
2066
|
createdBy?: string | {
|
|
2046
2067
|
id: string;
|
|
2047
2068
|
email: string;
|
|
@@ -2077,6 +2098,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2077
2098
|
cmaId?: string | null | undefined;
|
|
2078
2099
|
buyerName?: string | null | undefined;
|
|
2079
2100
|
initialDepositStatus?: string | null | undefined;
|
|
2101
|
+
copositSaleStatus?: string | null | undefined;
|
|
2080
2102
|
project?: {
|
|
2081
2103
|
id: string;
|
|
2082
2104
|
name: string;
|
|
@@ -2114,6 +2136,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2114
2136
|
} | null | undefined;
|
|
2115
2137
|
} & /*elided*/ any) | null | undefined;
|
|
2116
2138
|
subsequentTransactions?: ({
|
|
2139
|
+
creditAmountCents: number;
|
|
2140
|
+
debitAmountCents: number;
|
|
2141
|
+
balanceCents: number;
|
|
2142
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
2143
|
+
transactionType: string;
|
|
2144
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
2117
2145
|
id: string;
|
|
2118
2146
|
referenceId: string | null;
|
|
2119
2147
|
sequence: number;
|
|
@@ -2134,12 +2162,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2134
2162
|
canceledAt: Date | null;
|
|
2135
2163
|
canceledReason: string | null;
|
|
2136
2164
|
payoutId: string | null;
|
|
2137
|
-
creditAmountCents: number;
|
|
2138
|
-
debitAmountCents: number;
|
|
2139
|
-
balanceCents: number;
|
|
2140
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2141
|
-
transactionType: string;
|
|
2142
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2143
2165
|
createdBy?: string | {
|
|
2144
2166
|
id: string;
|
|
2145
2167
|
email: string;
|
|
@@ -2175,6 +2197,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2175
2197
|
cmaId?: string | null | undefined;
|
|
2176
2198
|
buyerName?: string | null | undefined;
|
|
2177
2199
|
initialDepositStatus?: string | null | undefined;
|
|
2200
|
+
copositSaleStatus?: string | null | undefined;
|
|
2178
2201
|
project?: {
|
|
2179
2202
|
id: string;
|
|
2180
2203
|
name: string;
|
|
@@ -2224,6 +2247,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2224
2247
|
isCancelable?: boolean | null | undefined;
|
|
2225
2248
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2226
2249
|
}, {
|
|
2250
|
+
creditAmountCents: string | number | bigint;
|
|
2251
|
+
debitAmountCents: string | number | bigint;
|
|
2252
|
+
balanceCents: string | number | bigint;
|
|
2253
|
+
inputType: string;
|
|
2254
|
+
transactionType: string;
|
|
2255
|
+
status: string;
|
|
2227
2256
|
id: string;
|
|
2228
2257
|
referenceId: string | null;
|
|
2229
2258
|
sequence: number;
|
|
@@ -2244,12 +2273,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2244
2273
|
canceledAt: unknown;
|
|
2245
2274
|
canceledReason: string | null;
|
|
2246
2275
|
payoutId: string | null;
|
|
2247
|
-
creditAmountCents: string | number | bigint;
|
|
2248
|
-
debitAmountCents: string | number | bigint;
|
|
2249
|
-
balanceCents: string | number | bigint;
|
|
2250
|
-
inputType: string;
|
|
2251
|
-
transactionType: string;
|
|
2252
|
-
status: string;
|
|
2253
2276
|
createdBy?: string | {
|
|
2254
2277
|
id: string;
|
|
2255
2278
|
email: string;
|
|
@@ -2285,6 +2308,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2285
2308
|
buyerName?: string | null | undefined;
|
|
2286
2309
|
isCmaRequired?: boolean | undefined;
|
|
2287
2310
|
initialDepositStatus?: string | null | undefined;
|
|
2311
|
+
copositSaleStatus?: string | null | undefined;
|
|
2288
2312
|
project?: {
|
|
2289
2313
|
id: string;
|
|
2290
2314
|
name: string;
|
|
@@ -2323,6 +2347,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2323
2347
|
} & {
|
|
2324
2348
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
2325
2349
|
sourceTransaction?: ({
|
|
2350
|
+
creditAmountCents: string | number | bigint;
|
|
2351
|
+
debitAmountCents: string | number | bigint;
|
|
2352
|
+
balanceCents: string | number | bigint;
|
|
2353
|
+
inputType: string;
|
|
2354
|
+
transactionType: string;
|
|
2355
|
+
status: string;
|
|
2326
2356
|
id: string;
|
|
2327
2357
|
referenceId: string | null;
|
|
2328
2358
|
sequence: number;
|
|
@@ -2343,12 +2373,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2343
2373
|
canceledAt: unknown;
|
|
2344
2374
|
canceledReason: string | null;
|
|
2345
2375
|
payoutId: string | null;
|
|
2346
|
-
creditAmountCents: string | number | bigint;
|
|
2347
|
-
debitAmountCents: string | number | bigint;
|
|
2348
|
-
balanceCents: string | number | bigint;
|
|
2349
|
-
inputType: string;
|
|
2350
|
-
transactionType: string;
|
|
2351
|
-
status: string;
|
|
2352
2376
|
createdBy?: string | {
|
|
2353
2377
|
id: string;
|
|
2354
2378
|
email: string;
|
|
@@ -2384,6 +2408,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2384
2408
|
buyerName?: string | null | undefined;
|
|
2385
2409
|
isCmaRequired?: boolean | undefined;
|
|
2386
2410
|
initialDepositStatus?: string | null | undefined;
|
|
2411
|
+
copositSaleStatus?: string | null | undefined;
|
|
2387
2412
|
project?: {
|
|
2388
2413
|
id: string;
|
|
2389
2414
|
name: string;
|
|
@@ -2421,6 +2446,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2421
2446
|
} | null | undefined;
|
|
2422
2447
|
} & /*elided*/ any) | null | undefined;
|
|
2423
2448
|
subsequentTransactions?: ({
|
|
2449
|
+
creditAmountCents: string | number | bigint;
|
|
2450
|
+
debitAmountCents: string | number | bigint;
|
|
2451
|
+
balanceCents: string | number | bigint;
|
|
2452
|
+
inputType: string;
|
|
2453
|
+
transactionType: string;
|
|
2454
|
+
status: string;
|
|
2424
2455
|
id: string;
|
|
2425
2456
|
referenceId: string | null;
|
|
2426
2457
|
sequence: number;
|
|
@@ -2441,12 +2472,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2441
2472
|
canceledAt: unknown;
|
|
2442
2473
|
canceledReason: string | null;
|
|
2443
2474
|
payoutId: string | null;
|
|
2444
|
-
creditAmountCents: string | number | bigint;
|
|
2445
|
-
debitAmountCents: string | number | bigint;
|
|
2446
|
-
balanceCents: string | number | bigint;
|
|
2447
|
-
inputType: string;
|
|
2448
|
-
transactionType: string;
|
|
2449
|
-
status: string;
|
|
2450
2475
|
createdBy?: string | {
|
|
2451
2476
|
id: string;
|
|
2452
2477
|
email: string;
|
|
@@ -2482,6 +2507,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2482
2507
|
buyerName?: string | null | undefined;
|
|
2483
2508
|
isCmaRequired?: boolean | undefined;
|
|
2484
2509
|
initialDepositStatus?: string | null | undefined;
|
|
2510
|
+
copositSaleStatus?: string | null | undefined;
|
|
2485
2511
|
project?: {
|
|
2486
2512
|
id: string;
|
|
2487
2513
|
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;AAWxB,eAAO,MAAM,yBAAyB
|
|
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;AAWxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;iBAKpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const formatCurrency: (amount: number | bigint | null | undefined, options?: Intl.NumberFormatOptions & {
|
|
1
|
+
export declare const formatCurrency: (amount: string | number | bigint | null | undefined, options?: Intl.NumberFormatOptions & {
|
|
2
2
|
defaultValue?: string;
|
|
3
3
|
locale?: string;
|
|
4
4
|
}) => string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"currency.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/currency.util.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"currency.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/currency.util.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,GACzB,QAAQ,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,EACnD,UAAU,IAAI,CAAC,mBAAmB,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,kBAiBhF,CAAC"}
|