@mikemo-coposit/am-accounting-shared 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/cma-transaction/index.d.ts +1 -0
- package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.d.ts +2 -2
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/index.d.ts +1 -0
- package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +0 -4
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/index.d.ts +4 -0
- package/dist/cjs/constants/payout/index.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout-status.constant.d.ts +9 -0
- package/dist/cjs/constants/payout/payout-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout-type.constant.d.ts +9 -0
- package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout.constant.d.ts +37 -0
- package/dist/cjs/constants/payout/payout.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout-bank-file/index.d.ts +2 -0
- package/dist/cjs/constants/payout-bank-file/index.d.ts.map +1 -0
- package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
- package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
- package/dist/cjs/index.js +1496 -784
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +1053 -24
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +759 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -1
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
- 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 +10 -10
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
- 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 +12 -12
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
- 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 +2 -2
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- 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/clear-cma-transaction.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
- 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 +456 -826
- 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 +6 -6
- package/dist/cjs/schemas/cma-transaction/index.d.ts +2 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +4 -0
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts +4 -0
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +4 -0
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/index.d.ts +5 -0
- package/dist/cjs/schemas/common/account/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts +4 -0
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/index.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +4 -0
- package/dist/cjs/schemas/common/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +8 -0
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +32 -0
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts +6 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +31 -0
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +66 -0
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +41 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/index.d.ts +4 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +211 -426
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
- 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 +8 -8
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
- 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 +8 -8
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
- 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 -4
- 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 +10 -10
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
- 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 +2 -2
- 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/create-mta-transactionrest.schema.d.ts +8 -10
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
- 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 +439 -817
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/index.d.ts +8 -1
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +260 -0
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +401 -285
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +12 -26
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +401 -110
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +36678 -0
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +361 -114
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file/index.d.ts +3 -0
- package/dist/cjs/schemas/payout-bank-file/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts +2 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts +3 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +86 -6
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +218 -215
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
- 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 +7 -7
- package/dist/cjs/schemas/property/index.d.ts +1 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +864 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +734 -17
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +2479 -984
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/index.d.ts +1 -0
- package/dist/cjs/schemas/user/index.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/user/user.rest.schema.d.ts +35 -0
- package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/amount.util.d.ts +2 -2
- package/dist/cjs/utils/amount.util.d.ts.map +1 -1
- package/dist/cjs/utils/bank-account.util.d.ts +17 -0
- package/dist/cjs/utils/bank-account.util.d.ts.map +1 -0
- package/dist/cjs/utils/index.d.ts +2 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +12 -0
- package/dist/cjs/utils/property.util.d.ts.map +1 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/index.d.ts +1 -0
- package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +2 -2
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/index.d.ts +1 -0
- package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +0 -4
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/index.d.ts +4 -0
- package/dist/esm/constants/payout/index.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout-status.constant.d.ts +9 -0
- package/dist/esm/constants/payout/payout-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout-type.constant.d.ts +9 -0
- package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout.constant.d.ts +37 -0
- package/dist/esm/constants/payout/payout.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout-bank-file/index.d.ts +2 -0
- package/dist/esm/constants/payout-bank-file/index.d.ts.map +1 -0
- package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
- package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
- package/dist/esm/index.mjs +1664 -1162
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +1053 -24
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +759 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -1
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
- 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 +10 -10
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
- 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 +12 -12
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
- 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 +2 -2
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- 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/clear-cma-transaction.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
- 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 +456 -826
- 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 +6 -6
- package/dist/esm/schemas/cma-transaction/index.d.ts +2 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +4 -0
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/account-number.schma.d.ts +4 -0
- package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts +4 -0
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/index.d.ts +5 -0
- package/dist/esm/schemas/common/account/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/state-code.schema.d.ts +4 -0
- package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/index.d.ts +3 -0
- package/dist/esm/schemas/common/amount/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +4 -0
- package/dist/esm/schemas/common/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +8 -0
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts +32 -0
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/index.d.ts +6 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +31 -0
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +66 -0
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +41 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/index.d.ts +4 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +211 -426
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
- 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 +8 -8
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
- 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 +8 -8
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
- 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 -4
- 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 +10 -10
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
- 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 +2 -2
- 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/create-mta-transactionrest.schema.d.ts +8 -10
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
- 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 +439 -817
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/index.d.ts +8 -1
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +260 -0
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +401 -285
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +12 -26
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +401 -110
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +36678 -0
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +361 -114
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file/index.d.ts +3 -0
- package/dist/esm/schemas/payout-bank-file/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts +2 -0
- package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts +3 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
- package/dist/esm/schemas/project/project.entity.schema.d.ts +86 -6
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +218 -215
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
- 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 +7 -7
- package/dist/esm/schemas/property/index.d.ts +1 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +864 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +734 -17
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +2479 -984
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/index.d.ts +1 -0
- package/dist/esm/schemas/user/index.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/user/user.rest.schema.d.ts +35 -0
- package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/amount.util.d.ts +2 -2
- package/dist/esm/utils/amount.util.d.ts.map +1 -1
- package/dist/esm/utils/bank-account.util.d.ts +17 -0
- package/dist/esm/utils/bank-account.util.d.ts.map +1 -0
- package/dist/esm/utils/index.d.ts +2 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +12 -0
- package/dist/esm/utils/property.util.d.ts.map +1 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/cjs/constants/mta-account-period/index.d.ts +0 -2
- package/dist/cjs/constants/mta-account-period/index.d.ts.map +0 -1
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
- package/dist/cjs/constants/mta-reconciliation/index.d.ts +0 -2
- package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +0 -1
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts +0 -333
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts +0 -157
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +0 -1
- package/dist/esm/constants/mta-account-period/index.d.ts +0 -2
- package/dist/esm/constants/mta-account-period/index.d.ts.map +0 -1
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
- package/dist/esm/constants/mta-reconciliation/index.d.ts +0 -2
- package/dist/esm/constants/mta-reconciliation/index.d.ts.map +0 -1
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
- package/dist/esm/schemas/cma/cma-res.schema.d.ts +0 -333
- package/dist/esm/schemas/cma/cma-res.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.create.schema.d.ts +0 -157
- package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
|
|
2
|
+
import { AccountPeriodStatus } from '../../constants';
|
|
3
|
+
export declare const cmaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
3
4
|
id: z.ZodString;
|
|
4
5
|
startDate: z.ZodDate;
|
|
5
6
|
endDate: z.ZodNullable<z.ZodDate>;
|
|
6
|
-
status: z.ZodString;
|
|
7
7
|
closedBy: z.ZodNullable<z.ZodString>;
|
|
8
8
|
closedAt: z.ZodNullable<z.ZodDate>;
|
|
9
9
|
isArchived: z.ZodBoolean;
|
|
@@ -12,42 +12,51 @@ declare const cmaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
|
12
12
|
cmaId: z.ZodString;
|
|
13
13
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
14
14
|
} & {
|
|
15
|
-
openingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
16
|
-
closingBalanceCents: z.
|
|
15
|
+
openingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
16
|
+
closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
17
|
+
reconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
18
|
+
totalReconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
19
|
+
unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
20
|
+
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof AccountPeriodStatus>>;
|
|
17
21
|
}, "strip", z.ZodTypeAny, {
|
|
18
22
|
id: string;
|
|
19
|
-
status:
|
|
23
|
+
status: AccountPeriodStatus;
|
|
20
24
|
isArchived: boolean;
|
|
21
25
|
createdAt: Date;
|
|
22
26
|
updatedAt: Date;
|
|
23
|
-
|
|
27
|
+
cmaId: string;
|
|
24
28
|
endDate: Date | null;
|
|
25
|
-
openingBalanceCents: number;
|
|
26
|
-
closingBalanceCents: number;
|
|
27
|
-
closedBy: string | null;
|
|
28
|
-
closedAt: Date | null;
|
|
29
29
|
closingDescription: string | null;
|
|
30
|
-
|
|
30
|
+
closedAt: Date | null;
|
|
31
|
+
closedBy: string | null;
|
|
32
|
+
startDate: Date;
|
|
33
|
+
openingBalanceCents: number;
|
|
34
|
+
closingBalanceCents?: number | null | undefined;
|
|
35
|
+
reconciledAmountCents?: number | null | undefined;
|
|
36
|
+
unreconciledAmountCents?: number | null | undefined;
|
|
37
|
+
totalReconciledAmountCents?: number | null | undefined;
|
|
31
38
|
}, {
|
|
32
39
|
id: string;
|
|
33
40
|
status: string;
|
|
34
41
|
isArchived: boolean;
|
|
35
42
|
createdAt: Date;
|
|
36
43
|
updatedAt: Date;
|
|
37
|
-
|
|
44
|
+
cmaId: string;
|
|
38
45
|
endDate: Date | null;
|
|
39
|
-
openingBalanceCents: number | bigint;
|
|
40
|
-
closedBy: string | null;
|
|
41
|
-
closedAt: Date | null;
|
|
42
46
|
closingDescription: string | null;
|
|
43
|
-
|
|
44
|
-
|
|
47
|
+
closedAt: Date | null;
|
|
48
|
+
closedBy: string | null;
|
|
49
|
+
startDate: Date;
|
|
50
|
+
openingBalanceCents: string | number | bigint;
|
|
51
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
52
|
+
reconciledAmountCents?: string | number | bigint | null | undefined;
|
|
53
|
+
unreconciledAmountCents?: string | number | bigint | null | undefined;
|
|
54
|
+
totalReconciledAmountCents?: string | number | bigint | null | undefined;
|
|
45
55
|
}>;
|
|
46
56
|
export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
47
57
|
id: z.ZodString;
|
|
48
58
|
startDate: z.ZodDate;
|
|
49
59
|
endDate: z.ZodNullable<z.ZodDate>;
|
|
50
|
-
status: z.ZodString;
|
|
51
60
|
closedBy: z.ZodNullable<z.ZodString>;
|
|
52
61
|
closedAt: z.ZodNullable<z.ZodDate>;
|
|
53
62
|
isArchived: z.ZodBoolean;
|
|
@@ -56,15 +65,19 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
56
65
|
cmaId: z.ZodString;
|
|
57
66
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
58
67
|
} & {
|
|
59
|
-
openingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
60
|
-
closingBalanceCents: z.
|
|
68
|
+
openingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
69
|
+
closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
70
|
+
reconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
71
|
+
totalReconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
72
|
+
unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
73
|
+
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof AccountPeriodStatus>>;
|
|
61
74
|
} & {
|
|
62
75
|
cma: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
63
76
|
id: z.ZodString;
|
|
64
77
|
cmaSeq: z.ZodNumber;
|
|
65
|
-
country: z.
|
|
78
|
+
country: z.ZodString;
|
|
66
79
|
description: z.ZodNullable<z.ZodString>;
|
|
67
|
-
accountName: z.
|
|
80
|
+
accountName: z.ZodString;
|
|
68
81
|
propertyId: z.ZodString;
|
|
69
82
|
currentReceiveSeq: z.ZodNumber;
|
|
70
83
|
currentPayoutSeq: z.ZodNumber;
|
|
@@ -74,16 +87,17 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
74
87
|
updatedAt: z.ZodDate;
|
|
75
88
|
createdBy: z.ZodString;
|
|
76
89
|
} & {
|
|
77
|
-
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
78
|
-
stateCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode
|
|
79
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode
|
|
80
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
81
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
82
|
-
status: z.ZodNativeEnum<{
|
|
90
|
+
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
91
|
+
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
92
|
+
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
93
|
+
accountNumber: z.ZodEffects<z.ZodString, string | null, string>;
|
|
94
|
+
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
95
|
+
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<{
|
|
83
96
|
readonly ACTIVE: "active";
|
|
84
97
|
readonly INACTIVE: "inactive";
|
|
85
|
-
}
|
|
86
|
-
|
|
98
|
+
}>>;
|
|
99
|
+
} & {
|
|
100
|
+
property: z.ZodLazy<z.ZodOptional<z.ZodObject<Omit<{
|
|
87
101
|
id: z.ZodString;
|
|
88
102
|
customerId: z.ZodString;
|
|
89
103
|
projectId: z.ZodString;
|
|
@@ -93,26 +107,20 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
93
107
|
balanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
94
108
|
cmaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
95
109
|
mtaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
96
|
-
stage: z.
|
|
97
|
-
|
|
98
|
-
readonly STANDARD_SALE: "standard_sale";
|
|
99
|
-
readonly COPOSIT_SALE: "coposit_sale";
|
|
100
|
-
}>;
|
|
101
|
-
status: z.ZodNativeEnum<{
|
|
102
|
-
readonly ACTIVE: "active";
|
|
103
|
-
}>;
|
|
110
|
+
stage: z.ZodString;
|
|
111
|
+
status: z.ZodString;
|
|
104
112
|
mtaId: z.ZodString;
|
|
105
113
|
isArchived: z.ZodBoolean;
|
|
106
114
|
createdAt: z.ZodDate;
|
|
107
115
|
syncedAt: z.ZodDate;
|
|
108
116
|
updatedAt: z.ZodDate;
|
|
109
117
|
} & {
|
|
110
|
-
project: z.ZodLazy<z.ZodObject<{
|
|
118
|
+
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
111
119
|
id: z.ZodString;
|
|
112
120
|
name: z.ZodString;
|
|
113
121
|
developerId: z.ZodString;
|
|
114
122
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
115
|
-
state: z.
|
|
123
|
+
state: z.ZodString;
|
|
116
124
|
type: z.ZodString;
|
|
117
125
|
status: z.ZodString;
|
|
118
126
|
isArchived: z.ZodBoolean;
|
|
@@ -120,7 +128,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
120
128
|
syncedAt: z.ZodDate;
|
|
121
129
|
updatedAt: z.ZodDate;
|
|
122
130
|
} & {
|
|
123
|
-
developer: z.ZodOptional<z.ZodNullable<z.
|
|
131
|
+
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
124
132
|
id: z.ZodString;
|
|
125
133
|
companyName: z.ZodNullable<z.ZodString>;
|
|
126
134
|
status: z.ZodString;
|
|
@@ -133,37 +141,37 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
133
141
|
status: string;
|
|
134
142
|
isArchived: boolean;
|
|
135
143
|
createdAt: Date;
|
|
136
|
-
syncedAt: Date;
|
|
137
144
|
updatedAt: Date;
|
|
145
|
+
syncedAt: Date;
|
|
138
146
|
companyName: string | null;
|
|
139
147
|
}, {
|
|
140
148
|
id: string;
|
|
141
149
|
status: string;
|
|
142
150
|
isArchived: boolean;
|
|
143
151
|
createdAt: Date;
|
|
144
|
-
syncedAt: Date;
|
|
145
152
|
updatedAt: Date;
|
|
153
|
+
syncedAt: Date;
|
|
146
154
|
companyName: string | null;
|
|
147
|
-
}
|
|
155
|
+
}>>>;
|
|
148
156
|
}, "strip", z.ZodTypeAny, {
|
|
149
157
|
id: string;
|
|
150
158
|
status: string;
|
|
151
159
|
isArchived: boolean;
|
|
152
160
|
createdAt: Date;
|
|
153
|
-
syncedAt: Date;
|
|
154
161
|
updatedAt: Date;
|
|
155
162
|
type: string;
|
|
163
|
+
syncedAt: Date;
|
|
156
164
|
mtaId: string | null;
|
|
157
165
|
name: string;
|
|
158
166
|
developerId: string;
|
|
159
|
-
state:
|
|
167
|
+
state: string;
|
|
160
168
|
developer?: {
|
|
161
169
|
id: string;
|
|
162
170
|
status: string;
|
|
163
171
|
isArchived: boolean;
|
|
164
172
|
createdAt: Date;
|
|
165
|
-
syncedAt: Date;
|
|
166
173
|
updatedAt: Date;
|
|
174
|
+
syncedAt: Date;
|
|
167
175
|
companyName: string | null;
|
|
168
176
|
} | null | undefined;
|
|
169
177
|
}, {
|
|
@@ -171,301 +179,676 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
171
179
|
status: string;
|
|
172
180
|
isArchived: boolean;
|
|
173
181
|
createdAt: Date;
|
|
174
|
-
syncedAt: Date;
|
|
175
182
|
updatedAt: Date;
|
|
176
183
|
type: string;
|
|
184
|
+
syncedAt: Date;
|
|
177
185
|
mtaId: string | null;
|
|
178
186
|
name: string;
|
|
179
187
|
developerId: string;
|
|
180
|
-
state:
|
|
188
|
+
state: string;
|
|
181
189
|
developer?: {
|
|
182
190
|
id: string;
|
|
183
191
|
status: string;
|
|
184
192
|
isArchived: boolean;
|
|
185
193
|
createdAt: Date;
|
|
186
|
-
syncedAt: Date;
|
|
187
194
|
updatedAt: Date;
|
|
195
|
+
syncedAt: Date;
|
|
188
196
|
companyName: string | null;
|
|
189
197
|
} | null | undefined;
|
|
190
|
-
}
|
|
191
|
-
|
|
198
|
+
}>>>>;
|
|
199
|
+
customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
200
|
+
id: z.ZodString;
|
|
201
|
+
fullName: z.ZodNullable<z.ZodString>;
|
|
202
|
+
mobile: z.ZodNullable<z.ZodString>;
|
|
203
|
+
email: z.ZodString;
|
|
204
|
+
status: z.ZodString;
|
|
205
|
+
isArchived: z.ZodBoolean;
|
|
206
|
+
createdAt: z.ZodDate;
|
|
207
|
+
syncedAt: z.ZodDate;
|
|
208
|
+
updatedAt: z.ZodDate;
|
|
209
|
+
}, "strip", z.ZodTypeAny, {
|
|
210
|
+
id: string;
|
|
211
|
+
status: string;
|
|
212
|
+
isArchived: boolean;
|
|
213
|
+
createdAt: Date;
|
|
214
|
+
updatedAt: Date;
|
|
215
|
+
fullName: string | null;
|
|
216
|
+
mobile: string | null;
|
|
217
|
+
email: string;
|
|
218
|
+
syncedAt: Date;
|
|
219
|
+
}, {
|
|
220
|
+
id: string;
|
|
221
|
+
status: string;
|
|
222
|
+
isArchived: boolean;
|
|
223
|
+
createdAt: Date;
|
|
224
|
+
updatedAt: Date;
|
|
225
|
+
fullName: string | null;
|
|
226
|
+
mobile: string | null;
|
|
227
|
+
email: string;
|
|
228
|
+
syncedAt: Date;
|
|
229
|
+
}>>>>;
|
|
230
|
+
cma: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
231
|
+
id: z.ZodString;
|
|
232
|
+
cmaSeq: z.ZodNumber;
|
|
233
|
+
country: z.ZodString;
|
|
234
|
+
stateCode: z.ZodString;
|
|
235
|
+
description: z.ZodNullable<z.ZodString>;
|
|
236
|
+
bankCode: z.ZodString;
|
|
237
|
+
bsb: z.ZodString;
|
|
238
|
+
accountNumber: z.ZodString;
|
|
239
|
+
accountName: z.ZodString;
|
|
240
|
+
propertyId: z.ZodString;
|
|
241
|
+
balanceCents: z.ZodBigInt;
|
|
242
|
+
currentReceiveSeq: z.ZodNumber;
|
|
243
|
+
currentPayoutSeq: z.ZodNumber;
|
|
244
|
+
payoutId: z.ZodNumber;
|
|
245
|
+
status: z.ZodString;
|
|
246
|
+
isArchived: z.ZodBoolean;
|
|
247
|
+
createdAt: z.ZodDate;
|
|
248
|
+
updatedAt: z.ZodDate;
|
|
249
|
+
createdBy: z.ZodString;
|
|
250
|
+
}, "strip", z.ZodTypeAny, {
|
|
251
|
+
id: string;
|
|
252
|
+
status: string;
|
|
253
|
+
isArchived: boolean;
|
|
254
|
+
createdBy: string;
|
|
255
|
+
createdAt: Date;
|
|
256
|
+
updatedAt: Date;
|
|
257
|
+
balanceCents: bigint;
|
|
258
|
+
description: string | null;
|
|
259
|
+
propertyId: string;
|
|
260
|
+
payoutId: number;
|
|
261
|
+
bsb: string;
|
|
262
|
+
accountNumber: string;
|
|
263
|
+
cmaSeq: number;
|
|
264
|
+
country: string;
|
|
265
|
+
stateCode: string;
|
|
266
|
+
bankCode: string;
|
|
267
|
+
accountName: string;
|
|
268
|
+
currentReceiveSeq: number;
|
|
269
|
+
currentPayoutSeq: number;
|
|
270
|
+
}, {
|
|
271
|
+
id: string;
|
|
272
|
+
status: string;
|
|
273
|
+
isArchived: boolean;
|
|
274
|
+
createdBy: string;
|
|
275
|
+
createdAt: Date;
|
|
276
|
+
updatedAt: Date;
|
|
277
|
+
balanceCents: bigint;
|
|
278
|
+
description: string | null;
|
|
279
|
+
propertyId: string;
|
|
280
|
+
payoutId: number;
|
|
281
|
+
bsb: string;
|
|
282
|
+
accountNumber: string;
|
|
283
|
+
cmaSeq: number;
|
|
284
|
+
country: string;
|
|
285
|
+
stateCode: string;
|
|
286
|
+
bankCode: string;
|
|
287
|
+
accountName: string;
|
|
288
|
+
currentReceiveSeq: number;
|
|
289
|
+
currentPayoutSeq: number;
|
|
290
|
+
}>>>>;
|
|
291
|
+
mta: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
292
|
+
id: z.ZodString;
|
|
293
|
+
name: z.ZodString;
|
|
294
|
+
country: z.ZodString;
|
|
295
|
+
stateCode: z.ZodString;
|
|
296
|
+
bankCode: z.ZodString;
|
|
297
|
+
subsidiaryId: z.ZodString;
|
|
298
|
+
bsb: z.ZodString;
|
|
299
|
+
accountNumber: z.ZodString;
|
|
300
|
+
balanceCents: z.ZodBigInt;
|
|
301
|
+
currentReceiveSeq: z.ZodNumber;
|
|
302
|
+
currentPayoutSeq: z.ZodNumber;
|
|
303
|
+
status: z.ZodString;
|
|
304
|
+
isArchived: z.ZodBoolean;
|
|
305
|
+
createdAt: z.ZodDate;
|
|
306
|
+
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
307
|
+
updatedAt: z.ZodDate;
|
|
308
|
+
createdBy: z.ZodNullable<z.ZodString>;
|
|
309
|
+
updatedBy: z.ZodNullable<z.ZodString>;
|
|
310
|
+
}, "strip", z.ZodTypeAny, {
|
|
311
|
+
id: string;
|
|
312
|
+
status: string;
|
|
313
|
+
isArchived: boolean;
|
|
314
|
+
createdBy: string | null;
|
|
315
|
+
createdAt: Date;
|
|
316
|
+
updatedAt: Date;
|
|
317
|
+
syncedAt: Date | null;
|
|
318
|
+
balanceCents: bigint;
|
|
319
|
+
name: string;
|
|
320
|
+
bsb: string;
|
|
321
|
+
accountNumber: string;
|
|
322
|
+
updatedBy: string | null;
|
|
323
|
+
country: string;
|
|
324
|
+
stateCode: string;
|
|
325
|
+
bankCode: string;
|
|
326
|
+
currentReceiveSeq: number;
|
|
327
|
+
currentPayoutSeq: number;
|
|
328
|
+
subsidiaryId: string;
|
|
329
|
+
}, {
|
|
330
|
+
id: string;
|
|
331
|
+
status: string;
|
|
332
|
+
isArchived: boolean;
|
|
333
|
+
createdBy: string | null;
|
|
334
|
+
createdAt: Date;
|
|
335
|
+
updatedAt: Date;
|
|
336
|
+
syncedAt: Date | null;
|
|
337
|
+
balanceCents: bigint;
|
|
338
|
+
name: string;
|
|
339
|
+
bsb: string;
|
|
340
|
+
accountNumber: string;
|
|
341
|
+
updatedBy: string | null;
|
|
342
|
+
country: string;
|
|
343
|
+
stateCode: string;
|
|
344
|
+
bankCode: string;
|
|
345
|
+
currentReceiveSeq: number;
|
|
346
|
+
currentPayoutSeq: number;
|
|
347
|
+
subsidiaryId: string;
|
|
348
|
+
}>>>>;
|
|
349
|
+
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
350
|
+
id: z.ZodString;
|
|
351
|
+
cmaId: z.ZodString;
|
|
352
|
+
sequence: z.ZodNumber;
|
|
353
|
+
propertyId: z.ZodNullable<z.ZodString>;
|
|
354
|
+
payoutId: z.ZodNullable<z.ZodString>;
|
|
355
|
+
inputType: z.ZodString;
|
|
356
|
+
creditAmountCents: z.ZodBigInt;
|
|
357
|
+
debitAmountCents: z.ZodBigInt;
|
|
358
|
+
balanceCents: z.ZodBigInt;
|
|
359
|
+
createType: z.ZodString;
|
|
360
|
+
bankRef: z.ZodNullable<z.ZodString>;
|
|
361
|
+
description: z.ZodNullable<z.ZodString>;
|
|
362
|
+
transactionType: z.ZodString;
|
|
363
|
+
status: z.ZodString;
|
|
364
|
+
isCanceled: z.ZodBoolean;
|
|
365
|
+
isArchived: z.ZodBoolean;
|
|
366
|
+
isRefunded: z.ZodBoolean;
|
|
367
|
+
clearedAt: z.ZodNullable<z.ZodDate>;
|
|
368
|
+
createdAt: z.ZodDate;
|
|
369
|
+
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
370
|
+
updatedAt: z.ZodDate;
|
|
371
|
+
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
372
|
+
cancelType: z.ZodNullable<z.ZodString>;
|
|
373
|
+
canceledBy: z.ZodNullable<z.ZodString>;
|
|
374
|
+
canceledAt: z.ZodNullable<z.ZodDate>;
|
|
375
|
+
canceledReason: z.ZodNullable<z.ZodString>;
|
|
376
|
+
createdBy: z.ZodString;
|
|
377
|
+
}, "strip", z.ZodTypeAny, {
|
|
378
|
+
id: string;
|
|
379
|
+
status: string;
|
|
380
|
+
isArchived: boolean;
|
|
381
|
+
createdBy: string;
|
|
382
|
+
createdAt: Date;
|
|
383
|
+
updatedAt: Date;
|
|
384
|
+
syncedAt: Date | null;
|
|
385
|
+
debitAmountCents: bigint;
|
|
386
|
+
creditAmountCents: bigint;
|
|
387
|
+
balanceCents: bigint;
|
|
388
|
+
description: string | null;
|
|
389
|
+
clearedAt: Date | null;
|
|
390
|
+
cmaId: string;
|
|
391
|
+
propertyId: string | null;
|
|
392
|
+
createType: string;
|
|
393
|
+
transactionType: string;
|
|
394
|
+
isCanceled: boolean;
|
|
395
|
+
isRefunded: boolean;
|
|
396
|
+
payoutId: string | null;
|
|
397
|
+
sequence: number;
|
|
398
|
+
inputType: string;
|
|
399
|
+
bankRef: string | null;
|
|
400
|
+
sourceTransactionId: string | null;
|
|
401
|
+
cancelType: string | null;
|
|
402
|
+
canceledBy: string | null;
|
|
403
|
+
canceledAt: Date | null;
|
|
404
|
+
canceledReason: string | null;
|
|
405
|
+
}, {
|
|
406
|
+
id: string;
|
|
407
|
+
status: string;
|
|
408
|
+
isArchived: boolean;
|
|
409
|
+
createdBy: string;
|
|
410
|
+
createdAt: Date;
|
|
411
|
+
updatedAt: Date;
|
|
412
|
+
syncedAt: Date | null;
|
|
413
|
+
debitAmountCents: bigint;
|
|
414
|
+
creditAmountCents: bigint;
|
|
415
|
+
balanceCents: bigint;
|
|
416
|
+
description: string | null;
|
|
417
|
+
clearedAt: Date | null;
|
|
418
|
+
cmaId: string;
|
|
419
|
+
propertyId: string | null;
|
|
420
|
+
createType: string;
|
|
421
|
+
transactionType: string;
|
|
422
|
+
isCanceled: boolean;
|
|
423
|
+
isRefunded: boolean;
|
|
424
|
+
payoutId: string | null;
|
|
425
|
+
sequence: number;
|
|
426
|
+
inputType: string;
|
|
427
|
+
bankRef: string | null;
|
|
428
|
+
sourceTransactionId: string | null;
|
|
429
|
+
cancelType: string | null;
|
|
430
|
+
canceledBy: string | null;
|
|
431
|
+
canceledAt: Date | null;
|
|
432
|
+
canceledReason: string | null;
|
|
433
|
+
}>, "many">>>>;
|
|
434
|
+
mtaTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
435
|
+
id: z.ZodString;
|
|
436
|
+
referenceId: z.ZodNullable<z.ZodString>;
|
|
437
|
+
sequence: z.ZodNumber;
|
|
438
|
+
mtaId: z.ZodString;
|
|
439
|
+
propertyId: z.ZodNullable<z.ZodString>;
|
|
440
|
+
inputType: z.ZodString;
|
|
441
|
+
transactionType: z.ZodString;
|
|
442
|
+
creditAmountCents: z.ZodBigInt;
|
|
443
|
+
debitAmountCents: z.ZodBigInt;
|
|
444
|
+
balanceCents: z.ZodBigInt;
|
|
445
|
+
bankRef: z.ZodNullable<z.ZodString>;
|
|
446
|
+
description: z.ZodNullable<z.ZodString>;
|
|
447
|
+
status: z.ZodString;
|
|
448
|
+
isRefunded: z.ZodBoolean;
|
|
449
|
+
isCanceled: z.ZodBoolean;
|
|
450
|
+
isArchived: z.ZodBoolean;
|
|
451
|
+
clearedAt: z.ZodNullable<z.ZodDate>;
|
|
452
|
+
createdAt: z.ZodDate;
|
|
453
|
+
syncedAt: z.ZodDate;
|
|
454
|
+
updatedAt: z.ZodDate;
|
|
455
|
+
note: z.ZodNullable<z.ZodString>;
|
|
456
|
+
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
457
|
+
cancelType: z.ZodNullable<z.ZodString>;
|
|
458
|
+
canceledBy: z.ZodNullable<z.ZodString>;
|
|
459
|
+
canceledAt: z.ZodNullable<z.ZodDate>;
|
|
460
|
+
canceledReason: z.ZodNullable<z.ZodString>;
|
|
461
|
+
createdBy: z.ZodNullable<z.ZodString>;
|
|
462
|
+
payoutId: z.ZodNullable<z.ZodString>;
|
|
463
|
+
}, "strip", z.ZodTypeAny, {
|
|
464
|
+
id: string;
|
|
465
|
+
status: string;
|
|
466
|
+
isArchived: boolean;
|
|
467
|
+
createdBy: string | null;
|
|
468
|
+
createdAt: Date;
|
|
469
|
+
updatedAt: Date;
|
|
470
|
+
syncedAt: Date;
|
|
471
|
+
debitAmountCents: bigint;
|
|
472
|
+
creditAmountCents: bigint;
|
|
473
|
+
balanceCents: bigint;
|
|
474
|
+
mtaId: string;
|
|
475
|
+
description: string | null;
|
|
476
|
+
clearedAt: Date | null;
|
|
477
|
+
propertyId: string | null;
|
|
478
|
+
transactionType: string;
|
|
479
|
+
isCanceled: boolean;
|
|
480
|
+
isRefunded: boolean;
|
|
481
|
+
payoutId: string | null;
|
|
482
|
+
sequence: number;
|
|
483
|
+
inputType: string;
|
|
484
|
+
bankRef: string | null;
|
|
485
|
+
sourceTransactionId: string | null;
|
|
486
|
+
cancelType: string | null;
|
|
487
|
+
canceledBy: string | null;
|
|
488
|
+
canceledAt: Date | null;
|
|
489
|
+
canceledReason: string | null;
|
|
490
|
+
referenceId: string | null;
|
|
491
|
+
note: string | null;
|
|
492
|
+
}, {
|
|
493
|
+
id: string;
|
|
494
|
+
status: string;
|
|
495
|
+
isArchived: boolean;
|
|
496
|
+
createdBy: string | null;
|
|
497
|
+
createdAt: Date;
|
|
498
|
+
updatedAt: Date;
|
|
499
|
+
syncedAt: Date;
|
|
500
|
+
debitAmountCents: bigint;
|
|
501
|
+
creditAmountCents: bigint;
|
|
502
|
+
balanceCents: bigint;
|
|
503
|
+
mtaId: string;
|
|
504
|
+
description: string | null;
|
|
505
|
+
clearedAt: Date | null;
|
|
506
|
+
propertyId: string | null;
|
|
507
|
+
transactionType: string;
|
|
508
|
+
isCanceled: boolean;
|
|
509
|
+
isRefunded: boolean;
|
|
510
|
+
payoutId: string | null;
|
|
511
|
+
sequence: number;
|
|
512
|
+
inputType: string;
|
|
513
|
+
bankRef: string | null;
|
|
514
|
+
sourceTransactionId: string | null;
|
|
515
|
+
cancelType: string | null;
|
|
516
|
+
canceledBy: string | null;
|
|
517
|
+
canceledAt: Date | null;
|
|
518
|
+
canceledReason: string | null;
|
|
519
|
+
referenceId: string | null;
|
|
520
|
+
note: string | null;
|
|
521
|
+
}>, "many">>>>;
|
|
522
|
+
}, "cma" | "mta" | "cmaTransactions" | "mtaTransactions">, "strip", z.ZodTypeAny, {
|
|
192
523
|
id: string;
|
|
193
|
-
status:
|
|
524
|
+
status: string;
|
|
194
525
|
isArchived: boolean;
|
|
195
526
|
createdAt: Date;
|
|
196
|
-
syncedAt: Date;
|
|
197
527
|
updatedAt: Date;
|
|
528
|
+
syncedAt: Date;
|
|
198
529
|
balanceCents: number | bigint;
|
|
199
530
|
customerId: string;
|
|
200
531
|
projectId: string;
|
|
201
532
|
lotDetail: string | null;
|
|
202
533
|
propertyAddress: string;
|
|
203
|
-
|
|
204
|
-
mtaBalanceCents: number | bigint;
|
|
205
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
534
|
+
stage: string;
|
|
206
535
|
mtaId: string;
|
|
207
|
-
|
|
536
|
+
mtaBalanceCents: number | bigint;
|
|
537
|
+
cmaBalanceCents: number | bigint;
|
|
538
|
+
customer?: {
|
|
208
539
|
id: string;
|
|
209
540
|
status: string;
|
|
210
541
|
isArchived: boolean;
|
|
211
542
|
createdAt: Date;
|
|
543
|
+
updatedAt: Date;
|
|
544
|
+
fullName: string | null;
|
|
545
|
+
mobile: string | null;
|
|
546
|
+
email: string;
|
|
212
547
|
syncedAt: Date;
|
|
548
|
+
} | null | undefined;
|
|
549
|
+
buyerName?: string | null | undefined;
|
|
550
|
+
project?: {
|
|
551
|
+
id: string;
|
|
552
|
+
status: string;
|
|
553
|
+
isArchived: boolean;
|
|
554
|
+
createdAt: Date;
|
|
213
555
|
updatedAt: Date;
|
|
214
556
|
type: string;
|
|
557
|
+
syncedAt: Date;
|
|
215
558
|
mtaId: string | null;
|
|
216
559
|
name: string;
|
|
217
560
|
developerId: string;
|
|
218
|
-
state:
|
|
561
|
+
state: string;
|
|
219
562
|
developer?: {
|
|
220
563
|
id: string;
|
|
221
564
|
status: string;
|
|
222
565
|
isArchived: boolean;
|
|
223
566
|
createdAt: Date;
|
|
224
|
-
syncedAt: Date;
|
|
225
567
|
updatedAt: Date;
|
|
568
|
+
syncedAt: Date;
|
|
226
569
|
companyName: string | null;
|
|
227
570
|
} | null | undefined;
|
|
228
|
-
};
|
|
229
|
-
buyerName?: string | null | undefined;
|
|
571
|
+
} | null | undefined;
|
|
230
572
|
}, {
|
|
231
573
|
id: string;
|
|
232
|
-
status:
|
|
574
|
+
status: string;
|
|
233
575
|
isArchived: boolean;
|
|
234
576
|
createdAt: Date;
|
|
235
|
-
syncedAt: Date;
|
|
236
577
|
updatedAt: Date;
|
|
578
|
+
syncedAt: Date;
|
|
237
579
|
balanceCents: number | bigint;
|
|
238
580
|
customerId: string;
|
|
239
581
|
projectId: string;
|
|
240
582
|
lotDetail: string | null;
|
|
241
583
|
propertyAddress: string;
|
|
242
|
-
|
|
243
|
-
mtaBalanceCents: number | bigint;
|
|
244
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
584
|
+
stage: string;
|
|
245
585
|
mtaId: string;
|
|
246
|
-
|
|
586
|
+
mtaBalanceCents: number | bigint;
|
|
587
|
+
cmaBalanceCents: number | bigint;
|
|
588
|
+
customer?: {
|
|
247
589
|
id: string;
|
|
248
590
|
status: string;
|
|
249
591
|
isArchived: boolean;
|
|
250
592
|
createdAt: Date;
|
|
593
|
+
updatedAt: Date;
|
|
594
|
+
fullName: string | null;
|
|
595
|
+
mobile: string | null;
|
|
596
|
+
email: string;
|
|
251
597
|
syncedAt: Date;
|
|
598
|
+
} | null | undefined;
|
|
599
|
+
buyerName?: string | null | undefined;
|
|
600
|
+
project?: {
|
|
601
|
+
id: string;
|
|
602
|
+
status: string;
|
|
603
|
+
isArchived: boolean;
|
|
604
|
+
createdAt: Date;
|
|
252
605
|
updatedAt: Date;
|
|
253
606
|
type: string;
|
|
607
|
+
syncedAt: Date;
|
|
254
608
|
mtaId: string | null;
|
|
255
609
|
name: string;
|
|
256
610
|
developerId: string;
|
|
257
|
-
state:
|
|
611
|
+
state: string;
|
|
258
612
|
developer?: {
|
|
259
613
|
id: string;
|
|
260
614
|
status: string;
|
|
261
615
|
isArchived: boolean;
|
|
262
616
|
createdAt: Date;
|
|
263
|
-
syncedAt: Date;
|
|
264
617
|
updatedAt: Date;
|
|
618
|
+
syncedAt: Date;
|
|
265
619
|
companyName: string | null;
|
|
266
620
|
} | null | undefined;
|
|
267
|
-
};
|
|
268
|
-
|
|
269
|
-
}>>>>;
|
|
621
|
+
} | null | undefined;
|
|
622
|
+
}>>>;
|
|
270
623
|
}, "strip", z.ZodTypeAny, {
|
|
271
624
|
id: string;
|
|
272
625
|
status: "active" | "inactive";
|
|
273
626
|
isArchived: boolean;
|
|
627
|
+
createdBy: string;
|
|
274
628
|
createdAt: Date;
|
|
275
629
|
updatedAt: Date;
|
|
276
630
|
balanceCents: number;
|
|
631
|
+
description: string | null;
|
|
632
|
+
propertyId: string;
|
|
633
|
+
payoutId: number;
|
|
634
|
+
bsb: string | null;
|
|
635
|
+
accountNumber: string | null;
|
|
277
636
|
cmaSeq: number;
|
|
278
|
-
country: string
|
|
637
|
+
country: string;
|
|
279
638
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
280
|
-
description: string | null;
|
|
281
639
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
282
|
-
|
|
283
|
-
accountNumber: string;
|
|
284
|
-
accountName: string | null;
|
|
285
|
-
propertyId: string;
|
|
640
|
+
accountName: string;
|
|
286
641
|
currentReceiveSeq: number;
|
|
287
642
|
currentPayoutSeq: number;
|
|
288
|
-
payoutId: number;
|
|
289
|
-
createdBy: string;
|
|
290
643
|
property?: {
|
|
291
644
|
id: string;
|
|
292
|
-
status:
|
|
645
|
+
status: string;
|
|
293
646
|
isArchived: boolean;
|
|
294
647
|
createdAt: Date;
|
|
295
|
-
syncedAt: Date;
|
|
296
648
|
updatedAt: Date;
|
|
649
|
+
syncedAt: Date;
|
|
297
650
|
balanceCents: number | bigint;
|
|
298
651
|
customerId: string;
|
|
299
652
|
projectId: string;
|
|
300
653
|
lotDetail: string | null;
|
|
301
654
|
propertyAddress: string;
|
|
302
|
-
|
|
303
|
-
mtaBalanceCents: number | bigint;
|
|
304
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
655
|
+
stage: string;
|
|
305
656
|
mtaId: string;
|
|
306
|
-
|
|
657
|
+
mtaBalanceCents: number | bigint;
|
|
658
|
+
cmaBalanceCents: number | bigint;
|
|
659
|
+
customer?: {
|
|
307
660
|
id: string;
|
|
308
661
|
status: string;
|
|
309
662
|
isArchived: boolean;
|
|
310
663
|
createdAt: Date;
|
|
664
|
+
updatedAt: Date;
|
|
665
|
+
fullName: string | null;
|
|
666
|
+
mobile: string | null;
|
|
667
|
+
email: string;
|
|
311
668
|
syncedAt: Date;
|
|
669
|
+
} | null | undefined;
|
|
670
|
+
buyerName?: string | null | undefined;
|
|
671
|
+
project?: {
|
|
672
|
+
id: string;
|
|
673
|
+
status: string;
|
|
674
|
+
isArchived: boolean;
|
|
675
|
+
createdAt: Date;
|
|
312
676
|
updatedAt: Date;
|
|
313
677
|
type: string;
|
|
678
|
+
syncedAt: Date;
|
|
314
679
|
mtaId: string | null;
|
|
315
680
|
name: string;
|
|
316
681
|
developerId: string;
|
|
317
|
-
state:
|
|
682
|
+
state: string;
|
|
318
683
|
developer?: {
|
|
319
684
|
id: string;
|
|
320
685
|
status: string;
|
|
321
686
|
isArchived: boolean;
|
|
322
687
|
createdAt: Date;
|
|
323
|
-
syncedAt: Date;
|
|
324
688
|
updatedAt: Date;
|
|
689
|
+
syncedAt: Date;
|
|
325
690
|
companyName: string | null;
|
|
326
691
|
} | null | undefined;
|
|
327
|
-
};
|
|
328
|
-
|
|
329
|
-
} | null | undefined;
|
|
692
|
+
} | null | undefined;
|
|
693
|
+
} | undefined;
|
|
330
694
|
}, {
|
|
331
695
|
id: string;
|
|
332
|
-
status:
|
|
696
|
+
status: string;
|
|
333
697
|
isArchived: boolean;
|
|
698
|
+
createdBy: string;
|
|
334
699
|
createdAt: Date;
|
|
335
700
|
updatedAt: Date;
|
|
336
|
-
balanceCents: number | bigint;
|
|
337
|
-
cmaSeq: number;
|
|
338
|
-
country: string | null;
|
|
339
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
701
|
+
balanceCents: string | number | bigint;
|
|
340
702
|
description: string | null;
|
|
341
|
-
|
|
703
|
+
propertyId: string;
|
|
704
|
+
payoutId: number;
|
|
342
705
|
bsb: string;
|
|
343
706
|
accountNumber: string;
|
|
344
|
-
|
|
345
|
-
|
|
707
|
+
cmaSeq: number;
|
|
708
|
+
country: string;
|
|
709
|
+
stateCode: string;
|
|
710
|
+
bankCode: string;
|
|
711
|
+
accountName: string;
|
|
346
712
|
currentReceiveSeq: number;
|
|
347
713
|
currentPayoutSeq: number;
|
|
348
|
-
payoutId: number;
|
|
349
|
-
createdBy: string;
|
|
350
714
|
property?: {
|
|
351
715
|
id: string;
|
|
352
|
-
status:
|
|
716
|
+
status: string;
|
|
353
717
|
isArchived: boolean;
|
|
354
718
|
createdAt: Date;
|
|
355
|
-
syncedAt: Date;
|
|
356
719
|
updatedAt: Date;
|
|
720
|
+
syncedAt: Date;
|
|
357
721
|
balanceCents: number | bigint;
|
|
358
722
|
customerId: string;
|
|
359
723
|
projectId: string;
|
|
360
724
|
lotDetail: string | null;
|
|
361
725
|
propertyAddress: string;
|
|
362
|
-
|
|
363
|
-
mtaBalanceCents: number | bigint;
|
|
364
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
726
|
+
stage: string;
|
|
365
727
|
mtaId: string;
|
|
366
|
-
|
|
728
|
+
mtaBalanceCents: number | bigint;
|
|
729
|
+
cmaBalanceCents: number | bigint;
|
|
730
|
+
customer?: {
|
|
367
731
|
id: string;
|
|
368
732
|
status: string;
|
|
369
733
|
isArchived: boolean;
|
|
370
734
|
createdAt: Date;
|
|
735
|
+
updatedAt: Date;
|
|
736
|
+
fullName: string | null;
|
|
737
|
+
mobile: string | null;
|
|
738
|
+
email: string;
|
|
371
739
|
syncedAt: Date;
|
|
740
|
+
} | null | undefined;
|
|
741
|
+
buyerName?: string | null | undefined;
|
|
742
|
+
project?: {
|
|
743
|
+
id: string;
|
|
744
|
+
status: string;
|
|
745
|
+
isArchived: boolean;
|
|
746
|
+
createdAt: Date;
|
|
372
747
|
updatedAt: Date;
|
|
373
748
|
type: string;
|
|
749
|
+
syncedAt: Date;
|
|
374
750
|
mtaId: string | null;
|
|
375
751
|
name: string;
|
|
376
752
|
developerId: string;
|
|
377
|
-
state:
|
|
753
|
+
state: string;
|
|
378
754
|
developer?: {
|
|
379
755
|
id: string;
|
|
380
756
|
status: string;
|
|
381
757
|
isArchived: boolean;
|
|
382
758
|
createdAt: Date;
|
|
383
|
-
syncedAt: Date;
|
|
384
759
|
updatedAt: Date;
|
|
760
|
+
syncedAt: Date;
|
|
385
761
|
companyName: string | null;
|
|
386
762
|
} | null | undefined;
|
|
387
|
-
};
|
|
388
|
-
|
|
389
|
-
} | null | undefined;
|
|
763
|
+
} | null | undefined;
|
|
764
|
+
} | undefined;
|
|
390
765
|
}>>>;
|
|
391
|
-
reconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
392
|
-
totalReconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
393
|
-
unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
394
766
|
}, "strip", z.ZodTypeAny, {
|
|
395
767
|
id: string;
|
|
396
|
-
status:
|
|
768
|
+
status: AccountPeriodStatus;
|
|
397
769
|
isArchived: boolean;
|
|
398
770
|
createdAt: Date;
|
|
399
771
|
updatedAt: Date;
|
|
400
|
-
|
|
772
|
+
cmaId: string;
|
|
401
773
|
endDate: Date | null;
|
|
402
|
-
openingBalanceCents: number;
|
|
403
|
-
closingBalanceCents: number;
|
|
404
|
-
closedBy: string | null;
|
|
405
|
-
closedAt: Date | null;
|
|
406
774
|
closingDescription: string | null;
|
|
407
|
-
|
|
775
|
+
closedAt: Date | null;
|
|
776
|
+
closedBy: string | null;
|
|
777
|
+
startDate: Date;
|
|
778
|
+
openingBalanceCents: number;
|
|
408
779
|
cma?: {
|
|
409
780
|
id: string;
|
|
410
781
|
status: "active" | "inactive";
|
|
411
782
|
isArchived: boolean;
|
|
783
|
+
createdBy: string;
|
|
412
784
|
createdAt: Date;
|
|
413
785
|
updatedAt: Date;
|
|
414
786
|
balanceCents: number;
|
|
787
|
+
description: string | null;
|
|
788
|
+
propertyId: string;
|
|
789
|
+
payoutId: number;
|
|
790
|
+
bsb: string | null;
|
|
791
|
+
accountNumber: string | null;
|
|
415
792
|
cmaSeq: number;
|
|
416
|
-
country: string
|
|
793
|
+
country: string;
|
|
417
794
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
418
|
-
description: string | null;
|
|
419
795
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
420
|
-
|
|
421
|
-
accountNumber: string;
|
|
422
|
-
accountName: string | null;
|
|
423
|
-
propertyId: string;
|
|
796
|
+
accountName: string;
|
|
424
797
|
currentReceiveSeq: number;
|
|
425
798
|
currentPayoutSeq: number;
|
|
426
|
-
payoutId: number;
|
|
427
|
-
createdBy: string;
|
|
428
799
|
property?: {
|
|
429
800
|
id: string;
|
|
430
|
-
status:
|
|
801
|
+
status: string;
|
|
431
802
|
isArchived: boolean;
|
|
432
803
|
createdAt: Date;
|
|
433
|
-
syncedAt: Date;
|
|
434
804
|
updatedAt: Date;
|
|
805
|
+
syncedAt: Date;
|
|
435
806
|
balanceCents: number | bigint;
|
|
436
807
|
customerId: string;
|
|
437
808
|
projectId: string;
|
|
438
809
|
lotDetail: string | null;
|
|
439
810
|
propertyAddress: string;
|
|
440
|
-
|
|
441
|
-
mtaBalanceCents: number | bigint;
|
|
442
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
811
|
+
stage: string;
|
|
443
812
|
mtaId: string;
|
|
444
|
-
|
|
813
|
+
mtaBalanceCents: number | bigint;
|
|
814
|
+
cmaBalanceCents: number | bigint;
|
|
815
|
+
customer?: {
|
|
445
816
|
id: string;
|
|
446
817
|
status: string;
|
|
447
818
|
isArchived: boolean;
|
|
448
819
|
createdAt: Date;
|
|
820
|
+
updatedAt: Date;
|
|
821
|
+
fullName: string | null;
|
|
822
|
+
mobile: string | null;
|
|
823
|
+
email: string;
|
|
449
824
|
syncedAt: Date;
|
|
825
|
+
} | null | undefined;
|
|
826
|
+
buyerName?: string | null | undefined;
|
|
827
|
+
project?: {
|
|
828
|
+
id: string;
|
|
829
|
+
status: string;
|
|
830
|
+
isArchived: boolean;
|
|
831
|
+
createdAt: Date;
|
|
450
832
|
updatedAt: Date;
|
|
451
833
|
type: string;
|
|
834
|
+
syncedAt: Date;
|
|
452
835
|
mtaId: string | null;
|
|
453
836
|
name: string;
|
|
454
837
|
developerId: string;
|
|
455
|
-
state:
|
|
838
|
+
state: string;
|
|
456
839
|
developer?: {
|
|
457
840
|
id: string;
|
|
458
841
|
status: string;
|
|
459
842
|
isArchived: boolean;
|
|
460
843
|
createdAt: Date;
|
|
461
|
-
syncedAt: Date;
|
|
462
844
|
updatedAt: Date;
|
|
845
|
+
syncedAt: Date;
|
|
463
846
|
companyName: string | null;
|
|
464
847
|
} | null | undefined;
|
|
465
|
-
};
|
|
466
|
-
|
|
467
|
-
} | null | undefined;
|
|
848
|
+
} | null | undefined;
|
|
849
|
+
} | undefined;
|
|
468
850
|
} | undefined;
|
|
851
|
+
closingBalanceCents?: number | null | undefined;
|
|
469
852
|
reconciledAmountCents?: number | null | undefined;
|
|
470
853
|
unreconciledAmountCents?: number | null | undefined;
|
|
471
854
|
totalReconciledAmountCents?: number | null | undefined;
|
|
@@ -475,83 +858,96 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
475
858
|
isArchived: boolean;
|
|
476
859
|
createdAt: Date;
|
|
477
860
|
updatedAt: Date;
|
|
478
|
-
|
|
861
|
+
cmaId: string;
|
|
479
862
|
endDate: Date | null;
|
|
480
|
-
openingBalanceCents: number | bigint;
|
|
481
|
-
closedBy: string | null;
|
|
482
|
-
closedAt: Date | null;
|
|
483
863
|
closingDescription: string | null;
|
|
484
|
-
|
|
864
|
+
closedAt: Date | null;
|
|
865
|
+
closedBy: string | null;
|
|
866
|
+
startDate: Date;
|
|
867
|
+
openingBalanceCents: string | number | bigint;
|
|
485
868
|
cma?: {
|
|
486
869
|
id: string;
|
|
487
|
-
status:
|
|
870
|
+
status: string;
|
|
488
871
|
isArchived: boolean;
|
|
872
|
+
createdBy: string;
|
|
489
873
|
createdAt: Date;
|
|
490
874
|
updatedAt: Date;
|
|
491
|
-
balanceCents: number | bigint;
|
|
492
|
-
cmaSeq: number;
|
|
493
|
-
country: string | null;
|
|
494
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
875
|
+
balanceCents: string | number | bigint;
|
|
495
876
|
description: string | null;
|
|
496
|
-
|
|
877
|
+
propertyId: string;
|
|
878
|
+
payoutId: number;
|
|
497
879
|
bsb: string;
|
|
498
880
|
accountNumber: string;
|
|
499
|
-
|
|
500
|
-
|
|
881
|
+
cmaSeq: number;
|
|
882
|
+
country: string;
|
|
883
|
+
stateCode: string;
|
|
884
|
+
bankCode: string;
|
|
885
|
+
accountName: string;
|
|
501
886
|
currentReceiveSeq: number;
|
|
502
887
|
currentPayoutSeq: number;
|
|
503
|
-
payoutId: number;
|
|
504
|
-
createdBy: string;
|
|
505
888
|
property?: {
|
|
506
889
|
id: string;
|
|
507
|
-
status:
|
|
890
|
+
status: string;
|
|
508
891
|
isArchived: boolean;
|
|
509
892
|
createdAt: Date;
|
|
510
|
-
syncedAt: Date;
|
|
511
893
|
updatedAt: Date;
|
|
894
|
+
syncedAt: Date;
|
|
512
895
|
balanceCents: number | bigint;
|
|
513
896
|
customerId: string;
|
|
514
897
|
projectId: string;
|
|
515
898
|
lotDetail: string | null;
|
|
516
899
|
propertyAddress: string;
|
|
517
|
-
|
|
518
|
-
mtaBalanceCents: number | bigint;
|
|
519
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
900
|
+
stage: string;
|
|
520
901
|
mtaId: string;
|
|
521
|
-
|
|
902
|
+
mtaBalanceCents: number | bigint;
|
|
903
|
+
cmaBalanceCents: number | bigint;
|
|
904
|
+
customer?: {
|
|
522
905
|
id: string;
|
|
523
906
|
status: string;
|
|
524
907
|
isArchived: boolean;
|
|
525
908
|
createdAt: Date;
|
|
909
|
+
updatedAt: Date;
|
|
910
|
+
fullName: string | null;
|
|
911
|
+
mobile: string | null;
|
|
912
|
+
email: string;
|
|
526
913
|
syncedAt: Date;
|
|
914
|
+
} | null | undefined;
|
|
915
|
+
buyerName?: string | null | undefined;
|
|
916
|
+
project?: {
|
|
917
|
+
id: string;
|
|
918
|
+
status: string;
|
|
919
|
+
isArchived: boolean;
|
|
920
|
+
createdAt: Date;
|
|
527
921
|
updatedAt: Date;
|
|
528
922
|
type: string;
|
|
923
|
+
syncedAt: Date;
|
|
529
924
|
mtaId: string | null;
|
|
530
925
|
name: string;
|
|
531
926
|
developerId: string;
|
|
532
|
-
state:
|
|
927
|
+
state: string;
|
|
533
928
|
developer?: {
|
|
534
929
|
id: string;
|
|
535
930
|
status: string;
|
|
536
931
|
isArchived: boolean;
|
|
537
932
|
createdAt: Date;
|
|
538
|
-
syncedAt: Date;
|
|
539
933
|
updatedAt: Date;
|
|
934
|
+
syncedAt: Date;
|
|
540
935
|
companyName: string | null;
|
|
541
936
|
} | null | undefined;
|
|
542
|
-
};
|
|
543
|
-
|
|
544
|
-
} | null | undefined;
|
|
937
|
+
} | null | undefined;
|
|
938
|
+
} | undefined;
|
|
545
939
|
} | undefined;
|
|
546
|
-
closingBalanceCents?: number | bigint | null | undefined;
|
|
547
|
-
reconciledAmountCents?: number | bigint | null | undefined;
|
|
548
|
-
unreconciledAmountCents?: number | bigint | null | undefined;
|
|
549
|
-
totalReconciledAmountCents?: number | bigint | null | undefined;
|
|
940
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
941
|
+
reconciledAmountCents?: string | number | bigint | null | undefined;
|
|
942
|
+
unreconciledAmountCents?: string | number | bigint | null | undefined;
|
|
943
|
+
totalReconciledAmountCents?: string | number | bigint | null | undefined;
|
|
550
944
|
}>;
|
|
551
|
-
export declare const cmaClosedAccountPeriodRestResSchema: z.ZodObject<
|
|
945
|
+
export declare const cmaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
552
946
|
id: z.ZodString;
|
|
553
947
|
startDate: z.ZodDate;
|
|
554
948
|
endDate: z.ZodNullable<z.ZodDate>;
|
|
949
|
+
openingBalanceCents: z.ZodBigInt;
|
|
950
|
+
closingBalanceCents: z.ZodNullable<z.ZodBigInt>;
|
|
555
951
|
status: z.ZodString;
|
|
556
952
|
closedBy: z.ZodNullable<z.ZodString>;
|
|
557
953
|
closedAt: z.ZodNullable<z.ZodDate>;
|
|
@@ -561,342 +957,6 @@ export declare const cmaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
561
957
|
cmaId: z.ZodString;
|
|
562
958
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
563
959
|
} & {
|
|
564
|
-
openingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
565
|
-
closingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>>>, number, number | bigint | null | undefined>, z.ZodNumber>;
|
|
566
|
-
} & {
|
|
567
|
-
cma: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
568
|
-
id: z.ZodString;
|
|
569
|
-
cmaSeq: z.ZodNumber;
|
|
570
|
-
country: z.ZodNullable<z.ZodString>;
|
|
571
|
-
description: z.ZodNullable<z.ZodString>;
|
|
572
|
-
accountName: z.ZodNullable<z.ZodString>;
|
|
573
|
-
propertyId: z.ZodString;
|
|
574
|
-
currentReceiveSeq: z.ZodNumber;
|
|
575
|
-
currentPayoutSeq: z.ZodNumber;
|
|
576
|
-
payoutId: z.ZodNumber;
|
|
577
|
-
isArchived: z.ZodBoolean;
|
|
578
|
-
createdAt: z.ZodDate;
|
|
579
|
-
updatedAt: z.ZodDate;
|
|
580
|
-
createdBy: z.ZodString;
|
|
581
|
-
} & {
|
|
582
|
-
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
583
|
-
stateCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
584
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>;
|
|
585
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
586
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
587
|
-
status: z.ZodNativeEnum<{
|
|
588
|
-
readonly ACTIVE: "active";
|
|
589
|
-
readonly INACTIVE: "inactive";
|
|
590
|
-
}>;
|
|
591
|
-
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
592
|
-
id: z.ZodString;
|
|
593
|
-
customerId: z.ZodString;
|
|
594
|
-
projectId: z.ZodString;
|
|
595
|
-
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
596
|
-
lotDetail: z.ZodNullable<z.ZodString>;
|
|
597
|
-
propertyAddress: z.ZodString;
|
|
598
|
-
balanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
599
|
-
cmaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
600
|
-
mtaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
601
|
-
stage: z.ZodNativeEnum<{
|
|
602
|
-
readonly INITIAL_DEPOSIT: "initial_deposit";
|
|
603
|
-
readonly STANDARD_SALE: "standard_sale";
|
|
604
|
-
readonly COPOSIT_SALE: "coposit_sale";
|
|
605
|
-
}>;
|
|
606
|
-
status: z.ZodNativeEnum<{
|
|
607
|
-
readonly ACTIVE: "active";
|
|
608
|
-
}>;
|
|
609
|
-
mtaId: z.ZodString;
|
|
610
|
-
isArchived: z.ZodBoolean;
|
|
611
|
-
createdAt: z.ZodDate;
|
|
612
|
-
syncedAt: z.ZodDate;
|
|
613
|
-
updatedAt: z.ZodDate;
|
|
614
|
-
} & {
|
|
615
|
-
project: z.ZodLazy<z.ZodObject<{
|
|
616
|
-
id: z.ZodString;
|
|
617
|
-
name: z.ZodString;
|
|
618
|
-
developerId: z.ZodString;
|
|
619
|
-
mtaId: z.ZodNullable<z.ZodString>;
|
|
620
|
-
state: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
621
|
-
type: z.ZodString;
|
|
622
|
-
status: z.ZodString;
|
|
623
|
-
isArchived: z.ZodBoolean;
|
|
624
|
-
createdAt: z.ZodDate;
|
|
625
|
-
syncedAt: z.ZodDate;
|
|
626
|
-
updatedAt: z.ZodDate;
|
|
627
|
-
} & {
|
|
628
|
-
developer: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
629
|
-
id: z.ZodString;
|
|
630
|
-
companyName: z.ZodNullable<z.ZodString>;
|
|
631
|
-
status: z.ZodString;
|
|
632
|
-
isArchived: z.ZodBoolean;
|
|
633
|
-
createdAt: z.ZodDate;
|
|
634
|
-
syncedAt: z.ZodDate;
|
|
635
|
-
updatedAt: z.ZodDate;
|
|
636
|
-
}, "strip", z.ZodTypeAny, {
|
|
637
|
-
id: string;
|
|
638
|
-
status: string;
|
|
639
|
-
isArchived: boolean;
|
|
640
|
-
createdAt: Date;
|
|
641
|
-
syncedAt: Date;
|
|
642
|
-
updatedAt: Date;
|
|
643
|
-
companyName: string | null;
|
|
644
|
-
}, {
|
|
645
|
-
id: string;
|
|
646
|
-
status: string;
|
|
647
|
-
isArchived: boolean;
|
|
648
|
-
createdAt: Date;
|
|
649
|
-
syncedAt: Date;
|
|
650
|
-
updatedAt: Date;
|
|
651
|
-
companyName: string | null;
|
|
652
|
-
}>>>>>;
|
|
653
|
-
}, "strip", z.ZodTypeAny, {
|
|
654
|
-
id: string;
|
|
655
|
-
status: string;
|
|
656
|
-
isArchived: boolean;
|
|
657
|
-
createdAt: Date;
|
|
658
|
-
syncedAt: Date;
|
|
659
|
-
updatedAt: Date;
|
|
660
|
-
type: string;
|
|
661
|
-
mtaId: string | null;
|
|
662
|
-
name: string;
|
|
663
|
-
developerId: string;
|
|
664
|
-
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
665
|
-
developer?: {
|
|
666
|
-
id: string;
|
|
667
|
-
status: string;
|
|
668
|
-
isArchived: boolean;
|
|
669
|
-
createdAt: Date;
|
|
670
|
-
syncedAt: Date;
|
|
671
|
-
updatedAt: Date;
|
|
672
|
-
companyName: string | null;
|
|
673
|
-
} | null | undefined;
|
|
674
|
-
}, {
|
|
675
|
-
id: string;
|
|
676
|
-
status: string;
|
|
677
|
-
isArchived: boolean;
|
|
678
|
-
createdAt: Date;
|
|
679
|
-
syncedAt: Date;
|
|
680
|
-
updatedAt: Date;
|
|
681
|
-
type: string;
|
|
682
|
-
mtaId: string | null;
|
|
683
|
-
name: string;
|
|
684
|
-
developerId: string;
|
|
685
|
-
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
686
|
-
developer?: {
|
|
687
|
-
id: string;
|
|
688
|
-
status: string;
|
|
689
|
-
isArchived: boolean;
|
|
690
|
-
createdAt: Date;
|
|
691
|
-
syncedAt: Date;
|
|
692
|
-
updatedAt: Date;
|
|
693
|
-
companyName: string | null;
|
|
694
|
-
} | null | undefined;
|
|
695
|
-
}>>;
|
|
696
|
-
}, "strip", z.ZodTypeAny, {
|
|
697
|
-
id: string;
|
|
698
|
-
status: "active";
|
|
699
|
-
isArchived: boolean;
|
|
700
|
-
createdAt: Date;
|
|
701
|
-
syncedAt: Date;
|
|
702
|
-
updatedAt: Date;
|
|
703
|
-
balanceCents: number | bigint;
|
|
704
|
-
customerId: string;
|
|
705
|
-
projectId: string;
|
|
706
|
-
lotDetail: string | null;
|
|
707
|
-
propertyAddress: string;
|
|
708
|
-
cmaBalanceCents: number | bigint;
|
|
709
|
-
mtaBalanceCents: number | bigint;
|
|
710
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
711
|
-
mtaId: string;
|
|
712
|
-
project: {
|
|
713
|
-
id: string;
|
|
714
|
-
status: string;
|
|
715
|
-
isArchived: boolean;
|
|
716
|
-
createdAt: Date;
|
|
717
|
-
syncedAt: Date;
|
|
718
|
-
updatedAt: Date;
|
|
719
|
-
type: string;
|
|
720
|
-
mtaId: string | null;
|
|
721
|
-
name: string;
|
|
722
|
-
developerId: string;
|
|
723
|
-
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
724
|
-
developer?: {
|
|
725
|
-
id: string;
|
|
726
|
-
status: string;
|
|
727
|
-
isArchived: boolean;
|
|
728
|
-
createdAt: Date;
|
|
729
|
-
syncedAt: Date;
|
|
730
|
-
updatedAt: Date;
|
|
731
|
-
companyName: string | null;
|
|
732
|
-
} | null | undefined;
|
|
733
|
-
};
|
|
734
|
-
buyerName?: string | null | undefined;
|
|
735
|
-
}, {
|
|
736
|
-
id: string;
|
|
737
|
-
status: "active";
|
|
738
|
-
isArchived: boolean;
|
|
739
|
-
createdAt: Date;
|
|
740
|
-
syncedAt: Date;
|
|
741
|
-
updatedAt: Date;
|
|
742
|
-
balanceCents: number | bigint;
|
|
743
|
-
customerId: string;
|
|
744
|
-
projectId: string;
|
|
745
|
-
lotDetail: string | null;
|
|
746
|
-
propertyAddress: string;
|
|
747
|
-
cmaBalanceCents: number | bigint;
|
|
748
|
-
mtaBalanceCents: number | bigint;
|
|
749
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
750
|
-
mtaId: string;
|
|
751
|
-
project: {
|
|
752
|
-
id: string;
|
|
753
|
-
status: string;
|
|
754
|
-
isArchived: boolean;
|
|
755
|
-
createdAt: Date;
|
|
756
|
-
syncedAt: Date;
|
|
757
|
-
updatedAt: Date;
|
|
758
|
-
type: string;
|
|
759
|
-
mtaId: string | null;
|
|
760
|
-
name: string;
|
|
761
|
-
developerId: string;
|
|
762
|
-
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
763
|
-
developer?: {
|
|
764
|
-
id: string;
|
|
765
|
-
status: string;
|
|
766
|
-
isArchived: boolean;
|
|
767
|
-
createdAt: Date;
|
|
768
|
-
syncedAt: Date;
|
|
769
|
-
updatedAt: Date;
|
|
770
|
-
companyName: string | null;
|
|
771
|
-
} | null | undefined;
|
|
772
|
-
};
|
|
773
|
-
buyerName?: string | null | undefined;
|
|
774
|
-
}>>>>;
|
|
775
|
-
}, "strip", z.ZodTypeAny, {
|
|
776
|
-
id: string;
|
|
777
|
-
status: "active" | "inactive";
|
|
778
|
-
isArchived: boolean;
|
|
779
|
-
createdAt: Date;
|
|
780
|
-
updatedAt: Date;
|
|
781
|
-
balanceCents: number;
|
|
782
|
-
cmaSeq: number;
|
|
783
|
-
country: string | null;
|
|
784
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
785
|
-
description: string | null;
|
|
786
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
787
|
-
bsb: string;
|
|
788
|
-
accountNumber: string;
|
|
789
|
-
accountName: string | null;
|
|
790
|
-
propertyId: string;
|
|
791
|
-
currentReceiveSeq: number;
|
|
792
|
-
currentPayoutSeq: number;
|
|
793
|
-
payoutId: number;
|
|
794
|
-
createdBy: string;
|
|
795
|
-
property?: {
|
|
796
|
-
id: string;
|
|
797
|
-
status: "active";
|
|
798
|
-
isArchived: boolean;
|
|
799
|
-
createdAt: Date;
|
|
800
|
-
syncedAt: Date;
|
|
801
|
-
updatedAt: Date;
|
|
802
|
-
balanceCents: number | bigint;
|
|
803
|
-
customerId: string;
|
|
804
|
-
projectId: string;
|
|
805
|
-
lotDetail: string | null;
|
|
806
|
-
propertyAddress: string;
|
|
807
|
-
cmaBalanceCents: number | bigint;
|
|
808
|
-
mtaBalanceCents: number | bigint;
|
|
809
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
810
|
-
mtaId: string;
|
|
811
|
-
project: {
|
|
812
|
-
id: string;
|
|
813
|
-
status: string;
|
|
814
|
-
isArchived: boolean;
|
|
815
|
-
createdAt: Date;
|
|
816
|
-
syncedAt: Date;
|
|
817
|
-
updatedAt: Date;
|
|
818
|
-
type: string;
|
|
819
|
-
mtaId: string | null;
|
|
820
|
-
name: string;
|
|
821
|
-
developerId: string;
|
|
822
|
-
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
823
|
-
developer?: {
|
|
824
|
-
id: string;
|
|
825
|
-
status: string;
|
|
826
|
-
isArchived: boolean;
|
|
827
|
-
createdAt: Date;
|
|
828
|
-
syncedAt: Date;
|
|
829
|
-
updatedAt: Date;
|
|
830
|
-
companyName: string | null;
|
|
831
|
-
} | null | undefined;
|
|
832
|
-
};
|
|
833
|
-
buyerName?: string | null | undefined;
|
|
834
|
-
} | null | undefined;
|
|
835
|
-
}, {
|
|
836
|
-
id: string;
|
|
837
|
-
status: "active" | "inactive";
|
|
838
|
-
isArchived: boolean;
|
|
839
|
-
createdAt: Date;
|
|
840
|
-
updatedAt: Date;
|
|
841
|
-
balanceCents: number | bigint;
|
|
842
|
-
cmaSeq: number;
|
|
843
|
-
country: string | null;
|
|
844
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
845
|
-
description: string | null;
|
|
846
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
847
|
-
bsb: string;
|
|
848
|
-
accountNumber: string;
|
|
849
|
-
accountName: string | null;
|
|
850
|
-
propertyId: string;
|
|
851
|
-
currentReceiveSeq: number;
|
|
852
|
-
currentPayoutSeq: number;
|
|
853
|
-
payoutId: number;
|
|
854
|
-
createdBy: string;
|
|
855
|
-
property?: {
|
|
856
|
-
id: string;
|
|
857
|
-
status: "active";
|
|
858
|
-
isArchived: boolean;
|
|
859
|
-
createdAt: Date;
|
|
860
|
-
syncedAt: Date;
|
|
861
|
-
updatedAt: Date;
|
|
862
|
-
balanceCents: number | bigint;
|
|
863
|
-
customerId: string;
|
|
864
|
-
projectId: string;
|
|
865
|
-
lotDetail: string | null;
|
|
866
|
-
propertyAddress: string;
|
|
867
|
-
cmaBalanceCents: number | bigint;
|
|
868
|
-
mtaBalanceCents: number | bigint;
|
|
869
|
-
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
870
|
-
mtaId: string;
|
|
871
|
-
project: {
|
|
872
|
-
id: string;
|
|
873
|
-
status: string;
|
|
874
|
-
isArchived: boolean;
|
|
875
|
-
createdAt: Date;
|
|
876
|
-
syncedAt: Date;
|
|
877
|
-
updatedAt: Date;
|
|
878
|
-
type: string;
|
|
879
|
-
mtaId: string | null;
|
|
880
|
-
name: string;
|
|
881
|
-
developerId: string;
|
|
882
|
-
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
883
|
-
developer?: {
|
|
884
|
-
id: string;
|
|
885
|
-
status: string;
|
|
886
|
-
isArchived: boolean;
|
|
887
|
-
createdAt: Date;
|
|
888
|
-
syncedAt: Date;
|
|
889
|
-
updatedAt: Date;
|
|
890
|
-
companyName: string | null;
|
|
891
|
-
} | null | undefined;
|
|
892
|
-
};
|
|
893
|
-
buyerName?: string | null | undefined;
|
|
894
|
-
} | null | undefined;
|
|
895
|
-
}>>>;
|
|
896
|
-
reconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
897
|
-
totalReconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
898
|
-
unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
899
|
-
}, "cma"> & {
|
|
900
960
|
currentReconciliation: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
901
961
|
id: z.ZodString;
|
|
902
962
|
cmaAccountPeriodId: z.ZodString;
|
|
@@ -914,29 +974,29 @@ export declare const cmaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
914
974
|
status: z.ZodString;
|
|
915
975
|
isArchived: z.ZodBoolean;
|
|
916
976
|
} & {
|
|
917
|
-
closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
918
|
-
bankStatementBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
919
|
-
closingVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
920
|
-
currentTrustBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
921
|
-
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
922
|
-
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
977
|
+
closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
978
|
+
bankStatementBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
979
|
+
closingVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
980
|
+
currentTrustBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
981
|
+
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
982
|
+
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
923
983
|
}, "strip", z.ZodTypeAny, {
|
|
924
984
|
id: string;
|
|
925
985
|
status: string;
|
|
926
986
|
isArchived: boolean;
|
|
927
|
-
createdAt: Date;
|
|
928
987
|
createdBy: string;
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
988
|
+
createdAt: Date;
|
|
989
|
+
cmaId: string;
|
|
990
|
+
cmaAccountPeriodId: string;
|
|
932
991
|
reconciledTo: Date;
|
|
933
992
|
reconciledAmountCents: bigint | null;
|
|
934
993
|
unreconciledAmountCents: bigint | null;
|
|
935
994
|
totalReconciledAmountCents: bigint | null;
|
|
936
995
|
bankStatementBalanceCents: number;
|
|
996
|
+
closedAt: Date | null;
|
|
997
|
+
updatedBy: string | null;
|
|
998
|
+
closedBy: string | null;
|
|
937
999
|
editable: boolean;
|
|
938
|
-
cmaId: string;
|
|
939
|
-
cmaAccountPeriodId: string;
|
|
940
1000
|
closingBalanceCents?: number | null | undefined;
|
|
941
1001
|
closingVarianceCents?: number | null | undefined;
|
|
942
1002
|
currentTrustBalanceCents?: number | null | undefined;
|
|
@@ -946,24 +1006,24 @@ export declare const cmaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
946
1006
|
id: string;
|
|
947
1007
|
status: string;
|
|
948
1008
|
isArchived: boolean;
|
|
949
|
-
createdAt: Date;
|
|
950
1009
|
createdBy: string;
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
1010
|
+
createdAt: Date;
|
|
1011
|
+
cmaId: string;
|
|
1012
|
+
cmaAccountPeriodId: string;
|
|
954
1013
|
reconciledTo: Date;
|
|
955
1014
|
reconciledAmountCents: bigint | null;
|
|
956
1015
|
unreconciledAmountCents: bigint | null;
|
|
957
1016
|
totalReconciledAmountCents: bigint | null;
|
|
958
|
-
bankStatementBalanceCents: number | bigint;
|
|
1017
|
+
bankStatementBalanceCents: string | number | bigint;
|
|
1018
|
+
closedAt: Date | null;
|
|
1019
|
+
updatedBy: string | null;
|
|
1020
|
+
closedBy: string | null;
|
|
959
1021
|
editable: boolean;
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
currentReconciledBalanceCents?: number | bigint | null | undefined;
|
|
966
|
-
currentVarianceCents?: number | bigint | null | undefined;
|
|
1022
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
1023
|
+
closingVarianceCents?: string | number | bigint | null | undefined;
|
|
1024
|
+
currentTrustBalanceCents?: string | number | bigint | null | undefined;
|
|
1025
|
+
currentReconciledBalanceCents?: string | number | bigint | null | undefined;
|
|
1026
|
+
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
967
1027
|
}>>>>;
|
|
968
1028
|
}, "strip", z.ZodTypeAny, {
|
|
969
1029
|
id: string;
|
|
@@ -971,34 +1031,31 @@ export declare const cmaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
971
1031
|
isArchived: boolean;
|
|
972
1032
|
createdAt: Date;
|
|
973
1033
|
updatedAt: Date;
|
|
974
|
-
|
|
1034
|
+
cmaId: string;
|
|
975
1035
|
endDate: Date | null;
|
|
976
|
-
openingBalanceCents: number;
|
|
977
|
-
closingBalanceCents: number;
|
|
978
|
-
closedBy: string | null;
|
|
979
|
-
closedAt: Date | null;
|
|
980
1036
|
closingDescription: string | null;
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
1037
|
+
closingBalanceCents: bigint | null;
|
|
1038
|
+
closedAt: Date | null;
|
|
1039
|
+
closedBy: string | null;
|
|
1040
|
+
startDate: Date;
|
|
1041
|
+
openingBalanceCents: bigint;
|
|
985
1042
|
currentReconciliation?: {
|
|
986
1043
|
id: string;
|
|
987
1044
|
status: string;
|
|
988
1045
|
isArchived: boolean;
|
|
989
|
-
createdAt: Date;
|
|
990
1046
|
createdBy: string;
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
1047
|
+
createdAt: Date;
|
|
1048
|
+
cmaId: string;
|
|
1049
|
+
cmaAccountPeriodId: string;
|
|
994
1050
|
reconciledTo: Date;
|
|
995
1051
|
reconciledAmountCents: bigint | null;
|
|
996
1052
|
unreconciledAmountCents: bigint | null;
|
|
997
1053
|
totalReconciledAmountCents: bigint | null;
|
|
998
1054
|
bankStatementBalanceCents: number;
|
|
1055
|
+
closedAt: Date | null;
|
|
1056
|
+
updatedBy: string | null;
|
|
1057
|
+
closedBy: string | null;
|
|
999
1058
|
editable: boolean;
|
|
1000
|
-
cmaId: string;
|
|
1001
|
-
cmaAccountPeriodId: string;
|
|
1002
1059
|
closingBalanceCents?: number | null | undefined;
|
|
1003
1060
|
closingVarianceCents?: number | null | undefined;
|
|
1004
1061
|
currentTrustBalanceCents?: number | null | undefined;
|
|
@@ -1011,42 +1068,38 @@ export declare const cmaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1011
1068
|
isArchived: boolean;
|
|
1012
1069
|
createdAt: Date;
|
|
1013
1070
|
updatedAt: Date;
|
|
1014
|
-
|
|
1071
|
+
cmaId: string;
|
|
1015
1072
|
endDate: Date | null;
|
|
1016
|
-
openingBalanceCents: number | bigint;
|
|
1017
|
-
closedBy: string | null;
|
|
1018
|
-
closedAt: Date | null;
|
|
1019
1073
|
closingDescription: string | null;
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1074
|
+
closingBalanceCents: bigint | null;
|
|
1075
|
+
closedAt: Date | null;
|
|
1076
|
+
closedBy: string | null;
|
|
1077
|
+
startDate: Date;
|
|
1078
|
+
openingBalanceCents: bigint;
|
|
1025
1079
|
currentReconciliation?: {
|
|
1026
1080
|
id: string;
|
|
1027
1081
|
status: string;
|
|
1028
1082
|
isArchived: boolean;
|
|
1029
|
-
createdAt: Date;
|
|
1030
1083
|
createdBy: string;
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1084
|
+
createdAt: Date;
|
|
1085
|
+
cmaId: string;
|
|
1086
|
+
cmaAccountPeriodId: string;
|
|
1034
1087
|
reconciledTo: Date;
|
|
1035
1088
|
reconciledAmountCents: bigint | null;
|
|
1036
1089
|
unreconciledAmountCents: bigint | null;
|
|
1037
1090
|
totalReconciledAmountCents: bigint | null;
|
|
1038
|
-
bankStatementBalanceCents: number | bigint;
|
|
1091
|
+
bankStatementBalanceCents: string | number | bigint;
|
|
1092
|
+
closedAt: Date | null;
|
|
1093
|
+
updatedBy: string | null;
|
|
1094
|
+
closedBy: string | null;
|
|
1039
1095
|
editable: boolean;
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
currentReconciledBalanceCents?: number | bigint | null | undefined;
|
|
1046
|
-
currentVarianceCents?: number | bigint | null | undefined;
|
|
1096
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
1097
|
+
closingVarianceCents?: string | number | bigint | null | undefined;
|
|
1098
|
+
currentTrustBalanceCents?: string | number | bigint | null | undefined;
|
|
1099
|
+
currentReconciledBalanceCents?: string | number | bigint | null | undefined;
|
|
1100
|
+
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
1047
1101
|
} | null | undefined;
|
|
1048
1102
|
}>;
|
|
1049
1103
|
export type CmaClosedAccountPeriodRestRes = z.infer<typeof cmaClosedAccountPeriodRestResSchema>;
|
|
1050
1104
|
export type CmaAccountPeriodRestRes = z.infer<typeof cmaAccountPeriodRestResBaseSchema>;
|
|
1051
|
-
export {};
|
|
1052
1105
|
//# sourceMappingURL=cma-account-period.rest.schema.d.ts.map
|