@mikemo-coposit/am-accounting-shared 0.0.13 → 0.0.15

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 (531) 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 +885 -751
  8. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +590 -434
  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 +1107 -2428
  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 +1856 -1725
  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 +6 -13
  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 +914 -726
  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/index.d.ts +1 -0
  65. package/dist/cjs/schemas/common/date/index.d.ts.map +1 -1
  66. package/dist/cjs/schemas/common/date/string-to-bool.schema.d.ts +4 -0
  67. package/dist/cjs/schemas/common/date/string-to-bool.schema.d.ts.map +1 -0
  68. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +1 -1
  69. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  70. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  71. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  72. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  73. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  74. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +9 -2
  75. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  76. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +8 -24
  77. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -1
  78. package/dist/cjs/schemas/common/search/index.d.ts +1 -0
  79. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
  80. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -14
  81. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -1
  82. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +20 -47
  83. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  84. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +3 -9
  85. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  86. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +6 -28
  87. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
  88. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +1 -1
  89. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -1
  90. package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +5 -0
  91. package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -0
  92. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +33 -40
  93. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  94. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +5 -21
  95. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -1
  96. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +5 -29
  97. package/dist/cjs/schemas/menu/create-menu.schema.d.ts.map +1 -1
  98. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +9 -148
  99. package/dist/cjs/schemas/menu/menu-res.schema.d.ts.map +1 -1
  100. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +5 -32
  101. package/dist/cjs/schemas/menu/update-menu.schema.d.ts.map +1 -1
  102. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +9 -33
  103. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  104. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -46
  105. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts.map +1 -1
  106. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +74 -617
  107. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  108. package/dist/cjs/schemas/mta/update-mta.schema.d.ts +2 -8
  109. package/dist/cjs/schemas/mta/update-mta.schema.d.ts.map +1 -1
  110. package/dist/cjs/schemas/mta-account-period/index.d.ts +0 -1
  111. package/dist/cjs/schemas/mta-account-period/index.d.ts.map +1 -1
  112. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
  113. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  114. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1162 -2497
  115. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  116. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +7 -35
  117. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
  118. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
  119. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  120. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
  121. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
  122. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
  123. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  124. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
  125. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
  126. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +669 -1469
  127. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  128. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +6 -13
  129. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  130. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
  131. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
  132. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
  133. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  134. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
  135. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  136. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
  137. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
  138. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
  139. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
  140. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
  141. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  142. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +624 -701
  143. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  144. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
  145. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
  146. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
  147. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  148. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -757
  149. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  150. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
  151. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
  152. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
  153. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
  154. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
  155. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
  156. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
  157. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
  158. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
  159. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  160. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
  161. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  162. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
  163. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
  164. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
  165. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
  166. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
  167. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  168. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
  169. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  170. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5196 -50692
  171. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  172. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
  173. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  174. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
  175. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  176. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +143 -306
  177. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  178. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
  179. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
  180. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +25 -217
  181. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
  182. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +127 -7348
  183. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  184. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +20394 -85983
  185. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  186. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
  187. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
  188. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
  189. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  190. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
  191. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
  192. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
  193. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
  194. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
  195. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
  196. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
  197. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
  198. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
  199. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
  200. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
  201. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
  202. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
  203. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
  204. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
  205. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  206. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +169 -333
  207. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  208. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1779 -5459
  209. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  210. package/dist/cjs/schemas/project/project.entity.schema.d.ts +13 -96
  211. package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
  212. package/dist/cjs/schemas/project/project.rest.schema.d.ts +73 -1147
  213. package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
  214. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
  215. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
  216. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
  217. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
  218. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
  219. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
  220. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
  221. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  222. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +5 -25
  223. package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -1
  224. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
  225. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
  226. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +310 -861
  227. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  228. package/dist/cjs/schemas/property/property.entity.schema.d.ts +75 -681
  229. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  230. package/dist/cjs/schemas/property/property.rest.schema.d.ts +1191 -1570
  231. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  232. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
  233. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
  234. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
  235. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
  236. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +5 -21
  237. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -1
  238. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
  239. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  240. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +8 -30
  241. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -1
  242. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +8 -30
  243. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +1 -1
  244. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +8 -30
  245. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -1
  246. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +10 -54
  247. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -1
  248. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -54
  249. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
  250. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +7 -27
  251. package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
  252. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +10 -54
  253. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -1
  254. package/dist/cjs/schemas/user/user.entity.schema.d.ts +6 -38
  255. package/dist/cjs/schemas/user/user.entity.schema.d.ts.map +1 -1
  256. package/dist/cjs/schemas/user/user.rest.schema.d.ts +4 -29
  257. package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -1
  258. package/dist/cjs/utils/date.util.d.ts +27 -0
  259. package/dist/cjs/utils/date.util.d.ts.map +1 -0
  260. package/dist/cjs/utils/index.d.ts +1 -0
  261. package/dist/cjs/utils/index.d.ts.map +1 -1
  262. package/dist/esm/constants/common/index.d.ts +1 -0
  263. package/dist/esm/constants/common/index.d.ts.map +1 -1
  264. package/dist/esm/constants/common/sort-order.constant.d.ts +5 -0
  265. package/dist/esm/constants/common/sort-order.constant.d.ts.map +1 -0
  266. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +1 -1
  267. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -1
  268. package/dist/esm/index.mjs +829 -717
  269. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +590 -434
  270. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
  271. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +9 -1078
  272. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  273. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +1088 -609
  274. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  275. package/dist/esm/schemas/cma/create-cma.schema.d.ts +3 -17
  276. package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -1
  277. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +6 -15
  278. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -1
  279. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1107 -2428
  280. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  281. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +9 -37
  282. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -1
  283. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1112 -931
  284. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  285. package/dist/esm/schemas/cma-account-period/index.d.ts +0 -1
  286. package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -1
  287. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +5 -27
  288. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -1
  289. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +1856 -1725
  290. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  291. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +11 -49
  292. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -1
  293. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +14 -59
  294. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  295. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +6 -13
  296. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -1
  297. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +4 -9
  298. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  299. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +4 -12
  300. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -1
  301. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +5 -10
  302. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -1
  303. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +914 -726
  304. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  305. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +12 -1545
  306. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  307. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -766
  308. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  309. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +8 -26
  310. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  311. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +4 -12
  312. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -1
  313. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +3 -3
  314. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  315. package/dist/esm/schemas/common/account/account-number.schma.d.ts +2 -2
  316. package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -1
  317. package/dist/esm/schemas/common/account/bank-code.schema.d.ts +1 -1
  318. package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -1
  319. package/dist/esm/schemas/common/account/state-code.schema.d.ts +1 -1
  320. package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -1
  321. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +1 -1
  322. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -1
  323. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +1 -1
  324. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -1
  325. package/dist/esm/schemas/common/date/index.d.ts +1 -0
  326. package/dist/esm/schemas/common/date/index.d.ts.map +1 -1
  327. package/dist/esm/schemas/common/date/string-to-bool.schema.d.ts +4 -0
  328. package/dist/esm/schemas/common/date/string-to-bool.schema.d.ts.map +1 -0
  329. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +1 -1
  330. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
  331. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  332. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  333. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  334. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  335. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +9 -2
  336. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -1
  337. package/dist/esm/schemas/common/search/date-filter.schema.d.ts +8 -24
  338. package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -1
  339. package/dist/esm/schemas/common/search/index.d.ts +1 -0
  340. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  341. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -14
  342. package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -1
  343. package/dist/esm/schemas/common/search/number-filter.schema.d.ts +20 -47
  344. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  345. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +3 -9
  346. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
  347. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +6 -28
  348. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -1
  349. package/dist/esm/schemas/common/search/query-mode.schema.d.ts +1 -1
  350. package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -1
  351. package/dist/esm/schemas/common/search/sort-req.schema.d.ts +5 -0
  352. package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -0
  353. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +33 -40
  354. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  355. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +5 -21
  356. package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -1
  357. package/dist/esm/schemas/menu/create-menu.schema.d.ts +5 -29
  358. package/dist/esm/schemas/menu/create-menu.schema.d.ts.map +1 -1
  359. package/dist/esm/schemas/menu/menu-res.schema.d.ts +9 -148
  360. package/dist/esm/schemas/menu/menu-res.schema.d.ts.map +1 -1
  361. package/dist/esm/schemas/menu/update-menu.schema.d.ts +5 -32
  362. package/dist/esm/schemas/menu/update-menu.schema.d.ts.map +1 -1
  363. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +9 -33
  364. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  365. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -46
  366. package/dist/esm/schemas/mta/mta.entity.schema.d.ts.map +1 -1
  367. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +74 -617
  368. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  369. package/dist/esm/schemas/mta/update-mta.schema.d.ts +2 -8
  370. package/dist/esm/schemas/mta/update-mta.schema.d.ts.map +1 -1
  371. package/dist/esm/schemas/mta-account-period/index.d.ts +0 -1
  372. package/dist/esm/schemas/mta-account-period/index.d.ts.map +1 -1
  373. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +4 -14
  374. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -1
  375. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1162 -2497
  376. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  377. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +7 -35
  378. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -1
  379. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +85 -814
  380. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  381. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +9 -61
  382. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -1
  383. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +23 -203
  384. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  385. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +5 -27
  386. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -1
  387. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +669 -1469
  388. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  389. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +6 -13
  390. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  391. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +5 -43
  392. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -1
  393. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +11 -56
  394. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  395. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +3 -9
  396. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  397. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +7 -15
  398. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -1
  399. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +4 -12
  400. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -1
  401. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -51
  402. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  403. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +624 -701
  404. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
  405. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +2 -8
  406. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -1
  407. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +120 -1414
  408. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  409. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -757
  410. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  411. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +4 -12
  412. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -1
  413. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +4 -22
  414. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -1
  415. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +3 -11
  416. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -1
  417. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +2 -8
  418. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -1
  419. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +5 -33
  420. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
  421. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +5 -27
  422. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
  423. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +13 -85
  424. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -1
  425. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +12 -104
  426. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -1
  427. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts +6 -44
  428. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  429. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +62 -1694
  430. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  431. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +5196 -50692
  432. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  433. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +5 -37
  434. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  435. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +118 -4345
  436. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  437. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +143 -306
  438. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  439. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +2 -8
  440. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -1
  441. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +25 -217
  442. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
  443. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +127 -7348
  444. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  445. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +20394 -85983
  446. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  447. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +20 -114
  448. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -1
  449. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +70 -1985
  450. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  451. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +29 -257
  452. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -1
  453. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +6 -46
  454. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -1
  455. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +62 -2108
  456. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -1
  457. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +8 -71
  458. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -1
  459. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +7 -35
  460. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -1
  461. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +30 -317
  462. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -1
  463. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +9 -89
  464. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -1
  465. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +7 -51
  466. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  467. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +169 -333
  468. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -1
  469. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1779 -5459
  470. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  471. package/dist/esm/schemas/project/project.entity.schema.d.ts +13 -96
  472. package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
  473. package/dist/esm/schemas/project/project.rest.schema.d.ts +73 -1147
  474. package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
  475. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +3 -9
  476. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -1
  477. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +3 -9
  478. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -1
  479. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +9 -37
  480. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -1
  481. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +21 -430
  482. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  483. package/dist/esm/schemas/property/customer.entity.schema.d.ts +5 -25
  484. package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -1
  485. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +13 -59
  486. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -1
  487. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +310 -861
  488. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  489. package/dist/esm/schemas/property/property.entity.schema.d.ts +75 -681
  490. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  491. package/dist/esm/schemas/property/property.rest.schema.d.ts +1191 -1570
  492. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  493. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +10 -54
  494. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -1
  495. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +10 -54
  496. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -1
  497. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +5 -21
  498. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -1
  499. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +8 -30
  500. package/dist/esm/schemas/report/customer-ledger.rest.schema.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 +8 -30
  504. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +1 -1
  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 +7 -27
  512. package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts.map +1 -1
  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/package.json +3 -3
  524. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
  525. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
  526. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
  527. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
  528. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +0 -19
  529. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +0 -1
  530. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +0 -19
  531. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +0 -1
