@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.9

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 (237) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
  2. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
  4. package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/common/index.d.ts +1 -0
  6. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  7. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
  8. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  9. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
  10. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  11. package/dist/cjs/constants/report/common/index.d.ts +1 -1
  12. package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
  13. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  14. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  15. package/dist/cjs/index.js +420 -248
  16. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  17. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  18. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
  19. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +130 -130
  20. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  21. package/dist/cjs/schemas/cma/index.d.ts +1 -0
  22. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  23. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
  24. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  25. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
  26. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  27. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
  28. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  29. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  30. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  31. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  33. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
  34. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  35. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  37. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  38. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
  39. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  40. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
  41. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
  42. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
  43. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  44. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
  45. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
  46. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
  47. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  48. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  49. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  50. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  51. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  52. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  53. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
  54. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  55. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  56. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  57. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  58. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  59. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  60. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
  61. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  62. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  63. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  64. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
  65. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
  66. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  67. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
  68. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  69. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  70. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +6625 -6625
  71. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  72. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  73. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  74. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  75. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  76. package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
  77. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
  78. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  79. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  80. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  81. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
  82. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  83. package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
  84. package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
  85. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  86. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  87. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
  88. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  89. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
  90. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  91. package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
  92. package/dist/cjs/schemas/property/property.rest.schema.d.ts +550 -550
  93. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  94. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
  95. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
  96. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
  97. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
  98. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
  99. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  100. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
  101. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  102. package/dist/cjs/schemas/report/index.d.ts +8 -0
  103. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  104. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
  105. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
  106. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  107. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  108. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
  109. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
  110. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +57 -0
  111. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  112. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
  113. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
  114. package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
  115. package/dist/cjs/utils/property.util.d.ts +1 -1
  116. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  117. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
  118. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  119. package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
  120. package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
  121. package/dist/esm/constants/common/index.d.ts +1 -0
  122. package/dist/esm/constants/common/index.d.ts.map +1 -1
  123. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
  124. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  125. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
  126. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  127. package/dist/esm/constants/report/common/index.d.ts +1 -1
  128. package/dist/esm/constants/report/common/index.d.ts.map +1 -1
  129. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  130. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  131. package/dist/esm/index.mjs +251 -130
  132. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  133. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  134. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
  135. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +130 -130
  136. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  137. package/dist/esm/schemas/cma/index.d.ts +1 -0
  138. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  139. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
  140. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  141. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
  142. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  143. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
  144. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  145. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  146. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  147. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  148. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  149. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
  150. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  151. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  152. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  153. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  154. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
  155. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  156. package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
  157. package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
  158. package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
  159. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  160. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
  161. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
  162. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
  163. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  164. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  165. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  166. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  167. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  168. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  169. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
  170. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  171. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  172. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  173. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  174. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  175. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  176. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
  177. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  178. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  179. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  180. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
  181. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
  182. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  183. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
  184. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  185. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  186. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +6625 -6625
  187. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  188. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  189. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  190. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  191. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  192. package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
  193. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
  194. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  195. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  196. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  197. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
  198. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  199. package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
  200. package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
  201. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  202. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  203. package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
  204. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  205. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
  206. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  207. package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
  208. package/dist/esm/schemas/property/property.rest.schema.d.ts +550 -550
  209. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  210. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
  211. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
  212. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
  213. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
  214. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
  215. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  216. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
  217. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  218. package/dist/esm/schemas/report/index.d.ts +8 -0
  219. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  220. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
  221. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
  222. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  223. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  224. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
  225. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
  226. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +57 -0
  227. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  228. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
  229. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
  230. package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
  231. package/dist/esm/utils/property.util.d.ts +1 -1
  232. package/dist/esm/utils/property.util.d.ts.map +1 -1
  233. package/package.json +18 -26
  234. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  235. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
  236. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  237. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
@@ -18,13 +18,13 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
18
18
  cmaBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
19
19
  mtaBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
20
20
  }, "strip", z.ZodTypeAny, {
21
- id: string;
22
21
  status: string;
22
+ id: string;
23
+ balanceCents: number;
23
24
  isArchived: boolean;
24
25
  createdAt: Date;
25
26
  updatedAt: Date;
26
27
  syncedAt: Date;
27
- balanceCents: number;
28
28
  customerId: string;
29
29
  projectId: string;
30
30
  lotDetail: string | null;
@@ -35,13 +35,13 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
35
35
  cmaBalanceCents: number;
36
36
  buyerName?: string | null | undefined;
37
37
  }, {
38
- id: string;
39
38
  status: string;
39
+ id: string;
40
+ balanceCents: string | number | bigint;
40
41
  isArchived: boolean;
41
42
  createdAt: Date;
42
43
  updatedAt: Date;
43
44
  syncedAt: Date;
44
- balanceCents: string | number | bigint;
45
45
  customerId: string;
46
46
  projectId: string;
47
47
  lotDetail: string | null;
@@ -82,8 +82,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
82
82
  syncedAt: z.ZodDate;
83
83
  updatedAt: z.ZodDate;
84
84
  }, "strip", z.ZodTypeAny, {
85
- id: string;
86
85
  status: string;
86
+ id: string;
87
87
  isArchived: boolean;
88
88
  createdAt: Date;
89
89
  updatedAt: Date;
@@ -92,8 +92,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
92
92
  email: string;
93
93
  syncedAt: Date;
94
94
  }, {
95
- id: string;
96
95
  status: string;
96
+ id: string;
97
97
  isArchived: boolean;
98
98
  createdAt: Date;
99
99
  updatedAt: Date;
@@ -124,16 +124,16 @@ export declare const propertyRestResSchema: z.ZodObject<{
124
124
  syncedAt: z.ZodDate;
125
125
  updatedAt: z.ZodDate;
126
126
  }, "strip", z.ZodTypeAny, {
127
- id: string;
128
127
  status: string;
128
+ id: string;
129
129
  isArchived: boolean;
130
130
  createdAt: Date;
131
131
  updatedAt: Date;
132
132
  syncedAt: Date;
133
133
  companyName: string | null;
134
134
  }, {
135
- id: string;
136
135
  status: string;
136
+ id: string;
137
137
  isArchived: boolean;
138
138
  createdAt: Date;
139
139
  updatedAt: Date;
@@ -141,20 +141,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
141
141
  companyName: string | null;
142
142
  }>>>;
143
143
  }, "strip", z.ZodTypeAny, {
144
- id: string;
144
+ type: string;
145
145
  status: string;
146
+ id: string;
146
147
  isArchived: boolean;
147
148
  createdAt: Date;
148
149
  updatedAt: Date;
149
- type: string;
150
150
  syncedAt: Date;
151
151
  mtaId: string | null;
152
152
  name: string;
153
153
  developerId: string;
154
154
  state: string;
155
155
  developer?: {
156
- id: string;
157
156
  status: string;
157
+ id: string;
158
158
  isArchived: boolean;
159
159
  createdAt: Date;
160
160
  updatedAt: Date;
@@ -162,20 +162,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
162
162
  companyName: string | null;
163
163
  } | null | undefined;
164
164
  }, {
165
- id: string;
165
+ type: string;
166
166
  status: string;
167
+ id: string;
167
168
  isArchived: boolean;
168
169
  createdAt: Date;
169
170
  updatedAt: Date;
170
- type: string;
171
171
  syncedAt: Date;
172
172
  mtaId: string | null;
173
173
  name: string;
174
174
  developerId: string;
175
175
  state: string;
176
176
  developer?: {
177
- id: string;
178
177
  status: string;
178
+ id: string;
179
179
  isArchived: boolean;
180
180
  createdAt: Date;
181
181
  updatedAt: Date;
@@ -204,40 +204,40 @@ export declare const propertyRestResSchema: z.ZodObject<{
204
204
  bsb: z.ZodEffects<z.ZodString, string | null, string>;
205
205
  balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
206
206
  }, "strip", z.ZodTypeAny, {
207
- id: string;
208
207
  status: string;
208
+ id: string;
209
+ balanceCents: number;
210
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
211
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
209
212
  isArchived: boolean;
210
213
  createdBy: string | null;
211
214
  createdAt: Date;
212
215
  updatedAt: Date;
213
216
  syncedAt: Date | null;
214
- balanceCents: number;
215
217
  name: string;
216
218
  bsb: string | null;
217
219
  accountNumber: string | null;
218
220
  updatedBy: string | null;
219
221
  country: string;
220
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
221
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
222
222
  currentReceiveSeq: number;
223
223
  currentPayoutSeq: number;
224
224
  subsidiaryId: string;
225
225
  }, {
226
- id: string;
227
226
  status: string;
227
+ id: string;
228
+ balanceCents: string | number | bigint;
229
+ stateCode: string;
230
+ bankCode: string;
228
231
  isArchived: boolean;
229
232
  createdBy: string | null;
230
233
  createdAt: Date;
231
234
  updatedAt: Date;
232
235
  syncedAt: Date | null;
233
- balanceCents: string | number | bigint;
234
236
  name: string;
235
237
  bsb: string;
236
238
  accountNumber: string;
237
239
  updatedBy: string | null;
238
240
  country: string;
239
- stateCode: string;
240
- bankCode: string;
241
241
  currentReceiveSeq: number;
242
242
  currentPayoutSeq: number;
243
243
  subsidiaryId: string;
@@ -267,60 +267,60 @@ export declare const propertyRestResSchema: z.ZodObject<{
267
267
  readonly INACTIVE: "inactive";
268
268
  }>>;
269
269
  }, "strip", z.ZodTypeAny, {
270
- id: string;
271
270
  status: "active" | "inactive";
271
+ id: string;
272
+ accountName: string;
273
+ propertyId: string;
274
+ balanceCents: number;
275
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
276
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
272
277
  isArchived: boolean;
273
278
  createdBy: string;
274
279
  createdAt: Date;
275
280
  updatedAt: Date;
276
- balanceCents: number;
277
281
  description: string | null;
278
- propertyId: string;
279
282
  payoutId: number;
280
283
  bsb: string | null;
281
284
  accountNumber: string | null;
282
285
  cmaSeq: number;
283
286
  country: string;
284
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
285
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
286
- accountName: string;
287
287
  currentReceiveSeq: number;
288
288
  currentPayoutSeq: number;
289
289
  }, {
290
- id: string;
291
290
  status: string;
291
+ id: string;
292
+ accountName: string;
293
+ propertyId: string;
294
+ balanceCents: string | number | bigint;
295
+ stateCode: string;
296
+ bankCode: string;
292
297
  isArchived: boolean;
293
298
  createdBy: string;
294
299
  createdAt: Date;
295
300
  updatedAt: Date;
296
- balanceCents: string | number | bigint;
297
301
  description: string | null;
298
- propertyId: string;
299
302
  payoutId: number;
300
303
  bsb: string;
301
304
  accountNumber: string;
302
305
  cmaSeq: number;
303
306
  country: string;
304
- stateCode: string;
305
- bankCode: string;
306
- accountName: string;
307
307
  currentReceiveSeq: number;
308
308
  currentPayoutSeq: number;
309
309
  }>>>;
310
310
  cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
311
- id: string;
312
311
  status: "clearing" | "cleared" | "reconciled";
312
+ id: string;
313
+ propertyId: string | null;
314
+ balanceCents: number;
313
315
  isArchived: boolean;
314
316
  createdAt: Date;
315
317
  updatedAt: Date;
316
318
  syncedAt: Date | null;
317
319
  debitAmountCents: number;
318
320
  creditAmountCents: number;
319
- balanceCents: number;
320
321
  description: string | null;
321
322
  clearedAt: Date | null;
322
323
  cmaId: string;
323
- propertyId: string | null;
324
324
  createType: string;
325
325
  transactionType: string;
326
326
  isCanceled: boolean;
@@ -348,13 +348,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
348
348
  lastName?: string | null | undefined;
349
349
  } | null | undefined;
350
350
  property?: {
351
- id: string;
352
351
  status: string;
352
+ id: string;
353
+ balanceCents: number | bigint;
353
354
  isArchived: boolean;
354
355
  createdAt: Date;
355
356
  updatedAt: Date;
356
357
  syncedAt: Date;
357
- balanceCents: number | bigint;
358
358
  customerId: string;
359
359
  projectId: string;
360
360
  lotDetail: string | null;
@@ -363,33 +363,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
363
363
  mtaId: string;
364
364
  mtaBalanceCents: number | bigint;
365
365
  cmaBalanceCents: number | bigint;
366
- customer?: {
367
- id: string;
368
- status: string;
369
- isArchived: boolean;
370
- createdAt: Date;
371
- updatedAt: Date;
372
- fullName: string | null;
373
- mobile: string | null;
374
- email: string;
375
- syncedAt: Date;
376
- } | null | undefined;
377
366
  buyerName?: string | null | undefined;
378
367
  project?: {
379
- id: string;
368
+ type: string;
380
369
  status: string;
370
+ id: string;
381
371
  isArchived: boolean;
382
372
  createdAt: Date;
383
373
  updatedAt: Date;
384
- type: string;
385
374
  syncedAt: Date;
386
375
  mtaId: string | null;
387
376
  name: string;
388
377
  developerId: string;
389
378
  state: string;
390
379
  developer?: {
391
- id: string;
392
380
  status: string;
381
+ id: string;
393
382
  isArchived: boolean;
394
383
  createdAt: Date;
395
384
  updatedAt: Date;
@@ -397,23 +386,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
397
386
  companyName: string | null;
398
387
  } | null | undefined;
399
388
  } | null | undefined;
389
+ customer?: {
390
+ status: string;
391
+ id: string;
392
+ isArchived: boolean;
393
+ createdAt: Date;
394
+ updatedAt: Date;
395
+ fullName: string | null;
396
+ mobile: string | null;
397
+ email: string;
398
+ syncedAt: Date;
399
+ } | null | undefined;
400
400
  } | null | undefined;
401
401
  } & {
402
402
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
403
403
  sourceTransaction?: Omit<{
404
- id: string;
405
404
  status: "clearing" | "cleared" | "reconciled";
405
+ id: string;
406
+ propertyId: string | null;
407
+ balanceCents: number;
406
408
  isArchived: boolean;
407
409
  createdAt: Date;
408
410
  updatedAt: Date;
409
411
  syncedAt: Date | null;
410
412
  debitAmountCents: number;
411
413
  creditAmountCents: number;
412
- balanceCents: number;
413
414
  description: string | null;
414
415
  clearedAt: Date | null;
415
416
  cmaId: string;
416
- propertyId: string | null;
417
417
  createType: string;
418
418
  transactionType: string;
419
419
  isCanceled: boolean;
@@ -441,13 +441,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
441
441
  lastName?: string | null | undefined;
442
442
  } | null | undefined;
443
443
  property?: {
444
- id: string;
445
444
  status: string;
445
+ id: string;
446
+ balanceCents: number | bigint;
446
447
  isArchived: boolean;
447
448
  createdAt: Date;
448
449
  updatedAt: Date;
449
450
  syncedAt: Date;
450
- balanceCents: number | bigint;
451
451
  customerId: string;
452
452
  projectId: string;
453
453
  lotDetail: string | null;
@@ -456,33 +456,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
456
456
  mtaId: string;
457
457
  mtaBalanceCents: number | bigint;
458
458
  cmaBalanceCents: number | bigint;
459
- customer?: {
460
- id: string;
461
- status: string;
462
- isArchived: boolean;
463
- createdAt: Date;
464
- updatedAt: Date;
465
- fullName: string | null;
466
- mobile: string | null;
467
- email: string;
468
- syncedAt: Date;
469
- } | null | undefined;
470
459
  buyerName?: string | null | undefined;
471
460
  project?: {
472
- id: string;
461
+ type: string;
473
462
  status: string;
463
+ id: string;
474
464
  isArchived: boolean;
475
465
  createdAt: Date;
476
466
  updatedAt: Date;
477
- type: string;
478
467
  syncedAt: Date;
479
468
  mtaId: string | null;
480
469
  name: string;
481
470
  developerId: string;
482
471
  state: string;
483
472
  developer?: {
484
- id: string;
485
473
  status: string;
474
+ id: string;
486
475
  isArchived: boolean;
487
476
  createdAt: Date;
488
477
  updatedAt: Date;
@@ -490,22 +479,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
490
479
  companyName: string | null;
491
480
  } | null | undefined;
492
481
  } | null | undefined;
482
+ customer?: {
483
+ status: string;
484
+ id: string;
485
+ isArchived: boolean;
486
+ createdAt: Date;
487
+ updatedAt: Date;
488
+ fullName: string | null;
489
+ mobile: string | null;
490
+ email: string;
491
+ syncedAt: Date;
492
+ } | null | undefined;
493
493
  } | null | undefined;
494
494
  } & any, "cma"> | null | undefined;
