@mikemo-coposit/am-accounting-shared 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/cma-transaction/index.d.ts +1 -0
- package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.d.ts +2 -2
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/index.d.ts +1 -0
- package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +0 -4
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/index.d.ts +4 -0
- package/dist/cjs/constants/payout/index.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout-status.constant.d.ts +9 -0
- package/dist/cjs/constants/payout/payout-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout-type.constant.d.ts +9 -0
- package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout/payout.constant.d.ts +37 -0
- package/dist/cjs/constants/payout/payout.constant.d.ts.map +1 -0
- package/dist/cjs/constants/payout-bank-file/index.d.ts +2 -0
- package/dist/cjs/constants/payout-bank-file/index.d.ts.map +1 -0
- package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
- package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
- package/dist/cjs/index.js +1549 -781
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +1053 -24
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +759 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -1
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
- package/dist/cjs/schemas/cma-transaction/index.d.ts +2 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +4 -0
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts +4 -0
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +4 -0
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/index.d.ts +5 -0
- package/dist/cjs/schemas/common/account/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts +4 -0
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/amount/index.d.ts +3 -0
- package/dist/cjs/schemas/common/amount/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +4 -0
- package/dist/cjs/schemas/common/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +8 -0
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +32 -0
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts +6 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +31 -0
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +66 -0
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +41 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/index.d.ts +4 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +211 -426
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +416 -0
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/index.d.ts +9 -1
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +260 -0
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +401 -285
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +12 -26
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +401 -110
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +36678 -0
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +361 -114
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file/index.d.ts +3 -0
- package/dist/cjs/schemas/payout-bank-file/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts +2 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts +3 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +86 -6
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +218 -215
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +7 -7
- package/dist/cjs/schemas/property/index.d.ts +1 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +864 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +734 -17
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +2479 -984
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/index.d.ts +1 -0
- package/dist/cjs/schemas/user/index.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/user/user.rest.schema.d.ts +35 -0
- package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/amount.util.d.ts +2 -2
- package/dist/cjs/utils/amount.util.d.ts.map +1 -1
- package/dist/cjs/utils/bank-account.util.d.ts +17 -0
- package/dist/cjs/utils/bank-account.util.d.ts.map +1 -0
- package/dist/cjs/utils/index.d.ts +2 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +12 -0
- package/dist/cjs/utils/property.util.d.ts.map +1 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/index.d.ts +1 -0
- package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +2 -2
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/index.d.ts +1 -0
- package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +0 -4
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/index.d.ts +4 -0
- package/dist/esm/constants/payout/index.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout-status.constant.d.ts +9 -0
- package/dist/esm/constants/payout/payout-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout-type.constant.d.ts +9 -0
- package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout/payout.constant.d.ts +37 -0
- package/dist/esm/constants/payout/payout.constant.d.ts.map +1 -0
- package/dist/esm/constants/payout-bank-file/index.d.ts +2 -0
- package/dist/esm/constants/payout-bank-file/index.d.ts.map +1 -0
- package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
- package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
- package/dist/esm/index.mjs +1699 -1159
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +1053 -24
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +759 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -1
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
- package/dist/esm/schemas/cma-transaction/index.d.ts +2 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +4 -0
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/account-number.schma.d.ts +4 -0
- package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts +4 -0
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/index.d.ts +5 -0
- package/dist/esm/schemas/common/account/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/account/state-code.schema.d.ts +4 -0
- package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/amount/index.d.ts +3 -0
- package/dist/esm/schemas/common/amount/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +4 -0
- package/dist/esm/schemas/common/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +8 -0
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts +32 -0
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/index.d.ts +6 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +31 -0
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +66 -0
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +41 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/index.d.ts +4 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +6 -6
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +211 -426
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +416 -0
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/index.d.ts +9 -1
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +260 -0
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +401 -285
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +12 -26
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +401 -110
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +36678 -0
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +361 -114
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file/index.d.ts +3 -0
- package/dist/esm/schemas/payout-bank-file/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts +2 -0
- package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts +3 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
- package/dist/esm/schemas/project/project.entity.schema.d.ts +86 -6
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +218 -215
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +7 -7
- package/dist/esm/schemas/property/index.d.ts +1 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +864 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +734 -17
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +2479 -984
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/index.d.ts +1 -0
- package/dist/esm/schemas/user/index.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/user/user.rest.schema.d.ts +35 -0
- package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/amount.util.d.ts +2 -2
- package/dist/esm/utils/amount.util.d.ts.map +1 -1
- package/dist/esm/utils/bank-account.util.d.ts +17 -0
- package/dist/esm/utils/bank-account.util.d.ts.map +1 -0
- package/dist/esm/utils/index.d.ts +2 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +12 -0
- package/dist/esm/utils/property.util.d.ts.map +1 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/cjs/constants/mta-account-period/index.d.ts +0 -2
- package/dist/cjs/constants/mta-account-period/index.d.ts.map +0 -1
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
- package/dist/cjs/constants/mta-reconciliation/index.d.ts +0 -2
- package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +0 -1
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts +0 -333
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts +0 -157
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +0 -1
- package/dist/esm/constants/mta-account-period/index.d.ts +0 -2
- package/dist/esm/constants/mta-account-period/index.d.ts.map +0 -1
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
- package/dist/esm/constants/mta-reconciliation/index.d.ts +0 -2
- package/dist/esm/constants/mta-reconciliation/index.d.ts.map +0 -1
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
- package/dist/esm/schemas/cma/cma-res.schema.d.ts +0 -333
- package/dist/esm/schemas/cma/cma-res.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.create.schema.d.ts +0 -157
- package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;
|
|
1
|
+
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AAIvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qCAAqC,EAAE,MAAM,sEAAsE,CAAC;AAK7H,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAe1C,CAAC;AAEH,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC7D,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1D,iBAAiB,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,sBAAsB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,sBAAsB,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;CACrG,CAAC;AAEF,KAAK,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC/D,GAAG,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3D,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,sBAAsB,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD,sBAAsB,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrG,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,KAAK,CA2B7E,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const cancelPayoutRestReqSchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodString;
|
|
4
|
+
reason: z.ZodString;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
id: string;
|
|
7
|
+
reason: string;
|
|
8
|
+
}, {
|
|
9
|
+
id: string;
|
|
10
|
+
reason: string;
|
|
11
|
+
}>;
|
|
12
|
+
export type CancelPayoutRestReq = z.input<typeof cancelPayoutRestReqSchema>;
|
|
13
|
+
//# sourceMappingURL=cancel-payout.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/cancel-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,yBAAyB;;;;;;;;;EAGpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const confirmBankFileProcessedRestReqSchema: z.ZodObject<{
|
|
3
|
+
payoutId: z.ZodString;
|
|
4
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6
|
+
clearedAt: z.ZodDate;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
clearedAt: Date;
|
|
9
|
+
payoutId: string;
|
|
10
|
+
description?: string | null | undefined;
|
|
11
|
+
bankRef?: string | null | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
clearedAt: Date;
|
|
14
|
+
payoutId: string;
|
|
15
|
+
description?: string | null | undefined;
|
|
16
|
+
bankRef?: string | null | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export type ConfirmBankFileProcessedRestReq = z.input<typeof confirmBankFileProcessedRestReqSchema>;
|
|
19
|
+
//# sourceMappingURL=confirm-bank-file-processed.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confirm-bank-file-processed.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/confirm-bank-file-processed.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;EAKhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { PayoutSourceAccountType } from '../../constants/payout/payout.constant';
|
|
3
|
+
export declare const createMtaToCmaPayoutRestReqSchema: z.ZodObject<{
|
|
4
|
+
payoutType: z.ZodLiteral<"trust_to_cma_payout">;
|
|
5
|
+
payoutSourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
6
|
+
bankRef: z.ZodString;
|
|
7
|
+
description: z.ZodString;
|
|
8
|
+
mtaId: z.ZodString;
|
|
9
|
+
targetDetails: z.ZodArray<z.ZodObject<{
|
|
10
|
+
cmaId: z.ZodString;
|
|
11
|
+
propertyId: z.ZodString;
|
|
12
|
+
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodBigInt>;
|
|
13
|
+
description: z.ZodString;
|
|
14
|
+
bankRef: z.ZodString;
|
|
15
|
+
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
creditAmountCents: bigint;
|
|
17
|
+
description: string;
|
|
18
|
+
cmaId: string;
|
|
19
|
+
propertyId: string;
|
|
20
|
+
bankRef: string;
|
|
21
|
+
}, {
|
|
22
|
+
creditAmountCents: number;
|
|
23
|
+
description: string;
|
|
24
|
+
cmaId: string;
|
|
25
|
+
propertyId: string;
|
|
26
|
+
bankRef: string;
|
|
27
|
+
}>, "many">;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
mtaId: string;
|
|
30
|
+
description: string;
|
|
31
|
+
bankRef: string;
|
|
32
|
+
payoutType: "trust_to_cma_payout";
|
|
33
|
+
payoutSourceAccountType: PayoutSourceAccountType.MTA;
|
|
34
|
+
targetDetails: {
|
|
35
|
+
creditAmountCents: bigint;
|
|
36
|
+
description: string;
|
|
37
|
+
cmaId: string;
|
|
38
|
+
propertyId: string;
|
|
39
|
+
bankRef: string;
|
|
40
|
+
}[];
|
|
41
|
+
}, {
|
|
42
|
+
mtaId: string;
|
|
43
|
+
description: string;
|
|
44
|
+
bankRef: string;
|
|
45
|
+
payoutType: "trust_to_cma_payout";
|
|
46
|
+
payoutSourceAccountType: PayoutSourceAccountType.MTA;
|
|
47
|
+
targetDetails: {
|
|
48
|
+
creditAmountCents: number;
|
|
49
|
+
description: string;
|
|
50
|
+
cmaId: string;
|
|
51
|
+
propertyId: string;
|
|
52
|
+
bankRef: string;
|
|
53
|
+
}[];
|
|
54
|
+
}>;
|
|
55
|
+
export type CreateMtaToCmaPayoutRestReq = z.input<typeof createMtaToCmaPayoutRestReqSchema>;
|
|
56
|
+
export type CreateMtaToCmaPayout = z.output<typeof createMtaToCmaPayoutRestReqSchema>;
|
|
57
|
+
//# sourceMappingURL=create-mta-to-cma-payout.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-mta-to-cma-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/create-mta-to-cma-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAGjF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc5C,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { PayoutSourceAccountType, PayoutTargetAccountType } from '../../constants/payout/payout.constant';
|
|
3
|
+
export declare const createSettlementPayoutTargetAccountSchema: z.ZodObject<{
|
|
4
|
+
targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
|
|
5
|
+
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
|
|
6
|
+
description: z.ZodString;
|
|
7
|
+
bankRef: z.ZodString;
|
|
8
|
+
targetAccountName: z.ZodString;
|
|
9
|
+
targetAccountNumber: z.ZodString;
|
|
10
|
+
targetBsb: z.ZodString;
|
|
11
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
creditAmountCents: bigint;
|
|
14
|
+
description: string;
|
|
15
|
+
bankRef: string;
|
|
16
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
17
|
+
targetAccountName: string;
|
|
18
|
+
targetAccountNumber: string;
|
|
19
|
+
targetBsb: string;
|
|
20
|
+
sourcePropertyId?: string | undefined;
|
|
21
|
+
}, {
|
|
22
|
+
creditAmountCents: string | number | bigint;
|
|
23
|
+
description: string;
|
|
24
|
+
bankRef: string;
|
|
25
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
26
|
+
targetAccountName: string;
|
|
27
|
+
targetAccountNumber: string;
|
|
28
|
+
targetBsb: string;
|
|
29
|
+
sourcePropertyId?: string | undefined;
|
|
30
|
+
}>;
|
|
31
|
+
export type CreateSettlementPayoutTargetAccountRestReq = z.input<typeof createSettlementPayoutTargetAccountSchema>;
|
|
32
|
+
export type CreateSettlementPayoutTargetAccount = z.output<typeof createSettlementPayoutTargetAccountSchema>;
|
|
33
|
+
export declare const createCmaSettlementPayoutSourceAccountSchema: z.ZodObject<{
|
|
34
|
+
sourceAccountId: z.ZodString;
|
|
35
|
+
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.CMA>;
|
|
36
|
+
sourceBankRef: z.ZodString;
|
|
37
|
+
sourceDescription: z.ZodString;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
sourceAccountId: string;
|
|
40
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
41
|
+
sourceBankRef: string;
|
|
42
|
+
sourceDescription: string;
|
|
43
|
+
}, {
|
|
44
|
+
sourceAccountId: string;
|
|
45
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
46
|
+
sourceBankRef: string;
|
|
47
|
+
sourceDescription: string;
|
|
48
|
+
}>;
|
|
49
|
+
export type CreateCmaSettlementPayoutSourceAccount = z.output<typeof createCmaSettlementPayoutSourceAccountSchema>;
|
|
50
|
+
export declare const createMtaSettlementPayoutSourceAccountSchema: z.ZodObject<{
|
|
51
|
+
sourceAccountId: z.ZodString;
|
|
52
|
+
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
53
|
+
sourceBankRef: z.ZodString;
|
|
54
|
+
sourceDescription: z.ZodString;
|
|
55
|
+
}, "strip", z.ZodTypeAny, {
|
|
56
|
+
sourceAccountId: string;
|
|
57
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
58
|
+
sourceBankRef: string;
|
|
59
|
+
sourceDescription: string;
|
|
60
|
+
}, {
|
|
61
|
+
sourceAccountId: string;
|
|
62
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
63
|
+
sourceBankRef: string;
|
|
64
|
+
sourceDescription: string;
|
|
65
|
+
}>;
|
|
66
|
+
export type CreateMtaSettlementPayoutSourceAccount = z.output<typeof createMtaSettlementPayoutSourceAccountSchema>;
|
|
67
|
+
export declare const createMtaSettlementPayoutRestReqSchema: z.ZodObject<{
|
|
68
|
+
projectId: z.ZodString;
|
|
69
|
+
payoutType: z.ZodLiteral<"trust_settlement_payout">;
|
|
70
|
+
sourceAccount: z.ZodLazy<z.ZodObject<{
|
|
71
|
+
sourceAccountId: z.ZodString;
|
|
72
|
+
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
73
|
+
sourceBankRef: z.ZodString;
|
|
74
|
+
sourceDescription: z.ZodString;
|
|
75
|
+
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
sourceAccountId: string;
|
|
77
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
78
|
+
sourceBankRef: string;
|
|
79
|
+
sourceDescription: string;
|
|
80
|
+
}, {
|
|
81
|
+
sourceAccountId: string;
|
|
82
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
83
|
+
sourceBankRef: string;
|
|
84
|
+
sourceDescription: string;
|
|
85
|
+
}>>;
|
|
86
|
+
targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
87
|
+
targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
|
|
88
|
+
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
|
|
89
|
+
description: z.ZodString;
|
|
90
|
+
bankRef: z.ZodString;
|
|
91
|
+
targetAccountName: z.ZodString;
|
|
92
|
+
targetAccountNumber: z.ZodString;
|
|
93
|
+
targetBsb: z.ZodString;
|
|
94
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
95
|
+
}, "strip", z.ZodTypeAny, {
|
|
96
|
+
creditAmountCents: bigint;
|
|
97
|
+
description: string;
|
|
98
|
+
bankRef: string;
|
|
99
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
100
|
+
targetAccountName: string;
|
|
101
|
+
targetAccountNumber: string;
|
|
102
|
+
targetBsb: string;
|
|
103
|
+
sourcePropertyId?: string | undefined;
|
|
104
|
+
}, {
|
|
105
|
+
creditAmountCents: string | number | bigint;
|
|
106
|
+
description: string;
|
|
107
|
+
bankRef: string;
|
|
108
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
109
|
+
targetAccountName: string;
|
|
110
|
+
targetAccountNumber: string;
|
|
111
|
+
targetBsb: string;
|
|
112
|
+
sourcePropertyId?: string | undefined;
|
|
113
|
+
}>, "many">>;
|
|
114
|
+
}, "strip", z.ZodTypeAny, {
|
|
115
|
+
projectId: string;
|
|
116
|
+
payoutType: "trust_settlement_payout";
|
|
117
|
+
sourceAccount: {
|
|
118
|
+
sourceAccountId: string;
|
|
119
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
120
|
+
sourceBankRef: string;
|
|
121
|
+
sourceDescription: string;
|
|
122
|
+
};
|
|
123
|
+
targetAccounts: {
|
|
124
|
+
creditAmountCents: bigint;
|
|
125
|
+
description: string;
|
|
126
|
+
bankRef: string;
|
|
127
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
128
|
+
targetAccountName: string;
|
|
129
|
+
targetAccountNumber: string;
|
|
130
|
+
targetBsb: string;
|
|
131
|
+
sourcePropertyId?: string | undefined;
|
|
132
|
+
}[];
|
|
133
|
+
}, {
|
|
134
|
+
projectId: string;
|
|
135
|
+
payoutType: "trust_settlement_payout";
|
|
136
|
+
sourceAccount: {
|
|
137
|
+
sourceAccountId: string;
|
|
138
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
139
|
+
sourceBankRef: string;
|
|
140
|
+
sourceDescription: string;
|
|
141
|
+
};
|
|
142
|
+
targetAccounts: {
|
|
143
|
+
creditAmountCents: string | number | bigint;
|
|
144
|
+
description: string;
|
|
145
|
+
bankRef: string;
|
|
146
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
147
|
+
targetAccountName: string;
|
|
148
|
+
targetAccountNumber: string;
|
|
149
|
+
targetBsb: string;
|
|
150
|
+
sourcePropertyId?: string | undefined;
|
|
151
|
+
}[];
|
|
152
|
+
}>;
|
|
153
|
+
export type CreateMtaSettlementPayoutRestReq = z.input<typeof createMtaSettlementPayoutRestReqSchema>;
|
|
154
|
+
export type CreateMtaSettlementPayout = z.output<typeof createMtaSettlementPayoutRestReqSchema>;
|
|
155
|
+
export declare const createCmaSettlementPayoutRestReqSchema: z.ZodObject<{
|
|
156
|
+
projectId: z.ZodString;
|
|
157
|
+
payoutType: z.ZodLiteral<"cma_settlement_payout">;
|
|
158
|
+
sourceAccount: z.ZodLazy<z.ZodObject<{
|
|
159
|
+
sourceAccountId: z.ZodString;
|
|
160
|
+
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.CMA>;
|
|
161
|
+
sourceBankRef: z.ZodString;
|
|
162
|
+
sourceDescription: z.ZodString;
|
|
163
|
+
}, "strip", z.ZodTypeAny, {
|
|
164
|
+
sourceAccountId: string;
|
|
165
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
166
|
+
sourceBankRef: string;
|
|
167
|
+
sourceDescription: string;
|
|
168
|
+
}, {
|
|
169
|
+
sourceAccountId: string;
|
|
170
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
171
|
+
sourceBankRef: string;
|
|
172
|
+
sourceDescription: string;
|
|
173
|
+
}>>;
|
|
174
|
+
targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
175
|
+
targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
|
|
176
|
+
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
|
|
177
|
+
description: z.ZodString;
|
|
178
|
+
bankRef: z.ZodString;
|
|
179
|
+
targetAccountName: z.ZodString;
|
|
180
|
+
targetAccountNumber: z.ZodString;
|
|
181
|
+
targetBsb: z.ZodString;
|
|
182
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
183
|
+
}, "strip", z.ZodTypeAny, {
|
|
184
|
+
creditAmountCents: bigint;
|
|
185
|
+
description: string;
|
|
186
|
+
bankRef: string;
|
|
187
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
188
|
+
targetAccountName: string;
|
|
189
|
+
targetAccountNumber: string;
|
|
190
|
+
targetBsb: string;
|
|
191
|
+
sourcePropertyId?: string | undefined;
|
|
192
|
+
}, {
|
|
193
|
+
creditAmountCents: string | number | bigint;
|
|
194
|
+
description: string;
|
|
195
|
+
bankRef: string;
|
|
196
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
197
|
+
targetAccountName: string;
|
|
198
|
+
targetAccountNumber: string;
|
|
199
|
+
targetBsb: string;
|
|
200
|
+
sourcePropertyId?: string | undefined;
|
|
201
|
+
}>, "many">>;
|
|
202
|
+
}, "strip", z.ZodTypeAny, {
|
|
203
|
+
projectId: string;
|
|
204
|
+
payoutType: "cma_settlement_payout";
|
|
205
|
+
sourceAccount: {
|
|
206
|
+
sourceAccountId: string;
|
|
207
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
208
|
+
sourceBankRef: string;
|
|
209
|
+
sourceDescription: string;
|
|
210
|
+
};
|
|
211
|
+
targetAccounts: {
|
|
212
|
+
creditAmountCents: bigint;
|
|
213
|
+
description: string;
|
|
214
|
+
bankRef: string;
|
|
215
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
216
|
+
targetAccountName: string;
|
|
217
|
+
targetAccountNumber: string;
|
|
218
|
+
targetBsb: string;
|
|
219
|
+
sourcePropertyId?: string | undefined;
|
|
220
|
+
}[];
|
|
221
|
+
}, {
|
|
222
|
+
projectId: string;
|
|
223
|
+
payoutType: "cma_settlement_payout";
|
|
224
|
+
sourceAccount: {
|
|
225
|
+
sourceAccountId: string;
|
|
226
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
227
|
+
sourceBankRef: string;
|
|
228
|
+
sourceDescription: string;
|
|
229
|
+
};
|
|
230
|
+
targetAccounts: {
|
|
231
|
+
creditAmountCents: string | number | bigint;
|
|
232
|
+
description: string;
|
|
233
|
+
bankRef: string;
|
|
234
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
235
|
+
targetAccountName: string;
|
|
236
|
+
targetAccountNumber: string;
|
|
237
|
+
targetBsb: string;
|
|
238
|
+
sourcePropertyId?: string | undefined;
|
|
239
|
+
}[];
|
|
240
|
+
}>;
|
|
241
|
+
export type CreateCmaSettlementPayoutRestReq = z.input<typeof createCmaSettlementPayoutRestReqSchema>;
|
|
242
|
+
export type CreateCmaSettlementPayout = z.output<typeof createCmaSettlementPayoutRestReqSchema>;
|
|
243
|
+
export declare const createSettlementPayoutRestReqSchema: z.ZodDiscriminatedUnion<"payoutType", [z.ZodObject<{
|
|
244
|
+
projectId: z.ZodString;
|
|
245
|
+
payoutType: z.ZodLiteral<"trust_settlement_payout">;
|
|
246
|
+
sourceAccount: z.ZodLazy<z.ZodObject<{
|
|
247
|
+
sourceAccountId: z.ZodString;
|
|
248
|
+
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
249
|
+
sourceBankRef: z.ZodString;
|
|
250
|
+
sourceDescription: z.ZodString;
|
|
251
|
+
}, "strip", z.ZodTypeAny, {
|
|
252
|
+
sourceAccountId: string;
|
|
253
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
254
|
+
sourceBankRef: string;
|
|
255
|
+
sourceDescription: string;
|
|
256
|
+
}, {
|
|
257
|
+
sourceAccountId: string;
|
|
258
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
259
|
+
sourceBankRef: string;
|
|
260
|
+
sourceDescription: string;
|
|
261
|
+
}>>;
|
|
262
|
+
targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
263
|
+
targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
|
|
264
|
+
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
|
|
265
|
+
description: z.ZodString;
|
|
266
|
+
bankRef: z.ZodString;
|
|
267
|
+
targetAccountName: z.ZodString;
|
|
268
|
+
targetAccountNumber: z.ZodString;
|
|
269
|
+
targetBsb: z.ZodString;
|
|
270
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
271
|
+
}, "strip", z.ZodTypeAny, {
|
|
272
|
+
creditAmountCents: bigint;
|
|
273
|
+
description: string;
|
|
274
|
+
bankRef: string;
|
|
275
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
276
|
+
targetAccountName: string;
|
|
277
|
+
targetAccountNumber: string;
|
|
278
|
+
targetBsb: string;
|
|
279
|
+
sourcePropertyId?: string | undefined;
|
|
280
|
+
}, {
|
|
281
|
+
creditAmountCents: string | number | bigint;
|
|
282
|
+
description: string;
|
|
283
|
+
bankRef: string;
|
|
284
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
285
|
+
targetAccountName: string;
|
|
286
|
+
targetAccountNumber: string;
|
|
287
|
+
targetBsb: string;
|
|
288
|
+
sourcePropertyId?: string | undefined;
|
|
289
|
+
}>, "many">>;
|
|
290
|
+
}, "strip", z.ZodTypeAny, {
|
|
291
|
+
projectId: string;
|
|
292
|
+
payoutType: "trust_settlement_payout";
|
|
293
|
+
sourceAccount: {
|
|
294
|
+
sourceAccountId: string;
|
|
295
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
296
|
+
sourceBankRef: string;
|
|
297
|
+
sourceDescription: string;
|
|
298
|
+
};
|
|
299
|
+
targetAccounts: {
|
|
300
|
+
creditAmountCents: bigint;
|
|
301
|
+
description: string;
|
|
302
|
+
bankRef: string;
|
|
303
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
304
|
+
targetAccountName: string;
|
|
305
|
+
targetAccountNumber: string;
|
|
306
|
+
targetBsb: string;
|
|
307
|
+
sourcePropertyId?: string | undefined;
|
|
308
|
+
}[];
|
|
309
|
+
}, {
|
|
310
|
+
projectId: string;
|
|
311
|
+
payoutType: "trust_settlement_payout";
|
|
312
|
+
sourceAccount: {
|
|
313
|
+
sourceAccountId: string;
|
|
314
|
+
sourceAccountType: PayoutSourceAccountType.MTA;
|
|
315
|
+
sourceBankRef: string;
|
|
316
|
+
sourceDescription: string;
|
|
317
|
+
};
|
|
318
|
+
targetAccounts: {
|
|
319
|
+
creditAmountCents: string | number | bigint;
|
|
320
|
+
description: string;
|
|
321
|
+
bankRef: string;
|
|
322
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
323
|
+
targetAccountName: string;
|
|
324
|
+
targetAccountNumber: string;
|
|
325
|
+
targetBsb: string;
|
|
326
|
+
sourcePropertyId?: string | undefined;
|
|
327
|
+
}[];
|
|
328
|
+
}>, z.ZodObject<{
|
|
329
|
+
projectId: z.ZodString;
|
|
330
|
+
payoutType: z.ZodLiteral<"cma_settlement_payout">;
|
|
331
|
+
sourceAccount: z.ZodLazy<z.ZodObject<{
|
|
332
|
+
sourceAccountId: z.ZodString;
|
|
333
|
+
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.CMA>;
|
|
334
|
+
sourceBankRef: z.ZodString;
|
|
335
|
+
sourceDescription: z.ZodString;
|
|
336
|
+
}, "strip", z.ZodTypeAny, {
|
|
337
|
+
sourceAccountId: string;
|
|
338
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
339
|
+
sourceBankRef: string;
|
|
340
|
+
sourceDescription: string;
|
|
341
|
+
}, {
|
|
342
|
+
sourceAccountId: string;
|
|
343
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
344
|
+
sourceBankRef: string;
|
|
345
|
+
sourceDescription: string;
|
|
346
|
+
}>>;
|
|
347
|
+
targetAccounts: z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
348
|
+
targetAccountType: z.ZodLiteral<PayoutTargetAccountType.OTHER>;
|
|
349
|
+
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, bigint, string | number | bigint>, z.ZodBigInt>;
|
|
350
|
+
description: z.ZodString;
|
|
351
|
+
bankRef: z.ZodString;
|
|
352
|
+
targetAccountName: z.ZodString;
|
|
353
|
+
targetAccountNumber: z.ZodString;
|
|
354
|
+
targetBsb: z.ZodString;
|
|
355
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
356
|
+
}, "strip", z.ZodTypeAny, {
|
|
357
|
+
creditAmountCents: bigint;
|
|
358
|
+
description: string;
|
|
359
|
+
bankRef: string;
|
|
360
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
361
|
+
targetAccountName: string;
|
|
362
|
+
targetAccountNumber: string;
|
|
363
|
+
targetBsb: string;
|
|
364
|
+
sourcePropertyId?: string | undefined;
|
|
365
|
+
}, {
|
|
366
|
+
creditAmountCents: string | number | bigint;
|
|
367
|
+
description: string;
|
|
368
|
+
bankRef: string;
|
|
369
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
370
|
+
targetAccountName: string;
|
|
371
|
+
targetAccountNumber: string;
|
|
372
|
+
targetBsb: string;
|
|
373
|
+
sourcePropertyId?: string | undefined;
|
|
374
|
+
}>, "many">>;
|
|
375
|
+
}, "strip", z.ZodTypeAny, {
|
|
376
|
+
projectId: string;
|
|
377
|
+
payoutType: "cma_settlement_payout";
|
|
378
|
+
sourceAccount: {
|
|
379
|
+
sourceAccountId: string;
|
|
380
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
381
|
+
sourceBankRef: string;
|
|
382
|
+
sourceDescription: string;
|
|
383
|
+
};
|
|
384
|
+
targetAccounts: {
|
|
385
|
+
creditAmountCents: bigint;
|
|
386
|
+
description: string;
|
|
387
|
+
bankRef: string;
|
|
388
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
389
|
+
targetAccountName: string;
|
|
390
|
+
targetAccountNumber: string;
|
|
391
|
+
targetBsb: string;
|
|
392
|
+
sourcePropertyId?: string | undefined;
|
|
393
|
+
}[];
|
|
394
|
+
}, {
|
|
395
|
+
projectId: string;
|
|
396
|
+
payoutType: "cma_settlement_payout";
|
|
397
|
+
sourceAccount: {
|
|
398
|
+
sourceAccountId: string;
|
|
399
|
+
sourceAccountType: PayoutSourceAccountType.CMA;
|
|
400
|
+
sourceBankRef: string;
|
|
401
|
+
sourceDescription: string;
|
|
402
|
+
};
|
|
403
|
+
targetAccounts: {
|
|
404
|
+
creditAmountCents: string | number | bigint;
|
|
405
|
+
description: string;
|
|
406
|
+
bankRef: string;
|
|
407
|
+
targetAccountType: PayoutTargetAccountType.OTHER;
|
|
408
|
+
targetAccountName: string;
|
|
409
|
+
targetAccountNumber: string;
|
|
410
|
+
targetBsb: string;
|
|
411
|
+
sourcePropertyId?: string | undefined;
|
|
412
|
+
}[];
|
|
413
|
+
}>]>;
|
|
414
|
+
export type CreateSettlementPayoutRestReq = z.input<typeof createSettlementPayoutRestReqSchema>;
|
|
415
|
+
export type CreateSettlementPayout = z.output<typeof createSettlementPayoutRestReqSchema>;
|
|
416
|
+
//# sourceMappingURL=create-settlement-payout.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-settlement-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/create-settlement-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAG1G,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpD,CAAC;AAEH,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC;AACnH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,yCAAyC,CAAC,CAAC;AAE7G,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;EAKvD,CAAC;AAEH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,4CAA4C,CAAC,CAAC;AAEnH,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;EAKvD,CAAC;AAEH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,4CAA4C,CAAC,CAAC;AAEnH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKjD,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEhG,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKjD,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAGhG,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAuH,CAAC;AAExK,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAChG,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,mCAAmC,CAAC,CAAC"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
export * from './payout.
|
|
1
|
+
export * from './cancel-payout.rest.schema';
|
|
2
|
+
export * from './confirm-bank-file-processed.rest.schema';
|
|
3
|
+
export * from './create-mta-to-cma-payout.rest.schema';
|
|
4
|
+
export * from './create-settlement-payout.rest.schema';
|
|
5
|
+
export * from './payout-provision-data.entity.schema';
|
|
6
|
+
export * from './payout-provision-data.rest.schema';
|
|
7
|
+
export * from './payout-search.rest.schema';
|
|
8
|
+
export * from './payout-status-summary.rest.schema';
|
|
2
9
|
export * from './payout.entity.schema';
|
|
3
10
|
export * from './payout.rest.create.schema';
|
|
4
11
|
export * from './payout.rest.list.schema';
|
|
12
|
+
export * from './payout.rest.schema';
|
|
5
13
|
export * from './payout.rest.view.schema';
|
|
6
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout/index.ts"],"names":[],"mappings":"AAEA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC"}
|