@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 mtaAccountPeriodClosingSummaryRestResSchema: 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 mtaAccountPeriodClosingSummaryRestResSchema: 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 mtaAccountPeriodClosingSummaryRestResSchema: 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
+ status: "clearing" | "cleared" | "reconciled";
136
137
  id: string;
137
- status: import("../..").AccountingCommonStatus;
138
+ propertyId: string | null;
139
+ balanceCents: number;
138
140
  isArchived: boolean;
139
141
  createdAt: Date;
140
142
  updatedAt: Date;
141
143
  syncedAt: Date;
142
144
  debitAmountCents: number;
143
145
  creditAmountCents: number;
144
- balanceCents: number;
145
146
  mtaId: string;
146
147
  description: string | null;
147
148
  clearedAt: Date | null;
148
- propertyId: string | null;
149
149
  transactionType: string;
150
150
  isCanceled: boolean;
151
151
  isRefunded: boolean;
@@ -174,13 +174,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
174
174
  lastName?: string | null | undefined;
175
175
  } | null | undefined;
176
176
  property?: {
177
- id: string;
178
177
  status: string;
178
+ id: string;
179
+ balanceCents: number | bigint;
179
180
  isArchived: boolean;
180
181
  createdAt: Date;
181
182
  updatedAt: Date;
182
183
  syncedAt: Date;
183
- balanceCents: number | bigint;
184
184
  customerId: string;
185
185
  projectId: string;
186
186
  lotDetail: string | null;
@@ -189,33 +189,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
189
189
  mtaId: string;
190
190
  mtaBalanceCents: number | bigint;
191
191
  cmaBalanceCents: number | bigint;
192
- customer?: {
193
- id: string;
194
- status: string;
195
- isArchived: boolean;
196
- createdAt: Date;
197
- updatedAt: Date;
198
- fullName: string | null;
199
- mobile: string | null;
200
- email: string;
201
- syncedAt: Date;
202
- } | null | undefined;
203
192
  buyerName?: string | null | undefined;
204
193
  project?: {
205
- id: string;
194
+ type: string;
206
195
  status: string;
196
+ id: string;
207
197
  isArchived: boolean;
208
198
  createdAt: Date;
209
199
  updatedAt: Date;
210
- type: string;
211
200
  syncedAt: Date;
212
201
  mtaId: string | null;
213
202
  name: string;
214
203
  developerId: string;
215
204
  state: string;
216
205
  developer?: {
217
- id: string;
218
206
  status: string;
207
+ id: string;
219
208
  isArchived: boolean;
220
209
  createdAt: Date;
221
210
  updatedAt: Date;
@@ -223,23 +212,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
223
212
  companyName: string | null;
224
213
  } | null | undefined;
225
214
  } | null | undefined;
215
+ customer?: {
216
+ status: string;
217
+ id: string;
218
+ isArchived: boolean;
219
+ createdAt: Date;
220
+ updatedAt: Date;
221
+ fullName: string | null;
222
+ mobile: string | null;
223
+ email: string;
224
+ syncedAt: Date;
225
+ } | null | undefined;
226
226
  } | null | undefined;
227
227
  } & {
228
228
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
229
229
  sourceTransaction?: ({
230
+ status: "clearing" | "cleared" | "reconciled";
230
231
  id: string;
231
- status: import("../..").AccountingCommonStatus;
232
+ propertyId: string | null;
233
+ balanceCents: number;
232
234
  isArchived: boolean;
233
235
  createdAt: Date;
234
236
  updatedAt: Date;
235
237
  syncedAt: Date;
236
238
  debitAmountCents: number;
237
239
  creditAmountCents: number;
238
- balanceCents: number;
239
240
  mtaId: string;
240
241
  description: string | null;
241
242
  clearedAt: Date | null;
242
- propertyId: string | null;
243
243
  transactionType: string;
244
244
  isCanceled: boolean;
245
245
  isRefunded: boolean;
@@ -268,13 +268,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
268
268
  lastName?: string | null | undefined;
269
269
  } | null | undefined;
270
270
  property?: {
271
- id: string;
272
271
  status: string;
272
+ id: string;
273
+ balanceCents: number | bigint;
273
274
  isArchived: boolean;
274
275
  createdAt: Date;
275
276
  updatedAt: Date;
276
277
  syncedAt: Date;
277
- balanceCents: number | bigint;
278
278
  customerId: string;
279
279
  projectId: string;
280
280
  lotDetail: string | null;
@@ -283,33 +283,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
283
283
  mtaId: string;
284
284
  mtaBalanceCents: number | bigint;
285
285
  cmaBalanceCents: number | bigint;
286
- customer?: {
287
- id: string;
288
- status: string;
289
- isArchived: boolean;
290
- createdAt: Date;
291
- updatedAt: Date;
292
- fullName: string | null;
293
- mobile: string | null;
294
- email: string;
295
- syncedAt: Date;
296
- } | null | undefined;
297
286
  buyerName?: string | null | undefined;
298
287
  project?: {
299
- id: string;
288
+ type: string;
300
289
  status: string;
290
+ id: string;
301
291
  isArchived: boolean;
302
292
  createdAt: Date;
303
293
  updatedAt: Date;
304
- type: string;
305
294
  syncedAt: Date;
306
295
  mtaId: string | null;
307
296
  name: string;
308
297
  developerId: string;
309
298
  state: string;
310
299
  developer?: {
311
- id: string;
312
300
  status: string;
301
+ id: string;
313
302
  isArchived: boolean;
314
303
  createdAt: Date;
315
304
  updatedAt: Date;
@@ -317,22 +306,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
317
306
  companyName: string | null;
318
307
  } | null | undefined;
319
308
  } | null | undefined;
309
+ customer?: {
310
+ status: string;
311
+ id: string;
312
+ isArchived: boolean;
313
+ createdAt: Date;
314
+ updatedAt: Date;
315
+ fullName: string | null;
316
+ mobile: string | null;
317
+ email: string;
318
+ syncedAt: Date;
319
+ } | null | undefined;
320
320
  } | null | undefined;
321
321
  } & any) | null | undefined;
322
322
  subsequentTransactions?: ({
323
+ status: "clearing" | "cleared" | "reconciled";
323
324
  id: string;
324
- status: import("../..").AccountingCommonStatus;
325
+ propertyId: string | null;
326
+ balanceCents: number;
325
327
  isArchived: boolean;
326
328
  createdAt: Date;
327
329
  updatedAt: Date;
328
330
  syncedAt: Date;
329
331
  debitAmountCents: number;
330
332
  creditAmountCents: number;
331
- balanceCents: number;
332
333
  mtaId: string;
333
334
  description: string | null;
334
335
  clearedAt: Date | null;
335
- propertyId: string | null;
336
336
  transactionType: string;
337
337
  isCanceled: boolean;
338
338
  isRefunded: boolean;
@@ -361,13 +361,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
361
361
  lastName?: string | null | undefined;
362
362
  } | null | undefined;
363
363
  property?: {
364
- id: string;
365
364
  status: string;
365
+ id: string;
366
+ balanceCents: number | bigint;
366
367
  isArchived: boolean;
367
368
  createdAt: Date;
368
369
  updatedAt: Date;
369
370
  syncedAt: Date;
370
- balanceCents: number | bigint;
371
371
  customerId: string;
372
372
  projectId: string;
373
373
  lotDetail: string | null;
@@ -376,33 +376,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
376
376
  mtaId: string;
377
377
  mtaBalanceCents: number | bigint;
378
378
  cmaBalanceCents: number | bigint;
379
- customer?: {
380
- id: string;
381
- status: string;
382
- isArchived: boolean;
383
- createdAt: Date;
384
- updatedAt: Date;
385
- fullName: string | null;
386
- mobile: string | null;
387
- email: string;
388
- syncedAt: Date;
389
- } | null | undefined;
390
379
  buyerName?: string | null | undefined;
391
380
  project?: {
392
- id: string;
381
+ type: string;
393
382
  status: string;
383
+ id: string;
394
384
  isArchived: boolean;
395
385
  createdAt: Date;
396
386
  updatedAt: Date;
397
- type: string;
398
387
  syncedAt: Date;
399
388
  mtaId: string | null;
400
389
  name: string;
401
390
  developerId: string;
402
391
  state: string;
403
392
  developer?: {
404
- id: string;
405
393
  status: string;
394
+ id: string;
406
395
  isArchived: boolean;
407
396
  createdAt: Date;
408
397
  updatedAt: Date;
@@ -410,6 +399,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
410
399
  companyName: string | null;
411
400
  } | null | undefined;
412
401
  } | null | undefined;
402
+ customer?: {
403
+ status: string;
404
+ id: string;
405
+ isArchived: boolean;
406
+ createdAt: Date;
407
+ updatedAt: Date;
408
+ fullName: string | null;
409
+ mobile: string | null;
410
+ email: string;
411
+ syncedAt: Date;
412
+ } | null | undefined;
413
413
  } | null | undefined;
414
414
  } & any)[] | null | undefined;
415
415
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -423,19 +423,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
423
423
  transactionNumber?: string | null | undefined;
424
424
  isCancelable?: boolean | null | undefined;
425
425
  }, z.ZodTypeDef, {
426
- id: string;
427
426
  status: string;
427
+ id: string;
428
+ propertyId: string | null;
429
+ balanceCents: string | number | bigint;
428
430
  isArchived: boolean;
429
431
  createdAt: Date;
430
432
  updatedAt: Date;
431
433
  syncedAt: Date;
432
434
  debitAmountCents: string | number | bigint;
433
435
  creditAmountCents: string | number | bigint;
434
- balanceCents: string | number | bigint;
435
436
  mtaId: string;
436
437
  description: string | null;
437
438
  clearedAt: Date | null;
438
- propertyId: string | null;
439
439
  transactionType: string;
440
440
  isCanceled: boolean;
441
441
  isRefunded: boolean;
@@ -464,13 +464,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
464
464
  lastName?: string | null | undefined;
465
465
  } | null | undefined;
466
466
  property?: {
467
- id: string;
468
467
  status: string;
468
+ id: string;
469
+ balanceCents: number | bigint;
469
470
  isArchived: boolean;
470
471
  createdAt: Date;
471
472
  updatedAt: Date;
472
473
  syncedAt: Date;
473
- balanceCents: number | bigint;
474
474
  customerId: string;
475
475
  projectId: string;
476
476
  lotDetail: string | null;
@@ -479,33 +479,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
479
479
  mtaId: string;
480
480
  mtaBalanceCents: number | bigint;
481
481
  cmaBalanceCents: number | bigint;
482
- customer?: {
483
- id: string;
484
- status: string;
485
- isArchived: boolean;
486
- createdAt: Date;
487
- updatedAt: Date;
488
- fullName: string | null;
489
- mobile: string | null;
490
- email: string;
491
- syncedAt: Date;
492
- } | null | undefined;
493
482
  buyerName?: string | null | undefined;
494
483
  project?: {
495
- id: string;
484
+ type: string;
496
485
  status: string;
486
+ id: string;
497
487
  isArchived: boolean;
498
488
  createdAt: Date;
499
489
  updatedAt: Date;
500
- type: string;
501
490
  syncedAt: Date;
502
491
  mtaId: string | null;
503
492
  name: string;
504
493
  developerId: string;
505
494
  state: string;
506
495
  developer?: {
507
- id: string;
508
496
  status: string;
497
+ id: string;
509
498
  isArchived: boolean;
510
499
  createdAt: Date;
511
500
  updatedAt: Date;
@@ -513,23 +502,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
513
502
  companyName: string | null;
514
503
  } | null | undefined;
515
504
  } | null | undefined;
505
+ customer?: {
506
+ status: string;
507
+ id: string;
508
+ isArchived: boolean;
509
+ createdAt: Date;
510
+ updatedAt: Date;
511
+ fullName: string | null;
512
+ mobile: string | null;
513
+ email: string;
514
+ syncedAt: Date;
515
+ } | null | undefined;
516
516
  } | null | undefined;
517
517
  } & {
518
518
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
519
519
  sourceTransaction?: ({
520
- id: string;
521
520
  status: string;
521
+ id: string;
522
+ propertyId: string | null;
523
+ balanceCents: string | number | bigint;
522
524
  isArchived: boolean;
523
525
  createdAt: Date;
524
526
  updatedAt: Date;
525
527
  syncedAt: Date;
526
528
  debitAmountCents: string | number | bigint;
527
529
  creditAmountCents: string | number | bigint;
528
- balanceCents: string | number | bigint;
529
530
  mtaId: string;
530
531
  description: string | null;
531
532
  clearedAt: Date | null;
532
- propertyId: string | null;
533
533
  transactionType: string;
534
534
  isCanceled: boolean;
535
535
  isRefunded: boolean;
@@ -558,13 +558,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
558
558
  lastName?: string | null | undefined;
559
559
  } | null | undefined;
560
560
  property?: {
561
- id: string;
562
561
  status: string;
562
+ id: string;
563
+ balanceCents: number | bigint;
563
564
  isArchived: boolean;
564
565
  createdAt: Date;
565
566
  updatedAt: Date;
566
567
  syncedAt: Date;
567
- balanceCents: number | bigint;
568
568
  customerId: string;
569
569
  projectId: string;
570
570
  lotDetail: string | null;
@@ -573,33 +573,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
573
573
  mtaId: string;
574
574
  mtaBalanceCents: number | bigint;
575
575
  cmaBalanceCents: number | bigint;
576
- customer?: {
577
- id: string;
578
- status: string;
579
- isArchived: boolean;
580
- createdAt: Date;
581
- updatedAt: Date;
582
- fullName: string | null;
583
- mobile: string | null;
584
- email: string;
585
- syncedAt: Date;
586
- } | null | undefined;
587
576
  buyerName?: string | null | undefined;
588
577
  project?: {
589
- id: string;
578
+ type: string;
590
579
  status: string;
580
+ id: string;
591
581
  isArchived: boolean;
592
582
  createdAt: Date;
593
583
  updatedAt: Date;
594
- type: string;
595
584
  syncedAt: Date;
596
585
  mtaId: string | null;
597
586
  name: string;
598
587
  developerId: string;
599
588
  state: string;
600
589
  developer?: {
601
- id: string;
602
590
  status: string;
591
+ id: string;
603
592
  isArchived: boolean;
604
593
  createdAt: Date;
605
594
  updatedAt: Date;
@@ -607,22 +596,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
607
596
  companyName: string | null;
608
597
  } | null | undefined;
609
598
  } | null | undefined;
599
+ customer?: {
600
+ status: string;
601
+ id: string;
602
+ isArchived: boolean;
603
+ createdAt: Date;
604
+ updatedAt: Date;
605
+ fullName: string | null;
606
+ mobile: string | null;
607
+ email: string;
608
+ syncedAt: Date;
609
+ } | null | undefined;
610
610
  } | null | undefined;
611
611
  } & any) | null | undefined;
