@mikemo-coposit/am-accounting-shared 0.0.4 → 0.0.6
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 +1549 -781
- 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/create-settlement-payout.rest.schema.d.ts +416 -0
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/index.d.ts +9 -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 +1699 -1159
- 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/create-settlement-payout.rest.schema.d.ts +416 -0
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/index.d.ts +9 -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
|
+
import { AccountPeriodStatus } from '../../constants';
|
|
2
3
|
declare const mtaAccountPeriodRestResBaseSchema: 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,22 +12,29 @@ declare const mtaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
|
12
12
|
mtaId: 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
|
mtaId: string;
|
|
24
|
-
startDate: Date;
|
|
25
28
|
endDate: Date | null;
|
|
26
|
-
openingBalanceCents: number;
|
|
27
|
-
closingBalanceCents: number;
|
|
28
|
-
closedBy: string | null;
|
|
29
|
-
closedAt: Date | null;
|
|
30
29
|
closingDescription: string | null;
|
|
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;
|
|
@@ -35,19 +42,21 @@ declare const mtaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
|
35
42
|
createdAt: Date;
|
|
36
43
|
updatedAt: Date;
|
|
37
44
|
mtaId: string;
|
|
38
|
-
startDate: Date;
|
|
39
45
|
endDate: Date | null;
|
|
40
|
-
openingBalanceCents: number | bigint;
|
|
41
|
-
closedBy: string | null;
|
|
42
|
-
closedAt: Date | null;
|
|
43
46
|
closingDescription: string | null;
|
|
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 mtaAccountPeriodRestResSchema: 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,13 +65,18 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
56
65
|
mtaId: 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
|
mta: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
63
76
|
id: z.ZodString;
|
|
64
77
|
name: z.ZodString;
|
|
65
78
|
country: z.ZodString;
|
|
79
|
+
subsidiaryId: z.ZodString;
|
|
66
80
|
currentReceiveSeq: z.ZodNumber;
|
|
67
81
|
currentPayoutSeq: z.ZodNumber;
|
|
68
82
|
status: z.ZodString;
|
|
@@ -73,12 +87,12 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
73
87
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
74
88
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
75
89
|
} & {
|
|
76
|
-
stateCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode
|
|
77
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode
|
|
78
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
79
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
80
|
-
|
|
81
|
-
|
|
90
|
+
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
91
|
+
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
92
|
+
accountNumber: z.ZodEffects<z.ZodString, string | null, string>;
|
|
93
|
+
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
94
|
+
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
95
|
+
} & {
|
|
82
96
|
paymentMethods: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
83
97
|
id: z.ZodString;
|
|
84
98
|
mtaId: z.ZodString;
|
|
@@ -140,40 +154,40 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
140
154
|
id: string;
|
|
141
155
|
status: string;
|
|
142
156
|
isArchived: boolean;
|
|
157
|
+
createdBy: string | null;
|
|
143
158
|
createdAt: Date;
|
|
144
|
-
syncedAt: Date | null;
|
|
145
159
|
updatedAt: Date;
|
|
160
|
+
syncedAt: Date | null;
|
|
146
161
|
balanceCents: bigint;
|
|
162
|
+
name: string;
|
|
163
|
+
bsb: string;
|
|
164
|
+
accountNumber: string;
|
|
165
|
+
updatedBy: string | null;
|
|
147
166
|
country: string;
|
|
148
167
|
stateCode: string;
|
|
149
168
|
bankCode: string;
|
|
150
|
-
bsb: string;
|
|
151
|
-
accountNumber: string;
|
|
152
169
|
currentReceiveSeq: number;
|
|
153
170
|
currentPayoutSeq: number;
|
|
154
|
-
createdBy: string | null;
|
|
155
|
-
name: string;
|
|
156
171
|
subsidiaryId: string;
|
|
157
|
-
updatedBy: string | null;
|
|
158
172
|
}, {
|
|
159
173
|
id: string;
|
|
160
174
|
status: string;
|
|
161
175
|
isArchived: boolean;
|
|
176
|
+
createdBy: string | null;
|
|
162
177
|
createdAt: Date;
|
|
163
|
-
syncedAt: Date | null;
|
|
164
178
|
updatedAt: Date;
|
|
179
|
+
syncedAt: Date | null;
|
|
165
180
|
balanceCents: bigint;
|
|
181
|
+
name: string;
|
|
182
|
+
bsb: string;
|
|
183
|
+
accountNumber: string;
|
|
184
|
+
updatedBy: string | null;
|
|
166
185
|
country: string;
|
|
167
186
|
stateCode: string;
|
|
168
187
|
bankCode: string;
|
|
169
|
-
bsb: string;
|
|
170
|
-
accountNumber: string;
|
|
171
188
|
currentReceiveSeq: number;
|
|
172
189
|
currentPayoutSeq: number;
|
|
173
|
-
createdBy: string | null;
|
|
174
|
-
name: string;
|
|
175
190
|
subsidiaryId: string;
|
|
176
|
-
updatedBy: string | null;
|
|
177
191
|
}>>>;
|
|
178
192
|
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
179
193
|
bsb: z.ZodString;
|
|
@@ -238,21 +252,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
238
252
|
id: string;
|
|
239
253
|
status: string;
|
|
240
254
|
isArchived: boolean;
|
|
255
|
+
createdBy: string | null;
|
|
241
256
|
createdAt: Date;
|
|
242
|
-
syncedAt: Date | null;
|
|
243
257
|
updatedAt: Date;
|
|
258
|
+
syncedAt: Date | null;
|
|
244
259
|
balanceCents: bigint;
|
|
260
|
+
name: string;
|
|
261
|
+
bsb: string;
|
|
262
|
+
accountNumber: string;
|
|
263
|
+
updatedBy: string | null;
|
|
245
264
|
country: string;
|
|
246
265
|
stateCode: string;
|
|
247
266
|
bankCode: string;
|
|
248
|
-
bsb: string;
|
|
249
|
-
accountNumber: string;
|
|
250
267
|
currentReceiveSeq: number;
|
|
251
268
|
currentPayoutSeq: number;
|
|
252
|
-
createdBy: string | null;
|
|
253
|
-
name: string;
|
|
254
269
|
subsidiaryId: string;
|
|
255
|
-
updatedBy: string | null;
|
|
256
270
|
} | undefined;
|
|
257
271
|
floatAccount?: {
|
|
258
272
|
credential: {
|
|
@@ -284,21 +298,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
284
298
|
id: string;
|
|
285
299
|
status: string;
|
|
286
300
|
isArchived: boolean;
|
|
301
|
+
createdBy: string | null;
|
|
287
302
|
createdAt: Date;
|
|
288
|
-
syncedAt: Date | null;
|
|
289
303
|
updatedAt: Date;
|
|
304
|
+
syncedAt: Date | null;
|
|
290
305
|
balanceCents: bigint;
|
|
306
|
+
name: string;
|
|
307
|
+
bsb: string;
|
|
308
|
+
accountNumber: string;
|
|
309
|
+
updatedBy: string | null;
|
|
291
310
|
country: string;
|
|
292
311
|
stateCode: string;
|
|
293
312
|
bankCode: string;
|
|
294
|
-
bsb: string;
|
|
295
|
-
accountNumber: string;
|
|
296
313
|
currentReceiveSeq: number;
|
|
297
314
|
currentPayoutSeq: number;
|
|
298
|
-
createdBy: string | null;
|
|
299
|
-
name: string;
|
|
300
315
|
subsidiaryId: string;
|
|
301
|
-
updatedBy: string | null;
|
|
302
316
|
} | undefined;
|
|
303
317
|
floatAccount?: string | null | undefined;
|
|
304
318
|
paymentProvider?: {
|
|
@@ -333,13 +347,13 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
333
347
|
createdAt: Date;
|
|
334
348
|
updatedAt: Date;
|
|
335
349
|
mtaId: string;
|
|
336
|
-
startDate: Date;
|
|
337
350
|
endDate: Date | null;
|
|
338
|
-
|
|
351
|
+
closingDescription: string | null;
|
|
339
352
|
closingBalanceCents: bigint | null;
|
|
340
|
-
closedBy: string | null;
|
|
341
353
|
closedAt: Date | null;
|
|
342
|
-
|
|
354
|
+
closedBy: string | null;
|
|
355
|
+
startDate: Date;
|
|
356
|
+
openingBalanceCents: bigint;
|
|
343
357
|
}, {
|
|
344
358
|
id: string;
|
|
345
359
|
status: string;
|
|
@@ -347,33 +361,33 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
347
361
|
createdAt: Date;
|
|
348
362
|
updatedAt: Date;
|
|
349
363
|
mtaId: string;
|
|
350
|
-
startDate: Date;
|
|
351
364
|
endDate: Date | null;
|
|
352
|
-
|
|
365
|
+
closingDescription: string | null;
|
|
353
366
|
closingBalanceCents: bigint | null;
|
|
354
|
-
closedBy: string | null;
|
|
355
367
|
closedAt: Date | null;
|
|
356
|
-
|
|
368
|
+
closedBy: string | null;
|
|
369
|
+
startDate: Date;
|
|
370
|
+
openingBalanceCents: bigint;
|
|
357
371
|
}>, "many">>>;
|
|
358
372
|
}, "strip", z.ZodTypeAny, {
|
|
359
373
|
id: string;
|
|
360
374
|
status: string;
|
|
361
375
|
isArchived: boolean;
|
|
376
|
+
createdBy: string | null;
|
|
362
377
|
createdAt: Date;
|
|
363
|
-
syncedAt: Date | null;
|
|
364
378
|
updatedAt: Date;
|
|
379
|
+
syncedAt: Date | null;
|
|
365
380
|
balanceCents: number;
|
|
381
|
+
name: string;
|
|
382
|
+
bsb: string | null;
|
|
383
|
+
accountNumber: string | null;
|
|
384
|
+
updatedBy: string | null;
|
|
366
385
|
country: string;
|
|
367
386
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
368
387
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
369
|
-
bsb: string;
|
|
370
|
-
accountNumber: string;
|
|
371
388
|
currentReceiveSeq: number;
|
|
372
389
|
currentPayoutSeq: number;
|
|
373
|
-
createdBy: string | null;
|
|
374
|
-
name: string;
|
|
375
390
|
subsidiaryId: string;
|
|
376
|
-
updatedBy: string | null;
|
|
377
391
|
paymentMethods?: {
|
|
378
392
|
id: string;
|
|
379
393
|
status: string;
|
|
@@ -394,21 +408,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
394
408
|
id: string;
|
|
395
409
|
status: string;
|
|
396
410
|
isArchived: boolean;
|
|
411
|
+
createdBy: string | null;
|
|
397
412
|
createdAt: Date;
|
|
398
|
-
syncedAt: Date | null;
|
|
399
413
|
updatedAt: Date;
|
|
414
|
+
syncedAt: Date | null;
|
|
400
415
|
balanceCents: bigint;
|
|
416
|
+
name: string;
|
|
417
|
+
bsb: string;
|
|
418
|
+
accountNumber: string;
|
|
419
|
+
updatedBy: string | null;
|
|
401
420
|
country: string;
|
|
402
421
|
stateCode: string;
|
|
403
422
|
bankCode: string;
|
|
404
|
-
bsb: string;
|
|
405
|
-
accountNumber: string;
|
|
406
423
|
currentReceiveSeq: number;
|
|
407
424
|
currentPayoutSeq: number;
|
|
408
|
-
createdBy: string | null;
|
|
409
|
-
name: string;
|
|
410
425
|
subsidiaryId: string;
|
|
411
|
-
updatedBy: string | null;
|
|
412
426
|
} | undefined;
|
|
413
427
|
floatAccount?: {
|
|
414
428
|
credential: {
|
|
@@ -434,33 +448,33 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
434
448
|
createdAt: Date;
|
|
435
449
|
updatedAt: Date;
|
|
436
450
|
mtaId: string;
|
|
437
|
-
startDate: Date;
|
|
438
451
|
endDate: Date | null;
|
|
439
|
-
|
|
452
|
+
closingDescription: string | null;
|
|
440
453
|
closingBalanceCents: bigint | null;
|
|
441
|
-
closedBy: string | null;
|
|
442
454
|
closedAt: Date | null;
|
|
443
|
-
|
|
455
|
+
closedBy: string | null;
|
|
456
|
+
startDate: Date;
|
|
457
|
+
openingBalanceCents: bigint;
|
|
444
458
|
}[] | undefined;
|
|
445
459
|
}, {
|
|
446
460
|
id: string;
|
|
447
461
|
status: string;
|
|
448
462
|
isArchived: boolean;
|
|
463
|
+
createdBy: string | null;
|
|
449
464
|
createdAt: Date;
|
|
450
|
-
syncedAt: Date | null;
|
|
451
465
|
updatedAt: Date;
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
466
|
+
syncedAt: Date | null;
|
|
467
|
+
balanceCents: string | number | bigint;
|
|
468
|
+
name: string;
|
|
456
469
|
bsb: string;
|
|
457
470
|
accountNumber: string;
|
|
471
|
+
updatedBy: string | null;
|
|
472
|
+
country: string;
|
|
473
|
+
stateCode: string;
|
|
474
|
+
bankCode: string;
|
|
458
475
|
currentReceiveSeq: number;
|
|
459
476
|
currentPayoutSeq: number;
|
|
460
|
-
createdBy: string | null;
|
|
461
|
-
name: string;
|
|
462
477
|
subsidiaryId: string;
|
|
463
|
-
updatedBy: string | null;
|
|
464
478
|
paymentMethods?: {
|
|
465
479
|
id: string;
|
|
466
480
|
status: string;
|
|
@@ -475,21 +489,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
475
489
|
id: string;
|
|
476
490
|
status: string;
|
|
477
491
|
isArchived: boolean;
|
|
492
|
+
createdBy: string | null;
|
|
478
493
|
createdAt: Date;
|
|
479
|
-
syncedAt: Date | null;
|
|
480
494
|
updatedAt: Date;
|
|
495
|
+
syncedAt: Date | null;
|
|
481
496
|
balanceCents: bigint;
|
|
497
|
+
name: string;
|
|
498
|
+
bsb: string;
|
|
499
|
+
accountNumber: string;
|
|
500
|
+
updatedBy: string | null;
|
|
482
501
|
country: string;
|
|
483
502
|
stateCode: string;
|
|
484
503
|
bankCode: string;
|
|
485
|
-
bsb: string;
|
|
486
|
-
accountNumber: string;
|
|
487
504
|
currentReceiveSeq: number;
|
|
488
505
|
currentPayoutSeq: number;
|
|
489
|
-
createdBy: string | null;
|
|
490
|
-
name: string;
|
|
491
506
|
subsidiaryId: string;
|
|
492
|
-
updatedBy: string | null;
|
|
493
507
|
} | undefined;
|
|
494
508
|
floatAccount?: string | null | undefined;
|
|
495
509
|
paymentProvider?: {
|
|
@@ -510,51 +524,47 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
510
524
|
createdAt: Date;
|
|
511
525
|
updatedAt: Date;
|
|
512
526
|
mtaId: string;
|
|
513
|
-
startDate: Date;
|
|
514
527
|
endDate: Date | null;
|
|
515
|
-
|
|
528
|
+
closingDescription: string | null;
|
|
516
529
|
closingBalanceCents: bigint | null;
|
|
517
|
-
closedBy: string | null;
|
|
518
530
|
closedAt: Date | null;
|
|
519
|
-
|
|
531
|
+
closedBy: string | null;
|
|
532
|
+
startDate: Date;
|
|
533
|
+
openingBalanceCents: bigint;
|
|
520
534
|
}[] | undefined;
|
|
521
535
|
}>>>;
|
|
522
|
-
reconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
523
|
-
totalReconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
524
|
-
unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
525
536
|
}, "strip", z.ZodTypeAny, {
|
|
526
537
|
id: string;
|
|
527
|
-
status:
|
|
538
|
+
status: AccountPeriodStatus;
|
|
528
539
|
isArchived: boolean;
|
|
529
540
|
createdAt: Date;
|
|
530
541
|
updatedAt: Date;
|
|
531
542
|
mtaId: string;
|
|
532
|
-
startDate: Date;
|
|
533
543
|
endDate: Date | null;
|
|
534
|
-
openingBalanceCents: number;
|
|
535
|
-
closingBalanceCents: number;
|
|
536
|
-
closedBy: string | null;
|
|
537
|
-
closedAt: Date | null;
|
|
538
544
|
closingDescription: string | null;
|
|
545
|
+
closedAt: Date | null;
|
|
546
|
+
closedBy: string | null;
|
|
547
|
+
startDate: Date;
|
|
548
|
+
openingBalanceCents: number;
|
|
539
549
|
mta?: {
|
|
540
550
|
id: string;
|
|
541
551
|
status: string;
|
|
542
552
|
isArchived: boolean;
|
|
553
|
+
createdBy: string | null;
|
|
543
554
|
createdAt: Date;
|
|
544
|
-
syncedAt: Date | null;
|
|
545
555
|
updatedAt: Date;
|
|
556
|
+
syncedAt: Date | null;
|
|
546
557
|
balanceCents: number;
|
|
558
|
+
name: string;
|
|
559
|
+
bsb: string | null;
|
|
560
|
+
accountNumber: string | null;
|
|
561
|
+
updatedBy: string | null;
|
|
547
562
|
country: string;
|
|
548
563
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
549
564
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
550
|
-
bsb: string;
|
|
551
|
-
accountNumber: string;
|
|
552
565
|
currentReceiveSeq: number;
|
|
553
566
|
currentPayoutSeq: number;
|
|
554
|
-
createdBy: string | null;
|
|
555
|
-
name: string;
|
|
556
567
|
subsidiaryId: string;
|
|
557
|
-
updatedBy: string | null;
|
|
558
568
|
paymentMethods?: {
|
|
559
569
|
id: string;
|
|
560
570
|
status: string;
|
|
@@ -575,21 +585,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
575
585
|
id: string;
|
|
576
586
|
status: string;
|
|
577
587
|
isArchived: boolean;
|
|
588
|
+
createdBy: string | null;
|
|
578
589
|
createdAt: Date;
|
|
579
|
-
syncedAt: Date | null;
|
|
580
590
|
updatedAt: Date;
|
|
591
|
+
syncedAt: Date | null;
|
|
581
592
|
balanceCents: bigint;
|
|
593
|
+
name: string;
|
|
594
|
+
bsb: string;
|
|
595
|
+
accountNumber: string;
|
|
596
|
+
updatedBy: string | null;
|
|
582
597
|
country: string;
|
|
583
598
|
stateCode: string;
|
|
584
599
|
bankCode: string;
|
|
585
|
-
bsb: string;
|
|
586
|
-
accountNumber: string;
|
|
587
600
|
currentReceiveSeq: number;
|
|
588
601
|
currentPayoutSeq: number;
|
|
589
|
-
createdBy: string | null;
|
|
590
|
-
name: string;
|
|
591
602
|
subsidiaryId: string;
|
|
592
|
-
updatedBy: string | null;
|
|
593
603
|
} | undefined;
|
|
594
604
|
floatAccount?: {
|
|
595
605
|
credential: {
|
|
@@ -615,15 +625,16 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
615
625
|
createdAt: Date;
|
|
616
626
|
updatedAt: Date;
|
|
617
627
|
mtaId: string;
|
|
618
|
-
startDate: Date;
|
|
619
628
|
endDate: Date | null;
|
|
620
|
-
|
|
629
|
+
closingDescription: string | null;
|
|
621
630
|
closingBalanceCents: bigint | null;
|
|
622
|
-
closedBy: string | null;
|
|
623
631
|
closedAt: Date | null;
|
|
624
|
-
|
|
632
|
+
closedBy: string | null;
|
|
633
|
+
startDate: Date;
|
|
634
|
+
openingBalanceCents: bigint;
|
|
625
635
|
}[] | undefined;
|
|
626
636
|
} | undefined;
|
|
637
|
+
closingBalanceCents?: number | null | undefined;
|
|
627
638
|
reconciledAmountCents?: number | null | undefined;
|
|
628
639
|
unreconciledAmountCents?: number | null | undefined;
|
|
629
640
|
totalReconciledAmountCents?: number | null | undefined;
|
|
@@ -634,31 +645,31 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
634
645
|
createdAt: Date;
|
|
635
646
|
updatedAt: Date;
|
|
636
647
|
mtaId: string;
|
|
637
|
-
startDate: Date;
|
|
638
648
|
endDate: Date | null;
|
|
639
|
-
openingBalanceCents: number | bigint;
|
|
640
|
-
closedBy: string | null;
|
|
641
|
-
closedAt: Date | null;
|
|
642
649
|
closingDescription: string | null;
|
|
650
|
+
closedAt: Date | null;
|
|
651
|
+
closedBy: string | null;
|
|
652
|
+
startDate: Date;
|
|
653
|
+
openingBalanceCents: string | number | bigint;
|
|
643
654
|
mta?: {
|
|
644
655
|
id: string;
|
|
645
656
|
status: string;
|
|
646
657
|
isArchived: boolean;
|
|
658
|
+
createdBy: string | null;
|
|
647
659
|
createdAt: Date;
|
|
648
|
-
syncedAt: Date | null;
|
|
649
660
|
updatedAt: Date;
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
661
|
+
syncedAt: Date | null;
|
|
662
|
+
balanceCents: string | number | bigint;
|
|
663
|
+
name: string;
|
|
654
664
|
bsb: string;
|
|
655
665
|
accountNumber: string;
|
|
666
|
+
updatedBy: string | null;
|
|
667
|
+
country: string;
|
|
668
|
+
stateCode: string;
|
|
669
|
+
bankCode: string;
|
|
656
670
|
currentReceiveSeq: number;
|
|
657
671
|
currentPayoutSeq: number;
|
|
658
|
-
createdBy: string | null;
|
|
659
|
-
name: string;
|
|
660
672
|
subsidiaryId: string;
|
|
661
|
-
updatedBy: string | null;
|
|
662
673
|
paymentMethods?: {
|
|
663
674
|
id: string;
|
|
664
675
|
status: string;
|
|
@@ -673,21 +684,21 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
673
684
|
id: string;
|
|
674
685
|
status: string;
|
|
675
686
|
isArchived: boolean;
|
|
687
|
+
createdBy: string | null;
|
|
676
688
|
createdAt: Date;
|
|
677
|
-
syncedAt: Date | null;
|
|
678
689
|
updatedAt: Date;
|
|
690
|
+
syncedAt: Date | null;
|
|
679
691
|
balanceCents: bigint;
|
|
692
|
+
name: string;
|
|
693
|
+
bsb: string;
|
|
694
|
+
accountNumber: string;
|
|
695
|
+
updatedBy: string | null;
|
|
680
696
|
country: string;
|
|
681
697
|
stateCode: string;
|
|
682
698
|
bankCode: string;
|
|
683
|
-
bsb: string;
|
|
684
|
-
accountNumber: string;
|
|
685
699
|
currentReceiveSeq: number;
|
|
686
700
|
currentPayoutSeq: number;
|
|
687
|
-
createdBy: string | null;
|
|
688
|
-
name: string;
|
|
689
701
|
subsidiaryId: string;
|
|
690
|
-
updatedBy: string | null;
|
|
691
702
|
} | undefined;
|
|
692
703
|
floatAccount?: string | null | undefined;
|
|
693
704
|
paymentProvider?: {
|
|
@@ -708,24 +719,26 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
708
719
|
createdAt: Date;
|
|
709
720
|
updatedAt: Date;
|
|
710
721
|
mtaId: string;
|
|
711
|
-
startDate: Date;
|
|
712
722
|
endDate: Date | null;
|
|
713
|
-
|
|
723
|
+
closingDescription: string | null;
|
|
714
724
|
closingBalanceCents: bigint | null;
|
|
715
|
-
closedBy: string | null;
|
|
716
725
|
closedAt: Date | null;
|
|
717
|
-
|
|
726
|
+
closedBy: string | null;
|
|
727
|
+
startDate: Date;
|
|
728
|
+
openingBalanceCents: bigint;
|
|
718
729
|
}[] | undefined;
|
|
719
730
|
} | undefined;
|
|
720
|
-
closingBalanceCents?: number | bigint | null | undefined;
|
|
721
|
-
reconciledAmountCents?: number | bigint | null | undefined;
|
|
722
|
-
unreconciledAmountCents?: number | bigint | null | undefined;
|
|
723
|
-
totalReconciledAmountCents?: number | bigint | null | undefined;
|
|
731
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
732
|
+
reconciledAmountCents?: string | number | bigint | null | undefined;
|
|
733
|
+
unreconciledAmountCents?: string | number | bigint | null | undefined;
|
|
734
|
+
totalReconciledAmountCents?: string | number | bigint | null | undefined;
|
|
724
735
|
}>;
|
|
725
|
-
export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<
|
|
736
|
+
export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
726
737
|
id: z.ZodString;
|
|
727
738
|
startDate: z.ZodDate;
|
|
728
739
|
endDate: z.ZodNullable<z.ZodDate>;
|
|
740
|
+
openingBalanceCents: z.ZodBigInt;
|
|
741
|
+
closingBalanceCents: z.ZodNullable<z.ZodBigInt>;
|
|
729
742
|
status: z.ZodString;
|
|
730
743
|
closedBy: z.ZodNullable<z.ZodString>;
|
|
731
744
|
closedAt: z.ZodNullable<z.ZodDate>;
|
|
@@ -735,513 +748,46 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
735
748
|
mtaId: z.ZodString;
|
|
736
749
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
737
750
|
} & {
|
|
738
|
-
|
|
739
|
-
closingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>>>, number, number | bigint | null | undefined>, z.ZodNumber>;
|
|
740
|
-
} & {
|
|
741
|
-
mta: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
751
|
+
currentReconciliation: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
742
752
|
id: z.ZodString;
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
753
|
+
mtaAccountPeriodId: z.ZodString;
|
|
754
|
+
mtaId: z.ZodString;
|
|
755
|
+
reconciledTo: z.ZodDate;
|
|
756
|
+
reconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
|
|
757
|
+
unreconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
|
|
758
|
+
totalReconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
|
|
759
|
+
closedAt: z.ZodNullable<z.ZodDate>;
|
|
760
|
+
createdBy: z.ZodString;
|
|
749
761
|
createdAt: z.ZodDate;
|
|
750
|
-
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
751
|
-
updatedAt: z.ZodDate;
|
|
752
|
-
createdBy: z.ZodNullable<z.ZodString>;
|
|
753
762
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
763
|
+
closedBy: z.ZodNullable<z.ZodString>;
|
|
764
|
+
editable: z.ZodBoolean;
|
|
765
|
+
status: z.ZodString;
|
|
766
|
+
isArchived: z.ZodBoolean;
|
|
754
767
|
} & {
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
paymentMethods: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
762
|
-
id: z.ZodString;
|
|
763
|
-
mtaId: z.ZodString;
|
|
764
|
-
paymentProviderId: z.ZodString;
|
|
765
|
-
bankAccountId: z.ZodString;
|
|
766
|
-
status: z.ZodString;
|
|
767
|
-
isArchived: z.ZodBoolean;
|
|
768
|
-
createdAt: z.ZodDate;
|
|
769
|
-
updatedAt: z.ZodDate;
|
|
770
|
-
} & {
|
|
771
|
-
paymentProvider: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
772
|
-
id: z.ZodString;
|
|
773
|
-
name: z.ZodString;
|
|
774
|
-
providerCode: z.ZodString;
|
|
775
|
-
isArchived: z.ZodBoolean;
|
|
776
|
-
settings: z.ZodString;
|
|
777
|
-
status: z.ZodString;
|
|
778
|
-
createdAt: z.ZodDate;
|
|
779
|
-
updatedAt: z.ZodDate;
|
|
780
|
-
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
id: string;
|
|
782
|
-
status: string;
|
|
783
|
-
isArchived: boolean;
|
|
784
|
-
createdAt: Date;
|
|
785
|
-
updatedAt: Date;
|
|
786
|
-
name: string;
|
|
787
|
-
providerCode: string;
|
|
788
|
-
settings: string;
|
|
789
|
-
}, {
|
|
790
|
-
id: string;
|
|
791
|
-
status: string;
|
|
792
|
-
isArchived: boolean;
|
|
793
|
-
createdAt: Date;
|
|
794
|
-
updatedAt: Date;
|
|
795
|
-
name: string;
|
|
796
|
-
providerCode: string;
|
|
797
|
-
settings: string;
|
|
798
|
-
}>>>;
|
|
799
|
-
mta: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
800
|
-
id: z.ZodString;
|
|
801
|
-
name: z.ZodString;
|
|
802
|
-
country: z.ZodString;
|
|
803
|
-
stateCode: z.ZodString;
|
|
804
|
-
bankCode: z.ZodString;
|
|
805
|
-
subsidiaryId: z.ZodString;
|
|
806
|
-
bsb: z.ZodString;
|
|
807
|
-
accountNumber: z.ZodString;
|
|
808
|
-
balanceCents: z.ZodBigInt;
|
|
809
|
-
currentReceiveSeq: z.ZodNumber;
|
|
810
|
-
currentPayoutSeq: z.ZodNumber;
|
|
811
|
-
status: z.ZodString;
|
|
812
|
-
isArchived: z.ZodBoolean;
|
|
813
|
-
createdAt: z.ZodDate;
|
|
814
|
-
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
815
|
-
updatedAt: z.ZodDate;
|
|
816
|
-
createdBy: z.ZodNullable<z.ZodString>;
|
|
817
|
-
updatedBy: z.ZodNullable<z.ZodString>;
|
|
818
|
-
}, "strip", z.ZodTypeAny, {
|
|
819
|
-
id: string;
|
|
820
|
-
status: string;
|
|
821
|
-
isArchived: boolean;
|
|
822
|
-
createdAt: Date;
|
|
823
|
-
syncedAt: Date | null;
|
|
824
|
-
updatedAt: Date;
|
|
825
|
-
balanceCents: bigint;
|
|
826
|
-
country: string;
|
|
827
|
-
stateCode: string;
|
|
828
|
-
bankCode: string;
|
|
829
|
-
bsb: string;
|
|
830
|
-
accountNumber: string;
|
|
831
|
-
currentReceiveSeq: number;
|
|
832
|
-
currentPayoutSeq: number;
|
|
833
|
-
createdBy: string | null;
|
|
834
|
-
name: string;
|
|
835
|
-
subsidiaryId: string;
|
|
836
|
-
updatedBy: string | null;
|
|
837
|
-
}, {
|
|
838
|
-
id: string;
|
|
839
|
-
status: string;
|
|
840
|
-
isArchived: boolean;
|
|
841
|
-
createdAt: Date;
|
|
842
|
-
syncedAt: Date | null;
|
|
843
|
-
updatedAt: Date;
|
|
844
|
-
balanceCents: bigint;
|
|
845
|
-
country: string;
|
|
846
|
-
stateCode: string;
|
|
847
|
-
bankCode: string;
|
|
848
|
-
bsb: string;
|
|
849
|
-
accountNumber: string;
|
|
850
|
-
currentReceiveSeq: number;
|
|
851
|
-
currentPayoutSeq: number;
|
|
852
|
-
createdBy: string | null;
|
|
853
|
-
name: string;
|
|
854
|
-
subsidiaryId: string;
|
|
855
|
-
updatedBy: string | null;
|
|
856
|
-
}>>>;
|
|
857
|
-
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
858
|
-
bsb: z.ZodString;
|
|
859
|
-
accountNumber: z.ZodString;
|
|
860
|
-
credential: z.ZodObject<{
|
|
861
|
-
bankAccountId: z.ZodString;
|
|
862
|
-
}, "strip", z.ZodTypeAny, {
|
|
863
|
-
bankAccountId: string;
|
|
864
|
-
}, {
|
|
865
|
-
bankAccountId: string;
|
|
866
|
-
}>;
|
|
867
|
-
}, "strip", z.ZodTypeAny, {
|
|
868
|
-
bsb: string;
|
|
869
|
-
accountNumber: string;
|
|
870
|
-
credential: {
|
|
871
|
-
bankAccountId: string;
|
|
872
|
-
};
|
|
873
|
-
}, {
|
|
874
|
-
bsb: string;
|
|
875
|
-
accountNumber: string;
|
|
876
|
-
credential: {
|
|
877
|
-
bankAccountId: string;
|
|
878
|
-
};
|
|
879
|
-
}>>;
|
|
880
|
-
floatAccount: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodNullable<z.ZodString>, any, string | null>, z.ZodObject<{
|
|
881
|
-
domainName: z.ZodString;
|
|
882
|
-
credential: z.ZodObject<{
|
|
883
|
-
bankAccountId: z.ZodString;
|
|
884
|
-
}, "strip", z.ZodTypeAny, {
|
|
885
|
-
bankAccountId: string;
|
|
886
|
-
}, {
|
|
887
|
-
bankAccountId: string;
|
|
888
|
-
}>;
|
|
889
|
-
}, "strip", z.ZodTypeAny, {
|
|
890
|
-
credential: {
|
|
891
|
-
bankAccountId: string;
|
|
892
|
-
};
|
|
893
|
-
domainName: string;
|
|
894
|
-
}, {
|
|
895
|
-
credential: {
|
|
896
|
-
bankAccountId: string;
|
|
897
|
-
};
|
|
898
|
-
domainName: string;
|
|
899
|
-
}>>>>;
|
|
900
|
-
}, "strip", z.ZodTypeAny, {
|
|
901
|
-
id: string;
|
|
902
|
-
status: string;
|
|
903
|
-
isArchived: boolean;
|
|
904
|
-
createdAt: Date;
|
|
905
|
-
updatedAt: Date;
|
|
906
|
-
mtaId: string;
|
|
907
|
-
bankAccountId: string;
|
|
908
|
-
paymentProviderId: string;
|
|
909
|
-
account: {
|
|
910
|
-
bsb: string;
|
|
911
|
-
accountNumber: string;
|
|
912
|
-
credential: {
|
|
913
|
-
bankAccountId: string;
|
|
914
|
-
};
|
|
915
|
-
};
|
|
916
|
-
mta?: {
|
|
917
|
-
id: string;
|
|
918
|
-
status: string;
|
|
919
|
-
isArchived: boolean;
|
|
920
|
-
createdAt: Date;
|
|
921
|
-
syncedAt: Date | null;
|
|
922
|
-
updatedAt: Date;
|
|
923
|
-
balanceCents: bigint;
|
|
924
|
-
country: string;
|
|
925
|
-
stateCode: string;
|
|
926
|
-
bankCode: string;
|
|
927
|
-
bsb: string;
|
|
928
|
-
accountNumber: string;
|
|
929
|
-
currentReceiveSeq: number;
|
|
930
|
-
currentPayoutSeq: number;
|
|
931
|
-
createdBy: string | null;
|
|
932
|
-
name: string;
|
|
933
|
-
subsidiaryId: string;
|
|
934
|
-
updatedBy: string | null;
|
|
935
|
-
} | undefined;
|
|
936
|
-
floatAccount?: {
|
|
937
|
-
credential: {
|
|
938
|
-
bankAccountId: string;
|
|
939
|
-
};
|
|
940
|
-
domainName: string;
|
|
941
|
-
} | null | undefined;
|
|
942
|
-
paymentProvider?: {
|
|
943
|
-
id: string;
|
|
944
|
-
status: string;
|
|
945
|
-
isArchived: boolean;
|
|
946
|
-
createdAt: Date;
|
|
947
|
-
updatedAt: Date;
|
|
948
|
-
name: string;
|
|
949
|
-
providerCode: string;
|
|
950
|
-
settings: string;
|
|
951
|
-
} | undefined;
|
|
952
|
-
}, {
|
|
953
|
-
id: string;
|
|
954
|
-
status: string;
|
|
955
|
-
isArchived: boolean;
|
|
956
|
-
createdAt: Date;
|
|
957
|
-
updatedAt: Date;
|
|
958
|
-
mtaId: string;
|
|
959
|
-
bankAccountId: string;
|
|
960
|
-
paymentProviderId: string;
|
|
961
|
-
account: string;
|
|
962
|
-
mta?: {
|
|
963
|
-
id: string;
|
|
964
|
-
status: string;
|
|
965
|
-
isArchived: boolean;
|
|
966
|
-
createdAt: Date;
|
|
967
|
-
syncedAt: Date | null;
|
|
968
|
-
updatedAt: Date;
|
|
969
|
-
balanceCents: bigint;
|
|
970
|
-
country: string;
|
|
971
|
-
stateCode: string;
|
|
972
|
-
bankCode: string;
|
|
973
|
-
bsb: string;
|
|
974
|
-
accountNumber: string;
|
|
975
|
-
currentReceiveSeq: number;
|
|
976
|
-
currentPayoutSeq: number;
|
|
977
|
-
createdBy: string | null;
|
|
978
|
-
name: string;
|
|
979
|
-
subsidiaryId: string;
|
|
980
|
-
updatedBy: string | null;
|
|
981
|
-
} | undefined;
|
|
982
|
-
floatAccount?: string | null | undefined;
|
|
983
|
-
paymentProvider?: {
|
|
984
|
-
id: string;
|
|
985
|
-
status: string;
|
|
986
|
-
isArchived: boolean;
|
|
987
|
-
createdAt: Date;
|
|
988
|
-
updatedAt: Date;
|
|
989
|
-
name: string;
|
|
990
|
-
providerCode: string;
|
|
991
|
-
settings: string;
|
|
992
|
-
} | undefined;
|
|
993
|
-
}>, "many">>>;
|
|
994
|
-
accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
995
|
-
id: z.ZodString;
|
|
996
|
-
startDate: z.ZodDate;
|
|
997
|
-
endDate: z.ZodNullable<z.ZodDate>;
|
|
998
|
-
openingBalanceCents: z.ZodBigInt;
|
|
999
|
-
closingBalanceCents: z.ZodNullable<z.ZodBigInt>;
|
|
1000
|
-
status: z.ZodString;
|
|
1001
|
-
closedBy: z.ZodNullable<z.ZodString>;
|
|
1002
|
-
closedAt: z.ZodNullable<z.ZodDate>;
|
|
1003
|
-
isArchived: z.ZodBoolean;
|
|
1004
|
-
createdAt: z.ZodDate;
|
|
1005
|
-
updatedAt: z.ZodDate;
|
|
1006
|
-
mtaId: z.ZodString;
|
|
1007
|
-
closingDescription: z.ZodNullable<z.ZodString>;
|
|
1008
|
-
}, "strip", z.ZodTypeAny, {
|
|
1009
|
-
id: string;
|
|
1010
|
-
status: string;
|
|
1011
|
-
isArchived: boolean;
|
|
1012
|
-
createdAt: Date;
|
|
1013
|
-
updatedAt: Date;
|
|
1014
|
-
mtaId: string;
|
|
1015
|
-
startDate: Date;
|
|
1016
|
-
endDate: Date | null;
|
|
1017
|
-
openingBalanceCents: bigint;
|
|
1018
|
-
closingBalanceCents: bigint | null;
|
|
1019
|
-
closedBy: string | null;
|
|
1020
|
-
closedAt: Date | null;
|
|
1021
|
-
closingDescription: string | null;
|
|
1022
|
-
}, {
|
|
1023
|
-
id: string;
|
|
1024
|
-
status: string;
|
|
1025
|
-
isArchived: boolean;
|
|
1026
|
-
createdAt: Date;
|
|
1027
|
-
updatedAt: Date;
|
|
1028
|
-
mtaId: string;
|
|
1029
|
-
startDate: Date;
|
|
1030
|
-
endDate: Date | null;
|
|
1031
|
-
openingBalanceCents: bigint;
|
|
1032
|
-
closingBalanceCents: bigint | null;
|
|
1033
|
-
closedBy: string | null;
|
|
1034
|
-
closedAt: Date | null;
|
|
1035
|
-
closingDescription: string | null;
|
|
1036
|
-
}>, "many">>>;
|
|
1037
|
-
}, "strip", z.ZodTypeAny, {
|
|
1038
|
-
id: string;
|
|
1039
|
-
status: string;
|
|
1040
|
-
isArchived: boolean;
|
|
1041
|
-
createdAt: Date;
|
|
1042
|
-
syncedAt: Date | null;
|
|
1043
|
-
updatedAt: Date;
|
|
1044
|
-
balanceCents: number;
|
|
1045
|
-
country: string;
|
|
1046
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1047
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1048
|
-
bsb: string;
|
|
1049
|
-
accountNumber: string;
|
|
1050
|
-
currentReceiveSeq: number;
|
|
1051
|
-
currentPayoutSeq: number;
|
|
1052
|
-
createdBy: string | null;
|
|
1053
|
-
name: string;
|
|
1054
|
-
subsidiaryId: string;
|
|
1055
|
-
updatedBy: string | null;
|
|
1056
|
-
paymentMethods?: {
|
|
1057
|
-
id: string;
|
|
1058
|
-
status: string;
|
|
1059
|
-
isArchived: boolean;
|
|
1060
|
-
createdAt: Date;
|
|
1061
|
-
updatedAt: Date;
|
|
1062
|
-
mtaId: string;
|
|
1063
|
-
bankAccountId: string;
|
|
1064
|
-
paymentProviderId: string;
|
|
1065
|
-
account: {
|
|
1066
|
-
bsb: string;
|
|
1067
|
-
accountNumber: string;
|
|
1068
|
-
credential: {
|
|
1069
|
-
bankAccountId: string;
|
|
1070
|
-
};
|
|
1071
|
-
};
|
|
1072
|
-
mta?: {
|
|
1073
|
-
id: string;
|
|
1074
|
-
status: string;
|
|
1075
|
-
isArchived: boolean;
|
|
1076
|
-
createdAt: Date;
|
|
1077
|
-
syncedAt: Date | null;
|
|
1078
|
-
updatedAt: Date;
|
|
1079
|
-
balanceCents: bigint;
|
|
1080
|
-
country: string;
|
|
1081
|
-
stateCode: string;
|
|
1082
|
-
bankCode: string;
|
|
1083
|
-
bsb: string;
|
|
1084
|
-
accountNumber: string;
|
|
1085
|
-
currentReceiveSeq: number;
|
|
1086
|
-
currentPayoutSeq: number;
|
|
1087
|
-
createdBy: string | null;
|
|
1088
|
-
name: string;
|
|
1089
|
-
subsidiaryId: string;
|
|
1090
|
-
updatedBy: string | null;
|
|
1091
|
-
} | undefined;
|
|
1092
|
-
floatAccount?: {
|
|
1093
|
-
credential: {
|
|
1094
|
-
bankAccountId: string;
|
|
1095
|
-
};
|
|
1096
|
-
domainName: string;
|
|
1097
|
-
} | null | undefined;
|
|
1098
|
-
paymentProvider?: {
|
|
1099
|
-
id: string;
|
|
1100
|
-
status: string;
|
|
1101
|
-
isArchived: boolean;
|
|
1102
|
-
createdAt: Date;
|
|
1103
|
-
updatedAt: Date;
|
|
1104
|
-
name: string;
|
|
1105
|
-
providerCode: string;
|
|
1106
|
-
settings: string;
|
|
1107
|
-
} | undefined;
|
|
1108
|
-
}[] | undefined;
|
|
1109
|
-
accountPeriods?: {
|
|
1110
|
-
id: string;
|
|
1111
|
-
status: string;
|
|
1112
|
-
isArchived: boolean;
|
|
1113
|
-
createdAt: Date;
|
|
1114
|
-
updatedAt: Date;
|
|
1115
|
-
mtaId: string;
|
|
1116
|
-
startDate: Date;
|
|
1117
|
-
endDate: Date | null;
|
|
1118
|
-
openingBalanceCents: bigint;
|
|
1119
|
-
closingBalanceCents: bigint | null;
|
|
1120
|
-
closedBy: string | null;
|
|
1121
|
-
closedAt: Date | null;
|
|
1122
|
-
closingDescription: string | null;
|
|
1123
|
-
}[] | undefined;
|
|
1124
|
-
}, {
|
|
1125
|
-
id: string;
|
|
1126
|
-
status: string;
|
|
1127
|
-
isArchived: boolean;
|
|
1128
|
-
createdAt: Date;
|
|
1129
|
-
syncedAt: Date | null;
|
|
1130
|
-
updatedAt: Date;
|
|
1131
|
-
balanceCents: number | bigint;
|
|
1132
|
-
country: string;
|
|
1133
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1134
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1135
|
-
bsb: string;
|
|
1136
|
-
accountNumber: string;
|
|
1137
|
-
currentReceiveSeq: number;
|
|
1138
|
-
currentPayoutSeq: number;
|
|
1139
|
-
createdBy: string | null;
|
|
1140
|
-
name: string;
|
|
1141
|
-
subsidiaryId: string;
|
|
1142
|
-
updatedBy: string | null;
|
|
1143
|
-
paymentMethods?: {
|
|
1144
|
-
id: string;
|
|
1145
|
-
status: string;
|
|
1146
|
-
isArchived: boolean;
|
|
1147
|
-
createdAt: Date;
|
|
1148
|
-
updatedAt: Date;
|
|
1149
|
-
mtaId: string;
|
|
1150
|
-
bankAccountId: string;
|
|
1151
|
-
paymentProviderId: string;
|
|
1152
|
-
account: string;
|
|
1153
|
-
mta?: {
|
|
1154
|
-
id: string;
|
|
1155
|
-
status: string;
|
|
1156
|
-
isArchived: boolean;
|
|
1157
|
-
createdAt: Date;
|
|
1158
|
-
syncedAt: Date | null;
|
|
1159
|
-
updatedAt: Date;
|
|
1160
|
-
balanceCents: bigint;
|
|
1161
|
-
country: string;
|
|
1162
|
-
stateCode: string;
|
|
1163
|
-
bankCode: string;
|
|
1164
|
-
bsb: string;
|
|
1165
|
-
accountNumber: string;
|
|
1166
|
-
currentReceiveSeq: number;
|
|
1167
|
-
currentPayoutSeq: number;
|
|
1168
|
-
createdBy: string | null;
|
|
1169
|
-
name: string;
|
|
1170
|
-
subsidiaryId: string;
|
|
1171
|
-
updatedBy: string | null;
|
|
1172
|
-
} | undefined;
|
|
1173
|
-
floatAccount?: string | null | undefined;
|
|
1174
|
-
paymentProvider?: {
|
|
1175
|
-
id: string;
|
|
1176
|
-
status: string;
|
|
1177
|
-
isArchived: boolean;
|
|
1178
|
-
createdAt: Date;
|
|
1179
|
-
updatedAt: Date;
|
|
1180
|
-
name: string;
|
|
1181
|
-
providerCode: string;
|
|
1182
|
-
settings: string;
|
|
1183
|
-
} | undefined;
|
|
1184
|
-
}[] | undefined;
|
|
1185
|
-
accountPeriods?: {
|
|
1186
|
-
id: string;
|
|
1187
|
-
status: string;
|
|
1188
|
-
isArchived: boolean;
|
|
1189
|
-
createdAt: Date;
|
|
1190
|
-
updatedAt: Date;
|
|
1191
|
-
mtaId: string;
|
|
1192
|
-
startDate: Date;
|
|
1193
|
-
endDate: Date | null;
|
|
1194
|
-
openingBalanceCents: bigint;
|
|
1195
|
-
closingBalanceCents: bigint | null;
|
|
1196
|
-
closedBy: string | null;
|
|
1197
|
-
closedAt: Date | null;
|
|
1198
|
-
closingDescription: string | null;
|
|
1199
|
-
}[] | undefined;
|
|
1200
|
-
}>>>;
|
|
1201
|
-
reconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
1202
|
-
totalReconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
1203
|
-
unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
1204
|
-
}, "mta"> & {
|
|
1205
|
-
currentReconciliation: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1206
|
-
id: z.ZodString;
|
|
1207
|
-
mtaAccountPeriodId: z.ZodString;
|
|
1208
|
-
mtaId: z.ZodString;
|
|
1209
|
-
reconciledTo: z.ZodDate;
|
|
1210
|
-
reconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
|
|
1211
|
-
unreconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
|
|
1212
|
-
totalReconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
|
|
1213
|
-
closedAt: z.ZodNullable<z.ZodDate>;
|
|
1214
|
-
createdBy: z.ZodString;
|
|
1215
|
-
createdAt: z.ZodDate;
|
|
1216
|
-
updatedBy: z.ZodNullable<z.ZodString>;
|
|
1217
|
-
closedBy: z.ZodNullable<z.ZodString>;
|
|
1218
|
-
editable: z.ZodBoolean;
|
|
1219
|
-
status: z.ZodString;
|
|
1220
|
-
isArchived: z.ZodBoolean;
|
|
1221
|
-
} & {
|
|
1222
|
-
closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
1223
|
-
bankStatementBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
1224
|
-
closingVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
1225
|
-
currentTrustBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
1226
|
-
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
1227
|
-
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
|
|
768
|
+
closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
769
|
+
bankStatementBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
770
|
+
closingVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
771
|
+
currentTrustBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
772
|
+
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
773
|
+
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
1228
774
|
}, "strip", z.ZodTypeAny, {
|
|
1229
775
|
id: string;
|
|
1230
776
|
status: string;
|
|
1231
777
|
isArchived: boolean;
|
|
778
|
+
createdBy: string;
|
|
1232
779
|
createdAt: Date;
|
|
1233
780
|
mtaId: string;
|
|
1234
|
-
createdBy: string;
|
|
1235
|
-
closedBy: string | null;
|
|
1236
|
-
closedAt: Date | null;
|
|
1237
|
-
updatedBy: string | null;
|
|
1238
|
-
mtaAccountPeriodId: string;
|
|
1239
781
|
reconciledTo: Date;
|
|
1240
782
|
reconciledAmountCents: bigint | null;
|
|
1241
783
|
unreconciledAmountCents: bigint | null;
|
|
1242
784
|
totalReconciledAmountCents: bigint | null;
|
|
1243
785
|
bankStatementBalanceCents: number;
|
|
786
|
+
closedAt: Date | null;
|
|
787
|
+
updatedBy: string | null;
|
|
788
|
+
closedBy: string | null;
|
|
1244
789
|
editable: boolean;
|
|
790
|
+
mtaAccountPeriodId: string;
|
|
1245
791
|
closingBalanceCents?: number | null | undefined;
|
|
1246
792
|
closingVarianceCents?: number | null | undefined;
|
|
1247
793
|
currentTrustBalanceCents?: number | null | undefined;
|
|
@@ -1251,24 +797,24 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1251
797
|
id: string;
|
|
1252
798
|
status: string;
|
|
1253
799
|
isArchived: boolean;
|
|
800
|
+
createdBy: string;
|
|
1254
801
|
createdAt: Date;
|
|
1255
802
|
mtaId: string;
|
|
1256
|
-
createdBy: string;
|
|
1257
|
-
closedBy: string | null;
|
|
1258
|
-
closedAt: Date | null;
|
|
1259
|
-
updatedBy: string | null;
|
|
1260
|
-
mtaAccountPeriodId: string;
|
|
1261
803
|
reconciledTo: Date;
|
|
1262
804
|
reconciledAmountCents: bigint | null;
|
|
1263
805
|
unreconciledAmountCents: bigint | null;
|
|
1264
806
|
totalReconciledAmountCents: bigint | null;
|
|
1265
|
-
bankStatementBalanceCents: number | bigint;
|
|
807
|
+
bankStatementBalanceCents: string | number | bigint;
|
|
808
|
+
closedAt: Date | null;
|
|
809
|
+
updatedBy: string | null;
|
|
810
|
+
closedBy: string | null;
|
|
1266
811
|
editable: boolean;
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
812
|
+
mtaAccountPeriodId: string;
|
|
813
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
814
|
+
closingVarianceCents?: string | number | bigint | null | undefined;
|
|
815
|
+
currentTrustBalanceCents?: string | number | bigint | null | undefined;
|
|
816
|
+
currentReconciledBalanceCents?: string | number | bigint | null | undefined;
|
|
817
|
+
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
1272
818
|
}>>>>;
|
|
1273
819
|
}, "strip", z.ZodTypeAny, {
|
|
1274
820
|
id: string;
|
|
@@ -1277,33 +823,30 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1277
823
|
createdAt: Date;
|
|
1278
824
|
updatedAt: Date;
|
|
1279
825
|
mtaId: string;
|
|
1280
|
-
startDate: Date;
|
|
1281
826
|
endDate: Date | null;
|
|
1282
|
-
openingBalanceCents: number;
|
|
1283
|
-
closingBalanceCents: number;
|
|
1284
|
-
closedBy: string | null;
|
|
1285
|
-
closedAt: Date | null;
|
|
1286
827
|
closingDescription: string | null;
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
828
|
+
closingBalanceCents: bigint | null;
|
|
829
|
+
closedAt: Date | null;
|
|
830
|
+
closedBy: string | null;
|
|
831
|
+
startDate: Date;
|
|
832
|
+
openingBalanceCents: bigint;
|
|
1290
833
|
currentReconciliation?: {
|
|
1291
834
|
id: string;
|
|
1292
835
|
status: string;
|
|
1293
836
|
isArchived: boolean;
|
|
837
|
+
createdBy: string;
|
|
1294
838
|
createdAt: Date;
|
|
1295
839
|
mtaId: string;
|
|
1296
|
-
createdBy: string;
|
|
1297
|
-
closedBy: string | null;
|
|
1298
|
-
closedAt: Date | null;
|
|
1299
|
-
updatedBy: string | null;
|
|
1300
|
-
mtaAccountPeriodId: string;
|
|
1301
840
|
reconciledTo: Date;
|
|
1302
841
|
reconciledAmountCents: bigint | null;
|
|
1303
842
|
unreconciledAmountCents: bigint | null;
|
|
1304
843
|
totalReconciledAmountCents: bigint | null;
|
|
1305
844
|
bankStatementBalanceCents: number;
|
|
845
|
+
closedAt: Date | null;
|
|
846
|
+
updatedBy: string | null;
|
|
847
|
+
closedBy: string | null;
|
|
1306
848
|
editable: boolean;
|
|
849
|
+
mtaAccountPeriodId: string;
|
|
1307
850
|
closingBalanceCents?: number | null | undefined;
|
|
1308
851
|
closingVarianceCents?: number | null | undefined;
|
|
1309
852
|
currentTrustBalanceCents?: number | null | undefined;
|
|
@@ -1317,38 +860,35 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1317
860
|
createdAt: Date;
|
|
1318
861
|
updatedAt: Date;
|
|
1319
862
|
mtaId: string;
|
|
1320
|
-
startDate: Date;
|
|
1321
863
|
endDate: Date | null;
|
|
1322
|
-
openingBalanceCents: number | bigint;
|
|
1323
|
-
closedBy: string | null;
|
|
1324
|
-
closedAt: Date | null;
|
|
1325
864
|
closingDescription: string | null;
|
|
1326
|
-
closingBalanceCents
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
865
|
+
closingBalanceCents: bigint | null;
|
|
866
|
+
closedAt: Date | null;
|
|
867
|
+
closedBy: string | null;
|
|
868
|
+
startDate: Date;
|
|
869
|
+
openingBalanceCents: bigint;
|
|
1330
870
|
currentReconciliation?: {
|
|
1331
871
|
id: string;
|
|
1332
872
|
status: string;
|
|
1333
873
|
isArchived: boolean;
|
|
874
|
+
createdBy: string;
|
|
1334
875
|
createdAt: Date;
|
|
1335
876
|
mtaId: string;
|
|
1336
|
-
createdBy: string;
|
|
1337
|
-
closedBy: string | null;
|
|
1338
|
-
closedAt: Date | null;
|
|
1339
|
-
updatedBy: string | null;
|
|
1340
|
-
mtaAccountPeriodId: string;
|
|
1341
877
|
reconciledTo: Date;
|
|
1342
878
|
reconciledAmountCents: bigint | null;
|
|
1343
879
|
unreconciledAmountCents: bigint | null;
|
|
1344
880
|
totalReconciledAmountCents: bigint | null;
|
|
1345
|
-
bankStatementBalanceCents: number | bigint;
|
|
881
|
+
bankStatementBalanceCents: string | number | bigint;
|
|
882
|
+
closedAt: Date | null;
|
|
883
|
+
updatedBy: string | null;
|
|
884
|
+
closedBy: string | null;
|
|
1346
885
|
editable: boolean;
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
886
|
+
mtaAccountPeriodId: string;
|
|
887
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
888
|
+
closingVarianceCents?: string | number | bigint | null | undefined;
|
|
889
|
+
currentTrustBalanceCents?: string | number | bigint | null | undefined;
|
|
890
|
+
currentReconciledBalanceCents?: string | number | bigint | null | undefined;
|
|
891
|
+
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
1352
892
|
} | null | undefined;
|
|
1353
893
|
}>;
|
|
1354
894
|
export type MtaClosedAccountPeriodRestRes = z.infer<typeof mtaClosedAccountPeriodRestResSchema>;
|