@mikemo-coposit/am-accounting-shared 0.0.11 → 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 +800 -468
- 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.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-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/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.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-transaction/create-mta-transactionrest.schema.d.ts +8 -8
- 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.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.entity.schema.d.ts +68 -68
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +356 -356
- 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/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 +649 -380
- 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.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-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/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.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-transaction/create-mta-transactionrest.schema.d.ts +8 -8
- 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.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.entity.schema.d.ts +68 -68
- package/dist/esm/schemas/property/property.rest.schema.d.ts +356 -356
- 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/transaction.util.d.ts.map +1 -1
- package/package.json +19 -17
- 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
|
@@ -16,6 +16,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
16
16
|
triggerDetails: z.ZodNullable<z.ZodString>;
|
|
17
17
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
18
18
|
targetBsb: z.ZodNullable<z.ZodString>;
|
|
19
|
+
targetAccountId: z.ZodNullable<z.ZodString>;
|
|
19
20
|
targetAccountNumber: z.ZodNullable<z.ZodString>;
|
|
20
21
|
targetAccountName: z.ZodNullable<z.ZodString>;
|
|
21
22
|
targetAccountType: z.ZodNullable<z.ZodString>;
|
|
@@ -170,7 +171,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
170
171
|
} & {
|
|
171
172
|
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
172
173
|
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
173
|
-
accountNumber: z.
|
|
174
|
+
accountNumber: z.ZodString;
|
|
174
175
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
175
176
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
176
177
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -186,12 +187,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
186
187
|
syncedAt: Date | null;
|
|
187
188
|
name: string;
|
|
188
189
|
bsb: string | null;
|
|
189
|
-
accountNumber: string
|
|
190
|
+
accountNumber: string;
|
|
190
191
|
updatedBy: string | null;
|
|
191
192
|
country: string;
|
|
193
|
+
subsidiaryId: string;
|
|
192
194
|
currentReceiveSeq: number;
|
|
193
195
|
currentPayoutSeq: number;
|
|
194
|
-
subsidiaryId: string;
|
|
195
196
|
}, {
|
|
196
197
|
status: string;
|
|
197
198
|
id: string;
|
|
@@ -208,9 +209,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
208
209
|
accountNumber: string;
|
|
209
210
|
updatedBy: string | null;
|
|
210
211
|
country: string;
|
|
212
|
+
subsidiaryId: string;
|
|
211
213
|
currentReceiveSeq: number;
|
|
212
214
|
currentPayoutSeq: number;
|
|
213
|
-
subsidiaryId: string;
|
|
214
215
|
}>>>;
|
|
215
216
|
cma: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
216
217
|
id: z.ZodString;
|
|
@@ -230,7 +231,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
230
231
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
231
232
|
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
232
233
|
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
233
|
-
accountNumber: z.
|
|
234
|
+
accountNumber: z.ZodString;
|
|
234
235
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
235
236
|
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<{
|
|
236
237
|
readonly ACTIVE: "active";
|
|
@@ -249,13 +250,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
249
250
|
createdAt: Date;
|
|
250
251
|
updatedAt: Date;
|
|
251
252
|
description: string | null;
|
|
252
|
-
payoutId: number;
|
|
253
253
|
bsb: string | null;
|
|
254
|
-
accountNumber: string
|
|
255
|
-
|
|
254
|
+
accountNumber: string;
|
|
255
|
+
payoutId: number;
|
|
256
256
|
country: string;
|
|
257
257
|
currentReceiveSeq: number;
|
|
258
258
|
currentPayoutSeq: number;
|
|
259
|
+
cmaSeq: number;
|
|
259
260
|
}, {
|
|
260
261
|
status: string;
|
|
261
262
|
id: string;
|
|
@@ -269,13 +270,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
269
270
|
createdAt: Date;
|
|
270
271
|
updatedAt: Date;
|
|
271
272
|
description: string | null;
|
|
272
|
-
payoutId: number;
|
|
273
273
|
bsb: string;
|
|
274
274
|
accountNumber: string;
|
|
275
|
-
|
|
275
|
+
payoutId: number;
|
|
276
276
|
country: string;
|
|
277
277
|
currentReceiveSeq: number;
|
|
278
278
|
currentPayoutSeq: number;
|
|
279
|
+
cmaSeq: number;
|
|
279
280
|
}>>>;
|
|
280
281
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
281
282
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -291,18 +292,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
291
292
|
description: string | null;
|
|
292
293
|
clearedAt: Date | null;
|
|
293
294
|
cmaId: string;
|
|
294
|
-
|
|
295
|
+
payoutId: string | null;
|
|
296
|
+
bankRef: string | null;
|
|
297
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
295
298
|
transactionType: string;
|
|
299
|
+
sequence: number;
|
|
296
300
|
isCanceled: boolean;
|
|
297
301
|
isRefunded: boolean;
|
|
298
|
-
payoutId: string | null;
|
|
299
|
-
sequence: number;
|
|
300
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
301
|
-
bankRef: string | null;
|
|
302
302
|
sourceTransactionId: string | null;
|
|
303
303
|
cancelType: string | null;
|
|
304
304
|
canceledAt: Date | null;
|
|
305
305
|
canceledReason: string | null;
|
|
306
|
+
createType: string;
|
|
306
307
|
createdBy?: string | {
|
|
307
308
|
id: string;
|
|
308
309
|
email: string;
|
|
@@ -310,17 +311,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
310
311
|
firstName?: string | null | undefined;
|
|
311
312
|
lastName?: string | null | undefined;
|
|
312
313
|
} | null | undefined;
|
|
313
|
-
canceledBy?: string | {
|
|
314
|
-
id: string;
|
|
315
|
-
email: string;
|
|
316
|
-
fullName?: string | null | undefined;
|
|
317
|
-
firstName?: string | null | undefined;
|
|
318
|
-
lastName?: string | null | undefined;
|
|
319
|
-
} | null | undefined;
|
|
320
314
|
property?: {
|
|
321
315
|
status: string;
|
|
322
316
|
id: string;
|
|
323
|
-
balanceCents:
|
|
317
|
+
balanceCents: bigint;
|
|
324
318
|
isArchived: boolean;
|
|
325
319
|
createdAt: Date;
|
|
326
320
|
updatedAt: Date;
|
|
@@ -331,8 +325,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
331
325
|
propertyAddress: string;
|
|
332
326
|
stage: string;
|
|
333
327
|
mtaId: string;
|
|
334
|
-
mtaBalanceCents:
|
|
335
|
-
cmaBalanceCents:
|
|
328
|
+
mtaBalanceCents: bigint;
|
|
329
|
+
cmaBalanceCents: bigint;
|
|
336
330
|
buyerName?: string | null | undefined;
|
|
337
331
|
project?: {
|
|
338
332
|
type: string;
|
|
@@ -368,6 +362,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
368
362
|
syncedAt: Date;
|
|
369
363
|
} | null | undefined;
|
|
370
364
|
} | null | undefined;
|
|
365
|
+
canceledBy?: string | {
|
|
366
|
+
id: string;
|
|
367
|
+
email: string;
|
|
368
|
+
fullName?: string | null | undefined;
|
|
369
|
+
firstName?: string | null | undefined;
|
|
370
|
+
lastName?: string | null | undefined;
|
|
371
|
+
} | null | undefined;
|
|
371
372
|
} & {
|
|
372
373
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
373
374
|
sourceTransaction?: Omit<{
|
|
@@ -384,18 +385,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
384
385
|
description: string | null;
|
|
385
386
|
clearedAt: Date | null;
|
|
386
387
|
cmaId: string;
|
|
387
|
-
|
|
388
|
+
payoutId: string | null;
|
|
389
|
+
bankRef: string | null;
|
|
390
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
388
391
|
transactionType: string;
|
|
392
|
+
sequence: number;
|
|
389
393
|
isCanceled: boolean;
|
|
390
394
|
isRefunded: boolean;
|
|
391
|
-
payoutId: string | null;
|
|
392
|
-
sequence: number;
|
|
393
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
394
|
-
bankRef: string | null;
|
|
395
395
|
sourceTransactionId: string | null;
|
|
396
396
|
cancelType: string | null;
|
|
397
397
|
canceledAt: Date | null;
|
|
398
398
|
canceledReason: string | null;
|
|
399
|
+
createType: string;
|
|
399
400
|
createdBy?: string | {
|
|
400
401
|
id: string;
|
|
401
402
|
email: string;
|
|
@@ -403,17 +404,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
403
404
|
firstName?: string | null | undefined;
|
|
404
405
|
lastName?: string | null | undefined;
|
|
405
406
|
} | null | undefined;
|
|
406
|
-
canceledBy?: string | {
|
|
407
|
-
id: string;
|
|
408
|
-
email: string;
|
|
409
|
-
fullName?: string | null | undefined;
|
|
410
|
-
firstName?: string | null | undefined;
|
|
411
|
-
lastName?: string | null | undefined;
|
|
412
|
-
} | null | undefined;
|
|
413
407
|
property?: {
|
|
414
408
|
status: string;
|
|
415
409
|
id: string;
|
|
416
|
-
balanceCents:
|
|
410
|
+
balanceCents: bigint;
|
|
417
411
|
isArchived: boolean;
|
|
418
412
|
createdAt: Date;
|
|
419
413
|
updatedAt: Date;
|
|
@@ -424,8 +418,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
424
418
|
propertyAddress: string;
|
|
425
419
|
stage: string;
|
|
426
420
|
mtaId: string;
|
|
427
|
-
mtaBalanceCents:
|
|
428
|
-
cmaBalanceCents:
|
|
421
|
+
mtaBalanceCents: bigint;
|
|
422
|
+
cmaBalanceCents: bigint;
|
|
429
423
|
buyerName?: string | null | undefined;
|
|
430
424
|
project?: {
|
|
431
425
|
type: string;
|
|
@@ -461,6 +455,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
461
455
|
syncedAt: Date;
|
|
462
456
|
} | null | undefined;
|
|
463
457
|
} | null | undefined;
|
|
458
|
+
canceledBy?: string | {
|
|
459
|
+
id: string;
|
|
460
|
+
email: string;
|
|
461
|
+
fullName?: string | null | undefined;
|
|
462
|
+
firstName?: string | null | undefined;
|
|
463
|
+
lastName?: string | null | undefined;
|
|
464
|
+
} | null | undefined;
|
|
464
465
|
} & any, "cma"> | null | undefined;
|
|
465
466
|
subsequentTransactions?: Omit<{
|
|
466
467
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -476,18 +477,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
476
477
|
description: string | null;
|
|
477
478
|
clearedAt: Date | null;
|
|
478
479
|
cmaId: string;
|
|
479
|
-
|
|
480
|
+
payoutId: string | null;
|
|
481
|
+
bankRef: string | null;
|
|
482
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
480
483
|
transactionType: string;
|
|
484
|
+
sequence: number;
|
|
481
485
|
isCanceled: boolean;
|
|
482
486
|
isRefunded: boolean;
|
|
483
|
-
payoutId: string | null;
|
|
484
|
-
sequence: number;
|
|
485
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
486
|
-
bankRef: string | null;
|
|
487
487
|
sourceTransactionId: string | null;
|
|
488
488
|
cancelType: string | null;
|
|
489
489
|
canceledAt: Date | null;
|
|
490
490
|
canceledReason: string | null;
|
|
491
|
+
createType: string;
|
|
491
492
|
createdBy?: string | {
|
|
492
493
|
id: string;
|
|
493
494
|
email: string;
|
|
@@ -495,17 +496,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
495
496
|
firstName?: string | null | undefined;
|
|
496
497
|
lastName?: string | null | undefined;
|
|
497
498
|
} | null | undefined;
|
|
498
|
-
canceledBy?: string | {
|
|
499
|
-
id: string;
|
|
500
|
-
email: string;
|
|
501
|
-
fullName?: string | null | undefined;
|
|
502
|
-
firstName?: string | null | undefined;
|
|
503
|
-
lastName?: string | null | undefined;
|
|
504
|
-
} | null | undefined;
|
|
505
499
|
property?: {
|
|
506
500
|
status: string;
|
|
507
501
|
id: string;
|
|
508
|
-
balanceCents:
|
|
502
|
+
balanceCents: bigint;
|
|
509
503
|
isArchived: boolean;
|
|
510
504
|
createdAt: Date;
|
|
511
505
|
updatedAt: Date;
|
|
@@ -516,8 +510,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
516
510
|
propertyAddress: string;
|
|
517
511
|
stage: string;
|
|
518
512
|
mtaId: string;
|
|
519
|
-
mtaBalanceCents:
|
|
520
|
-
cmaBalanceCents:
|
|
513
|
+
mtaBalanceCents: bigint;
|
|
514
|
+
cmaBalanceCents: bigint;
|
|
521
515
|
buyerName?: string | null | undefined;
|
|
522
516
|
project?: {
|
|
523
517
|
type: string;
|
|
@@ -553,6 +547,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
553
547
|
syncedAt: Date;
|
|
554
548
|
} | null | undefined;
|
|
555
549
|
} | null | undefined;
|
|
550
|
+
canceledBy?: string | {
|
|
551
|
+
id: string;
|
|
552
|
+
email: string;
|
|
553
|
+
fullName?: string | null | undefined;
|
|
554
|
+
firstName?: string | null | undefined;
|
|
555
|
+
lastName?: string | null | undefined;
|
|
556
|
+
} | null | undefined;
|
|
556
557
|
} & any, "cma">[] | null | undefined;
|
|
557
558
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
558
559
|
isReceipt?: boolean | null | undefined;
|
|
@@ -576,18 +577,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
576
577
|
description: string | null;
|
|
577
578
|
clearedAt: Date | null;
|
|
578
579
|
cmaId: string;
|
|
579
|
-
|
|
580
|
+
payoutId: string | null;
|
|
581
|
+
bankRef: string | null;
|
|
582
|
+
inputType: string;
|
|
580
583
|
transactionType: string;
|
|
584
|
+
sequence: number;
|
|
581
585
|
isCanceled: boolean;
|
|
582
586
|
isRefunded: boolean;
|
|
583
|
-
payoutId: string | null;
|
|
584
|
-
sequence: number;
|
|
585
|
-
inputType: string;
|
|
586
|
-
bankRef: string | null;
|
|
587
587
|
sourceTransactionId: string | null;
|
|
588
588
|
cancelType: string | null;
|
|
589
589
|
canceledAt: Date | null;
|
|
590
590
|
canceledReason: string | null;
|
|
591
|
+
createType: string;
|
|
591
592
|
createdBy?: string | {
|
|
592
593
|
id: string;
|
|
593
594
|
email: string;
|
|
@@ -595,13 +596,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
595
596
|
firstName?: string | null | undefined;
|
|
596
597
|
lastName?: string | null | undefined;
|
|
597
598
|
} | null | undefined;
|
|
598
|
-
canceledBy?: string | {
|
|
599
|
-
id: string;
|
|
600
|
-
email: string;
|
|
601
|
-
fullName?: string | null | undefined;
|
|
602
|
-
firstName?: string | null | undefined;
|
|
603
|
-
lastName?: string | null | undefined;
|
|
604
|
-
} | null | undefined;
|
|
605
599
|
property?: {
|
|
606
600
|
status: string;
|
|
607
601
|
id: string;
|
|
@@ -653,6 +647,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
653
647
|
syncedAt: Date;
|
|
654
648
|
} | null | undefined;
|
|
655
649
|
} | null | undefined;
|
|
650
|
+
canceledBy?: string | {
|
|
651
|
+
id: string;
|
|
652
|
+
email: string;
|
|
653
|
+
fullName?: string | null | undefined;
|
|
654
|
+
firstName?: string | null | undefined;
|
|
655
|
+
lastName?: string | null | undefined;
|
|
656
|
+
} | null | undefined;
|
|
656
657
|
} & {
|
|
657
658
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
658
659
|
sourceTransaction?: ({
|
|
@@ -669,18 +670,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
669
670
|
description: string | null;
|
|
670
671
|
clearedAt: Date | null;
|
|
671
672
|
cmaId: string;
|
|
672
|
-
|
|
673
|
+
payoutId: string | null;
|
|
674
|
+
bankRef: string | null;
|
|
675
|
+
inputType: string;
|
|
673
676
|
transactionType: string;
|
|
677
|
+
sequence: number;
|
|
674
678
|
isCanceled: boolean;
|
|
675
679
|
isRefunded: boolean;
|
|
676
|
-
payoutId: string | null;
|
|
677
|
-
sequence: number;
|
|
678
|
-
inputType: string;
|
|
679
|
-
bankRef: string | null;
|
|
680
680
|
sourceTransactionId: string | null;
|
|
681
681
|
cancelType: string | null;
|
|
682
682
|
canceledAt: Date | null;
|
|
683
683
|
canceledReason: string | null;
|
|
684
|
+
createType: string;
|
|
684
685
|
createdBy?: string | {
|
|
685
686
|
id: string;
|
|
686
687
|
email: string;
|
|
@@ -688,13 +689,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
688
689
|
firstName?: string | null | undefined;
|
|
689
690
|
lastName?: string | null | undefined;
|
|
690
691
|
} | null | undefined;
|
|
691
|
-
canceledBy?: string | {
|
|
692
|
-
id: string;
|
|
693
|
-
email: string;
|
|
694
|
-
fullName?: string | null | undefined;
|
|
695
|
-
firstName?: string | null | undefined;
|
|
696
|
-
lastName?: string | null | undefined;
|
|
697
|
-
} | null | undefined;
|
|
698
692
|
property?: {
|
|
699
693
|
status: string;
|
|
700
694
|
id: string;
|
|
@@ -746,6 +740,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
746
740
|
syncedAt: Date;
|
|
747
741
|
} | null | undefined;
|
|
748
742
|
} | null | undefined;
|
|
743
|
+
canceledBy?: string | {
|
|
744
|
+
id: string;
|
|
745
|
+
email: string;
|
|
746
|
+
fullName?: string | null | undefined;
|
|
747
|
+
firstName?: string | null | undefined;
|
|
748
|
+
lastName?: string | null | undefined;
|
|
749
|
+
} | null | undefined;
|
|
749
750
|
} & any) | null | undefined;
|
|
750
751
|
subsequentTransactions?: ({
|
|
751
752
|
status: string;
|
|
@@ -761,18 +762,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
761
762
|
description: string | null;
|
|
762
763
|
clearedAt: Date | null;
|
|
763
764
|
cmaId: string;
|
|
764
|
-
|
|
765
|
+
payoutId: string | null;
|
|
766
|
+
bankRef: string | null;
|
|
767
|
+
inputType: string;
|
|
765
768
|
transactionType: string;
|
|
769
|
+
sequence: number;
|
|
766
770
|
isCanceled: boolean;
|
|
767
771
|
isRefunded: boolean;
|
|
768
|
-
payoutId: string | null;
|
|
769
|
-
sequence: number;
|
|
770
|
-
inputType: string;
|
|
771
|
-
bankRef: string | null;
|
|
772
772
|
sourceTransactionId: string | null;
|
|
773
773
|
cancelType: string | null;
|
|
774
774
|
canceledAt: Date | null;
|
|
775
775
|
canceledReason: string | null;
|
|
776
|
+
createType: string;
|
|
776
777
|
createdBy?: string | {
|
|
777
778
|
id: string;
|
|
778
779
|
email: string;
|
|
@@ -780,13 +781,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
780
781
|
firstName?: string | null | undefined;
|
|
781
782
|
lastName?: string | null | undefined;
|
|
782
783
|
} | null | undefined;
|
|
783
|
-
canceledBy?: string | {
|
|
784
|
-
id: string;
|
|
785
|
-
email: string;
|
|
786
|
-
fullName?: string | null | undefined;
|
|
787
|
-
firstName?: string | null | undefined;
|
|
788
|
-
lastName?: string | null | undefined;
|
|
789
|
-
} | null | undefined;
|
|
790
784
|
property?: {
|
|
791
785
|
status: string;
|
|
792
786
|
id: string;
|
|
@@ -838,6 +832,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
838
832
|
syncedAt: Date;
|
|
839
833
|
} | null | undefined;
|
|
840
834
|
} | null | undefined;
|
|
835
|
+
canceledBy?: string | {
|
|
836
|
+
id: string;
|
|
837
|
+
email: string;
|
|
838
|
+
fullName?: string | null | undefined;
|
|
839
|
+
firstName?: string | null | undefined;
|
|
840
|
+
lastName?: string | null | undefined;
|
|
841
|
+
} | null | undefined;
|
|
841
842
|
} & any)[] | null | undefined;
|
|
842
843
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
843
844
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
@@ -856,19 +857,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
856
857
|
mtaId: string;
|
|
857
858
|
description: string | null;
|
|
858
859
|
clearedAt: Date | null;
|
|
860
|
+
payoutId: string | null;
|
|
861
|
+
bankRef: string | null;
|
|
862
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
859
863
|
transactionType: string;
|
|
864
|
+
sequence: number;
|
|
860
865
|
isCanceled: boolean;
|
|
861
866
|
isRefunded: boolean;
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
865
|
-
bankRef: string | null;
|
|
867
|
+
referenceId: string | null;
|
|
868
|
+
note: string | null;
|
|
866
869
|
sourceTransactionId: string | null;
|
|
867
870
|
cancelType: string | null;
|
|
868
871
|
canceledAt: Date | null;
|
|
869
872
|
canceledReason: string | null;
|
|
870
|
-
referenceId: string | null;
|
|
871
|
-
note: string | null;
|
|
872
873
|
createdBy?: string | {
|
|
873
874
|
id: string;
|
|
874
875
|
email: string;
|
|
@@ -876,17 +877,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
876
877
|
firstName?: string | null | undefined;
|
|
877
878
|
lastName?: string | null | undefined;
|
|
878
879
|
} | null | undefined;
|
|
879
|
-
canceledBy?: string | {
|
|
880
|
-
id: string;
|
|
881
|
-
email: string;
|
|
882
|
-
fullName?: string | null | undefined;
|
|
883
|
-
firstName?: string | null | undefined;
|
|
884
|
-
lastName?: string | null | undefined;
|
|
885
|
-
} | null | undefined;
|
|
886
880
|
property?: {
|
|
887
881
|
status: string;
|
|
888
882
|
id: string;
|
|
889
|
-
balanceCents:
|
|
883
|
+
balanceCents: bigint;
|
|
890
884
|
isArchived: boolean;
|
|
891
885
|
createdAt: Date;
|
|
892
886
|
updatedAt: Date;
|
|
@@ -897,8 +891,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
897
891
|
propertyAddress: string;
|
|
898
892
|
stage: string;
|
|
899
893
|
mtaId: string;
|
|
900
|
-
mtaBalanceCents:
|
|
901
|
-
cmaBalanceCents:
|
|
894
|
+
mtaBalanceCents: bigint;
|
|
895
|
+
cmaBalanceCents: bigint;
|
|
902
896
|
buyerName?: string | null | undefined;
|
|
903
897
|
project?: {
|
|
904
898
|
type: string;
|
|
@@ -934,6 +928,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
934
928
|
syncedAt: Date;
|
|
935
929
|
} | null | undefined;
|
|
936
930
|
} | null | undefined;
|
|
931
|
+
canceledBy?: string | {
|
|
932
|
+
id: string;
|
|
933
|
+
email: string;
|
|
934
|
+
fullName?: string | null | undefined;
|
|
935
|
+
firstName?: string | null | undefined;
|
|
936
|
+
lastName?: string | null | undefined;
|
|
937
|
+
} | null | undefined;
|
|
937
938
|
} & {
|
|
938
939
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
939
940
|
sourceTransaction?: ({
|
|
@@ -950,19 +951,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
950
951
|
mtaId: string;
|
|
951
952
|
description: string | null;
|
|
952
953
|
clearedAt: Date | null;
|
|
954
|
+
payoutId: string | null;
|
|
955
|
+
bankRef: string | null;
|
|
956
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
953
957
|
transactionType: string;
|
|
958
|
+
sequence: number;
|
|
954
959
|
isCanceled: boolean;
|
|
955
960
|
isRefunded: boolean;
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
959
|
-
bankRef: string | null;
|
|
961
|
+
referenceId: string | null;
|
|
962
|
+
note: string | null;
|
|
960
963
|
sourceTransactionId: string | null;
|
|
961
964
|
cancelType: string | null;
|
|
962
965
|
canceledAt: Date | null;
|
|
963
966
|
canceledReason: string | null;
|
|
964
|
-
referenceId: string | null;
|
|
965
|
-
note: string | null;
|
|
966
967
|
createdBy?: string | {
|
|
967
968
|
id: string;
|
|
968
969
|
email: string;
|
|
@@ -970,17 +971,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
970
971
|
firstName?: string | null | undefined;
|
|
971
972
|
lastName?: string | null | undefined;
|
|
972
973
|
} | null | undefined;
|
|
973
|
-
canceledBy?: string | {
|
|
974
|
-
id: string;
|
|
975
|
-
email: string;
|
|
976
|
-
fullName?: string | null | undefined;
|
|
977
|
-
firstName?: string | null | undefined;
|
|
978
|
-
lastName?: string | null | undefined;
|
|
979
|
-
} | null | undefined;
|
|
980
974
|
property?: {
|
|
981
975
|
status: string;
|
|
982
976
|
id: string;
|
|
983
|
-
balanceCents:
|
|
977
|
+
balanceCents: bigint;
|
|
984
978
|
isArchived: boolean;
|
|
985
979
|
createdAt: Date;
|
|
986
980
|
updatedAt: Date;
|
|
@@ -991,8 +985,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
991
985
|
propertyAddress: string;
|
|
992
986
|
stage: string;
|
|
993
987
|
mtaId: string;
|
|
994
|
-
mtaBalanceCents:
|
|
995
|
-
cmaBalanceCents:
|
|
988
|
+
mtaBalanceCents: bigint;
|
|
989
|
+
cmaBalanceCents: bigint;
|
|
996
990
|
buyerName?: string | null | undefined;
|
|
997
991
|
project?: {
|
|
998
992
|
type: string;
|
|
@@ -1028,6 +1022,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1028
1022
|
syncedAt: Date;
|
|
1029
1023
|
} | null | undefined;
|
|
1030
1024
|
} | null | undefined;
|
|
1025
|
+
canceledBy?: string | {
|
|
1026
|
+
id: string;
|
|
1027
|
+
email: string;
|
|
1028
|
+
fullName?: string | null | undefined;
|
|
1029
|
+
firstName?: string | null | undefined;
|
|
1030
|
+
lastName?: string | null | undefined;
|
|
1031
|
+
} | null | undefined;
|
|
1031
1032
|
} & any) | null | undefined;
|
|
1032
1033
|
subsequentTransactions?: ({
|
|
1033
1034
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -1043,19 +1044,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1043
1044
|
mtaId: string;
|
|
1044
1045
|
description: string | null;
|
|
1045
1046
|
clearedAt: Date | null;
|
|
1047
|
+
payoutId: string | null;
|
|
1048
|
+
bankRef: string | null;
|
|
1049
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1046
1050
|
transactionType: string;
|
|
1051
|
+
sequence: number;
|
|
1047
1052
|
isCanceled: boolean;
|
|
1048
1053
|
isRefunded: boolean;
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1052
|
-
bankRef: string | null;
|
|
1054
|
+
referenceId: string | null;
|
|
1055
|
+
note: string | null;
|
|
1053
1056
|
sourceTransactionId: string | null;
|
|
1054
1057
|
cancelType: string | null;
|
|
1055
1058
|
canceledAt: Date | null;
|
|
1056
1059
|
canceledReason: string | null;
|
|
1057
|
-
referenceId: string | null;
|
|
1058
|
-
note: string | null;
|
|
1059
1060
|
createdBy?: string | {
|
|
1060
1061
|
id: string;
|
|
1061
1062
|
email: string;
|
|
@@ -1063,17 +1064,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1063
1064
|
firstName?: string | null | undefined;
|
|
1064
1065
|
lastName?: string | null | undefined;
|
|
1065
1066
|
} | null | undefined;
|
|
1066
|
-
canceledBy?: string | {
|
|
1067
|
-
id: string;
|
|
1068
|
-
email: string;
|
|
1069
|
-
fullName?: string | null | undefined;
|
|
1070
|
-
firstName?: string | null | undefined;
|
|
1071
|
-
lastName?: string | null | undefined;
|
|
1072
|
-
} | null | undefined;
|
|
1073
1067
|
property?: {
|
|
1074
1068
|
status: string;
|
|
1075
1069
|
id: string;
|
|
1076
|
-
balanceCents:
|
|
1070
|
+
balanceCents: bigint;
|
|
1077
1071
|
isArchived: boolean;
|
|
1078
1072
|
createdAt: Date;
|
|
1079
1073
|
updatedAt: Date;
|
|
@@ -1084,8 +1078,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1084
1078
|
propertyAddress: string;
|
|
1085
1079
|
stage: string;
|
|
1086
1080
|
mtaId: string;
|
|
1087
|
-
mtaBalanceCents:
|
|
1088
|
-
cmaBalanceCents:
|
|
1081
|
+
mtaBalanceCents: bigint;
|
|
1082
|
+
cmaBalanceCents: bigint;
|
|
1089
1083
|
buyerName?: string | null | undefined;
|
|
1090
1084
|
project?: {
|
|
1091
1085
|
type: string;
|
|
@@ -1121,6 +1115,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1121
1115
|
syncedAt: Date;
|
|
1122
1116
|
} | null | undefined;
|
|
1123
1117
|
} | null | undefined;
|
|
1118
|
+
canceledBy?: string | {
|
|
1119
|
+
id: string;
|
|
1120
|
+
email: string;
|
|
1121
|
+
fullName?: string | null | undefined;
|
|
1122
|
+
firstName?: string | null | undefined;
|
|
1123
|
+
lastName?: string | null | undefined;
|
|
1124
|
+
} | null | undefined;
|
|
1124
1125
|
} & any)[] | null | undefined;
|
|
1125
1126
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1126
1127
|
isReceipt?: boolean | null | undefined;
|
|
@@ -1146,19 +1147,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1146
1147
|
mtaId: string;
|
|
1147
1148
|
description: string | null;
|
|
1148
1149
|
clearedAt: Date | null;
|
|
1150
|
+
payoutId: string | null;
|
|
1151
|
+
bankRef: string | null;
|
|
1152
|
+
inputType: string;
|
|
1149
1153
|
transactionType: string;
|
|
1154
|
+
sequence: number;
|
|
1150
1155
|
isCanceled: boolean;
|
|
1151
1156
|
isRefunded: boolean;
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
inputType: string;
|
|
1155
|
-
bankRef: string | null;
|
|
1157
|
+
referenceId: string | null;
|
|
1158
|
+
note: string | null;
|
|
1156
1159
|
sourceTransactionId: string | null;
|
|
1157
1160
|
cancelType: string | null;
|
|
1158
1161
|
canceledAt: Date | null;
|
|
1159
1162
|
canceledReason: string | null;
|
|
1160
|
-
referenceId: string | null;
|
|
1161
|
-
note: string | null;
|
|
1162
1163
|
createdBy?: string | {
|
|
1163
1164
|
id: string;
|
|
1164
1165
|
email: string;
|
|
@@ -1166,13 +1167,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1166
1167
|
firstName?: string | null | undefined;
|
|
1167
1168
|
lastName?: string | null | undefined;
|
|
1168
1169
|
} | null | undefined;
|
|
1169
|
-
canceledBy?: string | {
|
|
1170
|
-
id: string;
|
|
1171
|
-
email: string;
|
|
1172
|
-
fullName?: string | null | undefined;
|
|
1173
|
-
firstName?: string | null | undefined;
|
|
1174
|
-
lastName?: string | null | undefined;
|
|
1175
|
-
} | null | undefined;
|
|
1176
1170
|
property?: {
|
|
1177
1171
|
status: string;
|
|
1178
1172
|
id: string;
|
|
@@ -1224,6 +1218,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1224
1218
|
syncedAt: Date;
|
|
1225
1219
|
} | null | undefined;
|
|
1226
1220
|
} | null | undefined;
|
|
1221
|
+
canceledBy?: string | {
|
|
1222
|
+
id: string;
|
|
1223
|
+
email: string;
|
|
1224
|
+
fullName?: string | null | undefined;
|
|
1225
|
+
firstName?: string | null | undefined;
|
|
1226
|
+
lastName?: string | null | undefined;
|
|
1227
|
+
} | null | undefined;
|
|
1227
1228
|
} & {
|
|
1228
1229
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
1229
1230
|
sourceTransaction?: ({
|
|
@@ -1240,19 +1241,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1240
1241
|
mtaId: string;
|
|
1241
1242
|
description: string | null;
|
|
1242
1243
|
clearedAt: Date | null;
|
|
1244
|
+
payoutId: string | null;
|
|
1245
|
+
bankRef: string | null;
|
|
1246
|
+
inputType: string;
|
|
1243
1247
|
transactionType: string;
|
|
1248
|
+
sequence: number;
|
|
1244
1249
|
isCanceled: boolean;
|
|
1245
1250
|
isRefunded: boolean;
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
inputType: string;
|
|
1249
|
-
bankRef: string | null;
|
|
1251
|
+
referenceId: string | null;
|
|
1252
|
+
note: string | null;
|
|
1250
1253
|
sourceTransactionId: string | null;
|
|
1251
1254
|
cancelType: string | null;
|
|
1252
1255
|
canceledAt: Date | null;
|
|
1253
1256
|
canceledReason: string | null;
|
|
1254
|
-
referenceId: string | null;
|
|
1255
|
-
note: string | null;
|
|
1256
1257
|
createdBy?: string | {
|
|
1257
1258
|
id: string;
|
|
1258
1259
|
email: string;
|
|
@@ -1260,13 +1261,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1260
1261
|
firstName?: string | null | undefined;
|
|
1261
1262
|
lastName?: string | null | undefined;
|
|
1262
1263
|
} | null | undefined;
|
|
1263
|
-
canceledBy?: string | {
|
|
1264
|
-
id: string;
|
|
1265
|
-
email: string;
|
|
1266
|
-
fullName?: string | null | undefined;
|
|
1267
|
-
firstName?: string | null | undefined;
|
|
1268
|
-
lastName?: string | null | undefined;
|
|
1269
|
-
} | null | undefined;
|
|
1270
1264
|
property?: {
|
|
1271
1265
|
status: string;
|
|
1272
1266
|
id: string;
|
|
@@ -1318,6 +1312,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1318
1312
|
syncedAt: Date;
|
|
1319
1313
|
} | null | undefined;
|
|
1320
1314
|
} | null | undefined;
|
|
1315
|
+
canceledBy?: string | {
|
|
1316
|
+
id: string;
|
|
1317
|
+
email: string;
|
|
1318
|
+
fullName?: string | null | undefined;
|
|
1319
|
+
firstName?: string | null | undefined;
|
|
1320
|
+
lastName?: string | null | undefined;
|
|
1321
|
+
} | null | undefined;
|
|
1321
1322
|
} & any) | null | undefined;
|
|
1322
1323
|
subsequentTransactions?: ({
|
|
1323
1324
|
status: string;
|
|
@@ -1333,19 +1334,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1333
1334
|
mtaId: string;
|
|
1334
1335
|
description: string | null;
|
|
1335
1336
|
clearedAt: Date | null;
|
|
1337
|
+
payoutId: string | null;
|
|
1338
|
+
bankRef: string | null;
|
|
1339
|
+
inputType: string;
|
|
1336
1340
|
transactionType: string;
|
|
1341
|
+
sequence: number;
|
|
1337
1342
|
isCanceled: boolean;
|
|
1338
1343
|
isRefunded: boolean;
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
inputType: string;
|
|
1342
|
-
bankRef: string | null;
|
|
1344
|
+
referenceId: string | null;
|
|
1345
|
+
note: string | null;
|
|
1343
1346
|
sourceTransactionId: string | null;
|
|
1344
1347
|
cancelType: string | null;
|
|
1345
1348
|
canceledAt: Date | null;
|
|
1346
1349
|
canceledReason: string | null;
|
|
1347
|
-
referenceId: string | null;
|
|
1348
|
-
note: string | null;
|
|
1349
1350
|
createdBy?: string | {
|
|
1350
1351
|
id: string;
|
|
1351
1352
|
email: string;
|
|
@@ -1353,13 +1354,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1353
1354
|
firstName?: string | null | undefined;
|
|
1354
1355
|
lastName?: string | null | undefined;
|
|
1355
1356
|
} | null | undefined;
|
|
1356
|
-
canceledBy?: string | {
|
|
1357
|
-
id: string;
|
|
1358
|
-
email: string;
|
|
1359
|
-
fullName?: string | null | undefined;
|
|
1360
|
-
firstName?: string | null | undefined;
|
|
1361
|
-
lastName?: string | null | undefined;
|
|
1362
|
-
} | null | undefined;
|
|
1363
1357
|
property?: {
|
|
1364
1358
|
status: string;
|
|
1365
1359
|
id: string;
|
|
@@ -1411,6 +1405,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1411
1405
|
syncedAt: Date;
|
|
1412
1406
|
} | null | undefined;
|
|
1413
1407
|
} | null | undefined;
|
|
1408
|
+
canceledBy?: string | {
|
|
1409
|
+
id: string;
|
|
1410
|
+
email: string;
|
|
1411
|
+
fullName?: string | null | undefined;
|
|
1412
|
+
firstName?: string | null | undefined;
|
|
1413
|
+
lastName?: string | null | undefined;
|
|
1414
|
+
} | null | undefined;
|
|
1414
1415
|
} & any)[] | null | undefined;
|
|
1415
1416
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1416
1417
|
}>, "many">>>;
|
|
@@ -1443,13 +1444,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1443
1444
|
createdAt: Date;
|
|
1444
1445
|
updatedAt: Date;
|
|
1445
1446
|
description: string | null;
|
|
1446
|
-
payoutId: number;
|
|
1447
1447
|
bsb: string | null;
|
|
1448
|
-
accountNumber: string
|
|
1449
|
-
|
|
1448
|
+
accountNumber: string;
|
|
1449
|
+
payoutId: number;
|
|
1450
1450
|
country: string;
|
|
1451
1451
|
currentReceiveSeq: number;
|
|
1452
1452
|
currentPayoutSeq: number;
|
|
1453
|
+
cmaSeq: number;
|
|
1453
1454
|
} | null | undefined;
|
|
1454
1455
|
mta?: {
|
|
1455
1456
|
status: string;
|
|
@@ -1464,12 +1465,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1464
1465
|
syncedAt: Date | null;
|
|
1465
1466
|
name: string;
|
|
1466
1467
|
bsb: string | null;
|
|
1467
|
-
accountNumber: string
|
|
1468
|
+
accountNumber: string;
|
|
1468
1469
|
updatedBy: string | null;
|
|
1469
1470
|
country: string;
|
|
1471
|
+
subsidiaryId: string;
|
|
1470
1472
|
currentReceiveSeq: number;
|
|
1471
1473
|
currentPayoutSeq: number;
|
|
1472
|
-
subsidiaryId: string;
|
|
1473
1474
|
} | null | undefined;
|
|
1474
1475
|
buyerName?: string | null | undefined;
|
|
1475
1476
|
project?: {
|
|
@@ -1519,18 +1520,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1519
1520
|
description: string | null;
|
|
1520
1521
|
clearedAt: Date | null;
|
|
1521
1522
|
cmaId: string;
|
|
1522
|
-
|
|
1523
|
+
payoutId: string | null;
|
|
1524
|
+
bankRef: string | null;
|
|
1525
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1523
1526
|
transactionType: string;
|
|
1527
|
+
sequence: number;
|
|
1524
1528
|
isCanceled: boolean;
|
|
1525
1529
|
isRefunded: boolean;
|
|
1526
|
-
payoutId: string | null;
|
|
1527
|
-
sequence: number;
|
|
1528
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
1529
|
-
bankRef: string | null;
|
|
1530
1530
|
sourceTransactionId: string | null;
|
|
1531
1531
|
cancelType: string | null;
|
|
1532
1532
|
canceledAt: Date | null;
|
|
1533
1533
|
canceledReason: string | null;
|
|
1534
|
+
createType: string;
|
|
1534
1535
|
createdBy?: string | {
|
|
1535
1536
|
id: string;
|
|
1536
1537
|
email: string;
|
|
@@ -1538,17 +1539,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1538
1539
|
firstName?: string | null | undefined;
|
|
1539
1540
|
lastName?: string | null | undefined;
|
|
1540
1541
|
} | null | undefined;
|
|
1541
|
-
canceledBy?: string | {
|
|
1542
|
-
id: string;
|
|
1543
|
-
email: string;
|
|
1544
|
-
fullName?: string | null | undefined;
|
|
1545
|
-
firstName?: string | null | undefined;
|
|
1546
|
-
lastName?: string | null | undefined;
|
|
1547
|
-
} | null | undefined;
|
|
1548
1542
|
property?: {
|
|
1549
1543
|
status: string;
|
|
1550
1544
|
id: string;
|
|
1551
|
-
balanceCents:
|
|
1545
|
+
balanceCents: bigint;
|
|
1552
1546
|
isArchived: boolean;
|
|
1553
1547
|
createdAt: Date;
|
|
1554
1548
|
updatedAt: Date;
|
|
@@ -1559,8 +1553,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1559
1553
|
propertyAddress: string;
|
|
1560
1554
|
stage: string;
|
|
1561
1555
|
mtaId: string;
|
|
1562
|
-
mtaBalanceCents:
|
|
1563
|
-
cmaBalanceCents:
|
|
1556
|
+
mtaBalanceCents: bigint;
|
|
1557
|
+
cmaBalanceCents: bigint;
|
|
1564
1558
|
buyerName?: string | null | undefined;
|
|
1565
1559
|
project?: {
|
|
1566
1560
|
type: string;
|
|
@@ -1596,6 +1590,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1596
1590
|
syncedAt: Date;
|
|
1597
1591
|
} | null | undefined;
|
|
1598
1592
|
} | null | undefined;
|
|
1593
|
+
canceledBy?: string | {
|
|
1594
|
+
id: string;
|
|
1595
|
+
email: string;
|
|
1596
|
+
fullName?: string | null | undefined;
|
|
1597
|
+
firstName?: string | null | undefined;
|
|
1598
|
+
lastName?: string | null | undefined;
|
|
1599
|
+
} | null | undefined;
|
|
1599
1600
|
} & {
|
|
1600
1601
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
1601
1602
|
sourceTransaction?: Omit<{
|
|
@@ -1612,18 +1613,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1612
1613
|
description: string | null;
|
|
1613
1614
|
clearedAt: Date | null;
|
|
1614
1615
|
cmaId: string;
|
|
1615
|
-
|
|
1616
|
+
payoutId: string | null;
|
|
1617
|
+
bankRef: string | null;
|
|
1618
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1616
1619
|
transactionType: string;
|
|
1620
|
+
sequence: number;
|
|
1617
1621
|
isCanceled: boolean;
|
|
1618
1622
|
isRefunded: boolean;
|
|
1619
|
-
payoutId: string | null;
|
|
1620
|
-
sequence: number;
|
|
1621
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
1622
|
-
bankRef: string | null;
|
|
1623
1623
|
sourceTransactionId: string | null;
|
|
1624
1624
|
cancelType: string | null;
|
|
1625
1625
|
canceledAt: Date | null;
|
|
1626
1626
|
canceledReason: string | null;
|
|
1627
|
+
createType: string;
|
|
1627
1628
|
createdBy?: string | {
|
|
1628
1629
|
id: string;
|
|
1629
1630
|
email: string;
|
|
@@ -1631,17 +1632,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1631
1632
|
firstName?: string | null | undefined;
|
|
1632
1633
|
lastName?: string | null | undefined;
|
|
1633
1634
|
} | null | undefined;
|
|
1634
|
-
canceledBy?: string | {
|
|
1635
|
-
id: string;
|
|
1636
|
-
email: string;
|
|
1637
|
-
fullName?: string | null | undefined;
|
|
1638
|
-
firstName?: string | null | undefined;
|
|
1639
|
-
lastName?: string | null | undefined;
|
|
1640
|
-
} | null | undefined;
|
|
1641
1635
|
property?: {
|
|
1642
1636
|
status: string;
|
|
1643
1637
|
id: string;
|
|
1644
|
-
balanceCents:
|
|
1638
|
+
balanceCents: bigint;
|
|
1645
1639
|
isArchived: boolean;
|
|
1646
1640
|
createdAt: Date;
|
|
1647
1641
|
updatedAt: Date;
|
|
@@ -1652,8 +1646,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1652
1646
|
propertyAddress: string;
|
|
1653
1647
|
stage: string;
|
|
1654
1648
|
mtaId: string;
|
|
1655
|
-
mtaBalanceCents:
|
|
1656
|
-
cmaBalanceCents:
|
|
1649
|
+
mtaBalanceCents: bigint;
|
|
1650
|
+
cmaBalanceCents: bigint;
|
|
1657
1651
|
buyerName?: string | null | undefined;
|
|
1658
1652
|
project?: {
|
|
1659
1653
|
type: string;
|
|
@@ -1689,6 +1683,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1689
1683
|
syncedAt: Date;
|
|
1690
1684
|
} | null | undefined;
|
|
1691
1685
|
} | null | undefined;
|
|
1686
|
+
canceledBy?: string | {
|
|
1687
|
+
id: string;
|
|
1688
|
+
email: string;
|
|
1689
|
+
fullName?: string | null | undefined;
|
|
1690
|
+
firstName?: string | null | undefined;
|
|
1691
|
+
lastName?: string | null | undefined;
|
|
1692
|
+
} | null | undefined;
|
|
1692
1693
|
} & any, "cma"> | null | undefined;
|
|
1693
1694
|
subsequentTransactions?: Omit<{
|
|
1694
1695
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -1704,18 +1705,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1704
1705
|
description: string | null;
|
|
1705
1706
|
clearedAt: Date | null;
|
|
1706
1707
|
cmaId: string;
|
|
1707
|
-
|
|
1708
|
+
payoutId: string | null;
|
|
1709
|
+
bankRef: string | null;
|
|
1710
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1708
1711
|
transactionType: string;
|
|
1712
|
+
sequence: number;
|
|
1709
1713
|
isCanceled: boolean;
|
|
1710
1714
|
isRefunded: boolean;
|
|
1711
|
-
payoutId: string | null;
|
|
1712
|
-
sequence: number;
|
|
1713
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
1714
|
-
bankRef: string | null;
|
|
1715
1715
|
sourceTransactionId: string | null;
|
|
1716
1716
|
cancelType: string | null;
|
|
1717
1717
|
canceledAt: Date | null;
|
|
1718
1718
|
canceledReason: string | null;
|
|
1719
|
+
createType: string;
|
|
1719
1720
|
createdBy?: string | {
|
|
1720
1721
|
id: string;
|
|
1721
1722
|
email: string;
|
|
@@ -1723,17 +1724,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1723
1724
|
firstName?: string | null | undefined;
|
|
1724
1725
|
lastName?: string | null | undefined;
|
|
1725
1726
|
} | null | undefined;
|
|
1726
|
-
canceledBy?: string | {
|
|
1727
|
-
id: string;
|
|
1728
|
-
email: string;
|
|
1729
|
-
fullName?: string | null | undefined;
|
|
1730
|
-
firstName?: string | null | undefined;
|
|
1731
|
-
lastName?: string | null | undefined;
|
|
1732
|
-
} | null | undefined;
|
|
1733
1727
|
property?: {
|
|
1734
1728
|
status: string;
|
|
1735
1729
|
id: string;
|
|
1736
|
-
balanceCents:
|
|
1730
|
+
balanceCents: bigint;
|
|
1737
1731
|
isArchived: boolean;
|
|
1738
1732
|
createdAt: Date;
|
|
1739
1733
|
updatedAt: Date;
|
|
@@ -1744,8 +1738,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1744
1738
|
propertyAddress: string;
|
|
1745
1739
|
stage: string;
|
|
1746
1740
|
mtaId: string;
|
|
1747
|
-
mtaBalanceCents:
|
|
1748
|
-
cmaBalanceCents:
|
|
1741
|
+
mtaBalanceCents: bigint;
|
|
1742
|
+
cmaBalanceCents: bigint;
|
|
1749
1743
|
buyerName?: string | null | undefined;
|
|
1750
1744
|
project?: {
|
|
1751
1745
|
type: string;
|
|
@@ -1781,6 +1775,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1781
1775
|
syncedAt: Date;
|
|
1782
1776
|
} | null | undefined;
|
|
1783
1777
|
} | null | undefined;
|
|
1778
|
+
canceledBy?: string | {
|
|
1779
|
+
id: string;
|
|
1780
|
+
email: string;
|
|
1781
|
+
fullName?: string | null | undefined;
|
|
1782
|
+
firstName?: string | null | undefined;
|
|
1783
|
+
lastName?: string | null | undefined;
|
|
1784
|
+
} | null | undefined;
|
|
1784
1785
|
} & any, "cma">[] | null | undefined;
|
|
1785
1786
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1786
1787
|
isReceipt?: boolean | null | undefined;
|
|
@@ -1805,19 +1806,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1805
1806
|
mtaId: string;
|
|
1806
1807
|
description: string | null;
|
|
1807
1808
|
clearedAt: Date | null;
|
|
1809
|
+
payoutId: string | null;
|
|
1810
|
+
bankRef: string | null;
|
|
1811
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1808
1812
|
transactionType: string;
|
|
1813
|
+
sequence: number;
|
|
1809
1814
|
isCanceled: boolean;
|
|
1810
1815
|
isRefunded: boolean;
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1814
|
-
bankRef: string | null;
|
|
1816
|
+
referenceId: string | null;
|
|
1817
|
+
note: string | null;
|
|
1815
1818
|
sourceTransactionId: string | null;
|
|
1816
1819
|
cancelType: string | null;
|
|
1817
1820
|
canceledAt: Date | null;
|
|
1818
1821
|
canceledReason: string | null;
|
|
1819
|
-
referenceId: string | null;
|
|
1820
|
-
note: string | null;
|
|
1821
1822
|
createdBy?: string | {
|
|
1822
1823
|
id: string;
|
|
1823
1824
|
email: string;
|
|
@@ -1825,17 +1826,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1825
1826
|
firstName?: string | null | undefined;
|
|
1826
1827
|
lastName?: string | null | undefined;
|
|
1827
1828
|
} | null | undefined;
|
|
1828
|
-
canceledBy?: string | {
|
|
1829
|
-
id: string;
|
|
1830
|
-
email: string;
|
|
1831
|
-
fullName?: string | null | undefined;
|
|
1832
|
-
firstName?: string | null | undefined;
|
|
1833
|
-
lastName?: string | null | undefined;
|
|
1834
|
-
} | null | undefined;
|
|
1835
1829
|
property?: {
|
|
1836
1830
|
status: string;
|
|
1837
1831
|
id: string;
|
|
1838
|
-
balanceCents:
|
|
1832
|
+
balanceCents: bigint;
|
|
1839
1833
|
isArchived: boolean;
|
|
1840
1834
|
createdAt: Date;
|
|
1841
1835
|
updatedAt: Date;
|
|
@@ -1846,8 +1840,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1846
1840
|
propertyAddress: string;
|
|
1847
1841
|
stage: string;
|
|
1848
1842
|
mtaId: string;
|
|
1849
|
-
mtaBalanceCents:
|
|
1850
|
-
cmaBalanceCents:
|
|
1843
|
+
mtaBalanceCents: bigint;
|
|
1844
|
+
cmaBalanceCents: bigint;
|
|
1851
1845
|
buyerName?: string | null | undefined;
|
|
1852
1846
|
project?: {
|
|
1853
1847
|
type: string;
|
|
@@ -1883,6 +1877,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1883
1877
|
syncedAt: Date;
|
|
1884
1878
|
} | null | undefined;
|
|
1885
1879
|
} | null | undefined;
|
|
1880
|
+
canceledBy?: string | {
|
|
1881
|
+
id: string;
|
|
1882
|
+
email: string;
|
|
1883
|
+
fullName?: string | null | undefined;
|
|
1884
|
+
firstName?: string | null | undefined;
|
|
1885
|
+
lastName?: string | null | undefined;
|
|
1886
|
+
} | null | undefined;
|
|
1886
1887
|
} & {
|
|
1887
1888
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
1888
1889
|
sourceTransaction?: ({
|
|
@@ -1899,19 +1900,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1899
1900
|
mtaId: string;
|
|
1900
1901
|
description: string | null;
|
|
1901
1902
|
clearedAt: Date | null;
|
|
1903
|
+
payoutId: string | null;
|
|
1904
|
+
bankRef: string | null;
|
|
1905
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1902
1906
|
transactionType: string;
|
|
1907
|
+
sequence: number;
|
|
1903
1908
|
isCanceled: boolean;
|
|
1904
1909
|
isRefunded: boolean;
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1908
|
-
bankRef: string | null;
|
|
1910
|
+
referenceId: string | null;
|
|
1911
|
+
note: string | null;
|
|
1909
1912
|
sourceTransactionId: string | null;
|
|
1910
1913
|
cancelType: string | null;
|
|
1911
1914
|
canceledAt: Date | null;
|
|
1912
1915
|
canceledReason: string | null;
|
|
1913
|
-
referenceId: string | null;
|
|
1914
|
-
note: string | null;
|
|
1915
1916
|
createdBy?: string | {
|
|
1916
1917
|
id: string;
|
|
1917
1918
|
email: string;
|
|
@@ -1919,17 +1920,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1919
1920
|
firstName?: string | null | undefined;
|
|
1920
1921
|
lastName?: string | null | undefined;
|
|
1921
1922
|
} | null | undefined;
|
|
1922
|
-
canceledBy?: string | {
|
|
1923
|
-
id: string;
|
|
1924
|
-
email: string;
|
|
1925
|
-
fullName?: string | null | undefined;
|
|
1926
|
-
firstName?: string | null | undefined;
|
|
1927
|
-
lastName?: string | null | undefined;
|
|
1928
|
-
} | null | undefined;
|
|
1929
1923
|
property?: {
|
|
1930
1924
|
status: string;
|
|
1931
1925
|
id: string;
|
|
1932
|
-
balanceCents:
|
|
1926
|
+
balanceCents: bigint;
|
|
1933
1927
|
isArchived: boolean;
|
|
1934
1928
|
createdAt: Date;
|
|
1935
1929
|
updatedAt: Date;
|
|
@@ -1940,8 +1934,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1940
1934
|
propertyAddress: string;
|
|
1941
1935
|
stage: string;
|
|
1942
1936
|
mtaId: string;
|
|
1943
|
-
mtaBalanceCents:
|
|
1944
|
-
cmaBalanceCents:
|
|
1937
|
+
mtaBalanceCents: bigint;
|
|
1938
|
+
cmaBalanceCents: bigint;
|
|
1945
1939
|
buyerName?: string | null | undefined;
|
|
1946
1940
|
project?: {
|
|
1947
1941
|
type: string;
|
|
@@ -1977,6 +1971,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1977
1971
|
syncedAt: Date;
|
|
1978
1972
|
} | null | undefined;
|
|
1979
1973
|
} | null | undefined;
|
|
1974
|
+
canceledBy?: string | {
|
|
1975
|
+
id: string;
|
|
1976
|
+
email: string;
|
|
1977
|
+
fullName?: string | null | undefined;
|
|
1978
|
+
firstName?: string | null | undefined;
|
|
1979
|
+
lastName?: string | null | undefined;
|
|
1980
|
+
} | null | undefined;
|
|
1980
1981
|
} & any) | null | undefined;
|
|
1981
1982
|
subsequentTransactions?: ({
|
|
1982
1983
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -1992,19 +1993,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
1992
1993
|
mtaId: string;
|
|
1993
1994
|
description: string | null;
|
|
1994
1995
|
clearedAt: Date | null;
|
|
1996
|
+
payoutId: string | null;
|
|
1997
|
+
bankRef: string | null;
|
|
1998
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1995
1999
|
transactionType: string;
|
|
2000
|
+
sequence: number;
|
|
1996
2001
|
isCanceled: boolean;
|
|
1997
2002
|
isRefunded: boolean;
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2001
|
-
bankRef: string | null;
|
|
2003
|
+
referenceId: string | null;
|
|
2004
|
+
note: string | null;
|
|
2002
2005
|
sourceTransactionId: string | null;
|
|
2003
2006
|
cancelType: string | null;
|
|
2004
2007
|
canceledAt: Date | null;
|
|
2005
2008
|
canceledReason: string | null;
|
|
2006
|
-
referenceId: string | null;
|
|
2007
|
-
note: string | null;
|
|
2008
2009
|
createdBy?: string | {
|
|
2009
2010
|
id: string;
|
|
2010
2011
|
email: string;
|
|
@@ -2012,17 +2013,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2012
2013
|
firstName?: string | null | undefined;
|
|
2013
2014
|
lastName?: string | null | undefined;
|
|
2014
2015
|
} | null | undefined;
|
|
2015
|
-
canceledBy?: string | {
|
|
2016
|
-
id: string;
|
|
2017
|
-
email: string;
|
|
2018
|
-
fullName?: string | null | undefined;
|
|
2019
|
-
firstName?: string | null | undefined;
|
|
2020
|
-
lastName?: string | null | undefined;
|
|
2021
|
-
} | null | undefined;
|
|
2022
2016
|
property?: {
|
|
2023
2017
|
status: string;
|
|
2024
2018
|
id: string;
|
|
2025
|
-
balanceCents:
|
|
2019
|
+
balanceCents: bigint;
|
|
2026
2020
|
isArchived: boolean;
|
|
2027
2021
|
createdAt: Date;
|
|
2028
2022
|
updatedAt: Date;
|
|
@@ -2033,8 +2027,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2033
2027
|
propertyAddress: string;
|
|
2034
2028
|
stage: string;
|
|
2035
2029
|
mtaId: string;
|
|
2036
|
-
mtaBalanceCents:
|
|
2037
|
-
cmaBalanceCents:
|
|
2030
|
+
mtaBalanceCents: bigint;
|
|
2031
|
+
cmaBalanceCents: bigint;
|
|
2038
2032
|
buyerName?: string | null | undefined;
|
|
2039
2033
|
project?: {
|
|
2040
2034
|
type: string;
|
|
@@ -2070,6 +2064,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2070
2064
|
syncedAt: Date;
|
|
2071
2065
|
} | null | undefined;
|
|
2072
2066
|
} | null | undefined;
|
|
2067
|
+
canceledBy?: string | {
|
|
2068
|
+
id: string;
|
|
2069
|
+
email: string;
|
|
2070
|
+
fullName?: string | null | undefined;
|
|
2071
|
+
firstName?: string | null | undefined;
|
|
2072
|
+
lastName?: string | null | undefined;
|
|
2073
|
+
} | null | undefined;
|
|
2073
2074
|
} & any)[] | null | undefined;
|
|
2074
2075
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2075
2076
|
isReceipt?: boolean | null | undefined;
|
|
@@ -2111,13 +2112,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2111
2112
|
createdAt: Date;
|
|
2112
2113
|
updatedAt: Date;
|
|
2113
2114
|
description: string | null;
|
|
2114
|
-
payoutId: number;
|
|
2115
2115
|
bsb: string;
|
|
2116
2116
|
accountNumber: string;
|
|
2117
|
-
|
|
2117
|
+
payoutId: number;
|
|
2118
2118
|
country: string;
|
|
2119
2119
|
currentReceiveSeq: number;
|
|
2120
2120
|
currentPayoutSeq: number;
|
|
2121
|
+
cmaSeq: number;
|
|
2121
2122
|
} | null | undefined;
|
|
2122
2123
|
mta?: {
|
|
2123
2124
|
status: string;
|
|
@@ -2135,9 +2136,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2135
2136
|
accountNumber: string;
|
|
2136
2137
|
updatedBy: string | null;
|
|
2137
2138
|
country: string;
|
|
2139
|
+
subsidiaryId: string;
|
|
2138
2140
|
currentReceiveSeq: number;
|
|
2139
2141
|
currentPayoutSeq: number;
|
|
2140
|
-
subsidiaryId: string;
|
|
2141
2142
|
} | null | undefined;
|
|
2142
2143
|
buyerName?: string | null | undefined;
|
|
2143
2144
|
project?: {
|
|
@@ -2187,18 +2188,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2187
2188
|
description: string | null;
|
|
2188
2189
|
clearedAt: Date | null;
|
|
2189
2190
|
cmaId: string;
|
|
2190
|
-
|
|
2191
|
+
payoutId: string | null;
|
|
2192
|
+
bankRef: string | null;
|
|
2193
|
+
inputType: string;
|
|
2191
2194
|
transactionType: string;
|
|
2195
|
+
sequence: number;
|
|
2192
2196
|
isCanceled: boolean;
|
|
2193
2197
|
isRefunded: boolean;
|
|
2194
|
-
payoutId: string | null;
|
|
2195
|
-
sequence: number;
|
|
2196
|
-
inputType: string;
|
|
2197
|
-
bankRef: string | null;
|
|
2198
2198
|
sourceTransactionId: string | null;
|
|
2199
2199
|
cancelType: string | null;
|
|
2200
2200
|
canceledAt: Date | null;
|
|
2201
2201
|
canceledReason: string | null;
|
|
2202
|
+
createType: string;
|
|
2202
2203
|
createdBy?: string | {
|
|
2203
2204
|
id: string;
|
|
2204
2205
|
email: string;
|
|
@@ -2206,13 +2207,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2206
2207
|
firstName?: string | null | undefined;
|
|
2207
2208
|
lastName?: string | null | undefined;
|
|
2208
2209
|
} | null | undefined;
|
|
2209
|
-
canceledBy?: string | {
|
|
2210
|
-
id: string;
|
|
2211
|
-
email: string;
|
|
2212
|
-
fullName?: string | null | undefined;
|
|
2213
|
-
firstName?: string | null | undefined;
|
|
2214
|
-
lastName?: string | null | undefined;
|
|
2215
|
-
} | null | undefined;
|
|
2216
2210
|
property?: {
|
|
2217
2211
|
status: string;
|
|
2218
2212
|
id: string;
|
|
@@ -2264,6 +2258,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2264
2258
|
syncedAt: Date;
|
|
2265
2259
|
} | null | undefined;
|
|
2266
2260
|
} | null | undefined;
|
|
2261
|
+
canceledBy?: string | {
|
|
2262
|
+
id: string;
|
|
2263
|
+
email: string;
|
|
2264
|
+
fullName?: string | null | undefined;
|
|
2265
|
+
firstName?: string | null | undefined;
|
|
2266
|
+
lastName?: string | null | undefined;
|
|
2267
|
+
} | null | undefined;
|
|
2267
2268
|
} & {
|
|
2268
2269
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
2269
2270
|
sourceTransaction?: ({
|
|
@@ -2280,18 +2281,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2280
2281
|
description: string | null;
|
|
2281
2282
|
clearedAt: Date | null;
|
|
2282
2283
|
cmaId: string;
|
|
2283
|
-
|
|
2284
|
+
payoutId: string | null;
|
|
2285
|
+
bankRef: string | null;
|
|
2286
|
+
inputType: string;
|
|
2284
2287
|
transactionType: string;
|
|
2288
|
+
sequence: number;
|
|
2285
2289
|
isCanceled: boolean;
|
|
2286
2290
|
isRefunded: boolean;
|
|
2287
|
-
payoutId: string | null;
|
|
2288
|
-
sequence: number;
|
|
2289
|
-
inputType: string;
|
|
2290
|
-
bankRef: string | null;
|
|
2291
2291
|
sourceTransactionId: string | null;
|
|
2292
2292
|
cancelType: string | null;
|
|
2293
2293
|
canceledAt: Date | null;
|
|
2294
2294
|
canceledReason: string | null;
|
|
2295
|
+
createType: string;
|
|
2295
2296
|
createdBy?: string | {
|
|
2296
2297
|
id: string;
|
|
2297
2298
|
email: string;
|
|
@@ -2299,13 +2300,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2299
2300
|
firstName?: string | null | undefined;
|
|
2300
2301
|
lastName?: string | null | undefined;
|
|
2301
2302
|
} | null | undefined;
|
|
2302
|
-
canceledBy?: string | {
|
|
2303
|
-
id: string;
|
|
2304
|
-
email: string;
|
|
2305
|
-
fullName?: string | null | undefined;
|
|
2306
|
-
firstName?: string | null | undefined;
|
|
2307
|
-
lastName?: string | null | undefined;
|
|
2308
|
-
} | null | undefined;
|
|
2309
2303
|
property?: {
|
|
2310
2304
|
status: string;
|
|
2311
2305
|
id: string;
|
|
@@ -2357,6 +2351,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2357
2351
|
syncedAt: Date;
|
|
2358
2352
|
} | null | undefined;
|
|
2359
2353
|
} | null | undefined;
|
|
2354
|
+
canceledBy?: string | {
|
|
2355
|
+
id: string;
|
|
2356
|
+
email: string;
|
|
2357
|
+
fullName?: string | null | undefined;
|
|
2358
|
+
firstName?: string | null | undefined;
|
|
2359
|
+
lastName?: string | null | undefined;
|
|
2360
|
+
} | null | undefined;
|
|
2360
2361
|
} & any) | null | undefined;
|
|
2361
2362
|
subsequentTransactions?: ({
|
|
2362
2363
|
status: string;
|
|
@@ -2372,18 +2373,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2372
2373
|
description: string | null;
|
|
2373
2374
|
clearedAt: Date | null;
|
|
2374
2375
|
cmaId: string;
|
|
2375
|
-
|
|
2376
|
+
payoutId: string | null;
|
|
2377
|
+
bankRef: string | null;
|
|
2378
|
+
inputType: string;
|
|
2376
2379
|
transactionType: string;
|
|
2380
|
+
sequence: number;
|
|
2377
2381
|
isCanceled: boolean;
|
|
2378
2382
|
isRefunded: boolean;
|
|
2379
|
-
payoutId: string | null;
|
|
2380
|
-
sequence: number;
|
|
2381
|
-
inputType: string;
|
|
2382
|
-
bankRef: string | null;
|
|
2383
2383
|
sourceTransactionId: string | null;
|
|
2384
2384
|
cancelType: string | null;
|
|
2385
2385
|
canceledAt: Date | null;
|
|
2386
2386
|
canceledReason: string | null;
|
|
2387
|
+
createType: string;
|
|
2387
2388
|
createdBy?: string | {
|
|
2388
2389
|
id: string;
|
|
2389
2390
|
email: string;
|
|
@@ -2391,13 +2392,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2391
2392
|
firstName?: string | null | undefined;
|
|
2392
2393
|
lastName?: string | null | undefined;
|
|
2393
2394
|
} | null | undefined;
|
|
2394
|
-
canceledBy?: string | {
|
|
2395
|
-
id: string;
|
|
2396
|
-
email: string;
|
|
2397
|
-
fullName?: string | null | undefined;
|
|
2398
|
-
firstName?: string | null | undefined;
|
|
2399
|
-
lastName?: string | null | undefined;
|
|
2400
|
-
} | null | undefined;
|
|
2401
2395
|
property?: {
|
|
2402
2396
|
status: string;
|
|
2403
2397
|
id: string;
|
|
@@ -2449,6 +2443,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2449
2443
|
syncedAt: Date;
|
|
2450
2444
|
} | null | undefined;
|
|
2451
2445
|
} | null | undefined;
|
|
2446
|
+
canceledBy?: string | {
|
|
2447
|
+
id: string;
|
|
2448
|
+
email: string;
|
|
2449
|
+
fullName?: string | null | undefined;
|
|
2450
|
+
firstName?: string | null | undefined;
|
|
2451
|
+
lastName?: string | null | undefined;
|
|
2452
|
+
} | null | undefined;
|
|
2452
2453
|
} & any)[] | null | undefined;
|
|
2453
2454
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2454
2455
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
@@ -2467,19 +2468,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2467
2468
|
mtaId: string;
|
|
2468
2469
|
description: string | null;
|
|
2469
2470
|
clearedAt: Date | null;
|
|
2471
|
+
payoutId: string | null;
|
|
2472
|
+
bankRef: string | null;
|
|
2473
|
+
inputType: string;
|
|
2470
2474
|
transactionType: string;
|
|
2475
|
+
sequence: number;
|
|
2471
2476
|
isCanceled: boolean;
|
|
2472
2477
|
isRefunded: boolean;
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
inputType: string;
|
|
2476
|
-
bankRef: string | null;
|
|
2478
|
+
referenceId: string | null;
|
|
2479
|
+
note: string | null;
|
|
2477
2480
|
sourceTransactionId: string | null;
|
|
2478
2481
|
cancelType: string | null;
|
|
2479
2482
|
canceledAt: Date | null;
|
|
2480
2483
|
canceledReason: string | null;
|
|
2481
|
-
referenceId: string | null;
|
|
2482
|
-
note: string | null;
|
|
2483
2484
|
createdBy?: string | {
|
|
2484
2485
|
id: string;
|
|
2485
2486
|
email: string;
|
|
@@ -2487,13 +2488,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2487
2488
|
firstName?: string | null | undefined;
|
|
2488
2489
|
lastName?: string | null | undefined;
|
|
2489
2490
|
} | null | undefined;
|
|
2490
|
-
canceledBy?: string | {
|
|
2491
|
-
id: string;
|
|
2492
|
-
email: string;
|
|
2493
|
-
fullName?: string | null | undefined;
|
|
2494
|
-
firstName?: string | null | undefined;
|
|
2495
|
-
lastName?: string | null | undefined;
|
|
2496
|
-
} | null | undefined;
|
|
2497
2491
|
property?: {
|
|
2498
2492
|
status: string;
|
|
2499
2493
|
id: string;
|
|
@@ -2545,6 +2539,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2545
2539
|
syncedAt: Date;
|
|
2546
2540
|
} | null | undefined;
|
|
2547
2541
|
} | null | undefined;
|
|
2542
|
+
canceledBy?: string | {
|
|
2543
|
+
id: string;
|
|
2544
|
+
email: string;
|
|
2545
|
+
fullName?: string | null | undefined;
|
|
2546
|
+
firstName?: string | null | undefined;
|
|
2547
|
+
lastName?: string | null | undefined;
|
|
2548
|
+
} | null | undefined;
|
|
2548
2549
|
} & {
|
|
2549
2550
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
2550
2551
|
sourceTransaction?: ({
|
|
@@ -2561,19 +2562,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2561
2562
|
mtaId: string;
|
|
2562
2563
|
description: string | null;
|
|
2563
2564
|
clearedAt: Date | null;
|
|
2565
|
+
payoutId: string | null;
|
|
2566
|
+
bankRef: string | null;
|
|
2567
|
+
inputType: string;
|
|
2564
2568
|
transactionType: string;
|
|
2569
|
+
sequence: number;
|
|
2565
2570
|
isCanceled: boolean;
|
|
2566
2571
|
isRefunded: boolean;
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
inputType: string;
|
|
2570
|
-
bankRef: string | null;
|
|
2572
|
+
referenceId: string | null;
|
|
2573
|
+
note: string | null;
|
|
2571
2574
|
sourceTransactionId: string | null;
|
|
2572
2575
|
cancelType: string | null;
|
|
2573
2576
|
canceledAt: Date | null;
|
|
2574
2577
|
canceledReason: string | null;
|
|
2575
|
-
referenceId: string | null;
|
|
2576
|
-
note: string | null;
|
|
2577
2578
|
createdBy?: string | {
|
|
2578
2579
|
id: string;
|
|
2579
2580
|
email: string;
|
|
@@ -2581,13 +2582,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2581
2582
|
firstName?: string | null | undefined;
|
|
2582
2583
|
lastName?: string | null | undefined;
|
|
2583
2584
|
} | null | undefined;
|
|
2584
|
-
canceledBy?: string | {
|
|
2585
|
-
id: string;
|
|
2586
|
-
email: string;
|
|
2587
|
-
fullName?: string | null | undefined;
|
|
2588
|
-
firstName?: string | null | undefined;
|
|
2589
|
-
lastName?: string | null | undefined;
|
|
2590
|
-
} | null | undefined;
|
|
2591
2585
|
property?: {
|
|
2592
2586
|
status: string;
|
|
2593
2587
|
id: string;
|
|
@@ -2639,6 +2633,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2639
2633
|
syncedAt: Date;
|
|
2640
2634
|
} | null | undefined;
|
|
2641
2635
|
} | null | undefined;
|
|
2636
|
+
canceledBy?: string | {
|
|
2637
|
+
id: string;
|
|
2638
|
+
email: string;
|
|
2639
|
+
fullName?: string | null | undefined;
|
|
2640
|
+
firstName?: string | null | undefined;
|
|
2641
|
+
lastName?: string | null | undefined;
|
|
2642
|
+
} | null | undefined;
|
|
2642
2643
|
} & any) | null | undefined;
|
|
2643
2644
|
subsequentTransactions?: ({
|
|
2644
2645
|
status: string;
|
|
@@ -2654,19 +2655,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2654
2655
|
mtaId: string;
|
|
2655
2656
|
description: string | null;
|
|
2656
2657
|
clearedAt: Date | null;
|
|
2658
|
+
payoutId: string | null;
|
|
2659
|
+
bankRef: string | null;
|
|
2660
|
+
inputType: string;
|
|
2657
2661
|
transactionType: string;
|
|
2662
|
+
sequence: number;
|
|
2658
2663
|
isCanceled: boolean;
|
|
2659
2664
|
isRefunded: boolean;
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
inputType: string;
|
|
2663
|
-
bankRef: string | null;
|
|
2665
|
+
referenceId: string | null;
|
|
2666
|
+
note: string | null;
|
|
2664
2667
|
sourceTransactionId: string | null;
|
|
2665
2668
|
cancelType: string | null;
|
|
2666
2669
|
canceledAt: Date | null;
|
|
2667
2670
|
canceledReason: string | null;
|
|
2668
|
-
referenceId: string | null;
|
|
2669
|
-
note: string | null;
|
|
2670
2671
|
createdBy?: string | {
|
|
2671
2672
|
id: string;
|
|
2672
2673
|
email: string;
|
|
@@ -2674,13 +2675,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2674
2675
|
firstName?: string | null | undefined;
|
|
2675
2676
|
lastName?: string | null | undefined;
|
|
2676
2677
|
} | null | undefined;
|
|
2677
|
-
canceledBy?: string | {
|
|
2678
|
-
id: string;
|
|
2679
|
-
email: string;
|
|
2680
|
-
fullName?: string | null | undefined;
|
|
2681
|
-
firstName?: string | null | undefined;
|
|
2682
|
-
lastName?: string | null | undefined;
|
|
2683
|
-
} | null | undefined;
|
|
2684
2678
|
property?: {
|
|
2685
2679
|
status: string;
|
|
2686
2680
|
id: string;
|
|
@@ -2732,6 +2726,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2732
2726
|
syncedAt: Date;
|
|
2733
2727
|
} | null | undefined;
|
|
2734
2728
|
} | null | undefined;
|
|
2729
|
+
canceledBy?: string | {
|
|
2730
|
+
id: string;
|
|
2731
|
+
email: string;
|
|
2732
|
+
fullName?: string | null | undefined;
|
|
2733
|
+
firstName?: string | null | undefined;
|
|
2734
|
+
lastName?: string | null | undefined;
|
|
2735
|
+
} | null | undefined;
|
|
2735
2736
|
} & any)[] | null | undefined;
|
|
2736
2737
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2737
2738
|
})[] | null | undefined;
|
|
@@ -2834,18 +2835,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2834
2835
|
description: string | null;
|
|
2835
2836
|
clearedAt: Date | null;
|
|
2836
2837
|
cmaId: string;
|
|
2837
|
-
|
|
2838
|
+
payoutId: string | null;
|
|
2839
|
+
bankRef: string | null;
|
|
2840
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
2838
2841
|
transactionType: string;
|
|
2842
|
+
sequence: number;
|
|
2839
2843
|
isCanceled: boolean;
|
|
2840
2844
|
isRefunded: boolean;
|
|
2841
|
-
payoutId: string | null;
|
|
2842
|
-
sequence: number;
|
|
2843
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
2844
|
-
bankRef: string | null;
|
|
2845
2845
|
sourceTransactionId: string | null;
|
|
2846
2846
|
cancelType: string | null;
|
|
2847
2847
|
canceledAt: Date | null;
|
|
2848
2848
|
canceledReason: string | null;
|
|
2849
|
+
createType: string;
|
|
2849
2850
|
createdBy?: string | {
|
|
2850
2851
|
id: string;
|
|
2851
2852
|
email: string;
|
|
@@ -2853,17 +2854,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2853
2854
|
firstName?: string | null | undefined;
|
|
2854
2855
|
lastName?: string | null | undefined;
|
|
2855
2856
|
} | null | undefined;
|
|
2856
|
-
canceledBy?: string | {
|
|
2857
|
-
id: string;
|
|
2858
|
-
email: string;
|
|
2859
|
-
fullName?: string | null | undefined;
|
|
2860
|
-
firstName?: string | null | undefined;
|
|
2861
|
-
lastName?: string | null | undefined;
|
|
2862
|
-
} | null | undefined;
|
|
2863
2857
|
property?: {
|
|
2864
2858
|
status: string;
|
|
2865
2859
|
id: string;
|
|
2866
|
-
balanceCents:
|
|
2860
|
+
balanceCents: bigint;
|
|
2867
2861
|
isArchived: boolean;
|
|
2868
2862
|
createdAt: Date;
|
|
2869
2863
|
updatedAt: Date;
|
|
@@ -2874,8 +2868,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2874
2868
|
propertyAddress: string;
|
|
2875
2869
|
stage: string;
|
|
2876
2870
|
mtaId: string;
|
|
2877
|
-
mtaBalanceCents:
|
|
2878
|
-
cmaBalanceCents:
|
|
2871
|
+
mtaBalanceCents: bigint;
|
|
2872
|
+
cmaBalanceCents: bigint;
|
|
2879
2873
|
buyerName?: string | null | undefined;
|
|
2880
2874
|
project?: {
|
|
2881
2875
|
type: string;
|
|
@@ -2911,6 +2905,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2911
2905
|
syncedAt: Date;
|
|
2912
2906
|
} | null | undefined;
|
|
2913
2907
|
} | null | undefined;
|
|
2908
|
+
canceledBy?: string | {
|
|
2909
|
+
id: string;
|
|
2910
|
+
email: string;
|
|
2911
|
+
fullName?: string | null | undefined;
|
|
2912
|
+
firstName?: string | null | undefined;
|
|
2913
|
+
lastName?: string | null | undefined;
|
|
2914
|
+
} | null | undefined;
|
|
2914
2915
|
} & {
|
|
2915
2916
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
2916
2917
|
sourceTransaction?: Omit<{
|
|
@@ -2927,18 +2928,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2927
2928
|
description: string | null;
|
|
2928
2929
|
clearedAt: Date | null;
|
|
2929
2930
|
cmaId: string;
|
|
2930
|
-
|
|
2931
|
+
payoutId: string | null;
|
|
2932
|
+
bankRef: string | null;
|
|
2933
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
2931
2934
|
transactionType: string;
|
|
2935
|
+
sequence: number;
|
|
2932
2936
|
isCanceled: boolean;
|
|
2933
2937
|
isRefunded: boolean;
|
|
2934
|
-
payoutId: string | null;
|
|
2935
|
-
sequence: number;
|
|
2936
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
2937
|
-
bankRef: string | null;
|
|
2938
2938
|
sourceTransactionId: string | null;
|
|
2939
2939
|
cancelType: string | null;
|
|
2940
2940
|
canceledAt: Date | null;
|
|
2941
2941
|
canceledReason: string | null;
|
|
2942
|
+
createType: string;
|
|
2942
2943
|
createdBy?: string | {
|
|
2943
2944
|
id: string;
|
|
2944
2945
|
email: string;
|
|
@@ -2946,17 +2947,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2946
2947
|
firstName?: string | null | undefined;
|
|
2947
2948
|
lastName?: string | null | undefined;
|
|
2948
2949
|
} | null | undefined;
|
|
2949
|
-
canceledBy?: string | {
|
|
2950
|
-
id: string;
|
|
2951
|
-
email: string;
|
|
2952
|
-
fullName?: string | null | undefined;
|
|
2953
|
-
firstName?: string | null | undefined;
|
|
2954
|
-
lastName?: string | null | undefined;
|
|
2955
|
-
} | null | undefined;
|
|
2956
2950
|
property?: {
|
|
2957
2951
|
status: string;
|
|
2958
2952
|
id: string;
|
|
2959
|
-
balanceCents:
|
|
2953
|
+
balanceCents: bigint;
|
|
2960
2954
|
isArchived: boolean;
|
|
2961
2955
|
createdAt: Date;
|
|
2962
2956
|
updatedAt: Date;
|
|
@@ -2967,8 +2961,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
2967
2961
|
propertyAddress: string;
|
|
2968
2962
|
stage: string;
|
|
2969
2963
|
mtaId: string;
|
|
2970
|
-
mtaBalanceCents:
|
|
2971
|
-
cmaBalanceCents:
|
|
2964
|
+
mtaBalanceCents: bigint;
|
|
2965
|
+
cmaBalanceCents: bigint;
|
|
2972
2966
|
buyerName?: string | null | undefined;
|
|
2973
2967
|
project?: {
|
|
2974
2968
|
type: string;
|
|
@@ -3004,6 +2998,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3004
2998
|
syncedAt: Date;
|
|
3005
2999
|
} | null | undefined;
|
|
3006
3000
|
} | null | undefined;
|
|
3001
|
+
canceledBy?: string | {
|
|
3002
|
+
id: string;
|
|
3003
|
+
email: string;
|
|
3004
|
+
fullName?: string | null | undefined;
|
|
3005
|
+
firstName?: string | null | undefined;
|
|
3006
|
+
lastName?: string | null | undefined;
|
|
3007
|
+
} | null | undefined;
|
|
3007
3008
|
} & any, "cma"> | null | undefined;
|
|
3008
3009
|
subsequentTransactions?: Omit<{
|
|
3009
3010
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -3019,18 +3020,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3019
3020
|
description: string | null;
|
|
3020
3021
|
clearedAt: Date | null;
|
|
3021
3022
|
cmaId: string;
|
|
3022
|
-
|
|
3023
|
+
payoutId: string | null;
|
|
3024
|
+
bankRef: string | null;
|
|
3025
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
3023
3026
|
transactionType: string;
|
|
3027
|
+
sequence: number;
|
|
3024
3028
|
isCanceled: boolean;
|
|
3025
3029
|
isRefunded: boolean;
|
|
3026
|
-
payoutId: string | null;
|
|
3027
|
-
sequence: number;
|
|
3028
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
3029
|
-
bankRef: string | null;
|
|
3030
3030
|
sourceTransactionId: string | null;
|
|
3031
3031
|
cancelType: string | null;
|
|
3032
3032
|
canceledAt: Date | null;
|
|
3033
3033
|
canceledReason: string | null;
|
|
3034
|
+
createType: string;
|
|
3034
3035
|
createdBy?: string | {
|
|
3035
3036
|
id: string;
|
|
3036
3037
|
email: string;
|
|
@@ -3038,17 +3039,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3038
3039
|
firstName?: string | null | undefined;
|
|
3039
3040
|
lastName?: string | null | undefined;
|
|
3040
3041
|
} | null | undefined;
|
|
3041
|
-
canceledBy?: string | {
|
|
3042
|
-
id: string;
|
|
3043
|
-
email: string;
|
|
3044
|
-
fullName?: string | null | undefined;
|
|
3045
|
-
firstName?: string | null | undefined;
|
|
3046
|
-
lastName?: string | null | undefined;
|
|
3047
|
-
} | null | undefined;
|
|
3048
3042
|
property?: {
|
|
3049
3043
|
status: string;
|
|
3050
3044
|
id: string;
|
|
3051
|
-
balanceCents:
|
|
3045
|
+
balanceCents: bigint;
|
|
3052
3046
|
isArchived: boolean;
|
|
3053
3047
|
createdAt: Date;
|
|
3054
3048
|
updatedAt: Date;
|
|
@@ -3059,8 +3053,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3059
3053
|
propertyAddress: string;
|
|
3060
3054
|
stage: string;
|
|
3061
3055
|
mtaId: string;
|
|
3062
|
-
mtaBalanceCents:
|
|
3063
|
-
cmaBalanceCents:
|
|
3056
|
+
mtaBalanceCents: bigint;
|
|
3057
|
+
cmaBalanceCents: bigint;
|
|
3064
3058
|
buyerName?: string | null | undefined;
|
|
3065
3059
|
project?: {
|
|
3066
3060
|
type: string;
|
|
@@ -3096,6 +3090,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3096
3090
|
syncedAt: Date;
|
|
3097
3091
|
} | null | undefined;
|
|
3098
3092
|
} | null | undefined;
|
|
3093
|
+
canceledBy?: string | {
|
|
3094
|
+
id: string;
|
|
3095
|
+
email: string;
|
|
3096
|
+
fullName?: string | null | undefined;
|
|
3097
|
+
firstName?: string | null | undefined;
|
|
3098
|
+
lastName?: string | null | undefined;
|
|
3099
|
+
} | null | undefined;
|
|
3099
3100
|
} & any, "cma">[] | null | undefined;
|
|
3100
3101
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
3101
3102
|
isReceipt?: boolean | null | undefined;
|
|
@@ -3119,18 +3120,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3119
3120
|
description: string | null;
|
|
3120
3121
|
clearedAt: Date | null;
|
|
3121
3122
|
cmaId: string;
|
|
3122
|
-
|
|
3123
|
+
payoutId: string | null;
|
|
3124
|
+
bankRef: string | null;
|
|
3125
|
+
inputType: string;
|
|
3123
3126
|
transactionType: string;
|
|
3127
|
+
sequence: number;
|
|
3124
3128
|
isCanceled: boolean;
|
|
3125
3129
|
isRefunded: boolean;
|
|
3126
|
-
payoutId: string | null;
|
|
3127
|
-
sequence: number;
|
|
3128
|
-
inputType: string;
|
|
3129
|
-
bankRef: string | null;
|
|
3130
3130
|
sourceTransactionId: string | null;
|
|
3131
3131
|
cancelType: string | null;
|
|
3132
3132
|
canceledAt: Date | null;
|
|
3133
3133
|
canceledReason: string | null;
|
|
3134
|
+
createType: string;
|
|
3134
3135
|
createdBy?: string | {
|
|
3135
3136
|
id: string;
|
|
3136
3137
|
email: string;
|
|
@@ -3138,13 +3139,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3138
3139
|
firstName?: string | null | undefined;
|
|
3139
3140
|
lastName?: string | null | undefined;
|
|
3140
3141
|
} | null | undefined;
|
|
3141
|
-
canceledBy?: string | {
|
|
3142
|
-
id: string;
|
|
3143
|
-
email: string;
|
|
3144
|
-
fullName?: string | null | undefined;
|
|
3145
|
-
firstName?: string | null | undefined;
|
|
3146
|
-
lastName?: string | null | undefined;
|
|
3147
|
-
} | null | undefined;
|
|
3148
3142
|
property?: {
|
|
3149
3143
|
status: string;
|
|
3150
3144
|
id: string;
|
|
@@ -3196,6 +3190,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3196
3190
|
syncedAt: Date;
|
|
3197
3191
|
} | null | undefined;
|
|
3198
3192
|
} | null | undefined;
|
|
3193
|
+
canceledBy?: string | {
|
|
3194
|
+
id: string;
|
|
3195
|
+
email: string;
|
|
3196
|
+
fullName?: string | null | undefined;
|
|
3197
|
+
firstName?: string | null | undefined;
|
|
3198
|
+
lastName?: string | null | undefined;
|
|
3199
|
+
} | null | undefined;
|
|
3199
3200
|
} & {
|
|
3200
3201
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
3201
3202
|
sourceTransaction?: ({
|
|
@@ -3212,18 +3213,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3212
3213
|
description: string | null;
|
|
3213
3214
|
clearedAt: Date | null;
|
|
3214
3215
|
cmaId: string;
|
|
3215
|
-
|
|
3216
|
+
payoutId: string | null;
|
|
3217
|
+
bankRef: string | null;
|
|
3218
|
+
inputType: string;
|
|
3216
3219
|
transactionType: string;
|
|
3220
|
+
sequence: number;
|
|
3217
3221
|
isCanceled: boolean;
|
|
3218
3222
|
isRefunded: boolean;
|
|
3219
|
-
payoutId: string | null;
|
|
3220
|
-
sequence: number;
|
|
3221
|
-
inputType: string;
|
|
3222
|
-
bankRef: string | null;
|
|
3223
3223
|
sourceTransactionId: string | null;
|
|
3224
3224
|
cancelType: string | null;
|
|
3225
3225
|
canceledAt: Date | null;
|
|
3226
3226
|
canceledReason: string | null;
|
|
3227
|
+
createType: string;
|
|
3227
3228
|
createdBy?: string | {
|
|
3228
3229
|
id: string;
|
|
3229
3230
|
email: string;
|
|
@@ -3231,13 +3232,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3231
3232
|
firstName?: string | null | undefined;
|
|
3232
3233
|
lastName?: string | null | undefined;
|
|
3233
3234
|
} | null | undefined;
|
|
3234
|
-
canceledBy?: string | {
|
|
3235
|
-
id: string;
|
|
3236
|
-
email: string;
|
|
3237
|
-
fullName?: string | null | undefined;
|
|
3238
|
-
firstName?: string | null | undefined;
|
|
3239
|
-
lastName?: string | null | undefined;
|
|
3240
|
-
} | null | undefined;
|
|
3241
3235
|
property?: {
|
|
3242
3236
|
status: string;
|
|
3243
3237
|
id: string;
|
|
@@ -3289,6 +3283,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3289
3283
|
syncedAt: Date;
|
|
3290
3284
|
} | null | undefined;
|
|
3291
3285
|
} | null | undefined;
|
|
3286
|
+
canceledBy?: string | {
|
|
3287
|
+
id: string;
|
|
3288
|
+
email: string;
|
|
3289
|
+
fullName?: string | null | undefined;
|
|
3290
|
+
firstName?: string | null | undefined;
|
|
3291
|
+
lastName?: string | null | undefined;
|
|
3292
|
+
} | null | undefined;
|
|
3292
3293
|
} & any) | null | undefined;
|
|
3293
3294
|
subsequentTransactions?: ({
|
|
3294
3295
|
status: string;
|
|
@@ -3304,18 +3305,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3304
3305
|
description: string | null;
|
|
3305
3306
|
clearedAt: Date | null;
|
|
3306
3307
|
cmaId: string;
|
|
3307
|
-
|
|
3308
|
+
payoutId: string | null;
|
|
3309
|
+
bankRef: string | null;
|
|
3310
|
+
inputType: string;
|
|
3308
3311
|
transactionType: string;
|
|
3312
|
+
sequence: number;
|
|
3309
3313
|
isCanceled: boolean;
|
|
3310
3314
|
isRefunded: boolean;
|
|
3311
|
-
payoutId: string | null;
|
|
3312
|
-
sequence: number;
|
|
3313
|
-
inputType: string;
|
|
3314
|
-
bankRef: string | null;
|
|
3315
3315
|
sourceTransactionId: string | null;
|
|
3316
3316
|
cancelType: string | null;
|
|
3317
3317
|
canceledAt: Date | null;
|
|
3318
3318
|
canceledReason: string | null;
|
|
3319
|
+
createType: string;
|
|
3319
3320
|
createdBy?: string | {
|
|
3320
3321
|
id: string;
|
|
3321
3322
|
email: string;
|
|
@@ -3323,13 +3324,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3323
3324
|
firstName?: string | null | undefined;
|
|
3324
3325
|
lastName?: string | null | undefined;
|
|
3325
3326
|
} | null | undefined;
|
|
3326
|
-
canceledBy?: string | {
|
|
3327
|
-
id: string;
|
|
3328
|
-
email: string;
|
|
3329
|
-
fullName?: string | null | undefined;
|
|
3330
|
-
firstName?: string | null | undefined;
|
|
3331
|
-
lastName?: string | null | undefined;
|
|
3332
|
-
} | null | undefined;
|
|
3333
3327
|
property?: {
|
|
3334
3328
|
status: string;
|
|
3335
3329
|
id: string;
|
|
@@ -3381,6 +3375,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3381
3375
|
syncedAt: Date;
|
|
3382
3376
|
} | null | undefined;
|
|
3383
3377
|
} | null | undefined;
|
|
3378
|
+
canceledBy?: string | {
|
|
3379
|
+
id: string;
|
|
3380
|
+
email: string;
|
|
3381
|
+
fullName?: string | null | undefined;
|
|
3382
|
+
firstName?: string | null | undefined;
|
|
3383
|
+
lastName?: string | null | undefined;
|
|
3384
|
+
} | null | undefined;
|
|
3384
3385
|
} & any)[] | null | undefined;
|
|
3385
3386
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
3386
3387
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
@@ -3486,19 +3487,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3486
3487
|
mtaId: string;
|
|
3487
3488
|
description: string | null;
|
|
3488
3489
|
clearedAt: Date | null;
|
|
3490
|
+
payoutId: string | null;
|
|
3491
|
+
bankRef: string | null;
|
|
3492
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
3489
3493
|
transactionType: string;
|
|
3494
|
+
sequence: number;
|
|
3490
3495
|
isCanceled: boolean;
|
|
3491
3496
|
isRefunded: boolean;
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
3495
|
-
bankRef: string | null;
|
|
3497
|
+
referenceId: string | null;
|
|
3498
|
+
note: string | null;
|
|
3496
3499
|
sourceTransactionId: string | null;
|
|
3497
3500
|
cancelType: string | null;
|
|
3498
3501
|
canceledAt: Date | null;
|
|
3499
3502
|
canceledReason: string | null;
|
|
3500
|
-
referenceId: string | null;
|
|
3501
|
-
note: string | null;
|
|
3502
3503
|
createdBy?: string | {
|
|
3503
3504
|
id: string;
|
|
3504
3505
|
email: string;
|
|
@@ -3506,17 +3507,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3506
3507
|
firstName?: string | null | undefined;
|
|
3507
3508
|
lastName?: string | null | undefined;
|
|
3508
3509
|
} | null | undefined;
|
|
3509
|
-
canceledBy?: string | {
|
|
3510
|
-
id: string;
|
|
3511
|
-
email: string;
|
|
3512
|
-
fullName?: string | null | undefined;
|
|
3513
|
-
firstName?: string | null | undefined;
|
|
3514
|
-
lastName?: string | null | undefined;
|
|
3515
|
-
} | null | undefined;
|
|
3516
3510
|
property?: {
|
|
3517
3511
|
status: string;
|
|
3518
3512
|
id: string;
|
|
3519
|
-
balanceCents:
|
|
3513
|
+
balanceCents: bigint;
|
|
3520
3514
|
isArchived: boolean;
|
|
3521
3515
|
createdAt: Date;
|
|
3522
3516
|
updatedAt: Date;
|
|
@@ -3527,8 +3521,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3527
3521
|
propertyAddress: string;
|
|
3528
3522
|
stage: string;
|
|
3529
3523
|
mtaId: string;
|
|
3530
|
-
mtaBalanceCents:
|
|
3531
|
-
cmaBalanceCents:
|
|
3524
|
+
mtaBalanceCents: bigint;
|
|
3525
|
+
cmaBalanceCents: bigint;
|
|
3532
3526
|
buyerName?: string | null | undefined;
|
|
3533
3527
|
project?: {
|
|
3534
3528
|
type: string;
|
|
@@ -3564,6 +3558,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3564
3558
|
syncedAt: Date;
|
|
3565
3559
|
} | null | undefined;
|
|
3566
3560
|
} | null | undefined;
|
|
3561
|
+
canceledBy?: string | {
|
|
3562
|
+
id: string;
|
|
3563
|
+
email: string;
|
|
3564
|
+
fullName?: string | null | undefined;
|
|
3565
|
+
firstName?: string | null | undefined;
|
|
3566
|
+
lastName?: string | null | undefined;
|
|
3567
|
+
} | null | undefined;
|
|
3567
3568
|
} & {
|
|
3568
3569
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
3569
3570
|
sourceTransaction?: ({
|
|
@@ -3580,19 +3581,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3580
3581
|
mtaId: string;
|
|
3581
3582
|
description: string | null;
|
|
3582
3583
|
clearedAt: Date | null;
|
|
3584
|
+
payoutId: string | null;
|
|
3585
|
+
bankRef: string | null;
|
|
3586
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
3583
3587
|
transactionType: string;
|
|
3588
|
+
sequence: number;
|
|
3584
3589
|
isCanceled: boolean;
|
|
3585
3590
|
isRefunded: boolean;
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
3589
|
-
bankRef: string | null;
|
|
3591
|
+
referenceId: string | null;
|
|
3592
|
+
note: string | null;
|
|
3590
3593
|
sourceTransactionId: string | null;
|
|
3591
3594
|
cancelType: string | null;
|
|
3592
3595
|
canceledAt: Date | null;
|
|
3593
3596
|
canceledReason: string | null;
|
|
3594
|
-
referenceId: string | null;
|
|
3595
|
-
note: string | null;
|
|
3596
3597
|
createdBy?: string | {
|
|
3597
3598
|
id: string;
|
|
3598
3599
|
email: string;
|
|
@@ -3600,17 +3601,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3600
3601
|
firstName?: string | null | undefined;
|
|
3601
3602
|
lastName?: string | null | undefined;
|
|
3602
3603
|
} | null | undefined;
|
|
3603
|
-
canceledBy?: string | {
|
|
3604
|
-
id: string;
|
|
3605
|
-
email: string;
|
|
3606
|
-
fullName?: string | null | undefined;
|
|
3607
|
-
firstName?: string | null | undefined;
|
|
3608
|
-
lastName?: string | null | undefined;
|
|
3609
|
-
} | null | undefined;
|
|
3610
3604
|
property?: {
|
|
3611
3605
|
status: string;
|
|
3612
3606
|
id: string;
|
|
3613
|
-
balanceCents:
|
|
3607
|
+
balanceCents: bigint;
|
|
3614
3608
|
isArchived: boolean;
|
|
3615
3609
|
createdAt: Date;
|
|
3616
3610
|
updatedAt: Date;
|
|
@@ -3621,8 +3615,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3621
3615
|
propertyAddress: string;
|
|
3622
3616
|
stage: string;
|
|
3623
3617
|
mtaId: string;
|
|
3624
|
-
mtaBalanceCents:
|
|
3625
|
-
cmaBalanceCents:
|
|
3618
|
+
mtaBalanceCents: bigint;
|
|
3619
|
+
cmaBalanceCents: bigint;
|
|
3626
3620
|
buyerName?: string | null | undefined;
|
|
3627
3621
|
project?: {
|
|
3628
3622
|
type: string;
|
|
@@ -3658,6 +3652,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3658
3652
|
syncedAt: Date;
|
|
3659
3653
|
} | null | undefined;
|
|
3660
3654
|
} | null | undefined;
|
|
3655
|
+
canceledBy?: string | {
|
|
3656
|
+
id: string;
|
|
3657
|
+
email: string;
|
|
3658
|
+
fullName?: string | null | undefined;
|
|
3659
|
+
firstName?: string | null | undefined;
|
|
3660
|
+
lastName?: string | null | undefined;
|
|
3661
|
+
} | null | undefined;
|
|
3661
3662
|
} & any) | null | undefined;
|
|
3662
3663
|
subsequentTransactions?: ({
|
|
3663
3664
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -3673,19 +3674,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3673
3674
|
mtaId: string;
|
|
3674
3675
|
description: string | null;
|
|
3675
3676
|
clearedAt: Date | null;
|
|
3677
|
+
payoutId: string | null;
|
|
3678
|
+
bankRef: string | null;
|
|
3679
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
3676
3680
|
transactionType: string;
|
|
3681
|
+
sequence: number;
|
|
3677
3682
|
isCanceled: boolean;
|
|
3678
3683
|
isRefunded: boolean;
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
3682
|
-
bankRef: string | null;
|
|
3684
|
+
referenceId: string | null;
|
|
3685
|
+
note: string | null;
|
|
3683
3686
|
sourceTransactionId: string | null;
|
|
3684
3687
|
cancelType: string | null;
|
|
3685
3688
|
canceledAt: Date | null;
|
|
3686
3689
|
canceledReason: string | null;
|
|
3687
|
-
referenceId: string | null;
|
|
3688
|
-
note: string | null;
|
|
3689
3690
|
createdBy?: string | {
|
|
3690
3691
|
id: string;
|
|
3691
3692
|
email: string;
|
|
@@ -3693,17 +3694,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3693
3694
|
firstName?: string | null | undefined;
|
|
3694
3695
|
lastName?: string | null | undefined;
|
|
3695
3696
|
} | null | undefined;
|
|
3696
|
-
canceledBy?: string | {
|
|
3697
|
-
id: string;
|
|
3698
|
-
email: string;
|
|
3699
|
-
fullName?: string | null | undefined;
|
|
3700
|
-
firstName?: string | null | undefined;
|
|
3701
|
-
lastName?: string | null | undefined;
|
|
3702
|
-
} | null | undefined;
|
|
3703
3697
|
property?: {
|
|
3704
3698
|
status: string;
|
|
3705
3699
|
id: string;
|
|
3706
|
-
balanceCents:
|
|
3700
|
+
balanceCents: bigint;
|
|
3707
3701
|
isArchived: boolean;
|
|
3708
3702
|
createdAt: Date;
|
|
3709
3703
|
updatedAt: Date;
|
|
@@ -3714,8 +3708,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3714
3708
|
propertyAddress: string;
|
|
3715
3709
|
stage: string;
|
|
3716
3710
|
mtaId: string;
|
|
3717
|
-
mtaBalanceCents:
|
|
3718
|
-
cmaBalanceCents:
|
|
3711
|
+
mtaBalanceCents: bigint;
|
|
3712
|
+
cmaBalanceCents: bigint;
|
|
3719
3713
|
buyerName?: string | null | undefined;
|
|
3720
3714
|
project?: {
|
|
3721
3715
|
type: string;
|
|
@@ -3751,6 +3745,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3751
3745
|
syncedAt: Date;
|
|
3752
3746
|
} | null | undefined;
|
|
3753
3747
|
} | null | undefined;
|
|
3748
|
+
canceledBy?: string | {
|
|
3749
|
+
id: string;
|
|
3750
|
+
email: string;
|
|
3751
|
+
fullName?: string | null | undefined;
|
|
3752
|
+
firstName?: string | null | undefined;
|
|
3753
|
+
lastName?: string | null | undefined;
|
|
3754
|
+
} | null | undefined;
|
|
3754
3755
|
} & any)[] | null | undefined;
|
|
3755
3756
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
3756
3757
|
isReceipt?: boolean | null | undefined;
|
|
@@ -3776,19 +3777,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3776
3777
|
mtaId: string;
|
|
3777
3778
|
description: string | null;
|
|
3778
3779
|
clearedAt: Date | null;
|
|
3780
|
+
payoutId: string | null;
|
|
3781
|
+
bankRef: string | null;
|
|
3782
|
+
inputType: string;
|
|
3779
3783
|
transactionType: string;
|
|
3784
|
+
sequence: number;
|
|
3780
3785
|
isCanceled: boolean;
|
|
3781
3786
|
isRefunded: boolean;
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
inputType: string;
|
|
3785
|
-
bankRef: string | null;
|
|
3787
|
+
referenceId: string | null;
|
|
3788
|
+
note: string | null;
|
|
3786
3789
|
sourceTransactionId: string | null;
|
|
3787
3790
|
cancelType: string | null;
|
|
3788
3791
|
canceledAt: Date | null;
|
|
3789
3792
|
canceledReason: string | null;
|
|
3790
|
-
referenceId: string | null;
|
|
3791
|
-
note: string | null;
|
|
3792
3793
|
createdBy?: string | {
|
|
3793
3794
|
id: string;
|
|
3794
3795
|
email: string;
|
|
@@ -3796,13 +3797,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3796
3797
|
firstName?: string | null | undefined;
|
|
3797
3798
|
lastName?: string | null | undefined;
|
|
3798
3799
|
} | null | undefined;
|
|
3799
|
-
canceledBy?: string | {
|
|
3800
|
-
id: string;
|
|
3801
|
-
email: string;
|
|
3802
|
-
fullName?: string | null | undefined;
|
|
3803
|
-
firstName?: string | null | undefined;
|
|
3804
|
-
lastName?: string | null | undefined;
|
|
3805
|
-
} | null | undefined;
|
|
3806
3800
|
property?: {
|
|
3807
3801
|
status: string;
|
|
3808
3802
|
id: string;
|
|
@@ -3854,6 +3848,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3854
3848
|
syncedAt: Date;
|
|
3855
3849
|
} | null | undefined;
|
|
3856
3850
|
} | null | undefined;
|
|
3851
|
+
canceledBy?: string | {
|
|
3852
|
+
id: string;
|
|
3853
|
+
email: string;
|
|
3854
|
+
fullName?: string | null | undefined;
|
|
3855
|
+
firstName?: string | null | undefined;
|
|
3856
|
+
lastName?: string | null | undefined;
|
|
3857
|
+
} | null | undefined;
|
|
3857
3858
|
} & {
|
|
3858
3859
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
3859
3860
|
sourceTransaction?: ({
|
|
@@ -3870,19 +3871,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3870
3871
|
mtaId: string;
|
|
3871
3872
|
description: string | null;
|
|
3872
3873
|
clearedAt: Date | null;
|
|
3874
|
+
payoutId: string | null;
|
|
3875
|
+
bankRef: string | null;
|
|
3876
|
+
inputType: string;
|
|
3873
3877
|
transactionType: string;
|
|
3878
|
+
sequence: number;
|
|
3874
3879
|
isCanceled: boolean;
|
|
3875
3880
|
isRefunded: boolean;
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
inputType: string;
|
|
3879
|
-
bankRef: string | null;
|
|
3881
|
+
referenceId: string | null;
|
|
3882
|
+
note: string | null;
|
|
3880
3883
|
sourceTransactionId: string | null;
|
|
3881
3884
|
cancelType: string | null;
|
|
3882
3885
|
canceledAt: Date | null;
|
|
3883
3886
|
canceledReason: string | null;
|
|
3884
|
-
referenceId: string | null;
|
|
3885
|
-
note: string | null;
|
|
3886
3887
|
createdBy?: string | {
|
|
3887
3888
|
id: string;
|
|
3888
3889
|
email: string;
|
|
@@ -3890,13 +3891,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3890
3891
|
firstName?: string | null | undefined;
|
|
3891
3892
|
lastName?: string | null | undefined;
|
|
3892
3893
|
} | null | undefined;
|
|
3893
|
-
canceledBy?: string | {
|
|
3894
|
-
id: string;
|
|
3895
|
-
email: string;
|
|
3896
|
-
fullName?: string | null | undefined;
|
|
3897
|
-
firstName?: string | null | undefined;
|
|
3898
|
-
lastName?: string | null | undefined;
|
|
3899
|
-
} | null | undefined;
|
|
3900
3894
|
property?: {
|
|
3901
3895
|
status: string;
|
|
3902
3896
|
id: string;
|
|
@@ -3948,6 +3942,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3948
3942
|
syncedAt: Date;
|
|
3949
3943
|
} | null | undefined;
|
|
3950
3944
|
} | null | undefined;
|
|
3945
|
+
canceledBy?: string | {
|
|
3946
|
+
id: string;
|
|
3947
|
+
email: string;
|
|
3948
|
+
fullName?: string | null | undefined;
|
|
3949
|
+
firstName?: string | null | undefined;
|
|
3950
|
+
lastName?: string | null | undefined;
|
|
3951
|
+
} | null | undefined;
|
|
3951
3952
|
} & any) | null | undefined;
|
|
3952
3953
|
subsequentTransactions?: ({
|
|
3953
3954
|
status: string;
|
|
@@ -3963,19 +3964,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3963
3964
|
mtaId: string;
|
|
3964
3965
|
description: string | null;
|
|
3965
3966
|
clearedAt: Date | null;
|
|
3967
|
+
payoutId: string | null;
|
|
3968
|
+
bankRef: string | null;
|
|
3969
|
+
inputType: string;
|
|
3966
3970
|
transactionType: string;
|
|
3971
|
+
sequence: number;
|
|
3967
3972
|
isCanceled: boolean;
|
|
3968
3973
|
isRefunded: boolean;
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
inputType: string;
|
|
3972
|
-
bankRef: string | null;
|
|
3974
|
+
referenceId: string | null;
|
|
3975
|
+
note: string | null;
|
|
3973
3976
|
sourceTransactionId: string | null;
|
|
3974
3977
|
cancelType: string | null;
|
|
3975
3978
|
canceledAt: Date | null;
|
|
3976
3979
|
canceledReason: string | null;
|
|
3977
|
-
referenceId: string | null;
|
|
3978
|
-
note: string | null;
|
|
3979
3980
|
createdBy?: string | {
|
|
3980
3981
|
id: string;
|
|
3981
3982
|
email: string;
|
|
@@ -3983,13 +3984,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
3983
3984
|
firstName?: string | null | undefined;
|
|
3984
3985
|
lastName?: string | null | undefined;
|
|
3985
3986
|
} | null | undefined;
|
|
3986
|
-
canceledBy?: string | {
|
|
3987
|
-
id: string;
|
|
3988
|
-
email: string;
|
|
3989
|
-
fullName?: string | null | undefined;
|
|
3990
|
-
firstName?: string | null | undefined;
|
|
3991
|
-
lastName?: string | null | undefined;
|
|
3992
|
-
} | null | undefined;
|
|
3993
3987
|
property?: {
|
|
3994
3988
|
status: string;
|
|
3995
3989
|
id: string;
|
|
@@ -4041,6 +4035,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4041
4035
|
syncedAt: Date;
|
|
4042
4036
|
} | null | undefined;
|
|
4043
4037
|
} | null | undefined;
|
|
4038
|
+
canceledBy?: string | {
|
|
4039
|
+
id: string;
|
|
4040
|
+
email: string;
|
|
4041
|
+
fullName?: string | null | undefined;
|
|
4042
|
+
firstName?: string | null | undefined;
|
|
4043
|
+
lastName?: string | null | undefined;
|
|
4044
|
+
} | null | undefined;
|
|
4044
4045
|
} & any)[] | null | undefined;
|
|
4045
4046
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
4046
4047
|
}>>>>;
|
|
@@ -4122,7 +4123,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4122
4123
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
4123
4124
|
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
4124
4125
|
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
4125
|
-
accountNumber: z.
|
|
4126
|
+
accountNumber: z.ZodString;
|
|
4126
4127
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
4127
4128
|
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<{
|
|
4128
4129
|
readonly ACTIVE: "active";
|
|
@@ -4136,9 +4137,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4136
4137
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4137
4138
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
4138
4139
|
propertyAddress: z.ZodString;
|
|
4139
|
-
balanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
4140
|
-
cmaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
4141
|
-
mtaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
4142
4140
|
stage: z.ZodString;
|
|
4143
4141
|
status: z.ZodString;
|
|
4144
4142
|
mtaId: z.ZodString;
|
|
@@ -4146,7 +4144,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4146
4144
|
createdAt: z.ZodDate;
|
|
4147
4145
|
syncedAt: z.ZodDate;
|
|
4148
4146
|
updatedAt: z.ZodDate;
|
|
4149
|
-
} & {
|
|
4150
4147
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
4151
4148
|
id: z.ZodString;
|
|
4152
4149
|
name: z.ZodString;
|
|
@@ -4292,13 +4289,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4292
4289
|
createdAt: Date;
|
|
4293
4290
|
updatedAt: Date;
|
|
4294
4291
|
description: string | null;
|
|
4295
|
-
payoutId: number;
|
|
4296
4292
|
bsb: string;
|
|
4297
4293
|
accountNumber: string;
|
|
4298
|
-
|
|
4294
|
+
payoutId: number;
|
|
4299
4295
|
country: string;
|
|
4300
4296
|
currentReceiveSeq: number;
|
|
4301
4297
|
currentPayoutSeq: number;
|
|
4298
|
+
cmaSeq: number;
|
|
4302
4299
|
}, {
|
|
4303
4300
|
status: string;
|
|
4304
4301
|
id: string;
|
|
@@ -4312,13 +4309,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4312
4309
|
createdAt: Date;
|
|
4313
4310
|
updatedAt: Date;
|
|
4314
4311
|
description: string | null;
|
|
4315
|
-
payoutId: number;
|
|
4316
4312
|
bsb: string;
|
|
4317
4313
|
accountNumber: string;
|
|
4318
|
-
|
|
4314
|
+
payoutId: number;
|
|
4319
4315
|
country: string;
|
|
4320
4316
|
currentReceiveSeq: number;
|
|
4321
4317
|
currentPayoutSeq: number;
|
|
4318
|
+
cmaSeq: number;
|
|
4322
4319
|
}>>>>;
|
|
4323
4320
|
mta: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
4324
4321
|
id: z.ZodString;
|
|
@@ -4355,9 +4352,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4355
4352
|
accountNumber: string;
|
|
4356
4353
|
updatedBy: string | null;
|
|
4357
4354
|
country: string;
|
|
4355
|
+
subsidiaryId: string;
|
|
4358
4356
|
currentReceiveSeq: number;
|
|
4359
4357
|
currentPayoutSeq: number;
|
|
4360
|
-
subsidiaryId: string;
|
|
4361
4358
|
}, {
|
|
4362
4359
|
status: string;
|
|
4363
4360
|
id: string;
|
|
@@ -4374,9 +4371,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4374
4371
|
accountNumber: string;
|
|
4375
4372
|
updatedBy: string | null;
|
|
4376
4373
|
country: string;
|
|
4374
|
+
subsidiaryId: string;
|
|
4377
4375
|
currentReceiveSeq: number;
|
|
4378
4376
|
currentPayoutSeq: number;
|
|
4379
|
-
subsidiaryId: string;
|
|
4380
4377
|
}>>>>;
|
|
4381
4378
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
4382
4379
|
id: z.ZodString;
|
|
@@ -4421,19 +4418,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4421
4418
|
description: string | null;
|
|
4422
4419
|
clearedAt: Date | null;
|
|
4423
4420
|
cmaId: string;
|
|
4424
|
-
|
|
4421
|
+
payoutId: string | null;
|
|
4422
|
+
bankRef: string | null;
|
|
4423
|
+
inputType: string;
|
|
4425
4424
|
transactionType: string;
|
|
4425
|
+
sequence: number;
|
|
4426
4426
|
isCanceled: boolean;
|
|
4427
4427
|
isRefunded: boolean;
|
|
4428
|
-
payoutId: string | null;
|
|
4429
|
-
sequence: number;
|
|
4430
|
-
inputType: string;
|
|
4431
|
-
bankRef: string | null;
|
|
4432
4428
|
sourceTransactionId: string | null;
|
|
4433
4429
|
cancelType: string | null;
|
|
4434
4430
|
canceledBy: string | null;
|
|
4435
4431
|
canceledAt: Date | null;
|
|
4436
4432
|
canceledReason: string | null;
|
|
4433
|
+
createType: string;
|
|
4437
4434
|
}, {
|
|
4438
4435
|
status: string;
|
|
4439
4436
|
id: string;
|
|
@@ -4449,19 +4446,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4449
4446
|
description: string | null;
|
|
4450
4447
|
clearedAt: Date | null;
|
|
4451
4448
|
cmaId: string;
|
|
4452
|
-
|
|
4449
|
+
payoutId: string | null;
|
|
4450
|
+
bankRef: string | null;
|
|
4451
|
+
inputType: string;
|
|
4453
4452
|
transactionType: string;
|
|
4453
|
+
sequence: number;
|
|
4454
4454
|
isCanceled: boolean;
|
|
4455
4455
|
isRefunded: boolean;
|
|
4456
|
-
payoutId: string | null;
|
|
4457
|
-
sequence: number;
|
|
4458
|
-
inputType: string;
|
|
4459
|
-
bankRef: string | null;
|
|
4460
4456
|
sourceTransactionId: string | null;
|
|
4461
4457
|
cancelType: string | null;
|
|
4462
4458
|
canceledBy: string | null;
|
|
4463
4459
|
canceledAt: Date | null;
|
|
4464
4460
|
canceledReason: string | null;
|
|
4461
|
+
createType: string;
|
|
4465
4462
|
}>, "many">>>>;
|
|
4466
4463
|
mtaTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
4467
4464
|
id: z.ZodString;
|
|
@@ -4507,20 +4504,20 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4507
4504
|
mtaId: string;
|
|
4508
4505
|
description: string | null;
|
|
4509
4506
|
clearedAt: Date | null;
|
|
4507
|
+
payoutId: string | null;
|
|
4508
|
+
bankRef: string | null;
|
|
4509
|
+
inputType: string;
|
|
4510
4510
|
transactionType: string;
|
|
4511
|
+
sequence: number;
|
|
4511
4512
|
isCanceled: boolean;
|
|
4512
4513
|
isRefunded: boolean;
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
inputType: string;
|
|
4516
|
-
bankRef: string | null;
|
|
4514
|
+
referenceId: string | null;
|
|
4515
|
+
note: string | null;
|
|
4517
4516
|
sourceTransactionId: string | null;
|
|
4518
4517
|
cancelType: string | null;
|
|
4519
4518
|
canceledBy: string | null;
|
|
4520
4519
|
canceledAt: Date | null;
|
|
4521
4520
|
canceledReason: string | null;
|
|
4522
|
-
referenceId: string | null;
|
|
4523
|
-
note: string | null;
|
|
4524
4521
|
}, {
|
|
4525
4522
|
status: string;
|
|
4526
4523
|
id: string;
|
|
@@ -4536,25 +4533,29 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4536
4533
|
mtaId: string;
|
|
4537
4534
|
description: string | null;
|
|
4538
4535
|
clearedAt: Date | null;
|
|
4536
|
+
payoutId: string | null;
|
|
4537
|
+
bankRef: string | null;
|
|
4538
|
+
inputType: string;
|
|
4539
4539
|
transactionType: string;
|
|
4540
|
+
sequence: number;
|
|
4540
4541
|
isCanceled: boolean;
|
|
4541
4542
|
isRefunded: boolean;
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
inputType: string;
|
|
4545
|
-
bankRef: string | null;
|
|
4543
|
+
referenceId: string | null;
|
|
4544
|
+
note: string | null;
|
|
4546
4545
|
sourceTransactionId: string | null;
|
|
4547
4546
|
cancelType: string | null;
|
|
4548
4547
|
canceledBy: string | null;
|
|
4549
4548
|
canceledAt: Date | null;
|
|
4550
4549
|
canceledReason: string | null;
|
|
4551
|
-
referenceId: string | null;
|
|
4552
|
-
note: string | null;
|
|
4553
4550
|
}>, "many">>>>;
|
|
4551
|
+
} & {
|
|
4552
|
+
cmaBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
4553
|
+
mtaBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
4554
|
+
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
4554
4555
|
}, "cma" | "mta" | "cmaTransactions" | "mtaTransactions">, "strip", z.ZodTypeAny, {
|
|
4555
4556
|
status: string;
|
|
4556
4557
|
id: string;
|
|
4557
|
-
balanceCents: number
|
|
4558
|
+
balanceCents: number;
|
|
4558
4559
|
isArchived: boolean;
|
|
4559
4560
|
createdAt: Date;
|
|
4560
4561
|
updatedAt: Date;
|
|
@@ -4565,8 +4566,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4565
4566
|
propertyAddress: string;
|
|
4566
4567
|
stage: string;
|
|
4567
4568
|
mtaId: string;
|
|
4568
|
-
mtaBalanceCents: number
|
|
4569
|
-
cmaBalanceCents: number
|
|
4569
|
+
mtaBalanceCents: number;
|
|
4570
|
+
cmaBalanceCents: number;
|
|
4570
4571
|
buyerName?: string | null | undefined;
|
|
4571
4572
|
project?: {
|
|
4572
4573
|
type: string;
|
|
@@ -4604,7 +4605,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4604
4605
|
}, {
|
|
4605
4606
|
status: string;
|
|
4606
4607
|
id: string;
|
|
4607
|
-
balanceCents: number | bigint;
|
|
4608
|
+
balanceCents: string | number | bigint;
|
|
4608
4609
|
isArchived: boolean;
|
|
4609
4610
|
createdAt: Date;
|
|
4610
4611
|
updatedAt: Date;
|
|
@@ -4615,8 +4616,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4615
4616
|
propertyAddress: string;
|
|
4616
4617
|
stage: string;
|
|
4617
4618
|
mtaId: string;
|
|
4618
|
-
mtaBalanceCents: number | bigint;
|
|
4619
|
-
cmaBalanceCents: number | bigint;
|
|
4619
|
+
mtaBalanceCents: string | number | bigint;
|
|
4620
|
+
cmaBalanceCents: string | number | bigint;
|
|
4620
4621
|
buyerName?: string | null | undefined;
|
|
4621
4622
|
project?: {
|
|
4622
4623
|
type: string;
|
|
@@ -4665,13 +4666,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4665
4666
|
createdAt: Date;
|
|
4666
4667
|
updatedAt: Date;
|
|
4667
4668
|
description: string | null;
|
|
4668
|
-
payoutId: number;
|
|
4669
4669
|
bsb: string | null;
|
|
4670
|
-
accountNumber: string
|
|
4671
|
-
|
|
4670
|
+
accountNumber: string;
|
|
4671
|
+
payoutId: number;
|
|
4672
4672
|
country: string;
|
|
4673
4673
|
currentReceiveSeq: number;
|
|
4674
4674
|
currentPayoutSeq: number;
|
|
4675
|
+
cmaSeq: number;
|
|
4675
4676
|
}, {
|
|
4676
4677
|
status: string;
|
|
4677
4678
|
id: string;
|
|
@@ -4685,13 +4686,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4685
4686
|
createdAt: Date;
|
|
4686
4687
|
updatedAt: Date;
|
|
4687
4688
|
description: string | null;
|
|
4688
|
-
payoutId: number;
|
|
4689
4689
|
bsb: string;
|
|
4690
4690
|
accountNumber: string;
|
|
4691
|
-
|
|
4691
|
+
payoutId: number;
|
|
4692
4692
|
country: string;
|
|
4693
4693
|
currentReceiveSeq: number;
|
|
4694
4694
|
currentPayoutSeq: number;
|
|
4695
|
+
cmaSeq: number;
|
|
4695
4696
|
}>>>>;
|
|
4696
4697
|
mta: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodLazy<z.ZodObject<{
|
|
4697
4698
|
id: z.ZodString;
|
|
@@ -4767,7 +4768,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4767
4768
|
} & {
|
|
4768
4769
|
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
4769
4770
|
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
4770
|
-
accountNumber: z.
|
|
4771
|
+
accountNumber: z.ZodString;
|
|
4771
4772
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
4772
4773
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
4773
4774
|
} & {
|
|
@@ -4844,9 +4845,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4844
4845
|
accountNumber: string;
|
|
4845
4846
|
updatedBy: string | null;
|
|
4846
4847
|
country: string;
|
|
4848
|
+
subsidiaryId: string;
|
|
4847
4849
|
currentReceiveSeq: number;
|
|
4848
4850
|
currentPayoutSeq: number;
|
|
4849
|
-
subsidiaryId: string;
|
|
4850
4851
|
}, {
|
|
4851
4852
|
status: string;
|
|
4852
4853
|
id: string;
|
|
@@ -4863,9 +4864,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4863
4864
|
accountNumber: string;
|
|
4864
4865
|
updatedBy: string | null;
|
|
4865
4866
|
country: string;
|
|
4867
|
+
subsidiaryId: string;
|
|
4866
4868
|
currentReceiveSeq: number;
|
|
4867
4869
|
currentPayoutSeq: number;
|
|
4868
|
-
subsidiaryId: string;
|
|
4869
4870
|
}>>>;
|
|
4870
4871
|
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
4871
4872
|
bsb: z.ZodString;
|
|
@@ -4942,9 +4943,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4942
4943
|
accountNumber: string;
|
|
4943
4944
|
updatedBy: string | null;
|
|
4944
4945
|
country: string;
|
|
4946
|
+
subsidiaryId: string;
|
|
4945
4947
|
currentReceiveSeq: number;
|
|
4946
4948
|
currentPayoutSeq: number;
|
|
4947
|
-
subsidiaryId: string;
|
|
4948
4949
|
} | undefined;
|
|
4949
4950
|
floatAccount?: {
|
|
4950
4951
|
credential: {
|
|
@@ -4988,9 +4989,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
4988
4989
|
accountNumber: string;
|
|
4989
4990
|
updatedBy: string | null;
|
|
4990
4991
|
country: string;
|
|
4992
|
+
subsidiaryId: string;
|
|
4991
4993
|
currentReceiveSeq: number;
|
|
4992
4994
|
currentPayoutSeq: number;
|
|
4993
|
-
subsidiaryId: string;
|
|
4994
4995
|
} | undefined;
|
|
4995
4996
|
floatAccount?: string | null | undefined;
|
|
4996
4997
|
paymentProvider?: {
|
|
@@ -5060,12 +5061,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5060
5061
|
syncedAt: Date | null;
|
|
5061
5062
|
name: string;
|
|
5062
5063
|
bsb: string | null;
|
|
5063
|
-
accountNumber: string
|
|
5064
|
+
accountNumber: string;
|
|
5064
5065
|
updatedBy: string | null;
|
|
5065
5066
|
country: string;
|
|
5067
|
+
subsidiaryId: string;
|
|
5066
5068
|
currentReceiveSeq: number;
|
|
5067
5069
|
currentPayoutSeq: number;
|
|
5068
|
-
subsidiaryId: string;
|
|
5069
5070
|
}, {
|
|
5070
5071
|
status: string;
|
|
5071
5072
|
id: string;
|
|
@@ -5082,11 +5083,11 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5082
5083
|
accountNumber: string;
|
|
5083
5084
|
updatedBy: string | null;
|
|
5084
5085
|
country: string;
|
|
5086
|
+
subsidiaryId: string;
|
|
5085
5087
|
currentReceiveSeq: number;
|
|
5086
5088
|
currentPayoutSeq: number;
|
|
5087
|
-
subsidiaryId: string;
|
|
5088
5089
|
}>>>>;
|
|
5089
|
-
amountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.
|
|
5090
|
+
amountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
5090
5091
|
}, "strip", z.ZodTypeAny, {
|
|
5091
5092
|
status: string;
|
|
5092
5093
|
id: string;
|
|
@@ -5096,16 +5097,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5096
5097
|
createdAt: Date;
|
|
5097
5098
|
updatedAt: Date;
|
|
5098
5099
|
description: string | null;
|
|
5099
|
-
isCanceled: boolean;
|
|
5100
5100
|
payoutId: string;
|
|
5101
|
-
|
|
5101
|
+
targetAccountId: string | null;
|
|
5102
5102
|
bankRef: string | null;
|
|
5103
|
-
canceledAt: Date | null;
|
|
5104
|
-
mtaTransactionId: string | null;
|
|
5105
5103
|
targetAccountType: string | null;
|
|
5106
|
-
targetAccountName: string | null;
|
|
5107
|
-
targetAccountNumber: string | null;
|
|
5108
5104
|
targetBsb: string | null;
|
|
5105
|
+
targetAccountNumber: string | null;
|
|
5106
|
+
targetAccountName: string | null;
|
|
5107
|
+
mtaTransactionId: string | null;
|
|
5108
|
+
sequence: number;
|
|
5109
|
+
isCanceled: boolean;
|
|
5110
|
+
canceledAt: Date | null;
|
|
5109
5111
|
triggerDetails: string | null;
|
|
5110
5112
|
amountCents: number;
|
|
5111
5113
|
cma?: {
|
|
@@ -5121,13 +5123,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5121
5123
|
createdAt: Date;
|
|
5122
5124
|
updatedAt: Date;
|
|
5123
5125
|
description: string | null;
|
|
5124
|
-
payoutId: number;
|
|
5125
5126
|
bsb: string | null;
|
|
5126
|
-
accountNumber: string
|
|
5127
|
-
|
|
5127
|
+
accountNumber: string;
|
|
5128
|
+
payoutId: number;
|
|
5128
5129
|
country: string;
|
|
5129
5130
|
currentReceiveSeq: number;
|
|
5130
5131
|
currentPayoutSeq: number;
|
|
5132
|
+
cmaSeq: number;
|
|
5131
5133
|
} | null | undefined;
|
|
5132
5134
|
mta?: {
|
|
5133
5135
|
status: string;
|
|
@@ -5142,12 +5144,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5142
5144
|
syncedAt: Date | null;
|
|
5143
5145
|
name: string;
|
|
5144
5146
|
bsb: string | null;
|
|
5145
|
-
accountNumber: string
|
|
5147
|
+
accountNumber: string;
|
|
5146
5148
|
updatedBy: string | null;
|
|
5147
5149
|
country: string;
|
|
5150
|
+
subsidiaryId: string;
|
|
5148
5151
|
currentReceiveSeq: number;
|
|
5149
5152
|
currentPayoutSeq: number;
|
|
5150
|
-
subsidiaryId: string;
|
|
5151
5153
|
} | null | undefined;
|
|
5152
5154
|
property?: {
|
|
5153
5155
|
status: string;
|
|
@@ -5178,13 +5180,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5178
5180
|
createdAt: Date;
|
|
5179
5181
|
updatedAt: Date;
|
|
5180
5182
|
description: string | null;
|
|
5181
|
-
payoutId: number;
|
|
5182
5183
|
bsb: string | null;
|
|
5183
|
-
accountNumber: string
|
|
5184
|
-
|
|
5184
|
+
accountNumber: string;
|
|
5185
|
+
payoutId: number;
|
|
5185
5186
|
country: string;
|
|
5186
5187
|
currentReceiveSeq: number;
|
|
5187
5188
|
currentPayoutSeq: number;
|
|
5189
|
+
cmaSeq: number;
|
|
5188
5190
|
} | null | undefined;
|
|
5189
5191
|
mta?: {
|
|
5190
5192
|
status: string;
|
|
@@ -5199,12 +5201,12 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5199
5201
|
syncedAt: Date | null;
|
|
5200
5202
|
name: string;
|
|
5201
5203
|
bsb: string | null;
|
|
5202
|
-
accountNumber: string
|
|
5204
|
+
accountNumber: string;
|
|
5203
5205
|
updatedBy: string | null;
|
|
5204
5206
|
country: string;
|
|
5207
|
+
subsidiaryId: string;
|
|
5205
5208
|
currentReceiveSeq: number;
|
|
5206
5209
|
currentPayoutSeq: number;
|
|
5207
|
-
subsidiaryId: string;
|
|
5208
5210
|
} | null | undefined;
|
|
5209
5211
|
buyerName?: string | null | undefined;
|
|
5210
5212
|
project?: {
|
|
@@ -5254,18 +5256,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5254
5256
|
description: string | null;
|
|
5255
5257
|
clearedAt: Date | null;
|
|
5256
5258
|
cmaId: string;
|
|
5257
|
-
|
|
5259
|
+
payoutId: string | null;
|
|
5260
|
+
bankRef: string | null;
|
|
5261
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
5258
5262
|
transactionType: string;
|
|
5263
|
+
sequence: number;
|
|
5259
5264
|
isCanceled: boolean;
|
|
5260
5265
|
isRefunded: boolean;
|
|
5261
|
-
payoutId: string | null;
|
|
5262
|
-
sequence: number;
|
|
5263
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
5264
|
-
bankRef: string | null;
|
|
5265
5266
|
sourceTransactionId: string | null;
|
|
5266
5267
|
cancelType: string | null;
|
|
5267
5268
|
canceledAt: Date | null;
|
|
5268
5269
|
canceledReason: string | null;
|
|
5270
|
+
createType: string;
|
|
5269
5271
|
createdBy?: string | {
|
|
5270
5272
|
id: string;
|
|
5271
5273
|
email: string;
|
|
@@ -5273,17 +5275,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5273
5275
|
firstName?: string | null | undefined;
|
|
5274
5276
|
lastName?: string | null | undefined;
|
|
5275
5277
|
} | null | undefined;
|
|
5276
|
-
canceledBy?: string | {
|
|
5277
|
-
id: string;
|
|
5278
|
-
email: string;
|
|
5279
|
-
fullName?: string | null | undefined;
|
|
5280
|
-
firstName?: string | null | undefined;
|
|
5281
|
-
lastName?: string | null | undefined;
|
|
5282
|
-
} | null | undefined;
|
|
5283
5278
|
property?: {
|
|
5284
5279
|
status: string;
|
|
5285
5280
|
id: string;
|
|
5286
|
-
balanceCents:
|
|
5281
|
+
balanceCents: bigint;
|
|
5287
5282
|
isArchived: boolean;
|
|
5288
5283
|
createdAt: Date;
|
|
5289
5284
|
updatedAt: Date;
|
|
@@ -5294,8 +5289,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5294
5289
|
propertyAddress: string;
|
|
5295
5290
|
stage: string;
|
|
5296
5291
|
mtaId: string;
|
|
5297
|
-
mtaBalanceCents:
|
|
5298
|
-
cmaBalanceCents:
|
|
5292
|
+
mtaBalanceCents: bigint;
|
|
5293
|
+
cmaBalanceCents: bigint;
|
|
5299
5294
|
buyerName?: string | null | undefined;
|
|
5300
5295
|
project?: {
|
|
5301
5296
|
type: string;
|
|
@@ -5331,6 +5326,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5331
5326
|
syncedAt: Date;
|
|
5332
5327
|
} | null | undefined;
|
|
5333
5328
|
} | null | undefined;
|
|
5329
|
+
canceledBy?: string | {
|
|
5330
|
+
id: string;
|
|
5331
|
+
email: string;
|
|
5332
|
+
fullName?: string | null | undefined;
|
|
5333
|
+
firstName?: string | null | undefined;
|
|
5334
|
+
lastName?: string | null | undefined;
|
|
5335
|
+
} | null | undefined;
|
|
5334
5336
|
} & {
|
|
5335
5337
|
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
5336
5338
|
sourceTransaction?: Omit<{
|
|
@@ -5347,18 +5349,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5347
5349
|
description: string | null;
|
|
5348
5350
|
clearedAt: Date | null;
|
|
5349
5351
|
cmaId: string;
|
|
5350
|
-
|
|
5352
|
+
payoutId: string | null;
|
|
5353
|
+
bankRef: string | null;
|
|
5354
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
5351
5355
|
transactionType: string;
|
|
5356
|
+
sequence: number;
|
|
5352
5357
|
isCanceled: boolean;
|
|
5353
5358
|
isRefunded: boolean;
|
|
5354
|
-
payoutId: string | null;
|
|
5355
|
-
sequence: number;
|
|
5356
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
5357
|
-
bankRef: string | null;
|
|
5358
5359
|
sourceTransactionId: string | null;
|
|
5359
5360
|
cancelType: string | null;
|
|
5360
5361
|
canceledAt: Date | null;
|
|
5361
5362
|
canceledReason: string | null;
|
|
5363
|
+
createType: string;
|
|
5362
5364
|
createdBy?: string | {
|
|
5363
5365
|
id: string;
|
|
5364
5366
|
email: string;
|
|
@@ -5366,17 +5368,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5366
5368
|
firstName?: string | null | undefined;
|
|
5367
5369
|
lastName?: string | null | undefined;
|
|
5368
5370
|
} | null | undefined;
|
|
5369
|
-
canceledBy?: string | {
|
|
5370
|
-
id: string;
|
|
5371
|
-
email: string;
|
|
5372
|
-
fullName?: string | null | undefined;
|
|
5373
|
-
firstName?: string | null | undefined;
|
|
5374
|
-
lastName?: string | null | undefined;
|
|
5375
|
-
} | null | undefined;
|
|
5376
5371
|
property?: {
|
|
5377
5372
|
status: string;
|
|
5378
5373
|
id: string;
|
|
5379
|
-
balanceCents:
|
|
5374
|
+
balanceCents: bigint;
|
|
5380
5375
|
isArchived: boolean;
|
|
5381
5376
|
createdAt: Date;
|
|
5382
5377
|
updatedAt: Date;
|
|
@@ -5387,8 +5382,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5387
5382
|
propertyAddress: string;
|
|
5388
5383
|
stage: string;
|
|
5389
5384
|
mtaId: string;
|
|
5390
|
-
mtaBalanceCents:
|
|
5391
|
-
cmaBalanceCents:
|
|
5385
|
+
mtaBalanceCents: bigint;
|
|
5386
|
+
cmaBalanceCents: bigint;
|
|
5392
5387
|
buyerName?: string | null | undefined;
|
|
5393
5388
|
project?: {
|
|
5394
5389
|
type: string;
|
|
@@ -5424,6 +5419,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5424
5419
|
syncedAt: Date;
|
|
5425
5420
|
} | null | undefined;
|
|
5426
5421
|
} | null | undefined;
|
|
5422
|
+
canceledBy?: string | {
|
|
5423
|
+
id: string;
|
|
5424
|
+
email: string;
|
|
5425
|
+
fullName?: string | null | undefined;
|
|
5426
|
+
firstName?: string | null | undefined;
|
|
5427
|
+
lastName?: string | null | undefined;
|
|
5428
|
+
} | null | undefined;
|
|
5427
5429
|
} & any, "cma"> | null | undefined;
|
|
5428
5430
|
subsequentTransactions?: Omit<{
|
|
5429
5431
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -5439,18 +5441,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5439
5441
|
description: string | null;
|
|
5440
5442
|
clearedAt: Date | null;
|
|
5441
5443
|
cmaId: string;
|
|
5442
|
-
|
|
5444
|
+
payoutId: string | null;
|
|
5445
|
+
bankRef: string | null;
|
|
5446
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
5443
5447
|
transactionType: string;
|
|
5448
|
+
sequence: number;
|
|
5444
5449
|
isCanceled: boolean;
|
|
5445
5450
|
isRefunded: boolean;
|
|
5446
|
-
payoutId: string | null;
|
|
5447
|
-
sequence: number;
|
|
5448
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
5449
|
-
bankRef: string | null;
|
|
5450
5451
|
sourceTransactionId: string | null;
|
|
5451
5452
|
cancelType: string | null;
|
|
5452
5453
|
canceledAt: Date | null;
|
|
5453
5454
|
canceledReason: string | null;
|
|
5455
|
+
createType: string;
|
|
5454
5456
|
createdBy?: string | {
|
|
5455
5457
|
id: string;
|
|
5456
5458
|
email: string;
|
|
@@ -5458,17 +5460,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5458
5460
|
firstName?: string | null | undefined;
|
|
5459
5461
|
lastName?: string | null | undefined;
|
|
5460
5462
|
} | null | undefined;
|
|
5461
|
-
canceledBy?: string | {
|
|
5462
|
-
id: string;
|
|
5463
|
-
email: string;
|
|
5464
|
-
fullName?: string | null | undefined;
|
|
5465
|
-
firstName?: string | null | undefined;
|
|
5466
|
-
lastName?: string | null | undefined;
|
|
5467
|
-
} | null | undefined;
|
|
5468
5463
|
property?: {
|
|
5469
5464
|
status: string;
|
|
5470
5465
|
id: string;
|
|
5471
|
-
balanceCents:
|
|
5466
|
+
balanceCents: bigint;
|
|
5472
5467
|
isArchived: boolean;
|
|
5473
5468
|
createdAt: Date;
|
|
5474
5469
|
updatedAt: Date;
|
|
@@ -5479,8 +5474,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5479
5474
|
propertyAddress: string;
|
|
5480
5475
|
stage: string;
|
|
5481
5476
|
mtaId: string;
|
|
5482
|
-
mtaBalanceCents:
|
|
5483
|
-
cmaBalanceCents:
|
|
5477
|
+
mtaBalanceCents: bigint;
|
|
5478
|
+
cmaBalanceCents: bigint;
|
|
5484
5479
|
buyerName?: string | null | undefined;
|
|
5485
5480
|
project?: {
|
|
5486
5481
|
type: string;
|
|
@@ -5516,6 +5511,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5516
5511
|
syncedAt: Date;
|
|
5517
5512
|
} | null | undefined;
|
|
5518
5513
|
} | null | undefined;
|
|
5514
|
+
canceledBy?: string | {
|
|
5515
|
+
id: string;
|
|
5516
|
+
email: string;
|
|
5517
|
+
fullName?: string | null | undefined;
|
|
5518
|
+
firstName?: string | null | undefined;
|
|
5519
|
+
lastName?: string | null | undefined;
|
|
5520
|
+
} | null | undefined;
|
|
5519
5521
|
} & any, "cma">[] | null | undefined;
|
|
5520
5522
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
5521
5523
|
isReceipt?: boolean | null | undefined;
|
|
@@ -5540,19 +5542,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5540
5542
|
mtaId: string;
|
|
5541
5543
|
description: string | null;
|
|
5542
5544
|
clearedAt: Date | null;
|
|
5545
|
+
payoutId: string | null;
|
|
5546
|
+
bankRef: string | null;
|
|
5547
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
5543
5548
|
transactionType: string;
|
|
5549
|
+
sequence: number;
|
|
5544
5550
|
isCanceled: boolean;
|
|
5545
5551
|
isRefunded: boolean;
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
5549
|
-
bankRef: string | null;
|
|
5552
|
+
referenceId: string | null;
|
|
5553
|
+
note: string | null;
|
|
5550
5554
|
sourceTransactionId: string | null;
|
|
5551
5555
|
cancelType: string | null;
|
|
5552
5556
|
canceledAt: Date | null;
|
|
5553
5557
|
canceledReason: string | null;
|
|
5554
|
-
referenceId: string | null;
|
|
5555
|
-
note: string | null;
|
|
5556
5558
|
createdBy?: string | {
|
|
5557
5559
|
id: string;
|
|
5558
5560
|
email: string;
|
|
@@ -5560,17 +5562,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5560
5562
|
firstName?: string | null | undefined;
|
|
5561
5563
|
lastName?: string | null | undefined;
|
|
5562
5564
|
} | null | undefined;
|
|
5563
|
-
canceledBy?: string | {
|
|
5564
|
-
id: string;
|
|
5565
|
-
email: string;
|
|
5566
|
-
fullName?: string | null | undefined;
|
|
5567
|
-
firstName?: string | null | undefined;
|
|
5568
|
-
lastName?: string | null | undefined;
|
|
5569
|
-
} | null | undefined;
|
|
5570
5565
|
property?: {
|
|
5571
5566
|
status: string;
|
|
5572
5567
|
id: string;
|
|
5573
|
-
balanceCents:
|
|
5568
|
+
balanceCents: bigint;
|
|
5574
5569
|
isArchived: boolean;
|
|
5575
5570
|
createdAt: Date;
|
|
5576
5571
|
updatedAt: Date;
|
|
@@ -5581,8 +5576,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5581
5576
|
propertyAddress: string;
|
|
5582
5577
|
stage: string;
|
|
5583
5578
|
mtaId: string;
|
|
5584
|
-
mtaBalanceCents:
|
|
5585
|
-
cmaBalanceCents:
|
|
5579
|
+
mtaBalanceCents: bigint;
|
|
5580
|
+
cmaBalanceCents: bigint;
|
|
5586
5581
|
buyerName?: string | null | undefined;
|
|
5587
5582
|
project?: {
|
|
5588
5583
|
type: string;
|
|
@@ -5618,6 +5613,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5618
5613
|
syncedAt: Date;
|
|
5619
5614
|
} | null | undefined;
|
|
5620
5615
|
} | null | undefined;
|
|
5616
|
+
canceledBy?: string | {
|
|
5617
|
+
id: string;
|
|
5618
|
+
email: string;
|
|
5619
|
+
fullName?: string | null | undefined;
|
|
5620
|
+
firstName?: string | null | undefined;
|
|
5621
|
+
lastName?: string | null | undefined;
|
|
5622
|
+
} | null | undefined;
|
|
5621
5623
|
} & {
|
|
5622
5624
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
5623
5625
|
sourceTransaction?: ({
|
|
@@ -5634,19 +5636,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5634
5636
|
mtaId: string;
|
|
5635
5637
|
description: string | null;
|
|
5636
5638
|
clearedAt: Date | null;
|
|
5639
|
+
payoutId: string | null;
|
|
5640
|
+
bankRef: string | null;
|
|
5641
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
5637
5642
|
transactionType: string;
|
|
5643
|
+
sequence: number;
|
|
5638
5644
|
isCanceled: boolean;
|
|
5639
5645
|
isRefunded: boolean;
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
5643
|
-
bankRef: string | null;
|
|
5646
|
+
referenceId: string | null;
|
|
5647
|
+
note: string | null;
|
|
5644
5648
|
sourceTransactionId: string | null;
|
|
5645
5649
|
cancelType: string | null;
|
|
5646
5650
|
canceledAt: Date | null;
|
|
5647
5651
|
canceledReason: string | null;
|
|
5648
|
-
referenceId: string | null;
|
|
5649
|
-
note: string | null;
|
|
5650
5652
|
createdBy?: string | {
|
|
5651
5653
|
id: string;
|
|
5652
5654
|
email: string;
|
|
@@ -5654,17 +5656,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5654
5656
|
firstName?: string | null | undefined;
|
|
5655
5657
|
lastName?: string | null | undefined;
|
|
5656
5658
|
} | null | undefined;
|
|
5657
|
-
canceledBy?: string | {
|
|
5658
|
-
id: string;
|
|
5659
|
-
email: string;
|
|
5660
|
-
fullName?: string | null | undefined;
|
|
5661
|
-
firstName?: string | null | undefined;
|
|
5662
|
-
lastName?: string | null | undefined;
|
|
5663
|
-
} | null | undefined;
|
|
5664
5659
|
property?: {
|
|
5665
5660
|
status: string;
|
|
5666
5661
|
id: string;
|
|
5667
|
-
balanceCents:
|
|
5662
|
+
balanceCents: bigint;
|
|
5668
5663
|
isArchived: boolean;
|
|
5669
5664
|
createdAt: Date;
|
|
5670
5665
|
updatedAt: Date;
|
|
@@ -5675,8 +5670,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5675
5670
|
propertyAddress: string;
|
|
5676
5671
|
stage: string;
|
|
5677
5672
|
mtaId: string;
|
|
5678
|
-
mtaBalanceCents:
|
|
5679
|
-
cmaBalanceCents:
|
|
5673
|
+
mtaBalanceCents: bigint;
|
|
5674
|
+
cmaBalanceCents: bigint;
|
|
5680
5675
|
buyerName?: string | null | undefined;
|
|
5681
5676
|
project?: {
|
|
5682
5677
|
type: string;
|
|
@@ -5712,6 +5707,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5712
5707
|
syncedAt: Date;
|
|
5713
5708
|
} | null | undefined;
|
|
5714
5709
|
} | null | undefined;
|
|
5710
|
+
canceledBy?: string | {
|
|
5711
|
+
id: string;
|
|
5712
|
+
email: string;
|
|
5713
|
+
fullName?: string | null | undefined;
|
|
5714
|
+
firstName?: string | null | undefined;
|
|
5715
|
+
lastName?: string | null | undefined;
|
|
5716
|
+
} | null | undefined;
|
|
5715
5717
|
} & any) | null | undefined;
|
|
5716
5718
|
subsequentTransactions?: ({
|
|
5717
5719
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -5727,19 +5729,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5727
5729
|
mtaId: string;
|
|
5728
5730
|
description: string | null;
|
|
5729
5731
|
clearedAt: Date | null;
|
|
5732
|
+
payoutId: string | null;
|
|
5733
|
+
bankRef: string | null;
|
|
5734
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
5730
5735
|
transactionType: string;
|
|
5736
|
+
sequence: number;
|
|
5731
5737
|
isCanceled: boolean;
|
|
5732
5738
|
isRefunded: boolean;
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
5736
|
-
bankRef: string | null;
|
|
5739
|
+
referenceId: string | null;
|
|
5740
|
+
note: string | null;
|
|
5737
5741
|
sourceTransactionId: string | null;
|
|
5738
5742
|
cancelType: string | null;
|
|
5739
5743
|
canceledAt: Date | null;
|
|
5740
5744
|
canceledReason: string | null;
|
|
5741
|
-
referenceId: string | null;
|
|
5742
|
-
note: string | null;
|
|
5743
5745
|
createdBy?: string | {
|
|
5744
5746
|
id: string;
|
|
5745
5747
|
email: string;
|
|
@@ -5747,17 +5749,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5747
5749
|
firstName?: string | null | undefined;
|
|
5748
5750
|
lastName?: string | null | undefined;
|
|
5749
5751
|
} | null | undefined;
|
|
5750
|
-
canceledBy?: string | {
|
|
5751
|
-
id: string;
|
|
5752
|
-
email: string;
|
|
5753
|
-
fullName?: string | null | undefined;
|
|
5754
|
-
firstName?: string | null | undefined;
|
|
5755
|
-
lastName?: string | null | undefined;
|
|
5756
|
-
} | null | undefined;
|
|
5757
5752
|
property?: {
|
|
5758
5753
|
status: string;
|
|
5759
5754
|
id: string;
|
|
5760
|
-
balanceCents:
|
|
5755
|
+
balanceCents: bigint;
|
|
5761
5756
|
isArchived: boolean;
|
|
5762
5757
|
createdAt: Date;
|
|
5763
5758
|
updatedAt: Date;
|
|
@@ -5768,8 +5763,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5768
5763
|
propertyAddress: string;
|
|
5769
5764
|
stage: string;
|
|
5770
5765
|
mtaId: string;
|
|
5771
|
-
mtaBalanceCents:
|
|
5772
|
-
cmaBalanceCents:
|
|
5766
|
+
mtaBalanceCents: bigint;
|
|
5767
|
+
cmaBalanceCents: bigint;
|
|
5773
5768
|
buyerName?: string | null | undefined;
|
|
5774
5769
|
project?: {
|
|
5775
5770
|
type: string;
|
|
@@ -5805,6 +5800,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5805
5800
|
syncedAt: Date;
|
|
5806
5801
|
} | null | undefined;
|
|
5807
5802
|
} | null | undefined;
|
|
5803
|
+
canceledBy?: string | {
|
|
5804
|
+
id: string;
|
|
5805
|
+
email: string;
|
|
5806
|
+
fullName?: string | null | undefined;
|
|
5807
|
+
firstName?: string | null | undefined;
|
|
5808
|
+
lastName?: string | null | undefined;
|
|
5809
|
+
} | null | undefined;
|
|
5808
5810
|
} & any)[] | null | undefined;
|
|
5809
5811
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
5810
5812
|
isReceipt?: boolean | null | undefined;
|
|
@@ -5818,7 +5820,7 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5818
5820
|
isCancelable?: boolean | null | undefined;
|
|
5819
5821
|
})[] | null | undefined;
|
|
5820
5822
|
} | null | undefined;
|
|
5821
|
-
|
|
5823
|
+
mtaTransaction?: ({
|
|
5822
5824
|
status: "clearing" | "cleared" | "reconciled";
|
|
5823
5825
|
id: string;
|
|
5824
5826
|
propertyId: string | null;
|
|
@@ -5826,20 +5828,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5826
5828
|
isArchived: boolean;
|
|
5827
5829
|
createdAt: Date;
|
|
5828
5830
|
updatedAt: Date;
|
|
5829
|
-
syncedAt: Date
|
|
5831
|
+
syncedAt: Date;
|
|
5830
5832
|
debitAmountCents: number;
|
|
5831
5833
|
creditAmountCents: number;
|
|
5834
|
+
mtaId: string;
|
|
5832
5835
|
description: string | null;
|
|
5833
5836
|
clearedAt: Date | null;
|
|
5834
|
-
|
|
5835
|
-
|
|
5837
|
+
payoutId: string | null;
|
|
5838
|
+
bankRef: string | null;
|
|
5839
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
5836
5840
|
transactionType: string;
|
|
5841
|
+
sequence: number;
|
|
5837
5842
|
isCanceled: boolean;
|
|
5838
5843
|
isRefunded: boolean;
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
5842
|
-
bankRef: string | null;
|
|
5844
|
+
referenceId: string | null;
|
|
5845
|
+
note: string | null;
|
|
5843
5846
|
sourceTransactionId: string | null;
|
|
5844
5847
|
cancelType: string | null;
|
|
5845
5848
|
canceledAt: Date | null;
|
|
@@ -5851,17 +5854,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5851
5854
|
firstName?: string | null | undefined;
|
|
5852
5855
|
lastName?: string | null | undefined;
|
|
5853
5856
|
} | null | undefined;
|
|
5854
|
-
canceledBy?: string | {
|
|
5855
|
-
id: string;
|
|
5856
|
-
email: string;
|
|
5857
|
-
fullName?: string | null | undefined;
|
|
5858
|
-
firstName?: string | null | undefined;
|
|
5859
|
-
lastName?: string | null | undefined;
|
|
5860
|
-
} | null | undefined;
|
|
5861
5857
|
property?: {
|
|
5862
5858
|
status: string;
|
|
5863
5859
|
id: string;
|
|
5864
|
-
balanceCents:
|
|
5860
|
+
balanceCents: bigint;
|
|
5865
5861
|
isArchived: boolean;
|
|
5866
5862
|
createdAt: Date;
|
|
5867
5863
|
updatedAt: Date;
|
|
@@ -5872,8 +5868,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5872
5868
|
propertyAddress: string;
|
|
5873
5869
|
stage: string;
|
|
5874
5870
|
mtaId: string;
|
|
5875
|
-
mtaBalanceCents:
|
|
5876
|
-
cmaBalanceCents:
|
|
5871
|
+
mtaBalanceCents: bigint;
|
|
5872
|
+
cmaBalanceCents: bigint;
|
|
5877
5873
|
buyerName?: string | null | undefined;
|
|
5878
5874
|
project?: {
|
|
5879
5875
|
type: string;
|
|
@@ -5909,9 +5905,16 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5909
5905
|
syncedAt: Date;
|
|
5910
5906
|
} | null | undefined;
|
|
5911
5907
|
} | null | undefined;
|
|
5908
|
+
canceledBy?: string | {
|
|
5909
|
+
id: string;
|
|
5910
|
+
email: string;
|
|
5911
|
+
fullName?: string | null | undefined;
|
|
5912
|
+
firstName?: string | null | undefined;
|
|
5913
|
+
lastName?: string | null | undefined;
|
|
5914
|
+
} | null | undefined;
|
|
5912
5915
|
} & {
|
|
5913
|
-
|
|
5914
|
-
sourceTransaction?:
|
|
5916
|
+
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
5917
|
+
sourceTransaction?: ({
|
|
5915
5918
|
status: "clearing" | "cleared" | "reconciled";
|
|
5916
5919
|
id: string;
|
|
5917
5920
|
propertyId: string | null;
|
|
@@ -5919,20 +5922,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5919
5922
|
isArchived: boolean;
|
|
5920
5923
|
createdAt: Date;
|
|
5921
5924
|
updatedAt: Date;
|
|
5922
|
-
syncedAt: Date
|
|
5925
|
+
syncedAt: Date;
|
|
5923
5926
|
debitAmountCents: number;
|
|
5924
5927
|
creditAmountCents: number;
|
|
5928
|
+
mtaId: string;
|
|
5925
5929
|
description: string | null;
|
|
5926
5930
|
clearedAt: Date | null;
|
|
5927
|
-
|
|
5928
|
-
|
|
5931
|
+
payoutId: string | null;
|
|
5932
|
+
bankRef: string | null;
|
|
5933
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
5929
5934
|
transactionType: string;
|
|
5935
|
+
sequence: number;
|
|
5930
5936
|
isCanceled: boolean;
|
|
5931
5937
|
isRefunded: boolean;
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
5935
|
-
bankRef: string | null;
|
|
5938
|
+
referenceId: string | null;
|
|
5939
|
+
note: string | null;
|
|
5936
5940
|
sourceTransactionId: string | null;
|
|
5937
5941
|
cancelType: string | null;
|
|
5938
5942
|
canceledAt: Date | null;
|
|
@@ -5944,17 +5948,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5944
5948
|
firstName?: string | null | undefined;
|
|
5945
5949
|
lastName?: string | null | undefined;
|
|
5946
5950
|
} | null | undefined;
|
|
5947
|
-
canceledBy?: string | {
|
|
5948
|
-
id: string;
|
|
5949
|
-
email: string;
|
|
5950
|
-
fullName?: string | null | undefined;
|
|
5951
|
-
firstName?: string | null | undefined;
|
|
5952
|
-
lastName?: string | null | undefined;
|
|
5953
|
-
} | null | undefined;
|
|
5954
5951
|
property?: {
|
|
5955
5952
|
status: string;
|
|
5956
5953
|
id: string;
|
|
5957
|
-
balanceCents:
|
|
5954
|
+
balanceCents: bigint;
|
|
5958
5955
|
isArchived: boolean;
|
|
5959
5956
|
createdAt: Date;
|
|
5960
5957
|
updatedAt: Date;
|
|
@@ -5965,8 +5962,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
5965
5962
|
propertyAddress: string;
|
|
5966
5963
|
stage: string;
|
|
5967
5964
|
mtaId: string;
|
|
5968
|
-
mtaBalanceCents:
|
|
5969
|
-
cmaBalanceCents:
|
|
5965
|
+
mtaBalanceCents: bigint;
|
|
5966
|
+
cmaBalanceCents: bigint;
|
|
5970
5967
|
buyerName?: string | null | undefined;
|
|
5971
5968
|
project?: {
|
|
5972
5969
|
type: string;
|
|
@@ -6002,8 +5999,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6002
5999
|
syncedAt: Date;
|
|
6003
6000
|
} | null | undefined;
|
|
6004
6001
|
} | null | undefined;
|
|
6005
|
-
|
|
6006
|
-
|
|
6002
|
+
canceledBy?: string | {
|
|
6003
|
+
id: string;
|
|
6004
|
+
email: string;
|
|
6005
|
+
fullName?: string | null | undefined;
|
|
6006
|
+
firstName?: string | null | undefined;
|
|
6007
|
+
lastName?: string | null | undefined;
|
|
6008
|
+
} | null | undefined;
|
|
6009
|
+
} & any) | null | undefined;
|
|
6010
|
+
subsequentTransactions?: ({
|
|
6007
6011
|
status: "clearing" | "cleared" | "reconciled";
|
|
6008
6012
|
id: string;
|
|
6009
6013
|
propertyId: string | null;
|
|
@@ -6011,20 +6015,21 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6011
6015
|
isArchived: boolean;
|
|
6012
6016
|
createdAt: Date;
|
|
6013
6017
|
updatedAt: Date;
|
|
6014
|
-
syncedAt: Date
|
|
6018
|
+
syncedAt: Date;
|
|
6015
6019
|
debitAmountCents: number;
|
|
6016
6020
|
creditAmountCents: number;
|
|
6021
|
+
mtaId: string;
|
|
6017
6022
|
description: string | null;
|
|
6018
6023
|
clearedAt: Date | null;
|
|
6019
|
-
|
|
6020
|
-
|
|
6024
|
+
payoutId: string | null;
|
|
6025
|
+
bankRef: string | null;
|
|
6026
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
6021
6027
|
transactionType: string;
|
|
6028
|
+
sequence: number;
|
|
6022
6029
|
isCanceled: boolean;
|
|
6023
6030
|
isRefunded: boolean;
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
6027
|
-
bankRef: string | null;
|
|
6031
|
+
referenceId: string | null;
|
|
6032
|
+
note: string | null;
|
|
6028
6033
|
sourceTransactionId: string | null;
|
|
6029
6034
|
cancelType: string | null;
|
|
6030
6035
|
canceledAt: Date | null;
|
|
@@ -6036,17 +6041,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6036
6041
|
firstName?: string | null | undefined;
|
|
6037
6042
|
lastName?: string | null | undefined;
|
|
6038
6043
|
} | null | undefined;
|
|
6039
|
-
canceledBy?: string | {
|
|
6040
|
-
id: string;
|
|
6041
|
-
email: string;
|
|
6042
|
-
fullName?: string | null | undefined;
|
|
6043
|
-
firstName?: string | null | undefined;
|
|
6044
|
-
lastName?: string | null | undefined;
|
|
6045
|
-
} | null | undefined;
|
|
6046
6044
|
property?: {
|
|
6047
6045
|
status: string;
|
|
6048
6046
|
id: string;
|
|
6049
|
-
balanceCents:
|
|
6047
|
+
balanceCents: bigint;
|
|
6050
6048
|
isArchived: boolean;
|
|
6051
6049
|
createdAt: Date;
|
|
6052
6050
|
updatedAt: Date;
|
|
@@ -6057,8 +6055,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6057
6055
|
propertyAddress: string;
|
|
6058
6056
|
stage: string;
|
|
6059
6057
|
mtaId: string;
|
|
6060
|
-
mtaBalanceCents:
|
|
6061
|
-
cmaBalanceCents:
|
|
6058
|
+
mtaBalanceCents: bigint;
|
|
6059
|
+
cmaBalanceCents: bigint;
|
|
6062
6060
|
buyerName?: string | null | undefined;
|
|
6063
6061
|
project?: {
|
|
6064
6062
|
type: string;
|
|
@@ -6094,17 +6092,26 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6094
6092
|
syncedAt: Date;
|
|
6095
6093
|
} | null | undefined;
|
|
6096
6094
|
} | null | undefined;
|
|
6097
|
-
|
|
6098
|
-
|
|
6095
|
+
canceledBy?: string | {
|
|
6096
|
+
id: string;
|
|
6097
|
+
email: string;
|
|
6098
|
+
fullName?: string | null | undefined;
|
|
6099
|
+
firstName?: string | null | undefined;
|
|
6100
|
+
lastName?: string | null | undefined;
|
|
6101
|
+
} | null | undefined;
|
|
6102
|
+
} & any)[] | null | undefined;
|
|
6103
|
+
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
6099
6104
|
isReceipt?: boolean | null | undefined;
|
|
6100
6105
|
isPayment?: boolean | null | undefined;
|
|
6101
6106
|
isReconciled?: boolean | null | undefined;
|
|
6107
|
+
isUnknown?: boolean | null | undefined;
|
|
6108
|
+
isAssignableToProperty?: boolean | null | undefined;
|
|
6109
|
+
isAssignedToProperty?: boolean | null | undefined;
|
|
6102
6110
|
amountStr?: string | null | undefined;
|
|
6103
6111
|
transactionNumber?: string | null | undefined;
|
|
6104
6112
|
isCancelable?: boolean | null | undefined;
|
|
6105
|
-
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
6106
6113
|
}) | null | undefined;
|
|
6107
|
-
|
|
6114
|
+
cmaTransaction?: ({
|
|
6108
6115
|
status: "clearing" | "cleared" | "reconciled";
|
|
6109
6116
|
id: string;
|
|
6110
6117
|
propertyId: string | null;
|
|
@@ -6112,25 +6119,24 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6112
6119
|
isArchived: boolean;
|
|
6113
6120
|
createdAt: Date;
|
|
6114
6121
|
updatedAt: Date;
|
|
6115
|
-
syncedAt: Date;
|
|
6122
|
+
syncedAt: Date | null;
|
|
6116
6123
|
debitAmountCents: number;
|
|
6117
6124
|
creditAmountCents: number;
|
|
6118
|
-
mtaId: string;
|
|
6119
6125
|
description: string | null;
|
|
6120
6126
|
clearedAt: Date | null;
|
|
6127
|
+
cmaId: string;
|
|
6128
|
+
payoutId: string | null;
|
|
6129
|
+
bankRef: string | null;
|
|
6130
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
6121
6131
|
transactionType: string;
|
|
6132
|
+
sequence: number;
|
|
6122
6133
|
isCanceled: boolean;
|
|
6123
6134
|
isRefunded: boolean;
|
|
6124
|
-
payoutId: string | null;
|
|
6125
|
-
sequence: number;
|
|
6126
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
6127
|
-
bankRef: string | null;
|
|
6128
6135
|
sourceTransactionId: string | null;
|
|
6129
6136
|
cancelType: string | null;
|
|
6130
6137
|
canceledAt: Date | null;
|
|
6131
6138
|
canceledReason: string | null;
|
|
6132
|
-
|
|
6133
|
-
note: string | null;
|
|
6139
|
+
createType: string;
|
|
6134
6140
|
createdBy?: string | {
|
|
6135
6141
|
id: string;
|
|
6136
6142
|
email: string;
|
|
@@ -6138,17 +6144,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6138
6144
|
firstName?: string | null | undefined;
|
|
6139
6145
|
lastName?: string | null | undefined;
|
|
6140
6146
|
} | null | undefined;
|
|
6141
|
-
canceledBy?: string | {
|
|
6142
|
-
id: string;
|
|
6143
|
-
email: string;
|
|
6144
|
-
fullName?: string | null | undefined;
|
|
6145
|
-
firstName?: string | null | undefined;
|
|
6146
|
-
lastName?: string | null | undefined;
|
|
6147
|
-
} | null | undefined;
|
|
6148
6147
|
property?: {
|
|
6149
6148
|
status: string;
|
|
6150
6149
|
id: string;
|
|
6151
|
-
balanceCents:
|
|
6150
|
+
balanceCents: bigint;
|
|
6152
6151
|
isArchived: boolean;
|
|
6153
6152
|
createdAt: Date;
|
|
6154
6153
|
updatedAt: Date;
|
|
@@ -6159,8 +6158,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6159
6158
|
propertyAddress: string;
|
|
6160
6159
|
stage: string;
|
|
6161
6160
|
mtaId: string;
|
|
6162
|
-
mtaBalanceCents:
|
|
6163
|
-
cmaBalanceCents:
|
|
6161
|
+
mtaBalanceCents: bigint;
|
|
6162
|
+
cmaBalanceCents: bigint;
|
|
6164
6163
|
buyerName?: string | null | undefined;
|
|
6165
6164
|
project?: {
|
|
6166
6165
|
type: string;
|
|
@@ -6196,9 +6195,16 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6196
6195
|
syncedAt: Date;
|
|
6197
6196
|
} | null | undefined;
|
|
6198
6197
|
} | null | undefined;
|
|
6198
|
+
canceledBy?: string | {
|
|
6199
|
+
id: string;
|
|
6200
|
+
email: string;
|
|
6201
|
+
fullName?: string | null | undefined;
|
|
6202
|
+
firstName?: string | null | undefined;
|
|
6203
|
+
lastName?: string | null | undefined;
|
|
6204
|
+
} | null | undefined;
|
|
6199
6205
|
} & {
|
|
6200
|
-
|
|
6201
|
-
sourceTransaction?:
|
|
6206
|
+
cma?: z.output<typeof cmaEntitySchema> | null | undefined;
|
|
6207
|
+
sourceTransaction?: Omit<{
|
|
6202
6208
|
status: "clearing" | "cleared" | "reconciled";
|
|
6203
6209
|
id: string;
|
|
6204
6210
|
propertyId: string | null;
|
|
@@ -6206,25 +6212,24 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6206
6212
|
isArchived: boolean;
|
|
6207
6213
|
createdAt: Date;
|
|
6208
6214
|
updatedAt: Date;
|
|
6209
|
-
syncedAt: Date;
|
|
6215
|
+
syncedAt: Date | null;
|
|
6210
6216
|
debitAmountCents: number;
|
|
6211
6217
|
creditAmountCents: number;
|
|
6212
|
-
mtaId: string;
|
|
6213
6218
|
description: string | null;
|
|
6214
6219
|
clearedAt: Date | null;
|
|
6220
|
+
cmaId: string;
|
|
6221
|
+
payoutId: string | null;
|
|
6222
|
+
bankRef: string | null;
|
|
6223
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
6215
6224
|
transactionType: string;
|
|
6225
|
+
sequence: number;
|
|
6216
6226
|
isCanceled: boolean;
|
|
6217
6227
|
isRefunded: boolean;
|
|
6218
|
-
payoutId: string | null;
|
|
6219
|
-
sequence: number;
|
|
6220
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
6221
|
-
bankRef: string | null;
|
|
6222
6228
|
sourceTransactionId: string | null;
|
|
6223
6229
|
cancelType: string | null;
|
|
6224
6230
|
canceledAt: Date | null;
|
|
6225
6231
|
canceledReason: string | null;
|
|
6226
|
-
|
|
6227
|
-
note: string | null;
|
|
6232
|
+
createType: string;
|
|
6228
6233
|
createdBy?: string | {
|
|
6229
6234
|
id: string;
|
|
6230
6235
|
email: string;
|
|
@@ -6232,17 +6237,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6232
6237
|
firstName?: string | null | undefined;
|
|
6233
6238
|
lastName?: string | null | undefined;
|
|
6234
6239
|
} | null | undefined;
|
|
6235
|
-
canceledBy?: string | {
|
|
6236
|
-
id: string;
|
|
6237
|
-
email: string;
|
|
6238
|
-
fullName?: string | null | undefined;
|
|
6239
|
-
firstName?: string | null | undefined;
|
|
6240
|
-
lastName?: string | null | undefined;
|
|
6241
|
-
} | null | undefined;
|
|
6242
6240
|
property?: {
|
|
6243
6241
|
status: string;
|
|
6244
6242
|
id: string;
|
|
6245
|
-
balanceCents:
|
|
6243
|
+
balanceCents: bigint;
|
|
6246
6244
|
isArchived: boolean;
|
|
6247
6245
|
createdAt: Date;
|
|
6248
6246
|
updatedAt: Date;
|
|
@@ -6253,8 +6251,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6253
6251
|
propertyAddress: string;
|
|
6254
6252
|
stage: string;
|
|
6255
6253
|
mtaId: string;
|
|
6256
|
-
mtaBalanceCents:
|
|
6257
|
-
cmaBalanceCents:
|
|
6254
|
+
mtaBalanceCents: bigint;
|
|
6255
|
+
cmaBalanceCents: bigint;
|
|
6258
6256
|
buyerName?: string | null | undefined;
|
|
6259
6257
|
project?: {
|
|
6260
6258
|
type: string;
|
|
@@ -6290,8 +6288,15 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6290
6288
|
syncedAt: Date;
|
|
6291
6289
|
} | null | undefined;
|
|
6292
6290
|
} | null | undefined;
|
|
6293
|
-
|
|
6294
|
-
|
|
6291
|
+
canceledBy?: string | {
|
|
6292
|
+
id: string;
|
|
6293
|
+
email: string;
|
|
6294
|
+
fullName?: string | null | undefined;
|
|
6295
|
+
firstName?: string | null | undefined;
|
|
6296
|
+
lastName?: string | null | undefined;
|
|
6297
|
+
} | null | undefined;
|
|
6298
|
+
} & any, "cma"> | null | undefined;
|
|
6299
|
+
subsequentTransactions?: Omit<{
|
|
6295
6300
|
status: "clearing" | "cleared" | "reconciled";
|
|
6296
6301
|
id: string;
|
|
6297
6302
|
propertyId: string | null;
|
|
@@ -6299,25 +6304,24 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6299
6304
|
isArchived: boolean;
|
|
6300
6305
|
createdAt: Date;
|
|
6301
6306
|
updatedAt: Date;
|
|
6302
|
-
syncedAt: Date;
|
|
6307
|
+
syncedAt: Date | null;
|
|
6303
6308
|
debitAmountCents: number;
|
|
6304
6309
|
creditAmountCents: number;
|
|
6305
|
-
mtaId: string;
|
|
6306
6310
|
description: string | null;
|
|
6307
6311
|
clearedAt: Date | null;
|
|
6312
|
+
cmaId: string;
|
|
6313
|
+
payoutId: string | null;
|
|
6314
|
+
bankRef: string | null;
|
|
6315
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
6308
6316
|
transactionType: string;
|
|
6317
|
+
sequence: number;
|
|
6309
6318
|
isCanceled: boolean;
|
|
6310
6319
|
isRefunded: boolean;
|
|
6311
|
-
payoutId: string | null;
|
|
6312
|
-
sequence: number;
|
|
6313
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
6314
|
-
bankRef: string | null;
|
|
6315
6320
|
sourceTransactionId: string | null;
|
|
6316
6321
|
cancelType: string | null;
|
|
6317
6322
|
canceledAt: Date | null;
|
|
6318
6323
|
canceledReason: string | null;
|
|
6319
|
-
|
|
6320
|
-
note: string | null;
|
|
6324
|
+
createType: string;
|
|
6321
6325
|
createdBy?: string | {
|
|
6322
6326
|
id: string;
|
|
6323
6327
|
email: string;
|
|
@@ -6325,17 +6329,10 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6325
6329
|
firstName?: string | null | undefined;
|
|
6326
6330
|
lastName?: string | null | undefined;
|
|
6327
6331
|
} | null | undefined;
|
|
6328
|
-
canceledBy?: string | {
|
|
6329
|
-
id: string;
|
|
6330
|
-
email: string;
|
|
6331
|
-
fullName?: string | null | undefined;
|
|
6332
|
-
firstName?: string | null | undefined;
|
|
6333
|
-
lastName?: string | null | undefined;
|
|
6334
|
-
} | null | undefined;
|
|
6335
6332
|
property?: {
|
|
6336
6333
|
status: string;
|
|
6337
6334
|
id: string;
|
|
6338
|
-
balanceCents:
|
|
6335
|
+
balanceCents: bigint;
|
|
6339
6336
|
isArchived: boolean;
|
|
6340
6337
|
createdAt: Date;
|
|
6341
6338
|
updatedAt: Date;
|
|
@@ -6346,8 +6343,8 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6346
6343
|
propertyAddress: string;
|
|
6347
6344
|
stage: string;
|
|
6348
6345
|
mtaId: string;
|
|
6349
|
-
mtaBalanceCents:
|
|
6350
|
-
cmaBalanceCents:
|
|
6346
|
+
mtaBalanceCents: bigint;
|
|
6347
|
+
cmaBalanceCents: bigint;
|
|
6351
6348
|
buyerName?: string | null | undefined;
|
|
6352
6349
|
project?: {
|
|
6353
6350
|
type: string;
|
|
@@ -6383,17 +6380,22 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6383
6380
|
syncedAt: Date;
|
|
6384
6381
|
} | null | undefined;
|
|
6385
6382
|
} | null | undefined;
|
|
6386
|
-
|
|
6387
|
-
|
|
6383
|
+
canceledBy?: string | {
|
|
6384
|
+
id: string;
|
|
6385
|
+
email: string;
|
|
6386
|
+
fullName?: string | null | undefined;
|
|
6387
|
+
firstName?: string | null | undefined;
|
|
6388
|
+
lastName?: string | null | undefined;
|
|
6389
|
+
} | null | undefined;
|
|
6390
|
+
} & any, "cma">[] | null | undefined;
|
|
6391
|
+
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
6388
6392
|
isReceipt?: boolean | null | undefined;
|
|
6389
6393
|
isPayment?: boolean | null | undefined;
|
|
6390
6394
|
isReconciled?: boolean | null | undefined;
|
|
6391
|
-
isUnknown?: boolean | null | undefined;
|
|
6392
|
-
isAssignableToProperty?: boolean | null | undefined;
|
|
6393
|
-
isAssignedToProperty?: boolean | null | undefined;
|
|
6394
6395
|
amountStr?: string | null | undefined;
|
|
6395
6396
|
transactionNumber?: string | null | undefined;
|
|
6396
6397
|
isCancelable?: boolean | null | undefined;
|
|
6398
|
+
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
6397
6399
|
}) | null | undefined;
|
|
6398
6400
|
}, {
|
|
6399
6401
|
status: string;
|
|
@@ -6404,16 +6406,17 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6404
6406
|
createdAt: Date;
|
|
6405
6407
|
updatedAt: Date;
|
|
6406
6408
|
description: string | null;
|
|
6407
|
-
isCanceled: boolean;
|
|
6408
6409
|
payoutId: string;
|
|
6409
|
-
|
|
6410
|
+
targetAccountId: string | null;
|
|
6410
6411
|
bankRef: string | null;
|
|
6411
|
-
canceledAt: Date | null;
|
|
6412
|
-
mtaTransactionId: string | null;
|
|
6413
6412
|
targetAccountType: string | null;
|
|
6414
|
-
targetAccountName: string | null;
|
|
6415
|
-
targetAccountNumber: string | null;
|
|
6416
6413
|
targetBsb: string | null;
|
|
6414
|
+
targetAccountNumber: string | null;
|
|
6415
|
+
targetAccountName: string | null;
|
|
6416
|
+
mtaTransactionId: string | null;
|
|
6417
|
+
sequence: number;
|
|
6418
|
+
isCanceled: boolean;
|
|
6419
|
+
canceledAt: Date | null;
|
|
6417
6420
|
triggerDetails: string | null;
|
|
6418
6421
|
amountCents: string | number | bigint;
|
|
6419
6422
|
cma?: z.objectInputType<{
|
|
@@ -6486,13 +6489,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6486
6489
|
createdAt: Date;
|
|
6487
6490
|
updatedAt: Date;
|
|
6488
6491
|
description: string | null;
|
|
6489
|
-
payoutId: number;
|
|
6490
6492
|
bsb: string;
|
|
6491
6493
|
accountNumber: string;
|
|
6492
|
-
|
|
6494
|
+
payoutId: number;
|
|
6493
6495
|
country: string;
|
|
6494
6496
|
currentReceiveSeq: number;
|
|
6495
6497
|
currentPayoutSeq: number;
|
|
6498
|
+
cmaSeq: number;
|
|
6496
6499
|
} | null | undefined;
|
|
6497
6500
|
mta?: {
|
|
6498
6501
|
status: string;
|
|
@@ -6510,9 +6513,9 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6510
6513
|
accountNumber: string;
|
|
6511
6514
|
updatedBy: string | null;
|
|
6512
6515
|
country: string;
|
|
6516
|
+
subsidiaryId: string;
|
|
6513
6517
|
currentReceiveSeq: number;
|
|
6514
6518
|
currentPayoutSeq: number;
|
|
6515
|
-
subsidiaryId: string;
|
|
6516
6519
|
} | null | undefined;
|
|
6517
6520
|
buyerName?: string | null | undefined;
|
|
6518
6521
|
project?: {
|
|
@@ -6562,18 +6565,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6562
6565
|
description: string | null;
|
|
6563
6566
|
clearedAt: Date | null;
|
|
6564
6567
|
cmaId: string;
|
|
6565
|
-
|
|
6568
|
+
payoutId: string | null;
|
|
6569
|
+
bankRef: string | null;
|
|
6570
|
+
inputType: string;
|
|
6566
6571
|
transactionType: string;
|
|
6572
|
+
sequence: number;
|
|
6567
6573
|
isCanceled: boolean;
|
|
6568
6574
|
isRefunded: boolean;
|
|
6569
|
-
payoutId: string | null;
|
|
6570
|
-
sequence: number;
|
|
6571
|
-
inputType: string;
|
|
6572
|
-
bankRef: string | null;
|
|
6573
6575
|
sourceTransactionId: string | null;
|
|
6574
6576
|
cancelType: string | null;
|
|
6575
6577
|
canceledAt: Date | null;
|
|
6576
6578
|
canceledReason: string | null;
|
|
6579
|
+
createType: string;
|
|
6577
6580
|
createdBy?: string | {
|
|
6578
6581
|
id: string;
|
|
6579
6582
|
email: string;
|
|
@@ -6581,13 +6584,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6581
6584
|
firstName?: string | null | undefined;
|
|
6582
6585
|
lastName?: string | null | undefined;
|
|
6583
6586
|
} | null | undefined;
|
|
6584
|
-
canceledBy?: string | {
|
|
6585
|
-
id: string;
|
|
6586
|
-
email: string;
|
|
6587
|
-
fullName?: string | null | undefined;
|
|
6588
|
-
firstName?: string | null | undefined;
|
|
6589
|
-
lastName?: string | null | undefined;
|
|
6590
|
-
} | null | undefined;
|
|
6591
6587
|
property?: {
|
|
6592
6588
|
status: string;
|
|
6593
6589
|
id: string;
|
|
@@ -6639,6 +6635,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6639
6635
|
syncedAt: Date;
|
|
6640
6636
|
} | null | undefined;
|
|
6641
6637
|
} | null | undefined;
|
|
6638
|
+
canceledBy?: string | {
|
|
6639
|
+
id: string;
|
|
6640
|
+
email: string;
|
|
6641
|
+
fullName?: string | null | undefined;
|
|
6642
|
+
firstName?: string | null | undefined;
|
|
6643
|
+
lastName?: string | null | undefined;
|
|
6644
|
+
} | null | undefined;
|
|
6642
6645
|
} & {
|
|
6643
6646
|
cma?: z.input<typeof cmaEntitySchema> | null | undefined;
|
|
6644
6647
|
sourceTransaction?: ({
|
|
@@ -6655,18 +6658,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6655
6658
|
description: string | null;
|
|
6656
6659
|
clearedAt: Date | null;
|
|
6657
6660
|
cmaId: string;
|
|
6658
|
-
|
|
6661
|
+
payoutId: string | null;
|
|
6662
|
+
bankRef: string | null;
|
|
6663
|
+
inputType: string;
|
|
6659
6664
|
transactionType: string;
|
|
6665
|
+
sequence: number;
|
|
6660
6666
|
isCanceled: boolean;
|
|
6661
6667
|
isRefunded: boolean;
|
|
6662
|
-
payoutId: string | null;
|
|
6663
|
-
sequence: number;
|
|
6664
|
-
inputType: string;
|
|
6665
|
-
bankRef: string | null;
|
|
6666
6668
|
sourceTransactionId: string | null;
|
|
6667
6669
|
cancelType: string | null;
|
|
6668
6670
|
canceledAt: Date | null;
|
|
6669
6671
|
canceledReason: string | null;
|
|
6672
|
+
createType: string;
|
|
6670
6673
|
createdBy?: string | {
|
|
6671
6674
|
id: string;
|
|
6672
6675
|
email: string;
|
|
@@ -6674,13 +6677,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6674
6677
|
firstName?: string | null | undefined;
|
|
6675
6678
|
lastName?: string | null | undefined;
|
|
6676
6679
|
} | null | undefined;
|
|
6677
|
-
canceledBy?: string | {
|
|
6678
|
-
id: string;
|
|
6679
|
-
email: string;
|
|
6680
|
-
fullName?: string | null | undefined;
|
|
6681
|
-
firstName?: string | null | undefined;
|
|
6682
|
-
lastName?: string | null | undefined;
|
|
6683
|
-
} | null | undefined;
|
|
6684
6680
|
property?: {
|
|
6685
6681
|
status: string;
|
|
6686
6682
|
id: string;
|
|
@@ -6732,6 +6728,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6732
6728
|
syncedAt: Date;
|
|
6733
6729
|
} | null | undefined;
|
|
6734
6730
|
} | null | undefined;
|
|
6731
|
+
canceledBy?: string | {
|
|
6732
|
+
id: string;
|
|
6733
|
+
email: string;
|
|
6734
|
+
fullName?: string | null | undefined;
|
|
6735
|
+
firstName?: string | null | undefined;
|
|
6736
|
+
lastName?: string | null | undefined;
|
|
6737
|
+
} | null | undefined;
|
|
6735
6738
|
} & any) | null | undefined;
|
|
6736
6739
|
subsequentTransactions?: ({
|
|
6737
6740
|
status: string;
|
|
@@ -6747,18 +6750,18 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6747
6750
|
description: string | null;
|
|
6748
6751
|
clearedAt: Date | null;
|
|
6749
6752
|
cmaId: string;
|
|
6750
|
-
|
|
6753
|
+
payoutId: string | null;
|
|
6754
|
+
bankRef: string | null;
|
|
6755
|
+
inputType: string;
|
|
6751
6756
|
transactionType: string;
|
|
6757
|
+
sequence: number;
|
|
6752
6758
|
isCanceled: boolean;
|
|
6753
6759
|
isRefunded: boolean;
|
|
6754
|
-
payoutId: string | null;
|
|
6755
|
-
sequence: number;
|
|
6756
|
-
inputType: string;
|
|
6757
|
-
bankRef: string | null;
|
|
6758
6760
|
sourceTransactionId: string | null;
|
|
6759
6761
|
cancelType: string | null;
|
|
6760
6762
|
canceledAt: Date | null;
|
|
6761
6763
|
canceledReason: string | null;
|
|
6764
|
+
createType: string;
|
|
6762
6765
|
createdBy?: string | {
|
|
6763
6766
|
id: string;
|
|
6764
6767
|
email: string;
|
|
@@ -6766,13 +6769,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6766
6769
|
firstName?: string | null | undefined;
|
|
6767
6770
|
lastName?: string | null | undefined;
|
|
6768
6771
|
} | null | undefined;
|
|
6769
|
-
canceledBy?: string | {
|
|
6770
|
-
id: string;
|
|
6771
|
-
email: string;
|
|
6772
|
-
fullName?: string | null | undefined;
|
|
6773
|
-
firstName?: string | null | undefined;
|
|
6774
|
-
lastName?: string | null | undefined;
|
|
6775
|
-
} | null | undefined;
|
|
6776
6772
|
property?: {
|
|
6777
6773
|
status: string;
|
|
6778
6774
|
id: string;
|
|
@@ -6824,6 +6820,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6824
6820
|
syncedAt: Date;
|
|
6825
6821
|
} | null | undefined;
|
|
6826
6822
|
} | null | undefined;
|
|
6823
|
+
canceledBy?: string | {
|
|
6824
|
+
id: string;
|
|
6825
|
+
email: string;
|
|
6826
|
+
fullName?: string | null | undefined;
|
|
6827
|
+
firstName?: string | null | undefined;
|
|
6828
|
+
lastName?: string | null | undefined;
|
|
6829
|
+
} | null | undefined;
|
|
6827
6830
|
} & any)[] | null | undefined;
|
|
6828
6831
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
6829
6832
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
@@ -6842,19 +6845,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6842
6845
|
mtaId: string;
|
|
6843
6846
|
description: string | null;
|
|
6844
6847
|
clearedAt: Date | null;
|
|
6848
|
+
payoutId: string | null;
|
|
6849
|
+
bankRef: string | null;
|
|
6850
|
+
inputType: string;
|
|
6845
6851
|
transactionType: string;
|
|
6852
|
+
sequence: number;
|
|
6846
6853
|
isCanceled: boolean;
|
|
6847
6854
|
isRefunded: boolean;
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
inputType: string;
|
|
6851
|
-
bankRef: string | null;
|
|
6855
|
+
referenceId: string | null;
|
|
6856
|
+
note: string | null;
|
|
6852
6857
|
sourceTransactionId: string | null;
|
|
6853
6858
|
cancelType: string | null;
|
|
6854
6859
|
canceledAt: Date | null;
|
|
6855
6860
|
canceledReason: string | null;
|
|
6856
|
-
referenceId: string | null;
|
|
6857
|
-
note: string | null;
|
|
6858
6861
|
createdBy?: string | {
|
|
6859
6862
|
id: string;
|
|
6860
6863
|
email: string;
|
|
@@ -6862,13 +6865,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6862
6865
|
firstName?: string | null | undefined;
|
|
6863
6866
|
lastName?: string | null | undefined;
|
|
6864
6867
|
} | null | undefined;
|
|
6865
|
-
canceledBy?: string | {
|
|
6866
|
-
id: string;
|
|
6867
|
-
email: string;
|
|
6868
|
-
fullName?: string | null | undefined;
|
|
6869
|
-
firstName?: string | null | undefined;
|
|
6870
|
-
lastName?: string | null | undefined;
|
|
6871
|
-
} | null | undefined;
|
|
6872
6868
|
property?: {
|
|
6873
6869
|
status: string;
|
|
6874
6870
|
id: string;
|
|
@@ -6920,6 +6916,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6920
6916
|
syncedAt: Date;
|
|
6921
6917
|
} | null | undefined;
|
|
6922
6918
|
} | null | undefined;
|
|
6919
|
+
canceledBy?: string | {
|
|
6920
|
+
id: string;
|
|
6921
|
+
email: string;
|
|
6922
|
+
fullName?: string | null | undefined;
|
|
6923
|
+
firstName?: string | null | undefined;
|
|
6924
|
+
lastName?: string | null | undefined;
|
|
6925
|
+
} | null | undefined;
|
|
6923
6926
|
} & {
|
|
6924
6927
|
mta?: z.input<typeof mtaRestResSchema> | null | undefined;
|
|
6925
6928
|
sourceTransaction?: ({
|
|
@@ -6936,19 +6939,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6936
6939
|
mtaId: string;
|
|
6937
6940
|
description: string | null;
|
|
6938
6941
|
clearedAt: Date | null;
|
|
6942
|
+
payoutId: string | null;
|
|
6943
|
+
bankRef: string | null;
|
|
6944
|
+
inputType: string;
|
|
6939
6945
|
transactionType: string;
|
|
6946
|
+
sequence: number;
|
|
6940
6947
|
isCanceled: boolean;
|
|
6941
6948
|
isRefunded: boolean;
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
inputType: string;
|
|
6945
|
-
bankRef: string | null;
|
|
6949
|
+
referenceId: string | null;
|
|
6950
|
+
note: string | null;
|
|
6946
6951
|
sourceTransactionId: string | null;
|
|
6947
6952
|
cancelType: string | null;
|
|
6948
6953
|
canceledAt: Date | null;
|
|
6949
6954
|
canceledReason: string | null;
|
|
6950
|
-
referenceId: string | null;
|
|
6951
|
-
note: string | null;
|
|
6952
6955
|
createdBy?: string | {
|
|
6953
6956
|
id: string;
|
|
6954
6957
|
email: string;
|
|
@@ -6956,13 +6959,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
6956
6959
|
firstName?: string | null | undefined;
|
|
6957
6960
|
lastName?: string | null | undefined;
|
|
6958
6961
|
} | null | undefined;
|
|
6959
|
-
canceledBy?: string | {
|
|
6960
|
-
id: string;
|
|
6961
|
-
email: string;
|
|
6962
|
-
fullName?: string | null | undefined;
|
|
6963
|
-
firstName?: string | null | undefined;
|
|
6964
|
-
lastName?: string | null | undefined;
|
|
6965
|
-
} | null | undefined;
|
|
6966
6962
|
property?: {
|
|
6967
6963
|
status: string;
|
|
6968
6964
|
id: string;
|
|
@@ -7014,6 +7010,13 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
7014
7010
|
syncedAt: Date;
|
|
7015
7011
|
} | null | undefined;
|
|
7016
7012
|
} | null | undefined;
|
|
7013
|
+
canceledBy?: string | {
|
|
7014
|
+
id: string;
|
|
7015
|
+
email: string;
|
|
7016
|
+
fullName?: string | null | undefined;
|
|
7017
|
+
firstName?: string | null | undefined;
|
|
7018
|
+
lastName?: string | null | undefined;
|
|
7019
|
+
} | null | undefined;
|
|
7017
7020
|
} & any) | null | undefined;
|
|
7018
7021
|
subsequentTransactions?: ({
|
|
7019
7022
|
status: string;
|
|
@@ -7029,19 +7032,19 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
7029
7032
|
mtaId: string;
|
|
7030
7033
|
description: string | null;
|
|
7031
7034
|
clearedAt: Date | null;
|
|
7035
|
+
payoutId: string | null;
|
|
7036
|
+
bankRef: string | null;
|
|
7037
|
+
inputType: string;
|
|
7032
7038
|
transactionType: string;
|
|
7039
|
+
sequence: number;
|
|
7033
7040
|
isCanceled: boolean;
|
|
7034
7041
|
isRefunded: boolean;
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
inputType: string;
|
|
7038
|
-
bankRef: string | null;
|
|
7042
|
+
referenceId: string | null;
|
|
7043
|
+
note: string | null;
|
|
7039
7044
|
sourceTransactionId: string | null;
|
|
7040
7045
|
cancelType: string | null;
|
|
7041
7046
|
canceledAt: Date | null;
|
|
7042
7047
|
canceledReason: string | null;
|
|
7043
|
-
referenceId: string | null;
|
|
7044
|
-
note: string | null;
|
|
7045
7048
|
createdBy?: string | {
|
|
7046
7049
|
id: string;
|
|
7047
7050
|
email: string;
|
|
@@ -7049,13 +7052,6 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
7049
7052
|
firstName?: string | null | undefined;
|
|
7050
7053
|
lastName?: string | null | undefined;
|
|
7051
7054
|
} | null | undefined;
|
|
7052
|
-
canceledBy?: string | {
|
|
7053
|
-
id: string;
|
|
7054
|
-
email: string;
|
|
7055
|
-
fullName?: string | null | undefined;
|
|
7056
|
-
firstName?: string | null | undefined;
|
|
7057
|
-
lastName?: string | null | undefined;
|
|
7058
|
-
} | null | undefined;
|
|
7059
7055
|
property?: {
|
|
7060
7056
|
status: string;
|
|
7061
7057
|
id: string;
|
|
@@ -7107,68 +7103,75 @@ export declare const payoutTransactionRestResSchema: z.ZodObject<{
|
|
|
7107
7103
|
syncedAt: Date;
|
|
7108
7104
|
} | null | undefined;
|
|
7109
7105
|
} | null | undefined;
|
|
7106
|
+
canceledBy?: string | {
|
|
7107
|
+
id: string;
|
|
7108
|
+
email: string;
|
|
7109
|
+
fullName?: string | null | undefined;
|
|
7110
|
+
firstName?: string | null | undefined;
|
|
7111
|
+
lastName?: string | null | undefined;
|
|
7112
|
+
} | null | undefined;
|
|
7110
7113
|
} & any)[] | null | undefined;
|
|
7111
7114
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
7112
7115
|
})[] | null | undefined;
|
|
7113
7116
|
} | null | undefined;
|
|
7114
|
-
|
|
7117
|
+
mtaTransaction?: z.objectInputType<{
|
|
7115
7118
|
id: z.ZodString;
|
|
7116
|
-
|
|
7119
|
+
referenceId: z.ZodNullable<z.ZodString>;
|
|
7117
7120
|
sequence: z.ZodNumber;
|
|
7121
|
+
mtaId: z.ZodString;
|
|
7118
7122
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
7119
|
-
payoutId: z.ZodNullable<z.ZodString>;
|
|
7120
7123
|
inputType: z.ZodString;
|
|
7124
|
+
transactionType: z.ZodString;
|
|
7121
7125
|
creditAmountCents: z.ZodBigInt;
|
|
7122
7126
|
debitAmountCents: z.ZodBigInt;
|
|
7123
7127
|
balanceCents: z.ZodBigInt;
|
|
7124
|
-
createType: z.ZodString;
|
|
7125
7128
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
7126
7129
|
description: z.ZodNullable<z.ZodString>;
|
|
7127
|
-
transactionType: z.ZodString;
|
|
7128
7130
|
status: z.ZodString;
|
|
7131
|
+
isRefunded: z.ZodBoolean;
|
|
7129
7132
|
isCanceled: z.ZodBoolean;
|
|
7130
7133
|
isArchived: z.ZodBoolean;
|
|
7131
|
-
isRefunded: z.ZodBoolean;
|
|
7132
7134
|
clearedAt: z.ZodNullable<z.ZodDate>;
|
|
7133
7135
|
createdAt: z.ZodDate;
|
|
7134
|
-
syncedAt: z.
|
|
7136
|
+
syncedAt: z.ZodDate;
|
|
7135
7137
|
updatedAt: z.ZodDate;
|
|
7138
|
+
note: z.ZodNullable<z.ZodString>;
|
|
7136
7139
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
7137
7140
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
7138
7141
|
canceledBy: z.ZodNullable<z.ZodString>;
|
|
7139
7142
|
canceledAt: z.ZodNullable<z.ZodDate>;
|
|
7140
7143
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
7141
|
-
createdBy: z.ZodString
|
|
7144
|
+
createdBy: z.ZodNullable<z.ZodString>;
|
|
7145
|
+
payoutId: z.ZodNullable<z.ZodString>;
|
|
7142
7146
|
}, z.ZodTypeAny, "passthrough"> | null | undefined;
|
|
7143
|
-
|
|
7147
|
+
cmaTransaction?: z.objectInputType<{
|
|
7144
7148
|
id: z.ZodString;
|
|
7145
|
-
|
|
7149
|
+
cmaId: z.ZodString;
|
|
7146
7150
|
sequence: z.ZodNumber;
|
|
7147
|
-
mtaId: z.ZodString;
|
|
7148
7151
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
7152
|
+
payoutId: z.ZodNullable<z.ZodString>;
|
|
7149
7153
|
inputType: z.ZodString;
|
|
7150
|
-
transactionType: z.ZodString;
|
|
7151
7154
|
creditAmountCents: z.ZodBigInt;
|
|
7152
7155
|
debitAmountCents: z.ZodBigInt;
|
|
7153
7156
|
balanceCents: z.ZodBigInt;
|
|
7157
|
+
createType: z.ZodString;
|
|
7154
7158
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
7155
7159
|
description: z.ZodNullable<z.ZodString>;
|
|
7160
|
+
transactionType: z.ZodString;
|
|
7156
7161
|
status: z.ZodString;
|
|
7157
|
-
isRefunded: z.ZodBoolean;
|
|
7158
7162
|
isCanceled: z.ZodBoolean;
|
|
7159
7163
|
isArchived: z.ZodBoolean;
|
|
7164
|
+
isRefunded: z.ZodBoolean;
|
|
7160
7165
|
clearedAt: z.ZodNullable<z.ZodDate>;
|
|
7161
7166
|
createdAt: z.ZodDate;
|
|
7162
|
-
syncedAt: z.ZodDate
|
|
7167
|
+
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
7163
7168
|
updatedAt: z.ZodDate;
|
|
7164
|
-
note: z.ZodNullable<z.ZodString>;
|
|
7165
7169
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
7166
7170
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
7167
7171
|
canceledBy: z.ZodNullable<z.ZodString>;
|
|
7168
7172
|
canceledAt: z.ZodNullable<z.ZodDate>;
|
|
7169
7173
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
7170
|
-
createdBy: z.
|
|
7171
|
-
payoutId: z.ZodNullable<z.ZodString>;
|
|
7174
|
+
createdBy: z.ZodString;
|
|
7172
7175
|
}, z.ZodTypeAny, "passthrough"> | null | undefined;
|
|
7173
7176
|
}>;
|
|
7174
7177
|
export type PayoutTransactionRestRes = z.infer<typeof payoutTransactionRestResSchema>;
|