@mikemo-coposit/am-accounting-shared 0.0.10 → 0.0.12
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/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/payment-method.constant.d.ts +4 -0
- package/dist/cjs/constants/common/payment-method.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +2 -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 +10 -0
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +876 -518
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +97 -97
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +56 -56
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +487 -487
- 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.rest.schema.d.ts +61 -61
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +347 -347
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +1 -0
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +3 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +13 -0
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +40 -0
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +11 -0
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +16 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +18 -18
- 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 +525 -525
- 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.rest.schema.d.ts +15 -15
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +354 -354
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/index.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -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 +63 -63
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/index.d.ts +7 -7
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/{esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
- package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +57 -2
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +254 -0
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +7385 -392
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +81673 -20803
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/unknown-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +911 -908
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +23 -23
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +68 -68
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +356 -356
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/amount.util.d.ts.map +1 -1
- 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/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/payment-method.constant.d.ts +4 -0
- package/dist/esm/constants/common/payment-method.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +2 -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 +10 -0
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +688 -401
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +97 -97
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +56 -56
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +487 -487
- 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.rest.schema.d.ts +61 -61
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +347 -347
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +1 -0
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +3 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +13 -0
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +40 -0
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts +11 -0
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +16 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +18 -18
- 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 +525 -525
- 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.rest.schema.d.ts +15 -15
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +354 -354
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/index.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -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 +63 -63
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts +4 -0
- package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/index.d.ts +7 -7
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/{cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
- package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +57 -2
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +254 -0
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +7385 -392
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +81673 -20803
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/unknown-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +911 -908
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +23 -23
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +68 -68
- package/dist/esm/schemas/property/property.rest.schema.d.ts +356 -356
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/amount.util.d.ts.map +1 -1
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +11 -15
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +0 -87
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +0 -474
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +0 -529
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +0 -87
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +0 -474
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +0 -529
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -25,19 +25,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
25
25
|
mtaId: string;
|
|
26
26
|
description: string | null;
|
|
27
27
|
clearedAt: Date | null;
|
|
28
|
+
payoutId: string | null;
|
|
29
|
+
bankRef: string | null;
|
|
30
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
28
31
|
transactionType: string;
|
|
32
|
+
sequence: number;
|
|
29
33
|
isCanceled: boolean;
|
|
30
34
|
isRefunded: boolean;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
34
|
-
bankRef: string | null;
|
|
35
|
+
referenceId: string | null;
|
|
36
|
+
note: string | null;
|
|
35
37
|
sourceTransactionId: string | null;
|
|
36
38
|
cancelType: string | null;
|
|
37
39
|
canceledAt: Date | null;
|
|
38
40
|
canceledReason: string | null;
|
|
39
|
-
referenceId: string | null;
|
|
40
|
-
note: string | null;
|
|
41
41
|
createdBy?: string | {
|
|
42
42
|
id: string;
|
|
43
43
|
email: string;
|
|
@@ -45,17 +45,10 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
45
45
|
firstName?: string | null | undefined;
|
|
46
46
|
lastName?: string | null | undefined;
|
|
47
47
|
} | null | undefined;
|
|
48
|
-
canceledBy?: string | {
|
|
49
|
-
id: string;
|
|
50
|
-
email: string;
|
|
51
|
-
fullName?: string | null | undefined;
|
|
52
|
-
firstName?: string | null | undefined;
|
|
53
|
-
lastName?: string | null | undefined;
|
|
54
|
-
} | null | undefined;
|
|
55
48
|
property?: {
|
|
56
49
|
status: string;
|
|
57
50
|
id: string;
|
|
58
|
-
balanceCents:
|
|
51
|
+
balanceCents: bigint;
|
|
59
52
|
isArchived: boolean;
|
|
60
53
|
createdAt: Date;
|
|
61
54
|
updatedAt: Date;
|
|
@@ -66,8 +59,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
66
59
|
propertyAddress: string;
|
|
67
60
|
stage: string;
|
|
68
61
|
mtaId: string;
|
|
69
|
-
mtaBalanceCents:
|
|
70
|
-
cmaBalanceCents:
|
|
62
|
+
mtaBalanceCents: bigint;
|
|
63
|
+
cmaBalanceCents: bigint;
|
|
71
64
|
buyerName?: string | null | undefined;
|
|
72
65
|
project?: {
|
|
73
66
|
type: string;
|
|
@@ -103,6 +96,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
103
96
|
syncedAt: Date;
|
|
104
97
|
} | null | undefined;
|
|
105
98
|
} | null | undefined;
|
|
99
|
+
canceledBy?: string | {
|
|
100
|
+
id: string;
|
|
101
|
+
email: string;
|
|
102
|
+
fullName?: string | null | undefined;
|
|
103
|
+
firstName?: string | null | undefined;
|
|
104
|
+
lastName?: string | null | undefined;
|
|
105
|
+
} | null | undefined;
|
|
106
106
|
} & {
|
|
107
107
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
108
108
|
sourceTransaction?: ({
|
|
@@ -119,19 +119,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
119
119
|
mtaId: string;
|
|
120
120
|
description: string | null;
|
|
121
121
|
clearedAt: Date | null;
|
|
122
|
+
payoutId: string | null;
|
|
123
|
+
bankRef: string | null;
|
|
124
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
122
125
|
transactionType: string;
|
|
126
|
+
sequence: number;
|
|
123
127
|
isCanceled: boolean;
|
|
124
128
|
isRefunded: boolean;
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
128
|
-
bankRef: string | null;
|
|
129
|
+
referenceId: string | null;
|
|
130
|
+
note: string | null;
|
|
129
131
|
sourceTransactionId: string | null;
|
|
130
132
|
cancelType: string | null;
|
|
131
133
|
canceledAt: Date | null;
|
|
132
134
|
canceledReason: string | null;
|
|
133
|
-
referenceId: string | null;
|
|
134
|
-
note: string | null;
|
|
135
135
|
createdBy?: string | {
|
|
136
136
|
id: string;
|
|
137
137
|
email: string;
|
|
@@ -139,17 +139,10 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
139
139
|
firstName?: string | null | undefined;
|
|
140
140
|
lastName?: string | null | undefined;
|
|
141
141
|
} | null | undefined;
|
|
142
|
-
canceledBy?: string | {
|
|
143
|
-
id: string;
|
|
144
|
-
email: string;
|
|
145
|
-
fullName?: string | null | undefined;
|
|
146
|
-
firstName?: string | null | undefined;
|
|
147
|
-
lastName?: string | null | undefined;
|
|
148
|
-
} | null | undefined;
|
|
149
142
|
property?: {
|
|
150
143
|
status: string;
|
|
151
144
|
id: string;
|
|
152
|
-
balanceCents:
|
|
145
|
+
balanceCents: bigint;
|
|
153
146
|
isArchived: boolean;
|
|
154
147
|
createdAt: Date;
|
|
155
148
|
updatedAt: Date;
|
|
@@ -160,8 +153,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
160
153
|
propertyAddress: string;
|
|
161
154
|
stage: string;
|
|
162
155
|
mtaId: string;
|
|
163
|
-
mtaBalanceCents:
|
|
164
|
-
cmaBalanceCents:
|
|
156
|
+
mtaBalanceCents: bigint;
|
|
157
|
+
cmaBalanceCents: bigint;
|
|
165
158
|
buyerName?: string | null | undefined;
|
|
166
159
|
project?: {
|
|
167
160
|
type: string;
|
|
@@ -197,6 +190,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
197
190
|
syncedAt: Date;
|
|
198
191
|
} | null | undefined;
|
|
199
192
|
} | null | undefined;
|
|
193
|
+
canceledBy?: string | {
|
|
194
|
+
id: string;
|
|
195
|
+
email: string;
|
|
196
|
+
fullName?: string | null | undefined;
|
|
197
|
+
firstName?: string | null | undefined;
|
|
198
|
+
lastName?: string | null | undefined;
|
|
199
|
+
} | null | undefined;
|
|
200
200
|
} & any) | null | undefined;
|
|
201
201
|
subsequentTransactions?: ({
|
|
202
202
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -212,19 +212,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
212
212
|
mtaId: string;
|
|
213
213
|
description: string | null;
|
|
214
214
|
clearedAt: Date | null;
|
|
215
|
+
payoutId: string | null;
|
|
216
|
+
bankRef: string | null;
|
|
217
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
215
218
|
transactionType: string;
|
|
219
|
+
sequence: number;
|
|
216
220
|
isCanceled: boolean;
|
|
217
221
|
isRefunded: boolean;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
221
|
-
bankRef: string | null;
|
|
222
|
+
referenceId: string | null;
|
|
223
|
+
note: string | null;
|
|
222
224
|
sourceTransactionId: string | null;
|
|
223
225
|
cancelType: string | null;
|
|
224
226
|
canceledAt: Date | null;
|
|
225
227
|
canceledReason: string | null;
|
|
226
|
-
referenceId: string | null;
|
|
227
|
-
note: string | null;
|
|
228
228
|
createdBy?: string | {
|
|
229
229
|
id: string;
|
|
230
230
|
email: string;
|
|
@@ -232,17 +232,10 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
232
232
|
firstName?: string | null | undefined;
|
|
233
233
|
lastName?: string | null | undefined;
|
|
234
234
|
} | null | undefined;
|
|
235
|
-
canceledBy?: string | {
|
|
236
|
-
id: string;
|
|
237
|
-
email: string;
|
|
238
|
-
fullName?: string | null | undefined;
|
|
239
|
-
firstName?: string | null | undefined;
|
|
240
|
-
lastName?: string | null | undefined;
|
|
241
|
-
} | null | undefined;
|
|
242
235
|
property?: {
|
|
243
236
|
status: string;
|
|
244
237
|
id: string;
|
|
245
|
-
balanceCents:
|
|
238
|
+
balanceCents: bigint;
|
|
246
239
|
isArchived: boolean;
|
|
247
240
|
createdAt: Date;
|
|
248
241
|
updatedAt: Date;
|
|
@@ -253,8 +246,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
253
246
|
propertyAddress: string;
|
|
254
247
|
stage: string;
|
|
255
248
|
mtaId: string;
|
|
256
|
-
mtaBalanceCents:
|
|
257
|
-
cmaBalanceCents:
|
|
249
|
+
mtaBalanceCents: bigint;
|
|
250
|
+
cmaBalanceCents: bigint;
|
|
258
251
|
buyerName?: string | null | undefined;
|
|
259
252
|
project?: {
|
|
260
253
|
type: string;
|
|
@@ -290,6 +283,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
290
283
|
syncedAt: Date;
|
|
291
284
|
} | null | undefined;
|
|
292
285
|
} | null | undefined;
|
|
286
|
+
canceledBy?: string | {
|
|
287
|
+
id: string;
|
|
288
|
+
email: string;
|
|
289
|
+
fullName?: string | null | undefined;
|
|
290
|
+
firstName?: string | null | undefined;
|
|
291
|
+
lastName?: string | null | undefined;
|
|
292
|
+
} | null | undefined;
|
|
293
293
|
} & any)[] | null | undefined;
|
|
294
294
|
reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
295
295
|
isReceipt?: boolean | null | undefined;
|
|
@@ -315,19 +315,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
315
315
|
mtaId: string;
|
|
316
316
|
description: string | null;
|
|
317
317
|
clearedAt: Date | null;
|
|
318
|
+
payoutId: string | null;
|
|
319
|
+
bankRef: string | null;
|
|
320
|
+
inputType: string;
|
|
318
321
|
transactionType: string;
|
|
322
|
+
sequence: number;
|
|
319
323
|
isCanceled: boolean;
|
|
320
324
|
isRefunded: boolean;
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
inputType: string;
|
|
324
|
-
bankRef: string | null;
|
|
325
|
+
referenceId: string | null;
|
|
326
|
+
note: string | null;
|
|
325
327
|
sourceTransactionId: string | null;
|
|
326
328
|
cancelType: string | null;
|
|
327
329
|
canceledAt: Date | null;
|
|
328
330
|
canceledReason: string | null;
|
|
329
|
-
referenceId: string | null;
|
|
330
|
-
note: string | null;
|
|
331
331
|
createdBy?: string | {
|
|
332
332
|
id: string;
|
|
333
333
|
email: string;
|
|
@@ -335,13 +335,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
335
335
|
firstName?: string | null | undefined;
|
|
336
336
|
lastName?: string | null | undefined;
|
|
337
337
|
} | null | undefined;
|
|
338
|
-
canceledBy?: string | {
|
|
339
|
-
id: string;
|
|
340
|
-
email: string;
|
|
341
|
-
fullName?: string | null | undefined;
|
|
342
|
-
firstName?: string | null | undefined;
|
|
343
|
-
lastName?: string | null | undefined;
|
|
344
|
-
} | null | undefined;
|
|
345
338
|
property?: {
|
|
346
339
|
status: string;
|
|
347
340
|
id: string;
|
|
@@ -393,6 +386,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
393
386
|
syncedAt: Date;
|
|
394
387
|
} | null | undefined;
|
|
395
388
|
} | null | undefined;
|
|
389
|
+
canceledBy?: string | {
|
|
390
|
+
id: string;
|
|
391
|
+
email: string;
|
|
392
|
+
fullName?: string | null | undefined;
|
|
393
|
+
firstName?: string | null | undefined;
|
|
394
|
+
lastName?: string | null | undefined;
|
|
395
|
+
} | null | undefined;
|
|
396
396
|
} & {
|
|
397
397
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
398
398
|
sourceTransaction?: ({
|
|
@@ -409,19 +409,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
409
409
|
mtaId: string;
|
|
410
410
|
description: string | null;
|
|
411
411
|
clearedAt: Date | null;
|
|
412
|
+
payoutId: string | null;
|
|
413
|
+
bankRef: string | null;
|
|
414
|
+
inputType: string;
|
|
412
415
|
transactionType: string;
|
|
416
|
+
sequence: number;
|
|
413
417
|
isCanceled: boolean;
|
|
414
418
|
isRefunded: boolean;
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
inputType: string;
|
|
418
|
-
bankRef: string | null;
|
|
419
|
+
referenceId: string | null;
|
|
420
|
+
note: string | null;
|
|
419
421
|
sourceTransactionId: string | null;
|
|
420
422
|
cancelType: string | null;
|
|
421
423
|
canceledAt: Date | null;
|
|
422
424
|
canceledReason: string | null;
|
|
423
|
-
referenceId: string | null;
|
|
424
|
-
note: string | null;
|
|
425
425
|
createdBy?: string | {
|
|
426
426
|
id: string;
|
|
427
427
|
email: string;
|
|
@@ -429,13 +429,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
429
429
|
firstName?: string | null | undefined;
|
|
430
430
|
lastName?: string | null | undefined;
|
|
431
431
|
} | null | undefined;
|
|
432
|
-
canceledBy?: string | {
|
|
433
|
-
id: string;
|
|
434
|
-
email: string;
|
|
435
|
-
fullName?: string | null | undefined;
|
|
436
|
-
firstName?: string | null | undefined;
|
|
437
|
-
lastName?: string | null | undefined;
|
|
438
|
-
} | null | undefined;
|
|
439
432
|
property?: {
|
|
440
433
|
status: string;
|
|
441
434
|
id: string;
|
|
@@ -487,6 +480,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
487
480
|
syncedAt: Date;
|
|
488
481
|
} | null | undefined;
|
|
489
482
|
} | null | undefined;
|
|
483
|
+
canceledBy?: string | {
|
|
484
|
+
id: string;
|
|
485
|
+
email: string;
|
|
486
|
+
fullName?: string | null | undefined;
|
|
487
|
+
firstName?: string | null | undefined;
|
|
488
|
+
lastName?: string | null | undefined;
|
|
489
|
+
} | null | undefined;
|
|
490
490
|
} & any) | null | undefined;
|
|
491
491
|
subsequentTransactions?: ({
|
|
492
492
|
status: string;
|
|
@@ -502,19 +502,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
502
502
|
mtaId: string;
|
|
503
503
|
description: string | null;
|
|
504
504
|
clearedAt: Date | null;
|
|
505
|
+
payoutId: string | null;
|
|
506
|
+
bankRef: string | null;
|
|
507
|
+
inputType: string;
|
|
505
508
|
transactionType: string;
|
|
509
|
+
sequence: number;
|
|
506
510
|
isCanceled: boolean;
|
|
507
511
|
isRefunded: boolean;
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
inputType: string;
|
|
511
|
-
bankRef: string | null;
|
|
512
|
+
referenceId: string | null;
|
|
513
|
+
note: string | null;
|
|
512
514
|
sourceTransactionId: string | null;
|
|
513
515
|
cancelType: string | null;
|
|
514
516
|
canceledAt: Date | null;
|
|
515
517
|
canceledReason: string | null;
|
|
516
|
-
referenceId: string | null;
|
|
517
|
-
note: string | null;
|
|
518
518
|
createdBy?: string | {
|
|
519
519
|
id: string;
|
|
520
520
|
email: string;
|
|
@@ -522,13 +522,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
522
522
|
firstName?: string | null | undefined;
|
|
523
523
|
lastName?: string | null | undefined;
|
|
524
524
|
} | null | undefined;
|
|
525
|
-
canceledBy?: string | {
|
|
526
|
-
id: string;
|
|
527
|
-
email: string;
|
|
528
|
-
fullName?: string | null | undefined;
|
|
529
|
-
firstName?: string | null | undefined;
|
|
530
|
-
lastName?: string | null | undefined;
|
|
531
|
-
} | null | undefined;
|
|
532
525
|
property?: {
|
|
533
526
|
status: string;
|
|
534
527
|
id: string;
|
|
@@ -580,6 +573,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
580
573
|
syncedAt: Date;
|
|
581
574
|
} | null | undefined;
|
|
582
575
|
} | null | undefined;
|
|
576
|
+
canceledBy?: string | {
|
|
577
|
+
id: string;
|
|
578
|
+
email: string;
|
|
579
|
+
fullName?: string | null | undefined;
|
|
580
|
+
firstName?: string | null | undefined;
|
|
581
|
+
lastName?: string | null | undefined;
|
|
582
|
+
} | null | undefined;
|
|
583
583
|
} & any)[] | null | undefined;
|
|
584
584
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
585
585
|
}>>>;
|
|
@@ -619,7 +619,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
619
619
|
} & {
|
|
620
620
|
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
621
621
|
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
622
|
-
accountNumber: z.
|
|
622
|
+
accountNumber: z.ZodString;
|
|
623
623
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
624
624
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
625
625
|
} & {
|
|
@@ -696,9 +696,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
696
696
|
accountNumber: string;
|
|
697
697
|
updatedBy: string | null;
|
|
698
698
|
country: string;
|
|
699
|
+
subsidiaryId: string;
|
|
699
700
|
currentReceiveSeq: number;
|
|
700
701
|
currentPayoutSeq: number;
|
|
701
|
-
subsidiaryId: string;
|
|
702
702
|
}, {
|
|
703
703
|
status: string;
|
|
704
704
|
id: string;
|
|
@@ -715,9 +715,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
715
715
|
accountNumber: string;
|
|
716
716
|
updatedBy: string | null;
|
|
717
717
|
country: string;
|
|
718
|
+
subsidiaryId: string;
|
|
718
719
|
currentReceiveSeq: number;
|
|
719
720
|
currentPayoutSeq: number;
|
|
720
|
-
subsidiaryId: string;
|
|
721
721
|
}>>>;
|
|
722
722
|
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
723
723
|
bsb: z.ZodString;
|
|
@@ -794,9 +794,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
794
794
|
accountNumber: string;
|
|
795
795
|
updatedBy: string | null;
|
|
796
796
|
country: string;
|
|
797
|
+
subsidiaryId: string;
|
|
797
798
|
currentReceiveSeq: number;
|
|
798
799
|
currentPayoutSeq: number;
|
|
799
|
-
subsidiaryId: string;
|
|
800
800
|
} | undefined;
|
|
801
801
|
floatAccount?: {
|
|
802
802
|
credential: {
|
|
@@ -840,9 +840,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
840
840
|
accountNumber: string;
|
|
841
841
|
updatedBy: string | null;
|
|
842
842
|
country: string;
|
|
843
|
+
subsidiaryId: string;
|
|
843
844
|
currentReceiveSeq: number;
|
|
844
845
|
currentPayoutSeq: number;
|
|
845
|
-
subsidiaryId: string;
|
|
846
846
|
} | undefined;
|
|
847
847
|
floatAccount?: string | null | undefined;
|
|
848
848
|
paymentProvider?: {
|
|
@@ -912,12 +912,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
912
912
|
syncedAt: Date | null;
|
|
913
913
|
name: string;
|
|
914
914
|
bsb: string | null;
|
|
915
|
-
accountNumber: string
|
|
915
|
+
accountNumber: string;
|
|
916
916
|
updatedBy: string | null;
|
|
917
917
|
country: string;
|
|
918
|
+
subsidiaryId: string;
|
|
918
919
|
currentReceiveSeq: number;
|
|
919
920
|
currentPayoutSeq: number;
|
|
920
|
-
subsidiaryId: string;
|
|
921
921
|
paymentMethods?: {
|
|
922
922
|
status: string;
|
|
923
923
|
id: string;
|
|
@@ -950,9 +950,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
950
950
|
accountNumber: string;
|
|
951
951
|
updatedBy: string | null;
|
|
952
952
|
country: string;
|
|
953
|
+
subsidiaryId: string;
|
|
953
954
|
currentReceiveSeq: number;
|
|
954
955
|
currentPayoutSeq: number;
|
|
955
|
-
subsidiaryId: string;
|
|
956
956
|
} | undefined;
|
|
957
957
|
floatAccount?: {
|
|
958
958
|
credential: {
|
|
@@ -1002,9 +1002,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1002
1002
|
accountNumber: string;
|
|
1003
1003
|
updatedBy: string | null;
|
|
1004
1004
|
country: string;
|
|
1005
|
+
subsidiaryId: string;
|
|
1005
1006
|
currentReceiveSeq: number;
|
|
1006
1007
|
currentPayoutSeq: number;
|
|
1007
|
-
subsidiaryId: string;
|
|
1008
1008
|
paymentMethods?: {
|
|
1009
1009
|
status: string;
|
|
1010
1010
|
id: string;
|
|
@@ -1031,9 +1031,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1031
1031
|
accountNumber: string;
|
|
1032
1032
|
updatedBy: string | null;
|
|
1033
1033
|
country: string;
|
|
1034
|
+
subsidiaryId: string;
|
|
1034
1035
|
currentReceiveSeq: number;
|
|
1035
1036
|
currentPayoutSeq: number;
|
|
1036
|
-
subsidiaryId: string;
|
|
1037
1037
|
} | undefined;
|
|
1038
1038
|
floatAccount?: string | null | undefined;
|
|
1039
1039
|
paymentProvider?: {
|
|
@@ -1089,12 +1089,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1089
1089
|
syncedAt: Date | null;
|
|
1090
1090
|
name: string;
|
|
1091
1091
|
bsb: string | null;
|
|
1092
|
-
accountNumber: string
|
|
1092
|
+
accountNumber: string;
|
|
1093
1093
|
updatedBy: string | null;
|
|
1094
1094
|
country: string;
|
|
1095
|
+
subsidiaryId: string;
|
|
1095
1096
|
currentReceiveSeq: number;
|
|
1096
1097
|
currentPayoutSeq: number;
|
|
1097
|
-
subsidiaryId: string;
|
|
1098
1098
|
paymentMethods?: {
|
|
1099
1099
|
status: string;
|
|
1100
1100
|
id: string;
|
|
@@ -1127,9 +1127,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1127
1127
|
accountNumber: string;
|
|
1128
1128
|
updatedBy: string | null;
|
|
1129
1129
|
country: string;
|
|
1130
|
+
subsidiaryId: string;
|
|
1130
1131
|
currentReceiveSeq: number;
|
|
1131
1132
|
currentPayoutSeq: number;
|
|
1132
|
-
subsidiaryId: string;
|
|
1133
1133
|
} | undefined;
|
|
1134
1134
|
floatAccount?: {
|
|
1135
1135
|
credential: {
|
|
@@ -1197,9 +1197,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1197
1197
|
accountNumber: string;
|
|
1198
1198
|
updatedBy: string | null;
|
|
1199
1199
|
country: string;
|
|
1200
|
+
subsidiaryId: string;
|
|
1200
1201
|
currentReceiveSeq: number;
|
|
1201
1202
|
currentPayoutSeq: number;
|
|
1202
|
-
subsidiaryId: string;
|
|
1203
1203
|
paymentMethods?: {
|
|
1204
1204
|
status: string;
|
|
1205
1205
|
id: string;
|
|
@@ -1226,9 +1226,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1226
1226
|
accountNumber: string;
|
|
1227
1227
|
updatedBy: string | null;
|
|
1228
1228
|
country: string;
|
|
1229
|
+
subsidiaryId: string;
|
|
1229
1230
|
currentReceiveSeq: number;
|
|
1230
1231
|
currentPayoutSeq: number;
|
|
1231
|
-
subsidiaryId: string;
|
|
1232
1232
|
} | undefined;
|
|
1233
1233
|
floatAccount?: string | null | undefined;
|
|
1234
1234
|
paymentProvider?: {
|
|
@@ -1274,172 +1274,59 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1274
1274
|
createdAt: Date;
|
|
1275
1275
|
updatedAt: Date;
|
|
1276
1276
|
mtaTransactionId: string;
|
|
1277
|
-
|
|
1278
|
-
status:
|
|
1277
|
+
mtaTransaction?: ({
|
|
1278
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1279
1279
|
id: string;
|
|
1280
|
+
propertyId: string | null;
|
|
1281
|
+
balanceCents: number;
|
|
1280
1282
|
isArchived: boolean;
|
|
1281
1283
|
createdAt: Date;
|
|
1282
1284
|
updatedAt: Date;
|
|
1285
|
+
syncedAt: Date;
|
|
1286
|
+
debitAmountCents: number;
|
|
1287
|
+
creditAmountCents: number;
|
|
1283
1288
|
mtaId: string;
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1289
|
+
description: string | null;
|
|
1290
|
+
clearedAt: Date | null;
|
|
1291
|
+
payoutId: string | null;
|
|
1292
|
+
bankRef: string | null;
|
|
1293
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1294
|
+
transactionType: string;
|
|
1295
|
+
sequence: number;
|
|
1296
|
+
isCanceled: boolean;
|
|
1297
|
+
isRefunded: boolean;
|
|
1298
|
+
referenceId: string | null;
|
|
1299
|
+
note: string | null;
|
|
1300
|
+
sourceTransactionId: string | null;
|
|
1301
|
+
cancelType: string | null;
|
|
1302
|
+
canceledAt: Date | null;
|
|
1303
|
+
canceledReason: string | null;
|
|
1304
|
+
createdBy?: string | {
|
|
1305
|
+
id: string;
|
|
1306
|
+
email: string;
|
|
1307
|
+
fullName?: string | null | undefined;
|
|
1308
|
+
firstName?: string | null | undefined;
|
|
1309
|
+
lastName?: string | null | undefined;
|
|
1310
|
+
} | null | undefined;
|
|
1311
|
+
property?: {
|
|
1291
1312
|
status: string;
|
|
1292
1313
|
id: string;
|
|
1293
|
-
balanceCents:
|
|
1294
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1295
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1314
|
+
balanceCents: bigint;
|
|
1296
1315
|
isArchived: boolean;
|
|
1297
|
-
createdBy: string | null;
|
|
1298
1316
|
createdAt: Date;
|
|
1299
1317
|
updatedAt: Date;
|
|
1300
|
-
syncedAt: Date
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
isArchived: boolean;
|
|
1313
|
-
createdAt: Date;
|
|
1314
|
-
updatedAt: Date;
|
|
1315
|
-
mtaId: string;
|
|
1316
|
-
bankAccountId: string;
|
|
1317
|
-
paymentProviderId: string;
|
|
1318
|
-
account: {
|
|
1319
|
-
bsb: string;
|
|
1320
|
-
accountNumber: string;
|
|
1321
|
-
credential: {
|
|
1322
|
-
bankAccountId: string;
|
|
1323
|
-
};
|
|
1324
|
-
};
|
|
1325
|
-
mta?: {
|
|
1326
|
-
status: string;
|
|
1327
|
-
id: string;
|
|
1328
|
-
balanceCents: bigint;
|
|
1329
|
-
stateCode: string;
|
|
1330
|
-
bankCode: string;
|
|
1331
|
-
isArchived: boolean;
|
|
1332
|
-
createdBy: string | null;
|
|
1333
|
-
createdAt: Date;
|
|
1334
|
-
updatedAt: Date;
|
|
1335
|
-
syncedAt: Date | null;
|
|
1336
|
-
name: string;
|
|
1337
|
-
bsb: string;
|
|
1338
|
-
accountNumber: string;
|
|
1339
|
-
updatedBy: string | null;
|
|
1340
|
-
country: string;
|
|
1341
|
-
currentReceiveSeq: number;
|
|
1342
|
-
currentPayoutSeq: number;
|
|
1343
|
-
subsidiaryId: string;
|
|
1344
|
-
} | undefined;
|
|
1345
|
-
floatAccount?: {
|
|
1346
|
-
credential: {
|
|
1347
|
-
bankAccountId: string;
|
|
1348
|
-
};
|
|
1349
|
-
domainName: string;
|
|
1350
|
-
} | null | undefined;
|
|
1351
|
-
paymentProvider?: {
|
|
1352
|
-
status: string;
|
|
1353
|
-
id: string;
|
|
1354
|
-
isArchived: boolean;
|
|
1355
|
-
createdAt: Date;
|
|
1356
|
-
updatedAt: Date;
|
|
1357
|
-
name: string;
|
|
1358
|
-
providerCode: string;
|
|
1359
|
-
settings: string;
|
|
1360
|
-
} | undefined;
|
|
1361
|
-
}[] | undefined;
|
|
1362
|
-
accountPeriods?: {
|
|
1363
|
-
status: string;
|
|
1364
|
-
id: string;
|
|
1365
|
-
isArchived: boolean;
|
|
1366
|
-
createdAt: Date;
|
|
1367
|
-
updatedAt: Date;
|
|
1368
|
-
mtaId: string;
|
|
1369
|
-
endDate: Date | null;
|
|
1370
|
-
closingDescription: string | null;
|
|
1371
|
-
closingBalanceCents: bigint | null;
|
|
1372
|
-
closedAt: Date | null;
|
|
1373
|
-
closedBy: string | null;
|
|
1374
|
-
startDate: Date;
|
|
1375
|
-
openingBalanceCents: bigint;
|
|
1376
|
-
}[] | undefined;
|
|
1377
|
-
} | undefined;
|
|
1378
|
-
closingBalanceCents?: number | null | undefined;
|
|
1379
|
-
reconciledAmountCents?: number | null | undefined;
|
|
1380
|
-
unreconciledAmountCents?: number | null | undefined;
|
|
1381
|
-
totalReconciledAmountCents?: number | null | undefined;
|
|
1382
|
-
} | undefined;
|
|
1383
|
-
mtaTransaction?: ({
|
|
1384
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
1385
|
-
id: string;
|
|
1386
|
-
propertyId: string | null;
|
|
1387
|
-
balanceCents: number;
|
|
1388
|
-
isArchived: boolean;
|
|
1389
|
-
createdAt: Date;
|
|
1390
|
-
updatedAt: Date;
|
|
1391
|
-
syncedAt: Date;
|
|
1392
|
-
debitAmountCents: number;
|
|
1393
|
-
creditAmountCents: number;
|
|
1394
|
-
mtaId: string;
|
|
1395
|
-
description: string | null;
|
|
1396
|
-
clearedAt: Date | null;
|
|
1397
|
-
transactionType: string;
|
|
1398
|
-
isCanceled: boolean;
|
|
1399
|
-
isRefunded: boolean;
|
|
1400
|
-
payoutId: string | null;
|
|
1401
|
-
sequence: number;
|
|
1402
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1403
|
-
bankRef: string | null;
|
|
1404
|
-
sourceTransactionId: string | null;
|
|
1405
|
-
cancelType: string | null;
|
|
1406
|
-
canceledAt: Date | null;
|
|
1407
|
-
canceledReason: string | null;
|
|
1408
|
-
referenceId: string | null;
|
|
1409
|
-
note: string | null;
|
|
1410
|
-
createdBy?: string | {
|
|
1411
|
-
id: string;
|
|
1412
|
-
email: string;
|
|
1413
|
-
fullName?: string | null | undefined;
|
|
1414
|
-
firstName?: string | null | undefined;
|
|
1415
|
-
lastName?: string | null | undefined;
|
|
1416
|
-
} | null | undefined;
|
|
1417
|
-
canceledBy?: string | {
|
|
1418
|
-
id: string;
|
|
1419
|
-
email: string;
|
|
1420
|
-
fullName?: string | null | undefined;
|
|
1421
|
-
firstName?: string | null | undefined;
|
|
1422
|
-
lastName?: string | null | undefined;
|
|
1423
|
-
} | null | undefined;
|
|
1424
|
-
property?: {
|
|
1425
|
-
status: string;
|
|
1426
|
-
id: string;
|
|
1427
|
-
balanceCents: number | bigint;
|
|
1428
|
-
isArchived: boolean;
|
|
1429
|
-
createdAt: Date;
|
|
1430
|
-
updatedAt: Date;
|
|
1431
|
-
syncedAt: Date;
|
|
1432
|
-
customerId: string;
|
|
1433
|
-
projectId: string;
|
|
1434
|
-
lotDetail: string | null;
|
|
1435
|
-
propertyAddress: string;
|
|
1436
|
-
stage: string;
|
|
1437
|
-
mtaId: string;
|
|
1438
|
-
mtaBalanceCents: number | bigint;
|
|
1439
|
-
cmaBalanceCents: number | bigint;
|
|
1440
|
-
buyerName?: string | null | undefined;
|
|
1441
|
-
project?: {
|
|
1442
|
-
type: string;
|
|
1318
|
+
syncedAt: Date;
|
|
1319
|
+
customerId: string;
|
|
1320
|
+
projectId: string;
|
|
1321
|
+
lotDetail: string | null;
|
|
1322
|
+
propertyAddress: string;
|
|
1323
|
+
stage: string;
|
|
1324
|
+
mtaId: string;
|
|
1325
|
+
mtaBalanceCents: bigint;
|
|
1326
|
+
cmaBalanceCents: bigint;
|
|
1327
|
+
buyerName?: string | null | undefined;
|
|
1328
|
+
project?: {
|
|
1329
|
+
type: string;
|
|
1443
1330
|
status: string;
|
|
1444
1331
|
id: string;
|
|
1445
1332
|
isArchived: boolean;
|
|
@@ -1472,6 +1359,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1472
1359
|
syncedAt: Date;
|
|
1473
1360
|
} | null | undefined;
|
|
1474
1361
|
} | null | undefined;
|
|
1362
|
+
canceledBy?: string | {
|
|
1363
|
+
id: string;
|
|
1364
|
+
email: string;
|
|
1365
|
+
fullName?: string | null | undefined;
|
|
1366
|
+
firstName?: string | null | undefined;
|
|
1367
|
+
lastName?: string | null | undefined;
|
|
1368
|
+
} | null | undefined;
|
|
1475
1369
|
} & {
|
|
1476
1370
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1477
1371
|
sourceTransaction?: ({
|
|
@@ -1488,19 +1382,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1488
1382
|
mtaId: string;
|
|
1489
1383
|
description: string | null;
|
|
1490
1384
|
clearedAt: Date | null;
|
|
1385
|
+
payoutId: string | null;
|
|
1386
|
+
bankRef: string | null;
|
|
1387
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1491
1388
|
transactionType: string;
|
|
1389
|
+
sequence: number;
|
|
1492
1390
|
isCanceled: boolean;
|
|
1493
1391
|
isRefunded: boolean;
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1497
|
-
bankRef: string | null;
|
|
1392
|
+
referenceId: string | null;
|
|
1393
|
+
note: string | null;
|
|
1498
1394
|
sourceTransactionId: string | null;
|
|
1499
1395
|
cancelType: string | null;
|
|
1500
1396
|
canceledAt: Date | null;
|
|
1501
1397
|
canceledReason: string | null;
|
|
1502
|
-
referenceId: string | null;
|
|
1503
|
-
note: string | null;
|
|
1504
1398
|
createdBy?: string | {
|
|
1505
1399
|
id: string;
|
|
1506
1400
|
email: string;
|
|
@@ -1508,17 +1402,10 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1508
1402
|
firstName?: string | null | undefined;
|
|
1509
1403
|
lastName?: string | null | undefined;
|
|
1510
1404
|
} | null | undefined;
|
|
1511
|
-
canceledBy?: string | {
|
|
1512
|
-
id: string;
|
|
1513
|
-
email: string;
|
|
1514
|
-
fullName?: string | null | undefined;
|
|
1515
|
-
firstName?: string | null | undefined;
|
|
1516
|
-
lastName?: string | null | undefined;
|
|
1517
|
-
} | null | undefined;
|
|
1518
1405
|
property?: {
|
|
1519
1406
|
status: string;
|
|
1520
1407
|
id: string;
|
|
1521
|
-
balanceCents:
|
|
1408
|
+
balanceCents: bigint;
|
|
1522
1409
|
isArchived: boolean;
|
|
1523
1410
|
createdAt: Date;
|
|
1524
1411
|
updatedAt: Date;
|
|
@@ -1529,8 +1416,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1529
1416
|
propertyAddress: string;
|
|
1530
1417
|
stage: string;
|
|
1531
1418
|
mtaId: string;
|
|
1532
|
-
mtaBalanceCents:
|
|
1533
|
-
cmaBalanceCents:
|
|
1419
|
+
mtaBalanceCents: bigint;
|
|
1420
|
+
cmaBalanceCents: bigint;
|
|
1534
1421
|
buyerName?: string | null | undefined;
|
|
1535
1422
|
project?: {
|
|
1536
1423
|
type: string;
|
|
@@ -1566,6 +1453,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1566
1453
|
syncedAt: Date;
|
|
1567
1454
|
} | null | undefined;
|
|
1568
1455
|
} | null | undefined;
|
|
1456
|
+
canceledBy?: string | {
|
|
1457
|
+
id: string;
|
|
1458
|
+
email: string;
|
|
1459
|
+
fullName?: string | null | undefined;
|
|
1460
|
+
firstName?: string | null | undefined;
|
|
1461
|
+
lastName?: string | null | undefined;
|
|
1462
|
+
} | null | undefined;
|
|
1569
1463
|
} & any) | null | undefined;
|
|
1570
1464
|
subsequentTransactions?: ({
|
|
1571
1465
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -1581,19 +1475,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1581
1475
|
mtaId: string;
|
|
1582
1476
|
description: string | null;
|
|
1583
1477
|
clearedAt: Date | null;
|
|
1478
|
+
payoutId: string | null;
|
|
1479
|
+
bankRef: string | null;
|
|
1480
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1584
1481
|
transactionType: string;
|
|
1482
|
+
sequence: number;
|
|
1585
1483
|
isCanceled: boolean;
|
|
1586
1484
|
isRefunded: boolean;
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1590
|
-
bankRef: string | null;
|
|
1485
|
+
referenceId: string | null;
|
|
1486
|
+
note: string | null;
|
|
1591
1487
|
sourceTransactionId: string | null;
|
|
1592
1488
|
cancelType: string | null;
|
|
1593
1489
|
canceledAt: Date | null;
|
|
1594
1490
|
canceledReason: string | null;
|
|
1595
|
-
referenceId: string | null;
|
|
1596
|
-
note: string | null;
|
|
1597
1491
|
createdBy?: string | {
|
|
1598
1492
|
id: string;
|
|
1599
1493
|
email: string;
|
|
@@ -1601,17 +1495,10 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1601
1495
|
firstName?: string | null | undefined;
|
|
1602
1496
|
lastName?: string | null | undefined;
|
|
1603
1497
|
} | null | undefined;
|
|
1604
|
-
canceledBy?: string | {
|
|
1605
|
-
id: string;
|
|
1606
|
-
email: string;
|
|
1607
|
-
fullName?: string | null | undefined;
|
|
1608
|
-
firstName?: string | null | undefined;
|
|
1609
|
-
lastName?: string | null | undefined;
|
|
1610
|
-
} | null | undefined;
|
|
1611
1498
|
property?: {
|
|
1612
1499
|
status: string;
|
|
1613
1500
|
id: string;
|
|
1614
|
-
balanceCents:
|
|
1501
|
+
balanceCents: bigint;
|
|
1615
1502
|
isArchived: boolean;
|
|
1616
1503
|
createdAt: Date;
|
|
1617
1504
|
updatedAt: Date;
|
|
@@ -1622,8 +1509,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1622
1509
|
propertyAddress: string;
|
|
1623
1510
|
stage: string;
|
|
1624
1511
|
mtaId: string;
|
|
1625
|
-
mtaBalanceCents:
|
|
1626
|
-
cmaBalanceCents:
|
|
1512
|
+
mtaBalanceCents: bigint;
|
|
1513
|
+
cmaBalanceCents: bigint;
|
|
1627
1514
|
buyerName?: string | null | undefined;
|
|
1628
1515
|
project?: {
|
|
1629
1516
|
type: string;
|
|
@@ -1659,6 +1546,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1659
1546
|
syncedAt: Date;
|
|
1660
1547
|
} | null | undefined;
|
|
1661
1548
|
} | null | undefined;
|
|
1549
|
+
canceledBy?: string | {
|
|
1550
|
+
id: string;
|
|
1551
|
+
email: string;
|
|
1552
|
+
fullName?: string | null | undefined;
|
|
1553
|
+
firstName?: string | null | undefined;
|
|
1554
|
+
lastName?: string | null | undefined;
|
|
1555
|
+
} | null | undefined;
|
|
1662
1556
|
} & any)[] | null | undefined;
|
|
1663
1557
|
reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1664
1558
|
isReceipt?: boolean | null | undefined;
|
|
@@ -1671,19 +1565,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1671
1565
|
transactionNumber?: string | null | undefined;
|
|
1672
1566
|
isCancelable?: boolean | null | undefined;
|
|
1673
1567
|
}) | undefined;
|
|
1674
|
-
}, {
|
|
1675
|
-
status: string;
|
|
1676
|
-
id: string;
|
|
1677
|
-
accountPeriodId: string | null;
|
|
1678
|
-
reconciledByReconciliationId: string;
|
|
1679
|
-
reconciledAt: Date;
|
|
1680
|
-
isArchived: boolean;
|
|
1681
|
-
createdBy: string;
|
|
1682
|
-
createdAt: Date;
|
|
1683
|
-
updatedAt: Date;
|
|
1684
|
-
mtaTransactionId: string;
|
|
1685
1568
|
accountPeriod?: {
|
|
1686
|
-
status:
|
|
1569
|
+
status: import("../..").AccountPeriodStatus;
|
|
1687
1570
|
id: string;
|
|
1688
1571
|
isArchived: boolean;
|
|
1689
1572
|
createdAt: Date;
|
|
@@ -1694,26 +1577,26 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1694
1577
|
closedAt: Date | null;
|
|
1695
1578
|
closedBy: string | null;
|
|
1696
1579
|
startDate: Date;
|
|
1697
|
-
openingBalanceCents:
|
|
1580
|
+
openingBalanceCents: number;
|
|
1698
1581
|
mta?: {
|
|
1699
1582
|
status: string;
|
|
1700
1583
|
id: string;
|
|
1701
|
-
balanceCents:
|
|
1702
|
-
stateCode:
|
|
1703
|
-
bankCode:
|
|
1584
|
+
balanceCents: number;
|
|
1585
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1586
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1704
1587
|
isArchived: boolean;
|
|
1705
1588
|
createdBy: string | null;
|
|
1706
1589
|
createdAt: Date;
|
|
1707
1590
|
updatedAt: Date;
|
|
1708
1591
|
syncedAt: Date | null;
|
|
1709
1592
|
name: string;
|
|
1710
|
-
bsb: string;
|
|
1593
|
+
bsb: string | null;
|
|
1711
1594
|
accountNumber: string;
|
|
1712
1595
|
updatedBy: string | null;
|
|
1713
1596
|
country: string;
|
|
1597
|
+
subsidiaryId: string;
|
|
1714
1598
|
currentReceiveSeq: number;
|
|
1715
1599
|
currentPayoutSeq: number;
|
|
1716
|
-
subsidiaryId: string;
|
|
1717
1600
|
paymentMethods?: {
|
|
1718
1601
|
status: string;
|
|
1719
1602
|
id: string;
|
|
@@ -1723,7 +1606,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1723
1606
|
mtaId: string;
|
|
1724
1607
|
bankAccountId: string;
|
|
1725
1608
|
paymentProviderId: string;
|
|
1726
|
-
account:
|
|
1609
|
+
account: {
|
|
1610
|
+
bsb: string;
|
|
1611
|
+
accountNumber: string;
|
|
1612
|
+
credential: {
|
|
1613
|
+
bankAccountId: string;
|
|
1614
|
+
};
|
|
1615
|
+
};
|
|
1727
1616
|
mta?: {
|
|
1728
1617
|
status: string;
|
|
1729
1618
|
id: string;
|
|
@@ -1740,11 +1629,16 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1740
1629
|
accountNumber: string;
|
|
1741
1630
|
updatedBy: string | null;
|
|
1742
1631
|
country: string;
|
|
1632
|
+
subsidiaryId: string;
|
|
1743
1633
|
currentReceiveSeq: number;
|
|
1744
1634
|
currentPayoutSeq: number;
|
|
1745
|
-
subsidiaryId: string;
|
|
1746
1635
|
} | undefined;
|
|
1747
|
-
floatAccount?:
|
|
1636
|
+
floatAccount?: {
|
|
1637
|
+
credential: {
|
|
1638
|
+
bankAccountId: string;
|
|
1639
|
+
};
|
|
1640
|
+
domainName: string;
|
|
1641
|
+
} | null | undefined;
|
|
1748
1642
|
paymentProvider?: {
|
|
1749
1643
|
status: string;
|
|
1750
1644
|
id: string;
|
|
@@ -1772,11 +1666,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1772
1666
|
openingBalanceCents: bigint;
|
|
1773
1667
|
}[] | undefined;
|
|
1774
1668
|
} | undefined;
|
|
1775
|
-
closingBalanceCents?:
|
|
1776
|
-
reconciledAmountCents?:
|
|
1777
|
-
unreconciledAmountCents?:
|
|
1778
|
-
totalReconciledAmountCents?:
|
|
1669
|
+
closingBalanceCents?: number | null | undefined;
|
|
1670
|
+
reconciledAmountCents?: number | null | undefined;
|
|
1671
|
+
unreconciledAmountCents?: number | null | undefined;
|
|
1672
|
+
totalReconciledAmountCents?: number | null | undefined;
|
|
1779
1673
|
} | undefined;
|
|
1674
|
+
}, {
|
|
1675
|
+
status: string;
|
|
1676
|
+
id: string;
|
|
1677
|
+
accountPeriodId: string | null;
|
|
1678
|
+
reconciledByReconciliationId: string;
|
|
1679
|
+
reconciledAt: Date;
|
|
1680
|
+
isArchived: boolean;
|
|
1681
|
+
createdBy: string;
|
|
1682
|
+
createdAt: Date;
|
|
1683
|
+
updatedAt: Date;
|
|
1684
|
+
mtaTransactionId: string;
|
|
1780
1685
|
mtaTransaction?: ({
|
|
1781
1686
|
status: string;
|
|
1782
1687
|
id: string;
|
|
@@ -1791,19 +1696,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1791
1696
|
mtaId: string;
|
|
1792
1697
|
description: string | null;
|
|
1793
1698
|
clearedAt: Date | null;
|
|
1699
|
+
payoutId: string | null;
|
|
1700
|
+
bankRef: string | null;
|
|
1701
|
+
inputType: string;
|
|
1794
1702
|
transactionType: string;
|
|
1703
|
+
sequence: number;
|
|
1795
1704
|
isCanceled: boolean;
|
|
1796
1705
|
isRefunded: boolean;
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
inputType: string;
|
|
1800
|
-
bankRef: string | null;
|
|
1706
|
+
referenceId: string | null;
|
|
1707
|
+
note: string | null;
|
|
1801
1708
|
sourceTransactionId: string | null;
|
|
1802
1709
|
cancelType: string | null;
|
|
1803
1710
|
canceledAt: Date | null;
|
|
1804
1711
|
canceledReason: string | null;
|
|
1805
|
-
referenceId: string | null;
|
|
1806
|
-
note: string | null;
|
|
1807
1712
|
createdBy?: string | {
|
|
1808
1713
|
id: string;
|
|
1809
1714
|
email: string;
|
|
@@ -1811,13 +1716,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1811
1716
|
firstName?: string | null | undefined;
|
|
1812
1717
|
lastName?: string | null | undefined;
|
|
1813
1718
|
} | null | undefined;
|
|
1814
|
-
canceledBy?: string | {
|
|
1815
|
-
id: string;
|
|
1816
|
-
email: string;
|
|
1817
|
-
fullName?: string | null | undefined;
|
|
1818
|
-
firstName?: string | null | undefined;
|
|
1819
|
-
lastName?: string | null | undefined;
|
|
1820
|
-
} | null | undefined;
|
|
1821
1719
|
property?: {
|
|
1822
1720
|
status: string;
|
|
1823
1721
|
id: string;
|
|
@@ -1869,6 +1767,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1869
1767
|
syncedAt: Date;
|
|
1870
1768
|
} | null | undefined;
|
|
1871
1769
|
} | null | undefined;
|
|
1770
|
+
canceledBy?: string | {
|
|
1771
|
+
id: string;
|
|
1772
|
+
email: string;
|
|
1773
|
+
fullName?: string | null | undefined;
|
|
1774
|
+
firstName?: string | null | undefined;
|
|
1775
|
+
lastName?: string | null | undefined;
|
|
1776
|
+
} | null | undefined;
|
|
1872
1777
|
} & {
|
|
1873
1778
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1874
1779
|
sourceTransaction?: ({
|
|
@@ -1885,19 +1790,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1885
1790
|
mtaId: string;
|
|
1886
1791
|
description: string | null;
|
|
1887
1792
|
clearedAt: Date | null;
|
|
1793
|
+
payoutId: string | null;
|
|
1794
|
+
bankRef: string | null;
|
|
1795
|
+
inputType: string;
|
|
1888
1796
|
transactionType: string;
|
|
1797
|
+
sequence: number;
|
|
1889
1798
|
isCanceled: boolean;
|
|
1890
1799
|
isRefunded: boolean;
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
inputType: string;
|
|
1894
|
-
bankRef: string | null;
|
|
1800
|
+
referenceId: string | null;
|
|
1801
|
+
note: string | null;
|
|
1895
1802
|
sourceTransactionId: string | null;
|
|
1896
1803
|
cancelType: string | null;
|
|
1897
1804
|
canceledAt: Date | null;
|
|
1898
1805
|
canceledReason: string | null;
|
|
1899
|
-
referenceId: string | null;
|
|
1900
|
-
note: string | null;
|
|
1901
1806
|
createdBy?: string | {
|
|
1902
1807
|
id: string;
|
|
1903
1808
|
email: string;
|
|
@@ -1905,13 +1810,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1905
1810
|
firstName?: string | null | undefined;
|
|
1906
1811
|
lastName?: string | null | undefined;
|
|
1907
1812
|
} | null | undefined;
|
|
1908
|
-
canceledBy?: string | {
|
|
1909
|
-
id: string;
|
|
1910
|
-
email: string;
|
|
1911
|
-
fullName?: string | null | undefined;
|
|
1912
|
-
firstName?: string | null | undefined;
|
|
1913
|
-
lastName?: string | null | undefined;
|
|
1914
|
-
} | null | undefined;
|
|
1915
1813
|
property?: {
|
|
1916
1814
|
status: string;
|
|
1917
1815
|
id: string;
|
|
@@ -1963,6 +1861,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1963
1861
|
syncedAt: Date;
|
|
1964
1862
|
} | null | undefined;
|
|
1965
1863
|
} | null | undefined;
|
|
1864
|
+
canceledBy?: string | {
|
|
1865
|
+
id: string;
|
|
1866
|
+
email: string;
|
|
1867
|
+
fullName?: string | null | undefined;
|
|
1868
|
+
firstName?: string | null | undefined;
|
|
1869
|
+
lastName?: string | null | undefined;
|
|
1870
|
+
} | null | undefined;
|
|
1966
1871
|
} & any) | null | undefined;
|
|
1967
1872
|
subsequentTransactions?: ({
|
|
1968
1873
|
status: string;
|
|
@@ -1978,19 +1883,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1978
1883
|
mtaId: string;
|
|
1979
1884
|
description: string | null;
|
|
1980
1885
|
clearedAt: Date | null;
|
|
1886
|
+
payoutId: string | null;
|
|
1887
|
+
bankRef: string | null;
|
|
1888
|
+
inputType: string;
|
|
1981
1889
|
transactionType: string;
|
|
1890
|
+
sequence: number;
|
|
1982
1891
|
isCanceled: boolean;
|
|
1983
1892
|
isRefunded: boolean;
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
inputType: string;
|
|
1987
|
-
bankRef: string | null;
|
|
1893
|
+
referenceId: string | null;
|
|
1894
|
+
note: string | null;
|
|
1988
1895
|
sourceTransactionId: string | null;
|
|
1989
1896
|
cancelType: string | null;
|
|
1990
1897
|
canceledAt: Date | null;
|
|
1991
1898
|
canceledReason: string | null;
|
|
1992
|
-
referenceId: string | null;
|
|
1993
|
-
note: string | null;
|
|
1994
1899
|
createdBy?: string | {
|
|
1995
1900
|
id: string;
|
|
1996
1901
|
email: string;
|
|
@@ -1998,13 +1903,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1998
1903
|
firstName?: string | null | undefined;
|
|
1999
1904
|
lastName?: string | null | undefined;
|
|
2000
1905
|
} | null | undefined;
|
|
2001
|
-
canceledBy?: string | {
|
|
2002
|
-
id: string;
|
|
2003
|
-
email: string;
|
|
2004
|
-
fullName?: string | null | undefined;
|
|
2005
|
-
firstName?: string | null | undefined;
|
|
2006
|
-
lastName?: string | null | undefined;
|
|
2007
|
-
} | null | undefined;
|
|
2008
1906
|
property?: {
|
|
2009
1907
|
status: string;
|
|
2010
1908
|
id: string;
|
|
@@ -2056,9 +1954,111 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2056
1954
|
syncedAt: Date;
|
|
2057
1955
|
} | null | undefined;
|
|
2058
1956
|
} | null | undefined;
|
|
1957
|
+
canceledBy?: string | {
|
|
1958
|
+
id: string;
|
|
1959
|
+
email: string;
|
|
1960
|
+
fullName?: string | null | undefined;
|
|
1961
|
+
firstName?: string | null | undefined;
|
|
1962
|
+
lastName?: string | null | undefined;
|
|
1963
|
+
} | null | undefined;
|
|
2059
1964
|
} & any)[] | null | undefined;
|
|
2060
1965
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2061
1966
|
}) | undefined;
|
|
1967
|
+
accountPeriod?: {
|
|
1968
|
+
status: string;
|
|
1969
|
+
id: string;
|
|
1970
|
+
isArchived: boolean;
|
|
1971
|
+
createdAt: Date;
|
|
1972
|
+
updatedAt: Date;
|
|
1973
|
+
mtaId: string;
|
|
1974
|
+
endDate: Date | null;
|
|
1975
|
+
closingDescription: string | null;
|
|
1976
|
+
closedAt: Date | null;
|
|
1977
|
+
closedBy: string | null;
|
|
1978
|
+
startDate: Date;
|
|
1979
|
+
openingBalanceCents: string | number | bigint;
|
|
1980
|
+
mta?: {
|
|
1981
|
+
status: string;
|
|
1982
|
+
id: string;
|
|
1983
|
+
balanceCents: string | number | bigint;
|
|
1984
|
+
stateCode: string;
|
|
1985
|
+
bankCode: string;
|
|
1986
|
+
isArchived: boolean;
|
|
1987
|
+
createdBy: string | null;
|
|
1988
|
+
createdAt: Date;
|
|
1989
|
+
updatedAt: Date;
|
|
1990
|
+
syncedAt: Date | null;
|
|
1991
|
+
name: string;
|
|
1992
|
+
bsb: string;
|
|
1993
|
+
accountNumber: string;
|
|
1994
|
+
updatedBy: string | null;
|
|
1995
|
+
country: string;
|
|
1996
|
+
subsidiaryId: string;
|
|
1997
|
+
currentReceiveSeq: number;
|
|
1998
|
+
currentPayoutSeq: number;
|
|
1999
|
+
paymentMethods?: {
|
|
2000
|
+
status: string;
|
|
2001
|
+
id: string;
|
|
2002
|
+
isArchived: boolean;
|
|
2003
|
+
createdAt: Date;
|
|
2004
|
+
updatedAt: Date;
|
|
2005
|
+
mtaId: string;
|
|
2006
|
+
bankAccountId: string;
|
|
2007
|
+
paymentProviderId: string;
|
|
2008
|
+
account: string;
|
|
2009
|
+
mta?: {
|
|
2010
|
+
status: string;
|
|
2011
|
+
id: string;
|
|
2012
|
+
balanceCents: bigint;
|
|
2013
|
+
stateCode: string;
|
|
2014
|
+
bankCode: string;
|
|
2015
|
+
isArchived: boolean;
|
|
2016
|
+
createdBy: string | null;
|
|
2017
|
+
createdAt: Date;
|
|
2018
|
+
updatedAt: Date;
|
|
2019
|
+
syncedAt: Date | null;
|
|
2020
|
+
name: string;
|
|
2021
|
+
bsb: string;
|
|
2022
|
+
accountNumber: string;
|
|
2023
|
+
updatedBy: string | null;
|
|
2024
|
+
country: string;
|
|
2025
|
+
subsidiaryId: string;
|
|
2026
|
+
currentReceiveSeq: number;
|
|
2027
|
+
currentPayoutSeq: number;
|
|
2028
|
+
} | undefined;
|
|
2029
|
+
floatAccount?: string | null | undefined;
|
|
2030
|
+
paymentProvider?: {
|
|
2031
|
+
status: string;
|
|
2032
|
+
id: string;
|
|
2033
|
+
isArchived: boolean;
|
|
2034
|
+
createdAt: Date;
|
|
2035
|
+
updatedAt: Date;
|
|
2036
|
+
name: string;
|
|
2037
|
+
providerCode: string;
|
|
2038
|
+
settings: string;
|
|
2039
|
+
} | undefined;
|
|
2040
|
+
}[] | undefined;
|
|
2041
|
+
accountPeriods?: {
|
|
2042
|
+
status: string;
|
|
2043
|
+
id: string;
|
|
2044
|
+
isArchived: boolean;
|
|
2045
|
+
createdAt: Date;
|
|
2046
|
+
updatedAt: Date;
|
|
2047
|
+
mtaId: string;
|
|
2048
|
+
endDate: Date | null;
|
|
2049
|
+
closingDescription: string | null;
|
|
2050
|
+
closingBalanceCents: bigint | null;
|
|
2051
|
+
closedAt: Date | null;
|
|
2052
|
+
closedBy: string | null;
|
|
2053
|
+
startDate: Date;
|
|
2054
|
+
openingBalanceCents: bigint;
|
|
2055
|
+
}[] | undefined;
|
|
2056
|
+
} | undefined;
|
|
2057
|
+
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
2058
|
+
reconciledAmountCents?: string | number | bigint | null | undefined;
|
|
2059
|
+
unreconciledAmountCents?: string | number | bigint | null | undefined;
|
|
2060
|
+
totalReconciledAmountCents?: string | number | bigint | null | undefined;
|
|
2061
|
+
} | undefined;
|
|
2062
2062
|
}>;
|
|
2063
2063
|
export type MtaReconciledTransactionRestRes = z.infer<typeof mtaReconciledTransactionRestResSchema>;
|
|
2064
2064
|
//# sourceMappingURL=mta-reconciled-transaction.rest.schema.d.ts.map
|