@@ -1,222 +1,230 @@
1
1
  import { z } from 'zod';
2
2
  export declare const propertySearchRestReqSchema: z.ZodObject<{
3
- id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
4
- equals?: string | undefined;
5
- in?: string[] | undefined;
6
- notIn?: string[] | undefined;
7
- lt?: string | undefined;
8
- lte?: string | undefined;
9
- gt?: string | undefined;
10
- gte?: string | undefined;
11
- contains?: string | undefined;
12
- startsWith?: string | undefined;
13
- endsWith?: string | undefined;
14
- } & {
15
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
16
- }, z.ZodTypeDef, {
17
- equals?: string | undefined;
18
- in?: string[] | undefined;
19
- notIn?: string[] | undefined;
20
- lt?: string | undefined;
21
- lte?: string | undefined;
22
- gt?: string | undefined;
23
- gte?: string | undefined;
24
- contains?: string | undefined;
25
- startsWith?: string | undefined;
26
- endsWith?: string | undefined;
27
- } & {
28
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
29
- }>>, z.ZodString]>>;
30
- customerId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
31
- equals?: string | undefined;
32
- in?: string[] | undefined;
33
- notIn?: string[] | undefined;
34
- lt?: string | undefined;
35
- lte?: string | undefined;
36
- gt?: string | undefined;
37
- gte?: string | undefined;
38
- contains?: string | undefined;
39
- startsWith?: string | undefined;
40
- endsWith?: string | undefined;
41
- } & {
42
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
43
- }, z.ZodTypeDef, {
44
- equals?: string | undefined;
45
- in?: string[] | undefined;
46
- notIn?: string[] | undefined;
47
- lt?: string | undefined;
48
- lte?: string | undefined;
49
- gt?: string | undefined;
50
- gte?: string | undefined;
51
- contains?: string | undefined;
52
- startsWith?: string | undefined;
53
- endsWith?: string | undefined;
54
- } & {
55
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
56
- }>>, z.ZodString]>>;
57
- projectId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
58
- equals?: string | undefined;
59
- in?: string[] | undefined;
60
- notIn?: string[] | undefined;
61
- lt?: string | undefined;
62
- lte?: string | undefined;
63
- gt?: string | undefined;
64
- gte?: string | undefined;
65
- contains?: string | undefined;
66
- startsWith?: string | undefined;
67
- endsWith?: string | undefined;
68
- } & {
69
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
70
- }, z.ZodTypeDef, {
71
- equals?: string | undefined;
72
- in?: string[] | undefined;
73
- notIn?: string[] | undefined;
74
- lt?: string | undefined;
75
- lte?: string | undefined;
76
- gt?: string | undefined;
77
- gte?: string | undefined;
78
- contains?: string | undefined;
79
- startsWith?: string | undefined;
80
- endsWith?: string | undefined;
81
- } & {
82
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
83
- }>>, z.ZodString]>>;
84
- buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
85
- equals?: string | undefined;
86
- in?: string[] | undefined;
87
- notIn?: string[] | undefined;
88
- lt?: string | undefined;
89
- lte?: string | undefined;
90
- gt?: string | undefined;
91
- gte?: string | undefined;
92
- contains?: string | undefined;
93
- startsWith?: string | undefined;
94
- endsWith?: string | undefined;
95
- } & {
96
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
97
- }, z.ZodTypeDef, {
98
- equals?: string | undefined;
99
- in?: string[] | undefined;
100
- notIn?: string[] | undefined;
101
- lt?: string | undefined;
102
- lte?: string | undefined;
103
- gt?: string | undefined;
104
- gte?: string | undefined;
105
- contains?: string | undefined;
106
- startsWith?: string | undefined;
107
- endsWith?: string | undefined;
108
- } & {
109
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
110
- }>>, z.ZodString]>>>;
111
- lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
112
- equals?: string | undefined;
113
- in?: string[] | undefined;
114
- notIn?: string[] | undefined;
115
- lt?: string | undefined;
116
- lte?: string | undefined;
117
- gt?: string | undefined;
118
- gte?: string | undefined;
119
- contains?: string | undefined;
120
- startsWith?: string | undefined;
121
- endsWith?: string | undefined;
122
- } & {
123
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
124
- }, z.ZodTypeDef, {
125
- equals?: string | undefined;
126
- in?: string[] | undefined;
127
- notIn?: string[] | undefined;
128
- lt?: string | undefined;
129
- lte?: string | undefined;
130
- gt?: string | undefined;
131
- gte?: string | undefined;
132
- contains?: string | undefined;
133
- startsWith?: string | undefined;
134
- endsWith?: string | undefined;
135
- } & {
136
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
137
- }>>, z.ZodString]>>>;
138
- propertyAddress: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
139
- equals?: string | undefined;
140
- in?: string[] | undefined;
141
- notIn?: string[] | undefined;
142
- lt?: string | undefined;
143
- lte?: string | undefined;
144
- gt?: string | undefined;
145
- gte?: string | undefined;
146
- contains?: string | undefined;
147
- startsWith?: string | undefined;
148
- endsWith?: string | undefined;
149
- } & {
150
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
151
- }, z.ZodTypeDef, {
152
- equals?: string | undefined;
153
- in?: string[] | undefined;
154
- notIn?: string[] | undefined;
155
- lt?: string | undefined;
156
- lte?: string | undefined;
157
- gt?: string | undefined;
158
- gte?: string | undefined;
159
- contains?: string | undefined;
160
- startsWith?: string | undefined;
161
- endsWith?: string | undefined;
162
- } & {
163
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
164
- }>>, z.ZodString]>>;
165
- stage: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
166
- equals?: string | undefined;
167
- in?: string[] | undefined;
168
- notIn?: string[] | undefined;
169
- lt?: string | undefined;
170
- lte?: string | undefined;
171
- gt?: string | undefined;
172
- gte?: string | undefined;
173
- contains?: string | undefined;
174
- startsWith?: string | undefined;
175
- endsWith?: string | undefined;
176
- } & {
177
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
178
- }, z.ZodTypeDef, {
179
- equals?: string | undefined;
180
- in?: string[] | undefined;
181
- notIn?: string[] | undefined;
182
- lt?: string | undefined;
183
- lte?: string | undefined;
184
- gt?: string | undefined;
185
- gte?: string | undefined;
186
- contains?: string | undefined;
187
- startsWith?: string | undefined;
188
- endsWith?: string | undefined;
189
- } & {
190
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
191
- }>>, z.ZodString]>>;
192
- mtaId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
193
- equals?: string | undefined;
194
- in?: string[] | undefined;
195
- notIn?: string[] | undefined;
196
- lt?: string | undefined;
197
- lte?: string | undefined;
198
- gt?: string | undefined;
199
- gte?: string | undefined;
200
- contains?: string | undefined;
201
- startsWith?: string | undefined;
202
- endsWith?: string | undefined;
203
- } & {
204
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
205
- }, z.ZodTypeDef, {
206
- equals?: string | undefined;
207
- in?: string[] | undefined;
208
- notIn?: string[] | undefined;
209
- lt?: string | undefined;
210
- lte?: string | undefined;
211
- gt?: string | undefined;
212
- gte?: string | undefined;
213
- contains?: string | undefined;
214
- startsWith?: string | undefined;
215
- endsWith?: string | undefined;
216
- } & {
217
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
218
- }>>, z.ZodString]>>;
219
- mtaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
3
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
4
+ equals: z.ZodOptional<z.ZodString>;
5
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
6
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
7
+ lt: z.ZodOptional<z.ZodString>;
8
+ lte: z.ZodOptional<z.ZodString>;
9
+ gt: z.ZodOptional<z.ZodString>;
10
+ gte: z.ZodOptional<z.ZodString>;
11
+ contains: z.ZodOptional<z.ZodString>;
12
+ startsWith: z.ZodOptional<z.ZodString>;
13
+ endsWith: z.ZodOptional<z.ZodString>;
14
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
15
+ readonly DEFAULT: "default";
16
+ readonly INSENSITIVE: "insensitive";
17
+ }>>>;
18
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
19
+ equals: z.ZodOptional<z.ZodString>;
20
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
21
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
22
+ lt: z.ZodOptional<z.ZodString>;
23
+ lte: z.ZodOptional<z.ZodString>;
24
+ gt: z.ZodOptional<z.ZodString>;
25
+ gte: z.ZodOptional<z.ZodString>;
26
+ contains: z.ZodOptional<z.ZodString>;
27
+ startsWith: z.ZodOptional<z.ZodString>;
28
+ endsWith: z.ZodOptional<z.ZodString>;
29
+ }, z.core.$strict>>]>>;
30
+ }, z.core.$strict>>, z.ZodString]>>;
31
+ customerId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
32
+ equals: z.ZodOptional<z.ZodString>;
33
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
34
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
35
+ lt: z.ZodOptional<z.ZodString>;
36
+ lte: z.ZodOptional<z.ZodString>;
37
+ gt: z.ZodOptional<z.ZodString>;
38
+ gte: z.ZodOptional<z.ZodString>;
39
+ contains: z.ZodOptional<z.ZodString>;
40
+ startsWith: z.ZodOptional<z.ZodString>;
41
+ endsWith: z.ZodOptional<z.ZodString>;
42
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
43
+ readonly DEFAULT: "default";
44
+ readonly INSENSITIVE: "insensitive";
45
+ }>>>;
46
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
47
+ equals: z.ZodOptional<z.ZodString>;
48
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
49
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
50
+ lt: z.ZodOptional<z.ZodString>;
51
+ lte: z.ZodOptional<z.ZodString>;
52
+ gt: z.ZodOptional<z.ZodString>;
53
+ gte: z.ZodOptional<z.ZodString>;
54
+ contains: z.ZodOptional<z.ZodString>;
55
+ startsWith: z.ZodOptional<z.ZodString>;
56
+ endsWith: z.ZodOptional<z.ZodString>;
57
+ }, z.core.$strict>>]>>;
58
+ }, z.core.$strict>>, z.ZodString]>>;
59
+ projectId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
60
+ equals: z.ZodOptional<z.ZodString>;
61
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
62
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
63
+ lt: z.ZodOptional<z.ZodString>;
64
+ lte: z.ZodOptional<z.ZodString>;
65
+ gt: z.ZodOptional<z.ZodString>;
66
+ gte: z.ZodOptional<z.ZodString>;
67
+ contains: z.ZodOptional<z.ZodString>;
68
+ startsWith: z.ZodOptional<z.ZodString>;
69
+ endsWith: z.ZodOptional<z.ZodString>;
70
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
71
+ readonly DEFAULT: "default";
72
+ readonly INSENSITIVE: "insensitive";
73
+ }>>>;
74
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
75
+ equals: z.ZodOptional<z.ZodString>;
76
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
77
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
78
+ lt: z.ZodOptional<z.ZodString>;
79
+ lte: z.ZodOptional<z.ZodString>;
80
+ gt: z.ZodOptional<z.ZodString>;
81
+ gte: z.ZodOptional<z.ZodString>;
82
+ contains: z.ZodOptional<z.ZodString>;
83
+ startsWith: z.ZodOptional<z.ZodString>;
84
+ endsWith: z.ZodOptional<z.ZodString>;
85
+ }, z.core.$strict>>]>>;
86
+ }, z.core.$strict>>, z.ZodString]>>;
87
+ buyerName: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
88
+ equals: z.ZodOptional<z.ZodString>;
89
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
90
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
91
+ lt: z.ZodOptional<z.ZodString>;
92
+ lte: z.ZodOptional<z.ZodString>;
93
+ gt: z.ZodOptional<z.ZodString>;
94
+ gte: z.ZodOptional<z.ZodString>;
95
+ contains: z.ZodOptional<z.ZodString>;
96
+ startsWith: z.ZodOptional<z.ZodString>;
97
+ endsWith: z.ZodOptional<z.ZodString>;
98
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
99
+ readonly DEFAULT: "default";
100
+ readonly INSENSITIVE: "insensitive";
101
+ }>>>;
102
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
103
+ equals: z.ZodOptional<z.ZodString>;
104
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
105
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
106
+ lt: z.ZodOptional<z.ZodString>;
107
+ lte: z.ZodOptional<z.ZodString>;
108
+ gt: z.ZodOptional<z.ZodString>;
109
+ gte: z.ZodOptional<z.ZodString>;
110
+ contains: z.ZodOptional<z.ZodString>;
111
+ startsWith: z.ZodOptional<z.ZodString>;
112
+ endsWith: z.ZodOptional<z.ZodString>;
113
+ }, z.core.$strict>>]>>;
114
+ }, z.core.$strict>>, z.ZodString]>>>;
115
+ lotDetail: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
116
+ equals: z.ZodOptional<z.ZodString>;
117
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
118
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
119
+ lt: z.ZodOptional<z.ZodString>;
120
+ lte: z.ZodOptional<z.ZodString>;
121
+ gt: z.ZodOptional<z.ZodString>;
122
+ gte: z.ZodOptional<z.ZodString>;
123
+ contains: z.ZodOptional<z.ZodString>;
124
+ startsWith: z.ZodOptional<z.ZodString>;
125
+ endsWith: z.ZodOptional<z.ZodString>;
126
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
127
+ readonly DEFAULT: "default";
128
+ readonly INSENSITIVE: "insensitive";
129
+ }>>>;
130
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
131
+ equals: z.ZodOptional<z.ZodString>;
132
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
133
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
134
+ lt: z.ZodOptional<z.ZodString>;
135
+ lte: z.ZodOptional<z.ZodString>;
136
+ gt: z.ZodOptional<z.ZodString>;
137
+ gte: z.ZodOptional<z.ZodString>;
138
+ contains: z.ZodOptional<z.ZodString>;
139
+ startsWith: z.ZodOptional<z.ZodString>;
140
+ endsWith: z.ZodOptional<z.ZodString>;
141
+ }, z.core.$strict>>]>>;
142
+ }, z.core.$strict>>, z.ZodString]>>>;
143
+ propertyAddress: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
144
+ equals: z.ZodOptional<z.ZodString>;
145
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
146
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
147
+ lt: z.ZodOptional<z.ZodString>;
148
+ lte: z.ZodOptional<z.ZodString>;
149
+ gt: z.ZodOptional<z.ZodString>;
150
+ gte: z.ZodOptional<z.ZodString>;
151
+ contains: z.ZodOptional<z.ZodString>;
152
+ startsWith: z.ZodOptional<z.ZodString>;
153
+ endsWith: z.ZodOptional<z.ZodString>;
154
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
155
+ readonly DEFAULT: "default";
156
+ readonly INSENSITIVE: "insensitive";
157
+ }>>>;
158
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
159
+ equals: z.ZodOptional<z.ZodString>;
160
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
161
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
162
+ lt: z.ZodOptional<z.ZodString>;
163
+ lte: z.ZodOptional<z.ZodString>;
164
+ gt: z.ZodOptional<z.ZodString>;
165
+ gte: z.ZodOptional<z.ZodString>;
166
+ contains: z.ZodOptional<z.ZodString>;
167
+ startsWith: z.ZodOptional<z.ZodString>;
168
+ endsWith: z.ZodOptional<z.ZodString>;
169
+ }, z.core.$strict>>]>>;
170
+ }, z.core.$strict>>, z.ZodString]>>;
171
+ stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
172
+ equals: z.ZodOptional<z.ZodString>;
173
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
174
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
175
+ lt: z.ZodOptional<z.ZodString>;
176
+ lte: z.ZodOptional<z.ZodString>;
177
+ gt: z.ZodOptional<z.ZodString>;
178
+ gte: z.ZodOptional<z.ZodString>;
179
+ contains: z.ZodOptional<z.ZodString>;
180
+ startsWith: z.ZodOptional<z.ZodString>;
181
+ endsWith: z.ZodOptional<z.ZodString>;
182
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
183
+ readonly DEFAULT: "default";
184
+ readonly INSENSITIVE: "insensitive";
185
+ }>>>;
186
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
187
+ equals: z.ZodOptional<z.ZodString>;
188
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
189
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
190
+ lt: z.ZodOptional<z.ZodString>;
191
+ lte: z.ZodOptional<z.ZodString>;
192
+ gt: z.ZodOptional<z.ZodString>;
193
+ gte: z.ZodOptional<z.ZodString>;
194
+ contains: z.ZodOptional<z.ZodString>;
195
+ startsWith: z.ZodOptional<z.ZodString>;
196
+ endsWith: z.ZodOptional<z.ZodString>;
197
+ }, z.core.$strict>>]>>;
198
+ }, z.core.$strict>>, z.ZodString]>>;
199
+ mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
200
+ equals: z.ZodOptional<z.ZodString>;
201
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
202
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
203
+ lt: z.ZodOptional<z.ZodString>;
204
+ lte: z.ZodOptional<z.ZodString>;
205
+ gt: z.ZodOptional<z.ZodString>;
206
+ gte: z.ZodOptional<z.ZodString>;
207
+ contains: z.ZodOptional<z.ZodString>;
208
+ startsWith: z.ZodOptional<z.ZodString>;
209
+ endsWith: z.ZodOptional<z.ZodString>;
210
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
211
+ readonly DEFAULT: "default";
212
+ readonly INSENSITIVE: "insensitive";
213
+ }>>>;
214
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
215
+ equals: z.ZodOptional<z.ZodString>;
216
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
217
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
218
+ lt: z.ZodOptional<z.ZodString>;
219
+ lte: z.ZodOptional<z.ZodString>;
220
+ gt: z.ZodOptional<z.ZodString>;
221
+ gte: z.ZodOptional<z.ZodString>;
222
+ contains: z.ZodOptional<z.ZodString>;
223
+ startsWith: z.ZodOptional<z.ZodString>;
224
+ endsWith: z.ZodOptional<z.ZodString>;
225
+ }, z.core.$strict>>]>>;
226
+ }, z.core.$strict>>, z.ZodString]>>;
227
+ mtaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
220
228
  equals?: bigint | undefined;
