@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
package/dist/cjs/index.js
CHANGED
|
@@ -2623,7 +2623,6 @@ var __webpack_exports__ = {};
|
|
|
2623
2623
|
"use strict";
|
|
2624
2624
|
__webpack_require__.r(__webpack_exports__);
|
|
2625
2625
|
__webpack_require__.d(__webpack_exports__, {
|
|
2626
|
-
payoutMtaToCmaProvisionDataEntitySchema: ()=>payoutMtaToCmaProvisionDataEntitySchema,
|
|
2627
2626
|
accountBsbMaskedSchema: ()=>accountBsbMaskedSchema,
|
|
2628
2627
|
formatBankBsb: ()=>formatBankBsb,
|
|
2629
2628
|
mtaAccountPeriodCloseRestReqSchema: ()=>mtaAccountPeriodCloseRestReqSchema,
|
|
@@ -2631,23 +2630,24 @@ var __webpack_exports__ = {};
|
|
|
2631
2630
|
MtaCustomerTransactionType: ()=>MtaCustomerTransactionType,
|
|
2632
2631
|
MenuStatus: ()=>MenuStatus,
|
|
2633
2632
|
PayoutStatus: ()=>PayoutStatus,
|
|
2634
|
-
|
|
2633
|
+
QueryMode: ()=>QueryMode,
|
|
2635
2634
|
CmaReceiptTransactionType: ()=>CmaReceiptTransactionType,
|
|
2636
2635
|
ReportGroupType: ()=>report_group_type_constant_ReportGroupType,
|
|
2637
|
-
|
|
2636
|
+
mtaPaymentMethodRestResSchema: ()=>mtaPaymentMethodRestResSchema,
|
|
2638
2637
|
PayoutType: ()=>PayoutType,
|
|
2638
|
+
payoutTransactionSearchRestReqSchema: ()=>payoutTransactionSearchRestReqSchema,
|
|
2639
2639
|
updateCmaAccountPeriodReconciledToRestReqSchema: ()=>updateCmaAccountPeriodReconciledToRestReqSchema,
|
|
2640
2640
|
customerLedgerRestReqSchema: ()=>customerLedgerRestReqSchema,
|
|
2641
2641
|
unreconciledItemsListReportRestReqSchema: ()=>unreconciledItemsListReportRestReqSchema,
|
|
2642
2642
|
cmaAccountPeriodRestResSchema: ()=>cmaAccountPeriodRestResSchema,
|
|
2643
2643
|
mtaReconciliationEntitySchema: ()=>mtaReconciliationEntitySchema,
|
|
2644
|
-
payoutTargetDetailsEntitySchema: ()=>payoutTargetDetailsEntitySchema,
|
|
2645
2644
|
AmmoZeptoBankAccounts: ()=>AmmoZeptoBankAccounts,
|
|
2646
2645
|
DEFAULT_PAYOUT_TARGET_DESCRIPTION: ()=>DEFAULT_PAYOUT_TARGET_DESCRIPTION,
|
|
2647
2646
|
payoutProvisionDataEntitySchema: ()=>payoutProvisionDataEntitySchema,
|
|
2647
|
+
commonPayoutSourceDetailEntitySchema: ()=>commonPayoutSourceDetailEntitySchema,
|
|
2648
2648
|
CmaTransactionTypeToDisplayTextMapper: ()=>CmaTransactionTypeToDisplayTextMapper,
|
|
2649
2649
|
mtaTransactionRestResSchema: ()=>mtaTransactionRestResSchema,
|
|
2650
|
-
|
|
2650
|
+
unknownPayoutProvisionDataEntitySchema: ()=>unknownPayoutProvisionDataEntitySchema,
|
|
2651
2651
|
payoutBankFileDownloadHistoryEntitySchema: ()=>payoutBankFileDownloadHistoryEntitySchema,
|
|
2652
2652
|
menuSchema: ()=>menuSchema,
|
|
2653
2653
|
getTransactionStatus: ()=>getTransactionStatus,
|
|
@@ -2656,30 +2656,31 @@ var __webpack_exports__ = {};
|
|
|
2656
2656
|
mtaReconciledTransactionRestResSchema: ()=>mtaReconciledTransactionRestResSchema,
|
|
2657
2657
|
mtaEntitySchema: ()=>mtaEntitySchema,
|
|
2658
2658
|
mtaPaymentMethodAccountConfigSchema: ()=>mtaPaymentMethodAccountConfigSchema,
|
|
2659
|
+
settlementPayoutProvisionDataEntitySchema: ()=>settlementPayoutProvisionDataEntitySchema,
|
|
2659
2660
|
PropertyRestResStatus: ()=>PropertyRestResStatus,
|
|
2660
2661
|
TRANSACTION_CANCEL: ()=>TRANSACTION_CANCEL,
|
|
2661
2662
|
mtaTransactionRestResBaseSchema: ()=>mtaTransactionRestResBaseSchema,
|
|
2662
2663
|
mtaAccountPeriodRestResSchema: ()=>mtaAccountPeriodRestResSchema,
|
|
2663
2664
|
JsonNullableFilterSchema: ()=>JsonNullableFilterSchema,
|
|
2664
2665
|
isUnknownReceiptAssignedToProperty: ()=>isUnknownReceiptAssignedToProperty,
|
|
2665
|
-
createCmaSettlementPayoutRestReqSchema: ()=>createCmaSettlementPayoutRestReqSchema,
|
|
2666
2666
|
mtaReconciliationRestResSchema: ()=>mtaReconciliationRestResSchema,
|
|
2667
2667
|
propertyEntitySchema: ()=>propertyEntitySchema,
|
|
2668
2668
|
MtaStatus: ()=>mta_MtaStatus,
|
|
2669
2669
|
cmaRestResBaseSchema: ()=>cmaRestResBaseSchema,
|
|
2670
|
-
|
|
2670
|
+
cmaSettlementPayoutRestResSchema: ()=>cmaSettlementPayoutRestResSchema,
|
|
2671
2671
|
StringFilterBaseSchema: ()=>StringFilterBaseSchema,
|
|
2672
|
-
|
|
2672
|
+
mtaToCmaPayoutTargetDetailRestSchema: ()=>mtaToCmaPayoutTargetDetailRestSchema,
|
|
2673
2673
|
payoutTransactionEntitySchema: ()=>payoutTransactionEntitySchema,
|
|
2674
|
-
payoutMtaToCmaTargetDetailsEntitySchema: ()=>payoutMtaToCmaTargetDetailsEntitySchema,
|
|
2675
2674
|
createCmaReconciliationRestReqSchema: ()=>createCmaReconciliationRestReqSchema,
|
|
2676
2675
|
cancelCmaTransactionRestReqSchema: ()=>cancelCmaTransactionRestReqSchema,
|
|
2677
2676
|
createMtaRestReqSchema: ()=>createMtaRestReqSchema,
|
|
2678
2677
|
ProjectApplyStatusRestRes: ()=>ProjectApplyStatusRestRes,
|
|
2679
2678
|
customerEntitySchema: ()=>customerEntitySchema,
|
|
2679
|
+
mtaToCmaPayoutSourceDetailEntitySchema: ()=>mtaToCmaPayoutSourceDetailEntitySchema,
|
|
2680
2680
|
propertySearchRestReqSchema: ()=>propertySearchRestReqSchema,
|
|
2681
2681
|
createMtaToCmaPayoutRestReqSchema: ()=>createMtaToCmaPayoutRestReqSchema,
|
|
2682
2682
|
payoutBankFileRestResSchema: ()=>payoutBankFileRestResSchema,
|
|
2683
|
+
mtaTransactionStatusSummaryRestResSchema: ()=>mtaTransactionStatusSummaryRestResSchema,
|
|
2683
2684
|
payoutBankFileEntitySchema: ()=>payoutBankFileEntitySchema,
|
|
2684
2685
|
accountNumberValidationSchema: ()=>accountNumberValidationSchema,
|
|
2685
2686
|
mtaAccountPeriodClosingSummaryRestResSchema: ()=>mtaAccountPeriodClosingSummaryRestResSchema,
|
|
@@ -2688,32 +2689,37 @@ var __webpack_exports__ = {};
|
|
|
2688
2689
|
propertyRestResBaseSchema: ()=>propertyRestResBaseSchema,
|
|
2689
2690
|
cmaAccountPeriodCloseRestReqSchema: ()=>cmaAccountPeriodCloseRestReqSchema,
|
|
2690
2691
|
userRestResSchema: ()=>userRestResSchema,
|
|
2691
|
-
|
|
2692
|
+
accountBsbFormattedSchema: ()=>accountBsbFormattedSchema,
|
|
2692
2693
|
payoutSearchRestReqSchema: ()=>payoutSearchRestReqSchema,
|
|
2694
|
+
commonUpdatePayoutRestReqSchema: ()=>commonUpdatePayoutRestReqSchema,
|
|
2693
2695
|
reconciledItemsListReportRestReqSchema: ()=>reconciledItemsListReportRestReqSchema,
|
|
2694
2696
|
CmaTransactionStatusToDisplayTextMapper: ()=>CmaTransactionStatusToDisplayTextMapper,
|
|
2695
2697
|
updateMtaRestReqSchema: ()=>updateMtaRestReqSchema,
|
|
2696
|
-
|
|
2698
|
+
paginationReqSchema: ()=>paginationReqSchema,
|
|
2697
2699
|
MtaTransactionType: ()=>MtaTransactionType,
|
|
2698
2700
|
payoutTransactionRestResSchema: ()=>payoutTransactionRestResSchema,
|
|
2699
2701
|
stringToDateSchema: ()=>stringToDateSchema,
|
|
2702
|
+
paginatedResSchema: ()=>paginatedResSchema,
|
|
2700
2703
|
isTransactionCancelable: ()=>isTransactionCancelable,
|
|
2701
2704
|
ReportDataRangeType: ()=>report_data_range_type_constant_ReportDataRangeType,
|
|
2702
2705
|
bankCodeSchema: ()=>bankCodeSchema,
|
|
2703
2706
|
boolFilterBaseSchema: ()=>boolFilterBaseSchema,
|
|
2704
|
-
|
|
2707
|
+
updateSettlementPayoutRestReqSchema: ()=>updateSettlementPayoutRestReqSchema,
|
|
2705
2708
|
projectMtaAllocationEntitySchema: ()=>projectMtaAllocationEntitySchema,
|
|
2706
2709
|
projectMtaAllocationRestResSchema: ()=>projectMtaAllocationRestResSchema,
|
|
2707
2710
|
projectRestResSchema: ()=>projectRestResSchema,
|
|
2711
|
+
updateMtaSettlementPayoutRestReqSchema: ()=>updateMtaSettlementPayoutRestReqSchema,
|
|
2708
2712
|
CmaTransactionPaymentMethod: ()=>cma_payment_method_constant_CmaTransactionPaymentMethod,
|
|
2709
2713
|
balanceRestResSchema: ()=>balanceRestResSchema,
|
|
2710
2714
|
bigIntFilterSchema: ()=>bigIntFilterSchema,
|
|
2711
|
-
payoutCmaSourceDetailsRestSchema: ()=>payoutCmaSourceDetailsRestSchema,
|
|
2712
2715
|
stateCodeSchema: ()=>stateCodeSchema,
|
|
2716
|
+
queryModeSchema: ()=>queryModeSchema,
|
|
2717
|
+
settlementPayoutTargetDetailEntitySchema: ()=>settlementPayoutTargetDetailEntitySchema,
|
|
2713
2718
|
stringFilterSchema: ()=>stringFilterSchema,
|
|
2714
2719
|
PropertyStage: ()=>PropertyStage,
|
|
2720
|
+
PaymentMethod: ()=>payment_method_constant_PaymentMethod,
|
|
2715
2721
|
accountBsbValidationSchema: ()=>accountBsbValidationSchema,
|
|
2716
|
-
|
|
2722
|
+
commonPayoutTargetDetailEntitySchema: ()=>commonPayoutTargetDetailEntitySchema,
|
|
2717
2723
|
cmaAccountPeriodRestResBaseSchema: ()=>cmaAccountPeriodRestResBaseSchema,
|
|
2718
2724
|
cmaAccountPeriodClosingSummaryRestResSchema: ()=>cmaAccountPeriodClosingSummaryRestResSchema,
|
|
2719
2725
|
MtaUnknownTransactionType: ()=>MtaUnknownTransactionType,
|
|
@@ -2721,32 +2727,40 @@ var __webpack_exports__ = {};
|
|
|
2721
2727
|
cmaTransactionSearchRestReqSchema: ()=>cmaTransactionSearchRestReqSchema,
|
|
2722
2728
|
accountNumberMaskedSchema: ()=>accountNumberMaskedSchema,
|
|
2723
2729
|
isPaymentTransaction: ()=>isPaymentTransaction,
|
|
2730
|
+
MtaTransactionExtendedStatusToDisplayTextMapper: ()=>MtaTransactionExtendedStatusToDisplayTextMapper,
|
|
2724
2731
|
dollarsToCentsSchema: ()=>dollarsToCentsSchema,
|
|
2732
|
+
cancelPayoutPaymentRestReqSchema: ()=>cancelPayoutPaymentRestReqSchema,
|
|
2725
2733
|
cmaNestedEntitySchema: ()=>cmaNestedEntitySchema,
|
|
2726
|
-
|
|
2734
|
+
payoutUpdateRestReqSchema: ()=>payoutUpdateRestReqSchema,
|
|
2727
2735
|
CmaPayoutTransactionType: ()=>CmaPayoutTransactionType,
|
|
2728
2736
|
maskString: ()=>maskString,
|
|
2729
2737
|
ReconciliationStatus: ()=>reconciliation_constant_ReconciliationStatus,
|
|
2730
2738
|
mtaPaymentMethodFloatAccountConfigSchema: ()=>mtaPaymentMethodFloatAccountConfigSchema,
|
|
2731
|
-
payoutMtaToCmaRestResSchema: ()=>payoutMtaToCmaRestResSchema,
|
|
2732
2739
|
mtaAccountPeriodEntitySchema: ()=>mtaAccountPeriodEntitySchema,
|
|
2740
|
+
mtaToCmaPayoutProvisionDataEntitySchema: ()=>mtaToCmaPayoutProvisionDataEntitySchema,
|
|
2733
2741
|
maskBankAccountNumber: ()=>maskBankAccountNumber,
|
|
2734
2742
|
dateTimeFilterBaseSchema: ()=>dateTimeFilterBaseSchema,
|
|
2743
|
+
mtaToCmaPayoutPaymentEntitySchema: ()=>mtaToCmaPayoutPaymentEntitySchema,
|
|
2735
2744
|
paymentListReportRestReqSchema: ()=>paymentListReportRestReqSchema,
|
|
2745
|
+
mtaToCmaPayoutTargetDetailEntitySchema: ()=>mtaToCmaPayoutTargetDetailEntitySchema,
|
|
2736
2746
|
AmmoZeptoClient: ()=>AmmoZeptoClient,
|
|
2737
2747
|
reconcileMtaTransactionRestReqSchema: ()=>reconcileMtaTransactionRestReqSchema,
|
|
2748
|
+
simpleStringFilterSchema: ()=>simpleStringFilterSchema,
|
|
2738
2749
|
getTransactionNumber: ()=>getTransactionNumber,
|
|
2739
2750
|
createMtaTransactionRestReqSchema: ()=>createMtaTransactionRestReqSchema,
|
|
2740
2751
|
DEFAULT_PAYOUT_SOURCE_BANK_REF: ()=>DEFAULT_PAYOUT_SOURCE_BANK_REF,
|
|
2741
2752
|
dateTimeFilterSchema: ()=>dateTimeFilterSchema,
|
|
2742
2753
|
receiptListReportRestReqSchema: ()=>receiptListReportRestReqSchema,
|
|
2743
2754
|
CmaTransactionType: ()=>CmaTransactionType,
|
|
2755
|
+
commonUpdatePayoutTargetDetailRestReqSchema: ()=>commonUpdatePayoutTargetDetailRestReqSchema,
|
|
2756
|
+
mtaTransactionSearchRestReqSchema: ()=>mtaTransactionSearchRestReqSchema,
|
|
2744
2757
|
cancelMtaTransactionRestReqSchema: ()=>cancelMtaTransactionRestReqSchema,
|
|
2745
|
-
payoutTargetDetailsBaseEntitySchema: ()=>payoutTargetDetailsBaseEntitySchema,
|
|
2746
2758
|
cmaReconciliationEntitySchema: ()=>cmaReconciliationEntitySchema,
|
|
2759
|
+
settlementPayoutSourceDetailEntitySchema: ()=>settlementPayoutSourceDetailEntitySchema,
|
|
2747
2760
|
CmaTransactionInputType: ()=>cma_input_type_constant_CmaTransactionInputType,
|
|
2748
2761
|
ReconcileTransactionAction: ()=>reconcile_transaction_action_constant_ReconcileTransactionAction,
|
|
2749
2762
|
createCmaTransactionRestReqSchema: ()=>createCmaTransactionRestReqSchema,
|
|
2763
|
+
settlementPayoutPaymentEntitySchema: ()=>settlementPayoutPaymentEntitySchema,
|
|
2750
2764
|
cmaReconciledTransactionEntitySchema: ()=>cmaReconciledTransactionEntitySchema,
|
|
2751
2765
|
propertyNestedEntitySchema: ()=>propertyNestedEntitySchema,
|
|
2752
2766
|
CmaTransactionInputTypeToDisplayText: ()=>CmaTransactionInputTypeToDisplayText,
|
|
@@ -2761,37 +2775,38 @@ var __webpack_exports__ = {};
|
|
|
2761
2775
|
PayoutSourceAccountType: ()=>payout_constant_PayoutSourceAccountType,
|
|
2762
2776
|
boolFilterSchema: ()=>boolFilterSchema,
|
|
2763
2777
|
centsToDollarsSchema: ()=>centsToDollarsSchema,
|
|
2764
|
-
|
|
2778
|
+
MtaTransactionExtendedStatus: ()=>MtaTransactionExtendedStatus,
|
|
2765
2779
|
formatCurrency: ()=>formatCurrency,
|
|
2766
2780
|
CmaTransactionCreateType: ()=>cma_input_type_constant_CmaTransactionCreateType,
|
|
2767
|
-
|
|
2781
|
+
mtaToCmaPayoutRestResSchema: ()=>mtaToCmaPayoutRestResSchema,
|
|
2782
|
+
unknownPayoutTargetDetailEntitySchema: ()=>unknownPayoutTargetDetailEntitySchema,
|
|
2768
2783
|
isReceiptTransaction: ()=>isReceiptTransaction,
|
|
2784
|
+
mtaToCmaPayoutSourceDetailRestSchema: ()=>mtaToCmaPayoutSourceDetailRestSchema,
|
|
2769
2785
|
trustTrialBalanceReportRestReqSchema: ()=>trustTrialBalanceReportRestReqSchema,
|
|
2770
2786
|
stringToStartOfDaySchema: ()=>stringToStartOfDaySchema,
|
|
2771
|
-
payoutSourceDetailsEntitySchema: ()=>payoutSourceDetailsEntitySchema,
|
|
2772
|
-
DEFAULT_PAYOUT_SOURCE_DESCRIPTION: ()=>DEFAULT_PAYOUT_SOURCE_DESCRIPTION,
|
|
2773
2787
|
payoutStatusSummaryRestResSchema: ()=>payoutStatusSummaryRestResSchema,
|
|
2774
|
-
|
|
2788
|
+
DEFAULT_PAYOUT_SOURCE_DESCRIPTION: ()=>DEFAULT_PAYOUT_SOURCE_DESCRIPTION,
|
|
2775
2789
|
updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema: ()=>updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema,
|
|
2776
2790
|
cmaSearchRestReqSchema: ()=>cmaSearchRestReqSchema,
|
|
2777
2791
|
isInterestTransaction: ()=>isInterestTransaction,
|
|
2778
|
-
payoutSourceDetailsRestResBaseSchema: ()=>payoutSourceDetailsRestResBaseSchema,
|
|
2779
|
-
developerEntitySchema: ()=>developerEntitySchema,
|
|
2780
2792
|
propertyAccountsBalanceRestResSchema: ()=>propertyAccountsBalanceRestResSchema,
|
|
2793
|
+
developerEntitySchema: ()=>developerEntitySchema,
|
|
2781
2794
|
createMtaReconciliationRestReqSchema: ()=>createMtaReconciliationRestReqSchema,
|
|
2795
|
+
updateUnknownPayoutRestReqSchema: ()=>updateUnknownPayoutRestReqSchema,
|
|
2782
2796
|
MtaReceiptTransactionType: ()=>MtaReceiptTransactionType,
|
|
2783
2797
|
projectNestedEntitySchema: ()=>projectNestedEntitySchema,
|
|
2798
|
+
unknownPayoutPaymentEntitySchema: ()=>unknownPayoutPaymentEntitySchema,
|
|
2784
2799
|
intFilterSchema: ()=>intFilterSchema,
|
|
2800
|
+
settlementPayoutRestResSchema: ()=>settlementPayoutRestResSchema,
|
|
2785
2801
|
payoutRestResSchema: ()=>payoutRestResSchema,
|
|
2786
|
-
createMtaSettlementPayoutRestReqSchema: ()=>createMtaSettlementPayoutRestReqSchema,
|
|
2787
2802
|
reconcileCmaTransactionRestReqSchema: ()=>reconcileCmaTransactionRestReqSchema,
|
|
2788
2803
|
MtaTransactionInputTypeToDisplayText: ()=>MtaTransactionInputTypeToDisplayText,
|
|
2789
2804
|
updateMenuRestReqSchema: ()=>updateMenuRestReqSchema,
|
|
2790
2805
|
cmaClosedAccountPeriodRestResSchema: ()=>cmaClosedAccountPeriodRestResSchema,
|
|
2791
2806
|
cmaReconciliationRestResSchema: ()=>cmaReconciliationRestResSchema,
|
|
2792
2807
|
mtaPaymentMethodEntitySchema: ()=>mtaPaymentMethodEntitySchema,
|
|
2808
|
+
confirmPayoutBankFileProcessedRestReqSchema: ()=>confirmPayoutBankFileProcessedRestReqSchema,
|
|
2793
2809
|
payoutEntitySchema: ()=>payoutEntitySchema,
|
|
2794
|
-
payoutSourceDetailsRestSchema: ()=>payoutSourceDetailsRestSchema,
|
|
2795
2810
|
cmaRestResSchema: ()=>cmaRestResSchema,
|
|
2796
2811
|
DEFAULT_PAYOUT_TARGET_BANK_REF: ()=>DEFAULT_PAYOUT_TARGET_BANK_REF,
|
|
2797
2812
|
propertyRestResSchema: ()=>propertyRestResSchema,
|
|
@@ -2803,29 +2818,34 @@ var __webpack_exports__ = {};
|
|
|
2803
2818
|
MtaTransactionInputType: ()=>mta_input_type_constant_MtaTransactionInputType,
|
|
2804
2819
|
createCmaRestReqSchema: ()=>createCmaRestReqSchema,
|
|
2805
2820
|
AccountingCommonStatus: ()=>common_status_constant_AccountingCommonStatus,
|
|
2821
|
+
unknownPayoutRestResSchema: ()=>unknownPayoutRestResSchema,
|
|
2822
|
+
mtaToCmaPayoutPaymentRestSchema: ()=>mtaToCmaPayoutPaymentRestSchema,
|
|
2806
2823
|
mtaTransactionEntitySchema: ()=>mtaTransactionEntitySchema,
|
|
2824
|
+
createSettlementPayoutSourceAccountSchema: ()=>createSettlementPayoutSourceAccountSchema,
|
|
2807
2825
|
getTransactionAmountStr: ()=>getTransactionAmountStr,
|
|
2808
2826
|
cmaAccountPeriodEntitySchema: ()=>cmaAccountPeriodEntitySchema,
|
|
2827
|
+
mtaSettlementPayoutRestResSchema: ()=>mtaSettlementPayoutRestResSchema,
|
|
2828
|
+
updateMtaToCmaPayoutRestReqSchema: ()=>updateMtaToCmaPayoutRestReqSchema,
|
|
2809
2829
|
userEntitySchema: ()=>userEntitySchema,
|
|
2810
2830
|
bankReconciliationSummaryRestReqSchema: ()=>bankReconciliationSummaryRestReqSchema,
|
|
2831
|
+
createUnknownPayoutRestReqSchema: ()=>createUnknownPayoutRestReqSchema,
|
|
2811
2832
|
markCmaTransactionAsClearedRestReqSchema: ()=>markCmaTransactionAsClearedRestReqSchema,
|
|
2812
|
-
payoutOtherProvisionDataEntitySchema: ()=>payoutOtherProvisionDataEntitySchema,
|
|
2813
|
-
payoutDetailRestResSchema: ()=>payoutDetailRestResSchema,
|
|
2814
2833
|
createSettlementPayoutRestReqSchema: ()=>createSettlementPayoutRestReqSchema,
|
|
2815
2834
|
InputJsonValueSchema: ()=>InputJsonValueSchema,
|
|
2835
|
+
updateCmaSettlementPayoutRestReqSchema: ()=>updateCmaSettlementPayoutRestReqSchema,
|
|
2816
2836
|
MtaPayoutTransactionType: ()=>MtaPayoutTransactionType,
|
|
2817
2837
|
cmaTransactionRestResBaseSchema: ()=>cmaTransactionRestResBaseSchema,
|
|
2818
2838
|
cmaAccountPeriodClosingSummaryRestReqSchema: ()=>cmaAccountPeriodClosingSummaryRestReqSchema,
|
|
2819
2839
|
maskBankAccount: ()=>maskBankAccount,
|
|
2820
2840
|
createSettlementPayoutTargetAccountSchema: ()=>createSettlementPayoutTargetAccountSchema,
|
|
2821
2841
|
approveMtaAllocationRestReqSchema: ()=>approveMtaAllocationRestReqSchema,
|
|
2822
|
-
confirmBankFileProcessedRestReqSchema: ()=>confirmBankFileProcessedRestReqSchema,
|
|
2823
2842
|
createMenuRestReqSchema: ()=>createMenuRestReqSchema,
|
|
2824
2843
|
mtaClosedAccountPeriodRestResSchema: ()=>mtaClosedAccountPeriodRestResSchema,
|
|
2825
2844
|
commonReportRestReqSchema: ()=>commonReportRestReqSchema,
|
|
2826
2845
|
isTransactionAssignable: ()=>isTransactionAssignable,
|
|
2827
2846
|
ProjectMtaAllocationStatus: ()=>ProjectMtaAllocationStatus,
|
|
2828
2847
|
cancelPayoutRestReqSchema: ()=>cancelPayoutRestReqSchema,
|
|
2848
|
+
unknownPayoutSourceDetailEntitySchema: ()=>unknownPayoutSourceDetailEntitySchema,
|
|
2829
2849
|
commonReportWithCmaSelectionRestReqSchema: ()=>commonReportWithCmaSelectionRestReqSchema,
|
|
2830
2850
|
mtaListItemRestResSchema: ()=>mtaListItemRestResSchema,
|
|
2831
2851
|
MtaTransactionPaymentMethod: ()=>mta_payment_method_constant_MtaTransactionPaymentMethod,
|
|
@@ -2833,11 +2853,12 @@ var __webpack_exports__ = {};
|
|
|
2833
2853
|
MtaTransactionStatusToDisplayTextMapper: ()=>MtaTransactionStatusToDisplayTextMapper,
|
|
2834
2854
|
payoutRestResBaseSchema: ()=>payoutRestResBaseSchema,
|
|
2835
2855
|
updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema: ()=>updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema,
|
|
2856
|
+
mtaToCmaPayoutProvisionDataRestSchema: ()=>mtaToCmaPayoutProvisionDataRestSchema,
|
|
2836
2857
|
CmaStatus: ()=>CmaStatus,
|
|
2837
2858
|
MtaTransactionStatus: ()=>MtaTransactionStatus,
|
|
2838
2859
|
fromDollarsToCents: ()=>fromDollarsToCents,
|
|
2839
2860
|
PayoutBankFileStatus: ()=>PayoutBankFileStatus,
|
|
2840
|
-
|
|
2861
|
+
mtaTransactionNestedSchema: ()=>mtaTransactionNestedSchema,
|
|
2841
2862
|
mtaAccountPeriodClosingSummaryRestReqSchema: ()=>mtaAccountPeriodClosingSummaryRestReqSchema,
|
|
2842
2863
|
MenuType: ()=>MenuType,
|
|
2843
2864
|
assignUnknownReceiptToPropertyRestReqSchema: ()=>assignUnknownReceiptToPropertyRestReqSchema,
|
|
@@ -2849,8 +2870,8 @@ var __webpack_exports__ = {};
|
|
|
2849
2870
|
maskBankBsb: ()=>maskBankBsb,
|
|
2850
2871
|
projectEntitySchema: ()=>projectEntitySchema,
|
|
2851
2872
|
mtaRestResSchema: ()=>mtaRestResSchema,
|
|
2852
|
-
|
|
2853
|
-
|
|
2873
|
+
updateUnknownPayoutTargetDetailRestReqSchema: ()=>updateUnknownPayoutTargetDetailRestReqSchema,
|
|
2874
|
+
generateMtaPaymentMethodAccountConfigForZepto: ()=>generateMtaPaymentMethodAccountConfigForZepto
|
|
2854
2875
|
});
|
|
2855
2876
|
var common_utils_namespaceObject = {};
|
|
2856
2877
|
__webpack_require__.r(common_utils_namespaceObject);
|
|
@@ -2874,6 +2895,7 @@ var __webpack_exports__ = {};
|
|
|
2874
2895
|
CmaTransactionCreateType["MANUAL"] = "manual";
|
|
2875
2896
|
CmaTransactionCreateType["SYSTEM"] = "system";
|
|
2876
2897
|
CmaTransactionCreateType["FROM_PAYOUT"] = "from_payout";
|
|
2898
|
+
CmaTransactionCreateType["CANCEL"] = "cancel";
|
|
2877
2899
|
return CmaTransactionCreateType;
|
|
2878
2900
|
}({});
|
|
2879
2901
|
const CmaTransactionInputTypeToDisplayText = {
|
|
@@ -2883,7 +2905,8 @@ var __webpack_exports__ = {};
|
|
|
2883
2905
|
const CmaTransactionCreateTypeToDisplayText = {
|
|
2884
2906
|
["manual"]: 'Manual',
|
|
2885
2907
|
["system"]: 'System',
|
|
2886
|
-
["from_payout"]: 'From Payout'
|
|
2908
|
+
["from_payout"]: 'From Payout',
|
|
2909
|
+
["cancel"]: 'Cancel'
|
|
2887
2910
|
};
|
|
2888
2911
|
var cma_payment_method_constant_CmaTransactionPaymentMethod = /*#__PURE__*/ function(CmaTransactionPaymentMethod) {
|
|
2889
2912
|
CmaTransactionPaymentMethod["EFT"] = "EFT";
|
|
@@ -2941,6 +2964,10 @@ var __webpack_exports__ = {};
|
|
|
2941
2964
|
SYNCED: 'synced',
|
|
2942
2965
|
FAILED: 'failed'
|
|
2943
2966
|
};
|
|
2967
|
+
var payment_method_constant_PaymentMethod = /*#__PURE__*/ function(PaymentMethod) {
|
|
2968
|
+
PaymentMethod["EFT"] = "EFT";
|
|
2969
|
+
return PaymentMethod;
|
|
2970
|
+
}({});
|
|
2944
2971
|
var reconcile_transaction_action_constant_ReconcileTransactionAction = /*#__PURE__*/ function(ReconcileTransactionAction) {
|
|
2945
2972
|
ReconcileTransactionAction["RECONCILE"] = "reconcile";
|
|
2946
2973
|
ReconcileTransactionAction["UNRECONCILE"] = "unreconcile";
|
|
@@ -2968,6 +2995,7 @@ var __webpack_exports__ = {};
|
|
|
2968
2995
|
var mta_input_type_constant_MtaTransactionInputType = /*#__PURE__*/ function(MtaTransactionInputType) {
|
|
2969
2996
|
MtaTransactionInputType["RECEIPT"] = "receipt";
|
|
2970
2997
|
MtaTransactionInputType["PAYMENT"] = "payment";
|
|
2998
|
+
MtaTransactionInputType["CANCEL"] = "cancel";
|
|
2971
2999
|
return MtaTransactionInputType;
|
|
2972
3000
|
}({});
|
|
2973
3001
|
const MtaTransactionInputTypeToDisplayText = {
|
|
@@ -2988,6 +3016,18 @@ var __webpack_exports__ = {};
|
|
|
2988
3016
|
[MtaTransactionStatus.CLEARED]: 'Cleared',
|
|
2989
3017
|
[MtaTransactionStatus.RECONCILED]: 'Reconciled'
|
|
2990
3018
|
};
|
|
3019
|
+
const MtaTransactionExtendedStatus = {
|
|
3020
|
+
...MtaTransactionStatus,
|
|
3021
|
+
ALL: 'all',
|
|
3022
|
+
UNKNOWN_RECEIPT: 'unknown_receipt',
|
|
3023
|
+
PENDING_PURCHASE_INFO: 'pending_purchase_info'
|
|
3024
|
+
};
|
|
3025
|
+
const MtaTransactionExtendedStatusToDisplayTextMapper = {
|
|
3026
|
+
...MtaTransactionStatusToDisplayTextMapper,
|
|
3027
|
+
[MtaTransactionExtendedStatus.ALL]: 'All',
|
|
3028
|
+
[MtaTransactionExtendedStatus.UNKNOWN_RECEIPT]: 'Unknown Receipt',
|
|
3029
|
+
[MtaTransactionExtendedStatus.PENDING_PURCHASE_INFO]: 'Pending Purchase Info'
|
|
3030
|
+
};
|
|
2991
3031
|
const MtaCustomerTransactionType = {
|
|
2992
3032
|
HOLDING_DEPOSIT: 'holding_deposit',
|
|
2993
3033
|
SIGNING_DEPOSIT: 'signing_deposit',
|
|
@@ -3100,9 +3140,9 @@ var __webpack_exports__ = {};
|
|
|
3100
3140
|
ACTIVE: 'active'
|
|
3101
3141
|
};
|
|
3102
3142
|
const PropertyStage = {
|
|
3103
|
-
INITIAL_DEPOSIT:
|
|
3104
|
-
STANDARD_SALE:
|
|
3105
|
-
COPOSIT_SALE:
|
|
3143
|
+
INITIAL_DEPOSIT: 'initial_deposit',
|
|
3144
|
+
STANDARD_SALE: 'standard_sale',
|
|
3145
|
+
COPOSIT_SALE: 'coposit_sale'
|
|
3106
3146
|
};
|
|
3107
3147
|
var report_data_range_type_constant_ReportDataRangeType = /*#__PURE__*/ function(ReportDataRangeType) {
|
|
3108
3148
|
ReportDataRangeType["SPECIFY_EXACT_DATA"] = "specify_exact_data";
|
|
@@ -3170,6 +3210,11 @@ var __webpack_exports__ = {};
|
|
|
3170
3210
|
external_zod_namespaceObject.z.lazy(()=>bigIntFilterBaseSchema)
|
|
3171
3211
|
]).optional()
|
|
3172
3212
|
});
|
|
3213
|
+
const QueryMode = {
|
|
3214
|
+
DEFAULT: 'default',
|
|
3215
|
+
INSENSITIVE: 'insensitive'
|
|
3216
|
+
};
|
|
3217
|
+
const queryModeSchema = external_zod_namespaceObject.z.nativeEnum(QueryMode);
|
|
3173
3218
|
const StringFilterBaseSchema = external_zod_namespaceObject.z.object({
|
|
3174
3219
|
equals: external_zod_namespaceObject.z.string().optional(),
|
|
3175
3220
|
in: external_zod_namespaceObject.z.string().array().optional(),
|
|
@@ -3193,11 +3238,17 @@ var __webpack_exports__ = {};
|
|
|
3193
3238
|
contains: external_zod_namespaceObject.z.string().optional(),
|
|
3194
3239
|
startsWith: external_zod_namespaceObject.z.string().optional(),
|
|
3195
3240
|
endsWith: external_zod_namespaceObject.z.string().optional(),
|
|
3241
|
+
mode: external_zod_namespaceObject.z.lazy(()=>queryModeSchema).optional(),
|
|
3196
3242
|
not: external_zod_namespaceObject.z.union([
|
|
3197
3243
|
external_zod_namespaceObject.z.string(),
|
|
3198
3244
|
external_zod_namespaceObject.z.lazy(()=>StringFilterBaseSchema)
|
|
3199
3245
|
]).optional()
|
|
3200
3246
|
}).strict();
|
|
3247
|
+
const simpleStringFilterSchema = external_zod_namespaceObject.z.object({
|
|
3248
|
+
equals: external_zod_namespaceObject.z.string().optional(),
|
|
3249
|
+
not: external_zod_namespaceObject.z.string().optional(),
|
|
3250
|
+
mode: external_zod_namespaceObject.z.lazy(()=>queryModeSchema).optional()
|
|
3251
|
+
}).strict();
|
|
3201
3252
|
const cmaSearchRestReqSchema = external_zod_namespaceObject.z.object({
|
|
3202
3253
|
id: external_zod_namespaceObject.z.union([
|
|
3203
3254
|
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
@@ -3247,9 +3298,9 @@ var __webpack_exports__ = {};
|
|
|
3247
3298
|
propertyId: external_zod_namespaceObject.z.string().nullable(),
|
|
3248
3299
|
payoutId: external_zod_namespaceObject.z.string().nullable(),
|
|
3249
3300
|
inputType: external_zod_namespaceObject.z.string(),
|
|
3250
|
-
creditAmountCents: external_zod_namespaceObject.z.bigint(),
|
|
3251
|
-
debitAmountCents: external_zod_namespaceObject.z.bigint(),
|
|
3252
|
-
balanceCents: external_zod_namespaceObject.z.bigint(),
|
|
3301
|
+
creditAmountCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3302
|
+
debitAmountCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3303
|
+
balanceCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3253
3304
|
createType: external_zod_namespaceObject.z.string(),
|
|
3254
3305
|
bankRef: external_zod_namespaceObject.z.string().nullable(),
|
|
3255
3306
|
description: external_zod_namespaceObject.z.string().nullable(),
|
|
@@ -3276,6 +3327,38 @@ var __webpack_exports__ = {};
|
|
|
3276
3327
|
subsequentTransactions: external_zod_namespaceObject.z.lazy(()=>cmaTransactionEntitySchema.array()).optional(),
|
|
3277
3328
|
reconciledTransactions: external_zod_namespaceObject.z.lazy(()=>cmaReconciledTransactionEntitySchema.array()).optional()
|
|
3278
3329
|
});
|
|
3330
|
+
const mtaReconciledTransactionEntitySchema = external_zod_namespaceObject.z.object({
|
|
3331
|
+
id: external_zod_namespaceObject.z.string().uuid(),
|
|
3332
|
+
mtaTransactionId: external_zod_namespaceObject.z.string(),
|
|
3333
|
+
accountPeriodId: external_zod_namespaceObject.z.string().nullable(),
|
|
3334
|
+
reconciledByReconciliationId: external_zod_namespaceObject.z.string(),
|
|
3335
|
+
reconciledAt: external_zod_namespaceObject.z.coerce.date(),
|
|
3336
|
+
status: external_zod_namespaceObject.z.string(),
|
|
3337
|
+
isArchived: external_zod_namespaceObject.z.boolean(),
|
|
3338
|
+
createdBy: external_zod_namespaceObject.z.string(),
|
|
3339
|
+
createdAt: external_zod_namespaceObject.z.coerce.date(),
|
|
3340
|
+
updatedAt: external_zod_namespaceObject.z.coerce.date()
|
|
3341
|
+
});
|
|
3342
|
+
const mtaEntitySchema = external_zod_namespaceObject.z.object({
|
|
3343
|
+
id: external_zod_namespaceObject.z.string().uuid(),
|
|
3344
|
+
name: external_zod_namespaceObject.z.string(),
|
|
3345
|
+
country: external_zod_namespaceObject.z.string(),
|
|
3346
|
+
stateCode: external_zod_namespaceObject.z.string(),
|
|
3347
|
+
bankCode: external_zod_namespaceObject.z.string(),
|
|
3348
|
+
subsidiaryId: external_zod_namespaceObject.z.string(),
|
|
3349
|
+
bsb: external_zod_namespaceObject.z.string(),
|
|
3350
|
+
accountNumber: external_zod_namespaceObject.z.string(),
|
|
3351
|
+
balanceCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3352
|
+
currentReceiveSeq: external_zod_namespaceObject.z.number().int(),
|
|
3353
|
+
currentPayoutSeq: external_zod_namespaceObject.z.number().int(),
|
|
3354
|
+
status: external_zod_namespaceObject.z.string(),
|
|
3355
|
+
isArchived: external_zod_namespaceObject.z.boolean(),
|
|
3356
|
+
createdAt: external_zod_namespaceObject.z.coerce.date(),
|
|
3357
|
+
syncedAt: external_zod_namespaceObject.z.coerce.date().nullable(),
|
|
3358
|
+
updatedAt: external_zod_namespaceObject.z.coerce.date(),
|
|
3359
|
+
createdBy: external_zod_namespaceObject.z.string().nullable(),
|
|
3360
|
+
updatedBy: external_zod_namespaceObject.z.string().nullable()
|
|
3361
|
+
});
|
|
3279
3362
|
const mtaTransactionEntitySchema = external_zod_namespaceObject.z.object({
|
|
3280
3363
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
3281
3364
|
referenceId: external_zod_namespaceObject.z.string().nullable(),
|
|
@@ -3284,9 +3367,9 @@ var __webpack_exports__ = {};
|
|
|
3284
3367
|
propertyId: external_zod_namespaceObject.z.string().nullable(),
|
|
3285
3368
|
inputType: external_zod_namespaceObject.z.string(),
|
|
3286
3369
|
transactionType: external_zod_namespaceObject.z.string(),
|
|
3287
|
-
creditAmountCents: external_zod_namespaceObject.z.bigint(),
|
|
3288
|
-
debitAmountCents: external_zod_namespaceObject.z.bigint(),
|
|
3289
|
-
balanceCents: external_zod_namespaceObject.z.bigint(),
|
|
3370
|
+
creditAmountCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3371
|
+
debitAmountCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3372
|
+
balanceCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3290
3373
|
bankRef: external_zod_namespaceObject.z.string().nullable(),
|
|
3291
3374
|
description: external_zod_namespaceObject.z.string().nullable(),
|
|
3292
3375
|
status: external_zod_namespaceObject.z.string(),
|
|
@@ -3306,25 +3389,12 @@ var __webpack_exports__ = {};
|
|
|
3306
3389
|
createdBy: external_zod_namespaceObject.z.string().uuid().nullable(),
|
|
3307
3390
|
payoutId: external_zod_namespaceObject.z.string().uuid().nullable()
|
|
3308
3391
|
});
|
|
3309
|
-
const
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
subsidiaryId: external_zod_namespaceObject.z.string(),
|
|
3316
|
-
bsb: external_zod_namespaceObject.z.string(),
|
|
3317
|
-
accountNumber: external_zod_namespaceObject.z.string(),
|
|
3318
|
-
balanceCents: external_zod_namespaceObject.z.bigint(),
|
|
3319
|
-
currentReceiveSeq: external_zod_namespaceObject.z.number().int(),
|
|
3320
|
-
currentPayoutSeq: external_zod_namespaceObject.z.number().int(),
|
|
3321
|
-
status: external_zod_namespaceObject.z.string(),
|
|
3322
|
-
isArchived: external_zod_namespaceObject.z.boolean(),
|
|
3323
|
-
createdAt: external_zod_namespaceObject.z.coerce.date(),
|
|
3324
|
-
syncedAt: external_zod_namespaceObject.z.coerce.date().nullable(),
|
|
3325
|
-
updatedAt: external_zod_namespaceObject.z.coerce.date(),
|
|
3326
|
-
createdBy: external_zod_namespaceObject.z.string().nullable(),
|
|
3327
|
-
updatedBy: external_zod_namespaceObject.z.string().nullable()
|
|
3392
|
+
const mtaTransactionNestedSchema = external_zod_namespaceObject.z.object({
|
|
3393
|
+
property: external_zod_namespaceObject.z.lazy(()=>propertyNestedEntitySchema),
|
|
3394
|
+
mta: external_zod_namespaceObject.z.lazy(()=>mtaEntitySchema),
|
|
3395
|
+
sourceTransaction: external_zod_namespaceObject.z.lazy(()=>mtaTransactionEntitySchema).optional(),
|
|
3396
|
+
subsequentTransactions: external_zod_namespaceObject.z.lazy(()=>mtaTransactionEntitySchema.array()).optional(),
|
|
3397
|
+
reconciledTransactions: external_zod_namespaceObject.z.lazy(()=>mtaReconciledTransactionEntitySchema.array()).optional()
|
|
3328
3398
|
});
|
|
3329
3399
|
const developerEntitySchema = external_zod_namespaceObject.z.object({
|
|
3330
3400
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
@@ -3370,17 +3440,17 @@ var __webpack_exports__ = {};
|
|
|
3370
3440
|
lotDetail: external_zod_namespaceObject.z.string().nullable(),
|
|
3371
3441
|
propertyAddress: external_zod_namespaceObject.z.string(),
|
|
3372
3442
|
balanceCents: external_zod_namespaceObject.z.union([
|
|
3373
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3374
|
-
external_zod_namespaceObject.z.number()
|
|
3375
|
-
]),
|
|
3443
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
3444
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3445
|
+
]).pipe(external_zod_namespaceObject.z.bigint()),
|
|
3376
3446
|
cmaBalanceCents: external_zod_namespaceObject.z.union([
|
|
3377
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3378
|
-
external_zod_namespaceObject.z.number()
|
|
3379
|
-
]),
|
|
3447
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
3448
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3449
|
+
]).pipe(external_zod_namespaceObject.z.bigint()),
|
|
3380
3450
|
mtaBalanceCents: external_zod_namespaceObject.z.union([
|
|
3381
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3382
|
-
external_zod_namespaceObject.z.number()
|
|
3383
|
-
]),
|
|
3451
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
3452
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3453
|
+
]).pipe(external_zod_namespaceObject.z.bigint()),
|
|
3384
3454
|
stage: external_zod_namespaceObject.z.string(),
|
|
3385
3455
|
status: external_zod_namespaceObject.z.string(),
|
|
3386
3456
|
mtaId: external_zod_namespaceObject.z.string(),
|
|
@@ -3408,7 +3478,7 @@ var __webpack_exports__ = {};
|
|
|
3408
3478
|
accountNumber: external_zod_namespaceObject.z.string(),
|
|
3409
3479
|
accountName: external_zod_namespaceObject.z.string(),
|
|
3410
3480
|
propertyId: external_zod_namespaceObject.z.string(),
|
|
3411
|
-
balanceCents: external_zod_namespaceObject.z.bigint(),
|
|
3481
|
+
balanceCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3412
3482
|
currentReceiveSeq: external_zod_namespaceObject.z.number().int(),
|
|
3413
3483
|
currentPayoutSeq: external_zod_namespaceObject.z.number().int(),
|
|
3414
3484
|
payoutId: external_zod_namespaceObject.z.number().int(),
|
|
@@ -3466,13 +3536,10 @@ var __webpack_exports__ = {};
|
|
|
3466
3536
|
account: `${maskBankBsb(payload.bsb)} ${maskBankAccountNumber(payload.accountNumber)}`
|
|
3467
3537
|
});
|
|
3468
3538
|
const accountBsbMaskedSchema = external_zod_namespaceObject.z.string().transform(maskBankBsb);
|
|
3539
|
+
const accountBsbFormattedSchema = external_zod_namespaceObject.z.string().transform(formatBankBsb);
|
|
3469
3540
|
const accountBsbValidationSchema = external_zod_namespaceObject.z.coerce.string().min(1, 'BSB is required').length(6, 'BSB must be 6 digits').regex(/^\d+$/, {
|
|
3470
3541
|
message: 'BSB must be all digits'
|
|
3471
3542
|
});
|
|
3472
|
-
const accountNumberMaskedSchema = external_zod_namespaceObject.z.string().transform(maskBankAccountNumber);
|
|
3473
|
-
const accountNumberValidationSchema = external_zod_namespaceObject.z.coerce.string().min(1, 'Account Number is required').max(9, 'Account Number must be less than 9 digits').regex(/^\d+$/, {
|
|
3474
|
-
message: 'Account number must be all digits'
|
|
3475
|
-
});
|
|
3476
3543
|
const am_zshared_namespaceObject = require("@mikemo-coposit/am-zshared");
|
|
3477
3544
|
const bankCodeSchema = external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(am_zshared_namespaceObject.AuTrustAccountBankCode));
|
|
3478
3545
|
const stateCodeSchema = external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(am_zshared_namespaceObject.AuStateCode));
|
|
@@ -3489,12 +3556,16 @@ var __webpack_exports__ = {};
|
|
|
3489
3556
|
balanceCents: centsToDollarsSchema,
|
|
3490
3557
|
stateCode: stateCodeSchema,
|
|
3491
3558
|
bankCode: bankCodeSchema,
|
|
3492
|
-
accountNumber:
|
|
3493
|
-
bsb:
|
|
3559
|
+
accountNumber: external_zod_namespaceObject.z.string(),
|
|
3560
|
+
bsb: accountBsbFormattedSchema,
|
|
3494
3561
|
status: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(CmaStatus))
|
|
3495
3562
|
});
|
|
3496
3563
|
const cmaRestResSchema = cmaRestResBaseSchema.extend({
|
|
3497
|
-
property: external_zod_namespaceObject.z.lazy(()=>propertyNestedEntitySchema.
|
|
3564
|
+
property: external_zod_namespaceObject.z.lazy(()=>propertyNestedEntitySchema.extend({
|
|
3565
|
+
cmaBalanceCents: centsToDollarsSchema,
|
|
3566
|
+
mtaBalanceCents: centsToDollarsSchema,
|
|
3567
|
+
balanceCents: centsToDollarsSchema
|
|
3568
|
+
}).omit({
|
|
3498
3569
|
cma: true,
|
|
3499
3570
|
mta: true,
|
|
3500
3571
|
cmaTransactions: true,
|
|
@@ -3527,13 +3598,13 @@ var __webpack_exports__ = {};
|
|
|
3527
3598
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
3528
3599
|
cmaAccountPeriodId: external_zod_namespaceObject.z.string(),
|
|
3529
3600
|
cmaId: external_zod_namespaceObject.z.string(),
|
|
3530
|
-
closingBalanceCents: external_zod_namespaceObject.z.bigint().nullable(),
|
|
3601
|
+
closingBalanceCents: external_zod_namespaceObject.z.coerce.bigint().nullable(),
|
|
3531
3602
|
reconciledTo: external_zod_namespaceObject.z.coerce.date(),
|
|
3532
|
-
reconciledAmountCents: external_zod_namespaceObject.z.bigint().nullable(),
|
|
3533
|
-
unreconciledAmountCents: external_zod_namespaceObject.z.bigint().nullable(),
|
|
3534
|
-
totalReconciledAmountCents: external_zod_namespaceObject.z.bigint().nullable(),
|
|
3535
|
-
bankStatementBalanceCents: external_zod_namespaceObject.z.bigint(),
|
|
3536
|
-
closingVarianceCents: external_zod_namespaceObject.z.bigint().nullable(),
|
|
3603
|
+
reconciledAmountCents: external_zod_namespaceObject.z.coerce.bigint().nullable(),
|
|
3604
|
+
unreconciledAmountCents: external_zod_namespaceObject.z.coerce.bigint().nullable(),
|
|
3605
|
+
totalReconciledAmountCents: external_zod_namespaceObject.z.coerce.bigint().nullable(),
|
|
3606
|
+
bankStatementBalanceCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3607
|
+
closingVarianceCents: external_zod_namespaceObject.z.coerce.bigint().nullable(),
|
|
3537
3608
|
closedAt: external_zod_namespaceObject.z.coerce.date().nullable(),
|
|
3538
3609
|
createdBy: external_zod_namespaceObject.z.string(),
|
|
3539
3610
|
createdAt: external_zod_namespaceObject.z.coerce.date(),
|
|
@@ -3591,12 +3662,6 @@ var __webpack_exports__ = {};
|
|
|
3591
3662
|
return isCmaInterest;
|
|
3592
3663
|
};
|
|
3593
3664
|
const isTransactionCancelable = (transaction)=>{
|
|
3594
|
-
const isUnkonwn = isUnknownTransaction(transaction);
|
|
3595
|
-
const isInterest = isInterestTransaction(transaction);
|
|
3596
|
-
if (true !== isUnkonwn && true !== isInterest) return {
|
|
3597
|
-
isCancelable: false,
|
|
3598
|
-
reason: 'Transaction is not unknown or interest'
|
|
3599
|
-
};
|
|
3600
3665
|
if (transaction.isCanceled) return {
|
|
3601
3666
|
isCancelable: false,
|
|
3602
3667
|
reason: 'Transaction is already canceled'
|
|
@@ -3605,14 +3670,18 @@ var __webpack_exports__ = {};
|
|
|
3605
3670
|
isCancelable: false,
|
|
3606
3671
|
reason: 'Transaction is already refunded'
|
|
3607
3672
|
};
|
|
3608
|
-
if (
|
|
3673
|
+
if (transaction.transactionType === MtaTransactionType.TRANSACTION_CANCEL) return {
|
|
3609
3674
|
isCancelable: false,
|
|
3610
3675
|
reason: 'Cannot cancel cancel transaction'
|
|
3611
3676
|
};
|
|
3612
|
-
if (
|
|
3677
|
+
if (transaction.transactionType === MtaTransactionType.ASSIGN_UNKNOWN_TO_CUSTOMER) return {
|
|
3613
3678
|
isCancelable: false,
|
|
3614
3679
|
reason: 'Cannot cancel assign unknown transaction'
|
|
3615
3680
|
};
|
|
3681
|
+
if (transaction.transactionType === MtaTransactionType.UNKNOWN && transaction.subsequentTransactions?.length) return {
|
|
3682
|
+
isCancelable: false,
|
|
3683
|
+
reason: 'Cannot cancel unknown transaction with subsequent transactions'
|
|
3684
|
+
};
|
|
3616
3685
|
return {
|
|
3617
3686
|
isCancelable: true
|
|
3618
3687
|
};
|
|
@@ -3673,8 +3742,8 @@ var __webpack_exports__ = {};
|
|
|
3673
3742
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
3674
3743
|
startDate: external_zod_namespaceObject.z.coerce.date(),
|
|
3675
3744
|
endDate: external_zod_namespaceObject.z.coerce.date().nullable(),
|
|
3676
|
-
openingBalanceCents: external_zod_namespaceObject.z.bigint(),
|
|
3677
|
-
closingBalanceCents: external_zod_namespaceObject.z.bigint().nullable(),
|
|
3745
|
+
openingBalanceCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3746
|
+
closingBalanceCents: external_zod_namespaceObject.z.coerce.bigint().nullable(),
|
|
3678
3747
|
status: external_zod_namespaceObject.z.string(),
|
|
3679
3748
|
closedBy: external_zod_namespaceObject.z.string().nullable(),
|
|
3680
3749
|
closedAt: external_zod_namespaceObject.z.coerce.date().nullable(),
|
|
@@ -3702,57 +3771,114 @@ var __webpack_exports__ = {};
|
|
|
3702
3771
|
cmaTransaction: external_zod_namespaceObject.z.lazy(()=>cmaTransactionRestResSchema).optional(),
|
|
3703
3772
|
accountPeriod: external_zod_namespaceObject.z.lazy(()=>cmaAccountPeriodRestResSchema).optional()
|
|
3704
3773
|
});
|
|
3705
|
-
const
|
|
3774
|
+
const mtaToCmaPayoutSourceDetailEntitySchema = external_zod_namespaceObject.z.object({
|
|
3706
3775
|
sourceAccountId: external_zod_namespaceObject.z.string(),
|
|
3707
|
-
|
|
3776
|
+
propertyId: external_zod_namespaceObject.z.string().uuid(),
|
|
3777
|
+
sourceAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutSourceAccountType.MTA).default(payout_constant_PayoutSourceAccountType.MTA),
|
|
3708
3778
|
sourceAccountName: external_zod_namespaceObject.z.string(),
|
|
3709
3779
|
sourceBsb: external_zod_namespaceObject.z.string(),
|
|
3710
3780
|
sourceAccountNumber: external_zod_namespaceObject.z.string(),
|
|
3711
3781
|
sourceAccountStateCode: external_zod_namespaceObject.z.string(),
|
|
3712
3782
|
sourceAccountBankCode: external_zod_namespaceObject.z.string(),
|
|
3713
|
-
debitAmountCents: external_zod_namespaceObject.z.coerce.
|
|
3783
|
+
debitAmountCents: external_zod_namespaceObject.z.coerce.number(),
|
|
3714
3784
|
description: external_zod_namespaceObject.z.string(),
|
|
3715
3785
|
bankRef: external_zod_namespaceObject.z.string(),
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
targetBsb: external_zod_namespaceObject.z.string().nullish(),
|
|
3720
|
-
targetAccountType: external_zod_namespaceObject.z.string().nullish(),
|
|
3721
|
-
targetAccountNumber: external_zod_namespaceObject.z.string().nullish(),
|
|
3722
|
-
targetAccountName: external_zod_namespaceObject.z.string().nullish(),
|
|
3723
|
-
creditAmountCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
3724
|
-
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
3725
|
-
bankRef: external_zod_namespaceObject.z.string().nullish(),
|
|
3726
|
-
transactionType: external_zod_namespaceObject.z.string().nullish()
|
|
3786
|
+
inputType: external_zod_namespaceObject.z.literal(mta_input_type_constant_MtaTransactionInputType.PAYMENT).default(mta_input_type_constant_MtaTransactionInputType.PAYMENT),
|
|
3787
|
+
transactionType: external_zod_namespaceObject.z.literal(MtaTransactionType.TRUST_TO_CMA_PAYOUT).default(MtaTransactionType.TRUST_TO_CMA_PAYOUT),
|
|
3788
|
+
clearedAt: external_zod_namespaceObject.z.coerce.date().nullish()
|
|
3727
3789
|
}).passthrough();
|
|
3728
|
-
const
|
|
3729
|
-
targetAccountId: external_zod_namespaceObject.z.string()
|
|
3730
|
-
targetAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutTargetAccountType.CMA),
|
|
3790
|
+
const mtaToCmaPayoutTargetDetailEntitySchema = external_zod_namespaceObject.z.object({
|
|
3791
|
+
targetAccountId: external_zod_namespaceObject.z.string(),
|
|
3792
|
+
targetAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutTargetAccountType.CMA).default(payout_constant_PayoutTargetAccountType.CMA),
|
|
3731
3793
|
targetBsb: external_zod_namespaceObject.z.string(),
|
|
3732
3794
|
targetAccountNumber: external_zod_namespaceObject.z.string(),
|
|
3733
|
-
targetAccountName: external_zod_namespaceObject.z.string()
|
|
3795
|
+
targetAccountName: external_zod_namespaceObject.z.string(),
|
|
3796
|
+
propertyId: external_zod_namespaceObject.z.string().uuid(),
|
|
3797
|
+
creditAmountCents: external_zod_namespaceObject.z.coerce.number(),
|
|
3798
|
+
description: external_zod_namespaceObject.z.string(),
|
|
3799
|
+
bankRef: external_zod_namespaceObject.z.string(),
|
|
3800
|
+
inputType: external_zod_namespaceObject.z.literal(cma_input_type_constant_CmaTransactionInputType.RECEIPT).default(cma_input_type_constant_CmaTransactionInputType.RECEIPT),
|
|
3801
|
+
transactionType: external_zod_namespaceObject.z.literal(CmaTransactionType.RECEIPT).default(MtaTransactionType.TRUST_TO_CMA_PAYOUT),
|
|
3802
|
+
clearedAt: external_zod_namespaceObject.z.coerce.date().nullish()
|
|
3734
3803
|
}).passthrough();
|
|
3735
|
-
const
|
|
3736
|
-
|
|
3737
|
-
|
|
3804
|
+
const mtaToCmaPayoutPaymentEntitySchema = external_zod_namespaceObject.z.object({
|
|
3805
|
+
sourceDetail: mtaToCmaPayoutSourceDetailEntitySchema,
|
|
3806
|
+
targetDetail: mtaToCmaPayoutTargetDetailEntitySchema,
|
|
3807
|
+
property: external_zod_namespaceObject.z.lazy(()=>propertyEntitySchema).nullish()
|
|
3808
|
+
}).passthrough();
|
|
3809
|
+
const mtaToCmaPayoutProvisionDataEntitySchema = external_zod_namespaceObject.z.object({
|
|
3810
|
+
payments: mtaToCmaPayoutPaymentEntitySchema.array(),
|
|
3811
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_TO_CMA_PAYOUT).default(PayoutType.TRUST_TO_CMA_PAYOUT)
|
|
3812
|
+
}).passthrough();
|
|
3813
|
+
const commonPayoutTargetDetailEntitySchema = external_zod_namespaceObject.z.object({
|
|
3814
|
+
creditAmountCents: external_zod_namespaceObject.z.coerce.number(),
|
|
3815
|
+
targetAccountId: external_zod_namespaceObject.z.string(),
|
|
3816
|
+
targetAccountType: external_zod_namespaceObject.z.nativeEnum(payout_constant_PayoutTargetAccountType),
|
|
3817
|
+
targetBsb: external_zod_namespaceObject.z.string().trim().min(1),
|
|
3818
|
+
targetAccountNumber: external_zod_namespaceObject.z.string().trim().min(1),
|
|
3819
|
+
targetAccountName: external_zod_namespaceObject.z.string().trim().min(1),
|
|
3820
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
3821
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
3822
|
+
propertyId: external_zod_namespaceObject.z.string().uuid().nullish(),
|
|
3823
|
+
clearedAt: external_zod_namespaceObject.z.coerce.date().nullish()
|
|
3824
|
+
}).passthrough();
|
|
3825
|
+
const commonPayoutSourceDetailEntitySchema = external_zod_namespaceObject.z.object({
|
|
3826
|
+
debitAmountCents: external_zod_namespaceObject.z.coerce.number(),
|
|
3827
|
+
sourceAccountId: external_zod_namespaceObject.z.string(),
|
|
3828
|
+
targetAccountId: external_zod_namespaceObject.z.string(),
|
|
3829
|
+
sourceAccountType: external_zod_namespaceObject.z.nativeEnum(payout_constant_PayoutSourceAccountType),
|
|
3830
|
+
propertyId: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
3831
|
+
sourceAccountName: external_zod_namespaceObject.z.string(),
|
|
3832
|
+
sourceBsb: external_zod_namespaceObject.z.string(),
|
|
3833
|
+
sourceAccountNumber: external_zod_namespaceObject.z.string(),
|
|
3834
|
+
sourceAccountStateCode: external_zod_namespaceObject.z.string(),
|
|
3835
|
+
sourceAccountBankCode: external_zod_namespaceObject.z.string(),
|
|
3836
|
+
bankRef: external_zod_namespaceObject.z.string(),
|
|
3837
|
+
description: external_zod_namespaceObject.z.string(),
|
|
3838
|
+
clearedAt: external_zod_namespaceObject.z.coerce.date().nullish()
|
|
3839
|
+
}).passthrough();
|
|
3840
|
+
const settlementPayoutSourceDetailEntitySchema = commonPayoutSourceDetailEntitySchema.extend({
|
|
3841
|
+
propertyId: external_zod_namespaceObject.z.string().uuid()
|
|
3842
|
+
}).passthrough();
|
|
3843
|
+
const settlementPayoutTargetDetailEntitySchema = commonPayoutTargetDetailEntitySchema.extend({
|
|
3844
|
+
targetAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutTargetAccountType.OTHER).default(payout_constant_PayoutTargetAccountType.OTHER),
|
|
3845
|
+
propertyId: external_zod_namespaceObject.z.string().uuid()
|
|
3846
|
+
}).passthrough();
|
|
3847
|
+
const settlementPayoutPaymentEntitySchema = external_zod_namespaceObject.z.object({
|
|
3848
|
+
sourceDetail: settlementPayoutSourceDetailEntitySchema,
|
|
3849
|
+
targetDetail: settlementPayoutTargetDetailEntitySchema,
|
|
3850
|
+
property: external_zod_namespaceObject.z.lazy(()=>propertyEntitySchema).nullish()
|
|
3851
|
+
}).passthrough();
|
|
3852
|
+
const settlementPayoutProvisionDataEntitySchema = external_zod_namespaceObject.z.object({
|
|
3853
|
+
cma: external_zod_namespaceObject.z.lazy(()=>cmaEntitySchema).nullish(),
|
|
3854
|
+
mta: external_zod_namespaceObject.z.lazy(()=>mtaEntitySchema).nullish(),
|
|
3855
|
+
payments: settlementPayoutPaymentEntitySchema.array(),
|
|
3856
|
+
payoutType: external_zod_namespaceObject.z["enum"]([
|
|
3857
|
+
PayoutType.TRUST_SETTLEMENT_PAYOUT,
|
|
3858
|
+
PayoutType.CMA_SETTLEMENT_PAYOUT
|
|
3859
|
+
])
|
|
3860
|
+
}).passthrough();
|
|
3861
|
+
const unknownPayoutSourceDetailEntitySchema = commonPayoutSourceDetailEntitySchema.extend({
|
|
3862
|
+
sourceAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutSourceAccountType.MTA).default(payout_constant_PayoutSourceAccountType.MTA),
|
|
3863
|
+
mtaTransactionId: external_zod_namespaceObject.z.string().uuid()
|
|
3738
3864
|
});
|
|
3739
|
-
const
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
});
|
|
3747
|
-
const
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
targetDetails: payoutOtherTargetDetailsEntitySchema.array()
|
|
3751
|
-
});
|
|
3752
|
-
const payoutProvisionDataEntitySchema = external_zod_namespaceObject.z.object({
|
|
3753
|
-
sourceDetails: payoutSourceDetailsEntitySchema,
|
|
3754
|
-
targetDetails: payoutTargetDetailsEntitySchema.array()
|
|
3865
|
+
const unknownPayoutTargetDetailEntitySchema = commonPayoutTargetDetailEntitySchema.extend({
|
|
3866
|
+
targetAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutTargetAccountType.OTHER).default(payout_constant_PayoutTargetAccountType.OTHER)
|
|
3867
|
+
});
|
|
3868
|
+
const unknownPayoutPaymentEntitySchema = external_zod_namespaceObject.z.object({
|
|
3869
|
+
sourceDetail: unknownPayoutSourceDetailEntitySchema,
|
|
3870
|
+
targetDetail: unknownPayoutTargetDetailEntitySchema,
|
|
3871
|
+
mtaTransaction: external_zod_namespaceObject.z.lazy(()=>mtaTransactionEntitySchema).nullish()
|
|
3872
|
+
}).passthrough();
|
|
3873
|
+
const unknownPayoutProvisionDataEntitySchema = external_zod_namespaceObject.z.object({
|
|
3874
|
+
payments: unknownPayoutPaymentEntitySchema.array(),
|
|
3875
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.UNKNOWN_PAYOUT)
|
|
3755
3876
|
}).passthrough();
|
|
3877
|
+
const payoutProvisionDataEntitySchema = external_zod_namespaceObject.z.discriminatedUnion('payoutType', [
|
|
3878
|
+
mtaToCmaPayoutProvisionDataEntitySchema,
|
|
3879
|
+
settlementPayoutProvisionDataEntitySchema,
|
|
3880
|
+
unknownPayoutProvisionDataEntitySchema
|
|
3881
|
+
]);
|
|
3756
3882
|
const payoutEntitySchema = external_zod_namespaceObject.z.object({
|
|
3757
3883
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
3758
3884
|
sequence: external_zod_namespaceObject.z.number().int(),
|
|
@@ -3863,64 +3989,64 @@ var __webpack_exports__ = {};
|
|
|
3863
3989
|
startDate: external_zod_namespaceObject.z.date(),
|
|
3864
3990
|
endDate: external_zod_namespaceObject.z.date(),
|
|
3865
3991
|
bankStatementBalanceCents: external_zod_namespaceObject.z.union([
|
|
3866
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3867
|
-
external_zod_namespaceObject.z.number()
|
|
3992
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
3993
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3868
3994
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3869
3995
|
currentTrustBalanceSummary: external_zod_namespaceObject.z.object({
|
|
3870
3996
|
totalAmountCents: external_zod_namespaceObject.z.union([
|
|
3871
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3872
|
-
external_zod_namespaceObject.z.number()
|
|
3997
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
3998
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3873
3999
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3874
4000
|
totalCreditAmountCents: external_zod_namespaceObject.z.union([
|
|
3875
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3876
|
-
external_zod_namespaceObject.z.number()
|
|
4001
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4002
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3877
4003
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3878
4004
|
totalDebitAmountCents: external_zod_namespaceObject.z.union([
|
|
3879
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3880
|
-
external_zod_namespaceObject.z.number()
|
|
4005
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4006
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3881
4007
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3882
4008
|
totalTransactionsCount: external_zod_namespaceObject.z.number()
|
|
3883
4009
|
}),
|
|
3884
4010
|
reconciliations: external_zod_namespaceObject.z.lazy(()=>cmaReconciliationRestResSchema.array()).nullish(),
|
|
3885
4011
|
totalReconciledAmountSummary: external_zod_namespaceObject.z.object({
|
|
3886
4012
|
totalReconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
3887
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3888
|
-
external_zod_namespaceObject.z.number()
|
|
4013
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4014
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3889
4015
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3890
4016
|
totalReconciledCreditAmountCents: external_zod_namespaceObject.z.union([
|
|
3891
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3892
|
-
external_zod_namespaceObject.z.number()
|
|
4017
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4018
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3893
4019
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3894
4020
|
totalReconciledDebitAmountCents: external_zod_namespaceObject.z.union([
|
|
3895
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3896
|
-
external_zod_namespaceObject.z.number()
|
|
4021
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4022
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3897
4023
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3898
4024
|
totalReconciledTransactionsCount: external_zod_namespaceObject.z.number()
|
|
3899
4025
|
}),
|
|
3900
4026
|
totalUnreconciledAmountSummary: external_zod_namespaceObject.z.object({
|
|
3901
4027
|
totalUnreconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
3902
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3903
|
-
external_zod_namespaceObject.z.number()
|
|
4028
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4029
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3904
4030
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3905
4031
|
totalUnreconciledCreditAmountCents: external_zod_namespaceObject.z.union([
|
|
3906
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3907
|
-
external_zod_namespaceObject.z.number()
|
|
4032
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4033
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3908
4034
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3909
4035
|
totalUnreconciledDebitAmountCents: external_zod_namespaceObject.z.union([
|
|
3910
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3911
|
-
external_zod_namespaceObject.z.number()
|
|
4036
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4037
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3912
4038
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3913
4039
|
totalUnreconciledTransactionsCount: external_zod_namespaceObject.z.number()
|
|
3914
4040
|
}),
|
|
3915
4041
|
transactionsSummary: external_zod_namespaceObject.z.object({
|
|
3916
4042
|
reconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
3917
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3918
|
-
external_zod_namespaceObject.z.number()
|
|
4043
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4044
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3919
4045
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3920
4046
|
reconciledTransactions: external_zod_namespaceObject.z.lazy(()=>cmaTransactionRestResSchema.array()).nullish(),
|
|
3921
4047
|
unreconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
3922
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3923
|
-
external_zod_namespaceObject.z.number()
|
|
4048
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4049
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
3924
4050
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
3925
4051
|
unreconciledTransactions: external_zod_namespaceObject.z.lazy(()=>cmaTransactionRestResSchema.array()).nullish()
|
|
3926
4052
|
})
|
|
@@ -3944,9 +4070,9 @@ var __webpack_exports__ = {};
|
|
|
3944
4070
|
});
|
|
3945
4071
|
const createCmaReconciliationRestReqSchema = external_zod_namespaceObject.z.object({
|
|
3946
4072
|
bankStatementBalanceCents: external_zod_namespaceObject.z.union([
|
|
3947
|
-
external_zod_namespaceObject.z.bigint(),
|
|
3948
|
-
external_zod_namespaceObject.z.number()
|
|
3949
|
-
]).transform(fromDollarsToCents).pipe(external_zod_namespaceObject.z.bigint()),
|
|
4073
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4074
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4075
|
+
]).transform(fromDollarsToCents).pipe(external_zod_namespaceObject.z.coerce.bigint()),
|
|
3950
4076
|
reconciledTo: external_zod_namespaceObject.z.union([
|
|
3951
4077
|
external_zod_namespaceObject.z.string(),
|
|
3952
4078
|
external_zod_namespaceObject.z.date()
|
|
@@ -3966,6 +4092,28 @@ var __webpack_exports__ = {};
|
|
|
3966
4092
|
transactionId: external_zod_namespaceObject.z.string().uuid(),
|
|
3967
4093
|
clearedAt: external_zod_namespaceObject.z.coerce.date()
|
|
3968
4094
|
});
|
|
4095
|
+
const dateTimeFilterBaseSchema = external_zod_namespaceObject.z.object({
|
|
4096
|
+
equals: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4097
|
+
in: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4098
|
+
notIn: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4099
|
+
lt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4100
|
+
lte: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4101
|
+
gt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4102
|
+
gte: external_zod_namespaceObject.z.coerce.date().optional()
|
|
4103
|
+
}).strict();
|
|
4104
|
+
const dateTimeFilterSchema = external_zod_namespaceObject.z.object({
|
|
4105
|
+
equals: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4106
|
+
in: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4107
|
+
notIn: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4108
|
+
lt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4109
|
+
lte: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4110
|
+
gt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4111
|
+
gte: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4112
|
+
not: external_zod_namespaceObject.z.union([
|
|
4113
|
+
external_zod_namespaceObject.z.coerce.date(),
|
|
4114
|
+
external_zod_namespaceObject.z.lazy(()=>dateTimeFilterBaseSchema)
|
|
4115
|
+
]).optional()
|
|
4116
|
+
}).strict();
|
|
3969
4117
|
const boolFilterBaseSchema = external_zod_namespaceObject.z.object({
|
|
3970
4118
|
equals: external_zod_namespaceObject.z.boolean().optional(),
|
|
3971
4119
|
not: external_zod_namespaceObject.z.union([
|
|
@@ -3992,6 +4140,22 @@ var __webpack_exports__ = {};
|
|
|
3992
4140
|
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
3993
4141
|
external_zod_namespaceObject.z.string()
|
|
3994
4142
|
]).optional(),
|
|
4143
|
+
inputType: external_zod_namespaceObject.z.union([
|
|
4144
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4145
|
+
external_zod_namespaceObject.z.string()
|
|
4146
|
+
]).optional(),
|
|
4147
|
+
bankRef: external_zod_namespaceObject.z.union([
|
|
4148
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4149
|
+
external_zod_namespaceObject.z.string()
|
|
4150
|
+
]).optional(),
|
|
4151
|
+
description: external_zod_namespaceObject.z.union([
|
|
4152
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4153
|
+
external_zod_namespaceObject.z.string()
|
|
4154
|
+
]).optional(),
|
|
4155
|
+
clearedAt: external_zod_namespaceObject.z.union([
|
|
4156
|
+
external_zod_namespaceObject.z.lazy(()=>dateTimeFilterSchema),
|
|
4157
|
+
external_zod_namespaceObject.z.string()
|
|
4158
|
+
]).optional(),
|
|
3995
4159
|
transactionType: external_zod_namespaceObject.z.union([
|
|
3996
4160
|
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
3997
4161
|
external_zod_namespaceObject.z.string()
|
|
@@ -4004,29 +4168,21 @@ var __webpack_exports__ = {};
|
|
|
4004
4168
|
external_zod_namespaceObject.z.lazy(()=>boolFilterSchema),
|
|
4005
4169
|
external_zod_namespaceObject.z.string()
|
|
4006
4170
|
]).optional(),
|
|
4007
|
-
|
|
4171
|
+
status: external_zod_namespaceObject.z.union([
|
|
4008
4172
|
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4009
4173
|
external_zod_namespaceObject.z.string()
|
|
4010
4174
|
]).optional(),
|
|
4011
|
-
|
|
4012
|
-
external_zod_namespaceObject.z.lazy(()=>
|
|
4013
|
-
external_zod_namespaceObject.z.
|
|
4175
|
+
payoutId: external_zod_namespaceObject.z.union([
|
|
4176
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4177
|
+
external_zod_namespaceObject.z.string()
|
|
4014
4178
|
]).optional(),
|
|
4015
|
-
|
|
4179
|
+
creditAmountCents: external_zod_namespaceObject.z.union([
|
|
4016
4180
|
external_zod_namespaceObject.z.lazy(()=>bigIntFilterSchema),
|
|
4017
4181
|
external_zod_namespaceObject.z.bigint()
|
|
4018
4182
|
]).optional(),
|
|
4019
|
-
|
|
4183
|
+
debitAmountCents: external_zod_namespaceObject.z.union([
|
|
4020
4184
|
external_zod_namespaceObject.z.lazy(()=>bigIntFilterSchema),
|
|
4021
4185
|
external_zod_namespaceObject.z.bigint()
|
|
4022
|
-
]).optional(),
|
|
4023
|
-
status: external_zod_namespaceObject.z.union([
|
|
4024
|
-
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4025
|
-
external_zod_namespaceObject.z.string()
|
|
4026
|
-
]).optional(),
|
|
4027
|
-
payoutId: external_zod_namespaceObject.z.union([
|
|
4028
|
-
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4029
|
-
external_zod_namespaceObject.z.string()
|
|
4030
4186
|
]).optional()
|
|
4031
4187
|
});
|
|
4032
4188
|
const createCmaTransactionRestReqSchema = external_zod_namespaceObject.z.object({
|
|
@@ -4052,6 +4208,10 @@ var __webpack_exports__ = {};
|
|
|
4052
4208
|
reconciliationId: external_zod_namespaceObject.z.string().uuid(),
|
|
4053
4209
|
action: external_zod_namespaceObject.z.nativeEnum(reconcile_transaction_action_constant_ReconcileTransactionAction)
|
|
4054
4210
|
});
|
|
4211
|
+
const accountNumberMaskedSchema = external_zod_namespaceObject.z.string().transform(maskBankAccountNumber);
|
|
4212
|
+
const accountNumberValidationSchema = external_zod_namespaceObject.z.coerce.string().min(1, 'Account Number is required').max(9, 'Account Number must be less than 9 digits').regex(/^\d+$/, {
|
|
4213
|
+
message: 'Account number must be all digits'
|
|
4214
|
+
});
|
|
4055
4215
|
const customParseFormat_namespaceObject = require("dayjs/plugin/customParseFormat");
|
|
4056
4216
|
var customParseFormat_default = /*#__PURE__*/ __webpack_require__.n(customParseFormat_namespaceObject);
|
|
4057
4217
|
const timezone_namespaceObject = require("dayjs/plugin/timezone");
|
|
@@ -4092,28 +4252,6 @@ var __webpack_exports__ = {};
|
|
|
4092
4252
|
if (!date.isValid()) return null;
|
|
4093
4253
|
return date.toDate();
|
|
4094
4254
|
});
|
|
4095
|
-
const dateTimeFilterBaseSchema = external_zod_namespaceObject.z.object({
|
|
4096
|
-
equals: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4097
|
-
in: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4098
|
-
notIn: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4099
|
-
lt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4100
|
-
lte: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4101
|
-
gt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4102
|
-
gte: external_zod_namespaceObject.z.coerce.date().optional()
|
|
4103
|
-
}).strict();
|
|
4104
|
-
const dateTimeFilterSchema = external_zod_namespaceObject.z.object({
|
|
4105
|
-
equals: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4106
|
-
in: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4107
|
-
notIn: external_zod_namespaceObject.z.coerce.date().array().optional(),
|
|
4108
|
-
lt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4109
|
-
lte: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4110
|
-
gt: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4111
|
-
gte: external_zod_namespaceObject.z.coerce.date().optional(),
|
|
4112
|
-
not: external_zod_namespaceObject.z.union([
|
|
4113
|
-
external_zod_namespaceObject.z.coerce.date(),
|
|
4114
|
-
external_zod_namespaceObject.z.lazy(()=>dateTimeFilterBaseSchema)
|
|
4115
|
-
]).optional()
|
|
4116
|
-
}).strict();
|
|
4117
4255
|
const InputJsonValueSchema = external_zod_namespaceObject.z.lazy(()=>external_zod_namespaceObject.z.union([
|
|
4118
4256
|
external_zod_namespaceObject.z.string(),
|
|
4119
4257
|
external_zod_namespaceObject.z.number(),
|
|
@@ -4137,6 +4275,18 @@ var __webpack_exports__ = {};
|
|
|
4137
4275
|
string_starts_with: external_zod_namespaceObject.z.string().optional(),
|
|
4138
4276
|
string_ends_with: external_zod_namespaceObject.z.string().optional()
|
|
4139
4277
|
});
|
|
4278
|
+
const paginationReqSchema = external_zod_namespaceObject.z.object({
|
|
4279
|
+
page: external_zod_namespaceObject.z.coerce.number().default(1).pipe(external_zod_namespaceObject.z.number().int().positive()),
|
|
4280
|
+
pageSize: external_zod_namespaceObject.z.coerce.number().default(20).pipe(external_zod_namespaceObject.z.number().int().positive())
|
|
4281
|
+
});
|
|
4282
|
+
const paginatedResSchema = external_zod_namespaceObject.z.object({
|
|
4283
|
+
data: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.any()),
|
|
4284
|
+
meta: external_zod_namespaceObject.z.object({
|
|
4285
|
+
page: external_zod_namespaceObject.z.coerce.number(),
|
|
4286
|
+
pageSize: external_zod_namespaceObject.z.coerce.number(),
|
|
4287
|
+
total: external_zod_namespaceObject.z.coerce.number()
|
|
4288
|
+
})
|
|
4289
|
+
});
|
|
4140
4290
|
const createMenuRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4141
4291
|
parentId: external_zod_namespaceObject.z.string().optional(),
|
|
4142
4292
|
label: external_zod_namespaceObject.z.string(),
|
|
@@ -4286,8 +4436,8 @@ var __webpack_exports__ = {};
|
|
|
4286
4436
|
const mtaRestResBaseSchema = mtaEntitySchema.extend({
|
|
4287
4437
|
stateCode: stateCodeSchema,
|
|
4288
4438
|
bankCode: bankCodeSchema,
|
|
4289
|
-
accountNumber:
|
|
4290
|
-
bsb:
|
|
4439
|
+
accountNumber: external_zod_namespaceObject.z.string(),
|
|
4440
|
+
bsb: accountBsbFormattedSchema,
|
|
4291
4441
|
balanceCents: centsToDollarsSchema
|
|
4292
4442
|
});
|
|
4293
4443
|
const mtaRestResSchema = mtaRestResBaseSchema.extend({
|
|
@@ -4324,18 +4474,6 @@ var __webpack_exports__ = {};
|
|
|
4324
4474
|
const mtaClosedAccountPeriodRestResSchema = mtaAccountPeriodEntitySchema.extend({
|
|
4325
4475
|
currentReconciliation: external_zod_namespaceObject.z.lazy(()=>mtaReconciliationRestResSchema).nullish()
|
|
4326
4476
|
});
|
|
4327
|
-
const mtaReconciledTransactionEntitySchema = external_zod_namespaceObject.z.object({
|
|
4328
|
-
id: external_zod_namespaceObject.z.string().uuid(),
|
|
4329
|
-
mtaTransactionId: external_zod_namespaceObject.z.string(),
|
|
4330
|
-
accountPeriodId: external_zod_namespaceObject.z.string().nullable(),
|
|
4331
|
-
reconciledByReconciliationId: external_zod_namespaceObject.z.string(),
|
|
4332
|
-
reconciledAt: external_zod_namespaceObject.z.coerce.date(),
|
|
4333
|
-
status: external_zod_namespaceObject.z.string(),
|
|
4334
|
-
isArchived: external_zod_namespaceObject.z.boolean(),
|
|
4335
|
-
createdBy: external_zod_namespaceObject.z.string(),
|
|
4336
|
-
createdAt: external_zod_namespaceObject.z.coerce.date(),
|
|
4337
|
-
updatedAt: external_zod_namespaceObject.z.coerce.date()
|
|
4338
|
-
});
|
|
4339
4477
|
const mtaReconciledTransactionRestResSchema = mtaReconciledTransactionEntitySchema.extend({
|
|
4340
4478
|
mtaTransaction: external_zod_namespaceObject.z.lazy(()=>mtaTransactionRestResSchema).optional(),
|
|
4341
4479
|
accountPeriod: external_zod_namespaceObject.z.lazy(()=>mtaAccountPeriodRestResSchema).optional()
|
|
@@ -4400,64 +4538,64 @@ var __webpack_exports__ = {};
|
|
|
4400
4538
|
startDate: external_zod_namespaceObject.z.date(),
|
|
4401
4539
|
endDate: external_zod_namespaceObject.z.date(),
|
|
4402
4540
|
bankStatementBalanceCents: external_zod_namespaceObject.z.union([
|
|
4403
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4404
|
-
external_zod_namespaceObject.z.number()
|
|
4541
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4542
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4405
4543
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4406
4544
|
currentTrustBalanceSummary: external_zod_namespaceObject.z.object({
|
|
4407
4545
|
totalAmountCents: external_zod_namespaceObject.z.union([
|
|
4408
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4409
|
-
external_zod_namespaceObject.z.number()
|
|
4546
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4547
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4410
4548
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4411
4549
|
totalCreditAmountCents: external_zod_namespaceObject.z.union([
|
|
4412
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4413
|
-
external_zod_namespaceObject.z.number()
|
|
4550
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4551
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4414
4552
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4415
4553
|
totalDebitAmountCents: external_zod_namespaceObject.z.union([
|
|
4416
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4417
|
-
external_zod_namespaceObject.z.number()
|
|
4554
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4555
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4418
4556
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4419
4557
|
totalTransactionsCount: external_zod_namespaceObject.z.number()
|
|
4420
4558
|
}),
|
|
4421
4559
|
reconciliations: external_zod_namespaceObject.z.lazy(()=>mtaReconciliationRestResSchema.array()).nullish(),
|
|
4422
4560
|
totalReconciledAmountSummary: external_zod_namespaceObject.z.object({
|
|
4423
4561
|
totalReconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
4424
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4425
|
-
external_zod_namespaceObject.z.number()
|
|
4562
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4563
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4426
4564
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4427
4565
|
totalReconciledCreditAmountCents: external_zod_namespaceObject.z.union([
|
|
4428
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4429
|
-
external_zod_namespaceObject.z.number()
|
|
4566
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4567
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4430
4568
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4431
4569
|
totalReconciledDebitAmountCents: external_zod_namespaceObject.z.union([
|
|
4432
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4433
|
-
external_zod_namespaceObject.z.number()
|
|
4570
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4571
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4434
4572
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4435
4573
|
totalReconciledTransactionsCount: external_zod_namespaceObject.z.number()
|
|
4436
4574
|
}),
|
|
4437
4575
|
totalUnreconciledAmountSummary: external_zod_namespaceObject.z.object({
|
|
4438
4576
|
totalUnreconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
4439
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4440
|
-
external_zod_namespaceObject.z.number()
|
|
4577
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4578
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4441
4579
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4442
4580
|
totalUnreconciledCreditAmountCents: external_zod_namespaceObject.z.union([
|
|
4443
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4444
|
-
external_zod_namespaceObject.z.number()
|
|
4581
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4582
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4445
4583
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4446
4584
|
totalUnreconciledDebitAmountCents: external_zod_namespaceObject.z.union([
|
|
4447
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4448
|
-
external_zod_namespaceObject.z.number()
|
|
4585
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4586
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4449
4587
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4450
4588
|
totalUnreconciledTransactionsCount: external_zod_namespaceObject.z.number()
|
|
4451
4589
|
}),
|
|
4452
4590
|
transactionsSummary: external_zod_namespaceObject.z.object({
|
|
4453
4591
|
reconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
4454
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4455
|
-
external_zod_namespaceObject.z.number()
|
|
4592
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4593
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4456
4594
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4457
4595
|
reconciledTransactions: external_zod_namespaceObject.z.lazy(()=>mtaTransactionRestResSchema.array()).nullish(),
|
|
4458
4596
|
unreconciledAmountCents: external_zod_namespaceObject.z.union([
|
|
4459
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4460
|
-
external_zod_namespaceObject.z.number()
|
|
4597
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
4598
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4461
4599
|
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number()),
|
|
4462
4600
|
unreconciledTransactions: external_zod_namespaceObject.z.lazy(()=>mtaTransactionRestResSchema.array()).nullish()
|
|
4463
4601
|
})
|
|
@@ -4523,20 +4661,137 @@ var __webpack_exports__ = {};
|
|
|
4523
4661
|
]
|
|
4524
4662
|
});
|
|
4525
4663
|
});
|
|
4664
|
+
const mtaTransactionSearchRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4665
|
+
id: external_zod_namespaceObject.z.union([
|
|
4666
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4667
|
+
external_zod_namespaceObject.z.string()
|
|
4668
|
+
]).optional(),
|
|
4669
|
+
sequence: external_zod_namespaceObject.z.coerce.number().optional(),
|
|
4670
|
+
propertyId: external_zod_namespaceObject.z.union([
|
|
4671
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4672
|
+
external_zod_namespaceObject.z.string()
|
|
4673
|
+
]).optional(),
|
|
4674
|
+
inputType: external_zod_namespaceObject.z.union([
|
|
4675
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4676
|
+
external_zod_namespaceObject.z.string()
|
|
4677
|
+
]).optional(),
|
|
4678
|
+
transactionType: external_zod_namespaceObject.z.union([
|
|
4679
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4680
|
+
external_zod_namespaceObject.z.string()
|
|
4681
|
+
]).optional(),
|
|
4682
|
+
bankRef: external_zod_namespaceObject.z.union([
|
|
4683
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4684
|
+
external_zod_namespaceObject.z.string()
|
|
4685
|
+
]).optional(),
|
|
4686
|
+
description: external_zod_namespaceObject.z.union([
|
|
4687
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4688
|
+
external_zod_namespaceObject.z.string()
|
|
4689
|
+
]).optional(),
|
|
4690
|
+
clearedAt: external_zod_namespaceObject.z.union([
|
|
4691
|
+
external_zod_namespaceObject.z.lazy(()=>dateTimeFilterSchema),
|
|
4692
|
+
external_zod_namespaceObject.z.string()
|
|
4693
|
+
]).optional(),
|
|
4694
|
+
isCanceled: external_zod_namespaceObject.z.union([
|
|
4695
|
+
external_zod_namespaceObject.z.lazy(()=>boolFilterSchema),
|
|
4696
|
+
external_zod_namespaceObject.z.string()
|
|
4697
|
+
]).optional(),
|
|
4698
|
+
isRefunded: external_zod_namespaceObject.z.union([
|
|
4699
|
+
external_zod_namespaceObject.z.lazy(()=>boolFilterSchema),
|
|
4700
|
+
external_zod_namespaceObject.z.string()
|
|
4701
|
+
]).optional(),
|
|
4702
|
+
mtaId: external_zod_namespaceObject.z.union([
|
|
4703
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4704
|
+
external_zod_namespaceObject.z.string()
|
|
4705
|
+
]).optional(),
|
|
4706
|
+
status: external_zod_namespaceObject.z.union([
|
|
4707
|
+
external_zod_namespaceObject.z.lazy(()=>simpleStringFilterSchema),
|
|
4708
|
+
external_zod_namespaceObject.z.string()
|
|
4709
|
+
]).optional(),
|
|
4710
|
+
payoutId: external_zod_namespaceObject.z.union([
|
|
4711
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4712
|
+
external_zod_namespaceObject.z.string()
|
|
4713
|
+
]).optional(),
|
|
4714
|
+
creditAmountCents: external_zod_namespaceObject.z.union([
|
|
4715
|
+
external_zod_namespaceObject.z.lazy(()=>bigIntFilterSchema),
|
|
4716
|
+
external_zod_namespaceObject.z.bigint()
|
|
4717
|
+
]).optional(),
|
|
4718
|
+
debitAmountCents: external_zod_namespaceObject.z.union([
|
|
4719
|
+
external_zod_namespaceObject.z.lazy(()=>bigIntFilterSchema),
|
|
4720
|
+
external_zod_namespaceObject.z.bigint()
|
|
4721
|
+
]).optional()
|
|
4722
|
+
}).and(paginationReqSchema);
|
|
4723
|
+
const mtaTransactionStatusSummaryRestResSchema = external_zod_namespaceObject.z.object({
|
|
4724
|
+
status: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(MtaTransactionExtendedStatus)),
|
|
4725
|
+
count: external_zod_namespaceObject.z.number()
|
|
4726
|
+
});
|
|
4526
4727
|
const reconcileMtaTransactionRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4527
4728
|
mtaTransactionId: external_zod_namespaceObject.z.string().uuid(),
|
|
4528
4729
|
reconciliationId: external_zod_namespaceObject.z.string().uuid(),
|
|
4529
4730
|
action: external_zod_namespaceObject.z.nativeEnum(reconcile_transaction_action_constant_ReconcileTransactionAction)
|
|
4530
4731
|
});
|
|
4732
|
+
const cancelPayoutPaymentRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4733
|
+
payoutId: external_zod_namespaceObject.z.string().uuid(),
|
|
4734
|
+
payoutTransactionId: external_zod_namespaceObject.z.string().uuid(),
|
|
4735
|
+
reason: external_zod_namespaceObject.z.string()
|
|
4736
|
+
});
|
|
4531
4737
|
const cancelPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4532
4738
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
4533
4739
|
reason: external_zod_namespaceObject.z.string().trim().min(1)
|
|
4534
4740
|
});
|
|
4535
|
-
const
|
|
4741
|
+
const commonUpdatePayoutTargetDetailRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4742
|
+
cmaId: external_zod_namespaceObject.z.string().uuid().nullish(),
|
|
4743
|
+
propertyId: external_zod_namespaceObject.z.string().uuid().nullish(),
|
|
4744
|
+
creditAmountCents: dollarsToCentsSchema.pipe(external_zod_namespaceObject.z.bigint().gt(0n)),
|
|
4745
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4746
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4747
|
+
targetAccountType: external_zod_namespaceObject.z.nativeEnum(payout_constant_PayoutTargetAccountType),
|
|
4748
|
+
targetBsb: external_zod_namespaceObject.z.string().nullish(),
|
|
4749
|
+
targetAccountNumber: external_zod_namespaceObject.z.string().nullish(),
|
|
4750
|
+
targetAccountName: external_zod_namespaceObject.z.string().nullish()
|
|
4751
|
+
});
|
|
4752
|
+
const commonUpdatePayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4536
4753
|
payoutId: external_zod_namespaceObject.z.string().uuid(),
|
|
4537
|
-
bankRef: external_zod_namespaceObject.z.string().
|
|
4538
|
-
description: external_zod_namespaceObject.z.string().
|
|
4539
|
-
|
|
4754
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4755
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4756
|
+
payoutType: external_zod_namespaceObject.z.nativeEnum(PayoutType),
|
|
4757
|
+
targetDetails: commonUpdatePayoutTargetDetailRestReqSchema.array().optional()
|
|
4758
|
+
});
|
|
4759
|
+
const confirmPayoutBankFileProcessedRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4760
|
+
payoutId: external_zod_namespaceObject.z.string().uuid(),
|
|
4761
|
+
payoutType: external_zod_namespaceObject.z.nativeEnum(PayoutType),
|
|
4762
|
+
sourceTransactions: external_zod_namespaceObject.z.object({
|
|
4763
|
+
propertyId: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
4764
|
+
bankRef: external_zod_namespaceObject.z.string(),
|
|
4765
|
+
description: external_zod_namespaceObject.z.string(),
|
|
4766
|
+
clearedAt: external_zod_namespaceObject.z.coerce.date(),
|
|
4767
|
+
targetAccountId: external_zod_namespaceObject.z.string().uuid().optional()
|
|
4768
|
+
}).array().min(1),
|
|
4769
|
+
targetTransactions: external_zod_namespaceObject.z.object({
|
|
4770
|
+
targetAccountId: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
4771
|
+
propertyId: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
4772
|
+
bankRef: external_zod_namespaceObject.z.string(),
|
|
4773
|
+
description: external_zod_namespaceObject.z.string(),
|
|
4774
|
+
clearedAt: external_zod_namespaceObject.z.coerce.date().nullish()
|
|
4775
|
+
}).array().min(1)
|
|
4776
|
+
}).superRefine((data, ctx)=>{
|
|
4777
|
+
if (data.sourceTransactions.length !== data.targetTransactions?.length) ctx.addIssue({
|
|
4778
|
+
code: external_zod_namespaceObject.z.ZodIssueCode.custom,
|
|
4779
|
+
message: 'Source and target transactions must have the same length'
|
|
4780
|
+
});
|
|
4781
|
+
if (data.payoutType !== PayoutType.UNKNOWN_PAYOUT) {
|
|
4782
|
+
data.sourceTransactions.forEach((sourceTransaction)=>{
|
|
4783
|
+
if (!sourceTransaction.propertyId) ctx.addIssue({
|
|
4784
|
+
code: external_zod_namespaceObject.z.ZodIssueCode.custom,
|
|
4785
|
+
message: 'Property ID is required for non-unknown payout'
|
|
4786
|
+
});
|
|
4787
|
+
});
|
|
4788
|
+
data.targetTransactions.forEach((targetTransaction)=>{
|
|
4789
|
+
if (!targetTransaction.propertyId) ctx.addIssue({
|
|
4790
|
+
code: external_zod_namespaceObject.z.ZodIssueCode.custom,
|
|
4791
|
+
message: 'Property ID is required for non-unknown payout'
|
|
4792
|
+
});
|
|
4793
|
+
});
|
|
4794
|
+
}
|
|
4540
4795
|
});
|
|
4541
4796
|
const createMtaToCmaPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4542
4797
|
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_TO_CMA_PAYOUT),
|
|
@@ -4552,90 +4807,54 @@ var __webpack_exports__ = {};
|
|
|
4552
4807
|
bankRef: external_zod_namespaceObject.z.string()
|
|
4553
4808
|
})).min(1)
|
|
4554
4809
|
});
|
|
4555
|
-
const
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4560
|
-
targetAccountName: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4561
|
-
targetAccountNumber: accountNumberValidationSchema,
|
|
4562
|
-
targetBsb: accountBsbValidationSchema,
|
|
4563
|
-
sourcePropertyId: external_zod_namespaceObject.z.string().uuid().optional()
|
|
4564
|
-
});
|
|
4565
|
-
const createCmaSettlementPayoutSourceAccountSchema = external_zod_namespaceObject.z.object({
|
|
4566
|
-
sourceAccountId: external_zod_namespaceObject.z.string().uuid(),
|
|
4567
|
-
sourceAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutSourceAccountType.CMA),
|
|
4568
|
-
sourceBankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4569
|
-
sourceDescription: external_zod_namespaceObject.z.string().trim().min(1)
|
|
4570
|
-
});
|
|
4571
|
-
const createMtaSettlementPayoutSourceAccountSchema = external_zod_namespaceObject.z.object({
|
|
4572
|
-
sourceAccountId: external_zod_namespaceObject.z.string().uuid(),
|
|
4573
|
-
sourceAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutSourceAccountType.MTA),
|
|
4574
|
-
sourceBankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4575
|
-
sourceDescription: external_zod_namespaceObject.z.string().trim().min(1)
|
|
4576
|
-
});
|
|
4577
|
-
const createMtaSettlementPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4578
|
-
projectId: external_zod_namespaceObject.z.string().uuid(),
|
|
4579
|
-
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_SETTLEMENT_PAYOUT),
|
|
4580
|
-
sourceAccount: external_zod_namespaceObject.z.lazy(()=>createMtaSettlementPayoutSourceAccountSchema),
|
|
4581
|
-
targetAccounts: external_zod_namespaceObject.z.lazy(()=>createSettlementPayoutTargetAccountSchema.array().min(1))
|
|
4810
|
+
const propertyRestResBaseSchema = propertyEntitySchema.extend({
|
|
4811
|
+
balanceCents: centsToDollarsSchema,
|
|
4812
|
+
cmaBalanceCents: centsToDollarsSchema,
|
|
4813
|
+
mtaBalanceCents: centsToDollarsSchema
|
|
4582
4814
|
});
|
|
4583
|
-
const
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4815
|
+
const propertyRestResSchema = propertyRestResBaseSchema.extend({
|
|
4816
|
+
customer: customerEntitySchema.nullish(),
|
|
4817
|
+
project: projectNestedEntitySchema.nullish(),
|
|
4818
|
+
mta: mtaRestResBaseSchema.nullish(),
|
|
4819
|
+
cma: cmaRestResBaseSchema.nullish(),
|
|
4820
|
+
cmaTransactions: cmaTransactionRestResSchema.array().nullish(),
|
|
4821
|
+
mtaTransactions: mtaTransactionRestResSchema.array().nullish()
|
|
4588
4822
|
});
|
|
4589
|
-
const
|
|
4590
|
-
createMtaSettlementPayoutRestReqSchema,
|
|
4591
|
-
createCmaSettlementPayoutRestReqSchema
|
|
4592
|
-
]);
|
|
4593
|
-
const payoutSourceDetailsRestResBaseSchema = payoutSourceDetailsEntitySchema.extend({
|
|
4823
|
+
const mtaToCmaPayoutSourceDetailRestSchema = mtaToCmaPayoutSourceDetailEntitySchema.extend({
|
|
4594
4824
|
debitAmountCents: centsToDollarsSchema,
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
sourceAccountId: external_zod_namespaceObject.z.string().uuid(),
|
|
4598
|
-
sourceAccountName: external_zod_namespaceObject.z.string(),
|
|
4599
|
-
sourceAccountNumber: accountNumberMaskedSchema,
|
|
4600
|
-
sourceAccountStateCode: stateCodeSchema,
|
|
4601
|
-
sourceAccountBankCode: bankCodeSchema,
|
|
4602
|
-
sequence: external_zod_namespaceObject.z.number().nullish()
|
|
4603
|
-
}).passthrough();
|
|
4604
|
-
const payoutMtaSourceDetailsRestSchema = payoutSourceDetailsRestResBaseSchema.extend({
|
|
4605
|
-
sourceAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutSourceAccountType.MTA),
|
|
4606
|
-
transaction: mtaTransactionRestResSchema.nullish()
|
|
4825
|
+
property: external_zod_namespaceObject.z.lazy(()=>propertyRestResBaseSchema).nullish(),
|
|
4826
|
+
mtaTransaction: external_zod_namespaceObject.z.lazy(()=>mtaTransactionRestResSchema).nullish()
|
|
4607
4827
|
}).passthrough();
|
|
4608
|
-
const
|
|
4609
|
-
sourceAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutSourceAccountType.CMA),
|
|
4610
|
-
transaction: external_zod_namespaceObject.z.lazy(()=>cmaTransactionRestResSchema).nullish()
|
|
4611
|
-
}).passthrough();
|
|
4612
|
-
const payoutSourceDetailsRestSchema = external_zod_namespaceObject.z.discriminatedUnion('sourceAccountType', [
|
|
4613
|
-
payoutMtaSourceDetailsRestSchema,
|
|
4614
|
-
payoutCmaSourceDetailsRestSchema
|
|
4615
|
-
]);
|
|
4616
|
-
const payoutTargetDetailsRestResBaseSchema = payoutTargetDetailsBaseEntitySchema.extend({
|
|
4828
|
+
const mtaToCmaPayoutTargetDetailRestSchema = mtaToCmaPayoutTargetDetailEntitySchema.extend({
|
|
4617
4829
|
creditAmountCents: centsToDollarsSchema,
|
|
4618
|
-
|
|
4619
|
-
targetAccountNumber: accountNumberMaskedSchema,
|
|
4620
|
-
targetAccountType: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(payout_constant_PayoutTargetAccountType)),
|
|
4621
|
-
sequence: external_zod_namespaceObject.z.number().nullish(),
|
|
4622
|
-
bankRef: external_zod_namespaceObject.z.string().nullish(),
|
|
4623
|
-
description: external_zod_namespaceObject.z.string().nullish()
|
|
4830
|
+
cma: external_zod_namespaceObject.z.lazy(()=>cmaRestResSchema).nullish()
|
|
4624
4831
|
}).passthrough();
|
|
4625
|
-
const
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
targetAccountId: external_zod_namespaceObject.z.string().uuid(),
|
|
4629
|
-
cma: external_zod_namespaceObject.z.lazy(()=>cmaRestResSchema)
|
|
4832
|
+
const mtaToCmaPayoutPaymentRestSchema = external_zod_namespaceObject.z.object({
|
|
4833
|
+
sourceDetail: mtaToCmaPayoutSourceDetailRestSchema,
|
|
4834
|
+
targetDetail: mtaToCmaPayoutTargetDetailRestSchema
|
|
4630
4835
|
}).passthrough();
|
|
4631
|
-
const
|
|
4632
|
-
|
|
4836
|
+
const mtaToCmaPayoutProvisionDataRestSchema = mtaToCmaPayoutProvisionDataEntitySchema.extend({
|
|
4837
|
+
mta: external_zod_namespaceObject.z.lazy(()=>mtaEntitySchema).nullish(),
|
|
4838
|
+
payments: mtaToCmaPayoutPaymentRestSchema.array(),
|
|
4839
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_TO_CMA_PAYOUT).default(PayoutType.TRUST_TO_CMA_PAYOUT)
|
|
4633
4840
|
}).passthrough();
|
|
4634
|
-
const
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4841
|
+
const updateMtaToCmaPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4842
|
+
payoutId: external_zod_namespaceObject.z.string().uuid(),
|
|
4843
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4844
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4845
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_TO_CMA_PAYOUT),
|
|
4846
|
+
targetDetails: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.object({
|
|
4847
|
+
cmaId: external_zod_namespaceObject.z.string().uuid(),
|
|
4848
|
+
creditAmountCents: external_zod_namespaceObject.z.number().gt(0).transform(fromDollarsToCents).pipe(external_zod_namespaceObject.z.bigint()),
|
|
4849
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4850
|
+
bankRef: external_zod_namespaceObject.z.string()
|
|
4851
|
+
})).optional()
|
|
4852
|
+
});
|
|
4638
4853
|
const payoutSearchRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4854
|
+
id: external_zod_namespaceObject.z.union([
|
|
4855
|
+
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4856
|
+
external_zod_namespaceObject.z.string()
|
|
4857
|
+
]).optional(),
|
|
4639
4858
|
payoutType: external_zod_namespaceObject.z.union([
|
|
4640
4859
|
external_zod_namespaceObject.z.lazy(()=>stringFilterSchema),
|
|
4641
4860
|
external_zod_namespaceObject.z.string()
|
|
@@ -4658,43 +4877,51 @@ var __webpack_exports__ = {};
|
|
|
4658
4877
|
status: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(PayoutStatus)),
|
|
4659
4878
|
count: external_zod_namespaceObject.z.number()
|
|
4660
4879
|
});
|
|
4661
|
-
const
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
description: external_zod_namespaceObject.z.string().
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4880
|
+
const updateMtaSettlementPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4881
|
+
payoutId: external_zod_namespaceObject.z.string().uuid(),
|
|
4882
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4883
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4884
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_SETTLEMENT_PAYOUT),
|
|
4885
|
+
targetDetails: settlementPayoutTargetDetailEntitySchema.omit({
|
|
4886
|
+
targetAccountId: true
|
|
4887
|
+
}).extend({
|
|
4888
|
+
creditAmountCents: dollarsToCentsSchema
|
|
4889
|
+
}).array().optional()
|
|
4669
4890
|
});
|
|
4670
|
-
const
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4891
|
+
const updateCmaSettlementPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4892
|
+
payoutId: external_zod_namespaceObject.z.string().uuid(),
|
|
4893
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4894
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
4895
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.CMA_SETTLEMENT_PAYOUT),
|
|
4896
|
+
targetDetails: settlementPayoutTargetDetailEntitySchema.omit({
|
|
4897
|
+
targetAccountId: true
|
|
4898
|
+
}).extend({
|
|
4899
|
+
creditAmountCents: dollarsToCentsSchema
|
|
4900
|
+
}).array().optional()
|
|
4901
|
+
});
|
|
4902
|
+
const updateSettlementPayoutRestReqSchema = external_zod_namespaceObject.z.discriminatedUnion('payoutType', [
|
|
4903
|
+
updateMtaSettlementPayoutRestReqSchema,
|
|
4904
|
+
updateCmaSettlementPayoutRestReqSchema
|
|
4905
|
+
]);
|
|
4906
|
+
const updateUnknownPayoutTargetDetailRestReqSchema = commonUpdatePayoutTargetDetailRestReqSchema.omit({
|
|
4907
|
+
propertyId: true,
|
|
4908
|
+
cmaId: true
|
|
4909
|
+
}).extend({
|
|
4910
|
+
targetAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutTargetAccountType.OTHER).default(payout_constant_PayoutTargetAccountType.OTHER),
|
|
4911
|
+
targetBsb: external_zod_namespaceObject.z.string(),
|
|
4912
|
+
targetAccountNumber: external_zod_namespaceObject.z.string(),
|
|
4913
|
+
targetAccountName: external_zod_namespaceObject.z.string()
|
|
4675
4914
|
});
|
|
4676
|
-
const
|
|
4677
|
-
payoutType: external_zod_namespaceObject.z.
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
payoutType: external_zod_namespaceObject.z.string(),
|
|
4687
|
-
fromState: external_zod_namespaceObject.z.string(),
|
|
4688
|
-
fromBank: external_zod_namespaceObject.z.string(),
|
|
4689
|
-
fromAccount: external_zod_namespaceObject.z.string(),
|
|
4690
|
-
createdAt: external_zod_namespaceObject.z.string().datetime(),
|
|
4691
|
-
totalAmount: external_zod_namespaceObject.z.union([
|
|
4692
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4693
|
-
external_zod_namespaceObject.z.number()
|
|
4694
|
-
]).transform((arg)=>Number(arg) / 100).pipe(external_zod_namespaceObject.z.number()),
|
|
4695
|
-
abaStatus: external_zod_namespaceObject.z.string(),
|
|
4696
|
-
status: external_zod_namespaceObject.z.string()
|
|
4697
|
-
}).strip();
|
|
4915
|
+
const updateUnknownPayoutRestReqSchema = commonUpdatePayoutRestReqSchema.extend({
|
|
4916
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.UNKNOWN_PAYOUT),
|
|
4917
|
+
targetDetails: external_zod_namespaceObject.z.lazy(()=>updateUnknownPayoutTargetDetailRestReqSchema).array().optional()
|
|
4918
|
+
});
|
|
4919
|
+
const payoutUpdateRestReqSchema = external_zod_namespaceObject.z.discriminatedUnion('payoutType', [
|
|
4920
|
+
updateMtaToCmaPayoutRestReqSchema,
|
|
4921
|
+
updateMtaSettlementPayoutRestReqSchema,
|
|
4922
|
+
updateCmaSettlementPayoutRestReqSchema,
|
|
4923
|
+
updateUnknownPayoutRestReqSchema
|
|
4924
|
+
]);
|
|
4698
4925
|
const payoutBankFileDownloadHistoryEntitySchema = external_zod_namespaceObject.z.object({
|
|
4699
4926
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
4700
4927
|
payoutId: external_zod_namespaceObject.z.string(),
|
|
@@ -4743,19 +4970,31 @@ var __webpack_exports__ = {};
|
|
|
4743
4970
|
triggerDetails: external_zod_namespaceObject.z.string().nullable(),
|
|
4744
4971
|
propertyId: external_zod_namespaceObject.z.string().nullable(),
|
|
4745
4972
|
targetBsb: external_zod_namespaceObject.z.string().nullable(),
|
|
4973
|
+
targetAccountId: external_zod_namespaceObject.z.string().nullable(),
|
|
4746
4974
|
targetAccountNumber: external_zod_namespaceObject.z.string().nullable(),
|
|
4747
4975
|
targetAccountName: external_zod_namespaceObject.z.string().nullable(),
|
|
4748
4976
|
targetAccountType: external_zod_namespaceObject.z.string().nullable(),
|
|
4749
|
-
amountCents: external_zod_namespaceObject.z.bigint(),
|
|
4977
|
+
amountCents: external_zod_namespaceObject.z.coerce.bigint(),
|
|
4750
4978
|
bankRef: external_zod_namespaceObject.z.string().nullable(),
|
|
4751
4979
|
description: external_zod_namespaceObject.z.string().nullable()
|
|
4752
4980
|
});
|
|
4753
|
-
const
|
|
4754
|
-
|
|
4981
|
+
const payoutTransactionRestResSchema = payoutTransactionEntitySchema.extend({
|
|
4982
|
+
property: external_zod_namespaceObject.z.lazy(()=>propertyRestResSchema).nullish(),
|
|
4983
|
+
cmaTransaction: external_zod_namespaceObject.z.lazy(()=>cmaTransactionEntitySchema.passthrough()).pipe(cmaTransactionRestResSchema).nullish(),
|
|
4984
|
+
mtaTransaction: external_zod_namespaceObject.z.lazy(()=>mtaTransactionEntitySchema.passthrough()).pipe(mtaTransactionRestResSchema).nullish(),
|
|
4985
|
+
cma: external_zod_namespaceObject.z.lazy(()=>cmaEntitySchema.passthrough()).pipe(cmaRestResSchema.omit({
|
|
4986
|
+
property: true
|
|
4987
|
+
})).nullish(),
|
|
4988
|
+
mta: external_zod_namespaceObject.z.lazy(()=>mtaEntitySchema.passthrough()).pipe(mtaRestResSchema.omit({
|
|
4989
|
+
paymentMethods: true,
|
|
4990
|
+
accountPeriods: true
|
|
4991
|
+
})).nullish(),
|
|
4992
|
+
amountCents: centsToDollarsSchema
|
|
4993
|
+
});
|
|
4994
|
+
const payoutRestResBaseSchema = payoutEntitySchema.omit({
|
|
4995
|
+
provisionDetails: true
|
|
4996
|
+
}).extend({
|
|
4755
4997
|
totalAmountCents: centsToDollarsSchema,
|
|
4756
|
-
payoutType: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(PayoutType)),
|
|
4757
|
-
sourceAccount: external_zod_namespaceObject.z.lazy(()=>payoutSourceDetailsRestSchema),
|
|
4758
|
-
targetAccounts: external_zod_namespaceObject.z.lazy(()=>payoutTargetDetailsRestSchema.array()),
|
|
4759
4998
|
status: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(PayoutStatus)),
|
|
4760
4999
|
createdBy: external_zod_namespaceObject.z.union([
|
|
4761
5000
|
external_zod_namespaceObject.z.string().uuid(),
|
|
@@ -4765,32 +5004,113 @@ var __webpack_exports__ = {};
|
|
|
4765
5004
|
external_zod_namespaceObject.z.string().uuid(),
|
|
4766
5005
|
userRestResSchema
|
|
4767
5006
|
]).nullish(),
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
5007
|
+
payoutBankFiles: external_zod_namespaceObject.z.lazy(()=>payoutBankFileRestResSchema.array()).nullish(),
|
|
5008
|
+
bankRef: external_zod_namespaceObject.z.string().nullish(),
|
|
5009
|
+
description: external_zod_namespaceObject.z.string().nullish(),
|
|
5010
|
+
sequence: external_zod_namespaceObject.z.number().nullish()
|
|
4771
5011
|
});
|
|
4772
|
-
const
|
|
4773
|
-
const payoutMtaToCmaRestResSchema = payoutRestResBaseSchema.extend({
|
|
5012
|
+
const mtaToCmaPayoutRestResSchema = payoutRestResBaseSchema.extend({
|
|
4774
5013
|
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_TO_CMA_PAYOUT),
|
|
4775
|
-
sourceAccount: external_zod_namespaceObject.z.lazy(()=>
|
|
4776
|
-
|
|
5014
|
+
sourceAccount: external_zod_namespaceObject.z.lazy(()=>mtaRestResBaseSchema).nullish(),
|
|
5015
|
+
payments: external_zod_namespaceObject.z.lazy(()=>payoutTransactionRestResSchema.omit({
|
|
5016
|
+
id: true,
|
|
5017
|
+
sequence: true
|
|
5018
|
+
}).extend({
|
|
5019
|
+
id: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
5020
|
+
sequence: external_zod_namespaceObject.z.number().int().optional()
|
|
5021
|
+
}).array())
|
|
4777
5022
|
});
|
|
4778
|
-
const
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
})
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
5023
|
+
const mtaSettlementPayoutRestResSchema = payoutRestResBaseSchema.extend({
|
|
5024
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.TRUST_SETTLEMENT_PAYOUT),
|
|
5025
|
+
sourceAccount: external_zod_namespaceObject.z.lazy(()=>mtaRestResBaseSchema).nullish(),
|
|
5026
|
+
payments: external_zod_namespaceObject.z.lazy(()=>payoutTransactionRestResSchema.omit({
|
|
5027
|
+
cmaTransaction: true,
|
|
5028
|
+
cma: true,
|
|
5029
|
+
id: true,
|
|
5030
|
+
sequence: true
|
|
5031
|
+
}).extend({
|
|
5032
|
+
id: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
5033
|
+
sequence: external_zod_namespaceObject.z.number().int().optional()
|
|
5034
|
+
}).array())
|
|
5035
|
+
});
|
|
5036
|
+
const cmaSettlementPayoutRestResSchema = payoutRestResBaseSchema.extend({
|
|
5037
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.CMA_SETTLEMENT_PAYOUT),
|
|
5038
|
+
sourceAccount: external_zod_namespaceObject.z.lazy(()=>cmaRestResBaseSchema).nullish(),
|
|
5039
|
+
payments: external_zod_namespaceObject.z.lazy(()=>payoutTransactionRestResSchema.omit({
|
|
5040
|
+
mtaTransaction: true,
|
|
5041
|
+
mta: true,
|
|
5042
|
+
id: true,
|
|
5043
|
+
sequence: true
|
|
5044
|
+
}).extend({
|
|
5045
|
+
id: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
5046
|
+
sequence: external_zod_namespaceObject.z.number().int().optional()
|
|
5047
|
+
}).array())
|
|
5048
|
+
});
|
|
5049
|
+
const unknownPayoutRestResSchema = payoutRestResBaseSchema.extend({
|
|
5050
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.UNKNOWN_PAYOUT),
|
|
5051
|
+
sourceAccount: external_zod_namespaceObject.z.lazy(()=>mtaRestResBaseSchema).nullish(),
|
|
5052
|
+
payments: external_zod_namespaceObject.z.lazy(()=>payoutTransactionRestResSchema.omit({
|
|
5053
|
+
cmaTransaction: true,
|
|
5054
|
+
cma: true,
|
|
5055
|
+
id: true,
|
|
5056
|
+
sequence: true
|
|
5057
|
+
}).extend({
|
|
5058
|
+
id: external_zod_namespaceObject.z.string().uuid().optional(),
|
|
5059
|
+
sequence: external_zod_namespaceObject.z.number().int().optional(),
|
|
5060
|
+
sourceMtaTransactionId: external_zod_namespaceObject.z.string().uuid().nullish(),
|
|
5061
|
+
sourceMtaTransaction: external_zod_namespaceObject.z.lazy(()=>mtaTransactionRestResBaseSchema).nullish()
|
|
5062
|
+
}).array())
|
|
5063
|
+
});
|
|
5064
|
+
const settlementPayoutRestResSchema = external_zod_namespaceObject.z.discriminatedUnion('payoutType', [
|
|
5065
|
+
mtaSettlementPayoutRestResSchema,
|
|
5066
|
+
cmaSettlementPayoutRestResSchema
|
|
5067
|
+
]);
|
|
5068
|
+
const payoutRestResSchema = external_zod_namespaceObject.z.discriminatedUnion('payoutType', [
|
|
5069
|
+
mtaToCmaPayoutRestResSchema,
|
|
5070
|
+
mtaSettlementPayoutRestResSchema,
|
|
5071
|
+
cmaSettlementPayoutRestResSchema,
|
|
5072
|
+
unknownPayoutRestResSchema
|
|
5073
|
+
]);
|
|
5074
|
+
const createSettlementPayoutTargetAccountSchema = external_zod_namespaceObject.z.object({
|
|
5075
|
+
targetAccountType: external_zod_namespaceObject.z.literal(payout_constant_PayoutTargetAccountType.OTHER),
|
|
5076
|
+
creditAmountCents: dollarsToCentsSchema,
|
|
5077
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5078
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5079
|
+
targetAccountName: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5080
|
+
targetAccountNumber: accountNumberValidationSchema,
|
|
5081
|
+
targetBsb: accountBsbValidationSchema,
|
|
5082
|
+
propertyId: external_zod_namespaceObject.z.string().uuid()
|
|
5083
|
+
});
|
|
5084
|
+
const createSettlementPayoutSourceAccountSchema = external_zod_namespaceObject.z.object({
|
|
5085
|
+
sourceAccountId: external_zod_namespaceObject.z.string().uuid(),
|
|
5086
|
+
sourceAccountType: external_zod_namespaceObject.z.nativeEnum(payout_constant_PayoutSourceAccountType),
|
|
5087
|
+
sourceBankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5088
|
+
sourceDescription: external_zod_namespaceObject.z.string().trim().min(1)
|
|
5089
|
+
});
|
|
5090
|
+
const createSettlementPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
5091
|
+
projectId: external_zod_namespaceObject.z.string().uuid(),
|
|
5092
|
+
payoutType: external_zod_namespaceObject.z.nativeEnum(PayoutType).refine((val)=>{
|
|
5093
|
+
if (val !== PayoutType.TRUST_SETTLEMENT_PAYOUT && val !== PayoutType.CMA_SETTLEMENT_PAYOUT) return false;
|
|
5094
|
+
return true;
|
|
5095
|
+
}, {
|
|
5096
|
+
message: 'Payout type must be trust settlement payout or cma settlement payout'
|
|
5097
|
+
}),
|
|
5098
|
+
sourceAccount: external_zod_namespaceObject.z.lazy(()=>createSettlementPayoutSourceAccountSchema),
|
|
5099
|
+
targetAccounts: external_zod_namespaceObject.z.lazy(()=>createSettlementPayoutTargetAccountSchema.array().min(1))
|
|
5100
|
+
});
|
|
5101
|
+
const createUnknownPayoutRestReqSchema = external_zod_namespaceObject.z.object({
|
|
5102
|
+
payoutType: external_zod_namespaceObject.z.literal(PayoutType.UNKNOWN_PAYOUT),
|
|
5103
|
+
mtaTransactionId: external_zod_namespaceObject.z.string().uuid(),
|
|
5104
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5105
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5106
|
+
targetAccounts: external_zod_namespaceObject.z.object({
|
|
5107
|
+
creditAmountCents: dollarsToCentsSchema,
|
|
5108
|
+
description: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5109
|
+
bankRef: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5110
|
+
targetAccountName: external_zod_namespaceObject.z.string().trim().min(1),
|
|
5111
|
+
targetAccountNumber: accountNumberValidationSchema,
|
|
5112
|
+
targetBsb: accountBsbValidationSchema
|
|
5113
|
+
}).array().length(1)
|
|
4794
5114
|
});
|
|
4795
5115
|
const payoutTransactionSearchRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4796
5116
|
id: external_zod_namespaceObject.z.union([
|
|
@@ -4818,36 +5138,6 @@ var __webpack_exports__ = {};
|
|
|
4818
5138
|
external_zod_namespaceObject.z.string()
|
|
4819
5139
|
]).optional().nullable()
|
|
4820
5140
|
});
|
|
4821
|
-
const propertyRestResBaseSchema = propertyEntitySchema.extend({
|
|
4822
|
-
balanceCents: centsToDollarsSchema,
|
|
4823
|
-
cmaBalanceCents: centsToDollarsSchema,
|
|
4824
|
-
mtaBalanceCents: centsToDollarsSchema
|
|
4825
|
-
});
|
|
4826
|
-
const propertyRestResSchema = propertyRestResBaseSchema.extend({
|
|
4827
|
-
customer: customerEntitySchema.nullish(),
|
|
4828
|
-
project: projectNestedEntitySchema.nullish(),
|
|
4829
|
-
mta: mtaRestResBaseSchema.nullish(),
|
|
4830
|
-
cma: cmaRestResBaseSchema.nullish(),
|
|
4831
|
-
cmaTransactions: cmaTransactionRestResSchema.array().nullish(),
|
|
4832
|
-
mtaTransactions: mtaTransactionRestResSchema.array().nullish()
|
|
4833
|
-
});
|
|
4834
|
-
const payoutTransactionRestResSchema = payoutTransactionEntitySchema.extend({
|
|
4835
|
-
property: external_zod_namespaceObject.z.lazy(()=>propertyRestResSchema).nullish(),
|
|
4836
|
-
cmaTransaction: external_zod_namespaceObject.z.lazy(()=>cmaTransactionEntitySchema.passthrough()).pipe(cmaTransactionRestResSchema).nullish(),
|
|
4837
|
-
mtaTransaction: external_zod_namespaceObject.z.lazy(()=>mtaTransactionEntitySchema.passthrough()).pipe(mtaTransactionRestResSchema).nullish(),
|
|
4838
|
-
cma: external_zod_namespaceObject.z.lazy(()=>cmaEntitySchema.passthrough()).pipe(cmaRestResSchema.omit({
|
|
4839
|
-
property: true
|
|
4840
|
-
})).nullish(),
|
|
4841
|
-
mta: external_zod_namespaceObject.z.lazy(()=>mtaEntitySchema.passthrough()).pipe(mtaRestResSchema.omit({
|
|
4842
|
-
paymentMethods: true,
|
|
4843
|
-
accountPeriods: true
|
|
4844
|
-
})).nullish(),
|
|
4845
|
-
amountCents: external_zod_namespaceObject.z.union([
|
|
4846
|
-
external_zod_namespaceObject.z.number(),
|
|
4847
|
-
external_zod_namespaceObject.z.string(),
|
|
4848
|
-
external_zod_namespaceObject.z.bigint()
|
|
4849
|
-
]).transform(fromCentsToDollars).pipe(external_zod_namespaceObject.z.number())
|
|
4850
|
-
});
|
|
4851
5141
|
const projectMtaAllocationEntitySchema = external_zod_namespaceObject.z.object({
|
|
4852
5142
|
id: external_zod_namespaceObject.z.string().uuid(),
|
|
4853
5143
|
projectId: external_zod_namespaceObject.z.string(),
|
|
@@ -4900,16 +5190,16 @@ var __webpack_exports__ = {};
|
|
|
4900
5190
|
});
|
|
4901
5191
|
const balanceRestResSchema = external_zod_namespaceObject.z.object({
|
|
4902
5192
|
debitAmountCents: external_zod_namespaceObject.z.union([
|
|
4903
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4904
|
-
external_zod_namespaceObject.z.number()
|
|
5193
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
5194
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4905
5195
|
]).transform((val)=>fromCentsToDollars(val)).pipe(external_zod_namespaceObject.z.number().nullable()),
|
|
4906
5196
|
creditAmountCents: external_zod_namespaceObject.z.union([
|
|
4907
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4908
|
-
external_zod_namespaceObject.z.number()
|
|
5197
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
5198
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4909
5199
|
]).transform((val)=>fromCentsToDollars(val)).pipe(external_zod_namespaceObject.z.number().nullable()),
|
|
4910
5200
|
balanceCents: external_zod_namespaceObject.z.union([
|
|
4911
|
-
external_zod_namespaceObject.z.bigint(),
|
|
4912
|
-
external_zod_namespaceObject.z.number()
|
|
5201
|
+
external_zod_namespaceObject.z.coerce.bigint(),
|
|
5202
|
+
external_zod_namespaceObject.z.coerce.number()
|
|
4913
5203
|
]).transform((val)=>fromCentsToDollars(val)).pipe(external_zod_namespaceObject.z.number().nullable())
|
|
4914
5204
|
});
|
|
4915
5205
|
const propertyAccountsBalanceRestResSchema = external_zod_namespaceObject.z.object({
|
|
@@ -7019,7 +7309,7 @@ var __webpack_exports__ = {};
|
|
|
7019
7309
|
request.send(requestData || null);
|
|
7020
7310
|
});
|
|
7021
7311
|
};
|
|
7022
|
-
const
|
|
7312
|
+
const composeSignals_composeSignals = (signals, timeout)=>{
|
|
7023
7313
|
const { length } = signals = signals ? signals.filter(Boolean) : [];
|
|
7024
7314
|
if (timeout || length) {
|
|
7025
7315
|
let controller = new AbortController();
|
|
@@ -7052,7 +7342,7 @@ var __webpack_exports__ = {};
|
|
|
7052
7342
|
return signal;
|
|
7053
7343
|
}
|
|
7054
7344
|
};
|
|
7055
|
-
const
|
|
7345
|
+
const composeSignals = composeSignals_composeSignals;
|
|
7056
7346
|
const streamChunk = function*(chunk, chunkSize) {
|
|
7057
7347
|
let len = chunk.byteLength;
|
|
7058
7348
|
if (!chunkSize || len < chunkSize) return void (yield chunk);
|
|
@@ -7179,7 +7469,7 @@ var __webpack_exports__ = {};
|
|
|
7179
7469
|
const adapters_fetch = isFetchSupported && (async (config)=>{
|
|
7180
7470
|
let { url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, withCredentials = 'same-origin', fetchOptions } = resolveConfig(config);
|
|
7181
7471
|
responseType = responseType ? (responseType + '').toLowerCase() : 'text';
|
|
7182
|
-
let composedSignal =
|
|
7472
|
+
let composedSignal = composeSignals([
|
|
7183
7473
|
signal,
|
|
7184
7474
|
cancelToken && cancelToken.toAbortSignal()
|
|
7185
7475
|
], timeout);
|
|
@@ -7838,6 +8128,8 @@ exports.MtaCustomerTransactionType = __webpack_exports__.MtaCustomerTransactionT
|
|
|
7838
8128
|
exports.MtaPayoutTransactionType = __webpack_exports__.MtaPayoutTransactionType;
|
|
7839
8129
|
exports.MtaReceiptTransactionType = __webpack_exports__.MtaReceiptTransactionType;
|
|
7840
8130
|
exports.MtaStatus = __webpack_exports__.MtaStatus;
|
|
8131
|
+
exports.MtaTransactionExtendedStatus = __webpack_exports__.MtaTransactionExtendedStatus;
|
|
8132
|
+
exports.MtaTransactionExtendedStatusToDisplayTextMapper = __webpack_exports__.MtaTransactionExtendedStatusToDisplayTextMapper;
|
|
7841
8133
|
exports.MtaTransactionInputType = __webpack_exports__.MtaTransactionInputType;
|
|
7842
8134
|
exports.MtaTransactionInputTypeToDisplayText = __webpack_exports__.MtaTransactionInputTypeToDisplayText;
|
|
7843
8135
|
exports.MtaTransactionPaymentMethod = __webpack_exports__.MtaTransactionPaymentMethod;
|
|
@@ -7846,6 +8138,7 @@ exports.MtaTransactionStatusToDisplayTextMapper = __webpack_exports__.MtaTransac
|
|
|
7846
8138
|
exports.MtaTransactionType = __webpack_exports__.MtaTransactionType;
|
|
7847
8139
|
exports.MtaTransactionTypeToDisplayTextMapper = __webpack_exports__.MtaTransactionTypeToDisplayTextMapper;
|
|
7848
8140
|
exports.MtaUnknownTransactionType = __webpack_exports__.MtaUnknownTransactionType;
|
|
8141
|
+
exports.PaymentMethod = __webpack_exports__.PaymentMethod;
|
|
7849
8142
|
exports.PayoutBankFileStatus = __webpack_exports__.PayoutBankFileStatus;
|
|
7850
8143
|
exports.PayoutSourceAccountType = __webpack_exports__.PayoutSourceAccountType;
|
|
7851
8144
|
exports.PayoutStatus = __webpack_exports__.PayoutStatus;
|
|
@@ -7855,12 +8148,14 @@ exports.ProjectApplyStatusRestRes = __webpack_exports__.ProjectApplyStatusRestRe
|
|
|
7855
8148
|
exports.ProjectMtaAllocationStatus = __webpack_exports__.ProjectMtaAllocationStatus;
|
|
7856
8149
|
exports.PropertyRestResStatus = __webpack_exports__.PropertyRestResStatus;
|
|
7857
8150
|
exports.PropertyStage = __webpack_exports__.PropertyStage;
|
|
8151
|
+
exports.QueryMode = __webpack_exports__.QueryMode;
|
|
7858
8152
|
exports.ReconcileTransactionAction = __webpack_exports__.ReconcileTransactionAction;
|
|
7859
8153
|
exports.ReconciliationStatus = __webpack_exports__.ReconciliationStatus;
|
|
7860
8154
|
exports.ReportDataRangeType = __webpack_exports__.ReportDataRangeType;
|
|
7861
8155
|
exports.ReportGroupType = __webpack_exports__.ReportGroupType;
|
|
7862
8156
|
exports.StringFilterBaseSchema = __webpack_exports__.StringFilterBaseSchema;
|
|
7863
8157
|
exports.TRANSACTION_CANCEL = __webpack_exports__.TRANSACTION_CANCEL;
|
|
8158
|
+
exports.accountBsbFormattedSchema = __webpack_exports__.accountBsbFormattedSchema;
|
|
7864
8159
|
exports.accountBsbMaskedSchema = __webpack_exports__.accountBsbMaskedSchema;
|
|
7865
8160
|
exports.accountBsbValidationSchema = __webpack_exports__.accountBsbValidationSchema;
|
|
7866
8161
|
exports.accountNumberMaskedSchema = __webpack_exports__.accountNumberMaskedSchema;
|
|
@@ -7871,12 +8166,12 @@ exports.assignUnknownReceiptToPropertyRestReqSchema = __webpack_exports__.assign
|
|
|
7871
8166
|
exports.balanceRestResSchema = __webpack_exports__.balanceRestResSchema;
|
|
7872
8167
|
exports.bankCodeSchema = __webpack_exports__.bankCodeSchema;
|
|
7873
8168
|
exports.bankReconciliationSummaryRestReqSchema = __webpack_exports__.bankReconciliationSummaryRestReqSchema;
|
|
7874
|
-
exports.basePayoutItemShape = __webpack_exports__.basePayoutItemShape;
|
|
7875
8169
|
exports.bigIntFilterSchema = __webpack_exports__.bigIntFilterSchema;
|
|
7876
8170
|
exports.boolFilterBaseSchema = __webpack_exports__.boolFilterBaseSchema;
|
|
7877
8171
|
exports.boolFilterSchema = __webpack_exports__.boolFilterSchema;
|
|
7878
8172
|
exports.cancelCmaTransactionRestReqSchema = __webpack_exports__.cancelCmaTransactionRestReqSchema;
|
|
7879
8173
|
exports.cancelMtaTransactionRestReqSchema = __webpack_exports__.cancelMtaTransactionRestReqSchema;
|
|
8174
|
+
exports.cancelPayoutPaymentRestReqSchema = __webpack_exports__.cancelPayoutPaymentRestReqSchema;
|
|
7880
8175
|
exports.cancelPayoutRestReqSchema = __webpack_exports__.cancelPayoutRestReqSchema;
|
|
7881
8176
|
exports.centsToDollarsSchema = __webpack_exports__.centsToDollarsSchema;
|
|
7882
8177
|
exports.cmaAccountPeriodCloseRestReqSchema = __webpack_exports__.cmaAccountPeriodCloseRestReqSchema;
|
|
@@ -7895,28 +8190,31 @@ exports.cmaReconciliationRestResSchema = __webpack_exports__.cmaReconciliationRe
|
|
|
7895
8190
|
exports.cmaRestResBaseSchema = __webpack_exports__.cmaRestResBaseSchema;
|
|
7896
8191
|
exports.cmaRestResSchema = __webpack_exports__.cmaRestResSchema;
|
|
7897
8192
|
exports.cmaSearchRestReqSchema = __webpack_exports__.cmaSearchRestReqSchema;
|
|
8193
|
+
exports.cmaSettlementPayoutRestResSchema = __webpack_exports__.cmaSettlementPayoutRestResSchema;
|
|
7898
8194
|
exports.cmaTransactionEntitySchema = __webpack_exports__.cmaTransactionEntitySchema;
|
|
7899
8195
|
exports.cmaTransactionNestedSchema = __webpack_exports__.cmaTransactionNestedSchema;
|
|
7900
8196
|
exports.cmaTransactionRestResBaseSchema = __webpack_exports__.cmaTransactionRestResBaseSchema;
|
|
7901
8197
|
exports.cmaTransactionRestResSchema = __webpack_exports__.cmaTransactionRestResSchema;
|
|
7902
8198
|
exports.cmaTransactionSearchRestReqSchema = __webpack_exports__.cmaTransactionSearchRestReqSchema;
|
|
8199
|
+
exports.commonPayoutSourceDetailEntitySchema = __webpack_exports__.commonPayoutSourceDetailEntitySchema;
|
|
8200
|
+
exports.commonPayoutTargetDetailEntitySchema = __webpack_exports__.commonPayoutTargetDetailEntitySchema;
|
|
7903
8201
|
exports.commonReportRestReqSchema = __webpack_exports__.commonReportRestReqSchema;
|
|
7904
8202
|
exports.commonReportWithCmaSelectionRestReqSchema = __webpack_exports__.commonReportWithCmaSelectionRestReqSchema;
|
|
7905
|
-
exports.
|
|
8203
|
+
exports.commonUpdatePayoutRestReqSchema = __webpack_exports__.commonUpdatePayoutRestReqSchema;
|
|
8204
|
+
exports.commonUpdatePayoutTargetDetailRestReqSchema = __webpack_exports__.commonUpdatePayoutTargetDetailRestReqSchema;
|
|
8205
|
+
exports.confirmPayoutBankFileProcessedRestReqSchema = __webpack_exports__.confirmPayoutBankFileProcessedRestReqSchema;
|
|
7906
8206
|
exports.createCmaReconciliationRestReqSchema = __webpack_exports__.createCmaReconciliationRestReqSchema;
|
|
7907
8207
|
exports.createCmaRestReqSchema = __webpack_exports__.createCmaRestReqSchema;
|
|
7908
|
-
exports.createCmaSettlementPayoutRestReqSchema = __webpack_exports__.createCmaSettlementPayoutRestReqSchema;
|
|
7909
|
-
exports.createCmaSettlementPayoutSourceAccountSchema = __webpack_exports__.createCmaSettlementPayoutSourceAccountSchema;
|
|
7910
8208
|
exports.createCmaTransactionRestReqSchema = __webpack_exports__.createCmaTransactionRestReqSchema;
|
|
7911
8209
|
exports.createMenuRestReqSchema = __webpack_exports__.createMenuRestReqSchema;
|
|
7912
8210
|
exports.createMtaReconciliationRestReqSchema = __webpack_exports__.createMtaReconciliationRestReqSchema;
|
|
7913
8211
|
exports.createMtaRestReqSchema = __webpack_exports__.createMtaRestReqSchema;
|
|
7914
|
-
exports.createMtaSettlementPayoutRestReqSchema = __webpack_exports__.createMtaSettlementPayoutRestReqSchema;
|
|
7915
|
-
exports.createMtaSettlementPayoutSourceAccountSchema = __webpack_exports__.createMtaSettlementPayoutSourceAccountSchema;
|
|
7916
8212
|
exports.createMtaToCmaPayoutRestReqSchema = __webpack_exports__.createMtaToCmaPayoutRestReqSchema;
|
|
7917
8213
|
exports.createMtaTransactionRestReqSchema = __webpack_exports__.createMtaTransactionRestReqSchema;
|
|
7918
8214
|
exports.createSettlementPayoutRestReqSchema = __webpack_exports__.createSettlementPayoutRestReqSchema;
|
|
8215
|
+
exports.createSettlementPayoutSourceAccountSchema = __webpack_exports__.createSettlementPayoutSourceAccountSchema;
|
|
7919
8216
|
exports.createSettlementPayoutTargetAccountSchema = __webpack_exports__.createSettlementPayoutTargetAccountSchema;
|
|
8217
|
+
exports.createUnknownPayoutRestReqSchema = __webpack_exports__.createUnknownPayoutRestReqSchema;
|
|
7920
8218
|
exports.customerEntitySchema = __webpack_exports__.customerEntitySchema;
|
|
7921
8219
|
exports.customerLedgerRestReqSchema = __webpack_exports__.customerLedgerRestReqSchema;
|
|
7922
8220
|
exports.dateTimeFilterBaseSchema = __webpack_exports__.dateTimeFilterBaseSchema;
|
|
@@ -7967,44 +8265,39 @@ exports.mtaReconciliationEntitySchema = __webpack_exports__.mtaReconciliationEnt
|
|
|
7967
8265
|
exports.mtaReconciliationRestResSchema = __webpack_exports__.mtaReconciliationRestResSchema;
|
|
7968
8266
|
exports.mtaRestResBaseSchema = __webpack_exports__.mtaRestResBaseSchema;
|
|
7969
8267
|
exports.mtaRestResSchema = __webpack_exports__.mtaRestResSchema;
|
|
8268
|
+
exports.mtaSettlementPayoutRestResSchema = __webpack_exports__.mtaSettlementPayoutRestResSchema;
|
|
8269
|
+
exports.mtaToCmaPayoutPaymentEntitySchema = __webpack_exports__.mtaToCmaPayoutPaymentEntitySchema;
|
|
8270
|
+
exports.mtaToCmaPayoutPaymentRestSchema = __webpack_exports__.mtaToCmaPayoutPaymentRestSchema;
|
|
8271
|
+
exports.mtaToCmaPayoutProvisionDataEntitySchema = __webpack_exports__.mtaToCmaPayoutProvisionDataEntitySchema;
|
|
8272
|
+
exports.mtaToCmaPayoutProvisionDataRestSchema = __webpack_exports__.mtaToCmaPayoutProvisionDataRestSchema;
|
|
8273
|
+
exports.mtaToCmaPayoutRestResSchema = __webpack_exports__.mtaToCmaPayoutRestResSchema;
|
|
8274
|
+
exports.mtaToCmaPayoutSourceDetailEntitySchema = __webpack_exports__.mtaToCmaPayoutSourceDetailEntitySchema;
|
|
8275
|
+
exports.mtaToCmaPayoutSourceDetailRestSchema = __webpack_exports__.mtaToCmaPayoutSourceDetailRestSchema;
|
|
8276
|
+
exports.mtaToCmaPayoutTargetDetailEntitySchema = __webpack_exports__.mtaToCmaPayoutTargetDetailEntitySchema;
|
|
8277
|
+
exports.mtaToCmaPayoutTargetDetailRestSchema = __webpack_exports__.mtaToCmaPayoutTargetDetailRestSchema;
|
|
7970
8278
|
exports.mtaTransactionEntitySchema = __webpack_exports__.mtaTransactionEntitySchema;
|
|
8279
|
+
exports.mtaTransactionNestedSchema = __webpack_exports__.mtaTransactionNestedSchema;
|
|
7971
8280
|
exports.mtaTransactionRestResBaseSchema = __webpack_exports__.mtaTransactionRestResBaseSchema;
|
|
7972
8281
|
exports.mtaTransactionRestResSchema = __webpack_exports__.mtaTransactionRestResSchema;
|
|
8282
|
+
exports.mtaTransactionSearchRestReqSchema = __webpack_exports__.mtaTransactionSearchRestReqSchema;
|
|
8283
|
+
exports.mtaTransactionStatusSummaryRestResSchema = __webpack_exports__.mtaTransactionStatusSummaryRestResSchema;
|
|
8284
|
+
exports.paginatedResSchema = __webpack_exports__.paginatedResSchema;
|
|
8285
|
+
exports.paginationReqSchema = __webpack_exports__.paginationReqSchema;
|
|
7973
8286
|
exports.paymentListReportRestReqSchema = __webpack_exports__.paymentListReportRestReqSchema;
|
|
7974
8287
|
exports.paymentProviderEntitySchema = __webpack_exports__.paymentProviderEntitySchema;
|
|
7975
8288
|
exports.payoutBankFileDownloadHistoryEntitySchema = __webpack_exports__.payoutBankFileDownloadHistoryEntitySchema;
|
|
7976
8289
|
exports.payoutBankFileEntitySchema = __webpack_exports__.payoutBankFileEntitySchema;
|
|
7977
8290
|
exports.payoutBankFileRestResSchema = __webpack_exports__.payoutBankFileRestResSchema;
|
|
7978
|
-
exports.payoutCmaSourceDetailsRestSchema = __webpack_exports__.payoutCmaSourceDetailsRestSchema;
|
|
7979
|
-
exports.payoutCmaTargetDetailsRestSchema = __webpack_exports__.payoutCmaTargetDetailsRestSchema;
|
|
7980
|
-
exports.payoutDetailRestResSchema = __webpack_exports__.payoutDetailRestResSchema;
|
|
7981
8291
|
exports.payoutEntitySchema = __webpack_exports__.payoutEntitySchema;
|
|
7982
|
-
exports.payoutItemReqSchema = __webpack_exports__.payoutItemReqSchema;
|
|
7983
|
-
exports.payoutListRestResSchema = __webpack_exports__.payoutListRestResSchema;
|
|
7984
|
-
exports.payoutMtaSourceDetailsRestSchema = __webpack_exports__.payoutMtaSourceDetailsRestSchema;
|
|
7985
|
-
exports.payoutMtaToCmaProvisionDataEntitySchema = __webpack_exports__.payoutMtaToCmaProvisionDataEntitySchema;
|
|
7986
|
-
exports.payoutMtaToCmaRestResSchema = __webpack_exports__.payoutMtaToCmaRestResSchema;
|
|
7987
|
-
exports.payoutMtaToCmaTargetDetailsEntitySchema = __webpack_exports__.payoutMtaToCmaTargetDetailsEntitySchema;
|
|
7988
|
-
exports.payoutOtherProvisionDataEntitySchema = __webpack_exports__.payoutOtherProvisionDataEntitySchema;
|
|
7989
|
-
exports.payoutOtherTargetDetailsEntitySchema = __webpack_exports__.payoutOtherTargetDetailsEntitySchema;
|
|
7990
|
-
exports.payoutOtherTargetDetailsRestSchema = __webpack_exports__.payoutOtherTargetDetailsRestSchema;
|
|
7991
|
-
exports.payoutPaymentItemSchema = __webpack_exports__.payoutPaymentItemSchema;
|
|
7992
8292
|
exports.payoutProvisionDataEntitySchema = __webpack_exports__.payoutProvisionDataEntitySchema;
|
|
7993
|
-
exports.payoutRestReqSchema = __webpack_exports__.payoutRestReqSchema;
|
|
7994
8293
|
exports.payoutRestResBaseSchema = __webpack_exports__.payoutRestResBaseSchema;
|
|
7995
8294
|
exports.payoutRestResSchema = __webpack_exports__.payoutRestResSchema;
|
|
7996
8295
|
exports.payoutSearchRestReqSchema = __webpack_exports__.payoutSearchRestReqSchema;
|
|
7997
|
-
exports.payoutSourceDetailsEntitySchema = __webpack_exports__.payoutSourceDetailsEntitySchema;
|
|
7998
|
-
exports.payoutSourceDetailsRestResBaseSchema = __webpack_exports__.payoutSourceDetailsRestResBaseSchema;
|
|
7999
|
-
exports.payoutSourceDetailsRestSchema = __webpack_exports__.payoutSourceDetailsRestSchema;
|
|
8000
8296
|
exports.payoutStatusSummaryRestResSchema = __webpack_exports__.payoutStatusSummaryRestResSchema;
|
|
8001
|
-
exports.payoutTargetDetailsBaseEntitySchema = __webpack_exports__.payoutTargetDetailsBaseEntitySchema;
|
|
8002
|
-
exports.payoutTargetDetailsEntitySchema = __webpack_exports__.payoutTargetDetailsEntitySchema;
|
|
8003
|
-
exports.payoutTargetDetailsRestResBaseSchema = __webpack_exports__.payoutTargetDetailsRestResBaseSchema;
|
|
8004
|
-
exports.payoutTargetDetailsRestSchema = __webpack_exports__.payoutTargetDetailsRestSchema;
|
|
8005
8297
|
exports.payoutTransactionEntitySchema = __webpack_exports__.payoutTransactionEntitySchema;
|
|
8006
8298
|
exports.payoutTransactionRestResSchema = __webpack_exports__.payoutTransactionRestResSchema;
|
|
8007
8299
|
exports.payoutTransactionSearchRestReqSchema = __webpack_exports__.payoutTransactionSearchRestReqSchema;
|
|
8300
|
+
exports.payoutUpdateRestReqSchema = __webpack_exports__.payoutUpdateRestReqSchema;
|
|
8008
8301
|
exports.projectEntitySchema = __webpack_exports__.projectEntitySchema;
|
|
8009
8302
|
exports.projectMtaAllocationEntitySchema = __webpack_exports__.projectMtaAllocationEntitySchema;
|
|
8010
8303
|
exports.projectMtaAllocationRestResSchema = __webpack_exports__.projectMtaAllocationRestResSchema;
|
|
@@ -8016,23 +8309,41 @@ exports.propertyNestedEntitySchema = __webpack_exports__.propertyNestedEntitySch
|
|
|
8016
8309
|
exports.propertyRestResBaseSchema = __webpack_exports__.propertyRestResBaseSchema;
|
|
8017
8310
|
exports.propertyRestResSchema = __webpack_exports__.propertyRestResSchema;
|
|
8018
8311
|
exports.propertySearchRestReqSchema = __webpack_exports__.propertySearchRestReqSchema;
|
|
8312
|
+
exports.queryModeSchema = __webpack_exports__.queryModeSchema;
|
|
8019
8313
|
exports.receiptListReportRestReqSchema = __webpack_exports__.receiptListReportRestReqSchema;
|
|
8020
8314
|
exports.reconcileCmaTransactionRestReqSchema = __webpack_exports__.reconcileCmaTransactionRestReqSchema;
|
|
8021
8315
|
exports.reconcileMtaTransactionRestReqSchema = __webpack_exports__.reconcileMtaTransactionRestReqSchema;
|
|
8022
8316
|
exports.reconciledItemsListReportRestReqSchema = __webpack_exports__.reconciledItemsListReportRestReqSchema;
|
|
8317
|
+
exports.settlementPayoutPaymentEntitySchema = __webpack_exports__.settlementPayoutPaymentEntitySchema;
|
|
8318
|
+
exports.settlementPayoutProvisionDataEntitySchema = __webpack_exports__.settlementPayoutProvisionDataEntitySchema;
|
|
8319
|
+
exports.settlementPayoutRestResSchema = __webpack_exports__.settlementPayoutRestResSchema;
|
|
8320
|
+
exports.settlementPayoutSourceDetailEntitySchema = __webpack_exports__.settlementPayoutSourceDetailEntitySchema;
|
|
8321
|
+
exports.settlementPayoutTargetDetailEntitySchema = __webpack_exports__.settlementPayoutTargetDetailEntitySchema;
|
|
8322
|
+
exports.simpleStringFilterSchema = __webpack_exports__.simpleStringFilterSchema;
|
|
8023
8323
|
exports.stateCodeSchema = __webpack_exports__.stateCodeSchema;
|
|
8024
8324
|
exports.stringFilterSchema = __webpack_exports__.stringFilterSchema;
|
|
8025
8325
|
exports.stringToDateSchema = __webpack_exports__.stringToDateSchema;
|
|
8026
8326
|
exports.stringToEndOfDaySchema = __webpack_exports__.stringToEndOfDaySchema;
|
|
8027
8327
|
exports.stringToStartOfDaySchema = __webpack_exports__.stringToStartOfDaySchema;
|
|
8028
8328
|
exports.trustTrialBalanceReportRestReqSchema = __webpack_exports__.trustTrialBalanceReportRestReqSchema;
|
|
8329
|
+
exports.unknownPayoutPaymentEntitySchema = __webpack_exports__.unknownPayoutPaymentEntitySchema;
|
|
8330
|
+
exports.unknownPayoutProvisionDataEntitySchema = __webpack_exports__.unknownPayoutProvisionDataEntitySchema;
|
|
8331
|
+
exports.unknownPayoutRestResSchema = __webpack_exports__.unknownPayoutRestResSchema;
|
|
8332
|
+
exports.unknownPayoutSourceDetailEntitySchema = __webpack_exports__.unknownPayoutSourceDetailEntitySchema;
|
|
8333
|
+
exports.unknownPayoutTargetDetailEntitySchema = __webpack_exports__.unknownPayoutTargetDetailEntitySchema;
|
|
8029
8334
|
exports.unreconciledItemsListReportRestReqSchema = __webpack_exports__.unreconciledItemsListReportRestReqSchema;
|
|
8030
8335
|
exports.updateCmaAccountPeriodReconciledToRestReqSchema = __webpack_exports__.updateCmaAccountPeriodReconciledToRestReqSchema;
|
|
8031
8336
|
exports.updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema = __webpack_exports__.updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema;
|
|
8337
|
+
exports.updateCmaSettlementPayoutRestReqSchema = __webpack_exports__.updateCmaSettlementPayoutRestReqSchema;
|
|
8032
8338
|
exports.updateMenuRestReqSchema = __webpack_exports__.updateMenuRestReqSchema;
|
|
8033
8339
|
exports.updateMtaAccountPeriodReconciledToRestReqSchema = __webpack_exports__.updateMtaAccountPeriodReconciledToRestReqSchema;
|
|
8034
8340
|
exports.updateMtaRestReqSchema = __webpack_exports__.updateMtaRestReqSchema;
|
|
8341
|
+
exports.updateMtaSettlementPayoutRestReqSchema = __webpack_exports__.updateMtaSettlementPayoutRestReqSchema;
|
|
8342
|
+
exports.updateMtaToCmaPayoutRestReqSchema = __webpack_exports__.updateMtaToCmaPayoutRestReqSchema;
|
|
8035
8343
|
exports.updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema = __webpack_exports__.updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema;
|
|
8344
|
+
exports.updateSettlementPayoutRestReqSchema = __webpack_exports__.updateSettlementPayoutRestReqSchema;
|
|
8345
|
+
exports.updateUnknownPayoutRestReqSchema = __webpack_exports__.updateUnknownPayoutRestReqSchema;
|
|
8346
|
+
exports.updateUnknownPayoutTargetDetailRestReqSchema = __webpack_exports__.updateUnknownPayoutTargetDetailRestReqSchema;
|
|
8036
8347
|
exports.userEntitySchema = __webpack_exports__.userEntitySchema;
|
|
8037
8348
|
exports.userRestResSchema = __webpack_exports__.userRestResSchema;
|
|
8038
8349
|
for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
@@ -8067,6 +8378,8 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8067
8378
|
"MtaPayoutTransactionType",
|
|
8068
8379
|
"MtaReceiptTransactionType",
|
|
8069
8380
|
"MtaStatus",
|
|
8381
|
+
"MtaTransactionExtendedStatus",
|
|
8382
|
+
"MtaTransactionExtendedStatusToDisplayTextMapper",
|
|
8070
8383
|
"MtaTransactionInputType",
|
|
8071
8384
|
"MtaTransactionInputTypeToDisplayText",
|
|
8072
8385
|
"MtaTransactionPaymentMethod",
|
|
@@ -8075,6 +8388,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8075
8388
|
"MtaTransactionType",
|
|
8076
8389
|
"MtaTransactionTypeToDisplayTextMapper",
|
|
8077
8390
|
"MtaUnknownTransactionType",
|
|
8391
|
+
"PaymentMethod",
|
|
8078
8392
|
"PayoutBankFileStatus",
|
|
8079
8393
|
"PayoutSourceAccountType",
|
|
8080
8394
|
"PayoutStatus",
|
|
@@ -8084,12 +8398,14 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8084
8398
|
"ProjectMtaAllocationStatus",
|
|
8085
8399
|
"PropertyRestResStatus",
|
|
8086
8400
|
"PropertyStage",
|
|
8401
|
+
"QueryMode",
|
|
8087
8402
|
"ReconcileTransactionAction",
|
|
8088
8403
|
"ReconciliationStatus",
|
|
8089
8404
|
"ReportDataRangeType",
|
|
8090
8405
|
"ReportGroupType",
|
|
8091
8406
|
"StringFilterBaseSchema",
|
|
8092
8407
|
"TRANSACTION_CANCEL",
|
|
8408
|
+
"accountBsbFormattedSchema",
|
|
8093
8409
|
"accountBsbMaskedSchema",
|
|
8094
8410
|
"accountBsbValidationSchema",
|
|
8095
8411
|
"accountNumberMaskedSchema",
|
|
@@ -8100,12 +8416,12 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8100
8416
|
"balanceRestResSchema",
|
|
8101
8417
|
"bankCodeSchema",
|
|
8102
8418
|
"bankReconciliationSummaryRestReqSchema",
|
|
8103
|
-
"basePayoutItemShape",
|
|
8104
8419
|
"bigIntFilterSchema",
|
|
8105
8420
|
"boolFilterBaseSchema",
|
|
8106
8421
|
"boolFilterSchema",
|
|
8107
8422
|
"cancelCmaTransactionRestReqSchema",
|
|
8108
8423
|
"cancelMtaTransactionRestReqSchema",
|
|
8424
|
+
"cancelPayoutPaymentRestReqSchema",
|
|
8109
8425
|
"cancelPayoutRestReqSchema",
|
|
8110
8426
|
"centsToDollarsSchema",
|
|
8111
8427
|
"cmaAccountPeriodCloseRestReqSchema",
|
|
@@ -8124,28 +8440,31 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8124
8440
|
"cmaRestResBaseSchema",
|
|
8125
8441
|
"cmaRestResSchema",
|
|
8126
8442
|
"cmaSearchRestReqSchema",
|
|
8443
|
+
"cmaSettlementPayoutRestResSchema",
|
|
8127
8444
|
"cmaTransactionEntitySchema",
|
|
8128
8445
|
"cmaTransactionNestedSchema",
|
|
8129
8446
|
"cmaTransactionRestResBaseSchema",
|
|
8130
8447
|
"cmaTransactionRestResSchema",
|
|
8131
8448
|
"cmaTransactionSearchRestReqSchema",
|
|
8449
|
+
"commonPayoutSourceDetailEntitySchema",
|
|
8450
|
+
"commonPayoutTargetDetailEntitySchema",
|
|
8132
8451
|
"commonReportRestReqSchema",
|
|
8133
8452
|
"commonReportWithCmaSelectionRestReqSchema",
|
|
8134
|
-
"
|
|
8453
|
+
"commonUpdatePayoutRestReqSchema",
|
|
8454
|
+
"commonUpdatePayoutTargetDetailRestReqSchema",
|
|
8455
|
+
"confirmPayoutBankFileProcessedRestReqSchema",
|
|
8135
8456
|
"createCmaReconciliationRestReqSchema",
|
|
8136
8457
|
"createCmaRestReqSchema",
|
|
8137
|
-
"createCmaSettlementPayoutRestReqSchema",
|
|
8138
|
-
"createCmaSettlementPayoutSourceAccountSchema",
|
|
8139
8458
|
"createCmaTransactionRestReqSchema",
|
|
8140
8459
|
"createMenuRestReqSchema",
|
|
8141
8460
|
"createMtaReconciliationRestReqSchema",
|
|
8142
8461
|
"createMtaRestReqSchema",
|
|
8143
|
-
"createMtaSettlementPayoutRestReqSchema",
|
|
8144
|
-
"createMtaSettlementPayoutSourceAccountSchema",
|
|
8145
8462
|
"createMtaToCmaPayoutRestReqSchema",
|
|
8146
8463
|
"createMtaTransactionRestReqSchema",
|
|
8147
8464
|
"createSettlementPayoutRestReqSchema",
|
|
8465
|
+
"createSettlementPayoutSourceAccountSchema",
|
|
8148
8466
|
"createSettlementPayoutTargetAccountSchema",
|
|
8467
|
+
"createUnknownPayoutRestReqSchema",
|
|
8149
8468
|
"customerEntitySchema",
|
|
8150
8469
|
"customerLedgerRestReqSchema",
|
|
8151
8470
|
"dateTimeFilterBaseSchema",
|
|
@@ -8196,44 +8515,39 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8196
8515
|
"mtaReconciliationRestResSchema",
|
|
8197
8516
|
"mtaRestResBaseSchema",
|
|
8198
8517
|
"mtaRestResSchema",
|
|
8518
|
+
"mtaSettlementPayoutRestResSchema",
|
|
8519
|
+
"mtaToCmaPayoutPaymentEntitySchema",
|
|
8520
|
+
"mtaToCmaPayoutPaymentRestSchema",
|
|
8521
|
+
"mtaToCmaPayoutProvisionDataEntitySchema",
|
|
8522
|
+
"mtaToCmaPayoutProvisionDataRestSchema",
|
|
8523
|
+
"mtaToCmaPayoutRestResSchema",
|
|
8524
|
+
"mtaToCmaPayoutSourceDetailEntitySchema",
|
|
8525
|
+
"mtaToCmaPayoutSourceDetailRestSchema",
|
|
8526
|
+
"mtaToCmaPayoutTargetDetailEntitySchema",
|
|
8527
|
+
"mtaToCmaPayoutTargetDetailRestSchema",
|
|
8199
8528
|
"mtaTransactionEntitySchema",
|
|
8529
|
+
"mtaTransactionNestedSchema",
|
|
8200
8530
|
"mtaTransactionRestResBaseSchema",
|
|
8201
8531
|
"mtaTransactionRestResSchema",
|
|
8532
|
+
"mtaTransactionSearchRestReqSchema",
|
|
8533
|
+
"mtaTransactionStatusSummaryRestResSchema",
|
|
8534
|
+
"paginatedResSchema",
|
|
8535
|
+
"paginationReqSchema",
|
|
8202
8536
|
"paymentListReportRestReqSchema",
|
|
8203
8537
|
"paymentProviderEntitySchema",
|
|
8204
8538
|
"payoutBankFileDownloadHistoryEntitySchema",
|
|
8205
8539
|
"payoutBankFileEntitySchema",
|
|
8206
8540
|
"payoutBankFileRestResSchema",
|
|
8207
|
-
"payoutCmaSourceDetailsRestSchema",
|
|
8208
|
-
"payoutCmaTargetDetailsRestSchema",
|
|
8209
|
-
"payoutDetailRestResSchema",
|
|
8210
8541
|
"payoutEntitySchema",
|
|
8211
|
-
"payoutItemReqSchema",
|
|
8212
|
-
"payoutListRestResSchema",
|
|
8213
|
-
"payoutMtaSourceDetailsRestSchema",
|
|
8214
|
-
"payoutMtaToCmaProvisionDataEntitySchema",
|
|
8215
|
-
"payoutMtaToCmaRestResSchema",
|
|
8216
|
-
"payoutMtaToCmaTargetDetailsEntitySchema",
|
|
8217
|
-
"payoutOtherProvisionDataEntitySchema",
|
|
8218
|
-
"payoutOtherTargetDetailsEntitySchema",
|
|
8219
|
-
"payoutOtherTargetDetailsRestSchema",
|
|
8220
|
-
"payoutPaymentItemSchema",
|
|
8221
8542
|
"payoutProvisionDataEntitySchema",
|
|
8222
|
-
"payoutRestReqSchema",
|
|
8223
8543
|
"payoutRestResBaseSchema",
|
|
8224
8544
|
"payoutRestResSchema",
|
|
8225
8545
|
"payoutSearchRestReqSchema",
|
|
8226
|
-
"payoutSourceDetailsEntitySchema",
|
|
8227
|
-
"payoutSourceDetailsRestResBaseSchema",
|
|
8228
|
-
"payoutSourceDetailsRestSchema",
|
|
8229
8546
|
"payoutStatusSummaryRestResSchema",
|
|
8230
|
-
"payoutTargetDetailsBaseEntitySchema",
|
|
8231
|
-
"payoutTargetDetailsEntitySchema",
|
|
8232
|
-
"payoutTargetDetailsRestResBaseSchema",
|
|
8233
|
-
"payoutTargetDetailsRestSchema",
|
|
8234
8547
|
"payoutTransactionEntitySchema",
|
|
8235
8548
|
"payoutTransactionRestResSchema",
|
|
8236
8549
|
"payoutTransactionSearchRestReqSchema",
|
|
8550
|
+
"payoutUpdateRestReqSchema",
|
|
8237
8551
|
"projectEntitySchema",
|
|
8238
8552
|
"projectMtaAllocationEntitySchema",
|
|
8239
8553
|
"projectMtaAllocationRestResSchema",
|
|
@@ -8245,23 +8559,41 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8245
8559
|
"propertyRestResBaseSchema",
|
|
8246
8560
|
"propertyRestResSchema",
|
|
8247
8561
|
"propertySearchRestReqSchema",
|
|
8562
|
+
"queryModeSchema",
|
|
8248
8563
|
"receiptListReportRestReqSchema",
|
|
8249
8564
|
"reconcileCmaTransactionRestReqSchema",
|
|
8250
8565
|
"reconcileMtaTransactionRestReqSchema",
|
|
8251
8566
|
"reconciledItemsListReportRestReqSchema",
|
|
8567
|
+
"settlementPayoutPaymentEntitySchema",
|
|
8568
|
+
"settlementPayoutProvisionDataEntitySchema",
|
|
8569
|
+
"settlementPayoutRestResSchema",
|
|
8570
|
+
"settlementPayoutSourceDetailEntitySchema",
|
|
8571
|
+
"settlementPayoutTargetDetailEntitySchema",
|
|
8572
|
+
"simpleStringFilterSchema",
|
|
8252
8573
|
"stateCodeSchema",
|
|
8253
8574
|
"stringFilterSchema",
|
|
8254
8575
|
"stringToDateSchema",
|
|
8255
8576
|
"stringToEndOfDaySchema",
|
|
8256
8577
|
"stringToStartOfDaySchema",
|
|
8257
8578
|
"trustTrialBalanceReportRestReqSchema",
|
|
8579
|
+
"unknownPayoutPaymentEntitySchema",
|
|
8580
|
+
"unknownPayoutProvisionDataEntitySchema",
|
|
8581
|
+
"unknownPayoutRestResSchema",
|
|
8582
|
+
"unknownPayoutSourceDetailEntitySchema",
|
|
8583
|
+
"unknownPayoutTargetDetailEntitySchema",
|
|
8258
8584
|
"unreconciledItemsListReportRestReqSchema",
|
|
8259
8585
|
"updateCmaAccountPeriodReconciledToRestReqSchema",
|
|
8260
8586
|
"updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema",
|
|
8587
|
+
"updateCmaSettlementPayoutRestReqSchema",
|
|
8261
8588
|
"updateMenuRestReqSchema",
|
|
8262
8589
|
"updateMtaAccountPeriodReconciledToRestReqSchema",
|
|
8263
8590
|
"updateMtaRestReqSchema",
|
|
8591
|
+
"updateMtaSettlementPayoutRestReqSchema",
|
|
8592
|
+
"updateMtaToCmaPayoutRestReqSchema",
|
|
8264
8593
|
"updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema",
|
|
8594
|
+
"updateSettlementPayoutRestReqSchema",
|
|
8595
|
+
"updateUnknownPayoutRestReqSchema",
|
|
8596
|
+
"updateUnknownPayoutTargetDetailRestReqSchema",
|
|
8265
8597
|
"userEntitySchema",
|
|
8266
8598
|
"userRestResSchema"
|
|
8267
8599
|
].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|