@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
@@ -54,8 +54,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
54
54
  currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
55
55
  currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
56
56
  }, "strip", z.ZodTypeAny, {
57
- id: string;
58
57
  status: string;
58
+ id: string;
59
59
  isArchived: boolean;
60
60
  createdBy: string;
61
61
  createdAt: Date;
@@ -76,8 +76,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
76
76
  currentReconciledBalanceCents?: number | null | undefined;
77
77
  currentVarianceCents?: number | null | undefined;
78
78
  }, {
79
- id: string;
80
79
  status: string;
80
+ id: string;
81
81
  isArchived: boolean;
82
82
  createdBy: string;
83
83
  createdAt: Date;
@@ -133,19 +133,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
133
133
  transactionsSummary: z.ZodObject<{
134
134
  reconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
135
135
  reconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
136
- id: string;
137
136
  status: "clearing" | "cleared" | "reconciled";
137
+ id: string;
138
+ propertyId: string | null;
139
+ balanceCents: number;
138
140
  isArchived: boolean;
139
141
  createdAt: Date;
140
142
  updatedAt: Date;
141
143
  syncedAt: Date | null;
142
144
  debitAmountCents: number;
143
145
  creditAmountCents: number;
144
- balanceCents: number;
145
146
  description: string | null;
146
147
  clearedAt: Date | null;
147
148
  cmaId: string;
148
- propertyId: string | null;
149
149
  createType: string;
150
150
  transactionType: string;
151
151
  isCanceled: boolean;
@@ -173,13 +173,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
173
173
  lastName?: string | null | undefined;
174
174
  } | null | undefined;
175
175
  property?: {
176
- id: string;
177
176
  status: string;
177
+ id: string;
178
+ balanceCents: number | bigint;
178
179
  isArchived: boolean;
179
180
  createdAt: Date;
180
181
  updatedAt: Date;
181
182
  syncedAt: Date;
182
- balanceCents: number | bigint;
183
183
  customerId: string;
184
184
  projectId: string;
185
185
  lotDetail: string | null;
@@ -188,33 +188,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
188
188
  mtaId: string;
189
189
  mtaBalanceCents: number | bigint;
190
190
  cmaBalanceCents: number | bigint;
191
- customer?: {
192
- id: string;
193
- status: string;
194
- isArchived: boolean;
195
- createdAt: Date;
196
- updatedAt: Date;
197
- fullName: string | null;
198
- mobile: string | null;
199
- email: string;
200
- syncedAt: Date;
201
- } | null | undefined;
202
191
  buyerName?: string | null | undefined;
203
192
  project?: {
204
- id: string;
193
+ type: string;
205
194
  status: string;
195
+ id: string;
206
196
  isArchived: boolean;
207
197
  createdAt: Date;
208
198
  updatedAt: Date;
209
- type: string;
210
199
  syncedAt: Date;
211
200
  mtaId: string | null;
212
201
  name: string;
213
202
  developerId: string;
214
203
  state: string;
215
204
  developer?: {
216
- id: string;
217
205
  status: string;
206
+ id: string;
218
207
  isArchived: boolean;
219
208
  createdAt: Date;
220
209
  updatedAt: Date;
@@ -222,23 +211,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
222
211
  companyName: string | null;
223
212
  } | null | undefined;
224
213
  } | null | undefined;
214
+ customer?: {
215
+ status: string;
216
+ id: string;
217
+ isArchived: boolean;
218
+ createdAt: Date;
219
+ updatedAt: Date;
220
+ fullName: string | null;
221
+ mobile: string | null;
222
+ email: string;
223
+ syncedAt: Date;
224
+ } | null | undefined;
225
225
  } | null | undefined;
226
226
  } & {
227
227
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
228
228
  sourceTransaction?: Omit<{
229
- id: string;
230
229
  status: "clearing" | "cleared" | "reconciled";
230
+ id: string;
231
+ propertyId: string | null;
232
+ balanceCents: number;
231
233
  isArchived: boolean;
232
234
  createdAt: Date;
233
235
  updatedAt: Date;
234
236
  syncedAt: Date | null;
235
237
  debitAmountCents: number;
236
238
  creditAmountCents: number;
237
- balanceCents: number;
238
239
  description: string | null;
239
240
  clearedAt: Date | null;
240
241
  cmaId: string;
241
- propertyId: string | null;
242
242
  createType: string;
243
243
  transactionType: string;
244
244
  isCanceled: boolean;
@@ -266,13 +266,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
266
266
  lastName?: string | null | undefined;
267
267
  } | null | undefined;
268
268
  property?: {
269
- id: string;
270
269
  status: string;
270
+ id: string;
271
+ balanceCents: number | bigint;
271
272
  isArchived: boolean;
272
273
  createdAt: Date;
273
274
  updatedAt: Date;
274
275
  syncedAt: Date;
275
- balanceCents: number | bigint;
276
276
  customerId: string;
277
277
  projectId: string;
278
278
  lotDetail: string | null;
@@ -281,33 +281,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
281
281
  mtaId: string;
282
282
  mtaBalanceCents: number | bigint;
283
283
  cmaBalanceCents: number | bigint;
284
- customer?: {
285
- id: string;
286
- status: string;
287
- isArchived: boolean;
288
- createdAt: Date;
289
- updatedAt: Date;
290
- fullName: string | null;
291
- mobile: string | null;
292
- email: string;
293
- syncedAt: Date;
294
- } | null | undefined;
295
284
  buyerName?: string | null | undefined;
296
285
  project?: {
297
- id: string;
286
+ type: string;
298
287
  status: string;
288
+ id: string;
299
289
  isArchived: boolean;
300
290
  createdAt: Date;
301
291
  updatedAt: Date;
302
- type: string;
303
292
  syncedAt: Date;
304
293
  mtaId: string | null;
305
294
  name: string;
306
295
  developerId: string;
307
296
  state: string;
308
297
  developer?: {
309
- id: string;
310
298
  status: string;
299
+ id: string;
311
300
  isArchived: boolean;
312
301
  createdAt: Date;
313
302
  updatedAt: Date;
@@ -315,22 +304,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
315
304
  companyName: string | null;
316
305
  } | null | undefined;
317
306
  } | null | undefined;
307
+ customer?: {
308
+ status: string;
309
+ id: string;
310
+ isArchived: boolean;
311
+ createdAt: Date;
312
+ updatedAt: Date;
313
+ fullName: string | null;
314
+ mobile: string | null;
315
+ email: string;
316
+ syncedAt: Date;
317
+ } | null | undefined;
318
318
  } | null | undefined;
319
319
  } & any, "cma"> | null | undefined;
320
320
  subsequentTransactions?: Omit<{
321
- id: string;
322
321
  status: "clearing" | "cleared" | "reconciled";
322
+ id: string;
323
+ propertyId: string | null;
324
+ balanceCents: number;
323
325
  isArchived: boolean;
324
326
  createdAt: Date;
325
327
  updatedAt: Date;
326
328
  syncedAt: Date | null;
327
329
  debitAmountCents: number;
328
330
  creditAmountCents: number;
329
- balanceCents: number;
330
331
  description: string | null;
331
332
  clearedAt: Date | null;
332
333
  cmaId: string;
333
- propertyId: string | null;
334
334
  createType: string;
335
335
  transactionType: string;
336
336
  isCanceled: boolean;
@@ -358,13 +358,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
358
358
  lastName?: string | null | undefined;
359
359
  } | null | undefined;
360
360
  property?: {
361
- id: string;
362
361
  status: string;
362
+ id: string;
363
+ balanceCents: number | bigint;
363
364
  isArchived: boolean;
364
365
  createdAt: Date;
365
366
  updatedAt: Date;
366
367
  syncedAt: Date;
367
- balanceCents: number | bigint;
368
368
  customerId: string;
369
369
  projectId: string;
370
370
  lotDetail: string | null;
@@ -373,33 +373,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
373
373
  mtaId: string;
374
374
  mtaBalanceCents: number | bigint;
375
375
  cmaBalanceCents: number | bigint;
376
- customer?: {
377
- id: string;
378
- status: string;
379
- isArchived: boolean;
380
- createdAt: Date;
381
- updatedAt: Date;
382
- fullName: string | null;
383
- mobile: string | null;
384
- email: string;
385
- syncedAt: Date;
386
- } | null | undefined;
387
376
  buyerName?: string | null | undefined;
388
377
  project?: {
389
- id: string;
378
+ type: string;
390
379
  status: string;
380
+ id: string;
391
381
  isArchived: boolean;
392
382
  createdAt: Date;
393
383
  updatedAt: Date;
394
- type: string;
395
384
  syncedAt: Date;
396
385
  mtaId: string | null;
397
386
  name: string;
398
387
  developerId: string;
399
388
  state: string;
400
389
  developer?: {
401
- id: string;
402
390
  status: string;
391
+ id: string;
403
392
  isArchived: boolean;
404
393
  createdAt: Date;
405
394
  updatedAt: Date;
@@ -407,6 +396,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
407
396
  companyName: string | null;
408
397
  } | null | undefined;
409
398
  } | null | undefined;
399
+ customer?: {
400
+ status: string;
401
+ id: string;
402
+ isArchived: boolean;
403
+ createdAt: Date;
404
+ updatedAt: Date;
405
+ fullName: string | null;
406
+ mobile: string | null;
407
+ email: string;
408
+ syncedAt: Date;
409
+ } | null | undefined;
410
410
  } | null | undefined;
411
411
  } & any, "cma">[] | null | undefined;
412
412
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -418,19 +418,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
418
418
  isCancelable?: boolean | null | undefined;
419
419
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
420
420
  }, z.ZodTypeDef, {
421
- id: string;
422
421
  status: string;
422
+ id: string;
423
+ propertyId: string | null;
424
+ balanceCents: string | number | bigint;
423
425
  isArchived: boolean;
424
426
  createdAt: Date;
425
427
  updatedAt: Date;
426
428
  syncedAt: Date | null;
427
429
  debitAmountCents: string | number | bigint;
428
430
  creditAmountCents: string | number | bigint;
429
- balanceCents: string | number | bigint;
430
431
  description: string | null;
431
432
  clearedAt: Date | null;
432
433
  cmaId: string;
433
- propertyId: string | null;
434
434
  createType: string;
435
435
  transactionType: string;
436
436
  isCanceled: boolean;
@@ -458,13 +458,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
458
458
  lastName?: string | null | undefined;
459
459
  } | null | undefined;
460
460
  property?: {
461
- id: string;
462
461
  status: string;
462
+ id: string;
463
+ balanceCents: number | bigint;
463
464
  isArchived: boolean;
464
465
  createdAt: Date;
465
466
  updatedAt: Date;
466
467
  syncedAt: Date;
467
- balanceCents: number | bigint;
468
468
  customerId: string;
469
469
  projectId: string;
470
470
  lotDetail: string | null;
@@ -473,33 +473,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
473
473
  mtaId: string;
474
474
  mtaBalanceCents: number | bigint;
475
475
  cmaBalanceCents: number | bigint;
476
- customer?: {
477
- id: string;
478
- status: string;
479
- isArchived: boolean;
480
- createdAt: Date;
481
- updatedAt: Date;
482
- fullName: string | null;
483
- mobile: string | null;
484
- email: string;
485
- syncedAt: Date;
486
- } | null | undefined;
487
476
  buyerName?: string | null | undefined;
488
477
  project?: {
489
- id: string;
478
+ type: string;
490
479
  status: string;
480
+ id: string;
491
481
  isArchived: boolean;
492
482
  createdAt: Date;
493
483
  updatedAt: Date;
494
- type: string;
495
484
  syncedAt: Date;
496
485
  mtaId: string | null;
497
486
  name: string;
498
487
  developerId: string;
499
488
  state: string;
500
489
  developer?: {
501
- id: string;
502
490
  status: string;
491
+ id: string;
503
492
  isArchived: boolean;
504
493
  createdAt: Date;
505
494
  updatedAt: Date;
@@ -507,23 +496,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
507
496
  companyName: string | null;
508
497
  } | null | undefined;
509
498
  } | null | undefined;
499
+ customer?: {
500
+ status: string;
501
+ id: string;
502
+ isArchived: boolean;
503
+ createdAt: Date;
504
+ updatedAt: Date;
505
+ fullName: string | null;
506
+ mobile: string | null;
507
+ email: string;
508
+ syncedAt: Date;
509
+ } | null | undefined;
510
510
  } | null | undefined;
511
511
  } & {
512
512
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
513
513
  sourceTransaction?: ({
514
- id: string;
515
514
  status: string;
515
+ id: string;
516
+ propertyId: string | null;
517
+ balanceCents: string | number | bigint;
516
518
  isArchived: boolean;
517
519
  createdAt: Date;
518
520
  updatedAt: Date;
519
521
  syncedAt: Date | null;
520
522
  debitAmountCents: string | number | bigint;
521
523
  creditAmountCents: string | number | bigint;
522
- balanceCents: string | number | bigint;
523
524
  description: string | null;
524
525
  clearedAt: Date | null;
525
526
  cmaId: string;
526
- propertyId: string | null;
527
527
  createType: string;
528
528
  transactionType: string;
529
529
  isCanceled: boolean;
@@ -551,13 +551,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
551
551
  lastName?: string | null | undefined;
552
552
  } | null | undefined;
553
553
  property?: {
554
- id: string;
555
554
  status: string;
555
+ id: string;
556
+ balanceCents: number | bigint;
556
557
  isArchived: boolean;
557
558
  createdAt: Date;
558
559
  updatedAt: Date;
559
560
  syncedAt: Date;
560
- balanceCents: number | bigint;
561
561
  customerId: string;
562
562
  projectId: string;
563
563
  lotDetail: string | null;
@@ -566,33 +566,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
566
566
  mtaId: string;
567
567
  mtaBalanceCents: number | bigint;
568
568
  cmaBalanceCents: number | bigint;
569
- customer?: {
570
- id: string;
571
- status: string;
572
- isArchived: boolean;
573
- createdAt: Date;
574
- updatedAt: Date;
575
- fullName: string | null;
576
- mobile: string | null;
577
- email: string;
578
- syncedAt: Date;
579
- } | null | undefined;
580
569
  buyerName?: string | null | undefined;
581
570
  project?: {
582
- id: string;
571
+ type: string;
583
572
  status: string;
573
+ id: string;
584
574
  isArchived: boolean;
585
575
  createdAt: Date;
586
576
  updatedAt: Date;
587
- type: string;
588
577
  syncedAt: Date;
589
578
  mtaId: string | null;
590
579
  name: string;
591
580
  developerId: string;
592
581
  state: string;
593
582
  developer?: {
594
- id: string;
595
583
  status: string;
584
+ id: string;
596
585
  isArchived: boolean;
597
586
  createdAt: Date;
598
587
  updatedAt: Date;
@@ -600,22 +589,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
600
589
  companyName: string | null;
601
590
  } | null | undefined;
602
591
  } | null | undefined;
592
+ customer?: {
593
+ status: string;
594
+ id: string;
595
+ isArchived: boolean;
596
+ createdAt: Date;
597
+ updatedAt: Date;
598
+ fullName: string | null;
599
+ mobile: string | null;
600
+ email: string;
601
+ syncedAt: Date;
602
+ } | null | undefined;
603
603
  } | null | undefined;
604
604
  } & any) | null | undefined;