612
612
  subsequentTransactions?: ({
613
- id: string;
614
613
  status: string;
614
+ id: string;
615
+ propertyId: string | null;
616
+ balanceCents: string | number | bigint;
615
617
  isArchived: boolean;
616
618
  createdAt: Date;
617
619
  updatedAt: Date;
618
620
  syncedAt: Date;
619
621
  debitAmountCents: string | number | bigint;
620
622
  creditAmountCents: string | number | bigint;
621
- balanceCents: string | number | bigint;
622
623
  mtaId: string;
623
624
  description: string | null;
624
625
  clearedAt: Date | null;
625
- propertyId: string | null;
626
626
  transactionType: string;
627
627
  isCanceled: boolean;
628
628
  isRefunded: boolean;
@@ -651,13 +651,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
651
651
  lastName?: string | null | undefined;
652
652
  } | null | undefined;
653
653
  property?: {
654
- id: string;
655
654
  status: string;
655
+ id: string;
656
+ balanceCents: number | bigint;
656
657
  isArchived: boolean;
657
658
  createdAt: Date;
658
659
  updatedAt: Date;
659
660
  syncedAt: Date;
660
- balanceCents: number | bigint;
661
661
  customerId: string;
662
662
  projectId: string;
663
663
  lotDetail: string | null;
@@ -666,33 +666,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
666
666
  mtaId: string;
667
667
  mtaBalanceCents: number | bigint;
668
668
  cmaBalanceCents: number | bigint;
669
- customer?: {
670
- id: string;
671
- status: string;
672
- isArchived: boolean;
673
- createdAt: Date;
674
- updatedAt: Date;
675
- fullName: string | null;
676
- mobile: string | null;
677
- email: string;
678
- syncedAt: Date;
679
- } | null | undefined;
680
669
  buyerName?: string | null | undefined;
681
670
  project?: {
682
- id: string;
671
+ type: string;
683
672
  status: string;
673
+ id: string;
684
674
  isArchived: boolean;
685
675
  createdAt: Date;
686
676
  updatedAt: Date;
687
- type: string;
688
677
  syncedAt: Date;
689
678
  mtaId: string | null;
690
679
  name: string;
691
680
  developerId: string;
692
681
  state: string;
693
682
  developer?: {
694
- id: string;
695
683
  status: string;
684
+ id: string;
696
685
  isArchived: boolean;
697
686
  createdAt: Date;
698
687
  updatedAt: Date;
@@ -700,25 +689,36 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
700
689
  companyName: string | null;
701
690
  } | null | undefined;
702
691
  } | null | undefined;
692
+ customer?: {
693
+ status: string;
694
+ id: string;
695
+ isArchived: boolean;
696
+ createdAt: Date;
697
+ updatedAt: Date;
698
+ fullName: string | null;
699
+ mobile: string | null;
700
+ email: string;
701
+ syncedAt: Date;
702
+ } | null | undefined;
703
703
  } | null | undefined;
704
704
  } & any)[] | null | undefined;
705
705
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
706
706
  }>, "many">>>>;
707
707
  unreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
708
708
  unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
709
+ status: "clearing" | "cleared" | "reconciled";
709
710
  id: string;
710
- status: import("../..").AccountingCommonStatus;
711
+ propertyId: string | null;
712
+ balanceCents: number;
711
713
  isArchived: boolean;
712
714
  createdAt: Date;
713
715
  updatedAt: Date;
714
716
  syncedAt: Date;
715
717
  debitAmountCents: number;
716
718
  creditAmountCents: number;
717
- balanceCents: number;
718
719
  mtaId: string;
719
720
  description: string | null;
720
721
  clearedAt: Date | null;
721
- propertyId: string | null;
722
722
  transactionType: string;
723
723
  isCanceled: boolean;
724
724
  isRefunded: boolean;
@@ -747,13 +747,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
747
747
  lastName?: string | null | undefined;
748
748
  } | null | undefined;
749
749
  property?: {
750
- id: string;
751
750
  status: string;
751
+ id: string;
752
+ balanceCents: number | bigint;
752
753
  isArchived: boolean;
753
754
  createdAt: Date;
754
755
  updatedAt: Date;
755
756
  syncedAt: Date;
756
- balanceCents: number | bigint;
757
757
  customerId: string;
758
758
  projectId: string;
759
759
  lotDetail: string | null;
@@ -762,33 +762,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
762
762
  mtaId: string;
763
763
  mtaBalanceCents: number | bigint;
764
764
  cmaBalanceCents: number | bigint;
765
- customer?: {
766
- id: string;
767
- status: string;
768
- isArchived: boolean;
769
- createdAt: Date;
770
- updatedAt: Date;
771
- fullName: string | null;
772
- mobile: string | null;
773
- email: string;
774
- syncedAt: Date;
775
- } | null | undefined;
776
765
  buyerName?: string | null | undefined;
777
766
  project?: {
778
- id: string;
767
+ type: string;
779
768
  status: string;
769
+ id: string;
780
770
  isArchived: boolean;
781
771
  createdAt: Date;
782
772
  updatedAt: Date;
783
- type: string;
784
773
  syncedAt: Date;
785
774
  mtaId: string | null;
786
775
  name: string;
787
776
  developerId: string;
788
777
  state: string;
789
778
  developer?: {
790
- id: string;
791
779
  status: string;
780
+ id: string;
792
781
  isArchived: boolean;
793
782
  createdAt: Date;
794
783
  updatedAt: Date;
@@ -796,23 +785,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
796
785
  companyName: string | null;
797
786
  } | null | undefined;
798
787
  } | null | undefined;
799
- } | null | undefined;
800
- } & {
801
- mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
802
- sourceTransaction?: ({
803
- id: string;
804
- status: import("../..").AccountingCommonStatus;
788
+ customer?: {
789
+ status: string;
790
+ id: string;
791
+ isArchived: boolean;
792
+ createdAt: Date;
793
+ updatedAt: Date;
794
+ fullName: string | null;
795
+ mobile: string | null;
796
+ email: string;
797
+ syncedAt: Date;
798
+ } | null | undefined;
799
+ } | null | undefined;
800
+ } & {
801
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
802
+ sourceTransaction?: ({
803
+ status: "clearing" | "cleared" | "reconciled";
804
+ id: string;
805
+ propertyId: string | null;
806
+ balanceCents: number;
805
807
  isArchived: boolean;
806
808
  createdAt: Date;
807
809
  updatedAt: Date;
808
810
  syncedAt: Date;
809
811
  debitAmountCents: number;
810
812
  creditAmountCents: number;
811
- balanceCents: number;
812
813
  mtaId: string;
813
814
  description: string | null;
814
815
  clearedAt: Date | null;
815
- propertyId: string | null;
816
816
  transactionType: string;
817
817
  isCanceled: boolean;
818
818
  isRefunded: boolean;
@@ -841,13 +841,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
841
841
  lastName?: string | null | undefined;
842
842
  } | null | undefined;
843
843
  property?: {
844
- id: string;
845
844
  status: string;
845
+ id: string;
846
+ balanceCents: number | bigint;
846
847
  isArchived: boolean;
847
848
  createdAt: Date;
848
849
  updatedAt: Date;
849
850
  syncedAt: Date;
850
- balanceCents: number | bigint;
851
851
  customerId: string;
852
852
  projectId: string;
853
853
  lotDetail: string | null;
@@ -856,33 +856,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
856
856
  mtaId: string;
857
857
  mtaBalanceCents: number | bigint;
858
858
  cmaBalanceCents: number | bigint;
859
- customer?: {
860
- id: string;
861
- status: string;
862
- isArchived: boolean;
863
- createdAt: Date;
864
- updatedAt: Date;
865
- fullName: string | null;
866
- mobile: string | null;
867
- email: string;
868
- syncedAt: Date;
869
- } | null | undefined;
870
859
  buyerName?: string | null | undefined;
871
860
  project?: {
872
- id: string;
861
+ type: string;
873
862
  status: string;
863
+ id: string;
874
864
  isArchived: boolean;
875
865
  createdAt: Date;
876
866
  updatedAt: Date;
877
- type: string;
878
867
  syncedAt: Date;
879
868
  mtaId: string | null;
880
869
  name: string;
881
870
  developerId: string;
882
871
  state: string;
883
872
  developer?: {
884
- id: string;
885
873
  status: string;
874
+ id: string;
886
875
  isArchived: boolean;
887
876
  createdAt: Date;
888
877
  updatedAt: Date;
@@ -890,22 +879,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
890
879
  companyName: string | null;
891
880
  } | null | undefined;
892
881
  } | null | undefined;
882
+ customer?: {
883
+ status: string;
884
+ id: string;
885
+ isArchived: boolean;
886
+ createdAt: Date;
887
+ updatedAt: Date;
888
+ fullName: string | null;
889
+ mobile: string | null;
890
+ email: string;
891
+ syncedAt: Date;
892
+ } | null | undefined;
893
893
  } | null | undefined;
894
894
  } & any) | null | undefined;
895
895
  subsequentTransactions?: ({
896
+ status: "clearing" | "cleared" | "reconciled";
896
897
  id: string;
897
- status: import("../..").AccountingCommonStatus;
898
+ propertyId: string | null;
899
+ balanceCents: number;
898
900
  isArchived: boolean;
899
901
  createdAt: Date;
900
902
  updatedAt: Date;
901
903
  syncedAt: Date;
902
904
  debitAmountCents: number;
903
905
  creditAmountCents: number;
904
- balanceCents: number;
905
906
  mtaId: string;
906
907
  description: string | null;
907
908
  clearedAt: Date | null;
908
- propertyId: string | null;
909
909
  transactionType: string;
910
910
  isCanceled: boolean;
911
911
  isRefunded: boolean;
@@ -934,13 +934,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
934
934
  lastName?: string | null | undefined;
935
935
  } | null | undefined;
936
936
  property?: {
937
- id: string;
938
937
  status: string;
938
+ id: string;
939
+ balanceCents: number | bigint;
939
940
  isArchived: boolean;
940
941
  createdAt: Date;
941
942
  updatedAt: Date;
942
943
  syncedAt: Date;
943
- balanceCents: number | bigint;
944
944
  customerId: string;
945
945
  projectId: string;
946
946
  lotDetail: string | null;
@@ -949,33 +949,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
949
949
  mtaId: string;
950
950
  mtaBalanceCents: number | bigint;
951
951
  cmaBalanceCents: number | bigint;
952
- customer?: {
953
- id: string;
954
- status: string;
955
- isArchived: boolean;
956
- createdAt: Date;
957
- updatedAt: Date;
958
- fullName: string | null;
959
- mobile: string | null;
960
- email: string;
961
- syncedAt: Date;
962
- } | null | undefined;
963
952
  buyerName?: string | null | undefined;
964
953
  project?: {
965
- id: string;
954
+ type: string;
966
955
  status: string;
956
+ id: string;
967
957
  isArchived: boolean;
968
958
  createdAt: Date;
969
959
  updatedAt: Date;
970
- type: string;
971
960
  syncedAt: Date;
972
961
  mtaId: string | null;
973
962
  name: string;
974
963
  developerId: string;
975
964
  state: string;
976
965
  developer?: {
977
- id: string;
978
966
  status: string;
967
+ id: string;
979
968
  isArchived: boolean;
980
969
  createdAt: Date;
981
970
  updatedAt: Date;
@@ -983,6 +972,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
983
972
  companyName: string | null;
984
973
  } | null | undefined;
985
974
  } | null | undefined;
975
+ customer?: {
976
+ status: string;
977
+ id: string;
978
+ isArchived: boolean;
979
+ createdAt: Date;
980
+ updatedAt: Date;
981
+ fullName: string | null;
982
+ mobile: string | null;
983
+ email: string;
984
+ syncedAt: Date;
985
+ } | null | undefined;
986
986
  } | null | undefined;
987
987
  } & any)[] | null | undefined;
988
988
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -996,19 +996,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
996
996
  transactionNumber?: string | null | undefined;
997
997
  isCancelable?: boolean | null | undefined;
998
998
  }, z.ZodTypeDef, {
999
- id: string;
1000
999
  status: string;
1000
+ id: string;
1001
+ propertyId: string | null;
1002
+ balanceCents: string | number | bigint;
1001
1003
  isArchived: boolean;
1002
1004
  createdAt: Date;
1003
1005
  updatedAt: Date;
1004
1006
  syncedAt: Date;
1005
1007
  debitAmountCents: string | number | bigint;
1006
1008
  creditAmountCents: string | number | bigint;
1007
- balanceCents: string | number | bigint;
1008
1009
  mtaId: string;
1009
1010
  description: string | null;
1010
1011
  clearedAt: Date | null;
1011
- propertyId: string | null;
1012
1012
  transactionType: string;
1013
1013
  isCanceled: boolean;
1014
1014
  isRefunded: boolean;
@@ -1037,13 +1037,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1037
1037
  lastName?: string | null | undefined;
1038
1038
  } | null | undefined;
1039
1039
  property?: {
1040
- id: string;
1041
1040
  status: string;
1041
+ id: string;
1042
+ balanceCents: number | bigint;
1042
1043
  isArchived: boolean;
1043
1044
  createdAt: Date;
1044
1045
  updatedAt: Date;
1045
1046
  syncedAt: Date;
1046
- balanceCents: number | bigint;
1047
1047
  customerId: string;
1048
1048
  projectId: string;
1049
1049
  lotDetail: string | null;
@@ -1052,33 +1052,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1052
1052
  mtaId: string;
1053
1053
  mtaBalanceCents: number | bigint;
1054
1054
  cmaBalanceCents: number | bigint;
1055
- customer?: {
1056
- id: string;
1057
- status: string;
1058
- isArchived: boolean;
1059
- createdAt: Date;
1060
- updatedAt: Date;
1061
- fullName: string | null;
1062
- mobile: string | null;
1063
- email: string;
1064
- syncedAt: Date;
1065
- } | null | undefined;
1066
1055
  buyerName?: string | null | undefined;
1067
1056
  project?: {
1068
- id: string;
1057
+ type: string;
1069
1058
  status: string;
1059
+ id: string;
1070
1060
  isArchived: boolean;
1071
1061
  createdAt: Date;
1072
1062
  updatedAt: Date;
1073
- type: string;
1074
1063
  syncedAt: Date;
1075
1064
  mtaId: string | null;
1076
1065
  name: string;
1077
1066
  developerId: string;
1078
1067
  state: string;
1079
1068
  developer?: {
1080
- id: string;
1081
1069
  status: string;
1070
+ id: string;
1082
1071
  isArchived: boolean;
1083
1072
  createdAt: Date;
1084
1073
  updatedAt: Date;
@@ -1086,23 +1075,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1086
1075
  companyName: string | null;
1087
1076
  } | null | undefined;
1088
1077
  } | null | undefined;
1078
+ customer?: {
1079
+ status: string;
1080
+ id: string;
1081
+ isArchived: boolean;
1082
+ createdAt: Date;
1083
+ updatedAt: Date;
1084
+ fullName: string | null;
1085
+ mobile: string | null;
1086
+ email: string;
1087
+ syncedAt: Date;
1088
+ } | null | undefined;
1089
1089
  } | null | undefined;
