@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
|
@@ -200,7 +200,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
200
200
|
} & {
|
|
201
201
|
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
202
202
|
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
203
|
-
accountNumber: z.
|
|
203
|
+
accountNumber: z.ZodString;
|
|
204
204
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
205
205
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
206
206
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -216,12 +216,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
216
216
|
syncedAt: Date | null;
|
|
217
217
|
name: string;
|
|
218
218
|
bsb: string | null;
|
|
219
|
-
accountNumber: string
|
|
219
|
+
accountNumber: string;
|
|
220
220
|
updatedBy: string | null;
|
|
221
221
|
country: string;
|
|
222
|
+
subsidiaryId: string;
|
|
222
223
|
currentReceiveSeq: number;
|
|
223
224
|
currentPayoutSeq: number;
|
|
224
|
-
subsidiaryId: string;
|
|
225
225
|
}, {
|
|
226
226
|
status: string;
|
|
227
227
|
id: string;
|
|
@@ -238,9 +238,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
238
238
|
accountNumber: string;
|
|
239
239
|
updatedBy: string | null;
|
|
240
240
|
country: string;
|
|
241
|
+
subsidiaryId: string;
|
|
241
242
|
currentReceiveSeq: number;
|
|
242
243
|
currentPayoutSeq: number;
|
|
243
|
-
subsidiaryId: string;
|
|
244
244
|
}>>>;
|
|
245
245
|
cma: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
246
246
|
id: z.ZodString;
|
|
@@ -260,7 +260,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
260
260
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
261
261
|
stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
|
|
262
262
|
bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
263
|
-
accountNumber: z.
|
|
263
|
+
accountNumber: z.ZodString;
|
|
264
264
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
265
265
|
status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<{
|
|
266
266
|
readonly ACTIVE: "active";
|
|
@@ -279,13 +279,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
279
279
|
createdAt: Date;
|
|
280
280
|
updatedAt: Date;
|
|
281
281
|
description: string | null;
|
|
282
|
-
payoutId: number;
|
|
283
282
|
bsb: string | null;
|
|
284
|
-
accountNumber: string
|
|
285
|
-
|
|
283
|
+
accountNumber: string;
|
|
284
|
+
payoutId: number;
|
|
286
285
|
country: string;
|
|
287
286
|
currentReceiveSeq: number;
|
|
288
287
|
currentPayoutSeq: number;
|
|
288
|
+
cmaSeq: number;
|
|
289
289
|
}, {
|
|
290
290
|
status: string;
|
|
291
291
|
id: string;
|
|
@@ -299,13 +299,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
299
299
|
createdAt: Date;
|
|
300
300
|
updatedAt: Date;
|
|
301
301
|
description: string | null;
|
|
302
|
-
payoutId: number;
|
|
303
302
|
bsb: string;
|
|
304
303
|
accountNumber: string;
|
|
305
|
-
|
|
304
|
+
payoutId: number;
|
|
306
305
|
country: string;
|
|
307
306
|
currentReceiveSeq: number;
|
|
308
307
|
currentPayoutSeq: number;
|
|
308
|
+
cmaSeq: number;
|
|
309
309
|
}>>>;
|
|
310
310
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
311
311
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -321,18 +321,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
321
321
|
description: string | null;
|
|
322
322
|
clearedAt: Date | null;
|
|
323
323
|
cmaId: string;
|
|
324
|
-
|
|
324
|
+
payoutId: string | null;
|
|
325
|
+
bankRef: string | null;
|
|
326
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
325
327
|
transactionType: string;
|
|
328
|
+
sequence: number;
|
|
326
329
|
isCanceled: boolean;
|
|
327
330
|
isRefunded: boolean;
|
|
328
|
-
payoutId: string | null;
|
|
329
|
-
sequence: number;
|
|
330
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
331
|
-
bankRef: string | null;
|
|
332
331
|
sourceTransactionId: string | null;
|
|
333
332
|
cancelType: string | null;
|
|
334
333
|
canceledAt: Date | null;
|
|
335
334
|
canceledReason: string | null;
|
|
335
|
+
createType: string;
|
|
336
336
|
createdBy?: string | {
|
|
337
337
|
id: string;
|
|
338
338
|
email: string;
|
|
@@ -340,17 +340,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
340
340
|
firstName?: string | null | undefined;
|
|
341
341
|
lastName?: string | null | undefined;
|
|
342
342
|
} | null | undefined;
|
|
343
|
-
canceledBy?: string | {
|
|
344
|
-
id: string;
|
|
345
|
-
email: string;
|
|
346
|
-
fullName?: string | null | undefined;
|
|
347
|
-
firstName?: string | null | undefined;
|
|
348
|
-
lastName?: string | null | undefined;
|
|
349
|
-
} | null | undefined;
|
|
350
343
|
property?: {
|
|
351
344
|
status: string;
|
|
352
345
|
id: string;
|
|
353
|
-
balanceCents:
|
|
346
|
+
balanceCents: bigint;
|
|
354
347
|
isArchived: boolean;
|
|
355
348
|
createdAt: Date;
|
|
356
349
|
updatedAt: Date;
|
|
@@ -361,8 +354,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
361
354
|
propertyAddress: string;
|
|
362
355
|
stage: string;
|
|
363
356
|
mtaId: string;
|
|
364
|
-
mtaBalanceCents:
|
|
365
|
-
cmaBalanceCents:
|
|
357
|
+
mtaBalanceCents: bigint;
|
|
358
|
+
cmaBalanceCents: bigint;
|
|
366
359
|
buyerName?: string | null | undefined;
|
|
367
360
|
project?: {
|
|
368
361
|
type: string;
|
|
@@ -398,6 +391,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
398
391
|
syncedAt: Date;
|
|
399
392
|
} | null | undefined;
|
|
400
393
|
} | null | undefined;
|
|
394
|
+
canceledBy?: string | {
|
|
395
|
+
id: string;
|
|
396
|
+
email: string;
|
|
397
|
+
fullName?: string | null | undefined;
|
|
398
|
+
firstName?: string | null | undefined;
|
|
399
|
+
lastName?: string | null | undefined;
|
|
400
|
+
} | null | undefined;
|
|
401
401
|
} & {
|
|
402
402
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
403
403
|
sourceTransaction?: Omit<{
|
|
@@ -414,18 +414,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
414
414
|
description: string | null;
|
|
415
415
|
clearedAt: Date | null;
|
|
416
416
|
cmaId: string;
|
|
417
|
-
|
|
417
|
+
payoutId: string | null;
|
|
418
|
+
bankRef: string | null;
|
|
419
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
418
420
|
transactionType: string;
|
|
421
|
+
sequence: number;
|
|
419
422
|
isCanceled: boolean;
|
|
420
423
|
isRefunded: boolean;
|
|
421
|
-
payoutId: string | null;
|
|
422
|
-
sequence: number;
|
|
423
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
424
|
-
bankRef: string | null;
|
|
425
424
|
sourceTransactionId: string | null;
|
|
426
425
|
cancelType: string | null;
|
|
427
426
|
canceledAt: Date | null;
|
|
428
427
|
canceledReason: string | null;
|
|
428
|
+
createType: string;
|
|
429
429
|
createdBy?: string | {
|
|
430
430
|
id: string;
|
|
431
431
|
email: string;
|
|
@@ -433,17 +433,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
433
433
|
firstName?: string | null | undefined;
|
|
434
434
|
lastName?: string | null | undefined;
|
|
435
435
|
} | null | undefined;
|
|
436
|
-
canceledBy?: string | {
|
|
437
|
-
id: string;
|
|
438
|
-
email: string;
|
|
439
|
-
fullName?: string | null | undefined;
|
|
440
|
-
firstName?: string | null | undefined;
|
|
441
|
-
lastName?: string | null | undefined;
|
|
442
|
-
} | null | undefined;
|
|
443
436
|
property?: {
|
|
444
437
|
status: string;
|
|
445
438
|
id: string;
|
|
446
|
-
balanceCents:
|
|
439
|
+
balanceCents: bigint;
|
|
447
440
|
isArchived: boolean;
|
|
448
441
|
createdAt: Date;
|
|
449
442
|
updatedAt: Date;
|
|
@@ -454,8 +447,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
454
447
|
propertyAddress: string;
|
|
455
448
|
stage: string;
|
|
456
449
|
mtaId: string;
|
|
457
|
-
mtaBalanceCents:
|
|
458
|
-
cmaBalanceCents:
|
|
450
|
+
mtaBalanceCents: bigint;
|
|
451
|
+
cmaBalanceCents: bigint;
|
|
459
452
|
buyerName?: string | null | undefined;
|
|
460
453
|
project?: {
|
|
461
454
|
type: string;
|
|
@@ -491,6 +484,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
491
484
|
syncedAt: Date;
|
|
492
485
|
} | null | undefined;
|
|
493
486
|
} | null | undefined;
|
|
487
|
+
canceledBy?: string | {
|
|
488
|
+
id: string;
|
|
489
|
+
email: string;
|
|
490
|
+
fullName?: string | null | undefined;
|
|
491
|
+
firstName?: string | null | undefined;
|
|
492
|
+
lastName?: string | null | undefined;
|
|
493
|
+
} | null | undefined;
|
|
494
494
|
} & any, "cma"> | null | undefined;
|
|
495
495
|
subsequentTransactions?: Omit<{
|
|
496
496
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -506,18 +506,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
506
506
|
description: string | null;
|
|
507
507
|
clearedAt: Date | null;
|
|
508
508
|
cmaId: string;
|
|
509
|
-
|
|
509
|
+
payoutId: string | null;
|
|
510
|
+
bankRef: string | null;
|
|
511
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
510
512
|
transactionType: string;
|
|
513
|
+
sequence: number;
|
|
511
514
|
isCanceled: boolean;
|
|
512
515
|
isRefunded: boolean;
|
|
513
|
-
payoutId: string | null;
|
|
514
|
-
sequence: number;
|
|
515
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
516
|
-
bankRef: string | null;
|
|
517
516
|
sourceTransactionId: string | null;
|
|
518
517
|
cancelType: string | null;
|
|
519
518
|
canceledAt: Date | null;
|
|
520
519
|
canceledReason: string | null;
|
|
520
|
+
createType: string;
|
|
521
521
|
createdBy?: string | {
|
|
522
522
|
id: string;
|
|
523
523
|
email: string;
|
|
@@ -525,17 +525,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
525
525
|
firstName?: string | null | undefined;
|
|
526
526
|
lastName?: string | null | undefined;
|
|
527
527
|
} | null | undefined;
|
|
528
|
-
canceledBy?: string | {
|
|
529
|
-
id: string;
|
|
530
|
-
email: string;
|
|
531
|
-
fullName?: string | null | undefined;
|
|
532
|
-
firstName?: string | null | undefined;
|
|
533
|
-
lastName?: string | null | undefined;
|
|
534
|
-
} | null | undefined;
|
|
535
528
|
property?: {
|
|
536
529
|
status: string;
|
|
537
530
|
id: string;
|
|
538
|
-
balanceCents:
|
|
531
|
+
balanceCents: bigint;
|
|
539
532
|
isArchived: boolean;
|
|
540
533
|
createdAt: Date;
|
|
541
534
|
updatedAt: Date;
|
|
@@ -546,8 +539,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
546
539
|
propertyAddress: string;
|
|
547
540
|
stage: string;
|
|
548
541
|
mtaId: string;
|
|
549
|
-
mtaBalanceCents:
|
|
550
|
-
cmaBalanceCents:
|
|
542
|
+
mtaBalanceCents: bigint;
|
|
543
|
+
cmaBalanceCents: bigint;
|
|
551
544
|
buyerName?: string | null | undefined;
|
|
552
545
|
project?: {
|
|
553
546
|
type: string;
|
|
@@ -583,6 +576,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
583
576
|
syncedAt: Date;
|
|
584
577
|
} | null | undefined;
|
|
585
578
|
} | null | undefined;
|
|
579
|
+
canceledBy?: string | {
|
|
580
|
+
id: string;
|
|
581
|
+
email: string;
|
|
582
|
+
fullName?: string | null | undefined;
|
|
583
|
+
firstName?: string | null | undefined;
|
|
584
|
+
lastName?: string | null | undefined;
|
|
585
|
+
} | null | undefined;
|
|
586
586
|
} & any, "cma">[] | null | undefined;
|
|
587
587
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
588
588
|
isReceipt?: boolean | null | undefined;
|
|
@@ -606,18 +606,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
606
606
|
description: string | null;
|
|
607
607
|
clearedAt: Date | null;
|
|
608
608
|
cmaId: string;
|
|
609
|
-
|
|
609
|
+
payoutId: string | null;
|
|
610
|
+
bankRef: string | null;
|
|
611
|
+
inputType: string;
|
|
610
612
|
transactionType: string;
|
|
613
|
+
sequence: number;
|
|
611
614
|
isCanceled: boolean;
|
|
612
615
|
isRefunded: boolean;
|
|
613
|
-
payoutId: string | null;
|
|
614
|
-
sequence: number;
|
|
615
|
-
inputType: string;
|
|
616
|
-
bankRef: string | null;
|
|
617
616
|
sourceTransactionId: string | null;
|
|
618
617
|
cancelType: string | null;
|
|
619
618
|
canceledAt: Date | null;
|
|
620
619
|
canceledReason: string | null;
|
|
620
|
+
createType: string;
|
|
621
621
|
createdBy?: string | {
|
|
622
622
|
id: string;
|
|
623
623
|
email: string;
|
|
@@ -625,13 +625,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
625
625
|
firstName?: string | null | undefined;
|
|
626
626
|
lastName?: string | null | undefined;
|
|
627
627
|
} | null | undefined;
|
|
628
|
-
canceledBy?: string | {
|
|
629
|
-
id: string;
|
|
630
|
-
email: string;
|
|
631
|
-
fullName?: string | null | undefined;
|
|
632
|
-
firstName?: string | null | undefined;
|
|
633
|
-
lastName?: string | null | undefined;
|
|
634
|
-
} | null | undefined;
|
|
635
628
|
property?: {
|
|
636
629
|
status: string;
|
|
637
630
|
id: string;
|
|
@@ -683,6 +676,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
683
676
|
syncedAt: Date;
|
|
684
677
|
} | null | undefined;
|
|
685
678
|
} | null | undefined;
|
|
679
|
+
canceledBy?: string | {
|
|
680
|
+
id: string;
|
|
681
|
+
email: string;
|
|
682
|
+
fullName?: string | null | undefined;
|
|
683
|
+
firstName?: string | null | undefined;
|
|
684
|
+
lastName?: string | null | undefined;
|
|
685
|
+
} | null | undefined;
|
|
686
686
|
} & {
|
|
687
687
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
688
688
|
sourceTransaction?: ({
|
|
@@ -699,18 +699,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
699
699
|
description: string | null;
|
|
700
700
|
clearedAt: Date | null;
|
|
701
701
|
cmaId: string;
|
|
702
|
-
|
|
702
|
+
payoutId: string | null;
|
|
703
|
+
bankRef: string | null;
|
|
704
|
+
inputType: string;
|
|
703
705
|
transactionType: string;
|
|
706
|
+
sequence: number;
|
|
704
707
|
isCanceled: boolean;
|
|
705
708
|
isRefunded: boolean;
|
|
706
|
-
payoutId: string | null;
|
|
707
|
-
sequence: number;
|
|
708
|
-
inputType: string;
|
|
709
|
-
bankRef: string | null;
|
|
710
709
|
sourceTransactionId: string | null;
|
|
711
710
|
cancelType: string | null;
|
|
712
711
|
canceledAt: Date | null;
|
|
713
712
|
canceledReason: string | null;
|
|
713
|
+
createType: string;
|
|
714
714
|
createdBy?: string | {
|
|
715
715
|
id: string;
|
|
716
716
|
email: string;
|
|
@@ -718,13 +718,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
718
718
|
firstName?: string | null | undefined;
|
|
719
719
|
lastName?: string | null | undefined;
|
|
720
720
|
} | null | undefined;
|
|
721
|
-
canceledBy?: string | {
|
|
722
|
-
id: string;
|
|
723
|
-
email: string;
|
|
724
|
-
fullName?: string | null | undefined;
|
|
725
|
-
firstName?: string | null | undefined;
|
|
726
|
-
lastName?: string | null | undefined;
|
|
727
|
-
} | null | undefined;
|
|
728
721
|
property?: {
|
|
729
722
|
status: string;
|
|
730
723
|
id: string;
|
|
@@ -776,6 +769,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
776
769
|
syncedAt: Date;
|
|
777
770
|
} | null | undefined;
|
|
778
771
|
} | null | undefined;
|
|
772
|
+
canceledBy?: string | {
|
|
773
|
+
id: string;
|
|
774
|
+
email: string;
|
|
775
|
+
fullName?: string | null | undefined;
|
|
776
|
+
firstName?: string | null | undefined;
|
|
777
|
+
lastName?: string | null | undefined;
|
|
778
|
+
} | null | undefined;
|
|
779
779
|
} & any) | null | undefined;
|
|
780
780
|
subsequentTransactions?: ({
|
|
781
781
|
status: string;
|
|
@@ -791,18 +791,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
791
791
|
description: string | null;
|
|
792
792
|
clearedAt: Date | null;
|
|
793
793
|
cmaId: string;
|
|
794
|
-
|
|
794
|
+
payoutId: string | null;
|
|
795
|
+
bankRef: string | null;
|
|
796
|
+
inputType: string;
|
|
795
797
|
transactionType: string;
|
|
798
|
+
sequence: number;
|
|
796
799
|
isCanceled: boolean;
|
|
797
800
|
isRefunded: boolean;
|
|
798
|
-
payoutId: string | null;
|
|
799
|
-
sequence: number;
|
|
800
|
-
inputType: string;
|
|
801
|
-
bankRef: string | null;
|
|
802
801
|
sourceTransactionId: string | null;
|
|
803
802
|
cancelType: string | null;
|
|
804
803
|
canceledAt: Date | null;
|
|
805
804
|
canceledReason: string | null;
|
|
805
|
+
createType: string;
|
|
806
806
|
createdBy?: string | {
|
|
807
807
|
id: string;
|
|
808
808
|
email: string;
|
|
@@ -810,13 +810,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
810
810
|
firstName?: string | null | undefined;
|
|
811
811
|
lastName?: string | null | undefined;
|
|
812
812
|
} | null | undefined;
|
|
813
|
-
canceledBy?: string | {
|
|
814
|
-
id: string;
|
|
815
|
-
email: string;
|
|
816
|
-
fullName?: string | null | undefined;
|
|
817
|
-
firstName?: string | null | undefined;
|
|
818
|
-
lastName?: string | null | undefined;
|
|
819
|
-
} | null | undefined;
|
|
820
813
|
property?: {
|
|
821
814
|
status: string;
|
|
822
815
|
id: string;
|
|
@@ -868,6 +861,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
868
861
|
syncedAt: Date;
|
|
869
862
|
} | null | undefined;
|
|
870
863
|
} | null | undefined;
|
|
864
|
+
canceledBy?: string | {
|
|
865
|
+
id: string;
|
|
866
|
+
email: string;
|
|
867
|
+
fullName?: string | null | undefined;
|
|
868
|
+
firstName?: string | null | undefined;
|
|
869
|
+
lastName?: string | null | undefined;
|
|
870
|
+
} | null | undefined;
|
|
871
871
|
} & any)[] | null | undefined;
|
|
872
872
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
873
873
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
@@ -886,19 +886,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
886
886
|
mtaId: string;
|
|
887
887
|
description: string | null;
|
|
888
888
|
clearedAt: Date | null;
|
|
889
|
+
payoutId: string | null;
|
|
890
|
+
bankRef: string | null;
|
|
891
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
889
892
|
transactionType: string;
|
|
893
|
+
sequence: number;
|
|
890
894
|
isCanceled: boolean;
|
|
891
895
|
isRefunded: boolean;
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
895
|
-
bankRef: string | null;
|
|
896
|
+
referenceId: string | null;
|
|
897
|
+
note: string | null;
|
|
896
898
|
sourceTransactionId: string | null;
|
|
897
899
|
cancelType: string | null;
|
|
898
900
|
canceledAt: Date | null;
|
|
899
901
|
canceledReason: string | null;
|
|
900
|
-
referenceId: string | null;
|
|
901
|
-
note: string | null;
|
|
902
902
|
createdBy?: string | {
|
|
903
903
|
id: string;
|
|
904
904
|
email: string;
|
|
@@ -906,17 +906,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
906
906
|
firstName?: string | null | undefined;
|
|
907
907
|
lastName?: string | null | undefined;
|
|
908
908
|
} | null | undefined;
|
|
909
|
-
canceledBy?: string | {
|
|
910
|
-
id: string;
|
|
911
|
-
email: string;
|
|
912
|
-
fullName?: string | null | undefined;
|
|
913
|
-
firstName?: string | null | undefined;
|
|
914
|
-
lastName?: string | null | undefined;
|
|
915
|
-
} | null | undefined;
|
|
916
909
|
property?: {
|
|
917
910
|
status: string;
|
|
918
911
|
id: string;
|
|
919
|
-
balanceCents:
|
|
912
|
+
balanceCents: bigint;
|
|
920
913
|
isArchived: boolean;
|
|
921
914
|
createdAt: Date;
|
|
922
915
|
updatedAt: Date;
|
|
@@ -927,8 +920,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
927
920
|
propertyAddress: string;
|
|
928
921
|
stage: string;
|
|
929
922
|
mtaId: string;
|
|
930
|
-
mtaBalanceCents:
|
|
931
|
-
cmaBalanceCents:
|
|
923
|
+
mtaBalanceCents: bigint;
|
|
924
|
+
cmaBalanceCents: bigint;
|
|
932
925
|
buyerName?: string | null | undefined;
|
|
933
926
|
project?: {
|
|
934
927
|
type: string;
|
|
@@ -964,6 +957,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
964
957
|
syncedAt: Date;
|
|
965
958
|
} | null | undefined;
|
|
966
959
|
} | null | undefined;
|
|
960
|
+
canceledBy?: string | {
|
|
961
|
+
id: string;
|
|
962
|
+
email: string;
|
|
963
|
+
fullName?: string | null | undefined;
|
|
964
|
+
firstName?: string | null | undefined;
|
|
965
|
+
lastName?: string | null | undefined;
|
|
966
|
+
} | null | undefined;
|
|
967
967
|
} & {
|
|
968
968
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
969
969
|
sourceTransaction?: ({
|
|
@@ -980,19 +980,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
980
980
|
mtaId: string;
|
|
981
981
|
description: string | null;
|
|
982
982
|
clearedAt: Date | null;
|
|
983
|
+
payoutId: string | null;
|
|
984
|
+
bankRef: string | null;
|
|
985
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
983
986
|
transactionType: string;
|
|
987
|
+
sequence: number;
|
|
984
988
|
isCanceled: boolean;
|
|
985
989
|
isRefunded: boolean;
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
989
|
-
bankRef: string | null;
|
|
990
|
+
referenceId: string | null;
|
|
991
|
+
note: string | null;
|
|
990
992
|
sourceTransactionId: string | null;
|
|
991
993
|
cancelType: string | null;
|
|
992
994
|
canceledAt: Date | null;
|
|
993
995
|
canceledReason: string | null;
|
|
994
|
-
referenceId: string | null;
|
|
995
|
-
note: string | null;
|
|
996
996
|
createdBy?: string | {
|
|
997
997
|
id: string;
|
|
998
998
|
email: string;
|
|
@@ -1000,17 +1000,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1000
1000
|
firstName?: string | null | undefined;
|
|
1001
1001
|
lastName?: string | null | undefined;
|
|
1002
1002
|
} | null | undefined;
|
|
1003
|
-
canceledBy?: string | {
|
|
1004
|
-
id: string;
|
|
1005
|
-
email: string;
|
|
1006
|
-
fullName?: string | null | undefined;
|
|
1007
|
-
firstName?: string | null | undefined;
|
|
1008
|
-
lastName?: string | null | undefined;
|
|
1009
|
-
} | null | undefined;
|
|
1010
1003
|
property?: {
|
|
1011
1004
|
status: string;
|
|
1012
1005
|
id: string;
|
|
1013
|
-
balanceCents:
|
|
1006
|
+
balanceCents: bigint;
|
|
1014
1007
|
isArchived: boolean;
|
|
1015
1008
|
createdAt: Date;
|
|
1016
1009
|
updatedAt: Date;
|
|
@@ -1021,8 +1014,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1021
1014
|
propertyAddress: string;
|
|
1022
1015
|
stage: string;
|
|
1023
1016
|
mtaId: string;
|
|
1024
|
-
mtaBalanceCents:
|
|
1025
|
-
cmaBalanceCents:
|
|
1017
|
+
mtaBalanceCents: bigint;
|
|
1018
|
+
cmaBalanceCents: bigint;
|
|
1026
1019
|
buyerName?: string | null | undefined;
|
|
1027
1020
|
project?: {
|
|
1028
1021
|
type: string;
|
|
@@ -1058,6 +1051,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1058
1051
|
syncedAt: Date;
|
|
1059
1052
|
} | null | undefined;
|
|
1060
1053
|
} | null | undefined;
|
|
1054
|
+
canceledBy?: string | {
|
|
1055
|
+
id: string;
|
|
1056
|
+
email: string;
|
|
1057
|
+
fullName?: string | null | undefined;
|
|
1058
|
+
firstName?: string | null | undefined;
|
|
1059
|
+
lastName?: string | null | undefined;
|
|
1060
|
+
} | null | undefined;
|
|
1061
1061
|
} & any) | null | undefined;
|
|
1062
1062
|
subsequentTransactions?: ({
|
|
1063
1063
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -1073,19 +1073,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1073
1073
|
mtaId: string;
|
|
1074
1074
|
description: string | null;
|
|
1075
1075
|
clearedAt: Date | null;
|
|
1076
|
+
payoutId: string | null;
|
|
1077
|
+
bankRef: string | null;
|
|
1078
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1076
1079
|
transactionType: string;
|
|
1080
|
+
sequence: number;
|
|
1077
1081
|
isCanceled: boolean;
|
|
1078
1082
|
isRefunded: boolean;
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1082
|
-
bankRef: string | null;
|
|
1083
|
+
referenceId: string | null;
|
|
1084
|
+
note: string | null;
|
|
1083
1085
|
sourceTransactionId: string | null;
|
|
1084
1086
|
cancelType: string | null;
|
|
1085
1087
|
canceledAt: Date | null;
|
|
1086
1088
|
canceledReason: string | null;
|
|
1087
|
-
referenceId: string | null;
|
|
1088
|
-
note: string | null;
|
|
1089
1089
|
createdBy?: string | {
|
|
1090
1090
|
id: string;
|
|
1091
1091
|
email: string;
|
|
@@ -1093,17 +1093,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1093
1093
|
firstName?: string | null | undefined;
|
|
1094
1094
|
lastName?: string | null | undefined;
|
|
1095
1095
|
} | null | undefined;
|
|
1096
|
-
canceledBy?: string | {
|
|
1097
|
-
id: string;
|
|
1098
|
-
email: string;
|
|
1099
|
-
fullName?: string | null | undefined;
|
|
1100
|
-
firstName?: string | null | undefined;
|
|
1101
|
-
lastName?: string | null | undefined;
|
|
1102
|
-
} | null | undefined;
|
|
1103
1096
|
property?: {
|
|
1104
1097
|
status: string;
|
|
1105
1098
|
id: string;
|
|
1106
|
-
balanceCents:
|
|
1099
|
+
balanceCents: bigint;
|
|
1107
1100
|
isArchived: boolean;
|
|
1108
1101
|
createdAt: Date;
|
|
1109
1102
|
updatedAt: Date;
|
|
@@ -1114,8 +1107,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1114
1107
|
propertyAddress: string;
|
|
1115
1108
|
stage: string;
|
|
1116
1109
|
mtaId: string;
|
|
1117
|
-
mtaBalanceCents:
|
|
1118
|
-
cmaBalanceCents:
|
|
1110
|
+
mtaBalanceCents: bigint;
|
|
1111
|
+
cmaBalanceCents: bigint;
|
|
1119
1112
|
buyerName?: string | null | undefined;
|
|
1120
1113
|
project?: {
|
|
1121
1114
|
type: string;
|
|
@@ -1151,6 +1144,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1151
1144
|
syncedAt: Date;
|
|
1152
1145
|
} | null | undefined;
|
|
1153
1146
|
} | null | undefined;
|
|
1147
|
+
canceledBy?: string | {
|
|
1148
|
+
id: string;
|
|
1149
|
+
email: string;
|
|
1150
|
+
fullName?: string | null | undefined;
|
|
1151
|
+
firstName?: string | null | undefined;
|
|
1152
|
+
lastName?: string | null | undefined;
|
|
1153
|
+
} | null | undefined;
|
|
1154
1154
|
} & any)[] | null | undefined;
|
|
1155
1155
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1156
1156
|
isReceipt?: boolean | null | undefined;
|
|
@@ -1176,19 +1176,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1176
1176
|
mtaId: string;
|
|
1177
1177
|
description: string | null;
|
|
1178
1178
|
clearedAt: Date | null;
|
|
1179
|
+
payoutId: string | null;
|
|
1180
|
+
bankRef: string | null;
|
|
1181
|
+
inputType: string;
|
|
1179
1182
|
transactionType: string;
|
|
1183
|
+
sequence: number;
|
|
1180
1184
|
isCanceled: boolean;
|
|
1181
1185
|
isRefunded: boolean;
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
inputType: string;
|
|
1185
|
-
bankRef: string | null;
|
|
1186
|
+
referenceId: string | null;
|
|
1187
|
+
note: string | null;
|
|
1186
1188
|
sourceTransactionId: string | null;
|
|
1187
1189
|
cancelType: string | null;
|
|
1188
1190
|
canceledAt: Date | null;
|
|
1189
1191
|
canceledReason: string | null;
|
|
1190
|
-
referenceId: string | null;
|
|
1191
|
-
note: string | null;
|
|
1192
1192
|
createdBy?: string | {
|
|
1193
1193
|
id: string;
|
|
1194
1194
|
email: string;
|
|
@@ -1196,13 +1196,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1196
1196
|
firstName?: string | null | undefined;
|
|
1197
1197
|
lastName?: string | null | undefined;
|
|
1198
1198
|
} | null | undefined;
|
|
1199
|
-
canceledBy?: string | {
|
|
1200
|
-
id: string;
|
|
1201
|
-
email: string;
|
|
1202
|
-
fullName?: string | null | undefined;
|
|
1203
|
-
firstName?: string | null | undefined;
|
|
1204
|
-
lastName?: string | null | undefined;
|
|
1205
|
-
} | null | undefined;
|
|
1206
1199
|
property?: {
|
|
1207
1200
|
status: string;
|
|
1208
1201
|
id: string;
|
|
@@ -1254,6 +1247,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1254
1247
|
syncedAt: Date;
|
|
1255
1248
|
} | null | undefined;
|
|
1256
1249
|
} | null | undefined;
|
|
1250
|
+
canceledBy?: string | {
|
|
1251
|
+
id: string;
|
|
1252
|
+
email: string;
|
|
1253
|
+
fullName?: string | null | undefined;
|
|
1254
|
+
firstName?: string | null | undefined;
|
|
1255
|
+
lastName?: string | null | undefined;
|
|
1256
|
+
} | null | undefined;
|
|
1257
1257
|
} & {
|
|
1258
1258
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1259
1259
|
sourceTransaction?: ({
|
|
@@ -1270,19 +1270,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1270
1270
|
mtaId: string;
|
|
1271
1271
|
description: string | null;
|
|
1272
1272
|
clearedAt: Date | null;
|
|
1273
|
+
payoutId: string | null;
|
|
1274
|
+
bankRef: string | null;
|
|
1275
|
+
inputType: string;
|
|
1273
1276
|
transactionType: string;
|
|
1277
|
+
sequence: number;
|
|
1274
1278
|
isCanceled: boolean;
|
|
1275
1279
|
isRefunded: boolean;
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
inputType: string;
|
|
1279
|
-
bankRef: string | null;
|
|
1280
|
+
referenceId: string | null;
|
|
1281
|
+
note: string | null;
|
|
1280
1282
|
sourceTransactionId: string | null;
|
|
1281
1283
|
cancelType: string | null;
|
|
1282
1284
|
canceledAt: Date | null;
|
|
1283
1285
|
canceledReason: string | null;
|
|
1284
|
-
referenceId: string | null;
|
|
1285
|
-
note: string | null;
|
|
1286
1286
|
createdBy?: string | {
|
|
1287
1287
|
id: string;
|
|
1288
1288
|
email: string;
|
|
@@ -1290,13 +1290,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1290
1290
|
firstName?: string | null | undefined;
|
|
1291
1291
|
lastName?: string | null | undefined;
|
|
1292
1292
|
} | null | undefined;
|
|
1293
|
-
canceledBy?: string | {
|
|
1294
|
-
id: string;
|
|
1295
|
-
email: string;
|
|
1296
|
-
fullName?: string | null | undefined;
|
|
1297
|
-
firstName?: string | null | undefined;
|
|
1298
|
-
lastName?: string | null | undefined;
|
|
1299
|
-
} | null | undefined;
|
|
1300
1293
|
property?: {
|
|
1301
1294
|
status: string;
|
|
1302
1295
|
id: string;
|
|
@@ -1348,6 +1341,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1348
1341
|
syncedAt: Date;
|
|
1349
1342
|
} | null | undefined;
|
|
1350
1343
|
} | null | undefined;
|
|
1344
|
+
canceledBy?: string | {
|
|
1345
|
+
id: string;
|
|
1346
|
+
email: string;
|
|
1347
|
+
fullName?: string | null | undefined;
|
|
1348
|
+
firstName?: string | null | undefined;
|
|
1349
|
+
lastName?: string | null | undefined;
|
|
1350
|
+
} | null | undefined;
|
|
1351
1351
|
} & any) | null | undefined;
|
|
1352
1352
|
subsequentTransactions?: ({
|
|
1353
1353
|
status: string;
|
|
@@ -1363,19 +1363,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1363
1363
|
mtaId: string;
|
|
1364
1364
|
description: string | null;
|
|
1365
1365
|
clearedAt: Date | null;
|
|
1366
|
+
payoutId: string | null;
|
|
1367
|
+
bankRef: string | null;
|
|
1368
|
+
inputType: string;
|
|
1366
1369
|
transactionType: string;
|
|
1370
|
+
sequence: number;
|
|
1367
1371
|
isCanceled: boolean;
|
|
1368
1372
|
isRefunded: boolean;
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
inputType: string;
|
|
1372
|
-
bankRef: string | null;
|
|
1373
|
+
referenceId: string | null;
|
|
1374
|
+
note: string | null;
|
|
1373
1375
|
sourceTransactionId: string | null;
|
|
1374
1376
|
cancelType: string | null;
|
|
1375
1377
|
canceledAt: Date | null;
|
|
1376
1378
|
canceledReason: string | null;
|
|
1377
|
-
referenceId: string | null;
|
|
1378
|
-
note: string | null;
|
|
1379
1379
|
createdBy?: string | {
|
|
1380
1380
|
id: string;
|
|
1381
1381
|
email: string;
|
|
@@ -1383,13 +1383,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1383
1383
|
firstName?: string | null | undefined;
|
|
1384
1384
|
lastName?: string | null | undefined;
|
|
1385
1385
|
} | null | undefined;
|
|
1386
|
-
canceledBy?: string | {
|
|
1387
|
-
id: string;
|
|
1388
|
-
email: string;
|
|
1389
|
-
fullName?: string | null | undefined;
|
|
1390
|
-
firstName?: string | null | undefined;
|
|
1391
|
-
lastName?: string | null | undefined;
|
|
1392
|
-
} | null | undefined;
|
|
1393
1386
|
property?: {
|
|
1394
1387
|
status: string;
|
|
1395
1388
|
id: string;
|
|
@@ -1441,6 +1434,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1441
1434
|
syncedAt: Date;
|
|
1442
1435
|
} | null | undefined;
|
|
1443
1436
|
} | null | undefined;
|
|
1437
|
+
canceledBy?: string | {
|
|
1438
|
+
id: string;
|
|
1439
|
+
email: string;
|
|
1440
|
+
fullName?: string | null | undefined;
|
|
1441
|
+
firstName?: string | null | undefined;
|
|
1442
|
+
lastName?: string | null | undefined;
|
|
1443
|
+
} | null | undefined;
|
|
1444
1444
|
} & any)[] | null | undefined;
|
|
1445
1445
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1446
1446
|
}>, "many">>>;
|
|
@@ -1473,13 +1473,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1473
1473
|
createdAt: Date;
|
|
1474
1474
|
updatedAt: Date;
|
|
1475
1475
|
description: string | null;
|
|
1476
|
-
payoutId: number;
|
|
1477
1476
|
bsb: string | null;
|
|
1478
|
-
accountNumber: string
|
|
1479
|
-
|
|
1477
|
+
accountNumber: string;
|
|
1478
|
+
payoutId: number;
|
|
1480
1479
|
country: string;
|
|
1481
1480
|
currentReceiveSeq: number;
|
|
1482
1481
|
currentPayoutSeq: number;
|
|
1482
|
+
cmaSeq: number;
|
|
1483
1483
|
} | null | undefined;
|
|
1484
1484
|
mta?: {
|
|
1485
1485
|
status: string;
|
|
@@ -1494,12 +1494,12 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1494
1494
|
syncedAt: Date | null;
|
|
1495
1495
|
name: string;
|
|
1496
1496
|
bsb: string | null;
|
|
1497
|
-
accountNumber: string
|
|
1497
|
+
accountNumber: string;
|
|
1498
1498
|
updatedBy: string | null;
|
|
1499
1499
|
country: string;
|
|
1500
|
+
subsidiaryId: string;
|
|
1500
1501
|
currentReceiveSeq: number;
|
|
1501
1502
|
currentPayoutSeq: number;
|
|
1502
|
-
subsidiaryId: string;
|
|
1503
1503
|
} | null | undefined;
|
|
1504
1504
|
buyerName?: string | null | undefined;
|
|
1505
1505
|
project?: {
|
|
@@ -1549,18 +1549,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1549
1549
|
description: string | null;
|
|
1550
1550
|
clearedAt: Date | null;
|
|
1551
1551
|
cmaId: string;
|
|
1552
|
-
|
|
1552
|
+
payoutId: string | null;
|
|
1553
|
+
bankRef: string | null;
|
|
1554
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1553
1555
|
transactionType: string;
|
|
1556
|
+
sequence: number;
|
|
1554
1557
|
isCanceled: boolean;
|
|
1555
1558
|
isRefunded: boolean;
|
|
1556
|
-
payoutId: string | null;
|
|
1557
|
-
sequence: number;
|
|
1558
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
1559
|
-
bankRef: string | null;
|
|
1560
1559
|
sourceTransactionId: string | null;
|
|
1561
1560
|
cancelType: string | null;
|
|
1562
1561
|
canceledAt: Date | null;
|
|
1563
1562
|
canceledReason: string | null;
|
|
1563
|
+
createType: string;
|
|
1564
1564
|
createdBy?: string | {
|
|
1565
1565
|
id: string;
|
|
1566
1566
|
email: string;
|
|
@@ -1568,17 +1568,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1568
1568
|
firstName?: string | null | undefined;
|
|
1569
1569
|
lastName?: string | null | undefined;
|
|
1570
1570
|
} | null | undefined;
|
|
1571
|
-
canceledBy?: string | {
|
|
1572
|
-
id: string;
|
|
1573
|
-
email: string;
|
|
1574
|
-
fullName?: string | null | undefined;
|
|
1575
|
-
firstName?: string | null | undefined;
|
|
1576
|
-
lastName?: string | null | undefined;
|
|
1577
|
-
} | null | undefined;
|
|
1578
1571
|
property?: {
|
|
1579
1572
|
status: string;
|
|
1580
1573
|
id: string;
|
|
1581
|
-
balanceCents:
|
|
1574
|
+
balanceCents: bigint;
|
|
1582
1575
|
isArchived: boolean;
|
|
1583
1576
|
createdAt: Date;
|
|
1584
1577
|
updatedAt: Date;
|
|
@@ -1589,8 +1582,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1589
1582
|
propertyAddress: string;
|
|
1590
1583
|
stage: string;
|
|
1591
1584
|
mtaId: string;
|
|
1592
|
-
mtaBalanceCents:
|
|
1593
|
-
cmaBalanceCents:
|
|
1585
|
+
mtaBalanceCents: bigint;
|
|
1586
|
+
cmaBalanceCents: bigint;
|
|
1594
1587
|
buyerName?: string | null | undefined;
|
|
1595
1588
|
project?: {
|
|
1596
1589
|
type: string;
|
|
@@ -1626,6 +1619,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1626
1619
|
syncedAt: Date;
|
|
1627
1620
|
} | null | undefined;
|
|
1628
1621
|
} | null | undefined;
|
|
1622
|
+
canceledBy?: string | {
|
|
1623
|
+
id: string;
|
|
1624
|
+
email: string;
|
|
1625
|
+
fullName?: string | null | undefined;
|
|
1626
|
+
firstName?: string | null | undefined;
|
|
1627
|
+
lastName?: string | null | undefined;
|
|
1628
|
+
} | null | undefined;
|
|
1629
1629
|
} & {
|
|
1630
1630
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1631
1631
|
sourceTransaction?: Omit<{
|
|
@@ -1642,18 +1642,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1642
1642
|
description: string | null;
|
|
1643
1643
|
clearedAt: Date | null;
|
|
1644
1644
|
cmaId: string;
|
|
1645
|
-
|
|
1645
|
+
payoutId: string | null;
|
|
1646
|
+
bankRef: string | null;
|
|
1647
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1646
1648
|
transactionType: string;
|
|
1649
|
+
sequence: number;
|
|
1647
1650
|
isCanceled: boolean;
|
|
1648
1651
|
isRefunded: boolean;
|
|
1649
|
-
payoutId: string | null;
|
|
1650
|
-
sequence: number;
|
|
1651
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
1652
|
-
bankRef: string | null;
|
|
1653
1652
|
sourceTransactionId: string | null;
|
|
1654
1653
|
cancelType: string | null;
|
|
1655
1654
|
canceledAt: Date | null;
|
|
1656
1655
|
canceledReason: string | null;
|
|
1656
|
+
createType: string;
|
|
1657
1657
|
createdBy?: string | {
|
|
1658
1658
|
id: string;
|
|
1659
1659
|
email: string;
|
|
@@ -1661,17 +1661,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1661
1661
|
firstName?: string | null | undefined;
|
|
1662
1662
|
lastName?: string | null | undefined;
|
|
1663
1663
|
} | null | undefined;
|
|
1664
|
-
canceledBy?: string | {
|
|
1665
|
-
id: string;
|
|
1666
|
-
email: string;
|
|
1667
|
-
fullName?: string | null | undefined;
|
|
1668
|
-
firstName?: string | null | undefined;
|
|
1669
|
-
lastName?: string | null | undefined;
|
|
1670
|
-
} | null | undefined;
|
|
1671
1664
|
property?: {
|
|
1672
1665
|
status: string;
|
|
1673
1666
|
id: string;
|
|
1674
|
-
balanceCents:
|
|
1667
|
+
balanceCents: bigint;
|
|
1675
1668
|
isArchived: boolean;
|
|
1676
1669
|
createdAt: Date;
|
|
1677
1670
|
updatedAt: Date;
|
|
@@ -1682,8 +1675,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1682
1675
|
propertyAddress: string;
|
|
1683
1676
|
stage: string;
|
|
1684
1677
|
mtaId: string;
|
|
1685
|
-
mtaBalanceCents:
|
|
1686
|
-
cmaBalanceCents:
|
|
1678
|
+
mtaBalanceCents: bigint;
|
|
1679
|
+
cmaBalanceCents: bigint;
|
|
1687
1680
|
buyerName?: string | null | undefined;
|
|
1688
1681
|
project?: {
|
|
1689
1682
|
type: string;
|
|
@@ -1719,6 +1712,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1719
1712
|
syncedAt: Date;
|
|
1720
1713
|
} | null | undefined;
|
|
1721
1714
|
} | null | undefined;
|
|
1715
|
+
canceledBy?: string | {
|
|
1716
|
+
id: string;
|
|
1717
|
+
email: string;
|
|
1718
|
+
fullName?: string | null | undefined;
|
|
1719
|
+
firstName?: string | null | undefined;
|
|
1720
|
+
lastName?: string | null | undefined;
|
|
1721
|
+
} | null | undefined;
|
|
1722
1722
|
} & any, "cma"> | null | undefined;
|
|
1723
1723
|
subsequentTransactions?: Omit<{
|
|
1724
1724
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -1734,26 +1734,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1734
1734
|
description: string | null;
|
|
1735
1735
|
clearedAt: Date | null;
|
|
1736
1736
|
cmaId: string;
|
|
1737
|
-
|
|
1737
|
+
payoutId: string | null;
|
|
1738
|
+
bankRef: string | null;
|
|
1739
|
+
inputType: import("../..").CmaTransactionInputType;
|
|
1738
1740
|
transactionType: string;
|
|
1741
|
+
sequence: number;
|
|
1739
1742
|
isCanceled: boolean;
|
|
1740
1743
|
isRefunded: boolean;
|
|
1741
|
-
payoutId: string | null;
|
|
1742
|
-
sequence: number;
|
|
1743
|
-
inputType: import("../..").CmaTransactionInputType;
|
|
1744
|
-
bankRef: string | null;
|
|
1745
1744
|
sourceTransactionId: string | null;
|
|
1746
1745
|
cancelType: string | null;
|
|
1747
1746
|
canceledAt: Date | null;
|
|
1748
|
-
canceledReason: string | null;
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
email: string;
|
|
1752
|
-
fullName?: string | null | undefined;
|
|
1753
|
-
firstName?: string | null | undefined;
|
|
1754
|
-
lastName?: string | null | undefined;
|
|
1755
|
-
} | null | undefined;
|
|
1756
|
-
canceledBy?: string | {
|
|
1747
|
+
canceledReason: string | null;
|
|
1748
|
+
createType: string;
|
|
1749
|
+
createdBy?: string | {
|
|
1757
1750
|
id: string;
|
|
1758
1751
|
email: string;
|
|
1759
1752
|
fullName?: string | null | undefined;
|
|
@@ -1763,7 +1756,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1763
1756
|
property?: {
|
|
1764
1757
|
status: string;
|
|
1765
1758
|
id: string;
|
|
1766
|
-
balanceCents:
|
|
1759
|
+
balanceCents: bigint;
|
|
1767
1760
|
isArchived: boolean;
|
|
1768
1761
|
createdAt: Date;
|
|
1769
1762
|
updatedAt: Date;
|
|
@@ -1774,8 +1767,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1774
1767
|
propertyAddress: string;
|
|
1775
1768
|
stage: string;
|
|
1776
1769
|
mtaId: string;
|
|
1777
|
-
mtaBalanceCents:
|
|
1778
|
-
cmaBalanceCents:
|
|
1770
|
+
mtaBalanceCents: bigint;
|
|
1771
|
+
cmaBalanceCents: bigint;
|
|
1779
1772
|
buyerName?: string | null | undefined;
|
|
1780
1773
|
project?: {
|
|
1781
1774
|
type: string;
|
|
@@ -1811,6 +1804,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1811
1804
|
syncedAt: Date;
|
|
1812
1805
|
} | null | undefined;
|
|
1813
1806
|
} | null | undefined;
|
|
1807
|
+
canceledBy?: string | {
|
|
1808
|
+
id: string;
|
|
1809
|
+
email: string;
|
|
1810
|
+
fullName?: string | null | undefined;
|
|
1811
|
+
firstName?: string | null | undefined;
|
|
1812
|
+
lastName?: string | null | undefined;
|
|
1813
|
+
} | null | undefined;
|
|
1814
1814
|
} & any, "cma">[] | null | undefined;
|
|
1815
1815
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1816
1816
|
isReceipt?: boolean | null | undefined;
|
|
@@ -1835,19 +1835,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1835
1835
|
mtaId: string;
|
|
1836
1836
|
description: string | null;
|
|
1837
1837
|
clearedAt: Date | null;
|
|
1838
|
+
payoutId: string | null;
|
|
1839
|
+
bankRef: string | null;
|
|
1840
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1838
1841
|
transactionType: string;
|
|
1842
|
+
sequence: number;
|
|
1839
1843
|
isCanceled: boolean;
|
|
1840
1844
|
isRefunded: boolean;
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1844
|
-
bankRef: string | null;
|
|
1845
|
+
referenceId: string | null;
|
|
1846
|
+
note: string | null;
|
|
1845
1847
|
sourceTransactionId: string | null;
|
|
1846
1848
|
cancelType: string | null;
|
|
1847
1849
|
canceledAt: Date | null;
|
|
1848
1850
|
canceledReason: string | null;
|
|
1849
|
-
referenceId: string | null;
|
|
1850
|
-
note: string | null;
|
|
1851
1851
|
createdBy?: string | {
|
|
1852
1852
|
id: string;
|
|
1853
1853
|
email: string;
|
|
@@ -1855,17 +1855,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1855
1855
|
firstName?: string | null | undefined;
|
|
1856
1856
|
lastName?: string | null | undefined;
|
|
1857
1857
|
} | null | undefined;
|
|
1858
|
-
canceledBy?: string | {
|
|
1859
|
-
id: string;
|
|
1860
|
-
email: string;
|
|
1861
|
-
fullName?: string | null | undefined;
|
|
1862
|
-
firstName?: string | null | undefined;
|
|
1863
|
-
lastName?: string | null | undefined;
|
|
1864
|
-
} | null | undefined;
|
|
1865
1858
|
property?: {
|
|
1866
1859
|
status: string;
|
|
1867
1860
|
id: string;
|
|
1868
|
-
balanceCents:
|
|
1861
|
+
balanceCents: bigint;
|
|
1869
1862
|
isArchived: boolean;
|
|
1870
1863
|
createdAt: Date;
|
|
1871
1864
|
updatedAt: Date;
|
|
@@ -1876,8 +1869,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1876
1869
|
propertyAddress: string;
|
|
1877
1870
|
stage: string;
|
|
1878
1871
|
mtaId: string;
|
|
1879
|
-
mtaBalanceCents:
|
|
1880
|
-
cmaBalanceCents:
|
|
1872
|
+
mtaBalanceCents: bigint;
|
|
1873
|
+
cmaBalanceCents: bigint;
|
|
1881
1874
|
buyerName?: string | null | undefined;
|
|
1882
1875
|
project?: {
|
|
1883
1876
|
type: string;
|
|
@@ -1913,6 +1906,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1913
1906
|
syncedAt: Date;
|
|
1914
1907
|
} | null | undefined;
|
|
1915
1908
|
} | null | undefined;
|
|
1909
|
+
canceledBy?: string | {
|
|
1910
|
+
id: string;
|
|
1911
|
+
email: string;
|
|
1912
|
+
fullName?: string | null | undefined;
|
|
1913
|
+
firstName?: string | null | undefined;
|
|
1914
|
+
lastName?: string | null | undefined;
|
|
1915
|
+
} | null | undefined;
|
|
1916
1916
|
} & {
|
|
1917
1917
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1918
1918
|
sourceTransaction?: ({
|
|
@@ -1929,19 +1929,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1929
1929
|
mtaId: string;
|
|
1930
1930
|
description: string | null;
|
|
1931
1931
|
clearedAt: Date | null;
|
|
1932
|
+
payoutId: string | null;
|
|
1933
|
+
bankRef: string | null;
|
|
1934
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
1932
1935
|
transactionType: string;
|
|
1936
|
+
sequence: number;
|
|
1933
1937
|
isCanceled: boolean;
|
|
1934
1938
|
isRefunded: boolean;
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
1938
|
-
bankRef: string | null;
|
|
1939
|
+
referenceId: string | null;
|
|
1940
|
+
note: string | null;
|
|
1939
1941
|
sourceTransactionId: string | null;
|
|
1940
1942
|
cancelType: string | null;
|
|
1941
1943
|
canceledAt: Date | null;
|
|
1942
1944
|
canceledReason: string | null;
|
|
1943
|
-
referenceId: string | null;
|
|
1944
|
-
note: string | null;
|
|
1945
1945
|
createdBy?: string | {
|
|
1946
1946
|
id: string;
|
|
1947
1947
|
email: string;
|
|
@@ -1949,17 +1949,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1949
1949
|
firstName?: string | null | undefined;
|
|
1950
1950
|
lastName?: string | null | undefined;
|
|
1951
1951
|
} | null | undefined;
|
|
1952
|
-
canceledBy?: string | {
|
|
1953
|
-
id: string;
|
|
1954
|
-
email: string;
|
|
1955
|
-
fullName?: string | null | undefined;
|
|
1956
|
-
firstName?: string | null | undefined;
|
|
1957
|
-
lastName?: string | null | undefined;
|
|
1958
|
-
} | null | undefined;
|
|
1959
1952
|
property?: {
|
|
1960
1953
|
status: string;
|
|
1961
1954
|
id: string;
|
|
1962
|
-
balanceCents:
|
|
1955
|
+
balanceCents: bigint;
|
|
1963
1956
|
isArchived: boolean;
|
|
1964
1957
|
createdAt: Date;
|
|
1965
1958
|
updatedAt: Date;
|
|
@@ -1970,8 +1963,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1970
1963
|
propertyAddress: string;
|
|
1971
1964
|
stage: string;
|
|
1972
1965
|
mtaId: string;
|
|
1973
|
-
mtaBalanceCents:
|
|
1974
|
-
cmaBalanceCents:
|
|
1966
|
+
mtaBalanceCents: bigint;
|
|
1967
|
+
cmaBalanceCents: bigint;
|
|
1975
1968
|
buyerName?: string | null | undefined;
|
|
1976
1969
|
project?: {
|
|
1977
1970
|
type: string;
|
|
@@ -2007,6 +2000,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2007
2000
|
syncedAt: Date;
|
|
2008
2001
|
} | null | undefined;
|
|
2009
2002
|
} | null | undefined;
|
|
2003
|
+
canceledBy?: string | {
|
|
2004
|
+
id: string;
|
|
2005
|
+
email: string;
|
|
2006
|
+
fullName?: string | null | undefined;
|
|
2007
|
+
firstName?: string | null | undefined;
|
|
2008
|
+
lastName?: string | null | undefined;
|
|
2009
|
+
} | null | undefined;
|
|
2010
2010
|
} & any) | null | undefined;
|
|
2011
2011
|
subsequentTransactions?: ({
|
|
2012
2012
|
status: "clearing" | "cleared" | "reconciled";
|
|
@@ -2022,19 +2022,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2022
2022
|
mtaId: string;
|
|
2023
2023
|
description: string | null;
|
|
2024
2024
|
clearedAt: Date | null;
|
|
2025
|
+
payoutId: string | null;
|
|
2026
|
+
bankRef: string | null;
|
|
2027
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
2025
2028
|
transactionType: string;
|
|
2029
|
+
sequence: number;
|
|
2026
2030
|
isCanceled: boolean;
|
|
2027
2031
|
isRefunded: boolean;
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
2031
|
-
bankRef: string | null;
|
|
2032
|
+
referenceId: string | null;
|
|
2033
|
+
note: string | null;
|
|
2032
2034
|
sourceTransactionId: string | null;
|
|
2033
2035
|
cancelType: string | null;
|
|
2034
2036
|
canceledAt: Date | null;
|
|
2035
2037
|
canceledReason: string | null;
|
|
2036
|
-
referenceId: string | null;
|
|
2037
|
-
note: string | null;
|
|
2038
2038
|
createdBy?: string | {
|
|
2039
2039
|
id: string;
|
|
2040
2040
|
email: string;
|
|
@@ -2042,17 +2042,10 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2042
2042
|
firstName?: string | null | undefined;
|
|
2043
2043
|
lastName?: string | null | undefined;
|
|
2044
2044
|
} | null | undefined;
|
|
2045
|
-
canceledBy?: string | {
|
|
2046
|
-
id: string;
|
|
2047
|
-
email: string;
|
|
2048
|
-
fullName?: string | null | undefined;
|
|
2049
|
-
firstName?: string | null | undefined;
|
|
2050
|
-
lastName?: string | null | undefined;
|
|
2051
|
-
} | null | undefined;
|
|
2052
2045
|
property?: {
|
|
2053
2046
|
status: string;
|
|
2054
2047
|
id: string;
|
|
2055
|
-
balanceCents:
|
|
2048
|
+
balanceCents: bigint;
|
|
2056
2049
|
isArchived: boolean;
|
|
2057
2050
|
createdAt: Date;
|
|
2058
2051
|
updatedAt: Date;
|
|
@@ -2063,8 +2056,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2063
2056
|
propertyAddress: string;
|
|
2064
2057
|
stage: string;
|
|
2065
2058
|
mtaId: string;
|
|
2066
|
-
mtaBalanceCents:
|
|
2067
|
-
cmaBalanceCents:
|
|
2059
|
+
mtaBalanceCents: bigint;
|
|
2060
|
+
cmaBalanceCents: bigint;
|
|
2068
2061
|
buyerName?: string | null | undefined;
|
|
2069
2062
|
project?: {
|
|
2070
2063
|
type: string;
|
|
@@ -2100,6 +2093,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2100
2093
|
syncedAt: Date;
|
|
2101
2094
|
} | null | undefined;
|
|
2102
2095
|
} | null | undefined;
|
|
2096
|
+
canceledBy?: string | {
|
|
2097
|
+
id: string;
|
|
2098
|
+
email: string;
|
|
2099
|
+
fullName?: string | null | undefined;
|
|
2100
|
+
firstName?: string | null | undefined;
|
|
2101
|
+
lastName?: string | null | undefined;
|
|
2102
|
+
} | null | undefined;
|
|
2103
2103
|
} & any)[] | null | undefined;
|
|
2104
2104
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2105
2105
|
isReceipt?: boolean | null | undefined;
|
|
@@ -2141,13 +2141,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2141
2141
|
createdAt: Date;
|
|
2142
2142
|
updatedAt: Date;
|
|
2143
2143
|
description: string | null;
|
|
2144
|
-
payoutId: number;
|
|
2145
2144
|
bsb: string;
|
|
2146
2145
|
accountNumber: string;
|
|
2147
|
-
|
|
2146
|
+
payoutId: number;
|
|
2148
2147
|
country: string;
|
|
2149
2148
|
currentReceiveSeq: number;
|
|
2150
2149
|
currentPayoutSeq: number;
|
|
2150
|
+
cmaSeq: number;
|
|
2151
2151
|
} | null | undefined;
|
|
2152
2152
|
mta?: {
|
|
2153
2153
|
status: string;
|
|
@@ -2165,9 +2165,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2165
2165
|
accountNumber: string;
|
|
2166
2166
|
updatedBy: string | null;
|
|
2167
2167
|
country: string;
|
|
2168
|
+
subsidiaryId: string;
|
|
2168
2169
|
currentReceiveSeq: number;
|
|
2169
2170
|
currentPayoutSeq: number;
|
|
2170
|
-
subsidiaryId: string;
|
|
2171
2171
|
} | null | undefined;
|
|
2172
2172
|
buyerName?: string | null | undefined;
|
|
2173
2173
|
project?: {
|
|
@@ -2217,18 +2217,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2217
2217
|
description: string | null;
|
|
2218
2218
|
clearedAt: Date | null;
|
|
2219
2219
|
cmaId: string;
|
|
2220
|
-
|
|
2220
|
+
payoutId: string | null;
|
|
2221
|
+
bankRef: string | null;
|
|
2222
|
+
inputType: string;
|
|
2221
2223
|
transactionType: string;
|
|
2224
|
+
sequence: number;
|
|
2222
2225
|
isCanceled: boolean;
|
|
2223
2226
|
isRefunded: boolean;
|
|
2224
|
-
payoutId: string | null;
|
|
2225
|
-
sequence: number;
|
|
2226
|
-
inputType: string;
|
|
2227
|
-
bankRef: string | null;
|
|
2228
2227
|
sourceTransactionId: string | null;
|
|
2229
2228
|
cancelType: string | null;
|
|
2230
2229
|
canceledAt: Date | null;
|
|
2231
2230
|
canceledReason: string | null;
|
|
2231
|
+
createType: string;
|
|
2232
2232
|
createdBy?: string | {
|
|
2233
2233
|
id: string;
|
|
2234
2234
|
email: string;
|
|
@@ -2236,13 +2236,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2236
2236
|
firstName?: string | null | undefined;
|
|
2237
2237
|
lastName?: string | null | undefined;
|
|
2238
2238
|
} | null | undefined;
|
|
2239
|
-
canceledBy?: string | {
|
|
2240
|
-
id: string;
|
|
2241
|
-
email: string;
|
|
2242
|
-
fullName?: string | null | undefined;
|
|
2243
|
-
firstName?: string | null | undefined;
|
|
2244
|
-
lastName?: string | null | undefined;
|
|
2245
|
-
} | null | undefined;
|
|
2246
2239
|
property?: {
|
|
2247
2240
|
status: string;
|
|
2248
2241
|
id: string;
|
|
@@ -2294,6 +2287,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2294
2287
|
syncedAt: Date;
|
|
2295
2288
|
} | null | undefined;
|
|
2296
2289
|
} | null | undefined;
|
|
2290
|
+
canceledBy?: string | {
|
|
2291
|
+
id: string;
|
|
2292
|
+
email: string;
|
|
2293
|
+
fullName?: string | null | undefined;
|
|
2294
|
+
firstName?: string | null | undefined;
|
|
2295
|
+
lastName?: string | null | undefined;
|
|
2296
|
+
} | null | undefined;
|
|
2297
2297
|
} & {
|
|
2298
2298
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
2299
2299
|
sourceTransaction?: ({
|
|
@@ -2310,18 +2310,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2310
2310
|
description: string | null;
|
|
2311
2311
|
clearedAt: Date | null;
|
|
2312
2312
|
cmaId: string;
|
|
2313
|
-
|
|
2313
|
+
payoutId: string | null;
|
|
2314
|
+
bankRef: string | null;
|
|
2315
|
+
inputType: string;
|
|
2314
2316
|
transactionType: string;
|
|
2317
|
+
sequence: number;
|
|
2315
2318
|
isCanceled: boolean;
|
|
2316
2319
|
isRefunded: boolean;
|
|
2317
|
-
payoutId: string | null;
|
|
2318
|
-
sequence: number;
|
|
2319
|
-
inputType: string;
|
|
2320
|
-
bankRef: string | null;
|
|
2321
2320
|
sourceTransactionId: string | null;
|
|
2322
2321
|
cancelType: string | null;
|
|
2323
2322
|
canceledAt: Date | null;
|
|
2324
2323
|
canceledReason: string | null;
|
|
2324
|
+
createType: string;
|
|
2325
2325
|
createdBy?: string | {
|
|
2326
2326
|
id: string;
|
|
2327
2327
|
email: string;
|
|
@@ -2329,13 +2329,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2329
2329
|
firstName?: string | null | undefined;
|
|
2330
2330
|
lastName?: string | null | undefined;
|
|
2331
2331
|
} | null | undefined;
|
|
2332
|
-
canceledBy?: string | {
|
|
2333
|
-
id: string;
|
|
2334
|
-
email: string;
|
|
2335
|
-
fullName?: string | null | undefined;
|
|
2336
|
-
firstName?: string | null | undefined;
|
|
2337
|
-
lastName?: string | null | undefined;
|
|
2338
|
-
} | null | undefined;
|
|
2339
2332
|
property?: {
|
|
2340
2333
|
status: string;
|
|
2341
2334
|
id: string;
|
|
@@ -2387,6 +2380,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2387
2380
|
syncedAt: Date;
|
|
2388
2381
|
} | null | undefined;
|
|
2389
2382
|
} | null | undefined;
|
|
2383
|
+
canceledBy?: string | {
|
|
2384
|
+
id: string;
|
|
2385
|
+
email: string;
|
|
2386
|
+
fullName?: string | null | undefined;
|
|
2387
|
+
firstName?: string | null | undefined;
|
|
2388
|
+
lastName?: string | null | undefined;
|
|
2389
|
+
} | null | undefined;
|
|
2390
2390
|
} & any) | null | undefined;
|
|
2391
2391
|
subsequentTransactions?: ({
|
|
2392
2392
|
status: string;
|
|
@@ -2402,18 +2402,18 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2402
2402
|
description: string | null;
|
|
2403
2403
|
clearedAt: Date | null;
|
|
2404
2404
|
cmaId: string;
|
|
2405
|
-
|
|
2405
|
+
payoutId: string | null;
|
|
2406
|
+
bankRef: string | null;
|
|
2407
|
+
inputType: string;
|
|
2406
2408
|
transactionType: string;
|
|
2409
|
+
sequence: number;
|
|
2407
2410
|
isCanceled: boolean;
|
|
2408
2411
|
isRefunded: boolean;
|
|
2409
|
-
payoutId: string | null;
|
|
2410
|
-
sequence: number;
|
|
2411
|
-
inputType: string;
|
|
2412
|
-
bankRef: string | null;
|
|
2413
2412
|
sourceTransactionId: string | null;
|
|
2414
2413
|
cancelType: string | null;
|
|
2415
2414
|
canceledAt: Date | null;
|
|
2416
2415
|
canceledReason: string | null;
|
|
2416
|
+
createType: string;
|
|
2417
2417
|
createdBy?: string | {
|
|
2418
2418
|
id: string;
|
|
2419
2419
|
email: string;
|
|
@@ -2421,13 +2421,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2421
2421
|
firstName?: string | null | undefined;
|
|
2422
2422
|
lastName?: string | null | undefined;
|
|
2423
2423
|
} | null | undefined;
|
|
2424
|
-
canceledBy?: string | {
|
|
2425
|
-
id: string;
|
|
2426
|
-
email: string;
|
|
2427
|
-
fullName?: string | null | undefined;
|
|
2428
|
-
firstName?: string | null | undefined;
|
|
2429
|
-
lastName?: string | null | undefined;
|
|
2430
|
-
} | null | undefined;
|
|
2431
2424
|
property?: {
|
|
2432
2425
|
status: string;
|
|
2433
2426
|
id: string;
|
|
@@ -2479,6 +2472,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2479
2472
|
syncedAt: Date;
|
|
2480
2473
|
} | null | undefined;
|
|
2481
2474
|
} | null | undefined;
|
|
2475
|
+
canceledBy?: string | {
|
|
2476
|
+
id: string;
|
|
2477
|
+
email: string;
|
|
2478
|
+
fullName?: string | null | undefined;
|
|
2479
|
+
firstName?: string | null | undefined;
|
|
2480
|
+
lastName?: string | null | undefined;
|
|
2481
|
+
} | null | undefined;
|
|
2482
2482
|
} & any)[] | null | undefined;
|
|
2483
2483
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2484
2484
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
@@ -2497,19 +2497,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2497
2497
|
mtaId: string;
|
|
2498
2498
|
description: string | null;
|
|
2499
2499
|
clearedAt: Date | null;
|
|
2500
|
+
payoutId: string | null;
|
|
2501
|
+
bankRef: string | null;
|
|
2502
|
+
inputType: string;
|
|
2500
2503
|
transactionType: string;
|
|
2504
|
+
sequence: number;
|
|
2501
2505
|
isCanceled: boolean;
|
|
2502
2506
|
isRefunded: boolean;
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
inputType: string;
|
|
2506
|
-
bankRef: string | null;
|
|
2507
|
+
referenceId: string | null;
|
|
2508
|
+
note: string | null;
|
|
2507
2509
|
sourceTransactionId: string | null;
|
|
2508
2510
|
cancelType: string | null;
|
|
2509
2511
|
canceledAt: Date | null;
|
|
2510
2512
|
canceledReason: string | null;
|
|
2511
|
-
referenceId: string | null;
|
|
2512
|
-
note: string | null;
|
|
2513
2513
|
createdBy?: string | {
|
|
2514
2514
|
id: string;
|
|
2515
2515
|
email: string;
|
|
@@ -2517,13 +2517,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2517
2517
|
firstName?: string | null | undefined;
|
|
2518
2518
|
lastName?: string | null | undefined;
|
|
2519
2519
|
} | null | undefined;
|
|
2520
|
-
canceledBy?: string | {
|
|
2521
|
-
id: string;
|
|
2522
|
-
email: string;
|
|
2523
|
-
fullName?: string | null | undefined;
|
|
2524
|
-
firstName?: string | null | undefined;
|
|
2525
|
-
lastName?: string | null | undefined;
|
|
2526
|
-
} | null | undefined;
|
|
2527
2520
|
property?: {
|
|
2528
2521
|
status: string;
|
|
2529
2522
|
id: string;
|
|
@@ -2575,6 +2568,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2575
2568
|
syncedAt: Date;
|
|
2576
2569
|
} | null | undefined;
|
|
2577
2570
|
} | null | undefined;
|
|
2571
|
+
canceledBy?: string | {
|
|
2572
|
+
id: string;
|
|
2573
|
+
email: string;
|
|
2574
|
+
fullName?: string | null | undefined;
|
|
2575
|
+
firstName?: string | null | undefined;
|
|
2576
|
+
lastName?: string | null | undefined;
|
|
2577
|
+
} | null | undefined;
|
|
2578
2578
|
} & {
|
|
2579
2579
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
2580
2580
|
sourceTransaction?: ({
|
|
@@ -2591,19 +2591,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2591
2591
|
mtaId: string;
|
|
2592
2592
|
description: string | null;
|
|
2593
2593
|
clearedAt: Date | null;
|
|
2594
|
+
payoutId: string | null;
|
|
2595
|
+
bankRef: string | null;
|
|
2596
|
+
inputType: string;
|
|
2594
2597
|
transactionType: string;
|
|
2598
|
+
sequence: number;
|
|
2595
2599
|
isCanceled: boolean;
|
|
2596
2600
|
isRefunded: boolean;
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
inputType: string;
|
|
2600
|
-
bankRef: string | null;
|
|
2601
|
+
referenceId: string | null;
|
|
2602
|
+
note: string | null;
|
|
2601
2603
|
sourceTransactionId: string | null;
|
|
2602
2604
|
cancelType: string | null;
|
|
2603
2605
|
canceledAt: Date | null;
|
|
2604
2606
|
canceledReason: string | null;
|
|
2605
|
-
referenceId: string | null;
|
|
2606
|
-
note: string | null;
|
|
2607
2607
|
createdBy?: string | {
|
|
2608
2608
|
id: string;
|
|
2609
2609
|
email: string;
|
|
@@ -2611,13 +2611,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2611
2611
|
firstName?: string | null | undefined;
|
|
2612
2612
|
lastName?: string | null | undefined;
|
|
2613
2613
|
} | null | undefined;
|
|
2614
|
-
canceledBy?: string | {
|
|
2615
|
-
id: string;
|
|
2616
|
-
email: string;
|
|
2617
|
-
fullName?: string | null | undefined;
|
|
2618
|
-
firstName?: string | null | undefined;
|
|
2619
|
-
lastName?: string | null | undefined;
|
|
2620
|
-
} | null | undefined;
|
|
2621
2614
|
property?: {
|
|
2622
2615
|
status: string;
|
|
2623
2616
|
id: string;
|
|
@@ -2669,6 +2662,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2669
2662
|
syncedAt: Date;
|
|
2670
2663
|
} | null | undefined;
|
|
2671
2664
|
} | null | undefined;
|
|
2665
|
+
canceledBy?: string | {
|
|
2666
|
+
id: string;
|
|
2667
|
+
email: string;
|
|
2668
|
+
fullName?: string | null | undefined;
|
|
2669
|
+
firstName?: string | null | undefined;
|
|
2670
|
+
lastName?: string | null | undefined;
|
|
2671
|
+
} | null | undefined;
|
|
2672
2672
|
} & any) | null | undefined;
|
|
2673
2673
|
subsequentTransactions?: ({
|
|
2674
2674
|
status: string;
|
|
@@ -2684,19 +2684,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2684
2684
|
mtaId: string;
|
|
2685
2685
|
description: string | null;
|
|
2686
2686
|
clearedAt: Date | null;
|
|
2687
|
+
payoutId: string | null;
|
|
2688
|
+
bankRef: string | null;
|
|
2689
|
+
inputType: string;
|
|
2687
2690
|
transactionType: string;
|
|
2691
|
+
sequence: number;
|
|
2688
2692
|
isCanceled: boolean;
|
|
2689
2693
|
isRefunded: boolean;
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
inputType: string;
|
|
2693
|
-
bankRef: string | null;
|
|
2694
|
+
referenceId: string | null;
|
|
2695
|
+
note: string | null;
|
|
2694
2696
|
sourceTransactionId: string | null;
|
|
2695
2697
|
cancelType: string | null;
|
|
2696
2698
|
canceledAt: Date | null;
|
|
2697
2699
|
canceledReason: string | null;
|
|
2698
|
-
referenceId: string | null;
|
|
2699
|
-
note: string | null;
|
|
2700
2700
|
createdBy?: string | {
|
|
2701
2701
|
id: string;
|
|
2702
2702
|
email: string;
|
|
@@ -2704,13 +2704,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2704
2704
|
firstName?: string | null | undefined;
|
|
2705
2705
|
lastName?: string | null | undefined;
|
|
2706
2706
|
} | null | undefined;
|
|
2707
|
-
canceledBy?: string | {
|
|
2708
|
-
id: string;
|
|
2709
|
-
email: string;
|
|
2710
|
-
fullName?: string | null | undefined;
|
|
2711
|
-
firstName?: string | null | undefined;
|
|
2712
|
-
lastName?: string | null | undefined;
|
|
2713
|
-
} | null | undefined;
|
|
2714
2707
|
property?: {
|
|
2715
2708
|
status: string;
|
|
2716
2709
|
id: string;
|
|
@@ -2762,6 +2755,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2762
2755
|
syncedAt: Date;
|
|
2763
2756
|
} | null | undefined;
|
|
2764
2757
|
} | null | undefined;
|
|
2758
|
+
canceledBy?: string | {
|
|
2759
|
+
id: string;
|
|
2760
|
+
email: string;
|
|
2761
|
+
fullName?: string | null | undefined;
|
|
2762
|
+
firstName?: string | null | undefined;
|
|
2763
|
+
lastName?: string | null | undefined;
|
|
2764
|
+
} | null | undefined;
|
|
2765
2765
|
} & any)[] | null | undefined;
|
|
2766
2766
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2767
2767
|
})[] | null | undefined;
|