605
605
  subsequentTransactions?: ({
606
- id: string;
607
606
  status: string;
607
+ id: string;
608
+ propertyId: string | null;
609
+ balanceCents: string | number | bigint;
608
610
  isArchived: boolean;
609
611
  createdAt: Date;
610
612
  updatedAt: Date;
611
613
  syncedAt: Date | null;
612
614
  debitAmountCents: string | number | bigint;
613
615
  creditAmountCents: string | number | bigint;
614
- balanceCents: string | number | bigint;
615
616
  description: string | null;
616
617
  clearedAt: Date | null;
617
618
  cmaId: string;
618
- propertyId: string | null;
619
619
  createType: string;
620
620
  transactionType: string;
621
621
  isCanceled: boolean;
@@ -643,13 +643,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
643
643
  lastName?: string | null | undefined;
644
644
  } | null | undefined;
645
645
  property?: {
646
- id: string;
647
646
  status: string;
647
+ id: string;
648
+ balanceCents: number | bigint;
648
649
  isArchived: boolean;
649
650
  createdAt: Date;
650
651
  updatedAt: Date;
651
652
  syncedAt: Date;
652
- balanceCents: number | bigint;
653
653
  customerId: string;
654
654
  projectId: string;
655
655
  lotDetail: string | null;
@@ -658,33 +658,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
658
658
  mtaId: string;
659
659
  mtaBalanceCents: number | bigint;
660
660
  cmaBalanceCents: number | bigint;
661
- customer?: {
662
- id: string;
663
- status: string;
664
- isArchived: boolean;
665
- createdAt: Date;
666
- updatedAt: Date;
667
- fullName: string | null;
668
- mobile: string | null;
669
- email: string;
670
- syncedAt: Date;
671
- } | null | undefined;
672
661
  buyerName?: string | null | undefined;
673
662
  project?: {
674
- id: string;
663
+ type: string;
675
664
  status: string;
665
+ id: string;
676
666
  isArchived: boolean;
677
667
  createdAt: Date;
678
668
  updatedAt: Date;
679
- type: string;
680
669
  syncedAt: Date;
681
670
  mtaId: string | null;
682
671
  name: string;
683
672
  developerId: string;
684
673
  state: string;
685
674
  developer?: {
686
- id: string;
687
675
  status: string;
676
+ id: string;
688
677
  isArchived: boolean;
689
678
  createdAt: Date;
690
679
  updatedAt: Date;
@@ -692,6 +681,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
692
681
  companyName: string | null;
693
682
  } | null | undefined;
694
683
  } | null | undefined;
684
+ customer?: {
685
+ status: string;
686
+ id: string;
687
+ isArchived: boolean;
688
+ createdAt: Date;
689
+ updatedAt: Date;
690
+ fullName: string | null;
691
+ mobile: string | null;
692
+ email: string;
693
+ syncedAt: Date;
694
+ } | null | undefined;
695
695
  } | null | undefined;
696
696
  } & any)[] | null | undefined;
697
697
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -699,19 +699,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
699
699
  }>, "many">>>>;
700
700
  unreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
701
701
  unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
702
- id: string;
703
702
  status: "clearing" | "cleared" | "reconciled";
703
+ id: string;
704
+ propertyId: string | null;
705
+ balanceCents: number;
704
706
  isArchived: boolean;
705
707
  createdAt: Date;
706
708
  updatedAt: Date;
707
709
  syncedAt: Date | null;
708
710
  debitAmountCents: number;
709
711
  creditAmountCents: number;
710
- balanceCents: number;
711
712
  description: string | null;
712
713
  clearedAt: Date | null;
713
714
  cmaId: string;
714
- propertyId: string | null;
715
715
  createType: string;
716
716
  transactionType: string;
717
717
  isCanceled: boolean;
@@ -739,13 +739,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
739
739
  lastName?: string | null | undefined;
740
740
  } | null | undefined;
741
741
  property?: {
742
- id: string;
743
742
  status: string;
743
+ id: string;
744
+ balanceCents: number | bigint;
744
745
  isArchived: boolean;
745
746
  createdAt: Date;
746
747
  updatedAt: Date;
747
748
  syncedAt: Date;
748
- balanceCents: number | bigint;
749
749
  customerId: string;
750
750
  projectId: string;
751
751
  lotDetail: string | null;
@@ -754,33 +754,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
754
754
  mtaId: string;
755
755
  mtaBalanceCents: number | bigint;
756
756
  cmaBalanceCents: number | bigint;
757
- customer?: {
758
- id: string;
759
- status: string;
760
- isArchived: boolean;
761
- createdAt: Date;
762
- updatedAt: Date;
763
- fullName: string | null;
764
- mobile: string | null;
765
- email: string;
766
- syncedAt: Date;
767
- } | null | undefined;
768
757
  buyerName?: string | null | undefined;
769
758
  project?: {
770
- id: string;
759
+ type: string;
771
760
  status: string;
761
+ id: string;
772
762
  isArchived: boolean;
773
763
  createdAt: Date;
774
764
  updatedAt: Date;
775
- type: string;
776
765
  syncedAt: Date;
777
766
  mtaId: string | null;
778
767
  name: string;
779
768
  developerId: string;
780
769
  state: string;
781
770
  developer?: {
782
- id: string;
783
771
  status: string;
772
+ id: string;
784
773
  isArchived: boolean;
785
774
  createdAt: Date;
786
775
  updatedAt: Date;
@@ -788,23 +777,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
788
777
  companyName: string | null;
789
778
  } | null | undefined;
790
779
  } | null | undefined;
780
+ customer?: {
781
+ status: string;
782
+ id: string;
783
+ isArchived: boolean;
784
+ createdAt: Date;
785
+ updatedAt: Date;
786
+ fullName: string | null;
787
+ mobile: string | null;
788
+ email: string;
789
+ syncedAt: Date;
790
+ } | null | undefined;
791
791
  } | null | undefined;
792
792
  } & {
793
793
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
794
794
  sourceTransaction?: Omit<{
795
- id: string;
796
795
  status: "clearing" | "cleared" | "reconciled";
796
+ id: string;
797
+ propertyId: string | null;
798
+ balanceCents: number;
797
799
  isArchived: boolean;
798
800
  createdAt: Date;
799
801
  updatedAt: Date;
800
802
  syncedAt: Date | null;
801
803
  debitAmountCents: number;
802
804
  creditAmountCents: number;
803
- balanceCents: number;
804
805
  description: string | null;
805
806
  clearedAt: Date | null;
806
807
  cmaId: string;
807
- propertyId: string | null;
808
808
  createType: string;
809
809
  transactionType: string;
810
810
  isCanceled: boolean;
@@ -832,13 +832,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
832
832
  lastName?: string | null | undefined;
833
833
  } | null | undefined;
834
834
  property?: {
835
- id: string;
836
835
  status: string;
836
+ id: string;
837
+ balanceCents: number | bigint;
837
838
  isArchived: boolean;
838
839
  createdAt: Date;
839
840
  updatedAt: Date;
840
841
  syncedAt: Date;
841
- balanceCents: number | bigint;
842
842
  customerId: string;
843
843
  projectId: string;
844
844
  lotDetail: string | null;
@@ -847,33 +847,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
847
847
  mtaId: string;
848
848
  mtaBalanceCents: number | bigint;
849
849
  cmaBalanceCents: number | bigint;
850
- customer?: {
851
- id: string;
852
- status: string;
853
- isArchived: boolean;
854
- createdAt: Date;
855
- updatedAt: Date;
856
- fullName: string | null;
857
- mobile: string | null;
858
- email: string;
859
- syncedAt: Date;
860
- } | null | undefined;
861
850
  buyerName?: string | null | undefined;
862
851
  project?: {
863
- id: string;
852
+ type: string;
864
853
  status: string;
854
+ id: string;
865
855
  isArchived: boolean;
866
856
  createdAt: Date;
867
857
  updatedAt: Date;
868
- type: string;
869
858
  syncedAt: Date;
870
859
  mtaId: string | null;
871
860
  name: string;
872
861
  developerId: string;
873
862
  state: string;
874
863
  developer?: {
875
- id: string;
876
864
  status: string;
865
+ id: string;
877
866
  isArchived: boolean;
878
867
  createdAt: Date;
879
868
  updatedAt: Date;
@@ -881,22 +870,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
881
870
  companyName: string | null;
882
871
  } | null | undefined;
883
872
  } | null | undefined;
873
+ customer?: {
874
+ status: string;
875
+ id: string;
876
+ isArchived: boolean;
877
+ createdAt: Date;
878
+ updatedAt: Date;
879
+ fullName: string | null;
880
+ mobile: string | null;
881
+ email: string;
882
+ syncedAt: Date;
883
+ } | null | undefined;
884
884
  } | null | undefined;
885
885
  } & any, "cma"> | null | undefined;
886
886
  subsequentTransactions?: Omit<{
887
- id: string;
888
887
  status: "clearing" | "cleared" | "reconciled";
888
+ id: string;
889
+ propertyId: string | null;
890
+ balanceCents: number;
889
891
  isArchived: boolean;
890
892
  createdAt: Date;
891
893
  updatedAt: Date;
892
894
  syncedAt: Date | null;
893
895
  debitAmountCents: number;
894
896
  creditAmountCents: number;
895
- balanceCents: number;
896
897
  description: string | null;
897
898
  clearedAt: Date | null;
898
899
  cmaId: string;
899
- propertyId: string | null;
900
900
  createType: string;
901
901
  transactionType: string;
902
902
  isCanceled: boolean;
@@ -924,13 +924,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
924
924
  lastName?: string | null | undefined;
925
925
  } | null | undefined;
926
926
  property?: {
927
- id: string;
928
927
  status: string;
928
+ id: string;
929
+ balanceCents: number | bigint;
929
930
  isArchived: boolean;
930
931
  createdAt: Date;
931
932
  updatedAt: Date;
932
933
  syncedAt: Date;
933
- balanceCents: number | bigint;
934
934
  customerId: string;
935
935
  projectId: string;
936
936
  lotDetail: string | null;
@@ -939,33 +939,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
939
939
  mtaId: string;
940
940
  mtaBalanceCents: number | bigint;
941
941
  cmaBalanceCents: number | bigint;
942
- customer?: {
943
- id: string;
944
- status: string;
945
- isArchived: boolean;
946
- createdAt: Date;
947
- updatedAt: Date;
948
- fullName: string | null;
949
- mobile: string | null;
950
- email: string;
951
- syncedAt: Date;
952
- } | null | undefined;
953
942
  buyerName?: string | null | undefined;
954
943
  project?: {
955
- id: string;
944
+ type: string;
956
945
  status: string;
946
+ id: string;
957
947
  isArchived: boolean;
958
948
  createdAt: Date;
959
949
  updatedAt: Date;
960
- type: string;
961
950
  syncedAt: Date;
962
951
  mtaId: string | null;
963
952
  name: string;
964
953
  developerId: string;
965
954
  state: string;
966
955
  developer?: {
967
- id: string;
968
956
  status: string;
957
+ id: string;
969
958
  isArchived: boolean;
970
959
  createdAt: Date;
971
960
  updatedAt: Date;
@@ -973,6 +962,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
973
962
  companyName: string | null;
974
963
  } | null | undefined;
975
964
  } | null | undefined;
965
+ customer?: {
966
+ status: string;
967
+ id: string;
968
+ isArchived: boolean;
969
+ createdAt: Date;
970
+ updatedAt: Date;
971
+ fullName: string | null;
972
+ mobile: string | null;
973
+ email: string;
974
+ syncedAt: Date;
975
+ } | null | undefined;
976
976
  } | null | undefined;
977
977
  } & any, "cma">[] | null | undefined;
978
978
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -984,19 +984,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
984
984
  isCancelable?: boolean | null | undefined;
985
985
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
986
986
  }, z.ZodTypeDef, {
987
- id: string;
988
987
  status: string;
988
+ id: string;
989
+ propertyId: string | null;
990
+ balanceCents: string | number | bigint;
989
991
  isArchived: boolean;
990
992
  createdAt: Date;
991
993
  updatedAt: Date;
992
994
  syncedAt: Date | null;
993
995
  debitAmountCents: string | number | bigint;
994
996
  creditAmountCents: string | number | bigint;
995
- balanceCents: string | number | bigint;
996
997
  description: string | null;
997
998
  clearedAt: Date | null;
998
999
  cmaId: string;
999
- propertyId: string | null;
1000
1000
  createType: string;
1001
1001
  transactionType: string;
1002
1002
  isCanceled: boolean;
@@ -1024,13 +1024,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1024
1024
  lastName?: string | null | undefined;
1025
1025
  } | null | undefined;
1026
1026
  property?: {
1027
- id: string;
1028
1027
  status: string;
1028
+ id: string;
1029
+ balanceCents: number | bigint;
1029
1030
  isArchived: boolean;
1030
1031
  createdAt: Date;
1031
1032
  updatedAt: Date;
1032
1033
  syncedAt: Date;
1033
- balanceCents: number | bigint;
1034
1034
  customerId: string;
1035
1035
  projectId: string;
1036
1036
  lotDetail: string | null;
@@ -1039,33 +1039,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1039
1039
  mtaId: string;
1040
1040
  mtaBalanceCents: number | bigint;
1041
1041
  cmaBalanceCents: number | bigint;
1042
- customer?: {
1043
- id: string;
1044
- status: string;
1045
- isArchived: boolean;
1046
- createdAt: Date;
1047
- updatedAt: Date;
1048
- fullName: string | null;
1049
- mobile: string | null;
1050
- email: string;
1051
- syncedAt: Date;
1052
- } | null | undefined;
1053
1042
  buyerName?: string | null | undefined;
1054
1043
  project?: {
1055
- id: string;
1044
+ type: string;
1056
1045
  status: string;
1046
+ id: string;
1057
1047
  isArchived: boolean;
1058
1048
  createdAt: Date;
1059
1049
  updatedAt: Date;
1060
- type: string;
1061
1050
  syncedAt: Date;
1062
1051
  mtaId: string | null;
1063
1052
  name: string;
1064
1053
  developerId: string;
1065
1054
  state: string;
1066
1055
  developer?: {
1067
- id: string;
1068
1056
  status: string;
1057
+ id: string;
1069
1058
  isArchived: boolean;
1070
1059
  createdAt: Date;
1071
1060
  updatedAt: Date;
@@ -1073,23 +1062,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1073
1062
  companyName: string | null;
1074
1063
  } | null | undefined;
1075
1064
  } | null | undefined;
1065
+ customer?: {
1066
+ status: string;
1067
+ id: string;
1068
+ isArchived: boolean;
1069
+ createdAt: Date;
1070
+ updatedAt: Date;
1071
+ fullName: string | null;
1072
+ mobile: string | null;
1073
+ email: string;
1074
+ syncedAt: Date;
1075
+ } | null | undefined;
1076
1076
  } | null | undefined;