1090
1090
  } & {
1091
1091
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1092
1092
  sourceTransaction?: ({
1093
- id: string;
1094
1093
  status: string;
1094
+ id: string;
1095
+ propertyId: string | null;
1096
+ balanceCents: string | number | bigint;
1095
1097
  isArchived: boolean;
1096
1098
  createdAt: Date;
1097
1099
  updatedAt: Date;
1098
1100
  syncedAt: Date;
1099
1101
  debitAmountCents: string | number | bigint;
1100
1102
  creditAmountCents: string | number | bigint;
1101
- balanceCents: string | number | bigint;
1102
1103
  mtaId: string;
1103
1104
  description: string | null;
1104
1105
  clearedAt: Date | null;
1105
- propertyId: string | null;
1106
1106
  transactionType: string;
1107
1107
  isCanceled: boolean;
1108
1108
  isRefunded: boolean;
@@ -1131,13 +1131,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1131
1131
  lastName?: string | null | undefined;
1132
1132
  } | null | undefined;
1133
1133
  property?: {
1134
- id: string;
1135
1134
  status: string;
1135
+ id: string;
1136
+ balanceCents: number | bigint;
1136
1137
  isArchived: boolean;
1137
1138
  createdAt: Date;
1138
1139
  updatedAt: Date;
1139
1140
  syncedAt: Date;
1140
- balanceCents: number | bigint;
1141
1141
  customerId: string;
1142
1142
  projectId: string;
1143
1143
  lotDetail: string | null;
@@ -1146,33 +1146,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1146
1146
  mtaId: string;
1147
1147
  mtaBalanceCents: number | bigint;
1148
1148
  cmaBalanceCents: number | bigint;
1149
- customer?: {
1150
- id: string;
1151
- status: string;
1152
- isArchived: boolean;
1153
- createdAt: Date;
1154
- updatedAt: Date;
1155
- fullName: string | null;
1156
- mobile: string | null;
1157
- email: string;
1158
- syncedAt: Date;
1159
- } | null | undefined;
1160
1149
  buyerName?: string | null | undefined;
1161
1150
  project?: {
1162
- id: string;
1151
+ type: string;
1163
1152
  status: string;
1153
+ id: string;
1164
1154
  isArchived: boolean;
1165
1155
  createdAt: Date;
1166
1156
  updatedAt: Date;
1167
- type: string;
1168
1157
  syncedAt: Date;
1169
1158
  mtaId: string | null;
1170
1159
  name: string;
1171
1160
  developerId: string;
1172
1161
  state: string;
1173
1162
  developer?: {
1174
- id: string;
1175
1163
  status: string;
1164
+ id: string;
1176
1165
  isArchived: boolean;
1177
1166
  createdAt: Date;
1178
1167
  updatedAt: Date;
@@ -1180,22 +1169,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1180
1169
  companyName: string | null;
1181
1170
  } | null | undefined;
1182
1171
  } | null | undefined;
1172
+ customer?: {
1173
+ status: string;
1174
+ id: string;
1175
+ isArchived: boolean;
1176
+ createdAt: Date;
1177
+ updatedAt: Date;
1178
+ fullName: string | null;
1179
+ mobile: string | null;
1180
+ email: string;
1181
+ syncedAt: Date;
1182
+ } | null | undefined;
1183
1183
  } | null | undefined;
1184
1184
  } & any) | null | undefined;
1185
1185
  subsequentTransactions?: ({
1186
- id: string;
1187
1186
  status: string;
1187
+ id: string;
1188
+ propertyId: string | null;
1189
+ balanceCents: string | number | bigint;
1188
1190
  isArchived: boolean;
1189
1191
  createdAt: Date;
1190
1192
  updatedAt: Date;
1191
1193
  syncedAt: Date;
1192
1194
  debitAmountCents: string | number | bigint;
1193
1195
  creditAmountCents: string | number | bigint;
1194
- balanceCents: string | number | bigint;
1195
1196
  mtaId: string;
1196
1197
  description: string | null;
1197
1198
  clearedAt: Date | null;
1198
- propertyId: string | null;
1199
1199
  transactionType: string;
1200
1200
  isCanceled: boolean;
1201
1201
  isRefunded: boolean;
@@ -1224,13 +1224,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1224
1224
  lastName?: string | null | undefined;
1225
1225
  } | null | undefined;
1226
1226
  property?: {
1227
- id: string;
1228
1227
  status: string;
1228
+ id: string;
1229
+ balanceCents: number | bigint;
1229
1230
  isArchived: boolean;
1230
1231
  createdAt: Date;
1231
1232
  updatedAt: Date;
1232
1233
  syncedAt: Date;
1233
- balanceCents: number | bigint;
1234
1234
  customerId: string;
1235
1235
  projectId: string;
1236
1236
  lotDetail: string | null;
@@ -1239,33 +1239,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1239
1239
  mtaId: string;
1240
1240
  mtaBalanceCents: number | bigint;
1241
1241
  cmaBalanceCents: number | bigint;
1242
- customer?: {
1243
- id: string;
1244
- status: string;
1245
- isArchived: boolean;
1246
- createdAt: Date;
1247
- updatedAt: Date;
1248
- fullName: string | null;
1249
- mobile: string | null;
1250
- email: string;
1251
- syncedAt: Date;
1252
- } | null | undefined;
1253
1242
  buyerName?: string | null | undefined;
1254
1243
  project?: {
1255
- id: string;
1244
+ type: string;
1256
1245
  status: string;
1246
+ id: string;
1257
1247
  isArchived: boolean;
1258
1248
  createdAt: Date;
1259
1249
  updatedAt: Date;
1260
- type: string;
1261
1250
  syncedAt: Date;
1262
1251
  mtaId: string | null;
1263
1252
  name: string;
1264
1253
  developerId: string;
1265
1254
  state: string;
1266
1255
  developer?: {
1267
- id: string;
1268
1256
  status: string;
1257
+ id: string;
1269
1258
  isArchived: boolean;
1270
1259
  createdAt: Date;
1271
1260
  updatedAt: Date;
@@ -1273,6 +1262,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1273
1262
  companyName: string | null;
1274
1263
  } | null | undefined;
1275
1264
  } | null | undefined;
1265
+ customer?: {
1266
+ status: string;
1267
+ id: string;
1268
+ isArchived: boolean;
1269
+ createdAt: Date;
1270
+ updatedAt: Date;
1271
+ fullName: string | null;
1272
+ mobile: string | null;
1273
+ email: string;
1274
+ syncedAt: Date;
1275
+ } | null | undefined;
1276
1276
  } | null | undefined;
1277
1277
  } & any)[] | null | undefined;
1278
1278
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1281,19 +1281,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1281
1281
  reconciledAmountCents: number;
1282
1282
  unreconciledAmountCents: number;
1283
1283
  reconciledTransactions?: ({
1284
+ status: "clearing" | "cleared" | "reconciled";
1284
1285
  id: string;
1285
- status: import("../..").AccountingCommonStatus;
1286
+ propertyId: string | null;
1287
+ balanceCents: number;
1286
1288
  isArchived: boolean;
1287
1289
  createdAt: Date;
1288
1290
  updatedAt: Date;
1289
1291
  syncedAt: Date;
1290
1292
  debitAmountCents: number;
1291
1293
  creditAmountCents: number;
1292
- balanceCents: number;
1293
1294
  mtaId: string;
1294
1295
  description: string | null;
1295
1296
  clearedAt: Date | null;
1296
- propertyId: string | null;
1297
1297
  transactionType: string;
1298
1298
  isCanceled: boolean;
1299
1299
  isRefunded: boolean;
@@ -1322,13 +1322,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1322
1322
  lastName?: string | null | undefined;
1323
1323
  } | null | undefined;
1324
1324
  property?: {
1325
- id: string;
1326
1325
  status: string;
1326
+ id: string;
1327
+ balanceCents: number | bigint;
1327
1328
  isArchived: boolean;
1328
1329
  createdAt: Date;
1329
1330
  updatedAt: Date;
1330
1331
  syncedAt: Date;
1331
- balanceCents: number | bigint;
1332
1332
  customerId: string;
1333
1333
  projectId: string;
1334
1334
  lotDetail: string | null;
@@ -1337,33 +1337,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1337
1337
  mtaId: string;
1338
1338
  mtaBalanceCents: number | bigint;
1339
1339
  cmaBalanceCents: number | bigint;
1340
- customer?: {
1341
- id: string;
1342
- status: string;
1343
- isArchived: boolean;
1344
- createdAt: Date;
1345
- updatedAt: Date;
1346
- fullName: string | null;
1347
- mobile: string | null;
1348
- email: string;
1349
- syncedAt: Date;
1350
- } | null | undefined;
1351
1340
  buyerName?: string | null | undefined;
1352
1341
  project?: {
1353
- id: string;
1342
+ type: string;
1354
1343
  status: string;
1344
+ id: string;
1355
1345
  isArchived: boolean;
1356
1346
  createdAt: Date;
1357
1347
  updatedAt: Date;
1358
- type: string;
1359
1348
  syncedAt: Date;
1360
1349
  mtaId: string | null;
1361
1350
  name: string;
1362
1351
  developerId: string;
1363
1352
  state: string;
1364
1353
  developer?: {
1365
- id: string;
1366
1354
  status: string;
1355
+ id: string;
1367
1356
  isArchived: boolean;
1368
1357
  createdAt: Date;
1369
1358
  updatedAt: Date;
@@ -1371,23 +1360,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1371
1360
  companyName: string | null;
1372
1361
  } | null | undefined;
1373
1362
  } | null | undefined;
1363
+ customer?: {
1364
+ status: string;
1365
+ id: string;
1366
+ isArchived: boolean;
1367
+ createdAt: Date;
1368
+ updatedAt: Date;
1369
+ fullName: string | null;
1370
+ mobile: string | null;
1371
+ email: string;
1372
+ syncedAt: Date;
1373
+ } | null | undefined;
1374
1374
  } | null | undefined;
1375
1375
  } & {
1376
1376
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1377
1377
  sourceTransaction?: ({
1378
+ status: "clearing" | "cleared" | "reconciled";
1378
1379
  id: string;
1379
- status: import("../..").AccountingCommonStatus;
1380
+ propertyId: string | null;
1381
+ balanceCents: number;
1380
1382
  isArchived: boolean;
1381
1383
  createdAt: Date;
1382
1384
  updatedAt: Date;
1383
1385
  syncedAt: Date;
1384
1386
  debitAmountCents: number;
1385
1387
  creditAmountCents: number;
1386
- balanceCents: number;
1387
1388
  mtaId: string;
1388
1389
  description: string | null;
1389
1390
  clearedAt: Date | null;
1390
- propertyId: string | null;
1391
1391
  transactionType: string;
1392
1392
  isCanceled: boolean;
1393
1393
  isRefunded: boolean;
@@ -1416,13 +1416,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1416
1416
  lastName?: string | null | undefined;
1417
1417
  } | null | undefined;
1418
1418
  property?: {
1419
- id: string;
1420
1419
  status: string;
1420
+ id: string;
1421
+ balanceCents: number | bigint;
1421
1422
  isArchived: boolean;
1422
1423
  createdAt: Date;
1423
1424
  updatedAt: Date;
1424
1425
  syncedAt: Date;
1425
- balanceCents: number | bigint;
1426
1426
  customerId: string;
1427
1427
  projectId: string;
1428
1428
  lotDetail: string | null;
@@ -1431,33 +1431,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1431
1431
  mtaId: string;
1432
1432
  mtaBalanceCents: number | bigint;
1433
1433
  cmaBalanceCents: number | bigint;
1434
- customer?: {
1435
- id: string;
1436
- status: string;
1437
- isArchived: boolean;
1438
- createdAt: Date;
1439
- updatedAt: Date;
1440
- fullName: string | null;
1441
- mobile: string | null;
1442
- email: string;
1443
- syncedAt: Date;
1444
- } | null | undefined;
1445
1434
  buyerName?: string | null | undefined;
1446
1435
  project?: {
1447
- id: string;
1436
+ type: string;
1448
1437
  status: string;
1438
+ id: string;
1449
1439
  isArchived: boolean;
1450
1440
  createdAt: Date;
1451
1441
  updatedAt: Date;
1452
- type: string;
1453
1442
  syncedAt: Date;
1454
1443
  mtaId: string | null;
1455
1444
  name: string;
1456
1445
  developerId: string;
1457
1446
  state: string;
1458
1447
  developer?: {
1459
- id: string;
1460
1448
  status: string;
1449
+ id: string;
1461
1450
  isArchived: boolean;
1462
1451
  createdAt: Date;
1463
1452
  updatedAt: Date;
@@ -1465,22 +1454,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1465
1454
  companyName: string | null;
1466
1455
  } | null | undefined;
1467
1456
  } | null | undefined;
1457
+ customer?: {
1458
+ status: string;
1459
+ id: string;
1460
+ isArchived: boolean;
1461
+ createdAt: Date;
1462
+ updatedAt: Date;
1463
+ fullName: string | null;
1464
+ mobile: string | null;
1465
+ email: string;
1466
+ syncedAt: Date;
1467
+ } | null | undefined;
1468
1468
  } | null | undefined;
1469
1469
  } & any) | null | undefined;