495
495
  subsequentTransactions?: Omit<{
496
- id: string;
497
496
  status: "clearing" | "cleared" | "reconciled";
497
+ id: string;
498
+ propertyId: string | null;
499
+ balanceCents: number;
498
500
  isArchived: boolean;
499
501
  createdAt: Date;
500
502
  updatedAt: Date;
501
503
  syncedAt: Date | null;
502
504
  debitAmountCents: number;
503
505
  creditAmountCents: number;
504
- balanceCents: number;
505
506
  description: string | null;
506
507
  clearedAt: Date | null;
507
508
  cmaId: string;
508
- propertyId: string | null;
509
509
  createType: string;
510
510
  transactionType: string;
511
511
  isCanceled: boolean;
@@ -533,13 +533,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
533
533
  lastName?: string | null | undefined;
534
534
  } | null | undefined;
535
535
  property?: {
536
- id: string;
537
536
  status: string;
537
+ id: string;
538
+ balanceCents: number | bigint;
538
539
  isArchived: boolean;
539
540
  createdAt: Date;
540
541
  updatedAt: Date;
541
542
  syncedAt: Date;
542
- balanceCents: number | bigint;
543
543
  customerId: string;
544
544
  projectId: string;
545
545
  lotDetail: string | null;
@@ -548,33 +548,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
548
548
  mtaId: string;
549
549
  mtaBalanceCents: number | bigint;
550
550
  cmaBalanceCents: number | bigint;
551
- customer?: {
552
- id: string;
553
- status: string;
554
- isArchived: boolean;
555
- createdAt: Date;
556
- updatedAt: Date;
557
- fullName: string | null;
558
- mobile: string | null;
559
- email: string;
560
- syncedAt: Date;
561
- } | null | undefined;
562
551
  buyerName?: string | null | undefined;
563
552
  project?: {
564
- id: string;
553
+ type: string;
565
554
  status: string;
555
+ id: string;
566
556
  isArchived: boolean;
567
557
  createdAt: Date;
568
558
  updatedAt: Date;
569
- type: string;
570
559
  syncedAt: Date;
571
560
  mtaId: string | null;
572
561
  name: string;
573
562
  developerId: string;
574
563
  state: string;
575
564
  developer?: {
576
- id: string;
577
565
  status: string;
566
+ id: string;
578
567
  isArchived: boolean;
579
568
  createdAt: Date;
580
569
  updatedAt: Date;
@@ -582,6 +571,17 @@ export declare const propertyRestResSchema: z.ZodObject<{
582
571
  companyName: string | null;
583
572
  } | null | undefined;
584
573
  } | null | undefined;
574
+ customer?: {
575
+ status: string;
576
+ id: string;
577
+ isArchived: boolean;
578
+ createdAt: Date;
579
+ updatedAt: Date;
580
+ fullName: string | null;
581
+ mobile: string | null;
582
+ email: string;
583
+ syncedAt: Date;
584
+ } | null | undefined;
585
585
  } | null | undefined;
586
586
  } & any, "cma">[] | null | undefined;
587
587
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -593,19 +593,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
593
593
  isCancelable?: boolean | null | undefined;
594
594
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
595
595
  }, z.ZodTypeDef, {
596
- id: string;
597
596
  status: string;
597
+ id: string;
598
+ propertyId: string | null;
599
+ balanceCents: string | number | bigint;
598
600
  isArchived: boolean;
599
601
  createdAt: Date;
600
602
  updatedAt: Date;
601
603
  syncedAt: Date | null;
602
604
  debitAmountCents: string | number | bigint;
603
605
  creditAmountCents: string | number | bigint;
604
- balanceCents: string | number | bigint;
605
606
  description: string | null;
606
607
  clearedAt: Date | null;
607
608
  cmaId: string;
608
- propertyId: string | null;
609
609
  createType: string;
610
610
  transactionType: string;
611
611
  isCanceled: boolean;
@@ -633,13 +633,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
633
633
  lastName?: string | null | undefined;
634
634
  } | null | undefined;
635
635
  property?: {
636
- id: string;
637
636
  status: string;
637
+ id: string;
638
+ balanceCents: number | bigint;
638
639
  isArchived: boolean;
639
640
  createdAt: Date;
640
641
  updatedAt: Date;
641
642
  syncedAt: Date;
642
- balanceCents: number | bigint;
643
643
  customerId: string;
644
644
  projectId: string;
645
645
  lotDetail: string | null;
@@ -648,33 +648,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
648
648
  mtaId: string;
649
649
  mtaBalanceCents: number | bigint;
650
650
  cmaBalanceCents: number | bigint;
651
- customer?: {
652
- id: string;
653
- status: string;
654
- isArchived: boolean;
655
- createdAt: Date;
656
- updatedAt: Date;
657
- fullName: string | null;
658
- mobile: string | null;
659
- email: string;
660
- syncedAt: Date;
661
- } | null | undefined;
662
651
  buyerName?: string | null | undefined;
663
652
  project?: {
664
- id: string;
653
+ type: string;
665
654
  status: string;
655
+ id: string;
666
656
  isArchived: boolean;
667
657
  createdAt: Date;
668
658
  updatedAt: Date;
669
- type: string;
670
659
  syncedAt: Date;
671
660
  mtaId: string | null;
672
661
  name: string;
673
662
  developerId: string;
674
663
  state: string;
675
664
  developer?: {
676
- id: string;
677
665
  status: string;
666
+ id: string;
678
667
  isArchived: boolean;
679
668
  createdAt: Date;
680
669
  updatedAt: Date;
@@ -682,23 +671,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
682
671
  companyName: string | null;
683
672
  } | null | undefined;
684
673
  } | null | undefined;
674
+ customer?: {
675
+ status: string;
676
+ id: string;
677
+ isArchived: boolean;
678
+ createdAt: Date;
679
+ updatedAt: Date;
680
+ fullName: string | null;
681
+ mobile: string | null;
682
+ email: string;
683
+ syncedAt: Date;
684
+ } | null | undefined;
685
685
  } | null | undefined;