1077
1077
  } & {
1078
1078
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
1079
1079
  sourceTransaction?: ({
1080
- id: string;
1081
1080
  status: string;
1081
+ id: string;
1082
+ propertyId: string | null;
1083
+ balanceCents: string | number | bigint;
1082
1084
  isArchived: boolean;
1083
1085
  createdAt: Date;
1084
1086
  updatedAt: Date;
1085
1087
  syncedAt: Date | null;
1086
1088
  debitAmountCents: string | number | bigint;
1087
1089
  creditAmountCents: string | number | bigint;
1088
- balanceCents: string | number | bigint;
1089
1090
  description: string | null;
1090
1091
  clearedAt: Date | null;
1091
1092
  cmaId: string;
1092
- propertyId: string | null;
1093
1093
  createType: string;
1094
1094
  transactionType: string;
1095
1095
  isCanceled: boolean;
@@ -1117,13 +1117,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1117
1117
  lastName?: string | null | undefined;
1118
1118
  } | null | undefined;
1119
1119
  property?: {
1120
- id: string;
1121
1120
  status: string;
1121
+ id: string;
1122
+ balanceCents: number | bigint;
1122
1123
  isArchived: boolean;
1123
1124
  createdAt: Date;
1124
1125
  updatedAt: Date;
1125
1126
  syncedAt: Date;
1126
- balanceCents: number | bigint;
1127
1127
  customerId: string;
1128
1128
  projectId: string;
1129
1129
  lotDetail: string | null;
@@ -1132,33 +1132,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1132
1132
  mtaId: string;
1133
1133
  mtaBalanceCents: number | bigint;
1134
1134
  cmaBalanceCents: number | bigint;
1135
- customer?: {
1136
- id: string;
1137
- status: string;
1138
- isArchived: boolean;
1139
- createdAt: Date;
1140
- updatedAt: Date;
1141
- fullName: string | null;
1142
- mobile: string | null;
1143
- email: string;
1144
- syncedAt: Date;
1145
- } | null | undefined;
1146
1135
  buyerName?: string | null | undefined;
1147
1136
  project?: {
1148
- id: string;
1137
+ type: string;
1149
1138
  status: string;
1139
+ id: string;
1150
1140
  isArchived: boolean;
1151
1141
  createdAt: Date;
1152
1142
  updatedAt: Date;
1153
- type: string;
1154
1143
  syncedAt: Date;
1155
1144
  mtaId: string | null;
1156
1145
  name: string;
1157
1146
  developerId: string;
1158
1147
  state: string;
1159
1148
  developer?: {
1160
- id: string;
1161
1149
  status: string;
1150
+ id: string;
1162
1151
  isArchived: boolean;
1163
1152
  createdAt: Date;
1164
1153
  updatedAt: Date;
@@ -1166,22 +1155,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1166
1155
  companyName: string | null;
1167
1156
  } | null | undefined;
1168
1157
  } | null | undefined;
1158
+ customer?: {
1159
+ status: string;
1160
+ id: string;
1161
+ isArchived: boolean;
1162
+ createdAt: Date;
1163
+ updatedAt: Date;
1164
+ fullName: string | null;
1165
+ mobile: string | null;
1166
+ email: string;
1167
+ syncedAt: Date;
1168
+ } | null | undefined;
1169
1169
  } | null | undefined;
1170
1170
  } & any) | null | undefined;
1171
1171
  subsequentTransactions?: ({
1172
- id: string;
1173
1172
  status: string;
1173
+ id: string;
1174
+ propertyId: string | null;
1175
+ balanceCents: string | number | bigint;
1174
1176
  isArchived: boolean;
1175
1177
  createdAt: Date;
1176
1178
  updatedAt: Date;
1177
1179
  syncedAt: Date | null;
1178
1180
  debitAmountCents: string | number | bigint;
1179
1181
  creditAmountCents: string | number | bigint;
1180
- balanceCents: string | number | bigint;
1181
1182
  description: string | null;
1182
1183
  clearedAt: Date | null;
1183
1184
  cmaId: string;
1184
- propertyId: string | null;
1185
1185
  createType: string;
1186
1186
  transactionType: string;
1187
1187
  isCanceled: boolean;
@@ -1209,13 +1209,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1209
1209
  lastName?: string | null | undefined;
1210
1210
  } | null | undefined;
1211
1211
  property?: {
1212
- id: string;
1213
1212
  status: string;
1213
+ id: string;
1214
+ balanceCents: number | bigint;
1214
1215
  isArchived: boolean;
1215
1216
  createdAt: Date;
1216
1217
  updatedAt: Date;
1217
1218
  syncedAt: Date;
1218
- balanceCents: number | bigint;
1219
1219
  customerId: string;
1220
1220
  projectId: string;
1221
1221
  lotDetail: string | null;
@@ -1224,33 +1224,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1224
1224
  mtaId: string;
1225
1225
  mtaBalanceCents: number | bigint;
1226
1226
  cmaBalanceCents: number | bigint;
1227
- customer?: {
1228
- id: string;
1229
- status: string;
1230
- isArchived: boolean;
1231
- createdAt: Date;
1232
- updatedAt: Date;
1233
- fullName: string | null;
1234
- mobile: string | null;
1235
- email: string;
1236
- syncedAt: Date;
1237
- } | null | undefined;
1238
1227
  buyerName?: string | null | undefined;
1239
1228
  project?: {
1240
- id: string;
1229
+ type: string;
1241
1230
  status: string;
1231
+ id: string;
1242
1232
  isArchived: boolean;
1243
1233
  createdAt: Date;
1244
1234
  updatedAt: Date;
1245
- type: string;
1246
1235
  syncedAt: Date;
1247
1236
  mtaId: string | null;
1248
1237
  name: string;
1249
1238
  developerId: string;
1250
1239
  state: string;
1251
1240
  developer?: {
1252
- id: string;
1253
1241
  status: string;
1242
+ id: string;
1254
1243
  isArchived: boolean;
1255
1244
  createdAt: Date;
1256
1245
  updatedAt: Date;
@@ -1258,6 +1247,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1258
1247
  companyName: string | null;
1259
1248
  } | null | undefined;
1260
1249
  } | null | undefined;
1250
+ customer?: {
1251
+ status: string;
1252
+ id: string;
1253
+ isArchived: boolean;
1254
+ createdAt: Date;
1255
+ updatedAt: Date;
1256
+ fullName: string | null;
1257
+ mobile: string | null;
1258
+ email: string;
1259
+ syncedAt: Date;
1260
+ } | null | undefined;
1261
1261
  } | null | undefined;
1262
1262
  } & any)[] | null | undefined;
1263
1263
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1267,19 +1267,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1267
1267
  reconciledAmountCents: number;
1268
1268
  unreconciledAmountCents: number;
1269
1269
  reconciledTransactions?: ({
1270
- id: string;
1271
1270
  status: "clearing" | "cleared" | "reconciled";
1271
+ id: string;
1272
+ propertyId: string | null;
1273
+ balanceCents: number;
1272
1274
  isArchived: boolean;
1273
1275
  createdAt: Date;
1274
1276
  updatedAt: Date;
1275
1277
  syncedAt: Date | null;
1276
1278
  debitAmountCents: number;
1277
1279
  creditAmountCents: number;
1278
- balanceCents: number;
1279
1280
  description: string | null;
1280
1281
  clearedAt: Date | null;
1281
1282
  cmaId: string;
1282
- propertyId: string | null;
1283
1283
  createType: string;
1284
1284
  transactionType: string;
1285
1285
  isCanceled: boolean;
@@ -1307,13 +1307,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1307
1307
  lastName?: string | null | undefined;
1308
1308
  } | null | undefined;
1309
1309
  property?: {
1310
- id: string;
1311
1310
  status: string;
1311
+ id: string;
1312
+ balanceCents: number | bigint;
1312
1313
  isArchived: boolean;
1313
1314
  createdAt: Date;
1314
1315
  updatedAt: Date;
1315
1316
  syncedAt: Date;
1316
- balanceCents: number | bigint;
1317
1317
  customerId: string;
1318
1318
  projectId: string;
1319
1319
  lotDetail: string | null;
@@ -1322,33 +1322,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1322
1322
  mtaId: string;
1323
1323
  mtaBalanceCents: number | bigint;
1324
1324
  cmaBalanceCents: number | bigint;
1325
- customer?: {
1326
- id: string;
1327
- status: string;
1328
- isArchived: boolean;
1329
- createdAt: Date;
1330
- updatedAt: Date;
1331
- fullName: string | null;
1332
- mobile: string | null;
1333
- email: string;
1334
- syncedAt: Date;
1335
- } | null | undefined;
1336
1325
  buyerName?: string | null | undefined;
1337
1326
  project?: {
1338
- id: string;
1327
+ type: string;
1339
1328
  status: string;
1329
+ id: string;
1340
1330
  isArchived: boolean;
1341
1331
  createdAt: Date;
1342
1332
  updatedAt: Date;
1343
- type: string;
1344
1333
  syncedAt: Date;
1345
1334
  mtaId: string | null;
1346
1335
  name: string;
1347
1336
  developerId: string;
1348
1337
  state: string;
1349
1338
  developer?: {
1350
- id: string;
1351
1339
  status: string;
1340
+ id: string;
1352
1341
  isArchived: boolean;
1353
1342
  createdAt: Date;
1354
1343
  updatedAt: Date;
@@ -1356,23 +1345,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1356
1345
  companyName: string | null;
1357
1346
  } | null | undefined;
1358
1347
  } | null | undefined;
1348
+ customer?: {
1349
+ status: string;
1350
+ id: string;
1351
+ isArchived: boolean;
1352
+ createdAt: Date;
1353
+ updatedAt: Date;
1354
+ fullName: string | null;
1355
+ mobile: string | null;
1356
+ email: string;
1357
+ syncedAt: Date;
1358
+ } | null | undefined;
1359
1359
  } | null | undefined;
1360
1360
  } & {
1361
1361
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1362
1362
  sourceTransaction?: Omit<{
1363
- id: string;
1364
1363
  status: "clearing" | "cleared" | "reconciled";
1364
+ id: string;
1365
+ propertyId: string | null;
1366
+ balanceCents: number;
1365
1367
  isArchived: boolean;
1366
1368
  createdAt: Date;
1367
1369
  updatedAt: Date;
1368
1370
  syncedAt: Date | null;
1369
1371
  debitAmountCents: number;
1370
1372
  creditAmountCents: number;
1371
- balanceCents: number;
1372
1373
  description: string | null;
1373
1374
  clearedAt: Date | null;
1374
1375
  cmaId: string;
1375
- propertyId: string | null;
1376
1376
  createType: string;
1377
1377
  transactionType: string;
1378
1378
  isCanceled: boolean;
@@ -1400,13 +1400,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1400
1400
  lastName?: string | null | undefined;
1401
1401
  } | null | undefined;
1402
1402
  property?: {
1403
- id: string;
1404
1403
  status: string;
1404
+ id: string;
1405
+ balanceCents: number | bigint;
1405
1406
  isArchived: boolean;
1406
1407
  createdAt: Date;
1407
1408
  updatedAt: Date;
1408
1409
  syncedAt: Date;
1409
- balanceCents: number | bigint;
1410
1410
  customerId: string;
1411
1411
  projectId: string;
1412
1412
  lotDetail: string | null;
@@ -1415,33 +1415,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1415
1415
  mtaId: string;
1416
1416
  mtaBalanceCents: number | bigint;
1417
1417
  cmaBalanceCents: number | bigint;
1418
- customer?: {
1419
- id: string;
1420
- status: string;
1421
- isArchived: boolean;
1422
- createdAt: Date;
1423
- updatedAt: Date;
1424
- fullName: string | null;
1425
- mobile: string | null;
1426
- email: string;
1427
- syncedAt: Date;
1428
- } | null | undefined;
1429
1418
  buyerName?: string | null | undefined;
1430
1419
  project?: {
1431
- id: string;
1420
+ type: string;
1432
1421
  status: string;
1422
+ id: string;
1433
1423
  isArchived: boolean;
1434
1424
  createdAt: Date;
1435
1425
  updatedAt: Date;
1436
- type: string;
1437
1426
  syncedAt: Date;
1438
1427
  mtaId: string | null;
1439
1428
  name: string;
1440
1429
  developerId: string;
1441
1430
  state: string;
1442
1431
  developer?: {
1443
- id: string;
1444
1432
  status: string;
1433
+ id: string;
1445
1434
  isArchived: boolean;
1446
1435
  createdAt: Date;
1447
1436
  updatedAt: Date;
@@ -1449,22 +1438,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1449
1438
  companyName: string | null;
1450
1439
  } | null | undefined;
1451
1440
  } | null | undefined;
1441
+ customer?: {
1442
+ status: string;
1443
+ id: string;
1444
+ isArchived: boolean;
1445
+ createdAt: Date;
1446
+ updatedAt: Date;
1447
+ fullName: string | null;
1448
+ mobile: string | null;
1449
+ email: string;
1450
+ syncedAt: Date;
1451
+ } | null | undefined;
1452
1452
  } | null | undefined;
1453
1453
  } & any, "cma"> | null | undefined;