1470
1470
  subsequentTransactions?: ({
1471
+ status: "clearing" | "cleared" | "reconciled";
1471
1472
  id: string;
1472
- status: import("../..").AccountingCommonStatus;
1473
+ propertyId: string | null;
1474
+ balanceCents: number;
1473
1475
  isArchived: boolean;
1474
1476
  createdAt: Date;
1475
1477
  updatedAt: Date;
1476
1478
  syncedAt: Date;
1477
1479
  debitAmountCents: number;
1478
1480
  creditAmountCents: number;
1479
- balanceCents: number;
1480
1481
  mtaId: string;
1481
1482
  description: string | null;
1482
1483
  clearedAt: Date | null;
1483
- propertyId: string | null;
1484
1484
  transactionType: string;
1485
1485
  isCanceled: boolean;
1486
1486
  isRefunded: boolean;
@@ -1509,13 +1509,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1509
1509
  lastName?: string | null | undefined;
1510
1510
  } | null | undefined;
1511
1511
  property?: {
1512
- id: string;
1513
1512
  status: string;
1513
+ id: string;
1514
+ balanceCents: number | bigint;
1514
1515
  isArchived: boolean;
1515
1516
  createdAt: Date;
1516
1517
  updatedAt: Date;
1517
1518
  syncedAt: Date;
1518
- balanceCents: number | bigint;
1519
1519
  customerId: string;
1520
1520
  projectId: string;
1521
1521
  lotDetail: string | null;
@@ -1524,33 +1524,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1524
1524
  mtaId: string;
1525
1525
  mtaBalanceCents: number | bigint;
1526
1526
  cmaBalanceCents: number | bigint;
1527
- customer?: {
1528
- id: string;
1529
- status: string;
1530
- isArchived: boolean;
1531
- createdAt: Date;
1532
- updatedAt: Date;
1533
- fullName: string | null;
1534
- mobile: string | null;
1535
- email: string;
1536
- syncedAt: Date;
1537
- } | null | undefined;
1538
1527
  buyerName?: string | null | undefined;
1539
1528
  project?: {
1540
- id: string;
1529
+ type: string;
1541
1530
  status: string;
1531
+ id: string;
1542
1532
  isArchived: boolean;
1543
1533
  createdAt: Date;
1544
1534
  updatedAt: Date;
1545
- type: string;
1546
1535
  syncedAt: Date;
1547
1536
  mtaId: string | null;
1548
1537
  name: string;
1549
1538
  developerId: string;
1550
1539
  state: string;
1551
1540
  developer?: {
1552
- id: string;
1553
1541
  status: string;
1542
+ id: string;
1554
1543
  isArchived: boolean;
1555
1544
  createdAt: Date;
1556
1545
  updatedAt: Date;
@@ -1558,6 +1547,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1558
1547
  companyName: string | null;
1559
1548
  } | null | undefined;
1560
1549
  } | null | undefined;
1550
+ customer?: {
1551
+ status: string;
1552
+ id: string;
1553
+ isArchived: boolean;
1554
+ createdAt: Date;
1555
+ updatedAt: Date;
1556
+ fullName: string | null;
1557
+ mobile: string | null;
1558
+ email: string;
1559
+ syncedAt: Date;
1560
+ } | null | undefined;
1561
1561
  } | null | undefined;
1562
1562
  } & any)[] | null | undefined;
1563
1563
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1572,19 +1572,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1572
1572
  isCancelable?: boolean | null | undefined;
1573
1573
  })[] | null | undefined;
1574
1574
  unreconciledTransactions?: ({
1575
+ status: "clearing" | "cleared" | "reconciled";
1575
1576
  id: string;
1576
- status: import("../..").AccountingCommonStatus;
1577
+ propertyId: string | null;
1578
+ balanceCents: number;
1577
1579
  isArchived: boolean;
1578
1580
  createdAt: Date;
1579
1581
  updatedAt: Date;
1580
1582
  syncedAt: Date;
1581
1583
  debitAmountCents: number;
1582
1584
  creditAmountCents: number;
1583
- balanceCents: number;
1584
1585
  mtaId: string;
1585
1586
  description: string | null;
1586
1587
  clearedAt: Date | null;
1587
- propertyId: string | null;
1588
1588
  transactionType: string;
1589
1589
  isCanceled: boolean;
1590
1590
  isRefunded: boolean;
@@ -1613,13 +1613,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1613
1613
  lastName?: string | null | undefined;
1614
1614
  } | null | undefined;
1615
1615
  property?: {
1616
- id: string;
1617
1616
  status: string;
1617
+ id: string;
1618
+ balanceCents: number | bigint;
1618
1619
  isArchived: boolean;
1619
1620
  createdAt: Date;
1620
1621
  updatedAt: Date;
1621
1622
  syncedAt: Date;
1622
- balanceCents: number | bigint;
1623
1623
  customerId: string;
1624
1624
  projectId: string;
1625
1625
  lotDetail: string | null;
@@ -1628,33 +1628,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1628
1628
  mtaId: string;
1629
1629
  mtaBalanceCents: number | bigint;
1630
1630
  cmaBalanceCents: number | bigint;
1631
- customer?: {
1632
- id: string;
1633
- status: string;
1634
- isArchived: boolean;
1635
- createdAt: Date;
1636
- updatedAt: Date;
1637
- fullName: string | null;
1638
- mobile: string | null;
1639
- email: string;
1640
- syncedAt: Date;
1641
- } | null | undefined;
1642
1631
  buyerName?: string | null | undefined;
1643
1632
  project?: {
1644
- id: string;
1633
+ type: string;
1645
1634
  status: string;
1635
+ id: string;
1646
1636
  isArchived: boolean;
1647
1637
  createdAt: Date;
1648
1638
  updatedAt: Date;
1649
- type: string;
1650
1639
  syncedAt: Date;
1651
1640
  mtaId: string | null;
1652
1641
  name: string;
1653
1642
  developerId: string;
1654
1643
  state: string;
1655
1644
  developer?: {
1656
- id: string;
1657
1645
  status: string;
1646
+ id: string;
1658
1647
  isArchived: boolean;
1659
1648
  createdAt: Date;
1660
1649
  updatedAt: Date;
@@ -1662,23 +1651,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1662
1651
  companyName: string | null;
1663
1652
  } | null | undefined;
1664
1653
  } | null | undefined;
1654
+ customer?: {
1655
+ status: string;
1656
+ id: string;
1657
+ isArchived: boolean;
1658
+ createdAt: Date;
1659
+ updatedAt: Date;
1660
+ fullName: string | null;
1661
+ mobile: string | null;
1662
+ email: string;
1663
+ syncedAt: Date;
1664
+ } | null | undefined;
1665
1665
  } | null | undefined;
1666
1666
  } & {
1667
1667
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1668
1668
  sourceTransaction?: ({
1669
+ status: "clearing" | "cleared" | "reconciled";
1669
1670
  id: string;
1670
- status: import("../..").AccountingCommonStatus;
1671
+ propertyId: string | null;
1672
+ balanceCents: number;
1671
1673
  isArchived: boolean;
1672
1674
  createdAt: Date;
1673
1675
  updatedAt: Date;
1674
1676
  syncedAt: Date;
1675
1677
  debitAmountCents: number;
1676
1678
  creditAmountCents: number;
1677
- balanceCents: number;
1678
1679
  mtaId: string;
1679
1680
  description: string | null;
1680
1681
  clearedAt: Date | null;
1681
- propertyId: string | null;
1682
1682
  transactionType: string;
1683
1683
  isCanceled: boolean;
1684
1684
  isRefunded: boolean;
@@ -1707,13 +1707,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1707
1707
  lastName?: string | null | undefined;
1708
1708
  } | null | undefined;
1709
1709
  property?: {
1710
- id: string;
1711
1710
  status: string;
1711
+ id: string;
1712
+ balanceCents: number | bigint;
1712
1713
  isArchived: boolean;
1713
1714
  createdAt: Date;
1714
1715
  updatedAt: Date;
1715
1716
  syncedAt: Date;
1716
- balanceCents: number | bigint;
1717
1717
  customerId: string;
1718
1718
  projectId: string;
1719
1719
  lotDetail: string | null;
@@ -1722,33 +1722,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1722
1722
  mtaId: string;
1723
1723
  mtaBalanceCents: number | bigint;
1724
1724
  cmaBalanceCents: number | bigint;
1725
- customer?: {
1726
- id: string;
1727
- status: string;
1728
- isArchived: boolean;
1729
- createdAt: Date;
1730
- updatedAt: Date;
1731
- fullName: string | null;
1732
- mobile: string | null;
1733
- email: string;
1734
- syncedAt: Date;
1735
- } | null | undefined;
1736
1725
  buyerName?: string | null | undefined;
1737
1726
  project?: {
1738
- id: string;
1727
+ type: string;
1739
1728
  status: string;
1729
+ id: string;
1740
1730
  isArchived: boolean;
1741
1731
  createdAt: Date;
1742
1732
  updatedAt: Date;
1743
- type: string;
1744
1733
  syncedAt: Date;
1745
1734
  mtaId: string | null;
1746
1735
  name: string;
1747
1736
  developerId: string;
1748
1737
  state: string;
1749
1738
  developer?: {
1750
- id: string;
1751
1739
  status: string;
1740
+ id: string;
1752
1741
  isArchived: boolean;
1753
1742
  createdAt: Date;
1754
1743
  updatedAt: Date;
@@ -1756,22 +1745,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1756
1745
  companyName: string | null;
1757
1746
  } | null | undefined;
1758
1747
  } | null | undefined;
1748
+ customer?: {
1749
+ status: string;
1750
+ id: string;
1751
+ isArchived: boolean;
1752
+ createdAt: Date;
1753
+ updatedAt: Date;
1754
+ fullName: string | null;
1755
+ mobile: string | null;
1756
+ email: string;
1757
+ syncedAt: Date;
1758
+ } | null | undefined;
1759
1759
  } | null | undefined;
1760
1760
  } & any) | null | undefined;
1761
1761
  subsequentTransactions?: ({
1762
+ status: "clearing" | "cleared" | "reconciled";
1762
1763
  id: string;
1763
- status: import("../..").AccountingCommonStatus;
1764
+ propertyId: string | null;
1765
+ balanceCents: number;
1764
1766
  isArchived: boolean;
1765
1767
  createdAt: Date;
1766
1768
  updatedAt: Date;
1767
1769
  syncedAt: Date;
1768
1770
  debitAmountCents: number;
1769
1771
  creditAmountCents: number;
1770
- balanceCents: number;
1771
1772
  mtaId: string;
1772
1773
  description: string | null;
1773
1774
  clearedAt: Date | null;
1774
- propertyId: string | null;
1775
1775
  transactionType: string;
1776
1776
  isCanceled: boolean;
1777
1777
  isRefunded: boolean;
@@ -1800,13 +1800,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1800
1800
  lastName?: string | null | undefined;
1801
1801
  } | null | undefined;
1802
1802
  property?: {
1803
- id: string;
1804
1803
  status: string;
1804
+ id: string;
1805
+ balanceCents: number | bigint;
1805
1806
  isArchived: boolean;
1806
1807
  createdAt: Date;
1807
1808
  updatedAt: Date;
1808
1809
  syncedAt: Date;
1809
- balanceCents: number | bigint;
1810
1810
  customerId: string;
1811
1811
  projectId: string;
1812
1812
  lotDetail: string | null;
@@ -1815,33 +1815,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1815
1815
  mtaId: string;
1816
1816
  mtaBalanceCents: number | bigint;
1817
1817
  cmaBalanceCents: number | bigint;
1818
- customer?: {
1819
- id: string;
1820
- status: string;
1821
- isArchived: boolean;
1822
- createdAt: Date;
1823
- updatedAt: Date;
1824
- fullName: string | null;
1825
- mobile: string | null;
1826
- email: string;
1827
- syncedAt: Date;
1828
- } | null | undefined;
1829
1818
  buyerName?: string | null | undefined;
1830
1819
  project?: {
1831
- id: string;
1820
+ type: string;
1832
1821
  status: string;
1822
+ id: string;
1833
1823
  isArchived: boolean;
1834
1824
  createdAt: Date;
1835
1825
  updatedAt: Date;
1836
- type: string;
1837
1826
  syncedAt: Date;
1838
1827
  mtaId: string | null;
1839
1828
  name: string;
1840
1829
  developerId: string;
1841
1830
  state: string;
1842
1831
  developer?: {
1843
- id: string;
1844
1832
  status: string;
1833
+ id: string;
1845
1834
  isArchived: boolean;
1846
1835
  createdAt: Date;
1847
1836
  updatedAt: Date;
@@ -1849,6 +1838,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1849
1838
  companyName: string | null;
1850
1839
  } | null | undefined;
1851
1840
  } | null | undefined;
1841
+ customer?: {
1842
+ status: string;
1843
+ id: string;
1844
+ isArchived: boolean;
1845
+ createdAt: Date;
1846
+ updatedAt: Date;
1847
+ fullName: string | null;
1848
+ mobile: string | null;
1849
+ email: string;
1850
+ syncedAt: Date;
1851
+ } | null | undefined;
1852
1852
  } | null | undefined;
1853
1853
  } & any)[] | null | undefined;
1854
1854
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -1866,19 +1866,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1866
1866
  reconciledAmountCents: number | bigint;
1867
1867
  unreconciledAmountCents: number | bigint;