686
686
  } & {
687
687
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
688
688
  sourceTransaction?: ({
689
- id: string;
690
689
  status: string;
690
+ id: string;
691
+ propertyId: string | null;
692
+ balanceCents: string | number | bigint;
691
693
  isArchived: boolean;
692
694
  createdAt: Date;
693
695
  updatedAt: Date;
694
696
  syncedAt: Date | null;
695
697
  debitAmountCents: string | number | bigint;
696
698
  creditAmountCents: string | number | bigint;
697
- balanceCents: string | number | bigint;
698
699
  description: string | null;
699
700
  clearedAt: Date | null;
700
701
  cmaId: string;
701
- propertyId: string | null;
702
702
  createType: string;
703
703
  transactionType: string;
704
704
  isCanceled: boolean;
@@ -726,13 +726,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
726
726
  lastName?: string | null | undefined;
727
727
  } | null | undefined;
728
728
  property?: {
729
- id: string;
730
729
  status: string;
730
+ id: string;
731
+ balanceCents: number | bigint;
731
732
  isArchived: boolean;
732
733
  createdAt: Date;
733
734
  updatedAt: Date;
734
735
  syncedAt: Date;
735
- balanceCents: number | bigint;
736
736
  customerId: string;
737
737
  projectId: string;
738
738
  lotDetail: string | null;
@@ -741,33 +741,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
741
741
  mtaId: string;
742
742
  mtaBalanceCents: number | bigint;
743
743
  cmaBalanceCents: number | bigint;
744
- customer?: {
745
- id: string;
746
- status: string;
747
- isArchived: boolean;
748
- createdAt: Date;
749
- updatedAt: Date;
750
- fullName: string | null;
751
- mobile: string | null;
752
- email: string;
753
- syncedAt: Date;
754
- } | null | undefined;
755
744
  buyerName?: string | null | undefined;
756
745
  project?: {
757
- id: string;
746
+ type: string;
758
747
  status: string;
748
+ id: string;
759
749
  isArchived: boolean;
760
750
  createdAt: Date;
761
751
  updatedAt: Date;
762
- type: string;
763
752
  syncedAt: Date;
764
753
  mtaId: string | null;
765
754
  name: string;
766
755
  developerId: string;
767
756
  state: string;
768
757
  developer?: {
769
- id: string;
770
758
  status: string;
759
+ id: string;
771
760
  isArchived: boolean;
772
761
  createdAt: Date;
773
762
  updatedAt: Date;
@@ -775,22 +764,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
775
764
  companyName: string | null;
776
765
  } | null | undefined;
777
766
  } | null | undefined;
778
- } | null | undefined;
779
- } & any) | null | undefined;
780
- subsequentTransactions?: ({
781
- id: string;
782
- status: string;
783
- isArchived: boolean;
784
- createdAt: Date;
785
- updatedAt: Date;
786
- syncedAt: Date | null;
767
+ customer?: {
768
+ status: string;
769
+ id: string;
770
+ isArchived: boolean;
771
+ createdAt: Date;
772
+ updatedAt: Date;
773
+ fullName: string | null;
774
+ mobile: string | null;
775
+ email: string;
776
+ syncedAt: Date;
777
+ } | null | undefined;
778
+ } | null | undefined;
779
+ } & any) | null | undefined;
780
+ subsequentTransactions?: ({
781
+ status: string;
782
+ id: string;
783
+ propertyId: string | null;
784
+ balanceCents: string | number | bigint;
785
+ isArchived: boolean;
786
+ createdAt: Date;
787
+ updatedAt: Date;
788
+ syncedAt: Date | null;
787
789
  debitAmountCents: string | number | bigint;
788
790
  creditAmountCents: string | number | bigint;
789
- balanceCents: string | number | bigint;
790
791
  description: string | null;
791
792
  clearedAt: Date | null;
792
793
  cmaId: string;
793
- propertyId: string | null;
794
794
  createType: string;
795
795
  transactionType: string;
796
796
  isCanceled: boolean;
@@ -818,13 +818,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
818
818
  lastName?: string | null | undefined;
819
819
  } | null | undefined;
820
820
  property?: {
821
- id: string;
822
821
  status: string;
822
+ id: string;
823
+ balanceCents: number | bigint;
823
824
  isArchived: boolean;
824
825
  createdAt: Date;
825
826
  updatedAt: Date;
826
827
  syncedAt: Date;
827
- balanceCents: number | bigint;
828
828
  customerId: string;
829
829
  projectId: string;
830
830
  lotDetail: string | null;
@@ -833,33 +833,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
833
833
  mtaId: string;
834
834
  mtaBalanceCents: number | bigint;
835
835
  cmaBalanceCents: number | bigint;
836
- customer?: {
837
- id: string;
838
- status: string;
839
- isArchived: boolean;
840
- createdAt: Date;
841
- updatedAt: Date;
842
- fullName: string | null;
843
- mobile: string | null;
844
- email: string;
845
- syncedAt: Date;
846
- } | null | undefined;
847
836
  buyerName?: string | null | undefined;
848
837
  project?: {
849
- id: string;
838
+ type: string;
850
839
  status: string;
840
+ id: string;
851
841
  isArchived: boolean;
852
842
  createdAt: Date;
853
843
  updatedAt: Date;
854
- type: string;
855
844
  syncedAt: Date;
856
845
  mtaId: string | null;
857
846
  name: string;
858
847
  developerId: string;
859
848
  state: string;
860
849
  developer?: {
861
- id: string;
862
850
  status: string;
851
+ id: string;
863
852
  isArchived: boolean;
864
853
  createdAt: Date;
865
854
  updatedAt: Date;
@@ -867,25 +856,36 @@ export declare const propertyRestResSchema: z.ZodObject<{
867
856
  companyName: string | null;
868
857
  } | null | undefined;
869
858
  } | null | undefined;
859
+ customer?: {
860
+ status: string;
861
+ id: string;
862
+ isArchived: boolean;
863
+ createdAt: Date;
864
+ updatedAt: Date;
865
+ fullName: string | null;
866
+ mobile: string | null;
867
+ email: string;
868
+ syncedAt: Date;
869
+ } | null | undefined;
870
870
  } | null | undefined;
871
871
  } & any)[] | null | undefined;
872
872
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
873
873
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
874
874
  }>, "many">>>;
875
875
  mtaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
876
+ status: "clearing" | "cleared" | "reconciled";
876
877
  id: string;
877
- status: import("../..").AccountingCommonStatus;
878
+ propertyId: string | null;
879
+ balanceCents: number;
878
880
  isArchived: boolean;
879
881
  createdAt: Date;
880
882
  updatedAt: Date;
881
883
  syncedAt: Date;
882
884
  debitAmountCents: number;
883
885
  creditAmountCents: number;
884
- balanceCents: number;
885
886
  mtaId: string;
886
887
  description: string | null;
887
888
  clearedAt: Date | null;
888
- propertyId: string | null;
889
889
  transactionType: string;
890
890
  isCanceled: boolean;
891
891
  isRefunded: boolean;
@@ -914,13 +914,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
914
914
  lastName?: string | null | undefined;
915
915
  } | null | undefined;
916
916
  property?: {
917
- id: string;
918
917
  status: string;
918
+ id: string;
919
+ balanceCents: number | bigint;
919
920
  isArchived: boolean;
920
921
  createdAt: Date;
921
922
  updatedAt: Date;
922
923
  syncedAt: Date;
923
- balanceCents: number | bigint;
924
924
  customerId: string;
925
925
  projectId: string;
926
926
  lotDetail: string | null;
@@ -929,33 +929,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
929
929
  mtaId: string;
930
930
  mtaBalanceCents: number | bigint;
931
931
  cmaBalanceCents: number | bigint;
932
- customer?: {
933
- id: string;
934
- status: string;
935
- isArchived: boolean;
936
- createdAt: Date;
937
- updatedAt: Date;
938
- fullName: string | null;
939
- mobile: string | null;
940
- email: string;
941
- syncedAt: Date;
942
- } | null | undefined;
943
932
  buyerName?: string | null | undefined;
944
933
  project?: {
945
- id: string;
934
+ type: string;
946
935
  status: string;
936
+ id: string;
947
937
  isArchived: boolean;
948
938
  createdAt: Date;
949
939
  updatedAt: Date;
950
- type: string;
951
940
  syncedAt: Date;
952
941
  mtaId: string | null;
953
942
  name: string;
954
943
  developerId: string;
955
944
  state: string;
956
945
  developer?: {
957
- id: string;
958
946
  status: string;
947
+ id: string;
959
948
  isArchived: boolean;
960
949
  createdAt: Date;
961
950
  updatedAt: Date;
@@ -963,23 +952,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
963
952
  companyName: string | null;
964
953
  } | null | undefined;
965
954
  } | null | undefined;
955
+ customer?: {
956
+ status: string;
957
+ id: string;
958
+ isArchived: boolean;
959
+ createdAt: Date;
960
+ updatedAt: Date;
961
+ fullName: string | null;
962
+ mobile: string | null;
963
+ email: string;
964
+ syncedAt: Date;
965
+ } | null | undefined;
966
966
  } | null | undefined;
967
967
  } & {
968
968
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
969
969
  sourceTransaction?: ({
970
+ status: "clearing" | "cleared" | "reconciled";
970
971
  id: string;
971
- status: import("../..").AccountingCommonStatus;
972
+ propertyId: string | null;
973
+ balanceCents: number;
972
974
  isArchived: boolean;
973
975
  createdAt: Date;
974
976
  updatedAt: Date;
975
977
  syncedAt: Date;
976
978
  debitAmountCents: number;
977
979
  creditAmountCents: number;
978
- balanceCents: number;
979
980
  mtaId: string;
980
981
  description: string | null;
981
982
  clearedAt: Date | null;
982
- propertyId: string | null;
983
983
  transactionType: string;
984
984
  isCanceled: boolean;
985
985
  isRefunded: boolean;
@@ -1008,13 +1008,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1008
1008
  lastName?: string | null | undefined;
1009
1009
  } | null | undefined;
1010
1010
  property?: {
1011
- id: string;
1012
1011
  status: string;
1012
+ id: string;
1013
+ balanceCents: number | bigint;
1013
1014
  isArchived: boolean;
1014
1015
  createdAt: Date;
1015
1016
  updatedAt: Date;
1016
1017
  syncedAt: Date;
1017
- balanceCents: number | bigint;
1018
1018
  customerId: string;
1019
1019
  projectId: string;
1020
1020
  lotDetail: string | null;
@@ -1023,33 +1023,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1023
1023
  mtaId: string;
1024
1024
  mtaBalanceCents: number | bigint;
1025
1025
  cmaBalanceCents: number | bigint;
1026
- customer?: {
1027
- id: string;
1028
- status: string;
1029
- isArchived: boolean;
1030
- createdAt: Date;
1031
- updatedAt: Date;
1032
- fullName: string | null;
1033
- mobile: string | null;
1034
- email: string;
1035
- syncedAt: Date;
1036
- } | null | undefined;
1037
1026
  buyerName?: string | null | undefined;
1038
1027
  project?: {
1039
- id: string;
1028
+ type: string;
1040
1029
  status: string;
1030
+ id: string;
1041
1031
  isArchived: boolean;
1042
1032
  createdAt: Date;
1043
1033
  updatedAt: Date;
1044
- type: string;
1045
1034
  syncedAt: Date;
1046
1035
  mtaId: string | null;
1047
1036
  name: string;
1048
1037
  developerId: string;
1049
1038
  state: string;
1050
1039
  developer?: {
1051
- id: string;
1052
1040
  status: string;
1041
+ id: string;
1053
1042
  isArchived: boolean;
1054
1043
  createdAt: Date;
1055
1044
  updatedAt: Date;
@@ -1057,22 +1046,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
1057
1046
  companyName: string | null;
1058
1047
  } | null | undefined;
1059
1048
  } | null | undefined;
1049
+ customer?: {
1050
+ status: string;
1051
+ id: string;
1052
+ isArchived: boolean;
1053
+ createdAt: Date;
1054
+ updatedAt: Date;
1055
+ fullName: string | null;
1056
+ mobile: string | null;
1057
+ email: string;
1058
+ syncedAt: Date;
1059
+ } | null | undefined;
1060
1060
  } | null | undefined;
1061
1061
  } & any) | null | undefined;