1454
1454
  subsequentTransactions?: Omit<{
1455
- id: string;
1456
1455
  status: "clearing" | "cleared" | "reconciled";
1456
+ id: string;
1457
+ propertyId: string | null;
1458
+ balanceCents: number;
1457
1459
  isArchived: boolean;
1458
1460
  createdAt: Date;
1459
1461
  updatedAt: Date;
1460
1462
  syncedAt: Date | null;
1461
1463
  debitAmountCents: number;
1462
1464
  creditAmountCents: number;
1463
- balanceCents: number;
1464
1465
  description: string | null;
1465
1466
  clearedAt: Date | null;
1466
1467
  cmaId: string;
1467
- propertyId: string | null;
1468
1468
  createType: string;
1469
1469
  transactionType: string;
1470
1470
  isCanceled: boolean;
@@ -1492,13 +1492,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1492
1492
  lastName?: string | null | undefined;
1493
1493
  } | null | undefined;
1494
1494
  property?: {
1495
- id: string;
1496
1495
  status: string;
1496
+ id: string;
1497
+ balanceCents: number | bigint;
1497
1498
  isArchived: boolean;
1498
1499
  createdAt: Date;
1499
1500
  updatedAt: Date;
1500
1501
  syncedAt: Date;
1501
- balanceCents: number | bigint;
1502
1502
  customerId: string;
1503
1503
  projectId: string;
1504
1504
  lotDetail: string | null;
@@ -1507,33 +1507,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1507
1507
  mtaId: string;
1508
1508
  mtaBalanceCents: number | bigint;
1509
1509
  cmaBalanceCents: number | bigint;
1510
- customer?: {
1511
- id: string;
1512
- status: string;
1513
- isArchived: boolean;
1514
- createdAt: Date;
1515
- updatedAt: Date;
1516
- fullName: string | null;
1517
- mobile: string | null;
1518
- email: string;
1519
- syncedAt: Date;
1520
- } | null | undefined;
1521
1510
  buyerName?: string | null | undefined;
1522
1511
  project?: {
1523
- id: string;
1512
+ type: string;
1524
1513
  status: string;
1514
+ id: string;
1525
1515
  isArchived: boolean;
1526
1516
  createdAt: Date;
1527
1517
  updatedAt: Date;
1528
- type: string;
1529
1518
  syncedAt: Date;
1530
1519
  mtaId: string | null;
1531
1520
  name: string;
1532
1521
  developerId: string;
1533
1522
  state: string;
1534
1523
  developer?: {
1535
- id: string;
1536
1524
  status: string;
1525
+ id: string;
1537
1526
  isArchived: boolean;
1538
1527
  createdAt: Date;
1539
1528
  updatedAt: Date;
@@ -1541,6 +1530,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1541
1530
  companyName: string | null;
1542
1531
  } | null | undefined;
1543
1532
  } | null | undefined;
1533
+ customer?: {
1534
+ status: string;
1535
+ id: string;
1536
+ isArchived: boolean;
1537
+ createdAt: Date;
1538
+ updatedAt: Date;
1539
+ fullName: string | null;
1540
+ mobile: string | null;
1541
+ email: string;
1542
+ syncedAt: Date;
1543
+ } | null | undefined;
1544
1544
  } | null | undefined;
1545
1545
  } & any, "cma">[] | null | undefined;
1546
1546
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1553,19 +1553,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1553
1553
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
1554
1554
  })[] | null | undefined;
1555
1555
  unreconciledTransactions?: ({
1556
- id: string;
1557
1556
  status: "clearing" | "cleared" | "reconciled";
1557
+ id: string;
1558
+ propertyId: string | null;
1559
+ balanceCents: number;
1558
1560
  isArchived: boolean;
1559
1561
  createdAt: Date;
1560
1562
  updatedAt: Date;
1561
1563
  syncedAt: Date | null;
1562
1564
  debitAmountCents: number;
1563
1565
  creditAmountCents: number;
1564
- balanceCents: number;
1565
1566
  description: string | null;
1566
1567
  clearedAt: Date | null;
1567
1568
  cmaId: string;
1568
- propertyId: string | null;
1569
1569
  createType: string;
1570
1570
  transactionType: string;
1571
1571
  isCanceled: boolean;
@@ -1593,13 +1593,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1593
1593
  lastName?: string | null | undefined;
1594
1594
  } | null | undefined;
1595
1595
  property?: {
1596
- id: string;
1597
1596
  status: string;
1597
+ id: string;
1598
+ balanceCents: number | bigint;
1598
1599
  isArchived: boolean;
1599
1600
  createdAt: Date;
1600
1601
  updatedAt: Date;
1601
1602
  syncedAt: Date;
1602
- balanceCents: number | bigint;
1603
1603
  customerId: string;
1604
1604
  projectId: string;
1605
1605
  lotDetail: string | null;
@@ -1608,33 +1608,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1608
1608
  mtaId: string;
1609
1609
  mtaBalanceCents: number | bigint;
1610
1610
  cmaBalanceCents: number | bigint;
1611
- customer?: {
1612
- id: string;
1613
- status: string;
1614
- isArchived: boolean;
1615
- createdAt: Date;
1616
- updatedAt: Date;
1617
- fullName: string | null;
1618
- mobile: string | null;
1619
- email: string;
1620
- syncedAt: Date;
1621
- } | null | undefined;
1622
1611
  buyerName?: string | null | undefined;
1623
1612
  project?: {
1624
- id: string;
1613
+ type: string;
1625
1614
  status: string;
1615
+ id: string;
1626
1616
  isArchived: boolean;
1627
1617
  createdAt: Date;
1628
1618
  updatedAt: Date;
1629
- type: string;
1630
1619
  syncedAt: Date;
1631
1620
  mtaId: string | null;
1632
1621
  name: string;
1633
1622
  developerId: string;
1634
1623
  state: string;
1635
1624
  developer?: {
1636
- id: string;
1637
1625
  status: string;
1626
+ id: string;
1638
1627
  isArchived: boolean;
1639
1628
  createdAt: Date;
1640
1629
  updatedAt: Date;
@@ -1642,23 +1631,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1642
1631
  companyName: string | null;
1643
1632
  } | null | undefined;
1644
1633
  } | null | undefined;
1634
+ customer?: {
1635
+ status: string;
1636
+ id: string;
1637
+ isArchived: boolean;
1638
+ createdAt: Date;
1639
+ updatedAt: Date;
1640
+ fullName: string | null;
1641
+ mobile: string | null;
1642
+ email: string;
1643
+ syncedAt: Date;
1644
+ } | null | undefined;
1645
1645
  } | null | undefined;
1646
1646
  } & {
1647
1647
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1648
1648
  sourceTransaction?: Omit<{
1649
- id: string;
1650
1649
  status: "clearing" | "cleared" | "reconciled";
1650
+ id: string;
1651
+ propertyId: string | null;
1652
+ balanceCents: number;
1651
1653
  isArchived: boolean;
1652
1654
  createdAt: Date;
1653
1655
  updatedAt: Date;
1654
1656
  syncedAt: Date | null;
1655
1657
  debitAmountCents: number;
1656
1658
  creditAmountCents: number;
1657
- balanceCents: number;
1658
1659
  description: string | null;
1659
1660
  clearedAt: Date | null;
1660
1661
  cmaId: string;
1661
- propertyId: string | null;
1662
1662
  createType: string;
1663
1663
  transactionType: string;
1664
1664
  isCanceled: boolean;
@@ -1686,13 +1686,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1686
1686
  lastName?: string | null | undefined;
1687
1687
  } | null | undefined;
1688
1688
  property?: {
1689
- id: string;
1690
1689
  status: string;
1690
+ id: string;
1691
+ balanceCents: number | bigint;
1691
1692
  isArchived: boolean;
1692
1693
  createdAt: Date;
1693
1694
  updatedAt: Date;
1694
1695
  syncedAt: Date;
1695
- balanceCents: number | bigint;
1696
1696
  customerId: string;
1697
1697
  projectId: string;
1698
1698
  lotDetail: string | null;
@@ -1701,33 +1701,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1701
1701
  mtaId: string;
1702
1702
  mtaBalanceCents: number | bigint;
1703
1703
  cmaBalanceCents: number | bigint;
1704
- customer?: {
1705
- id: string;
1706
- status: string;
1707
- isArchived: boolean;
1708
- createdAt: Date;
1709
- updatedAt: Date;
1710
- fullName: string | null;
1711
- mobile: string | null;
1712
- email: string;
1713
- syncedAt: Date;
1714
- } | null | undefined;
1715
1704
  buyerName?: string | null | undefined;
1716
1705
  project?: {
1717
- id: string;
1706
+ type: string;
1718
1707
  status: string;
1708
+ id: string;
1719
1709
  isArchived: boolean;
1720
1710
  createdAt: Date;
1721
1711
  updatedAt: Date;
1722
- type: string;
1723
1712
  syncedAt: Date;
1724
1713
  mtaId: string | null;
1725
1714
  name: string;
1726
1715
  developerId: string;
1727
1716
  state: string;
1728
1717
  developer?: {
1729
- id: string;
1730
1718
  status: string;
1719
+ id: string;
1731
1720
  isArchived: boolean;
1732
1721
  createdAt: Date;
1733
1722
  updatedAt: Date;
@@ -1735,22 +1724,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1735
1724
  companyName: string | null;
1736
1725
  } | null | undefined;
1737
1726
  } | null | undefined;
1727
+ customer?: {
1728
+ status: string;
1729
+ id: string;
1730
+ isArchived: boolean;
1731
+ createdAt: Date;
1732
+ updatedAt: Date;
1733
+ fullName: string | null;
1734
+ mobile: string | null;
1735
+ email: string;
1736
+ syncedAt: Date;
1737
+ } | null | undefined;
1738
1738
  } | null | undefined;
1739
1739
  } & any, "cma"> | null | undefined;
1740
1740
  subsequentTransactions?: Omit<{
1741
- id: string;
1742
1741
  status: "clearing" | "cleared" | "reconciled";
1742
+ id: string;
1743
+ propertyId: string | null;
1744
+ balanceCents: number;
1743
1745
  isArchived: boolean;
1744
1746
  createdAt: Date;
1745
1747
  updatedAt: Date;
1746
1748
  syncedAt: Date | null;
1747
1749
  debitAmountCents: number;
1748
1750
  creditAmountCents: number;
1749
- balanceCents: number;
1750
1751
  description: string | null;
1751
1752
  clearedAt: Date | null;
1752
1753
  cmaId: string;
1753
- propertyId: string | null;
1754
1754
  createType: string;
1755
1755
  transactionType: string;
1756
1756
  isCanceled: boolean;
@@ -1778,13 +1778,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1778
1778
  lastName?: string | null | undefined;
1779
1779
  } | null | undefined;
1780
1780
  property?: {
1781
- id: string;
1782
1781
  status: string;
1782
+ id: string;
1783
+ balanceCents: number | bigint;
1783
1784
  isArchived: boolean;
1784
1785
  createdAt: Date;
1785
1786
  updatedAt: Date;
1786
1787
  syncedAt: Date;
1787
- balanceCents: number | bigint;
1788
1788
  customerId: string;
1789
1789
  projectId: string;
1790
1790
  lotDetail: string | null;
@@ -1793,33 +1793,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1793
1793
  mtaId: string;
1794
1794
  mtaBalanceCents: number | bigint;
1795
1795
  cmaBalanceCents: number | bigint;
1796
- customer?: {
1797
- id: string;
1798
- status: string;
1799
- isArchived: boolean;
1800
- createdAt: Date;
1801
- updatedAt: Date;
1802
- fullName: string | null;
1803
- mobile: string | null;
1804
- email: string;
1805
- syncedAt: Date;
1806
- } | null | undefined;
1807
1796
  buyerName?: string | null | undefined;
1808
1797
  project?: {
1809
- id: string;
1798
+ type: string;
1810
1799
  status: string;
1800
+ id: string;
1811
1801
  isArchived: boolean;
1812
1802
  createdAt: Date;
1813
1803
  updatedAt: Date;
1814
- type: string;
1815
1804
  syncedAt: Date;
1816
1805
  mtaId: string | null;
1817
1806
  name: string;
1818
1807
  developerId: string;
1819
1808
  state: string;
1820
1809
  developer?: {
1821
- id: string;
1822
1810
  status: string;
1811
+ id: string;
1823
1812
  isArchived: boolean;
1824
1813
  createdAt: Date;
1825
1814
  updatedAt: Date;
@@ -1827,6 +1816,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1827
1816
  companyName: string | null;
1828
1817
  } | null | undefined;
1829
1818
  } | null | undefined;
1819
+ customer?: {
1820
+ status: string;
1821
+ id: string;
1822
+ isArchived: boolean;
1823
+ createdAt: Date;
1824
+ updatedAt: Date;
1825
+ fullName: string | null;
1826
+ mobile: string | null;
1827
+ email: string;
1828
+ syncedAt: Date;
1829
+ } | null | undefined;
1830
1830
  } | null | undefined;
1831
1831
  } & any, "cma">[] | null | undefined;
1832
1832
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1842,19 +1842,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1842
1842
  reconciledAmountCents: number | bigint;
1843
1843
  unreconciledAmountCents: number | bigint;
