@mikemo-coposit/am-accounting-shared 0.0.3 → 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/cma.constant.d.ts +6 -0
- package/dist/cjs/constants/cma/cma.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma/index.d.ts +1 -1
- package/dist/cjs/constants/cma/index.d.ts.map +1 -1
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +6 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/cma-payment-method.constant.d.ts +4 -0
- package/dist/cjs/constants/cma-transaction/cma-payment-method.constant.d.ts.map +1 -0
- 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 +20 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/index.d.ts +5 -0
- package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -0
- package/dist/cjs/constants/common/account-period.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-period.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/reconciliation.constant.d.ts +5 -0
- package/dist/cjs/constants/common/reconciliation.constant.d.ts.map +1 -0
- package/dist/cjs/constants/index.d.ts +3 -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 +1924 -743
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +1093 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -0
- 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 +25 -0
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/index.d.ts +3 -3
- 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 +19 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +3637 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +46 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1105 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/index.d.ts +6 -0
- package/dist/cjs/schemas/cma-account-period/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +19 -0
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +37 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2238 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +61 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +71 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/index.d.ts +5 -0
- package/dist/cjs/schemas/cma-reconciliation/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -0
- 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 +1533 -44
- 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 +836 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +38 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts +6 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +17 -0
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -0
- 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/index.d.ts +7 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +18 -18
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +263 -478
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1506 -1866
- 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 +10 -10
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +327 -787
- 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 +55 -55
- 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 +7 -7
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2035 -20
- 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 +12 -12
- 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/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +13 -15
- 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 +27 -24
- 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 +465 -1623
- 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 +403 -287
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +20 -34
- 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 +403 -112
- 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 +375 -128
- 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 +87 -7
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +330 -327
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +99 -98
- 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 +33 -0
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/index.d.ts +3 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +66 -0
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -0
- 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 +2432 -1683
- 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 +2 -2
- 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 +4 -2
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/cma/cma.constant.d.ts +6 -0
- package/dist/esm/constants/cma/cma.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma/index.d.ts +1 -1
- package/dist/esm/constants/cma/index.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +6 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-payment-method.constant.d.ts +4 -0
- package/dist/esm/constants/cma-transaction/cma-payment-method.constant.d.ts.map +1 -0
- 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 +20 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/index.d.ts +5 -0
- package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -0
- package/dist/esm/constants/common/account-period.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-period.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/reconciliation.constant.d.ts +5 -0
- package/dist/esm/constants/common/reconciliation.constant.d.ts.map +1 -0
- package/dist/esm/constants/index.d.ts +3 -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 +1770 -889
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +1093 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -0
- 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 +25 -0
- package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma/index.d.ts +3 -3
- 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 +19 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +3637 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +46 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1105 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/index.d.ts +6 -0
- package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +19 -0
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +37 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2238 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/index.d.ts +3 -0
- package/dist/esm/schemas/cma-reconciled-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +61 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +71 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/index.d.ts +5 -0
- package/dist/esm/schemas/cma-reconciliation/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -0
- 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 +1533 -44
- 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 +836 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +38 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts +6 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +17 -0
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -0
- 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/index.d.ts +7 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +18 -18
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +263 -478
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1506 -1866
- 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 +10 -10
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +327 -787
- 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 +55 -55
- 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 +7 -7
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2035 -20
- 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 +12 -12
- 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/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +13 -15
- 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 +27 -24
- 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 +465 -1623
- 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 +403 -287
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +20 -34
- 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 +403 -112
- 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 +375 -128
- 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 +87 -7
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +330 -327
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +99 -98
- 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 +33 -0
- package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/index.d.ts +3 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +66 -0
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -0
- 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 +2432 -1683
- 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 +2 -2
- 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 +4 -2
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/cjs/constants/cma/cma-account.constant.d.ts +0 -6
- package/dist/cjs/constants/cma/cma-account.constant.d.ts.map +0 -1
- 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-account-res.schema.d.ts +0 -67
- package/dist/cjs/schemas/cma/cma-account-res.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts +0 -67
- package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/create-cma-account.schema.d.ts +0 -24
- package/dist/cjs/schemas/cma/create-cma-account.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/cma/cma-account.constant.d.ts +0 -6
- package/dist/esm/constants/cma/cma-account.constant.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-account-res.schema.d.ts +0 -67
- package/dist/esm/schemas/cma/cma-account-res.schema.d.ts.map +0 -1
- package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts +0 -67
- package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts.map +0 -1
- package/dist/esm/schemas/cma/create-cma-account.schema.d.ts +0 -24
- package/dist/esm/schemas/cma/create-cma-account.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,42 +12,51 @@ 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
|
-
startDate: Date;
|
|
24
|
-
endDate: Date | null;
|
|
25
|
-
openingBalanceCents: number;
|
|
26
|
-
closingBalanceCents: number;
|
|
27
|
-
closedBy: string | null;
|
|
28
|
-
closedAt: Date | null;
|
|
29
27
|
mtaId: string;
|
|
28
|
+
endDate: 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;
|
|
34
41
|
isArchived: boolean;
|
|
35
42
|
createdAt: Date;
|
|
36
43
|
updatedAt: Date;
|
|
37
|
-
startDate: Date;
|
|
38
|
-
endDate: Date | null;
|
|
39
|
-
openingBalanceCents: number | bigint;
|
|
40
|
-
closedBy: string | null;
|
|
41
|
-
closedAt: Date | null;
|
|
42
44
|
mtaId: string;
|
|
45
|
+
endDate: 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;
|
|
@@ -138,42 +152,42 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
138
152
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
139
153
|
}, "strip", z.ZodTypeAny, {
|
|
140
154
|
id: string;
|
|
141
|
-
balanceCents: bigint;
|
|
142
155
|
status: string;
|
|
143
|
-
currentReceiveSeq: number;
|
|
144
|
-
currentPayoutSeq: number;
|
|
145
|
-
stateCode: string;
|
|
146
|
-
bankCode: string;
|
|
147
|
-
bsb: string;
|
|
148
|
-
accountNumber: string;
|
|
149
156
|
isArchived: boolean;
|
|
157
|
+
createdBy: string | null;
|
|
150
158
|
createdAt: Date;
|
|
151
159
|
updatedAt: Date;
|
|
152
|
-
createdBy: string | null;
|
|
153
160
|
syncedAt: Date | null;
|
|
161
|
+
balanceCents: bigint;
|
|
154
162
|
name: string;
|
|
163
|
+
bsb: string;
|
|
164
|
+
accountNumber: string;
|
|
165
|
+
updatedBy: string | null;
|
|
155
166
|
country: string;
|
|
167
|
+
stateCode: string;
|
|
168
|
+
bankCode: string;
|
|
169
|
+
currentReceiveSeq: number;
|
|
170
|
+
currentPayoutSeq: number;
|
|
156
171
|
subsidiaryId: string;
|
|
157
|
-
updatedBy: string | null;
|
|
158
172
|
}, {
|
|
159
173
|
id: string;
|
|
160
|
-
balanceCents: bigint;
|
|
161
174
|
status: string;
|
|
162
|
-
currentReceiveSeq: number;
|
|
163
|
-
currentPayoutSeq: number;
|
|
164
|
-
stateCode: string;
|
|
165
|
-
bankCode: string;
|
|
166
|
-
bsb: string;
|
|
167
|
-
accountNumber: string;
|
|
168
175
|
isArchived: boolean;
|
|
176
|
+
createdBy: string | null;
|
|
169
177
|
createdAt: Date;
|
|
170
178
|
updatedAt: Date;
|
|
171
|
-
createdBy: string | null;
|
|
172
179
|
syncedAt: Date | null;
|
|
180
|
+
balanceCents: bigint;
|
|
173
181
|
name: string;
|
|
182
|
+
bsb: string;
|
|
183
|
+
accountNumber: string;
|
|
184
|
+
updatedBy: string | null;
|
|
174
185
|
country: string;
|
|
186
|
+
stateCode: string;
|
|
187
|
+
bankCode: string;
|
|
188
|
+
currentReceiveSeq: number;
|
|
189
|
+
currentPayoutSeq: number;
|
|
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;
|
|
@@ -234,6 +248,26 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
234
248
|
bankAccountId: string;
|
|
235
249
|
};
|
|
236
250
|
};
|
|
251
|
+
mta?: {
|
|
252
|
+
id: string;
|
|
253
|
+
status: string;
|
|
254
|
+
isArchived: boolean;
|
|
255
|
+
createdBy: string | null;
|
|
256
|
+
createdAt: Date;
|
|
257
|
+
updatedAt: Date;
|
|
258
|
+
syncedAt: Date | null;
|
|
259
|
+
balanceCents: bigint;
|
|
260
|
+
name: string;
|
|
261
|
+
bsb: string;
|
|
262
|
+
accountNumber: string;
|
|
263
|
+
updatedBy: string | null;
|
|
264
|
+
country: string;
|
|
265
|
+
stateCode: string;
|
|
266
|
+
bankCode: string;
|
|
267
|
+
currentReceiveSeq: number;
|
|
268
|
+
currentPayoutSeq: number;
|
|
269
|
+
subsidiaryId: string;
|
|
270
|
+
} | undefined;
|
|
237
271
|
floatAccount?: {
|
|
238
272
|
credential: {
|
|
239
273
|
bankAccountId: string;
|
|
@@ -250,26 +284,6 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
250
284
|
providerCode: string;
|
|
251
285
|
settings: string;
|
|
252
286
|
} | undefined;
|
|
253
|
-
mta?: {
|
|
254
|
-
id: string;
|
|
255
|
-
balanceCents: bigint;
|
|
256
|
-
status: string;
|
|
257
|
-
currentReceiveSeq: number;
|
|
258
|
-
currentPayoutSeq: number;
|
|
259
|
-
stateCode: string;
|
|
260
|
-
bankCode: string;
|
|
261
|
-
bsb: string;
|
|
262
|
-
accountNumber: string;
|
|
263
|
-
isArchived: boolean;
|
|
264
|
-
createdAt: Date;
|
|
265
|
-
updatedAt: Date;
|
|
266
|
-
createdBy: string | null;
|
|
267
|
-
syncedAt: Date | null;
|
|
268
|
-
name: string;
|
|
269
|
-
country: string;
|
|
270
|
-
subsidiaryId: string;
|
|
271
|
-
updatedBy: string | null;
|
|
272
|
-
} | undefined;
|
|
273
287
|
}, {
|
|
274
288
|
id: string;
|
|
275
289
|
status: string;
|
|
@@ -280,36 +294,36 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
280
294
|
bankAccountId: string;
|
|
281
295
|
paymentProviderId: string;
|
|
282
296
|
account: string;
|
|
283
|
-
|
|
284
|
-
paymentProvider?: {
|
|
297
|
+
mta?: {
|
|
285
298
|
id: string;
|
|
286
299
|
status: string;
|
|
287
300
|
isArchived: boolean;
|
|
301
|
+
createdBy: string | null;
|
|
288
302
|
createdAt: Date;
|
|
289
303
|
updatedAt: Date;
|
|
304
|
+
syncedAt: Date | null;
|
|
305
|
+
balanceCents: bigint;
|
|
290
306
|
name: string;
|
|
291
|
-
|
|
292
|
-
|
|
307
|
+
bsb: string;
|
|
308
|
+
accountNumber: string;
|
|
309
|
+
updatedBy: string | null;
|
|
310
|
+
country: string;
|
|
311
|
+
stateCode: string;
|
|
312
|
+
bankCode: string;
|
|
313
|
+
currentReceiveSeq: number;
|
|
314
|
+
currentPayoutSeq: number;
|
|
315
|
+
subsidiaryId: string;
|
|
293
316
|
} | undefined;
|
|
294
|
-
|
|
317
|
+
floatAccount?: string | null | undefined;
|
|
318
|
+
paymentProvider?: {
|
|
295
319
|
id: string;
|
|
296
|
-
balanceCents: bigint;
|
|
297
320
|
status: string;
|
|
298
|
-
currentReceiveSeq: number;
|
|
299
|
-
currentPayoutSeq: number;
|
|
300
|
-
stateCode: string;
|
|
301
|
-
bankCode: string;
|
|
302
|
-
bsb: string;
|
|
303
|
-
accountNumber: string;
|
|
304
321
|
isArchived: boolean;
|
|
305
322
|
createdAt: Date;
|
|
306
323
|
updatedAt: Date;
|
|
307
|
-
createdBy: string | null;
|
|
308
|
-
syncedAt: Date | null;
|
|
309
324
|
name: string;
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
updatedBy: string | null;
|
|
325
|
+
providerCode: string;
|
|
326
|
+
settings: string;
|
|
313
327
|
} | undefined;
|
|
314
328
|
}>, "many">>>;
|
|
315
329
|
accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -332,48 +346,48 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
332
346
|
isArchived: boolean;
|
|
333
347
|
createdAt: Date;
|
|
334
348
|
updatedAt: Date;
|
|
335
|
-
|
|
349
|
+
mtaId: string;
|
|
336
350
|
endDate: Date | null;
|
|
337
|
-
|
|
351
|
+
closingDescription: string | null;
|
|
338
352
|
closingBalanceCents: bigint | null;
|
|
339
|
-
closedBy: string | null;
|
|
340
353
|
closedAt: Date | null;
|
|
341
|
-
|
|
342
|
-
|
|
354
|
+
closedBy: string | null;
|
|
355
|
+
startDate: Date;
|
|
356
|
+
openingBalanceCents: bigint;
|
|
343
357
|
}, {
|
|
344
358
|
id: string;
|
|
345
359
|
status: string;
|
|
346
360
|
isArchived: boolean;
|
|
347
361
|
createdAt: Date;
|
|
348
362
|
updatedAt: Date;
|
|
349
|
-
|
|
363
|
+
mtaId: string;
|
|
350
364
|
endDate: Date | null;
|
|
351
|
-
|
|
365
|
+
closingDescription: string | null;
|
|
352
366
|
closingBalanceCents: bigint | null;
|
|
353
|
-
closedBy: string | null;
|
|
354
367
|
closedAt: Date | null;
|
|
355
|
-
|
|
356
|
-
|
|
368
|
+
closedBy: string | null;
|
|
369
|
+
startDate: Date;
|
|
370
|
+
openingBalanceCents: bigint;
|
|
357
371
|
}>, "many">>>;
|
|
358
372
|
}, "strip", z.ZodTypeAny, {
|
|
359
373
|
id: string;
|
|
360
|
-
balanceCents: number;
|
|
361
374
|
status: string;
|
|
362
|
-
currentReceiveSeq: number;
|
|
363
|
-
currentPayoutSeq: number;
|
|
364
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
365
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
366
|
-
bsb: string;
|
|
367
|
-
accountNumber: string;
|
|
368
375
|
isArchived: boolean;
|
|
376
|
+
createdBy: string | null;
|
|
369
377
|
createdAt: Date;
|
|
370
378
|
updatedAt: Date;
|
|
371
|
-
createdBy: string | null;
|
|
372
379
|
syncedAt: Date | null;
|
|
380
|
+
balanceCents: number;
|
|
373
381
|
name: string;
|
|
382
|
+
bsb: string | null;
|
|
383
|
+
accountNumber: string | null;
|
|
384
|
+
updatedBy: string | null;
|
|
374
385
|
country: string;
|
|
386
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
387
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
388
|
+
currentReceiveSeq: number;
|
|
389
|
+
currentPayoutSeq: number;
|
|
375
390
|
subsidiaryId: string;
|
|
376
|
-
updatedBy: string | null;
|
|
377
391
|
paymentMethods?: {
|
|
378
392
|
id: string;
|
|
379
393
|
status: string;
|
|
@@ -390,6 +404,26 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
390
404
|
bankAccountId: string;
|
|
391
405
|
};
|
|
392
406
|
};
|
|
407
|
+
mta?: {
|
|
408
|
+
id: string;
|
|
409
|
+
status: string;
|
|
410
|
+
isArchived: boolean;
|
|
411
|
+
createdBy: string | null;
|
|
412
|
+
createdAt: Date;
|
|
413
|
+
updatedAt: Date;
|
|
414
|
+
syncedAt: Date | null;
|
|
415
|
+
balanceCents: bigint;
|
|
416
|
+
name: string;
|
|
417
|
+
bsb: string;
|
|
418
|
+
accountNumber: string;
|
|
419
|
+
updatedBy: string | null;
|
|
420
|
+
country: string;
|
|
421
|
+
stateCode: string;
|
|
422
|
+
bankCode: string;
|
|
423
|
+
currentReceiveSeq: number;
|
|
424
|
+
currentPayoutSeq: number;
|
|
425
|
+
subsidiaryId: string;
|
|
426
|
+
} | undefined;
|
|
393
427
|
floatAccount?: {
|
|
394
428
|
credential: {
|
|
395
429
|
bankAccountId: string;
|
|
@@ -406,26 +440,6 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
406
440
|
providerCode: string;
|
|
407
441
|
settings: string;
|
|
408
442
|
} | undefined;
|
|
409
|
-
mta?: {
|
|
410
|
-
id: string;
|
|
411
|
-
balanceCents: bigint;
|
|
412
|
-
status: string;
|
|
413
|
-
currentReceiveSeq: number;
|
|
414
|
-
currentPayoutSeq: number;
|
|
415
|
-
stateCode: string;
|
|
416
|
-
bankCode: string;
|
|
417
|
-
bsb: string;
|
|
418
|
-
accountNumber: string;
|
|
419
|
-
isArchived: boolean;
|
|
420
|
-
createdAt: Date;
|
|
421
|
-
updatedAt: Date;
|
|
422
|
-
createdBy: string | null;
|
|
423
|
-
syncedAt: Date | null;
|
|
424
|
-
name: string;
|
|
425
|
-
country: string;
|
|
426
|
-
subsidiaryId: string;
|
|
427
|
-
updatedBy: string | null;
|
|
428
|
-
} | undefined;
|
|
429
443
|
}[] | undefined;
|
|
430
444
|
accountPeriods?: {
|
|
431
445
|
id: string;
|
|
@@ -433,34 +447,34 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
433
447
|
isArchived: boolean;
|
|
434
448
|
createdAt: Date;
|
|
435
449
|
updatedAt: Date;
|
|
436
|
-
|
|
450
|
+
mtaId: string;
|
|
437
451
|
endDate: Date | null;
|
|
438
|
-
|
|
452
|
+
closingDescription: string | null;
|
|
439
453
|
closingBalanceCents: bigint | null;
|
|
440
|
-
closedBy: string | null;
|
|
441
454
|
closedAt: Date | null;
|
|
442
|
-
|
|
443
|
-
|
|
455
|
+
closedBy: string | null;
|
|
456
|
+
startDate: Date;
|
|
457
|
+
openingBalanceCents: bigint;
|
|
444
458
|
}[] | undefined;
|
|
445
459
|
}, {
|
|
446
460
|
id: string;
|
|
447
|
-
balanceCents: number | bigint;
|
|
448
461
|
status: string;
|
|
449
|
-
currentReceiveSeq: number;
|
|
450
|
-
currentPayoutSeq: number;
|
|
451
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
452
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
453
|
-
bsb: string;
|
|
454
|
-
accountNumber: string;
|
|
455
462
|
isArchived: boolean;
|
|
463
|
+
createdBy: string | null;
|
|
456
464
|
createdAt: Date;
|
|
457
465
|
updatedAt: Date;
|
|
458
|
-
createdBy: string | null;
|
|
459
466
|
syncedAt: Date | null;
|
|
467
|
+
balanceCents: string | number | bigint;
|
|
460
468
|
name: string;
|
|
469
|
+
bsb: string;
|
|
470
|
+
accountNumber: string;
|
|
471
|
+
updatedBy: string | null;
|
|
461
472
|
country: string;
|
|
473
|
+
stateCode: string;
|
|
474
|
+
bankCode: string;
|
|
475
|
+
currentReceiveSeq: number;
|
|
476
|
+
currentPayoutSeq: number;
|
|
462
477
|
subsidiaryId: string;
|
|
463
|
-
updatedBy: string | null;
|
|
464
478
|
paymentMethods?: {
|
|
465
479
|
id: string;
|
|
466
480
|
status: string;
|
|
@@ -471,494 +485,26 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
471
485
|
bankAccountId: string;
|
|
472
486
|
paymentProviderId: string;
|
|
473
487
|
account: string;
|
|
474
|
-
|
|
475
|
-
paymentProvider?: {
|
|
488
|
+
mta?: {
|
|
476
489
|
id: string;
|
|
477
490
|
status: string;
|
|
478
491
|
isArchived: boolean;
|
|
492
|
+
createdBy: string | null;
|
|
479
493
|
createdAt: Date;
|
|
480
494
|
updatedAt: Date;
|
|
481
|
-
|
|
482
|
-
providerCode: string;
|
|
483
|
-
settings: string;
|
|
484
|
-
} | undefined;
|
|
485
|
-
mta?: {
|
|
486
|
-
id: string;
|
|
495
|
+
syncedAt: Date | null;
|
|
487
496
|
balanceCents: bigint;
|
|
488
|
-
|
|
489
|
-
currentReceiveSeq: number;
|
|
490
|
-
currentPayoutSeq: number;
|
|
491
|
-
stateCode: string;
|
|
492
|
-
bankCode: string;
|
|
497
|
+
name: string;
|
|
493
498
|
bsb: string;
|
|
494
499
|
accountNumber: string;
|
|
495
|
-
isArchived: boolean;
|
|
496
|
-
createdAt: Date;
|
|
497
|
-
updatedAt: Date;
|
|
498
|
-
createdBy: string | null;
|
|
499
|
-
syncedAt: Date | null;
|
|
500
|
-
name: string;
|
|
501
|
-
country: string;
|
|
502
|
-
subsidiaryId: string;
|
|
503
500
|
updatedBy: string | null;
|
|
504
|
-
} | undefined;
|
|
505
|
-
}[] | undefined;
|
|
506
|
-
accountPeriods?: {
|
|
507
|
-
id: string;
|
|
508
|
-
status: string;
|
|
509
|
-
isArchived: boolean;
|
|
510
|
-
createdAt: Date;
|
|
511
|
-
updatedAt: Date;
|
|
512
|
-
startDate: Date;
|
|
513
|
-
endDate: Date | null;
|
|
514
|
-
openingBalanceCents: bigint;
|
|
515
|
-
closingBalanceCents: bigint | null;
|
|
516
|
-
closedBy: string | null;
|
|
517
|
-
closedAt: Date | null;
|
|
518
|
-
mtaId: string;
|
|
519
|
-
closingDescription: string | null;
|
|
520
|
-
}[] | undefined;
|
|
521
|
-
}>>>;
|
|
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
|
-
}, "strip", z.ZodTypeAny, {
|
|
526
|
-
id: string;
|
|
527
|
-
status: string;
|
|
528
|
-
isArchived: boolean;
|
|
529
|
-
createdAt: Date;
|
|
530
|
-
updatedAt: Date;
|
|
531
|
-
startDate: Date;
|
|
532
|
-
endDate: Date | null;
|
|
533
|
-
openingBalanceCents: number;
|
|
534
|
-
closingBalanceCents: number;
|
|
535
|
-
closedBy: string | null;
|
|
536
|
-
closedAt: Date | null;
|
|
537
|
-
mtaId: string;
|
|
538
|
-
closingDescription: string | null;
|
|
539
|
-
mta?: {
|
|
540
|
-
id: string;
|
|
541
|
-
balanceCents: number;
|
|
542
|
-
status: string;
|
|
543
|
-
currentReceiveSeq: number;
|
|
544
|
-
currentPayoutSeq: number;
|
|
545
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
546
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
547
|
-
bsb: string;
|
|
548
|
-
accountNumber: string;
|
|
549
|
-
isArchived: boolean;
|
|
550
|
-
createdAt: Date;
|
|
551
|
-
updatedAt: Date;
|
|
552
|
-
createdBy: string | null;
|
|
553
|
-
syncedAt: Date | null;
|
|
554
|
-
name: string;
|
|
555
|
-
country: string;
|
|
556
|
-
subsidiaryId: string;
|
|
557
|
-
updatedBy: string | null;
|
|
558
|
-
paymentMethods?: {
|
|
559
|
-
id: string;
|
|
560
|
-
status: string;
|
|
561
|
-
isArchived: boolean;
|
|
562
|
-
createdAt: Date;
|
|
563
|
-
updatedAt: Date;
|
|
564
|
-
mtaId: string;
|
|
565
|
-
bankAccountId: string;
|
|
566
|
-
paymentProviderId: string;
|
|
567
|
-
account: {
|
|
568
|
-
bsb: string;
|
|
569
|
-
accountNumber: string;
|
|
570
|
-
credential: {
|
|
571
|
-
bankAccountId: string;
|
|
572
|
-
};
|
|
573
|
-
};
|
|
574
|
-
floatAccount?: {
|
|
575
|
-
credential: {
|
|
576
|
-
bankAccountId: string;
|
|
577
|
-
};
|
|
578
|
-
domainName: string;
|
|
579
|
-
} | null | undefined;
|
|
580
|
-
paymentProvider?: {
|
|
581
|
-
id: string;
|
|
582
|
-
status: string;
|
|
583
|
-
isArchived: boolean;
|
|
584
|
-
createdAt: Date;
|
|
585
|
-
updatedAt: Date;
|
|
586
|
-
name: string;
|
|
587
|
-
providerCode: string;
|
|
588
|
-
settings: string;
|
|
589
|
-
} | undefined;
|
|
590
|
-
mta?: {
|
|
591
|
-
id: string;
|
|
592
|
-
balanceCents: bigint;
|
|
593
|
-
status: string;
|
|
594
|
-
currentReceiveSeq: number;
|
|
595
|
-
currentPayoutSeq: number;
|
|
596
|
-
stateCode: string;
|
|
597
|
-
bankCode: string;
|
|
598
|
-
bsb: string;
|
|
599
|
-
accountNumber: string;
|
|
600
|
-
isArchived: boolean;
|
|
601
|
-
createdAt: Date;
|
|
602
|
-
updatedAt: Date;
|
|
603
|
-
createdBy: string | null;
|
|
604
|
-
syncedAt: Date | null;
|
|
605
|
-
name: string;
|
|
606
501
|
country: string;
|
|
607
|
-
subsidiaryId: string;
|
|
608
|
-
updatedBy: string | null;
|
|
609
|
-
} | undefined;
|
|
610
|
-
}[] | undefined;
|
|
611
|
-
accountPeriods?: {
|
|
612
|
-
id: string;
|
|
613
|
-
status: string;
|
|
614
|
-
isArchived: boolean;
|
|
615
|
-
createdAt: Date;
|
|
616
|
-
updatedAt: Date;
|
|
617
|
-
startDate: Date;
|
|
618
|
-
endDate: Date | null;
|
|
619
|
-
openingBalanceCents: bigint;
|
|
620
|
-
closingBalanceCents: bigint | null;
|
|
621
|
-
closedBy: string | null;
|
|
622
|
-
closedAt: Date | null;
|
|
623
|
-
mtaId: string;
|
|
624
|
-
closingDescription: string | null;
|
|
625
|
-
}[] | undefined;
|
|
626
|
-
} | undefined;
|
|
627
|
-
reconciledAmountCents?: number | null | undefined;
|
|
628
|
-
unreconciledAmountCents?: number | null | undefined;
|
|
629
|
-
totalReconciledAmountCents?: number | null | undefined;
|
|
630
|
-
}, {
|
|
631
|
-
id: string;
|
|
632
|
-
status: string;
|
|
633
|
-
isArchived: boolean;
|
|
634
|
-
createdAt: Date;
|
|
635
|
-
updatedAt: Date;
|
|
636
|
-
startDate: Date;
|
|
637
|
-
endDate: Date | null;
|
|
638
|
-
openingBalanceCents: number | bigint;
|
|
639
|
-
closedBy: string | null;
|
|
640
|
-
closedAt: Date | null;
|
|
641
|
-
mtaId: string;
|
|
642
|
-
closingDescription: string | null;
|
|
643
|
-
closingBalanceCents?: number | bigint | null | undefined;
|
|
644
|
-
mta?: {
|
|
645
|
-
id: string;
|
|
646
|
-
balanceCents: number | bigint;
|
|
647
|
-
status: string;
|
|
648
|
-
currentReceiveSeq: number;
|
|
649
|
-
currentPayoutSeq: number;
|
|
650
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
651
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
652
|
-
bsb: string;
|
|
653
|
-
accountNumber: string;
|
|
654
|
-
isArchived: boolean;
|
|
655
|
-
createdAt: Date;
|
|
656
|
-
updatedAt: Date;
|
|
657
|
-
createdBy: string | null;
|
|
658
|
-
syncedAt: Date | null;
|
|
659
|
-
name: string;
|
|
660
|
-
country: string;
|
|
661
|
-
subsidiaryId: string;
|
|
662
|
-
updatedBy: string | null;
|
|
663
|
-
paymentMethods?: {
|
|
664
|
-
id: string;
|
|
665
|
-
status: string;
|
|
666
|
-
isArchived: boolean;
|
|
667
|
-
createdAt: Date;
|
|
668
|
-
updatedAt: Date;
|
|
669
|
-
mtaId: string;
|
|
670
|
-
bankAccountId: string;
|
|
671
|
-
paymentProviderId: string;
|
|
672
|
-
account: string;
|
|
673
|
-
floatAccount?: string | null | undefined;
|
|
674
|
-
paymentProvider?: {
|
|
675
|
-
id: string;
|
|
676
|
-
status: string;
|
|
677
|
-
isArchived: boolean;
|
|
678
|
-
createdAt: Date;
|
|
679
|
-
updatedAt: Date;
|
|
680
|
-
name: string;
|
|
681
|
-
providerCode: string;
|
|
682
|
-
settings: string;
|
|
683
|
-
} | undefined;
|
|
684
|
-
mta?: {
|
|
685
|
-
id: string;
|
|
686
|
-
balanceCents: bigint;
|
|
687
|
-
status: string;
|
|
688
|
-
currentReceiveSeq: number;
|
|
689
|
-
currentPayoutSeq: number;
|
|
690
502
|
stateCode: string;
|
|
691
503
|
bankCode: string;
|
|
692
|
-
bsb: string;
|
|
693
|
-
accountNumber: string;
|
|
694
|
-
isArchived: boolean;
|
|
695
|
-
createdAt: Date;
|
|
696
|
-
updatedAt: Date;
|
|
697
|
-
createdBy: string | null;
|
|
698
|
-
syncedAt: Date | null;
|
|
699
|
-
name: string;
|
|
700
|
-
country: string;
|
|
701
|
-
subsidiaryId: string;
|
|
702
|
-
updatedBy: string | null;
|
|
703
|
-
} | undefined;
|
|
704
|
-
}[] | undefined;
|
|
705
|
-
accountPeriods?: {
|
|
706
|
-
id: string;
|
|
707
|
-
status: string;
|
|
708
|
-
isArchived: boolean;
|
|
709
|
-
createdAt: Date;
|
|
710
|
-
updatedAt: Date;
|
|
711
|
-
startDate: Date;
|
|
712
|
-
endDate: Date | null;
|
|
713
|
-
openingBalanceCents: bigint;
|
|
714
|
-
closingBalanceCents: bigint | null;
|
|
715
|
-
closedBy: string | null;
|
|
716
|
-
closedAt: Date | null;
|
|
717
|
-
mtaId: string;
|
|
718
|
-
closingDescription: string | null;
|
|
719
|
-
}[] | undefined;
|
|
720
|
-
} | undefined;
|
|
721
|
-
reconciledAmountCents?: number | bigint | null | undefined;
|
|
722
|
-
unreconciledAmountCents?: number | bigint | null | undefined;
|
|
723
|
-
totalReconciledAmountCents?: number | bigint | null | undefined;
|
|
724
|
-
}>;
|
|
725
|
-
export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
726
|
-
id: z.ZodString;
|
|
727
|
-
startDate: z.ZodDate;
|
|
728
|
-
endDate: z.ZodNullable<z.ZodDate>;
|
|
729
|
-
status: z.ZodString;
|
|
730
|
-
closedBy: z.ZodNullable<z.ZodString>;
|
|
731
|
-
closedAt: z.ZodNullable<z.ZodDate>;
|
|
732
|
-
isArchived: z.ZodBoolean;
|
|
733
|
-
createdAt: z.ZodDate;
|
|
734
|
-
updatedAt: z.ZodDate;
|
|
735
|
-
mtaId: z.ZodString;
|
|
736
|
-
closingDescription: z.ZodNullable<z.ZodString>;
|
|
737
|
-
} & {
|
|
738
|
-
openingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
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<{
|
|
742
|
-
id: z.ZodString;
|
|
743
|
-
name: z.ZodString;
|
|
744
|
-
country: z.ZodString;
|
|
745
|
-
currentReceiveSeq: z.ZodNumber;
|
|
746
|
-
currentPayoutSeq: z.ZodNumber;
|
|
747
|
-
status: z.ZodString;
|
|
748
|
-
isArchived: z.ZodBoolean;
|
|
749
|
-
createdAt: z.ZodDate;
|
|
750
|
-
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
751
|
-
updatedAt: z.ZodDate;
|
|
752
|
-
createdBy: z.ZodNullable<z.ZodString>;
|
|
753
|
-
updatedBy: z.ZodNullable<z.ZodString>;
|
|
754
|
-
} & {
|
|
755
|
-
stateCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
756
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>;
|
|
757
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
758
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
759
|
-
subsidiaryId: z.ZodString;
|
|
760
|
-
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
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
|
-
balanceCents: bigint;
|
|
821
|
-
status: string;
|
|
822
504
|
currentReceiveSeq: number;
|
|
823
505
|
currentPayoutSeq: number;
|
|
824
|
-
stateCode: string;
|
|
825
|
-
bankCode: string;
|
|
826
|
-
bsb: string;
|
|
827
|
-
accountNumber: string;
|
|
828
|
-
isArchived: boolean;
|
|
829
|
-
createdAt: Date;
|
|
830
|
-
updatedAt: Date;
|
|
831
|
-
createdBy: string | null;
|
|
832
|
-
syncedAt: Date | null;
|
|
833
|
-
name: string;
|
|
834
|
-
country: string;
|
|
835
506
|
subsidiaryId: string;
|
|
836
|
-
updatedBy: string | null;
|
|
837
|
-
}, {
|
|
838
|
-
id: string;
|
|
839
|
-
balanceCents: bigint;
|
|
840
|
-
status: string;
|
|
841
|
-
currentReceiveSeq: number;
|
|
842
|
-
currentPayoutSeq: number;
|
|
843
|
-
stateCode: string;
|
|
844
|
-
bankCode: string;
|
|
845
|
-
bsb: string;
|
|
846
|
-
accountNumber: string;
|
|
847
|
-
isArchived: boolean;
|
|
848
|
-
createdAt: Date;
|
|
849
|
-
updatedAt: Date;
|
|
850
|
-
createdBy: string | null;
|
|
851
|
-
syncedAt: Date | null;
|
|
852
|
-
name: string;
|
|
853
|
-
country: 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
|
-
floatAccount?: {
|
|
917
|
-
credential: {
|
|
918
|
-
bankAccountId: string;
|
|
919
|
-
};
|
|
920
|
-
domainName: string;
|
|
921
|
-
} | null | undefined;
|
|
922
|
-
paymentProvider?: {
|
|
923
|
-
id: string;
|
|
924
|
-
status: string;
|
|
925
|
-
isArchived: boolean;
|
|
926
|
-
createdAt: Date;
|
|
927
|
-
updatedAt: Date;
|
|
928
|
-
name: string;
|
|
929
|
-
providerCode: string;
|
|
930
|
-
settings: string;
|
|
931
|
-
} | undefined;
|
|
932
|
-
mta?: {
|
|
933
|
-
id: string;
|
|
934
|
-
balanceCents: bigint;
|
|
935
|
-
status: string;
|
|
936
|
-
currentReceiveSeq: number;
|
|
937
|
-
currentPayoutSeq: number;
|
|
938
|
-
stateCode: string;
|
|
939
|
-
bankCode: string;
|
|
940
|
-
bsb: string;
|
|
941
|
-
accountNumber: string;
|
|
942
|
-
isArchived: boolean;
|
|
943
|
-
createdAt: Date;
|
|
944
|
-
updatedAt: Date;
|
|
945
|
-
createdBy: string | null;
|
|
946
|
-
syncedAt: Date | null;
|
|
947
|
-
name: string;
|
|
948
|
-
country: string;
|
|
949
|
-
subsidiaryId: string;
|
|
950
|
-
updatedBy: string | null;
|
|
951
507
|
} | 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
508
|
floatAccount?: string | null | undefined;
|
|
963
509
|
paymentProvider?: {
|
|
964
510
|
id: string;
|
|
@@ -970,89 +516,55 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
970
516
|
providerCode: string;
|
|
971
517
|
settings: string;
|
|
972
518
|
} | undefined;
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
balanceCents: bigint;
|
|
976
|
-
status: string;
|
|
977
|
-
currentReceiveSeq: number;
|
|
978
|
-
currentPayoutSeq: number;
|
|
979
|
-
stateCode: string;
|
|
980
|
-
bankCode: string;
|
|
981
|
-
bsb: string;
|
|
982
|
-
accountNumber: string;
|
|
983
|
-
isArchived: boolean;
|
|
984
|
-
createdAt: Date;
|
|
985
|
-
updatedAt: Date;
|
|
986
|
-
createdBy: string | null;
|
|
987
|
-
syncedAt: Date | null;
|
|
988
|
-
name: string;
|
|
989
|
-
country: string;
|
|
990
|
-
subsidiaryId: string;
|
|
991
|
-
updatedBy: string | null;
|
|
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, {
|
|
519
|
+
}[] | undefined;
|
|
520
|
+
accountPeriods?: {
|
|
1009
521
|
id: string;
|
|
1010
522
|
status: string;
|
|
1011
523
|
isArchived: boolean;
|
|
1012
524
|
createdAt: Date;
|
|
1013
525
|
updatedAt: Date;
|
|
1014
|
-
|
|
526
|
+
mtaId: string;
|
|
1015
527
|
endDate: Date | null;
|
|
1016
|
-
|
|
528
|
+
closingDescription: string | null;
|
|
1017
529
|
closingBalanceCents: bigint | null;
|
|
1018
|
-
closedBy: string | null;
|
|
1019
530
|
closedAt: Date | null;
|
|
1020
|
-
|
|
1021
|
-
closingDescription: string | null;
|
|
1022
|
-
}, {
|
|
1023
|
-
id: string;
|
|
1024
|
-
status: string;
|
|
1025
|
-
isArchived: boolean;
|
|
1026
|
-
createdAt: Date;
|
|
1027
|
-
updatedAt: Date;
|
|
531
|
+
closedBy: string | null;
|
|
1028
532
|
startDate: Date;
|
|
1029
|
-
endDate: Date | null;
|
|
1030
533
|
openingBalanceCents: bigint;
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
534
|
+
}[] | undefined;
|
|
535
|
+
}>>>;
|
|
536
|
+
}, "strip", z.ZodTypeAny, {
|
|
537
|
+
id: string;
|
|
538
|
+
status: AccountPeriodStatus;
|
|
539
|
+
isArchived: boolean;
|
|
540
|
+
createdAt: Date;
|
|
541
|
+
updatedAt: Date;
|
|
542
|
+
mtaId: string;
|
|
543
|
+
endDate: Date | null;
|
|
544
|
+
closingDescription: string | null;
|
|
545
|
+
closedAt: Date | null;
|
|
546
|
+
closedBy: string | null;
|
|
547
|
+
startDate: Date;
|
|
548
|
+
openingBalanceCents: number;
|
|
549
|
+
mta?: {
|
|
1038
550
|
id: string;
|
|
1039
|
-
balanceCents: number;
|
|
1040
551
|
status: string;
|
|
1041
|
-
currentReceiveSeq: number;
|
|
1042
|
-
currentPayoutSeq: number;
|
|
1043
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1044
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1045
|
-
bsb: string;
|
|
1046
|
-
accountNumber: string;
|
|
1047
552
|
isArchived: boolean;
|
|
553
|
+
createdBy: string | null;
|
|
1048
554
|
createdAt: Date;
|
|
1049
555
|
updatedAt: Date;
|
|
1050
|
-
createdBy: string | null;
|
|
1051
556
|
syncedAt: Date | null;
|
|
557
|
+
balanceCents: number;
|
|
1052
558
|
name: string;
|
|
559
|
+
bsb: string | null;
|
|
560
|
+
accountNumber: string | null;
|
|
561
|
+
updatedBy: string | null;
|
|
1053
562
|
country: string;
|
|
563
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
564
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
565
|
+
currentReceiveSeq: number;
|
|
566
|
+
currentPayoutSeq: number;
|
|
1054
567
|
subsidiaryId: string;
|
|
1055
|
-
updatedBy: string | null;
|
|
1056
568
|
paymentMethods?: {
|
|
1057
569
|
id: string;
|
|
1058
570
|
status: string;
|
|
@@ -1069,6 +581,26 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1069
581
|
bankAccountId: string;
|
|
1070
582
|
};
|
|
1071
583
|
};
|
|
584
|
+
mta?: {
|
|
585
|
+
id: string;
|
|
586
|
+
status: string;
|
|
587
|
+
isArchived: boolean;
|
|
588
|
+
createdBy: string | null;
|
|
589
|
+
createdAt: Date;
|
|
590
|
+
updatedAt: Date;
|
|
591
|
+
syncedAt: Date | null;
|
|
592
|
+
balanceCents: bigint;
|
|
593
|
+
name: string;
|
|
594
|
+
bsb: string;
|
|
595
|
+
accountNumber: string;
|
|
596
|
+
updatedBy: string | null;
|
|
597
|
+
country: string;
|
|
598
|
+
stateCode: string;
|
|
599
|
+
bankCode: string;
|
|
600
|
+
currentReceiveSeq: number;
|
|
601
|
+
currentPayoutSeq: number;
|
|
602
|
+
subsidiaryId: string;
|
|
603
|
+
} | undefined;
|
|
1072
604
|
floatAccount?: {
|
|
1073
605
|
credential: {
|
|
1074
606
|
bankAccountId: string;
|
|
@@ -1085,26 +617,6 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1085
617
|
providerCode: string;
|
|
1086
618
|
settings: string;
|
|
1087
619
|
} | undefined;
|
|
1088
|
-
mta?: {
|
|
1089
|
-
id: string;
|
|
1090
|
-
balanceCents: bigint;
|
|
1091
|
-
status: string;
|
|
1092
|
-
currentReceiveSeq: number;
|
|
1093
|
-
currentPayoutSeq: number;
|
|
1094
|
-
stateCode: string;
|
|
1095
|
-
bankCode: string;
|
|
1096
|
-
bsb: string;
|
|
1097
|
-
accountNumber: string;
|
|
1098
|
-
isArchived: boolean;
|
|
1099
|
-
createdAt: Date;
|
|
1100
|
-
updatedAt: Date;
|
|
1101
|
-
createdBy: string | null;
|
|
1102
|
-
syncedAt: Date | null;
|
|
1103
|
-
name: string;
|
|
1104
|
-
country: string;
|
|
1105
|
-
subsidiaryId: string;
|
|
1106
|
-
updatedBy: string | null;
|
|
1107
|
-
} | undefined;
|
|
1108
620
|
}[] | undefined;
|
|
1109
621
|
accountPeriods?: {
|
|
1110
622
|
id: string;
|
|
@@ -1112,34 +624,52 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1112
624
|
isArchived: boolean;
|
|
1113
625
|
createdAt: Date;
|
|
1114
626
|
updatedAt: Date;
|
|
1115
|
-
|
|
627
|
+
mtaId: string;
|
|
1116
628
|
endDate: Date | null;
|
|
1117
|
-
|
|
629
|
+
closingDescription: string | null;
|
|
1118
630
|
closingBalanceCents: bigint | null;
|
|
1119
|
-
closedBy: string | null;
|
|
1120
631
|
closedAt: Date | null;
|
|
1121
|
-
|
|
1122
|
-
|
|
632
|
+
closedBy: string | null;
|
|
633
|
+
startDate: Date;
|
|
634
|
+
openingBalanceCents: bigint;
|
|
1123
635
|
}[] | undefined;
|
|
1124
|
-
}
|
|
636
|
+
} | undefined;
|
|
637
|
+
closingBalanceCents?: number | null | undefined;
|
|
638
|
+
reconciledAmountCents?: number | null | undefined;
|
|
639
|
+
unreconciledAmountCents?: number | null | undefined;
|
|
640
|
+
totalReconciledAmountCents?: number | null | undefined;
|
|
641
|
+
}, {
|
|
642
|
+
id: string;
|
|
643
|
+
status: string;
|
|
644
|
+
isArchived: boolean;
|
|
645
|
+
createdAt: Date;
|
|
646
|
+
updatedAt: Date;
|
|
647
|
+
mtaId: string;
|
|
648
|
+
endDate: Date | null;
|
|
649
|
+
closingDescription: string | null;
|
|
650
|
+
closedAt: Date | null;
|
|
651
|
+
closedBy: string | null;
|
|
652
|
+
startDate: Date;
|
|
653
|
+
openingBalanceCents: string | number | bigint;
|
|
654
|
+
mta?: {
|
|
1125
655
|
id: string;
|
|
1126
|
-
balanceCents: number | bigint;
|
|
1127
656
|
status: string;
|
|
1128
|
-
currentReceiveSeq: number;
|
|
1129
|
-
currentPayoutSeq: number;
|
|
1130
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1131
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1132
|
-
bsb: string;
|
|
1133
|
-
accountNumber: string;
|
|
1134
657
|
isArchived: boolean;
|
|
658
|
+
createdBy: string | null;
|
|
1135
659
|
createdAt: Date;
|
|
1136
660
|
updatedAt: Date;
|
|
1137
|
-
createdBy: string | null;
|
|
1138
661
|
syncedAt: Date | null;
|
|
662
|
+
balanceCents: string | number | bigint;
|
|
1139
663
|
name: string;
|
|
664
|
+
bsb: string;
|
|
665
|
+
accountNumber: string;
|
|
666
|
+
updatedBy: string | null;
|
|
1140
667
|
country: string;
|
|
668
|
+
stateCode: string;
|
|
669
|
+
bankCode: string;
|
|
670
|
+
currentReceiveSeq: number;
|
|
671
|
+
currentPayoutSeq: number;
|
|
1141
672
|
subsidiaryId: string;
|
|
1142
|
-
updatedBy: string | null;
|
|
1143
673
|
paymentMethods?: {
|
|
1144
674
|
id: string;
|
|
1145
675
|
status: string;
|
|
@@ -1150,36 +680,36 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1150
680
|
bankAccountId: string;
|
|
1151
681
|
paymentProviderId: string;
|
|
1152
682
|
account: string;
|
|
1153
|
-
|
|
1154
|
-
paymentProvider?: {
|
|
683
|
+
mta?: {
|
|
1155
684
|
id: string;
|
|
1156
685
|
status: string;
|
|
1157
686
|
isArchived: boolean;
|
|
687
|
+
createdBy: string | null;
|
|
1158
688
|
createdAt: Date;
|
|
1159
689
|
updatedAt: Date;
|
|
690
|
+
syncedAt: Date | null;
|
|
691
|
+
balanceCents: bigint;
|
|
1160
692
|
name: string;
|
|
1161
|
-
|
|
1162
|
-
|
|
693
|
+
bsb: string;
|
|
694
|
+
accountNumber: string;
|
|
695
|
+
updatedBy: string | null;
|
|
696
|
+
country: string;
|
|
697
|
+
stateCode: string;
|
|
698
|
+
bankCode: string;
|
|
699
|
+
currentReceiveSeq: number;
|
|
700
|
+
currentPayoutSeq: number;
|
|
701
|
+
subsidiaryId: string;
|
|
1163
702
|
} | undefined;
|
|
1164
|
-
|
|
703
|
+
floatAccount?: string | null | undefined;
|
|
704
|
+
paymentProvider?: {
|
|
1165
705
|
id: string;
|
|
1166
|
-
balanceCents: bigint;
|
|
1167
706
|
status: string;
|
|
1168
|
-
currentReceiveSeq: number;
|
|
1169
|
-
currentPayoutSeq: number;
|
|
1170
|
-
stateCode: string;
|
|
1171
|
-
bankCode: string;
|
|
1172
|
-
bsb: string;
|
|
1173
|
-
accountNumber: string;
|
|
1174
707
|
isArchived: boolean;
|
|
1175
708
|
createdAt: Date;
|
|
1176
709
|
updatedAt: Date;
|
|
1177
|
-
createdBy: string | null;
|
|
1178
|
-
syncedAt: Date | null;
|
|
1179
710
|
name: string;
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
updatedBy: string | null;
|
|
711
|
+
providerCode: string;
|
|
712
|
+
settings: string;
|
|
1183
713
|
} | undefined;
|
|
1184
714
|
}[] | undefined;
|
|
1185
715
|
accountPeriods?: {
|
|
@@ -1188,20 +718,36 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1188
718
|
isArchived: boolean;
|
|
1189
719
|
createdAt: Date;
|
|
1190
720
|
updatedAt: Date;
|
|
1191
|
-
|
|
721
|
+
mtaId: string;
|
|
1192
722
|
endDate: Date | null;
|
|
1193
|
-
|
|
723
|
+
closingDescription: string | null;
|
|
1194
724
|
closingBalanceCents: bigint | null;
|
|
1195
|
-
closedBy: string | null;
|
|
1196
725
|
closedAt: Date | null;
|
|
1197
|
-
|
|
1198
|
-
|
|
726
|
+
closedBy: string | null;
|
|
727
|
+
startDate: Date;
|
|
728
|
+
openingBalanceCents: bigint;
|
|
1199
729
|
}[] | undefined;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
unreconciledAmountCents
|
|
1204
|
-
|
|
730
|
+
} | 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;
|
|
735
|
+
}>;
|
|
736
|
+
export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<{
|
|
737
|
+
id: z.ZodString;
|
|
738
|
+
startDate: z.ZodDate;
|
|
739
|
+
endDate: z.ZodNullable<z.ZodDate>;
|
|
740
|
+
openingBalanceCents: z.ZodBigInt;
|
|
741
|
+
closingBalanceCents: z.ZodNullable<z.ZodBigInt>;
|
|
742
|
+
status: z.ZodString;
|
|
743
|
+
closedBy: z.ZodNullable<z.ZodString>;
|
|
744
|
+
closedAt: z.ZodNullable<z.ZodDate>;
|
|
745
|
+
isArchived: z.ZodBoolean;
|
|
746
|
+
createdAt: z.ZodDate;
|
|
747
|
+
updatedAt: z.ZodDate;
|
|
748
|
+
mtaId: z.ZodString;
|
|
749
|
+
closingDescription: z.ZodNullable<z.ZodString>;
|
|
750
|
+
} & {
|
|
1205
751
|
currentReconciliation: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1206
752
|
id: z.ZodString;
|
|
1207
753
|
mtaAccountPeriodId: z.ZodString;
|
|
@@ -1219,29 +765,29 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1219
765
|
status: z.ZodString;
|
|
1220
766
|
isArchived: z.ZodBoolean;
|
|
1221
767
|
} & {
|
|
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;
|
|
1232
|
-
createdAt: Date;
|
|
1233
778
|
createdBy: string;
|
|
1234
|
-
|
|
1235
|
-
closedBy: string | null;
|
|
1236
|
-
closedAt: Date | null;
|
|
779
|
+
createdAt: Date;
|
|
1237
780
|
mtaId: string;
|
|
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;
|
|
1254
|
-
createdAt: Date;
|
|
1255
800
|
createdBy: string;
|
|
1256
|
-
|
|
1257
|
-
closedBy: string | null;
|
|
1258
|
-
closedAt: Date | null;
|
|
801
|
+
createdAt: Date;
|
|
1259
802
|
mtaId: string;
|
|
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;
|
|
@@ -1276,34 +822,31 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1276
822
|
isArchived: boolean;
|
|
1277
823
|
createdAt: Date;
|
|
1278
824
|
updatedAt: Date;
|
|
1279
|
-
startDate: Date;
|
|
1280
|
-
endDate: Date | null;
|
|
1281
|
-
openingBalanceCents: number;
|
|
1282
|
-
closingBalanceCents: number;
|
|
1283
|
-
closedBy: string | null;
|
|
1284
|
-
closedAt: Date | null;
|
|
1285
825
|
mtaId: string;
|
|
826
|
+
endDate: 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;
|
|
1294
|
-
createdAt: Date;
|
|
1295
837
|
createdBy: string;
|
|
1296
|
-
|
|
1297
|
-
closedBy: string | null;
|
|
1298
|
-
closedAt: Date | null;
|
|
838
|
+
createdAt: Date;
|
|
1299
839
|
mtaId: string;
|
|
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;
|
|
@@ -1316,39 +859,36 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1316
859
|
isArchived: boolean;
|
|
1317
860
|
createdAt: Date;
|
|
1318
861
|
updatedAt: Date;
|
|
1319
|
-
startDate: Date;
|
|
1320
|
-
endDate: Date | null;
|
|
1321
|
-
openingBalanceCents: number | bigint;
|
|
1322
|
-
closedBy: string | null;
|
|
1323
|
-
closedAt: Date | null;
|
|
1324
862
|
mtaId: string;
|
|
863
|
+
endDate: 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;
|
|
1334
|
-
createdAt: Date;
|
|
1335
874
|
createdBy: string;
|
|
1336
|
-
|
|
1337
|
-
closedBy: string | null;
|
|
1338
|
-
closedAt: Date | null;
|
|
875
|
+
createdAt: Date;
|
|
1339
876
|
mtaId: string;
|
|
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>;
|