@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +1 -1
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/index.js +420 -248
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +130 -130
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -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 +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +6625 -6625
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.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-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +550 -550
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/index.d.ts +8 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +1 -1
- package/dist/esm/constants/report/common/index.d.ts.map +1 -1
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/index.mjs +251 -130
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +130 -130
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -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 +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +6625 -6625
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.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-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +550 -550
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/index.d.ts +8 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +18 -26
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
|
@@ -17,13 +17,13 @@ export declare const propertyEntitySchema: z.ZodObject<{
|
|
|
17
17
|
syncedAt: z.ZodDate;
|
|
18
18
|
updatedAt: z.ZodDate;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
id: string;
|
|
21
20
|
status: string;
|
|
21
|
+
id: string;
|
|
22
|
+
balanceCents: number | bigint;
|
|
22
23
|
isArchived: boolean;
|
|
23
24
|
createdAt: Date;
|
|
24
25
|
updatedAt: Date;
|
|
25
26
|
syncedAt: Date;
|
|
26
|
-
balanceCents: number | bigint;
|
|
27
27
|
customerId: string;
|
|
28
28
|
projectId: string;
|
|
29
29
|
lotDetail: string | null;
|
|
@@ -34,13 +34,13 @@ export declare const propertyEntitySchema: z.ZodObject<{
|
|
|
34
34
|
cmaBalanceCents: number | bigint;
|
|
35
35
|
buyerName?: string | null | undefined;
|
|
36
36
|
}, {
|
|
37
|
-
id: string;
|
|
38
37
|
status: string;
|
|
38
|
+
id: string;
|
|
39
|
+
balanceCents: number | bigint;
|
|
39
40
|
isArchived: boolean;
|
|
40
41
|
createdAt: Date;
|
|
41
42
|
updatedAt: Date;
|
|
42
43
|
syncedAt: Date;
|
|
43
|
-
balanceCents: number | bigint;
|
|
44
44
|
customerId: string;
|
|
45
45
|
projectId: string;
|
|
46
46
|
lotDetail: string | null;
|
|
@@ -92,16 +92,16 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
92
92
|
syncedAt: z.ZodDate;
|
|
93
93
|
updatedAt: z.ZodDate;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
id: string;
|
|
96
95
|
status: string;
|
|
96
|
+
id: string;
|
|
97
97
|
isArchived: boolean;
|
|
98
98
|
createdAt: Date;
|
|
99
99
|
updatedAt: Date;
|
|
100
100
|
syncedAt: Date;
|
|
101
101
|
companyName: string | null;
|
|
102
102
|
}, {
|
|
103
|
-
id: string;
|
|
104
103
|
status: string;
|
|
104
|
+
id: string;
|
|
105
105
|
isArchived: boolean;
|
|
106
106
|
createdAt: Date;
|
|
107
107
|
updatedAt: Date;
|
|
@@ -109,20 +109,20 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
109
109
|
companyName: string | null;
|
|
110
110
|
}>>>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
|
|
112
|
+
type: string;
|
|
113
113
|
status: string;
|
|
114
|
+
id: string;
|
|
114
115
|
isArchived: boolean;
|
|
115
116
|
createdAt: Date;
|
|
116
117
|
updatedAt: Date;
|
|
117
|
-
type: string;
|
|
118
118
|
syncedAt: Date;
|
|
119
119
|
mtaId: string | null;
|
|
120
120
|
name: string;
|
|
121
121
|
developerId: string;
|
|
122
122
|
state: string;
|
|
123
123
|
developer?: {
|
|
124
|
-
id: string;
|
|
125
124
|
status: string;
|
|
125
|
+
id: string;
|
|
126
126
|
isArchived: boolean;
|
|
127
127
|
createdAt: Date;
|
|
128
128
|
updatedAt: Date;
|
|
@@ -130,20 +130,20 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
130
130
|
companyName: string | null;
|
|
131
131
|
} | null | undefined;
|
|
132
132
|
}, {
|
|
133
|
-
|
|
133
|
+
type: string;
|
|
134
134
|
status: string;
|
|
135
|
+
id: string;
|
|
135
136
|
isArchived: boolean;
|
|
136
137
|
createdAt: Date;
|
|
137
138
|
updatedAt: Date;
|
|
138
|
-
type: string;
|
|
139
139
|
syncedAt: Date;
|
|
140
140
|
mtaId: string | null;
|
|
141
141
|
name: string;
|
|
142
142
|
developerId: string;
|
|
143
143
|
state: string;
|
|
144
144
|
developer?: {
|
|
145
|
-
id: string;
|
|
146
145
|
status: string;
|
|
146
|
+
id: string;
|
|
147
147
|
isArchived: boolean;
|
|
148
148
|
createdAt: Date;
|
|
149
149
|
updatedAt: Date;
|
|
@@ -162,8 +162,8 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
162
162
|
syncedAt: z.ZodDate;
|
|
163
163
|
updatedAt: z.ZodDate;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
-
id: string;
|
|
166
165
|
status: string;
|
|
166
|
+
id: string;
|
|
167
167
|
isArchived: boolean;
|
|
168
168
|
createdAt: Date;
|
|
169
169
|
updatedAt: Date;
|
|
@@ -172,8 +172,8 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
172
172
|
email: string;
|
|
173
173
|
syncedAt: Date;
|
|
174
174
|
}, {
|
|
175
|
-
id: string;
|
|
176
175
|
status: string;
|
|
176
|
+
id: string;
|
|
177
177
|
isArchived: boolean;
|
|
178
178
|
createdAt: Date;
|
|
179
179
|
updatedAt: Date;
|
|
@@ -203,43 +203,43 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
203
203
|
updatedAt: z.ZodDate;
|
|
204
204
|
createdBy: z.ZodString;
|
|
205
205
|
}, "strip", z.ZodTypeAny, {
|
|
206
|
-
id: string;
|
|
207
206
|
status: string;
|
|
207
|
+
id: string;
|
|
208
|
+
accountName: string;
|
|
209
|
+
propertyId: string;
|
|
210
|
+
balanceCents: bigint;
|
|
211
|
+
stateCode: string;
|
|
212
|
+
bankCode: string;
|
|
208
213
|
isArchived: boolean;
|
|
209
214
|
createdBy: string;
|
|
210
215
|
createdAt: Date;
|
|
211
216
|
updatedAt: Date;
|
|
212
|
-
balanceCents: bigint;
|
|
213
217
|
description: string | null;
|
|
214
|
-
propertyId: string;
|
|
215
218
|
payoutId: number;
|
|
216
219
|
bsb: string;
|
|
217
220
|
accountNumber: string;
|
|
218
221
|
cmaSeq: number;
|
|
219
222
|
country: string;
|
|
220
|
-
stateCode: string;
|
|
221
|
-
bankCode: string;
|
|
222
|
-
accountName: string;
|
|
223
223
|
currentReceiveSeq: number;
|
|
224
224
|
currentPayoutSeq: number;
|
|
225
225
|
}, {
|
|
226
|
-
id: string;
|
|
227
226
|
status: string;
|
|
227
|
+
id: string;
|
|
228
|
+
accountName: string;
|
|
229
|
+
propertyId: string;
|
|
230
|
+
balanceCents: bigint;
|
|
231
|
+
stateCode: string;
|
|
232
|
+
bankCode: string;
|
|
228
233
|
isArchived: boolean;
|
|
229
234
|
createdBy: string;
|
|
230
235
|
createdAt: Date;
|
|
231
236
|
updatedAt: Date;
|
|
232
|
-
balanceCents: bigint;
|
|
233
237
|
description: string | null;
|
|
234
|
-
propertyId: string;
|
|
235
238
|
payoutId: number;
|
|
236
239
|
bsb: string;
|
|
237
240
|
accountNumber: string;
|
|
238
241
|
cmaSeq: number;
|
|
239
242
|
country: string;
|
|
240
|
-
stateCode: string;
|
|
241
|
-
bankCode: string;
|
|
242
|
-
accountName: string;
|
|
243
243
|
currentReceiveSeq: number;
|
|
244
244
|
currentPayoutSeq: number;
|
|
245
245
|
}>>>>;
|
|
@@ -263,40 +263,40 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
263
263
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
264
264
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
id: string;
|
|
267
266
|
status: string;
|
|
267
|
+
id: string;
|
|
268
|
+
balanceCents: bigint;
|
|
269
|
+
stateCode: string;
|
|
270
|
+
bankCode: string;
|
|
268
271
|
isArchived: boolean;
|
|
269
272
|
createdBy: string | null;
|
|
270
273
|
createdAt: Date;
|
|
271
274
|
updatedAt: Date;
|
|
272
275
|
syncedAt: Date | null;
|
|
273
|
-
balanceCents: bigint;
|
|
274
276
|
name: string;
|
|
275
277
|
bsb: string;
|
|
276
278
|
accountNumber: string;
|
|
277
279
|
updatedBy: string | null;
|
|
278
280
|
country: string;
|
|
279
|
-
stateCode: string;
|
|
280
|
-
bankCode: string;
|
|
281
281
|
currentReceiveSeq: number;
|
|
282
282
|
currentPayoutSeq: number;
|
|
283
283
|
subsidiaryId: string;
|
|
284
284
|
}, {
|
|
285
|
-
id: string;
|
|
286
285
|
status: string;
|
|
286
|
+
id: string;
|
|
287
|
+
balanceCents: bigint;
|
|
288
|
+
stateCode: string;
|
|
289
|
+
bankCode: string;
|
|
287
290
|
isArchived: boolean;
|
|
288
291
|
createdBy: string | null;
|
|
289
292
|
createdAt: Date;
|
|
290
293
|
updatedAt: Date;
|
|
291
294
|
syncedAt: Date | null;
|
|
292
|
-
balanceCents: bigint;
|
|
293
295
|
name: string;
|
|
294
296
|
bsb: string;
|
|
295
297
|
accountNumber: string;
|
|
296
298
|
updatedBy: string | null;
|
|
297
299
|
country: string;
|
|
298
|
-
stateCode: string;
|
|
299
|
-
bankCode: string;
|
|
300
300
|
currentReceiveSeq: number;
|
|
301
301
|
currentPayoutSeq: number;
|
|
302
302
|
subsidiaryId: string;
|
|
@@ -330,8 +330,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
330
330
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
331
331
|
createdBy: z.ZodString;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
|
-
id: string;
|
|
334
333
|
status: string;
|
|
334
|
+
id: string;
|
|
335
|
+
propertyId: string | null;
|
|
336
|
+
balanceCents: bigint;
|
|
335
337
|
isArchived: boolean;
|
|
336
338
|
createdBy: string;
|
|
337
339
|
createdAt: Date;
|
|
@@ -339,11 +341,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
339
341
|
syncedAt: Date | null;
|
|
340
342
|
debitAmountCents: bigint;
|
|
341
343
|
creditAmountCents: bigint;
|
|
342
|
-
balanceCents: bigint;
|
|
343
344
|
description: string | null;
|
|
344
345
|
clearedAt: Date | null;
|
|
345
346
|
cmaId: string;
|
|
346
|
-
propertyId: string | null;
|
|
347
347
|
createType: string;
|
|
348
348
|
transactionType: string;
|
|
349
349
|
isCanceled: boolean;
|
|
@@ -358,8 +358,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
358
358
|
canceledAt: Date | null;
|
|
359
359
|
canceledReason: string | null;
|
|
360
360
|
}, {
|
|
361
|
-
id: string;
|
|
362
361
|
status: string;
|
|
362
|
+
id: string;
|
|
363
|
+
propertyId: string | null;
|
|
364
|
+
balanceCents: bigint;
|
|
363
365
|
isArchived: boolean;
|
|
364
366
|
createdBy: string;
|
|
365
367
|
createdAt: Date;
|
|
@@ -367,11 +369,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
367
369
|
syncedAt: Date | null;
|
|
368
370
|
debitAmountCents: bigint;
|
|
369
371
|
creditAmountCents: bigint;
|
|
370
|
-
balanceCents: bigint;
|
|
371
372
|
description: string | null;
|
|
372
373
|
clearedAt: Date | null;
|
|
373
374
|
cmaId: string;
|
|
374
|
-
propertyId: string | null;
|
|
375
375
|
createType: string;
|
|
376
376
|
transactionType: string;
|
|
377
377
|
isCanceled: boolean;
|
|
@@ -416,8 +416,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
416
416
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
417
417
|
payoutId: z.ZodNullable<z.ZodString>;
|
|
418
418
|
}, "strip", z.ZodTypeAny, {
|
|
419
|
-
id: string;
|
|
420
419
|
status: string;
|
|
420
|
+
id: string;
|
|
421
|
+
propertyId: string | null;
|
|
422
|
+
balanceCents: bigint;
|
|
421
423
|
isArchived: boolean;
|
|
422
424
|
createdBy: string | null;
|
|
423
425
|
createdAt: Date;
|
|
@@ -425,11 +427,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
425
427
|
syncedAt: Date;
|
|
426
428
|
debitAmountCents: bigint;
|
|
427
429
|
creditAmountCents: bigint;
|
|
428
|
-
balanceCents: bigint;
|
|
429
430
|
mtaId: string;
|
|
430
431
|
description: string | null;
|
|
431
432
|
clearedAt: Date | null;
|
|
432
|
-
propertyId: string | null;
|
|
433
433
|
transactionType: string;
|
|
434
434
|
isCanceled: boolean;
|
|
435
435
|
isRefunded: boolean;
|
|
@@ -445,8 +445,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
445
445
|
referenceId: string | null;
|
|
446
446
|
note: string | null;
|
|
447
447
|
}, {
|
|
448
|
-
id: string;
|
|
449
448
|
status: string;
|
|
449
|
+
id: string;
|
|
450
|
+
propertyId: string | null;
|
|
451
|
+
balanceCents: bigint;
|
|
450
452
|
isArchived: boolean;
|
|
451
453
|
createdBy: string | null;
|
|
452
454
|
createdAt: Date;
|
|
@@ -454,11 +456,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
454
456
|
syncedAt: Date;
|
|
455
457
|
debitAmountCents: bigint;
|
|
456
458
|
creditAmountCents: bigint;
|
|
457
|
-
balanceCents: bigint;
|
|
458
459
|
mtaId: string;
|
|
459
460
|
description: string | null;
|
|
460
461
|
clearedAt: Date | null;
|
|
461
|
-
propertyId: string | null;
|
|
462
462
|
transactionType: string;
|
|
463
463
|
isCanceled: boolean;
|
|
464
464
|
isRefunded: boolean;
|
|
@@ -475,13 +475,13 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
475
475
|
note: string | null;
|
|
476
476
|
}>, "many">>>>;
|
|
477
477
|
}, "strip", z.ZodTypeAny, {
|
|
478
|
-
id: string;
|
|
479
478
|
status: string;
|
|
479
|
+
id: string;
|
|
480
|
+
balanceCents: number | bigint;
|
|
480
481
|
isArchived: boolean;
|
|
481
482
|
createdAt: Date;
|
|
482
483
|
updatedAt: Date;
|
|
483
484
|
syncedAt: Date;
|
|
484
|
-
balanceCents: number | bigint;
|
|
485
485
|
customerId: string;
|
|
486
486
|
projectId: string;
|
|
487
487
|
lotDetail: string | null;
|
|
@@ -490,74 +490,63 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
490
490
|
mtaId: string;
|
|
491
491
|
mtaBalanceCents: number | bigint;
|
|
492
492
|
cmaBalanceCents: number | bigint;
|
|
493
|
-
customer?: {
|
|
494
|
-
id: string;
|
|
495
|
-
status: string;
|
|
496
|
-
isArchived: boolean;
|
|
497
|
-
createdAt: Date;
|
|
498
|
-
updatedAt: Date;
|
|
499
|
-
fullName: string | null;
|
|
500
|
-
mobile: string | null;
|
|
501
|
-
email: string;
|
|
502
|
-
syncedAt: Date;
|
|
503
|
-
} | null | undefined;
|
|
504
493
|
cma?: {
|
|
505
|
-
id: string;
|
|
506
494
|
status: string;
|
|
495
|
+
id: string;
|
|
496
|
+
accountName: string;
|
|
497
|
+
propertyId: string;
|
|
498
|
+
balanceCents: bigint;
|
|
499
|
+
stateCode: string;
|
|
500
|
+
bankCode: string;
|
|
507
501
|
isArchived: boolean;
|
|
508
502
|
createdBy: string;
|
|
509
503
|
createdAt: Date;
|
|
510
504
|
updatedAt: Date;
|
|
511
|
-
balanceCents: bigint;
|
|
512
505
|
description: string | null;
|
|
513
|
-
propertyId: string;
|
|
514
506
|
payoutId: number;
|
|
515
507
|
bsb: string;
|
|
516
508
|
accountNumber: string;
|
|
517
509
|
cmaSeq: number;
|
|
518
510
|
country: string;
|
|
519
|
-
stateCode: string;
|
|
520
|
-
bankCode: string;
|
|
521
|
-
accountName: string;
|
|
522
511
|
currentReceiveSeq: number;
|
|
523
512
|
currentPayoutSeq: number;
|
|
524
513
|
} | null | undefined;
|
|
525
514
|
mta?: {
|
|
526
|
-
id: string;
|
|
527
515
|
status: string;
|
|
516
|
+
id: string;
|
|
517
|
+
balanceCents: bigint;
|
|
518
|
+
stateCode: string;
|
|
519
|
+
bankCode: string;
|
|
528
520
|
isArchived: boolean;
|
|
529
521
|
createdBy: string | null;
|
|
530
522
|
createdAt: Date;
|
|
531
523
|
updatedAt: Date;
|
|
532
524
|
syncedAt: Date | null;
|
|
533
|
-
balanceCents: bigint;
|
|
534
525
|
name: string;
|
|
535
526
|
bsb: string;
|
|
536
527
|
accountNumber: string;
|
|
537
528
|
updatedBy: string | null;
|
|
538
529
|
country: string;
|
|
539
|
-
stateCode: string;
|
|
540
|
-
bankCode: string;
|
|
541
530
|
currentReceiveSeq: number;
|
|
542
531
|
currentPayoutSeq: number;
|
|
543
532
|
subsidiaryId: string;
|
|
544
533
|
} | null | undefined;
|
|
545
534
|
buyerName?: string | null | undefined;
|
|
546
535
|
project?: {
|
|
547
|
-
|
|
536
|
+
type: string;
|
|
548
537
|
status: string;
|
|
538
|
+
id: string;
|
|
549
539
|
isArchived: boolean;
|
|
550
540
|
createdAt: Date;
|
|
551
541
|
updatedAt: Date;
|
|
552
|
-
type: string;
|
|
553
542
|
syncedAt: Date;
|
|
554
543
|
mtaId: string | null;
|
|
555
544
|
name: string;
|
|
556
545
|
developerId: string;
|
|
557
546
|
state: string;
|
|
558
547
|
developer?: {
|
|
559
|
-
id: string;
|
|
560
548
|
status: string;
|
|
549
|
+
id: string;
|
|
561
550
|
isArchived: boolean;
|
|
562
551
|
createdAt: Date;
|
|
563
552
|
updatedAt: Date;
|
|
@@ -565,9 +554,22 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
565
554
|
companyName: string | null;
|
|
566
555
|
} | null | undefined;
|
|
567
556
|
} | null | undefined;
|
|
568
|
-
|
|
557
|
+
customer?: {
|
|
558
|
+
status: string;
|
|
569
559
|
id: string;
|
|
560
|
+
isArchived: boolean;
|
|
561
|
+
createdAt: Date;
|
|
562
|
+
updatedAt: Date;
|
|
563
|
+
fullName: string | null;
|
|
564
|
+
mobile: string | null;
|
|
565
|
+
email: string;
|
|
566
|
+
syncedAt: Date;
|
|
567
|
+
} | null | undefined;
|
|
568
|
+
cmaTransactions?: {
|
|
570
569
|
status: string;
|
|
570
|
+
id: string;
|
|
571
|
+
propertyId: string | null;
|
|
572
|
+
balanceCents: bigint;
|
|
571
573
|
isArchived: boolean;
|
|
572
574
|
createdBy: string;
|
|
573
575
|
createdAt: Date;
|
|
@@ -575,11 +577,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
575
577
|
syncedAt: Date | null;
|
|
576
578
|
debitAmountCents: bigint;
|
|
577
579
|
creditAmountCents: bigint;
|
|
578
|
-
balanceCents: bigint;
|
|
579
580
|
description: string | null;
|
|
580
581
|
clearedAt: Date | null;
|
|
581
582
|
cmaId: string;
|
|
582
|
-
propertyId: string | null;
|
|
583
583
|
createType: string;
|
|
584
584
|
transactionType: string;
|
|
585
585
|
isCanceled: boolean;
|
|
@@ -595,8 +595,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
595
595
|
canceledReason: string | null;
|
|
596
596
|
}[] | null | undefined;
|
|
597
597
|
mtaTransactions?: {
|
|
598
|
-
id: string;
|
|
599
598
|
status: string;
|
|
599
|
+
id: string;
|
|
600
|
+
propertyId: string | null;
|
|
601
|
+
balanceCents: bigint;
|
|
600
602
|
isArchived: boolean;
|
|
601
603
|
createdBy: string | null;
|
|
602
604
|
createdAt: Date;
|
|
@@ -604,11 +606,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
604
606
|
syncedAt: Date;
|
|
605
607
|
debitAmountCents: bigint;
|
|
606
608
|
creditAmountCents: bigint;
|
|
607
|
-
balanceCents: bigint;
|
|
608
609
|
mtaId: string;
|
|
609
610
|
description: string | null;
|
|
610
611
|
clearedAt: Date | null;
|
|
611
|
-
propertyId: string | null;
|
|
612
612
|
transactionType: string;
|
|
613
613
|
isCanceled: boolean;
|
|
614
614
|
isRefunded: boolean;
|
|
@@ -625,13 +625,13 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
625
625
|
note: string | null;
|
|
626
626
|
}[] | null | undefined;
|
|
627
627
|
}, {
|
|
628
|
-
id: string;
|
|
629
628
|
status: string;
|
|
629
|
+
id: string;
|
|
630
|
+
balanceCents: number | bigint;
|
|
630
631
|
isArchived: boolean;
|
|
631
632
|
createdAt: Date;
|
|
632
633
|
updatedAt: Date;
|
|
633
634
|
syncedAt: Date;
|
|
634
|
-
balanceCents: number | bigint;
|
|
635
635
|
customerId: string;
|
|
636
636
|
projectId: string;
|
|
637
637
|
lotDetail: string | null;
|
|
@@ -640,74 +640,63 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
640
640
|
mtaId: string;
|
|
641
641
|
mtaBalanceCents: number | bigint;
|
|
642
642
|
cmaBalanceCents: number | bigint;
|
|
643
|
-
customer?: {
|
|
644
|
-
id: string;
|
|
645
|
-
status: string;
|
|
646
|
-
isArchived: boolean;
|
|
647
|
-
createdAt: Date;
|
|
648
|
-
updatedAt: Date;
|
|
649
|
-
fullName: string | null;
|
|
650
|
-
mobile: string | null;
|
|
651
|
-
email: string;
|
|
652
|
-
syncedAt: Date;
|
|
653
|
-
} | null | undefined;
|
|
654
643
|
cma?: {
|
|
655
|
-
id: string;
|
|
656
644
|
status: string;
|
|
645
|
+
id: string;
|
|
646
|
+
accountName: string;
|
|
647
|
+
propertyId: string;
|
|
648
|
+
balanceCents: bigint;
|
|
649
|
+
stateCode: string;
|
|
650
|
+
bankCode: string;
|
|
657
651
|
isArchived: boolean;
|
|
658
652
|
createdBy: string;
|
|
659
653
|
createdAt: Date;
|
|
660
654
|
updatedAt: Date;
|
|
661
|
-
balanceCents: bigint;
|
|
662
655
|
description: string | null;
|
|
663
|
-
propertyId: string;
|
|
664
656
|
payoutId: number;
|
|
665
657
|
bsb: string;
|
|
666
658
|
accountNumber: string;
|
|
667
659
|
cmaSeq: number;
|
|
668
660
|
country: string;
|
|
669
|
-
stateCode: string;
|
|
670
|
-
bankCode: string;
|
|
671
|
-
accountName: string;
|
|
672
661
|
currentReceiveSeq: number;
|
|
673
662
|
currentPayoutSeq: number;
|
|
674
663
|
} | null | undefined;
|
|
675
664
|
mta?: {
|
|
676
|
-
id: string;
|
|
677
665
|
status: string;
|
|
666
|
+
id: string;
|
|
667
|
+
balanceCents: bigint;
|
|
668
|
+
stateCode: string;
|
|
669
|
+
bankCode: string;
|
|
678
670
|
isArchived: boolean;
|
|
679
671
|
createdBy: string | null;
|
|
680
672
|
createdAt: Date;
|
|
681
673
|
updatedAt: Date;
|
|
682
674
|
syncedAt: Date | null;
|
|
683
|
-
balanceCents: bigint;
|
|
684
675
|
name: string;
|
|
685
676
|
bsb: string;
|
|
686
677
|
accountNumber: string;
|
|
687
678
|
updatedBy: string | null;
|
|
688
679
|
country: string;
|
|
689
|
-
stateCode: string;
|
|
690
|
-
bankCode: string;
|
|
691
680
|
currentReceiveSeq: number;
|
|
692
681
|
currentPayoutSeq: number;
|
|
693
682
|
subsidiaryId: string;
|
|
694
683
|
} | null | undefined;
|
|
695
684
|
buyerName?: string | null | undefined;
|
|
696
685
|
project?: {
|
|
697
|
-
|
|
686
|
+
type: string;
|
|
698
687
|
status: string;
|
|
688
|
+
id: string;
|
|
699
689
|
isArchived: boolean;
|
|
700
690
|
createdAt: Date;
|
|
701
691
|
updatedAt: Date;
|
|
702
|
-
type: string;
|
|
703
692
|
syncedAt: Date;
|
|
704
693
|
mtaId: string | null;
|
|
705
694
|
name: string;
|
|
706
695
|
developerId: string;
|
|
707
696
|
state: string;
|
|
708
697
|
developer?: {
|
|
709
|
-
id: string;
|
|
710
698
|
status: string;
|
|
699
|
+
id: string;
|
|
711
700
|
isArchived: boolean;
|
|
712
701
|
createdAt: Date;
|
|
713
702
|
updatedAt: Date;
|
|
@@ -715,9 +704,22 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
715
704
|
companyName: string | null;
|
|
716
705
|
} | null | undefined;
|
|
717
706
|
} | null | undefined;
|
|
718
|
-
|
|
707
|
+
customer?: {
|
|
708
|
+
status: string;
|
|
719
709
|
id: string;
|
|
710
|
+
isArchived: boolean;
|
|
711
|
+
createdAt: Date;
|
|
712
|
+
updatedAt: Date;
|
|
713
|
+
fullName: string | null;
|
|
714
|
+
mobile: string | null;
|
|
715
|
+
email: string;
|
|
716
|
+
syncedAt: Date;
|
|
717
|
+
} | null | undefined;
|
|
718
|
+
cmaTransactions?: {
|
|
720
719
|
status: string;
|
|
720
|
+
id: string;
|
|
721
|
+
propertyId: string | null;
|
|
722
|
+
balanceCents: bigint;
|
|
721
723
|
isArchived: boolean;
|
|
722
724
|
createdBy: string;
|
|
723
725
|
createdAt: Date;
|
|
@@ -725,11 +727,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
725
727
|
syncedAt: Date | null;
|
|
726
728
|
debitAmountCents: bigint;
|
|
727
729
|
creditAmountCents: bigint;
|
|
728
|
-
balanceCents: bigint;
|
|
729
730
|
description: string | null;
|
|
730
731
|
clearedAt: Date | null;
|
|
731
732
|
cmaId: string;
|
|
732
|
-
propertyId: string | null;
|
|
733
733
|
createType: string;
|
|
734
734
|
transactionType: string;
|
|
735
735
|
isCanceled: boolean;
|
|
@@ -745,8 +745,10 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
745
745
|
canceledReason: string | null;
|
|
746
746
|
}[] | null | undefined;
|
|
747
747
|
mtaTransactions?: {
|
|
748
|
-
id: string;
|
|
749
748
|
status: string;
|
|
749
|
+
id: string;
|
|
750
|
+
propertyId: string | null;
|
|
751
|
+
balanceCents: bigint;
|
|
750
752
|
isArchived: boolean;
|
|
751
753
|
createdBy: string | null;
|
|
752
754
|
createdAt: Date;
|
|
@@ -754,11 +756,9 @@ export declare const propertyNestedEntitySchema: z.ZodObject<{
|
|
|
754
756
|
syncedAt: Date;
|
|
755
757
|
debitAmountCents: bigint;
|
|
756
758
|
creditAmountCents: bigint;
|
|
757
|
-
balanceCents: bigint;
|
|
758
759
|
mtaId: string;
|
|
759
760
|
description: string | null;
|
|
760
761
|
clearedAt: Date | null;
|
|
761
|
-
propertyId: string | null;
|
|
762
762
|
transactionType: string;
|
|
763
763
|
isCanceled: boolean;
|
|
764
764
|
isRefunded: boolean;
|