1844
1844
  reconciledTransactions?: ({
1845
- id: string;
1846
1845
  status: string;
1846
+ id: string;
1847
+ propertyId: string | null;
1848
+ balanceCents: string | number | bigint;
1847
1849
  isArchived: boolean;
1848
1850
  createdAt: Date;
1849
1851
  updatedAt: Date;
1850
1852
  syncedAt: Date | null;
1851
1853
  debitAmountCents: string | number | bigint;
1852
1854
  creditAmountCents: string | number | bigint;
1853
- balanceCents: string | number | bigint;
1854
1855
  description: string | null;
1855
1856
  clearedAt: Date | null;
1856
1857
  cmaId: string;
1857
- propertyId: string | null;
1858
1858
  createType: string;
1859
1859
  transactionType: string;
1860
1860
  isCanceled: boolean;
@@ -1882,13 +1882,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1882
1882
  lastName?: string | null | undefined;
1883
1883
  } | null | undefined;
1884
1884
  property?: {
1885
- id: string;
1886
1885
  status: string;
1886
+ id: string;
1887
+ balanceCents: number | bigint;
1887
1888
  isArchived: boolean;
1888
1889
  createdAt: Date;
1889
1890
  updatedAt: Date;
1890
1891
  syncedAt: Date;
1891
- balanceCents: number | bigint;
1892
1892
  customerId: string;
1893
1893
  projectId: string;
1894
1894
  lotDetail: string | null;
@@ -1897,33 +1897,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1897
1897
  mtaId: string;
1898
1898
  mtaBalanceCents: number | bigint;
1899
1899
  cmaBalanceCents: number | bigint;
1900
- customer?: {
1901
- id: string;
1902
- status: string;
1903
- isArchived: boolean;
1904
- createdAt: Date;
1905
- updatedAt: Date;
1906
- fullName: string | null;
1907
- mobile: string | null;
1908
- email: string;
1909
- syncedAt: Date;
1910
- } | null | undefined;
1911
1900
  buyerName?: string | null | undefined;
1912
1901
  project?: {
1913
- id: string;
1902
+ type: string;
1914
1903
  status: string;
1904
+ id: string;
1915
1905
  isArchived: boolean;
1916
1906
  createdAt: Date;
1917
1907
  updatedAt: Date;
1918
- type: string;
1919
1908
  syncedAt: Date;
1920
1909
  mtaId: string | null;
1921
1910
  name: string;
1922
1911
  developerId: string;
1923
1912
  state: string;
1924
1913
  developer?: {
1925
- id: string;
1926
1914
  status: string;
1915
+ id: string;
1927
1916
  isArchived: boolean;
1928
1917
  createdAt: Date;
1929
1918
  updatedAt: Date;
@@ -1931,23 +1920,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1931
1920
  companyName: string | null;
1932
1921
  } | null | undefined;
1933
1922
  } | null | undefined;
1923
+ customer?: {
1924
+ status: string;
1925
+ id: string;
1926
+ isArchived: boolean;
1927
+ createdAt: Date;
1928
+ updatedAt: Date;
1929
+ fullName: string | null;
1930
+ mobile: string | null;
1931
+ email: string;
1932
+ syncedAt: Date;
1933
+ } | null | undefined;
1934
1934
  } | null | undefined;
1935
1935
  } & {
1936
1936
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
1937
1937
  sourceTransaction?: ({
1938
- id: string;
1939
1938
  status: string;
1939
+ id: string;
1940
+ propertyId: string | null;
1941
+ balanceCents: string | number | bigint;
1940
1942
  isArchived: boolean;
1941
1943
  createdAt: Date;
1942
1944
  updatedAt: Date;
1943
1945
  syncedAt: Date | null;
1944
1946
  debitAmountCents: string | number | bigint;
1945
1947
  creditAmountCents: string | number | bigint;
1946
- balanceCents: string | number | bigint;
1947
1948
  description: string | null;
1948
1949
  clearedAt: Date | null;
1949
1950
  cmaId: string;
1950
- propertyId: string | null;
1951
1951
  createType: string;
1952
1952
  transactionType: string;
1953
1953
  isCanceled: boolean;
@@ -1975,13 +1975,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1975
1975
  lastName?: string | null | undefined;
1976
1976
  } | null | undefined;
1977
1977
  property?: {
1978
- id: string;
1979
1978
  status: string;
1979
+ id: string;
1980
+ balanceCents: number | bigint;
1980
1981
  isArchived: boolean;
1981
1982
  createdAt: Date;
1982
1983
  updatedAt: Date;
1983
1984
  syncedAt: Date;
1984
- balanceCents: number | bigint;
1985
1985
  customerId: string;
1986
1986
  projectId: string;
1987
1987
  lotDetail: string | null;
@@ -1990,33 +1990,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1990
1990
  mtaId: string;
1991
1991
  mtaBalanceCents: number | bigint;
1992
1992
  cmaBalanceCents: number | bigint;
1993
- customer?: {
1994
- id: string;
1995
- status: string;
1996
- isArchived: boolean;
1997
- createdAt: Date;
1998
- updatedAt: Date;
1999
- fullName: string | null;
2000
- mobile: string | null;
2001
- email: string;
2002
- syncedAt: Date;
2003
- } | null | undefined;
2004
1993
  buyerName?: string | null | undefined;
2005
1994
  project?: {
2006
- id: string;
1995
+ type: string;
2007
1996
  status: string;
1997
+ id: string;
2008
1998
  isArchived: boolean;
2009
1999
  createdAt: Date;
2010
2000
  updatedAt: Date;
2011
- type: string;
2012
2001
  syncedAt: Date;
2013
2002
  mtaId: string | null;
2014
2003
  name: string;
2015
2004
  developerId: string;
2016
2005
  state: string;
2017
2006
  developer?: {
2018
- id: string;
2019
2007
  status: string;
2008
+ id: string;
2020
2009
  isArchived: boolean;
2021
2010
  createdAt: Date;
2022
2011
  updatedAt: Date;
@@ -2024,22 +2013,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2024
2013
  companyName: string | null;
2025
2014
  } | null | undefined;
2026
2015
  } | null | undefined;
2016
+ customer?: {
2017
+ status: string;
2018
+ id: string;
2019
+ isArchived: boolean;
2020
+ createdAt: Date;
2021
+ updatedAt: Date;
2022
+ fullName: string | null;
2023
+ mobile: string | null;
2024
+ email: string;
2025
+ syncedAt: Date;
2026
+ } | null | undefined;
2027
2027
  } | null | undefined;
2028
2028
  } & any) | null | undefined;
2029
2029
  subsequentTransactions?: ({
2030
- id: string;
2031
2030
  status: string;
2031
+ id: string;
2032
+ propertyId: string | null;
2033
+ balanceCents: string | number | bigint;
2032
2034
  isArchived: boolean;
2033
2035
  createdAt: Date;
2034
2036
  updatedAt: Date;
2035
2037
  syncedAt: Date | null;
2036
2038
  debitAmountCents: string | number | bigint;
2037
2039
  creditAmountCents: string | number | bigint;
2038
- balanceCents: string | number | bigint;
2039
2040
  description: string | null;
2040
2041
  clearedAt: Date | null;
2041
2042
  cmaId: string;
2042
- propertyId: string | null;
2043
2043
  createType: string;
2044
2044
  transactionType: string;
2045
2045
  isCanceled: boolean;
@@ -2067,13 +2067,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2067
2067
  lastName?: string | null | undefined;
2068
2068
  } | null | undefined;
2069
2069
  property?: {
2070
- id: string;
2071
2070
  status: string;
2071
+ id: string;
2072
+ balanceCents: number | bigint;
2072
2073
  isArchived: boolean;
2073
2074
  createdAt: Date;
2074
2075
  updatedAt: Date;
2075
2076
  syncedAt: Date;
2076
- balanceCents: number | bigint;
2077
2077
  customerId: string;
2078
2078
  projectId: string;
2079
2079
  lotDetail: string | null;
@@ -2082,33 +2082,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2082
2082
  mtaId: string;
2083
2083
  mtaBalanceCents: number | bigint;
2084
2084
  cmaBalanceCents: number | bigint;
2085
- customer?: {
2086
- id: string;
2087
- status: string;
2088
- isArchived: boolean;
2089
- createdAt: Date;
2090
- updatedAt: Date;
2091
- fullName: string | null;
2092
- mobile: string | null;
2093
- email: string;
2094
- syncedAt: Date;
2095
- } | null | undefined;
2096
2085
  buyerName?: string | null | undefined;
2097
2086
  project?: {
2098
- id: string;
2087
+ type: string;
2099
2088
  status: string;
2089
+ id: string;
2100
2090
  isArchived: boolean;
2101
2091
  createdAt: Date;
2102
2092
  updatedAt: Date;
2103
- type: string;
2104
2093
  syncedAt: Date;
2105
2094
  mtaId: string | null;
2106
2095
  name: string;
2107
2096
  developerId: string;
2108
2097
  state: string;
2109
2098
  developer?: {
2110
- id: string;
2111
2099
  status: string;
2100
+ id: string;
2112
2101
  isArchived: boolean;
2113
2102
  createdAt: Date;
2114
2103
  updatedAt: Date;
@@ -2116,25 +2105,36 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2116
2105
  companyName: string | null;
2117
2106
  } | null | undefined;
2118
2107
  } | null | undefined;
2108
+ customer?: {
2109
+ status: string;
2110
+ id: string;
2111
+ isArchived: boolean;
2112
+ createdAt: Date;
2113
+ updatedAt: Date;
2114
+ fullName: string | null;
2115
+ mobile: string | null;
2116
+ email: string;
2117
+ syncedAt: Date;
2118
+ } | null | undefined;
2119
2119
  } | null | undefined;
2120
2120
  } & any)[] | null | undefined;
2121
2121
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2122
2122
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2123
2123
  })[] | null | undefined;
2124
2124
  unreconciledTransactions?: ({
2125
- id: string;
2126
2125
  status: string;
2126
+ id: string;
2127
+ propertyId: string | null;
2128
+ balanceCents: string | number | bigint;
2127
2129
  isArchived: boolean;
2128
2130
  createdAt: Date;
2129
2131
  updatedAt: Date;
2130
2132
  syncedAt: Date | null;
2131
2133
  debitAmountCents: string | number | bigint;
2132
2134
  creditAmountCents: string | number | bigint;
2133
- balanceCents: string | number | bigint;
2134
2135
  description: string | null;
2135
2136
  clearedAt: Date | null;
2136
2137
  cmaId: string;
2137
- propertyId: string | null;
2138
2138
  createType: string;
2139
2139
  transactionType: string;
2140
2140
  isCanceled: boolean;
@@ -2162,13 +2162,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2162
2162
  lastName?: string | null | undefined;
2163
2163
  } | null | undefined;
2164
2164
  property?: {
2165
- id: string;
2166
2165
  status: string;
2166
+ id: string;
2167
+ balanceCents: number | bigint;
2167
2168
  isArchived: boolean;
2168
2169
  createdAt: Date;
2169
2170
  updatedAt: Date;
2170
2171
  syncedAt: Date;
2171
- balanceCents: number | bigint;
2172
2172
  customerId: string;
2173
2173
  projectId: string;
2174
2174
  lotDetail: string | null;
@@ -2177,33 +2177,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2177
2177
  mtaId: string;
2178
2178
  mtaBalanceCents: number | bigint;
2179
2179
  cmaBalanceCents: number | bigint;
2180
- customer?: {
2181
- id: string;
2182
- status: string;
2183
- isArchived: boolean;
2184
- createdAt: Date;
2185
- updatedAt: Date;
2186
- fullName: string | null;
2187
- mobile: string | null;
2188
- email: string;
2189
- syncedAt: Date;
2190
- } | null | undefined;
2191
2180
  buyerName?: string | null | undefined;
2192
2181
  project?: {
2193
- id: string;
2182
+ type: string;
2194
2183
  status: string;
2184
+ id: string;
2195
2185
  isArchived: boolean;
2196
2186
  createdAt: Date;
2197
2187
  updatedAt: Date;
2198
- type: string;
2199
2188
  syncedAt: Date;
2200
2189
  mtaId: string | null;
2201
2190
  name: string;
2202
2191
  developerId: string;
2203
2192
  state: string;
2204
2193
  developer?: {
2205
- id: string;
2206
2194
  status: string;
2195
+ id: string;
2207
2196
  isArchived: boolean;
2208
2197
  createdAt: Date;
2209
2198
  updatedAt: Date;
@@ -2211,23 +2200,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2211
2200
  companyName: string | null;
2212
2201
  } | null | undefined;
2213
2202
  } | null | undefined;
2203
+ customer?: {
2204
+ status: string;
2205
+ id: string;
2206
+ isArchived: boolean;
2207
+ createdAt: Date;
2208
+ updatedAt: Date;
2209
+ fullName: string | null;
2210
+ mobile: string | null;
2211
+ email: string;
2212
+ syncedAt: Date;
2213
+ } | null | undefined;
2214
2214
  } | null | undefined;
2215
2215
  } & {
2216
2216
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
2217
2217
  sourceTransaction?: ({
2218
- id: string;
2219
2218
  status: string;
2219
+ id: string;
2220
+ propertyId: string | null;
2221
+ balanceCents: string | number | bigint;
2220
2222
  isArchived: boolean;
2221
2223
  createdAt: Date;
2222
2224
  updatedAt: Date;
2223
2225
  syncedAt: Date | null;
2224
2226
  debitAmountCents: string | number | bigint;
2225
2227
  creditAmountCents: string | number | bigint;
2226
- balanceCents: string | number | bigint;
2227
2228
  description: string | null;
2228
2229
  clearedAt: Date | null;
2229
2230
  cmaId: string;
2230
- propertyId: string | null;
2231
2231
  createType: string;
2232
2232
  transactionType: string;
2233
2233
  isCanceled: boolean;
@@ -2255,13 +2255,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2255
2255
  lastName?: string | null | undefined;
2256
2256
  } | null | undefined;
2257
2257
  property?: {
2258
- id: string;
2259
2258
  status: string;
2259
+ id: string;
2260
+ balanceCents: number | bigint;
2260
2261
  isArchived: boolean;
2261
2262
  createdAt: Date;
2262
2263
  updatedAt: Date;
2263
2264
  syncedAt: Date;
2264
- balanceCents: number | bigint;
2265
2265
  customerId: string;
2266
2266
  projectId: string;
2267
2267
  lotDetail: string | null;
@@ -2270,33 +2270,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2270
2270
  mtaId: string;
2271
2271
  mtaBalanceCents: number | bigint;
2272
2272
  cmaBalanceCents: number | bigint;
2273
- customer?: {
2274
- id: string;
2275
- status: string;
2276
- isArchived: boolean;
2277
- createdAt: Date;
2278
- updatedAt: Date;
2279
- fullName: string | null;
2280
- mobile: string | null;
2281
- email: string;
2282
- syncedAt: Date;
2283
- } | null | undefined;
2284
2273
  buyerName?: string | null | undefined;
2285
2274
  project?: {
2286
- id: string;
2275
+ type: string;
2287
2276
  status: string;
2277
+ id: string;
2288
2278
  isArchived: boolean;
2289
2279
  createdAt: Date;
2290
2280
  updatedAt: Date;
2291
- type: string;
2292
2281
  syncedAt: Date;
2293
2282
  mtaId: string | null;
2294
2283
  name: string;
2295
2284
  developerId: string;
2296
2285
  state: string;
2297
2286
  developer?: {
2298
- id: string;
2299
2287
  status: string;
2288
+ id: string;
2300
2289
  isArchived: boolean;
2301
2290
  createdAt: Date;
2302
2291
  updatedAt: Date;
@@ -2304,22 +2293,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2304
2293
  companyName: string | null;
2305
2294
  } | null | undefined;
2306
2295
  } | null | undefined;
2296
+ customer?: {
2297
+ status: string;
2298
+ id: string;
2299
+ isArchived: boolean;
2300
+ createdAt: Date;
2301
+ updatedAt: Date;
2302
+ fullName: string | null;
2303
+ mobile: string | null;
2304
+ email: string;
2305
+ syncedAt: Date;
2306
+ } | null | undefined;
2307
2307
  } | null | undefined;
2308
2308
  } & any) | null | undefined;
