@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
@@ -28,8 +28,10 @@ export declare const cmaTransactionEntitySchema: z.ZodObject<{
28
28
  canceledReason: z.ZodNullable<z.ZodString>;
29
29
  createdBy: z.ZodString;
30
30
  }, "strip", z.ZodTypeAny, {
31
- id: string;
32
31
  status: string;
32
+ id: string;
33
+ propertyId: string | null;
34
+ balanceCents: bigint;
33
35
  isArchived: boolean;
34
36
  createdBy: string;
35
37
  createdAt: Date;
@@ -37,11 +39,9 @@ export declare const cmaTransactionEntitySchema: z.ZodObject<{
37
39
  syncedAt: Date | null;
38
40
  debitAmountCents: bigint;
39
41
  creditAmountCents: bigint;
40
- balanceCents: bigint;
41
42
  description: string | null;
42
43
  clearedAt: Date | null;
43
44
  cmaId: string;
44
- propertyId: string | null;
45
45
  createType: string;
46
46
  transactionType: string;
47
47
  isCanceled: boolean;
@@ -56,8 +56,10 @@ export declare const cmaTransactionEntitySchema: z.ZodObject<{
56
56
  canceledAt: Date | null;
57
57
  canceledReason: string | null;
58
58
  }, {
59
- id: string;
60
59
  status: string;
60
+ id: string;
61
+ propertyId: string | null;
62
+ balanceCents: bigint;
61
63
  isArchived: boolean;
62
64
  createdBy: string;
63
65
  createdAt: Date;
@@ -65,11 +67,9 @@ export declare const cmaTransactionEntitySchema: z.ZodObject<{
65
67
  syncedAt: Date | null;
66
68
  debitAmountCents: bigint;
67
69
  creditAmountCents: bigint;
68
- balanceCents: bigint;
69
70
  description: string | null;
70
71
  clearedAt: Date | null;
71
72
  cmaId: string;
72
- propertyId: string | null;
73
73
  createType: string;
74
74
  transactionType: string;
75
75
  isCanceled: boolean;
@@ -126,16 +126,16 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
126
126
  syncedAt: z.ZodDate;
127
127
  updatedAt: z.ZodDate;
128
128
  }, "strip", z.ZodTypeAny, {
129
- id: string;
130
129
  status: string;
130
+ id: string;
131
131
  isArchived: boolean;
132
132
  createdAt: Date;
133
133
  updatedAt: Date;
134
134
  syncedAt: Date;
135
135
  companyName: string | null;
136
136
  }, {
137
- id: string;
138
137
  status: string;
138
+ id: string;
139
139
  isArchived: boolean;
140
140
  createdAt: Date;
141
141
  updatedAt: Date;
@@ -143,20 +143,20 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
143
143
  companyName: string | null;
144
144
  }>>>;
145
145
  }, "strip", z.ZodTypeAny, {
146
- id: string;
146
+ type: string;
147
147
  status: string;
148
+ id: string;
148
149
  isArchived: boolean;
149
150
  createdAt: Date;
150
151
  updatedAt: Date;
151
- type: string;
152
152
  syncedAt: Date;
153
153
  mtaId: string | null;
154
154
  name: string;
155
155
  developerId: string;
156
156
  state: string;
157
157
  developer?: {
158
- id: string;
159
158
  status: string;
159
+ id: string;
160
160
  isArchived: boolean;
161
161
  createdAt: Date;
162
162
  updatedAt: Date;
@@ -164,20 +164,20 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
164
164
  companyName: string | null;
165
165
  } | null | undefined;
166
166
  }, {
167
- id: string;
167
+ type: string;
168
168
  status: string;
169
+ id: string;
169
170
  isArchived: boolean;
170
171
  createdAt: Date;
171
172
  updatedAt: Date;
172
- type: string;
173
173
  syncedAt: Date;
174
174
  mtaId: string | null;
175
175
  name: string;
176
176
  developerId: string;
177
177
  state: string;
178
178
  developer?: {
179
- id: string;
180
179
  status: string;
180
+ id: string;
181
181
  isArchived: boolean;
182
182
  createdAt: Date;
183
183
  updatedAt: Date;
@@ -196,8 +196,8 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
196
196
  syncedAt: z.ZodDate;
197
197
  updatedAt: z.ZodDate;
198
198
  }, "strip", z.ZodTypeAny, {
199
- id: string;
200
199
  status: string;
200
+ id: string;
201
201
  isArchived: boolean;
202
202
  createdAt: Date;
203
203
  updatedAt: Date;
@@ -206,8 +206,8 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
206
206
  email: string;
207
207
  syncedAt: Date;
208
208
  }, {
209
- id: string;
210
209
  status: string;
210
+ id: string;
211
211
  isArchived: boolean;
212
212
  createdAt: Date;
213
213
  updatedAt: Date;
@@ -237,43 +237,43 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
237
237
  updatedAt: z.ZodDate;
238
238
  createdBy: z.ZodString;
239
239
  }, "strip", z.ZodTypeAny, {
240
- id: string;
241
240
  status: string;
241
+ id: string;
242
+ accountName: string;
243
+ propertyId: string;
244
+ balanceCents: bigint;
245
+ stateCode: string;
246
+ bankCode: string;
242
247
  isArchived: boolean;
243
248
  createdBy: string;
244
249
  createdAt: Date;
245
250
  updatedAt: Date;
246
- balanceCents: bigint;
247
251
  description: string | null;
248
- propertyId: string;
249
252
  payoutId: number;
250
253
  bsb: string;
251
254
  accountNumber: string;
252
255
  cmaSeq: number;
253
256
  country: string;
254
- stateCode: string;
255
- bankCode: string;
256
- accountName: string;
257
257
  currentReceiveSeq: number;
258
258
  currentPayoutSeq: number;
259
259
  }, {
260
- id: string;
261
260
  status: string;
261
+ id: string;
262
+ accountName: string;
263
+ propertyId: string;
264
+ balanceCents: bigint;
265
+ stateCode: string;
266
+ bankCode: string;
262
267
  isArchived: boolean;
263
268
  createdBy: string;
264
269
  createdAt: Date;
265
270
  updatedAt: Date;
266
- balanceCents: bigint;
267
271
  description: string | null;
268
- propertyId: string;
269
272
  payoutId: number;
270
273
  bsb: string;
271
274
  accountNumber: string;
272
275
  cmaSeq: number;
273
276
  country: string;
274
- stateCode: string;
275
- bankCode: string;
276
- accountName: string;
277
277
  currentReceiveSeq: number;
278
278
  currentPayoutSeq: number;
279
279
  }>>>>;
@@ -297,40 +297,40 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
297
297
  createdBy: z.ZodNullable<z.ZodString>;
298
298
  updatedBy: z.ZodNullable<z.ZodString>;
299
299
  }, "strip", z.ZodTypeAny, {
300
- id: string;
301
300
  status: string;
301
+ id: string;
302
+ balanceCents: bigint;
303
+ stateCode: string;
304
+ bankCode: string;
302
305
  isArchived: boolean;
303
306
  createdBy: string | null;
304
307
  createdAt: Date;
305
308
  updatedAt: Date;
306
309
  syncedAt: Date | null;
307
- balanceCents: bigint;
308
310
  name: string;
309
311
  bsb: string;
310
312
  accountNumber: string;
311
313
  updatedBy: string | null;
312
314
  country: string;
313
- stateCode: string;
314
- bankCode: string;
315
315
  currentReceiveSeq: number;
316
316
  currentPayoutSeq: number;
317
317
  subsidiaryId: string;
318
318
  }, {
319
- id: string;
320
319
  status: string;
320
+ id: string;
321
+ balanceCents: bigint;
322
+ stateCode: string;
323
+ bankCode: string;
321
324
  isArchived: boolean;
322
325
  createdBy: string | null;
323
326
  createdAt: Date;
324
327
  updatedAt: Date;
325
328
  syncedAt: Date | null;
326
- balanceCents: bigint;
327
329
  name: string;
328
330
  bsb: string;
329
331
  accountNumber: string;
330
332
  updatedBy: string | null;
331
333
  country: string;
332
- stateCode: string;
333
- bankCode: string;
334
334
  currentReceiveSeq: number;
335
335
  currentPayoutSeq: number;
336
336
  subsidiaryId: string;
@@ -364,8 +364,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
364
364
  canceledReason: z.ZodNullable<z.ZodString>;
365
365
  createdBy: z.ZodString;
366
366
  }, "strip", z.ZodTypeAny, {
367
- id: string;
368
367
  status: string;
368
+ id: string;
369
+ propertyId: string | null;
370
+ balanceCents: bigint;
369
371
  isArchived: boolean;
370
372
  createdBy: string;
371
373
  createdAt: Date;
@@ -373,11 +375,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
373
375
  syncedAt: Date | null;
374
376
  debitAmountCents: bigint;
375
377
  creditAmountCents: bigint;
376
- balanceCents: bigint;
377
378
  description: string | null;
378
379
  clearedAt: Date | null;
379
380
  cmaId: string;
380
- propertyId: string | null;
381
381
  createType: string;
382
382
  transactionType: string;
383
383
  isCanceled: boolean;
@@ -392,8 +392,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
392
392
  canceledAt: Date | null;
393
393
  canceledReason: string | null;
394
394
  }, {
395
- id: string;
396
395
  status: string;
396
+ id: string;
397
+ propertyId: string | null;
398
+ balanceCents: bigint;
397
399
  isArchived: boolean;
398
400
  createdBy: string;
399
401
  createdAt: Date;
@@ -401,11 +403,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
401
403
  syncedAt: Date | null;
402
404
  debitAmountCents: bigint;
403
405
  creditAmountCents: bigint;
404
- balanceCents: bigint;
405
406
  description: string | null;
406
407
  clearedAt: Date | null;
407
408
  cmaId: string;
408
- propertyId: string | null;
409
409
  createType: string;
410
410
  transactionType: string;
411
411
  isCanceled: boolean;
@@ -450,8 +450,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
450
450
  createdBy: z.ZodNullable<z.ZodString>;
451
451
  payoutId: z.ZodNullable<z.ZodString>;
452
452
  }, "strip", z.ZodTypeAny, {
453
- id: string;
454
453
  status: string;
454
+ id: string;
455
+ propertyId: string | null;
456
+ balanceCents: bigint;
455
457
  isArchived: boolean;
456
458
  createdBy: string | null;
457
459
  createdAt: Date;
@@ -459,11 +461,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
459
461
  syncedAt: Date;
460
462
  debitAmountCents: bigint;
461
463
  creditAmountCents: bigint;
462
- balanceCents: bigint;
463
464
  mtaId: string;
464
465
  description: string | null;
465
466
  clearedAt: Date | null;
466
- propertyId: string | null;
467
467
  transactionType: string;
468
468
  isCanceled: boolean;
469
469
  isRefunded: boolean;
@@ -479,8 +479,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
479
479
  referenceId: string | null;
480
480
  note: string | null;
481
481
  }, {
482
- id: string;
483
482
  status: string;
483
+ id: string;
484
+ propertyId: string | null;
485
+ balanceCents: bigint;
484
486
  isArchived: boolean;
485
487
  createdBy: string | null;
486
488
  createdAt: Date;
@@ -488,11 +490,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
488
490
  syncedAt: Date;
489
491
  debitAmountCents: bigint;
490
492
  creditAmountCents: bigint;
491
- balanceCents: bigint;
492
493
  mtaId: string;
493
494
  description: string | null;
494
495
  clearedAt: Date | null;
495
- propertyId: string | null;
496
496
  transactionType: string;
497
497
  isCanceled: boolean;
498
498
  isRefunded: boolean;
@@ -509,13 +509,13 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
509
509
  note: string | null;
510
510
  }>, "many">>>>;
511
511
  }, "strip", z.ZodTypeAny, {
512
- id: string;
513
512
  status: string;
513
+ id: string;
514
+ balanceCents: number | bigint;
514
515
  isArchived: boolean;
515
516
  createdAt: Date;
516
517
  updatedAt: Date;
517
518
  syncedAt: Date;
518
- balanceCents: number | bigint;
519
519
  customerId: string;
520
520
  projectId: string;
521
521
  lotDetail: string | null;
@@ -524,74 +524,63 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
524
524
  mtaId: string;
525
525
  mtaBalanceCents: number | bigint;
526
526
  cmaBalanceCents: number | bigint;
527
- customer?: {
528
- id: string;
529
- status: string;
530
- isArchived: boolean;
531
- createdAt: Date;
532
- updatedAt: Date;
533
- fullName: string | null;
534
- mobile: string | null;
535
- email: string;
536
- syncedAt: Date;
537
- } | null | undefined;
538
527
  cma?: {
539
- id: string;
540
528
  status: string;
529
+ id: string;
530
+ accountName: string;
531
+ propertyId: string;
532
+ balanceCents: bigint;
533
+ stateCode: string;
534
+ bankCode: string;
541
535
  isArchived: boolean;
542
536
  createdBy: string;
543
537
  createdAt: Date;
544
538
  updatedAt: Date;
545
- balanceCents: bigint;
546
539
  description: string | null;
547
- propertyId: string;
548
540
  payoutId: number;
549
541
  bsb: string;
550
542
  accountNumber: string;
551
543
  cmaSeq: number;
552
544
  country: string;
553
- stateCode: string;
554
- bankCode: string;
555
- accountName: string;
556
545
  currentReceiveSeq: number;
557
546
  currentPayoutSeq: number;
558
547
  } | null | undefined;
559
548
  mta?: {
560
- id: string;
561
549
  status: string;
550
+ id: string;
551
+ balanceCents: bigint;
552
+ stateCode: string;
553
+ bankCode: string;
562
554
  isArchived: boolean;
563
555
  createdBy: string | null;
564
556
  createdAt: Date;
565
557
  updatedAt: Date;
566
558
  syncedAt: Date | null;
567
- balanceCents: bigint;
568
559
  name: string;
569
560
  bsb: string;
570
561
  accountNumber: string;
571
562
  updatedBy: string | null;
572
563
  country: string;
573
- stateCode: string;
574
- bankCode: string;
575
564
  currentReceiveSeq: number;
576
565
  currentPayoutSeq: number;
577
566
  subsidiaryId: string;
578
567
  } | null | undefined;
579
568
  buyerName?: string | null | undefined;
580
569
  project?: {
581
- id: string;
570
+ type: string;
582
571
  status: string;
572
+ id: string;
583
573
  isArchived: boolean;
584
574
  createdAt: Date;
585
575
  updatedAt: Date;
586
- type: string;
587
576
  syncedAt: Date;
588
577
  mtaId: string | null;
589
578
  name: string;
590
579
  developerId: string;
591
580
  state: string;
592
581
  developer?: {
593
- id: string;
594
582
  status: string;
583
+ id: string;
595
584
  isArchived: boolean;
596
585
  createdAt: Date;
597
586
  updatedAt: Date;
@@ -599,9 +588,22 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
599
588
  companyName: string | null;
600
589
  } | null | undefined;
601
590
  } | null | undefined;
602
- cmaTransactions?: {
591
+ customer?: {
592
+ status: string;
603
593
  id: string;
594
+ isArchived: boolean;
595
+ createdAt: Date;
596
+ updatedAt: Date;
597
+ fullName: string | null;
598
+ mobile: string | null;
599
+ email: string;
600
+ syncedAt: Date;
601
+ } | null | undefined;
602
+ cmaTransactions?: {
604
603
  status: string;
604
+ id: string;
605
+ propertyId: string | null;
606
+ balanceCents: bigint;
605
607
  isArchived: boolean;
606
608
  createdBy: string;
607
609
  createdAt: Date;
@@ -609,11 +611,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
609
611
  syncedAt: Date | null;
610
612
  debitAmountCents: bigint;
611
613
  creditAmountCents: bigint;
612
- balanceCents: bigint;
613
614
  description: string | null;
614
615
  clearedAt: Date | null;
615
616
  cmaId: string;
616
- propertyId: string | null;
617
617
  createType: string;
618
618
  transactionType: string;
619
619
  isCanceled: boolean;
@@ -629,8 +629,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
629
629
  canceledReason: string | null;
630
630
  }[] | null | undefined;
631
631
  mtaTransactions?: {
632
- id: string;
633
632
  status: string;
633
+ id: string;
634
+ propertyId: string | null;
635
+ balanceCents: bigint;
634
636
  isArchived: boolean;
635
637
  createdBy: string | null;
636
638
  createdAt: Date;
@@ -638,11 +640,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
638
640
  syncedAt: Date;
639
641
  debitAmountCents: bigint;
640
642
  creditAmountCents: bigint;
641
- balanceCents: bigint;
642
643
  mtaId: string;
643
644
  description: string | null;
644
645
  clearedAt: Date | null;
645
- propertyId: string | null;
646
646
  transactionType: string;
647
647
  isCanceled: boolean;
648
648
  isRefunded: boolean;
@@ -659,13 +659,13 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
659
659
  note: string | null;
660
660
  }[] | null | undefined;
661
661
  }, {
662
- id: string;
663
662
  status: string;
663
+ id: string;
664
+ balanceCents: number | bigint;
664
665
  isArchived: boolean;
665
666
  createdAt: Date;
666
667
  updatedAt: Date;
667
668
  syncedAt: Date;
668
- balanceCents: number | bigint;
669
669
  customerId: string;
670
670
  projectId: string;
671
671
  lotDetail: string | null;
@@ -674,74 +674,63 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
674
674
  mtaId: string;
675
675
  mtaBalanceCents: number | bigint;
676
676
  cmaBalanceCents: number | bigint;
677
- customer?: {
678
- id: string;
679
- status: string;
680
- isArchived: boolean;
681
- createdAt: Date;
682
- updatedAt: Date;
683
- fullName: string | null;
684
- mobile: string | null;
685
- email: string;
686
- syncedAt: Date;
687
- } | null | undefined;
688
677
  cma?: {
689
- id: string;
690
678
  status: string;
679
+ id: string;
680
+ accountName: string;
681
+ propertyId: string;
682
+ balanceCents: bigint;
683
+ stateCode: string;
684
+ bankCode: string;
691
685
  isArchived: boolean;
692
686
  createdBy: string;
693
687
  createdAt: Date;
694
688
  updatedAt: Date;
695
- balanceCents: bigint;
696
689
  description: string | null;
697
- propertyId: string;
698
690
  payoutId: number;
699
691
  bsb: string;
700
692
  accountNumber: string;
701
693
  cmaSeq: number;
702
694
  country: string;
703
- stateCode: string;
704
- bankCode: string;
705
- accountName: string;
706
695
  currentReceiveSeq: number;
707
696
  currentPayoutSeq: number;
708
697
  } | null | undefined;
709
698
  mta?: {
710
- id: string;
711
699
  status: string;
700
+ id: string;
701
+ balanceCents: bigint;
702
+ stateCode: string;
703
+ bankCode: string;
712
704
  isArchived: boolean;
713
705
  createdBy: string | null;
714
706
  createdAt: Date;
715
707
  updatedAt: Date;
716
708
  syncedAt: Date | null;
717
- balanceCents: bigint;
718
709
  name: string;
719
710
  bsb: string;
720
711
  accountNumber: string;
721
712
  updatedBy: string | null;
722
713
  country: string;
723
- stateCode: string;
724
- bankCode: string;
725
714
  currentReceiveSeq: number;
726
715
  currentPayoutSeq: number;
727
716
  subsidiaryId: string;
728
717
  } | null | undefined;
729
718
  buyerName?: string | null | undefined;
730
719
  project?: {
731
- id: string;
720
+ type: string;
732
721
  status: string;
722
+ id: string;
733
723
  isArchived: boolean;
734
724
  createdAt: Date;
735
725
  updatedAt: Date;
736
- type: string;
737
726
  syncedAt: Date;
738
727
  mtaId: string | null;
739
728
  name: string;
740
729
  developerId: string;
741
730
  state: string;
742
731
  developer?: {
743
- id: string;
744
732
  status: string;
733
+ id: string;
745
734
  isArchived: boolean;
746
735
  createdAt: Date;
747
736
  updatedAt: Date;
@@ -749,9 +738,22 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
749
738
  companyName: string | null;
750
739
  } | null | undefined;
751
740
  } | null | undefined;
752
- cmaTransactions?: {
741
+ customer?: {
742
+ status: string;
753
743
  id: string;
744
+ isArchived: boolean;
745
+ createdAt: Date;
746
+ updatedAt: Date;
747
+ fullName: string | null;
748
+ mobile: string | null;
749
+ email: string;
750
+ syncedAt: Date;
751
+ } | null | undefined;
752
+ cmaTransactions?: {
754
753
  status: string;
754
+ id: string;
755
+ propertyId: string | null;
756
+ balanceCents: bigint;
755
757
  isArchived: boolean;
756
758
  createdBy: string;
757
759
  createdAt: Date;
@@ -759,11 +761,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
759
761
  syncedAt: Date | null;
760
762
  debitAmountCents: bigint;
761
763
  creditAmountCents: bigint;
762
- balanceCents: bigint;
763
764
  description: string | null;
764
765
  clearedAt: Date | null;
765
766
  cmaId: string;
766
- propertyId: string | null;
767
767
  createType: string;
768
768
  transactionType: string;
769
769
  isCanceled: boolean;
@@ -779,8 +779,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
779
779
  canceledReason: string | null;
780
780
  }[] | null | undefined;
781
781
  mtaTransactions?: {
782
- id: string;
783
782
  status: string;
783
+ id: string;
784
+ propertyId: string | null;
785
+ balanceCents: bigint;
784
786
  isArchived: boolean;
785
787
  createdBy: string | null;
786
788
  createdAt: Date;
@@ -788,11 +790,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
788
790
  syncedAt: Date;
789
791
  debitAmountCents: bigint;
790
792
  creditAmountCents: bigint;
791
- balanceCents: bigint;
792
793
  mtaId: string;
793
794
  description: string | null;
794
795
  clearedAt: Date | null;
795
- propertyId: string | null;
796
796
  transactionType: string;
797
797
  isCanceled: boolean;
798
798
  isRefunded: boolean;
@@ -830,43 +830,43 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
830
830
  updatedAt: z.ZodDate;
831
831
  createdBy: z.ZodString;
832
832
  }, "strip", z.ZodTypeAny, {
833
- id: string;
834
833
  status: string;
834
+ id: string;
835
+ accountName: string;
836
+ propertyId: string;
837
+ balanceCents: bigint;
838
+ stateCode: string;
839
+ bankCode: string;
835
840
  isArchived: boolean;
836
841
  createdBy: string;
837
842
  createdAt: Date;
838
843
  updatedAt: Date;
839
- balanceCents: bigint;
840
844
  description: string | null;
841
- propertyId: string;
842
845
  payoutId: number;
843
846
  bsb: string;
844
847
  accountNumber: string;
845
848
  cmaSeq: number;
846
849
  country: string;
847
- stateCode: string;
848
- bankCode: string;
849
- accountName: string;
850
850
  currentReceiveSeq: number;
851
851
  currentPayoutSeq: number;
852
852
  }, {
853
- id: string;
854
853
  status: string;
854
+ id: string;
855
+ accountName: string;
856
+ propertyId: string;
857
+ balanceCents: bigint;
858
+ stateCode: string;
859
+ bankCode: string;
855
860
  isArchived: boolean;
856
861
  createdBy: string;
857
862
  createdAt: Date;
858
863
  updatedAt: Date;
859
- balanceCents: bigint;
860
864
  description: string | null;
861
- propertyId: string;
862
865
  payoutId: number;
863
866
  bsb: string;
864
867
  accountNumber: string;
865
868
  cmaSeq: number;
866
869
  country: string;
867
- stateCode: string;
868
- bankCode: string;
869
- accountName: string;
870
870
  currentReceiveSeq: number;
871
871
  currentPayoutSeq: number;
872
872
  }>>;
@@ -899,8 +899,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
899
899
  canceledReason: z.ZodNullable<z.ZodString>;
900
900
  createdBy: z.ZodString;
901
901
  }, "strip", z.ZodTypeAny, {
902
- id: string;
903
902
  status: string;
903
+ id: string;
904
+ propertyId: string | null;
905
+ balanceCents: bigint;
904
906
  isArchived: boolean;
905
907
  createdBy: string;
906
908
  createdAt: Date;
@@ -908,11 +910,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
908
910
  syncedAt: Date | null;
909
911
  debitAmountCents: bigint;
910
912
  creditAmountCents: bigint;
911
- balanceCents: bigint;
912
913
  description: string | null;
913
914
  clearedAt: Date | null;
914
915
  cmaId: string;
915
- propertyId: string | null;
916
916
  createType: string;
917
917
  transactionType: string;
918
918
  isCanceled: boolean;
@@ -927,8 +927,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
927
927
  canceledAt: Date | null;
928
928
  canceledReason: string | null;
929
929
  }, {
930
- id: string;
931
930
  status: string;
931
+ id: string;
932
+ propertyId: string | null;
933
+ balanceCents: bigint;
932
934
  isArchived: boolean;
933
935
  createdBy: string;
934
936
  createdAt: Date;
@@ -936,11 +938,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
936
938
  syncedAt: Date | null;
937
939
  debitAmountCents: bigint;
938
940
  creditAmountCents: bigint;
939
- balanceCents: bigint;
940
941
  description: string | null;
941
942
  clearedAt: Date | null;
942
943
  cmaId: string;
943
- propertyId: string | null;
944
944
  createType: string;
945
945
  transactionType: string;
946
946
  isCanceled: boolean;
@@ -984,8 +984,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
984
984
  canceledReason: z.ZodNullable<z.ZodString>;
985
985
  createdBy: z.ZodString;
986
986
  }, "strip", z.ZodTypeAny, {
987
- id: string;
988
987
  status: string;
988
+ id: string;
989
+ propertyId: string | null;
990
+ balanceCents: bigint;
989
991
  isArchived: boolean;
990
992
  createdBy: string;
991
993
  createdAt: Date;
@@ -993,11 +995,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
993
995
  syncedAt: Date | null;
994
996
  debitAmountCents: bigint;
995
997
  creditAmountCents: bigint;
996
- balanceCents: bigint;
997
998
  description: string | null;
998
999
  clearedAt: Date | null;
999
1000
  cmaId: string;
1000
- propertyId: string | null;
1001
1001
  createType: string;
1002
1002
  transactionType: string;
1003
1003
  isCanceled: boolean;
@@ -1012,8 +1012,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1012
1012
  canceledAt: Date | null;
1013
1013
  canceledReason: string | null;
1014
1014
  }, {
1015
- id: string;
1016
1015
  status: string;
1016
+ id: string;
1017
+ propertyId: string | null;
1018
+ balanceCents: bigint;
1017
1019
  isArchived: boolean;
1018
1020
  createdBy: string;
1019
1021
  createdAt: Date;
@@ -1021,11 +1023,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1021
1023
  syncedAt: Date | null;
1022
1024
  debitAmountCents: bigint;
1023
1025
  creditAmountCents: bigint;
1024
- balanceCents: bigint;
1025
1026
  description: string | null;
1026
1027
  clearedAt: Date | null;
1027
1028
  cmaId: string;
1028
- propertyId: string | null;
1029
1029
  createType: string;
1030
1030
  transactionType: string;
1031
1031
  isCanceled: boolean;
@@ -1052,23 +1052,23 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1052
1052
  createdAt: z.ZodDate;
1053
1053
  updatedAt: z.ZodDate;
1054
1054
  }, "strip", z.ZodTypeAny, {
1055
+ status: string;
1055
1056
  id: string;
1056
1057
  cmaTransactionId: string;
1057
1058
  accountPeriodId: string | null;
1058
1059
  reconciledByReconciliationId: string;
1059
1060
  reconciledAt: Date;
1060
- status: string;
1061
1061
  isArchived: boolean;
1062
1062
  createdBy: string;
1063
1063
  createdAt: Date;
1064
1064
  updatedAt: Date;
1065
1065
  }, {
1066
+ status: string;
1066
1067
  id: string;
1067
1068
  cmaTransactionId: string;
1068
1069
  accountPeriodId: string | null;
1069
1070
  reconciledByReconciliationId: string;
1070
1071
  reconciledAt: Date;
1071
- status: string;
1072
1072
  isArchived: boolean;
1073
1073
  createdBy: string;
1074
1074
  createdAt: Date;
@@ -1076,34 +1076,34 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1076
1076
  }>, "many">>>;
1077
1077
  }, "strip", z.ZodTypeAny, {
1078
1078
  cma: {
1079
- id: string;
1080
1079
  status: string;
1080
+ id: string;
1081
+ accountName: string;
1082
+ propertyId: string;
1083
+ balanceCents: bigint;
1084
+ stateCode: string;
1085
+ bankCode: string;
1081
1086
  isArchived: boolean;
1082
1087
  createdBy: string;
1083
1088
  createdAt: Date;
1084
1089
  updatedAt: Date;
1085
- balanceCents: bigint;
1086
1090
  description: string | null;
1087
- propertyId: string;
1088
1091
  payoutId: number;
1089
1092
  bsb: string;
1090
1093
  accountNumber: string;
1091
1094
  cmaSeq: number;
1092
1095
  country: string;
1093
- stateCode: string;
1094
- bankCode: string;
1095
- accountName: string;
1096
1096
  currentReceiveSeq: number;
1097
1097
  currentPayoutSeq: number;
1098
1098
  };
1099
1099
  property: {
1100
- id: string;
1101
1100
  status: string;
1101
+ id: string;
1102
+ balanceCents: number | bigint;
1102
1103
  isArchived: boolean;
1103
1104
  createdAt: Date;
1104
1105
  updatedAt: Date;
1105
1106
  syncedAt: Date;
1106
- balanceCents: number | bigint;
1107
1107
  customerId: string;
1108
1108
  projectId: string;
1109
1109
  lotDetail: string | null;
@@ -1112,74 +1112,63 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1112
1112
  mtaId: string;
1113
1113
  mtaBalanceCents: number | bigint;
1114
1114
  cmaBalanceCents: number | bigint;
1115
- customer?: {
1116
- id: string;
1117
- status: string;
1118
- isArchived: boolean;
1119
- createdAt: Date;
1120
- updatedAt: Date;
1121
- fullName: string | null;
1122
- mobile: string | null;
1123
- email: string;
1124
- syncedAt: Date;
1125
- } | null | undefined;
1126
1115
  cma?: {
1127
- id: string;
1128
1116
  status: string;
1117
+ id: string;
1118
+ accountName: string;
1119
+ propertyId: string;
1120
+ balanceCents: bigint;
1121
+ stateCode: string;
1122
+ bankCode: string;
1129
1123
  isArchived: boolean;
1130
1124
  createdBy: string;
1131
1125
  createdAt: Date;
1132
1126
  updatedAt: Date;
1133
- balanceCents: bigint;
1134
1127
  description: string | null;
1135
- propertyId: string;
1136
1128
  payoutId: number;
1137
1129
  bsb: string;
1138
1130
  accountNumber: string;
1139
1131
  cmaSeq: number;
1140
1132
  country: string;
1141
- stateCode: string;
1142
- bankCode: string;
1143
- accountName: string;
1144
1133
  currentReceiveSeq: number;
1145
1134
  currentPayoutSeq: number;
1146
1135
  } | null | undefined;
1147
1136
  mta?: {
1148
- id: string;
1149
1137
  status: string;
1138
+ id: string;
1139
+ balanceCents: bigint;
1140
+ stateCode: string;
1141
+ bankCode: string;
1150
1142
  isArchived: boolean;
1151
1143
  createdBy: string | null;
1152
1144
  createdAt: Date;
1153
1145
  updatedAt: Date;
1154
1146
  syncedAt: Date | null;
1155
- balanceCents: bigint;
1156
1147
  name: string;
1157
1148
  bsb: string;
1158
1149
  accountNumber: string;
1159
1150
  updatedBy: string | null;
1160
1151
  country: string;
1161
- stateCode: string;
1162
- bankCode: string;
1163
1152
  currentReceiveSeq: number;
1164
1153
  currentPayoutSeq: number;
1165
1154
  subsidiaryId: string;
1166
1155
  } | null | undefined;
1167
1156
  buyerName?: string | null | undefined;
1168
1157
  project?: {
1169
- id: string;
1158
+ type: string;
1170
1159
  status: string;
1160
+ id: string;
1171
1161
  isArchived: boolean;
1172
1162
  createdAt: Date;
1173
1163
  updatedAt: Date;
1174
- type: string;
1175
1164
  syncedAt: Date;
1176
1165
  mtaId: string | null;
1177
1166
  name: string;
1178
1167
  developerId: string;
1179
1168
  state: string;
1180
1169
  developer?: {
1181
- id: string;
1182
1170
  status: string;
1171
+ id: string;
1183
1172
  isArchived: boolean;
1184
1173
  createdAt: Date;
1185
1174
  updatedAt: Date;
@@ -1187,9 +1176,22 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1187
1176
  companyName: string | null;
1188
1177
  } | null | undefined;
1189
1178
  } | null | undefined;
1190
- cmaTransactions?: {
1179
+ customer?: {
1180
+ status: string;
1191
1181
  id: string;
1182
+ isArchived: boolean;
1183
+ createdAt: Date;
1184
+ updatedAt: Date;
1185
+ fullName: string | null;
1186
+ mobile: string | null;
1187
+ email: string;
1188
+ syncedAt: Date;
1189
+ } | null | undefined;
1190
+ cmaTransactions?: {
1192
1191
  status: string;
1192
+ id: string;
1193
+ propertyId: string | null;
1194
+ balanceCents: bigint;
1193
1195
  isArchived: boolean;
1194
1196
  createdBy: string;
1195
1197
  createdAt: Date;
@@ -1197,11 +1199,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1197
1199
  syncedAt: Date | null;
1198
1200
  debitAmountCents: bigint;
1199
1201
  creditAmountCents: bigint;
1200
- balanceCents: bigint;
1201
1202
  description: string | null;
1202
1203
  clearedAt: Date | null;
1203
1204
  cmaId: string;
1204
- propertyId: string | null;
1205
1205
  createType: string;
1206
1206
  transactionType: string;
1207
1207
  isCanceled: boolean;
@@ -1217,8 +1217,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1217
1217
  canceledReason: string | null;
1218
1218
  }[] | null | undefined;
1219
1219
  mtaTransactions?: {
1220
- id: string;
1221
1220
  status: string;
1221
+ id: string;
1222
+ propertyId: string | null;
1223
+ balanceCents: bigint;
1222
1224
  isArchived: boolean;
1223
1225
  createdBy: string | null;
1224
1226
  createdAt: Date;
@@ -1226,11 +1228,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1226
1228
  syncedAt: Date;
1227
1229
  debitAmountCents: bigint;
1228
1230
  creditAmountCents: bigint;
1229
- balanceCents: bigint;
1230
1231
  mtaId: string;
1231
1232
  description: string | null;
1232
1233
  clearedAt: Date | null;
1233
- propertyId: string | null;
1234
1234
  transactionType: string;
1235
1235
  isCanceled: boolean;
1236
1236
  isRefunded: boolean;
@@ -1248,20 +1248,22 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1248
1248
  }[] | null | undefined;
1249
1249
  };
1250
1250
  reconciledTransactions?: {
1251
+ status: string;
1251
1252
  id: string;
1252
1253
  cmaTransactionId: string;
1253
1254
  accountPeriodId: string | null;
1254
1255
  reconciledByReconciliationId: string;
1255
1256
  reconciledAt: Date;
1256
- status: string;
1257
1257
  isArchived: boolean;
1258
1258
  createdBy: string;
1259
1259
  createdAt: Date;
1260
1260
  updatedAt: Date;
1261
1261
  }[] | undefined;
1262
1262
  sourceTransaction?: {
1263
- id: string;
1264
1263
  status: string;
1264
+ id: string;
1265
+ propertyId: string | null;
1266
+ balanceCents: bigint;
1265
1267
  isArchived: boolean;
1266
1268
  createdBy: string;
1267
1269
  createdAt: Date;
@@ -1269,11 +1271,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1269
1271
  syncedAt: Date | null;
1270
1272
  debitAmountCents: bigint;
1271
1273
  creditAmountCents: bigint;
1272
- balanceCents: bigint;
1273
1274
  description: string | null;
1274
1275
  clearedAt: Date | null;
1275
1276
  cmaId: string;
1276
- propertyId: string | null;
1277
1277
  createType: string;
1278
1278
  transactionType: string;
1279
1279
  isCanceled: boolean;
@@ -1289,8 +1289,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1289
1289
  canceledReason: string | null;
1290
1290
  } | undefined;
1291
1291
  subsequentTransactions?: {
1292
- id: string;
1293
1292
  status: string;
1293
+ id: string;
1294
+ propertyId: string | null;
1295
+ balanceCents: bigint;
1294
1296
  isArchived: boolean;
1295
1297
  createdBy: string;
1296
1298
  createdAt: Date;
@@ -1298,11 +1300,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1298
1300
  syncedAt: Date | null;
1299
1301
  debitAmountCents: bigint;
1300
1302
  creditAmountCents: bigint;
1301
- balanceCents: bigint;
1302
1303
  description: string | null;
1303
1304
  clearedAt: Date | null;
1304
1305
  cmaId: string;
1305
- propertyId: string | null;
1306
1306
  createType: string;
1307
1307
  transactionType: string;
1308
1308
  isCanceled: boolean;
@@ -1319,34 +1319,34 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1319
1319
  }[] | undefined;
1320
1320
  }, {
1321
1321
  cma: {
1322
- id: string;
1323
1322
  status: string;
1323
+ id: string;
1324
+ accountName: string;
1325
+ propertyId: string;
1326
+ balanceCents: bigint;
1327
+ stateCode: string;
1328
+ bankCode: string;
1324
1329
  isArchived: boolean;
1325
1330
  createdBy: string;
1326
1331
  createdAt: Date;
1327
1332
  updatedAt: Date;
1328
- balanceCents: bigint;
1329
1333
  description: string | null;
1330
- propertyId: string;
1331
1334
  payoutId: number;
1332
1335
  bsb: string;
1333
1336
  accountNumber: string;
1334
1337
  cmaSeq: number;
1335
1338
  country: string;
1336
- stateCode: string;
1337
- bankCode: string;
1338
- accountName: string;
1339
1339
  currentReceiveSeq: number;
1340
1340
  currentPayoutSeq: number;
1341
1341
  };
1342
1342
  property: {
1343
- id: string;
1344
1343
  status: string;
1344
+ id: string;
1345
+ balanceCents: number | bigint;
1345
1346
  isArchived: boolean;
1346
1347
  createdAt: Date;
1347
1348
  updatedAt: Date;
1348
1349
  syncedAt: Date;
1349
- balanceCents: number | bigint;
1350
1350
  customerId: string;
1351
1351
  projectId: string;
1352
1352
  lotDetail: string | null;
@@ -1355,74 +1355,63 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1355
1355
  mtaId: string;
1356
1356
  mtaBalanceCents: number | bigint;
1357
1357
  cmaBalanceCents: number | bigint;
1358
- customer?: {
1359
- id: string;
1360
- status: string;
1361
- isArchived: boolean;
1362
- createdAt: Date;
1363
- updatedAt: Date;
1364
- fullName: string | null;
1365
- mobile: string | null;
1366
- email: string;
1367
- syncedAt: Date;
1368
- } | null | undefined;
1369
1358
  cma?: {
1370
- id: string;
1371
1359
  status: string;
1360
+ id: string;
1361
+ accountName: string;
1362
+ propertyId: string;
1363
+ balanceCents: bigint;
1364
+ stateCode: string;
1365
+ bankCode: string;
1372
1366
  isArchived: boolean;
1373
1367
  createdBy: string;
1374
1368
  createdAt: Date;
1375
1369
  updatedAt: Date;
1376
- balanceCents: bigint;
1377
1370
  description: string | null;
1378
- propertyId: string;
1379
1371
  payoutId: number;
1380
1372
  bsb: string;
1381
1373
  accountNumber: string;
1382
1374
  cmaSeq: number;
1383
1375
  country: string;
1384
- stateCode: string;
1385
- bankCode: string;
1386
- accountName: string;
1387
1376
  currentReceiveSeq: number;
1388
1377
  currentPayoutSeq: number;
1389
1378
  } | null | undefined;
1390
1379
  mta?: {
1391
- id: string;
1392
1380
  status: string;
1381
+ id: string;
1382
+ balanceCents: bigint;
1383
+ stateCode: string;
1384
+ bankCode: string;
1393
1385
  isArchived: boolean;
1394
1386
  createdBy: string | null;
1395
1387
  createdAt: Date;
1396
1388
  updatedAt: Date;
1397
1389
  syncedAt: Date | null;
1398
- balanceCents: bigint;
1399
1390
  name: string;
1400
1391
  bsb: string;
1401
1392
  accountNumber: string;
1402
1393
  updatedBy: string | null;
1403
1394
  country: string;
1404
- stateCode: string;
1405
- bankCode: string;
1406
1395
  currentReceiveSeq: number;
1407
1396
  currentPayoutSeq: number;
1408
1397
  subsidiaryId: string;
1409
1398
  } | null | undefined;
1410
1399
  buyerName?: string | null | undefined;
1411
1400
  project?: {
1412
- id: string;
1401
+ type: string;
1413
1402
  status: string;
1403
+ id: string;
1414
1404
  isArchived: boolean;
1415
1405
  createdAt: Date;
1416
1406
  updatedAt: Date;
1417
- type: string;
1418
1407
  syncedAt: Date;
1419
1408
  mtaId: string | null;
1420
1409
  name: string;
1421
1410
  developerId: string;
1422
1411
  state: string;
1423
1412
  developer?: {
1424
- id: string;
1425
1413
  status: string;
1414
+ id: string;
1426
1415
  isArchived: boolean;
1427
1416
  createdAt: Date;
1428
1417
  updatedAt: Date;
@@ -1430,9 +1419,22 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1430
1419
  companyName: string | null;
1431
1420
  } | null | undefined;
1432
1421
  } | null | undefined;
1433
- cmaTransactions?: {
1422
+ customer?: {
1423
+ status: string;
1434
1424
  id: string;
1425
+ isArchived: boolean;
1426
+ createdAt: Date;
1427
+ updatedAt: Date;
1428
+ fullName: string | null;
1429
+ mobile: string | null;
1430
+ email: string;
1431
+ syncedAt: Date;
1432
+ } | null | undefined;
1433
+ cmaTransactions?: {
1435
1434
  status: string;
1435
+ id: string;
1436
+ propertyId: string | null;
1437
+ balanceCents: bigint;
1436
1438
  isArchived: boolean;
1437
1439
  createdBy: string;
1438
1440
  createdAt: Date;
@@ -1440,11 +1442,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1440
1442
  syncedAt: Date | null;
1441
1443
  debitAmountCents: bigint;
1442
1444
  creditAmountCents: bigint;
1443
- balanceCents: bigint;
1444
1445
  description: string | null;
1445
1446
  clearedAt: Date | null;
1446
1447
  cmaId: string;
1447
- propertyId: string | null;
1448
1448
  createType: string;
1449
1449
  transactionType: string;
1450
1450
  isCanceled: boolean;
@@ -1460,8 +1460,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1460
1460
  canceledReason: string | null;
1461
1461
  }[] | null | undefined;
1462
1462
  mtaTransactions?: {
1463
- id: string;
1464
1463
  status: string;
1464
+ id: string;
1465
+ propertyId: string | null;
1466
+ balanceCents: bigint;
1465
1467
  isArchived: boolean;
1466
1468
  createdBy: string | null;
1467
1469
  createdAt: Date;
@@ -1469,11 +1471,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1469
1471
  syncedAt: Date;
1470
1472
  debitAmountCents: bigint;
1471
1473
  creditAmountCents: bigint;
1472
- balanceCents: bigint;
1473
1474
  mtaId: string;
1474
1475
  description: string | null;
1475
1476
  clearedAt: Date | null;
1476
- propertyId: string | null;
1477
1477
  transactionType: string;
1478
1478
  isCanceled: boolean;
1479
1479
  isRefunded: boolean;
@@ -1491,20 +1491,22 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1491
1491
  }[] | null | undefined;
1492
1492
  };
1493
1493
  reconciledTransactions?: {
1494
+ status: string;
1494
1495
  id: string;
1495
1496
  cmaTransactionId: string;
1496
1497
  accountPeriodId: string | null;
1497
1498
  reconciledByReconciliationId: string;
1498
1499
  reconciledAt: Date;
1499
- status: string;
1500
1500
  isArchived: boolean;
1501
1501
  createdBy: string;
1502
1502
  createdAt: Date;
1503
1503
  updatedAt: Date;
1504
1504
  }[] | undefined;
1505
1505
  sourceTransaction?: {
1506
- id: string;
1507
1506
  status: string;
1507
+ id: string;
1508
+ propertyId: string | null;
1509
+ balanceCents: bigint;
1508
1510
  isArchived: boolean;
1509
1511
  createdBy: string;
1510
1512
  createdAt: Date;
@@ -1512,11 +1514,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1512
1514
  syncedAt: Date | null;
1513
1515
  debitAmountCents: bigint;
1514
1516
  creditAmountCents: bigint;
1515
- balanceCents: bigint;
1516
1517
  description: string | null;
1517
1518
  clearedAt: Date | null;
1518
1519
  cmaId: string;
1519
- propertyId: string | null;
1520
1520
  createType: string;
1521
1521
  transactionType: string;
1522
1522
  isCanceled: boolean;
@@ -1532,8 +1532,10 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1532
1532
  canceledReason: string | null;
1533
1533
  } | undefined;
1534
1534
  subsequentTransactions?: {
1535
- id: string;
1536
1535
  status: string;
1536
+ id: string;
1537
+ propertyId: string | null;
1538
+ balanceCents: bigint;
1537
1539
  isArchived: boolean;
1538
1540
  createdBy: string;
1539
1541
  createdAt: Date;
@@ -1541,11 +1543,9 @@ export declare const cmaTransactionNestedSchema: z.ZodObject<{
1541
1543
  syncedAt: Date | null;
1542
1544
  debitAmountCents: bigint;
1543
1545
  creditAmountCents: bigint;
1544
- balanceCents: bigint;
1545
1546
  description: string | null;
1546
1547
  clearedAt: Date | null;
1547
1548
  cmaId: string;
1548
- propertyId: string | null;
1549
1549
  createType: string;
1550
1550
  transactionType: string;
1551
1551
  isCanceled: boolean;