@mikemo-coposit/am-accounting-shared 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/cma-transaction/index.d.ts +1 -0
- package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.d.ts +2 -2
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/index.d.ts +1 -0
- package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +0 -4
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/index.d.ts +4 -0
- package/dist/cjs/constants/payout/index.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout-status.constant.d.ts +9 -0
- package/dist/cjs/constants/payout/payout-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout-type.constant.d.ts +9 -0
- package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout.constant.d.ts +37 -0
- package/dist/cjs/constants/payout/payout.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout-bank-file/index.d.ts +2 -0
- package/dist/cjs/constants/payout-bank-file/index.d.ts.map +1 -0
- package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
- package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
- package/dist/cjs/index.js +1496 -784
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +1053 -24
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +759 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -1
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
- package/dist/cjs/schemas/cma-transaction/index.d.ts +2 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +4 -0
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts +4 -0
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +4 -0
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/index.d.ts +5 -0
- package/dist/cjs/schemas/common/account/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts +4 -0
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/index.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +4 -0
- package/dist/cjs/schemas/common/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +8 -0
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +32 -0
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts +6 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +31 -0
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +66 -0
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +41 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/index.d.ts +4 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +211 -426
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/index.d.ts +8 -1
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +260 -0
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +401 -285
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +12 -26
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +401 -110
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +36678 -0
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +361 -114
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file/index.d.ts +3 -0
- package/dist/cjs/schemas/payout-bank-file/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts +2 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts +3 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +86 -6
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +218 -215
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +7 -7
- package/dist/cjs/schemas/property/index.d.ts +1 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +864 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +734 -17
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +2479 -984
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/index.d.ts +1 -0
- package/dist/cjs/schemas/user/index.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/user/user.rest.schema.d.ts +35 -0
- package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/amount.util.d.ts +2 -2
- package/dist/cjs/utils/amount.util.d.ts.map +1 -1
- package/dist/cjs/utils/bank-account.util.d.ts +17 -0
- package/dist/cjs/utils/bank-account.util.d.ts.map +1 -0
- package/dist/cjs/utils/index.d.ts +2 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +12 -0
- package/dist/cjs/utils/property.util.d.ts.map +1 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/index.d.ts +1 -0
- package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +2 -2
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/index.d.ts +1 -0
- package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +0 -4
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/index.d.ts +4 -0
- package/dist/esm/constants/payout/index.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout-status.constant.d.ts +9 -0
- package/dist/esm/constants/payout/payout-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout-type.constant.d.ts +9 -0
- package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout.constant.d.ts +37 -0
- package/dist/esm/constants/payout/payout.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout-bank-file/index.d.ts +2 -0
- package/dist/esm/constants/payout-bank-file/index.d.ts.map +1 -0
- package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
- package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
- package/dist/esm/index.mjs +1664 -1162
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +1053 -24
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +759 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -1
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
- package/dist/esm/schemas/cma-transaction/index.d.ts +2 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +4 -0
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/account-number.schma.d.ts +4 -0
- package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts +4 -0
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/index.d.ts +5 -0
- package/dist/esm/schemas/common/account/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/state-code.schema.d.ts +4 -0
- package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/index.d.ts +3 -0
- package/dist/esm/schemas/common/amount/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +4 -0
- package/dist/esm/schemas/common/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +8 -0
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts +32 -0
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/index.d.ts +6 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +31 -0
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +66 -0
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +41 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/index.d.ts +4 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +211 -426
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/index.d.ts +8 -1
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +260 -0
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +401 -285
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +12 -26
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +401 -110
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +36678 -0
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +361 -114
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file/index.d.ts +3 -0
- package/dist/esm/schemas/payout-bank-file/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts +2 -0
- package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts +3 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
- package/dist/esm/schemas/project/project.entity.schema.d.ts +86 -6
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +218 -215
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +7 -7
- package/dist/esm/schemas/property/index.d.ts +1 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +864 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +734 -17
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +2479 -984
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/index.d.ts +1 -0
- package/dist/esm/schemas/user/index.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/user/user.rest.schema.d.ts +35 -0
- package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/amount.util.d.ts +2 -2
- package/dist/esm/utils/amount.util.d.ts.map +1 -1
- package/dist/esm/utils/bank-account.util.d.ts +17 -0
- package/dist/esm/utils/bank-account.util.d.ts.map +1 -0
- package/dist/esm/utils/index.d.ts +2 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +12 -0
- package/dist/esm/utils/property.util.d.ts.map +1 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/cjs/constants/mta-account-period/index.d.ts +0 -2
- package/dist/cjs/constants/mta-account-period/index.d.ts.map +0 -1
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
- package/dist/cjs/constants/mta-reconciliation/index.d.ts +0 -2
- package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +0 -1
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts +0 -333
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts +0 -157
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +0 -1
- package/dist/esm/constants/mta-account-period/index.d.ts +0 -2
- package/dist/esm/constants/mta-account-period/index.d.ts.map +0 -1
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
- package/dist/esm/constants/mta-reconciliation/index.d.ts +0 -2
- package/dist/esm/constants/mta-reconciliation/index.d.ts.map +0 -1
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
- package/dist/esm/schemas/cma/cma-res.schema.d.ts +0 -333
- package/dist/esm/schemas/cma/cma-res.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.create.schema.d.ts +0 -157
- package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { AuStateCode } from '@mikemo-coposit/am-zshared';
|
|
1
2
|
import { z } from 'zod';
|
|
2
3
|
export declare const projectRestResSchema: z.ZodObject<{
|
|
3
4
|
id: z.ZodString;
|
|
4
5
|
name: z.ZodString;
|
|
5
6
|
developerId: z.ZodString;
|
|
6
7
|
mtaId: z.ZodNullable<z.ZodString>;
|
|
7
|
-
state: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
8
8
|
type: z.ZodString;
|
|
9
9
|
status: z.ZodString;
|
|
10
10
|
isArchived: z.ZodBoolean;
|
|
@@ -25,22 +25,23 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
25
25
|
status: string;
|
|
26
26
|
isArchived: boolean;
|
|
27
27
|
createdAt: Date;
|
|
28
|
-
syncedAt: Date;
|
|
29
28
|
updatedAt: Date;
|
|
29
|
+
syncedAt: Date;
|
|
30
30
|
companyName: string | null;
|
|
31
31
|
}, {
|
|
32
32
|
id: string;
|
|
33
33
|
status: string;
|
|
34
34
|
isArchived: boolean;
|
|
35
35
|
createdAt: Date;
|
|
36
|
-
syncedAt: Date;
|
|
37
36
|
updatedAt: Date;
|
|
37
|
+
syncedAt: Date;
|
|
38
38
|
companyName: string | null;
|
|
39
39
|
}>>>>>;
|
|
40
40
|
mta: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
41
41
|
id: z.ZodString;
|
|
42
42
|
name: z.ZodString;
|
|
43
43
|
country: z.ZodString;
|
|
44
|
+
subsidiaryId: z.ZodString;
|
|
44
45
|
currentReceiveSeq: z.ZodNumber;
|
|
45
46
|
currentPayoutSeq: z.ZodNumber;
|
|
46
47
|
status: z.ZodString;
|
|
@@ -51,12 +52,12 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
51
52
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
52
53
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
53
54
|
} & {
|
|
54
|
-
stateCode: z.ZodNativeEnum<typeof
|
|
55
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode
|
|
56
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
57
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof AuStateCode>>;
|
|
56
|
+
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
57
|
+
accountNumber: z.ZodEffects<z.ZodString, string | null, string>;
|
|
58
|
+
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
59
|
+
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
60
|
+
} & {
|
|
60
61
|
paymentMethods: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
61
62
|
id: z.ZodString;
|
|
62
63
|
mtaId: z.ZodString;
|
|
@@ -118,40 +119,40 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
118
119
|
id: string;
|
|
119
120
|
status: string;
|
|
120
121
|
isArchived: boolean;
|
|
122
|
+
createdBy: string | null;
|
|
121
123
|
createdAt: Date;
|
|
122
|
-
syncedAt: Date | null;
|
|
123
124
|
updatedAt: Date;
|
|
125
|
+
syncedAt: Date | null;
|
|
124
126
|
balanceCents: bigint;
|
|
127
|
+
name: string;
|
|
128
|
+
bsb: string;
|
|
129
|
+
accountNumber: string;
|
|
130
|
+
updatedBy: string | null;
|
|
125
131
|
country: string;
|
|
126
132
|
stateCode: string;
|
|
127
133
|
bankCode: string;
|
|
128
|
-
bsb: string;
|
|
129
|
-
accountNumber: string;
|
|
130
134
|
currentReceiveSeq: number;
|
|
131
135
|
currentPayoutSeq: number;
|
|
132
|
-
createdBy: string | null;
|
|
133
|
-
name: string;
|
|
134
136
|
subsidiaryId: string;
|
|
135
|
-
updatedBy: string | null;
|
|
136
137
|
}, {
|
|
137
138
|
id: string;
|
|
138
139
|
status: string;
|
|
139
140
|
isArchived: boolean;
|
|
141
|
+
createdBy: string | null;
|
|
140
142
|
createdAt: Date;
|
|
141
|
-
syncedAt: Date | null;
|
|
142
143
|
updatedAt: Date;
|
|
144
|
+
syncedAt: Date | null;
|
|
143
145
|
balanceCents: bigint;
|
|
146
|
+
name: string;
|
|
147
|
+
bsb: string;
|
|
148
|
+
accountNumber: string;
|
|
149
|
+
updatedBy: string | null;
|
|
144
150
|
country: string;
|
|
145
151
|
stateCode: string;
|
|
146
152
|
bankCode: string;
|
|
147
|
-
bsb: string;
|
|
148
|
-
accountNumber: string;
|
|
149
153
|
currentReceiveSeq: number;
|
|
150
154
|
currentPayoutSeq: number;
|
|
151
|
-
createdBy: string | null;
|
|
152
|
-
name: string;
|
|
153
155
|
subsidiaryId: string;
|
|
154
|
-
updatedBy: string | null;
|
|
155
156
|
}>>>;
|
|
156
157
|
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
157
158
|
bsb: z.ZodString;
|
|
@@ -216,21 +217,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
216
217
|
id: string;
|
|
217
218
|
status: string;
|
|
218
219
|
isArchived: boolean;
|
|
220
|
+
createdBy: string | null;
|
|
219
221
|
createdAt: Date;
|
|
220
|
-
syncedAt: Date | null;
|
|
221
222
|
updatedAt: Date;
|
|
223
|
+
syncedAt: Date | null;
|
|
222
224
|
balanceCents: bigint;
|
|
225
|
+
name: string;
|
|
226
|
+
bsb: string;
|
|
227
|
+
accountNumber: string;
|
|
228
|
+
updatedBy: string | null;
|
|
223
229
|
country: string;
|
|
224
230
|
stateCode: string;
|
|
225
231
|
bankCode: string;
|
|
226
|
-
bsb: string;
|
|
227
|
-
accountNumber: string;
|
|
228
232
|
currentReceiveSeq: number;
|
|
229
233
|
currentPayoutSeq: number;
|
|
230
|
-
createdBy: string | null;
|
|
231
|
-
name: string;
|
|
232
234
|
subsidiaryId: string;
|
|
233
|
-
updatedBy: string | null;
|
|
234
235
|
} | undefined;
|
|
235
236
|
floatAccount?: {
|
|
236
237
|
credential: {
|
|
@@ -262,21 +263,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
262
263
|
id: string;
|
|
263
264
|
status: string;
|
|
264
265
|
isArchived: boolean;
|
|
266
|
+
createdBy: string | null;
|
|
265
267
|
createdAt: Date;
|
|
266
|
-
syncedAt: Date | null;
|
|
267
268
|
updatedAt: Date;
|
|
269
|
+
syncedAt: Date | null;
|
|
268
270
|
balanceCents: bigint;
|
|
271
|
+
name: string;
|
|
272
|
+
bsb: string;
|
|
273
|
+
accountNumber: string;
|
|
274
|
+
updatedBy: string | null;
|
|
269
275
|
country: string;
|
|
270
276
|
stateCode: string;
|
|
271
277
|
bankCode: string;
|
|
272
|
-
bsb: string;
|
|
273
|
-
accountNumber: string;
|
|
274
278
|
currentReceiveSeq: number;
|
|
275
279
|
currentPayoutSeq: number;
|
|
276
|
-
createdBy: string | null;
|
|
277
|
-
name: string;
|
|
278
280
|
subsidiaryId: string;
|
|
279
|
-
updatedBy: string | null;
|
|
280
281
|
} | undefined;
|
|
281
282
|
floatAccount?: string | null | undefined;
|
|
282
283
|
paymentProvider?: {
|
|
@@ -311,13 +312,13 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
311
312
|
createdAt: Date;
|
|
312
313
|
updatedAt: Date;
|
|
313
314
|
mtaId: string;
|
|
314
|
-
startDate: Date;
|
|
315
315
|
endDate: Date | null;
|
|
316
|
-
|
|
316
|
+
closingDescription: string | null;
|
|
317
317
|
closingBalanceCents: bigint | null;
|
|
318
|
-
closedBy: string | null;
|
|
319
318
|
closedAt: Date | null;
|
|
320
|
-
|
|
319
|
+
closedBy: string | null;
|
|
320
|
+
startDate: Date;
|
|
321
|
+
openingBalanceCents: bigint;
|
|
321
322
|
}, {
|
|
322
323
|
id: string;
|
|
323
324
|
status: string;
|
|
@@ -325,33 +326,33 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
325
326
|
createdAt: Date;
|
|
326
327
|
updatedAt: Date;
|
|
327
328
|
mtaId: string;
|
|
328
|
-
startDate: Date;
|
|
329
329
|
endDate: Date | null;
|
|
330
|
-
|
|
330
|
+
closingDescription: string | null;
|
|
331
331
|
closingBalanceCents: bigint | null;
|
|
332
|
-
closedBy: string | null;
|
|
333
332
|
closedAt: Date | null;
|
|
334
|
-
|
|
333
|
+
closedBy: string | null;
|
|
334
|
+
startDate: Date;
|
|
335
|
+
openingBalanceCents: bigint;
|
|
335
336
|
}>, "many">>>;
|
|
336
337
|
}, "strip", z.ZodTypeAny, {
|
|
337
338
|
id: string;
|
|
338
339
|
status: string;
|
|
339
340
|
isArchived: boolean;
|
|
341
|
+
createdBy: string | null;
|
|
340
342
|
createdAt: Date;
|
|
341
|
-
syncedAt: Date | null;
|
|
342
343
|
updatedAt: Date;
|
|
344
|
+
syncedAt: Date | null;
|
|
343
345
|
balanceCents: number;
|
|
346
|
+
name: string;
|
|
347
|
+
bsb: string | null;
|
|
348
|
+
accountNumber: string | null;
|
|
349
|
+
updatedBy: string | null;
|
|
344
350
|
country: string;
|
|
345
|
-
stateCode:
|
|
351
|
+
stateCode: AuStateCode;
|
|
346
352
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
347
|
-
bsb: string;
|
|
348
|
-
accountNumber: string;
|
|
349
353
|
currentReceiveSeq: number;
|
|
350
354
|
currentPayoutSeq: number;
|
|
351
|
-
createdBy: string | null;
|
|
352
|
-
name: string;
|
|
353
355
|
subsidiaryId: string;
|
|
354
|
-
updatedBy: string | null;
|
|
355
356
|
paymentMethods?: {
|
|
356
357
|
id: string;
|
|
357
358
|
status: string;
|
|
@@ -372,21 +373,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
372
373
|
id: string;
|
|
373
374
|
status: string;
|
|
374
375
|
isArchived: boolean;
|
|
376
|
+
createdBy: string | null;
|
|
375
377
|
createdAt: Date;
|
|
376
|
-
syncedAt: Date | null;
|
|
377
378
|
updatedAt: Date;
|
|
379
|
+
syncedAt: Date | null;
|
|
378
380
|
balanceCents: bigint;
|
|
381
|
+
name: string;
|
|
382
|
+
bsb: string;
|
|
383
|
+
accountNumber: string;
|
|
384
|
+
updatedBy: string | null;
|
|
379
385
|
country: string;
|
|
380
386
|
stateCode: string;
|
|
381
387
|
bankCode: string;
|
|
382
|
-
bsb: string;
|
|
383
|
-
accountNumber: string;
|
|
384
388
|
currentReceiveSeq: number;
|
|
385
389
|
currentPayoutSeq: number;
|
|
386
|
-
createdBy: string | null;
|
|
387
|
-
name: string;
|
|
388
390
|
subsidiaryId: string;
|
|
389
|
-
updatedBy: string | null;
|
|
390
391
|
} | undefined;
|
|
391
392
|
floatAccount?: {
|
|
392
393
|
credential: {
|
|
@@ -412,33 +413,33 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
412
413
|
createdAt: Date;
|
|
413
414
|
updatedAt: Date;
|
|
414
415
|
mtaId: string;
|
|
415
|
-
startDate: Date;
|
|
416
416
|
endDate: Date | null;
|
|
417
|
-
|
|
417
|
+
closingDescription: string | null;
|
|
418
418
|
closingBalanceCents: bigint | null;
|
|
419
|
-
closedBy: string | null;
|
|
420
419
|
closedAt: Date | null;
|
|
421
|
-
|
|
420
|
+
closedBy: string | null;
|
|
421
|
+
startDate: Date;
|
|
422
|
+
openingBalanceCents: bigint;
|
|
422
423
|
}[] | undefined;
|
|
423
424
|
}, {
|
|
424
425
|
id: string;
|
|
425
426
|
status: string;
|
|
426
427
|
isArchived: boolean;
|
|
428
|
+
createdBy: string | null;
|
|
427
429
|
createdAt: Date;
|
|
428
|
-
syncedAt: Date | null;
|
|
429
430
|
updatedAt: Date;
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
431
|
+
syncedAt: Date | null;
|
|
432
|
+
balanceCents: string | number | bigint;
|
|
433
|
+
name: string;
|
|
434
434
|
bsb: string;
|
|
435
435
|
accountNumber: string;
|
|
436
|
+
updatedBy: string | null;
|
|
437
|
+
country: string;
|
|
438
|
+
stateCode: string;
|
|
439
|
+
bankCode: string;
|
|
436
440
|
currentReceiveSeq: number;
|
|
437
441
|
currentPayoutSeq: number;
|
|
438
|
-
createdBy: string | null;
|
|
439
|
-
name: string;
|
|
440
442
|
subsidiaryId: string;
|
|
441
|
-
updatedBy: string | null;
|
|
442
443
|
paymentMethods?: {
|
|
443
444
|
id: string;
|
|
444
445
|
status: string;
|
|
@@ -453,21 +454,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
453
454
|
id: string;
|
|
454
455
|
status: string;
|
|
455
456
|
isArchived: boolean;
|
|
457
|
+
createdBy: string | null;
|
|
456
458
|
createdAt: Date;
|
|
457
|
-
syncedAt: Date | null;
|
|
458
459
|
updatedAt: Date;
|
|
460
|
+
syncedAt: Date | null;
|
|
459
461
|
balanceCents: bigint;
|
|
462
|
+
name: string;
|
|
463
|
+
bsb: string;
|
|
464
|
+
accountNumber: string;
|
|
465
|
+
updatedBy: string | null;
|
|
460
466
|
country: string;
|
|
461
467
|
stateCode: string;
|
|
462
468
|
bankCode: string;
|
|
463
|
-
bsb: string;
|
|
464
|
-
accountNumber: string;
|
|
465
469
|
currentReceiveSeq: number;
|
|
466
470
|
currentPayoutSeq: number;
|
|
467
|
-
createdBy: string | null;
|
|
468
|
-
name: string;
|
|
469
471
|
subsidiaryId: string;
|
|
470
|
-
updatedBy: string | null;
|
|
471
472
|
} | undefined;
|
|
472
473
|
floatAccount?: string | null | undefined;
|
|
473
474
|
paymentProvider?: {
|
|
@@ -488,13 +489,13 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
488
489
|
createdAt: Date;
|
|
489
490
|
updatedAt: Date;
|
|
490
491
|
mtaId: string;
|
|
491
|
-
startDate: Date;
|
|
492
492
|
endDate: Date | null;
|
|
493
|
-
|
|
493
|
+
closingDescription: string | null;
|
|
494
494
|
closingBalanceCents: bigint | null;
|
|
495
|
-
closedBy: string | null;
|
|
496
495
|
closedAt: Date | null;
|
|
497
|
-
|
|
496
|
+
closedBy: string | null;
|
|
497
|
+
startDate: Date;
|
|
498
|
+
openingBalanceCents: bigint;
|
|
498
499
|
}[] | undefined;
|
|
499
500
|
}>>>>>;
|
|
500
501
|
mtaAllocations: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
@@ -524,6 +525,7 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
524
525
|
id: z.ZodString;
|
|
525
526
|
name: z.ZodString;
|
|
526
527
|
country: z.ZodString;
|
|
528
|
+
subsidiaryId: z.ZodString;
|
|
527
529
|
currentReceiveSeq: z.ZodNumber;
|
|
528
530
|
currentPayoutSeq: z.ZodNumber;
|
|
529
531
|
status: z.ZodString;
|
|
@@ -534,12 +536,12 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
534
536
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
535
537
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
536
538
|
} & {
|
|
537
|
-
stateCode: z.ZodNativeEnum<typeof
|
|
538
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode
|
|
539
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
540
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
541
|
-
|
|
542
|
-
|
|
539
|
+
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof AuStateCode>>;
|
|
540
|
+
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
541
|
+
accountNumber: z.ZodEffects<z.ZodString, string | null, string>;
|
|
542
|
+
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
543
|
+
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
544
|
+
} & {
|
|
543
545
|
paymentMethods: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
544
546
|
id: z.ZodString;
|
|
545
547
|
mtaId: z.ZodString;
|
|
@@ -601,40 +603,40 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
601
603
|
id: string;
|
|
602
604
|
status: string;
|
|
603
605
|
isArchived: boolean;
|
|
606
|
+
createdBy: string | null;
|
|
604
607
|
createdAt: Date;
|
|
605
|
-
syncedAt: Date | null;
|
|
606
608
|
updatedAt: Date;
|
|
609
|
+
syncedAt: Date | null;
|
|
607
610
|
balanceCents: bigint;
|
|
611
|
+
name: string;
|
|
612
|
+
bsb: string;
|
|
613
|
+
accountNumber: string;
|
|
614
|
+
updatedBy: string | null;
|
|
608
615
|
country: string;
|
|
609
616
|
stateCode: string;
|
|
610
617
|
bankCode: string;
|
|
611
|
-
bsb: string;
|
|
612
|
-
accountNumber: string;
|
|
613
618
|
currentReceiveSeq: number;
|
|
614
619
|
currentPayoutSeq: number;
|
|
615
|
-
createdBy: string | null;
|
|
616
|
-
name: string;
|
|
617
620
|
subsidiaryId: string;
|
|
618
|
-
updatedBy: string | null;
|
|
619
621
|
}, {
|
|
620
622
|
id: string;
|
|
621
623
|
status: string;
|
|
622
624
|
isArchived: boolean;
|
|
625
|
+
createdBy: string | null;
|
|
623
626
|
createdAt: Date;
|
|
624
|
-
syncedAt: Date | null;
|
|
625
627
|
updatedAt: Date;
|
|
628
|
+
syncedAt: Date | null;
|
|
626
629
|
balanceCents: bigint;
|
|
630
|
+
name: string;
|
|
631
|
+
bsb: string;
|
|
632
|
+
accountNumber: string;
|
|
633
|
+
updatedBy: string | null;
|
|
627
634
|
country: string;
|
|
628
635
|
stateCode: string;
|
|
629
636
|
bankCode: string;
|
|
630
|
-
bsb: string;
|
|
631
|
-
accountNumber: string;
|
|
632
637
|
currentReceiveSeq: number;
|
|
633
638
|
currentPayoutSeq: number;
|
|
634
|
-
createdBy: string | null;
|
|
635
|
-
name: string;
|
|
636
639
|
subsidiaryId: string;
|
|
637
|
-
updatedBy: string | null;
|
|
638
640
|
}>>>;
|
|
639
641
|
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
640
642
|
bsb: z.ZodString;
|
|
@@ -699,21 +701,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
699
701
|
id: string;
|
|
700
702
|
status: string;
|
|
701
703
|
isArchived: boolean;
|
|
704
|
+
createdBy: string | null;
|
|
702
705
|
createdAt: Date;
|
|
703
|
-
syncedAt: Date | null;
|
|
704
706
|
updatedAt: Date;
|
|
707
|
+
syncedAt: Date | null;
|
|
705
708
|
balanceCents: bigint;
|
|
709
|
+
name: string;
|
|
710
|
+
bsb: string;
|
|
711
|
+
accountNumber: string;
|
|
712
|
+
updatedBy: string | null;
|
|
706
713
|
country: string;
|
|
707
714
|
stateCode: string;
|
|
708
715
|
bankCode: string;
|
|
709
|
-
bsb: string;
|
|
710
|
-
accountNumber: string;
|
|
711
716
|
currentReceiveSeq: number;
|
|
712
717
|
currentPayoutSeq: number;
|
|
713
|
-
createdBy: string | null;
|
|
714
|
-
name: string;
|
|
715
718
|
subsidiaryId: string;
|
|
716
|
-
updatedBy: string | null;
|
|
717
719
|
} | undefined;
|
|
718
720
|
floatAccount?: {
|
|
719
721
|
credential: {
|
|
@@ -745,21 +747,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
745
747
|
id: string;
|
|
746
748
|
status: string;
|
|
747
749
|
isArchived: boolean;
|
|
750
|
+
createdBy: string | null;
|
|
748
751
|
createdAt: Date;
|
|
749
|
-
syncedAt: Date | null;
|
|
750
752
|
updatedAt: Date;
|
|
753
|
+
syncedAt: Date | null;
|
|
751
754
|
balanceCents: bigint;
|
|
755
|
+
name: string;
|
|
756
|
+
bsb: string;
|
|
757
|
+
accountNumber: string;
|
|
758
|
+
updatedBy: string | null;
|
|
752
759
|
country: string;
|
|
753
760
|
stateCode: string;
|
|
754
761
|
bankCode: string;
|
|
755
|
-
bsb: string;
|
|
756
|
-
accountNumber: string;
|
|
757
762
|
currentReceiveSeq: number;
|
|
758
763
|
currentPayoutSeq: number;
|
|
759
|
-
createdBy: string | null;
|
|
760
|
-
name: string;
|
|
761
764
|
subsidiaryId: string;
|
|
762
|
-
updatedBy: string | null;
|
|
763
765
|
} | undefined;
|
|
764
766
|
floatAccount?: string | null | undefined;
|
|
765
767
|
paymentProvider?: {
|
|
@@ -794,13 +796,13 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
794
796
|
createdAt: Date;
|
|
795
797
|
updatedAt: Date;
|
|
796
798
|
mtaId: string;
|
|
797
|
-
startDate: Date;
|
|
798
799
|
endDate: Date | null;
|
|
799
|
-
|
|
800
|
+
closingDescription: string | null;
|
|
800
801
|
closingBalanceCents: bigint | null;
|
|
801
|
-
closedBy: string | null;
|
|
802
802
|
closedAt: Date | null;
|
|
803
|
-
|
|
803
|
+
closedBy: string | null;
|
|
804
|
+
startDate: Date;
|
|
805
|
+
openingBalanceCents: bigint;
|
|
804
806
|
}, {
|
|
805
807
|
id: string;
|
|
806
808
|
status: string;
|
|
@@ -808,28 +810,28 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
808
810
|
createdAt: Date;
|
|
809
811
|
updatedAt: Date;
|
|
810
812
|
mtaId: string;
|
|
811
|
-
startDate: Date;
|
|
812
813
|
endDate: Date | null;
|
|
813
|
-
|
|
814
|
+
closingDescription: string | null;
|
|
814
815
|
closingBalanceCents: bigint | null;
|
|
815
|
-
closedBy: string | null;
|
|
816
816
|
closedAt: Date | null;
|
|
817
|
-
|
|
817
|
+
closedBy: string | null;
|
|
818
|
+
startDate: Date;
|
|
819
|
+
openingBalanceCents: bigint;
|
|
818
820
|
}>, "many">>>;
|
|
819
|
-
}, "id" | "
|
|
821
|
+
}, "id" | "name" | "bsb" | "accountNumber" | "stateCode" | "bankCode">, "strip", z.ZodTypeAny, {
|
|
820
822
|
id: string;
|
|
821
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
822
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
823
|
-
bsb: string;
|
|
824
|
-
accountNumber: string;
|
|
825
823
|
name: string;
|
|
824
|
+
bsb: string | null;
|
|
825
|
+
accountNumber: string | null;
|
|
826
|
+
stateCode: AuStateCode;
|
|
827
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
826
828
|
}, {
|
|
827
829
|
id: string;
|
|
828
|
-
|
|
829
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
830
|
+
name: string;
|
|
830
831
|
bsb: string;
|
|
831
832
|
accountNumber: string;
|
|
832
|
-
|
|
833
|
+
stateCode: string;
|
|
834
|
+
bankCode: string;
|
|
833
835
|
}>>;
|
|
834
836
|
creator: z.ZodLazy<z.ZodObject<Pick<{
|
|
835
837
|
id: z.ZodString;
|
|
@@ -882,31 +884,31 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
882
884
|
lastName: string | null;
|
|
883
885
|
}>>>;
|
|
884
886
|
}, "strip", z.ZodTypeAny, {
|
|
887
|
+
mta: {
|
|
888
|
+
id: string;
|
|
889
|
+
name: string;
|
|
890
|
+
bsb: string | null;
|
|
891
|
+
accountNumber: string | null;
|
|
892
|
+
stateCode: AuStateCode;
|
|
893
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
894
|
+
};
|
|
885
895
|
id: string;
|
|
886
896
|
status: import("../..").AccountingCommonStatus;
|
|
887
897
|
isArchived: boolean;
|
|
898
|
+
createdBy: string | null;
|
|
888
899
|
createdAt: Date;
|
|
889
900
|
updatedAt: Date;
|
|
890
|
-
mta: {
|
|
891
|
-
id: string;
|
|
892
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
893
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
894
|
-
bsb: string;
|
|
895
|
-
accountNumber: string;
|
|
896
|
-
name: string;
|
|
897
|
-
};
|
|
898
901
|
projectId: string;
|
|
899
902
|
mtaId: string;
|
|
900
|
-
createdBy: string | null;
|
|
901
|
-
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
902
|
-
approvedAt: Date | null;
|
|
903
|
-
approvedBy: string | null;
|
|
904
|
-
lastSyncedAt: Date | null;
|
|
905
903
|
creator: {
|
|
906
904
|
id: string;
|
|
907
905
|
firstName: string | null;
|
|
908
906
|
lastName: string | null;
|
|
909
907
|
};
|
|
908
|
+
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
909
|
+
approvedAt: Date | null;
|
|
910
|
+
approvedBy: string | null;
|
|
911
|
+
lastSyncedAt: Date | null;
|
|
910
912
|
syncStatus?: "pending" | "synced" | "failed" | null | undefined;
|
|
911
913
|
approver?: {
|
|
912
914
|
id: string;
|
|
@@ -914,31 +916,31 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
914
916
|
lastName: string | null;
|
|
915
917
|
} | undefined;
|
|
916
918
|
}, {
|
|
917
|
-
id: string;
|
|
918
|
-
status: import("../..").AccountingCommonStatus;
|
|
919
|
-
isArchived: boolean;
|
|
920
|
-
createdAt: Date;
|
|
921
|
-
updatedAt: Date;
|
|
922
919
|
mta: {
|
|
923
920
|
id: string;
|
|
924
|
-
|
|
925
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
921
|
+
name: string;
|
|
926
922
|
bsb: string;
|
|
927
923
|
accountNumber: string;
|
|
928
|
-
|
|
924
|
+
stateCode: string;
|
|
925
|
+
bankCode: string;
|
|
929
926
|
};
|
|
927
|
+
id: string;
|
|
928
|
+
status: import("../..").AccountingCommonStatus;
|
|
929
|
+
isArchived: boolean;
|
|
930
|
+
createdBy: string | null;
|
|
931
|
+
createdAt: Date;
|
|
932
|
+
updatedAt: Date;
|
|
930
933
|
projectId: string;
|
|
931
934
|
mtaId: string;
|
|
932
|
-
createdBy: string | null;
|
|
933
|
-
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
934
|
-
approvedAt: Date | null;
|
|
935
|
-
approvedBy: string | null;
|
|
936
|
-
lastSyncedAt: Date | null;
|
|
937
935
|
creator: {
|
|
938
936
|
id: string;
|
|
939
937
|
firstName: string | null;
|
|
940
938
|
lastName: string | null;
|
|
941
939
|
};
|
|
940
|
+
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
941
|
+
approvedAt: Date | null;
|
|
942
|
+
approvedBy: string | null;
|
|
943
|
+
lastSyncedAt: Date | null;
|
|
942
944
|
syncStatus?: "pending" | "synced" | "failed" | null | undefined;
|
|
943
945
|
approver?: {
|
|
944
946
|
id: string;
|
|
@@ -953,38 +955,39 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
953
955
|
readonly MISS_MATCH: "miss_match";
|
|
954
956
|
readonly PENDING_TRUST_ACCOUNT: "pending_trust_account";
|
|
955
957
|
}>;
|
|
958
|
+
state: z.ZodNativeEnum<typeof AuStateCode>;
|
|
956
959
|
}, "strip", z.ZodTypeAny, {
|
|
957
960
|
id: string;
|
|
958
961
|
status: string;
|
|
959
962
|
isArchived: boolean;
|
|
960
963
|
createdAt: Date;
|
|
961
|
-
syncedAt: Date;
|
|
962
964
|
updatedAt: Date;
|
|
963
965
|
type: string;
|
|
966
|
+
syncedAt: Date;
|
|
964
967
|
mtaId: string | null;
|
|
965
968
|
name: string;
|
|
966
969
|
developerId: string;
|
|
967
|
-
state:
|
|
970
|
+
state: AuStateCode;
|
|
968
971
|
applyStatus: "pending_approval" | "approved" | "rejected" | "miss_match" | "pending_trust_account";
|
|
969
972
|
mta?: {
|
|
970
973
|
id: string;
|
|
971
974
|
status: string;
|
|
972
975
|
isArchived: boolean;
|
|
976
|
+
createdBy: string | null;
|
|
973
977
|
createdAt: Date;
|
|
974
|
-
syncedAt: Date | null;
|
|
975
978
|
updatedAt: Date;
|
|
979
|
+
syncedAt: Date | null;
|
|
976
980
|
balanceCents: number;
|
|
981
|
+
name: string;
|
|
982
|
+
bsb: string | null;
|
|
983
|
+
accountNumber: string | null;
|
|
984
|
+
updatedBy: string | null;
|
|
977
985
|
country: string;
|
|
978
|
-
stateCode:
|
|
986
|
+
stateCode: AuStateCode;
|
|
979
987
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
980
|
-
bsb: string;
|
|
981
|
-
accountNumber: string;
|
|
982
988
|
currentReceiveSeq: number;
|
|
983
989
|
currentPayoutSeq: number;
|
|
984
|
-
createdBy: string | null;
|
|
985
|
-
name: string;
|
|
986
990
|
subsidiaryId: string;
|
|
987
|
-
updatedBy: string | null;
|
|
988
991
|
paymentMethods?: {
|
|
989
992
|
id: string;
|
|
990
993
|
status: string;
|
|
@@ -1005,21 +1008,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
1005
1008
|
id: string;
|
|
1006
1009
|
status: string;
|
|
1007
1010
|
isArchived: boolean;
|
|
1011
|
+
createdBy: string | null;
|
|
1008
1012
|
createdAt: Date;
|
|
1009
|
-
syncedAt: Date | null;
|
|
1010
1013
|
updatedAt: Date;
|
|
1014
|
+
syncedAt: Date | null;
|
|
1011
1015
|
balanceCents: bigint;
|
|
1016
|
+
name: string;
|
|
1017
|
+
bsb: string;
|
|
1018
|
+
accountNumber: string;
|
|
1019
|
+
updatedBy: string | null;
|
|
1012
1020
|
country: string;
|
|
1013
1021
|
stateCode: string;
|
|
1014
1022
|
bankCode: string;
|
|
1015
|
-
bsb: string;
|
|
1016
|
-
accountNumber: string;
|
|
1017
1023
|
currentReceiveSeq: number;
|
|
1018
1024
|
currentPayoutSeq: number;
|
|
1019
|
-
createdBy: string | null;
|
|
1020
|
-
name: string;
|
|
1021
1025
|
subsidiaryId: string;
|
|
1022
|
-
updatedBy: string | null;
|
|
1023
1026
|
} | undefined;
|
|
1024
1027
|
floatAccount?: {
|
|
1025
1028
|
credential: {
|
|
@@ -1045,13 +1048,13 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
1045
1048
|
createdAt: Date;
|
|
1046
1049
|
updatedAt: Date;
|
|
1047
1050
|
mtaId: string;
|
|
1048
|
-
startDate: Date;
|
|
1049
1051
|
endDate: Date | null;
|
|
1050
|
-
|
|
1052
|
+
closingDescription: string | null;
|
|
1051
1053
|
closingBalanceCents: bigint | null;
|
|
1052
|
-
closedBy: string | null;
|
|
1053
1054
|
closedAt: Date | null;
|
|
1054
|
-
|
|
1055
|
+
closedBy: string | null;
|
|
1056
|
+
startDate: Date;
|
|
1057
|
+
openingBalanceCents: bigint;
|
|
1055
1058
|
}[] | undefined;
|
|
1056
1059
|
} | null | undefined;
|
|
1057
1060
|
developer?: {
|
|
@@ -1059,36 +1062,36 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
1059
1062
|
status: string;
|
|
1060
1063
|
isArchived: boolean;
|
|
1061
1064
|
createdAt: Date;
|
|
1062
|
-
syncedAt: Date;
|
|
1063
1065
|
updatedAt: Date;
|
|
1066
|
+
syncedAt: Date;
|
|
1064
1067
|
companyName: string | null;
|
|
1065
1068
|
} | null | undefined;
|
|
1066
1069
|
mtaAllocations?: {
|
|
1070
|
+
mta: {
|
|
1071
|
+
id: string;
|
|
1072
|
+
name: string;
|
|
1073
|
+
bsb: string | null;
|
|
1074
|
+
accountNumber: string | null;
|
|
1075
|
+
stateCode: AuStateCode;
|
|
1076
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1077
|
+
};
|
|
1067
1078
|
id: string;
|
|
1068
1079
|
status: import("../..").AccountingCommonStatus;
|
|
1069
1080
|
isArchived: boolean;
|
|
1081
|
+
createdBy: string | null;
|
|
1070
1082
|
createdAt: Date;
|
|
1071
1083
|
updatedAt: Date;
|
|
1072
|
-
mta: {
|
|
1073
|
-
id: string;
|
|
1074
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1075
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1076
|
-
bsb: string;
|
|
1077
|
-
accountNumber: string;
|
|
1078
|
-
name: string;
|
|
1079
|
-
};
|
|
1080
1084
|
projectId: string;
|
|
1081
1085
|
mtaId: string;
|
|
1082
|
-
createdBy: string | null;
|
|
1083
|
-
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
1084
|
-
approvedAt: Date | null;
|
|
1085
|
-
approvedBy: string | null;
|
|
1086
|
-
lastSyncedAt: Date | null;
|
|
1087
1086
|
creator: {
|
|
1088
1087
|
id: string;
|
|
1089
1088
|
firstName: string | null;
|
|
1090
1089
|
lastName: string | null;
|
|
1091
1090
|
};
|
|
1091
|
+
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
1092
|
+
approvedAt: Date | null;
|
|
1093
|
+
approvedBy: string | null;
|
|
1094
|
+
lastSyncedAt: Date | null;
|
|
1092
1095
|
syncStatus?: "pending" | "synced" | "failed" | null | undefined;
|
|
1093
1096
|
approver?: {
|
|
1094
1097
|
id: string;
|
|
@@ -1101,33 +1104,33 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
1101
1104
|
status: string;
|
|
1102
1105
|
isArchived: boolean;
|
|
1103
1106
|
createdAt: Date;
|
|
1104
|
-
syncedAt: Date;
|
|
1105
1107
|
updatedAt: Date;
|
|
1106
1108
|
type: string;
|
|
1109
|
+
syncedAt: Date;
|
|
1107
1110
|
mtaId: string | null;
|
|
1108
1111
|
name: string;
|
|
1109
1112
|
developerId: string;
|
|
1110
|
-
state:
|
|
1113
|
+
state: AuStateCode;
|
|
1111
1114
|
applyStatus: "pending_approval" | "approved" | "rejected" | "miss_match" | "pending_trust_account";
|
|
1112
1115
|
mta?: {
|
|
1113
1116
|
id: string;
|
|
1114
1117
|
status: string;
|
|
1115
1118
|
isArchived: boolean;
|
|
1119
|
+
createdBy: string | null;
|
|
1116
1120
|
createdAt: Date;
|
|
1117
|
-
syncedAt: Date | null;
|
|
1118
1121
|
updatedAt: Date;
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1122
|
+
syncedAt: Date | null;
|
|
1123
|
+
balanceCents: string | number | bigint;
|
|
1124
|
+
name: string;
|
|
1123
1125
|
bsb: string;
|
|
1124
1126
|
accountNumber: string;
|
|
1127
|
+
updatedBy: string | null;
|
|
1128
|
+
country: string;
|
|
1129
|
+
stateCode: string;
|
|
1130
|
+
bankCode: string;
|
|
1125
1131
|
currentReceiveSeq: number;
|
|
1126
1132
|
currentPayoutSeq: number;
|
|
1127
|
-
createdBy: string | null;
|
|
1128
|
-
name: string;
|
|
1129
1133
|
subsidiaryId: string;
|
|
1130
|
-
updatedBy: string | null;
|
|
1131
1134
|
paymentMethods?: {
|
|
1132
1135
|
id: string;
|
|
1133
1136
|
status: string;
|
|
@@ -1142,21 +1145,21 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
1142
1145
|
id: string;
|
|
1143
1146
|
status: string;
|
|
1144
1147
|
isArchived: boolean;
|
|
1148
|
+
createdBy: string | null;
|
|
1145
1149
|
createdAt: Date;
|
|
1146
|
-
syncedAt: Date | null;
|
|
1147
1150
|
updatedAt: Date;
|
|
1151
|
+
syncedAt: Date | null;
|
|
1148
1152
|
balanceCents: bigint;
|
|
1153
|
+
name: string;
|
|
1154
|
+
bsb: string;
|
|
1155
|
+
accountNumber: string;
|
|
1156
|
+
updatedBy: string | null;
|
|
1149
1157
|
country: string;
|
|
1150
1158
|
stateCode: string;
|
|
1151
1159
|
bankCode: string;
|
|
1152
|
-
bsb: string;
|
|
1153
|
-
accountNumber: string;
|
|
1154
1160
|
currentReceiveSeq: number;
|
|
1155
1161
|
currentPayoutSeq: number;
|
|
1156
|
-
createdBy: string | null;
|
|
1157
|
-
name: string;
|
|
1158
1162
|
subsidiaryId: string;
|
|
1159
|
-
updatedBy: string | null;
|
|
1160
1163
|
} | undefined;
|
|
1161
1164
|
floatAccount?: string | null | undefined;
|
|
1162
1165
|
paymentProvider?: {
|
|
@@ -1177,13 +1180,13 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
1177
1180
|
createdAt: Date;
|
|
1178
1181
|
updatedAt: Date;
|
|
1179
1182
|
mtaId: string;
|
|
1180
|
-
startDate: Date;
|
|
1181
1183
|
endDate: Date | null;
|
|
1182
|
-
|
|
1184
|
+
closingDescription: string | null;
|
|
1183
1185
|
closingBalanceCents: bigint | null;
|
|
1184
|
-
closedBy: string | null;
|
|
1185
1186
|
closedAt: Date | null;
|
|
1186
|
-
|
|
1187
|
+
closedBy: string | null;
|
|
1188
|
+
startDate: Date;
|
|
1189
|
+
openingBalanceCents: bigint;
|
|
1187
1190
|
}[] | undefined;
|
|
1188
1191
|
} | null | undefined;
|
|
1189
1192
|
developer?: {
|
|
@@ -1191,36 +1194,36 @@ export declare const projectRestResSchema: z.ZodObject<{
|
|
|
1191
1194
|
status: string;
|
|
1192
1195
|
isArchived: boolean;
|
|
1193
1196
|
createdAt: Date;
|
|
1194
|
-
syncedAt: Date;
|
|
1195
1197
|
updatedAt: Date;
|
|
1198
|
+
syncedAt: Date;
|
|
1196
1199
|
companyName: string | null;
|
|
1197
1200
|
} | null | undefined;
|
|
1198
1201
|
mtaAllocations?: {
|
|
1199
|
-
id: string;
|
|
1200
|
-
status: import("../..").AccountingCommonStatus;
|
|
1201
|
-
isArchived: boolean;
|
|
1202
|
-
createdAt: Date;
|
|
1203
|
-
updatedAt: Date;
|
|
1204
1202
|
mta: {
|
|
1205
1203
|
id: string;
|
|
1206
|
-
|
|
1207
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1204
|
+
name: string;
|
|
1208
1205
|
bsb: string;
|
|
1209
1206
|
accountNumber: string;
|
|
1210
|
-
|
|
1207
|
+
stateCode: string;
|
|
1208
|
+
bankCode: string;
|
|
1211
1209
|
};
|
|
1210
|
+
id: string;
|
|
1211
|
+
status: import("../..").AccountingCommonStatus;
|
|
1212
|
+
isArchived: boolean;
|
|
1213
|
+
createdBy: string | null;
|
|
1214
|
+
createdAt: Date;
|
|
1215
|
+
updatedAt: Date;
|
|
1212
1216
|
projectId: string;
|
|
1213
1217
|
mtaId: string;
|
|
1214
|
-
createdBy: string | null;
|
|
1215
|
-
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
1216
|
-
approvedAt: Date | null;
|
|
1217
|
-
approvedBy: string | null;
|
|
1218
|
-
lastSyncedAt: Date | null;
|
|
1219
1218
|
creator: {
|
|
1220
1219
|
id: string;
|
|
1221
1220
|
firstName: string | null;
|
|
1222
1221
|
lastName: string | null;
|
|
1223
1222
|
};
|
|
1223
|
+
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
1224
|
+
approvedAt: Date | null;
|
|
1225
|
+
approvedBy: string | null;
|
|
1226
|
+
lastSyncedAt: Date | null;
|
|
1224
1227
|
syncStatus?: "pending" | "synced" | "failed" | null | undefined;
|
|
1225
1228
|
approver?: {
|
|
1226
1229
|
id: string;
|