1868
1868
  reconciledTransactions?: ({
1869
- id: string;
1870
1869
  status: string;
1870
+ id: string;
1871
+ propertyId: string | null;
1872
+ balanceCents: string | number | bigint;
1871
1873
  isArchived: boolean;
1872
1874
  createdAt: Date;
1873
1875
  updatedAt: Date;
1874
1876
  syncedAt: Date;
1875
1877
  debitAmountCents: string | number | bigint;
1876
1878
  creditAmountCents: string | number | bigint;
1877
- balanceCents: string | number | bigint;
1878
1879
  mtaId: string;
1879
1880
  description: string | null;
1880
1881
  clearedAt: Date | null;
1881
- propertyId: string | null;
1882
1882
  transactionType: string;
1883
1883
  isCanceled: boolean;
1884
1884
  isRefunded: boolean;
@@ -1907,13 +1907,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1907
1907
  lastName?: string | null | undefined;
1908
1908
  } | null | undefined;
1909
1909
  property?: {
1910
- id: string;
1911
1910
  status: string;
1911
+ id: string;
1912
+ balanceCents: number | bigint;
1912
1913
  isArchived: boolean;
1913
1914
  createdAt: Date;
1914
1915
  updatedAt: Date;
1915
1916
  syncedAt: Date;
1916
- balanceCents: number | bigint;
1917
1917
  customerId: string;
1918
1918
  projectId: string;
1919
1919
  lotDetail: string | null;
@@ -1922,33 +1922,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1922
1922
  mtaId: string;
1923
1923
  mtaBalanceCents: number | bigint;
1924
1924
  cmaBalanceCents: number | bigint;
1925
- customer?: {
1926
- id: string;
1927
- status: string;
1928
- isArchived: boolean;
1929
- createdAt: Date;
1930
- updatedAt: Date;
1931
- fullName: string | null;
1932
- mobile: string | null;
1933
- email: string;
1934
- syncedAt: Date;
1935
- } | null | undefined;
1936
1925
  buyerName?: string | null | undefined;
1937
1926
  project?: {
1938
- id: string;
1927
+ type: string;
1939
1928
  status: string;
1929
+ id: string;
1940
1930
  isArchived: boolean;
1941
1931
  createdAt: Date;
1942
1932
  updatedAt: Date;
1943
- type: string;
1944
1933
  syncedAt: Date;
1945
1934
  mtaId: string | null;
1946
1935
  name: string;
1947
1936
  developerId: string;
1948
1937
  state: string;
1949
1938
  developer?: {
1950
- id: string;
1951
1939
  status: string;
1940
+ id: string;
1952
1941
  isArchived: boolean;
1953
1942
  createdAt: Date;
1954
1943
  updatedAt: Date;
@@ -1956,23 +1945,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1956
1945
  companyName: string | null;
1957
1946
  } | null | undefined;
1958
1947
  } | null | undefined;
1948
+ customer?: {
1949
+ status: string;
1950
+ id: string;
1951
+ isArchived: boolean;
1952
+ createdAt: Date;
1953
+ updatedAt: Date;
1954
+ fullName: string | null;
1955
+ mobile: string | null;
1956
+ email: string;
1957
+ syncedAt: Date;
1958
+ } | null | undefined;
1959
1959
  } | null | undefined;
1960
1960
  } & {
1961
1961
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1962
1962
  sourceTransaction?: ({
1963
- id: string;
1964
1963
  status: string;
1964
+ id: string;
1965
+ propertyId: string | null;
1966
+ balanceCents: string | number | bigint;
1965
1967
  isArchived: boolean;
1966
1968
  createdAt: Date;
1967
1969
  updatedAt: Date;
1968
1970
  syncedAt: Date;
1969
1971
  debitAmountCents: string | number | bigint;
1970
1972
  creditAmountCents: string | number | bigint;
1971
- balanceCents: string | number | bigint;
1972
1973
  mtaId: string;
1973
1974
  description: string | null;
1974
1975
  clearedAt: Date | null;
1975
- propertyId: string | null;
1976
1976
  transactionType: string;
1977
1977
  isCanceled: boolean;
1978
1978
  isRefunded: boolean;
@@ -2001,13 +2001,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2001
2001
  lastName?: string | null | undefined;
2002
2002
  } | null | undefined;
2003
2003
  property?: {
2004
- id: string;
2005
2004
  status: string;
2005
+ id: string;
2006
+ balanceCents: number | bigint;
2006
2007
  isArchived: boolean;
2007
2008
  createdAt: Date;
2008
2009
  updatedAt: Date;
2009
2010
  syncedAt: Date;
2010
- balanceCents: number | bigint;
2011
2011
  customerId: string;
2012
2012
  projectId: string;
2013
2013
  lotDetail: string | null;
@@ -2016,33 +2016,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2016
2016
  mtaId: string;
2017
2017
  mtaBalanceCents: number | bigint;
2018
2018
  cmaBalanceCents: number | bigint;
2019
- customer?: {
2020
- id: string;
2021
- status: string;
2022
- isArchived: boolean;
2023
- createdAt: Date;
2024
- updatedAt: Date;
2025
- fullName: string | null;
2026
- mobile: string | null;
2027
- email: string;
2028
- syncedAt: Date;
2029
- } | null | undefined;
2030
2019
  buyerName?: string | null | undefined;
2031
2020
  project?: {
2032
- id: string;
2021
+ type: string;
2033
2022
  status: string;
2023
+ id: string;
2034
2024
  isArchived: boolean;
2035
2025
  createdAt: Date;
2036
2026
  updatedAt: Date;
2037
- type: string;
2038
2027
  syncedAt: Date;
2039
2028
  mtaId: string | null;
2040
2029
  name: string;
2041
2030
  developerId: string;
2042
2031
  state: string;
2043
2032
  developer?: {
2044
- id: string;
2045
2033
  status: string;
2034
+ id: string;
2046
2035
  isArchived: boolean;
2047
2036
  createdAt: Date;
2048
2037
  updatedAt: Date;
@@ -2050,22 +2039,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2050
2039
  companyName: string | null;
2051
2040
  } | null | undefined;
2052
2041
  } | null | undefined;
2042
+ customer?: {
2043
+ status: string;
2044
+ id: string;
2045
+ isArchived: boolean;
2046
+ createdAt: Date;
2047
+ updatedAt: Date;
2048
+ fullName: string | null;
2049
+ mobile: string | null;
2050
+ email: string;
2051
+ syncedAt: Date;
2052
+ } | null | undefined;
2053
2053
  } | null | undefined;
2054
2054
  } & any) | null | undefined;
2055
2055
  subsequentTransactions?: ({
2056
- id: string;
2057
2056
  status: string;
2057
+ id: string;
2058
+ propertyId: string | null;
2059
+ balanceCents: string | number | bigint;
2058
2060
  isArchived: boolean;
2059
2061
  createdAt: Date;
2060
2062
  updatedAt: Date;
2061
2063
  syncedAt: Date;
2062
2064
  debitAmountCents: string | number | bigint;
2063
2065
  creditAmountCents: string | number | bigint;
2064
- balanceCents: string | number | bigint;
2065
2066
  mtaId: string;
2066
2067
  description: string | null;
2067
2068
  clearedAt: Date | null;
2068
- propertyId: string | null;
2069
2069
  transactionType: string;
2070
2070
  isCanceled: boolean;
2071
2071
  isRefunded: boolean;
@@ -2094,13 +2094,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2094
2094
  lastName?: string | null | undefined;
2095
2095
  } | null | undefined;
2096
2096
  property?: {
2097
- id: string;
2098
2097
  status: string;
2098
+ id: string;
2099
+ balanceCents: number | bigint;
2099
2100
  isArchived: boolean;
2100
2101
  createdAt: Date;
2101
2102
  updatedAt: Date;
2102
2103
  syncedAt: Date;
2103
- balanceCents: number | bigint;
2104
2104
  customerId: string;
2105
2105
  projectId: string;
2106
2106
  lotDetail: string | null;
@@ -2109,33 +2109,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2109
2109
  mtaId: string;
2110
2110
  mtaBalanceCents: number | bigint;
2111
2111
  cmaBalanceCents: number | bigint;
2112
- customer?: {
2113
- id: string;
2114
- status: string;
2115
- isArchived: boolean;
2116
- createdAt: Date;
2117
- updatedAt: Date;
2118
- fullName: string | null;
2119
- mobile: string | null;
2120
- email: string;
2121
- syncedAt: Date;
2122
- } | null | undefined;
2123
2112
  buyerName?: string | null | undefined;
2124
2113
  project?: {
2125
- id: string;
2114
+ type: string;
2126
2115
  status: string;
2116
+ id: string;
2127
2117
  isArchived: boolean;
2128
2118
  createdAt: Date;
2129
2119
  updatedAt: Date;
2130
- type: string;
2131
2120
  syncedAt: Date;
2132
2121
  mtaId: string | null;
2133
2122
  name: string;
2134
2123
  developerId: string;
2135
2124
  state: string;
2136
2125
  developer?: {
2137
- id: string;
2138
2126
  status: string;
2127
+ id: string;
2139
2128
  isArchived: boolean;
2140
2129
  createdAt: Date;
2141
2130
  updatedAt: Date;
@@ -2143,24 +2132,35 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2143
2132
  companyName: string | null;
2144
2133
  } | null | undefined;
2145
2134
  } | null | undefined;
2135
+ customer?: {
2136
+ status: string;
2137
+ id: string;
2138
+ isArchived: boolean;
2139
+ createdAt: Date;
2140
+ updatedAt: Date;
2141
+ fullName: string | null;
2142
+ mobile: string | null;
2143
+ email: string;
2144
+ syncedAt: Date;
2145
+ } | null | undefined;
2146
2146
  } | null | undefined;
2147
2147
  } & any)[] | null | undefined;
2148
2148
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2149
2149
  })[] | null | undefined;
2150
2150
  unreconciledTransactions?: ({
2151
- id: string;
2152
2151
  status: string;
2152
+ id: string;
2153
+ propertyId: string | null;
2154
+ balanceCents: string | number | bigint;
2153
2155
  isArchived: boolean;
2154
2156
  createdAt: Date;
2155
2157
  updatedAt: Date;
2156
2158
  syncedAt: Date;
2157
2159
  debitAmountCents: string | number | bigint;
2158
2160
  creditAmountCents: string | number | bigint;
2159
- balanceCents: string | number | bigint;
2160
2161
  mtaId: string;
2161
2162
  description: string | null;
2162
2163
  clearedAt: Date | null;
2163
- propertyId: string | null;
2164
2164
  transactionType: string;
2165
2165
  isCanceled: boolean;
2166
2166
  isRefunded: boolean;
@@ -2189,13 +2189,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2189
2189
  lastName?: string | null | undefined;
2190
2190
  } | null | undefined;
2191
2191
  property?: {
2192
- id: string;
2193
2192
  status: string;
2193
+ id: string;
2194
+ balanceCents: number | bigint;
2194
2195
  isArchived: boolean;
2195
2196
  createdAt: Date;
2196
2197
  updatedAt: Date;
2197
2198
  syncedAt: Date;
2198
- balanceCents: number | bigint;
2199
2199
  customerId: string;
2200
2200
  projectId: string;
2201
2201
  lotDetail: string | null;
@@ -2204,33 +2204,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2204
2204
  mtaId: string;
2205
2205
  mtaBalanceCents: number | bigint;
2206
2206
  cmaBalanceCents: number | bigint;
2207
- customer?: {
2208
- id: string;
2209
- status: string;
2210
- isArchived: boolean;
2211
- createdAt: Date;
2212
- updatedAt: Date;
2213
- fullName: string | null;
2214
- mobile: string | null;
2215
- email: string;
2216
- syncedAt: Date;
2217
- } | null | undefined;
2218
2207
  buyerName?: string | null | undefined;
2219
2208
  project?: {
2220
- id: string;
2209
+ type: string;
2221
2210
  status: string;
2211
+ id: string;
2222
2212
  isArchived: boolean;
2223
2213
  createdAt: Date;
2224
2214
  updatedAt: Date;
2225
- type: string;
2226
2215
  syncedAt: Date;
2227
2216
  mtaId: string | null;
2228
2217
  name: string;
2229
2218
  developerId: string;
2230
2219
  state: string;
2231
2220
  developer?: {
2232
- id: string;
2233
2221
  status: string;
2222
+ id: string;
2234
2223
  isArchived: boolean;
2235
2224
  createdAt: Date;
2236
2225
  updatedAt: Date;
@@ -2238,23 +2227,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2238
2227
  companyName: string | null;
2239
2228
  } | null | undefined;
2240
2229
  } | null | undefined;
2230
+ customer?: {
2231
+ status: string;
2232
+ id: string;
2233
+ isArchived: boolean;
2234
+ createdAt: Date;
2235
+ updatedAt: Date;
2236
+ fullName: string | null;
2237
+ mobile: string | null;
2238
+ email: string;
2239
+ syncedAt: Date;
2240
+ } | null | undefined;
2241
2241
  } | null | undefined;
2242
2242
  } & {
2243
2243
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
2244
2244
  sourceTransaction?: ({
2245
- id: string;
2246
2245
  status: string;
2246
+ id: string;
2247
+ propertyId: string | null;
2248
+ balanceCents: string | number | bigint;
2247
2249
  isArchived: boolean;
2248
2250
  createdAt: Date;
2249
2251
  updatedAt: Date;
2250
2252
  syncedAt: Date;
2251
2253
  debitAmountCents: string | number | bigint;
2252
2254
  creditAmountCents: string | number | bigint;
2253
- balanceCents: string | number | bigint;
2254
2255
  mtaId: string;
2255
2256
  description: string | null;
2256
2257
  clearedAt: Date | null;
2257
- propertyId: string | null;
2258
2258
  transactionType: string;
2259
2259
  isCanceled: boolean;
2260
2260
  isRefunded: boolean;
@@ -2283,13 +2283,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2283
2283
  lastName?: string | null | undefined;
2284
2284
  } | null | undefined;
2285
2285
  property?: {
2286
- id: string;
2287
2286
  status: string;
2287
+ id: string;
2288
+ balanceCents: number | bigint;
2288
2289
  isArchived: boolean;
2289
2290
  createdAt: Date;
2290
2291
  updatedAt: Date;
2291
2292
  syncedAt: Date;
2292
- balanceCents: number | bigint;
2293
2293
  customerId: string;
2294
2294
  projectId: string;
2295
2295
  lotDetail: string | null;
@@ -2298,33 +2298,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2298
2298
  mtaId: string;
2299
2299
  mtaBalanceCents: number | bigint;
2300
2300
  cmaBalanceCents: number | bigint;
2301
- customer?: {
2302
- id: string;
2303
- status: string;
2304
- isArchived: boolean;
2305
- createdAt: Date;
2306
- updatedAt: Date;
2307
- fullName: string | null;
2308
- mobile: string | null;
2309
- email: string;
2310
- syncedAt: Date;
2311
- } | null | undefined;
2312
2301
  buyerName?: string | null | undefined;
2313
2302
  project?: {
2314
- id: string;
2303
+ type: string;
2315
2304
  status: string;
2305
+ id: string;
2316
2306
  isArchived: boolean;
2317
2307
  createdAt: Date;
2318
2308
  updatedAt: Date;
2319
- type: string;
2320
2309
  syncedAt: Date;
2321
2310
  mtaId: string | null;
2322
2311
  name: string;
2323
2312
  developerId: string;
2324
2313
  state: string;
2325
2314
  developer?: {
2326
- id: string;
2327
2315
  status: string;
2316
+ id: string;
2328
2317
  isArchived: boolean;
2329
2318
  createdAt: Date;
2330
2319
  updatedAt: Date;
@@ -2332,22 +2321,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2332
2321
  companyName: string | null;
2333
2322
  } | null | undefined;
2334
2323
  } | null | undefined;
2324
+ customer?: {
2325
+ status: string;
2326
+ id: string;
2327
+ isArchived: boolean;
2328
+ createdAt: Date;
2329
+ updatedAt: Date;
2330
+ fullName: string | null;
2331
+ mobile: string | null;
2332
+ email: string;
2333
+ syncedAt: Date;
2334
+ } | null | undefined;
2335
2335
  } | null | undefined;
2336
2336
  } & any) | null | undefined;