2309
2309
  subsequentTransactions?: ({
2310
- id: string;
2311
2310
  status: string;
2311
+ id: string;
2312
+ propertyId: string | null;
2313
+ balanceCents: string | number | bigint;
2312
2314
  isArchived: boolean;
2313
2315
  createdAt: Date;
2314
2316
  updatedAt: Date;
2315
2317
  syncedAt: Date | null;
2316
2318
  debitAmountCents: string | number | bigint;
2317
2319
  creditAmountCents: string | number | bigint;
2318
- balanceCents: string | number | bigint;
2319
2320
  description: string | null;
2320
2321
  clearedAt: Date | null;
2321
2322
  cmaId: string;
2322
- propertyId: string | null;
2323
2323
  createType: string;
2324
2324
  transactionType: string;
2325
2325
  isCanceled: boolean;
@@ -2347,13 +2347,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2347
2347
  lastName?: string | null | undefined;
2348
2348
  } | null | undefined;
2349
2349
  property?: {
2350
- id: string;
2351
2350
  status: string;
2351
+ id: string;
2352
+ balanceCents: number | bigint;
2352
2353
  isArchived: boolean;
2353
2354
  createdAt: Date;
2354
2355
  updatedAt: Date;
2355
2356
  syncedAt: Date;
2356
- balanceCents: number | bigint;
2357
2357
  customerId: string;
2358
2358
  projectId: string;
2359
2359
  lotDetail: string | null;
@@ -2362,33 +2362,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2362
2362
  mtaId: string;
2363
2363
  mtaBalanceCents: number | bigint;
2364
2364
  cmaBalanceCents: number | bigint;
2365
- customer?: {
2366
- id: string;
2367
- status: string;
2368
- isArchived: boolean;
2369
- createdAt: Date;
2370
- updatedAt: Date;
2371
- fullName: string | null;
2372
- mobile: string | null;
2373
- email: string;
2374
- syncedAt: Date;
2375
- } | null | undefined;
2376
2365
  buyerName?: string | null | undefined;
2377
2366
  project?: {
2378
- id: string;
2367
+ type: string;
2379
2368
  status: string;
2369
+ id: string;
2380
2370
  isArchived: boolean;
2381
2371
  createdAt: Date;
2382
2372
  updatedAt: Date;
2383
- type: string;
2384
2373
  syncedAt: Date;
2385
2374
  mtaId: string | null;
2386
2375
  name: string;
2387
2376
  developerId: string;
2388
2377
  state: string;
2389
2378
  developer?: {
2390
- id: string;
2391
2379
  status: string;
2380
+ id: string;
2392
2381
  isArchived: boolean;
2393
2382
  createdAt: Date;
2394
2383
  updatedAt: Date;
@@ -2396,6 +2385,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2396
2385
  companyName: string | null;
2397
2386
  } | null | undefined;
2398
2387
  } | null | undefined;
2388
+ customer?: {
2389
+ status: string;
2390
+ id: string;
2391
+ isArchived: boolean;
2392
+ createdAt: Date;
2393
+ updatedAt: Date;
2394
+ fullName: string | null;
2395
+ mobile: string | null;
2396
+ email: string;
2397
+ syncedAt: Date;
2398
+ } | null | undefined;
2399
2399
  } | null | undefined;
2400
2400
  } & any)[] | null | undefined;
2401
2401
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -2428,19 +2428,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2428
2428
  reconciledAmountCents: number;
2429
2429
  unreconciledAmountCents: number;
2430
2430
  reconciledTransactions?: ({
2431
- id: string;
2432
2431
  status: "clearing" | "cleared" | "reconciled";
2432
+ id: string;
2433
+ propertyId: string | null;
2434
+ balanceCents: number;
2433
2435
  isArchived: boolean;
2434
2436
  createdAt: Date;
2435
2437
  updatedAt: Date;
2436
2438
  syncedAt: Date | null;
2437
2439
  debitAmountCents: number;
2438
2440
  creditAmountCents: number;
2439
- balanceCents: number;
2440
2441
  description: string | null;
2441
2442
  clearedAt: Date | null;
2442
2443
  cmaId: string;
2443
- propertyId: string | null;
2444
2444
  createType: string;
2445
2445
  transactionType: string;
2446
2446
  isCanceled: boolean;
@@ -2468,13 +2468,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2468
2468
  lastName?: string | null | undefined;
2469
2469
  } | null | undefined;
2470
2470
  property?: {
2471
- id: string;
2472
2471
  status: string;
2472
+ id: string;
2473
+ balanceCents: number | bigint;
2473
2474
  isArchived: boolean;
2474
2475
  createdAt: Date;
2475
2476
  updatedAt: Date;
2476
2477
  syncedAt: Date;
2477
- balanceCents: number | bigint;
2478
2478
  customerId: string;
2479
2479
  projectId: string;
2480
2480
  lotDetail: string | null;
@@ -2483,33 +2483,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2483
2483
  mtaId: string;
2484
2484
  mtaBalanceCents: number | bigint;
2485
2485
  cmaBalanceCents: number | bigint;
2486
- customer?: {
2487
- id: string;
2488
- status: string;
2489
- isArchived: boolean;
2490
- createdAt: Date;
2491
- updatedAt: Date;
2492
- fullName: string | null;
2493
- mobile: string | null;
2494
- email: string;
2495
- syncedAt: Date;
2496
- } | null | undefined;
2497
2486
  buyerName?: string | null | undefined;
2498
2487
  project?: {
2499
- id: string;
2488
+ type: string;
2500
2489
  status: string;
2490
+ id: string;
2501
2491
  isArchived: boolean;
2502
2492
  createdAt: Date;
2503
2493
  updatedAt: Date;
2504
- type: string;
2505
2494
  syncedAt: Date;
2506
2495
  mtaId: string | null;
2507
2496
  name: string;
2508
2497
  developerId: string;
2509
2498
  state: string;
2510
2499
  developer?: {
2511
- id: string;
2512
2500
  status: string;
2501
+ id: string;
2513
2502
  isArchived: boolean;
2514
2503
  createdAt: Date;
2515
2504
  updatedAt: Date;
@@ -2517,23 +2506,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2517
2506
  companyName: string | null;
2518
2507
  } | null | undefined;
2519
2508
  } | null | undefined;
2509
+ customer?: {
2510
+ status: string;
2511
+ id: string;
2512
+ isArchived: boolean;
2513
+ createdAt: Date;
2514
+ updatedAt: Date;
2515
+ fullName: string | null;
2516
+ mobile: string | null;
2517
+ email: string;
2518
+ syncedAt: Date;
2519
+ } | null | undefined;
2520
2520
  } | null | undefined;
2521
2521
  } & {
2522
2522
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
2523
2523
  sourceTransaction?: Omit<{
2524
- id: string;
2525
2524
  status: "clearing" | "cleared" | "reconciled";
2525
+ id: string;
2526
+ propertyId: string | null;
2527
+ balanceCents: number;
2526
2528
  isArchived: boolean;
2527
2529
  createdAt: Date;
2528
2530
  updatedAt: Date;
2529
2531
  syncedAt: Date | null;
2530
2532
  debitAmountCents: number;
2531
2533
  creditAmountCents: number;
2532
- balanceCents: number;
2533
2534
  description: string | null;
2534
2535
  clearedAt: Date | null;
2535
2536
  cmaId: string;
2536
- propertyId: string | null;
2537
2537
  createType: string;
2538
2538
  transactionType: string;
2539
2539
  isCanceled: boolean;
@@ -2561,13 +2561,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2561
2561
  lastName?: string | null | undefined;
2562
2562
  } | null | undefined;
2563
2563
  property?: {
2564
- id: string;
2565
2564
  status: string;
2565
+ id: string;
2566
+ balanceCents: number | bigint;
2566
2567
  isArchived: boolean;
2567
2568
  createdAt: Date;
2568
2569
  updatedAt: Date;
2569
2570
  syncedAt: Date;
2570
- balanceCents: number | bigint;
2571
2571
  customerId: string;
2572
2572
  projectId: string;
2573
2573
  lotDetail: string | null;
@@ -2576,33 +2576,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2576
2576
  mtaId: string;
2577
2577
  mtaBalanceCents: number | bigint;
2578
2578
  cmaBalanceCents: number | bigint;
2579
- customer?: {
2580
- id: string;
2581
- status: string;
2582
- isArchived: boolean;
2583
- createdAt: Date;
2584
- updatedAt: Date;
2585
- fullName: string | null;
2586
- mobile: string | null;
2587
- email: string;
2588
- syncedAt: Date;
2589
- } | null | undefined;
2590
2579
  buyerName?: string | null | undefined;
2591
2580
  project?: {
2592
- id: string;
2581
+ type: string;
2593
2582
  status: string;
2583
+ id: string;
2594
2584
  isArchived: boolean;
2595
2585
  createdAt: Date;
2596
2586
  updatedAt: Date;
2597
- type: string;
2598
2587
  syncedAt: Date;
2599
2588
  mtaId: string | null;
2600
2589
  name: string;
2601
2590
  developerId: string;
2602
2591
  state: string;
2603
2592
  developer?: {
2604
- id: string;
2605
2593
  status: string;
2594
+ id: string;
2606
2595
  isArchived: boolean;
2607
2596
  createdAt: Date;
2608
2597
  updatedAt: Date;
@@ -2610,22 +2599,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2610
2599
  companyName: string | null;
2611
2600
  } | null | undefined;
2612
2601
  } | null | undefined;
2602
+ customer?: {
2603
+ status: string;
2604
+ id: string;
2605
+ isArchived: boolean;
2606
+ createdAt: Date;
2607
+ updatedAt: Date;
2608
+ fullName: string | null;
2609
+ mobile: string | null;
2610
+ email: string;
2611
+ syncedAt: Date;
2612
+ } | null | undefined;
2613
2613
  } | null | undefined;
2614
2614
  } & any, "cma"> | null | undefined;
2615
2615
  subsequentTransactions?: Omit<{
2616
- id: string;
2617
2616
  status: "clearing" | "cleared" | "reconciled";
2617
+ id: string;
2618
+ propertyId: string | null;
2619
+ balanceCents: number;
2618
2620
  isArchived: boolean;
2619
2621
  createdAt: Date;
2620
2622
  updatedAt: Date;
2621
2623
  syncedAt: Date | null;
2622
2624
  debitAmountCents: number;
2623
2625
  creditAmountCents: number;
2624
- balanceCents: number;
2625
2626
  description: string | null;
2626
2627
  clearedAt: Date | null;
2627
2628
  cmaId: string;
2628
- propertyId: string | null;
2629
2629
  createType: string;
2630
2630
  transactionType: string;
2631
2631
  isCanceled: boolean;
@@ -2653,13 +2653,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2653
2653
  lastName?: string | null | undefined;
2654
2654
  } | null | undefined;
2655
2655
  property?: {
2656
- id: string;
2657
2656
  status: string;
2657
+ id: string;
2658
+ balanceCents: number | bigint;
2658
2659
  isArchived: boolean;
2659
2660
  createdAt: Date;
2660
2661
  updatedAt: Date;
2661
2662
  syncedAt: Date;
2662
- balanceCents: number | bigint;
2663
2663
  customerId: string;
2664
2664
  projectId: string;
2665
2665
  lotDetail: string | null;
@@ -2668,33 +2668,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2668
2668
  mtaId: string;
2669
2669
  mtaBalanceCents: number | bigint;
2670
2670
  cmaBalanceCents: number | bigint;
2671
- customer?: {
2672
- id: string;
2673
- status: string;
2674
- isArchived: boolean;
2675
- createdAt: Date;
2676
- updatedAt: Date;
2677
- fullName: string | null;
2678
- mobile: string | null;
2679
- email: string;
2680
- syncedAt: Date;
2681
- } | null | undefined;
2682
2671
  buyerName?: string | null | undefined;
2683
2672
  project?: {
2684
- id: string;
2673
+ type: string;
2685
2674
  status: string;
2675
+ id: string;
2686
2676
  isArchived: boolean;
2687
2677
  createdAt: Date;
2688
2678
  updatedAt: Date;
2689
- type: string;
2690
2679
  syncedAt: Date;
2691
2680
  mtaId: string | null;
2692
2681
  name: string;
2693
2682
  developerId: string;
2694
2683
  state: string;
2695
2684
  developer?: {
2696
- id: string;
2697
2685
  status: string;
2686
+ id: string;
2698
2687
  isArchived: boolean;
2699
2688
  createdAt: Date;
2700
2689
  updatedAt: Date;
@@ -2702,6 +2691,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2702
2691
  companyName: string | null;
2703
2692
  } | null | undefined;
2704
2693
  } | null | undefined;
2694
+ customer?: {
2695
+ status: string;
2696
+ id: string;
2697
+ isArchived: boolean;
2698
+ createdAt: Date;
2699
+ updatedAt: Date;
2700
+ fullName: string | null;
2701
+ mobile: string | null;
2702
+ email: string;
2703
+ syncedAt: Date;
2704
+ } | null | undefined;
2705
2705
  } | null | undefined;
2706
2706
  } & any, "cma">[] | null | undefined;
2707
2707
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -2714,19 +2714,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2714
2714
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
2715
2715
  })[] | null | undefined;
