@mikemo-coposit/am-accounting-shared 0.0.12 → 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 +860 -729
- 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 +1119 -2440
- 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 +1860 -1729
- 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 +1178 -2513
- 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 +677 -1477
- 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 +5210 -50706
- 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 +20942 -86531
- 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 +1799 -5479
- 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 +1202 -1581
- 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/index.d.ts +2 -0
- package/dist/cjs/schemas/report/index.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 +12 -0
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
- 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 +10 -0
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
- 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/cjs/utils/mask-string.util.d.ts +9 -0
- package/dist/cjs/utils/mask-string.util.d.ts.map +1 -1
- package/dist/cjs/utils/payment-credential-generate.util.d.ts +21 -0
- package/dist/cjs/utils/payment-credential-generate.util.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +13 -1
- package/dist/cjs/utils/property.util.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 +818 -712
- 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 +1119 -2440
- 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 +1860 -1729
- 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 +1178 -2513
- 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 +677 -1477
- 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 +5210 -50706
- 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 +20942 -86531
- 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 +1799 -5479
- 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 +1202 -1581
- 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/index.d.ts +2 -0
- package/dist/esm/schemas/report/index.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 +12 -0
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
- 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 +10 -0
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
- 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/dist/esm/utils/mask-string.util.d.ts +9 -0
- package/dist/esm/utils/mask-string.util.d.ts.map +1 -1
- package/dist/esm/utils/payment-credential-generate.util.d.ts +21 -0
- package/dist/esm/utils/payment-credential-generate.util.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +13 -1
- package/dist/esm/utils/property.util.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 propertySearchRestReqSchema: 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 propertySearchRestReqSchema: z.ZodObject<{
|
|
|
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,8 +26,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
26
26
|
endsWith?: string | undefined;
|
|
27
27
|
} & {
|
|
28
28
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
29
|
-
}
|
|
30
|
-
customerId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
29
|
+
}, unknown>>>, z.ZodString]>>;
|
|
30
|
+
customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
31
31
|
equals?: string | undefined;
|
|
32
32
|
in?: string[] | undefined;
|
|
33
33
|
notIn?: string[] | undefined;
|
|
@@ -40,7 +40,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
40
40
|
endsWith?: string | undefined;
|
|
41
41
|
} & {
|
|
42
42
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
43
|
-
}, z.
|
|
43
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
44
44
|
equals?: string | undefined;
|
|
45
45
|
in?: string[] | undefined;
|
|
46
46
|
notIn?: string[] | undefined;
|
|
@@ -53,8 +53,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
53
53
|
endsWith?: string | undefined;
|
|
54
54
|
} & {
|
|
55
55
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
56
|
-
}
|
|
57
|
-
projectId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
56
|
+
}, unknown>>>, z.ZodString]>>;
|
|
57
|
+
projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
58
58
|
equals?: string | undefined;
|
|
59
59
|
in?: string[] | undefined;
|
|
60
60
|
notIn?: string[] | undefined;
|
|
@@ -67,7 +67,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
67
67
|
endsWith?: string | undefined;
|
|
68
68
|
} & {
|
|
69
69
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
70
|
-
}, z.
|
|
70
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
71
71
|
equals?: string | undefined;
|
|
72
72
|
in?: string[] | undefined;
|
|
73
73
|
notIn?: string[] | undefined;
|
|
@@ -80,8 +80,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
80
80
|
endsWith?: string | undefined;
|
|
81
81
|
} & {
|
|
82
82
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
83
|
-
}
|
|
84
|
-
buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
83
|
+
}, unknown>>>, z.ZodString]>>;
|
|
84
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
85
85
|
equals?: string | undefined;
|
|
86
86
|
in?: string[] | undefined;
|
|
87
87
|
notIn?: string[] | undefined;
|
|
@@ -94,7 +94,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
94
94
|
endsWith?: string | undefined;
|
|
95
95
|
} & {
|
|
96
96
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
97
|
-
}, z.
|
|
97
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
98
98
|
equals?: string | undefined;
|
|
99
99
|
in?: string[] | undefined;
|
|
100
100
|
notIn?: string[] | undefined;
|
|
@@ -107,8 +107,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
107
107
|
endsWith?: string | undefined;
|
|
108
108
|
} & {
|
|
109
109
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
110
|
-
}
|
|
111
|
-
lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
110
|
+
}, unknown>>>, z.ZodString]>>>;
|
|
111
|
+
lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
112
112
|
equals?: string | undefined;
|
|
113
113
|
in?: string[] | undefined;
|
|
114
114
|
notIn?: string[] | undefined;
|
|
@@ -121,7 +121,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
121
121
|
endsWith?: string | undefined;
|
|
122
122
|
} & {
|
|
123
123
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
124
|
-
}, z.
|
|
124
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
125
125
|
equals?: string | undefined;
|
|
126
126
|
in?: string[] | undefined;
|
|
127
127
|
notIn?: string[] | undefined;
|
|
@@ -134,8 +134,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
134
134
|
endsWith?: string | undefined;
|
|
135
135
|
} & {
|
|
136
136
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
137
|
-
}
|
|
138
|
-
propertyAddress: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
137
|
+
}, unknown>>>, z.ZodString]>>>;
|
|
138
|
+
propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
139
139
|
equals?: string | undefined;
|
|
140
140
|
in?: string[] | undefined;
|
|
141
141
|
notIn?: string[] | undefined;
|
|
@@ -148,7 +148,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
148
148
|
endsWith?: string | undefined;
|
|
149
149
|
} & {
|
|
150
150
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
151
|
-
}, z.
|
|
151
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
152
152
|
equals?: string | undefined;
|
|
153
153
|
in?: string[] | undefined;
|
|
154
154
|
notIn?: string[] | undefined;
|
|
@@ -161,8 +161,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
161
161
|
endsWith?: string | undefined;
|
|
162
162
|
} & {
|
|
163
163
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
164
|
-
}
|
|
165
|
-
stage: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
164
|
+
}, unknown>>>, z.ZodString]>>;
|
|
165
|
+
stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
166
166
|
equals?: string | undefined;
|
|
167
167
|
in?: string[] | undefined;
|
|
168
168
|
notIn?: string[] | undefined;
|
|
@@ -175,7 +175,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
175
175
|
endsWith?: string | undefined;
|
|
176
176
|
} & {
|
|
177
177
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
178
|
-
}, z.
|
|
178
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
179
179
|
equals?: string | undefined;
|
|
180
180
|
in?: string[] | undefined;
|
|
181
181
|
notIn?: string[] | undefined;
|
|
@@ -188,8 +188,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
188
188
|
endsWith?: string | undefined;
|
|
189
189
|
} & {
|
|
190
190
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
191
|
-
}
|
|
192
|
-
mtaId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
191
|
+
}, unknown>>>, z.ZodString]>>;
|
|
192
|
+
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
193
193
|
equals?: string | undefined;
|
|
194
194
|
in?: string[] | undefined;
|
|
195
195
|
notIn?: string[] | undefined;
|
|
@@ -202,7 +202,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
202
202
|
endsWith?: string | undefined;
|
|
203
203
|
} & {
|
|
204
204
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
205
|
-
}, z.
|
|
205
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
206
206
|
equals?: string | undefined;
|
|
207
207
|
in?: string[] | undefined;
|
|
208
208
|
notIn?: string[] | undefined;
|
|
@@ -215,8 +215,8 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
215
215
|
endsWith?: string | undefined;
|
|
216
216
|
} & {
|
|
217
217
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
218
|
-
}
|
|
219
|
-
mtaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
218
|
+
}, unknown>>>, z.ZodString]>>;
|
|
219
|
+
mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
220
220
|
equals?: bigint | undefined;
|
|
221
221
|
in?: bigint[] | undefined;
|
|
222
222
|
notIn?: bigint[] | undefined;
|
|
@@ -226,66 +226,15 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
226
226
|
gte?: bigint | undefined;
|
|
227
227
|
} & {
|
|
228
228
|
not?: bigint | z.output<z.ZodObject<{
|
|
229
|
-
equals: z.ZodOptional<z.
|
|
230
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
231
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
232
|
-
lt: z.ZodOptional<z.
|
|
233
|
-
lte: z.ZodOptional<z.
|
|
234
|
-
gt: z.ZodOptional<z.
|
|
235
|
-
gte: z.ZodOptional<z.
|
|
236
|
-
},
|
|
237
|
-
|
|
238
|
-
in?: bigint[] | undefined;
|
|
239
|
-
notIn?: bigint[] | undefined;
|
|
240
|
-
lt?: bigint | undefined;
|
|
241
|
-
lte?: bigint | undefined;
|
|
242
|
-
gt?: bigint | undefined;
|
|
243
|
-
gte?: bigint | undefined;
|
|
244
|
-
}, {
|
|
245
|
-
equals?: number | bigint | undefined;
|
|
246
|
-
in?: (number | bigint)[] | undefined;
|
|
247
|
-
notIn?: (number | bigint)[] | undefined;
|
|
248
|
-
lt?: number | bigint | undefined;
|
|
249
|
-
lte?: number | bigint | undefined;
|
|
250
|
-
gt?: number | bigint | undefined;
|
|
251
|
-
gte?: number | bigint | undefined;
|
|
252
|
-
}>> | undefined;
|
|
253
|
-
}, z.ZodTypeDef, {
|
|
254
|
-
equals?: number | bigint | undefined;
|
|
255
|
-
in?: (number | bigint)[] | undefined;
|
|
256
|
-
notIn?: (number | bigint)[] | undefined;
|
|
257
|
-
lt?: number | bigint | undefined;
|
|
258
|
-
lte?: number | bigint | undefined;
|
|
259
|
-
gt?: number | bigint | undefined;
|
|
260
|
-
gte?: number | bigint | undefined;
|
|
261
|
-
} & {
|
|
262
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
263
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
264
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
265
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
266
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
267
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
268
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
269
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
270
|
-
}, "strip", z.ZodTypeAny, {
|
|
271
|
-
equals?: bigint | undefined;
|
|
272
|
-
in?: bigint[] | undefined;
|
|
273
|
-
notIn?: bigint[] | undefined;
|
|
274
|
-
lt?: bigint | undefined;
|
|
275
|
-
lte?: bigint | undefined;
|
|
276
|
-
gt?: bigint | undefined;
|
|
277
|
-
gte?: bigint | undefined;
|
|
278
|
-
}, {
|
|
279
|
-
equals?: number | bigint | undefined;
|
|
280
|
-
in?: (number | bigint)[] | undefined;
|
|
281
|
-
notIn?: (number | bigint)[] | undefined;
|
|
282
|
-
lt?: number | bigint | undefined;
|
|
283
|
-
lte?: number | bigint | undefined;
|
|
284
|
-
gt?: number | bigint | undefined;
|
|
285
|
-
gte?: number | bigint | undefined;
|
|
286
|
-
}>> | undefined;
|
|
287
|
-
}>>, z.ZodBigInt]>>;
|
|
288
|
-
cmaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
229
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
230
|
+
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>>>;
|
|
231
|
+
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>>>;
|
|
232
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
233
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
234
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
235
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
236
|
+
}, z.core.$strip>> | undefined;
|
|
237
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
289
238
|
equals?: bigint | undefined;
|
|
290
239
|
in?: bigint[] | undefined;
|
|
291
240
|
notIn?: bigint[] | undefined;
|
|
@@ -295,66 +244,16 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
295
244
|
gte?: bigint | undefined;
|
|
296
245
|
} & {
|
|
297
246
|
not?: bigint | z.output<z.ZodObject<{
|
|
298
|
-
equals: z.ZodOptional<z.
|
|
299
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
300
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
301
|
-
lt: z.ZodOptional<z.
|
|
302
|
-
lte: z.ZodOptional<z.
|
|
303
|
-
gt: z.ZodOptional<z.
|
|
304
|
-
gte: z.ZodOptional<z.
|
|
305
|
-
},
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
notIn?: bigint[] | undefined;
|
|
309
|
-
lt?: bigint | undefined;
|
|
310
|
-
lte?: bigint | undefined;
|
|
311
|
-
gt?: bigint | undefined;
|
|
312
|
-
gte?: bigint | undefined;
|
|
313
|
-
}, {
|
|
314
|
-
equals?: number | bigint | undefined;
|
|
315
|
-
in?: (number | bigint)[] | undefined;
|
|
316
|
-
notIn?: (number | bigint)[] | undefined;
|
|
317
|
-
lt?: number | bigint | undefined;
|
|
318
|
-
lte?: number | bigint | undefined;
|
|
319
|
-
gt?: number | bigint | undefined;
|
|
320
|
-
gte?: number | bigint | undefined;
|
|
321
|
-
}>> | undefined;
|
|
322
|
-
}, z.ZodTypeDef, {
|
|
323
|
-
equals?: number | bigint | undefined;
|
|
324
|
-
in?: (number | bigint)[] | undefined;
|
|
325
|
-
notIn?: (number | bigint)[] | undefined;
|
|
326
|
-
lt?: number | bigint | undefined;
|
|
327
|
-
lte?: number | bigint | undefined;
|
|
328
|
-
gt?: number | bigint | undefined;
|
|
329
|
-
gte?: number | bigint | undefined;
|
|
330
|
-
} & {
|
|
331
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
332
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
333
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
334
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
335
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
336
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
337
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
338
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
339
|
-
}, "strip", z.ZodTypeAny, {
|
|
340
|
-
equals?: bigint | undefined;
|
|
341
|
-
in?: bigint[] | undefined;
|
|
342
|
-
notIn?: bigint[] | undefined;
|
|
343
|
-
lt?: bigint | undefined;
|
|
344
|
-
lte?: bigint | undefined;
|
|
345
|
-
gt?: bigint | undefined;
|
|
346
|
-
gte?: bigint | undefined;
|
|
347
|
-
}, {
|
|
348
|
-
equals?: number | bigint | undefined;
|
|
349
|
-
in?: (number | bigint)[] | undefined;
|
|
350
|
-
notIn?: (number | bigint)[] | undefined;
|
|
351
|
-
lt?: number | bigint | undefined;
|
|
352
|
-
lte?: number | bigint | undefined;
|
|
353
|
-
gt?: number | bigint | undefined;
|
|
354
|
-
gte?: number | bigint | undefined;
|
|
355
|
-
}>> | undefined;
|
|
356
|
-
}>>, z.ZodBigInt]>>;
|
|
357
|
-
balanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
247
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
248
|
+
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>>>;
|
|
249
|
+
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>>>;
|
|
250
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
251
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
252
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
253
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
254
|
+
}, z.core.$strip>> | undefined;
|
|
255
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
256
|
+
cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
358
257
|
equals?: bigint | undefined;
|
|
359
258
|
in?: bigint[] | undefined;
|
|
360
259
|
notIn?: bigint[] | undefined;
|
|
@@ -364,122 +263,15 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
364
263
|
gte?: bigint | undefined;
|
|
365
264
|
} & {
|
|
366
265
|
not?: bigint | z.output<z.ZodObject<{
|
|
367
|
-
equals: z.ZodOptional<z.
|
|
368
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
369
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
370
|
-
lt: z.ZodOptional<z.
|
|
371
|
-
lte: z.ZodOptional<z.
|
|
372
|
-
gt: z.ZodOptional<z.
|
|
373
|
-
gte: z.ZodOptional<z.
|
|
374
|
-
},
|
|
375
|
-
|
|
376
|
-
in?: bigint[] | undefined;
|
|
377
|
-
notIn?: bigint[] | undefined;
|
|
378
|
-
lt?: bigint | undefined;
|
|
379
|
-
lte?: bigint | undefined;
|
|
380
|
-
gt?: bigint | undefined;
|
|
381
|
-
gte?: bigint | undefined;
|
|
382
|
-
}, {
|
|
383
|
-
equals?: number | bigint | undefined;
|
|
384
|
-
in?: (number | bigint)[] | undefined;
|
|
385
|
-
notIn?: (number | bigint)[] | undefined;
|
|
386
|
-
lt?: number | bigint | undefined;
|
|
387
|
-
lte?: number | bigint | undefined;
|
|
388
|
-
gt?: number | bigint | undefined;
|
|
389
|
-
gte?: number | bigint | undefined;
|
|
390
|
-
}>> | undefined;
|
|
391
|
-
}, z.ZodTypeDef, {
|
|
392
|
-
equals?: number | bigint | undefined;
|
|
393
|
-
in?: (number | bigint)[] | undefined;
|
|
394
|
-
notIn?: (number | bigint)[] | undefined;
|
|
395
|
-
lt?: number | bigint | undefined;
|
|
396
|
-
lte?: number | bigint | undefined;
|
|
397
|
-
gt?: number | bigint | undefined;
|
|
398
|
-
gte?: number | bigint | undefined;
|
|
399
|
-
} & {
|
|
400
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
401
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
402
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
403
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
404
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
405
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
406
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
407
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
408
|
-
}, "strip", z.ZodTypeAny, {
|
|
409
|
-
equals?: bigint | undefined;
|
|
410
|
-
in?: bigint[] | undefined;
|
|
411
|
-
notIn?: bigint[] | undefined;
|
|
412
|
-
lt?: bigint | undefined;
|
|
413
|
-
lte?: bigint | undefined;
|
|
414
|
-
gt?: bigint | undefined;
|
|
415
|
-
gte?: bigint | undefined;
|
|
416
|
-
}, {
|
|
417
|
-
equals?: number | bigint | undefined;
|
|
418
|
-
in?: (number | bigint)[] | undefined;
|
|
419
|
-
notIn?: (number | bigint)[] | undefined;
|
|
420
|
-
lt?: number | bigint | undefined;
|
|
421
|
-
lte?: number | bigint | undefined;
|
|
422
|
-
gt?: number | bigint | undefined;
|
|
423
|
-
gte?: number | bigint | undefined;
|
|
424
|
-
}>> | undefined;
|
|
425
|
-
}>>, z.ZodBigInt]>>;
|
|
426
|
-
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
427
|
-
equals?: string | undefined;
|
|
428
|
-
in?: string[] | undefined;
|
|
429
|
-
notIn?: string[] | undefined;
|
|
430
|
-
lt?: string | undefined;
|
|
431
|
-
lte?: string | undefined;
|
|
432
|
-
gt?: string | undefined;
|
|
433
|
-
gte?: string | undefined;
|
|
434
|
-
contains?: string | undefined;
|
|
435
|
-
startsWith?: string | undefined;
|
|
436
|
-
endsWith?: string | undefined;
|
|
437
|
-
} & {
|
|
438
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
439
|
-
}, z.ZodTypeDef, {
|
|
440
|
-
equals?: string | undefined;
|
|
441
|
-
in?: string[] | undefined;
|
|
442
|
-
notIn?: string[] | undefined;
|
|
443
|
-
lt?: string | undefined;
|
|
444
|
-
lte?: string | undefined;
|
|
445
|
-
gt?: string | undefined;
|
|
446
|
-
gte?: string | undefined;
|
|
447
|
-
contains?: string | undefined;
|
|
448
|
-
startsWith?: string | undefined;
|
|
449
|
-
endsWith?: string | undefined;
|
|
450
|
-
} & {
|
|
451
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
452
|
-
}>>, z.ZodString]>>;
|
|
453
|
-
}, "strip", z.ZodTypeAny, {
|
|
454
|
-
status?: string | ({
|
|
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
|
-
}) | undefined;
|
|
468
|
-
id?: string | ({
|
|
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
|
-
}) | undefined;
|
|
482
|
-
balanceCents?: bigint | ({
|
|
266
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
267
|
+
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>>>;
|
|
268
|
+
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>>>;
|
|
269
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
270
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
271
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
272
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
273
|
+
}, z.core.$strip>> | undefined;
|
|
274
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
483
275
|
equals?: bigint | undefined;
|
|
484
276
|
in?: bigint[] | undefined;
|
|
485
277
|
notIn?: bigint[] | undefined;
|
|
@@ -489,130 +281,16 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
489
281
|
gte?: bigint | undefined;
|
|
490
282
|
} & {
|
|
491
283
|
not?: bigint | z.output<z.ZodObject<{
|
|
492
|
-
equals: z.ZodOptional<z.
|
|
493
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
494
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
495
|
-
lt: z.ZodOptional<z.
|
|
496
|
-
lte: z.ZodOptional<z.
|
|
497
|
-
gt: z.ZodOptional<z.
|
|
498
|
-
gte: z.ZodOptional<z.
|
|
499
|
-
},
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
notIn?: bigint[] | undefined;
|
|
503
|
-
lt?: bigint | undefined;
|
|
504
|
-
lte?: bigint | undefined;
|
|
505
|
-
gt?: bigint | undefined;
|
|
506
|
-
gte?: bigint | undefined;
|
|
507
|
-
}, {
|
|
508
|
-
equals?: number | bigint | undefined;
|
|
509
|
-
in?: (number | bigint)[] | undefined;
|
|
510
|
-
notIn?: (number | bigint)[] | undefined;
|
|
511
|
-
lt?: number | bigint | undefined;
|
|
512
|
-
lte?: number | bigint | undefined;
|
|
513
|
-
gt?: number | bigint | undefined;
|
|
514
|
-
gte?: number | bigint | undefined;
|
|
515
|
-
}>> | undefined;
|
|
516
|
-
}) | undefined;
|
|
517
|
-
customerId?: string | ({
|
|
518
|
-
equals?: string | undefined;
|
|
519
|
-
in?: string[] | undefined;
|
|
520
|
-
notIn?: string[] | undefined;
|
|
521
|
-
lt?: string | undefined;
|
|
522
|
-
lte?: string | undefined;
|
|
523
|
-
gt?: string | undefined;
|
|
524
|
-
gte?: string | undefined;
|
|
525
|
-
contains?: string | undefined;
|
|
526
|
-
startsWith?: string | undefined;
|
|
527
|
-
endsWith?: string | undefined;
|
|
528
|
-
} & {
|
|
529
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
530
|
-
}) | undefined;
|
|
531
|
-
projectId?: string | ({
|
|
532
|
-
equals?: string | undefined;
|
|
533
|
-
in?: string[] | undefined;
|
|
534
|
-
notIn?: string[] | undefined;
|
|
535
|
-
lt?: string | undefined;
|
|
536
|
-
lte?: string | undefined;
|
|
537
|
-
gt?: string | undefined;
|
|
538
|
-
gte?: string | undefined;
|
|
539
|
-
contains?: string | undefined;
|
|
540
|
-
startsWith?: string | undefined;
|
|
541
|
-
endsWith?: string | undefined;
|
|
542
|
-
} & {
|
|
543
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
544
|
-
}) | undefined;
|
|
545
|
-
buyerName?: string | ({
|
|
546
|
-
equals?: string | undefined;
|
|
547
|
-
in?: string[] | undefined;
|
|
548
|
-
notIn?: string[] | undefined;
|
|
549
|
-
lt?: string | undefined;
|
|
550
|
-
lte?: string | undefined;
|
|
551
|
-
gt?: string | undefined;
|
|
552
|
-
gte?: string | undefined;
|
|
553
|
-
contains?: string | undefined;
|
|
554
|
-
startsWith?: string | undefined;
|
|
555
|
-
endsWith?: string | undefined;
|
|
556
|
-
} & {
|
|
557
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
558
|
-
}) | null | undefined;
|
|
559
|
-
lotDetail?: string | ({
|
|
560
|
-
equals?: string | undefined;
|
|
561
|
-
in?: string[] | undefined;
|
|
562
|
-
notIn?: string[] | undefined;
|
|
563
|
-
lt?: string | undefined;
|
|
564
|
-
lte?: string | undefined;
|
|
565
|
-
gt?: string | undefined;
|
|
566
|
-
gte?: string | undefined;
|
|
567
|
-
contains?: string | undefined;
|
|
568
|
-
startsWith?: string | undefined;
|
|
569
|
-
endsWith?: string | undefined;
|
|
570
|
-
} & {
|
|
571
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
572
|
-
}) | null | undefined;
|
|
573
|
-
propertyAddress?: string | ({
|
|
574
|
-
equals?: string | undefined;
|
|
575
|
-
in?: string[] | undefined;
|
|
576
|
-
notIn?: string[] | undefined;
|
|
577
|
-
lt?: string | undefined;
|
|
578
|
-
lte?: string | undefined;
|
|
579
|
-
gt?: string | undefined;
|
|
580
|
-
gte?: string | undefined;
|
|
581
|
-
contains?: string | undefined;
|
|
582
|
-
startsWith?: string | undefined;
|
|
583
|
-
endsWith?: string | undefined;
|
|
584
|
-
} & {
|
|
585
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
586
|
-
}) | undefined;
|
|
587
|
-
stage?: string | ({
|
|
588
|
-
equals?: string | undefined;
|
|
589
|
-
in?: string[] | undefined;
|
|
590
|
-
notIn?: string[] | undefined;
|
|
591
|
-
lt?: string | undefined;
|
|
592
|
-
lte?: string | undefined;
|
|
593
|
-
gt?: string | undefined;
|
|
594
|
-
gte?: string | undefined;
|
|
595
|
-
contains?: string | undefined;
|
|
596
|
-
startsWith?: string | undefined;
|
|
597
|
-
endsWith?: string | undefined;
|
|
598
|
-
} & {
|
|
599
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
600
|
-
}) | undefined;
|
|
601
|
-
mtaId?: string | ({
|
|
602
|
-
equals?: string | undefined;
|
|
603
|
-
in?: string[] | undefined;
|
|
604
|
-
notIn?: string[] | undefined;
|
|
605
|
-
lt?: string | undefined;
|
|
606
|
-
lte?: string | undefined;
|
|
607
|
-
gt?: string | undefined;
|
|
608
|
-
gte?: string | undefined;
|
|
609
|
-
contains?: string | undefined;
|
|
610
|
-
startsWith?: string | undefined;
|
|
611
|
-
endsWith?: string | undefined;
|
|
612
|
-
} & {
|
|
613
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
614
|
-
}) | undefined;
|
|
615
|
-
mtaBalanceCents?: bigint | ({
|
|
284
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
285
|
+
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>>>;
|
|
286
|
+
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>>>;
|
|
287
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
288
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
289
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
290
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
291
|
+
}, z.core.$strip>> | undefined;
|
|
292
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
293
|
+
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
616
294
|
equals?: bigint | undefined;
|
|
617
295
|
in?: bigint[] | undefined;
|
|
618
296
|
notIn?: bigint[] | undefined;
|
|
@@ -622,32 +300,15 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
622
300
|
gte?: bigint | undefined;
|
|
623
301
|
} & {
|
|
624
302
|
not?: bigint | z.output<z.ZodObject<{
|
|
625
|
-
equals: z.ZodOptional<z.
|
|
626
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
627
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
628
|
-
lt: z.ZodOptional<z.
|
|
629
|
-
lte: z.ZodOptional<z.
|
|
630
|
-
gt: z.ZodOptional<z.
|
|
631
|
-
gte: z.ZodOptional<z.
|
|
632
|
-
},
|
|
633
|
-
|
|
634
|
-
in?: bigint[] | undefined;
|
|
635
|
-
notIn?: bigint[] | undefined;
|
|
636
|
-
lt?: bigint | undefined;
|
|
637
|
-
lte?: bigint | undefined;
|
|
638
|
-
gt?: bigint | undefined;
|
|
639
|
-
gte?: bigint | undefined;
|
|
640
|
-
}, {
|
|
641
|
-
equals?: number | bigint | undefined;
|
|
642
|
-
in?: (number | bigint)[] | undefined;
|
|
643
|
-
notIn?: (number | bigint)[] | undefined;
|
|
644
|
-
lt?: number | bigint | undefined;
|
|
645
|
-
lte?: number | bigint | undefined;
|
|
646
|
-
gt?: number | bigint | undefined;
|
|
647
|
-
gte?: number | bigint | undefined;
|
|
648
|
-
}>> | undefined;
|
|
649
|
-
}) | undefined;
|
|
650
|
-
cmaBalanceCents?: bigint | ({
|
|
303
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
304
|
+
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>>>;
|
|
305
|
+
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>>>;
|
|
306
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
307
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
308
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
309
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
310
|
+
}, z.core.$strip>> | undefined;
|
|
311
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
651
312
|
equals?: bigint | undefined;
|
|
652
313
|
in?: bigint[] | undefined;
|
|
653
314
|
notIn?: bigint[] | undefined;
|
|
@@ -657,96 +318,16 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
657
318
|
gte?: bigint | undefined;
|
|
658
319
|
} & {
|
|
659
320
|
not?: bigint | z.output<z.ZodObject<{
|
|
660
|
-
equals: z.ZodOptional<z.
|
|
661
|
-
in: z.ZodOptional<z.ZodArray<z.
|
|
662
|
-
notIn: z.ZodOptional<z.ZodArray<z.
|
|
663
|
-
lt: z.ZodOptional<z.
|
|
664
|
-
lte: z.ZodOptional<z.
|
|
665
|
-
gt: z.ZodOptional<z.
|
|
666
|
-
gte: z.ZodOptional<z.
|
|
667
|
-
},
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
notIn?: bigint[] | undefined;
|
|
671
|
-
lt?: bigint | undefined;
|
|
672
|
-
lte?: bigint | undefined;
|
|
673
|
-
gt?: bigint | undefined;
|
|
674
|
-
gte?: bigint | undefined;
|
|
675
|
-
}, {
|
|
676
|
-
equals?: number | bigint | undefined;
|
|
677
|
-
in?: (number | bigint)[] | undefined;
|
|
678
|
-
notIn?: (number | bigint)[] | undefined;
|
|
679
|
-
lt?: number | bigint | undefined;
|
|
680
|
-
lte?: number | bigint | undefined;
|
|
681
|
-
gt?: number | bigint | undefined;
|
|
682
|
-
gte?: number | bigint | undefined;
|
|
683
|
-
}>> | undefined;
|
|
684
|
-
}) | undefined;
|
|
685
|
-
}, {
|
|
686
|
-
status?: string | ({
|
|
687
|
-
equals?: string | undefined;
|
|
688
|
-
in?: string[] | undefined;
|
|
689
|
-
notIn?: string[] | undefined;
|
|
690
|
-
lt?: string | undefined;
|
|
691
|
-
lte?: string | undefined;
|
|
692
|
-
gt?: string | undefined;
|
|
693
|
-
gte?: string | undefined;
|
|
694
|
-
contains?: string | undefined;
|
|
695
|
-
startsWith?: string | undefined;
|
|
696
|
-
endsWith?: string | undefined;
|
|
697
|
-
} & {
|
|
698
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
699
|
-
}) | undefined;
|
|
700
|
-
id?: string | ({
|
|
701
|
-
equals?: string | undefined;
|
|
702
|
-
in?: string[] | undefined;
|
|
703
|
-
notIn?: string[] | undefined;
|
|
704
|
-
lt?: string | undefined;
|
|
705
|
-
lte?: string | undefined;
|
|
706
|
-
gt?: string | undefined;
|
|
707
|
-
gte?: string | undefined;
|
|
708
|
-
contains?: string | undefined;
|
|
709
|
-
startsWith?: string | undefined;
|
|
710
|
-
endsWith?: string | undefined;
|
|
711
|
-
} & {
|
|
712
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
713
|
-
}) | undefined;
|
|
714
|
-
balanceCents?: bigint | ({
|
|
715
|
-
equals?: number | bigint | undefined;
|
|
716
|
-
in?: (number | bigint)[] | undefined;
|
|
717
|
-
notIn?: (number | bigint)[] | undefined;
|
|
718
|
-
lt?: number | bigint | undefined;
|
|
719
|
-
lte?: number | bigint | undefined;
|
|
720
|
-
gt?: number | bigint | undefined;
|
|
721
|
-
gte?: number | bigint | undefined;
|
|
722
|
-
} & {
|
|
723
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
724
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
725
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
726
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
727
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
728
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
729
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
730
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
731
|
-
}, "strip", z.ZodTypeAny, {
|
|
732
|
-
equals?: bigint | undefined;
|
|
733
|
-
in?: bigint[] | undefined;
|
|
734
|
-
notIn?: bigint[] | undefined;
|
|
735
|
-
lt?: bigint | undefined;
|
|
736
|
-
lte?: bigint | undefined;
|
|
737
|
-
gt?: bigint | undefined;
|
|
738
|
-
gte?: bigint | undefined;
|
|
739
|
-
}, {
|
|
740
|
-
equals?: number | bigint | undefined;
|
|
741
|
-
in?: (number | bigint)[] | undefined;
|
|
742
|
-
notIn?: (number | bigint)[] | undefined;
|
|
743
|
-
lt?: number | bigint | undefined;
|
|
744
|
-
lte?: number | bigint | undefined;
|
|
745
|
-
gt?: number | bigint | undefined;
|
|
746
|
-
gte?: number | bigint | undefined;
|
|
747
|
-
}>> | undefined;
|
|
748
|
-
}) | undefined;
|
|
749
|
-
customerId?: string | ({
|
|
321
|
+
equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
322
|
+
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>>>;
|
|
323
|
+
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>>>;
|
|
324
|
+
lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
325
|
+
lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
326
|
+
gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
327
|
+
gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
|
|
328
|
+
}, z.core.$strip>> | undefined;
|
|
329
|
+
}, unknown>>>, z.ZodBigInt]>>;
|
|
330
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
|
|
750
331
|
equals?: string | undefined;
|
|
751
332
|
in?: string[] | undefined;
|
|
752
333
|
notIn?: string[] | undefined;
|
|
@@ -759,8 +340,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
759
340
|
endsWith?: string | undefined;
|
|
760
341
|
} & {
|
|
761
342
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
762
|
-
}
|
|
763
|
-
projectId?: string | ({
|
|
343
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
764
344
|
equals?: string | undefined;
|
|
765
345
|
in?: string[] | undefined;
|
|
766
346
|
notIn?: string[] | undefined;
|
|
@@ -773,147 +353,7 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
773
353
|
endsWith?: string | undefined;
|
|
774
354
|
} & {
|
|
775
355
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
equals?: string | undefined;
|
|
779
|
-
in?: string[] | undefined;
|
|
780
|
-
notIn?: string[] | undefined;
|
|
781
|
-
lt?: string | undefined;
|
|
782
|
-
lte?: string | undefined;
|
|
783
|
-
gt?: string | undefined;
|
|
784
|
-
gte?: string | undefined;
|
|
785
|
-
contains?: string | undefined;
|
|
786
|
-
startsWith?: string | undefined;
|
|
787
|
-
endsWith?: string | undefined;
|
|
788
|
-
} & {
|
|
789
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
790
|
-
}) | null | undefined;
|
|
791
|
-
lotDetail?: string | ({
|
|
792
|
-
equals?: string | undefined;
|
|
793
|
-
in?: string[] | undefined;
|
|
794
|
-
notIn?: string[] | undefined;
|
|
795
|
-
lt?: string | undefined;
|
|
796
|
-
lte?: string | undefined;
|
|
797
|
-
gt?: string | undefined;
|
|
798
|
-
gte?: string | undefined;
|
|
799
|
-
contains?: string | undefined;
|
|
800
|
-
startsWith?: string | undefined;
|
|
801
|
-
endsWith?: string | undefined;
|
|
802
|
-
} & {
|
|
803
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
804
|
-
}) | null | undefined;
|
|
805
|
-
propertyAddress?: string | ({
|
|
806
|
-
equals?: string | undefined;
|
|
807
|
-
in?: string[] | undefined;
|
|
808
|
-
notIn?: string[] | undefined;
|
|
809
|
-
lt?: string | undefined;
|
|
810
|
-
lte?: string | undefined;
|
|
811
|
-
gt?: string | undefined;
|
|
812
|
-
gte?: string | undefined;
|
|
813
|
-
contains?: string | undefined;
|
|
814
|
-
startsWith?: string | undefined;
|
|
815
|
-
endsWith?: string | undefined;
|
|
816
|
-
} & {
|
|
817
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
818
|
-
}) | undefined;
|
|
819
|
-
stage?: string | ({
|
|
820
|
-
equals?: string | undefined;
|
|
821
|
-
in?: string[] | undefined;
|
|
822
|
-
notIn?: string[] | undefined;
|
|
823
|
-
lt?: string | undefined;
|
|
824
|
-
lte?: string | undefined;
|
|
825
|
-
gt?: string | undefined;
|
|
826
|
-
gte?: string | undefined;
|
|
827
|
-
contains?: string | undefined;
|
|
828
|
-
startsWith?: string | undefined;
|
|
829
|
-
endsWith?: string | undefined;
|
|
830
|
-
} & {
|
|
831
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
832
|
-
}) | undefined;
|
|
833
|
-
mtaId?: string | ({
|
|
834
|
-
equals?: string | undefined;
|
|
835
|
-
in?: string[] | undefined;
|
|
836
|
-
notIn?: string[] | undefined;
|
|
837
|
-
lt?: string | undefined;
|
|
838
|
-
lte?: string | undefined;
|
|
839
|
-
gt?: string | undefined;
|
|
840
|
-
gte?: string | undefined;
|
|
841
|
-
contains?: string | undefined;
|
|
842
|
-
startsWith?: string | undefined;
|
|
843
|
-
endsWith?: string | undefined;
|
|
844
|
-
} & {
|
|
845
|
-
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
846
|
-
}) | undefined;
|
|
847
|
-
mtaBalanceCents?: bigint | ({
|
|
848
|
-
equals?: number | bigint | undefined;
|
|
849
|
-
in?: (number | bigint)[] | undefined;
|
|
850
|
-
notIn?: (number | bigint)[] | undefined;
|
|
851
|
-
lt?: number | bigint | undefined;
|
|
852
|
-
lte?: number | bigint | undefined;
|
|
853
|
-
gt?: number | bigint | undefined;
|
|
854
|
-
gte?: number | bigint | undefined;
|
|
855
|
-
} & {
|
|
856
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
857
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
858
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
859
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
860
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
861
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
862
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
863
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
864
|
-
}, "strip", z.ZodTypeAny, {
|
|
865
|
-
equals?: bigint | undefined;
|
|
866
|
-
in?: bigint[] | undefined;
|
|
867
|
-
notIn?: bigint[] | undefined;
|
|
868
|
-
lt?: bigint | undefined;
|
|
869
|
-
lte?: bigint | undefined;
|
|
870
|
-
gt?: bigint | undefined;
|
|
871
|
-
gte?: bigint | undefined;
|
|
872
|
-
}, {
|
|
873
|
-
equals?: number | bigint | undefined;
|
|
874
|
-
in?: (number | bigint)[] | undefined;
|
|
875
|
-
notIn?: (number | bigint)[] | undefined;
|
|
876
|
-
lt?: number | bigint | undefined;
|
|
877
|
-
lte?: number | bigint | undefined;
|
|
878
|
-
gt?: number | bigint | undefined;
|
|
879
|
-
gte?: number | bigint | undefined;
|
|
880
|
-
}>> | undefined;
|
|
881
|
-
}) | undefined;
|
|
882
|
-
cmaBalanceCents?: bigint | ({
|
|
883
|
-
equals?: number | bigint | undefined;
|
|
884
|
-
in?: (number | bigint)[] | undefined;
|
|
885
|
-
notIn?: (number | bigint)[] | undefined;
|
|
886
|
-
lt?: number | bigint | undefined;
|
|
887
|
-
lte?: number | bigint | undefined;
|
|
888
|
-
gt?: number | bigint | undefined;
|
|
889
|
-
gte?: number | bigint | undefined;
|
|
890
|
-
} & {
|
|
891
|
-
not?: bigint | number | string | z.input<z.ZodObject<{
|
|
892
|
-
equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
893
|
-
in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
894
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
|
|
895
|
-
lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
896
|
-
lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
897
|
-
gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
898
|
-
gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
|
|
899
|
-
}, "strip", z.ZodTypeAny, {
|
|
900
|
-
equals?: bigint | undefined;
|
|
901
|
-
in?: bigint[] | undefined;
|
|
902
|
-
notIn?: bigint[] | undefined;
|
|
903
|
-
lt?: bigint | undefined;
|
|
904
|
-
lte?: bigint | undefined;
|
|
905
|
-
gt?: bigint | undefined;
|
|
906
|
-
gte?: bigint | undefined;
|
|
907
|
-
}, {
|
|
908
|
-
equals?: number | bigint | undefined;
|
|
909
|
-
in?: (number | bigint)[] | undefined;
|
|
910
|
-
notIn?: (number | bigint)[] | undefined;
|
|
911
|
-
lt?: number | bigint | undefined;
|
|
912
|
-
lte?: number | bigint | undefined;
|
|
913
|
-
gt?: number | bigint | undefined;
|
|
914
|
-
gte?: number | bigint | undefined;
|
|
915
|
-
}>> | undefined;
|
|
916
|
-
}) | undefined;
|
|
917
|
-
}>;
|
|
356
|
+
}, unknown>>>, z.ZodString]>>;
|
|
357
|
+
}, z.core.$strip>;
|
|
918
358
|
export type PropertySearchRestReq = z.input<typeof propertySearchRestReqSchema>;
|
|
919
359
|
//# sourceMappingURL=property-search.rest.schema.d.ts.map
|