2337
2337
  subsequentTransactions?: ({
2338
- id: string;
2339
2338
  status: string;
2339
+ id: string;
2340
+ propertyId: string | null;
2341
+ balanceCents: string | number | bigint;
2340
2342
  isArchived: boolean;
2341
2343
  createdAt: Date;
2342
2344
  updatedAt: Date;
2343
2345
  syncedAt: Date;
2344
2346
  debitAmountCents: string | number | bigint;
2345
2347
  creditAmountCents: string | number | bigint;
2346
- balanceCents: string | number | bigint;
2347
2348
  mtaId: string;
2348
2349
  description: string | null;
2349
2350
  clearedAt: Date | null;
2350
- propertyId: string | null;
2351
2351
  transactionType: string;
2352
2352
  isCanceled: boolean;
2353
2353
  isRefunded: boolean;
@@ -2376,13 +2376,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2376
2376
  lastName?: string | null | undefined;
2377
2377
  } | null | undefined;
2378
2378
  property?: {
2379
- id: string;
2380
2379
  status: string;
2380
+ id: string;
2381
+ balanceCents: number | bigint;
2381
2382
  isArchived: boolean;
2382
2383
  createdAt: Date;
2383
2384
  updatedAt: Date;
2384
2385
  syncedAt: Date;
2385
- balanceCents: number | bigint;
2386
2386
  customerId: string;
2387
2387
  projectId: string;
2388
2388
  lotDetail: string | null;
@@ -2391,33 +2391,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2391
2391
  mtaId: string;
2392
2392
  mtaBalanceCents: number | bigint;
2393
2393
  cmaBalanceCents: number | bigint;
2394
- customer?: {
2395
- id: string;
2396
- status: string;
2397
- isArchived: boolean;
2398
- createdAt: Date;
2399
- updatedAt: Date;
2400
- fullName: string | null;
2401
- mobile: string | null;
2402
- email: string;
2403
- syncedAt: Date;
2404
- } | null | undefined;
2405
2394
  buyerName?: string | null | undefined;
2406
2395
  project?: {
2407
- id: string;
2396
+ type: string;
2408
2397
  status: string;
2398
+ id: string;
2409
2399
  isArchived: boolean;
2410
2400
  createdAt: Date;
2411
2401
  updatedAt: Date;
2412
- type: string;
2413
2402
  syncedAt: Date;
2414
2403
  mtaId: string | null;
2415
2404
  name: string;
2416
2405
  developerId: string;
2417
2406
  state: string;
2418
2407
  developer?: {
2419
- id: string;
2420
2408
  status: string;
2409
+ id: string;
2421
2410
  isArchived: boolean;
2422
2411
  createdAt: Date;
2423
2412
  updatedAt: Date;
@@ -2425,6 +2414,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2425
2414
  companyName: string | null;
2426
2415
  } | null | undefined;
2427
2416
  } | null | undefined;
2417
+ customer?: {
2418
+ status: string;
2419
+ id: string;
2420
+ isArchived: boolean;
2421
+ createdAt: Date;
2422
+ updatedAt: Date;
2423
+ fullName: string | null;
2424
+ mobile: string | null;
2425
+ email: string;
2426
+ syncedAt: Date;
2427
+ } | null | undefined;
2428
2428
  } | null | undefined;
2429
2429
  } & any)[] | null | undefined;
2430
2430
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -2456,19 +2456,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2456
2456
  reconciledAmountCents: number;
2457
2457
  unreconciledAmountCents: number;
2458
2458
  reconciledTransactions?: ({
2459
+ status: "clearing" | "cleared" | "reconciled";
2459
2460
  id: string;
2460
- status: import("../..").AccountingCommonStatus;
2461
+ propertyId: string | null;
2462
+ balanceCents: number;
2461
2463
  isArchived: boolean;
2462
2464
  createdAt: Date;
2463
2465
  updatedAt: Date;
2464
2466
  syncedAt: Date;
2465
2467
  debitAmountCents: number;
2466
2468
  creditAmountCents: number;
2467
- balanceCents: number;
2468
2469
  mtaId: string;
2469
2470
  description: string | null;
2470
2471
  clearedAt: Date | null;
2471
- propertyId: string | null;
2472
2472
  transactionType: string;
2473
2473
  isCanceled: boolean;
2474
2474
  isRefunded: boolean;
@@ -2497,13 +2497,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2497
2497
  lastName?: string | null | undefined;
2498
2498
  } | null | undefined;
2499
2499
  property?: {
2500
- id: string;
2501
2500
  status: string;
2501
+ id: string;
2502
+ balanceCents: number | bigint;
2502
2503
  isArchived: boolean;
2503
2504
  createdAt: Date;
2504
2505
  updatedAt: Date;
2505
2506
  syncedAt: Date;
2506
- balanceCents: number | bigint;
2507
2507
  customerId: string;
2508
2508
  projectId: string;
2509
2509
  lotDetail: string | null;
@@ -2512,33 +2512,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2512
2512
  mtaId: string;
2513
2513
  mtaBalanceCents: number | bigint;
2514
2514
  cmaBalanceCents: number | bigint;
2515
- customer?: {
2516
- id: string;
2517
- status: string;
2518
- isArchived: boolean;
2519
- createdAt: Date;
2520
- updatedAt: Date;
2521
- fullName: string | null;
2522
- mobile: string | null;
2523
- email: string;
2524
- syncedAt: Date;
2525
- } | null | undefined;
2526
2515
  buyerName?: string | null | undefined;
2527
2516
  project?: {
2528
- id: string;
2517
+ type: string;
2529
2518
  status: string;
2519
+ id: string;
2530
2520
  isArchived: boolean;
2531
2521
  createdAt: Date;
2532
2522
  updatedAt: Date;
2533
- type: string;
2534
2523
  syncedAt: Date;
2535
2524
  mtaId: string | null;
2536
2525
  name: string;
2537
2526
  developerId: string;
2538
2527
  state: string;
2539
2528
  developer?: {
2540
- id: string;
2541
2529
  status: string;
2530
+ id: string;
2542
2531
  isArchived: boolean;
2543
2532
  createdAt: Date;
2544
2533
  updatedAt: Date;
@@ -2546,23 +2535,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2546
2535
  companyName: string | null;
2547
2536
  } | null | undefined;
2548
2537
  } | null | undefined;
2538
+ customer?: {
2539
+ status: string;
2540
+ id: string;
2541
+ isArchived: boolean;
2542
+ createdAt: Date;
2543
+ updatedAt: Date;
2544
+ fullName: string | null;
2545
+ mobile: string | null;
2546
+ email: string;
2547
+ syncedAt: Date;
2548
+ } | null | undefined;
2549
2549
  } | null | undefined;
2550
2550
  } & {
2551
2551
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
2552
2552
  sourceTransaction?: ({
2553
+ status: "clearing" | "cleared" | "reconciled";
2553
2554
  id: string;
2554
- status: import("../..").AccountingCommonStatus;
2555
+ propertyId: string | null;
2556
+ balanceCents: number;
2555
2557
  isArchived: boolean;
2556
2558
  createdAt: Date;
2557
2559
  updatedAt: Date;
2558
2560
  syncedAt: Date;
2559
2561
  debitAmountCents: number;
2560
2562
  creditAmountCents: number;
2561
- balanceCents: number;
2562
2563
  mtaId: string;
2563
2564
  description: string | null;
2564
2565
  clearedAt: Date | null;
2565
- propertyId: string | null;
2566
2566
  transactionType: string;
2567
2567
  isCanceled: boolean;
2568
2568
  isRefunded: boolean;
@@ -2591,13 +2591,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2591
2591
  lastName?: string | null | undefined;
2592
2592
  } | null | undefined;
2593
2593
  property?: {
2594
- id: string;
2595
2594
  status: string;
2595
+ id: string;
2596
+ balanceCents: number | bigint;
2596
2597
  isArchived: boolean;
2597
2598
  createdAt: Date;
2598
2599
  updatedAt: Date;
2599
2600
  syncedAt: Date;
2600
- balanceCents: number | bigint;
2601
2601
  customerId: string;
2602
2602
  projectId: string;
2603
2603
  lotDetail: string | null;
@@ -2606,33 +2606,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2606
2606
  mtaId: string;
2607
2607
  mtaBalanceCents: number | bigint;
2608
2608
  cmaBalanceCents: number | bigint;
2609
- customer?: {
2610
- id: string;
2611
- status: string;
2612
- isArchived: boolean;
2613
- createdAt: Date;
2614
- updatedAt: Date;
2615
- fullName: string | null;
2616
- mobile: string | null;
2617
- email: string;
2618
- syncedAt: Date;
2619
- } | null | undefined;
2620
2609
  buyerName?: string | null | undefined;
2621
2610
  project?: {
2622
- id: string;
2611
+ type: string;
2623
2612
  status: string;
2613
+ id: string;
2624
2614
  isArchived: boolean;
2625
2615
  createdAt: Date;
2626
2616
  updatedAt: Date;
2627
- type: string;
2628
2617
  syncedAt: Date;
2629
2618
  mtaId: string | null;
2630
2619
  name: string;
2631
2620
  developerId: string;
2632
2621
  state: string;
2633
2622
  developer?: {
2634
- id: string;
2635
2623
  status: string;
2624
+ id: string;
2636
2625
  isArchived: boolean;
2637
2626
  createdAt: Date;
2638
2627
  updatedAt: Date;
@@ -2640,22 +2629,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2640
2629
  companyName: string | null;
2641
2630
  } | null | undefined;
2642
2631
  } | null | undefined;
2632
+ customer?: {
2633
+ status: string;
2634
+ id: string;
2635
+ isArchived: boolean;
2636
+ createdAt: Date;
2637
+ updatedAt: Date;
2638
+ fullName: string | null;
2639
+ mobile: string | null;
2640
+ email: string;
2641
+ syncedAt: Date;
2642
+ } | null | undefined;
2643
2643
  } | null | undefined;
2644
2644
  } & any) | null | undefined;
2645
2645
  subsequentTransactions?: ({
2646
+ status: "clearing" | "cleared" | "reconciled";
2646
2647
  id: string;
2647
- status: import("../..").AccountingCommonStatus;
2648
+ propertyId: string | null;
2649
+ balanceCents: number;
2648
2650
  isArchived: boolean;
2649
2651
  createdAt: Date;
2650
2652
  updatedAt: Date;
2651
2653
  syncedAt: Date;
2652
2654
  debitAmountCents: number;
2653
2655
  creditAmountCents: number;
2654
- balanceCents: number;
2655
2656
  mtaId: string;
2656
2657
  description: string | null;
2657
2658
  clearedAt: Date | null;
2658
- propertyId: string | null;
2659
2659
  transactionType: string;
2660
2660
  isCanceled: boolean;
2661
2661
  isRefunded: boolean;
@@ -2684,13 +2684,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2684
2684
  lastName?: string | null | undefined;
2685
2685
  } | null | undefined;
2686
2686
  property?: {
2687
- id: string;
2688
2687
  status: string;
2688
+ id: string;
2689
+ balanceCents: number | bigint;
2689
2690
  isArchived: boolean;
2690
2691
  createdAt: Date;
2691
2692
  updatedAt: Date;
2692
2693
  syncedAt: Date;
2693
- balanceCents: number | bigint;
2694
2694
  customerId: string;
2695
2695
  projectId: string;
2696
2696
  lotDetail: string | null;
@@ -2699,33 +2699,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2699
2699
  mtaId: string;
2700
2700
  mtaBalanceCents: number | bigint;
2701
2701
  cmaBalanceCents: number | bigint;
2702
- customer?: {
2703
- id: string;
2704
- status: string;
2705
- isArchived: boolean;
2706
- createdAt: Date;
2707
- updatedAt: Date;
2708
- fullName: string | null;
2709
- mobile: string | null;
2710
- email: string;
2711
- syncedAt: Date;
2712
- } | null | undefined;
2713
2702
  buyerName?: string | null | undefined;
2714
2703
  project?: {
2715
- id: string;
2704
+ type: string;
2716
2705
  status: string;
2706
+ id: string;
2717
2707
  isArchived: boolean;
2718
2708
  createdAt: Date;
2719
2709
  updatedAt: Date;
2720
- type: string;
2721
2710
  syncedAt: Date;
2722
2711
  mtaId: string | null;
2723
2712
  name: string;
2724
2713
  developerId: string;
2725
2714
  state: string;
2726
2715
  developer?: {
2727
- id: string;
2728
2716
  status: string;
2717
+ id: string;
2729
2718
  isArchived: boolean;
2730
2719
  createdAt: Date;
2731
2720
  updatedAt: Date;
@@ -2733,6 +2722,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2733
2722
  companyName: string | null;
2734
2723
  } | null | undefined;
2735
2724
  } | null | undefined;
2725
+ customer?: {
2726
+ status: string;
2727
+ id: string;
2728
+ isArchived: boolean;
2729
+ createdAt: Date;
2730
+ updatedAt: Date;
2731
+ fullName: string | null;
2732
+ mobile: string | null;
2733
+ email: string;
2734
+ syncedAt: Date;
2735
+ } | null | undefined;
2736
2736
  } | null | undefined;
2737
2737
  } & any)[] | null | undefined;
2738
2738
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -2747,19 +2747,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2747
2747
  isCancelable?: boolean | null | undefined;
2748
2748
  })[] | null | undefined;