2716
2716
  unreconciledTransactions?: ({
2717
- id: string;
2718
2717
  status: "clearing" | "cleared" | "reconciled";
2718
+ id: string;
2719
+ propertyId: string | null;
2720
+ balanceCents: number;
2719
2721
  isArchived: boolean;
2720
2722
  createdAt: Date;
2721
2723
  updatedAt: Date;
2722
2724
  syncedAt: Date | null;
2723
2725
  debitAmountCents: number;
2724
2726
  creditAmountCents: number;
2725
- balanceCents: number;
2726
2727
  description: string | null;
2727
2728
  clearedAt: Date | null;
2728
2729
  cmaId: string;
2729
- propertyId: string | null;
2730
2730
  createType: string;
2731
2731
  transactionType: string;
2732
2732
  isCanceled: boolean;
@@ -2754,13 +2754,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2754
2754
  lastName?: string | null | undefined;
2755
2755
  } | null | undefined;
2756
2756
  property?: {
2757
- id: string;
2758
2757
  status: string;
2758
+ id: string;
2759
+ balanceCents: number | bigint;
2759
2760
  isArchived: boolean;
2760
2761
  createdAt: Date;
2761
2762
  updatedAt: Date;
2762
2763
  syncedAt: Date;
2763
- balanceCents: number | bigint;
2764
2764
  customerId: string;
2765
2765
  projectId: string;
2766
2766
  lotDetail: string | null;
@@ -2769,33 +2769,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2769
2769
  mtaId: string;
2770
2770
  mtaBalanceCents: number | bigint;
2771
2771
  cmaBalanceCents: number | bigint;
2772
- customer?: {
2773
- id: string;
2774
- status: string;
2775
- isArchived: boolean;
2776
- createdAt: Date;
2777
- updatedAt: Date;
2778
- fullName: string | null;
2779
- mobile: string | null;
2780
- email: string;
2781
- syncedAt: Date;
2782
- } | null | undefined;
2783
2772
  buyerName?: string | null | undefined;
2784
2773
  project?: {
2785
- id: string;
2774
+ type: string;
2786
2775
  status: string;
2776
+ id: string;
2787
2777
  isArchived: boolean;
2788
2778
  createdAt: Date;
2789
2779
  updatedAt: Date;
2790
- type: string;
2791
2780
  syncedAt: Date;
2792
2781
  mtaId: string | null;
2793
2782
  name: string;
2794
2783
  developerId: string;
2795
2784
  state: string;
2796
2785
  developer?: {
2797
- id: string;
2798
2786
  status: string;
2787
+ id: string;
2799
2788
  isArchived: boolean;
2800
2789
  createdAt: Date;
2801
2790
  updatedAt: Date;
@@ -2803,23 +2792,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2803
2792
  companyName: string | null;
2804
2793
  } | null | undefined;
2805
2794
  } | null | undefined;
2795
+ customer?: {
2796
+ status: string;
2797
+ id: string;
2798
+ isArchived: boolean;
2799
+ createdAt: Date;
2800
+ updatedAt: Date;
2801
+ fullName: string | null;
2802
+ mobile: string | null;
2803
+ email: string;
2804
+ syncedAt: Date;
2805
+ } | null | undefined;
2806
2806
  } | null | undefined;
2807
2807
  } & {
2808
2808
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
2809
2809
  sourceTransaction?: Omit<{
2810
- id: string;
2811
2810
  status: "clearing" | "cleared" | "reconciled";
2811
+ id: string;
2812
+ propertyId: string | null;
2813
+ balanceCents: number;
2812
2814
  isArchived: boolean;
2813
2815
  createdAt: Date;
2814
2816
  updatedAt: Date;
2815
2817
  syncedAt: Date | null;
2816
2818
  debitAmountCents: number;
2817
2819
  creditAmountCents: number;
2818
- balanceCents: number;
2819
2820
  description: string | null;
2820
2821
  clearedAt: Date | null;
2821
2822
  cmaId: string;
2822
- propertyId: string | null;
2823
2823
  createType: string;
2824
2824
  transactionType: string;
2825
2825
  isCanceled: boolean;
@@ -2847,13 +2847,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2847
2847
  lastName?: string | null | undefined;
2848
2848
  } | null | undefined;
2849
2849
  property?: {
2850
- id: string;
2851
2850
  status: string;
2851
+ id: string;
2852
+ balanceCents: number | bigint;
2852
2853
  isArchived: boolean;
2853
2854
  createdAt: Date;
2854
2855
  updatedAt: Date;
2855
2856
  syncedAt: Date;
2856
- balanceCents: number | bigint;
2857
2857
  customerId: string;
2858
2858
  projectId: string;
2859
2859
  lotDetail: string | null;
@@ -2862,33 +2862,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2862
2862
  mtaId: string;
2863
2863
  mtaBalanceCents: number | bigint;
2864
2864
  cmaBalanceCents: number | bigint;
2865
- customer?: {
2866
- id: string;
2867
- status: string;
2868
- isArchived: boolean;
2869
- createdAt: Date;
2870
- updatedAt: Date;
2871
- fullName: string | null;
2872
- mobile: string | null;
2873
- email: string;
2874
- syncedAt: Date;
2875
- } | null | undefined;
2876
2865
  buyerName?: string | null | undefined;
2877
2866
  project?: {
2878
- id: string;
2867
+ type: string;
2879
2868
  status: string;
2869
+ id: string;
2880
2870
  isArchived: boolean;
2881
2871
  createdAt: Date;
2882
2872
  updatedAt: Date;
2883
- type: string;
2884
2873
  syncedAt: Date;
2885
2874
  mtaId: string | null;
2886
2875
  name: string;
2887
2876
  developerId: string;
2888
2877
  state: string;
2889
2878
  developer?: {
2890
- id: string;
2891
2879
  status: string;
2880
+ id: string;
2892
2881
  isArchived: boolean;
2893
2882
  createdAt: Date;
2894
2883
  updatedAt: Date;
@@ -2896,22 +2885,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2896
2885
  companyName: string | null;
2897
2886
  } | null | undefined;
2898
2887
  } | null | undefined;
2888
+ customer?: {
2889
+ status: string;
2890
+ id: string;
2891
+ isArchived: boolean;
2892
+ createdAt: Date;
2893
+ updatedAt: Date;
2894
+ fullName: string | null;
2895
+ mobile: string | null;
2896
+ email: string;
2897
+ syncedAt: Date;
2898
+ } | null | undefined;
2899
2899
  } | null | undefined;
2900
2900
  } & any, "cma"> | null | undefined;
2901
2901
  subsequentTransactions?: Omit<{
2902
- id: string;
2903
2902
  status: "clearing" | "cleared" | "reconciled";
2903
+ id: string;
2904
+ propertyId: string | null;
2905
+ balanceCents: number;
2904
2906
  isArchived: boolean;
2905
2907
  createdAt: Date;
2906
2908
  updatedAt: Date;
2907
2909
  syncedAt: Date | null;
2908
2910
  debitAmountCents: number;
2909
2911
  creditAmountCents: number;
2910
- balanceCents: number;
2911
2912
  description: string | null;
2912
2913
  clearedAt: Date | null;
2913
2914
  cmaId: string;
2914
- propertyId: string | null;
2915
2915
  createType: string;
2916
2916
  transactionType: string;
2917
2917
  isCanceled: boolean;
@@ -2939,48 +2939,37 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2939
2939
  lastName?: string | null | undefined;
2940
2940
  } | null | undefined;
2941
2941
  property?: {
2942
- id: string;
2943
2942
  status: string;
2943
+ id: string;
2944
+ balanceCents: number | bigint;
2944
2945
  isArchived: boolean;
2945
2946
  createdAt: Date;
2946
2947
  updatedAt: Date;
2947
2948
  syncedAt: Date;
2948
- balanceCents: number | bigint;
2949
2949
  customerId: string;
2950
- projectId: string;
2951
- lotDetail: string | null;
2952
- propertyAddress: string;
2953
- stage: string;
2954
- mtaId: string;
2955
- mtaBalanceCents: number | bigint;
2956
- cmaBalanceCents: number | bigint;
2957
- customer?: {
2958
- id: string;
2959
- status: string;
2960
- isArchived: boolean;
2961
- createdAt: Date;
2962
- updatedAt: Date;
2963
- fullName: string | null;
2964
- mobile: string | null;
2965
- email: string;
2966
- syncedAt: Date;
2967
- } | null | undefined;
2950
+ projectId: string;
2951
+ lotDetail: string | null;
2952
+ propertyAddress: string;
2953
+ stage: string;
2954
+ mtaId: string;
2955
+ mtaBalanceCents: number | bigint;
2956
+ cmaBalanceCents: number | bigint;
2968
2957
  buyerName?: string | null | undefined;
2969
2958
  project?: {
2970
- id: string;
2959
+ type: string;
2971
2960
  status: string;
2961
+ id: string;
2972
2962
  isArchived: boolean;
2973
2963
  createdAt: Date;
2974
2964
  updatedAt: Date;
2975
- type: string;
2976
2965
  syncedAt: Date;
2977
2966
  mtaId: string | null;
2978
2967
  name: string;
2979
2968
  developerId: string;
2980
2969
  state: string;
2981
2970
  developer?: {
2982
- id: string;
2983
2971
  status: string;
2972
+ id: string;
2984
2973
  isArchived: boolean;
2985
2974
  createdAt: Date;
2986
2975
  updatedAt: Date;
@@ -2988,6 +2977,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2988
2977
  companyName: string | null;
2989
2978
  } | null | undefined;
2990
2979
  } | null | undefined;
2980
+ customer?: {
2981
+ status: string;
2982
+ id: string;
2983
+ isArchived: boolean;
2984
+ createdAt: Date;
2985
+ updatedAt: Date;
2986
+ fullName: string | null;
2987
+ mobile: string | null;
2988
+ email: string;
2989
+ syncedAt: Date;
2990
+ } | null | undefined;
2991
2991
  } | null | undefined;
2992
2992
  } & any, "cma">[] | null | undefined;
2993
2993
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -3001,8 +3001,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3001
3001
  })[] | null | undefined;
3002
3002
  };
3003
3003
  reconciliations?: {
3004
- id: string;
3005
3004
  status: string;
3005
+ id: string;
3006
3006
  isArchived: boolean;
3007
3007
  createdBy: string;
3008
3008
  createdAt: Date;
@@ -3049,19 +3049,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3049
3049
  reconciledAmountCents: number | bigint;
3050
3050
  unreconciledAmountCents: number | bigint;
3051
3051
  reconciledTransactions?: ({
3052
- id: string;
3053
3052
  status: string;
3053
+ id: string;
3054
+ propertyId: string | null;
3055
+ balanceCents: string | number | bigint;
3054
3056
  isArchived: boolean;
3055
3057
  createdAt: Date;
3056
3058
  updatedAt: Date;
3057
3059
  syncedAt: Date | null;
3058
3060
  debitAmountCents: string | number | bigint;
3059
3061
  creditAmountCents: string | number | bigint;
3060
- balanceCents: string | number | bigint;
3061
3062
  description: string | null;
3062
3063
  clearedAt: Date | null;
3063
3064
  cmaId: string;
3064
- propertyId: string | null;
3065
3065
  createType: string;
3066
3066
  transactionType: string;
3067
3067
  isCanceled: boolean;
@@ -3089,13 +3089,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3089
3089
  lastName?: string | null | undefined;
3090
3090
  } | null | undefined;
3091
3091
  property?: {
3092
- id: string;
3093
3092
  status: string;
3093
+ id: string;
3094
+ balanceCents: number | bigint;
3094
3095
  isArchived: boolean;
3095
3096
  createdAt: Date;
3096
3097
  updatedAt: Date;
3097
3098
  syncedAt: Date;
3098
- balanceCents: number | bigint;
3099
3099
  customerId: string;
3100
3100
  projectId: string;
3101
3101
  lotDetail: string | null;
@@ -3104,33 +3104,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3104
3104
  mtaId: string;
3105
3105
  mtaBalanceCents: number | bigint;
3106
3106
  cmaBalanceCents: number | bigint;
3107
- customer?: {
3108
- id: string;
3109
- status: string;
3110
- isArchived: boolean;
3111
- createdAt: Date;
3112
- updatedAt: Date;
3113
- fullName: string | null;
3114
- mobile: string | null;
3115
- email: string;
3116
- syncedAt: Date;
3117
- } | null | undefined;
3118
3107
  buyerName?: string | null | undefined;
3119
3108
  project?: {
3120
- id: string;
3109
+ type: string;
3121
3110
  status: string;
3111
+ id: string;
3122
3112
  isArchived: boolean;
3123
3113
  createdAt: Date;
3124
3114
  updatedAt: Date;
3125
- type: string;
3126
3115
  syncedAt: Date;
3127
3116
  mtaId: string | null;
3128
3117
  name: string;
3129
3118
  developerId: string;
3130
3119
  state: string;
3131
3120
  developer?: {
3132
- id: string;
3133
3121
  status: string;
3122
+ id: string;
3134
3123
  isArchived: boolean;
3135
3124
  createdAt: Date;
3136
3125
  updatedAt: Date;
@@ -3138,23 +3127,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3138
3127
  companyName: string | null;
3139
3128
  } | null | undefined;
3140
3129
  } | null | undefined;
3130
+ customer?: {
3131
+ status: string;
3132
+ id: string;
3133
+ isArchived: boolean;
3134
+ createdAt: Date;
3135
+ updatedAt: Date;
3136
+ fullName: string | null;
3137
+ mobile: string | null;
3138
+ email: string;
3139
+ syncedAt: Date;
3140
+ } | null | undefined;
3141
3141
  } | null | undefined;
3142
3142
  } & {
3143
3143
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
3144
3144
  sourceTransaction?: ({
3145
- id: string;
3146
3145
  status: string;
3146
+ id: string;
3147
+ propertyId: string | null;
3148
+ balanceCents: string | number | bigint;
3147
3149
  isArchived: boolean;
3148
3150
  createdAt: Date;
3149
3151
  updatedAt: Date;
3150
3152
  syncedAt: Date | null;
3151
3153
  debitAmountCents: string | number | bigint;
3152
3154
  creditAmountCents: string | number | bigint;
3153
- balanceCents: string | number | bigint;
3154
3155
  description: string | null;
3155
3156
  clearedAt: Date | null;
3156
3157
  cmaId: string;
3157
- propertyId: string | null;
3158
3158
  createType: string;
3159
3159
  transactionType: string;
3160
3160
  isCanceled: boolean;
@@ -3182,13 +3182,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3182
3182
  lastName?: string | null | undefined;
3183
3183
  } | null | undefined;
3184
3184
  property?: {
3185
- id: string;
3186
3185
  status: string;
3186
+ id: string;
3187
+ balanceCents: number | bigint;
3187
3188
  isArchived: boolean;
3188
3189
  createdAt: Date;
3189
3190
  updatedAt: Date;
3190
3191
  syncedAt: Date;
3191
- balanceCents: number | bigint;
3192
3192
  customerId: string;
3193
3193
  projectId: string;
3194
3194
  lotDetail: string | null;
@@ -3197,33 +3197,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3197
3197
  mtaId: string;
3198
3198
  mtaBalanceCents: number | bigint;
3199
3199
  cmaBalanceCents: number | bigint;
3200
- customer?: {
3201
- id: string;
3202
- status: string;
3203
- isArchived: boolean;
3204
- createdAt: Date;
3205
- updatedAt: Date;
3206
- fullName: string | null;
3207
- mobile: string | null;
3208
- email: string;
3209
- syncedAt: Date;
3210
- } | null | undefined;
3211
3200
  buyerName?: string | null | undefined;
3212
3201
  project?: {
3213
- id: string;
3202
+ type: string;
3214
3203
  status: string;
3204
+ id: string;
3215
3205
  isArchived: boolean;
3216
3206
  createdAt: Date;
3217
3207
  updatedAt: Date;
3218
- type: string;
3219
3208
  syncedAt: Date;
3220
3209
  mtaId: string | null;
3221
3210
  name: string;
3222
3211
  developerId: string;
3223
3212
  state: string;
3224
3213
  developer?: {
3225
- id: string;
3226
3214
  status: string;
3215
+ id: string;
3227
3216
  isArchived: boolean;
3228
3217
  createdAt: Date;
3229
3218
  updatedAt: Date;
@@ -3231,22 +3220,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3231
3220
  companyName: string | null;
3232
3221
  } | null | undefined;
3233
3222
  } | null | undefined;
3223
+ customer?: {
3224
+ status: string;
3225
+ id: string;
3226
+ isArchived: boolean;
3227
+ createdAt: Date;
3228
+ updatedAt: Date;
3229
+ fullName: string | null;
3230
+ mobile: string | null;
3231
+ email: string;
3232
+ syncedAt: Date;
3233
+ } | null | undefined;
3234
3234
  } | null | undefined;
3235
3235
  } & any) | null | undefined;
3236
3236
  subsequentTransactions?: ({
3237
- id: string;
3238
3237
  status: string;
3238
+ id: string;
3239
+ propertyId: string | null;
3240
+ balanceCents: string | number | bigint;
3239
3241
  isArchived: boolean;
3240
3242
  createdAt: Date;
3241
3243
  updatedAt: Date;
3242
3244
  syncedAt: Date | null;
3243
3245
  debitAmountCents: string | number | bigint;
3244
3246
  creditAmountCents: string | number | bigint;
3245
- balanceCents: string | number | bigint;
3246
3247
  description: string | null;
3247
3248
  clearedAt: Date | null;
3248
3249
  cmaId: string;
3249
- propertyId: string | null;
3250
3250
  createType: string;
3251
3251
  transactionType: string;
3252
3252
  isCanceled: boolean;
@@ -3274,13 +3274,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3274
3274
  lastName?: string | null | undefined;
3275
3275
  } | null | undefined;
3276
3276
  property?: {
3277
- id: string;
3278
3277
  status: string;
3278
+ id: string;
3279
+ balanceCents: number | bigint;
3279
3280
  isArchived: boolean;
3280
3281
  createdAt: Date;
3281
3282
  updatedAt: Date;
3282
3283
  syncedAt: Date;
3283
- balanceCents: number | bigint;
3284
3284
  customerId: string;
3285
3285
  projectId: string;
3286
3286
  lotDetail: string | null;
@@ -3289,33 +3289,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3289
3289
  mtaId: string;
3290
3290
  mtaBalanceCents: number | bigint;
3291
3291
  cmaBalanceCents: number | bigint;
3292
- customer?: {
3293
- id: string;
3294
- status: string;
3295
- isArchived: boolean;
3296
- createdAt: Date;
3297
- updatedAt: Date;
3298
- fullName: string | null;
3299
- mobile: string | null;
3300
- email: string;
3301
- syncedAt: Date;
3302
- } | null | undefined;
3303
3292
  buyerName?: string | null | undefined;
3304
3293
  project?: {
3305
- id: string;
3294
+ type: string;
3306
3295
  status: string;
3296
+ id: string;
3307
3297
  isArchived: boolean;
3308
3298
  createdAt: Date;
3309
3299
  updatedAt: Date;
3310
- type: string;
3311
3300
  syncedAt: Date;
3312
3301
  mtaId: string | null;
3313
3302
  name: string;
3314
3303
  developerId: string;
3315
3304
  state: string;
3316
3305
  developer?: {
3317
- id: string;
3318
3306
  status: string;
3307
+ id: string;
3319
3308
  isArchived: boolean;
3320
3309
  createdAt: Date;
3321
3310
  updatedAt: Date;
@@ -3323,25 +3312,36 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3323
3312
  companyName: string | null;
3324
3313
  } | null | undefined;
3325
3314
  } | null | undefined;
3315
+ customer?: {
3316
+ status: string;
3317
+ id: string;
3318
+ isArchived: boolean;
3319
+ createdAt: Date;
3320
+ updatedAt: Date;
3321
+ fullName: string | null;
3322
+ mobile: string | null;
3323
+ email: string;
3324
+ syncedAt: Date;
3325
+ } | null | undefined;
3326
3326
  } | null | undefined;
3327
3327
  } & any)[] | null | undefined;
