@mikemo-coposit/am-accounting-shared 0.0.13 → 0.0.14
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 +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/sort-order.constant.d.ts +5 -0
- package/dist/cjs/constants/common/sort-order.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +1 -1
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +890 -776
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +9 -1078
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +1088 -609
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +3 -17
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1107 -2428
- 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.entity.schema.d.ts +9 -37
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/index.d.ts +0 -1
- package/dist/cjs/schemas/cma-account-period/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1856 -1725
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
- 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 +12 -1545
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
- 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 +8 -26
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +3 -3
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts +2 -2
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +1 -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 +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/bool-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +8 -24
- package/dist/cjs/schemas/common/search/date-filter.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/json-filter.schema.d.ts +2 -14
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +20 -47
- 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 +3 -9
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +6 -28
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +5 -0
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +5 -35
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +5 -21
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +5 -29
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +9 -148
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +5 -32
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +9 -33
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -46
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +74 -617
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/update-mta.schema.d.ts +2 -8
- package/dist/cjs/schemas/mta/update-mta.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/index.d.ts +0 -1
- package/dist/cjs/schemas/mta-account-period/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1162 -2497
- 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 +7 -35
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +669 -1469
- 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 +4 -12
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
- 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 +50 -757
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
- 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 +5 -27
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
- package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
- 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 +5196 -50692
- 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/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
- package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
- 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 +18 -186
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +25 -217
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +127 -7348
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +20394 -85983
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
- 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 +29 -257
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +19 -189
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1779 -5459
- 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 +13 -96
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +73 -1147
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
- package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +5 -25
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +85 -645
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +75 -681
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +1191 -1570
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +5 -21
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +7 -27
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +6 -38
- package/dist/cjs/schemas/user/user.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.rest.schema.d.ts +4 -29
- package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/date.util.d.ts +27 -0
- package/dist/cjs/utils/date.util.d.ts.map +1 -0
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- 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/common/sort-order.constant.d.ts +5 -0
- package/dist/esm/constants/common/sort-order.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +1 -1
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +840 -745
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +9 -1078
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +1088 -609
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +3 -17
- package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1107 -2428
- 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.entity.schema.d.ts +9 -37
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/index.d.ts +0 -1
- package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1856 -1725
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
- 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 +12 -1545
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
- 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 +8 -26
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +3 -3
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-number.schma.d.ts +2 -2
- package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts +1 -1
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/state-code.schema.d.ts +1 -1
- package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +1 -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 +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/bool-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts +8 -24
- package/dist/esm/schemas/common/search/date-filter.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/json-filter.schema.d.ts +2 -14
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +20 -47
- 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 +3 -9
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +6 -28
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts +1 -1
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts +5 -0
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +5 -35
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +5 -21
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +5 -29
- package/dist/esm/schemas/menu/create-menu.schema.d.ts.map +1 -1
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +9 -148
- package/dist/esm/schemas/menu/menu-res.schema.d.ts.map +1 -1
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +5 -32
- package/dist/esm/schemas/menu/update-menu.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +9 -33
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -46
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +74 -617
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/update-mta.schema.d.ts +2 -8
- package/dist/esm/schemas/mta/update-mta.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/index.d.ts +0 -1
- package/dist/esm/schemas/mta-account-period/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1162 -2497
- 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 +7 -35
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +669 -1469
- 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 +4 -12
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
- 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 +50 -757
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
- 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 +5 -27
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
- package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
- 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 +5196 -50692
- 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/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
- package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
- 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 +18 -186
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +25 -217
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +127 -7348
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +20394 -85983
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
- 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 +29 -257
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +19 -189
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1779 -5459
- 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 +13 -96
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +73 -1147
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
- package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +5 -25
- package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +85 -645
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +75 -681
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +1191 -1570
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +5 -21
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +7 -27
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.entity.schema.d.ts +6 -38
- package/dist/esm/schemas/user/user.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.rest.schema.d.ts +4 -29
- package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/date.util.d.ts +27 -0
- package/dist/esm/utils/date.util.d.ts.map +1 -0
- package/dist/esm/utils/index.d.ts +1 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -1,163 +1,82 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const cmaAccountPeriodClosingSummaryRestReqSchema: z.ZodObject<{
|
|
3
|
-
cmaAccountPeriodId: z.
|
|
4
|
-
endDate: z.
|
|
5
|
-
},
|
|
6
|
-
cmaAccountPeriodId: string;
|
|
7
|
-
endDate: Date;
|
|
8
|
-
}, {
|
|
9
|
-
cmaAccountPeriodId: string;
|
|
10
|
-
endDate: string | Date;
|
|
11
|
-
}>;
|
|
3
|
+
cmaAccountPeriodId: z.ZodUUID;
|
|
4
|
+
endDate: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodDate]>, z.ZodTransform<Date, string | Date>>, z.ZodDate>;
|
|
5
|
+
}, z.core.$strip>;
|
|
12
6
|
export type CmaAccountPeriodClosingSummaryRestReq = z.input<typeof cmaAccountPeriodClosingSummaryRestReqSchema>;
|
|
13
7
|
export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
14
8
|
startDate: z.ZodDate;
|
|
15
9
|
endDate: z.ZodDate;
|
|
16
|
-
bankStatementBalanceCents: z.
|
|
10
|
+
bankStatementBalanceCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
17
11
|
currentTrustBalanceSummary: z.ZodObject<{
|
|
18
|
-
totalAmountCents: z.
|
|
19
|
-
totalCreditAmountCents: z.
|
|
20
|
-
totalDebitAmountCents: z.
|
|
12
|
+
totalAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
13
|
+
totalCreditAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
14
|
+
totalDebitAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
21
15
|
totalTransactionsCount: z.ZodNumber;
|
|
22
|
-
},
|
|
23
|
-
totalAmountCents: number;
|
|
24
|
-
totalCreditAmountCents: number;
|
|
25
|
-
totalDebitAmountCents: number;
|
|
26
|
-
totalTransactionsCount: number;
|
|
27
|
-
}, {
|
|
28
|
-
totalAmountCents: number | bigint;
|
|
29
|
-
totalCreditAmountCents: number | bigint;
|
|
30
|
-
totalDebitAmountCents: number | bigint;
|
|
31
|
-
totalTransactionsCount: number;
|
|
32
|
-
}>;
|
|
16
|
+
}, z.core.$strip>;
|
|
33
17
|
reconciliations: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
34
|
-
id: z.
|
|
18
|
+
id: z.ZodUUID;
|
|
35
19
|
cmaAccountPeriodId: z.ZodString;
|
|
36
20
|
cmaId: z.ZodString;
|
|
37
|
-
reconciledTo: z.
|
|
38
|
-
reconciledAmountCents: z.ZodNullable<z.
|
|
39
|
-
unreconciledAmountCents: z.ZodNullable<z.
|
|
40
|
-
totalReconciledAmountCents: z.ZodNullable<z.
|
|
41
|
-
closedAt: z.ZodNullable<z.
|
|
21
|
+
reconciledTo: z.ZodCoercedDate<unknown>;
|
|
22
|
+
reconciledAmountCents: z.ZodNullable<z.ZodCoercedBigInt<unknown>>;
|
|
23
|
+
unreconciledAmountCents: z.ZodNullable<z.ZodCoercedBigInt<unknown>>;
|
|
24
|
+
totalReconciledAmountCents: z.ZodNullable<z.ZodCoercedBigInt<unknown>>;
|
|
25
|
+
closedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
42
26
|
createdBy: z.ZodString;
|
|
43
|
-
createdAt: z.
|
|
27
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
44
28
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
45
29
|
closedBy: z.ZodNullable<z.ZodString>;
|
|
46
30
|
editable: z.ZodBoolean;
|
|
47
31
|
status: z.ZodString;
|
|
48
32
|
isArchived: z.ZodBoolean;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
status: string;
|
|
58
|
-
id: string;
|
|
59
|
-
isArchived: boolean;
|
|
60
|
-
createdBy: string;
|
|
61
|
-
createdAt: Date;
|
|
62
|
-
cmaId: string;
|
|
63
|
-
cmaAccountPeriodId: string;
|
|
64
|
-
reconciledTo: Date;
|
|
65
|
-
reconciledAmountCents: bigint | null;
|
|
66
|
-
unreconciledAmountCents: bigint | null;
|
|
67
|
-
totalReconciledAmountCents: bigint | null;
|
|
68
|
-
bankStatementBalanceCents: number;
|
|
69
|
-
closedAt: Date | null;
|
|
70
|
-
updatedBy: string | null;
|
|
71
|
-
closedBy: string | null;
|
|
72
|
-
editable: boolean;
|
|
73
|
-
closingBalanceCents?: number | null | undefined;
|
|
74
|
-
closingVarianceCents?: number | null | undefined;
|
|
75
|
-
currentTrustBalanceCents?: number | null | undefined;
|
|
76
|
-
currentReconciledBalanceCents?: number | null | undefined;
|
|
77
|
-
currentVarianceCents?: number | null | undefined;
|
|
78
|
-
}, {
|
|
79
|
-
status: string;
|
|
80
|
-
id: string;
|
|
81
|
-
isArchived: boolean;
|
|
82
|
-
createdBy: string;
|
|
83
|
-
createdAt: Date;
|
|
84
|
-
cmaId: string;
|
|
85
|
-
cmaAccountPeriodId: string;
|
|
86
|
-
reconciledTo: Date;
|
|
87
|
-
reconciledAmountCents: bigint | null;
|
|
88
|
-
unreconciledAmountCents: bigint | null;
|
|
89
|
-
totalReconciledAmountCents: bigint | null;
|
|
90
|
-
bankStatementBalanceCents: string | number | bigint;
|
|
91
|
-
closedAt: Date | null;
|
|
92
|
-
updatedBy: string | null;
|
|
93
|
-
closedBy: string | null;
|
|
94
|
-
editable: boolean;
|
|
95
|
-
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
96
|
-
closingVarianceCents?: string | number | bigint | null | undefined;
|
|
97
|
-
currentTrustBalanceCents?: string | number | bigint | null | undefined;
|
|
98
|
-
currentReconciledBalanceCents?: string | number | bigint | null | undefined;
|
|
99
|
-
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
100
|
-
}>, "many">>>>;
|
|
33
|
+
closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>>;
|
|
34
|
+
bankStatementBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
35
|
+
closingVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>>;
|
|
36
|
+
currentTrustBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>>;
|
|
37
|
+
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>>;
|
|
38
|
+
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>>;
|
|
39
|
+
}, z.core.$strip>>>>>;
|
|
101
40
|
totalReconciledAmountSummary: z.ZodObject<{
|
|
102
|
-
totalReconciledAmountCents: z.
|
|
103
|
-
totalReconciledCreditAmountCents: z.
|
|
104
|
-
totalReconciledDebitAmountCents: z.
|
|
41
|
+
totalReconciledAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
42
|
+
totalReconciledCreditAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
43
|
+
totalReconciledDebitAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
105
44
|
totalReconciledTransactionsCount: z.ZodNumber;
|
|
106
|
-
},
|
|
107
|
-
totalReconciledAmountCents: number;
|
|
108
|
-
totalReconciledCreditAmountCents: number;
|
|
109
|
-
totalReconciledDebitAmountCents: number;
|
|
110
|
-
totalReconciledTransactionsCount: number;
|
|
111
|
-
}, {
|
|
112
|
-
totalReconciledAmountCents: number | bigint;
|
|
113
|
-
totalReconciledCreditAmountCents: number | bigint;
|
|
114
|
-
totalReconciledDebitAmountCents: number | bigint;
|
|
115
|
-
totalReconciledTransactionsCount: number;
|
|
116
|
-
}>;
|
|
45
|
+
}, z.core.$strip>;
|
|
117
46
|
totalUnreconciledAmountSummary: z.ZodObject<{
|
|
118
|
-
totalUnreconciledAmountCents: z.
|
|
119
|
-
totalUnreconciledCreditAmountCents: z.
|
|
120
|
-
totalUnreconciledDebitAmountCents: z.
|
|
47
|
+
totalUnreconciledAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
48
|
+
totalUnreconciledCreditAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
49
|
+
totalUnreconciledDebitAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
121
50
|
totalUnreconciledTransactionsCount: z.ZodNumber;
|
|
122
|
-
},
|
|
123
|
-
totalUnreconciledAmountCents: number;
|
|
124
|
-
totalUnreconciledCreditAmountCents: number;
|
|
125
|
-
totalUnreconciledDebitAmountCents: number;
|
|
126
|
-
totalUnreconciledTransactionsCount: number;
|
|
127
|
-
}, {
|
|
128
|
-
totalUnreconciledAmountCents: number | bigint;
|
|
129
|
-
totalUnreconciledCreditAmountCents: number | bigint;
|
|
130
|
-
totalUnreconciledDebitAmountCents: number | bigint;
|
|
131
|
-
totalUnreconciledTransactionsCount: number;
|
|
132
|
-
}>;
|
|
51
|
+
}, z.core.$strip>;
|
|
133
52
|
transactionsSummary: z.ZodObject<{
|
|
134
|
-
reconciledAmountCents: z.
|
|
53
|
+
reconciledAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
135
54
|
reconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
|
|
55
|
+
creditAmountCents: number;
|
|
56
|
+
debitAmountCents: number;
|
|
57
|
+
balanceCents: number;
|
|
58
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
59
|
+
transactionType: string;
|
|
136
60
|
status: "clearing" | "cleared" | "reconciled";
|
|
137
61
|
id: string;
|
|
138
|
-
propertyId: string | null;
|
|
139
|
-
balanceCents: number;
|
|
140
|
-
isArchived: boolean;
|
|
141
|
-
createdAt: Date;
|
|
142
|
-
updatedAt: Date;
|
|
143
|
-
syncedAt: Date | null;
|
|
144
|
-
debitAmountCents: number;
|
|
145
|
-
creditAmountCents: number;
|
|
146
|
-
description: string | null;
|
|
147
|
-
clearedAt: Date | null;
|
|
148
62
|
cmaId: string;
|
|
63
|
+
sequence: number;
|
|
64
|
+
propertyId: string | null;
|
|
149
65
|
payoutId: string | null;
|
|
66
|
+
createType: string;
|
|
150
67
|
bankRef: string | null;
|
|
151
|
-
|
|
152
|
-
transactionType: string;
|
|
153
|
-
sequence: number;
|
|
68
|
+
description: string | null;
|
|
154
69
|
isCanceled: boolean;
|
|
70
|
+
isArchived: boolean;
|
|
155
71
|
isRefunded: boolean;
|
|
72
|
+
clearedAt: Date | null;
|
|
73
|
+
createdAt: Date;
|
|
74
|
+
syncedAt: Date | null;
|
|
75
|
+
updatedAt: Date;
|
|
156
76
|
sourceTransactionId: string | null;
|
|
157
77
|
cancelType: string | null;
|
|
158
78
|
canceledAt: Date | null;
|
|
159
79
|
canceledReason: string | null;
|
|
160
|
-
createType: string;
|
|
161
80
|
createdBy?: string | {
|
|
162
81
|
id: string;
|
|
163
82
|
email: string;
|
|
@@ -165,92 +84,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
165
84
|
firstName?: string | null | undefined;
|
|
166
85
|
lastName?: string | null | undefined;
|
|
167
86
|
} | null | undefined;
|
|
87
|
+
canceledBy?: string | {
|
|
88
|
+
id: string;
|
|
89
|
+
email: string;
|
|
90
|
+
fullName?: string | null | undefined;
|
|
91
|
+
firstName?: string | null | undefined;
|
|
92
|
+
lastName?: string | null | undefined;
|
|
93
|
+
} | null | undefined;
|
|
168
94
|
property?: {
|
|
169
|
-
status: string;
|
|
170
95
|
id: string;
|
|
171
|
-
|
|
96
|
+
status: string;
|
|
172
97
|
isArchived: boolean;
|
|
173
98
|
createdAt: Date;
|
|
174
|
-
updatedAt: Date;
|
|
175
99
|
syncedAt: Date;
|
|
100
|
+
updatedAt: Date;
|
|
101
|
+
mtaId: string;
|
|
102
|
+
balanceCents: bigint;
|
|
176
103
|
customerId: string;
|
|
177
104
|
projectId: string;
|
|
178
105
|
lotDetail: string | null;
|
|
179
106
|
propertyAddress: string;
|
|
180
|
-
stage: string;
|
|
181
|
-
mtaId: string;
|
|
182
|
-
mtaBalanceCents: bigint;
|
|
183
107
|
cmaBalanceCents: bigint;
|
|
108
|
+
mtaBalanceCents: bigint;
|
|
109
|
+
stage: string;
|
|
184
110
|
buyerName?: string | null | undefined;
|
|
185
111
|
project?: {
|
|
112
|
+
id: string;
|
|
113
|
+
name: string;
|
|
114
|
+
developerId: string;
|
|
115
|
+
mtaId: string | null;
|
|
116
|
+
state: string;
|
|
186
117
|
type: string;
|
|
187
118
|
status: string;
|
|
188
|
-
id: string;
|
|
189
119
|
isArchived: boolean;
|
|
190
120
|
createdAt: Date;
|
|
191
|
-
updatedAt: Date;
|
|
192
121
|
syncedAt: Date;
|
|
193
|
-
|
|
194
|
-
name: string;
|
|
195
|
-
developerId: string;
|
|
196
|
-
state: string;
|
|
122
|
+
updatedAt: Date;
|
|
197
123
|
developer?: {
|
|
198
|
-
status: string;
|
|
199
124
|
id: string;
|
|
125
|
+
companyName: string | null;
|
|
126
|
+
status: string;
|
|
200
127
|
isArchived: boolean;
|
|
201
128
|
createdAt: Date;
|
|
202
|
-
updatedAt: Date;
|
|
203
129
|
syncedAt: Date;
|
|
204
|
-
|
|
130
|
+
updatedAt: Date;
|
|
205
131
|
} | null | undefined;
|
|
206
132
|
} | null | undefined;
|
|
207
133
|
customer?: {
|
|
208
|
-
status: string;
|
|
209
134
|
id: string;
|
|
210
|
-
isArchived: boolean;
|
|
211
|
-
createdAt: Date;
|
|
212
|
-
updatedAt: Date;
|
|
213
135
|
fullName: string | null;
|
|
214
136
|
mobile: string | null;
|
|
215
137
|
email: string;
|
|
138
|
+
status: string;
|
|
139
|
+
isArchived: boolean;
|
|
140
|
+
createdAt: Date;
|
|
216
141
|
syncedAt: Date;
|
|
142
|
+
updatedAt: Date;
|
|
217
143
|
} | null | undefined;
|
|
218
144
|
} | null | undefined;
|
|
219
|
-
canceledBy?: string | {
|
|
220
|
-
id: string;
|
|
221
|
-
email: string;
|
|
222
|
-
fullName?: string | null | undefined;
|
|
223
|
-
firstName?: string | null | undefined;
|
|
224
|
-
lastName?: string | null | undefined;
|
|
225
|
-
} | null | undefined;
|
|
226
145
|
} & {
|
|
227
146
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
228
147
|
sourceTransaction?: Omit<{
|
|
148
|
+
creditAmountCents: number;
|
|
149
|
+
debitAmountCents: number;
|
|
150
|
+
balanceCents: number;
|
|
151
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
152
|
+
transactionType: string;
|
|
229
153
|
status: "clearing" | "cleared" | "reconciled";
|
|
230
154
|
id: string;
|
|
231
|
-
propertyId: string | null;
|
|
232
|
-
balanceCents: number;
|
|
233
|
-
isArchived: boolean;
|
|
234
|
-
createdAt: Date;
|
|
235
|
-
updatedAt: Date;
|
|
236
|
-
syncedAt: Date | null;
|
|
237
|
-
debitAmountCents: number;
|
|
238
|
-
creditAmountCents: number;
|
|
239
|
-
description: string | null;
|
|
240
|
-
clearedAt: Date | null;
|
|
241
155
|
cmaId: string;
|
|
156
|
+
sequence: number;
|
|
157
|
+
propertyId: string | null;
|
|
242
158
|
payoutId: string | null;
|
|
159
|
+
createType: string;
|
|
243
160
|
bankRef: string | null;
|
|
244
|
-
|
|
245
|
-
transactionType: string;
|
|
246
|
-
sequence: number;
|
|
161
|
+
description: string | null;
|
|
247
162
|
isCanceled: boolean;
|
|
163
|
+
isArchived: boolean;
|
|
248
164
|
isRefunded: boolean;
|
|
165
|
+
clearedAt: Date | null;
|
|
166
|
+
createdAt: Date;
|
|
167
|
+
syncedAt: Date | null;
|
|
168
|
+
updatedAt: Date;
|
|
249
169
|
sourceTransactionId: string | null;
|
|
250
170
|
cancelType: string | null;
|
|
251
171
|
canceledAt: Date | null;
|
|
252
172
|
canceledReason: string | null;
|
|
253
|
-
createType: string;
|
|
254
173
|
createdBy?: string | {
|
|
255
174
|
id: string;
|
|
256
175
|
email: string;
|
|
@@ -258,91 +177,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
258
177
|
firstName?: string | null | undefined;
|
|
259
178
|
lastName?: string | null | undefined;
|
|
260
179
|
} | null | undefined;
|
|
180
|
+
canceledBy?: string | {
|
|
181
|
+
id: string;
|
|
182
|
+
email: string;
|
|
183
|
+
fullName?: string | null | undefined;
|
|
184
|
+
firstName?: string | null | undefined;
|
|
185
|
+
lastName?: string | null | undefined;
|
|
186
|
+
} | null | undefined;
|
|
261
187
|
property?: {
|
|
262
|
-
status: string;
|
|
263
188
|
id: string;
|
|
264
|
-
|
|
189
|
+
status: string;
|
|
265
190
|
isArchived: boolean;
|
|
266
191
|
createdAt: Date;
|
|
267
|
-
updatedAt: Date;
|
|
268
192
|
syncedAt: Date;
|
|
193
|
+
updatedAt: Date;
|
|
194
|
+
mtaId: string;
|
|
195
|
+
balanceCents: bigint;
|
|
269
196
|
customerId: string;
|
|
270
197
|
projectId: string;
|
|
271
198
|
lotDetail: string | null;
|
|
272
199
|
propertyAddress: string;
|
|
273
|
-
stage: string;
|
|
274
|
-
mtaId: string;
|
|
275
|
-
mtaBalanceCents: bigint;
|
|
276
200
|
cmaBalanceCents: bigint;
|
|
201
|
+
mtaBalanceCents: bigint;
|
|
202
|
+
stage: string;
|
|
277
203
|
buyerName?: string | null | undefined;
|
|
278
204
|
project?: {
|
|
205
|
+
id: string;
|
|
206
|
+
name: string;
|
|
207
|
+
developerId: string;
|
|
208
|
+
mtaId: string | null;
|
|
209
|
+
state: string;
|
|
279
210
|
type: string;
|
|
280
211
|
status: string;
|
|
281
|
-
id: string;
|
|
282
212
|
isArchived: boolean;
|
|
283
213
|
createdAt: Date;
|
|
284
|
-
updatedAt: Date;
|
|
285
214
|
syncedAt: Date;
|
|
286
|
-
|
|
287
|
-
name: string;
|
|
288
|
-
developerId: string;
|
|
289
|
-
state: string;
|
|
215
|
+
updatedAt: Date;
|
|
290
216
|
developer?: {
|
|
291
|
-
status: string;
|
|
292
217
|
id: string;
|
|
218
|
+
companyName: string | null;
|
|
219
|
+
status: string;
|
|
293
220
|
isArchived: boolean;
|
|
294
221
|
createdAt: Date;
|
|
295
|
-
updatedAt: Date;
|
|
296
222
|
syncedAt: Date;
|
|
297
|
-
|
|
223
|
+
updatedAt: Date;
|
|
298
224
|
} | null | undefined;
|
|
299
225
|
} | null | undefined;
|
|
300
226
|
customer?: {
|
|
301
|
-
status: string;
|
|
302
227
|
id: string;
|
|
303
|
-
isArchived: boolean;
|
|
304
|
-
createdAt: Date;
|
|
305
|
-
updatedAt: Date;
|
|
306
228
|
fullName: string | null;
|
|
307
229
|
mobile: string | null;
|
|
308
230
|
email: string;
|
|
231
|
+
status: string;
|
|
232
|
+
isArchived: boolean;
|
|
233
|
+
createdAt: Date;
|
|
309
234
|
syncedAt: Date;
|
|
235
|
+
updatedAt: Date;
|
|
310
236
|
} | null | undefined;
|
|
311
237
|
} | null | undefined;
|
|
312
|
-
canceledBy?: string | {
|
|
313
|
-
id: string;
|
|
314
|
-
email: string;
|
|
315
|
-
fullName?: string | null | undefined;
|
|
316
|
-
firstName?: string | null | undefined;
|
|
317
|
-
lastName?: string | null | undefined;
|
|
318
|
-
} | null | undefined;
|
|
319
238
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
320
239
|
subsequentTransactions?: Omit<{
|
|
240
|
+
creditAmountCents: number;
|
|
241
|
+
debitAmountCents: number;
|
|
242
|
+
balanceCents: number;
|
|
243
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
244
|
+
transactionType: string;
|
|
321
245
|
status: "clearing" | "cleared" | "reconciled";
|
|
322
246
|
id: string;
|
|
323
|
-
propertyId: string | null;
|
|
324
|
-
balanceCents: number;
|
|
325
|
-
isArchived: boolean;
|
|
326
|
-
createdAt: Date;
|
|
327
|
-
updatedAt: Date;
|
|
328
|
-
syncedAt: Date | null;
|
|
329
|
-
debitAmountCents: number;
|
|
330
|
-
creditAmountCents: number;
|
|
331
|
-
description: string | null;
|
|
332
|
-
clearedAt: Date | null;
|
|
333
247
|
cmaId: string;
|
|
248
|
+
sequence: number;
|
|
249
|
+
propertyId: string | null;
|
|
334
250
|
payoutId: string | null;
|
|
251
|
+
createType: string;
|
|
335
252
|
bankRef: string | null;
|
|
336
|
-
|
|
337
|
-
transactionType: string;
|
|
338
|
-
sequence: number;
|
|
253
|
+
description: string | null;
|
|
339
254
|
isCanceled: boolean;
|
|
255
|
+
isArchived: boolean;
|
|
340
256
|
isRefunded: boolean;
|
|
257
|
+
clearedAt: Date | null;
|
|
258
|
+
createdAt: Date;
|
|
259
|
+
syncedAt: Date | null;
|
|
260
|
+
updatedAt: Date;
|
|
341
261
|
sourceTransactionId: string | null;
|
|
342
262
|
cancelType: string | null;
|
|
343
263
|
canceledAt: Date | null;
|
|
344
264
|
canceledReason: string | null;
|
|
345
|
-
createType: string;
|
|
346
265
|
createdBy?: string | {
|
|
347
266
|
id: string;
|
|
348
267
|
email: string;
|
|
@@ -350,64 +269,64 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
350
269
|
firstName?: string | null | undefined;
|
|
351
270
|
lastName?: string | null | undefined;
|
|
352
271
|
} | null | undefined;
|
|
272
|
+
canceledBy?: string | {
|
|
273
|
+
id: string;
|
|
274
|
+
email: string;
|
|
275
|
+
fullName?: string | null | undefined;
|
|
276
|
+
firstName?: string | null | undefined;
|
|
277
|
+
lastName?: string | null | undefined;
|
|
278
|
+
} | null | undefined;
|
|
353
279
|
property?: {
|
|
354
|
-
status: string;
|
|
355
280
|
id: string;
|
|
356
|
-
|
|
281
|
+
status: string;
|
|
357
282
|
isArchived: boolean;
|
|
358
283
|
createdAt: Date;
|
|
359
|
-
updatedAt: Date;
|
|
360
284
|
syncedAt: Date;
|
|
285
|
+
updatedAt: Date;
|
|
286
|
+
mtaId: string;
|
|
287
|
+
balanceCents: bigint;
|
|
361
288
|
customerId: string;
|
|
362
289
|
projectId: string;
|
|
363
290
|
lotDetail: string | null;
|
|
364
291
|
propertyAddress: string;
|
|
365
|
-
stage: string;
|
|
366
|
-
mtaId: string;
|
|
367
|
-
mtaBalanceCents: bigint;
|
|
368
292
|
cmaBalanceCents: bigint;
|
|
293
|
+
mtaBalanceCents: bigint;
|
|
294
|
+
stage: string;
|
|
369
295
|
buyerName?: string | null | undefined;
|
|
370
296
|
project?: {
|
|
297
|
+
id: string;
|
|
298
|
+
name: string;
|
|
299
|
+
developerId: string;
|
|
300
|
+
mtaId: string | null;
|
|
301
|
+
state: string;
|
|
371
302
|
type: string;
|
|
372
303
|
status: string;
|
|
373
|
-
id: string;
|
|
374
304
|
isArchived: boolean;
|
|
375
305
|
createdAt: Date;
|
|
376
|
-
updatedAt: Date;
|
|
377
306
|
syncedAt: Date;
|
|
378
|
-
|
|
379
|
-
name: string;
|
|
380
|
-
developerId: string;
|
|
381
|
-
state: string;
|
|
307
|
+
updatedAt: Date;
|
|
382
308
|
developer?: {
|
|
383
|
-
status: string;
|
|
384
309
|
id: string;
|
|
310
|
+
companyName: string | null;
|
|
311
|
+
status: string;
|
|
385
312
|
isArchived: boolean;
|
|
386
313
|
createdAt: Date;
|
|
387
|
-
updatedAt: Date;
|
|
388
314
|
syncedAt: Date;
|
|
389
|
-
|
|
315
|
+
updatedAt: Date;
|
|
390
316
|
} | null | undefined;
|
|
391
317
|
} | null | undefined;
|
|
392
318
|
customer?: {
|
|
393
|
-
status: string;
|
|
394
319
|
id: string;
|
|
395
|
-
isArchived: boolean;
|
|
396
|
-
createdAt: Date;
|
|
397
|
-
updatedAt: Date;
|
|
398
320
|
fullName: string | null;
|
|
399
321
|
mobile: string | null;
|
|
400
322
|
email: string;
|
|
323
|
+
status: string;
|
|
324
|
+
isArchived: boolean;
|
|
325
|
+
createdAt: Date;
|
|
401
326
|
syncedAt: Date;
|
|
327
|
+
updatedAt: Date;
|
|
402
328
|
} | null | undefined;
|
|
403
329
|
} | null | undefined;
|
|
404
|
-
canceledBy?: string | {
|
|
405
|
-
id: string;
|
|
406
|
-
email: string;
|
|
407
|
-
fullName?: string | null | undefined;
|
|
408
|
-
firstName?: string | null | undefined;
|
|
409
|
-
lastName?: string | null | undefined;
|
|
410
|
-
} | null | undefined;
|
|
411
330
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
412
331
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
413
332
|
isReceipt?: boolean | null | undefined;
|
|
@@ -417,32 +336,32 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
417
336
|
transactionNumber?: string | null | undefined;
|
|
418
337
|
isCancelable?: boolean | null | undefined;
|
|
419
338
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
420
|
-
},
|
|
339
|
+
}, {
|
|
340
|
+
creditAmountCents: string | number | bigint;
|
|
341
|
+
debitAmountCents: string | number | bigint;
|
|
342
|
+
balanceCents: string | number | bigint;
|
|
343
|
+
inputType: string;
|
|
344
|
+
transactionType: string;
|
|
421
345
|
status: string;
|
|
422
346
|
id: string;
|
|
347
|
+
cmaId: string;
|
|
348
|
+
sequence: number;
|
|
423
349
|
propertyId: string | null;
|
|
424
|
-
|
|
350
|
+
payoutId: string | null;
|
|
351
|
+
createType: string;
|
|
352
|
+
bankRef: string | null;
|
|
353
|
+
description: string | null;
|
|
354
|
+
isCanceled: boolean;
|
|
425
355
|
isArchived: boolean;
|
|
426
|
-
createdAt: Date;
|
|
427
|
-
updatedAt: Date;
|
|
428
|
-
syncedAt: Date | null;
|
|
429
|
-
debitAmountCents: string | number | bigint;
|
|
430
|
-
creditAmountCents: string | number | bigint;
|
|
431
|
-
description: string | null;
|
|
432
|
-
clearedAt: Date | null;
|
|
433
|
-
cmaId: string;
|
|
434
|
-
payoutId: string | null;
|
|
435
|
-
bankRef: string | null;
|
|
436
|
-
inputType: string;
|
|
437
|
-
transactionType: string;
|
|
438
|
-
sequence: number;
|
|
439
|
-
isCanceled: boolean;
|
|
440
356
|
isRefunded: boolean;
|
|
357
|
+
clearedAt: string | Date | null;
|
|
358
|
+
createdAt: unknown;
|
|
359
|
+
syncedAt: unknown;
|
|
360
|
+
updatedAt: unknown;
|
|
441
361
|
sourceTransactionId: string | null;
|
|
442
362
|
cancelType: string | null;
|
|
443
|
-
canceledAt:
|
|
363
|
+
canceledAt: unknown;
|
|
444
364
|
canceledReason: string | null;
|
|
445
|
-
createType: string;
|
|
446
365
|
createdBy?: string | {
|
|
447
366
|
id: string;
|
|
448
367
|
email: string;
|
|
@@ -450,92 +369,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
450
369
|
firstName?: string | null | undefined;
|
|
451
370
|
lastName?: string | null | undefined;
|
|
452
371
|
} | null | undefined;
|
|
372
|
+
canceledBy?: string | {
|
|
373
|
+
id: string;
|
|
374
|
+
email: string;
|
|
375
|
+
fullName?: string | null | undefined;
|
|
376
|
+
firstName?: string | null | undefined;
|
|
377
|
+
lastName?: string | null | undefined;
|
|
378
|
+
} | null | undefined;
|
|
453
379
|
property?: {
|
|
454
|
-
status: string;
|
|
455
380
|
id: string;
|
|
456
|
-
|
|
381
|
+
status: string;
|
|
457
382
|
isArchived: boolean;
|
|
458
|
-
createdAt:
|
|
459
|
-
|
|
460
|
-
|
|
383
|
+
createdAt: unknown;
|
|
384
|
+
syncedAt: unknown;
|
|
385
|
+
updatedAt: unknown;
|
|
386
|
+
mtaId: string;
|
|
387
|
+
balanceCents: unknown;
|
|
461
388
|
customerId: string;
|
|
462
389
|
projectId: string;
|
|
463
390
|
lotDetail: string | null;
|
|
464
391
|
propertyAddress: string;
|
|
392
|
+
cmaBalanceCents: unknown;
|
|
393
|
+
mtaBalanceCents: unknown;
|
|
465
394
|
stage: string;
|
|
466
|
-
mtaId: string;
|
|
467
|
-
mtaBalanceCents: number | bigint;
|
|
468
|
-
cmaBalanceCents: number | bigint;
|
|
469
395
|
buyerName?: string | null | undefined;
|
|
470
396
|
project?: {
|
|
471
|
-
type: string;
|
|
472
|
-
status: string;
|
|
473
397
|
id: string;
|
|
474
|
-
isArchived: boolean;
|
|
475
|
-
createdAt: Date;
|
|
476
|
-
updatedAt: Date;
|
|
477
|
-
syncedAt: Date;
|
|
478
|
-
mtaId: string | null;
|
|
479
398
|
name: string;
|
|
480
399
|
developerId: string;
|
|
400
|
+
mtaId: string | null;
|
|
481
401
|
state: string;
|
|
402
|
+
type: string;
|
|
403
|
+
status: string;
|
|
404
|
+
isArchived: boolean;
|
|
405
|
+
createdAt: unknown;
|
|
406
|
+
syncedAt: unknown;
|
|
407
|
+
updatedAt: unknown;
|
|
482
408
|
developer?: {
|
|
483
|
-
status: string;
|
|
484
409
|
id: string;
|
|
485
|
-
isArchived: boolean;
|
|
486
|
-
createdAt: Date;
|
|
487
|
-
updatedAt: Date;
|
|
488
|
-
syncedAt: Date;
|
|
489
410
|
companyName: string | null;
|
|
411
|
+
status: string;
|
|
412
|
+
isArchived: boolean;
|
|
413
|
+
createdAt: unknown;
|
|
414
|
+
syncedAt: unknown;
|
|
415
|
+
updatedAt: unknown;
|
|
490
416
|
} | null | undefined;
|
|
491
417
|
} | null | undefined;
|
|
492
418
|
customer?: {
|
|
493
|
-
status: string;
|
|
494
419
|
id: string;
|
|
495
|
-
isArchived: boolean;
|
|
496
|
-
createdAt: Date;
|
|
497
|
-
updatedAt: Date;
|
|
498
420
|
fullName: string | null;
|
|
499
421
|
mobile: string | null;
|
|
500
422
|
email: string;
|
|
501
|
-
|
|
423
|
+
status: string;
|
|
424
|
+
isArchived: boolean;
|
|
425
|
+
createdAt: unknown;
|
|
426
|
+
syncedAt: unknown;
|
|
427
|
+
updatedAt: unknown;
|
|
502
428
|
} | null | undefined;
|
|
503
429
|
} | null | undefined;
|
|
504
|
-
canceledBy?: string | {
|
|
505
|
-
id: string;
|
|
506
|
-
email: string;
|
|
507
|
-
fullName?: string | null | undefined;
|
|
508
|
-
firstName?: string | null | undefined;
|
|
509
|
-
lastName?: string | null | undefined;
|
|
510
|
-
} | null | undefined;
|
|
511
430
|
} & {
|
|
512
431
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
513
432
|
sourceTransaction?: ({
|
|
433
|
+
creditAmountCents: string | number | bigint;
|
|
434
|
+
debitAmountCents: string | number | bigint;
|
|
435
|
+
balanceCents: string | number | bigint;
|
|
436
|
+
inputType: string;
|
|
437
|
+
transactionType: string;
|
|
514
438
|
status: string;
|
|
515
439
|
id: string;
|
|
516
|
-
propertyId: string | null;
|
|
517
|
-
balanceCents: string | number | bigint;
|
|
518
|
-
isArchived: boolean;
|
|
519
|
-
createdAt: Date;
|
|
520
|
-
updatedAt: Date;
|
|
521
|
-
syncedAt: Date | null;
|
|
522
|
-
debitAmountCents: string | number | bigint;
|
|
523
|
-
creditAmountCents: string | number | bigint;
|
|
524
|
-
description: string | null;
|
|
525
|
-
clearedAt: Date | null;
|
|
526
440
|
cmaId: string;
|
|
441
|
+
sequence: number;
|
|
442
|
+
propertyId: string | null;
|
|
527
443
|
payoutId: string | null;
|
|
444
|
+
createType: string;
|
|
528
445
|
bankRef: string | null;
|
|
529
|
-
|
|
530
|
-
transactionType: string;
|
|
531
|
-
sequence: number;
|
|
446
|
+
description: string | null;
|
|
532
447
|
isCanceled: boolean;
|
|
448
|
+
isArchived: boolean;
|
|
533
449
|
isRefunded: boolean;
|
|
450
|
+
clearedAt: string | Date | null;
|
|
451
|
+
createdAt: unknown;
|
|
452
|
+
syncedAt: unknown;
|
|
453
|
+
updatedAt: unknown;
|
|
534
454
|
sourceTransactionId: string | null;
|
|
535
455
|
cancelType: string | null;
|
|
536
|
-
canceledAt:
|
|
456
|
+
canceledAt: unknown;
|
|
537
457
|
canceledReason: string | null;
|
|
538
|
-
createType: string;
|
|
539
458
|
createdBy?: string | {
|
|
540
459
|
id: string;
|
|
541
460
|
email: string;
|
|
@@ -543,91 +462,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
543
462
|
firstName?: string | null | undefined;
|
|
544
463
|
lastName?: string | null | undefined;
|
|
545
464
|
} | null | undefined;
|
|
465
|
+
canceledBy?: string | {
|
|
466
|
+
id: string;
|
|
467
|
+
email: string;
|
|
468
|
+
fullName?: string | null | undefined;
|
|
469
|
+
firstName?: string | null | undefined;
|
|
470
|
+
lastName?: string | null | undefined;
|
|
471
|
+
} | null | undefined;
|
|
546
472
|
property?: {
|
|
547
|
-
status: string;
|
|
548
473
|
id: string;
|
|
549
|
-
|
|
474
|
+
status: string;
|
|
550
475
|
isArchived: boolean;
|
|
551
|
-
createdAt:
|
|
552
|
-
|
|
553
|
-
|
|
476
|
+
createdAt: unknown;
|
|
477
|
+
syncedAt: unknown;
|
|
478
|
+
updatedAt: unknown;
|
|
479
|
+
mtaId: string;
|
|
480
|
+
balanceCents: unknown;
|
|
554
481
|
customerId: string;
|
|
555
482
|
projectId: string;
|
|
556
483
|
lotDetail: string | null;
|
|
557
484
|
propertyAddress: string;
|
|
485
|
+
cmaBalanceCents: unknown;
|
|
486
|
+
mtaBalanceCents: unknown;
|
|
558
487
|
stage: string;
|
|
559
|
-
mtaId: string;
|
|
560
|
-
mtaBalanceCents: number | bigint;
|
|
561
|
-
cmaBalanceCents: number | bigint;
|
|
562
488
|
buyerName?: string | null | undefined;
|
|
563
489
|
project?: {
|
|
564
|
-
type: string;
|
|
565
|
-
status: string;
|
|
566
490
|
id: string;
|
|
567
|
-
isArchived: boolean;
|
|
568
|
-
createdAt: Date;
|
|
569
|
-
updatedAt: Date;
|
|
570
|
-
syncedAt: Date;
|
|
571
|
-
mtaId: string | null;
|
|
572
491
|
name: string;
|
|
573
492
|
developerId: string;
|
|
493
|
+
mtaId: string | null;
|
|
574
494
|
state: string;
|
|
495
|
+
type: string;
|
|
496
|
+
status: string;
|
|
497
|
+
isArchived: boolean;
|
|
498
|
+
createdAt: unknown;
|
|
499
|
+
syncedAt: unknown;
|
|
500
|
+
updatedAt: unknown;
|
|
575
501
|
developer?: {
|
|
576
|
-
status: string;
|
|
577
502
|
id: string;
|
|
578
|
-
isArchived: boolean;
|
|
579
|
-
createdAt: Date;
|
|
580
|
-
updatedAt: Date;
|
|
581
|
-
syncedAt: Date;
|
|
582
503
|
companyName: string | null;
|
|
504
|
+
status: string;
|
|
505
|
+
isArchived: boolean;
|
|
506
|
+
createdAt: unknown;
|
|
507
|
+
syncedAt: unknown;
|
|
508
|
+
updatedAt: unknown;
|
|
583
509
|
} | null | undefined;
|
|
584
510
|
} | null | undefined;
|
|
585
511
|
customer?: {
|
|
586
|
-
status: string;
|
|
587
512
|
id: string;
|
|
588
|
-
isArchived: boolean;
|
|
589
|
-
createdAt: Date;
|
|
590
|
-
updatedAt: Date;
|
|
591
513
|
fullName: string | null;
|
|
592
514
|
mobile: string | null;
|
|
593
515
|
email: string;
|
|
594
|
-
|
|
516
|
+
status: string;
|
|
517
|
+
isArchived: boolean;
|
|
518
|
+
createdAt: unknown;
|
|
519
|
+
syncedAt: unknown;
|
|
520
|
+
updatedAt: unknown;
|
|
595
521
|
} | null | undefined;
|
|
596
522
|
} | null | undefined;
|
|
597
|
-
canceledBy?: string | {
|
|
598
|
-
id: string;
|
|
599
|
-
email: string;
|
|
600
|
-
fullName?: string | null | undefined;
|
|
601
|
-
firstName?: string | null | undefined;
|
|
602
|
-
lastName?: string | null | undefined;
|
|
603
|
-
} | null | undefined;
|
|
604
523
|
} & /*elided*/ any) | null | undefined;
|
|
605
524
|
subsequentTransactions?: ({
|
|
525
|
+
creditAmountCents: string | number | bigint;
|
|
526
|
+
debitAmountCents: string | number | bigint;
|
|
527
|
+
balanceCents: string | number | bigint;
|
|
528
|
+
inputType: string;
|
|
529
|
+
transactionType: string;
|
|
606
530
|
status: string;
|
|
607
531
|
id: string;
|
|
608
|
-
propertyId: string | null;
|
|
609
|
-
balanceCents: string | number | bigint;
|
|
610
|
-
isArchived: boolean;
|
|
611
|
-
createdAt: Date;
|
|
612
|
-
updatedAt: Date;
|
|
613
|
-
syncedAt: Date | null;
|
|
614
|
-
debitAmountCents: string | number | bigint;
|
|
615
|
-
creditAmountCents: string | number | bigint;
|
|
616
|
-
description: string | null;
|
|
617
|
-
clearedAt: Date | null;
|
|
618
532
|
cmaId: string;
|
|
533
|
+
sequence: number;
|
|
534
|
+
propertyId: string | null;
|
|
619
535
|
payoutId: string | null;
|
|
536
|
+
createType: string;
|
|
620
537
|
bankRef: string | null;
|
|
621
|
-
|
|
622
|
-
transactionType: string;
|
|
623
|
-
sequence: number;
|
|
538
|
+
description: string | null;
|
|
624
539
|
isCanceled: boolean;
|
|
540
|
+
isArchived: boolean;
|
|
625
541
|
isRefunded: boolean;
|
|
542
|
+
clearedAt: string | Date | null;
|
|
543
|
+
createdAt: unknown;
|
|
544
|
+
syncedAt: unknown;
|
|
545
|
+
updatedAt: unknown;
|
|
626
546
|
sourceTransactionId: string | null;
|
|
627
547
|
cancelType: string | null;
|
|
628
|
-
canceledAt:
|
|
548
|
+
canceledAt: unknown;
|
|
629
549
|
canceledReason: string | null;
|
|
630
|
-
createType: string;
|
|
631
550
|
createdBy?: string | {
|
|
632
551
|
id: string;
|
|
633
552
|
email: string;
|
|
@@ -635,95 +554,93 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
635
554
|
firstName?: string | null | undefined;
|
|
636
555
|
lastName?: string | null | undefined;
|
|
637
556
|
} | null | undefined;
|
|
557
|
+
canceledBy?: string | {
|
|
558
|
+
id: string;
|
|
559
|
+
email: string;
|
|
560
|
+
fullName?: string | null | undefined;
|
|
561
|
+
firstName?: string | null | undefined;
|
|
562
|
+
lastName?: string | null | undefined;
|
|
563
|
+
} | null | undefined;
|
|
638
564
|
property?: {
|
|
639
|
-
status: string;
|
|
640
565
|
id: string;
|
|
641
|
-
|
|
566
|
+
status: string;
|
|
642
567
|
isArchived: boolean;
|
|
643
|
-
createdAt:
|
|
644
|
-
|
|
645
|
-
|
|
568
|
+
createdAt: unknown;
|
|
569
|
+
syncedAt: unknown;
|
|
570
|
+
updatedAt: unknown;
|
|
571
|
+
mtaId: string;
|
|
572
|
+
balanceCents: unknown;
|
|
646
573
|
customerId: string;
|
|
647
574
|
projectId: string;
|
|
648
575
|
lotDetail: string | null;
|
|
649
576
|
propertyAddress: string;
|
|
577
|
+
cmaBalanceCents: unknown;
|
|
578
|
+
mtaBalanceCents: unknown;
|
|
650
579
|
stage: string;
|
|
651
|
-
mtaId: string;
|
|
652
|
-
mtaBalanceCents: number | bigint;
|
|
653
|
-
cmaBalanceCents: number | bigint;
|
|
654
580
|
buyerName?: string | null | undefined;
|
|
655
581
|
project?: {
|
|
656
|
-
type: string;
|
|
657
|
-
status: string;
|
|
658
582
|
id: string;
|
|
659
|
-
isArchived: boolean;
|
|
660
|
-
createdAt: Date;
|
|
661
|
-
updatedAt: Date;
|
|
662
|
-
syncedAt: Date;
|
|
663
|
-
mtaId: string | null;
|
|
664
583
|
name: string;
|
|
665
584
|
developerId: string;
|
|
585
|
+
mtaId: string | null;
|
|
666
586
|
state: string;
|
|
587
|
+
type: string;
|
|
588
|
+
status: string;
|
|
589
|
+
isArchived: boolean;
|
|
590
|
+
createdAt: unknown;
|
|
591
|
+
syncedAt: unknown;
|
|
592
|
+
updatedAt: unknown;
|
|
667
593
|
developer?: {
|
|
668
|
-
status: string;
|
|
669
594
|
id: string;
|
|
670
|
-
isArchived: boolean;
|
|
671
|
-
createdAt: Date;
|
|
672
|
-
updatedAt: Date;
|
|
673
|
-
syncedAt: Date;
|
|
674
595
|
companyName: string | null;
|
|
596
|
+
status: string;
|
|
597
|
+
isArchived: boolean;
|
|
598
|
+
createdAt: unknown;
|
|
599
|
+
syncedAt: unknown;
|
|
600
|
+
updatedAt: unknown;
|
|
675
601
|
} | null | undefined;
|
|
676
602
|
} | null | undefined;
|
|
677
603
|
customer?: {
|
|
678
|
-
status: string;
|
|
679
604
|
id: string;
|
|
680
|
-
isArchived: boolean;
|
|
681
|
-
createdAt: Date;
|
|
682
|
-
updatedAt: Date;
|
|
683
605
|
fullName: string | null;
|
|
684
606
|
mobile: string | null;
|
|
685
607
|
email: string;
|
|
686
|
-
|
|
608
|
+
status: string;
|
|
609
|
+
isArchived: boolean;
|
|
610
|
+
createdAt: unknown;
|
|
611
|
+
syncedAt: unknown;
|
|
612
|
+
updatedAt: unknown;
|
|
687
613
|
} | null | undefined;
|
|
688
614
|
} | null | undefined;
|
|
689
|
-
canceledBy?: string | {
|
|
690
|
-
id: string;
|
|
691
|
-
email: string;
|
|
692
|
-
fullName?: string | null | undefined;
|
|
693
|
-
firstName?: string | null | undefined;
|
|
694
|
-
lastName?: string | null | undefined;
|
|
695
|
-
} | null | undefined;
|
|
696
615
|
} & /*elided*/ any)[] | null | undefined;
|
|
697
616
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
698
617
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
|
|
618
|
+
}, z.core.$ZodTypeInternals<{
|
|
619
|
+
creditAmountCents: number;
|
|
620
|
+
debitAmountCents: number;
|
|
621
|
+
balanceCents: number;
|
|
622
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
623
|
+
transactionType: string;
|
|
702
624
|
status: "clearing" | "cleared" | "reconciled";
|
|
703
625
|
id: string;
|
|
704
|
-
propertyId: string | null;
|
|
705
|
-
balanceCents: number;
|
|
706
|
-
isArchived: boolean;
|
|
707
|
-
createdAt: Date;
|
|
708
|
-
updatedAt: Date;
|
|
709
|
-
syncedAt: Date | null;
|
|
710
|
-
debitAmountCents: number;
|
|
711
|
-
creditAmountCents: number;
|
|
712
|
-
description: string | null;
|
|
713
|
-
clearedAt: Date | null;
|
|
714
626
|
cmaId: string;
|
|
627
|
+
sequence: number;
|
|
628
|
+
propertyId: string | null;
|
|
715
629
|
payoutId: string | null;
|
|
630
|
+
createType: string;
|
|
716
631
|
bankRef: string | null;
|
|
717
|
-
|
|
718
|
-
transactionType: string;
|
|
719
|
-
sequence: number;
|
|
632
|
+
description: string | null;
|
|
720
633
|
isCanceled: boolean;
|
|
634
|
+
isArchived: boolean;
|
|
721
635
|
isRefunded: boolean;
|
|
636
|
+
clearedAt: Date | null;
|
|
637
|
+
createdAt: Date;
|
|
638
|
+
syncedAt: Date | null;
|
|
639
|
+
updatedAt: Date;
|
|
722
640
|
sourceTransactionId: string | null;
|
|
723
641
|
cancelType: string | null;
|
|
724
642
|
canceledAt: Date | null;
|
|
725
643
|
canceledReason: string | null;
|
|
726
|
-
createType: string;
|
|
727
644
|
createdBy?: string | {
|
|
728
645
|
id: string;
|
|
729
646
|
email: string;
|
|
@@ -731,92 +648,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
731
648
|
firstName?: string | null | undefined;
|
|
732
649
|
lastName?: string | null | undefined;
|
|
733
650
|
} | null | undefined;
|
|
651
|
+
canceledBy?: string | {
|
|
652
|
+
id: string;
|
|
653
|
+
email: string;
|
|
654
|
+
fullName?: string | null | undefined;
|
|
655
|
+
firstName?: string | null | undefined;
|
|
656
|
+
lastName?: string | null | undefined;
|
|
657
|
+
} | null | undefined;
|
|
734
658
|
property?: {
|
|
735
|
-
status: string;
|
|
736
659
|
id: string;
|
|
737
|
-
|
|
660
|
+
status: string;
|
|
738
661
|
isArchived: boolean;
|
|
739
662
|
createdAt: Date;
|
|
740
|
-
updatedAt: Date;
|
|
741
663
|
syncedAt: Date;
|
|
664
|
+
updatedAt: Date;
|
|
665
|
+
mtaId: string;
|
|
666
|
+
balanceCents: bigint;
|
|
742
667
|
customerId: string;
|
|
743
668
|
projectId: string;
|
|
744
669
|
lotDetail: string | null;
|
|
745
670
|
propertyAddress: string;
|
|
746
|
-
stage: string;
|
|
747
|
-
mtaId: string;
|
|
748
|
-
mtaBalanceCents: bigint;
|
|
749
671
|
cmaBalanceCents: bigint;
|
|
672
|
+
mtaBalanceCents: bigint;
|
|
673
|
+
stage: string;
|
|
750
674
|
buyerName?: string | null | undefined;
|
|
751
675
|
project?: {
|
|
676
|
+
id: string;
|
|
677
|
+
name: string;
|
|
678
|
+
developerId: string;
|
|
679
|
+
mtaId: string | null;
|
|
680
|
+
state: string;
|
|
752
681
|
type: string;
|
|
753
682
|
status: string;
|
|
754
|
-
id: string;
|
|
755
683
|
isArchived: boolean;
|
|
756
684
|
createdAt: Date;
|
|
757
|
-
updatedAt: Date;
|
|
758
685
|
syncedAt: Date;
|
|
759
|
-
|
|
760
|
-
name: string;
|
|
761
|
-
developerId: string;
|
|
762
|
-
state: string;
|
|
686
|
+
updatedAt: Date;
|
|
763
687
|
developer?: {
|
|
764
|
-
status: string;
|
|
765
688
|
id: string;
|
|
689
|
+
companyName: string | null;
|
|
690
|
+
status: string;
|
|
766
691
|
isArchived: boolean;
|
|
767
692
|
createdAt: Date;
|
|
768
|
-
updatedAt: Date;
|
|
769
693
|
syncedAt: Date;
|
|
770
|
-
|
|
694
|
+
updatedAt: Date;
|
|
771
695
|
} | null | undefined;
|
|
772
696
|
} | null | undefined;
|
|
773
697
|
customer?: {
|
|
774
|
-
status: string;
|
|
775
698
|
id: string;
|
|
776
|
-
isArchived: boolean;
|
|
777
|
-
createdAt: Date;
|
|
778
|
-
updatedAt: Date;
|
|
779
699
|
fullName: string | null;
|
|
780
700
|
mobile: string | null;
|
|
781
701
|
email: string;
|
|
702
|
+
status: string;
|
|
703
|
+
isArchived: boolean;
|
|
704
|
+
createdAt: Date;
|
|
782
705
|
syncedAt: Date;
|
|
706
|
+
updatedAt: Date;
|
|
783
707
|
} | null | undefined;
|
|
784
708
|
} | null | undefined;
|
|
785
|
-
canceledBy?: string | {
|
|
786
|
-
id: string;
|
|
787
|
-
email: string;
|
|
788
|
-
fullName?: string | null | undefined;
|
|
789
|
-
firstName?: string | null | undefined;
|
|
790
|
-
lastName?: string | null | undefined;
|
|
791
|
-
} | null | undefined;
|
|
792
709
|
} & {
|
|
793
710
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
794
711
|
sourceTransaction?: Omit<{
|
|
712
|
+
creditAmountCents: number;
|
|
713
|
+
debitAmountCents: number;
|
|
714
|
+
balanceCents: number;
|
|
715
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
716
|
+
transactionType: string;
|
|
795
717
|
status: "clearing" | "cleared" | "reconciled";
|
|
796
718
|
id: string;
|
|
797
|
-
propertyId: string | null;
|
|
798
|
-
balanceCents: number;
|
|
799
|
-
isArchived: boolean;
|
|
800
|
-
createdAt: Date;
|
|
801
|
-
updatedAt: Date;
|
|
802
|
-
syncedAt: Date | null;
|
|
803
|
-
debitAmountCents: number;
|
|
804
|
-
creditAmountCents: number;
|
|
805
|
-
description: string | null;
|
|
806
|
-
clearedAt: Date | null;
|
|
807
719
|
cmaId: string;
|
|
720
|
+
sequence: number;
|
|
721
|
+
propertyId: string | null;
|
|
808
722
|
payoutId: string | null;
|
|
723
|
+
createType: string;
|
|
809
724
|
bankRef: string | null;
|
|
810
|
-
|
|
811
|
-
transactionType: string;
|
|
812
|
-
sequence: number;
|
|
725
|
+
description: string | null;
|
|
813
726
|
isCanceled: boolean;
|
|
727
|
+
isArchived: boolean;
|
|
814
728
|
isRefunded: boolean;
|
|
729
|
+
clearedAt: Date | null;
|
|
730
|
+
createdAt: Date;
|
|
731
|
+
syncedAt: Date | null;
|
|
732
|
+
updatedAt: Date;
|
|
815
733
|
sourceTransactionId: string | null;
|
|
816
734
|
cancelType: string | null;
|
|
817
735
|
canceledAt: Date | null;
|
|
818
736
|
canceledReason: string | null;
|
|
819
|
-
createType: string;
|
|
820
737
|
createdBy?: string | {
|
|
821
738
|
id: string;
|
|
822
739
|
email: string;
|
|
@@ -824,91 +741,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
824
741
|
firstName?: string | null | undefined;
|
|
825
742
|
lastName?: string | null | undefined;
|
|
826
743
|
} | null | undefined;
|
|
744
|
+
canceledBy?: string | {
|
|
745
|
+
id: string;
|
|
746
|
+
email: string;
|
|
747
|
+
fullName?: string | null | undefined;
|
|
748
|
+
firstName?: string | null | undefined;
|
|
749
|
+
lastName?: string | null | undefined;
|
|
750
|
+
} | null | undefined;
|
|
827
751
|
property?: {
|
|
828
|
-
status: string;
|
|
829
752
|
id: string;
|
|
830
|
-
|
|
753
|
+
status: string;
|
|
831
754
|
isArchived: boolean;
|
|
832
755
|
createdAt: Date;
|
|
833
|
-
updatedAt: Date;
|
|
834
756
|
syncedAt: Date;
|
|
757
|
+
updatedAt: Date;
|
|
758
|
+
mtaId: string;
|
|
759
|
+
balanceCents: bigint;
|
|
835
760
|
customerId: string;
|
|
836
761
|
projectId: string;
|
|
837
762
|
lotDetail: string | null;
|
|
838
763
|
propertyAddress: string;
|
|
839
|
-
stage: string;
|
|
840
|
-
mtaId: string;
|
|
841
|
-
mtaBalanceCents: bigint;
|
|
842
764
|
cmaBalanceCents: bigint;
|
|
765
|
+
mtaBalanceCents: bigint;
|
|
766
|
+
stage: string;
|
|
843
767
|
buyerName?: string | null | undefined;
|
|
844
768
|
project?: {
|
|
769
|
+
id: string;
|
|
770
|
+
name: string;
|
|
771
|
+
developerId: string;
|
|
772
|
+
mtaId: string | null;
|
|
773
|
+
state: string;
|
|
845
774
|
type: string;
|
|
846
775
|
status: string;
|
|
847
|
-
id: string;
|
|
848
776
|
isArchived: boolean;
|
|
849
777
|
createdAt: Date;
|
|
850
|
-
updatedAt: Date;
|
|
851
778
|
syncedAt: Date;
|
|
852
|
-
|
|
853
|
-
name: string;
|
|
854
|
-
developerId: string;
|
|
855
|
-
state: string;
|
|
779
|
+
updatedAt: Date;
|
|
856
780
|
developer?: {
|
|
857
|
-
status: string;
|
|
858
781
|
id: string;
|
|
782
|
+
companyName: string | null;
|
|
783
|
+
status: string;
|
|
859
784
|
isArchived: boolean;
|
|
860
785
|
createdAt: Date;
|
|
861
|
-
updatedAt: Date;
|
|
862
786
|
syncedAt: Date;
|
|
863
|
-
|
|
787
|
+
updatedAt: Date;
|
|
864
788
|
} | null | undefined;
|
|
865
789
|
} | null | undefined;
|
|
866
790
|
customer?: {
|
|
867
|
-
status: string;
|
|
868
791
|
id: string;
|
|
869
|
-
isArchived: boolean;
|
|
870
|
-
createdAt: Date;
|
|
871
|
-
updatedAt: Date;
|
|
872
792
|
fullName: string | null;
|
|
873
793
|
mobile: string | null;
|
|
874
794
|
email: string;
|
|
795
|
+
status: string;
|
|
796
|
+
isArchived: boolean;
|
|
797
|
+
createdAt: Date;
|
|
875
798
|
syncedAt: Date;
|
|
799
|
+
updatedAt: Date;
|
|
876
800
|
} | null | undefined;
|
|
877
801
|
} | null | undefined;
|
|
878
|
-
canceledBy?: string | {
|
|
879
|
-
id: string;
|
|
880
|
-
email: string;
|
|
881
|
-
fullName?: string | null | undefined;
|
|
882
|
-
firstName?: string | null | undefined;
|
|
883
|
-
lastName?: string | null | undefined;
|
|
884
|
-
} | null | undefined;
|
|
885
802
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
886
803
|
subsequentTransactions?: Omit<{
|
|
804
|
+
creditAmountCents: number;
|
|
805
|
+
debitAmountCents: number;
|
|
806
|
+
balanceCents: number;
|
|
807
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
808
|
+
transactionType: string;
|
|
887
809
|
status: "clearing" | "cleared" | "reconciled";
|
|
888
810
|
id: string;
|
|
889
|
-
propertyId: string | null;
|
|
890
|
-
balanceCents: number;
|
|
891
|
-
isArchived: boolean;
|
|
892
|
-
createdAt: Date;
|
|
893
|
-
updatedAt: Date;
|
|
894
|
-
syncedAt: Date | null;
|
|
895
|
-
debitAmountCents: number;
|
|
896
|
-
creditAmountCents: number;
|
|
897
|
-
description: string | null;
|
|
898
|
-
clearedAt: Date | null;
|
|
899
811
|
cmaId: string;
|
|
812
|
+
sequence: number;
|
|
813
|
+
propertyId: string | null;
|
|
900
814
|
payoutId: string | null;
|
|
815
|
+
createType: string;
|
|
901
816
|
bankRef: string | null;
|
|
902
|
-
|
|
903
|
-
transactionType: string;
|
|
904
|
-
sequence: number;
|
|
817
|
+
description: string | null;
|
|
905
818
|
isCanceled: boolean;
|
|
819
|
+
isArchived: boolean;
|
|
906
820
|
isRefunded: boolean;
|
|
821
|
+
clearedAt: Date | null;
|
|
822
|
+
createdAt: Date;
|
|
823
|
+
syncedAt: Date | null;
|
|
824
|
+
updatedAt: Date;
|
|
907
825
|
sourceTransactionId: string | null;
|
|
908
826
|
cancelType: string | null;
|
|
909
827
|
canceledAt: Date | null;
|
|
910
828
|
canceledReason: string | null;
|
|
911
|
-
createType: string;
|
|
912
829
|
createdBy?: string | {
|
|
913
830
|
id: string;
|
|
914
831
|
email: string;
|
|
@@ -916,64 +833,64 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
916
833
|
firstName?: string | null | undefined;
|
|
917
834
|
lastName?: string | null | undefined;
|
|
918
835
|
} | null | undefined;
|
|
836
|
+
canceledBy?: string | {
|
|
837
|
+
id: string;
|
|
838
|
+
email: string;
|
|
839
|
+
fullName?: string | null | undefined;
|
|
840
|
+
firstName?: string | null | undefined;
|
|
841
|
+
lastName?: string | null | undefined;
|
|
842
|
+
} | null | undefined;
|
|
919
843
|
property?: {
|
|
920
|
-
status: string;
|
|
921
844
|
id: string;
|
|
922
|
-
|
|
845
|
+
status: string;
|
|
923
846
|
isArchived: boolean;
|
|
924
847
|
createdAt: Date;
|
|
925
|
-
updatedAt: Date;
|
|
926
848
|
syncedAt: Date;
|
|
849
|
+
updatedAt: Date;
|
|
850
|
+
mtaId: string;
|
|
851
|
+
balanceCents: bigint;
|
|
927
852
|
customerId: string;
|
|
928
853
|
projectId: string;
|
|
929
854
|
lotDetail: string | null;
|
|
930
855
|
propertyAddress: string;
|
|
931
|
-
stage: string;
|
|
932
|
-
mtaId: string;
|
|
933
|
-
mtaBalanceCents: bigint;
|
|
934
856
|
cmaBalanceCents: bigint;
|
|
857
|
+
mtaBalanceCents: bigint;
|
|
858
|
+
stage: string;
|
|
935
859
|
buyerName?: string | null | undefined;
|
|
936
860
|
project?: {
|
|
861
|
+
id: string;
|
|
862
|
+
name: string;
|
|
863
|
+
developerId: string;
|
|
864
|
+
mtaId: string | null;
|
|
865
|
+
state: string;
|
|
937
866
|
type: string;
|
|
938
867
|
status: string;
|
|
939
|
-
id: string;
|
|
940
868
|
isArchived: boolean;
|
|
941
869
|
createdAt: Date;
|
|
942
|
-
updatedAt: Date;
|
|
943
870
|
syncedAt: Date;
|
|
944
|
-
|
|
945
|
-
name: string;
|
|
946
|
-
developerId: string;
|
|
947
|
-
state: string;
|
|
871
|
+
updatedAt: Date;
|
|
948
872
|
developer?: {
|
|
949
|
-
status: string;
|
|
950
873
|
id: string;
|
|
874
|
+
companyName: string | null;
|
|
875
|
+
status: string;
|
|
951
876
|
isArchived: boolean;
|
|
952
877
|
createdAt: Date;
|
|
953
|
-
updatedAt: Date;
|
|
954
878
|
syncedAt: Date;
|
|
955
|
-
|
|
879
|
+
updatedAt: Date;
|
|
956
880
|
} | null | undefined;
|
|
957
881
|
} | null | undefined;
|
|
958
882
|
customer?: {
|
|
959
|
-
status: string;
|
|
960
883
|
id: string;
|
|
961
|
-
isArchived: boolean;
|
|
962
|
-
createdAt: Date;
|
|
963
|
-
updatedAt: Date;
|
|
964
884
|
fullName: string | null;
|
|
965
885
|
mobile: string | null;
|
|
966
886
|
email: string;
|
|
887
|
+
status: string;
|
|
888
|
+
isArchived: boolean;
|
|
889
|
+
createdAt: Date;
|
|
967
890
|
syncedAt: Date;
|
|
891
|
+
updatedAt: Date;
|
|
968
892
|
} | null | undefined;
|
|
969
893
|
} | null | undefined;
|
|
970
|
-
canceledBy?: string | {
|
|
971
|
-
id: string;
|
|
972
|
-
email: string;
|
|
973
|
-
fullName?: string | null | undefined;
|
|
974
|
-
firstName?: string | null | undefined;
|
|
975
|
-
lastName?: string | null | undefined;
|
|
976
|
-
} | null | undefined;
|
|
977
894
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
978
895
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
979
896
|
isReceipt?: boolean | null | undefined;
|
|
@@ -983,32 +900,32 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
983
900
|
transactionNumber?: string | null | undefined;
|
|
984
901
|
isCancelable?: boolean | null | undefined;
|
|
985
902
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
986
|
-
},
|
|
903
|
+
}, {
|
|
904
|
+
creditAmountCents: string | number | bigint;
|
|
905
|
+
debitAmountCents: string | number | bigint;
|
|
906
|
+
balanceCents: string | number | bigint;
|
|
907
|
+
inputType: string;
|
|
908
|
+
transactionType: string;
|
|
987
909
|
status: string;
|
|
988
910
|
id: string;
|
|
989
|
-
propertyId: string | null;
|
|
990
|
-
balanceCents: string | number | bigint;
|
|
991
|
-
isArchived: boolean;
|
|
992
|
-
createdAt: Date;
|
|
993
|
-
updatedAt: Date;
|
|
994
|
-
syncedAt: Date | null;
|
|
995
|
-
debitAmountCents: string | number | bigint;
|
|
996
|
-
creditAmountCents: string | number | bigint;
|
|
997
|
-
description: string | null;
|
|
998
|
-
clearedAt: Date | null;
|
|
999
911
|
cmaId: string;
|
|
912
|
+
sequence: number;
|
|
913
|
+
propertyId: string | null;
|
|
1000
914
|
payoutId: string | null;
|
|
915
|
+
createType: string;
|
|
1001
916
|
bankRef: string | null;
|
|
1002
|
-
|
|
1003
|
-
transactionType: string;
|
|
1004
|
-
sequence: number;
|
|
917
|
+
description: string | null;
|
|
1005
918
|
isCanceled: boolean;
|
|
919
|
+
isArchived: boolean;
|
|
1006
920
|
isRefunded: boolean;
|
|
921
|
+
clearedAt: string | Date | null;
|
|
922
|
+
createdAt: unknown;
|
|
923
|
+
syncedAt: unknown;
|
|
924
|
+
updatedAt: unknown;
|
|
1007
925
|
sourceTransactionId: string | null;
|
|
1008
926
|
cancelType: string | null;
|
|
1009
|
-
canceledAt:
|
|
927
|
+
canceledAt: unknown;
|
|
1010
928
|
canceledReason: string | null;
|
|
1011
|
-
createType: string;
|
|
1012
929
|
createdBy?: string | {
|
|
1013
930
|
id: string;
|
|
1014
931
|
email: string;
|
|
@@ -1016,92 +933,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1016
933
|
firstName?: string | null | undefined;
|
|
1017
934
|
lastName?: string | null | undefined;
|
|
1018
935
|
} | null | undefined;
|
|
936
|
+
canceledBy?: string | {
|
|
937
|
+
id: string;
|
|
938
|
+
email: string;
|
|
939
|
+
fullName?: string | null | undefined;
|
|
940
|
+
firstName?: string | null | undefined;
|
|
941
|
+
lastName?: string | null | undefined;
|
|
942
|
+
} | null | undefined;
|
|
1019
943
|
property?: {
|
|
1020
|
-
status: string;
|
|
1021
944
|
id: string;
|
|
1022
|
-
|
|
945
|
+
status: string;
|
|
1023
946
|
isArchived: boolean;
|
|
1024
|
-
createdAt:
|
|
1025
|
-
|
|
1026
|
-
|
|
947
|
+
createdAt: unknown;
|
|
948
|
+
syncedAt: unknown;
|
|
949
|
+
updatedAt: unknown;
|
|
950
|
+
mtaId: string;
|
|
951
|
+
balanceCents: unknown;
|
|
1027
952
|
customerId: string;
|
|
1028
953
|
projectId: string;
|
|
1029
954
|
lotDetail: string | null;
|
|
1030
955
|
propertyAddress: string;
|
|
956
|
+
cmaBalanceCents: unknown;
|
|
957
|
+
mtaBalanceCents: unknown;
|
|
1031
958
|
stage: string;
|
|
1032
|
-
mtaId: string;
|
|
1033
|
-
mtaBalanceCents: number | bigint;
|
|
1034
|
-
cmaBalanceCents: number | bigint;
|
|
1035
959
|
buyerName?: string | null | undefined;
|
|
1036
960
|
project?: {
|
|
1037
|
-
type: string;
|
|
1038
|
-
status: string;
|
|
1039
961
|
id: string;
|
|
1040
|
-
isArchived: boolean;
|
|
1041
|
-
createdAt: Date;
|
|
1042
|
-
updatedAt: Date;
|
|
1043
|
-
syncedAt: Date;
|
|
1044
|
-
mtaId: string | null;
|
|
1045
962
|
name: string;
|
|
1046
963
|
developerId: string;
|
|
964
|
+
mtaId: string | null;
|
|
1047
965
|
state: string;
|
|
966
|
+
type: string;
|
|
967
|
+
status: string;
|
|
968
|
+
isArchived: boolean;
|
|
969
|
+
createdAt: unknown;
|
|
970
|
+
syncedAt: unknown;
|
|
971
|
+
updatedAt: unknown;
|
|
1048
972
|
developer?: {
|
|
1049
|
-
status: string;
|
|
1050
973
|
id: string;
|
|
1051
|
-
isArchived: boolean;
|
|
1052
|
-
createdAt: Date;
|
|
1053
|
-
updatedAt: Date;
|
|
1054
|
-
syncedAt: Date;
|
|
1055
974
|
companyName: string | null;
|
|
975
|
+
status: string;
|
|
976
|
+
isArchived: boolean;
|
|
977
|
+
createdAt: unknown;
|
|
978
|
+
syncedAt: unknown;
|
|
979
|
+
updatedAt: unknown;
|
|
1056
980
|
} | null | undefined;
|
|
1057
981
|
} | null | undefined;
|
|
1058
982
|
customer?: {
|
|
1059
|
-
status: string;
|
|
1060
983
|
id: string;
|
|
1061
|
-
isArchived: boolean;
|
|
1062
|
-
createdAt: Date;
|
|
1063
|
-
updatedAt: Date;
|
|
1064
984
|
fullName: string | null;
|
|
1065
985
|
mobile: string | null;
|
|
1066
986
|
email: string;
|
|
1067
|
-
|
|
987
|
+
status: string;
|
|
988
|
+
isArchived: boolean;
|
|
989
|
+
createdAt: unknown;
|
|
990
|
+
syncedAt: unknown;
|
|
991
|
+
updatedAt: unknown;
|
|
1068
992
|
} | null | undefined;
|
|
1069
993
|
} | null | undefined;
|
|
1070
|
-
canceledBy?: string | {
|
|
1071
|
-
id: string;
|
|
1072
|
-
email: string;
|
|
1073
|
-
fullName?: string | null | undefined;
|
|
1074
|
-
firstName?: string | null | undefined;
|
|
1075
|
-
lastName?: string | null | undefined;
|
|
1076
|
-
} | null | undefined;
|
|
1077
994
|
} & {
|
|
1078
995
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1079
996
|
sourceTransaction?: ({
|
|
997
|
+
creditAmountCents: string | number | bigint;
|
|
998
|
+
debitAmountCents: string | number | bigint;
|
|
999
|
+
balanceCents: string | number | bigint;
|
|
1000
|
+
inputType: string;
|
|
1001
|
+
transactionType: string;
|
|
1080
1002
|
status: string;
|
|
1081
1003
|
id: string;
|
|
1082
|
-
propertyId: string | null;
|
|
1083
|
-
balanceCents: string | number | bigint;
|
|
1084
|
-
isArchived: boolean;
|
|
1085
|
-
createdAt: Date;
|
|
1086
|
-
updatedAt: Date;
|
|
1087
|
-
syncedAt: Date | null;
|
|
1088
|
-
debitAmountCents: string | number | bigint;
|
|
1089
|
-
creditAmountCents: string | number | bigint;
|
|
1090
|
-
description: string | null;
|
|
1091
|
-
clearedAt: Date | null;
|
|
1092
1004
|
cmaId: string;
|
|
1005
|
+
sequence: number;
|
|
1006
|
+
propertyId: string | null;
|
|
1093
1007
|
payoutId: string | null;
|
|
1008
|
+
createType: string;
|
|
1094
1009
|
bankRef: string | null;
|
|
1095
|
-
|
|
1096
|
-
transactionType: string;
|
|
1097
|
-
sequence: number;
|
|
1010
|
+
description: string | null;
|
|
1098
1011
|
isCanceled: boolean;
|
|
1012
|
+
isArchived: boolean;
|
|
1099
1013
|
isRefunded: boolean;
|
|
1014
|
+
clearedAt: string | Date | null;
|
|
1015
|
+
createdAt: unknown;
|
|
1016
|
+
syncedAt: unknown;
|
|
1017
|
+
updatedAt: unknown;
|
|
1100
1018
|
sourceTransactionId: string | null;
|
|
1101
1019
|
cancelType: string | null;
|
|
1102
|
-
canceledAt:
|
|
1020
|
+
canceledAt: unknown;
|
|
1103
1021
|
canceledReason: string | null;
|
|
1104
|
-
createType: string;
|
|
1105
1022
|
createdBy?: string | {
|
|
1106
1023
|
id: string;
|
|
1107
1024
|
email: string;
|
|
@@ -1109,91 +1026,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1109
1026
|
firstName?: string | null | undefined;
|
|
1110
1027
|
lastName?: string | null | undefined;
|
|
1111
1028
|
} | null | undefined;
|
|
1029
|
+
canceledBy?: string | {
|
|
1030
|
+
id: string;
|
|
1031
|
+
email: string;
|
|
1032
|
+
fullName?: string | null | undefined;
|
|
1033
|
+
firstName?: string | null | undefined;
|
|
1034
|
+
lastName?: string | null | undefined;
|
|
1035
|
+
} | null | undefined;
|
|
1112
1036
|
property?: {
|
|
1113
|
-
status: string;
|
|
1114
1037
|
id: string;
|
|
1115
|
-
|
|
1038
|
+
status: string;
|
|
1116
1039
|
isArchived: boolean;
|
|
1117
|
-
createdAt:
|
|
1118
|
-
|
|
1119
|
-
|
|
1040
|
+
createdAt: unknown;
|
|
1041
|
+
syncedAt: unknown;
|
|
1042
|
+
updatedAt: unknown;
|
|
1043
|
+
mtaId: string;
|
|
1044
|
+
balanceCents: unknown;
|
|
1120
1045
|
customerId: string;
|
|
1121
1046
|
projectId: string;
|
|
1122
1047
|
lotDetail: string | null;
|
|
1123
1048
|
propertyAddress: string;
|
|
1049
|
+
cmaBalanceCents: unknown;
|
|
1050
|
+
mtaBalanceCents: unknown;
|
|
1124
1051
|
stage: string;
|
|
1125
|
-
mtaId: string;
|
|
1126
|
-
mtaBalanceCents: number | bigint;
|
|
1127
|
-
cmaBalanceCents: number | bigint;
|
|
1128
1052
|
buyerName?: string | null | undefined;
|
|
1129
1053
|
project?: {
|
|
1130
|
-
type: string;
|
|
1131
|
-
status: string;
|
|
1132
1054
|
id: string;
|
|
1133
|
-
isArchived: boolean;
|
|
1134
|
-
createdAt: Date;
|
|
1135
|
-
updatedAt: Date;
|
|
1136
|
-
syncedAt: Date;
|
|
1137
|
-
mtaId: string | null;
|
|
1138
1055
|
name: string;
|
|
1139
1056
|
developerId: string;
|
|
1057
|
+
mtaId: string | null;
|
|
1140
1058
|
state: string;
|
|
1059
|
+
type: string;
|
|
1060
|
+
status: string;
|
|
1061
|
+
isArchived: boolean;
|
|
1062
|
+
createdAt: unknown;
|
|
1063
|
+
syncedAt: unknown;
|
|
1064
|
+
updatedAt: unknown;
|
|
1141
1065
|
developer?: {
|
|
1142
|
-
status: string;
|
|
1143
1066
|
id: string;
|
|
1144
|
-
isArchived: boolean;
|
|
1145
|
-
createdAt: Date;
|
|
1146
|
-
updatedAt: Date;
|
|
1147
|
-
syncedAt: Date;
|
|
1148
1067
|
companyName: string | null;
|
|
1068
|
+
status: string;
|
|
1069
|
+
isArchived: boolean;
|
|
1070
|
+
createdAt: unknown;
|
|
1071
|
+
syncedAt: unknown;
|
|
1072
|
+
updatedAt: unknown;
|
|
1149
1073
|
} | null | undefined;
|
|
1150
1074
|
} | null | undefined;
|
|
1151
1075
|
customer?: {
|
|
1152
|
-
status: string;
|
|
1153
1076
|
id: string;
|
|
1154
|
-
isArchived: boolean;
|
|
1155
|
-
createdAt: Date;
|
|
1156
|
-
updatedAt: Date;
|
|
1157
1077
|
fullName: string | null;
|
|
1158
1078
|
mobile: string | null;
|
|
1159
1079
|
email: string;
|
|
1160
|
-
|
|
1080
|
+
status: string;
|
|
1081
|
+
isArchived: boolean;
|
|
1082
|
+
createdAt: unknown;
|
|
1083
|
+
syncedAt: unknown;
|
|
1084
|
+
updatedAt: unknown;
|
|
1161
1085
|
} | null | undefined;
|
|
1162
1086
|
} | null | undefined;
|
|
1163
|
-
canceledBy?: string | {
|
|
1164
|
-
id: string;
|
|
1165
|
-
email: string;
|
|
1166
|
-
fullName?: string | null | undefined;
|
|
1167
|
-
firstName?: string | null | undefined;
|
|
1168
|
-
lastName?: string | null | undefined;
|
|
1169
|
-
} | null | undefined;
|
|
1170
1087
|
} & /*elided*/ any) | null | undefined;
|
|
1171
1088
|
subsequentTransactions?: ({
|
|
1089
|
+
creditAmountCents: string | number | bigint;
|
|
1090
|
+
debitAmountCents: string | number | bigint;
|
|
1091
|
+
balanceCents: string | number | bigint;
|
|
1092
|
+
inputType: string;
|
|
1093
|
+
transactionType: string;
|
|
1172
1094
|
status: string;
|
|
1173
1095
|
id: string;
|
|
1174
|
-
propertyId: string | null;
|
|
1175
|
-
balanceCents: string | number | bigint;
|
|
1176
|
-
isArchived: boolean;
|
|
1177
|
-
createdAt: Date;
|
|
1178
|
-
updatedAt: Date;
|
|
1179
|
-
syncedAt: Date | null;
|
|
1180
|
-
debitAmountCents: string | number | bigint;
|
|
1181
|
-
creditAmountCents: string | number | bigint;
|
|
1182
|
-
description: string | null;
|
|
1183
|
-
clearedAt: Date | null;
|
|
1184
1096
|
cmaId: string;
|
|
1097
|
+
sequence: number;
|
|
1098
|
+
propertyId: string | null;
|
|
1185
1099
|
payoutId: string | null;
|
|
1100
|
+
createType: string;
|
|
1186
1101
|
bankRef: string | null;
|
|
1187
|
-
|
|
1188
|
-
transactionType: string;
|
|
1189
|
-
sequence: number;
|
|
1102
|
+
description: string | null;
|
|
1190
1103
|
isCanceled: boolean;
|
|
1104
|
+
isArchived: boolean;
|
|
1191
1105
|
isRefunded: boolean;
|
|
1106
|
+
clearedAt: string | Date | null;
|
|
1107
|
+
createdAt: unknown;
|
|
1108
|
+
syncedAt: unknown;
|
|
1109
|
+
updatedAt: unknown;
|
|
1192
1110
|
sourceTransactionId: string | null;
|
|
1193
1111
|
cancelType: string | null;
|
|
1194
|
-
canceledAt:
|
|
1112
|
+
canceledAt: unknown;
|
|
1195
1113
|
canceledReason: string | null;
|
|
1196
|
-
createType: string;
|
|
1197
1114
|
createdBy?: string | {
|
|
1198
1115
|
id: string;
|
|
1199
1116
|
email: string;
|
|
@@ -1201,97 +1118,95 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1201
1118
|
firstName?: string | null | undefined;
|
|
1202
1119
|
lastName?: string | null | undefined;
|
|
1203
1120
|
} | null | undefined;
|
|
1121
|
+
canceledBy?: string | {
|
|
1122
|
+
id: string;
|
|
1123
|
+
email: string;
|
|
1124
|
+
fullName?: string | null | undefined;
|
|
1125
|
+
firstName?: string | null | undefined;
|
|
1126
|
+
lastName?: string | null | undefined;
|
|
1127
|
+
} | null | undefined;
|
|
1204
1128
|
property?: {
|
|
1205
|
-
status: string;
|
|
1206
1129
|
id: string;
|
|
1207
|
-
|
|
1130
|
+
status: string;
|
|
1208
1131
|
isArchived: boolean;
|
|
1209
|
-
createdAt:
|
|
1210
|
-
|
|
1211
|
-
|
|
1132
|
+
createdAt: unknown;
|
|
1133
|
+
syncedAt: unknown;
|
|
1134
|
+
updatedAt: unknown;
|
|
1135
|
+
mtaId: string;
|
|
1136
|
+
balanceCents: unknown;
|
|
1212
1137
|
customerId: string;
|
|
1213
1138
|
projectId: string;
|
|
1214
1139
|
lotDetail: string | null;
|
|
1215
1140
|
propertyAddress: string;
|
|
1141
|
+
cmaBalanceCents: unknown;
|
|
1142
|
+
mtaBalanceCents: unknown;
|
|
1216
1143
|
stage: string;
|
|
1217
|
-
mtaId: string;
|
|
1218
|
-
mtaBalanceCents: number | bigint;
|
|
1219
|
-
cmaBalanceCents: number | bigint;
|
|
1220
1144
|
buyerName?: string | null | undefined;
|
|
1221
1145
|
project?: {
|
|
1222
|
-
type: string;
|
|
1223
|
-
status: string;
|
|
1224
1146
|
id: string;
|
|
1225
|
-
isArchived: boolean;
|
|
1226
|
-
createdAt: Date;
|
|
1227
|
-
updatedAt: Date;
|
|
1228
|
-
syncedAt: Date;
|
|
1229
|
-
mtaId: string | null;
|
|
1230
1147
|
name: string;
|
|
1231
1148
|
developerId: string;
|
|
1149
|
+
mtaId: string | null;
|
|
1232
1150
|
state: string;
|
|
1151
|
+
type: string;
|
|
1152
|
+
status: string;
|
|
1153
|
+
isArchived: boolean;
|
|
1154
|
+
createdAt: unknown;
|
|
1155
|
+
syncedAt: unknown;
|
|
1156
|
+
updatedAt: unknown;
|
|
1233
1157
|
developer?: {
|
|
1234
|
-
status: string;
|
|
1235
1158
|
id: string;
|
|
1236
|
-
isArchived: boolean;
|
|
1237
|
-
createdAt: Date;
|
|
1238
|
-
updatedAt: Date;
|
|
1239
|
-
syncedAt: Date;
|
|
1240
1159
|
companyName: string | null;
|
|
1160
|
+
status: string;
|
|
1161
|
+
isArchived: boolean;
|
|
1162
|
+
createdAt: unknown;
|
|
1163
|
+
syncedAt: unknown;
|
|
1164
|
+
updatedAt: unknown;
|
|
1241
1165
|
} | null | undefined;
|
|
1242
1166
|
} | null | undefined;
|
|
1243
1167
|
customer?: {
|
|
1244
|
-
status: string;
|
|
1245
1168
|
id: string;
|
|
1246
|
-
isArchived: boolean;
|
|
1247
|
-
createdAt: Date;
|
|
1248
|
-
updatedAt: Date;
|
|
1249
1169
|
fullName: string | null;
|
|
1250
1170
|
mobile: string | null;
|
|
1251
1171
|
email: string;
|
|
1252
|
-
|
|
1172
|
+
status: string;
|
|
1173
|
+
isArchived: boolean;
|
|
1174
|
+
createdAt: unknown;
|
|
1175
|
+
syncedAt: unknown;
|
|
1176
|
+
updatedAt: unknown;
|
|
1253
1177
|
} | null | undefined;
|
|
1254
1178
|
} | null | undefined;
|
|
1255
|
-
canceledBy?: string | {
|
|
1256
|
-
id: string;
|
|
1257
|
-
email: string;
|
|
1258
|
-
fullName?: string | null | undefined;
|
|
1259
|
-
firstName?: string | null | undefined;
|
|
1260
|
-
lastName?: string | null | undefined;
|
|
1261
|
-
} | null | undefined;
|
|
1262
1179
|
} & /*elided*/ any)[] | null | undefined;
|
|
1263
1180
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1264
1181
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1182
|
+
}>>>>>>;
|
|
1183
|
+
unreconciledAmountCents: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<number, number | bigint>>, z.ZodNumber>;
|
|
1184
|
+
unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
|
|
1185
|
+
creditAmountCents: number;
|
|
1186
|
+
debitAmountCents: number;
|
|
1187
|
+
balanceCents: number;
|
|
1188
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1189
|
+
transactionType: string;
|
|
1270
1190
|
status: "clearing" | "cleared" | "reconciled";
|
|
1271
1191
|
id: string;
|
|
1272
|
-
propertyId: string | null;
|
|
1273
|
-
balanceCents: number;
|
|
1274
|
-
isArchived: boolean;
|
|
1275
|
-
createdAt: Date;
|
|
1276
|
-
updatedAt: Date;
|
|
1277
|
-
syncedAt: Date | null;
|
|
1278
|
-
debitAmountCents: number;
|
|
1279
|
-
creditAmountCents: number;
|
|
1280
|
-
description: string | null;
|
|
1281
|
-
clearedAt: Date | null;
|
|
1282
1192
|
cmaId: string;
|
|
1193
|
+
sequence: number;
|
|
1194
|
+
propertyId: string | null;
|
|
1283
1195
|
payoutId: string | null;
|
|
1196
|
+
createType: string;
|
|
1284
1197
|
bankRef: string | null;
|
|
1285
|
-
|
|
1286
|
-
transactionType: string;
|
|
1287
|
-
sequence: number;
|
|
1198
|
+
description: string | null;
|
|
1288
1199
|
isCanceled: boolean;
|
|
1200
|
+
isArchived: boolean;
|
|
1289
1201
|
isRefunded: boolean;
|
|
1202
|
+
clearedAt: Date | null;
|
|
1203
|
+
createdAt: Date;
|
|
1204
|
+
syncedAt: Date | null;
|
|
1205
|
+
updatedAt: Date;
|
|
1290
1206
|
sourceTransactionId: string | null;
|
|
1291
1207
|
cancelType: string | null;
|
|
1292
1208
|
canceledAt: Date | null;
|
|
1293
1209
|
canceledReason: string | null;
|
|
1294
|
-
createType: string;
|
|
1295
1210
|
createdBy?: string | {
|
|
1296
1211
|
id: string;
|
|
1297
1212
|
email: string;
|
|
@@ -1299,92 +1214,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1299
1214
|
firstName?: string | null | undefined;
|
|
1300
1215
|
lastName?: string | null | undefined;
|
|
1301
1216
|
} | null | undefined;
|
|
1217
|
+
canceledBy?: string | {
|
|
1218
|
+
id: string;
|
|
1219
|
+
email: string;
|
|
1220
|
+
fullName?: string | null | undefined;
|
|
1221
|
+
firstName?: string | null | undefined;
|
|
1222
|
+
lastName?: string | null | undefined;
|
|
1223
|
+
} | null | undefined;
|
|
1302
1224
|
property?: {
|
|
1303
|
-
status: string;
|
|
1304
1225
|
id: string;
|
|
1305
|
-
|
|
1226
|
+
status: string;
|
|
1306
1227
|
isArchived: boolean;
|
|
1307
1228
|
createdAt: Date;
|
|
1308
|
-
updatedAt: Date;
|
|
1309
1229
|
syncedAt: Date;
|
|
1230
|
+
updatedAt: Date;
|
|
1231
|
+
mtaId: string;
|
|
1232
|
+
balanceCents: bigint;
|
|
1310
1233
|
customerId: string;
|
|
1311
1234
|
projectId: string;
|
|
1312
1235
|
lotDetail: string | null;
|
|
1313
1236
|
propertyAddress: string;
|
|
1314
|
-
stage: string;
|
|
1315
|
-
mtaId: string;
|
|
1316
|
-
mtaBalanceCents: bigint;
|
|
1317
1237
|
cmaBalanceCents: bigint;
|
|
1238
|
+
mtaBalanceCents: bigint;
|
|
1239
|
+
stage: string;
|
|
1318
1240
|
buyerName?: string | null | undefined;
|
|
1319
1241
|
project?: {
|
|
1242
|
+
id: string;
|
|
1243
|
+
name: string;
|
|
1244
|
+
developerId: string;
|
|
1245
|
+
mtaId: string | null;
|
|
1246
|
+
state: string;
|
|
1320
1247
|
type: string;
|
|
1321
1248
|
status: string;
|
|
1322
|
-
id: string;
|
|
1323
1249
|
isArchived: boolean;
|
|
1324
1250
|
createdAt: Date;
|
|
1325
|
-
updatedAt: Date;
|
|
1326
1251
|
syncedAt: Date;
|
|
1327
|
-
|
|
1328
|
-
name: string;
|
|
1329
|
-
developerId: string;
|
|
1330
|
-
state: string;
|
|
1252
|
+
updatedAt: Date;
|
|
1331
1253
|
developer?: {
|
|
1332
|
-
status: string;
|
|
1333
1254
|
id: string;
|
|
1255
|
+
companyName: string | null;
|
|
1256
|
+
status: string;
|
|
1334
1257
|
isArchived: boolean;
|
|
1335
1258
|
createdAt: Date;
|
|
1336
|
-
updatedAt: Date;
|
|
1337
1259
|
syncedAt: Date;
|
|
1338
|
-
|
|
1260
|
+
updatedAt: Date;
|
|
1339
1261
|
} | null | undefined;
|
|
1340
1262
|
} | null | undefined;
|
|
1341
1263
|
customer?: {
|
|
1342
|
-
status: string;
|
|
1343
1264
|
id: string;
|
|
1344
|
-
isArchived: boolean;
|
|
1345
|
-
createdAt: Date;
|
|
1346
|
-
updatedAt: Date;
|
|
1347
1265
|
fullName: string | null;
|
|
1348
1266
|
mobile: string | null;
|
|
1349
1267
|
email: string;
|
|
1268
|
+
status: string;
|
|
1269
|
+
isArchived: boolean;
|
|
1270
|
+
createdAt: Date;
|
|
1350
1271
|
syncedAt: Date;
|
|
1272
|
+
updatedAt: Date;
|
|
1351
1273
|
} | null | undefined;
|
|
1352
1274
|
} | null | undefined;
|
|
1353
|
-
canceledBy?: string | {
|
|
1354
|
-
id: string;
|
|
1355
|
-
email: string;
|
|
1356
|
-
fullName?: string | null | undefined;
|
|
1357
|
-
firstName?: string | null | undefined;
|
|
1358
|
-
lastName?: string | null | undefined;
|
|
1359
|
-
} | null | undefined;
|
|
1360
1275
|
} & {
|
|
1361
1276
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1362
1277
|
sourceTransaction?: Omit<{
|
|
1278
|
+
creditAmountCents: number;
|
|
1279
|
+
debitAmountCents: number;
|
|
1280
|
+
balanceCents: number;
|
|
1281
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1282
|
+
transactionType: string;
|
|
1363
1283
|
status: "clearing" | "cleared" | "reconciled";
|
|
1364
1284
|
id: string;
|
|
1365
|
-
propertyId: string | null;
|
|
1366
|
-
balanceCents: number;
|
|
1367
|
-
isArchived: boolean;
|
|
1368
|
-
createdAt: Date;
|
|
1369
|
-
updatedAt: Date;
|
|
1370
|
-
syncedAt: Date | null;
|
|
1371
|
-
debitAmountCents: number;
|
|
1372
|
-
creditAmountCents: number;
|
|
1373
|
-
description: string | null;
|
|
1374
|
-
clearedAt: Date | null;
|
|
1375
1285
|
cmaId: string;
|
|
1286
|
+
sequence: number;
|
|
1287
|
+
propertyId: string | null;
|
|
1376
1288
|
payoutId: string | null;
|
|
1289
|
+
createType: string;
|
|
1377
1290
|
bankRef: string | null;
|
|
1378
|
-
|
|
1379
|
-
transactionType: string;
|
|
1380
|
-
sequence: number;
|
|
1291
|
+
description: string | null;
|
|
1381
1292
|
isCanceled: boolean;
|
|
1293
|
+
isArchived: boolean;
|
|
1382
1294
|
isRefunded: boolean;
|
|
1295
|
+
clearedAt: Date | null;
|
|
1296
|
+
createdAt: Date;
|
|
1297
|
+
syncedAt: Date | null;
|
|
1298
|
+
updatedAt: Date;
|
|
1383
1299
|
sourceTransactionId: string | null;
|
|
1384
1300
|
cancelType: string | null;
|
|
1385
1301
|
canceledAt: Date | null;
|
|
1386
1302
|
canceledReason: string | null;
|
|
1387
|
-
createType: string;
|
|
1388
1303
|
createdBy?: string | {
|
|
1389
1304
|
id: string;
|
|
1390
1305
|
email: string;
|
|
@@ -1392,91 +1307,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1392
1307
|
firstName?: string | null | undefined;
|
|
1393
1308
|
lastName?: string | null | undefined;
|
|
1394
1309
|
} | null | undefined;
|
|
1395
|
-
|
|
1396
|
-
status: string;
|
|
1310
|
+
canceledBy?: string | {
|
|
1397
1311
|
id: string;
|
|
1398
|
-
|
|
1312
|
+
email: string;
|
|
1313
|
+
fullName?: string | null | undefined;
|
|
1314
|
+
firstName?: string | null | undefined;
|
|
1315
|
+
lastName?: string | null | undefined;
|
|
1316
|
+
} | null | undefined;
|
|
1317
|
+
property?: {
|
|
1318
|
+
id: string;
|
|
1319
|
+
status: string;
|
|
1399
1320
|
isArchived: boolean;
|
|
1400
1321
|
createdAt: Date;
|
|
1401
|
-
updatedAt: Date;
|
|
1402
1322
|
syncedAt: Date;
|
|
1323
|
+
updatedAt: Date;
|
|
1324
|
+
mtaId: string;
|
|
1325
|
+
balanceCents: bigint;
|
|
1403
1326
|
customerId: string;
|
|
1404
1327
|
projectId: string;
|
|
1405
1328
|
lotDetail: string | null;
|
|
1406
1329
|
propertyAddress: string;
|
|
1407
|
-
stage: string;
|
|
1408
|
-
mtaId: string;
|
|
1409
|
-
mtaBalanceCents: bigint;
|
|
1410
1330
|
cmaBalanceCents: bigint;
|
|
1331
|
+
mtaBalanceCents: bigint;
|
|
1332
|
+
stage: string;
|
|
1411
1333
|
buyerName?: string | null | undefined;
|
|
1412
1334
|
project?: {
|
|
1335
|
+
id: string;
|
|
1336
|
+
name: string;
|
|
1337
|
+
developerId: string;
|
|
1338
|
+
mtaId: string | null;
|
|
1339
|
+
state: string;
|
|
1413
1340
|
type: string;
|
|
1414
1341
|
status: string;
|
|
1415
|
-
id: string;
|
|
1416
1342
|
isArchived: boolean;
|
|
1417
1343
|
createdAt: Date;
|
|
1418
|
-
updatedAt: Date;
|
|
1419
1344
|
syncedAt: Date;
|
|
1420
|
-
|
|
1421
|
-
name: string;
|
|
1422
|
-
developerId: string;
|
|
1423
|
-
state: string;
|
|
1345
|
+
updatedAt: Date;
|
|
1424
1346
|
developer?: {
|
|
1425
|
-
status: string;
|
|
1426
1347
|
id: string;
|
|
1348
|
+
companyName: string | null;
|
|
1349
|
+
status: string;
|
|
1427
1350
|
isArchived: boolean;
|
|
1428
1351
|
createdAt: Date;
|
|
1429
|
-
updatedAt: Date;
|
|
1430
1352
|
syncedAt: Date;
|
|
1431
|
-
|
|
1353
|
+
updatedAt: Date;
|
|
1432
1354
|
} | null | undefined;
|
|
1433
1355
|
} | null | undefined;
|
|
1434
1356
|
customer?: {
|
|
1435
|
-
status: string;
|
|
1436
1357
|
id: string;
|
|
1437
|
-
isArchived: boolean;
|
|
1438
|
-
createdAt: Date;
|
|
1439
|
-
updatedAt: Date;
|
|
1440
1358
|
fullName: string | null;
|
|
1441
1359
|
mobile: string | null;
|
|
1442
1360
|
email: string;
|
|
1361
|
+
status: string;
|
|
1362
|
+
isArchived: boolean;
|
|
1363
|
+
createdAt: Date;
|
|
1443
1364
|
syncedAt: Date;
|
|
1365
|
+
updatedAt: Date;
|
|
1444
1366
|
} | null | undefined;
|
|
1445
1367
|
} | null | undefined;
|
|
1446
|
-
canceledBy?: string | {
|
|
1447
|
-
id: string;
|
|
1448
|
-
email: string;
|
|
1449
|
-
fullName?: string | null | undefined;
|
|
1450
|
-
firstName?: string | null | undefined;
|
|
1451
|
-
lastName?: string | null | undefined;
|
|
1452
|
-
} | null | undefined;
|
|
1453
1368
|
} & /*elided*/ any, "cma"> | null | undefined;
|
|
1454
1369
|
subsequentTransactions?: Omit<{
|
|
1370
|
+
creditAmountCents: number;
|
|
1371
|
+
debitAmountCents: number;
|
|
1372
|
+
balanceCents: number;
|
|
1373
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1374
|
+
transactionType: string;
|
|
1455
1375
|
status: "clearing" | "cleared" | "reconciled";
|
|
1456
1376
|
id: string;
|
|
1457
|
-
propertyId: string | null;
|
|
1458
|
-
balanceCents: number;
|
|
1459
|
-
isArchived: boolean;
|
|
1460
|
-
createdAt: Date;
|
|
1461
|
-
updatedAt: Date;
|
|
1462
|
-
syncedAt: Date | null;
|
|
1463
|
-
debitAmountCents: number;
|
|
1464
|
-
creditAmountCents: number;
|
|
1465
|
-
description: string | null;
|
|
1466
|
-
clearedAt: Date | null;
|
|
1467
1377
|
cmaId: string;
|
|
1378
|
+
sequence: number;
|
|
1379
|
+
propertyId: string | null;
|
|
1468
1380
|
payoutId: string | null;
|
|
1381
|
+
createType: string;
|
|
1469
1382
|
bankRef: string | null;
|
|
1470
|
-
|
|
1471
|
-
transactionType: string;
|
|
1472
|
-
sequence: number;
|
|
1383
|
+
description: string | null;
|
|
1473
1384
|
isCanceled: boolean;
|
|
1385
|
+
isArchived: boolean;
|
|
1474
1386
|
isRefunded: boolean;
|
|
1387
|
+
clearedAt: Date | null;
|
|
1388
|
+
createdAt: Date;
|
|
1389
|
+
syncedAt: Date | null;
|
|
1390
|
+
updatedAt: Date;
|
|
1475
1391
|
sourceTransactionId: string | null;
|
|
1476
1392
|
cancelType: string | null;
|
|
1477
1393
|
canceledAt: Date | null;
|
|
1478
1394
|
canceledReason: string | null;
|
|
1479
|
-
createType: string;
|
|
1480
1395
|
createdBy?: string | {
|
|
1481
1396
|
id: string;
|
|
1482
1397
|
email: string;
|
|
@@ -1484,64 +1399,64 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1484
1399
|
firstName?: string | null | undefined;
|
|
1485
1400
|
lastName?: string | null | undefined;
|
|
1486
1401
|
} | null | undefined;
|
|
1402
|
+
canceledBy?: string | {
|
|
1403
|
+
id: string;
|
|
1404
|
+
email: string;
|
|
1405
|
+
fullName?: string | null | undefined;
|
|
1406
|
+
firstName?: string | null | undefined;
|
|
1407
|
+
lastName?: string | null | undefined;
|
|
1408
|
+
} | null | undefined;
|
|
1487
1409
|
property?: {
|
|
1488
|
-
status: string;
|
|
1489
1410
|
id: string;
|
|
1490
|
-
|
|
1411
|
+
status: string;
|
|
1491
1412
|
isArchived: boolean;
|
|
1492
1413
|
createdAt: Date;
|
|
1493
|
-
updatedAt: Date;
|
|
1494
1414
|
syncedAt: Date;
|
|
1415
|
+
updatedAt: Date;
|
|
1416
|
+
mtaId: string;
|
|
1417
|
+
balanceCents: bigint;
|
|
1495
1418
|
customerId: string;
|
|
1496
1419
|
projectId: string;
|
|
1497
1420
|
lotDetail: string | null;
|
|
1498
1421
|
propertyAddress: string;
|
|
1499
|
-
stage: string;
|
|
1500
|
-
mtaId: string;
|
|
1501
|
-
mtaBalanceCents: bigint;
|
|
1502
1422
|
cmaBalanceCents: bigint;
|
|
1423
|
+
mtaBalanceCents: bigint;
|
|
1424
|
+
stage: string;
|
|
1503
1425
|
buyerName?: string | null | undefined;
|
|
1504
1426
|
project?: {
|
|
1427
|
+
id: string;
|
|
1428
|
+
name: string;
|
|
1429
|
+
developerId: string;
|
|
1430
|
+
mtaId: string | null;
|
|
1431
|
+
state: string;
|
|
1505
1432
|
type: string;
|
|
1506
1433
|
status: string;
|
|
1507
|
-
id: string;
|
|
1508
1434
|
isArchived: boolean;
|
|
1509
1435
|
createdAt: Date;
|
|
1510
|
-
updatedAt: Date;
|
|
1511
1436
|
syncedAt: Date;
|
|
1512
|
-
|
|
1513
|
-
name: string;
|
|
1514
|
-
developerId: string;
|
|
1515
|
-
state: string;
|
|
1437
|
+
updatedAt: Date;
|
|
1516
1438
|
developer?: {
|
|
1517
|
-
status: string;
|
|
1518
1439
|
id: string;
|
|
1440
|
+
companyName: string | null;
|
|
1441
|
+
status: string;
|
|
1519
1442
|
isArchived: boolean;
|
|
1520
1443
|
createdAt: Date;
|
|
1521
|
-
updatedAt: Date;
|
|
1522
1444
|
syncedAt: Date;
|
|
1523
|
-
|
|
1445
|
+
updatedAt: Date;
|
|
1524
1446
|
} | null | undefined;
|
|
1525
1447
|
} | null | undefined;
|
|
1526
1448
|
customer?: {
|
|
1527
|
-
status: string;
|
|
1528
1449
|
id: string;
|
|
1529
|
-
isArchived: boolean;
|
|
1530
|
-
createdAt: Date;
|
|
1531
|
-
updatedAt: Date;
|
|
1532
1450
|
fullName: string | null;
|
|
1533
1451
|
mobile: string | null;
|
|
1534
1452
|
email: string;
|
|
1453
|
+
status: string;
|
|
1454
|
+
isArchived: boolean;
|
|
1455
|
+
createdAt: Date;
|
|
1535
1456
|
syncedAt: Date;
|
|
1457
|
+
updatedAt: Date;
|
|
1536
1458
|
} | null | undefined;
|
|
1537
1459
|
} | null | undefined;
|
|
1538
|
-
canceledBy?: string | {
|
|
1539
|
-
id: string;
|
|
1540
|
-
email: string;
|
|
1541
|
-
fullName?: string | null | undefined;
|
|
1542
|
-
firstName?: string | null | undefined;
|
|
1543
|
-
lastName?: string | null | undefined;
|
|
1544
|
-
} | null | undefined;
|
|
1545
1460
|
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
1546
1461
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1547
1462
|
isReceipt?: boolean | null | undefined;
|
|
@@ -1551,33 +1466,32 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1551
1466
|
transactionNumber?: string | null | undefined;
|
|
1552
1467
|
isCancelable?: boolean | null | undefined;
|
|
1553
1468
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
|
|
1469
|
+
}, {
|
|
1470
|
+
creditAmountCents: string | number | bigint;
|
|
1471
|
+
debitAmountCents: string | number | bigint;
|
|
1472
|
+
balanceCents: string | number | bigint;
|
|
1473
|
+
inputType: string;
|
|
1474
|
+
transactionType: string;
|
|
1475
|
+
status: string;
|
|
1557
1476
|
id: string;
|
|
1558
|
-
propertyId: string | null;
|
|
1559
|
-
balanceCents: number;
|
|
1560
|
-
isArchived: boolean;
|
|
1561
|
-
createdAt: Date;
|
|
1562
|
-
updatedAt: Date;
|
|
1563
|
-
syncedAt: Date | null;
|
|
1564
|
-
debitAmountCents: number;
|
|
1565
|
-
creditAmountCents: number;
|
|
1566
|
-
description: string | null;
|
|
1567
|
-
clearedAt: Date | null;
|
|
1568
1477
|
cmaId: string;
|
|
1478
|
+
sequence: number;
|
|
1479
|
+
propertyId: string | null;
|
|
1569
1480
|
payoutId: string | null;
|
|
1481
|
+
createType: string;
|
|
1570
1482
|
bankRef: string | null;
|
|
1571
|
-
|
|
1572
|
-
transactionType: string;
|
|
1573
|
-
sequence: number;
|
|
1483
|
+
description: string | null;
|
|
1574
1484
|
isCanceled: boolean;
|
|
1485
|
+
isArchived: boolean;
|
|
1575
1486
|
isRefunded: boolean;
|
|
1487
|
+
clearedAt: string | Date | null;
|
|
1488
|
+
createdAt: unknown;
|
|
1489
|
+
syncedAt: unknown;
|
|
1490
|
+
updatedAt: unknown;
|
|
1576
1491
|
sourceTransactionId: string | null;
|
|
1577
1492
|
cancelType: string | null;
|
|
1578
|
-
canceledAt:
|
|
1493
|
+
canceledAt: unknown;
|
|
1579
1494
|
canceledReason: string | null;
|
|
1580
|
-
createType: string;
|
|
1581
1495
|
createdBy?: string | {
|
|
1582
1496
|
id: string;
|
|
1583
1497
|
email: string;
|
|
@@ -1585,92 +1499,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1585
1499
|
firstName?: string | null | undefined;
|
|
1586
1500
|
lastName?: string | null | undefined;
|
|
1587
1501
|
} | null | undefined;
|
|
1502
|
+
canceledBy?: string | {
|
|
1503
|
+
id: string;
|
|
1504
|
+
email: string;
|
|
1505
|
+
fullName?: string | null | undefined;
|
|
1506
|
+
firstName?: string | null | undefined;
|
|
1507
|
+
lastName?: string | null | undefined;
|
|
1508
|
+
} | null | undefined;
|
|
1588
1509
|
property?: {
|
|
1589
|
-
status: string;
|
|
1590
1510
|
id: string;
|
|
1591
|
-
|
|
1511
|
+
status: string;
|
|
1592
1512
|
isArchived: boolean;
|
|
1593
|
-
createdAt:
|
|
1594
|
-
|
|
1595
|
-
|
|
1513
|
+
createdAt: unknown;
|
|
1514
|
+
syncedAt: unknown;
|
|
1515
|
+
updatedAt: unknown;
|
|
1516
|
+
mtaId: string;
|
|
1517
|
+
balanceCents: unknown;
|
|
1596
1518
|
customerId: string;
|
|
1597
1519
|
projectId: string;
|
|
1598
1520
|
lotDetail: string | null;
|
|
1599
1521
|
propertyAddress: string;
|
|
1522
|
+
cmaBalanceCents: unknown;
|
|
1523
|
+
mtaBalanceCents: unknown;
|
|
1600
1524
|
stage: string;
|
|
1601
|
-
mtaId: string;
|
|
1602
|
-
mtaBalanceCents: bigint;
|
|
1603
|
-
cmaBalanceCents: bigint;
|
|
1604
1525
|
buyerName?: string | null | undefined;
|
|
1605
1526
|
project?: {
|
|
1606
|
-
type: string;
|
|
1607
|
-
status: string;
|
|
1608
1527
|
id: string;
|
|
1609
|
-
isArchived: boolean;
|
|
1610
|
-
createdAt: Date;
|
|
1611
|
-
updatedAt: Date;
|
|
1612
|
-
syncedAt: Date;
|
|
1613
|
-
mtaId: string | null;
|
|
1614
1528
|
name: string;
|
|
1615
1529
|
developerId: string;
|
|
1530
|
+
mtaId: string | null;
|
|
1616
1531
|
state: string;
|
|
1532
|
+
type: string;
|
|
1533
|
+
status: string;
|
|
1534
|
+
isArchived: boolean;
|
|
1535
|
+
createdAt: unknown;
|
|
1536
|
+
syncedAt: unknown;
|
|
1537
|
+
updatedAt: unknown;
|
|
1617
1538
|
developer?: {
|
|
1618
|
-
status: string;
|
|
1619
1539
|
id: string;
|
|
1620
|
-
isArchived: boolean;
|
|
1621
|
-
createdAt: Date;
|
|
1622
|
-
updatedAt: Date;
|
|
1623
|
-
syncedAt: Date;
|
|
1624
1540
|
companyName: string | null;
|
|
1541
|
+
status: string;
|
|
1542
|
+
isArchived: boolean;
|
|
1543
|
+
createdAt: unknown;
|
|
1544
|
+
syncedAt: unknown;
|
|
1545
|
+
updatedAt: unknown;
|
|
1625
1546
|
} | null | undefined;
|
|
1626
1547
|
} | null | undefined;
|
|
1627
1548
|
customer?: {
|
|
1628
|
-
status: string;
|
|
1629
1549
|
id: string;
|
|
1630
|
-
isArchived: boolean;
|
|
1631
|
-
createdAt: Date;
|
|
1632
|
-
updatedAt: Date;
|
|
1633
1550
|
fullName: string | null;
|
|
1634
1551
|
mobile: string | null;
|
|
1635
1552
|
email: string;
|
|
1636
|
-
|
|
1553
|
+
status: string;
|
|
1554
|
+
isArchived: boolean;
|
|
1555
|
+
createdAt: unknown;
|
|
1556
|
+
syncedAt: unknown;
|
|
1557
|
+
updatedAt: unknown;
|
|
1637
1558
|
} | null | undefined;
|
|
1638
1559
|
} | null | undefined;
|
|
1639
|
-
canceledBy?: string | {
|
|
1640
|
-
id: string;
|
|
1641
|
-
email: string;
|
|
1642
|
-
fullName?: string | null | undefined;
|
|
1643
|
-
firstName?: string | null | undefined;
|
|
1644
|
-
lastName?: string | null | undefined;
|
|
1645
|
-
} | null | undefined;
|
|
1646
1560
|
} & {
|
|
1647
|
-
cma?: z.
|
|
1648
|
-
sourceTransaction?:
|
|
1649
|
-
|
|
1561
|
+
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1562
|
+
sourceTransaction?: ({
|
|
1563
|
+
creditAmountCents: string | number | bigint;
|
|
1564
|
+
debitAmountCents: string | number | bigint;
|
|
1565
|
+
balanceCents: string | number | bigint;
|
|
1566
|
+
inputType: string;
|
|
1567
|
+
transactionType: string;
|
|
1568
|
+
status: string;
|
|
1650
1569
|
id: string;
|
|
1651
|
-
propertyId: string | null;
|
|
1652
|
-
balanceCents: number;
|
|
1653
|
-
isArchived: boolean;
|
|
1654
|
-
createdAt: Date;
|
|
1655
|
-
updatedAt: Date;
|
|
1656
|
-
syncedAt: Date | null;
|
|
1657
|
-
debitAmountCents: number;
|
|
1658
|
-
creditAmountCents: number;
|
|
1659
|
-
description: string | null;
|
|
1660
|
-
clearedAt: Date | null;
|
|
1661
1570
|
cmaId: string;
|
|
1571
|
+
sequence: number;
|
|
1572
|
+
propertyId: string | null;
|
|
1662
1573
|
payoutId: string | null;
|
|
1574
|
+
createType: string;
|
|
1663
1575
|
bankRef: string | null;
|
|
1664
|
-
|
|
1665
|
-
transactionType: string;
|
|
1666
|
-
sequence: number;
|
|
1576
|
+
description: string | null;
|
|
1667
1577
|
isCanceled: boolean;
|
|
1578
|
+
isArchived: boolean;
|
|
1668
1579
|
isRefunded: boolean;
|
|
1580
|
+
clearedAt: string | Date | null;
|
|
1581
|
+
createdAt: unknown;
|
|
1582
|
+
syncedAt: unknown;
|
|
1583
|
+
updatedAt: unknown;
|
|
1669
1584
|
sourceTransactionId: string | null;
|
|
1670
1585
|
cancelType: string | null;
|
|
1671
|
-
canceledAt:
|
|
1586
|
+
canceledAt: unknown;
|
|
1672
1587
|
canceledReason: string | null;
|
|
1673
|
-
createType: string;
|
|
1674
1588
|
createdBy?: string | {
|
|
1675
1589
|
id: string;
|
|
1676
1590
|
email: string;
|
|
@@ -1678,1160 +1592,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1678
1592
|
firstName?: string | null | undefined;
|
|
1679
1593
|
lastName?: string | null | undefined;
|
|
1680
1594
|
} | null | undefined;
|
|
1595
|
+
canceledBy?: string | {
|
|
1596
|
+
id: string;
|
|
1597
|
+
email: string;
|
|
1598
|
+
fullName?: string | null | undefined;
|
|
1599
|
+
firstName?: string | null | undefined;
|
|
1600
|
+
lastName?: string | null | undefined;
|
|
1601
|
+
} | null | undefined;
|
|
1681
1602
|
property?: {
|
|
1682
|
-
status: string;
|
|
1683
1603
|
id: string;
|
|
1684
|
-
|
|
1604
|
+
status: string;
|
|
1685
1605
|
isArchived: boolean;
|
|
1686
|
-
createdAt:
|
|
1687
|
-
|
|
1688
|
-
|
|
1606
|
+
createdAt: unknown;
|
|
1607
|
+
syncedAt: unknown;
|
|
1608
|
+
updatedAt: unknown;
|
|
1609
|
+
mtaId: string;
|
|
1610
|
+
balanceCents: unknown;
|
|
1689
1611
|
customerId: string;
|
|
1690
1612
|
projectId: string;
|
|
1691
1613
|
lotDetail: string | null;
|
|
1692
1614
|
propertyAddress: string;
|
|
1615
|
+
cmaBalanceCents: unknown;
|
|
1616
|
+
mtaBalanceCents: unknown;
|
|
1693
1617
|
stage: string;
|
|
1694
|
-
mtaId: string;
|
|
1695
|
-
mtaBalanceCents: bigint;
|
|
1696
|
-
cmaBalanceCents: bigint;
|
|
1697
1618
|
buyerName?: string | null | undefined;
|
|
1698
1619
|
project?: {
|
|
1699
|
-
type: string;
|
|
1700
|
-
status: string;
|
|
1701
1620
|
id: string;
|
|
1702
|
-
isArchived: boolean;
|
|
1703
|
-
createdAt: Date;
|
|
1704
|
-
updatedAt: Date;
|
|
1705
|
-
syncedAt: Date;
|
|
1706
|
-
mtaId: string | null;
|
|
1707
|
-
name: string;
|
|
1708
|
-
developerId: string;
|
|
1709
|
-
state: string;
|
|
1710
|
-
developer?: {
|
|
1711
|
-
status: string;
|
|
1712
|
-
id: string;
|
|
1713
|
-
isArchived: boolean;
|
|
1714
|
-
createdAt: Date;
|
|
1715
|
-
updatedAt: Date;
|
|
1716
|
-
syncedAt: Date;
|
|
1717
|
-
companyName: string | null;
|
|
1718
|
-
} | null | undefined;
|
|
1719
|
-
} | null | undefined;
|
|
1720
|
-
customer?: {
|
|
1721
|
-
status: string;
|
|
1722
|
-
id: string;
|
|
1723
|
-
isArchived: boolean;
|
|
1724
|
-
createdAt: Date;
|
|
1725
|
-
updatedAt: Date;
|
|
1726
|
-
fullName: string | null;
|
|
1727
|
-
mobile: string | null;
|
|
1728
|
-
email: string;
|
|
1729
|
-
syncedAt: Date;
|
|
1730
|
-
} | null | undefined;
|
|
1731
|
-
} | null | undefined;
|
|
1732
|
-
canceledBy?: string | {
|
|
1733
|
-
id: string;
|
|
1734
|
-
email: string;
|
|
1735
|
-
fullName?: string | null | undefined;
|
|
1736
|
-
firstName?: string | null | undefined;
|
|
1737
|
-
lastName?: string | null | undefined;
|
|
1738
|
-
} | null | undefined;
|
|
1739
|
-
} & /*elided*/ any, "cma"> | null | undefined;
|
|
1740
|
-
subsequentTransactions?: Omit<{
|
|
1741
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1742
|
-
id: string;
|
|
1743
|
-
propertyId: string | null;
|
|
1744
|
-
balanceCents: number;
|
|
1745
|
-
isArchived: boolean;
|
|
1746
|
-
createdAt: Date;
|
|
1747
|
-
updatedAt: Date;
|
|
1748
|
-
syncedAt: Date | null;
|
|
1749
|
-
debitAmountCents: number;
|
|
1750
|
-
creditAmountCents: number;
|
|
1751
|
-
description: string | null;
|
|
1752
|
-
clearedAt: Date | null;
|
|
1753
|
-
cmaId: string;
|
|
1754
|
-
payoutId: string | null;
|
|
1755
|
-
bankRef: string | null;
|
|
1756
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
1757
|
-
transactionType: string;
|
|
1758
|
-
sequence: number;
|
|
1759
|
-
isCanceled: boolean;
|
|
1760
|
-
isRefunded: boolean;
|
|
1761
|
-
sourceTransactionId: string | null;
|
|
1762
|
-
cancelType: string | null;
|
|
1763
|
-
canceledAt: Date | null;
|
|
1764
|
-
canceledReason: string | null;
|
|
1765
|
-
createType: string;
|
|
1766
|
-
createdBy?: string | {
|
|
1767
|
-
id: string;
|
|
1768
|
-
email: string;
|
|
1769
|
-
fullName?: string | null | undefined;
|
|
1770
|
-
firstName?: string | null | undefined;
|
|
1771
|
-
lastName?: string | null | undefined;
|
|
1772
|
-
} | null | undefined;
|
|
1773
|
-
property?: {
|
|
1774
|
-
status: string;
|
|
1775
|
-
id: string;
|
|
1776
|
-
balanceCents: bigint;
|
|
1777
|
-
isArchived: boolean;
|
|
1778
|
-
createdAt: Date;
|
|
1779
|
-
updatedAt: Date;
|
|
1780
|
-
syncedAt: Date;
|
|
1781
|
-
customerId: string;
|
|
1782
|
-
projectId: string;
|
|
1783
|
-
lotDetail: string | null;
|
|
1784
|
-
propertyAddress: string;
|
|
1785
|
-
stage: string;
|
|
1786
|
-
mtaId: string;
|
|
1787
|
-
mtaBalanceCents: bigint;
|
|
1788
|
-
cmaBalanceCents: bigint;
|
|
1789
|
-
buyerName?: string | null | undefined;
|
|
1790
|
-
project?: {
|
|
1791
|
-
type: string;
|
|
1792
|
-
status: string;
|
|
1793
|
-
id: string;
|
|
1794
|
-
isArchived: boolean;
|
|
1795
|
-
createdAt: Date;
|
|
1796
|
-
updatedAt: Date;
|
|
1797
|
-
syncedAt: Date;
|
|
1798
|
-
mtaId: string | null;
|
|
1799
|
-
name: string;
|
|
1800
|
-
developerId: string;
|
|
1801
|
-
state: string;
|
|
1802
|
-
developer?: {
|
|
1803
|
-
status: string;
|
|
1804
|
-
id: string;
|
|
1805
|
-
isArchived: boolean;
|
|
1806
|
-
createdAt: Date;
|
|
1807
|
-
updatedAt: Date;
|
|
1808
|
-
syncedAt: Date;
|
|
1809
|
-
companyName: string | null;
|
|
1810
|
-
} | null | undefined;
|
|
1811
|
-
} | null | undefined;
|
|
1812
|
-
customer?: {
|
|
1813
|
-
status: string;
|
|
1814
|
-
id: string;
|
|
1815
|
-
isArchived: boolean;
|
|
1816
|
-
createdAt: Date;
|
|
1817
|
-
updatedAt: Date;
|
|
1818
|
-
fullName: string | null;
|
|
1819
|
-
mobile: string | null;
|
|
1820
|
-
email: string;
|
|
1821
|
-
syncedAt: Date;
|
|
1822
|
-
} | null | undefined;
|
|
1823
|
-
} | null | undefined;
|
|
1824
|
-
canceledBy?: string | {
|
|
1825
|
-
id: string;
|
|
1826
|
-
email: string;
|
|
1827
|
-
fullName?: string | null | undefined;
|
|
1828
|
-
firstName?: string | null | undefined;
|
|
1829
|
-
lastName?: string | null | undefined;
|
|
1830
|
-
} | null | undefined;
|
|
1831
|
-
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
1832
|
-
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1833
|
-
isReceipt?: boolean | null | undefined;
|
|
1834
|
-
isPayment?: boolean | null | undefined;
|
|
1835
|
-
isReconciled?: boolean | null | undefined;
|
|
1836
|
-
amountStr?: string | null | undefined;
|
|
1837
|
-
transactionNumber?: string | null | undefined;
|
|
1838
|
-
isCancelable?: boolean | null | undefined;
|
|
1839
|
-
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1840
|
-
})[] | null | undefined;
|
|
1841
|
-
}, {
|
|
1842
|
-
reconciledAmountCents: number | bigint;
|
|
1843
|
-
unreconciledAmountCents: number | bigint;
|
|
1844
|
-
reconciledTransactions?: ({
|
|
1845
|
-
status: string;
|
|
1846
|
-
id: string;
|
|
1847
|
-
propertyId: string | null;
|
|
1848
|
-
balanceCents: string | number | bigint;
|
|
1849
|
-
isArchived: boolean;
|
|
1850
|
-
createdAt: Date;
|
|
1851
|
-
updatedAt: Date;
|
|
1852
|
-
syncedAt: Date | null;
|
|
1853
|
-
debitAmountCents: string | number | bigint;
|
|
1854
|
-
creditAmountCents: string | number | bigint;
|
|
1855
|
-
description: string | null;
|
|
1856
|
-
clearedAt: Date | null;
|
|
1857
|
-
cmaId: string;
|
|
1858
|
-
payoutId: string | null;
|
|
1859
|
-
bankRef: string | null;
|
|
1860
|
-
inputType: string;
|
|
1861
|
-
transactionType: string;
|
|
1862
|
-
sequence: number;
|
|
1863
|
-
isCanceled: boolean;
|
|
1864
|
-
isRefunded: boolean;
|
|
1865
|
-
sourceTransactionId: string | null;
|
|
1866
|
-
cancelType: string | null;
|
|
1867
|
-
canceledAt: Date | null;
|
|
1868
|
-
canceledReason: string | null;
|
|
1869
|
-
createType: string;
|
|
1870
|
-
createdBy?: string | {
|
|
1871
|
-
id: string;
|
|
1872
|
-
email: string;
|
|
1873
|
-
fullName?: string | null | undefined;
|
|
1874
|
-
firstName?: string | null | undefined;
|
|
1875
|
-
lastName?: string | null | undefined;
|
|
1876
|
-
} | null | undefined;
|
|
1877
|
-
property?: {
|
|
1878
|
-
status: string;
|
|
1879
|
-
id: string;
|
|
1880
|
-
balanceCents: number | bigint;
|
|
1881
|
-
isArchived: boolean;
|
|
1882
|
-
createdAt: Date;
|
|
1883
|
-
updatedAt: Date;
|
|
1884
|
-
syncedAt: Date;
|
|
1885
|
-
customerId: string;
|
|
1886
|
-
projectId: string;
|
|
1887
|
-
lotDetail: string | null;
|
|
1888
|
-
propertyAddress: string;
|
|
1889
|
-
stage: string;
|
|
1890
|
-
mtaId: string;
|
|
1891
|
-
mtaBalanceCents: number | bigint;
|
|
1892
|
-
cmaBalanceCents: number | bigint;
|
|
1893
|
-
buyerName?: string | null | undefined;
|
|
1894
|
-
project?: {
|
|
1895
|
-
type: string;
|
|
1896
|
-
status: string;
|
|
1897
|
-
id: string;
|
|
1898
|
-
isArchived: boolean;
|
|
1899
|
-
createdAt: Date;
|
|
1900
|
-
updatedAt: Date;
|
|
1901
|
-
syncedAt: Date;
|
|
1902
|
-
mtaId: string | null;
|
|
1903
|
-
name: string;
|
|
1904
|
-
developerId: string;
|
|
1905
|
-
state: string;
|
|
1906
|
-
developer?: {
|
|
1907
|
-
status: string;
|
|
1908
|
-
id: string;
|
|
1909
|
-
isArchived: boolean;
|
|
1910
|
-
createdAt: Date;
|
|
1911
|
-
updatedAt: Date;
|
|
1912
|
-
syncedAt: Date;
|
|
1913
|
-
companyName: string | null;
|
|
1914
|
-
} | null | undefined;
|
|
1915
|
-
} | null | undefined;
|
|
1916
|
-
customer?: {
|
|
1917
|
-
status: string;
|
|
1918
|
-
id: string;
|
|
1919
|
-
isArchived: boolean;
|
|
1920
|
-
createdAt: Date;
|
|
1921
|
-
updatedAt: Date;
|
|
1922
|
-
fullName: string | null;
|
|
1923
|
-
mobile: string | null;
|
|
1924
|
-
email: string;
|
|
1925
|
-
syncedAt: Date;
|
|
1926
|
-
} | null | undefined;
|
|
1927
|
-
} | null | undefined;
|
|
1928
|
-
canceledBy?: string | {
|
|
1929
|
-
id: string;
|
|
1930
|
-
email: string;
|
|
1931
|
-
fullName?: string | null | undefined;
|
|
1932
|
-
firstName?: string | null | undefined;
|
|
1933
|
-
lastName?: string | null | undefined;
|
|
1934
|
-
} | null | undefined;
|
|
1935
|
-
} & {
|
|
1936
|
-
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1937
|
-
sourceTransaction?: ({
|
|
1938
|
-
status: string;
|
|
1939
|
-
id: string;
|
|
1940
|
-
propertyId: string | null;
|
|
1941
|
-
balanceCents: string | number | bigint;
|
|
1942
|
-
isArchived: boolean;
|
|
1943
|
-
createdAt: Date;
|
|
1944
|
-
updatedAt: Date;
|
|
1945
|
-
syncedAt: Date | null;
|
|
1946
|
-
debitAmountCents: string | number | bigint;
|
|
1947
|
-
creditAmountCents: string | number | bigint;
|
|
1948
|
-
description: string | null;
|
|
1949
|
-
clearedAt: Date | null;
|
|
1950
|
-
cmaId: string;
|
|
1951
|
-
payoutId: string | null;
|
|
1952
|
-
bankRef: string | null;
|
|
1953
|
-
inputType: string;
|
|
1954
|
-
transactionType: string;
|
|
1955
|
-
sequence: number;
|
|
1956
|
-
isCanceled: boolean;
|
|
1957
|
-
isRefunded: boolean;
|
|
1958
|
-
sourceTransactionId: string | null;
|
|
1959
|
-
cancelType: string | null;
|
|
1960
|
-
canceledAt: Date | null;
|
|
1961
|
-
canceledReason: string | null;
|
|
1962
|
-
createType: string;
|
|
1963
|
-
createdBy?: string | {
|
|
1964
|
-
id: string;
|
|
1965
|
-
email: string;
|
|
1966
|
-
fullName?: string | null | undefined;
|
|
1967
|
-
firstName?: string | null | undefined;
|
|
1968
|
-
lastName?: string | null | undefined;
|
|
1969
|
-
} | null | undefined;
|
|
1970
|
-
property?: {
|
|
1971
|
-
status: string;
|
|
1972
|
-
id: string;
|
|
1973
|
-
balanceCents: number | bigint;
|
|
1974
|
-
isArchived: boolean;
|
|
1975
|
-
createdAt: Date;
|
|
1976
|
-
updatedAt: Date;
|
|
1977
|
-
syncedAt: Date;
|
|
1978
|
-
customerId: string;
|
|
1979
|
-
projectId: string;
|
|
1980
|
-
lotDetail: string | null;
|
|
1981
|
-
propertyAddress: string;
|
|
1982
|
-
stage: string;
|
|
1983
|
-
mtaId: string;
|
|
1984
|
-
mtaBalanceCents: number | bigint;
|
|
1985
|
-
cmaBalanceCents: number | bigint;
|
|
1986
|
-
buyerName?: string | null | undefined;
|
|
1987
|
-
project?: {
|
|
1988
|
-
type: string;
|
|
1989
|
-
status: string;
|
|
1990
|
-
id: string;
|
|
1991
|
-
isArchived: boolean;
|
|
1992
|
-
createdAt: Date;
|
|
1993
|
-
updatedAt: Date;
|
|
1994
|
-
syncedAt: Date;
|
|
1995
|
-
mtaId: string | null;
|
|
1996
|
-
name: string;
|
|
1997
|
-
developerId: string;
|
|
1998
|
-
state: string;
|
|
1999
|
-
developer?: {
|
|
2000
|
-
status: string;
|
|
2001
|
-
id: string;
|
|
2002
|
-
isArchived: boolean;
|
|
2003
|
-
createdAt: Date;
|
|
2004
|
-
updatedAt: Date;
|
|
2005
|
-
syncedAt: Date;
|
|
2006
|
-
companyName: string | null;
|
|
2007
|
-
} | null | undefined;
|
|
2008
|
-
} | null | undefined;
|
|
2009
|
-
customer?: {
|
|
2010
|
-
status: string;
|
|
2011
|
-
id: string;
|
|
2012
|
-
isArchived: boolean;
|
|
2013
|
-
createdAt: Date;
|
|
2014
|
-
updatedAt: Date;
|
|
2015
|
-
fullName: string | null;
|
|
2016
|
-
mobile: string | null;
|
|
2017
|
-
email: string;
|
|
2018
|
-
syncedAt: Date;
|
|
2019
|
-
} | null | undefined;
|
|
2020
|
-
} | null | undefined;
|
|
2021
|
-
canceledBy?: string | {
|
|
2022
|
-
id: string;
|
|
2023
|
-
email: string;
|
|
2024
|
-
fullName?: string | null | undefined;
|
|
2025
|
-
firstName?: string | null | undefined;
|
|
2026
|
-
lastName?: string | null | undefined;
|
|
2027
|
-
} | null | undefined;
|
|
2028
|
-
} & /*elided*/ any) | null | undefined;
|
|
2029
|
-
subsequentTransactions?: ({
|
|
2030
|
-
status: string;
|
|
2031
|
-
id: string;
|
|
2032
|
-
propertyId: string | null;
|
|
2033
|
-
balanceCents: string | number | bigint;
|
|
2034
|
-
isArchived: boolean;
|
|
2035
|
-
createdAt: Date;
|
|
2036
|
-
updatedAt: Date;
|
|
2037
|
-
syncedAt: Date | null;
|
|
2038
|
-
debitAmountCents: string | number | bigint;
|
|
2039
|
-
creditAmountCents: string | number | bigint;
|
|
2040
|
-
description: string | null;
|
|
2041
|
-
clearedAt: Date | null;
|
|
2042
|
-
cmaId: string;
|
|
2043
|
-
payoutId: string | null;
|
|
2044
|
-
bankRef: string | null;
|
|
2045
|
-
inputType: string;
|
|
2046
|
-
transactionType: string;
|
|
2047
|
-
sequence: number;
|
|
2048
|
-
isCanceled: boolean;
|
|
2049
|
-
isRefunded: boolean;
|
|
2050
|
-
sourceTransactionId: string | null;
|
|
2051
|
-
cancelType: string | null;
|
|
2052
|
-
canceledAt: Date | null;
|
|
2053
|
-
canceledReason: string | null;
|
|
2054
|
-
createType: string;
|
|
2055
|
-
createdBy?: string | {
|
|
2056
|
-
id: string;
|
|
2057
|
-
email: string;
|
|
2058
|
-
fullName?: string | null | undefined;
|
|
2059
|
-
firstName?: string | null | undefined;
|
|
2060
|
-
lastName?: string | null | undefined;
|
|
2061
|
-
} | null | undefined;
|
|
2062
|
-
property?: {
|
|
2063
|
-
status: string;
|
|
2064
|
-
id: string;
|
|
2065
|
-
balanceCents: number | bigint;
|
|
2066
|
-
isArchived: boolean;
|
|
2067
|
-
createdAt: Date;
|
|
2068
|
-
updatedAt: Date;
|
|
2069
|
-
syncedAt: Date;
|
|
2070
|
-
customerId: string;
|
|
2071
|
-
projectId: string;
|
|
2072
|
-
lotDetail: string | null;
|
|
2073
|
-
propertyAddress: string;
|
|
2074
|
-
stage: string;
|
|
2075
|
-
mtaId: string;
|
|
2076
|
-
mtaBalanceCents: number | bigint;
|
|
2077
|
-
cmaBalanceCents: number | bigint;
|
|
2078
|
-
buyerName?: string | null | undefined;
|
|
2079
|
-
project?: {
|
|
2080
|
-
type: string;
|
|
2081
|
-
status: string;
|
|
2082
|
-
id: string;
|
|
2083
|
-
isArchived: boolean;
|
|
2084
|
-
createdAt: Date;
|
|
2085
|
-
updatedAt: Date;
|
|
2086
|
-
syncedAt: Date;
|
|
2087
|
-
mtaId: string | null;
|
|
2088
|
-
name: string;
|
|
2089
|
-
developerId: string;
|
|
2090
|
-
state: string;
|
|
2091
|
-
developer?: {
|
|
2092
|
-
status: string;
|
|
2093
|
-
id: string;
|
|
2094
|
-
isArchived: boolean;
|
|
2095
|
-
createdAt: Date;
|
|
2096
|
-
updatedAt: Date;
|
|
2097
|
-
syncedAt: Date;
|
|
2098
|
-
companyName: string | null;
|
|
2099
|
-
} | null | undefined;
|
|
2100
|
-
} | null | undefined;
|
|
2101
|
-
customer?: {
|
|
2102
|
-
status: string;
|
|
2103
|
-
id: string;
|
|
2104
|
-
isArchived: boolean;
|
|
2105
|
-
createdAt: Date;
|
|
2106
|
-
updatedAt: Date;
|
|
2107
|
-
fullName: string | null;
|
|
2108
|
-
mobile: string | null;
|
|
2109
|
-
email: string;
|
|
2110
|
-
syncedAt: Date;
|
|
2111
|
-
} | null | undefined;
|
|
2112
|
-
} | null | undefined;
|
|
2113
|
-
canceledBy?: string | {
|
|
2114
|
-
id: string;
|
|
2115
|
-
email: string;
|
|
2116
|
-
fullName?: string | null | undefined;
|
|
2117
|
-
firstName?: string | null | undefined;
|
|
2118
|
-
lastName?: string | null | undefined;
|
|
2119
|
-
} | null | undefined;
|
|
2120
|
-
} & /*elided*/ any)[] | null | undefined;
|
|
2121
|
-
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2122
|
-
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2123
|
-
})[] | null | undefined;
|
|
2124
|
-
unreconciledTransactions?: ({
|
|
2125
|
-
status: string;
|
|
2126
|
-
id: string;
|
|
2127
|
-
propertyId: string | null;
|
|
2128
|
-
balanceCents: string | number | bigint;
|
|
2129
|
-
isArchived: boolean;
|
|
2130
|
-
createdAt: Date;
|
|
2131
|
-
updatedAt: Date;
|
|
2132
|
-
syncedAt: Date | null;
|
|
2133
|
-
debitAmountCents: string | number | bigint;
|
|
2134
|
-
creditAmountCents: string | number | bigint;
|
|
2135
|
-
description: string | null;
|
|
2136
|
-
clearedAt: Date | null;
|
|
2137
|
-
cmaId: string;
|
|
2138
|
-
payoutId: string | null;
|
|
2139
|
-
bankRef: string | null;
|
|
2140
|
-
inputType: string;
|
|
2141
|
-
transactionType: string;
|
|
2142
|
-
sequence: number;
|
|
2143
|
-
isCanceled: boolean;
|
|
2144
|
-
isRefunded: boolean;
|
|
2145
|
-
sourceTransactionId: string | null;
|
|
2146
|
-
cancelType: string | null;
|
|
2147
|
-
canceledAt: Date | null;
|
|
2148
|
-
canceledReason: string | null;
|
|
2149
|
-
createType: string;
|
|
2150
|
-
createdBy?: string | {
|
|
2151
|
-
id: string;
|
|
2152
|
-
email: string;
|
|
2153
|
-
fullName?: string | null | undefined;
|
|
2154
|
-
firstName?: string | null | undefined;
|
|
2155
|
-
lastName?: string | null | undefined;
|
|
2156
|
-
} | null | undefined;
|
|
2157
|
-
property?: {
|
|
2158
|
-
status: string;
|
|
2159
|
-
id: string;
|
|
2160
|
-
balanceCents: number | bigint;
|
|
2161
|
-
isArchived: boolean;
|
|
2162
|
-
createdAt: Date;
|
|
2163
|
-
updatedAt: Date;
|
|
2164
|
-
syncedAt: Date;
|
|
2165
|
-
customerId: string;
|
|
2166
|
-
projectId: string;
|
|
2167
|
-
lotDetail: string | null;
|
|
2168
|
-
propertyAddress: string;
|
|
2169
|
-
stage: string;
|
|
2170
|
-
mtaId: string;
|
|
2171
|
-
mtaBalanceCents: number | bigint;
|
|
2172
|
-
cmaBalanceCents: number | bigint;
|
|
2173
|
-
buyerName?: string | null | undefined;
|
|
2174
|
-
project?: {
|
|
2175
|
-
type: string;
|
|
2176
|
-
status: string;
|
|
2177
|
-
id: string;
|
|
2178
|
-
isArchived: boolean;
|
|
2179
|
-
createdAt: Date;
|
|
2180
|
-
updatedAt: Date;
|
|
2181
|
-
syncedAt: Date;
|
|
2182
|
-
mtaId: string | null;
|
|
2183
|
-
name: string;
|
|
2184
|
-
developerId: string;
|
|
2185
|
-
state: string;
|
|
2186
|
-
developer?: {
|
|
2187
|
-
status: string;
|
|
2188
|
-
id: string;
|
|
2189
|
-
isArchived: boolean;
|
|
2190
|
-
createdAt: Date;
|
|
2191
|
-
updatedAt: Date;
|
|
2192
|
-
syncedAt: Date;
|
|
2193
|
-
companyName: string | null;
|
|
2194
|
-
} | null | undefined;
|
|
2195
|
-
} | null | undefined;
|
|
2196
|
-
customer?: {
|
|
2197
|
-
status: string;
|
|
2198
|
-
id: string;
|
|
2199
|
-
isArchived: boolean;
|
|
2200
|
-
createdAt: Date;
|
|
2201
|
-
updatedAt: Date;
|
|
2202
|
-
fullName: string | null;
|
|
2203
|
-
mobile: string | null;
|
|
2204
|
-
email: string;
|
|
2205
|
-
syncedAt: Date;
|
|
2206
|
-
} | null | undefined;
|
|
2207
|
-
} | null | undefined;
|
|
2208
|
-
canceledBy?: string | {
|
|
2209
|
-
id: string;
|
|
2210
|
-
email: string;
|
|
2211
|
-
fullName?: string | null | undefined;
|
|
2212
|
-
firstName?: string | null | undefined;
|
|
2213
|
-
lastName?: string | null | undefined;
|
|
2214
|
-
} | null | undefined;
|
|
2215
|
-
} & {
|
|
2216
|
-
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
2217
|
-
sourceTransaction?: ({
|
|
2218
|
-
status: string;
|
|
2219
|
-
id: string;
|
|
2220
|
-
propertyId: string | null;
|
|
2221
|
-
balanceCents: string | number | bigint;
|
|
2222
|
-
isArchived: boolean;
|
|
2223
|
-
createdAt: Date;
|
|
2224
|
-
updatedAt: Date;
|
|
2225
|
-
syncedAt: Date | null;
|
|
2226
|
-
debitAmountCents: string | number | bigint;
|
|
2227
|
-
creditAmountCents: string | number | bigint;
|
|
2228
|
-
description: string | null;
|
|
2229
|
-
clearedAt: Date | null;
|
|
2230
|
-
cmaId: string;
|
|
2231
|
-
payoutId: string | null;
|
|
2232
|
-
bankRef: string | null;
|
|
2233
|
-
inputType: string;
|
|
2234
|
-
transactionType: string;
|
|
2235
|
-
sequence: number;
|
|
2236
|
-
isCanceled: boolean;
|
|
2237
|
-
isRefunded: boolean;
|
|
2238
|
-
sourceTransactionId: string | null;
|
|
2239
|
-
cancelType: string | null;
|
|
2240
|
-
canceledAt: Date | null;
|
|
2241
|
-
canceledReason: string | null;
|
|
2242
|
-
createType: string;
|
|
2243
|
-
createdBy?: string | {
|
|
2244
|
-
id: string;
|
|
2245
|
-
email: string;
|
|
2246
|
-
fullName?: string | null | undefined;
|
|
2247
|
-
firstName?: string | null | undefined;
|
|
2248
|
-
lastName?: string | null | undefined;
|
|
2249
|
-
} | null | undefined;
|
|
2250
|
-
property?: {
|
|
2251
|
-
status: string;
|
|
2252
|
-
id: string;
|
|
2253
|
-
balanceCents: number | bigint;
|
|
2254
|
-
isArchived: boolean;
|
|
2255
|
-
createdAt: Date;
|
|
2256
|
-
updatedAt: Date;
|
|
2257
|
-
syncedAt: Date;
|
|
2258
|
-
customerId: string;
|
|
2259
|
-
projectId: string;
|
|
2260
|
-
lotDetail: string | null;
|
|
2261
|
-
propertyAddress: string;
|
|
2262
|
-
stage: string;
|
|
2263
|
-
mtaId: string;
|
|
2264
|
-
mtaBalanceCents: number | bigint;
|
|
2265
|
-
cmaBalanceCents: number | bigint;
|
|
2266
|
-
buyerName?: string | null | undefined;
|
|
2267
|
-
project?: {
|
|
2268
|
-
type: string;
|
|
2269
|
-
status: string;
|
|
2270
|
-
id: string;
|
|
2271
|
-
isArchived: boolean;
|
|
2272
|
-
createdAt: Date;
|
|
2273
|
-
updatedAt: Date;
|
|
2274
|
-
syncedAt: Date;
|
|
2275
|
-
mtaId: string | null;
|
|
2276
|
-
name: string;
|
|
2277
|
-
developerId: string;
|
|
2278
|
-
state: string;
|
|
2279
|
-
developer?: {
|
|
2280
|
-
status: string;
|
|
2281
|
-
id: string;
|
|
2282
|
-
isArchived: boolean;
|
|
2283
|
-
createdAt: Date;
|
|
2284
|
-
updatedAt: Date;
|
|
2285
|
-
syncedAt: Date;
|
|
2286
|
-
companyName: string | null;
|
|
2287
|
-
} | null | undefined;
|
|
2288
|
-
} | null | undefined;
|
|
2289
|
-
customer?: {
|
|
2290
|
-
status: string;
|
|
2291
|
-
id: string;
|
|
2292
|
-
isArchived: boolean;
|
|
2293
|
-
createdAt: Date;
|
|
2294
|
-
updatedAt: Date;
|
|
2295
|
-
fullName: string | null;
|
|
2296
|
-
mobile: string | null;
|
|
2297
|
-
email: string;
|
|
2298
|
-
syncedAt: Date;
|
|
2299
|
-
} | null | undefined;
|
|
2300
|
-
} | null | undefined;
|
|
2301
|
-
canceledBy?: string | {
|
|
2302
|
-
id: string;
|
|
2303
|
-
email: string;
|
|
2304
|
-
fullName?: string | null | undefined;
|
|
2305
|
-
firstName?: string | null | undefined;
|
|
2306
|
-
lastName?: string | null | undefined;
|
|
2307
|
-
} | null | undefined;
|
|
2308
|
-
} & /*elided*/ any) | null | undefined;
|
|
2309
|
-
subsequentTransactions?: ({
|
|
2310
|
-
status: string;
|
|
2311
|
-
id: string;
|
|
2312
|
-
propertyId: string | null;
|
|
2313
|
-
balanceCents: string | number | bigint;
|
|
2314
|
-
isArchived: boolean;
|
|
2315
|
-
createdAt: Date;
|
|
2316
|
-
updatedAt: Date;
|
|
2317
|
-
syncedAt: Date | null;
|
|
2318
|
-
debitAmountCents: string | number | bigint;
|
|
2319
|
-
creditAmountCents: string | number | bigint;
|
|
2320
|
-
description: string | null;
|
|
2321
|
-
clearedAt: Date | null;
|
|
2322
|
-
cmaId: string;
|
|
2323
|
-
payoutId: string | null;
|
|
2324
|
-
bankRef: string | null;
|
|
2325
|
-
inputType: string;
|
|
2326
|
-
transactionType: string;
|
|
2327
|
-
sequence: number;
|
|
2328
|
-
isCanceled: boolean;
|
|
2329
|
-
isRefunded: boolean;
|
|
2330
|
-
sourceTransactionId: string | null;
|
|
2331
|
-
cancelType: string | null;
|
|
2332
|
-
canceledAt: Date | null;
|
|
2333
|
-
canceledReason: string | null;
|
|
2334
|
-
createType: string;
|
|
2335
|
-
createdBy?: string | {
|
|
2336
|
-
id: string;
|
|
2337
|
-
email: string;
|
|
2338
|
-
fullName?: string | null | undefined;
|
|
2339
|
-
firstName?: string | null | undefined;
|
|
2340
|
-
lastName?: string | null | undefined;
|
|
2341
|
-
} | null | undefined;
|
|
2342
|
-
property?: {
|
|
2343
|
-
status: string;
|
|
2344
|
-
id: string;
|
|
2345
|
-
balanceCents: number | bigint;
|
|
2346
|
-
isArchived: boolean;
|
|
2347
|
-
createdAt: Date;
|
|
2348
|
-
updatedAt: Date;
|
|
2349
|
-
syncedAt: Date;
|
|
2350
|
-
customerId: string;
|
|
2351
|
-
projectId: string;
|
|
2352
|
-
lotDetail: string | null;
|
|
2353
|
-
propertyAddress: string;
|
|
2354
|
-
stage: string;
|
|
2355
|
-
mtaId: string;
|
|
2356
|
-
mtaBalanceCents: number | bigint;
|
|
2357
|
-
cmaBalanceCents: number | bigint;
|
|
2358
|
-
buyerName?: string | null | undefined;
|
|
2359
|
-
project?: {
|
|
2360
|
-
type: string;
|
|
2361
|
-
status: string;
|
|
2362
|
-
id: string;
|
|
2363
|
-
isArchived: boolean;
|
|
2364
|
-
createdAt: Date;
|
|
2365
|
-
updatedAt: Date;
|
|
2366
|
-
syncedAt: Date;
|
|
2367
|
-
mtaId: string | null;
|
|
2368
|
-
name: string;
|
|
2369
|
-
developerId: string;
|
|
2370
|
-
state: string;
|
|
2371
|
-
developer?: {
|
|
2372
|
-
status: string;
|
|
2373
|
-
id: string;
|
|
2374
|
-
isArchived: boolean;
|
|
2375
|
-
createdAt: Date;
|
|
2376
|
-
updatedAt: Date;
|
|
2377
|
-
syncedAt: Date;
|
|
2378
|
-
companyName: string | null;
|
|
2379
|
-
} | null | undefined;
|
|
2380
|
-
} | null | undefined;
|
|
2381
|
-
customer?: {
|
|
2382
|
-
status: string;
|
|
2383
|
-
id: string;
|
|
2384
|
-
isArchived: boolean;
|
|
2385
|
-
createdAt: Date;
|
|
2386
|
-
updatedAt: Date;
|
|
2387
|
-
fullName: string | null;
|
|
2388
|
-
mobile: string | null;
|
|
2389
|
-
email: string;
|
|
2390
|
-
syncedAt: Date;
|
|
2391
|
-
} | null | undefined;
|
|
2392
|
-
} | null | undefined;
|
|
2393
|
-
canceledBy?: string | {
|
|
2394
|
-
id: string;
|
|
2395
|
-
email: string;
|
|
2396
|
-
fullName?: string | null | undefined;
|
|
2397
|
-
firstName?: string | null | undefined;
|
|
2398
|
-
lastName?: string | null | undefined;
|
|
2399
|
-
} | null | undefined;
|
|
2400
|
-
} & /*elided*/ any)[] | null | undefined;
|
|
2401
|
-
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2402
|
-
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2403
|
-
})[] | null | undefined;
|
|
2404
|
-
}>;
|
|
2405
|
-
}, "strip", z.ZodTypeAny, {
|
|
2406
|
-
endDate: Date;
|
|
2407
|
-
bankStatementBalanceCents: number;
|
|
2408
|
-
startDate: Date;
|
|
2409
|
-
currentTrustBalanceSummary: {
|
|
2410
|
-
totalAmountCents: number;
|
|
2411
|
-
totalCreditAmountCents: number;
|
|
2412
|
-
totalDebitAmountCents: number;
|
|
2413
|
-
totalTransactionsCount: number;
|
|
2414
|
-
};
|
|
2415
|
-
totalReconciledAmountSummary: {
|
|
2416
|
-
totalReconciledAmountCents: number;
|
|
2417
|
-
totalReconciledCreditAmountCents: number;
|
|
2418
|
-
totalReconciledDebitAmountCents: number;
|
|
2419
|
-
totalReconciledTransactionsCount: number;
|
|
2420
|
-
};
|
|
2421
|
-
totalUnreconciledAmountSummary: {
|
|
2422
|
-
totalUnreconciledAmountCents: number;
|
|
2423
|
-
totalUnreconciledCreditAmountCents: number;
|
|
2424
|
-
totalUnreconciledDebitAmountCents: number;
|
|
2425
|
-
totalUnreconciledTransactionsCount: number;
|
|
2426
|
-
};
|
|
2427
|
-
transactionsSummary: {
|
|
2428
|
-
reconciledAmountCents: number;
|
|
2429
|
-
unreconciledAmountCents: number;
|
|
2430
|
-
reconciledTransactions?: ({
|
|
2431
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2432
|
-
id: string;
|
|
2433
|
-
propertyId: string | null;
|
|
2434
|
-
balanceCents: number;
|
|
2435
|
-
isArchived: boolean;
|
|
2436
|
-
createdAt: Date;
|
|
2437
|
-
updatedAt: Date;
|
|
2438
|
-
syncedAt: Date | null;
|
|
2439
|
-
debitAmountCents: number;
|
|
2440
|
-
creditAmountCents: number;
|
|
2441
|
-
description: string | null;
|
|
2442
|
-
clearedAt: Date | null;
|
|
2443
|
-
cmaId: string;
|
|
2444
|
-
payoutId: string | null;
|
|
2445
|
-
bankRef: string | null;
|
|
2446
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
2447
|
-
transactionType: string;
|
|
2448
|
-
sequence: number;
|
|
2449
|
-
isCanceled: boolean;
|
|
2450
|
-
isRefunded: boolean;
|
|
2451
|
-
sourceTransactionId: string | null;
|
|
2452
|
-
cancelType: string | null;
|
|
2453
|
-
canceledAt: Date | null;
|
|
2454
|
-
canceledReason: string | null;
|
|
2455
|
-
createType: string;
|
|
2456
|
-
createdBy?: string | {
|
|
2457
|
-
id: string;
|
|
2458
|
-
email: string;
|
|
2459
|
-
fullName?: string | null | undefined;
|
|
2460
|
-
firstName?: string | null | undefined;
|
|
2461
|
-
lastName?: string | null | undefined;
|
|
2462
|
-
} | null | undefined;
|
|
2463
|
-
property?: {
|
|
2464
|
-
status: string;
|
|
2465
|
-
id: string;
|
|
2466
|
-
balanceCents: bigint;
|
|
2467
|
-
isArchived: boolean;
|
|
2468
|
-
createdAt: Date;
|
|
2469
|
-
updatedAt: Date;
|
|
2470
|
-
syncedAt: Date;
|
|
2471
|
-
customerId: string;
|
|
2472
|
-
projectId: string;
|
|
2473
|
-
lotDetail: string | null;
|
|
2474
|
-
propertyAddress: string;
|
|
2475
|
-
stage: string;
|
|
2476
|
-
mtaId: string;
|
|
2477
|
-
mtaBalanceCents: bigint;
|
|
2478
|
-
cmaBalanceCents: bigint;
|
|
2479
|
-
buyerName?: string | null | undefined;
|
|
2480
|
-
project?: {
|
|
2481
|
-
type: string;
|
|
2482
|
-
status: string;
|
|
2483
|
-
id: string;
|
|
2484
|
-
isArchived: boolean;
|
|
2485
|
-
createdAt: Date;
|
|
2486
|
-
updatedAt: Date;
|
|
2487
|
-
syncedAt: Date;
|
|
2488
|
-
mtaId: string | null;
|
|
2489
|
-
name: string;
|
|
2490
|
-
developerId: string;
|
|
2491
|
-
state: string;
|
|
2492
|
-
developer?: {
|
|
2493
|
-
status: string;
|
|
2494
|
-
id: string;
|
|
2495
|
-
isArchived: boolean;
|
|
2496
|
-
createdAt: Date;
|
|
2497
|
-
updatedAt: Date;
|
|
2498
|
-
syncedAt: Date;
|
|
2499
|
-
companyName: string | null;
|
|
2500
|
-
} | null | undefined;
|
|
2501
|
-
} | null | undefined;
|
|
2502
|
-
customer?: {
|
|
2503
|
-
status: string;
|
|
2504
|
-
id: string;
|
|
2505
|
-
isArchived: boolean;
|
|
2506
|
-
createdAt: Date;
|
|
2507
|
-
updatedAt: Date;
|
|
2508
|
-
fullName: string | null;
|
|
2509
|
-
mobile: string | null;
|
|
2510
|
-
email: string;
|
|
2511
|
-
syncedAt: Date;
|
|
2512
|
-
} | null | undefined;
|
|
2513
|
-
} | null | undefined;
|
|
2514
|
-
canceledBy?: string | {
|
|
2515
|
-
id: string;
|
|
2516
|
-
email: string;
|
|
2517
|
-
fullName?: string | null | undefined;
|
|
2518
|
-
firstName?: string | null | undefined;
|
|
2519
|
-
lastName?: string | null | undefined;
|
|
2520
|
-
} | null | undefined;
|
|
2521
|
-
} & {
|
|
2522
|
-
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
2523
|
-
sourceTransaction?: Omit<{
|
|
2524
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2525
|
-
id: string;
|
|
2526
|
-
propertyId: string | null;
|
|
2527
|
-
balanceCents: number;
|
|
2528
|
-
isArchived: boolean;
|
|
2529
|
-
createdAt: Date;
|
|
2530
|
-
updatedAt: Date;
|
|
2531
|
-
syncedAt: Date | null;
|
|
2532
|
-
debitAmountCents: number;
|
|
2533
|
-
creditAmountCents: number;
|
|
2534
|
-
description: string | null;
|
|
2535
|
-
clearedAt: Date | null;
|
|
2536
|
-
cmaId: string;
|
|
2537
|
-
payoutId: string | null;
|
|
2538
|
-
bankRef: string | null;
|
|
2539
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
2540
|
-
transactionType: string;
|
|
2541
|
-
sequence: number;
|
|
2542
|
-
isCanceled: boolean;
|
|
2543
|
-
isRefunded: boolean;
|
|
2544
|
-
sourceTransactionId: string | null;
|
|
2545
|
-
cancelType: string | null;
|
|
2546
|
-
canceledAt: Date | null;
|
|
2547
|
-
canceledReason: string | null;
|
|
2548
|
-
createType: string;
|
|
2549
|
-
createdBy?: string | {
|
|
2550
|
-
id: string;
|
|
2551
|
-
email: string;
|
|
2552
|
-
fullName?: string | null | undefined;
|
|
2553
|
-
firstName?: string | null | undefined;
|
|
2554
|
-
lastName?: string | null | undefined;
|
|
2555
|
-
} | null | undefined;
|
|
2556
|
-
property?: {
|
|
2557
|
-
status: string;
|
|
2558
|
-
id: string;
|
|
2559
|
-
balanceCents: bigint;
|
|
2560
|
-
isArchived: boolean;
|
|
2561
|
-
createdAt: Date;
|
|
2562
|
-
updatedAt: Date;
|
|
2563
|
-
syncedAt: Date;
|
|
2564
|
-
customerId: string;
|
|
2565
|
-
projectId: string;
|
|
2566
|
-
lotDetail: string | null;
|
|
2567
|
-
propertyAddress: string;
|
|
2568
|
-
stage: string;
|
|
2569
|
-
mtaId: string;
|
|
2570
|
-
mtaBalanceCents: bigint;
|
|
2571
|
-
cmaBalanceCents: bigint;
|
|
2572
|
-
buyerName?: string | null | undefined;
|
|
2573
|
-
project?: {
|
|
2574
|
-
type: string;
|
|
2575
|
-
status: string;
|
|
2576
|
-
id: string;
|
|
2577
|
-
isArchived: boolean;
|
|
2578
|
-
createdAt: Date;
|
|
2579
|
-
updatedAt: Date;
|
|
2580
|
-
syncedAt: Date;
|
|
2581
|
-
mtaId: string | null;
|
|
2582
|
-
name: string;
|
|
2583
|
-
developerId: string;
|
|
2584
|
-
state: string;
|
|
2585
|
-
developer?: {
|
|
2586
|
-
status: string;
|
|
2587
|
-
id: string;
|
|
2588
|
-
isArchived: boolean;
|
|
2589
|
-
createdAt: Date;
|
|
2590
|
-
updatedAt: Date;
|
|
2591
|
-
syncedAt: Date;
|
|
2592
|
-
companyName: string | null;
|
|
2593
|
-
} | null | undefined;
|
|
2594
|
-
} | null | undefined;
|
|
2595
|
-
customer?: {
|
|
2596
|
-
status: string;
|
|
2597
|
-
id: string;
|
|
2598
|
-
isArchived: boolean;
|
|
2599
|
-
createdAt: Date;
|
|
2600
|
-
updatedAt: Date;
|
|
2601
|
-
fullName: string | null;
|
|
2602
|
-
mobile: string | null;
|
|
2603
|
-
email: string;
|
|
2604
|
-
syncedAt: Date;
|
|
2605
|
-
} | null | undefined;
|
|
2606
|
-
} | null | undefined;
|
|
2607
|
-
canceledBy?: string | {
|
|
2608
|
-
id: string;
|
|
2609
|
-
email: string;
|
|
2610
|
-
fullName?: string | null | undefined;
|
|
2611
|
-
firstName?: string | null | undefined;
|
|
2612
|
-
lastName?: string | null | undefined;
|
|
2613
|
-
} | null | undefined;
|
|
2614
|
-
} & /*elided*/ any, "cma"> | null | undefined;
|
|
2615
|
-
subsequentTransactions?: Omit<{
|
|
2616
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2617
|
-
id: string;
|
|
2618
|
-
propertyId: string | null;
|
|
2619
|
-
balanceCents: number;
|
|
2620
|
-
isArchived: boolean;
|
|
2621
|
-
createdAt: Date;
|
|
2622
|
-
updatedAt: Date;
|
|
2623
|
-
syncedAt: Date | null;
|
|
2624
|
-
debitAmountCents: number;
|
|
2625
|
-
creditAmountCents: number;
|
|
2626
|
-
description: string | null;
|
|
2627
|
-
clearedAt: Date | null;
|
|
2628
|
-
cmaId: string;
|
|
2629
|
-
payoutId: string | null;
|
|
2630
|
-
bankRef: string | null;
|
|
2631
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
2632
|
-
transactionType: string;
|
|
2633
|
-
sequence: number;
|
|
2634
|
-
isCanceled: boolean;
|
|
2635
|
-
isRefunded: boolean;
|
|
2636
|
-
sourceTransactionId: string | null;
|
|
2637
|
-
cancelType: string | null;
|
|
2638
|
-
canceledAt: Date | null;
|
|
2639
|
-
canceledReason: string | null;
|
|
2640
|
-
createType: string;
|
|
2641
|
-
createdBy?: string | {
|
|
2642
|
-
id: string;
|
|
2643
|
-
email: string;
|
|
2644
|
-
fullName?: string | null | undefined;
|
|
2645
|
-
firstName?: string | null | undefined;
|
|
2646
|
-
lastName?: string | null | undefined;
|
|
2647
|
-
} | null | undefined;
|
|
2648
|
-
property?: {
|
|
2649
|
-
status: string;
|
|
2650
|
-
id: string;
|
|
2651
|
-
balanceCents: bigint;
|
|
2652
|
-
isArchived: boolean;
|
|
2653
|
-
createdAt: Date;
|
|
2654
|
-
updatedAt: Date;
|
|
2655
|
-
syncedAt: Date;
|
|
2656
|
-
customerId: string;
|
|
2657
|
-
projectId: string;
|
|
2658
|
-
lotDetail: string | null;
|
|
2659
|
-
propertyAddress: string;
|
|
2660
|
-
stage: string;
|
|
2661
|
-
mtaId: string;
|
|
2662
|
-
mtaBalanceCents: bigint;
|
|
2663
|
-
cmaBalanceCents: bigint;
|
|
2664
|
-
buyerName?: string | null | undefined;
|
|
2665
|
-
project?: {
|
|
2666
|
-
type: string;
|
|
2667
|
-
status: string;
|
|
2668
|
-
id: string;
|
|
2669
|
-
isArchived: boolean;
|
|
2670
|
-
createdAt: Date;
|
|
2671
|
-
updatedAt: Date;
|
|
2672
|
-
syncedAt: Date;
|
|
2673
|
-
mtaId: string | null;
|
|
2674
1621
|
name: string;
|
|
2675
1622
|
developerId: string;
|
|
1623
|
+
mtaId: string | null;
|
|
2676
1624
|
state: string;
|
|
1625
|
+
type: string;
|
|
1626
|
+
status: string;
|
|
1627
|
+
isArchived: boolean;
|
|
1628
|
+
createdAt: unknown;
|
|
1629
|
+
syncedAt: unknown;
|
|
1630
|
+
updatedAt: unknown;
|
|
2677
1631
|
developer?: {
|
|
2678
|
-
status: string;
|
|
2679
1632
|
id: string;
|
|
2680
|
-
isArchived: boolean;
|
|
2681
|
-
createdAt: Date;
|
|
2682
|
-
updatedAt: Date;
|
|
2683
|
-
syncedAt: Date;
|
|
2684
1633
|
companyName: string | null;
|
|
1634
|
+
status: string;
|
|
1635
|
+
isArchived: boolean;
|
|
1636
|
+
createdAt: unknown;
|
|
1637
|
+
syncedAt: unknown;
|
|
1638
|
+
updatedAt: unknown;
|
|
2685
1639
|
} | null | undefined;
|
|
2686
1640
|
} | null | undefined;
|
|
2687
1641
|
customer?: {
|
|
2688
|
-
status: string;
|
|
2689
1642
|
id: string;
|
|
2690
|
-
isArchived: boolean;
|
|
2691
|
-
createdAt: Date;
|
|
2692
|
-
updatedAt: Date;
|
|
2693
1643
|
fullName: string | null;
|
|
2694
1644
|
mobile: string | null;
|
|
2695
1645
|
email: string;
|
|
2696
|
-
syncedAt: Date;
|
|
2697
|
-
} | null | undefined;
|
|
2698
|
-
} | null | undefined;
|
|
2699
|
-
canceledBy?: string | {
|
|
2700
|
-
id: string;
|
|
2701
|
-
email: string;
|
|
2702
|
-
fullName?: string | null | undefined;
|
|
2703
|
-
firstName?: string | null | undefined;
|
|
2704
|
-
lastName?: string | null | undefined;
|
|
2705
|
-
} | null | undefined;
|
|
2706
|
-
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
2707
|
-
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2708
|
-
isReceipt?: boolean | null | undefined;
|
|
2709
|
-
isPayment?: boolean | null | undefined;
|
|
2710
|
-
isReconciled?: boolean | null | undefined;
|
|
2711
|
-
amountStr?: string | null | undefined;
|
|
2712
|
-
transactionNumber?: string | null | undefined;
|
|
2713
|
-
isCancelable?: boolean | null | undefined;
|
|
2714
|
-
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2715
|
-
})[] | null | undefined;
|
|
2716
|
-
unreconciledTransactions?: ({
|
|
2717
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2718
|
-
id: string;
|
|
2719
|
-
propertyId: string | null;
|
|
2720
|
-
balanceCents: number;
|
|
2721
|
-
isArchived: boolean;
|
|
2722
|
-
createdAt: Date;
|
|
2723
|
-
updatedAt: Date;
|
|
2724
|
-
syncedAt: Date | null;
|
|
2725
|
-
debitAmountCents: number;
|
|
2726
|
-
creditAmountCents: number;
|
|
2727
|
-
description: string | null;
|
|
2728
|
-
clearedAt: Date | null;
|
|
2729
|
-
cmaId: string;
|
|
2730
|
-
payoutId: string | null;
|
|
2731
|
-
bankRef: string | null;
|
|
2732
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
2733
|
-
transactionType: string;
|
|
2734
|
-
sequence: number;
|
|
2735
|
-
isCanceled: boolean;
|
|
2736
|
-
isRefunded: boolean;
|
|
2737
|
-
sourceTransactionId: string | null;
|
|
2738
|
-
cancelType: string | null;
|
|
2739
|
-
canceledAt: Date | null;
|
|
2740
|
-
canceledReason: string | null;
|
|
2741
|
-
createType: string;
|
|
2742
|
-
createdBy?: string | {
|
|
2743
|
-
id: string;
|
|
2744
|
-
email: string;
|
|
2745
|
-
fullName?: string | null | undefined;
|
|
2746
|
-
firstName?: string | null | undefined;
|
|
2747
|
-
lastName?: string | null | undefined;
|
|
2748
|
-
} | null | undefined;
|
|
2749
|
-
property?: {
|
|
2750
|
-
status: string;
|
|
2751
|
-
id: string;
|
|
2752
|
-
balanceCents: bigint;
|
|
2753
|
-
isArchived: boolean;
|
|
2754
|
-
createdAt: Date;
|
|
2755
|
-
updatedAt: Date;
|
|
2756
|
-
syncedAt: Date;
|
|
2757
|
-
customerId: string;
|
|
2758
|
-
projectId: string;
|
|
2759
|
-
lotDetail: string | null;
|
|
2760
|
-
propertyAddress: string;
|
|
2761
|
-
stage: string;
|
|
2762
|
-
mtaId: string;
|
|
2763
|
-
mtaBalanceCents: bigint;
|
|
2764
|
-
cmaBalanceCents: bigint;
|
|
2765
|
-
buyerName?: string | null | undefined;
|
|
2766
|
-
project?: {
|
|
2767
|
-
type: string;
|
|
2768
|
-
status: string;
|
|
2769
|
-
id: string;
|
|
2770
|
-
isArchived: boolean;
|
|
2771
|
-
createdAt: Date;
|
|
2772
|
-
updatedAt: Date;
|
|
2773
|
-
syncedAt: Date;
|
|
2774
|
-
mtaId: string | null;
|
|
2775
|
-
name: string;
|
|
2776
|
-
developerId: string;
|
|
2777
|
-
state: string;
|
|
2778
|
-
developer?: {
|
|
2779
1646
|
status: string;
|
|
2780
|
-
id: string;
|
|
2781
1647
|
isArchived: boolean;
|
|
2782
|
-
createdAt:
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
companyName: string | null;
|
|
1648
|
+
createdAt: unknown;
|
|
1649
|
+
syncedAt: unknown;
|
|
1650
|
+
updatedAt: unknown;
|
|
2786
1651
|
} | null | undefined;
|
|
2787
1652
|
} | null | undefined;
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
email: string;
|
|
2797
|
-
syncedAt: Date;
|
|
2798
|
-
} | null | undefined;
|
|
2799
|
-
} | null | undefined;
|
|
2800
|
-
canceledBy?: string | {
|
|
2801
|
-
id: string;
|
|
2802
|
-
email: string;
|
|
2803
|
-
fullName?: string | null | undefined;
|
|
2804
|
-
firstName?: string | null | undefined;
|
|
2805
|
-
lastName?: string | null | undefined;
|
|
2806
|
-
} | null | undefined;
|
|
2807
|
-
} & {
|
|
2808
|
-
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
2809
|
-
sourceTransaction?: Omit<{
|
|
2810
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1653
|
+
} & /*elided*/ any) | null | undefined;
|
|
1654
|
+
subsequentTransactions?: ({
|
|
1655
|
+
creditAmountCents: string | number | bigint;
|
|
1656
|
+
debitAmountCents: string | number | bigint;
|
|
1657
|
+
balanceCents: string | number | bigint;
|
|
1658
|
+
inputType: string;
|
|
1659
|
+
transactionType: string;
|
|
1660
|
+
status: string;
|
|
2811
1661
|
id: string;
|
|
2812
|
-
propertyId: string | null;
|
|
2813
|
-
balanceCents: number;
|
|
2814
|
-
isArchived: boolean;
|
|
2815
|
-
createdAt: Date;
|
|
2816
|
-
updatedAt: Date;
|
|
2817
|
-
syncedAt: Date | null;
|
|
2818
|
-
debitAmountCents: number;
|
|
2819
|
-
creditAmountCents: number;
|
|
2820
|
-
description: string | null;
|
|
2821
|
-
clearedAt: Date | null;
|
|
2822
1662
|
cmaId: string;
|
|
1663
|
+
sequence: number;
|
|
1664
|
+
propertyId: string | null;
|
|
2823
1665
|
payoutId: string | null;
|
|
1666
|
+
createType: string;
|
|
2824
1667
|
bankRef: string | null;
|
|
2825
|
-
|
|
2826
|
-
transactionType: string;
|
|
2827
|
-
sequence: number;
|
|
1668
|
+
description: string | null;
|
|
2828
1669
|
isCanceled: boolean;
|
|
1670
|
+
isArchived: boolean;
|
|
2829
1671
|
isRefunded: boolean;
|
|
1672
|
+
clearedAt: string | Date | null;
|
|
1673
|
+
createdAt: unknown;
|
|
1674
|
+
syncedAt: unknown;
|
|
1675
|
+
updatedAt: unknown;
|
|
2830
1676
|
sourceTransactionId: string | null;
|
|
2831
1677
|
cancelType: string | null;
|
|
2832
|
-
canceledAt:
|
|
1678
|
+
canceledAt: unknown;
|
|
2833
1679
|
canceledReason: string | null;
|
|
2834
|
-
createType: string;
|
|
2835
1680
|
createdBy?: string | {
|
|
2836
1681
|
id: string;
|
|
2837
1682
|
email: string;
|
|
@@ -2839,57 +1684,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2839
1684
|
firstName?: string | null | undefined;
|
|
2840
1685
|
lastName?: string | null | undefined;
|
|
2841
1686
|
} | null | undefined;
|
|
2842
|
-
property?: {
|
|
2843
|
-
status: string;
|
|
2844
|
-
id: string;
|
|
2845
|
-
balanceCents: bigint;
|
|
2846
|
-
isArchived: boolean;
|
|
2847
|
-
createdAt: Date;
|
|
2848
|
-
updatedAt: Date;
|
|
2849
|
-
syncedAt: Date;
|
|
2850
|
-
customerId: string;
|
|
2851
|
-
projectId: string;
|
|
2852
|
-
lotDetail: string | null;
|
|
2853
|
-
propertyAddress: string;
|
|
2854
|
-
stage: string;
|
|
2855
|
-
mtaId: string;
|
|
2856
|
-
mtaBalanceCents: bigint;
|
|
2857
|
-
cmaBalanceCents: bigint;
|
|
2858
|
-
buyerName?: string | null | undefined;
|
|
2859
|
-
project?: {
|
|
2860
|
-
type: string;
|
|
2861
|
-
status: string;
|
|
2862
|
-
id: string;
|
|
2863
|
-
isArchived: boolean;
|
|
2864
|
-
createdAt: Date;
|
|
2865
|
-
updatedAt: Date;
|
|
2866
|
-
syncedAt: Date;
|
|
2867
|
-
mtaId: string | null;
|
|
2868
|
-
name: string;
|
|
2869
|
-
developerId: string;
|
|
2870
|
-
state: string;
|
|
2871
|
-
developer?: {
|
|
2872
|
-
status: string;
|
|
2873
|
-
id: string;
|
|
2874
|
-
isArchived: boolean;
|
|
2875
|
-
createdAt: Date;
|
|
2876
|
-
updatedAt: Date;
|
|
2877
|
-
syncedAt: Date;
|
|
2878
|
-
companyName: string | null;
|
|
2879
|
-
} | null | undefined;
|
|
2880
|
-
} | null | undefined;
|
|
2881
|
-
customer?: {
|
|
2882
|
-
status: string;
|
|
2883
|
-
id: string;
|
|
2884
|
-
isArchived: boolean;
|
|
2885
|
-
createdAt: Date;
|
|
2886
|
-
updatedAt: Date;
|
|
2887
|
-
fullName: string | null;
|
|
2888
|
-
mobile: string | null;
|
|
2889
|
-
email: string;
|
|
2890
|
-
syncedAt: Date;
|
|
2891
|
-
} | null | undefined;
|
|
2892
|
-
} | null | undefined;
|
|
2893
1687
|
canceledBy?: string | {
|
|
2894
1688
|
id: string;
|
|
2895
1689
|
email: string;
|
|
@@ -2897,183 +1691,86 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2897
1691
|
firstName?: string | null | undefined;
|
|
2898
1692
|
lastName?: string | null | undefined;
|
|
2899
1693
|
} | null | undefined;
|
|
2900
|
-
} & /*elided*/ any, "cma"> | null | undefined;
|
|
2901
|
-
subsequentTransactions?: Omit<{
|
|
2902
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
2903
|
-
id: string;
|
|
2904
|
-
propertyId: string | null;
|
|
2905
|
-
balanceCents: number;
|
|
2906
|
-
isArchived: boolean;
|
|
2907
|
-
createdAt: Date;
|
|
2908
|
-
updatedAt: Date;
|
|
2909
|
-
syncedAt: Date | null;
|
|
2910
|
-
debitAmountCents: number;
|
|
2911
|
-
creditAmountCents: number;
|
|
2912
|
-
description: string | null;
|
|
2913
|
-
clearedAt: Date | null;
|
|
2914
|
-
cmaId: string;
|
|
2915
|
-
payoutId: string | null;
|
|
2916
|
-
bankRef: string | null;
|
|
2917
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
2918
|
-
transactionType: string;
|
|
2919
|
-
sequence: number;
|
|
2920
|
-
isCanceled: boolean;
|
|
2921
|
-
isRefunded: boolean;
|
|
2922
|
-
sourceTransactionId: string | null;
|
|
2923
|
-
cancelType: string | null;
|
|
2924
|
-
canceledAt: Date | null;
|
|
2925
|
-
canceledReason: string | null;
|
|
2926
|
-
createType: string;
|
|
2927
|
-
createdBy?: string | {
|
|
2928
|
-
id: string;
|
|
2929
|
-
email: string;
|
|
2930
|
-
fullName?: string | null | undefined;
|
|
2931
|
-
firstName?: string | null | undefined;
|
|
2932
|
-
lastName?: string | null | undefined;
|
|
2933
|
-
} | null | undefined;
|
|
2934
1694
|
property?: {
|
|
2935
|
-
status: string;
|
|
2936
1695
|
id: string;
|
|
2937
|
-
|
|
1696
|
+
status: string;
|
|
2938
1697
|
isArchived: boolean;
|
|
2939
|
-
createdAt:
|
|
2940
|
-
|
|
2941
|
-
|
|
1698
|
+
createdAt: unknown;
|
|
1699
|
+
syncedAt: unknown;
|
|
1700
|
+
updatedAt: unknown;
|
|
1701
|
+
mtaId: string;
|
|
1702
|
+
balanceCents: unknown;
|
|
2942
1703
|
customerId: string;
|
|
2943
1704
|
projectId: string;
|
|
2944
1705
|
lotDetail: string | null;
|
|
2945
1706
|
propertyAddress: string;
|
|
1707
|
+
cmaBalanceCents: unknown;
|
|
1708
|
+
mtaBalanceCents: unknown;
|
|
2946
1709
|
stage: string;
|
|
2947
|
-
mtaId: string;
|
|
2948
|
-
mtaBalanceCents: bigint;
|
|
2949
|
-
cmaBalanceCents: bigint;
|
|
2950
1710
|
buyerName?: string | null | undefined;
|
|
2951
1711
|
project?: {
|
|
2952
|
-
type: string;
|
|
2953
|
-
status: string;
|
|
2954
1712
|
id: string;
|
|
2955
|
-
isArchived: boolean;
|
|
2956
|
-
createdAt: Date;
|
|
2957
|
-
updatedAt: Date;
|
|
2958
|
-
syncedAt: Date;
|
|
2959
|
-
mtaId: string | null;
|
|
2960
1713
|
name: string;
|
|
2961
1714
|
developerId: string;
|
|
1715
|
+
mtaId: string | null;
|
|
2962
1716
|
state: string;
|
|
1717
|
+
type: string;
|
|
1718
|
+
status: string;
|
|
1719
|
+
isArchived: boolean;
|
|
1720
|
+
createdAt: unknown;
|
|
1721
|
+
syncedAt: unknown;
|
|
1722
|
+
updatedAt: unknown;
|
|
2963
1723
|
developer?: {
|
|
2964
|
-
status: string;
|
|
2965
1724
|
id: string;
|
|
2966
|
-
isArchived: boolean;
|
|
2967
|
-
createdAt: Date;
|
|
2968
|
-
updatedAt: Date;
|
|
2969
|
-
syncedAt: Date;
|
|
2970
1725
|
companyName: string | null;
|
|
1726
|
+
status: string;
|
|
1727
|
+
isArchived: boolean;
|
|
1728
|
+
createdAt: unknown;
|
|
1729
|
+
syncedAt: unknown;
|
|
1730
|
+
updatedAt: unknown;
|
|
2971
1731
|
} | null | undefined;
|
|
2972
1732
|
} | null | undefined;
|
|
2973
1733
|
customer?: {
|
|
2974
|
-
status: string;
|
|
2975
1734
|
id: string;
|
|
2976
|
-
isArchived: boolean;
|
|
2977
|
-
createdAt: Date;
|
|
2978
|
-
updatedAt: Date;
|
|
2979
1735
|
fullName: string | null;
|
|
2980
1736
|
mobile: string | null;
|
|
2981
1737
|
email: string;
|
|
2982
|
-
|
|
1738
|
+
status: string;
|
|
1739
|
+
isArchived: boolean;
|
|
1740
|
+
createdAt: unknown;
|
|
1741
|
+
syncedAt: unknown;
|
|
1742
|
+
updatedAt: unknown;
|
|
2983
1743
|
} | null | undefined;
|
|
2984
1744
|
} | null | undefined;
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
isPayment?: boolean | null | undefined;
|
|
2996
|
-
isReconciled?: boolean | null | undefined;
|
|
2997
|
-
amountStr?: string | null | undefined;
|
|
2998
|
-
transactionNumber?: string | null | undefined;
|
|
2999
|
-
isCancelable?: boolean | null | undefined;
|
|
3000
|
-
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
3001
|
-
})[] | null | undefined;
|
|
3002
|
-
};
|
|
3003
|
-
reconciliations?: {
|
|
3004
|
-
status: string;
|
|
3005
|
-
id: string;
|
|
3006
|
-
isArchived: boolean;
|
|
3007
|
-
createdBy: string;
|
|
3008
|
-
createdAt: Date;
|
|
3009
|
-
cmaId: string;
|
|
3010
|
-
cmaAccountPeriodId: string;
|
|
3011
|
-
reconciledTo: Date;
|
|
3012
|
-
reconciledAmountCents: bigint | null;
|
|
3013
|
-
unreconciledAmountCents: bigint | null;
|
|
3014
|
-
totalReconciledAmountCents: bigint | null;
|
|
3015
|
-
bankStatementBalanceCents: number;
|
|
3016
|
-
closedAt: Date | null;
|
|
3017
|
-
updatedBy: string | null;
|
|
3018
|
-
closedBy: string | null;
|
|
3019
|
-
editable: boolean;
|
|
3020
|
-
closingBalanceCents?: number | null | undefined;
|
|
3021
|
-
closingVarianceCents?: number | null | undefined;
|
|
3022
|
-
currentTrustBalanceCents?: number | null | undefined;
|
|
3023
|
-
currentReconciledBalanceCents?: number | null | undefined;
|
|
3024
|
-
currentVarianceCents?: number | null | undefined;
|
|
3025
|
-
}[] | null | undefined;
|
|
3026
|
-
}, {
|
|
3027
|
-
endDate: Date;
|
|
3028
|
-
bankStatementBalanceCents: number | bigint;
|
|
3029
|
-
startDate: Date;
|
|
3030
|
-
currentTrustBalanceSummary: {
|
|
3031
|
-
totalAmountCents: number | bigint;
|
|
3032
|
-
totalCreditAmountCents: number | bigint;
|
|
3033
|
-
totalDebitAmountCents: number | bigint;
|
|
3034
|
-
totalTransactionsCount: number;
|
|
3035
|
-
};
|
|
3036
|
-
totalReconciledAmountSummary: {
|
|
3037
|
-
totalReconciledAmountCents: number | bigint;
|
|
3038
|
-
totalReconciledCreditAmountCents: number | bigint;
|
|
3039
|
-
totalReconciledDebitAmountCents: number | bigint;
|
|
3040
|
-
totalReconciledTransactionsCount: number;
|
|
3041
|
-
};
|
|
3042
|
-
totalUnreconciledAmountSummary: {
|
|
3043
|
-
totalUnreconciledAmountCents: number | bigint;
|
|
3044
|
-
totalUnreconciledCreditAmountCents: number | bigint;
|
|
3045
|
-
totalUnreconciledDebitAmountCents: number | bigint;
|
|
3046
|
-
totalUnreconciledTransactionsCount: number;
|
|
3047
|
-
};
|
|
3048
|
-
transactionsSummary: {
|
|
3049
|
-
reconciledAmountCents: number | bigint;
|
|
3050
|
-
unreconciledAmountCents: number | bigint;
|
|
3051
|
-
reconciledTransactions?: ({
|
|
3052
|
-
status: string;
|
|
1745
|
+
} & /*elided*/ any)[] | null | undefined;
|
|
1746
|
+
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1747
|
+
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1748
|
+
}, z.core.$ZodTypeInternals<{
|
|
1749
|
+
creditAmountCents: number;
|
|
1750
|
+
debitAmountCents: number;
|
|
1751
|
+
balanceCents: number;
|
|
1752
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1753
|
+
transactionType: string;
|
|
1754
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3053
1755
|
id: string;
|
|
3054
|
-
propertyId: string | null;
|
|
3055
|
-
balanceCents: string | number | bigint;
|
|
3056
|
-
isArchived: boolean;
|
|
3057
|
-
createdAt: Date;
|
|
3058
|
-
updatedAt: Date;
|
|
3059
|
-
syncedAt: Date | null;
|
|
3060
|
-
debitAmountCents: string | number | bigint;
|
|
3061
|
-
creditAmountCents: string | number | bigint;
|
|
3062
|
-
description: string | null;
|
|
3063
|
-
clearedAt: Date | null;
|
|
3064
1756
|
cmaId: string;
|
|
1757
|
+
sequence: number;
|
|
1758
|
+
propertyId: string | null;
|
|
3065
1759
|
payoutId: string | null;
|
|
1760
|
+
createType: string;
|
|
3066
1761
|
bankRef: string | null;
|
|
3067
|
-
|
|
3068
|
-
transactionType: string;
|
|
3069
|
-
sequence: number;
|
|
1762
|
+
description: string | null;
|
|
3070
1763
|
isCanceled: boolean;
|
|
1764
|
+
isArchived: boolean;
|
|
3071
1765
|
isRefunded: boolean;
|
|
1766
|
+
clearedAt: Date | null;
|
|
1767
|
+
createdAt: Date;
|
|
1768
|
+
syncedAt: Date | null;
|
|
1769
|
+
updatedAt: Date;
|
|
3072
1770
|
sourceTransactionId: string | null;
|
|
3073
1771
|
cancelType: string | null;
|
|
3074
1772
|
canceledAt: Date | null;
|
|
3075
1773
|
canceledReason: string | null;
|
|
3076
|
-
createType: string;
|
|
3077
1774
|
createdBy?: string | {
|
|
3078
1775
|
id: string;
|
|
3079
1776
|
email: string;
|
|
@@ -3081,92 +1778,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3081
1778
|
firstName?: string | null | undefined;
|
|
3082
1779
|
lastName?: string | null | undefined;
|
|
3083
1780
|
} | null | undefined;
|
|
1781
|
+
canceledBy?: string | {
|
|
1782
|
+
id: string;
|
|
1783
|
+
email: string;
|
|
1784
|
+
fullName?: string | null | undefined;
|
|
1785
|
+
firstName?: string | null | undefined;
|
|
1786
|
+
lastName?: string | null | undefined;
|
|
1787
|
+
} | null | undefined;
|
|
3084
1788
|
property?: {
|
|
3085
|
-
status: string;
|
|
3086
1789
|
id: string;
|
|
3087
|
-
|
|
1790
|
+
status: string;
|
|
3088
1791
|
isArchived: boolean;
|
|
3089
1792
|
createdAt: Date;
|
|
3090
|
-
updatedAt: Date;
|
|
3091
1793
|
syncedAt: Date;
|
|
1794
|
+
updatedAt: Date;
|
|
1795
|
+
mtaId: string;
|
|
1796
|
+
balanceCents: bigint;
|
|
3092
1797
|
customerId: string;
|
|
3093
1798
|
projectId: string;
|
|
3094
1799
|
lotDetail: string | null;
|
|
3095
1800
|
propertyAddress: string;
|
|
1801
|
+
cmaBalanceCents: bigint;
|
|
1802
|
+
mtaBalanceCents: bigint;
|
|
3096
1803
|
stage: string;
|
|
3097
|
-
mtaId: string;
|
|
3098
|
-
mtaBalanceCents: number | bigint;
|
|
3099
|
-
cmaBalanceCents: number | bigint;
|
|
3100
1804
|
buyerName?: string | null | undefined;
|
|
3101
1805
|
project?: {
|
|
1806
|
+
id: string;
|
|
1807
|
+
name: string;
|
|
1808
|
+
developerId: string;
|
|
1809
|
+
mtaId: string | null;
|
|
1810
|
+
state: string;
|
|
3102
1811
|
type: string;
|
|
3103
1812
|
status: string;
|
|
3104
|
-
id: string;
|
|
3105
1813
|
isArchived: boolean;
|
|
3106
1814
|
createdAt: Date;
|
|
3107
|
-
updatedAt: Date;
|
|
3108
1815
|
syncedAt: Date;
|
|
3109
|
-
|
|
3110
|
-
name: string;
|
|
3111
|
-
developerId: string;
|
|
3112
|
-
state: string;
|
|
1816
|
+
updatedAt: Date;
|
|
3113
1817
|
developer?: {
|
|
3114
|
-
status: string;
|
|
3115
1818
|
id: string;
|
|
1819
|
+
companyName: string | null;
|
|
1820
|
+
status: string;
|
|
3116
1821
|
isArchived: boolean;
|
|
3117
1822
|
createdAt: Date;
|
|
3118
|
-
updatedAt: Date;
|
|
3119
1823
|
syncedAt: Date;
|
|
3120
|
-
|
|
1824
|
+
updatedAt: Date;
|
|
3121
1825
|
} | null | undefined;
|
|
3122
1826
|
} | null | undefined;
|
|
3123
1827
|
customer?: {
|
|
3124
|
-
status: string;
|
|
3125
1828
|
id: string;
|
|
3126
|
-
isArchived: boolean;
|
|
3127
|
-
createdAt: Date;
|
|
3128
|
-
updatedAt: Date;
|
|
3129
1829
|
fullName: string | null;
|
|
3130
1830
|
mobile: string | null;
|
|
3131
1831
|
email: string;
|
|
1832
|
+
status: string;
|
|
1833
|
+
isArchived: boolean;
|
|
1834
|
+
createdAt: Date;
|
|
3132
1835
|
syncedAt: Date;
|
|
1836
|
+
updatedAt: Date;
|
|
3133
1837
|
} | null | undefined;
|
|
3134
1838
|
} | null | undefined;
|
|
3135
|
-
canceledBy?: string | {
|
|
3136
|
-
id: string;
|
|
3137
|
-
email: string;
|
|
3138
|
-
fullName?: string | null | undefined;
|
|
3139
|
-
firstName?: string | null | undefined;
|
|
3140
|
-
lastName?: string | null | undefined;
|
|
3141
|
-
} | null | undefined;
|
|
3142
1839
|
} & {
|
|
3143
|
-
cma?: z.
|
|
3144
|
-
sourceTransaction?:
|
|
3145
|
-
|
|
1840
|
+
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1841
|
+
sourceTransaction?: Omit<{
|
|
1842
|
+
creditAmountCents: number;
|
|
1843
|
+
debitAmountCents: number;
|
|
1844
|
+
balanceCents: number;
|
|
1845
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1846
|
+
transactionType: string;
|
|
1847
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3146
1848
|
id: string;
|
|
3147
|
-
propertyId: string | null;
|
|
3148
|
-
balanceCents: string | number | bigint;
|
|
3149
|
-
isArchived: boolean;
|
|
3150
|
-
createdAt: Date;
|
|
3151
|
-
updatedAt: Date;
|
|
3152
|
-
syncedAt: Date | null;
|
|
3153
|
-
debitAmountCents: string | number | bigint;
|
|
3154
|
-
creditAmountCents: string | number | bigint;
|
|
3155
|
-
description: string | null;
|
|
3156
|
-
clearedAt: Date | null;
|
|
3157
1849
|
cmaId: string;
|
|
1850
|
+
sequence: number;
|
|
1851
|
+
propertyId: string | null;
|
|
3158
1852
|
payoutId: string | null;
|
|
1853
|
+
createType: string;
|
|
3159
1854
|
bankRef: string | null;
|
|
3160
|
-
|
|
3161
|
-
transactionType: string;
|
|
3162
|
-
sequence: number;
|
|
1855
|
+
description: string | null;
|
|
3163
1856
|
isCanceled: boolean;
|
|
1857
|
+
isArchived: boolean;
|
|
3164
1858
|
isRefunded: boolean;
|
|
1859
|
+
clearedAt: Date | null;
|
|
1860
|
+
createdAt: Date;
|
|
1861
|
+
syncedAt: Date | null;
|
|
1862
|
+
updatedAt: Date;
|
|
3165
1863
|
sourceTransactionId: string | null;
|
|
3166
1864
|
cancelType: string | null;
|
|
3167
1865
|
canceledAt: Date | null;
|
|
3168
1866
|
canceledReason: string | null;
|
|
3169
|
-
createType: string;
|
|
3170
1867
|
createdBy?: string | {
|
|
3171
1868
|
id: string;
|
|
3172
1869
|
email: string;
|
|
@@ -3174,91 +1871,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3174
1871
|
firstName?: string | null | undefined;
|
|
3175
1872
|
lastName?: string | null | undefined;
|
|
3176
1873
|
} | null | undefined;
|
|
1874
|
+
canceledBy?: string | {
|
|
1875
|
+
id: string;
|
|
1876
|
+
email: string;
|
|
1877
|
+
fullName?: string | null | undefined;
|
|
1878
|
+
firstName?: string | null | undefined;
|
|
1879
|
+
lastName?: string | null | undefined;
|
|
1880
|
+
} | null | undefined;
|
|
3177
1881
|
property?: {
|
|
3178
|
-
status: string;
|
|
3179
1882
|
id: string;
|
|
3180
|
-
|
|
1883
|
+
status: string;
|
|
3181
1884
|
isArchived: boolean;
|
|
3182
1885
|
createdAt: Date;
|
|
3183
|
-
updatedAt: Date;
|
|
3184
1886
|
syncedAt: Date;
|
|
1887
|
+
updatedAt: Date;
|
|
1888
|
+
mtaId: string;
|
|
1889
|
+
balanceCents: bigint;
|
|
3185
1890
|
customerId: string;
|
|
3186
1891
|
projectId: string;
|
|
3187
1892
|
lotDetail: string | null;
|
|
3188
1893
|
propertyAddress: string;
|
|
1894
|
+
cmaBalanceCents: bigint;
|
|
1895
|
+
mtaBalanceCents: bigint;
|
|
3189
1896
|
stage: string;
|
|
3190
|
-
mtaId: string;
|
|
3191
|
-
mtaBalanceCents: number | bigint;
|
|
3192
|
-
cmaBalanceCents: number | bigint;
|
|
3193
1897
|
buyerName?: string | null | undefined;
|
|
3194
1898
|
project?: {
|
|
1899
|
+
id: string;
|
|
1900
|
+
name: string;
|
|
1901
|
+
developerId: string;
|
|
1902
|
+
mtaId: string | null;
|
|
1903
|
+
state: string;
|
|
3195
1904
|
type: string;
|
|
3196
1905
|
status: string;
|
|
3197
|
-
id: string;
|
|
3198
1906
|
isArchived: boolean;
|
|
3199
1907
|
createdAt: Date;
|
|
3200
|
-
updatedAt: Date;
|
|
3201
1908
|
syncedAt: Date;
|
|
3202
|
-
|
|
3203
|
-
name: string;
|
|
3204
|
-
developerId: string;
|
|
3205
|
-
state: string;
|
|
1909
|
+
updatedAt: Date;
|
|
3206
1910
|
developer?: {
|
|
3207
|
-
status: string;
|
|
3208
1911
|
id: string;
|
|
1912
|
+
companyName: string | null;
|
|
1913
|
+
status: string;
|
|
3209
1914
|
isArchived: boolean;
|
|
3210
1915
|
createdAt: Date;
|
|
3211
|
-
updatedAt: Date;
|
|
3212
1916
|
syncedAt: Date;
|
|
3213
|
-
|
|
1917
|
+
updatedAt: Date;
|
|
3214
1918
|
} | null | undefined;
|
|
3215
1919
|
} | null | undefined;
|
|
3216
1920
|
customer?: {
|
|
3217
|
-
status: string;
|
|
3218
1921
|
id: string;
|
|
3219
|
-
isArchived: boolean;
|
|
3220
|
-
createdAt: Date;
|
|
3221
|
-
updatedAt: Date;
|
|
3222
1922
|
fullName: string | null;
|
|
3223
1923
|
mobile: string | null;
|
|
3224
1924
|
email: string;
|
|
1925
|
+
status: string;
|
|
1926
|
+
isArchived: boolean;
|
|
1927
|
+
createdAt: Date;
|
|
3225
1928
|
syncedAt: Date;
|
|
1929
|
+
updatedAt: Date;
|
|
3226
1930
|
} | null | undefined;
|
|
3227
1931
|
} | null | undefined;
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
subsequentTransactions?: ({
|
|
3237
|
-
status: string;
|
|
1932
|
+
} & /*elided*/ any, "cma"> | null | undefined;
|
|
1933
|
+
subsequentTransactions?: Omit<{
|
|
1934
|
+
creditAmountCents: number;
|
|
1935
|
+
debitAmountCents: number;
|
|
1936
|
+
balanceCents: number;
|
|
1937
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1938
|
+
transactionType: string;
|
|
1939
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3238
1940
|
id: string;
|
|
3239
|
-
propertyId: string | null;
|
|
3240
|
-
balanceCents: string | number | bigint;
|
|
3241
|
-
isArchived: boolean;
|
|
3242
|
-
createdAt: Date;
|
|
3243
|
-
updatedAt: Date;
|
|
3244
|
-
syncedAt: Date | null;
|
|
3245
|
-
debitAmountCents: string | number | bigint;
|
|
3246
|
-
creditAmountCents: string | number | bigint;
|
|
3247
|
-
description: string | null;
|
|
3248
|
-
clearedAt: Date | null;
|
|
3249
1941
|
cmaId: string;
|
|
1942
|
+
sequence: number;
|
|
1943
|
+
propertyId: string | null;
|
|
3250
1944
|
payoutId: string | null;
|
|
1945
|
+
createType: string;
|
|
3251
1946
|
bankRef: string | null;
|
|
3252
|
-
|
|
3253
|
-
transactionType: string;
|
|
3254
|
-
sequence: number;
|
|
1947
|
+
description: string | null;
|
|
3255
1948
|
isCanceled: boolean;
|
|
1949
|
+
isArchived: boolean;
|
|
3256
1950
|
isRefunded: boolean;
|
|
1951
|
+
clearedAt: Date | null;
|
|
1952
|
+
createdAt: Date;
|
|
1953
|
+
syncedAt: Date | null;
|
|
1954
|
+
updatedAt: Date;
|
|
3257
1955
|
sourceTransactionId: string | null;
|
|
3258
1956
|
cancelType: string | null;
|
|
3259
1957
|
canceledAt: Date | null;
|
|
3260
1958
|
canceledReason: string | null;
|
|
3261
|
-
createType: string;
|
|
3262
1959
|
createdBy?: string | {
|
|
3263
1960
|
id: string;
|
|
3264
1961
|
email: string;
|
|
@@ -3266,94 +1963,99 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3266
1963
|
firstName?: string | null | undefined;
|
|
3267
1964
|
lastName?: string | null | undefined;
|
|
3268
1965
|
} | null | undefined;
|
|
1966
|
+
canceledBy?: string | {
|
|
1967
|
+
id: string;
|
|
1968
|
+
email: string;
|
|
1969
|
+
fullName?: string | null | undefined;
|
|
1970
|
+
firstName?: string | null | undefined;
|
|
1971
|
+
lastName?: string | null | undefined;
|
|
1972
|
+
} | null | undefined;
|
|
3269
1973
|
property?: {
|
|
3270
|
-
status: string;
|
|
3271
1974
|
id: string;
|
|
3272
|
-
|
|
1975
|
+
status: string;
|
|
3273
1976
|
isArchived: boolean;
|
|
3274
1977
|
createdAt: Date;
|
|
3275
|
-
updatedAt: Date;
|
|
3276
1978
|
syncedAt: Date;
|
|
1979
|
+
updatedAt: Date;
|
|
1980
|
+
mtaId: string;
|
|
1981
|
+
balanceCents: bigint;
|
|
3277
1982
|
customerId: string;
|
|
3278
1983
|
projectId: string;
|
|
3279
1984
|
lotDetail: string | null;
|
|
3280
1985
|
propertyAddress: string;
|
|
1986
|
+
cmaBalanceCents: bigint;
|
|
1987
|
+
mtaBalanceCents: bigint;
|
|
3281
1988
|
stage: string;
|
|
3282
|
-
mtaId: string;
|
|
3283
|
-
mtaBalanceCents: number | bigint;
|
|
3284
|
-
cmaBalanceCents: number | bigint;
|
|
3285
1989
|
buyerName?: string | null | undefined;
|
|
3286
1990
|
project?: {
|
|
1991
|
+
id: string;
|
|
1992
|
+
name: string;
|
|
1993
|
+
developerId: string;
|
|
1994
|
+
mtaId: string | null;
|
|
1995
|
+
state: string;
|
|
3287
1996
|
type: string;
|
|
3288
1997
|
status: string;
|
|
3289
|
-
id: string;
|
|
3290
1998
|
isArchived: boolean;
|
|
3291
1999
|
createdAt: Date;
|
|
3292
|
-
updatedAt: Date;
|
|
3293
2000
|
syncedAt: Date;
|
|
3294
|
-
|
|
3295
|
-
name: string;
|
|
3296
|
-
developerId: string;
|
|
3297
|
-
state: string;
|
|
2001
|
+
updatedAt: Date;
|
|
3298
2002
|
developer?: {
|
|
3299
|
-
status: string;
|
|
3300
2003
|
id: string;
|
|
2004
|
+
companyName: string | null;
|
|
2005
|
+
status: string;
|
|
3301
2006
|
isArchived: boolean;
|
|
3302
2007
|
createdAt: Date;
|
|
3303
|
-
updatedAt: Date;
|
|
3304
2008
|
syncedAt: Date;
|
|
3305
|
-
|
|
2009
|
+
updatedAt: Date;
|
|
3306
2010
|
} | null | undefined;
|
|
3307
2011
|
} | null | undefined;
|
|
3308
2012
|
customer?: {
|
|
3309
|
-
status: string;
|
|
3310
2013
|
id: string;
|
|
3311
|
-
isArchived: boolean;
|
|
3312
|
-
createdAt: Date;
|
|
3313
|
-
updatedAt: Date;
|
|
3314
2014
|
fullName: string | null;
|
|
3315
2015
|
mobile: string | null;
|
|
3316
2016
|
email: string;
|
|
2017
|
+
status: string;
|
|
2018
|
+
isArchived: boolean;
|
|
2019
|
+
createdAt: Date;
|
|
3317
2020
|
syncedAt: Date;
|
|
2021
|
+
updatedAt: Date;
|
|
3318
2022
|
} | null | undefined;
|
|
3319
2023
|
} | null | undefined;
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
2024
|
+
} & /*elided*/ any, "cma">[] | null | undefined;
|
|
2025
|
+
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2026
|
+
isReceipt?: boolean | null | undefined;
|
|
2027
|
+
isPayment?: boolean | null | undefined;
|
|
2028
|
+
isReconciled?: boolean | null | undefined;
|
|
2029
|
+
amountStr?: string | null | undefined;
|
|
2030
|
+
transactionNumber?: string | null | undefined;
|
|
2031
|
+
isCancelable?: boolean | null | undefined;
|
|
2032
|
+
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2033
|
+
}, {
|
|
2034
|
+
creditAmountCents: string | number | bigint;
|
|
2035
|
+
debitAmountCents: string | number | bigint;
|
|
2036
|
+
balanceCents: string | number | bigint;
|
|
2037
|
+
inputType: string;
|
|
2038
|
+
transactionType: string;
|
|
3332
2039
|
status: string;
|
|
3333
2040
|
id: string;
|
|
3334
|
-
propertyId: string | null;
|
|
3335
|
-
balanceCents: string | number | bigint;
|
|
3336
|
-
isArchived: boolean;
|
|
3337
|
-
createdAt: Date;
|
|
3338
|
-
updatedAt: Date;
|
|
3339
|
-
syncedAt: Date | null;
|
|
3340
|
-
debitAmountCents: string | number | bigint;
|
|
3341
|
-
creditAmountCents: string | number | bigint;
|
|
3342
|
-
description: string | null;
|
|
3343
|
-
clearedAt: Date | null;
|
|
3344
2041
|
cmaId: string;
|
|
2042
|
+
sequence: number;
|
|
2043
|
+
propertyId: string | null;
|
|
3345
2044
|
payoutId: string | null;
|
|
2045
|
+
createType: string;
|
|
3346
2046
|
bankRef: string | null;
|
|
3347
|
-
|
|
3348
|
-
transactionType: string;
|
|
3349
|
-
sequence: number;
|
|
2047
|
+
description: string | null;
|
|
3350
2048
|
isCanceled: boolean;
|
|
2049
|
+
isArchived: boolean;
|
|
3351
2050
|
isRefunded: boolean;
|
|
2051
|
+
clearedAt: string | Date | null;
|
|
2052
|
+
createdAt: unknown;
|
|
2053
|
+
syncedAt: unknown;
|
|
2054
|
+
updatedAt: unknown;
|
|
3352
2055
|
sourceTransactionId: string | null;
|
|
3353
2056
|
cancelType: string | null;
|
|
3354
|
-
canceledAt:
|
|
2057
|
+
canceledAt: unknown;
|
|
3355
2058
|
canceledReason: string | null;
|
|
3356
|
-
createType: string;
|
|
3357
2059
|
createdBy?: string | {
|
|
3358
2060
|
id: string;
|
|
3359
2061
|
email: string;
|
|
@@ -3361,92 +2063,92 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3361
2063
|
firstName?: string | null | undefined;
|
|
3362
2064
|
lastName?: string | null | undefined;
|
|
3363
2065
|
} | null | undefined;
|
|
2066
|
+
canceledBy?: string | {
|
|
2067
|
+
id: string;
|
|
2068
|
+
email: string;
|
|
2069
|
+
fullName?: string | null | undefined;
|
|
2070
|
+
firstName?: string | null | undefined;
|
|
2071
|
+
lastName?: string | null | undefined;
|
|
2072
|
+
} | null | undefined;
|
|
3364
2073
|
property?: {
|
|
3365
|
-
status: string;
|
|
3366
2074
|
id: string;
|
|
3367
|
-
|
|
2075
|
+
status: string;
|
|
3368
2076
|
isArchived: boolean;
|
|
3369
|
-
createdAt:
|
|
3370
|
-
|
|
3371
|
-
|
|
2077
|
+
createdAt: unknown;
|
|
2078
|
+
syncedAt: unknown;
|
|
2079
|
+
updatedAt: unknown;
|
|
2080
|
+
mtaId: string;
|
|
2081
|
+
balanceCents: unknown;
|
|
3372
2082
|
customerId: string;
|
|
3373
2083
|
projectId: string;
|
|
3374
2084
|
lotDetail: string | null;
|
|
3375
2085
|
propertyAddress: string;
|
|
2086
|
+
cmaBalanceCents: unknown;
|
|
2087
|
+
mtaBalanceCents: unknown;
|
|
3376
2088
|
stage: string;
|
|
3377
|
-
mtaId: string;
|
|
3378
|
-
mtaBalanceCents: number | bigint;
|
|
3379
|
-
cmaBalanceCents: number | bigint;
|
|
3380
2089
|
buyerName?: string | null | undefined;
|
|
3381
2090
|
project?: {
|
|
3382
|
-
type: string;
|
|
3383
|
-
status: string;
|
|
3384
2091
|
id: string;
|
|
3385
|
-
isArchived: boolean;
|
|
3386
|
-
createdAt: Date;
|
|
3387
|
-
updatedAt: Date;
|
|
3388
|
-
syncedAt: Date;
|
|
3389
|
-
mtaId: string | null;
|
|
3390
2092
|
name: string;
|
|
3391
2093
|
developerId: string;
|
|
2094
|
+
mtaId: string | null;
|
|
3392
2095
|
state: string;
|
|
2096
|
+
type: string;
|
|
2097
|
+
status: string;
|
|
2098
|
+
isArchived: boolean;
|
|
2099
|
+
createdAt: unknown;
|
|
2100
|
+
syncedAt: unknown;
|
|
2101
|
+
updatedAt: unknown;
|
|
3393
2102
|
developer?: {
|
|
3394
|
-
status: string;
|
|
3395
2103
|
id: string;
|
|
3396
|
-
isArchived: boolean;
|
|
3397
|
-
createdAt: Date;
|
|
3398
|
-
updatedAt: Date;
|
|
3399
|
-
syncedAt: Date;
|
|
3400
2104
|
companyName: string | null;
|
|
2105
|
+
status: string;
|
|
2106
|
+
isArchived: boolean;
|
|
2107
|
+
createdAt: unknown;
|
|
2108
|
+
syncedAt: unknown;
|
|
2109
|
+
updatedAt: unknown;
|
|
3401
2110
|
} | null | undefined;
|
|
3402
2111
|
} | null | undefined;
|
|
3403
2112
|
customer?: {
|
|
3404
|
-
status: string;
|
|
3405
2113
|
id: string;
|
|
3406
|
-
isArchived: boolean;
|
|
3407
|
-
createdAt: Date;
|
|
3408
|
-
updatedAt: Date;
|
|
3409
2114
|
fullName: string | null;
|
|
3410
2115
|
mobile: string | null;
|
|
3411
2116
|
email: string;
|
|
3412
|
-
|
|
2117
|
+
status: string;
|
|
2118
|
+
isArchived: boolean;
|
|
2119
|
+
createdAt: unknown;
|
|
2120
|
+
syncedAt: unknown;
|
|
2121
|
+
updatedAt: unknown;
|
|
3413
2122
|
} | null | undefined;
|
|
3414
2123
|
} | null | undefined;
|
|
3415
|
-
canceledBy?: string | {
|
|
3416
|
-
id: string;
|
|
3417
|
-
email: string;
|
|
3418
|
-
fullName?: string | null | undefined;
|
|
3419
|
-
firstName?: string | null | undefined;
|
|
3420
|
-
lastName?: string | null | undefined;
|
|
3421
|
-
} | null | undefined;
|
|
3422
2124
|
} & {
|
|
3423
2125
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
3424
2126
|
sourceTransaction?: ({
|
|
2127
|
+
creditAmountCents: string | number | bigint;
|
|
2128
|
+
debitAmountCents: string | number | bigint;
|
|
2129
|
+
balanceCents: string | number | bigint;
|
|
2130
|
+
inputType: string;
|
|
2131
|
+
transactionType: string;
|
|
3425
2132
|
status: string;
|
|
3426
2133
|
id: string;
|
|
3427
|
-
propertyId: string | null;
|
|
3428
|
-
balanceCents: string | number | bigint;
|
|
3429
|
-
isArchived: boolean;
|
|
3430
|
-
createdAt: Date;
|
|
3431
|
-
updatedAt: Date;
|
|
3432
|
-
syncedAt: Date | null;
|
|
3433
|
-
debitAmountCents: string | number | bigint;
|
|
3434
|
-
creditAmountCents: string | number | bigint;
|
|
3435
|
-
description: string | null;
|
|
3436
|
-
clearedAt: Date | null;
|
|
3437
2134
|
cmaId: string;
|
|
2135
|
+
sequence: number;
|
|
2136
|
+
propertyId: string | null;
|
|
3438
2137
|
payoutId: string | null;
|
|
2138
|
+
createType: string;
|
|
3439
2139
|
bankRef: string | null;
|
|
3440
|
-
|
|
3441
|
-
transactionType: string;
|
|
3442
|
-
sequence: number;
|
|
2140
|
+
description: string | null;
|
|
3443
2141
|
isCanceled: boolean;
|
|
2142
|
+
isArchived: boolean;
|
|
3444
2143
|
isRefunded: boolean;
|
|
2144
|
+
clearedAt: string | Date | null;
|
|
2145
|
+
createdAt: unknown;
|
|
2146
|
+
syncedAt: unknown;
|
|
2147
|
+
updatedAt: unknown;
|
|
3445
2148
|
sourceTransactionId: string | null;
|
|
3446
2149
|
cancelType: string | null;
|
|
3447
|
-
canceledAt:
|
|
2150
|
+
canceledAt: unknown;
|
|
3448
2151
|
canceledReason: string | null;
|
|
3449
|
-
createType: string;
|
|
3450
2152
|
createdBy?: string | {
|
|
3451
2153
|
id: string;
|
|
3452
2154
|
email: string;
|
|
@@ -3454,91 +2156,91 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3454
2156
|
firstName?: string | null | undefined;
|
|
3455
2157
|
lastName?: string | null | undefined;
|
|
3456
2158
|
} | null | undefined;
|
|
2159
|
+
canceledBy?: string | {
|
|
2160
|
+
id: string;
|
|
2161
|
+
email: string;
|
|
2162
|
+
fullName?: string | null | undefined;
|
|
2163
|
+
firstName?: string | null | undefined;
|
|
2164
|
+
lastName?: string | null | undefined;
|
|
2165
|
+
} | null | undefined;
|
|
3457
2166
|
property?: {
|
|
3458
|
-
status: string;
|
|
3459
2167
|
id: string;
|
|
3460
|
-
|
|
2168
|
+
status: string;
|
|
3461
2169
|
isArchived: boolean;
|
|
3462
|
-
createdAt:
|
|
3463
|
-
|
|
3464
|
-
|
|
2170
|
+
createdAt: unknown;
|
|
2171
|
+
syncedAt: unknown;
|
|
2172
|
+
updatedAt: unknown;
|
|
2173
|
+
mtaId: string;
|
|
2174
|
+
balanceCents: unknown;
|
|
3465
2175
|
customerId: string;
|
|
3466
2176
|
projectId: string;
|
|
3467
2177
|
lotDetail: string | null;
|
|
3468
2178
|
propertyAddress: string;
|
|
2179
|
+
cmaBalanceCents: unknown;
|
|
2180
|
+
mtaBalanceCents: unknown;
|
|
3469
2181
|
stage: string;
|
|
3470
|
-
mtaId: string;
|
|
3471
|
-
mtaBalanceCents: number | bigint;
|
|
3472
|
-
cmaBalanceCents: number | bigint;
|
|
3473
2182
|
buyerName?: string | null | undefined;
|
|
3474
2183
|
project?: {
|
|
3475
|
-
type: string;
|
|
3476
|
-
status: string;
|
|
3477
2184
|
id: string;
|
|
3478
|
-
isArchived: boolean;
|
|
3479
|
-
createdAt: Date;
|
|
3480
|
-
updatedAt: Date;
|
|
3481
|
-
syncedAt: Date;
|
|
3482
|
-
mtaId: string | null;
|
|
3483
2185
|
name: string;
|
|
3484
2186
|
developerId: string;
|
|
2187
|
+
mtaId: string | null;
|
|
3485
2188
|
state: string;
|
|
2189
|
+
type: string;
|
|
2190
|
+
status: string;
|
|
2191
|
+
isArchived: boolean;
|
|
2192
|
+
createdAt: unknown;
|
|
2193
|
+
syncedAt: unknown;
|
|
2194
|
+
updatedAt: unknown;
|
|
3486
2195
|
developer?: {
|
|
3487
|
-
status: string;
|
|
3488
2196
|
id: string;
|
|
3489
|
-
isArchived: boolean;
|
|
3490
|
-
createdAt: Date;
|
|
3491
|
-
updatedAt: Date;
|
|
3492
|
-
syncedAt: Date;
|
|
3493
2197
|
companyName: string | null;
|
|
2198
|
+
status: string;
|
|
2199
|
+
isArchived: boolean;
|
|
2200
|
+
createdAt: unknown;
|
|
2201
|
+
syncedAt: unknown;
|
|
2202
|
+
updatedAt: unknown;
|
|
3494
2203
|
} | null | undefined;
|
|
3495
2204
|
} | null | undefined;
|
|
3496
2205
|
customer?: {
|
|
3497
|
-
status: string;
|
|
3498
2206
|
id: string;
|
|
3499
|
-
isArchived: boolean;
|
|
3500
|
-
createdAt: Date;
|
|
3501
|
-
updatedAt: Date;
|
|
3502
2207
|
fullName: string | null;
|
|
3503
2208
|
mobile: string | null;
|
|
3504
2209
|
email: string;
|
|
3505
|
-
|
|
2210
|
+
status: string;
|
|
2211
|
+
isArchived: boolean;
|
|
2212
|
+
createdAt: unknown;
|
|
2213
|
+
syncedAt: unknown;
|
|
2214
|
+
updatedAt: unknown;
|
|
3506
2215
|
} | null | undefined;
|
|
3507
2216
|
} | null | undefined;
|
|
3508
|
-
canceledBy?: string | {
|
|
3509
|
-
id: string;
|
|
3510
|
-
email: string;
|
|
3511
|
-
fullName?: string | null | undefined;
|
|
3512
|
-
firstName?: string | null | undefined;
|
|
3513
|
-
lastName?: string | null | undefined;
|
|
3514
|
-
} | null | undefined;
|
|
3515
2217
|
} & /*elided*/ any) | null | undefined;
|
|
3516
2218
|
subsequentTransactions?: ({
|
|
2219
|
+
creditAmountCents: string | number | bigint;
|
|
2220
|
+
debitAmountCents: string | number | bigint;
|
|
2221
|
+
balanceCents: string | number | bigint;
|
|
2222
|
+
inputType: string;
|
|
2223
|
+
transactionType: string;
|
|
3517
2224
|
status: string;
|
|
3518
2225
|
id: string;
|
|
3519
|
-
propertyId: string | null;
|
|
3520
|
-
balanceCents: string | number | bigint;
|
|
3521
|
-
isArchived: boolean;
|
|
3522
|
-
createdAt: Date;
|
|
3523
|
-
updatedAt: Date;
|
|
3524
|
-
syncedAt: Date | null;
|
|
3525
|
-
debitAmountCents: string | number | bigint;
|
|
3526
|
-
creditAmountCents: string | number | bigint;
|
|
3527
|
-
description: string | null;
|
|
3528
|
-
clearedAt: Date | null;
|
|
3529
2226
|
cmaId: string;
|
|
2227
|
+
sequence: number;
|
|
2228
|
+
propertyId: string | null;
|
|
3530
2229
|
payoutId: string | null;
|
|
2230
|
+
createType: string;
|
|
3531
2231
|
bankRef: string | null;
|
|
3532
|
-
|
|
3533
|
-
transactionType: string;
|
|
3534
|
-
sequence: number;
|
|
2232
|
+
description: string | null;
|
|
3535
2233
|
isCanceled: boolean;
|
|
2234
|
+
isArchived: boolean;
|
|
3536
2235
|
isRefunded: boolean;
|
|
2236
|
+
clearedAt: string | Date | null;
|
|
2237
|
+
createdAt: unknown;
|
|
2238
|
+
syncedAt: unknown;
|
|
2239
|
+
updatedAt: unknown;
|
|
3537
2240
|
sourceTransactionId: string | null;
|
|
3538
2241
|
cancelType: string | null;
|
|
3539
|
-
canceledAt:
|
|
2242
|
+
canceledAt: unknown;
|
|
3540
2243
|
canceledReason: string | null;
|
|
3541
|
-
createType: string;
|
|
3542
2244
|
createdBy?: string | {
|
|
3543
2245
|
id: string;
|
|
3544
2246
|
email: string;
|
|
@@ -3546,92 +2248,69 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
3546
2248
|
firstName?: string | null | undefined;
|
|
3547
2249
|
lastName?: string | null | undefined;
|
|
3548
2250
|
} | null | undefined;
|
|
2251
|
+
canceledBy?: string | {
|
|
2252
|
+
id: string;
|
|
2253
|
+
email: string;
|
|
2254
|
+
fullName?: string | null | undefined;
|
|
2255
|
+
firstName?: string | null | undefined;
|
|
2256
|
+
lastName?: string | null | undefined;
|
|
2257
|
+
} | null | undefined;
|
|
3549
2258
|
property?: {
|
|
3550
|
-
status: string;
|
|
3551
2259
|
id: string;
|
|
3552
|
-
|
|
2260
|
+
status: string;
|
|
3553
2261
|
isArchived: boolean;
|
|
3554
|
-
createdAt:
|
|
3555
|
-
|
|
3556
|
-
|
|
2262
|
+
createdAt: unknown;
|
|
2263
|
+
syncedAt: unknown;
|
|
2264
|
+
updatedAt: unknown;
|
|
2265
|
+
mtaId: string;
|
|
2266
|
+
balanceCents: unknown;
|
|
3557
2267
|
customerId: string;
|
|
3558
2268
|
projectId: string;
|
|
3559
2269
|
lotDetail: string | null;
|
|
3560
2270
|
propertyAddress: string;
|
|
2271
|
+
cmaBalanceCents: unknown;
|
|
2272
|
+
mtaBalanceCents: unknown;
|
|
3561
2273
|
stage: string;
|
|
3562
|
-
mtaId: string;
|
|
3563
|
-
mtaBalanceCents: number | bigint;
|
|
3564
|
-
cmaBalanceCents: number | bigint;
|
|
3565
2274
|
buyerName?: string | null | undefined;
|
|
3566
2275
|
project?: {
|
|
3567
|
-
type: string;
|
|
3568
|
-
status: string;
|
|
3569
2276
|
id: string;
|
|
3570
|
-
isArchived: boolean;
|
|
3571
|
-
createdAt: Date;
|
|
3572
|
-
updatedAt: Date;
|
|
3573
|
-
syncedAt: Date;
|
|
3574
|
-
mtaId: string | null;
|
|
3575
2277
|
name: string;
|
|
3576
2278
|
developerId: string;
|
|
2279
|
+
mtaId: string | null;
|
|
3577
2280
|
state: string;
|
|
2281
|
+
type: string;
|
|
2282
|
+
status: string;
|
|
2283
|
+
isArchived: boolean;
|
|
2284
|
+
createdAt: unknown;
|
|
2285
|
+
syncedAt: unknown;
|
|
2286
|
+
updatedAt: unknown;
|
|
3578
2287
|
developer?: {
|
|
3579
|
-
status: string;
|
|
3580
2288
|
id: string;
|
|
3581
|
-
isArchived: boolean;
|
|
3582
|
-
createdAt: Date;
|
|
3583
|
-
updatedAt: Date;
|
|
3584
|
-
syncedAt: Date;
|
|
3585
2289
|
companyName: string | null;
|
|
2290
|
+
status: string;
|
|
2291
|
+
isArchived: boolean;
|
|
2292
|
+
createdAt: unknown;
|
|
2293
|
+
syncedAt: unknown;
|
|
2294
|
+
updatedAt: unknown;
|
|
3586
2295
|
} | null | undefined;
|
|
3587
2296
|
} | null | undefined;
|
|
3588
2297
|
customer?: {
|
|
3589
|
-
status: string;
|
|
3590
2298
|
id: string;
|
|
3591
|
-
isArchived: boolean;
|
|
3592
|
-
createdAt: Date;
|
|
3593
|
-
updatedAt: Date;
|
|
3594
2299
|
fullName: string | null;
|
|
3595
2300
|
mobile: string | null;
|
|
3596
2301
|
email: string;
|
|
3597
|
-
|
|
2302
|
+
status: string;
|
|
2303
|
+
isArchived: boolean;
|
|
2304
|
+
createdAt: unknown;
|
|
2305
|
+
syncedAt: unknown;
|
|
2306
|
+
updatedAt: unknown;
|
|
3598
2307
|
} | null | undefined;
|
|
3599
2308
|
} | null | undefined;
|
|
3600
|
-
canceledBy?: string | {
|
|
3601
|
-
id: string;
|
|
3602
|
-
email: string;
|
|
3603
|
-
fullName?: string | null | undefined;
|
|
3604
|
-
firstName?: string | null | undefined;
|
|
3605
|
-
lastName?: string | null | undefined;
|
|
3606
|
-
} | null | undefined;
|
|
3607
2309
|
} & /*elided*/ any)[] | null | undefined;
|
|
3608
2310
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
3609
2311
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
3610
|
-
}
|
|
3611
|
-
}
|
|
3612
|
-
|
|
3613
|
-
status: string;
|
|
3614
|
-
id: string;
|
|
3615
|
-
isArchived: boolean;
|
|
3616
|
-
createdBy: string;
|
|
3617
|
-
createdAt: Date;
|
|
3618
|
-
cmaId: string;
|
|
3619
|
-
cmaAccountPeriodId: string;
|
|
3620
|
-
reconciledTo: Date;
|
|
3621
|
-
reconciledAmountCents: bigint | null;
|
|
3622
|
-
unreconciledAmountCents: bigint | null;
|
|
3623
|
-
totalReconciledAmountCents: bigint | null;
|
|
3624
|
-
bankStatementBalanceCents: string | number | bigint;
|
|
3625
|
-
closedAt: Date | null;
|
|
3626
|
-
updatedBy: string | null;
|
|
3627
|
-
closedBy: string | null;
|
|
3628
|
-
editable: boolean;
|
|
3629
|
-
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
3630
|
-
closingVarianceCents?: string | number | bigint | null | undefined;
|
|
3631
|
-
currentTrustBalanceCents?: string | number | bigint | null | undefined;
|
|
3632
|
-
currentReconciledBalanceCents?: string | number | bigint | null | undefined;
|
|
3633
|
-
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
3634
|
-
}[] | null | undefined;
|
|
3635
|
-
}>;
|
|
2312
|
+
}>>>>>>;
|
|
2313
|
+
}, z.core.$strip>;
|
|
2314
|
+
}, z.core.$strip>;
|
|
3636
2315
|
export type CmaAccountPeriodClosingSummaryRestRes = z.infer<typeof cmaAccountPeriodClosingSummaryRestResSchema>;
|
|
3637
2316
|
//# sourceMappingURL=cma-account-period-closing-summary.rest.schema.d.ts.map
|