2749
2749
  unreconciledTransactions?: ({
2750
+ status: "clearing" | "cleared" | "reconciled";
2750
2751
  id: string;
2751
- status: import("../..").AccountingCommonStatus;
2752
+ propertyId: string | null;
2753
+ balanceCents: number;
2752
2754
  isArchived: boolean;
2753
2755
  createdAt: Date;
2754
2756
  updatedAt: Date;
2755
2757
  syncedAt: Date;
2756
2758
  debitAmountCents: number;
2757
2759
  creditAmountCents: number;
2758
- balanceCents: number;
2759
2760
  mtaId: string;
2760
2761
  description: string | null;
2761
2762
  clearedAt: Date | null;
2762
- propertyId: string | null;
2763
2763
  transactionType: string;
2764
2764
  isCanceled: boolean;
2765
2765
  isRefunded: boolean;
@@ -2788,13 +2788,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2788
2788
  lastName?: string | null | undefined;
2789
2789
  } | null | undefined;
2790
2790
  property?: {
2791
- id: string;
2792
2791
  status: string;
2792
+ id: string;
2793
+ balanceCents: number | bigint;
2793
2794
  isArchived: boolean;
2794
2795
  createdAt: Date;
2795
2796
  updatedAt: Date;
2796
2797
  syncedAt: Date;
2797
- balanceCents: number | bigint;
2798
2798
  customerId: string;
2799
2799
  projectId: string;
2800
2800
  lotDetail: string | null;
@@ -2803,33 +2803,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2803
2803
  mtaId: string;
2804
2804
  mtaBalanceCents: number | bigint;
2805
2805
  cmaBalanceCents: number | bigint;
2806
- customer?: {
2807
- id: string;
2808
- status: string;
2809
- isArchived: boolean;
2810
- createdAt: Date;
2811
- updatedAt: Date;
2812
- fullName: string | null;
2813
- mobile: string | null;
2814
- email: string;
2815
- syncedAt: Date;
2816
- } | null | undefined;
2817
2806
  buyerName?: string | null | undefined;
2818
2807
  project?: {
2819
- id: string;
2808
+ type: string;
2820
2809
  status: string;
2810
+ id: string;
2821
2811
  isArchived: boolean;
2822
2812
  createdAt: Date;
2823
2813
  updatedAt: Date;
2824
- type: string;
2825
2814
  syncedAt: Date;
2826
2815
  mtaId: string | null;
2827
2816
  name: string;
2828
2817
  developerId: string;
2829
2818
  state: string;
2830
2819
  developer?: {
2831
- id: string;
2832
2820
  status: string;
2821
+ id: string;
2833
2822
  isArchived: boolean;
2834
2823
  createdAt: Date;
2835
2824
  updatedAt: Date;
@@ -2837,23 +2826,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2837
2826
  companyName: string | null;
2838
2827
  } | null | undefined;
2839
2828
  } | null | undefined;
2829
+ customer?: {
2830
+ status: string;
2831
+ id: string;
2832
+ isArchived: boolean;
2833
+ createdAt: Date;
2834
+ updatedAt: Date;
2835
+ fullName: string | null;
2836
+ mobile: string | null;
2837
+ email: string;
2838
+ syncedAt: Date;
2839
+ } | null | undefined;
2840
2840
  } | null | undefined;
2841
2841
  } & {
2842
2842
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
2843
2843
  sourceTransaction?: ({
2844
+ status: "clearing" | "cleared" | "reconciled";
2844
2845
  id: string;
2845
- status: import("../..").AccountingCommonStatus;
2846
+ propertyId: string | null;
2847
+ balanceCents: number;
2846
2848
  isArchived: boolean;
2847
2849
  createdAt: Date;
2848
2850
  updatedAt: Date;
2849
2851
  syncedAt: Date;
2850
2852
  debitAmountCents: number;
2851
2853
  creditAmountCents: number;
2852
- balanceCents: number;
2853
2854
  mtaId: string;
2854
2855
  description: string | null;
2855
2856
  clearedAt: Date | null;
2856
- propertyId: string | null;
2857
2857
  transactionType: string;
2858
2858
  isCanceled: boolean;
2859
2859
  isRefunded: boolean;
@@ -2882,13 +2882,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2882
2882
  lastName?: string | null | undefined;
2883
2883
  } | null | undefined;
2884
2884
  property?: {
2885
- id: string;
2886
2885
  status: string;
2886
+ id: string;
2887
+ balanceCents: number | bigint;
2887
2888
  isArchived: boolean;
2888
2889
  createdAt: Date;
2889
2890
  updatedAt: Date;
2890
2891
  syncedAt: Date;
2891
- balanceCents: number | bigint;
2892
2892
  customerId: string;
2893
2893
  projectId: string;
2894
2894
  lotDetail: string | null;
@@ -2897,33 +2897,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2897
2897
  mtaId: string;
2898
2898
  mtaBalanceCents: number | bigint;
2899
2899
  cmaBalanceCents: number | bigint;
2900
- customer?: {
2901
- id: string;
2902
- status: string;
2903
- isArchived: boolean;
2904
- createdAt: Date;
2905
- updatedAt: Date;
2906
- fullName: string | null;
2907
- mobile: string | null;
2908
- email: string;
2909
- syncedAt: Date;
2910
- } | null | undefined;
2911
2900
  buyerName?: string | null | undefined;
2912
2901
  project?: {
2913
- id: string;
2902
+ type: string;
2914
2903
  status: string;
2904
+ id: string;
2915
2905
  isArchived: boolean;
2916
2906
  createdAt: Date;
2917
2907
  updatedAt: Date;
2918
- type: string;
2919
2908
  syncedAt: Date;
2920
2909
  mtaId: string | null;
2921
2910
  name: string;
2922
2911
  developerId: string;
2923
2912
  state: string;
2924
2913
  developer?: {
2925
- id: string;
2926
2914
  status: string;
2915
+ id: string;
2927
2916
  isArchived: boolean;
2928
2917
  createdAt: Date;
2929
2918
  updatedAt: Date;
@@ -2931,22 +2920,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2931
2920
  companyName: string | null;
2932
2921
  } | null | undefined;
2933
2922
  } | null | undefined;
2923
+ customer?: {
2924
+ status: string;
2925
+ id: string;
2926
+ isArchived: boolean;
2927
+ createdAt: Date;
2928
+ updatedAt: Date;
2929
+ fullName: string | null;
2930
+ mobile: string | null;
2931
+ email: string;
2932
+ syncedAt: Date;
2933
+ } | null | undefined;
2934
2934
  } | null | undefined;
2935
2935
  } & any) | null | undefined;
2936
2936
  subsequentTransactions?: ({
2937
+ status: "clearing" | "cleared" | "reconciled";
2937
2938
  id: string;
2938
- status: import("../..").AccountingCommonStatus;
2939
+ propertyId: string | null;
2940
+ balanceCents: number;
2939
2941
  isArchived: boolean;
2940
2942
  createdAt: Date;
2941
2943
  updatedAt: Date;
2942
2944
  syncedAt: Date;
2943
2945
  debitAmountCents: number;
2944
2946
  creditAmountCents: number;
2945
- balanceCents: number;
2946
2947
  mtaId: string;
2947
2948
  description: string | null;
2948
2949
  clearedAt: Date | null;
2949
- propertyId: string | null;
2950
2950
  transactionType: string;
2951
2951
  isCanceled: boolean;
2952
2952
  isRefunded: boolean;
@@ -2975,48 +2975,37 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2975
2975
  lastName?: string | null | undefined;
2976
2976
  } | null | undefined;
2977
2977
  property?: {
2978
- id: string;
2979
2978
  status: string;
2979
+ id: string;
2980
+ balanceCents: number | bigint;
2980
2981
  isArchived: boolean;
2981
2982
  createdAt: Date;
2982
2983
  updatedAt: Date;
2983
2984
  syncedAt: Date;
2984
- balanceCents: number | bigint;
2985
2985
  customerId: string;
2986
- projectId: string;
2987
- lotDetail: string | null;
2988
- propertyAddress: string;
2989
- stage: string;
2990
- mtaId: string;
2991
- mtaBalanceCents: number | bigint;
2992
- cmaBalanceCents: number | bigint;
2993
- customer?: {
2994
- id: string;
2995
- status: string;
2996
- isArchived: boolean;
2997
- createdAt: Date;
2998
- updatedAt: Date;
2999
- fullName: string | null;
3000
- mobile: string | null;
3001
- email: string;
3002
- syncedAt: Date;
3003
- } | null | undefined;
2986
+ projectId: string;
2987
+ lotDetail: string | null;
2988
+ propertyAddress: string;
2989
+ stage: string;
2990
+ mtaId: string;
2991
+ mtaBalanceCents: number | bigint;
2992
+ cmaBalanceCents: number | bigint;
3004
2993
  buyerName?: string | null | undefined;
3005
2994
  project?: {
3006
- id: string;
2995
+ type: string;
3007
2996
  status: string;
2997
+ id: string;
3008
2998
  isArchived: boolean;
3009
2999
  createdAt: Date;
3010
3000
  updatedAt: Date;
3011
- type: string;
3012
3001
  syncedAt: Date;
3013
3002
  mtaId: string | null;
3014
3003
  name: string;
3015
3004
  developerId: string;
3016
3005
  state: string;
3017
3006
  developer?: {
3018
- id: string;
3019
3007
  status: string;
3008
+ id: string;
3020
3009
  isArchived: boolean;
3021
3010
  createdAt: Date;
3022
3011
  updatedAt: Date;
@@ -3024,6 +3013,17 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3024
3013
  companyName: string | null;
3025
3014
  } | null | undefined;
3026
3015
  } | null | undefined;
3016
+ customer?: {
3017
+ status: string;
3018
+ id: string;
3019
+ isArchived: boolean;
3020
+ createdAt: Date;
3021
+ updatedAt: Date;
3022
+ fullName: string | null;
3023
+ mobile: string | null;
3024
+ email: string;
3025
+ syncedAt: Date;
3026
+ } | null | undefined;
3027
3027
  } | null | undefined;
3028
3028
  } & any)[] | null | undefined;
3029
3029
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
@@ -3039,8 +3039,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3039
3039
  })[] | null | undefined;
3040
3040
  };
3041
3041
  reconciliations?: {
3042
- id: string;
3043
3042
  status: string;
3043
+ id: string;
3044
3044
  isArchived: boolean;
3045
3045
  createdBy: string;
3046
3046
  createdAt: Date;
@@ -3087,19 +3087,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3087
3087
  reconciledAmountCents: number | bigint;
3088
3088
  unreconciledAmountCents: number | bigint;
3089
3089
  reconciledTransactions?: ({
3090
- id: string;
3091
3090
  status: string;
3091
+ id: string;
3092
+ propertyId: string | null;
3093
+ balanceCents: string | number | bigint;
3092
3094
  isArchived: boolean;
3093
3095
  createdAt: Date;
3094
3096
  updatedAt: Date;
3095
3097
  syncedAt: Date;
3096
3098
  debitAmountCents: string | number | bigint;
3097
3099
  creditAmountCents: string | number | bigint;
3098
- balanceCents: string | number | bigint;
3099
3100
  mtaId: string;
3100
3101
  description: string | null;
3101
3102
  clearedAt: Date | null;
3102
- propertyId: string | null;
3103
3103
  transactionType: string;
3104
3104
  isCanceled: boolean;
3105
3105
  isRefunded: boolean;
@@ -3128,13 +3128,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3128
3128
  lastName?: string | null | undefined;
3129
3129
  } | null | undefined;
3130
3130
  property?: {
3131
- id: string;
3132
3131
  status: string;
3132
+ id: string;
3133
+ balanceCents: number | bigint;
3133
3134
  isArchived: boolean;
3134
3135
  createdAt: Date;
3135
3136
  updatedAt: Date;
3136
3137
  syncedAt: Date;
3137
- balanceCents: number | bigint;
3138
3138
  customerId: string;
3139
3139
  projectId: string;
3140
3140
  lotDetail: string | null;
@@ -3143,33 +3143,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3143
3143
  mtaId: string;
3144
3144
  mtaBalanceCents: number | bigint;
3145
3145
  cmaBalanceCents: number | bigint;
3146
- customer?: {
3147
- id: string;
3148
- status: string;
3149
- isArchived: boolean;
3150
- createdAt: Date;
3151
- updatedAt: Date;
3152
- fullName: string | null;
3153
- mobile: string | null;
3154
- email: string;
3155
- syncedAt: Date;
3156
- } | null | undefined;
3157
3146
  buyerName?: string | null | undefined;
3158
3147
  project?: {
3159
- id: string;
3148
+ type: string;
3160
3149
  status: string;
3150
+ id: string;
3161
3151
  isArchived: boolean;
3162
3152
  createdAt: Date;
3163
3153
  updatedAt: Date;
3164
- type: string;
3165
3154
  syncedAt: Date;
3166
3155
  mtaId: string | null;
3167
3156
  name: string;
3168
3157
  developerId: string;
3169
3158
  state: string;
3170
3159
  developer?: {
3171
- id: string;
3172
3160
  status: string;
3161
+ id: string;
3173
3162
  isArchived: boolean;
3174
3163
  createdAt: Date;
3175
3164
  updatedAt: Date;
@@ -3177,23 +3166,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3177
3166
  companyName: string | null;
3178
3167
  } | null | undefined;
3179
3168
  } | null | undefined;
3169
+ customer?: {
3170
+ status: string;
3171
+ id: string;
3172
+ isArchived: boolean;
3173
+ createdAt: Date;
3174
+ updatedAt: Date;
3175
+ fullName: string | null;
3176
+ mobile: string | null;
3177
+ email: string;
3178
+ syncedAt: Date;
3179
+ } | null | undefined;
3180
3180
  } | null | undefined;
3181
3181
  } & {
3182
3182
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3183
3183
  sourceTransaction?: ({
3184
- id: string;
3185
3184
  status: string;
3185
+ id: string;
3186
+ propertyId: string | null;
3187
+ balanceCents: string | number | bigint;
3186
3188
  isArchived: boolean;
3187
3189
  createdAt: Date;
3188
3190
  updatedAt: Date;
3189
3191
  syncedAt: Date;
3190
3192
  debitAmountCents: string | number | bigint;
3191
3193
  creditAmountCents: string | number | bigint;
3192
- balanceCents: string | number | bigint;
3193
3194
  mtaId: string;
3194
3195
  description: string | null;
3195
3196
  clearedAt: Date | null;
3196
- propertyId: string | null;
3197
3197
  transactionType: string;
3198
3198
  isCanceled: boolean;
3199
3199
  isRefunded: boolean;
@@ -3222,13 +3222,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3222
3222
  lastName?: string | null | undefined;
3223
3223
  } | null | undefined;
3224
3224
  property?: {
3225
- id: string;
3226
3225
  status: string;
3226
+ id: string;
3227
+ balanceCents: number | bigint;
3227
3228
  isArchived: boolean;
3228
3229
  createdAt: Date;
3229
3230
  updatedAt: Date;
3230
3231
  syncedAt: Date;
3231
- balanceCents: number | bigint;
3232
3232
  customerId: string;
3233
3233
  projectId: string;
3234
3234
  lotDetail: string | null;
@@ -3237,33 +3237,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3237
3237
  mtaId: string;
3238
3238
  mtaBalanceCents: number | bigint;
3239
3239
  cmaBalanceCents: number | bigint;
3240
- customer?: {
3241
- id: string;
3242
- status: string;
3243
- isArchived: boolean;
3244
- createdAt: Date;
3245
- updatedAt: Date;
3246
- fullName: string | null;
3247
- mobile: string | null;
3248
- email: string;
3249
- syncedAt: Date;
3250
- } | null | undefined;
3251
3240
  buyerName?: string | null | undefined;
3252
3241
  project?: {
3253
- id: string;
3242
+ type: string;
3254
3243
  status: string;
3244
+ id: string;
3255
3245
  isArchived: boolean;
3256
3246
  createdAt: Date;
3257
3247
  updatedAt: Date;
3258
- type: string;
3259
3248
  syncedAt: Date;
3260
3249
  mtaId: string | null;
3261
3250
  name: string;
3262
3251
  developerId: string;
3263
3252
  state: string;
3264
3253
  developer?: {
3265
- id: string;
3266
3254
  status: string;
3255
+ id: string;
3267
3256
  isArchived: boolean;
3268
3257
  createdAt: Date;
3269
3258
  updatedAt: Date;
@@ -3271,22 +3260,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3271
3260
  companyName: string | null;
3272
3261
  } | null | undefined;
3273
3262
  } | null | undefined;
3263
+ customer?: {
3264
+ status: string;
3265
+ id: string;
3266
+ isArchived: boolean;
3267
+ createdAt: Date;
3268
+ updatedAt: Date;
3269
+ fullName: string | null;
3270
+ mobile: string | null;
3271
+ email: string;
3272
+ syncedAt: Date;
3273
+ } | null | undefined;
3274
3274
  } | null | undefined;
3275
3275
  } & any) | null | undefined;
3276
3276
  subsequentTransactions?: ({
3277
- id: string;
3278
3277
  status: string;
3278
+ id: string;
3279
+ propertyId: string | null;
3280
+ balanceCents: string | number | bigint;
3279
3281
  isArchived: boolean;
3280
3282
  createdAt: Date;
3281
3283
  updatedAt: Date;
3282
3284
  syncedAt: Date;
3283
3285
  debitAmountCents: string | number | bigint;
3284
3286
  creditAmountCents: string | number | bigint;
3285
- balanceCents: string | number | bigint;
3286
3287
  mtaId: string;
3287
3288
  description: string | null;
3288
3289
  clearedAt: Date | null;
3289
- propertyId: string | null;
3290
3290
  transactionType: string;
3291
3291
  isCanceled: boolean;
3292
3292
  isRefunded: boolean;
@@ -3315,13 +3315,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3315
3315
  lastName?: string | null | undefined;
3316
3316
  } | null | undefined;
3317
3317
  property?: {
3318
- id: string;
3319
3318
  status: string;
3319
+ id: string;
3320
+ balanceCents: number | bigint;
3320
3321
  isArchived: boolean;
3321
3322
  createdAt: Date;
3322
3323
  updatedAt: Date;
3323
3324
  syncedAt: Date;
3324
- balanceCents: number | bigint;
3325
3325
  customerId: string;
3326
3326
  projectId: string;
3327
3327
  lotDetail: string | null;
@@ -3330,33 +3330,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3330
3330
  mtaId: string;
3331
3331
  mtaBalanceCents: number | bigint;
3332
3332
  cmaBalanceCents: number | bigint;
3333
- customer?: {
3334
- id: string;
3335
- status: string;
3336
- isArchived: boolean;
3337
- createdAt: Date;
3338
- updatedAt: Date;
3339
- fullName: string | null;
3340
- mobile: string | null;
3341
- email: string;
3342
- syncedAt: Date;
3343
- } | null | undefined;
3344
3333
  buyerName?: string | null | undefined;
3345
3334
  project?: {
3346
- id: string;
3335
+ type: string;
3347
3336
  status: string;
3337
+ id: string;
3348
3338
  isArchived: boolean;
3349
3339
  createdAt: Date;
3350
3340
  updatedAt: Date;
3351
- type: string;
3352
3341
  syncedAt: Date;
3353
3342
  mtaId: string | null;
3354
3343
  name: string;
3355
3344
  developerId: string;
3356
3345
  state: string;
3357
3346
  developer?: {
3358
- id: string;
3359
3347
  status: string;
3348
+ id: string;
3360
3349
  isArchived: boolean;
3361
3350
  createdAt: Date;
3362
3351
  updatedAt: Date;
@@ -3364,24 +3353,35 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3364
3353
  companyName: string | null;
3365
3354
  } | null | undefined;
3366
3355
  } | null | undefined;
3356
+ customer?: {
3357
+ status: string;
3358
+ id: string;
3359
+ isArchived: boolean;
3360
+ createdAt: Date;
3361
+ updatedAt: Date;
3362
+ fullName: string | null;
3363
+ mobile: string | null;
3364
+ email: string;
3365
+ syncedAt: Date;
3366
+ } | null | undefined;
3367
3367
  } | null | undefined;
3368
3368
  } & any)[] | null | undefined;
