@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.
Files changed (537) hide show
  1. package/dist/cjs/constants/common/index.d.ts +1 -0
  2. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/sort-order.constant.d.ts +5 -0
  4. package/dist/cjs/constants/common/sort-order.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +1 -1
  6. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
  7. package/dist/cjs/index.js +860 -729
  8. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
  9. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  10. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +9 -1078
  11. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  12. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +1088 -609
  13. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  14. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +3 -17
  15. package/dist/cjs/schemas/cma/create-cma.schema.d.ts.map +1 -1
  16. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
  17. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
  18. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1119 -2440
  19. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  20. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +9 -37
  21. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
  22. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
  23. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  24. package/dist/cjs/schemas/cma-account-period/index.d.ts +0 -1
  25. package/dist/cjs/schemas/cma-account-period/index.d.ts.map +1 -1
  26. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
  27. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
  28. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1860 -1729
  29. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  30. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
  31. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
  33. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  34. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
  35. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
  37. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  38. package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
  39. package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
  40. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
  41. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
  42. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
  43. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  44. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +12 -1545
  45. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  46. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
  47. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  48. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +8 -26
  49. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  50. package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
  51. package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
  52. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +3 -3
  53. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  54. package/dist/cjs/schemas/common/account/account-number.schma.d.ts +2 -2
  55. package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -1
  56. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +1 -1
  57. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -1
  58. package/dist/cjs/schemas/common/account/state-code.schema.d.ts +1 -1
  59. package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -1
  60. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
  61. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
  62. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
  63. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
  64. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +1 -1
  65. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  66. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  67. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  68. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  69. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  70. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  71. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +8 -24
  72. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -1
  73. package/dist/cjs/schemas/common/search/index.d.ts +1 -0
  74. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
  75. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -14
  76. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -1
  77. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +20 -47
  78. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  79. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +3 -9
  80. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  81. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +6 -28
  82. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
  83. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +1 -1
  84. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -1
  85. package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +5 -0
  86. package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -0
  87. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +5 -35
  88. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  89. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +5 -21
  90. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
  91. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +5 -29
  92. package/dist/cjs/schemas/menu/create-menu.schema.d.ts.map +1 -1
  93. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +9 -148
  94. package/dist/cjs/schemas/menu/menu-res.schema.d.ts.map +1 -1
  95. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +5 -32
  96. package/dist/cjs/schemas/menu/update-menu.schema.d.ts.map +1 -1
  97. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +9 -33
  98. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  99. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -46
  100. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts.map +1 -1
  101. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +74 -617
  102. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  103. package/dist/cjs/schemas/mta/update-mta.schema.d.ts +2 -8
  104. package/dist/cjs/schemas/mta/update-mta.schema.d.ts.map +1 -1
  105. package/dist/cjs/schemas/mta-account-period/index.d.ts +0 -1
  106. package/dist/cjs/schemas/mta-account-period/index.d.ts.map +1 -1
  107. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
  108. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  109. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1178 -2513
  110. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  111. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +7 -35
  112. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
  113. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
  114. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  115. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
  116. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
  117. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
  118. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  119. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
  120. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
  121. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +677 -1477
  122. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  123. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -12
  124. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  125. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
  126. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
  127. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
  128. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  129. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
  130. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  131. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
  132. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
  133. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
  134. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
  135. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
  136. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  137. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
  138. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  139. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
  140. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
  141. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
  142. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  143. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -757
  144. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  145. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
  146. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
  147. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
  148. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
  149. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
  150. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
  151. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
  152. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
  153. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
  154. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  155. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
  156. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  157. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
  158. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
  159. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
  160. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
  161. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
  162. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  163. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
  164. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  165. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5210 -50706
  166. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  167. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
  168. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  169. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
  170. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  171. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +18 -186
  172. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  173. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
  174. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
  175. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +25 -217
  176. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
  177. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +127 -7348
  178. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  179. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +20942 -86531
  180. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  181. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
  182. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
  183. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
  184. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  185. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
  186. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
  187. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
  188. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
  189. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
  190. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
  191. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
  192. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
  193. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
  194. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
  195. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
  196. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
  197. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
  198. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
  199. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
  200. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  201. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +19 -189
  202. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  203. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1799 -5479
  204. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  205. package/dist/cjs/schemas/project/project.entity.schema.d.ts +13 -96
  206. package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
  207. package/dist/cjs/schemas/project/project.rest.schema.d.ts +73 -1147
  208. package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
  209. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
  210. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
  211. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
  212. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
  213. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
  214. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
  215. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
  216. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  217. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +5 -25
  218. package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -1
  219. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
  220. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
  221. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +85 -645
  222. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  223. package/dist/cjs/schemas/property/property.entity.schema.d.ts +75 -681
  224. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  225. package/dist/cjs/schemas/property/property.rest.schema.d.ts +1202 -1581
  226. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  227. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
  228. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
  229. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
  230. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
  231. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +5 -21
  232. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -1
  233. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
  234. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  235. package/dist/cjs/schemas/report/index.d.ts +2 -0
  236. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  237. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +8 -30
  238. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
  239. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +12 -0
  240. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  241. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +8 -30
  242. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
  243. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
  244. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
  245. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -54
  246. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
  247. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +10 -0
  248. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  249. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
  250. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
  251. package/dist/cjs/schemas/user/user.entity.schema.d.ts +6 -38
  252. package/dist/cjs/schemas/user/user.entity.schema.d.ts.map +1 -1
  253. package/dist/cjs/schemas/user/user.rest.schema.d.ts +4 -29
  254. package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -1
  255. package/dist/cjs/utils/date.util.d.ts +27 -0
  256. package/dist/cjs/utils/date.util.d.ts.map +1 -0
  257. package/dist/cjs/utils/index.d.ts +1 -0
  258. package/dist/cjs/utils/index.d.ts.map +1 -1
  259. package/dist/cjs/utils/mask-string.util.d.ts +9 -0
  260. package/dist/cjs/utils/mask-string.util.d.ts.map +1 -1
  261. package/dist/cjs/utils/payment-credential-generate.util.d.ts +21 -0
  262. package/dist/cjs/utils/payment-credential-generate.util.d.ts.map +1 -1
  263. package/dist/cjs/utils/property.util.d.ts +13 -1
  264. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  265. package/dist/esm/constants/common/index.d.ts +1 -0
  266. package/dist/esm/constants/common/index.d.ts.map +1 -1
  267. package/dist/esm/constants/common/sort-order.constant.d.ts +5 -0
  268. package/dist/esm/constants/common/sort-order.constant.d.ts.map +1 -0
  269. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +1 -1
  270. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
  271. package/dist/esm/index.mjs +818 -712
  272. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +395 -257
  273. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  274. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +9 -1078
  275. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  276. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +1088 -609
  277. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  278. package/dist/esm/schemas/cma/create-cma.schema.d.ts +3 -17
  279. package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -1
  280. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
  281. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
  282. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1119 -2440
  283. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  284. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +9 -37
  285. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
  286. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
  287. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  288. package/dist/esm/schemas/cma-account-period/index.d.ts +0 -1
  289. package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -1
  290. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
  291. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
  292. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1860 -1729
  293. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  294. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
  295. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
  296. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
  297. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  298. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +4 -12
  299. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
  300. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
  301. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  302. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
  303. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
  304. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
  305. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
  306. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +723 -573
  307. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  308. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +12 -1545
  309. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  310. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
  311. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  312. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +8 -26
  313. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  314. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
  315. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
  316. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +3 -3
  317. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  318. package/dist/esm/schemas/common/account/account-number.schma.d.ts +2 -2
  319. package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -1
  320. package/dist/esm/schemas/common/account/bank-code.schema.d.ts +1 -1
  321. package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -1
  322. package/dist/esm/schemas/common/account/state-code.schema.d.ts +1 -1
  323. package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -1
  324. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
  325. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
  326. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
  327. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
  328. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +1 -1
  329. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  330. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  331. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  332. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  333. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  334. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  335. package/dist/esm/schemas/common/search/date-filter.schema.d.ts +8 -24
  336. package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -1
  337. package/dist/esm/schemas/common/search/index.d.ts +1 -0
  338. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  339. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -14
  340. package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -1
  341. package/dist/esm/schemas/common/search/number-filter.schema.d.ts +20 -47
  342. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  343. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +3 -9
  344. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  345. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +6 -28
  346. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
  347. package/dist/esm/schemas/common/search/query-mode.schema.d.ts +1 -1
  348. package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -1
  349. package/dist/esm/schemas/common/search/sort-req.schema.d.ts +5 -0
  350. package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -0
  351. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +5 -35
  352. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  353. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +5 -21
  354. package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
  355. package/dist/esm/schemas/menu/create-menu.schema.d.ts +5 -29
  356. package/dist/esm/schemas/menu/create-menu.schema.d.ts.map +1 -1
  357. package/dist/esm/schemas/menu/menu-res.schema.d.ts +9 -148
  358. package/dist/esm/schemas/menu/menu-res.schema.d.ts.map +1 -1
  359. package/dist/esm/schemas/menu/update-menu.schema.d.ts +5 -32
  360. package/dist/esm/schemas/menu/update-menu.schema.d.ts.map +1 -1
  361. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +9 -33
  362. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  363. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -46
  364. package/dist/esm/schemas/mta/mta.entity.schema.d.ts.map +1 -1
  365. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +74 -617
  366. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  367. package/dist/esm/schemas/mta/update-mta.schema.d.ts +2 -8
  368. package/dist/esm/schemas/mta/update-mta.schema.d.ts.map +1 -1
  369. package/dist/esm/schemas/mta-account-period/index.d.ts +0 -1
  370. package/dist/esm/schemas/mta-account-period/index.d.ts.map +1 -1
  371. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
  372. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  373. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1178 -2513
  374. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  375. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +7 -35
  376. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
  377. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
  378. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  379. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
  380. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
  381. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
  382. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  383. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
  384. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
  385. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +677 -1477
  386. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  387. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -12
  388. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  389. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
  390. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
  391. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
  392. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  393. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
  394. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  395. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
  396. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
  397. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
  398. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
  399. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
  400. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  401. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +405 -510
  402. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  403. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
  404. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
  405. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
  406. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  407. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -757
  408. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  409. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
  410. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
  411. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
  412. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
  413. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
  414. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
  415. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
  416. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
  417. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
  418. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  419. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
  420. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  421. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
  422. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
  423. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
  424. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
  425. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
  426. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  427. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
  428. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  429. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5210 -50706
  430. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  431. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
  432. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  433. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
  434. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  435. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +18 -186
  436. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  437. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
  438. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
  439. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +25 -217
  440. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
  441. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +127 -7348
  442. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  443. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +20942 -86531
  444. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  445. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
  446. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
  447. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
  448. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  449. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
  450. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
  451. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
  452. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
  453. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
  454. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
  455. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
  456. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
  457. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
  458. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
  459. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
  460. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
  461. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
  462. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
  463. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
  464. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  465. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +19 -189
  466. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  467. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1799 -5479
  468. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  469. package/dist/esm/schemas/project/project.entity.schema.d.ts +13 -96
  470. package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
  471. package/dist/esm/schemas/project/project.rest.schema.d.ts +73 -1147
  472. package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
  473. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
  474. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
  475. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
  476. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
  477. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
  478. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
  479. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
  480. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  481. package/dist/esm/schemas/property/customer.entity.schema.d.ts +5 -25
  482. package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -1
  483. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
  484. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
  485. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +85 -645
  486. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  487. package/dist/esm/schemas/property/property.entity.schema.d.ts +75 -681
  488. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  489. package/dist/esm/schemas/property/property.rest.schema.d.ts +1202 -1581
  490. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  491. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
  492. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
  493. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
  494. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
  495. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +5 -21
  496. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -1
  497. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
  498. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  499. package/dist/esm/schemas/report/index.d.ts +2 -0
  500. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  501. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +8 -30
  502. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
  503. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +12 -0
  504. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -0
  505. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +8 -30
  506. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
  507. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
  508. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
  509. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -54
  510. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
  511. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +10 -0
  512. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -0
  513. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
  514. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
  515. package/dist/esm/schemas/user/user.entity.schema.d.ts +6 -38
  516. package/dist/esm/schemas/user/user.entity.schema.d.ts.map +1 -1
  517. package/dist/esm/schemas/user/user.rest.schema.d.ts +4 -29
  518. package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -1
  519. package/dist/esm/utils/date.util.d.ts +27 -0
  520. package/dist/esm/utils/date.util.d.ts.map +1 -0
  521. package/dist/esm/utils/index.d.ts +1 -0
  522. package/dist/esm/utils/index.d.ts.map +1 -1
  523. package/dist/esm/utils/mask-string.util.d.ts +9 -0
  524. package/dist/esm/utils/mask-string.util.d.ts.map +1 -1
  525. package/dist/esm/utils/payment-credential-generate.util.d.ts +21 -0
  526. package/dist/esm/utils/payment-credential-generate.util.d.ts.map +1 -1
  527. package/dist/esm/utils/property.util.d.ts +13 -1
  528. package/dist/esm/utils/property.util.d.ts.map +1 -1
  529. package/package.json +3 -3
  530. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
  531. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
  532. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
  533. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
  534. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
  535. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
  536. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
  537. 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.ZodTypeDef, {
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
- }>>, z.ZodString]>>;
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.ZodTypeDef, {
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
- }>>, z.ZodString]>>;
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.ZodTypeDef, {
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
- }>>, z.ZodString]>>;
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.ZodTypeDef, {
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
- }>>, z.ZodString]>>>;
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.ZodTypeDef, {
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
- }>>, z.ZodString]>>>;
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.ZodTypeDef, {
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
- }>>, z.ZodString]>>;
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.ZodTypeDef, {
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
- }>>, z.ZodString]>>;
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.ZodTypeDef, {
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
- }>>, z.ZodString]>>;
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.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
230
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
231
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
232
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
233
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
234
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
235
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
236
- }, "strip", z.ZodTypeAny, {
237
- equals?: bigint | undefined;
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.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
299
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
300
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
301
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
302
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
303
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
304
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
305
- }, "strip", z.ZodTypeAny, {
306
- equals?: bigint | undefined;
307
- in?: bigint[] | undefined;
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.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
368
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
369
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
370
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
371
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
372
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
373
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
374
- }, "strip", z.ZodTypeAny, {
375
- equals?: bigint | undefined;
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.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
493
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
494
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
495
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
496
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
497
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
498
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
499
- }, "strip", z.ZodTypeAny, {
500
- equals?: bigint | undefined;
501
- in?: bigint[] | undefined;
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.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
626
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
627
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
628
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
629
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
630
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
631
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
632
- }, "strip", z.ZodTypeAny, {
633
- equals?: bigint | undefined;
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.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
661
- in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
662
- notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
663
- lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
664
- lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
665
- gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
666
- gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
667
- }, "strip", z.ZodTypeAny, {
668
- equals?: bigint | undefined;
669
- in?: bigint[] | undefined;
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
- }) | undefined;
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
- }) | undefined;
777
- buyerName?: string | ({
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