@mikemo-coposit/am-accounting-shared 0.0.4 → 0.0.5

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 (427) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  2. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
  4. package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
  6. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  7. package/dist/cjs/constants/cma-transaction/index.d.ts +1 -0
  8. package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -1
  9. package/dist/cjs/constants/index.d.ts +2 -2
  10. package/dist/cjs/constants/index.d.ts.map +1 -1
  11. package/dist/cjs/constants/mta-transaction/index.d.ts +1 -0
  12. package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -1
  13. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
  14. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  15. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
  16. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
  17. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +0 -4
  18. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  19. package/dist/cjs/constants/payout/index.d.ts +4 -0
  20. package/dist/cjs/constants/payout/index.d.ts.map +1 -0
  21. package/dist/cjs/constants/payout/payout-status.constant.d.ts +9 -0
  22. package/dist/cjs/constants/payout/payout-status.constant.d.ts.map +1 -0
  23. package/dist/cjs/constants/payout/payout-type.constant.d.ts +9 -0
  24. package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -0
  25. package/dist/cjs/constants/payout/payout.constant.d.ts +37 -0
  26. package/dist/cjs/constants/payout/payout.constant.d.ts.map +1 -0
  27. package/dist/cjs/constants/payout-bank-file/index.d.ts +2 -0
  28. package/dist/cjs/constants/payout-bank-file/index.d.ts.map +1 -0
  29. package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
  30. package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
  31. package/dist/cjs/index.js +1496 -784
  32. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +1053 -24
  33. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  34. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +759 -0
  35. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -0
  36. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  37. package/dist/cjs/schemas/cma/index.d.ts +1 -1
  38. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  39. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
  40. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
  41. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  42. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
  43. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
  44. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  45. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
  46. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
  47. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
  48. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
  49. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  50. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
  51. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
  52. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  53. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
  54. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  55. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  56. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
  57. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
  58. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
  59. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
  60. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
  61. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  62. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
  63. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  64. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
  65. package/dist/cjs/schemas/cma-transaction/index.d.ts +2 -0
  66. package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
  67. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +4 -0
  68. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
  69. package/dist/cjs/schemas/common/account/account-number.schma.d.ts +4 -0
  70. package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -0
  71. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +4 -0
  72. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -0
  73. package/dist/cjs/schemas/common/account/index.d.ts +5 -0
  74. package/dist/cjs/schemas/common/account/index.d.ts.map +1 -0
  75. package/dist/cjs/schemas/common/account/state-code.schema.d.ts +4 -0
  76. package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -0
  77. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
  78. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
  79. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
  80. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
  81. package/dist/cjs/schemas/common/amount/index.d.ts +3 -0
  82. package/dist/cjs/schemas/common/amount/index.d.ts.map +1 -0
  83. package/dist/cjs/schemas/common/index.d.ts +4 -0
  84. package/dist/cjs/schemas/common/index.d.ts.map +1 -0
  85. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +8 -0
  86. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
  87. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +32 -0
  88. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -0
  89. package/dist/cjs/schemas/common/search/index.d.ts +6 -0
  90. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -0
  91. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +31 -0
  92. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -0
  93. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +66 -0
  94. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -0
  95. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +41 -0
  96. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -0
  97. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  98. package/dist/cjs/schemas/index.d.ts +4 -0
  99. package/dist/cjs/schemas/index.d.ts.map +1 -1
  100. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +6 -6
  101. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +12 -12
  102. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +211 -426
  103. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  104. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
  105. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  106. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
  107. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
  108. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  109. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
  110. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
  111. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
  112. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  113. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
  114. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
  115. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  116. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
  117. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  118. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
  119. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
  120. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  121. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  122. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  123. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
  124. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  125. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
  126. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  127. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
  128. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  129. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
  130. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
  131. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
  132. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
  133. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
  134. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  135. package/dist/cjs/schemas/payout/index.d.ts +8 -1
  136. package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
  137. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
  138. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
  139. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
  140. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
  141. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +260 -0
  142. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
  143. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
  144. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
  145. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +401 -285
  146. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  147. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +12 -26
  148. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
  149. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +401 -110
  150. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
  151. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +36678 -0
  152. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -0
  153. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +361 -114
  154. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
  155. package/dist/cjs/schemas/payout-bank-file/index.d.ts +3 -0
  156. package/dist/cjs/schemas/payout-bank-file/index.d.ts.map +1 -0
  157. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
  158. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
  159. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
  160. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
  161. package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts +2 -0
  162. package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
  163. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
  164. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
  165. package/dist/cjs/schemas/payout-transaction/index.d.ts +3 -0
  166. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -0
  167. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
  168. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
  169. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
  170. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
  171. package/dist/cjs/schemas/project/project.entity.schema.d.ts +86 -6
  172. package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
  173. package/dist/cjs/schemas/project/project.rest.schema.d.ts +218 -215
  174. package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
  175. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  176. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
  177. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  178. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +7 -7
  179. package/dist/cjs/schemas/property/index.d.ts +1 -0
  180. package/dist/cjs/schemas/property/index.d.ts.map +1 -1
  181. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
  182. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +864 -0
  183. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -0
  184. package/dist/cjs/schemas/property/property.entity.schema.d.ts +734 -17
  185. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  186. package/dist/cjs/schemas/property/property.rest.schema.d.ts +2479 -984
  187. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  188. package/dist/cjs/schemas/user/index.d.ts +1 -0
  189. package/dist/cjs/schemas/user/index.d.ts.map +1 -1
  190. package/dist/cjs/schemas/user/user.entity.schema.d.ts +4 -4
  191. package/dist/cjs/schemas/user/user.rest.schema.d.ts +35 -0
  192. package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -0
  193. package/dist/cjs/utils/amount.util.d.ts +2 -2
  194. package/dist/cjs/utils/amount.util.d.ts.map +1 -1
  195. package/dist/cjs/utils/bank-account.util.d.ts +17 -0
  196. package/dist/cjs/utils/bank-account.util.d.ts.map +1 -0
  197. package/dist/cjs/utils/index.d.ts +2 -0
  198. package/dist/cjs/utils/index.d.ts.map +1 -1
  199. package/dist/cjs/utils/property.util.d.ts +12 -0
  200. package/dist/cjs/utils/property.util.d.ts.map +1 -0
  201. package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
  202. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  203. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  204. package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
  205. package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
  206. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +8 -8
  207. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  208. package/dist/esm/constants/cma-transaction/index.d.ts +1 -0
  209. package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -1
  210. package/dist/esm/constants/index.d.ts +2 -2
  211. package/dist/esm/constants/index.d.ts.map +1 -1
  212. package/dist/esm/constants/mta-transaction/index.d.ts +1 -0
  213. package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -1
  214. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
  215. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  216. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
  217. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
  218. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +0 -4
  219. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  220. package/dist/esm/constants/payout/index.d.ts +4 -0
  221. package/dist/esm/constants/payout/index.d.ts.map +1 -0
  222. package/dist/esm/constants/payout/payout-status.constant.d.ts +9 -0
  223. package/dist/esm/constants/payout/payout-status.constant.d.ts.map +1 -0
  224. package/dist/esm/constants/payout/payout-type.constant.d.ts +9 -0
  225. package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -0
  226. package/dist/esm/constants/payout/payout.constant.d.ts +37 -0
  227. package/dist/esm/constants/payout/payout.constant.d.ts.map +1 -0
  228. package/dist/esm/constants/payout-bank-file/index.d.ts +2 -0
  229. package/dist/esm/constants/payout-bank-file/index.d.ts.map +1 -0
  230. package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
  231. package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
  232. package/dist/esm/index.mjs +1664 -1162
  233. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +1053 -24
  234. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  235. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +759 -0
  236. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -0
  237. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  238. package/dist/esm/schemas/cma/index.d.ts +1 -1
  239. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  240. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +2 -2
  241. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1561 -2305
  242. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  243. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +10 -10
  244. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +623 -570
  245. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  246. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +4 -4
  247. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -1
  248. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +8 -8
  249. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2210 -21
  250. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  251. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +12 -12
  252. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +24 -24
  253. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -1
  254. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +2 -2
  255. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  256. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  257. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
  258. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
  259. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
  260. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
  261. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1495 -12
  262. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  263. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +456 -826
  264. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  265. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +6 -6
  266. package/dist/esm/schemas/cma-transaction/index.d.ts +2 -0
  267. package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
  268. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +4 -0
  269. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
  270. package/dist/esm/schemas/common/account/account-number.schma.d.ts +4 -0
  271. package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -0
  272. package/dist/esm/schemas/common/account/bank-code.schema.d.ts +4 -0
  273. package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -0
  274. package/dist/esm/schemas/common/account/index.d.ts +5 -0
  275. package/dist/esm/schemas/common/account/index.d.ts.map +1 -0
  276. package/dist/esm/schemas/common/account/state-code.schema.d.ts +4 -0
  277. package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -0
  278. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
  279. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
  280. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
  281. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
  282. package/dist/esm/schemas/common/amount/index.d.ts +3 -0
  283. package/dist/esm/schemas/common/amount/index.d.ts.map +1 -0
  284. package/dist/esm/schemas/common/index.d.ts +4 -0
  285. package/dist/esm/schemas/common/index.d.ts.map +1 -0
  286. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +8 -0
  287. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
  288. package/dist/esm/schemas/common/search/date-filter.schema.d.ts +32 -0
  289. package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -0
  290. package/dist/esm/schemas/common/search/index.d.ts +6 -0
  291. package/dist/esm/schemas/common/search/index.d.ts.map +1 -0
  292. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +31 -0
  293. package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -0
  294. package/dist/esm/schemas/common/search/number-filter.schema.d.ts +66 -0
  295. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -0
  296. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +41 -0
  297. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -0
  298. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  299. package/dist/esm/schemas/index.d.ts +4 -0
  300. package/dist/esm/schemas/index.d.ts.map +1 -1
  301. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +6 -6
  302. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +12 -12
  303. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +211 -426
  304. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  305. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1444 -2200
  306. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  307. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +8 -8
  308. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +215 -675
  309. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  310. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
  311. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
  312. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +24 -24
  313. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  314. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +8 -8
  315. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2036 -21
  316. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  317. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
  318. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  319. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +10 -10
  320. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
  321. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  322. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  323. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  324. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -10
  325. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  326. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +15 -12
  327. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  328. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +439 -817
  329. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  330. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
  331. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
  332. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
  333. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
  334. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
  335. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  336. package/dist/esm/schemas/payout/index.d.ts +8 -1
  337. package/dist/esm/schemas/payout/index.d.ts.map +1 -1
  338. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
  339. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
  340. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
  341. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
  342. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +260 -0
  343. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
  344. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
  345. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
  346. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +401 -285
  347. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  348. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +12 -26
  349. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
  350. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +401 -110
  351. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
  352. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +36678 -0
  353. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -0
  354. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +361 -114
  355. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
  356. package/dist/esm/schemas/payout-bank-file/index.d.ts +3 -0
  357. package/dist/esm/schemas/payout-bank-file/index.d.ts.map +1 -0
  358. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
  359. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
  360. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
  361. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
  362. package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts +2 -0
  363. package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
  364. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
  365. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
  366. package/dist/esm/schemas/payout-transaction/index.d.ts +3 -0
  367. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -0
  368. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
  369. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
  370. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
  371. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
  372. package/dist/esm/schemas/project/project.entity.schema.d.ts +86 -6
  373. package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
  374. package/dist/esm/schemas/project/project.rest.schema.d.ts +218 -215
  375. package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
  376. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  377. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +72 -71
  378. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  379. package/dist/esm/schemas/property/customer.entity.schema.d.ts +7 -7
  380. package/dist/esm/schemas/property/index.d.ts +1 -0
  381. package/dist/esm/schemas/property/index.d.ts.map +1 -1
  382. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +4 -4
  383. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +864 -0
  384. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -0
  385. package/dist/esm/schemas/property/property.entity.schema.d.ts +734 -17
  386. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  387. package/dist/esm/schemas/property/property.rest.schema.d.ts +2479 -984
  388. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  389. package/dist/esm/schemas/user/index.d.ts +1 -0
  390. package/dist/esm/schemas/user/index.d.ts.map +1 -1
  391. package/dist/esm/schemas/user/user.entity.schema.d.ts +4 -4
  392. package/dist/esm/schemas/user/user.rest.schema.d.ts +35 -0
  393. package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -0
  394. package/dist/esm/utils/amount.util.d.ts +2 -2
  395. package/dist/esm/utils/amount.util.d.ts.map +1 -1
  396. package/dist/esm/utils/bank-account.util.d.ts +17 -0
  397. package/dist/esm/utils/bank-account.util.d.ts.map +1 -0
  398. package/dist/esm/utils/index.d.ts +2 -0
  399. package/dist/esm/utils/index.d.ts.map +1 -1
  400. package/dist/esm/utils/property.util.d.ts +12 -0
  401. package/dist/esm/utils/property.util.d.ts.map +1 -0
  402. package/dist/esm/utils/transaction.util.d.ts.map +1 -1
  403. package/package.json +5 -5
  404. package/dist/cjs/constants/mta-account-period/index.d.ts +0 -2
  405. package/dist/cjs/constants/mta-account-period/index.d.ts.map +0 -1
  406. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
  407. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
  408. package/dist/cjs/constants/mta-reconciliation/index.d.ts +0 -2
  409. package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +0 -1
  410. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
  411. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
  412. package/dist/cjs/schemas/cma/cma-res.schema.d.ts +0 -333
  413. package/dist/cjs/schemas/cma/cma-res.schema.d.ts.map +0 -1
  414. package/dist/cjs/schemas/payout/payout.create.schema.d.ts +0 -157
  415. package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +0 -1
  416. package/dist/esm/constants/mta-account-period/index.d.ts +0 -2
  417. package/dist/esm/constants/mta-account-period/index.d.ts.map +0 -1
  418. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
  419. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
  420. package/dist/esm/constants/mta-reconciliation/index.d.ts +0 -2
  421. package/dist/esm/constants/mta-reconciliation/index.d.ts.map +0 -1
  422. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
  423. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
  424. package/dist/esm/schemas/cma/cma-res.schema.d.ts +0 -333
  425. package/dist/esm/schemas/cma/cma-res.schema.d.ts.map +0 -1
  426. package/dist/esm/schemas/payout/payout.create.schema.d.ts +0 -157
  427. package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +0 -1