3369
3369
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3370
3370
  })[] | null | undefined;
3371
3371
  unreconciledTransactions?: ({
3372
- id: string;
3373
3372
  status: string;
3373
+ id: string;
3374
+ propertyId: string | null;
3375
+ balanceCents: string | number | bigint;
3374
3376
  isArchived: boolean;
3375
3377
  createdAt: Date;
3376
3378
  updatedAt: Date;
3377
3379
  syncedAt: Date;
3378
3380
  debitAmountCents: string | number | bigint;
3379
3381
  creditAmountCents: string | number | bigint;
3380
- balanceCents: string | number | bigint;
3381
3382
  mtaId: string;
3382
3383
  description: string | null;
3383
3384
  clearedAt: Date | null;
3384
- propertyId: string | null;
3385
3385
  transactionType: string;
3386
3386
  isCanceled: boolean;
3387
3387
  isRefunded: boolean;
@@ -3410,13 +3410,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3410
3410
  lastName?: string | null | undefined;
3411
3411
  } | null | undefined;
3412
3412
  property?: {
3413
- id: string;
3414
3413
  status: string;
3414
+ id: string;
3415
+ balanceCents: number | bigint;
3415
3416
  isArchived: boolean;
3416
3417
  createdAt: Date;
3417
3418
  updatedAt: Date;
3418
3419
  syncedAt: Date;
3419
- balanceCents: number | bigint;
3420
3420
  customerId: string;
3421
3421
  projectId: string;
3422
3422
  lotDetail: string | null;
@@ -3425,33 +3425,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3425
3425
  mtaId: string;
3426
3426
  mtaBalanceCents: number | bigint;
3427
3427
  cmaBalanceCents: number | bigint;
3428
- customer?: {
3429
- id: string;
3430
- status: string;
3431
- isArchived: boolean;
3432
- createdAt: Date;
3433
- updatedAt: Date;
3434
- fullName: string | null;
3435
- mobile: string | null;
3436
- email: string;
3437
- syncedAt: Date;
3438
- } | null | undefined;
3439
3428
  buyerName?: string | null | undefined;
3440
3429
  project?: {
3441
- id: string;
3430
+ type: string;
3442
3431
  status: string;
3432
+ id: string;
3443
3433
  isArchived: boolean;
3444
3434
  createdAt: Date;
3445
3435
  updatedAt: Date;
3446
- type: string;
3447
3436
  syncedAt: Date;
3448
3437
  mtaId: string | null;
3449
3438
  name: string;
3450
3439
  developerId: string;
3451
3440
  state: string;
3452
3441
  developer?: {
3453
- id: string;
3454
3442
  status: string;
3443
+ id: string;
3455
3444
  isArchived: boolean;
3456
3445
  createdAt: Date;
3457
3446
  updatedAt: Date;
@@ -3459,23 +3448,34 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3459
3448
  companyName: string | null;
3460
3449
  } | null | undefined;
3461
3450
  } | null | undefined;
3451
+ customer?: {
3452
+ status: string;
3453
+ id: string;
3454
+ isArchived: boolean;
3455
+ createdAt: Date;
3456
+ updatedAt: Date;
3457
+ fullName: string | null;
3458
+ mobile: string | null;
3459
+ email: string;
3460
+ syncedAt: Date;
3461
+ } | null | undefined;
3462
3462
  } | null | undefined;
3463
3463
  } & {
3464
3464
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3465
3465
  sourceTransaction?: ({
3466
- id: string;
3467
3466
  status: string;
3467
+ id: string;
3468
+ propertyId: string | null;
3469
+ balanceCents: string | number | bigint;
3468
3470
  isArchived: boolean;
3469
3471
  createdAt: Date;
3470
3472
  updatedAt: Date;
3471
3473
  syncedAt: Date;
3472
3474
  debitAmountCents: string | number | bigint;
3473
3475
  creditAmountCents: string | number | bigint;
3474
- balanceCents: string | number | bigint;
3475
3476
  mtaId: string;
3476
3477
  description: string | null;
3477
3478
  clearedAt: Date | null;
3478
- propertyId: string | null;
3479
3479
  transactionType: string;
3480
3480
  isCanceled: boolean;
3481
3481
  isRefunded: boolean;
@@ -3504,13 +3504,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3504
3504
  lastName?: string | null | undefined;
3505
3505
  } | null | undefined;
3506
3506
  property?: {
3507
- id: string;
3508
3507
  status: string;
3508
+ id: string;
3509
+ balanceCents: number | bigint;
3509
3510
  isArchived: boolean;
3510
3511
  createdAt: Date;
3511
3512
  updatedAt: Date;
3512
3513
  syncedAt: Date;
3513
- balanceCents: number | bigint;
3514
3514
  customerId: string;
3515
3515
  projectId: string;
3516
3516
  lotDetail: string | null;
@@ -3519,33 +3519,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3519
3519
  mtaId: string;
3520
3520
  mtaBalanceCents: number | bigint;
3521
3521
  cmaBalanceCents: number | bigint;
3522
- customer?: {
3523
- id: string;
3524
- status: string;
3525
- isArchived: boolean;
3526
- createdAt: Date;
3527
- updatedAt: Date;
3528
- fullName: string | null;
3529
- mobile: string | null;
3530
- email: string;
3531
- syncedAt: Date;
3532
- } | null | undefined;
3533
3522
  buyerName?: string | null | undefined;
3534
3523
  project?: {
3535
- id: string;
3524
+ type: string;
3536
3525
  status: string;
3526
+ id: string;
3537
3527
  isArchived: boolean;
3538
3528
  createdAt: Date;
3539
3529
  updatedAt: Date;
3540
- type: string;
3541
3530
  syncedAt: Date;
3542
3531
  mtaId: string | null;
3543
3532
  name: string;
3544
3533
  developerId: string;
3545
3534
  state: string;
3546
3535
  developer?: {
3547
- id: string;
3548
3536
  status: string;
3537
+ id: string;
3549
3538
  isArchived: boolean;
3550
3539
  createdAt: Date;
3551
3540
  updatedAt: Date;
@@ -3553,22 +3542,33 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3553
3542
  companyName: string | null;
3554
3543
  } | null | undefined;
3555
3544
  } | null | undefined;
3545
+ customer?: {
3546
+ status: string;
3547
+ id: string;
3548
+ isArchived: boolean;
3549
+ createdAt: Date;
3550
+ updatedAt: Date;
3551
+ fullName: string | null;
3552
+ mobile: string | null;
3553
+ email: string;
3554
+ syncedAt: Date;
3555
+ } | null | undefined;
3556
3556
  } | null | undefined;
3557
3557
  } & any) | null | undefined;
3558
3558
  subsequentTransactions?: ({
3559
- id: string;
3560
3559
  status: string;
3560
+ id: string;
3561
+ propertyId: string | null;
3562
+ balanceCents: string | number | bigint;
3561
3563
  isArchived: boolean;
3562
3564
  createdAt: Date;
3563
3565
  updatedAt: Date;
3564
3566
  syncedAt: Date;
3565
3567
  debitAmountCents: string | number | bigint;
3566
3568
  creditAmountCents: string | number | bigint;
3567
- balanceCents: string | number | bigint;
3568
3569
  mtaId: string;
3569
3570
  description: string | null;
3570
3571
  clearedAt: Date | null;
3571
- propertyId: string | null;
3572
3572
  transactionType: string;
3573
3573
  isCanceled: boolean;
3574
3574
  isRefunded: boolean;
@@ -3597,13 +3597,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3597
3597
  lastName?: string | null | undefined;
3598
3598
  } | null | undefined;
3599
3599
  property?: {
3600
- id: string;
3601
3600
  status: string;
3601
+ id: string;
3602
+ balanceCents: number | bigint;
3602
3603
  isArchived: boolean;
3603
3604
  createdAt: Date;
3604
3605
  updatedAt: Date;
3605
3606
  syncedAt: Date;
3606
- balanceCents: number | bigint;
3607
3607
  customerId: string;
3608
3608
  projectId: string;
3609
3609
  lotDetail: string | null;
@@ -3612,33 +3612,22 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3612
3612
  mtaId: string;
3613
3613
  mtaBalanceCents: number | bigint;
3614
3614
  cmaBalanceCents: number | bigint;
3615
- customer?: {
3616
- id: string;
3617
- status: string;
3618
- isArchived: boolean;
3619
- createdAt: Date;
3620
- updatedAt: Date;
3621
- fullName: string | null;
3622
- mobile: string | null;
3623
- email: string;
3624
- syncedAt: Date;
3625
- } | null | undefined;
3626
3615
  buyerName?: string | null | undefined;
3627
3616
  project?: {
3628
- id: string;
3617
+ type: string;
3629
3618
  status: string;
3619
+ id: string;
3630
3620
  isArchived: boolean;
3631
3621
  createdAt: Date;
3632
3622
  updatedAt: Date;
3633
- type: string;
3634
3623
  syncedAt: Date;
3635
3624
  mtaId: string | null;
3636
3625
  name: string;
3637
3626
  developerId: string;
3638
3627
  state: string;
3639
3628
  developer?: {
3640
- id: string;
3641
3629
  status: string;
3630
+ id: string;
3642
3631
  isArchived: boolean;
3643
3632
  createdAt: Date;
3644
3633
  updatedAt: Date;
@@ -3646,14 +3635,25 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3646
3635
  companyName: string | null;
3647
3636
  } | null | undefined;
3648
3637
  } | null | undefined;
3638
+ customer?: {
3639
+ status: string;
3640
+ id: string;
3641
+ isArchived: boolean;
3642
+ createdAt: Date;
3643
+ updatedAt: Date;
3644
+ fullName: string | null;
3645
+ mobile: string | null;
3646
+ email: string;
3647
+ syncedAt: Date;
3648
+ } | null | undefined;
3649
3649
  } | null | undefined;
3650
3650
  } & any)[] | null | undefined;
3651
3651
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3652
3652
  })[] | null | undefined;
3653
3653
  };
3654
3654
  reconciliations?: {
3655
- id: string;
3656
3655
  status: string;
3656
+ id: string;
3657
3657
  isArchived: boolean;
3658
3658
  createdBy: string;
3659
3659
  createdAt: Date;