1062
1062
  subsequentTransactions?: ({
1063
+ status: "clearing" | "cleared" | "reconciled";
1063
1064
  id: string;
1064
- status: import("../..").AccountingCommonStatus;
1065
+ propertyId: string | null;
1066
+ balanceCents: number;
1065
1067
  isArchived: boolean;
1066
1068
  createdAt: Date;
1067
1069
  updatedAt: Date;
1068
1070
  syncedAt: Date;
1069
1071
  debitAmountCents: number;
1070
1072
  creditAmountCents: number;
1071
- balanceCents: number;
1072
1073
  mtaId: string;
1073
1074
  description: string | null;
1074
1075
  clearedAt: Date | null;
1075
- propertyId: string | null;
1076
1076
  transactionType: string;
1077
1077
  isCanceled: boolean;
1078
1078
  isRefunded: boolean;
@@ -1101,13 +1101,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1101
1101
  lastName?: string | null | undefined;
1102
1102
  } | null | undefined;
1103
1103
  property?: {
1104
- id: string;
1105
1104
  status: string;
1105
+ id: string;
1106
+ balanceCents: number | bigint;
1106
1107
  isArchived: boolean;
1107
1108
  createdAt: Date;
1108
1109
  updatedAt: Date;
1109
1110
  syncedAt: Date;
1110
- balanceCents: number | bigint;
1111
1111
  customerId: string;
1112
1112
  projectId: string;
1113
1113
  lotDetail: string | null;
@@ -1116,33 +1116,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1116
1116
  mtaId: string;
1117
1117
  mtaBalanceCents: number | bigint;
1118
1118
  cmaBalanceCents: number | bigint;
1119
- customer?: {
1120
- id: string;
1121
- status: string;
1122
- isArchived: boolean;
1123
- createdAt: Date;
1124
- updatedAt: Date;
1125
- fullName: string | null;
1126
- mobile: string | null;
1127
- email: string;
1128
- syncedAt: Date;
1129
- } | null | undefined;
1130
1119
  buyerName?: string | null | undefined;
1131
1120
  project?: {
1132
- id: string;
1121
+ type: string;
1133
1122
  status: string;
1123
+ id: string;
1134
1124
  isArchived: boolean;
1135
1125
  createdAt: Date;
1136
1126
  updatedAt: Date;
1137
- type: string;
1138
1127
  syncedAt: Date;
1139
1128
  mtaId: string | null;
1140
1129
  name: string;
1141
1130
  developerId: string;
1142
1131
  state: string;
1143
1132
  developer?: {
1144
- id: string;
1145
1133
  status: string;
1134
+ id: string;
1146
1135
  isArchived: boolean;
1147
1136
  createdAt: Date;
1148
1137
  updatedAt: Date;
@@ -1150,6 +1139,17 @@ export declare const propertyRestResSchema: z.ZodObject<{
1150
1139
  companyName: string | null;
1151
1140
  } | null | undefined;
1152
1141
  } | null | undefined;
1142
+ customer?: {
1143
+ status: string;
1144
+ id: string;
1145
+ isArchived: boolean;
1146
+ createdAt: Date;
1147
+ updatedAt: Date;
1148
+ fullName: string | null;
1149
+ mobile: string | null;
1150
+ email: string;
1151
+ syncedAt: Date;
1152
+ } | null | undefined;
1153
1153
  } | null | undefined;
1154
1154
  } & any)[] | null | undefined;
1155
1155
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1163,19 +1163,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1163
1163
  transactionNumber?: string | null | undefined;
1164
1164
  isCancelable?: boolean | null | undefined;
1165
1165
  }, z.ZodTypeDef, {
1166
- id: string;
1167
1166
  status: string;
1167
+ id: string;
1168
+ propertyId: string | null;
1169
+ balanceCents: string | number | bigint;
1168
1170
  isArchived: boolean;
1169
1171
  createdAt: Date;
1170
1172
  updatedAt: Date;
1171
1173
  syncedAt: Date;
1172
1174
  debitAmountCents: string | number | bigint;
1173
1175
  creditAmountCents: string | number | bigint;
1174
- balanceCents: string | number | bigint;
1175
1176
  mtaId: string;
1176
1177
  description: string | null;
1177
1178
  clearedAt: Date | null;
1178
- propertyId: string | null;
1179
1179
  transactionType: string;
1180
1180
  isCanceled: boolean;
1181
1181
  isRefunded: boolean;
@@ -1204,13 +1204,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1204
1204
  lastName?: string | null | undefined;
1205
1205
  } | null | undefined;
1206
1206
  property?: {
1207
- id: string;
1208
1207
  status: string;
1208
+ id: string;
1209
+ balanceCents: number | bigint;
1209
1210
  isArchived: boolean;
1210
1211
  createdAt: Date;
1211
1212
  updatedAt: Date;
1212
1213
  syncedAt: Date;
1213
- balanceCents: number | bigint;
1214
1214
  customerId: string;
1215
1215
  projectId: string;
1216
1216
  lotDetail: string | null;
@@ -1219,33 +1219,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1219
1219
  mtaId: string;
1220
1220
  mtaBalanceCents: number | bigint;
1221
1221
  cmaBalanceCents: number | bigint;
1222
- customer?: {
1223
- id: string;
1224
- status: string;
1225
- isArchived: boolean;
1226
- createdAt: Date;
1227
- updatedAt: Date;
1228
- fullName: string | null;
1229
- mobile: string | null;
1230
- email: string;
1231
- syncedAt: Date;
1232
- } | null | undefined;
1233
1222
  buyerName?: string | null | undefined;
1234
1223
  project?: {
1235
- id: string;
1224
+ type: string;
1236
1225
  status: string;
1226
+ id: string;
1237
1227
  isArchived: boolean;
1238
1228
  createdAt: Date;
1239
1229
  updatedAt: Date;
1240
- type: string;
1241
1230
  syncedAt: Date;
1242
1231
  mtaId: string | null;
1243
1232
  name: string;
1244
1233
  developerId: string;
1245
1234
  state: string;
1246
1235
  developer?: {
1247
- id: string;
1248
1236
  status: string;
1237
+ id: string;
1249
1238
  isArchived: boolean;
1250
1239
  createdAt: Date;
1251
1240
  updatedAt: Date;
@@ -1253,23 +1242,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
1253
1242
  companyName: string | null;
1254
1243
  } | null | undefined;
1255
1244
  } | null | undefined;
1245
+ customer?: {
1246
+ status: string;
1247
+ id: string;
1248
+ isArchived: boolean;
1249
+ createdAt: Date;
1250
+ updatedAt: Date;
1251
+ fullName: string | null;
1252
+ mobile: string | null;
1253
+ email: string;
1254
+ syncedAt: Date;
1255
+ } | null | undefined;
1256
1256
  } | null | undefined;
1257
1257
  } & {
1258
1258
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1259
1259
  sourceTransaction?: ({
1260
- id: string;
1261
1260
  status: string;
1261
+ id: string;
1262
+ propertyId: string | null;
1263
+ balanceCents: string | number | bigint;
1262
1264
  isArchived: boolean;
1263
1265
  createdAt: Date;
1264
1266
  updatedAt: Date;
1265
1267
  syncedAt: Date;
1266
1268
  debitAmountCents: string | number | bigint;
1267
1269
  creditAmountCents: string | number | bigint;
1268
- balanceCents: string | number | bigint;
1269
1270
  mtaId: string;
1270
1271
  description: string | null;
1271
1272
  clearedAt: Date | null;
1272
- propertyId: string | null;
1273
1273
  transactionType: string;
1274
1274
  isCanceled: boolean;
1275
1275
  isRefunded: boolean;
@@ -1298,13 +1298,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1298
1298
  lastName?: string | null | undefined;
1299
1299
  } | null | undefined;
1300
1300
  property?: {
1301
- id: string;
1302
1301
  status: string;
1302
+ id: string;
1303
+ balanceCents: number | bigint;
1303
1304
  isArchived: boolean;
1304
1305
  createdAt: Date;
1305
1306
  updatedAt: Date;
1306
1307
  syncedAt: Date;
1307
- balanceCents: number | bigint;
1308
1308
  customerId: string;
1309
1309
  projectId: string;
1310
1310
  lotDetail: string | null;
@@ -1313,33 +1313,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1313
1313
  mtaId: string;
1314
1314
  mtaBalanceCents: number | bigint;
1315
1315
  cmaBalanceCents: number | bigint;
1316
- customer?: {
1317
- id: string;
1318
- status: string;
1319
- isArchived: boolean;
1320
- createdAt: Date;
1321
- updatedAt: Date;
1322
- fullName: string | null;
1323
- mobile: string | null;
1324
- email: string;
1325
- syncedAt: Date;
1326
- } | null | undefined;
1327
1316
  buyerName?: string | null | undefined;
1328
1317
  project?: {
1329
- id: string;
1318
+ type: string;
1330
1319
  status: string;
1320
+ id: string;
1331
1321
  isArchived: boolean;
1332
1322
  createdAt: Date;
1333
1323
  updatedAt: Date;
1334
- type: string;
1335
1324
  syncedAt: Date;
1336
1325
  mtaId: string | null;
1337
1326
  name: string;
1338
1327
  developerId: string;
1339
1328
  state: string;
1340
1329
  developer?: {
1341
- id: string;
1342
1330
  status: string;
1331
+ id: string;
1343
1332
  isArchived: boolean;
1344
1333
  createdAt: Date;
1345
1334
  updatedAt: Date;
@@ -1347,22 +1336,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
1347
1336
  companyName: string | null;
1348
1337
  } | null | undefined;
1349
1338
  } | null | undefined;
1339
+ customer?: {
1340
+ status: string;
1341
+ id: string;
1342
+ isArchived: boolean;
1343
+ createdAt: Date;
1344
+ updatedAt: Date;
1345
+ fullName: string | null;
1346
+ mobile: string | null;
1347
+ email: string;
1348
+ syncedAt: Date;
1349
+ } | null | undefined;
1350
1350
  } | null | undefined;
1351
1351
  } & any) | null | undefined;
1352
1352
  subsequentTransactions?: ({
1353
- id: string;
1354
1353
  status: string;
1354
+ id: string;
1355
+ propertyId: string | null;
1356
+ balanceCents: string | number | bigint;
1355
1357
  isArchived: boolean;
1356
1358
  createdAt: Date;
1357
1359
  updatedAt: Date;
1358
1360
  syncedAt: Date;
1359
1361
  debitAmountCents: string | number | bigint;
1360
1362
  creditAmountCents: string | number | bigint;
1361
- balanceCents: string | number | bigint;
1362
1363
  mtaId: string;
1363
1364
  description: string | null;
1364
1365
  clearedAt: Date | null;
1365
- propertyId: string | null;
1366
1366
  transactionType: string;
1367
1367
  isCanceled: boolean;
1368
1368
  isRefunded: boolean;
@@ -1391,13 +1391,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1391
1391
  lastName?: string | null | undefined;
1392
1392
  } | null | undefined;
1393
1393
  property?: {
1394
- id: string;
1395
1394
  status: string;
1395
+ id: string;
1396
+ balanceCents: number | bigint;
1396
1397
  isArchived: boolean;
1397
1398
  createdAt: Date;
1398
1399
  updatedAt: Date;
1399
1400
  syncedAt: Date;
1400
- balanceCents: number | bigint;
1401
1401
  customerId: string;
1402
1402
  projectId: string;
1403
1403
  lotDetail: string | null;
@@ -1406,33 +1406,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1406
1406
  mtaId: string;
1407
1407
  mtaBalanceCents: number | bigint;
1408
1408
  cmaBalanceCents: number | bigint;
1409
- customer?: {
1410
- id: string;
1411
- status: string;
1412
- isArchived: boolean;
1413
- createdAt: Date;
1414
- updatedAt: Date;
1415
- fullName: string | null;
1416
- mobile: string | null;
1417
- email: string;
1418
- syncedAt: Date;
1419
- } | null | undefined;
1420
1409
  buyerName?: string | null | undefined;
1421
1410
  project?: {
1422
- id: string;
1411
+ type: string;
1423
1412
  status: string;
1413
+ id: string;
1424
1414
  isArchived: boolean;
1425
1415
  createdAt: Date;
1426
1416
  updatedAt: Date;
1427
- type: string;
1428
1417
  syncedAt: Date;
1429
1418
  mtaId: string | null;
1430
1419
  name: string;
1431
1420
  developerId: string;
1432
1421
  state: string;
1433
1422
  developer?: {
1434
- id: string;
1435
1423
  status: string;
1424
+ id: string;
1436
1425
  isArchived: boolean;
1437
1426
  createdAt: Date;
1438
1427
  updatedAt: Date;
@@ -1440,18 +1429,29 @@ export declare const propertyRestResSchema: z.ZodObject<{
1440
1429
  companyName: string | null;
1441
1430
  } | null | undefined;
1442
1431
  } | null | undefined;
1432
+ customer?: {
1433
+ status: string;
1434
+ id: string;
1435
+ isArchived: boolean;
1436
+ createdAt: Date;
1437
+ updatedAt: Date;
1438
+ fullName: string | null;
1439
+ mobile: string | null;
1440
+ email: string;
1441
+ syncedAt: Date;
1442
+ } | null | undefined;
1443
1443
  } | null | undefined;
1444
1444
  } & any)[] | null | undefined;