221
229
  in?: bigint[] | undefined;
222
230
  notIn?: bigint[] | undefined;
@@ -226,66 +234,15 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
226
234
  gte?: bigint | undefined;
227
235
  } & {
228
236
  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<{
237
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
238
+ 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>>>;
239
+ 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>>>;
240
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
241
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
242
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
243
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
244
+ }, z.core.$strip>> | undefined;
245
+ }, unknown, z.core.$ZodTypeInternals<{
289
246
  equals?: bigint | undefined;
290
247
  in?: bigint[] | undefined;
291
248
  notIn?: bigint[] | undefined;
@@ -295,66 +252,16 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
295
252
  gte?: bigint | undefined;
296
253
  } & {
297
254
  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<{
255
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
256
+ 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>>>;
257
+ 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>>>;
258
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
259
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
260
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
261
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
262
+ }, z.core.$strip>> | undefined;
263
+ }, unknown>>>, z.ZodBigInt]>>;
264
+ cmaBalanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
358
265
  equals?: bigint | undefined;
359
266
  in?: bigint[] | undefined;
360
267
  notIn?: bigint[] | undefined;
@@ -364,122 +271,15 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
364
271
  gte?: bigint | undefined;
365
272
  } & {
366
273
  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 | ({
274
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
275
+ 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>>>;
276
+ 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>>>;
277
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
278
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
279
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
280
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
281
+ }, z.core.$strip>> | undefined;
282
+ }, unknown, z.core.$ZodTypeInternals<{
483
283
  equals?: bigint | undefined;
484
284
  in?: bigint[] | undefined;
485
285
  notIn?: bigint[] | undefined;
@@ -489,130 +289,16 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
489
289
  gte?: bigint | undefined;
490
290
  } & {
491
291
  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 | ({
292
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
293
+ 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>>>;
294
+ 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>>>;
295
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
296
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
297
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
298
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
299
+ }, z.core.$strip>> | undefined;
300
+ }, unknown>>>, z.ZodBigInt]>>;
301
+ balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodType<{
616
302
  equals?: bigint | undefined;
617
303
  in?: bigint[] | undefined;
618
304
  notIn?: bigint[] | undefined;
@@ -622,32 +308,15 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
622
308
  gte?: bigint | undefined;
623
309
  } & {
624
310
  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 | ({
311
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
312
+ 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>>>;
313
+ 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>>>;
314
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
315
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
316
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
317
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
318
+ }, z.core.$strip>> | undefined;
319
+ }, unknown, z.core.$ZodTypeInternals<{
651
320
  equals?: bigint | undefined;
652
321
  in?: bigint[] | undefined;
653
322
  notIn?: bigint[] | undefined;
@@ -657,263 +326,43 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
657
326
  gte?: bigint | undefined;
658
327
  } & {
659
328
  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 | ({
750
- equals?: string | undefined;
751
- in?: string[] | undefined;
752
- notIn?: string[] | undefined;
753
- lt?: string | undefined;
754
- lte?: string | undefined;
755
- gt?: string | undefined;
756
- gte?: string | undefined;
757
- contains?: string | undefined;
758
- startsWith?: string | undefined;
759
- endsWith?: string | undefined;
760
- } & {
761
- not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
762
- }) | undefined;
763
- projectId?: string | ({
764
- equals?: string | undefined;
765
- in?: string[] | undefined;
766
- notIn?: string[] | undefined;
767
- lt?: string | undefined;
768
- lte?: string | undefined;
769
- gt?: string | undefined;
770
- gte?: string | undefined;
771
- contains?: string | undefined;
772
- startsWith?: string | undefined;
773
- endsWith?: string | undefined;
774
- } & {
775
- 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
- }>;
329
+ equals: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
330
+ 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>>>;
331
+ 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>>>;
332
+ lt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
333
+ lte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
334
+ gt: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
335
+ gte: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodTransform<bigint, number | bigint>>, z.ZodBigInt>>;
336
+ }, z.core.$strip>> | undefined;
337
+ }, unknown>>>, z.ZodBigInt]>>;
338
+ status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
339
+ equals: z.ZodOptional<z.ZodString>;
340
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
341
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
342
+ lt: z.ZodOptional<z.ZodString>;
343
+ lte: z.ZodOptional<z.ZodString>;
344
+ gt: z.ZodOptional<z.ZodString>;
345
+ gte: z.ZodOptional<z.ZodString>;
346
+ contains: z.ZodOptional<z.ZodString>;
347
+ startsWith: z.ZodOptional<z.ZodString>;
348
+ endsWith: z.ZodOptional<z.ZodString>;
349
+ mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
350
+ readonly DEFAULT: "default";
351
+ readonly INSENSITIVE: "insensitive";
352
+ }>>>;
353
+ not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
354
+ equals: z.ZodOptional<z.ZodString>;
355
+ in: z.ZodOptional<z.ZodArray<z.ZodString>>;
356
+ notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
357
+ lt: z.ZodOptional<z.ZodString>;
358
+ lte: z.ZodOptional<z.ZodString>;
359
+ gt: z.ZodOptional<z.ZodString>;
360
+ gte: z.ZodOptional<z.ZodString>;
361
+ contains: z.ZodOptional<z.ZodString>;
362
+ startsWith: z.ZodOptional<z.ZodString>;
363
+ endsWith: z.ZodOptional<z.ZodString>;
364
+ }, z.core.$strict>>]>>;
365
+ }, z.core.$strict>>, z.ZodString]>>;
366
+ }, z.core.$strip>;
918
367
  export type PropertySearchRestReq = z.input<typeof propertySearchRestReqSchema>;
919
368
  //# sourceMappingURL=property-search.rest.schema.d.ts.map