@@ -0,0 +1,864 @@
1
+ import { z } from 'zod';
2
+ export declare const propertySearchRestReqSchema: z.ZodObject<{
3
+ customerId: 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
+ projectId: 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
+ buyerName: z.ZodNullable<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
+ lotDetail: 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
+ propertyAddress: 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
+ stage: 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
+ mtaId: 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
+ mtaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
193
+ equals?: bigint | undefined;
194
+ in?: bigint[] | undefined;
195
+ notIn?: bigint[] | undefined;
196
+ lt?: bigint | undefined;
197
+ lte?: bigint | undefined;
198
+ gt?: bigint | undefined;
199
+ gte?: bigint | undefined;
200
+ } & {
201
+ not?: bigint | z.output<z.ZodObject<{
202
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
203
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
204
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
205
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
206
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
207
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
208
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
209
+ }, "strip", z.ZodTypeAny, {
210
+ equals?: bigint | undefined;
211
+ in?: bigint[] | undefined;
212
+ notIn?: bigint[] | undefined;
213
+ lt?: bigint | undefined;
214
+ lte?: bigint | undefined;
215
+ gt?: bigint | undefined;
216
+ gte?: bigint | undefined;
217
+ }, {
218
+ equals?: number | bigint | undefined;
219
+ in?: (number | bigint)[] | undefined;
220
+ notIn?: (number | bigint)[] | undefined;
221
+ lt?: number | bigint | undefined;
222
+ lte?: number | bigint | undefined;
223
+ gt?: number | bigint | undefined;
224
+ gte?: number | bigint | undefined;
225
+ }>> | undefined;
226
+ }, z.ZodTypeDef, {
227
+ equals?: number | bigint | undefined;
228
+ in?: (number | bigint)[] | undefined;
229
+ notIn?: (number | bigint)[] | undefined;
230
+ lt?: number | bigint | undefined;
231
+ lte?: number | bigint | undefined;
232
+ gt?: number | bigint | undefined;
233
+ gte?: number | bigint | undefined;
234
+ } & {
235
+ not?: bigint | number | string | z.input<z.ZodObject<{
236
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
237
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
238
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
239
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
240
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
241
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
242
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
243
+ }, "strip", z.ZodTypeAny, {
244
+ equals?: bigint | undefined;
245
+ in?: bigint[] | undefined;
246
+ notIn?: bigint[] | undefined;
247
+ lt?: bigint | undefined;
248
+ lte?: bigint | undefined;
249
+ gt?: bigint | undefined;
250
+ gte?: bigint | undefined;
251
+ }, {
252
+ equals?: number | bigint | undefined;
253
+ in?: (number | bigint)[] | undefined;
254
+ notIn?: (number | bigint)[] | undefined;
255
+ lt?: number | bigint | undefined;
256
+ lte?: number | bigint | undefined;
257
+ gt?: number | bigint | undefined;
258
+ gte?: number | bigint | undefined;
259
+ }>> | undefined;
260
+ }>>, z.ZodBigInt]>>;
261
+ cmaBalanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
262
+ equals?: bigint | undefined;
263
+ in?: bigint[] | undefined;
264
+ notIn?: bigint[] | undefined;
265
+ lt?: bigint | undefined;
266
+ lte?: bigint | undefined;
267
+ gt?: bigint | undefined;
268
+ gte?: bigint | undefined;
269
+ } & {
270
+ not?: bigint | z.output<z.ZodObject<{
271
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
272
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
273
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
274
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
275
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
276
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
277
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
278
+ }, "strip", z.ZodTypeAny, {
279
+ equals?: bigint | undefined;
280
+ in?: bigint[] | undefined;
281
+ notIn?: bigint[] | undefined;
282
+ lt?: bigint | undefined;
283
+ lte?: bigint | undefined;
284
+ gt?: bigint | undefined;
285
+ gte?: bigint | undefined;
286
+ }, {
287
+ equals?: number | bigint | undefined;
288
+ in?: (number | bigint)[] | undefined;
289
+ notIn?: (number | bigint)[] | undefined;
290
+ lt?: number | bigint | undefined;
291
+ lte?: number | bigint | undefined;
292
+ gt?: number | bigint | undefined;
293
+ gte?: number | bigint | undefined;
294
+ }>> | undefined;
295
+ }, z.ZodTypeDef, {
296
+ equals?: number | bigint | undefined;
297
+ in?: (number | bigint)[] | undefined;
298
+ notIn?: (number | bigint)[] | undefined;
299
+ lt?: number | bigint | undefined;
300
+ lte?: number | bigint | undefined;
301
+ gt?: number | bigint | undefined;
302
+ gte?: number | bigint | undefined;
303
+ } & {
304
+ not?: bigint | number | string | z.input<z.ZodObject<{
305
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
306
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
307
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
308
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
309
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
310
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
311
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
312
+ }, "strip", z.ZodTypeAny, {
313
+ equals?: bigint | undefined;
314
+ in?: bigint[] | undefined;
315
+ notIn?: bigint[] | undefined;
316
+ lt?: bigint | undefined;
317
+ lte?: bigint | undefined;
318
+ gt?: bigint | undefined;
319
+ gte?: bigint | undefined;
320
+ }, {
321
+ equals?: number | bigint | undefined;
322
+ in?: (number | bigint)[] | undefined;
323
+ notIn?: (number | bigint)[] | undefined;
324
+ lt?: number | bigint | undefined;
325
+ lte?: number | bigint | undefined;
326
+ gt?: number | bigint | undefined;
327
+ gte?: number | bigint | undefined;
328
+ }>> | undefined;
329
+ }>>, z.ZodBigInt]>>;
330
+ balanceCents: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
331
+ equals?: bigint | undefined;
332
+ in?: bigint[] | undefined;
333
+ notIn?: bigint[] | undefined;
334
+ lt?: bigint | undefined;
335
+ lte?: bigint | undefined;
336
+ gt?: bigint | undefined;
337
+ gte?: bigint | undefined;
338
+ } & {
339
+ not?: bigint | z.output<z.ZodObject<{
340
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
341
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
342
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
343
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
344
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
345
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
346
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
347
+ }, "strip", z.ZodTypeAny, {
348
+ equals?: bigint | undefined;
349
+ in?: bigint[] | undefined;
350
+ notIn?: bigint[] | undefined;
351
+ lt?: bigint | undefined;
352
+ lte?: bigint | undefined;
353
+ gt?: bigint | undefined;
354
+ gte?: bigint | undefined;
355
+ }, {
356
+ equals?: number | bigint | undefined;
357
+ in?: (number | bigint)[] | undefined;
358
+ notIn?: (number | bigint)[] | undefined;
359
+ lt?: number | bigint | undefined;
360
+ lte?: number | bigint | undefined;
361
+ gt?: number | bigint | undefined;
362
+ gte?: number | bigint | undefined;
363
+ }>> | undefined;
364
+ }, z.ZodTypeDef, {
365
+ equals?: number | bigint | undefined;
366
+ in?: (number | bigint)[] | undefined;
367
+ notIn?: (number | bigint)[] | undefined;
368
+ lt?: number | bigint | undefined;
369
+ lte?: number | bigint | undefined;
370
+ gt?: number | bigint | undefined;
371
+ gte?: number | bigint | undefined;
372
+ } & {
373
+ not?: bigint | number | string | z.input<z.ZodObject<{
374
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
375
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
376
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
377
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
378
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
379
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
380
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
381
+ }, "strip", z.ZodTypeAny, {
382
+ equals?: bigint | undefined;
383
+ in?: bigint[] | undefined;
384
+ notIn?: bigint[] | undefined;
385
+ lt?: bigint | undefined;
386
+ lte?: bigint | undefined;
387
+ gt?: bigint | undefined;
388
+ gte?: bigint | undefined;
389
+ }, {
390
+ equals?: number | bigint | undefined;
391
+ in?: (number | bigint)[] | undefined;
392
+ notIn?: (number | bigint)[] | undefined;
393
+ lt?: number | bigint | undefined;
394
+ lte?: number | bigint | undefined;
395
+ gt?: number | bigint | undefined;
396
+ gte?: number | bigint | undefined;
397
+ }>> | undefined;
398
+ }>>, z.ZodBigInt]>>;
399
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
400
+ equals?: string | undefined;
401
+ in?: string[] | undefined;
402
+ notIn?: string[] | undefined;
403
+ lt?: string | undefined;
404
+ lte?: string | undefined;
405
+ gt?: string | undefined;
406
+ gte?: string | undefined;
407
+ contains?: string | undefined;
408
+ startsWith?: string | undefined;
409
+ endsWith?: string | undefined;
410
+ } & {
411
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
412
+ }, z.ZodTypeDef, {
413
+ equals?: string | undefined;
414
+ in?: string[] | undefined;
415
+ notIn?: string[] | undefined;
416
+ lt?: string | undefined;
417
+ lte?: string | undefined;
418
+ gt?: string | undefined;
419
+ gte?: string | undefined;
420
+ contains?: string | undefined;
421
+ startsWith?: string | undefined;
422
+ endsWith?: string | undefined;
423
+ } & {
424
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
425
+ }>>, z.ZodString]>>;
426
+ }, "strip", z.ZodTypeAny, {
427
+ status?: string | ({
428
+ equals?: string | undefined;
429
+ in?: string[] | undefined;
430
+ notIn?: string[] | undefined;
431
+ lt?: string | undefined;
432
+ lte?: string | undefined;
433
+ gt?: string | undefined;
434
+ gte?: string | undefined;
435
+ contains?: string | undefined;
436
+ startsWith?: string | undefined;
437
+ endsWith?: string | undefined;
438
+ } & {
439
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
440
+ }) | undefined;
441
+ balanceCents?: bigint | ({
442
+ equals?: bigint | undefined;
443
+ in?: bigint[] | undefined;
444
+ notIn?: bigint[] | undefined;
445
+ lt?: bigint | undefined;
446
+ lte?: bigint | undefined;
447
+ gt?: bigint | undefined;
448
+ gte?: bigint | undefined;
449
+ } & {
450
+ not?: bigint | z.output<z.ZodObject<{
451
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
452
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
453
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
454
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
455
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
456
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
457
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
458
+ }, "strip", z.ZodTypeAny, {
459
+ equals?: bigint | undefined;
460
+ in?: bigint[] | undefined;
461
+ notIn?: bigint[] | undefined;
462
+ lt?: bigint | undefined;
463
+ lte?: bigint | undefined;
464
+ gt?: bigint | undefined;
465
+ gte?: bigint | undefined;
466
+ }, {
467
+ equals?: number | bigint | undefined;
468
+ in?: (number | bigint)[] | undefined;
469
+ notIn?: (number | bigint)[] | undefined;
470
+ lt?: number | bigint | undefined;
471
+ lte?: number | bigint | undefined;
472
+ gt?: number | bigint | undefined;
473
+ gte?: number | bigint | undefined;
474
+ }>> | undefined;
475
+ }) | undefined;
476
+ customerId?: string | ({
477
+ equals?: string | undefined;
478
+ in?: string[] | undefined;
479
+ notIn?: string[] | undefined;
480
+ lt?: string | undefined;
481
+ lte?: string | undefined;
482
+ gt?: string | undefined;
483
+ gte?: string | undefined;
484
+ contains?: string | undefined;
485
+ startsWith?: string | undefined;
486
+ endsWith?: string | undefined;
487
+ } & {
488
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
489
+ }) | undefined;
490
+ projectId?: string | ({
491
+ equals?: string | undefined;
492
+ in?: string[] | undefined;
493
+ notIn?: string[] | undefined;
494
+ lt?: string | undefined;
495
+ lte?: string | undefined;
496
+ gt?: string | undefined;
497
+ gte?: string | undefined;
498
+ contains?: string | undefined;
499
+ startsWith?: string | undefined;
500
+ endsWith?: string | undefined;
501
+ } & {
502
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
503
+ }) | undefined;
504
+ buyerName?: string | ({
505
+ equals?: string | undefined;
506
+ in?: string[] | undefined;
507
+ notIn?: string[] | undefined;
508
+ lt?: string | undefined;
509
+ lte?: string | undefined;
510
+ gt?: string | undefined;
511
+ gte?: string | undefined;
512
+ contains?: string | undefined;
513
+ startsWith?: string | undefined;
514
+ endsWith?: string | undefined;
515
+ } & {
516
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
517
+ }) | null | undefined;
518
+ lotDetail?: string | ({
519
+ equals?: string | undefined;
520
+ in?: string[] | undefined;
521
+ notIn?: string[] | undefined;
522
+ lt?: string | undefined;
523
+ lte?: string | undefined;
524
+ gt?: string | undefined;
525
+ gte?: string | undefined;
526
+ contains?: string | undefined;
527
+ startsWith?: string | undefined;
528
+ endsWith?: string | undefined;
529
+ } & {
530
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
531
+ }) | null | undefined;
532
+ propertyAddress?: string | ({
533
+ equals?: string | undefined;
534
+ in?: string[] | undefined;
535
+ notIn?: string[] | undefined;
536
+ lt?: string | undefined;
537
+ lte?: string | undefined;
538
+ gt?: string | undefined;
539
+ gte?: string | undefined;
540
+ contains?: string | undefined;
541
+ startsWith?: string | undefined;
542
+ endsWith?: string | undefined;
543
+ } & {
544
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
545
+ }) | undefined;
546
+ stage?: string | ({
547
+ equals?: string | undefined;
548
+ in?: string[] | undefined;
549
+ notIn?: string[] | undefined;
550
+ lt?: string | undefined;
551
+ lte?: string | undefined;
552
+ gt?: string | undefined;
553
+ gte?: string | undefined;
554
+ contains?: string | undefined;
555
+ startsWith?: string | undefined;
556
+ endsWith?: string | undefined;
557
+ } & {
558
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
559
+ }) | undefined;
560
+ mtaId?: string | ({
561
+ equals?: string | undefined;
562
+ in?: string[] | undefined;
563
+ notIn?: string[] | undefined;
564
+ lt?: string | undefined;
565
+ lte?: string | undefined;
566
+ gt?: string | undefined;
567
+ gte?: string | undefined;
568
+ contains?: string | undefined;
569
+ startsWith?: string | undefined;
570
+ endsWith?: string | undefined;
571
+ } & {
572
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
573
+ }) | undefined;
574
+ mtaBalanceCents?: bigint | ({
575
+ equals?: bigint | undefined;
576
+ in?: bigint[] | undefined;
577
+ notIn?: bigint[] | undefined;
578
+ lt?: bigint | undefined;
579
+ lte?: bigint | undefined;
580
+ gt?: bigint | undefined;
581
+ gte?: bigint | undefined;
582
+ } & {
583
+ not?: bigint | z.output<z.ZodObject<{
584
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
585
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
586
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
587
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
588
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
589
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
590
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
591
+ }, "strip", z.ZodTypeAny, {
592
+ equals?: bigint | undefined;
593
+ in?: bigint[] | undefined;
594
+ notIn?: bigint[] | undefined;
595
+ lt?: bigint | undefined;
596
+ lte?: bigint | undefined;
597
+ gt?: bigint | undefined;
598
+ gte?: bigint | undefined;
599
+ }, {
600
+ equals?: number | bigint | undefined;
601
+ in?: (number | bigint)[] | undefined;
602
+ notIn?: (number | bigint)[] | undefined;
603
+ lt?: number | bigint | undefined;
604
+ lte?: number | bigint | undefined;
605
+ gt?: number | bigint | undefined;
606
+ gte?: number | bigint | undefined;
607
+ }>> | undefined;
608
+ }) | undefined;
609
+ cmaBalanceCents?: bigint | ({
610
+ equals?: bigint | undefined;
611
+ in?: bigint[] | undefined;
612
+ notIn?: bigint[] | undefined;
613
+ lt?: bigint | undefined;
614
+ lte?: bigint | undefined;
615
+ gt?: bigint | undefined;
616
+ gte?: bigint | undefined;
617
+ } & {
618
+ not?: bigint | z.output<z.ZodObject<{
619
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
620
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
621
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
622
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
623
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
624
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
625
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
626
+ }, "strip", z.ZodTypeAny, {
627
+ equals?: bigint | undefined;
628
+ in?: bigint[] | undefined;
629
+ notIn?: bigint[] | undefined;
630
+ lt?: bigint | undefined;
631
+ lte?: bigint | undefined;
632
+ gt?: bigint | undefined;
633
+ gte?: bigint | undefined;
634
+ }, {
635
+ equals?: number | bigint | undefined;
636
+ in?: (number | bigint)[] | undefined;
637
+ notIn?: (number | bigint)[] | undefined;
638
+ lt?: number | bigint | undefined;
639
+ lte?: number | bigint | undefined;
640
+ gt?: number | bigint | undefined;
641
+ gte?: number | bigint | undefined;
642
+ }>> | undefined;
643
+ }) | undefined;
644
+ }, {
645
+ status?: string | ({
646
+ equals?: string | undefined;
647
+ in?: string[] | undefined;
648
+ notIn?: string[] | undefined;
649
+ lt?: string | undefined;
650
+ lte?: string | undefined;
651
+ gt?: string | undefined;
652
+ gte?: string | undefined;
653
+ contains?: string | undefined;
654
+ startsWith?: string | undefined;
655
+ endsWith?: string | undefined;
656
+ } & {
657
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
658
+ }) | undefined;
659
+ balanceCents?: bigint | ({
660
+ equals?: number | bigint | undefined;
661
+ in?: (number | bigint)[] | undefined;
662
+ notIn?: (number | bigint)[] | undefined;
663
+ lt?: number | bigint | undefined;
664
+ lte?: number | bigint | undefined;
665
+ gt?: number | bigint | undefined;
666
+ gte?: number | bigint | undefined;
667
+ } & {
668
+ not?: bigint | number | string | z.input<z.ZodObject<{
669
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
670
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
671
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
672
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
673
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
674
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
675
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
676
+ }, "strip", z.ZodTypeAny, {
677
+ equals?: bigint | undefined;
678
+ in?: bigint[] | undefined;
679
+ notIn?: bigint[] | undefined;
680
+ lt?: bigint | undefined;
681
+ lte?: bigint | undefined;
682
+ gt?: bigint | undefined;
683
+ gte?: bigint | undefined;
684
+ }, {
685
+ equals?: number | bigint | undefined;
686
+ in?: (number | bigint)[] | undefined;
687
+ notIn?: (number | bigint)[] | undefined;
688
+ lt?: number | bigint | undefined;
689
+ lte?: number | bigint | undefined;
690
+ gt?: number | bigint | undefined;
691
+ gte?: number | bigint | undefined;
692
+ }>> | undefined;
693
+ }) | undefined;
694
+ customerId?: string | ({
695
+ equals?: string | undefined;
696
+ in?: string[] | undefined;
697
+ notIn?: string[] | undefined;
698
+ lt?: string | undefined;
699
+ lte?: string | undefined;
700
+ gt?: string | undefined;
701
+ gte?: string | undefined;
702
+ contains?: string | undefined;
703
+ startsWith?: string | undefined;
704
+ endsWith?: string | undefined;
705
+ } & {
706
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
707
+ }) | undefined;
708
+ projectId?: string | ({
709
+ equals?: string | undefined;
710
+ in?: string[] | undefined;
711
+ notIn?: string[] | undefined;
712
+ lt?: string | undefined;
713
+ lte?: string | undefined;
714
+ gt?: string | undefined;
715
+ gte?: string | undefined;
716
+ contains?: string | undefined;
717
+ startsWith?: string | undefined;
718
+ endsWith?: string | undefined;
719
+ } & {
720
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
721
+ }) | undefined;
722
+ buyerName?: string | ({
723
+ equals?: string | undefined;
724
+ in?: string[] | undefined;
725
+ notIn?: string[] | undefined;
726
+ lt?: string | undefined;
727
+ lte?: string | undefined;
728
+ gt?: string | undefined;
729
+ gte?: string | undefined;
730
+ contains?: string | undefined;
731
+ startsWith?: string | undefined;
732
+ endsWith?: string | undefined;
733
+ } & {
734
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
735
+ }) | null | undefined;
736
+ lotDetail?: string | ({
737
+ equals?: string | undefined;
738
+ in?: string[] | undefined;
739
+ notIn?: string[] | undefined;
740
+ lt?: string | undefined;
741
+ lte?: string | undefined;
742
+ gt?: string | undefined;
743
+ gte?: string | undefined;
744
+ contains?: string | undefined;
745
+ startsWith?: string | undefined;
746
+ endsWith?: string | undefined;
747
+ } & {
748
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
749
+ }) | null | undefined;
750
+ propertyAddress?: string | ({
751
+ equals?: string | undefined;
752
+ in?: string[] | undefined;
753
+ notIn?: string[] | undefined;
754
+ lt?: string | undefined;
755
+ lte?: string | undefined;
756
+ gt?: string | undefined;
757
+ gte?: string | undefined;
758
+ contains?: string | undefined;
759
+ startsWith?: string | undefined;
760
+ endsWith?: string | undefined;
761
+ } & {
762
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
763
+ }) | undefined;
764
+ stage?: string | ({
765
+ equals?: string | undefined;
766
+ in?: string[] | undefined;
767
+ notIn?: string[] | undefined;
768
+ lt?: string | undefined;
769
+ lte?: string | undefined;
770
+ gt?: string | undefined;
771
+ gte?: string | undefined;
772
+ contains?: string | undefined;
773
+ startsWith?: string | undefined;
774
+ endsWith?: string | undefined;
775
+ } & {
776
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
777
+ }) | undefined;
778
+ mtaId?: string | ({
779
+ equals?: string | undefined;
780
+ in?: string[] | undefined;
781
+ notIn?: string[] | undefined;
782
+ lt?: string | undefined;
783
+ lte?: string | undefined;
784
+ gt?: string | undefined;
785
+ gte?: string | undefined;
786
+ contains?: string | undefined;
787
+ startsWith?: string | undefined;
788
+ endsWith?: string | undefined;
789
+ } & {
790
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
791
+ }) | undefined;
792
+ mtaBalanceCents?: bigint | ({
793
+ equals?: number | bigint | undefined;
794
+ in?: (number | bigint)[] | undefined;
795
+ notIn?: (number | bigint)[] | undefined;
796
+ lt?: number | bigint | undefined;
797
+ lte?: number | bigint | undefined;
798
+ gt?: number | bigint | undefined;
799
+ gte?: number | bigint | undefined;
800
+ } & {
801
+ not?: bigint | number | string | z.input<z.ZodObject<{
802
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
803
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
804
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
805
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
806
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
807
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
808
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
809
+ }, "strip", z.ZodTypeAny, {
810
+ equals?: bigint | undefined;
811
+ in?: bigint[] | undefined;
812
+ notIn?: bigint[] | undefined;
813
+ lt?: bigint | undefined;
814
+ lte?: bigint | undefined;
815
+ gt?: bigint | undefined;
816
+ gte?: bigint | undefined;
817
+ }, {
818
+ equals?: number | bigint | undefined;
819
+ in?: (number | bigint)[] | undefined;
820
+ notIn?: (number | bigint)[] | undefined;
821
+ lt?: number | bigint | undefined;
822
+ lte?: number | bigint | undefined;
823
+ gt?: number | bigint | undefined;
824
+ gte?: number | bigint | undefined;
825
+ }>> | undefined;
826
+ }) | undefined;
827
+ cmaBalanceCents?: bigint | ({
828
+ equals?: number | bigint | undefined;
829
+ in?: (number | bigint)[] | undefined;
830
+ notIn?: (number | bigint)[] | undefined;
831
+ lt?: number | bigint | undefined;
832
+ lte?: number | bigint | undefined;
833
+ gt?: number | bigint | undefined;
834
+ gte?: number | bigint | undefined;
835
+ } & {
836
+ not?: bigint | number | string | z.input<z.ZodObject<{
837
+ equals: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
838
+ in: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
839
+ notIn: z.ZodOptional<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>, "many">>;
840
+ lt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
841
+ lte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
842
+ gt: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
843
+ gte: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, bigint, number | bigint>, z.ZodBigInt>>;
844
+ }, "strip", z.ZodTypeAny, {
845
+ equals?: bigint | undefined;
846
+ in?: bigint[] | undefined;
847
+ notIn?: bigint[] | undefined;
848
+ lt?: bigint | undefined;
849
+ lte?: bigint | undefined;
850
+ gt?: bigint | undefined;
851
+ gte?: bigint | undefined;
852
+ }, {
853
+ equals?: number | bigint | undefined;
854
+ in?: (number | bigint)[] | undefined;
855
+ notIn?: (number | bigint)[] | undefined;
856
+ lt?: number | bigint | undefined;
857
+ lte?: number | bigint | undefined;
858
+ gt?: number | bigint | undefined;
859
+ gte?: number | bigint | undefined;
860
+ }>> | undefined;
861
+ }) | undefined;
862
+ }>;
863
+ export type PropertySearchRestReq = z.input<typeof propertySearchRestReqSchema>;
864
+ //# sourceMappingURL=property-search.rest.schema.d.ts.map