@mikemo-coposit/am-accounting-shared 0.0.13 → 0.0.14
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/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/sort-order.constant.d.ts +5 -0
- package/dist/cjs/constants/common/sort-order.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +1 -1
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +890 -776
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +9 -1078
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +1088 -609
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +3 -17
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1107 -2428
- 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.entity.schema.d.ts +9 -37
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/index.d.ts +0 -1
- package/dist/cjs/schemas/cma-account-period/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1856 -1725
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
- 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 +12 -1545
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +8 -26
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +3 -3
- package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts +2 -2
- package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +8 -24
- package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -14
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +20 -47
- 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 +3 -9
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +6 -28
- package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +5 -0
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +5 -35
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +5 -21
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +5 -29
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +9 -148
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +5 -32
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +9 -33
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -46
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +74 -617
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/update-mta.schema.d.ts +2 -8
- package/dist/cjs/schemas/mta/update-mta.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/index.d.ts +0 -1
- package/dist/cjs/schemas/mta-account-period/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1162 -2497
- 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.entity.schema.d.ts +7 -35
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +669 -1469
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
- package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
- 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 +50 -757
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
- package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
- package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
- package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5196 -50692
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
- package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
- 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 +18 -186
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
- package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +25 -217
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +127 -7348
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +20394 -85983
- 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 +20 -114
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
- package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
- 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 +19 -189
- 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 +1779 -5459
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +13 -96
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +73 -1147
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
- package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +5 -25
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +85 -645
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +75 -681
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +1191 -1570
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +5 -21
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +8 -30
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +7 -27
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +6 -38
- package/dist/cjs/schemas/user/user.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.rest.schema.d.ts +4 -29
- package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/date.util.d.ts +27 -0
- package/dist/cjs/utils/date.util.d.ts.map +1 -0
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.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/sort-order.constant.d.ts +5 -0
- package/dist/esm/constants/common/sort-order.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +1 -1
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +840 -745
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +9 -1078
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +1088 -609
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +3 -17
- package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1107 -2428
- 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.entity.schema.d.ts +9 -37
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/index.d.ts +0 -1
- package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1856 -1725
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
- 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 +12 -1545
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +8 -26
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +3 -3
- package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/account-number.schma.d.ts +2 -2
- package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts +1 -1
- package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/account/state-code.schema.d.ts +1 -1
- package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
- package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
- package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts +8 -24
- package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -14
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +20 -47
- 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 +3 -9
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +6 -28
- package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts +1 -1
- package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts +5 -0
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +5 -35
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +5 -21
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +5 -29
- package/dist/esm/schemas/menu/create-menu.schema.d.ts.map +1 -1
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +9 -148
- package/dist/esm/schemas/menu/menu-res.schema.d.ts.map +1 -1
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +5 -32
- package/dist/esm/schemas/menu/update-menu.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +9 -33
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -46
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +74 -617
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta/update-mta.schema.d.ts +2 -8
- package/dist/esm/schemas/mta/update-mta.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/index.d.ts +0 -1
- package/dist/esm/schemas/mta-account-period/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1162 -2497
- 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.entity.schema.d.ts +7 -35
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +669 -1469
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
- package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
- 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 +50 -757
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
- package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
- package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
- package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
- package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5196 -50692
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
- package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
- 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 +18 -186
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
- package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +25 -217
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +127 -7348
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +20394 -85983
- 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 +20 -114
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
- package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
- 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 +19 -189
- 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 +1779 -5459
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +13 -96
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +73 -1147
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
- package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +5 -25
- package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +85 -645
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +75 -681
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +1191 -1570
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +5 -21
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +8 -30
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +7 -27
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.entity.schema.d.ts +6 -38
- package/dist/esm/schemas/user/user.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.rest.schema.d.ts +4 -29
- package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/date.util.d.ts +27 -0
- package/dist/esm/utils/date.util.d.ts.map +1 -0
- package/dist/esm/utils/index.d.ts +1 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodObject<{
|
|
3
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
3
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
4
4
|
equals?: string | undefined;
|
|
5
5
|
in?: string[] | undefined;
|
|
6
6
|
notIn?: string[] | undefined;
|
|
@@ -13,7 +13,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
13
13
|
endsWith?: string | undefined;
|
|
14
14
|
} & {
|
|
15
15
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
16
|
-
}, z.
|
|
16
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
17
17
|
equals?: string | undefined;
|
|
18
18
|
in?: string[] | undefined;
|
|
19
19
|
notIn?: string[] | undefined;
|
|
@@ -26,9 +26,9 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
26
26
|
endsWith?: string | undefined;
|
|
27
27
|
} & {
|
|
28
28
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
29
|
-
}
|
|
30
|
-
sequence: z.ZodOptional<z.
|
|
31
|
-
propertyId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
29
|
+
}, unknown>>>, z.ZodString]>>;
|
|
30
|
+
sequence: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
31
|
+
propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
32
32
|
equals?: string | undefined;
|
|
33
33
|
in?: string[] | undefined;
|
|
34
34
|
notIn?: string[] | undefined;
|
|
@@ -41,7 +41,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
41
41
|
endsWith?: string | undefined;
|
|
42
42
|
} & {
|
|
43
43
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
44
|
-
}, z.
|
|
44
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
45
45
|
equals?: string | undefined;
|
|
46
46
|
in?: string[] | undefined;
|
|
47
47
|
notIn?: string[] | undefined;
|
|
@@ -54,8 +54,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
54
54
|
endsWith?: string | undefined;
|
|
55
55
|
} & {
|
|
56
56
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
57
|
-
}
|
|
58
|
-
inputType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
57
|
+
}, unknown>>>, z.ZodString]>>;
|
|
58
|
+
inputType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
59
59
|
equals?: string | undefined;
|
|
60
60
|
in?: string[] | undefined;
|
|
61
61
|
notIn?: string[] | undefined;
|
|
@@ -68,7 +68,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
68
68
|
endsWith?: string | undefined;
|
|
69
69
|
} & {
|
|
70
70
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
71
|
-
}, z.
|
|
71
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
72
72
|
equals?: string | undefined;
|
|
73
73
|
in?: string[] | undefined;
|
|
74
74
|
notIn?: string[] | undefined;
|
|
@@ -81,8 +81,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
81
81
|
endsWith?: string | undefined;
|
|
82
82
|
} & {
|
|
83
83
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
84
|
-
}
|
|
85
|
-
transactionType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
84
|
+
}, unknown>>>, z.ZodString]>>;
|
|
85
|
+
transactionType: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
86
86
|
equals?: string | undefined;
|
|
87
87
|
in?: string[] | undefined;
|
|
88
88
|
notIn?: string[] | undefined;
|
|
@@ -95,7 +95,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
95
95
|
endsWith?: string | undefined;
|
|
96
96
|
} & {
|
|
97
97
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
98
|
-
}, z.
|
|
98
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
99
99
|
equals?: string | undefined;
|
|
100
100
|
in?: string[] | undefined;
|
|
101
101
|
notIn?: string[] | undefined;
|
|
@@ -108,8 +108,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
108
108
|
endsWith?: string | undefined;
|
|
109
109
|
} & {
|
|
110
110
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
111
|
-
}
|
|
112
|
-
bankRef: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
111
|
+
}, unknown>>>, z.ZodString]>>;
|
|
112
|
+
bankRef: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
113
113
|
equals?: string | undefined;
|
|
114
114
|
in?: string[] | undefined;
|
|
115
115
|
notIn?: string[] | undefined;
|
|
@@ -122,7 +122,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
122
122
|
endsWith?: string | undefined;
|
|
123
123
|
} & {
|
|
124
124
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
125
|
-
}, z.
|
|
125
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
126
126
|
equals?: string | undefined;
|
|
127
127
|
in?: string[] | undefined;
|
|
128
128
|
notIn?: string[] | undefined;
|
|
@@ -135,8 +135,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
135
135
|
endsWith?: string | undefined;
|
|
136
136
|
} & {
|
|
137
137
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
138
|
-
}
|
|
139
|
-
description: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
138
|
+
}, unknown>>>, z.ZodString]>>;
|
|
139
|
+
description: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
140
140
|
equals?: string | undefined;
|
|
141
141
|
in?: string[] | undefined;
|
|
142
142
|
notIn?: string[] | undefined;
|
|
@@ -149,7 +149,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
149
149
|
endsWith?: string | undefined;
|
|
150
150
|
} & {
|
|
151
151
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
152
|
-
}, z.
|
|
152
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
153
153
|
equals?: string | undefined;
|
|
154
154
|
in?: string[] | undefined;
|
|
155
155
|
notIn?: string[] | undefined;
|
|
@@ -162,11 +162,11 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
162
162
|
endsWith?: string | undefined;
|
|
163
163
|
} & {
|
|
164
164
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
165
|
-
}
|
|
166
|
-
clearedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, z.
|
|
167
|
-
isCanceled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.
|
|
168
|
-
isRefunded: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<any, z.
|
|
169
|
-
mtaId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
165
|
+
}, unknown>>>, z.ZodString]>>;
|
|
166
|
+
clearedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<import("..").DateTimeFilterSchema, unknown, z.core.$ZodTypeInternals<import("..").DateTimeFilterSchema, unknown>>>, z.ZodString]>>;
|
|
167
|
+
isCanceled: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
|
|
168
|
+
isRefunded: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>, z.ZodString]>>;
|
|
169
|
+
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
170
170
|
equals?: string | undefined;
|
|
171
171
|
in?: string[] | undefined;
|
|
172
172
|
notIn?: string[] | undefined;
|
|
@@ -179,7 +179,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
179
179
|
endsWith?: string | undefined;
|
|
180
180
|
} & {
|
|
181
181
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
182
|
-
}, z.
|
|
182
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
183
183
|
equals?: string | undefined;
|
|
184
184
|
in?: string[] | undefined;
|
|
185
185
|
notIn?: string[] | undefined;
|
|
@@ -192,24 +192,16 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
192
192
|
endsWith?: string | undefined;
|
|
193
193
|
} & {
|
|
194
194
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
195
|
-
}
|
|
196
|
-
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
195
|
+
}, unknown>>>, z.ZodString]>>;
|
|
196
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
197
197
|
equals: z.ZodOptional<z.ZodString>;
|
|
198
198
|
not: z.ZodOptional<z.ZodString>;
|
|
199
|
-
mode: z.ZodOptional<z.ZodLazy<z.
|
|
199
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
200
200
|
readonly DEFAULT: "default";
|
|
201
201
|
readonly INSENSITIVE: "insensitive";
|
|
202
202
|
}>>>;
|
|
203
|
-
},
|
|
204
|
-
|
|
205
|
-
not?: string | undefined;
|
|
206
|
-
mode?: "default" | "insensitive" | undefined;
|
|
207
|
-
}, {
|
|
208
|
-
equals?: string | undefined;
|
|
209
|
-
not?: string | undefined;
|
|
210
|
-
mode?: "default" | "insensitive" | undefined;
|
|
211
|
-
}>>, z.ZodString]>>;
|
|
212
|
-
payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
203
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
204
|
+
payoutId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
213
205
|
equals?: string | undefined;
|
|
214
206
|
in?: string[] | undefined;
|
|
215
207
|
notIn?: string[] | undefined;
|
|
@@ -222,7 +214,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
222
214
|
endsWith?: string | undefined;
|
|
223
215
|
} & {
|
|
224
216
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
225
|
-
}, z.
|
|
217
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
226
218
|
equals?: string | undefined;
|
|
227
219
|
in?: string[] | undefined;
|
|
228
220
|
notIn?: string[] | undefined;
|
|
@@ -235,8 +227,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
235
227
|
endsWith?: string | undefined;
|
|
236
228
|
} & {
|
|
237
229
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
238
|
-
}
|
|
239
|
-
creditAmountCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
230
|
+
}, unknown>>>, z.ZodString]>>;
|
|
231
|
+
creditAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
240
232
|
equals?: bigint | undefined;
|
|
241
233
|
in?: bigint[] | undefined;
|
|
242
234
|
notIn?: bigint[] | undefined;
|
|
@@ -246,66 +238,52 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
246
238
|
gte?: bigint | undefined;
|
|
247
239
|
} & {
|
|
248
240
|
not?: bigint | z.output<z.ZodObject<{
|
|
249
|
-
equals: z.ZodOptional<z.
|
|
250
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
251
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
252
|
-
lt: z.ZodOptional<z.
|
|
253
|
-
lte: z.ZodOptional<z.
|
|
254
|
-
gt: z.ZodOptional<z.
|
|
255
|
-
gte: z.ZodOptional<z.
|
|
256
|
-
},
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
equals?: number | bigint | undefined;
|
|
266
|
-
in?: (number | bigint)[] | undefined;
|
|
267
|
-
notIn?: (number | bigint)[] | undefined;
|
|
268
|
-
lt?: number | bigint | undefined;
|
|
269
|
-
lte?: number | bigint | undefined;
|
|
270
|
-
gt?: number | bigint | undefined;
|
|
271
|
-
gte?: number | bigint | undefined;
|
|
272
|
-
}>> | undefined;
|
|
273
|
-
}, z.ZodTypeDef, {
|
|
274
|
-
equals?: number | bigint | undefined;
|
|
275
|
-
in?: (number | bigint)[] | undefined;
|
|
276
|
-
notIn?: (number | bigint)[] | undefined;
|
|
277
|
-
lt?: number | bigint | undefined;
|
|
278
|
-
lte?: number | bigint | undefined;
|
|
279
|
-
gt?: number | bigint | undefined;
|
|
280
|
-
gte?: number | bigint | undefined;
|
|
241
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
242
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
243
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
244
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
245
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
246
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
247
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
248
|
+
}, z.core.$strip>> | undefined;
|
|
249
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
250
|
+
equals?: bigint | undefined;
|
|
251
|
+
in?: bigint[] | undefined;
|
|
252
|
+
notIn?: bigint[] | undefined;
|
|
253
|
+
lt?: bigint | undefined;
|
|
254
|
+
lte?: bigint | undefined;
|
|
255
|
+
gt?: bigint | undefined;
|
|
256
|
+
gte?: bigint | undefined;
|
|
281
257
|
} & {
|
|
282
|
-
not?: bigint |
|
|
283
|
-
equals: z.ZodOptional<z.
|
|
284
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
285
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
286
|
-
lt: z.ZodOptional<z.
|
|
287
|
-
lte: z.ZodOptional<z.
|
|
288
|
-
gt: z.ZodOptional<z.
|
|
289
|
-
gte: z.ZodOptional<z.
|
|
290
|
-
},
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
258
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
259
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
260
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
261
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
262
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
263
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
264
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
265
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
266
|
+
}, z.core.$strip>> | undefined;
|
|
267
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
268
|
+
debitAmountCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
269
|
+
equals?: bigint | undefined;
|
|
270
|
+
in?: bigint[] | undefined;
|
|
271
|
+
notIn?: bigint[] | undefined;
|
|
272
|
+
lt?: bigint | undefined;
|
|
273
|
+
lte?: bigint | undefined;
|
|
274
|
+
gt?: bigint | undefined;
|
|
275
|
+
gte?: bigint | undefined;
|
|
276
|
+
} & {
|
|
277
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
278
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
279
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
280
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
281
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
282
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
283
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
284
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
285
|
+
}, z.core.$strip>> | undefined;
|
|
286
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
309
287
|
equals?: bigint | undefined;
|
|
310
288
|
in?: bigint[] | undefined;
|
|
311
289
|
notIn?: bigint[] | undefined;
|
|
@@ -315,14 +293,233 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
315
293
|
gte?: bigint | undefined;
|
|
316
294
|
} & {
|
|
317
295
|
not?: bigint | z.output<z.ZodObject<{
|
|
318
|
-
equals: z.ZodOptional<z.
|
|
319
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
320
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
321
|
-
lt: z.ZodOptional<z.
|
|
322
|
-
lte: z.ZodOptional<z.
|
|
323
|
-
gt: z.ZodOptional<z.
|
|
324
|
-
gte: z.ZodOptional<z.
|
|
325
|
-
},
|
|
296
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
297
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
298
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
299
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
300
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
301
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
302
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
303
|
+
}, z.core.$strip>> | undefined;
|
|
304
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
305
|
+
property: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
306
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
307
|
+
equals?: string | undefined;
|
|
308
|
+
in?: string[] | undefined;
|
|
309
|
+
notIn?: string[] | undefined;
|
|
310
|
+
lt?: string | undefined;
|
|
311
|
+
lte?: string | undefined;
|
|
312
|
+
gt?: string | undefined;
|
|
313
|
+
gte?: string | undefined;
|
|
314
|
+
contains?: string | undefined;
|
|
315
|
+
startsWith?: string | undefined;
|
|
316
|
+
endsWith?: string | undefined;
|
|
317
|
+
} & {
|
|
318
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
319
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
320
|
+
equals?: string | undefined;
|
|
321
|
+
in?: string[] | undefined;
|
|
322
|
+
notIn?: string[] | undefined;
|
|
323
|
+
lt?: string | undefined;
|
|
324
|
+
lte?: string | undefined;
|
|
325
|
+
gt?: string | undefined;
|
|
326
|
+
gte?: string | undefined;
|
|
327
|
+
contains?: string | undefined;
|
|
328
|
+
startsWith?: string | undefined;
|
|
329
|
+
endsWith?: string | undefined;
|
|
330
|
+
} & {
|
|
331
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
332
|
+
}, unknown>>>, z.ZodString]>>;
|
|
333
|
+
customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
334
|
+
equals?: string | undefined;
|
|
335
|
+
in?: string[] | undefined;
|
|
336
|
+
notIn?: string[] | undefined;
|
|
337
|
+
lt?: string | undefined;
|
|
338
|
+
lte?: string | undefined;
|
|
339
|
+
gt?: string | undefined;
|
|
340
|
+
gte?: string | undefined;
|
|
341
|
+
contains?: string | undefined;
|
|
342
|
+
startsWith?: string | undefined;
|
|
343
|
+
endsWith?: string | undefined;
|
|
344
|
+
} & {
|
|
345
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
346
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
347
|
+
equals?: string | undefined;
|
|
348
|
+
in?: string[] | undefined;
|
|
349
|
+
notIn?: string[] | undefined;
|
|
350
|
+
lt?: string | undefined;
|
|
351
|
+
lte?: string | undefined;
|
|
352
|
+
gt?: string | undefined;
|
|
353
|
+
gte?: string | undefined;
|
|
354
|
+
contains?: string | undefined;
|
|
355
|
+
startsWith?: string | undefined;
|
|
356
|
+
endsWith?: string | undefined;
|
|
357
|
+
} & {
|
|
358
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
359
|
+
}, unknown>>>, z.ZodString]>>;
|
|
360
|
+
projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
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
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
374
|
+
equals?: string | undefined;
|
|
375
|
+
in?: string[] | undefined;
|
|
376
|
+
notIn?: string[] | undefined;
|
|
377
|
+
lt?: string | undefined;
|
|
378
|
+
lte?: string | undefined;
|
|
379
|
+
gt?: string | undefined;
|
|
380
|
+
gte?: string | undefined;
|
|
381
|
+
contains?: string | undefined;
|
|
382
|
+
startsWith?: string | undefined;
|
|
383
|
+
endsWith?: string | undefined;
|
|
384
|
+
} & {
|
|
385
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
386
|
+
}, unknown>>>, z.ZodString]>>;
|
|
387
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
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
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
401
|
+
equals?: string | undefined;
|
|
402
|
+
in?: string[] | undefined;
|
|
403
|
+
notIn?: string[] | undefined;
|
|
404
|
+
lt?: string | undefined;
|
|
405
|
+
lte?: string | undefined;
|
|
406
|
+
gt?: string | undefined;
|
|
407
|
+
gte?: string | undefined;
|
|
408
|
+
contains?: string | undefined;
|
|
409
|
+
startsWith?: string | undefined;
|
|
410
|
+
endsWith?: string | undefined;
|
|
411
|
+
} & {
|
|
412
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
413
|
+
}, unknown>>>, z.ZodString]>>>;
|
|
414
|
+
lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
415
|
+
equals?: string | undefined;
|
|
416
|
+
in?: string[] | undefined;
|
|
417
|
+
notIn?: string[] | undefined;
|
|
418
|
+
lt?: string | undefined;
|
|
419
|
+
lte?: string | undefined;
|
|
420
|
+
gt?: string | undefined;
|
|
421
|
+
gte?: string | undefined;
|
|
422
|
+
contains?: string | undefined;
|
|
423
|
+
startsWith?: string | undefined;
|
|
424
|
+
endsWith?: string | undefined;
|
|
425
|
+
} & {
|
|
426
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
427
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
428
|
+
equals?: string | undefined;
|
|
429
|
+
in?: string[] | undefined;
|
|
430
|
+
notIn?: string[] | undefined;
|
|
431
|
+
lt?: string | undefined;
|
|
432
|
+
lte?: string | undefined;
|
|
433
|
+
gt?: string | undefined;
|
|
434
|
+
gte?: string | undefined;
|
|
435
|
+
contains?: string | undefined;
|
|
436
|
+
startsWith?: string | undefined;
|
|
437
|
+
endsWith?: string | undefined;
|
|
438
|
+
} & {
|
|
439
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
440
|
+
}, unknown>>>, z.ZodString]>>>;
|
|
441
|
+
propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
442
|
+
equals?: string | undefined;
|
|
443
|
+
in?: string[] | undefined;
|
|
444
|
+
notIn?: string[] | undefined;
|
|
445
|
+
lt?: string | undefined;
|
|
446
|
+
lte?: string | undefined;
|
|
447
|
+
gt?: string | undefined;
|
|
448
|
+
gte?: string | undefined;
|
|
449
|
+
contains?: string | undefined;
|
|
450
|
+
startsWith?: string | undefined;
|
|
451
|
+
endsWith?: string | undefined;
|
|
452
|
+
} & {
|
|
453
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
454
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
455
|
+
equals?: string | undefined;
|
|
456
|
+
in?: string[] | undefined;
|
|
457
|
+
notIn?: string[] | undefined;
|
|
458
|
+
lt?: string | undefined;
|
|
459
|
+
lte?: string | undefined;
|
|
460
|
+
gt?: string | undefined;
|
|
461
|
+
gte?: string | undefined;
|
|
462
|
+
contains?: string | undefined;
|
|
463
|
+
startsWith?: string | undefined;
|
|
464
|
+
endsWith?: string | undefined;
|
|
465
|
+
} & {
|
|
466
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
467
|
+
}, unknown>>>, z.ZodString]>>;
|
|
468
|
+
stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
469
|
+
equals?: string | undefined;
|
|
470
|
+
in?: string[] | undefined;
|
|
471
|
+
notIn?: string[] | undefined;
|
|
472
|
+
lt?: string | undefined;
|
|
473
|
+
lte?: string | undefined;
|
|
474
|
+
gt?: string | undefined;
|
|
475
|
+
gte?: string | undefined;
|
|
476
|
+
contains?: string | undefined;
|
|
477
|
+
startsWith?: string | undefined;
|
|
478
|
+
endsWith?: string | undefined;
|
|
479
|
+
} & {
|
|
480
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
481
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
482
|
+
equals?: string | undefined;
|
|
483
|
+
in?: string[] | undefined;
|
|
484
|
+
notIn?: string[] | undefined;
|
|
485
|
+
lt?: string | undefined;
|
|
486
|
+
lte?: string | undefined;
|
|
487
|
+
gt?: string | undefined;
|
|
488
|
+
gte?: string | undefined;
|
|
489
|
+
contains?: string | undefined;
|
|
490
|
+
startsWith?: string | undefined;
|
|
491
|
+
endsWith?: string | undefined;
|
|
492
|
+
} & {
|
|
493
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
494
|
+
}, unknown>>>, z.ZodString]>>;
|
|
495
|
+
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
496
|
+
equals?: string | undefined;
|
|
497
|
+
in?: string[] | undefined;
|
|
498
|
+
notIn?: string[] | undefined;
|
|
499
|
+
lt?: string | undefined;
|
|
500
|
+
lte?: string | undefined;
|
|
501
|
+
gt?: string | undefined;
|
|
502
|
+
gte?: string | undefined;
|
|
503
|
+
contains?: string | undefined;
|
|
504
|
+
startsWith?: string | undefined;
|
|
505
|
+
endsWith?: string | undefined;
|
|
506
|
+
} & {
|
|
507
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
508
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
509
|
+
equals?: string | undefined;
|
|
510
|
+
in?: string[] | undefined;
|
|
511
|
+
notIn?: string[] | undefined;
|
|
512
|
+
lt?: string | undefined;
|
|
513
|
+
lte?: string | undefined;
|
|
514
|
+
gt?: string | undefined;
|
|
515
|
+
gte?: string | undefined;
|
|
516
|
+
contains?: string | undefined;
|
|
517
|
+
startsWith?: string | undefined;
|
|
518
|
+
endsWith?: string | undefined;
|
|
519
|
+
} & {
|
|
520
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
521
|
+
}, unknown>>>, z.ZodString]>>;
|
|
522
|
+
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
326
523
|
equals?: bigint | undefined;
|
|
327
524
|
in?: bigint[] | undefined;
|
|
328
525
|
notIn?: bigint[] | undefined;
|
|
@@ -330,33 +527,17 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
330
527
|
lte?: bigint | undefined;
|
|
331
528
|
gt?: bigint | undefined;
|
|
332
529
|
gte?: bigint | undefined;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
in?: (number | bigint)[] | undefined;
|
|
345
|
-
notIn?: (number | bigint)[] | undefined;
|
|
346
|
-
lt?: number | bigint | undefined;
|
|
347
|
-
lte?: number | bigint | undefined;
|
|
348
|
-
gt?: number | bigint | undefined;
|
|
349
|
-
gte?: number | bigint | undefined;
|
|
350
|
-
} & {
|
|
351
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
352
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
353
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
354
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
355
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
356
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
357
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
358
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
359
|
-
}, "strip", z.ZodTypeAny, {
|
|
530
|
+
} & {
|
|
531
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
532
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
533
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
534
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
535
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
536
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
537
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
538
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
539
|
+
}, z.core.$strip>> | undefined;
|
|
540
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
360
541
|
equals?: bigint | undefined;
|
|
361
542
|
in?: bigint[] | undefined;
|
|
362
543
|
notIn?: bigint[] | undefined;
|
|
@@ -364,68 +545,18 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
364
545
|
lte?: bigint | undefined;
|
|
365
546
|
gt?: bigint | undefined;
|
|
366
547
|
gte?: bigint | undefined;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
},
|
|
378
|
-
|
|
379
|
-
equals?: string | undefined;
|
|
380
|
-
not?: string | undefined;
|
|
381
|
-
mode?: "default" | "insensitive" | undefined;
|
|
382
|
-
} | undefined;
|
|
383
|
-
id?: string | ({
|
|
384
|
-
equals?: string | undefined;
|
|
385
|
-
in?: string[] | undefined;
|
|
386
|
-
notIn?: string[] | undefined;
|
|
387
|
-
lt?: string | undefined;
|
|
388
|
-
lte?: string | undefined;
|
|
389
|
-
gt?: string | undefined;
|
|
390
|
-
gte?: string | undefined;
|
|
391
|
-
contains?: string | undefined;
|
|
392
|
-
startsWith?: string | undefined;
|
|
393
|
-
endsWith?: string | undefined;
|
|
394
|
-
} & {
|
|
395
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
396
|
-
}) | undefined;
|
|
397
|
-
propertyId?: string | ({
|
|
398
|
-
equals?: string | undefined;
|
|
399
|
-
in?: string[] | undefined;
|
|
400
|
-
notIn?: string[] | undefined;
|
|
401
|
-
lt?: string | undefined;
|
|
402
|
-
lte?: string | undefined;
|
|
403
|
-
gt?: string | undefined;
|
|
404
|
-
gte?: string | undefined;
|
|
405
|
-
contains?: string | undefined;
|
|
406
|
-
startsWith?: string | undefined;
|
|
407
|
-
endsWith?: string | undefined;
|
|
408
|
-
} & {
|
|
409
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
410
|
-
}) | undefined;
|
|
411
|
-
debitAmountCents?: bigint | ({
|
|
412
|
-
equals?: bigint | undefined;
|
|
413
|
-
in?: bigint[] | undefined;
|
|
414
|
-
notIn?: bigint[] | undefined;
|
|
415
|
-
lt?: bigint | undefined;
|
|
416
|
-
lte?: bigint | undefined;
|
|
417
|
-
gt?: bigint | undefined;
|
|
418
|
-
gte?: bigint | undefined;
|
|
419
|
-
} & {
|
|
420
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
421
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
422
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
423
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
424
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
425
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
426
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
427
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
428
|
-
}, "strip", z.ZodTypeAny, {
|
|
548
|
+
} & {
|
|
549
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
550
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
551
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
552
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
553
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
554
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
555
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
556
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
557
|
+
}, z.core.$strip>> | undefined;
|
|
558
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
559
|
+
cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
429
560
|
equals?: bigint | undefined;
|
|
430
561
|
in?: bigint[] | undefined;
|
|
431
562
|
notIn?: bigint[] | undefined;
|
|
@@ -433,34 +564,17 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
433
564
|
lte?: bigint | undefined;
|
|
434
565
|
gt?: bigint | undefined;
|
|
435
566
|
gte?: bigint | undefined;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
equals?: bigint | undefined;
|
|
448
|
-
in?: bigint[] | undefined;
|
|
449
|
-
notIn?: bigint[] | undefined;
|
|
450
|
-
lt?: bigint | undefined;
|
|
451
|
-
lte?: bigint | undefined;
|
|
452
|
-
gt?: bigint | undefined;
|
|
453
|
-
gte?: bigint | undefined;
|
|
454
|
-
} & {
|
|
455
|
-
not?: bigint | z.output<z.ZodObject<{
|
|
456
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
457
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
458
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
459
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
460
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
461
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
462
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
463
|
-
}, "strip", z.ZodTypeAny, {
|
|
567
|
+
} & {
|
|
568
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
569
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
570
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
571
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
572
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
573
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
574
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
575
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
576
|
+
}, z.core.$strip>> | undefined;
|
|
577
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
464
578
|
equals?: bigint | undefined;
|
|
465
579
|
in?: bigint[] | undefined;
|
|
466
580
|
notIn?: bigint[] | undefined;
|
|
@@ -468,156 +582,18 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
468
582
|
lte?: bigint | undefined;
|
|
469
583
|
gt?: bigint | undefined;
|
|
470
584
|
gte?: bigint | undefined;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
in?: string[] | undefined;
|
|
484
|
-
notIn?: string[] | undefined;
|
|
485
|
-
lt?: string | undefined;
|
|
486
|
-
lte?: string | undefined;
|
|
487
|
-
gt?: string | undefined;
|
|
488
|
-
gte?: string | undefined;
|
|
489
|
-
contains?: string | undefined;
|
|
490
|
-
startsWith?: string | undefined;
|
|
491
|
-
endsWith?: string | undefined;
|
|
492
|
-
} & {
|
|
493
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
494
|
-
}) | undefined;
|
|
495
|
-
description?: string | ({
|
|
496
|
-
equals?: string | undefined;
|
|
497
|
-
in?: string[] | undefined;
|
|
498
|
-
notIn?: string[] | undefined;
|
|
499
|
-
lt?: string | undefined;
|
|
500
|
-
lte?: string | undefined;
|
|
501
|
-
gt?: string | undefined;
|
|
502
|
-
gte?: string | undefined;
|
|
503
|
-
contains?: string | undefined;
|
|
504
|
-
startsWith?: string | undefined;
|
|
505
|
-
endsWith?: string | undefined;
|
|
506
|
-
} & {
|
|
507
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
508
|
-
}) | undefined;
|
|
509
|
-
clearedAt?: string | import("..").DateTimeFilterSchema | undefined;
|
|
510
|
-
payoutId?: string | ({
|
|
511
|
-
equals?: string | undefined;
|
|
512
|
-
in?: string[] | undefined;
|
|
513
|
-
notIn?: string[] | undefined;
|
|
514
|
-
lt?: string | undefined;
|
|
515
|
-
lte?: string | undefined;
|
|
516
|
-
gt?: string | undefined;
|
|
517
|
-
gte?: string | undefined;
|
|
518
|
-
contains?: string | undefined;
|
|
519
|
-
startsWith?: string | undefined;
|
|
520
|
-
endsWith?: string | undefined;
|
|
521
|
-
} & {
|
|
522
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
523
|
-
}) | undefined;
|
|
524
|
-
bankRef?: string | ({
|
|
525
|
-
equals?: string | undefined;
|
|
526
|
-
in?: string[] | undefined;
|
|
527
|
-
notIn?: string[] | undefined;
|
|
528
|
-
lt?: string | undefined;
|
|
529
|
-
lte?: string | undefined;
|
|
530
|
-
gt?: string | undefined;
|
|
531
|
-
gte?: string | undefined;
|
|
532
|
-
contains?: string | undefined;
|
|
533
|
-
startsWith?: string | undefined;
|
|
534
|
-
endsWith?: string | undefined;
|
|
535
|
-
} & {
|
|
536
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
537
|
-
}) | undefined;
|
|
538
|
-
inputType?: string | ({
|
|
539
|
-
equals?: string | undefined;
|
|
540
|
-
in?: string[] | undefined;
|
|
541
|
-
notIn?: string[] | undefined;
|
|
542
|
-
lt?: string | undefined;
|
|
543
|
-
lte?: string | undefined;
|
|
544
|
-
gt?: string | undefined;
|
|
545
|
-
gte?: string | undefined;
|
|
546
|
-
contains?: string | undefined;
|
|
547
|
-
startsWith?: string | undefined;
|
|
548
|
-
endsWith?: string | undefined;
|
|
549
|
-
} & {
|
|
550
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
551
|
-
}) | undefined;
|
|
552
|
-
transactionType?: string | ({
|
|
553
|
-
equals?: string | undefined;
|
|
554
|
-
in?: string[] | undefined;
|
|
555
|
-
notIn?: string[] | undefined;
|
|
556
|
-
lt?: string | undefined;
|
|
557
|
-
lte?: string | undefined;
|
|
558
|
-
gt?: string | undefined;
|
|
559
|
-
gte?: string | undefined;
|
|
560
|
-
contains?: string | undefined;
|
|
561
|
-
startsWith?: string | undefined;
|
|
562
|
-
endsWith?: string | undefined;
|
|
563
|
-
} & {
|
|
564
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
565
|
-
}) | undefined;
|
|
566
|
-
sequence?: number | undefined;
|
|
567
|
-
isCanceled?: any;
|
|
568
|
-
isRefunded?: any;
|
|
569
|
-
}, {
|
|
570
|
-
status?: string | {
|
|
571
|
-
equals?: string | undefined;
|
|
572
|
-
not?: string | undefined;
|
|
573
|
-
mode?: "default" | "insensitive" | undefined;
|
|
574
|
-
} | undefined;
|
|
575
|
-
id?: string | ({
|
|
576
|
-
equals?: string | undefined;
|
|
577
|
-
in?: string[] | undefined;
|
|
578
|
-
notIn?: string[] | undefined;
|
|
579
|
-
lt?: string | undefined;
|
|
580
|
-
lte?: string | undefined;
|
|
581
|
-
gt?: string | undefined;
|
|
582
|
-
gte?: string | undefined;
|
|
583
|
-
contains?: string | undefined;
|
|
584
|
-
startsWith?: string | undefined;
|
|
585
|
-
endsWith?: string | undefined;
|
|
586
|
-
} & {
|
|
587
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
588
|
-
}) | undefined;
|
|
589
|
-
propertyId?: string | ({
|
|
590
|
-
equals?: string | undefined;
|
|
591
|
-
in?: string[] | undefined;
|
|
592
|
-
notIn?: string[] | undefined;
|
|
593
|
-
lt?: string | undefined;
|
|
594
|
-
lte?: string | undefined;
|
|
595
|
-
gt?: string | undefined;
|
|
596
|
-
gte?: string | undefined;
|
|
597
|
-
contains?: string | undefined;
|
|
598
|
-
startsWith?: string | undefined;
|
|
599
|
-
endsWith?: string | undefined;
|
|
600
|
-
} & {
|
|
601
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
602
|
-
}) | undefined;
|
|
603
|
-
debitAmountCents?: bigint | ({
|
|
604
|
-
equals?: number | bigint | undefined;
|
|
605
|
-
in?: (number | bigint)[] | undefined;
|
|
606
|
-
notIn?: (number | bigint)[] | undefined;
|
|
607
|
-
lt?: number | bigint | undefined;
|
|
608
|
-
lte?: number | bigint | undefined;
|
|
609
|
-
gt?: number | bigint | undefined;
|
|
610
|
-
gte?: number | bigint | undefined;
|
|
611
|
-
} & {
|
|
612
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
613
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
614
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
615
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
616
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
617
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
618
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
619
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
620
|
-
}, "strip", z.ZodTypeAny, {
|
|
585
|
+
} & {
|
|
586
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
587
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
588
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
589
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
590
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
591
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
592
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
593
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
594
|
+
}, z.core.$strip>> | undefined;
|
|
595
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
596
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
621
597
|
equals?: bigint | undefined;
|
|
622
598
|
in?: bigint[] | undefined;
|
|
623
599
|
notIn?: bigint[] | undefined;
|
|
@@ -625,34 +601,17 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
625
601
|
lte?: bigint | undefined;
|
|
626
602
|
gt?: bigint | undefined;
|
|
627
603
|
gte?: bigint | undefined;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
equals?: number | bigint | undefined;
|
|
640
|
-
in?: (number | bigint)[] | undefined;
|
|
641
|
-
notIn?: (number | bigint)[] | undefined;
|
|
642
|
-
lt?: number | bigint | undefined;
|
|
643
|
-
lte?: number | bigint | undefined;
|
|
644
|
-
gt?: number | bigint | undefined;
|
|
645
|
-
gte?: number | bigint | undefined;
|
|
646
|
-
} & {
|
|
647
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
648
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
649
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
650
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
651
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
652
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
653
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
654
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
655
|
-
}, "strip", z.ZodTypeAny, {
|
|
604
|
+
} & {
|
|
605
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
606
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
607
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
608
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
609
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
610
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
611
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
612
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
613
|
+
}, z.core.$strip>> | undefined;
|
|
614
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
656
615
|
equals?: bigint | undefined;
|
|
657
616
|
in?: bigint[] | undefined;
|
|
658
617
|
notIn?: bigint[] | undefined;
|
|
@@ -660,113 +619,49 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
660
619
|
lte?: bigint | undefined;
|
|
661
620
|
gt?: bigint | undefined;
|
|
662
621
|
gte?: bigint | undefined;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
lte?: string | undefined;
|
|
708
|
-
gt?: string | undefined;
|
|
709
|
-
gte?: string | undefined;
|
|
710
|
-
contains?: string | undefined;
|
|
711
|
-
startsWith?: string | undefined;
|
|
712
|
-
endsWith?: string | undefined;
|
|
713
|
-
} & {
|
|
714
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
715
|
-
}) | undefined;
|
|
716
|
-
bankRef?: string | ({
|
|
717
|
-
equals?: string | undefined;
|
|
718
|
-
in?: string[] | undefined;
|
|
719
|
-
notIn?: string[] | undefined;
|
|
720
|
-
lt?: string | undefined;
|
|
721
|
-
lte?: string | undefined;
|
|
722
|
-
gt?: string | undefined;
|
|
723
|
-
gte?: string | undefined;
|
|
724
|
-
contains?: string | undefined;
|
|
725
|
-
startsWith?: string | undefined;
|
|
726
|
-
endsWith?: string | undefined;
|
|
727
|
-
} & {
|
|
728
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
729
|
-
}) | undefined;
|
|
730
|
-
inputType?: string | ({
|
|
731
|
-
equals?: string | undefined;
|
|
732
|
-
in?: string[] | undefined;
|
|
733
|
-
notIn?: string[] | undefined;
|
|
734
|
-
lt?: string | undefined;
|
|
735
|
-
lte?: string | undefined;
|
|
736
|
-
gt?: string | undefined;
|
|
737
|
-
gte?: string | undefined;
|
|
738
|
-
contains?: string | undefined;
|
|
739
|
-
startsWith?: string | undefined;
|
|
740
|
-
endsWith?: string | undefined;
|
|
741
|
-
} & {
|
|
742
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
743
|
-
}) | undefined;
|
|
744
|
-
transactionType?: string | ({
|
|
745
|
-
equals?: string | undefined;
|
|
746
|
-
in?: string[] | undefined;
|
|
747
|
-
notIn?: string[] | undefined;
|
|
748
|
-
lt?: string | undefined;
|
|
749
|
-
lte?: string | undefined;
|
|
750
|
-
gt?: string | undefined;
|
|
751
|
-
gte?: string | undefined;
|
|
752
|
-
contains?: string | undefined;
|
|
753
|
-
startsWith?: string | undefined;
|
|
754
|
-
endsWith?: string | undefined;
|
|
755
|
-
} & {
|
|
756
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
757
|
-
}) | undefined;
|
|
758
|
-
sequence?: number | undefined;
|
|
759
|
-
isCanceled?: any;
|
|
760
|
-
isRefunded?: any;
|
|
761
|
-
}>, z.ZodObject<{
|
|
762
|
-
page: z.ZodPipeline<z.ZodDefault<z.ZodNumber>, z.ZodNumber>;
|
|
763
|
-
pageSize: z.ZodPipeline<z.ZodDefault<z.ZodNumber>, z.ZodNumber>;
|
|
764
|
-
}, "strip", z.ZodTypeAny, {
|
|
765
|
-
page: number;
|
|
766
|
-
pageSize: number;
|
|
767
|
-
}, {
|
|
768
|
-
page?: number | undefined;
|
|
769
|
-
pageSize?: number | undefined;
|
|
770
|
-
}>>;
|
|
622
|
+
} & {
|
|
623
|
+
not?: bigint | z.output<z.ZodObject<{
|
|
624
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
625
|
+
in: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
626
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>>;
|
|
627
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
628
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
629
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
630
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
631
|
+
}, z.core.$strip>> | undefined;
|
|
632
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
633
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
634
|
+
equals?: string | undefined;
|
|
635
|
+
in?: string[] | undefined;
|
|
636
|
+
notIn?: string[] | undefined;
|
|
637
|
+
lt?: string | undefined;
|
|
638
|
+
lte?: string | undefined;
|
|
639
|
+
gt?: string | undefined;
|
|
640
|
+
gte?: string | undefined;
|
|
641
|
+
contains?: string | undefined;
|
|
642
|
+
startsWith?: string | undefined;
|
|
643
|
+
endsWith?: string | undefined;
|
|
644
|
+
} & {
|
|
645
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
646
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
647
|
+
equals?: string | undefined;
|
|
648
|
+
in?: string[] | undefined;
|
|
649
|
+
notIn?: string[] | undefined;
|
|
650
|
+
lt?: string | undefined;
|
|
651
|
+
lte?: string | undefined;
|
|
652
|
+
gt?: string | undefined;
|
|
653
|
+
gte?: string | undefined;
|
|
654
|
+
contains?: string | undefined;
|
|
655
|
+
startsWith?: string | undefined;
|
|
656
|
+
endsWith?: string | undefined;
|
|
657
|
+
} & {
|
|
658
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
659
|
+
}, unknown>>>, z.ZodString]>>;
|
|
660
|
+
}, z.core.$strip>>>>;
|
|
661
|
+
sort: z.ZodOptional<z.ZodLazy<z.ZodRecord<z.ZodString, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>, z.ZodEnum<typeof import("../..").SortOrder>>>>>;
|
|
662
|
+
}, z.core.$strip>, z.ZodOptional<z.ZodObject<{
|
|
663
|
+
page: z.ZodPipe<z.ZodPrefault<z.ZodCoercedNumber<string | number>>, z.ZodInt>;
|
|
664
|
+
pageSize: z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>;
|
|
665
|
+
}, z.core.$strip>>>;
|
|
771
666
|
export type MtaTransactionSearchRestReq = z.input<typeof mtaTransactionSearchRestReqSchema>;
|
|
772
667
|
//# sourceMappingURL=mta-transaction-search.rest.schema.d.ts.map
|