@mikemo-coposit/am-accounting-shared 0.0.10 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/payment-method.constant.d.ts +4 -0
- package/dist/cjs/constants/common/payment-method.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +2 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +876 -518
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +97 -97
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +56 -56
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +487 -487
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +61 -61
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +347 -347
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +1 -0
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +3 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +13 -0
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +40 -0
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +11 -0
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +16 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +18 -18
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +525 -525
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +15 -15
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +354 -354
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/index.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -12
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +63 -63
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/index.d.ts +7 -7
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/{esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
- package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +57 -2
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +254 -0
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +7385 -392
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +81673 -20803
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/unknown-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +911 -908
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +23 -23
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +68 -68
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +356 -356
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/amount.util.d.ts.map +1 -1
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/payment-method.constant.d.ts +4 -0
- package/dist/esm/constants/common/payment-method.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +2 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +688 -401
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +97 -97
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +56 -56
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +487 -487
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +61 -61
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +347 -347
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +1 -0
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +3 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +13 -0
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +40 -0
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts +11 -0
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +16 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +18 -18
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +525 -525
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +15 -15
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +354 -354
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/index.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -12
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +63 -63
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts +4 -0
- package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/index.d.ts +7 -7
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/{cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
- package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +57 -2
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +254 -0
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +7385 -392
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +81673 -20803
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/unknown-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +911 -908
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +23 -23
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +68 -68
- package/dist/esm/schemas/property/property.rest.schema.d.ts +356 -356
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/amount.util.d.ts.map +1 -1
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +11 -15
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
- package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +0 -87
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +0 -474
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +0 -529
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
- package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +0 -87
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +0 -474
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +0 -529
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-cma-reconciliation.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"create-cma-reconciliation.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;EAI/C,CAAC;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
|
|
@@ -81,6 +81,88 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
81
81
|
} & {
|
|
82
82
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
83
83
|
}>>, z.ZodString]>>;
|
|
84
|
+
inputType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
85
|
+
equals?: string | undefined;
|
|
86
|
+
in?: string[] | undefined;
|
|
87
|
+
notIn?: string[] | undefined;
|
|
88
|
+
lt?: string | undefined;
|
|
89
|
+
lte?: string | undefined;
|
|
90
|
+
gt?: string | undefined;
|
|
91
|
+
gte?: string | undefined;
|
|
92
|
+
contains?: string | undefined;
|
|
93
|
+
startsWith?: string | undefined;
|
|
94
|
+
endsWith?: string | undefined;
|
|
95
|
+
} & {
|
|
96
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
97
|
+
}, z.ZodTypeDef, {
|
|
98
|
+
equals?: string | undefined;
|
|
99
|
+
in?: string[] | undefined;
|
|
100
|
+
notIn?: string[] | undefined;
|
|
101
|
+
lt?: string | undefined;
|
|
102
|
+
lte?: string | undefined;
|
|
103
|
+
gt?: string | undefined;
|
|
104
|
+
gte?: string | undefined;
|
|
105
|
+
contains?: string | undefined;
|
|
106
|
+
startsWith?: string | undefined;
|
|
107
|
+
endsWith?: string | undefined;
|
|
108
|
+
} & {
|
|
109
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
110
|
+
}>>, z.ZodString]>>;
|
|
111
|
+
bankRef: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
112
|
+
equals?: string | undefined;
|
|
113
|
+
in?: string[] | undefined;
|
|
114
|
+
notIn?: string[] | undefined;
|
|
115
|
+
lt?: string | undefined;
|
|
116
|
+
lte?: string | undefined;
|
|
117
|
+
gt?: string | undefined;
|
|
118
|
+
gte?: string | undefined;
|
|
119
|
+
contains?: string | undefined;
|
|
120
|
+
startsWith?: string | undefined;
|
|
121
|
+
endsWith?: string | undefined;
|
|
122
|
+
} & {
|
|
123
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
124
|
+
}, z.ZodTypeDef, {
|
|
125
|
+
equals?: string | undefined;
|
|
126
|
+
in?: string[] | undefined;
|
|
127
|
+
notIn?: string[] | undefined;
|
|
128
|
+
lt?: string | undefined;
|
|
129
|
+
lte?: string | undefined;
|
|
130
|
+
gt?: string | undefined;
|
|
131
|
+
gte?: string | undefined;
|
|
132
|
+
contains?: string | undefined;
|
|
133
|
+
startsWith?: string | undefined;
|
|
134
|
+
endsWith?: string | undefined;
|
|
135
|
+
} & {
|
|
136
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
137
|
+
}>>, z.ZodString]>>;
|
|
138
|
+
description: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
139
|
+
equals?: string | undefined;
|
|
140
|
+
in?: string[] | undefined;
|
|
141
|
+
notIn?: string[] | undefined;
|
|
142
|
+
lt?: string | undefined;
|
|
143
|
+
lte?: string | undefined;
|
|
144
|
+
gt?: string | undefined;
|
|
145
|
+
gte?: string | undefined;
|
|
146
|
+
contains?: string | undefined;
|
|
147
|
+
startsWith?: string | undefined;
|
|
148
|
+
endsWith?: string | undefined;
|
|
149
|
+
} & {
|
|
150
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
151
|
+
}, z.ZodTypeDef, {
|
|
152
|
+
equals?: string | undefined;
|
|
153
|
+
in?: string[] | undefined;
|
|
154
|
+
notIn?: string[] | undefined;
|
|
155
|
+
lt?: string | undefined;
|
|
156
|
+
lte?: string | undefined;
|
|
157
|
+
gt?: string | undefined;
|
|
158
|
+
gte?: string | undefined;
|
|
159
|
+
contains?: string | undefined;
|
|
160
|
+
startsWith?: string | undefined;
|
|
161
|
+
endsWith?: string | undefined;
|
|
162
|
+
} & {
|
|
163
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
164
|
+
}>>, z.ZodString]>>;
|
|
165
|
+
clearedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, z.ZodTypeDef, import("..").DateTimeFilterSchema>>, z.ZodString]>>;
|
|
84
166
|
transactionType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
85
167
|
equals?: string | undefined;
|
|
86
168
|
in?: string[] | undefined;
|
|
@@ -110,7 +192,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
110
192
|
}>>, z.ZodString]>>;
|
|
111
193
|
isCanceled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
|
|
112
194
|
isRefunded: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.ZodTypeDef, any>>, z.ZodString]>>;
|
|
113
|
-
|
|
195
|
+
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
114
196
|
equals?: string | undefined;
|
|
115
197
|
in?: string[] | undefined;
|
|
116
198
|
notIn?: string[] | undefined;
|
|
@@ -137,76 +219,34 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
137
219
|
} & {
|
|
138
220
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
139
221
|
}>>, z.ZodString]>>;
|
|
140
|
-
|
|
141
|
-
equals?:
|
|
142
|
-
in?:
|
|
143
|
-
notIn?:
|
|
144
|
-
lt?:
|
|
145
|
-
lte?:
|
|
146
|
-
gt?:
|
|
147
|
-
gte?:
|
|
222
|
+
payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
223
|
+
equals?: string | undefined;
|
|
224
|
+
in?: string[] | undefined;
|
|
225
|
+
notIn?: string[] | undefined;
|
|
226
|
+
lt?: string | undefined;
|
|
227
|
+
lte?: string | undefined;
|
|
228
|
+
gt?: string | undefined;
|
|
229
|
+
gte?: string | undefined;
|
|
230
|
+
contains?: string | undefined;
|
|
231
|
+
startsWith?: string | undefined;
|
|
232
|
+
endsWith?: string | undefined;
|
|
148
233
|
} & {
|
|
149
|
-
not?:
|
|
150
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
151
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
152
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
153
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
154
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
155
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
156
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
157
|
-
}, "strip", z.ZodTypeAny, {
|
|
158
|
-
equals?: bigint | undefined;
|
|
159
|
-
in?: bigint[] | undefined;
|
|
160
|
-
notIn?: bigint[] | undefined;
|
|
161
|
-
lt?: bigint | undefined;
|
|
162
|
-
lte?: bigint | undefined;
|
|
163
|
-
gt?: bigint | undefined;
|
|
164
|
-
gte?: bigint | undefined;
|
|
165
|
-
}, {
|
|
166
|
-
equals?: number | bigint | undefined;
|
|
167
|
-
in?: (number | bigint)[] | undefined;
|
|
168
|
-
notIn?: (number | bigint)[] | undefined;
|
|
169
|
-
lt?: number | bigint | undefined;
|
|
170
|
-
lte?: number | bigint | undefined;
|
|
171
|
-
gt?: number | bigint | undefined;
|
|
172
|
-
gte?: number | bigint | undefined;
|
|
173
|
-
}>> | undefined;
|
|
234
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
174
235
|
}, z.ZodTypeDef, {
|
|
175
|
-
equals?:
|
|
176
|
-
in?:
|
|
177
|
-
notIn?:
|
|
178
|
-
lt?:
|
|
179
|
-
lte?:
|
|
180
|
-
gt?:
|
|
181
|
-
gte?:
|
|
236
|
+
equals?: string | undefined;
|
|
237
|
+
in?: string[] | undefined;
|
|
238
|
+
notIn?: string[] | undefined;
|
|
239
|
+
lt?: string | undefined;
|
|
240
|
+
lte?: string | undefined;
|
|
241
|
+
gt?: string | undefined;
|
|
242
|
+
gte?: string | undefined;
|
|
243
|
+
contains?: string | undefined;
|
|
244
|
+
startsWith?: string | undefined;
|
|
245
|
+
endsWith?: string | undefined;
|
|
182
246
|
} & {
|
|
183
|
-
not?:
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
187
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
188
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
189
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
190
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
191
|
-
}, "strip", z.ZodTypeAny, {
|
|
192
|
-
equals?: bigint | undefined;
|
|
193
|
-
in?: bigint[] | undefined;
|
|
194
|
-
notIn?: bigint[] | undefined;
|
|
195
|
-
lt?: bigint | undefined;
|
|
196
|
-
lte?: bigint | undefined;
|
|
197
|
-
gt?: bigint | undefined;
|
|
198
|
-
gte?: bigint | undefined;
|
|
199
|
-
}, {
|
|
200
|
-
equals?: number | bigint | undefined;
|
|
201
|
-
in?: (number | bigint)[] | undefined;
|
|
202
|
-
notIn?: (number | bigint)[] | undefined;
|
|
203
|
-
lt?: number | bigint | undefined;
|
|
204
|
-
lte?: number | bigint | undefined;
|
|
205
|
-
gt?: number | bigint | undefined;
|
|
206
|
-
gte?: number | bigint | undefined;
|
|
207
|
-
}>> | undefined;
|
|
208
|
-
}>>, z.ZodBigInt]>>;
|
|
209
|
-
cmaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
247
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
248
|
+
}>>, z.ZodString]>>;
|
|
249
|
+
creditAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
210
250
|
equals?: bigint | undefined;
|
|
211
251
|
in?: bigint[] | undefined;
|
|
212
252
|
notIn?: bigint[] | undefined;
|
|
@@ -275,7 +315,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
275
315
|
gte?: number | bigint | undefined;
|
|
276
316
|
}>> | undefined;
|
|
277
317
|
}>>, z.ZodBigInt]>>;
|
|
278
|
-
|
|
318
|
+
debitAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
279
319
|
equals?: bigint | undefined;
|
|
280
320
|
in?: bigint[] | undefined;
|
|
281
321
|
notIn?: bigint[] | undefined;
|
|
@@ -344,60 +384,6 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
344
384
|
gte?: number | bigint | undefined;
|
|
345
385
|
}>> | undefined;
|
|
346
386
|
}>>, z.ZodBigInt]>>;
|
|
347
|
-
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
348
|
-
equals?: string | undefined;
|
|
349
|
-
in?: string[] | undefined;
|
|
350
|
-
notIn?: string[] | undefined;
|
|
351
|
-
lt?: string | undefined;
|
|
352
|
-
lte?: string | undefined;
|
|
353
|
-
gt?: string | undefined;
|
|
354
|
-
gte?: string | undefined;
|
|
355
|
-
contains?: string | undefined;
|
|
356
|
-
startsWith?: string | undefined;
|
|
357
|
-
endsWith?: string | undefined;
|
|
358
|
-
} & {
|
|
359
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
360
|
-
}, z.ZodTypeDef, {
|
|
361
|
-
equals?: string | undefined;
|
|
362
|
-
in?: string[] | undefined;
|
|
363
|
-
notIn?: string[] | undefined;
|
|
364
|
-
lt?: string | undefined;
|
|
365
|
-
lte?: string | undefined;
|
|
366
|
-
gt?: string | undefined;
|
|
367
|
-
gte?: string | undefined;
|
|
368
|
-
contains?: string | undefined;
|
|
369
|
-
startsWith?: string | undefined;
|
|
370
|
-
endsWith?: string | undefined;
|
|
371
|
-
} & {
|
|
372
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
373
|
-
}>>, z.ZodString]>>;
|
|
374
|
-
payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
375
|
-
equals?: string | undefined;
|
|
376
|
-
in?: string[] | undefined;
|
|
377
|
-
notIn?: string[] | undefined;
|
|
378
|
-
lt?: string | undefined;
|
|
379
|
-
lte?: string | undefined;
|
|
380
|
-
gt?: string | undefined;
|
|
381
|
-
gte?: string | undefined;
|
|
382
|
-
contains?: string | undefined;
|
|
383
|
-
startsWith?: string | undefined;
|
|
384
|
-
endsWith?: string | undefined;
|
|
385
|
-
} & {
|
|
386
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
387
|
-
}, z.ZodTypeDef, {
|
|
388
|
-
equals?: string | undefined;
|
|
389
|
-
in?: string[] | undefined;
|
|
390
|
-
notIn?: string[] | undefined;
|
|
391
|
-
lt?: string | undefined;
|
|
392
|
-
lte?: string | undefined;
|
|
393
|
-
gt?: string | undefined;
|
|
394
|
-
gte?: string | undefined;
|
|
395
|
-
contains?: string | undefined;
|
|
396
|
-
startsWith?: string | undefined;
|
|
397
|
-
endsWith?: string | undefined;
|
|
398
|
-
} & {
|
|
399
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
400
|
-
}>>, z.ZodString]>>;
|
|
401
387
|
}, "strip", z.ZodTypeAny, {
|
|
402
388
|
status?: string | ({
|
|
403
389
|
equals?: string | undefined;
|
|
@@ -427,7 +413,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
427
413
|
} & {
|
|
428
414
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
429
415
|
}) | undefined;
|
|
430
|
-
|
|
416
|
+
debitAmountCents?: bigint | ({
|
|
431
417
|
equals?: bigint | undefined;
|
|
432
418
|
in?: bigint[] | undefined;
|
|
433
419
|
notIn?: bigint[] | undefined;
|
|
@@ -462,21 +448,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
462
448
|
gte?: number | bigint | undefined;
|
|
463
449
|
}>> | undefined;
|
|
464
450
|
}) | undefined;
|
|
465
|
-
|
|
466
|
-
equals?: string | undefined;
|
|
467
|
-
in?: string[] | undefined;
|
|
468
|
-
notIn?: string[] | undefined;
|
|
469
|
-
lt?: string | undefined;
|
|
470
|
-
lte?: string | undefined;
|
|
471
|
-
gt?: string | undefined;
|
|
472
|
-
gte?: string | undefined;
|
|
473
|
-
contains?: string | undefined;
|
|
474
|
-
startsWith?: string | undefined;
|
|
475
|
-
endsWith?: string | undefined;
|
|
476
|
-
} & {
|
|
477
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
478
|
-
}) | undefined;
|
|
479
|
-
mtaBalanceCents?: bigint | ({
|
|
451
|
+
creditAmountCents?: bigint | ({
|
|
480
452
|
equals?: bigint | undefined;
|
|
481
453
|
in?: bigint[] | undefined;
|
|
482
454
|
notIn?: bigint[] | undefined;
|
|
@@ -511,41 +483,21 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
511
483
|
gte?: number | bigint | undefined;
|
|
512
484
|
}>> | undefined;
|
|
513
485
|
}) | undefined;
|
|
514
|
-
|
|
515
|
-
equals?:
|
|
516
|
-
in?:
|
|
517
|
-
notIn?:
|
|
518
|
-
lt?:
|
|
519
|
-
lte?:
|
|
520
|
-
gt?:
|
|
521
|
-
gte?:
|
|
486
|
+
description?: string | ({
|
|
487
|
+
equals?: string | undefined;
|
|
488
|
+
in?: string[] | undefined;
|
|
489
|
+
notIn?: string[] | undefined;
|
|
490
|
+
lt?: string | undefined;
|
|
491
|
+
lte?: string | undefined;
|
|
492
|
+
gt?: string | undefined;
|
|
493
|
+
gte?: string | undefined;
|
|
494
|
+
contains?: string | undefined;
|
|
495
|
+
startsWith?: string | undefined;
|
|
496
|
+
endsWith?: string | undefined;
|
|
522
497
|
} & {
|
|
523
|
-
not?:
|
|
524
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
525
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
526
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
527
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
528
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
529
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
530
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
531
|
-
}, "strip", z.ZodTypeAny, {
|
|
532
|
-
equals?: bigint | undefined;
|
|
533
|
-
in?: bigint[] | undefined;
|
|
534
|
-
notIn?: bigint[] | undefined;
|
|
535
|
-
lt?: bigint | undefined;
|
|
536
|
-
lte?: bigint | undefined;
|
|
537
|
-
gt?: bigint | undefined;
|
|
538
|
-
gte?: bigint | undefined;
|
|
539
|
-
}, {
|
|
540
|
-
equals?: number | bigint | undefined;
|
|
541
|
-
in?: (number | bigint)[] | undefined;
|
|
542
|
-
notIn?: (number | bigint)[] | undefined;
|
|
543
|
-
lt?: number | bigint | undefined;
|
|
544
|
-
lte?: number | bigint | undefined;
|
|
545
|
-
gt?: number | bigint | undefined;
|
|
546
|
-
gte?: number | bigint | undefined;
|
|
547
|
-
}>> | undefined;
|
|
498
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
548
499
|
}) | undefined;
|
|
500
|
+
clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
|
|
549
501
|
cmaId?: string | ({
|
|
550
502
|
equals?: string | undefined;
|
|
551
503
|
in?: string[] | undefined;
|
|
@@ -560,7 +512,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
560
512
|
} & {
|
|
561
513
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
562
514
|
}) | undefined;
|
|
563
|
-
|
|
515
|
+
payoutId?: string | ({
|
|
564
516
|
equals?: string | undefined;
|
|
565
517
|
in?: string[] | undefined;
|
|
566
518
|
notIn?: string[] | undefined;
|
|
@@ -574,7 +526,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
574
526
|
} & {
|
|
575
527
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
576
528
|
}) | undefined;
|
|
577
|
-
|
|
529
|
+
bankRef?: string | ({
|
|
578
530
|
equals?: string | undefined;
|
|
579
531
|
in?: string[] | undefined;
|
|
580
532
|
notIn?: string[] | undefined;
|
|
@@ -588,9 +540,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
588
540
|
} & {
|
|
589
541
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
590
542
|
}) | undefined;
|
|
591
|
-
|
|
592
|
-
isRefunded?: any;
|
|
593
|
-
payoutId?: string | ({
|
|
543
|
+
inputType?: string | ({
|
|
594
544
|
equals?: string | undefined;
|
|
595
545
|
in?: string[] | undefined;
|
|
596
546
|
notIn?: string[] | undefined;
|
|
@@ -604,8 +554,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
604
554
|
} & {
|
|
605
555
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
606
556
|
}) | undefined;
|
|
607
|
-
|
|
608
|
-
status?: string | ({
|
|
557
|
+
transactionType?: string | ({
|
|
609
558
|
equals?: string | undefined;
|
|
610
559
|
in?: string[] | undefined;
|
|
611
560
|
notIn?: string[] | undefined;
|
|
@@ -619,7 +568,9 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
619
568
|
} & {
|
|
620
569
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
621
570
|
}) | undefined;
|
|
622
|
-
|
|
571
|
+
isCanceled?: any;
|
|
572
|
+
isRefunded?: any;
|
|
573
|
+
createType?: string | ({
|
|
623
574
|
equals?: string | undefined;
|
|
624
575
|
in?: string[] | undefined;
|
|
625
576
|
notIn?: string[] | undefined;
|
|
@@ -633,42 +584,22 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
633
584
|
} & {
|
|
634
585
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
635
586
|
}) | undefined;
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
587
|
+
}, {
|
|
588
|
+
status?: string | ({
|
|
589
|
+
equals?: string | undefined;
|
|
590
|
+
in?: string[] | undefined;
|
|
591
|
+
notIn?: string[] | undefined;
|
|
592
|
+
lt?: string | undefined;
|
|
593
|
+
lte?: string | undefined;
|
|
594
|
+
gt?: string | undefined;
|
|
595
|
+
gte?: string | undefined;
|
|
596
|
+
contains?: string | undefined;
|
|
597
|
+
startsWith?: string | undefined;
|
|
598
|
+
endsWith?: string | undefined;
|
|
644
599
|
} & {
|
|
645
|
-
not?:
|
|
646
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
647
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
648
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
649
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
650
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
651
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
652
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
653
|
-
}, "strip", z.ZodTypeAny, {
|
|
654
|
-
equals?: bigint | undefined;
|
|
655
|
-
in?: bigint[] | undefined;
|
|
656
|
-
notIn?: bigint[] | undefined;
|
|
657
|
-
lt?: bigint | undefined;
|
|
658
|
-
lte?: bigint | undefined;
|
|
659
|
-
gt?: bigint | undefined;
|
|
660
|
-
gte?: bigint | undefined;
|
|
661
|
-
}, {
|
|
662
|
-
equals?: number | bigint | undefined;
|
|
663
|
-
in?: (number | bigint)[] | undefined;
|
|
664
|
-
notIn?: (number | bigint)[] | undefined;
|
|
665
|
-
lt?: number | bigint | undefined;
|
|
666
|
-
lte?: number | bigint | undefined;
|
|
667
|
-
gt?: number | bigint | undefined;
|
|
668
|
-
gte?: number | bigint | undefined;
|
|
669
|
-
}>> | undefined;
|
|
600
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
670
601
|
}) | undefined;
|
|
671
|
-
|
|
602
|
+
propertyId?: string | ({
|
|
672
603
|
equals?: string | undefined;
|
|
673
604
|
in?: string[] | undefined;
|
|
674
605
|
notIn?: string[] | undefined;
|
|
@@ -682,7 +613,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
682
613
|
} & {
|
|
683
614
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
684
615
|
}) | undefined;
|
|
685
|
-
|
|
616
|
+
debitAmountCents?: bigint | ({
|
|
686
617
|
equals?: number | bigint | undefined;
|
|
687
618
|
in?: (number | bigint)[] | undefined;
|
|
688
619
|
notIn?: (number | bigint)[] | undefined;
|
|
@@ -717,7 +648,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
717
648
|
gte?: number | bigint | undefined;
|
|
718
649
|
}>> | undefined;
|
|
719
650
|
}) | undefined;
|
|
720
|
-
|
|
651
|
+
creditAmountCents?: bigint | ({
|
|
721
652
|
equals?: number | bigint | undefined;
|
|
722
653
|
in?: (number | bigint)[] | undefined;
|
|
723
654
|
notIn?: (number | bigint)[] | undefined;
|
|
@@ -752,6 +683,21 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
752
683
|
gte?: number | bigint | undefined;
|
|
753
684
|
}>> | undefined;
|
|
754
685
|
}) | undefined;
|
|
686
|
+
description?: string | ({
|
|
687
|
+
equals?: string | undefined;
|
|
688
|
+
in?: string[] | undefined;
|
|
689
|
+
notIn?: string[] | undefined;
|
|
690
|
+
lt?: string | undefined;
|
|
691
|
+
lte?: string | undefined;
|
|
692
|
+
gt?: string | undefined;
|
|
693
|
+
gte?: string | undefined;
|
|
694
|
+
contains?: string | undefined;
|
|
695
|
+
startsWith?: string | undefined;
|
|
696
|
+
endsWith?: string | undefined;
|
|
697
|
+
} & {
|
|
698
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
699
|
+
}) | undefined;
|
|
700
|
+
clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
|
|
755
701
|
cmaId?: string | ({
|
|
756
702
|
equals?: string | undefined;
|
|
757
703
|
in?: string[] | undefined;
|
|
@@ -766,7 +712,35 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
766
712
|
} & {
|
|
767
713
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
768
714
|
}) | undefined;
|
|
769
|
-
|
|
715
|
+
payoutId?: string | ({
|
|
716
|
+
equals?: string | undefined;
|
|
717
|
+
in?: string[] | undefined;
|
|
718
|
+
notIn?: string[] | undefined;
|
|
719
|
+
lt?: string | undefined;
|
|
720
|
+
lte?: string | undefined;
|
|
721
|
+
gt?: string | undefined;
|
|
722
|
+
gte?: string | undefined;
|
|
723
|
+
contains?: string | undefined;
|
|
724
|
+
startsWith?: string | undefined;
|
|
725
|
+
endsWith?: string | undefined;
|
|
726
|
+
} & {
|
|
727
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
728
|
+
}) | undefined;
|
|
729
|
+
bankRef?: string | ({
|
|
730
|
+
equals?: string | undefined;
|
|
731
|
+
in?: string[] | undefined;
|
|
732
|
+
notIn?: string[] | undefined;
|
|
733
|
+
lt?: string | undefined;
|
|
734
|
+
lte?: string | undefined;
|
|
735
|
+
gt?: string | undefined;
|
|
736
|
+
gte?: string | undefined;
|
|
737
|
+
contains?: string | undefined;
|
|
738
|
+
startsWith?: string | undefined;
|
|
739
|
+
endsWith?: string | undefined;
|
|
740
|
+
} & {
|
|
741
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
742
|
+
}) | undefined;
|
|
743
|
+
inputType?: string | ({
|
|
770
744
|
equals?: string | undefined;
|
|
771
745
|
in?: string[] | undefined;
|
|
772
746
|
notIn?: string[] | undefined;
|
|
@@ -796,7 +770,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodObject<{
|
|
|
796
770
|
}) | undefined;
|
|
797
771
|
isCanceled?: any;
|
|
798
772
|
isRefunded?: any;
|
|
799
|
-
|
|
773
|
+
createType?: string | ({
|
|
800
774
|
equals?: string | undefined;
|
|
801
775
|
in?: string[] | undefined;
|
|
802
776
|
notIn?: string[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB5C,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|