1445
1445
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1446
1446
  }>, "many">>>;
1447
1447
  }, "strip", z.ZodTypeAny, {
1448
- id: string;
1449
1448
  status: string;
1449
+ id: string;
1450
+ balanceCents: number;
1450
1451
  isArchived: boolean;
1451
1452
  createdAt: Date;
1452
1453
  updatedAt: Date;
1453
1454
  syncedAt: Date;
1454
- balanceCents: number;
1455
1455
  customerId: string;
1456
1456
  projectId: string;
1457
1457
  lotDetail: string | null;
@@ -1460,74 +1460,63 @@ export declare const propertyRestResSchema: z.ZodObject<{
1460
1460
  mtaId: string;
1461
1461
  mtaBalanceCents: number;
1462
1462
  cmaBalanceCents: number;
1463
- customer?: {
1464
- id: string;
1465
- status: string;
1466
- isArchived: boolean;
1467
- createdAt: Date;
1468
- updatedAt: Date;
1469
- fullName: string | null;
1470
- mobile: string | null;
1471
- email: string;
1472
- syncedAt: Date;
1473
- } | null | undefined;
1474
1463
  cma?: {
1475
- id: string;
1476
1464
  status: "active" | "inactive";
1465
+ id: string;
1466
+ accountName: string;
1467
+ propertyId: string;
1468
+ balanceCents: number;
1469
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1470
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1477
1471
  isArchived: boolean;
1478
1472
  createdBy: string;
1479
1473
  createdAt: Date;
1480
1474
  updatedAt: Date;
1481
- balanceCents: number;
1482
1475
  description: string | null;
1483
- propertyId: string;
1484
1476
  payoutId: number;
1485
1477
  bsb: string | null;
1486
1478
  accountNumber: string | null;
1487
1479
  cmaSeq: number;
1488
1480
  country: string;
1489
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1490
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1491
- accountName: string;
1492
1481
  currentReceiveSeq: number;
1493
1482
  currentPayoutSeq: number;
1494
1483
  } | null | undefined;
1495
1484
  mta?: {
1496
- id: string;
1497
1485
  status: string;
1486
+ id: string;
1487
+ balanceCents: number;
1488
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1489
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1498
1490
  isArchived: boolean;
1499
1491
  createdBy: string | null;
1500
1492
  createdAt: Date;
1501
1493
  updatedAt: Date;
1502
1494
  syncedAt: Date | null;
1503
- balanceCents: number;
1504
1495
  name: string;
1505
1496
  bsb: string | null;
1506
1497
  accountNumber: string | null;
1507
1498
  updatedBy: string | null;
1508
1499
  country: string;
1509
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1510
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1511
1500
  currentReceiveSeq: number;
1512
1501
  currentPayoutSeq: number;
1513
1502
  subsidiaryId: string;
1514
1503
  } | null | undefined;
1515
1504
  buyerName?: string | null | undefined;
1516
1505
  project?: {
1517
- id: string;
1506
+ type: string;
1518
1507
  status: string;
1508
+ id: string;
1519
1509
  isArchived: boolean;
1520
1510
  createdAt: Date;
1521
1511
  updatedAt: Date;
1522
- type: string;
1523
1512
  syncedAt: Date;
1524
1513
  mtaId: string | null;
1525
1514
  name: string;
1526
1515
  developerId: string;
1527
1516
  state: string;
1528
1517
  developer?: {
1529
- id: string;
1530
1518
  status: string;
1519
+ id: string;
1531
1520
  isArchived: boolean;
1532
1521
  createdAt: Date;
1533
1522
  updatedAt: Date;
@@ -1535,20 +1524,31 @@ export declare const propertyRestResSchema: z.ZodObject<{
1535
1524
  companyName: string | null;
1536
1525
  } | null | undefined;
1537
1526
  } | null | undefined;
1538
- cmaTransactions?: ({
1527
+ customer?: {
1528
+ status: string;
1539
1529
  id: string;
1530
+ isArchived: boolean;
1531
+ createdAt: Date;
1532
+ updatedAt: Date;
1533
+ fullName: string | null;
1534
+ mobile: string | null;
1535
+ email: string;
1536
+ syncedAt: Date;
1537
+ } | null | undefined;
1538
+ cmaTransactions?: ({
1540
1539
  status: "clearing" | "cleared" | "reconciled";
1540
+ id: string;
1541
+ propertyId: string | null;
1542
+ balanceCents: number;
1541
1543
  isArchived: boolean;
1542
1544
  createdAt: Date;
1543
1545
  updatedAt: Date;
1544
1546
  syncedAt: Date | null;
1545
1547
  debitAmountCents: number;
1546
1548
  creditAmountCents: number;
1547
- balanceCents: number;
1548
1549
  description: string | null;
1549
1550
  clearedAt: Date | null;
1550
1551
  cmaId: string;
1551
- propertyId: string | null;
1552
1552
  createType: string;
1553
1553
  transactionType: string;
1554
1554
  isCanceled: boolean;
@@ -1576,13 +1576,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1576
1576
  lastName?: string | null | undefined;
1577
1577
  } | null | undefined;
1578
1578
  property?: {
1579
- id: string;
1580
1579
  status: string;
1580
+ id: string;
1581
+ balanceCents: number | bigint;
1581
1582
  isArchived: boolean;
1582
1583
  createdAt: Date;
1583
1584
  updatedAt: Date;
1584
1585
  syncedAt: Date;
1585
- balanceCents: number | bigint;
1586
1586
  customerId: string;
1587
1587
  projectId: string;
1588
1588
  lotDetail: string | null;
@@ -1591,33 +1591,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1591
1591
  mtaId: string;
1592
1592
  mtaBalanceCents: number | bigint;
1593
1593
  cmaBalanceCents: number | bigint;
1594
- customer?: {
1595
- id: string;
1596
- status: string;
1597
- isArchived: boolean;
1598
- createdAt: Date;
1599
- updatedAt: Date;
1600
- fullName: string | null;
1601
- mobile: string | null;
1602
- email: string;
1603
- syncedAt: Date;
1604
- } | null | undefined;
1605
1594
  buyerName?: string | null | undefined;
1606
1595
  project?: {
1607
- id: string;
1596
+ type: string;
1608
1597
  status: string;
1598
+ id: string;
1609
1599
  isArchived: boolean;
1610
1600
  createdAt: Date;
1611
1601
  updatedAt: Date;
1612
- type: string;
1613
1602
  syncedAt: Date;
1614
1603
  mtaId: string | null;
1615
1604
  name: string;
1616
1605
  developerId: string;
1617
1606
  state: string;
1618
1607
  developer?: {
1619
- id: string;
1620
1608
  status: string;
1609
+ id: string;
1621
1610
  isArchived: boolean;
1622
1611
  createdAt: Date;
1623
1612
  updatedAt: Date;
@@ -1625,23 +1614,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
1625
1614
  companyName: string | null;
1626
1615
  } | null | undefined;
1627
1616
  } | null | undefined;
1617
+ customer?: {
1618
+ status: string;
1619
+ id: string;
1620
+ isArchived: boolean;
1621
+ createdAt: Date;
1622
+ updatedAt: Date;
1623
+ fullName: string | null;
1624
+ mobile: string | null;
1625
+ email: string;
1626
+ syncedAt: Date;
1627
+ } | null | undefined;
1628
1628
  } | null | undefined;
1629
1629
  } & {
1630
1630
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1631
1631
  sourceTransaction?: Omit<{
1632
- id: string;
1633
1632
  status: "clearing" | "cleared" | "reconciled";
1633
+ id: string;
1634
+ propertyId: string | null;
1635
+ balanceCents: number;
1634
1636
  isArchived: boolean;
1635
1637
  createdAt: Date;
1636
1638
  updatedAt: Date;
1637
1639
  syncedAt: Date | null;
1638
1640
  debitAmountCents: number;
1639
1641
  creditAmountCents: number;
1640
- balanceCents: number;
1641
1642
  description: string | null;
1642
1643
  clearedAt: Date | null;
1643
1644
  cmaId: string;
1644
- propertyId: string | null;
1645
1645
  createType: string;
1646
1646
  transactionType: string;
1647
1647
  isCanceled: boolean;
@@ -1669,13 +1669,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1669
1669
  lastName?: string | null | undefined;
1670
1670
  } | null | undefined;
1671
1671
  property?: {
1672
- id: string;
1673
1672
  status: string;
1673
+ id: string;
1674
+ balanceCents: number | bigint;
1674
1675
  isArchived: boolean;
1675
1676
  createdAt: Date;
1676
1677
  updatedAt: Date;
1677
1678
  syncedAt: Date;
1678
- balanceCents: number | bigint;
1679
1679
  customerId: string;
1680
1680
  projectId: string;
1681
1681
  lotDetail: string | null;
@@ -1684,33 +1684,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1684
1684
  mtaId: string;
1685
1685
  mtaBalanceCents: number | bigint;
1686
1686
  cmaBalanceCents: number | bigint;
1687
- customer?: {
1688
- id: string;
1689
- status: string;
1690
- isArchived: boolean;
1691
- createdAt: Date;
1692
- updatedAt: Date;
1693
- fullName: string | null;
1694
- mobile: string | null;
1695
- email: string;
1696
- syncedAt: Date;
1697
- } | null | undefined;
1698
1687
  buyerName?: string | null | undefined;
1699
1688
  project?: {
1700
- id: string;
1689
+ type: string;
1701
1690
  status: string;
1691
+ id: string;
1702
1692
  isArchived: boolean;
1703
1693
  createdAt: Date;
1704
1694
  updatedAt: Date;
1705
- type: string;
1706
1695
  syncedAt: Date;
1707
1696
  mtaId: string | null;
1708
1697
  name: string;
1709
1698
  developerId: string;
1710
1699
  state: string;
1711
1700
  developer?: {
1712
- id: string;
1713
1701
  status: string;
1702
+ id: string;
1714
1703
  isArchived: boolean;
1715
1704
  createdAt: Date;
1716
1705
  updatedAt: Date;
@@ -1718,22 +1707,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
1718
1707
  companyName: string | null;
1719
1708
  } | null | undefined;
1720
1709
  } | null | undefined;
1710
+ customer?: {
1711
+ status: string;
1712
+ id: string;
1713
+ isArchived: boolean;
1714
+ createdAt: Date;
1715
+ updatedAt: Date;
1716
+ fullName: string | null;
1717
+ mobile: string | null;
1718
+ email: string;
1719
+ syncedAt: Date;
1720
+ } | null | undefined;
1721
1721
  } | null | undefined;
1722
1722
  } & any, "cma"> | null | undefined;
1723
1723
  subsequentTransactions?: Omit<{
1724
- id: string;
1725
1724
  status: "clearing" | "cleared" | "reconciled";
1725
+ id: string;
1726
+ propertyId: string | null;
1727
+ balanceCents: number;
1726
1728
  isArchived: boolean;
1727
1729
  createdAt: Date;
1728
1730
  updatedAt: Date;
1729
1731
  syncedAt: Date | null;
1730
1732
  debitAmountCents: number;
1731
1733
  creditAmountCents: number;
1732
- balanceCents: number;
1733
1734
  description: string | null;
1734
1735
  clearedAt: Date | null;
1735
1736
  cmaId: string;
1736
- propertyId: string | null;
1737
1737
  createType: string;
1738
1738
  transactionType: string;
1739
1739
  isCanceled: boolean;
@@ -1761,13 +1761,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1761
1761
  lastName?: string | null | undefined;
1762
1762
  } | null | undefined;
1763
1763
  property?: {
1764
- id: string;
1765
1764
  status: string;
1765
+ id: string;
1766
+ balanceCents: number | bigint;
1766
1767
  isArchived: boolean;
1767
1768
  createdAt: Date;
1768
1769
  updatedAt: Date;
1769
1770
  syncedAt: Date;
1770
- balanceCents: number | bigint;
1771
1771
  customerId: string;
1772
1772
  projectId: string;
1773
1773
  lotDetail: string | null;
@@ -1776,33 +1776,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1776
1776
  mtaId: string;
1777
1777
  mtaBalanceCents: number | bigint;
1778
1778
  cmaBalanceCents: number | bigint;
1779
- customer?: {
1780
- id: string;
1781
- status: string;
1782
- isArchived: boolean;
1783
- createdAt: Date;
1784
- updatedAt: Date;
1785
- fullName: string | null;
1786
- mobile: string | null;
1787
- email: string;
1788
- syncedAt: Date;
1789
- } | null | undefined;
1790
1779
  buyerName?: string | null | undefined;
1791
1780
  project?: {
1792
- id: string;
1781
+ type: string;
1793
1782
  status: string;
1783
+ id: string;
1794
1784
  isArchived: boolean;
1795
1785
  createdAt: Date;
1796
1786
  updatedAt: Date;
1797
- type: string;
1798
1787
  syncedAt: Date;
1799
1788
  mtaId: string | null;
1800
1789
  name: string;
1801
1790
  developerId: string;
1802
1791
  state: string;
1803
1792
  developer?: {
1804
- id: string;
1805
1793
  status: string;
1794
+ id: string;
1806
1795
  isArchived: boolean;
1807
1796
  createdAt: Date;
1808
1797
  updatedAt: Date;
@@ -1810,6 +1799,17 @@ export declare const propertyRestResSchema: z.ZodObject<{
1810
1799
  companyName: string | null;
1811
1800
  } | null | undefined;
1812
1801
  } | null | undefined;
1802
+ customer?: {
1803
+ status: string;
1804
+ id: string;
1805
+ isArchived: boolean;
1806
+ createdAt: Date;
1807
+ updatedAt: Date;
1808
+ fullName: string | null;
1809
+ mobile: string | null;
1810
+ email: string;
1811
+ syncedAt: Date;
1812
+ } | null | undefined;
1813
1813
  } | null | undefined;
1814
1814
  } & any, "cma">[] | null | undefined;
1815
1815
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1822,19 +1822,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1822
1822
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
1823
1823
  })[] | null | undefined;
1824
1824
  mtaTransactions?: ({
1825
+ status: "clearing" | "cleared" | "reconciled";
1825
1826
  id: string;
1826
- status: import("../..").AccountingCommonStatus;
1827
+ propertyId: string | null;
1828
+ balanceCents: number;
1827
1829
  isArchived: boolean;
1828
1830
  createdAt: Date;
1829
1831
  updatedAt: Date;
1830
1832
  syncedAt: Date;
1831
1833
  debitAmountCents: number;
1832
1834
  creditAmountCents: number;
1833
- balanceCents: number;
1834
1835
  mtaId: string;
1835
1836
  description: string | null;
1836
1837
  clearedAt: Date | null;
1837
- propertyId: string | null;
1838
1838
  transactionType: string;
1839
1839
  isCanceled: boolean;
1840
1840
  isRefunded: boolean;
@@ -1863,13 +1863,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1863
1863
  lastName?: string | null | undefined;
1864
1864
  } | null | undefined;
1865
1865
  property?: {
1866
- id: string;
1867
1866
  status: string;
1867
+ id: string;
1868
+ balanceCents: number | bigint;
1868
1869
  isArchived: boolean;
1869
1870
  createdAt: Date;
1870
1871
  updatedAt: Date;
1871
1872
  syncedAt: Date;
1872
- balanceCents: number | bigint;
1873
1873
  customerId: string;
1874
1874
  projectId: string;
1875
1875
  lotDetail: string | null;
@@ -1878,33 +1878,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1878
1878
  mtaId: string;
1879
1879
  mtaBalanceCents: number | bigint;
1880
1880
  cmaBalanceCents: number | bigint;
1881
- customer?: {
1882
- id: string;
1883
- status: string;
1884
- isArchived: boolean;
1885
- createdAt: Date;
1886
- updatedAt: Date;
1887
- fullName: string | null;
1888
- mobile: string | null;
1889
- email: string;
1890
- syncedAt: Date;
1891
- } | null | undefined;
1892
1881
  buyerName?: string | null | undefined;
1893
1882
  project?: {
1894
- id: string;
1883
+ type: string;
1895
1884
  status: string;
1885
+ id: string;
1896
1886
  isArchived: boolean;
1897
1887
  createdAt: Date;
1898
1888
  updatedAt: Date;
1899
- type: string;
1900
1889
  syncedAt: Date;
1901
1890
  mtaId: string | null;
1902
1891
  name: string;
1903
1892
  developerId: string;
1904
1893
  state: string;
1905
1894
  developer?: {
1906
- id: string;
1907
1895
  status: string;
1896
+ id: string;
1908
1897
  isArchived: boolean;
1909
1898
  createdAt: Date;
1910
1899
  updatedAt: Date;
@@ -1912,23 +1901,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
1912
1901
  companyName: string | null;
1913
1902
  } | null | undefined;
1914
1903
  } | null | undefined;
1904
+ customer?: {
1905
+ status: string;
1906
+ id: string;
1907
+ isArchived: boolean;
1908
+ createdAt: Date;
1909
+ updatedAt: Date;
1910
+ fullName: string | null;
1911
+ mobile: string | null;
1912
+ email: string;
1913
+ syncedAt: Date;
1914
+ } | null | undefined;
1915
1915
  } | null | undefined;
1916
1916
  } & {
1917
1917
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1918
1918
  sourceTransaction?: ({
1919
+ status: "clearing" | "cleared" | "reconciled";
1919
1920
  id: string;
1920
- status: import("../..").AccountingCommonStatus;
1921
+ propertyId: string | null;
1922
+ balanceCents: number;
1921
1923
  isArchived: boolean;
1922
1924
  createdAt: Date;
1923
1925
  updatedAt: Date;
1924
1926
  syncedAt: Date;
1925
1927
  debitAmountCents: number;
1926
1928
  creditAmountCents: number;
1927
- balanceCents: number;
1928
1929
  mtaId: string;
1929
1930
  description: string | null;
1930
1931
  clearedAt: Date | null;
1931
- propertyId: string | null;
1932
1932
  transactionType: string;
1933
1933
  isCanceled: boolean;
1934
1934
  isRefunded: boolean;
@@ -1957,13 +1957,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1957
1957
  lastName?: string | null | undefined;
1958
1958
  } | null | undefined;
1959
1959
  property?: {
1960
- id: string;
1961
1960
  status: string;
1961
+ id: string;
1962
+ balanceCents: number | bigint;
1962
1963
  isArchived: boolean;
1963
1964
  createdAt: Date;
1964
1965
  updatedAt: Date;
1965
1966
  syncedAt: Date;
1966
- balanceCents: number | bigint;
1967
1967
  customerId: string;
1968
1968
  projectId: string;
1969
1969
  lotDetail: string | null;
@@ -1972,33 +1972,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
1972
1972
  mtaId: string;
1973
1973
  mtaBalanceCents: number | bigint;
1974
1974
  cmaBalanceCents: number | bigint;
1975
- customer?: {
1976
- id: string;
1977
- status: string;
1978
- isArchived: boolean;
1979
- createdAt: Date;
1980
- updatedAt: Date;
1981
- fullName: string | null;
1982
- mobile: string | null;
1983
- email: string;
1984
- syncedAt: Date;
1985
- } | null | undefined;
1986
1975
  buyerName?: string | null | undefined;
1987
1976
  project?: {
1988
- id: string;
1977
+ type: string;
1989
1978
  status: string;
1979
+ id: string;
1990
1980
  isArchived: boolean;
1991
1981
  createdAt: Date;
1992
1982
  updatedAt: Date;
1993
- type: string;
1994
1983
  syncedAt: Date;
1995
1984
  mtaId: string | null;
1996
1985
  name: string;
1997
1986
  developerId: string;
1998
1987
  state: string;
1999
1988
  developer?: {
2000
- id: string;
2001
1989
  status: string;
1990
+ id: string;
2002
1991
  isArchived: boolean;
2003
1992
  createdAt: Date;
2004
1993
  updatedAt: Date;
@@ -2006,22 +1995,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
2006
1995
  companyName: string | null;
2007
1996
  } | null | undefined;
2008
1997
  } | null | undefined;
1998
+ customer?: {
1999
+ status: string;
2000
+ id: string;
2001
+ isArchived: boolean;
2002
+ createdAt: Date;
2003
+ updatedAt: Date;
2004
+ fullName: string | null;
2005
+ mobile: string | null;
2006
+ email: string;
2007
+ syncedAt: Date;
2008
+ } | null | undefined;
2009
2009
  } | null | undefined;
2010
2010
  } & any) | null | undefined;
2011
2011
  subsequentTransactions?: ({
2012
+ status: "clearing" | "cleared" | "reconciled";
2012
2013
  id: string;
2013
- status: import("../..").AccountingCommonStatus;
2014
+ propertyId: string | null;
2015
+ balanceCents: number;
2014
2016
  isArchived: boolean;
2015
2017
  createdAt: Date;
2016
2018
  updatedAt: Date;
2017
2019
  syncedAt: Date;
2018
2020
  debitAmountCents: number;
2019
2021
  creditAmountCents: number;
2020
- balanceCents: number;
2021
2022
  mtaId: string;
2022
2023
  description: string | null;
2023
2024
  clearedAt: Date | null;
2024
- propertyId: string | null;
2025
2025
  transactionType: string;
2026
2026
  isCanceled: boolean;
2027
2027
  isRefunded: boolean;
@@ -2050,13 +2050,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2050
2050
  lastName?: string | null | undefined;
2051
2051
  } | null | undefined;
2052
2052
  property?: {
2053
- id: string;
2054
2053
  status: string;
2054
+ id: string;
2055
+ balanceCents: number | bigint;
2055
2056
  isArchived: boolean;
2056
2057
  createdAt: Date;
2057
2058
  updatedAt: Date;
2058
2059
  syncedAt: Date;
2059
- balanceCents: number | bigint;
2060
2060
  customerId: string;
2061
2061
  projectId: string;
2062
2062
  lotDetail: string | null;
@@ -2065,33 +2065,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
2065
2065
  mtaId: string;
2066
2066
  mtaBalanceCents: number | bigint;
2067
2067
  cmaBalanceCents: number | bigint;
2068
- customer?: {
2069
- id: string;
2070
- status: string;
2071
- isArchived: boolean;
2072
- createdAt: Date;
2073
- updatedAt: Date;
2074
- fullName: string | null;
2075
- mobile: string | null;
2076
- email: string;
2077
- syncedAt: Date;
2078
- } | null | undefined;
2079
2068
  buyerName?: string | null | undefined;
2080
2069
  project?: {
2081
- id: string;
2070
+ type: string;
2082
2071
  status: string;
2072
+ id: string;
2083
2073
  isArchived: boolean;
2084
2074
  createdAt: Date;
2085
2075
  updatedAt: Date;
2086
- type: string;
2087
2076
  syncedAt: Date;
2088
2077
  mtaId: string | null;
2089
2078
  name: string;
2090
2079
  developerId: string;
2091
2080
  state: string;
2092
2081
  developer?: {
2093
- id: string;
2094
2082
  status: string;
2083
+ id: string;
2095
2084
  isArchived: boolean;
2096
2085
  createdAt: Date;
2097
2086
  updatedAt: Date;
@@ -2099,6 +2088,17 @@ export declare const propertyRestResSchema: z.ZodObject<{
2099
2088
  companyName: string | null;
2100
2089
  } | null | undefined;
2101
2090
  } | null | undefined;
2091
+ customer?: {
2092
+ status: string;
2093
+ id: string;
2094
+ isArchived: boolean;
2095
+ createdAt: Date;
2096
+ updatedAt: Date;
2097
+ fullName: string | null;
2098
+ mobile: string | null;
2099
+ email: string;
2100
+ syncedAt: Date;
2101
+ } | null | undefined;
2102
2102
  } | null | undefined;
2103
2103
  } & any)[] | null | undefined;
2104
2104
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -2113,13 +2113,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2113
2113
  isCancelable?: boolean | null | undefined;
2114
2114
  })[] | null | undefined;
2115
2115
  }, {
2116
- id: string;
2117
2116
  status: string;
2117
+ id: string;
2118
+ balanceCents: string | number | bigint;
2118
2119
  isArchived: boolean;
2119
2120
  createdAt: Date;
2120
2121
  updatedAt: Date;
2121
2122
  syncedAt: Date;
2122
- balanceCents: string | number | bigint;
2123
2123
  customerId: string;
2124
2124
  projectId: string;
2125
2125
  lotDetail: string | null;
@@ -2128,74 +2128,63 @@ export declare const propertyRestResSchema: z.ZodObject<{
2128
2128
  mtaId: string;
2129
2129
  mtaBalanceCents: string | number | bigint;
2130
2130
  cmaBalanceCents: string | number | bigint;
2131
- customer?: {
2132
- id: string;
2133
- status: string;
2134
- isArchived: boolean;
2135
- createdAt: Date;
2136
- updatedAt: Date;
2137
- fullName: string | null;
2138
- mobile: string | null;
2139
- email: string;
2140
- syncedAt: Date;
2141
- } | null | undefined;
2142
2131
  cma?: {
2143
- id: string;
2144
2132
  status: string;
2133
+ id: string;
2134
+ accountName: string;
2135
+ propertyId: string;
2136
+ balanceCents: string | number | bigint;
2137
+ stateCode: string;
2138
+ bankCode: string;
2145
2139
  isArchived: boolean;
2146
2140
  createdBy: string;
2147
2141
  createdAt: Date;
2148
2142
  updatedAt: Date;
2149
- balanceCents: string | number | bigint;
2150
2143
  description: string | null;
2151
- propertyId: string;
2152
2144
  payoutId: number;
2153
2145
  bsb: string;
2154
2146
  accountNumber: string;
2155
2147
  cmaSeq: number;
2156
2148
  country: string;
2157
- stateCode: string;
2158
- bankCode: string;
2159
- accountName: string;
2160
2149
  currentReceiveSeq: number;
2161
2150
  currentPayoutSeq: number;
2162
2151
  } | null | undefined;
2163
2152
  mta?: {
2164
- id: string;
2165
2153
  status: string;
2154
+ id: string;
2155
+ balanceCents: string | number | bigint;
2156
+ stateCode: string;
2157
+ bankCode: string;
2166
2158
  isArchived: boolean;
2167
2159
  createdBy: string | null;
2168
2160
  createdAt: Date;
2169
2161
  updatedAt: Date;
2170
2162
  syncedAt: Date | null;
2171
- balanceCents: string | number | bigint;
2172
2163
  name: string;
2173
2164
  bsb: string;
2174
2165
  accountNumber: string;
2175
2166
  updatedBy: string | null;
2176
2167
  country: string;
2177
- stateCode: string;
2178
- bankCode: string;
2179
2168
  currentReceiveSeq: number;
2180
2169
  currentPayoutSeq: number;
2181
2170
  subsidiaryId: string;
2182
2171
  } | null | undefined;
2183
2172
  buyerName?: string | null | undefined;
2184
2173
  project?: {
2185
- id: string;
2174
+ type: string;
2186
2175
  status: string;
2176
+ id: string;
2187
2177
  isArchived: boolean;
2188
2178
  createdAt: Date;
2189
2179
  updatedAt: Date;
2190
- type: string;
2191
2180
  syncedAt: Date;
2192
2181
  mtaId: string | null;
2193
2182
  name: string;
2194
2183
  developerId: string;
2195
2184
  state: string;
2196
2185
  developer?: {
2197
- id: string;
2198
2186
  status: string;
2187
+ id: string;
2199
2188
  isArchived: boolean;
2200
2189
  createdAt: Date;
2201
2190
  updatedAt: Date;
@@ -2203,20 +2192,31 @@ export declare const propertyRestResSchema: z.ZodObject<{
2203
2192
  companyName: string | null;
2204
2193
  } | null | undefined;
2205
2194
  } | null | undefined;
2206
- cmaTransactions?: ({
2195
+ customer?: {
2196
+ status: string;
2207
2197
  id: string;
2198
+ isArchived: boolean;
2199
+ createdAt: Date;
2200
+ updatedAt: Date;
2201
+ fullName: string | null;
2202
+ mobile: string | null;
2203
+ email: string;
2204
+ syncedAt: Date;
2205
+ } | null | undefined;
2206
+ cmaTransactions?: ({
2208
2207
  status: string;
2208
+ id: string;
2209
+ propertyId: string | null;
2210
+ balanceCents: string | number | bigint;
2209
2211
  isArchived: boolean;
2210
2212
  createdAt: Date;
2211
2213
  updatedAt: Date;
2212
2214
  syncedAt: Date | null;
2213
2215
  debitAmountCents: string | number | bigint;
2214
2216
  creditAmountCents: string | number | bigint;
2215
- balanceCents: string | number | bigint;
2216
2217
  description: string | null;
2217
2218
  clearedAt: Date | null;
2218
2219
  cmaId: string;
2219
- propertyId: string | null;
2220
2220
  createType: string;
2221
2221
  transactionType: string;
2222
2222
  isCanceled: boolean;
@@ -2244,13 +2244,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2244
2244
  lastName?: string | null | undefined;
2245
2245
  } | null | undefined;
2246
2246
  property?: {
2247
- id: string;
2248
2247
  status: string;
2248
+ id: string;
2249
+ balanceCents: number | bigint;
2249
2250
  isArchived: boolean;
2250
2251
  createdAt: Date;
2251
2252
  updatedAt: Date;
2252
2253
  syncedAt: Date;
2253
- balanceCents: number | bigint;
2254
2254
  customerId: string;
2255
2255
  projectId: string;
2256
2256
  lotDetail: string | null;
@@ -2259,33 +2259,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
2259
2259
  mtaId: string;
2260
2260
  mtaBalanceCents: number | bigint;
2261
2261
  cmaBalanceCents: number | bigint;
2262
- customer?: {
2263
- id: string;
2264
- status: string;
2265
- isArchived: boolean;
2266
- createdAt: Date;
2267
- updatedAt: Date;
2268
- fullName: string | null;
2269
- mobile: string | null;
2270
- email: string;
2271
- syncedAt: Date;
2272
- } | null | undefined;
2273
2262
  buyerName?: string | null | undefined;
2274
2263
  project?: {
2275
- id: string;
2264
+ type: string;
2276
2265
  status: string;
2266
+ id: string;
2277
2267
  isArchived: boolean;
2278
2268
  createdAt: Date;
2279
2269
  updatedAt: Date;
2280
- type: string;
2281
2270
  syncedAt: Date;
2282
2271
  mtaId: string | null;
2283
2272
  name: string;
2284
2273
  developerId: string;
2285
2274
  state: string;
2286
2275
  developer?: {
2287
- id: string;
2288
2276
  status: string;
2277
+ id: string;
2289
2278
  isArchived: boolean;
2290
2279
  createdAt: Date;
2291
2280
  updatedAt: Date;
@@ -2293,23 +2282,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
2293
2282
  companyName: string | null;
2294
2283
  } | null | undefined;
2295
2284
  } | null | undefined;
2285
+ customer?: {
2286
+ status: string;
2287
+ id: string;
2288
+ isArchived: boolean;
2289
+ createdAt: Date;
2290
+ updatedAt: Date;
2291
+ fullName: string | null;
2292
+ mobile: string | null;
2293
+ email: string;
2294
+ syncedAt: Date;
2295
+ } | null | undefined;
2296
2296
  } | null | undefined;
2297
2297
  } & {
2298
2298
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
2299
2299
  sourceTransaction?: ({
2300
- id: string;
2301
2300
  status: string;
2301
+ id: string;
2302
+ propertyId: string | null;
2303
+ balanceCents: string | number | bigint;
2302
2304
  isArchived: boolean;
2303
2305
  createdAt: Date;
2304
2306
  updatedAt: Date;
2305
2307
  syncedAt: Date | null;
2306
2308
  debitAmountCents: string | number | bigint;
2307
2309
  creditAmountCents: string | number | bigint;
2308
- balanceCents: string | number | bigint;
2309
2310
  description: string | null;
2310
2311
  clearedAt: Date | null;
2311
2312
  cmaId: string;
2312
- propertyId: string | null;
2313
2313
  createType: string;
2314
2314
  transactionType: string;
2315
2315
  isCanceled: boolean;
@@ -2337,13 +2337,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2337
2337
  lastName?: string | null | undefined;
2338
2338
  } | null | undefined;
2339
2339
  property?: {
2340
- id: string;
2341
2340
  status: string;
2341
+ id: string;
2342
+ balanceCents: number | bigint;
2342
2343
  isArchived: boolean;
2343
2344
  createdAt: Date;
2344
2345
  updatedAt: Date;
2345
2346
  syncedAt: Date;
2346
- balanceCents: number | bigint;
2347
2347
  customerId: string;
2348
2348
  projectId: string;
2349
2349
  lotDetail: string | null;
@@ -2352,33 +2352,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
2352
2352
  mtaId: string;
2353
2353
  mtaBalanceCents: number | bigint;
2354
2354
  cmaBalanceCents: number | bigint;
2355
- customer?: {
2356
- id: string;
2357
- status: string;
2358
- isArchived: boolean;
2359
- createdAt: Date;
2360
- updatedAt: Date;
2361
- fullName: string | null;
2362
- mobile: string | null;
2363
- email: string;
2364
- syncedAt: Date;
2365
- } | null | undefined;
2366
2355
  buyerName?: string | null | undefined;
2367
2356
  project?: {
2368
- id: string;
2357
+ type: string;
2369
2358
  status: string;
2359
+ id: string;
2370
2360
  isArchived: boolean;
2371
2361
  createdAt: Date;
2372
2362
  updatedAt: Date;
2373
- type: string;
2374
2363
  syncedAt: Date;
2375
2364
  mtaId: string | null;
2376
2365
  name: string;
2377
2366
  developerId: string;
2378
2367
  state: string;
2379
2368
  developer?: {
2380
- id: string;
2381
2369
  status: string;
2370
+ id: string;
2382
2371
  isArchived: boolean;
2383
2372
  createdAt: Date;
2384
2373
  updatedAt: Date;
@@ -2386,22 +2375,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
2386
2375
  companyName: string | null;
2387
2376
  } | null | undefined;
2388
2377
  } | null | undefined;
2378
+ customer?: {
2379
+ status: string;
2380
+ id: string;
2381
+ isArchived: boolean;
2382
+ createdAt: Date;
2383
+ updatedAt: Date;
2384
+ fullName: string | null;
2385
+ mobile: string | null;
2386
+ email: string;
2387
+ syncedAt: Date;
2388
+ } | null | undefined;
2389
2389
  } | null | undefined;
2390
2390
  } & any) | null | undefined;
2391
2391
  subsequentTransactions?: ({
2392
- id: string;
2393
2392
  status: string;
2393
+ id: string;
2394
+ propertyId: string | null;
2395
+ balanceCents: string | number | bigint;
2394
2396
  isArchived: boolean;
2395
2397
  createdAt: Date;
2396
2398
  updatedAt: Date;
2397
2399
  syncedAt: Date | null;
2398
2400
  debitAmountCents: string | number | bigint;
2399
2401
  creditAmountCents: string | number | bigint;
2400
- balanceCents: string | number | bigint;
2401
2402
  description: string | null;
2402
2403
  clearedAt: Date | null;
2403
2404
  cmaId: string;
2404
- propertyId: string | null;
2405
2405
  createType: string;
2406
2406
  transactionType: string;
2407
2407
  isCanceled: boolean;
@@ -2429,13 +2429,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2429
2429
  lastName?: string | null | undefined;
2430
2430
  } | null | undefined;
2431
2431
  property?: {
2432
- id: string;
2433
2432
  status: string;
2433
+ id: string;
2434
+ balanceCents: number | bigint;
2434
2435
  isArchived: boolean;
2435
2436
  createdAt: Date;
2436
2437
  updatedAt: Date;
2437
2438
  syncedAt: Date;
2438
- balanceCents: number | bigint;
2439
2439
  customerId: string;
2440
2440
  projectId: string;
2441
2441
  lotDetail: string | null;
@@ -2444,33 +2444,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
2444
2444
  mtaId: string;
2445
2445
  mtaBalanceCents: number | bigint;
2446
2446
  cmaBalanceCents: number | bigint;
2447
- customer?: {
2448
- id: string;
2449
- status: string;
2450
- isArchived: boolean;
2451
- createdAt: Date;
2452
- updatedAt: Date;
2453
- fullName: string | null;
2454
- mobile: string | null;
2455
- email: string;
2456
- syncedAt: Date;
2457
- } | null | undefined;
2458
2447
  buyerName?: string | null | undefined;
2459
2448
  project?: {
2460
- id: string;
2449
+ type: string;
2461
2450
  status: string;
2451
+ id: string;
2462
2452
  isArchived: boolean;
2463
2453
  createdAt: Date;
2464
2454
  updatedAt: Date;
2465
- type: string;
2466
2455
  syncedAt: Date;
2467
2456
  mtaId: string | null;
2468
2457
  name: string;
2469
2458
  developerId: string;
2470
2459
  state: string;
2471
2460
  developer?: {
2472
- id: string;
2473
2461
  status: string;
2462
+ id: string;
2474
2463
  isArchived: boolean;
2475
2464
  createdAt: Date;
2476
2465
  updatedAt: Date;
@@ -2478,25 +2467,36 @@ export declare const propertyRestResSchema: z.ZodObject<{
2478
2467
  companyName: string | null;
2479
2468
  } | null | undefined;
2480
2469
  } | null | undefined;
2470
+ customer?: {
2471
+ status: string;
2472
+ id: string;
2473
+ isArchived: boolean;
2474
+ createdAt: Date;
2475
+ updatedAt: Date;
2476
+ fullName: string | null;
2477
+ mobile: string | null;
2478
+ email: string;
2479
+ syncedAt: Date;
2480
+ } | null | undefined;
2481
2481
  } | null | undefined;
2482
2482
  } & any)[] | null | undefined;
2483
2483
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2484
2484
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2485
2485
  })[] | null | undefined;
2486
2486
  mtaTransactions?: ({
2487
- id: string;
2488
2487
  status: string;
2488
+ id: string;
2489
+ propertyId: string | null;
2490
+ balanceCents: string | number | bigint;
2489
2491
  isArchived: boolean;
2490
2492
  createdAt: Date;
2491
2493
  updatedAt: Date;
2492
2494
  syncedAt: Date;
2493
2495
  debitAmountCents: string | number | bigint;
2494
2496
  creditAmountCents: string | number | bigint;
2495
- balanceCents: string | number | bigint;
2496
2497
  mtaId: string;
2497
2498
  description: string | null;
2498
2499
  clearedAt: Date | null;
2499
- propertyId: string | null;
2500
2500
  transactionType: string;
2501
2501
  isCanceled: boolean;
2502
2502
  isRefunded: boolean;
@@ -2525,13 +2525,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2525
2525
  lastName?: string | null | undefined;
2526
2526
  } | null | undefined;
2527
2527
  property?: {
2528
- id: string;
2529
2528
  status: string;
2529
+ id: string;
2530
+ balanceCents: number | bigint;
2530
2531
  isArchived: boolean;
2531
2532
  createdAt: Date;
2532
2533
  updatedAt: Date;
2533
2534
  syncedAt: Date;
2534
- balanceCents: number | bigint;
2535
2535
  customerId: string;
2536
2536
  projectId: string;
2537
2537
  lotDetail: string | null;
@@ -2540,33 +2540,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
2540
2540
  mtaId: string;
2541
2541
  mtaBalanceCents: number | bigint;
2542
2542
  cmaBalanceCents: number | bigint;
2543
- customer?: {
2544
- id: string;
2545
- status: string;
2546
- isArchived: boolean;
2547
- createdAt: Date;
2548
- updatedAt: Date;
2549
- fullName: string | null;
2550
- mobile: string | null;
2551
- email: string;
2552
- syncedAt: Date;
2553
- } | null | undefined;
2554
2543
  buyerName?: string | null | undefined;
2555
2544
  project?: {
2556
- id: string;
2545
+ type: string;
2557
2546
  status: string;
2547
+ id: string;
2558
2548
  isArchived: boolean;
2559
2549
  createdAt: Date;
2560
2550
  updatedAt: Date;
2561
- type: string;
2562
2551
  syncedAt: Date;
2563
2552
  mtaId: string | null;
2564
2553
  name: string;
2565
2554
  developerId: string;
2566
2555
  state: string;
2567
2556
  developer?: {
2568
- id: string;
2569
2557
  status: string;
2558
+ id: string;
2570
2559
  isArchived: boolean;
2571
2560
  createdAt: Date;
2572
2561
  updatedAt: Date;
@@ -2574,23 +2563,34 @@ export declare const propertyRestResSchema: z.ZodObject<{
2574
2563
  companyName: string | null;
2575
2564
  } | null | undefined;
2576
2565
  } | null | undefined;
2566
+ customer?: {
2567
+ status: string;
2568
+ id: string;
2569
+ isArchived: boolean;
2570
+ createdAt: Date;
2571
+ updatedAt: Date;
2572
+ fullName: string | null;
2573
+ mobile: string | null;
2574
+ email: string;
2575
+ syncedAt: Date;
2576
+ } | null | undefined;
2577
2577
  } | null | undefined;
2578
2578
  } & {
2579
2579
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
2580
2580
  sourceTransaction?: ({
2581
- id: string;
2582
2581
  status: string;
2582
+ id: string;
2583
+ propertyId: string | null;
2584
+ balanceCents: string | number | bigint;
2583
2585
  isArchived: boolean;
2584
2586
  createdAt: Date;
2585
2587
  updatedAt: Date;
2586
2588
  syncedAt: Date;
2587
2589
  debitAmountCents: string | number | bigint;
2588
2590
  creditAmountCents: string | number | bigint;
2589
- balanceCents: string | number | bigint;
2590
2591
  mtaId: string;
2591
2592
  description: string | null;
2592
2593
  clearedAt: Date | null;
2593
- propertyId: string | null;
2594
2594
  transactionType: string;
2595
2595
  isCanceled: boolean;
2596
2596
  isRefunded: boolean;
@@ -2619,13 +2619,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2619
2619
  lastName?: string | null | undefined;
2620
2620
  } | null | undefined;
2621
2621
  property?: {
2622
- id: string;
2623
2622
  status: string;
2623
+ id: string;
2624
+ balanceCents: number | bigint;
2624
2625
  isArchived: boolean;
2625
2626
  createdAt: Date;
2626
2627
  updatedAt: Date;
2627
2628
  syncedAt: Date;
2628
- balanceCents: number | bigint;
2629
2629
  customerId: string;
2630
2630
  projectId: string;
2631
2631
  lotDetail: string | null;
@@ -2634,33 +2634,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
2634
2634
  mtaId: string;
2635
2635
  mtaBalanceCents: number | bigint;
2636
2636
  cmaBalanceCents: number | bigint;
2637
- customer?: {
2638
- id: string;
2639
- status: string;
2640
- isArchived: boolean;
2641
- createdAt: Date;
2642
- updatedAt: Date;
2643
- fullName: string | null;
2644
- mobile: string | null;
2645
- email: string;
2646
- syncedAt: Date;
2647
- } | null | undefined;
2648
2637
  buyerName?: string | null | undefined;
2649
2638
  project?: {
2650
- id: string;
2639
+ type: string;
2651
2640
  status: string;
2641
+ id: string;
2652
2642
  isArchived: boolean;
2653
2643
  createdAt: Date;
2654
2644
  updatedAt: Date;
2655
- type: string;
2656
2645
  syncedAt: Date;
2657
2646
  mtaId: string | null;
2658
2647
  name: string;
2659
2648
  developerId: string;
2660
2649
  state: string;
2661
2650
  developer?: {
2662
- id: string;
2663
2651
  status: string;
2652
+ id: string;
2664
2653
  isArchived: boolean;
2665
2654
  createdAt: Date;
2666
2655
  updatedAt: Date;
@@ -2668,22 +2657,33 @@ export declare const propertyRestResSchema: z.ZodObject<{
2668
2657
  companyName: string | null;
2669
2658
  } | null | undefined;
2670
2659
  } | null | undefined;
2660
+ customer?: {
2661
+ status: string;
2662
+ id: string;
2663
+ isArchived: boolean;
2664
+ createdAt: Date;
2665
+ updatedAt: Date;
2666
+ fullName: string | null;
2667
+ mobile: string | null;
2668
+ email: string;
2669
+ syncedAt: Date;
2670
+ } | null | undefined;
2671
2671
  } | null | undefined;
2672
2672
  } & any) | null | undefined;
2673
2673
  subsequentTransactions?: ({
2674
- id: string;
2675
2674
  status: string;
2675
+ id: string;
2676
+ propertyId: string | null;
2677
+ balanceCents: string | number | bigint;
2676
2678
  isArchived: boolean;
2677
2679
  createdAt: Date;
2678
2680
  updatedAt: Date;
2679
2681
  syncedAt: Date;
2680
2682
  debitAmountCents: string | number | bigint;
2681
2683
  creditAmountCents: string | number | bigint;
2682
- balanceCents: string | number | bigint;
2683
2684
  mtaId: string;
2684
2685
  description: string | null;
2685
2686
  clearedAt: Date | null;
2686
- propertyId: string | null;
2687
2687
  transactionType: string;
2688
2688
  isCanceled: boolean;
2689
2689
  isRefunded: boolean;
@@ -2712,13 +2712,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2712
2712
  lastName?: string | null | undefined;
2713
2713
  } | null | undefined;
2714
2714
  property?: {
2715
- id: string;
2716
2715
  status: string;
2716
+ id: string;
2717
+ balanceCents: number | bigint;
2717
2718
  isArchived: boolean;
2718
2719
  createdAt: Date;
2719
2720
  updatedAt: Date;
2720
2721
  syncedAt: Date;
2721
- balanceCents: number | bigint;
2722
2722
  customerId: string;
2723
2723
  projectId: string;
2724
2724
  lotDetail: string | null;
@@ -2727,33 +2727,22 @@ export declare const propertyRestResSchema: z.ZodObject<{
2727
2727
  mtaId: string;
2728
2728
  mtaBalanceCents: number | bigint;
2729
2729
  cmaBalanceCents: number | bigint;
2730
- customer?: {
2731
- id: string;
2732
- status: string;
2733
- isArchived: boolean;
2734
- createdAt: Date;
2735
- updatedAt: Date;
2736
- fullName: string | null;
2737
- mobile: string | null;
2738
- email: string;
2739
- syncedAt: Date;
2740
- } | null | undefined;
2741
2730
  buyerName?: string | null | undefined;
2742
2731
  project?: {
2743
- id: string;
2732
+ type: string;
2744
2733
  status: string;
2734
+ id: string;
2745
2735
  isArchived: boolean;
2746
2736
  createdAt: Date;
2747
2737
  updatedAt: Date;
2748
- type: string;
2749
2738
  syncedAt: Date;
2750
2739
  mtaId: string | null;
2751
2740
  name: string;
2752
2741
  developerId: string;
2753
2742
  state: string;
2754
2743
  developer?: {
2755
- id: string;
2756
2744
  status: string;
2745
+ id: string;
2757
2746
  isArchived: boolean;
2758
2747
  createdAt: Date;
2759
2748
  updatedAt: Date;
@@ -2761,6 +2750,17 @@ export declare const propertyRestResSchema: z.ZodObject<{
2761
2750
  companyName: string | null;
2762
2751
  } | null | undefined;
2763
2752
  } | null | undefined;
2753
+ customer?: {
2754
+ status: string;
2755
+ id: string;
2756
+ isArchived: boolean;
2757
+ createdAt: Date;
2758
+ updatedAt: Date;
2759
+ fullName: string | null;
2760
+ mobile: string | null;
2761
+ email: string;
2762
+ syncedAt: Date;
2763
+ } | null | undefined;
2764
2764
  } | null | undefined;
2765
2765
  } & any)[] | null | undefined;
2766
2766
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;