3328
3328
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
3329
3329
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
3330
3330
  })[] | null | undefined;
3331
3331
  unreconciledTransactions?: ({
3332
- id: string;
3333
3332
  status: string;
3333
+ id: string;
3334
+ propertyId: string | null;
3335
+ balanceCents: string | number | bigint;
3334
3336
  isArchived: boolean;
3335
3337
  createdAt: Date;
3336
3338
  updatedAt: Date;
3337
3339
  syncedAt: Date | null;
3338
3340
  debitAmountCents: string | number | bigint;
3339
3341
  creditAmountCents: string | number | bigint;
3340
- balanceCents: string | number | bigint;
3341
3342
  description: string | null;
3342
3343
  clearedAt: Date | null;
3343
3344
  cmaId: string;
3344
- propertyId: string | null;
3345
3345
  createType: string;
3346
3346
  transactionType: string;
3347
3347
  isCanceled: boolean;
@@ -3369,13 +3369,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3369
3369
  lastName?: string | null | undefined;
3370
3370
  } | null | undefined;
3371
3371
  property?: {
3372
- id: string;
3373
3372
  status: string;
3373
+ id: string;
3374
+ balanceCents: number | bigint;
3374
3375
  isArchived: boolean;
3375
3376
  createdAt: Date;
3376
3377
  updatedAt: Date;
3377
3378
  syncedAt: Date;
3378
- balanceCents: number | bigint;
3379
3379
  customerId: string;
3380
3380
  projectId: string;
3381
3381
  lotDetail: string | null;
@@ -3384,33 +3384,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3384
3384
  mtaId: string;
3385
3385
  mtaBalanceCents: number | bigint;
3386
3386
  cmaBalanceCents: number | bigint;
3387
- customer?: {
3388
- id: string;
3389
- status: string;
3390
- isArchived: boolean;
3391
- createdAt: Date;
3392
- updatedAt: Date;
3393
- fullName: string | null;
3394
- mobile: string | null;
3395
- email: string;
3396
- syncedAt: Date;
3397
- } | null | undefined;
3398
3387
  buyerName?: string | null | undefined;
3399
3388
  project?: {
3400
- id: string;
3389
+ type: string;
3401
3390
  status: string;
3391
+ id: string;
3402
3392
  isArchived: boolean;
3403
3393
  createdAt: Date;
3404
3394
  updatedAt: Date;
3405
- type: string;
3406
3395
  syncedAt: Date;
3407
3396
  mtaId: string | null;
3408
3397
  name: string;
3409
3398
  developerId: string;
3410
3399
  state: string;
3411
3400
  developer?: {
3412
- id: string;
3413
3401
  status: string;
3402
+ id: string;
3414
3403
  isArchived: boolean;
3415
3404
  createdAt: Date;
3416
3405
  updatedAt: Date;
@@ -3418,23 +3407,34 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3418
3407
  companyName: string | null;
3419
3408
  } | null | undefined;
3420
3409
  } | null | undefined;
3410
+ customer?: {
3411
+ status: string;
3412
+ id: string;
3413
+ isArchived: boolean;
3414
+ createdAt: Date;
3415
+ updatedAt: Date;
3416
+ fullName: string | null;
3417
+ mobile: string | null;
3418
+ email: string;
3419
+ syncedAt: Date;
3420
+ } | null | undefined;
3421
3421
  } | null | undefined;
3422
3422
  } & {
3423
3423
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
3424
3424
  sourceTransaction?: ({
3425
- id: string;
3426
3425
  status: string;
3426
+ id: string;
3427
+ propertyId: string | null;
3428
+ balanceCents: string | number | bigint;
3427
3429
  isArchived: boolean;
3428
3430
  createdAt: Date;
3429
3431
  updatedAt: Date;
3430
3432
  syncedAt: Date | null;
3431
3433
  debitAmountCents: string | number | bigint;
3432
3434
  creditAmountCents: string | number | bigint;
3433
- balanceCents: string | number | bigint;
3434
3435
  description: string | null;
3435
3436
  clearedAt: Date | null;
3436
3437
  cmaId: string;
3437
- propertyId: string | null;
3438
3438
  createType: string;
3439
3439
  transactionType: string;
3440
3440
  isCanceled: boolean;
@@ -3462,13 +3462,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3462
3462
  lastName?: string | null | undefined;
3463
3463
  } | null | undefined;
3464
3464
  property?: {
3465
- id: string;
3466
3465
  status: string;
3466
+ id: string;
3467
+ balanceCents: number | bigint;
3467
3468
  isArchived: boolean;
3468
3469
  createdAt: Date;
3469
3470
  updatedAt: Date;
3470
3471
  syncedAt: Date;
3471
- balanceCents: number | bigint;
3472
3472
  customerId: string;
3473
3473
  projectId: string;
3474
3474
  lotDetail: string | null;
@@ -3477,33 +3477,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3477
3477
  mtaId: string;
3478
3478
  mtaBalanceCents: number | bigint;
3479
3479
  cmaBalanceCents: number | bigint;
3480
- customer?: {
3481
- id: string;
3482
- status: string;
3483
- isArchived: boolean;
3484
- createdAt: Date;
3485
- updatedAt: Date;
3486
- fullName: string | null;
3487
- mobile: string | null;
3488
- email: string;
3489
- syncedAt: Date;
3490
- } | null | undefined;
3491
3480
  buyerName?: string | null | undefined;
3492
3481
  project?: {
3493
- id: string;
3482
+ type: string;
3494
3483
  status: string;
3484
+ id: string;
3495
3485
  isArchived: boolean;
3496
3486
  createdAt: Date;
3497
3487
  updatedAt: Date;
3498
- type: string;
3499
3488
  syncedAt: Date;
3500
3489
  mtaId: string | null;
3501
3490
  name: string;
3502
3491
  developerId: string;
3503
3492
  state: string;
3504
3493
  developer?: {
3505
- id: string;
3506
3494
  status: string;
3495
+ id: string;
3507
3496
  isArchived: boolean;
3508
3497
  createdAt: Date;
3509
3498
  updatedAt: Date;
@@ -3511,22 +3500,33 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3511
3500
  companyName: string | null;
3512
3501
  } | null | undefined;
3513
3502
  } | null | undefined;
3503
+ customer?: {
3504
+ status: string;
3505
+ id: string;
3506
+ isArchived: boolean;
3507
+ createdAt: Date;
3508
+ updatedAt: Date;
3509
+ fullName: string | null;
3510
+ mobile: string | null;
3511
+ email: string;
3512
+ syncedAt: Date;
3513
+ } | null | undefined;
3514
3514
  } | null | undefined;
3515
3515
  } & any) | null | undefined;
3516
3516
  subsequentTransactions?: ({
3517
- id: string;
3518
3517
  status: string;
3518
+ id: string;
3519
+ propertyId: string | null;
3520
+ balanceCents: string | number | bigint;
3519
3521
  isArchived: boolean;
3520
3522
  createdAt: Date;
3521
3523
  updatedAt: Date;
3522
3524
  syncedAt: Date | null;
3523
3525
  debitAmountCents: string | number | bigint;
3524
3526
  creditAmountCents: string | number | bigint;
3525
- balanceCents: string | number | bigint;
3526
3527
  description: string | null;
3527
3528
  clearedAt: Date | null;
3528
3529
  cmaId: string;
3529
- propertyId: string | null;
3530
3530
  createType: string;
3531
3531
  transactionType: string;
3532
3532
  isCanceled: boolean;
@@ -3554,13 +3554,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3554
3554
  lastName?: string | null | undefined;
3555
3555
  } | null | undefined;
3556
3556
  property?: {
3557
- id: string;
3558
3557
  status: string;
3558
+ id: string;
3559
+ balanceCents: number | bigint;
3559
3560
  isArchived: boolean;
3560
3561
  createdAt: Date;
3561
3562
  updatedAt: Date;
3562
3563
  syncedAt: Date;
3563
- balanceCents: number | bigint;
3564
3564
  customerId: string;
3565
3565
  projectId: string;
3566
3566
  lotDetail: string | null;
@@ -3569,33 +3569,22 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3569
3569
  mtaId: string;
3570
3570
  mtaBalanceCents: number | bigint;
3571
3571
  cmaBalanceCents: number | bigint;
3572
- customer?: {
3573
- id: string;
3574
- status: string;
3575
- isArchived: boolean;
3576
- createdAt: Date;
3577
- updatedAt: Date;
3578
- fullName: string | null;
3579
- mobile: string | null;
3580
- email: string;
3581
- syncedAt: Date;
3582
- } | null | undefined;
3583
3572
  buyerName?: string | null | undefined;
3584
3573
  project?: {
3585
- id: string;
3574
+ type: string;
3586
3575
  status: string;
3576
+ id: string;
3587
3577
  isArchived: boolean;
3588
3578
  createdAt: Date;
3589
3579
  updatedAt: Date;
3590
- type: string;
3591
3580
  syncedAt: Date;
3592
3581
  mtaId: string | null;
3593
3582
  name: string;
3594
3583
  developerId: string;
3595
3584
  state: string;
3596
3585
  developer?: {
3597
- id: string;
3598
3586
  status: string;
3587
+ id: string;
3599
3588
  isArchived: boolean;
3600
3589
  createdAt: Date;
3601
3590
  updatedAt: Date;
@@ -3603,6 +3592,17 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3603
3592
  companyName: string | null;
3604
3593
  } | null | undefined;
3605
3594
  } | null | undefined;
3595
+ customer?: {
3596
+ status: string;
3597
+ id: string;
3598
+ isArchived: boolean;
3599
+ createdAt: Date;
3600
+ updatedAt: Date;
3601
+ fullName: string | null;
3602
+ mobile: string | null;
3603
+ email: string;
3604
+ syncedAt: Date;
3605
+ } | null | undefined;
3606
3606
  } | null | undefined;
3607
3607
  } & any)[] | null | undefined;
3608
3608
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -3610,8 +3610,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3610
3610
  })[] | null | undefined;
3611
3611
  };
3612
3612
  reconciliations?: {
3613
- id: string;
3614
3613
  status: string;
3614
+ id: string;
3615
3615
  isArchived: boolean;
3616
3616
  createdBy: string;
3617
3617
  createdAt: Date;