@mikemo-coposit/am-accounting-shared 0.0.1 → 0.0.3

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 (684) hide show
  1. package/dist/cjs/constants/cma/cma-account.constant.d.ts +6 -0
  2. package/dist/cjs/constants/cma/cma-account.constant.d.ts.map +1 -0
  3. package/dist/cjs/constants/cma/index.d.ts +2 -0
  4. package/dist/cjs/constants/cma/index.d.ts.map +1 -0
  5. package/dist/cjs/constants/common/common-status.constant.d.ts +5 -0
  6. package/dist/cjs/constants/common/common-status.constant.d.ts.map +1 -0
  7. package/dist/cjs/constants/common/common-sync-status.constant.d.ts +7 -0
  8. package/dist/cjs/constants/common/common-sync-status.constant.d.ts.map +1 -0
  9. package/dist/cjs/constants/common/index.d.ts +4 -0
  10. package/dist/cjs/constants/common/index.d.ts.map +1 -0
  11. package/dist/cjs/constants/common/reconcile-transaction-action.constant.d.ts +5 -0
  12. package/dist/cjs/constants/common/reconcile-transaction-action.constant.d.ts.map +1 -0
  13. package/dist/cjs/constants/index.d.ts +10 -0
  14. package/dist/cjs/constants/index.d.ts.map +1 -0
  15. package/dist/cjs/constants/menu/index.d.ts +3 -0
  16. package/dist/cjs/constants/menu/index.d.ts.map +1 -0
  17. package/dist/cjs/constants/menu/menu-status.constant.d.ts +6 -0
  18. package/dist/cjs/constants/menu/menu-status.constant.d.ts.map +1 -0
  19. package/dist/cjs/constants/menu/menu-type.constant.d.ts +7 -0
  20. package/dist/cjs/constants/menu/menu-type.constant.d.ts.map +1 -0
  21. package/dist/cjs/constants/mta/index.d.ts +2 -0
  22. package/dist/cjs/constants/mta/index.d.ts.map +1 -0
  23. package/dist/cjs/constants/mta/mta.d.ts +5 -0
  24. package/dist/cjs/constants/mta/mta.d.ts.map +1 -0
  25. package/dist/cjs/constants/mta-account-period/index.d.ts +2 -0
  26. package/dist/cjs/constants/mta-account-period/index.d.ts.map +1 -0
  27. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +5 -0
  28. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +1 -0
  29. package/dist/cjs/constants/mta-reconciliation/index.d.ts +2 -0
  30. package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +1 -0
  31. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +5 -0
  32. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +1 -0
  33. package/dist/cjs/constants/mta-transaction/index.d.ts +4 -0
  34. package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -0
  35. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -0
  36. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -0
  37. package/dist/cjs/constants/mta-transaction/mta-payment-method.constant.d.ts +4 -0
  38. package/dist/cjs/constants/mta-transaction/mta-payment-method.constant.d.ts.map +1 -0
  39. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +35 -0
  40. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -0
  41. package/dist/cjs/constants/project/index.d.ts +3 -0
  42. package/dist/cjs/constants/project/index.d.ts.map +1 -0
  43. package/dist/cjs/constants/project/project-apply-status.rest.constant.d.ts +9 -0
  44. package/dist/cjs/constants/project/project-apply-status.rest.constant.d.ts.map +1 -0
  45. package/dist/cjs/constants/project/project-mta-allocation-status.constant.d.ts +7 -0
  46. package/dist/cjs/constants/project/project-mta-allocation-status.constant.d.ts.map +1 -0
  47. package/dist/cjs/constants/property/index.d.ts +2 -0
  48. package/dist/cjs/constants/property/index.d.ts.map +1 -0
  49. package/dist/cjs/constants/property/property-status.constant.d.ts +10 -0
  50. package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -0
  51. package/dist/cjs/index.d.ts +6 -0
  52. package/dist/cjs/index.d.ts.map +1 -0
  53. package/dist/cjs/index.js +6747 -0
  54. package/dist/cjs/index.js.LICENSE.txt +13 -0
  55. package/dist/cjs/interfaces/common/common.interface.d.ts +5 -0
  56. package/dist/cjs/interfaces/common/common.interface.d.ts.map +1 -0
  57. package/dist/cjs/interfaces/common/index.d.ts +2 -0
  58. package/dist/cjs/interfaces/common/index.d.ts.map +1 -0
  59. package/dist/cjs/interfaces/index.d.ts +2 -0
  60. package/dist/cjs/interfaces/index.d.ts.map +1 -0
  61. package/dist/cjs/schemas/cma/cma-account-res.schema.d.ts +67 -0
  62. package/dist/cjs/schemas/cma/cma-account-res.schema.d.ts.map +1 -0
  63. package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts +67 -0
  64. package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts.map +1 -0
  65. package/dist/cjs/schemas/cma/create-cma-account.schema.d.ts +24 -0
  66. package/dist/cjs/schemas/cma/create-cma-account.schema.d.ts.map +1 -0
  67. package/dist/cjs/schemas/cma/index.d.ts +4 -0
  68. package/dist/cjs/schemas/cma/index.d.ts.map +1 -0
  69. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +76 -0
  70. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -0
  71. package/dist/cjs/schemas/cma-transaction/index.d.ts +2 -0
  72. package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -0
  73. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +28 -0
  74. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -0
  75. package/dist/cjs/schemas/developer/index.d.ts +2 -0
  76. package/dist/cjs/schemas/developer/index.d.ts.map +1 -0
  77. package/dist/cjs/schemas/index.d.ts +17 -0
  78. package/dist/cjs/schemas/index.d.ts.map +1 -0
  79. package/dist/{schemas → cjs/schemas}/menu/create-menu.schema.d.ts +5 -7
  80. package/dist/cjs/schemas/menu/create-menu.schema.d.ts.map +1 -0
  81. package/dist/cjs/schemas/menu/index.d.ts +4 -0
  82. package/dist/cjs/schemas/menu/index.d.ts.map +1 -0
  83. package/dist/{schemas → cjs/schemas}/menu/menu-res.schema.d.ts +36 -38
  84. package/dist/cjs/schemas/menu/menu-res.schema.d.ts.map +1 -0
  85. package/dist/{schemas → cjs/schemas}/menu/update-menu.schema.d.ts +7 -9
  86. package/dist/cjs/schemas/menu/update-menu.schema.d.ts.map +1 -0
  87. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +41 -0
  88. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -0
  89. package/dist/cjs/schemas/mta/index.d.ts +5 -0
  90. package/dist/cjs/schemas/mta/index.d.ts.map +1 -0
  91. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +61 -0
  92. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts.map +1 -0
  93. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +914 -0
  94. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -0
  95. package/dist/cjs/schemas/mta/update-mta.schema.d.ts +13 -0
  96. package/dist/cjs/schemas/mta/update-mta.schema.d.ts.map +1 -0
  97. package/dist/cjs/schemas/mta-account-period/index.d.ts +6 -0
  98. package/dist/cjs/schemas/mta-account-period/index.d.ts.map +1 -0
  99. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +19 -0
  100. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -0
  101. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +4039 -0
  102. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -0
  103. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +46 -0
  104. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -0
  105. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +1357 -0
  106. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -0
  107. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +19 -0
  108. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -0
  109. package/dist/cjs/schemas/mta-payment-method/index.d.ts +3 -0
  110. package/dist/cjs/schemas/mta-payment-method/index.d.ts.map +1 -0
  111. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +82 -0
  112. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -0
  113. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +236 -0
  114. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -0
  115. package/dist/cjs/schemas/mta-reconciled-transaction/index.d.ts +3 -0
  116. package/dist/cjs/schemas/mta-reconciled-transaction/index.d.ts.map +1 -0
  117. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +37 -0
  118. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -0
  119. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +49 -0
  120. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -0
  121. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +16 -0
  122. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -0
  123. package/dist/cjs/schemas/mta-reconciliation/index.d.ts +5 -0
  124. package/dist/cjs/schemas/mta-reconciliation/index.d.ts.map +1 -0
  125. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +61 -0
  126. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -0
  127. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +71 -0
  128. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -0
  129. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
  130. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
  131. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +19 -0
  132. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -0
  133. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +16 -0
  134. package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -0
  135. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +69 -0
  136. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -0
  137. package/dist/cjs/schemas/mta-transaction/index.d.ts +7 -0
  138. package/dist/cjs/schemas/mta-transaction/index.d.ts.map +1 -0
  139. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +88 -0
  140. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -0
  141. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1999 -0
  142. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -0
  143. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +17 -0
  144. package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -0
  145. package/dist/cjs/schemas/payment-provider/index.d.ts +2 -0
  146. package/dist/cjs/schemas/payment-provider/index.d.ts.map +1 -0
  147. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +31 -0
  148. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -0
  149. package/dist/cjs/schemas/payout/index.d.ts +6 -0
  150. package/dist/cjs/schemas/payout/index.d.ts.map +1 -0
  151. package/dist/cjs/schemas/payout/payout.create.schema.d.ts +157 -0
  152. package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +1 -0
  153. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +342 -0
  154. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -0
  155. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +101 -0
  156. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -0
  157. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +183 -0
  158. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -0
  159. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +282 -0
  160. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -0
  161. package/dist/cjs/schemas/project/index.d.ts +3 -0
  162. package/dist/cjs/schemas/project/index.d.ts.map +1 -0
  163. package/dist/cjs/schemas/project/project.entity.schema.d.ts +41 -0
  164. package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -0
  165. package/dist/cjs/schemas/project/project.rest.schema.d.ts +1233 -0
  166. package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -0
  167. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +13 -0
  168. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -0
  169. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +13 -0
  170. package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -0
  171. package/dist/cjs/schemas/project-mta-allocation/index.d.ts +5 -0
  172. package/dist/cjs/schemas/project-mta-allocation/index.d.ts.map +1 -0
  173. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +55 -0
  174. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -0
  175. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +452 -0
  176. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -0
  177. package/dist/cjs/schemas/property/index.d.ts +3 -0
  178. package/dist/cjs/schemas/property/index.d.ts.map +1 -0
  179. package/dist/cjs/schemas/property/property.entity.schema.d.ts +61 -0
  180. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -0
  181. package/dist/cjs/schemas/property/property.rest.schema.d.ts +2021 -0
  182. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -0
  183. package/dist/cjs/schemas/user/index.d.ts +2 -0
  184. package/dist/cjs/schemas/user/index.d.ts.map +1 -0
  185. package/dist/cjs/schemas/user/user.entity.schema.d.ts +52 -0
  186. package/dist/cjs/schemas/user/user.entity.schema.d.ts.map +1 -0
  187. package/dist/cjs/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts +13 -0
  188. package/dist/cjs/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts.map +1 -0
  189. package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts +19 -0
  190. package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts.map +1 -0
  191. package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts +8 -0
  192. package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts.map +1 -0
  193. package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts +3 -0
  194. package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts.map +1 -0
  195. package/dist/cjs/third-party-integrations/ammo-zepto/index.d.ts +3 -0
  196. package/dist/cjs/third-party-integrations/ammo-zepto/index.d.ts.map +1 -0
  197. package/dist/cjs/third-party-integrations/index.d.ts +2 -0
  198. package/dist/cjs/third-party-integrations/index.d.ts.map +1 -0
  199. package/dist/cjs/utils/amount.util.d.ts +3 -0
  200. package/dist/cjs/utils/amount.util.d.ts.map +1 -0
  201. package/dist/cjs/utils/currency.util.d.ts +5 -0
  202. package/dist/cjs/utils/currency.util.d.ts.map +1 -0
  203. package/dist/cjs/utils/index.d.ts +6 -0
  204. package/dist/cjs/utils/index.d.ts.map +1 -0
  205. package/dist/cjs/utils/mask-string.util.d.ts +6 -0
  206. package/dist/cjs/utils/mask-string.util.d.ts.map +1 -0
  207. package/dist/cjs/utils/payment-credential-generate.util.d.ts +11 -0
  208. package/dist/cjs/utils/payment-credential-generate.util.d.ts.map +1 -0
  209. package/dist/cjs/utils/transaction.util.d.ts +45 -0
  210. package/dist/cjs/utils/transaction.util.d.ts.map +1 -0
  211. package/dist/esm/constants/cma/cma-account.constant.d.ts +6 -0
  212. package/dist/esm/constants/cma/cma-account.constant.d.ts.map +1 -0
  213. package/dist/esm/constants/cma/index.d.ts +2 -0
  214. package/dist/esm/constants/cma/index.d.ts.map +1 -0
  215. package/dist/esm/constants/common/common-status.constant.d.ts +5 -0
  216. package/dist/esm/constants/common/common-status.constant.d.ts.map +1 -0
  217. package/dist/esm/constants/common/common-sync-status.constant.d.ts +7 -0
  218. package/dist/esm/constants/common/common-sync-status.constant.d.ts.map +1 -0
  219. package/dist/esm/constants/common/index.d.ts +4 -0
  220. package/dist/esm/constants/common/index.d.ts.map +1 -0
  221. package/dist/esm/constants/common/reconcile-transaction-action.constant.d.ts +5 -0
  222. package/dist/esm/constants/common/reconcile-transaction-action.constant.d.ts.map +1 -0
  223. package/dist/esm/constants/index.d.ts +10 -0
  224. package/dist/esm/constants/index.d.ts.map +1 -0
  225. package/dist/esm/constants/menu/index.d.ts +3 -0
  226. package/dist/esm/constants/menu/index.d.ts.map +1 -0
  227. package/dist/esm/constants/menu/menu-status.constant.d.ts +6 -0
  228. package/dist/esm/constants/menu/menu-status.constant.d.ts.map +1 -0
  229. package/dist/esm/constants/menu/menu-type.constant.d.ts +7 -0
  230. package/dist/esm/constants/menu/menu-type.constant.d.ts.map +1 -0
  231. package/dist/esm/constants/mta/index.d.ts +2 -0
  232. package/dist/esm/constants/mta/index.d.ts.map +1 -0
  233. package/dist/esm/constants/mta/mta.d.ts +5 -0
  234. package/dist/esm/constants/mta/mta.d.ts.map +1 -0
  235. package/dist/esm/constants/mta-account-period/index.d.ts +2 -0
  236. package/dist/esm/constants/mta-account-period/index.d.ts.map +1 -0
  237. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +5 -0
  238. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +1 -0
  239. package/dist/esm/constants/mta-reconciliation/index.d.ts +2 -0
  240. package/dist/esm/constants/mta-reconciliation/index.d.ts.map +1 -0
  241. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +5 -0
  242. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +1 -0
  243. package/dist/esm/constants/mta-transaction/index.d.ts +4 -0
  244. package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -0
  245. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -0
  246. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -0
  247. package/dist/esm/constants/mta-transaction/mta-payment-method.constant.d.ts +4 -0
  248. package/dist/esm/constants/mta-transaction/mta-payment-method.constant.d.ts.map +1 -0
  249. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +35 -0
  250. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -0
  251. package/dist/esm/constants/project/index.d.ts +3 -0
  252. package/dist/esm/constants/project/index.d.ts.map +1 -0
  253. package/dist/esm/constants/project/project-apply-status.rest.constant.d.ts +9 -0
  254. package/dist/esm/constants/project/project-apply-status.rest.constant.d.ts.map +1 -0
  255. package/dist/esm/constants/project/project-mta-allocation-status.constant.d.ts +7 -0
  256. package/dist/esm/constants/project/project-mta-allocation-status.constant.d.ts.map +1 -0
  257. package/dist/esm/constants/property/index.d.ts +2 -0
  258. package/dist/esm/constants/property/index.d.ts.map +1 -0
  259. package/dist/esm/constants/property/property-status.constant.d.ts +10 -0
  260. package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -0
  261. package/dist/esm/index.d.ts +6 -0
  262. package/dist/esm/index.d.ts.map +1 -0
  263. package/dist/esm/index.mjs +3214 -0
  264. package/dist/esm/interfaces/common/common.interface.d.ts +5 -0
  265. package/dist/esm/interfaces/common/common.interface.d.ts.map +1 -0
  266. package/dist/esm/interfaces/common/index.d.ts +2 -0
  267. package/dist/esm/interfaces/common/index.d.ts.map +1 -0
  268. package/dist/esm/interfaces/index.d.ts +2 -0
  269. package/dist/esm/interfaces/index.d.ts.map +1 -0
  270. package/dist/esm/schemas/cma/cma-account-res.schema.d.ts +67 -0
  271. package/dist/esm/schemas/cma/cma-account-res.schema.d.ts.map +1 -0
  272. package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts +67 -0
  273. package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts.map +1 -0
  274. package/dist/esm/schemas/cma/create-cma-account.schema.d.ts +24 -0
  275. package/dist/esm/schemas/cma/create-cma-account.schema.d.ts.map +1 -0
  276. package/dist/esm/schemas/cma/index.d.ts +4 -0
  277. package/dist/esm/schemas/cma/index.d.ts.map +1 -0
  278. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +76 -0
  279. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -0
  280. package/dist/esm/schemas/cma-transaction/index.d.ts +2 -0
  281. package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -0
  282. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +28 -0
  283. package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -0
  284. package/dist/esm/schemas/developer/index.d.ts +2 -0
  285. package/dist/esm/schemas/developer/index.d.ts.map +1 -0
  286. package/dist/esm/schemas/index.d.ts +17 -0
  287. package/dist/esm/schemas/index.d.ts.map +1 -0
  288. package/dist/{schemas/menu/create-menu.schema.d.mts → esm/schemas/menu/create-menu.schema.d.ts} +5 -7
  289. package/dist/esm/schemas/menu/create-menu.schema.d.ts.map +1 -0
  290. package/dist/esm/schemas/menu/index.d.ts +4 -0
  291. package/dist/esm/schemas/menu/index.d.ts.map +1 -0
  292. package/dist/{schemas/menu/menu-res.schema.d.mts → esm/schemas/menu/menu-res.schema.d.ts} +36 -38
  293. package/dist/esm/schemas/menu/menu-res.schema.d.ts.map +1 -0
  294. package/dist/{schemas/menu/update-menu.schema.d.mts → esm/schemas/menu/update-menu.schema.d.ts} +7 -9
  295. package/dist/esm/schemas/menu/update-menu.schema.d.ts.map +1 -0
  296. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +41 -0
  297. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -0
  298. package/dist/esm/schemas/mta/index.d.ts +5 -0
  299. package/dist/esm/schemas/mta/index.d.ts.map +1 -0
  300. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +61 -0
  301. package/dist/esm/schemas/mta/mta.entity.schema.d.ts.map +1 -0
  302. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +914 -0
  303. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -0
  304. package/dist/esm/schemas/mta/update-mta.schema.d.ts +13 -0
  305. package/dist/esm/schemas/mta/update-mta.schema.d.ts.map +1 -0
  306. package/dist/esm/schemas/mta-account-period/index.d.ts +6 -0
  307. package/dist/esm/schemas/mta-account-period/index.d.ts.map +1 -0
  308. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +19 -0
  309. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -0
  310. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +4039 -0
  311. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -0
  312. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +46 -0
  313. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -0
  314. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +1357 -0
  315. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -0
  316. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +19 -0
  317. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -0
  318. package/dist/esm/schemas/mta-payment-method/index.d.ts +3 -0
  319. package/dist/esm/schemas/mta-payment-method/index.d.ts.map +1 -0
  320. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +82 -0
  321. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -0
  322. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +236 -0
  323. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -0
  324. package/dist/esm/schemas/mta-reconciled-transaction/index.d.ts +3 -0
  325. package/dist/esm/schemas/mta-reconciled-transaction/index.d.ts.map +1 -0
  326. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +37 -0
  327. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -0
  328. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +49 -0
  329. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -0
  330. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +16 -0
  331. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -0
  332. package/dist/esm/schemas/mta-reconciliation/index.d.ts +5 -0
  333. package/dist/esm/schemas/mta-reconciliation/index.d.ts.map +1 -0
  334. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +61 -0
  335. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -0
  336. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +71 -0
  337. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -0
  338. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
  339. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
  340. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +19 -0
  341. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -0
  342. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +16 -0
  343. package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -0
  344. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +69 -0
  345. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -0
  346. package/dist/esm/schemas/mta-transaction/index.d.ts +7 -0
  347. package/dist/esm/schemas/mta-transaction/index.d.ts.map +1 -0
  348. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +88 -0
  349. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -0
  350. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1999 -0
  351. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -0
  352. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +17 -0
  353. package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -0
  354. package/dist/esm/schemas/payment-provider/index.d.ts +2 -0
  355. package/dist/esm/schemas/payment-provider/index.d.ts.map +1 -0
  356. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +31 -0
  357. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -0
  358. package/dist/esm/schemas/payout/index.d.ts +6 -0
  359. package/dist/esm/schemas/payout/index.d.ts.map +1 -0
  360. package/dist/esm/schemas/payout/payout.create.schema.d.ts +157 -0
  361. package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +1 -0
  362. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +342 -0
  363. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -0
  364. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +101 -0
  365. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -0
  366. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +183 -0
  367. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -0
  368. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +282 -0
  369. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -0
  370. package/dist/esm/schemas/project/index.d.ts +3 -0
  371. package/dist/esm/schemas/project/index.d.ts.map +1 -0
  372. package/dist/esm/schemas/project/project.entity.schema.d.ts +41 -0
  373. package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -0
  374. package/dist/esm/schemas/project/project.rest.schema.d.ts +1233 -0
  375. package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -0
  376. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +13 -0
  377. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -0
  378. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +13 -0
  379. package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -0
  380. package/dist/esm/schemas/project-mta-allocation/index.d.ts +5 -0
  381. package/dist/esm/schemas/project-mta-allocation/index.d.ts.map +1 -0
  382. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +55 -0
  383. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -0
  384. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +452 -0
  385. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -0
  386. package/dist/esm/schemas/property/index.d.ts +3 -0
  387. package/dist/esm/schemas/property/index.d.ts.map +1 -0
  388. package/dist/esm/schemas/property/property.entity.schema.d.ts +61 -0
  389. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -0
  390. package/dist/esm/schemas/property/property.rest.schema.d.ts +2021 -0
  391. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -0
  392. package/dist/esm/schemas/user/index.d.ts +2 -0
  393. package/dist/esm/schemas/user/index.d.ts.map +1 -0
  394. package/dist/esm/schemas/user/user.entity.schema.d.ts +52 -0
  395. package/dist/esm/schemas/user/user.entity.schema.d.ts.map +1 -0
  396. package/dist/esm/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts +13 -0
  397. package/dist/esm/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts.map +1 -0
  398. package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts +19 -0
  399. package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts.map +1 -0
  400. package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts +8 -0
  401. package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts.map +1 -0
  402. package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts +3 -0
  403. package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts.map +1 -0
  404. package/dist/esm/third-party-integrations/ammo-zepto/index.d.ts +3 -0
  405. package/dist/esm/third-party-integrations/ammo-zepto/index.d.ts.map +1 -0
  406. package/dist/esm/third-party-integrations/index.d.ts +2 -0
  407. package/dist/esm/third-party-integrations/index.d.ts.map +1 -0
  408. package/dist/esm/utils/amount.util.d.ts +3 -0
  409. package/dist/esm/utils/amount.util.d.ts.map +1 -0
  410. package/dist/esm/utils/currency.util.d.ts +5 -0
  411. package/dist/esm/utils/currency.util.d.ts.map +1 -0
  412. package/dist/esm/utils/index.d.ts +6 -0
  413. package/dist/esm/utils/index.d.ts.map +1 -0
  414. package/dist/esm/utils/mask-string.util.d.ts +6 -0
  415. package/dist/esm/utils/mask-string.util.d.ts.map +1 -0
  416. package/dist/esm/utils/payment-credential-generate.util.d.ts +11 -0
  417. package/dist/esm/utils/payment-credential-generate.util.d.ts.map +1 -0
  418. package/dist/esm/utils/transaction.util.d.ts +45 -0
  419. package/dist/esm/utils/transaction.util.d.ts.map +1 -0
  420. package/package.json +14 -64
  421. package/dist/constants/index.d.mts +0 -5
  422. package/dist/constants/index.d.ts +0 -5
  423. package/dist/constants/index.js +0 -21
  424. package/dist/constants/index.js.map +0 -1
  425. package/dist/constants/index.mjs +0 -4
  426. package/dist/constants/index.mjs.map +0 -1
  427. package/dist/constants/menu/index.d.mts +0 -2
  428. package/dist/constants/menu/index.d.ts +0 -2
  429. package/dist/constants/menu/index.js +0 -20
  430. package/dist/constants/menu/index.js.map +0 -1
  431. package/dist/constants/menu/index.mjs +0 -3
  432. package/dist/constants/menu/index.mjs.map +0 -1
  433. package/dist/constants/menu/menu-status.constant.d.mts +0 -7
  434. package/dist/constants/menu/menu-status.constant.d.ts +0 -7
  435. package/dist/constants/menu/menu-status.constant.js +0 -28
  436. package/dist/constants/menu/menu-status.constant.js.map +0 -1
  437. package/dist/constants/menu/menu-status.constant.mjs +0 -8
  438. package/dist/constants/menu/menu-status.constant.mjs.map +0 -1
  439. package/dist/constants/menu/menu-type.constant.d.mts +0 -8
  440. package/dist/constants/menu/menu-type.constant.d.ts +0 -8
  441. package/dist/constants/menu/menu-type.constant.js +0 -29
  442. package/dist/constants/menu/menu-type.constant.js.map +0 -1
  443. package/dist/constants/menu/menu-type.constant.mjs +0 -9
  444. package/dist/constants/menu/menu-type.constant.mjs.map +0 -1
  445. package/dist/constants/project/index.d.mts +0 -2
  446. package/dist/constants/project/index.d.ts +0 -2
  447. package/dist/constants/project/index.js +0 -20
  448. package/dist/constants/project/index.js.map +0 -1
  449. package/dist/constants/project/index.mjs +0 -3
  450. package/dist/constants/project/index.mjs.map +0 -1
  451. package/dist/constants/project/project-res-status.constant.d.mts +0 -10
  452. package/dist/constants/project/project-res-status.constant.d.ts +0 -10
  453. package/dist/constants/project/project-res-status.constant.js +0 -31
  454. package/dist/constants/project/project-res-status.constant.js.map +0 -1
  455. package/dist/constants/project/project-res-status.constant.mjs +0 -11
  456. package/dist/constants/project/project-res-status.constant.mjs.map +0 -1
  457. package/dist/constants/project/project-trust-account-allocation-status.constant.d.mts +0 -8
  458. package/dist/constants/project/project-trust-account-allocation-status.constant.d.ts +0 -8
  459. package/dist/constants/project/project-trust-account-allocation-status.constant.js +0 -29
  460. package/dist/constants/project/project-trust-account-allocation-status.constant.js.map +0 -1
  461. package/dist/constants/project/project-trust-account-allocation-status.constant.mjs +0 -9
  462. package/dist/constants/project/project-trust-account-allocation-status.constant.mjs.map +0 -1
  463. package/dist/constants/trust-account/index.d.mts +0 -1
  464. package/dist/constants/trust-account/index.d.ts +0 -1
  465. package/dist/constants/trust-account/index.js +0 -19
  466. package/dist/constants/trust-account/index.js.map +0 -1
  467. package/dist/constants/trust-account/index.mjs +0 -2
  468. package/dist/constants/trust-account/index.mjs.map +0 -1
  469. package/dist/constants/trust-account/trust-account-status.constant.d.mts +0 -6
  470. package/dist/constants/trust-account/trust-account-status.constant.d.ts +0 -6
  471. package/dist/constants/trust-account/trust-account-status.constant.js +0 -29
  472. package/dist/constants/trust-account/trust-account-status.constant.js.map +0 -1
  473. package/dist/constants/trust-account/trust-account-status.constant.mjs +0 -9
  474. package/dist/constants/trust-account/trust-account-status.constant.mjs.map +0 -1
  475. package/dist/grpc/constants/accountms.constant.d.mts +0 -14
  476. package/dist/grpc/constants/accountms.constant.d.ts +0 -14
  477. package/dist/grpc/constants/accountms.constant.js +0 -39
  478. package/dist/grpc/constants/accountms.constant.js.map +0 -1
  479. package/dist/grpc/constants/accountms.constant.mjs +0 -19
  480. package/dist/grpc/constants/accountms.constant.mjs.map +0 -1
  481. package/dist/grpc/constants/index.d.mts +0 -1
  482. package/dist/grpc/constants/index.d.ts +0 -1
  483. package/dist/grpc/constants/index.js +0 -19
  484. package/dist/grpc/constants/index.js.map +0 -1
  485. package/dist/grpc/constants/index.mjs +0 -2
  486. package/dist/grpc/constants/index.mjs.map +0 -1
  487. package/dist/grpc/index.d.mts +0 -4
  488. package/dist/grpc/index.d.ts +0 -4
  489. package/dist/grpc/index.js +0 -20
  490. package/dist/grpc/index.js.map +0 -1
  491. package/dist/grpc/index.mjs +0 -3
  492. package/dist/grpc/index.mjs.map +0 -1
  493. package/dist/grpc/protos/common/common.file.d.mts +0 -2
  494. package/dist/grpc/protos/common/common.file.d.ts +0 -2
  495. package/dist/grpc/protos/common/common.file.proto +0 -30
  496. package/dist/grpc/protos/common/common.general.d.mts +0 -2
  497. package/dist/grpc/protos/common/common.general.d.ts +0 -2
  498. package/dist/grpc/protos/common/common.general.proto +0 -53
  499. package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.d.mts +0 -2
  500. package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.d.ts +0 -2
  501. package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.d.mts +0 -2
  502. package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.d.ts +0 -2
  503. package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.proto +0 -16
  504. package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.proto +0 -28
  505. package/dist/grpc/protos/trust-account/trust-account.d.mts +0 -2
  506. package/dist/grpc/protos/trust-account/trust-account.d.ts +0 -2
  507. package/dist/grpc/protos/trust-account/trust-account.e.d.mts +0 -2
  508. package/dist/grpc/protos/trust-account/trust-account.e.d.ts +0 -2
  509. package/dist/grpc/protos/trust-account/trust-account.e.proto +0 -18
  510. package/dist/grpc/protos/trust-account/trust-account.proto +0 -35
  511. package/dist/grpc/utils/grpc.options.util.d.mts +0 -10
  512. package/dist/grpc/utils/grpc.options.util.d.ts +0 -10
  513. package/dist/grpc/utils/grpc.options.util.js +0 -57
  514. package/dist/grpc/utils/grpc.options.util.js.map +0 -1
  515. package/dist/grpc/utils/grpc.options.util.mjs +0 -37
  516. package/dist/grpc/utils/grpc.options.util.mjs.map +0 -1
  517. package/dist/grpc/utils/index.d.mts +0 -3
  518. package/dist/grpc/utils/index.d.ts +0 -3
  519. package/dist/grpc/utils/index.js +0 -20
  520. package/dist/grpc/utils/index.js.map +0 -1
  521. package/dist/grpc/utils/index.mjs +0 -3
  522. package/dist/grpc/utils/index.mjs.map +0 -1
  523. package/dist/grpc/utils/proto.util.d.mts +0 -18
  524. package/dist/grpc/utils/proto.util.d.ts +0 -18
  525. package/dist/grpc/utils/proto.util.js +0 -102
  526. package/dist/grpc/utils/proto.util.js.map +0 -1
  527. package/dist/grpc/utils/proto.util.mjs +0 -82
  528. package/dist/grpc/utils/proto.util.mjs.map +0 -1
  529. package/dist/index.d.mts +0 -28
  530. package/dist/index.d.ts +0 -28
  531. package/dist/index.js +0 -23
  532. package/dist/index.js.map +0 -1
  533. package/dist/index.mjs +0 -6
  534. package/dist/index.mjs.map +0 -1
  535. package/dist/interfaces/common/common.interface.d.mts +0 -6
  536. package/dist/interfaces/common/common.interface.d.ts +0 -6
  537. package/dist/interfaces/common/common.interface.js +0 -17
  538. package/dist/interfaces/common/common.interface.js.map +0 -1
  539. package/dist/interfaces/common/common.interface.mjs +0 -1
  540. package/dist/interfaces/common/common.interface.mjs.map +0 -1
  541. package/dist/interfaces/common/index.d.mts +0 -1
  542. package/dist/interfaces/common/index.d.ts +0 -1
  543. package/dist/interfaces/common/index.js +0 -19
  544. package/dist/interfaces/common/index.js.map +0 -1
  545. package/dist/interfaces/common/index.mjs +0 -2
  546. package/dist/interfaces/common/index.mjs.map +0 -1
  547. package/dist/interfaces/index.d.mts +0 -12
  548. package/dist/interfaces/index.d.ts +0 -12
  549. package/dist/interfaces/index.js +0 -21
  550. package/dist/interfaces/index.js.map +0 -1
  551. package/dist/interfaces/index.mjs +0 -4
  552. package/dist/interfaces/index.mjs.map +0 -1
  553. package/dist/interfaces/project-trust-account-allocation/index.d.mts +0 -7
  554. package/dist/interfaces/project-trust-account-allocation/index.d.ts +0 -7
  555. package/dist/interfaces/project-trust-account-allocation/index.js +0 -20
  556. package/dist/interfaces/project-trust-account-allocation/index.js.map +0 -1
  557. package/dist/interfaces/project-trust-account-allocation/index.mjs +0 -3
  558. package/dist/interfaces/project-trust-account-allocation/index.mjs.map +0 -1
  559. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.d.mts +0 -16
  560. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.d.ts +0 -16
  561. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.js +0 -17
  562. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.js.map +0 -1
  563. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.mjs +0 -1
  564. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.mjs.map +0 -1
  565. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.d.mts +0 -24
  566. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.d.ts +0 -24
  567. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.js +0 -17
  568. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.js.map +0 -1
  569. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.mjs +0 -1
  570. package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.mjs.map +0 -1
  571. package/dist/interfaces/trust-account/index.d.mts +0 -8
  572. package/dist/interfaces/trust-account/index.d.ts +0 -8
  573. package/dist/interfaces/trust-account/index.js +0 -20
  574. package/dist/interfaces/trust-account/index.js.map +0 -1
  575. package/dist/interfaces/trust-account/index.mjs +0 -3
  576. package/dist/interfaces/trust-account/index.mjs.map +0 -1
  577. package/dist/interfaces/trust-account/trust-account.entity.interface.d.mts +0 -18
  578. package/dist/interfaces/trust-account/trust-account.entity.interface.d.ts +0 -18
  579. package/dist/interfaces/trust-account/trust-account.entity.interface.js +0 -17
  580. package/dist/interfaces/trust-account/trust-account.entity.interface.js.map +0 -1
  581. package/dist/interfaces/trust-account/trust-account.entity.interface.mjs +0 -1
  582. package/dist/interfaces/trust-account/trust-account.entity.interface.mjs.map +0 -1
  583. package/dist/interfaces/trust-account/trust-account.grpc.interface.d.mts +0 -24
  584. package/dist/interfaces/trust-account/trust-account.grpc.interface.d.ts +0 -24
  585. package/dist/interfaces/trust-account/trust-account.grpc.interface.js +0 -17
  586. package/dist/interfaces/trust-account/trust-account.grpc.interface.js.map +0 -1
  587. package/dist/interfaces/trust-account/trust-account.grpc.interface.mjs +0 -1
  588. package/dist/interfaces/trust-account/trust-account.grpc.interface.mjs.map +0 -1
  589. package/dist/schemas/index.d.mts +0 -12
  590. package/dist/schemas/index.d.ts +0 -12
  591. package/dist/schemas/index.js +0 -22
  592. package/dist/schemas/index.js.map +0 -1
  593. package/dist/schemas/index.mjs +0 -5
  594. package/dist/schemas/index.mjs.map +0 -1
  595. package/dist/schemas/menu/create-menu.schema.js +0 -40
  596. package/dist/schemas/menu/create-menu.schema.js.map +0 -1
  597. package/dist/schemas/menu/create-menu.schema.mjs +0 -20
  598. package/dist/schemas/menu/create-menu.schema.mjs.map +0 -1
  599. package/dist/schemas/menu/index.d.mts +0 -4
  600. package/dist/schemas/menu/index.d.ts +0 -4
  601. package/dist/schemas/menu/index.js +0 -21
  602. package/dist/schemas/menu/index.js.map +0 -1
  603. package/dist/schemas/menu/index.mjs +0 -4
  604. package/dist/schemas/menu/index.mjs.map +0 -1
  605. package/dist/schemas/menu/menu-res.schema.js +0 -49
  606. package/dist/schemas/menu/menu-res.schema.js.map +0 -1
  607. package/dist/schemas/menu/menu-res.schema.mjs +0 -29
  608. package/dist/schemas/menu/menu-res.schema.mjs.map +0 -1
  609. package/dist/schemas/menu/update-menu.schema.js +0 -29
  610. package/dist/schemas/menu/update-menu.schema.js.map +0 -1
  611. package/dist/schemas/menu/update-menu.schema.mjs +0 -9
  612. package/dist/schemas/menu/update-menu.schema.mjs.map +0 -1
  613. package/dist/schemas/project/index.d.mts +0 -3
  614. package/dist/schemas/project/index.d.ts +0 -3
  615. package/dist/schemas/project/index.js +0 -19
  616. package/dist/schemas/project/index.js.map +0 -1
  617. package/dist/schemas/project/index.mjs +0 -2
  618. package/dist/schemas/project/index.mjs.map +0 -1
  619. package/dist/schemas/project/project-res.schema.d.mts +0 -154
  620. package/dist/schemas/project/project-res.schema.d.ts +0 -154
  621. package/dist/schemas/project/project-res.schema.js +0 -42
  622. package/dist/schemas/project/project-res.schema.js.map +0 -1
  623. package/dist/schemas/project/project-res.schema.mjs +0 -22
  624. package/dist/schemas/project/project-res.schema.mjs.map +0 -1
  625. package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.d.mts +0 -15
  626. package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.d.ts +0 -15
  627. package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.js +0 -29
  628. package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.js.map +0 -1
  629. package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.mjs +0 -9
  630. package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.mjs.map +0 -1
  631. package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.d.mts +0 -12
  632. package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.d.ts +0 -12
  633. package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.js +0 -28
  634. package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.js.map +0 -1
  635. package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.mjs +0 -8
  636. package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.mjs.map +0 -1
  637. package/dist/schemas/project-trust-account-allocation/index.d.mts +0 -4
  638. package/dist/schemas/project-trust-account-allocation/index.d.ts +0 -4
  639. package/dist/schemas/project-trust-account-allocation/index.js +0 -21
  640. package/dist/schemas/project-trust-account-allocation/index.js.map +0 -1
  641. package/dist/schemas/project-trust-account-allocation/index.mjs +0 -4
  642. package/dist/schemas/project-trust-account-allocation/index.mjs.map +0 -1
  643. package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.d.mts +0 -46
  644. package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.d.ts +0 -46
  645. package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.js +0 -39
  646. package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.js.map +0 -1
  647. package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.mjs +0 -19
  648. package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.mjs.map +0 -1
  649. package/dist/schemas/trust-account/create-trust-account.schema.d.mts +0 -28
  650. package/dist/schemas/trust-account/create-trust-account.schema.d.ts +0 -28
  651. package/dist/schemas/trust-account/create-trust-account.schema.js +0 -36
  652. package/dist/schemas/trust-account/create-trust-account.schema.js.map +0 -1
  653. package/dist/schemas/trust-account/create-trust-account.schema.mjs +0 -16
  654. package/dist/schemas/trust-account/create-trust-account.schema.mjs.map +0 -1
  655. package/dist/schemas/trust-account/index.d.mts +0 -5
  656. package/dist/schemas/trust-account/index.d.ts +0 -5
  657. package/dist/schemas/trust-account/index.js +0 -21
  658. package/dist/schemas/trust-account/index.js.map +0 -1
  659. package/dist/schemas/trust-account/index.mjs +0 -4
  660. package/dist/schemas/trust-account/index.mjs.map +0 -1
  661. package/dist/schemas/trust-account/trust-account-res.schema.d.mts +0 -31
  662. package/dist/schemas/trust-account/trust-account-res.schema.d.ts +0 -31
  663. package/dist/schemas/trust-account/trust-account-res.schema.js +0 -46
  664. package/dist/schemas/trust-account/trust-account-res.schema.js.map +0 -1
  665. package/dist/schemas/trust-account/trust-account-res.schema.mjs +0 -26
  666. package/dist/schemas/trust-account/trust-account-res.schema.mjs.map +0 -1
  667. package/dist/schemas/trust-account/update-trust-account.schema.d.mts +0 -15
  668. package/dist/schemas/trust-account/update-trust-account.schema.d.ts +0 -15
  669. package/dist/schemas/trust-account/update-trust-account.schema.js +0 -29
  670. package/dist/schemas/trust-account/update-trust-account.schema.js.map +0 -1
  671. package/dist/schemas/trust-account/update-trust-account.schema.mjs +0 -9
  672. package/dist/schemas/trust-account/update-trust-account.schema.mjs.map +0 -1
  673. package/dist/utils/index.d.mts +0 -1
  674. package/dist/utils/index.d.ts +0 -1
  675. package/dist/utils/index.js +0 -19
  676. package/dist/utils/index.js.map +0 -1
  677. package/dist/utils/index.mjs +0 -2
  678. package/dist/utils/index.mjs.map +0 -1
  679. package/dist/utils/mask.d.mts +0 -7
  680. package/dist/utils/mask.d.ts +0 -7
  681. package/dist/utils/mask.js +0 -41
  682. package/dist/utils/mask.js.map +0 -1
  683. package/dist/utils/mask.mjs +0 -21
  684. package/dist/utils/mask.mjs.map +0 -1
@@ -0,0 +1,4039 @@
1
+ import { z } from 'zod';
2
+ export declare const mtaAccountPeriodClosingSummaryRestReqSchema: z.ZodObject<{
3
+ mtaAccountPeriodId: z.ZodString;
4
+ endDate: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, Date, string | Date>, z.ZodDate>;
5
+ }, "strip", z.ZodTypeAny, {
6
+ endDate: Date;
7
+ mtaAccountPeriodId: string;
8
+ }, {
9
+ endDate: string | Date;
10
+ mtaAccountPeriodId: string;
11
+ }>;
12
+ export type MtaAccountPeriodClosingSummaryRestReq = z.input<typeof mtaAccountPeriodClosingSummaryRestReqSchema>;
13
+ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
14
+ startDate: z.ZodDate;
15
+ endDate: z.ZodDate;
16
+ bankStatementBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
17
+ currentTrustBalanceSummary: z.ZodObject<{
18
+ totalAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
19
+ totalCreditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
20
+ totalDebitAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
21
+ totalTransactionsCount: z.ZodNumber;
22
+ }, "strip", z.ZodTypeAny, {
23
+ totalAmountCents: number;
24
+ totalCreditAmountCents: number;
25
+ totalDebitAmountCents: number;
26
+ totalTransactionsCount: number;
27
+ }, {
28
+ totalAmountCents: number | bigint;
29
+ totalCreditAmountCents: number | bigint;
30
+ totalDebitAmountCents: number | bigint;
31
+ totalTransactionsCount: number;
32
+ }>;
33
+ reconciliations: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodObject<{
34
+ id: z.ZodString;
35
+ mtaAccountPeriodId: z.ZodString;
36
+ mtaId: z.ZodString;
37
+ reconciledTo: z.ZodDate;
38
+ reconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
39
+ unreconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
40
+ totalReconciledAmountCents: z.ZodNullable<z.ZodBigInt>;
41
+ closedAt: z.ZodNullable<z.ZodDate>;
42
+ createdBy: z.ZodString;
43
+ createdAt: z.ZodDate;
44
+ updatedBy: z.ZodNullable<z.ZodString>;
45
+ closedBy: z.ZodNullable<z.ZodString>;
46
+ editable: z.ZodBoolean;
47
+ status: z.ZodString;
48
+ isArchived: z.ZodBoolean;
49
+ } & {
50
+ closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
51
+ bankStatementBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
52
+ closingVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
53
+ currentTrustBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
54
+ currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
55
+ currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>>>;
56
+ }, "strip", z.ZodTypeAny, {
57
+ id: string;
58
+ status: string;
59
+ isArchived: boolean;
60
+ createdAt: Date;
61
+ createdBy: string;
62
+ updatedBy: string | null;
63
+ closedBy: string | null;
64
+ closedAt: Date | null;
65
+ mtaId: string;
66
+ mtaAccountPeriodId: string;
67
+ reconciledTo: Date;
68
+ reconciledAmountCents: bigint | null;
69
+ unreconciledAmountCents: bigint | null;
70
+ totalReconciledAmountCents: bigint | null;
71
+ bankStatementBalanceCents: number;
72
+ editable: boolean;
73
+ closingBalanceCents?: number | null | undefined;
74
+ closingVarianceCents?: number | null | undefined;
75
+ currentTrustBalanceCents?: number | null | undefined;
76
+ currentReconciledBalanceCents?: number | null | undefined;
77
+ currentVarianceCents?: number | null | undefined;
78
+ }, {
79
+ id: string;
80
+ status: string;
81
+ isArchived: boolean;
82
+ createdAt: Date;
83
+ createdBy: string;
84
+ updatedBy: string | null;
85
+ closedBy: string | null;
86
+ closedAt: Date | null;
87
+ mtaId: string;
88
+ mtaAccountPeriodId: string;
89
+ reconciledTo: Date;
90
+ reconciledAmountCents: bigint | null;
91
+ unreconciledAmountCents: bigint | null;
92
+ totalReconciledAmountCents: bigint | null;
93
+ bankStatementBalanceCents: number | bigint;
94
+ editable: boolean;
95
+ closingBalanceCents?: number | bigint | null | undefined;
96
+ closingVarianceCents?: number | bigint | null | undefined;
97
+ currentTrustBalanceCents?: number | bigint | null | undefined;
98
+ currentReconciledBalanceCents?: number | bigint | null | undefined;
99
+ currentVarianceCents?: number | bigint | null | undefined;
100
+ }>, "many">>>>;
101
+ totalReconciledAmountSummary: z.ZodObject<{
102
+ totalReconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
103
+ totalReconciledCreditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
104
+ totalReconciledDebitAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
105
+ totalReconciledTransactionsCount: z.ZodNumber;
106
+ }, "strip", z.ZodTypeAny, {
107
+ totalReconciledAmountCents: number;
108
+ totalReconciledCreditAmountCents: number;
109
+ totalReconciledDebitAmountCents: number;
110
+ totalReconciledTransactionsCount: number;
111
+ }, {
112
+ totalReconciledAmountCents: number | bigint;
113
+ totalReconciledCreditAmountCents: number | bigint;
114
+ totalReconciledDebitAmountCents: number | bigint;
115
+ totalReconciledTransactionsCount: number;
116
+ }>;
117
+ totalUnreconciledAmountSummary: z.ZodObject<{
118
+ totalUnreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
119
+ totalUnreconciledCreditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
120
+ totalUnreconciledDebitAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
121
+ totalUnreconciledTransactionsCount: z.ZodNumber;
122
+ }, "strip", z.ZodTypeAny, {
123
+ totalUnreconciledAmountCents: number;
124
+ totalUnreconciledCreditAmountCents: number;
125
+ totalUnreconciledDebitAmountCents: number;
126
+ totalUnreconciledTransactionsCount: number;
127
+ }, {
128
+ totalUnreconciledAmountCents: number | bigint;
129
+ totalUnreconciledCreditAmountCents: number | bigint;
130
+ totalUnreconciledDebitAmountCents: number | bigint;
131
+ totalUnreconciledTransactionsCount: number;
132
+ }>;
133
+ transactionsSummary: z.ZodObject<{
134
+ reconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
135
+ reconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
136
+ id: string;
137
+ propertyId: string | null;
138
+ balanceCents: number;
139
+ status: import("../..").AccountingCommonStatus;
140
+ isArchived: boolean;
141
+ createdAt: Date;
142
+ updatedAt: Date;
143
+ createdBy: string | null;
144
+ sequence: number;
145
+ creditAmountCents: number;
146
+ debitAmountCents: number;
147
+ bankRef: string | null;
148
+ description: string | null;
149
+ transactionType: string;
150
+ isCanceled: boolean;
151
+ clearedAt: Date | null;
152
+ syncedAt: Date;
153
+ cancelType: string | null;
154
+ canceledBy: string | null;
155
+ canceledAt: Date | null;
156
+ canceledReason: string | null;
157
+ mtaId: string;
158
+ referenceId: string | null;
159
+ inputType: import("../..").MtaTransactionInputType;
160
+ isRefunded: boolean;
161
+ note: string | null;
162
+ sourceTransactionId: string | null;
163
+ creator?: {
164
+ id: string;
165
+ status: string;
166
+ isArchived: boolean;
167
+ createdAt: Date;
168
+ updatedAt: Date;
169
+ email: string;
170
+ firstName: string | null;
171
+ lastName: string | null;
172
+ mobile: string;
173
+ avatar: string | null;
174
+ password: string;
175
+ passwordVersion: number;
176
+ isTwoFaRequired: boolean;
177
+ preferTwoFaMethod: string | null;
178
+ twoFaAvailableMethods: string[];
179
+ } | null | undefined;
180
+ canceler?: {
181
+ id: string;
182
+ status: string;
183
+ isArchived: boolean;
184
+ createdAt: Date;
185
+ updatedAt: Date;
186
+ email: string;
187
+ firstName: string | null;
188
+ lastName: string | null;
189
+ mobile: string;
190
+ avatar: string | null;
191
+ password: string;
192
+ passwordVersion: number;
193
+ isTwoFaRequired: boolean;
194
+ preferTwoFaMethod: string | null;
195
+ twoFaAvailableMethods: string[];
196
+ } | null | undefined;
197
+ property?: {
198
+ id: string;
199
+ balanceCents: number | bigint;
200
+ status: "active";
201
+ isArchived: boolean;
202
+ createdAt: Date;
203
+ updatedAt: Date;
204
+ syncedAt: Date;
205
+ mtaId: string;
206
+ customerId: string;
207
+ projectId: string;
208
+ lotDetail: string | null;
209
+ propertyAddress: string;
210
+ cmaBalanceCents: number | bigint;
211
+ mtaBalanceCents: number | bigint;
212
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
213
+ buyerName?: string | null | undefined;
214
+ project?: {
215
+ id: string;
216
+ status: string;
217
+ type: string;
218
+ isArchived: boolean;
219
+ createdAt: Date;
220
+ updatedAt: Date;
221
+ syncedAt: Date;
222
+ name: string;
223
+ mtaId: string | null;
224
+ developerId: string;
225
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
226
+ developer?: {
227
+ id: string;
228
+ status: string;
229
+ isArchived: boolean;
230
+ createdAt: Date;
231
+ updatedAt: Date;
232
+ syncedAt: Date;
233
+ companyName: string | null;
234
+ } | null | undefined;
235
+ } | null | undefined;
236
+ } | null | undefined;
237
+ } & {
238
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
239
+ sourceTransaction?: ({
240
+ id: string;
241
+ propertyId: string | null;
242
+ balanceCents: number;
243
+ status: import("../..").AccountingCommonStatus;
244
+ isArchived: boolean;
245
+ createdAt: Date;
246
+ updatedAt: Date;
247
+ createdBy: string | null;
248
+ sequence: number;
249
+ creditAmountCents: number;
250
+ debitAmountCents: number;
251
+ bankRef: string | null;
252
+ description: string | null;
253
+ transactionType: string;
254
+ isCanceled: boolean;
255
+ clearedAt: Date | null;
256
+ syncedAt: Date;
257
+ cancelType: string | null;
258
+ canceledBy: string | null;
259
+ canceledAt: Date | null;
260
+ canceledReason: string | null;
261
+ mtaId: string;
262
+ referenceId: string | null;
263
+ inputType: import("../..").MtaTransactionInputType;
264
+ isRefunded: boolean;
265
+ note: string | null;
266
+ sourceTransactionId: string | null;
267
+ creator?: {
268
+ id: string;
269
+ status: string;
270
+ isArchived: boolean;
271
+ createdAt: Date;
272
+ updatedAt: Date;
273
+ email: string;
274
+ firstName: string | null;
275
+ lastName: string | null;
276
+ mobile: string;
277
+ avatar: string | null;
278
+ password: string;
279
+ passwordVersion: number;
280
+ isTwoFaRequired: boolean;
281
+ preferTwoFaMethod: string | null;
282
+ twoFaAvailableMethods: string[];
283
+ } | null | undefined;
284
+ canceler?: {
285
+ id: string;
286
+ status: string;
287
+ isArchived: boolean;
288
+ createdAt: Date;
289
+ updatedAt: Date;
290
+ email: string;
291
+ firstName: string | null;
292
+ lastName: string | null;
293
+ mobile: string;
294
+ avatar: string | null;
295
+ password: string;
296
+ passwordVersion: number;
297
+ isTwoFaRequired: boolean;
298
+ preferTwoFaMethod: string | null;
299
+ twoFaAvailableMethods: string[];
300
+ } | null | undefined;
301
+ property?: {
302
+ id: string;
303
+ balanceCents: number | bigint;
304
+ status: "active";
305
+ isArchived: boolean;
306
+ createdAt: Date;
307
+ updatedAt: Date;
308
+ syncedAt: Date;
309
+ mtaId: string;
310
+ customerId: string;
311
+ projectId: string;
312
+ lotDetail: string | null;
313
+ propertyAddress: string;
314
+ cmaBalanceCents: number | bigint;
315
+ mtaBalanceCents: number | bigint;
316
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
317
+ buyerName?: string | null | undefined;
318
+ project?: {
319
+ id: string;
320
+ status: string;
321
+ type: string;
322
+ isArchived: boolean;
323
+ createdAt: Date;
324
+ updatedAt: Date;
325
+ syncedAt: Date;
326
+ name: string;
327
+ mtaId: string | null;
328
+ developerId: string;
329
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
330
+ developer?: {
331
+ id: string;
332
+ status: string;
333
+ isArchived: boolean;
334
+ createdAt: Date;
335
+ updatedAt: Date;
336
+ syncedAt: Date;
337
+ companyName: string | null;
338
+ } | null | undefined;
339
+ } | null | undefined;
340
+ } | null | undefined;
341
+ } & any) | null | undefined;
342
+ subsequentTransactions?: ({
343
+ id: string;
344
+ propertyId: string | null;
345
+ balanceCents: number;
346
+ status: import("../..").AccountingCommonStatus;
347
+ isArchived: boolean;
348
+ createdAt: Date;
349
+ updatedAt: Date;
350
+ createdBy: string | null;
351
+ sequence: number;
352
+ creditAmountCents: number;
353
+ debitAmountCents: number;
354
+ bankRef: string | null;
355
+ description: string | null;
356
+ transactionType: string;
357
+ isCanceled: boolean;
358
+ clearedAt: Date | null;
359
+ syncedAt: Date;
360
+ cancelType: string | null;
361
+ canceledBy: string | null;
362
+ canceledAt: Date | null;
363
+ canceledReason: string | null;
364
+ mtaId: string;
365
+ referenceId: string | null;
366
+ inputType: import("../..").MtaTransactionInputType;
367
+ isRefunded: boolean;
368
+ note: string | null;
369
+ sourceTransactionId: string | null;
370
+ creator?: {
371
+ id: string;
372
+ status: string;
373
+ isArchived: boolean;
374
+ createdAt: Date;
375
+ updatedAt: Date;
376
+ email: string;
377
+ firstName: string | null;
378
+ lastName: string | null;
379
+ mobile: string;
380
+ avatar: string | null;
381
+ password: string;
382
+ passwordVersion: number;
383
+ isTwoFaRequired: boolean;
384
+ preferTwoFaMethod: string | null;
385
+ twoFaAvailableMethods: string[];
386
+ } | null | undefined;
387
+ canceler?: {
388
+ id: string;
389
+ status: string;
390
+ isArchived: boolean;
391
+ createdAt: Date;
392
+ updatedAt: Date;
393
+ email: string;
394
+ firstName: string | null;
395
+ lastName: string | null;
396
+ mobile: string;
397
+ avatar: string | null;
398
+ password: string;
399
+ passwordVersion: number;
400
+ isTwoFaRequired: boolean;
401
+ preferTwoFaMethod: string | null;
402
+ twoFaAvailableMethods: string[];
403
+ } | null | undefined;
404
+ property?: {
405
+ id: string;
406
+ balanceCents: number | bigint;
407
+ status: "active";
408
+ isArchived: boolean;
409
+ createdAt: Date;
410
+ updatedAt: Date;
411
+ syncedAt: Date;
412
+ mtaId: string;
413
+ customerId: string;
414
+ projectId: string;
415
+ lotDetail: string | null;
416
+ propertyAddress: string;
417
+ cmaBalanceCents: number | bigint;
418
+ mtaBalanceCents: number | bigint;
419
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
420
+ buyerName?: string | null | undefined;
421
+ project?: {
422
+ id: string;
423
+ status: string;
424
+ type: string;
425
+ isArchived: boolean;
426
+ createdAt: Date;
427
+ updatedAt: Date;
428
+ syncedAt: Date;
429
+ name: string;
430
+ mtaId: string | null;
431
+ developerId: string;
432
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
433
+ developer?: {
434
+ id: string;
435
+ status: string;
436
+ isArchived: boolean;
437
+ createdAt: Date;
438
+ updatedAt: Date;
439
+ syncedAt: Date;
440
+ companyName: string | null;
441
+ } | null | undefined;
442
+ } | null | undefined;
443
+ } | null | undefined;
444
+ } & any)[] | null | undefined;
445
+ reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
446
+ isReceipt?: boolean | null | undefined;
447
+ isPayment?: boolean | null | undefined;
448
+ isReconciled?: boolean | null | undefined;
449
+ isUnknown?: boolean | null | undefined;
450
+ isAssignableToProperty?: boolean | null | undefined;
451
+ isAssignedToProperty?: boolean | null | undefined;
452
+ amountStr?: string | null | undefined;
453
+ transactionNumber?: string | null | undefined;
454
+ isCancelable?: boolean | null | undefined;
455
+ }, z.ZodTypeDef, {
456
+ id: string;
457
+ propertyId: string | null;
458
+ balanceCents: number | bigint;
459
+ status: import("../..").AccountingCommonStatus;
460
+ isArchived: boolean;
461
+ createdAt: Date;
462
+ updatedAt: Date;
463
+ createdBy: string | null;
464
+ sequence: number;
465
+ creditAmountCents: number | bigint;
466
+ debitAmountCents: number | bigint;
467
+ bankRef: string | null;
468
+ description: string | null;
469
+ transactionType: string;
470
+ isCanceled: boolean;
471
+ clearedAt: Date | null;
472
+ syncedAt: Date;
473
+ cancelType: string | null;
474
+ canceledBy: string | null;
475
+ canceledAt: Date | null;
476
+ canceledReason: string | null;
477
+ mtaId: string;
478
+ referenceId: string | null;
479
+ inputType: import("../..").MtaTransactionInputType;
480
+ isRefunded: boolean;
481
+ note: string | null;
482
+ sourceTransactionId: string | null;
483
+ creator?: {
484
+ id: string;
485
+ status: string;
486
+ isArchived: boolean;
487
+ createdAt: Date;
488
+ updatedAt: Date;
489
+ email: string;
490
+ firstName: string | null;
491
+ lastName: string | null;
492
+ mobile: string;
493
+ avatar: string | null;
494
+ password: string;
495
+ passwordVersion: number;
496
+ isTwoFaRequired: boolean;
497
+ preferTwoFaMethod: string | null;
498
+ twoFaAvailableMethods: string[];
499
+ } | null | undefined;
500
+ canceler?: {
501
+ id: string;
502
+ status: string;
503
+ isArchived: boolean;
504
+ createdAt: Date;
505
+ updatedAt: Date;
506
+ email: string;
507
+ firstName: string | null;
508
+ lastName: string | null;
509
+ mobile: string;
510
+ avatar: string | null;
511
+ password: string;
512
+ passwordVersion: number;
513
+ isTwoFaRequired: boolean;
514
+ preferTwoFaMethod: string | null;
515
+ twoFaAvailableMethods: string[];
516
+ } | null | undefined;
517
+ property?: {
518
+ id: string;
519
+ balanceCents: number | bigint;
520
+ status: "active";
521
+ isArchived: boolean;
522
+ createdAt: Date;
523
+ updatedAt: Date;
524
+ syncedAt: Date;
525
+ mtaId: string;
526
+ customerId: string;
527
+ projectId: string;
528
+ lotDetail: string | null;
529
+ propertyAddress: string;
530
+ cmaBalanceCents: number | bigint;
531
+ mtaBalanceCents: number | bigint;
532
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
533
+ buyerName?: string | null | undefined;
534
+ project?: {
535
+ id: string;
536
+ status: string;
537
+ type: string;
538
+ isArchived: boolean;
539
+ createdAt: Date;
540
+ updatedAt: Date;
541
+ syncedAt: Date;
542
+ name: string;
543
+ mtaId: string | null;
544
+ developerId: string;
545
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
546
+ developer?: {
547
+ id: string;
548
+ status: string;
549
+ isArchived: boolean;
550
+ createdAt: Date;
551
+ updatedAt: Date;
552
+ syncedAt: Date;
553
+ companyName: string | null;
554
+ } | null | undefined;
555
+ } | null | undefined;
556
+ } | null | undefined;
557
+ } & {
558
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
559
+ sourceTransaction?: ({
560
+ id: string;
561
+ propertyId: string | null;
562
+ balanceCents: number | bigint;
563
+ status: import("../..").AccountingCommonStatus;
564
+ isArchived: boolean;
565
+ createdAt: Date;
566
+ updatedAt: Date;
567
+ createdBy: string | null;
568
+ sequence: number;
569
+ creditAmountCents: number | bigint;
570
+ debitAmountCents: number | bigint;
571
+ bankRef: string | null;
572
+ description: string | null;
573
+ transactionType: string;
574
+ isCanceled: boolean;
575
+ clearedAt: Date | null;
576
+ syncedAt: Date;
577
+ cancelType: string | null;
578
+ canceledBy: string | null;
579
+ canceledAt: Date | null;
580
+ canceledReason: string | null;
581
+ mtaId: string;
582
+ referenceId: string | null;
583
+ inputType: import("../..").MtaTransactionInputType;
584
+ isRefunded: boolean;
585
+ note: string | null;
586
+ sourceTransactionId: string | null;
587
+ creator?: {
588
+ id: string;
589
+ status: string;
590
+ isArchived: boolean;
591
+ createdAt: Date;
592
+ updatedAt: Date;
593
+ email: string;
594
+ firstName: string | null;
595
+ lastName: string | null;
596
+ mobile: string;
597
+ avatar: string | null;
598
+ password: string;
599
+ passwordVersion: number;
600
+ isTwoFaRequired: boolean;
601
+ preferTwoFaMethod: string | null;
602
+ twoFaAvailableMethods: string[];
603
+ } | null | undefined;
604
+ canceler?: {
605
+ id: string;
606
+ status: string;
607
+ isArchived: boolean;
608
+ createdAt: Date;
609
+ updatedAt: Date;
610
+ email: string;
611
+ firstName: string | null;
612
+ lastName: string | null;
613
+ mobile: string;
614
+ avatar: string | null;
615
+ password: string;
616
+ passwordVersion: number;
617
+ isTwoFaRequired: boolean;
618
+ preferTwoFaMethod: string | null;
619
+ twoFaAvailableMethods: string[];
620
+ } | null | undefined;
621
+ property?: {
622
+ id: string;
623
+ balanceCents: number | bigint;
624
+ status: "active";
625
+ isArchived: boolean;
626
+ createdAt: Date;
627
+ updatedAt: Date;
628
+ syncedAt: Date;
629
+ mtaId: string;
630
+ customerId: string;
631
+ projectId: string;
632
+ lotDetail: string | null;
633
+ propertyAddress: string;
634
+ cmaBalanceCents: number | bigint;
635
+ mtaBalanceCents: number | bigint;
636
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
637
+ buyerName?: string | null | undefined;
638
+ project?: {
639
+ id: string;
640
+ status: string;
641
+ type: string;
642
+ isArchived: boolean;
643
+ createdAt: Date;
644
+ updatedAt: Date;
645
+ syncedAt: Date;
646
+ name: string;
647
+ mtaId: string | null;
648
+ developerId: string;
649
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
650
+ developer?: {
651
+ id: string;
652
+ status: string;
653
+ isArchived: boolean;
654
+ createdAt: Date;
655
+ updatedAt: Date;
656
+ syncedAt: Date;
657
+ companyName: string | null;
658
+ } | null | undefined;
659
+ } | null | undefined;
660
+ } | null | undefined;
661
+ } & any) | null | undefined;
662
+ subsequentTransactions?: ({
663
+ id: string;
664
+ propertyId: string | null;
665
+ balanceCents: number | bigint;
666
+ status: import("../..").AccountingCommonStatus;
667
+ isArchived: boolean;
668
+ createdAt: Date;
669
+ updatedAt: Date;
670
+ createdBy: string | null;
671
+ sequence: number;
672
+ creditAmountCents: number | bigint;
673
+ debitAmountCents: number | bigint;
674
+ bankRef: string | null;
675
+ description: string | null;
676
+ transactionType: string;
677
+ isCanceled: boolean;
678
+ clearedAt: Date | null;
679
+ syncedAt: Date;
680
+ cancelType: string | null;
681
+ canceledBy: string | null;
682
+ canceledAt: Date | null;
683
+ canceledReason: string | null;
684
+ mtaId: string;
685
+ referenceId: string | null;
686
+ inputType: import("../..").MtaTransactionInputType;
687
+ isRefunded: boolean;
688
+ note: string | null;
689
+ sourceTransactionId: string | null;
690
+ creator?: {
691
+ id: string;
692
+ status: string;
693
+ isArchived: boolean;
694
+ createdAt: Date;
695
+ updatedAt: Date;
696
+ email: string;
697
+ firstName: string | null;
698
+ lastName: string | null;
699
+ mobile: string;
700
+ avatar: string | null;
701
+ password: string;
702
+ passwordVersion: number;
703
+ isTwoFaRequired: boolean;
704
+ preferTwoFaMethod: string | null;
705
+ twoFaAvailableMethods: string[];
706
+ } | null | undefined;
707
+ canceler?: {
708
+ id: string;
709
+ status: string;
710
+ isArchived: boolean;
711
+ createdAt: Date;
712
+ updatedAt: Date;
713
+ email: string;
714
+ firstName: string | null;
715
+ lastName: string | null;
716
+ mobile: string;
717
+ avatar: string | null;
718
+ password: string;
719
+ passwordVersion: number;
720
+ isTwoFaRequired: boolean;
721
+ preferTwoFaMethod: string | null;
722
+ twoFaAvailableMethods: string[];
723
+ } | null | undefined;
724
+ property?: {
725
+ id: string;
726
+ balanceCents: number | bigint;
727
+ status: "active";
728
+ isArchived: boolean;
729
+ createdAt: Date;
730
+ updatedAt: Date;
731
+ syncedAt: Date;
732
+ mtaId: string;
733
+ customerId: string;
734
+ projectId: string;
735
+ lotDetail: string | null;
736
+ propertyAddress: string;
737
+ cmaBalanceCents: number | bigint;
738
+ mtaBalanceCents: number | bigint;
739
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
740
+ buyerName?: string | null | undefined;
741
+ project?: {
742
+ id: string;
743
+ status: string;
744
+ type: string;
745
+ isArchived: boolean;
746
+ createdAt: Date;
747
+ updatedAt: Date;
748
+ syncedAt: Date;
749
+ name: string;
750
+ mtaId: string | null;
751
+ developerId: string;
752
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
753
+ developer?: {
754
+ id: string;
755
+ status: string;
756
+ isArchived: boolean;
757
+ createdAt: Date;
758
+ updatedAt: Date;
759
+ syncedAt: Date;
760
+ companyName: string | null;
761
+ } | null | undefined;
762
+ } | null | undefined;
763
+ } | null | undefined;
764
+ } & any)[] | null | undefined;
765
+ reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
766
+ }>, "many">>>>;
767
+ unreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
768
+ unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
769
+ id: string;
770
+ propertyId: string | null;
771
+ balanceCents: number;
772
+ status: import("../..").AccountingCommonStatus;
773
+ isArchived: boolean;
774
+ createdAt: Date;
775
+ updatedAt: Date;
776
+ createdBy: string | null;
777
+ sequence: number;
778
+ creditAmountCents: number;
779
+ debitAmountCents: number;
780
+ bankRef: string | null;
781
+ description: string | null;
782
+ transactionType: string;
783
+ isCanceled: boolean;
784
+ clearedAt: Date | null;
785
+ syncedAt: Date;
786
+ cancelType: string | null;
787
+ canceledBy: string | null;
788
+ canceledAt: Date | null;
789
+ canceledReason: string | null;
790
+ mtaId: string;
791
+ referenceId: string | null;
792
+ inputType: import("../..").MtaTransactionInputType;
793
+ isRefunded: boolean;
794
+ note: string | null;
795
+ sourceTransactionId: string | null;
796
+ creator?: {
797
+ id: string;
798
+ status: string;
799
+ isArchived: boolean;
800
+ createdAt: Date;
801
+ updatedAt: Date;
802
+ email: string;
803
+ firstName: string | null;
804
+ lastName: string | null;
805
+ mobile: string;
806
+ avatar: string | null;
807
+ password: string;
808
+ passwordVersion: number;
809
+ isTwoFaRequired: boolean;
810
+ preferTwoFaMethod: string | null;
811
+ twoFaAvailableMethods: string[];
812
+ } | null | undefined;
813
+ canceler?: {
814
+ id: string;
815
+ status: string;
816
+ isArchived: boolean;
817
+ createdAt: Date;
818
+ updatedAt: Date;
819
+ email: string;
820
+ firstName: string | null;
821
+ lastName: string | null;
822
+ mobile: string;
823
+ avatar: string | null;
824
+ password: string;
825
+ passwordVersion: number;
826
+ isTwoFaRequired: boolean;
827
+ preferTwoFaMethod: string | null;
828
+ twoFaAvailableMethods: string[];
829
+ } | null | undefined;
830
+ property?: {
831
+ id: string;
832
+ balanceCents: number | bigint;
833
+ status: "active";
834
+ isArchived: boolean;
835
+ createdAt: Date;
836
+ updatedAt: Date;
837
+ syncedAt: Date;
838
+ mtaId: string;
839
+ customerId: string;
840
+ projectId: string;
841
+ lotDetail: string | null;
842
+ propertyAddress: string;
843
+ cmaBalanceCents: number | bigint;
844
+ mtaBalanceCents: number | bigint;
845
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
846
+ buyerName?: string | null | undefined;
847
+ project?: {
848
+ id: string;
849
+ status: string;
850
+ type: string;
851
+ isArchived: boolean;
852
+ createdAt: Date;
853
+ updatedAt: Date;
854
+ syncedAt: Date;
855
+ name: string;
856
+ mtaId: string | null;
857
+ developerId: string;
858
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
859
+ developer?: {
860
+ id: string;
861
+ status: string;
862
+ isArchived: boolean;
863
+ createdAt: Date;
864
+ updatedAt: Date;
865
+ syncedAt: Date;
866
+ companyName: string | null;
867
+ } | null | undefined;
868
+ } | null | undefined;
869
+ } | null | undefined;
870
+ } & {
871
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
872
+ sourceTransaction?: ({
873
+ id: string;
874
+ propertyId: string | null;
875
+ balanceCents: number;
876
+ status: import("../..").AccountingCommonStatus;
877
+ isArchived: boolean;
878
+ createdAt: Date;
879
+ updatedAt: Date;
880
+ createdBy: string | null;
881
+ sequence: number;
882
+ creditAmountCents: number;
883
+ debitAmountCents: number;
884
+ bankRef: string | null;
885
+ description: string | null;
886
+ transactionType: string;
887
+ isCanceled: boolean;
888
+ clearedAt: Date | null;
889
+ syncedAt: Date;
890
+ cancelType: string | null;
891
+ canceledBy: string | null;
892
+ canceledAt: Date | null;
893
+ canceledReason: string | null;
894
+ mtaId: string;
895
+ referenceId: string | null;
896
+ inputType: import("../..").MtaTransactionInputType;
897
+ isRefunded: boolean;
898
+ note: string | null;
899
+ sourceTransactionId: string | null;
900
+ creator?: {
901
+ id: string;
902
+ status: string;
903
+ isArchived: boolean;
904
+ createdAt: Date;
905
+ updatedAt: Date;
906
+ email: string;
907
+ firstName: string | null;
908
+ lastName: string | null;
909
+ mobile: string;
910
+ avatar: string | null;
911
+ password: string;
912
+ passwordVersion: number;
913
+ isTwoFaRequired: boolean;
914
+ preferTwoFaMethod: string | null;
915
+ twoFaAvailableMethods: string[];
916
+ } | null | undefined;
917
+ canceler?: {
918
+ id: string;
919
+ status: string;
920
+ isArchived: boolean;
921
+ createdAt: Date;
922
+ updatedAt: Date;
923
+ email: string;
924
+ firstName: string | null;
925
+ lastName: string | null;
926
+ mobile: string;
927
+ avatar: string | null;
928
+ password: string;
929
+ passwordVersion: number;
930
+ isTwoFaRequired: boolean;
931
+ preferTwoFaMethod: string | null;
932
+ twoFaAvailableMethods: string[];
933
+ } | null | undefined;
934
+ property?: {
935
+ id: string;
936
+ balanceCents: number | bigint;
937
+ status: "active";
938
+ isArchived: boolean;
939
+ createdAt: Date;
940
+ updatedAt: Date;
941
+ syncedAt: Date;
942
+ mtaId: string;
943
+ customerId: string;
944
+ projectId: string;
945
+ lotDetail: string | null;
946
+ propertyAddress: string;
947
+ cmaBalanceCents: number | bigint;
948
+ mtaBalanceCents: number | bigint;
949
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
950
+ buyerName?: string | null | undefined;
951
+ project?: {
952
+ id: string;
953
+ status: string;
954
+ type: string;
955
+ isArchived: boolean;
956
+ createdAt: Date;
957
+ updatedAt: Date;
958
+ syncedAt: Date;
959
+ name: string;
960
+ mtaId: string | null;
961
+ developerId: string;
962
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
963
+ developer?: {
964
+ id: string;
965
+ status: string;
966
+ isArchived: boolean;
967
+ createdAt: Date;
968
+ updatedAt: Date;
969
+ syncedAt: Date;
970
+ companyName: string | null;
971
+ } | null | undefined;
972
+ } | null | undefined;
973
+ } | null | undefined;
974
+ } & any) | null | undefined;
975
+ subsequentTransactions?: ({
976
+ id: string;
977
+ propertyId: string | null;
978
+ balanceCents: number;
979
+ status: import("../..").AccountingCommonStatus;
980
+ isArchived: boolean;
981
+ createdAt: Date;
982
+ updatedAt: Date;
983
+ createdBy: string | null;
984
+ sequence: number;
985
+ creditAmountCents: number;
986
+ debitAmountCents: number;
987
+ bankRef: string | null;
988
+ description: string | null;
989
+ transactionType: string;
990
+ isCanceled: boolean;
991
+ clearedAt: Date | null;
992
+ syncedAt: Date;
993
+ cancelType: string | null;
994
+ canceledBy: string | null;
995
+ canceledAt: Date | null;
996
+ canceledReason: string | null;
997
+ mtaId: string;
998
+ referenceId: string | null;
999
+ inputType: import("../..").MtaTransactionInputType;
1000
+ isRefunded: boolean;
1001
+ note: string | null;
1002
+ sourceTransactionId: string | null;
1003
+ creator?: {
1004
+ id: string;
1005
+ status: string;
1006
+ isArchived: boolean;
1007
+ createdAt: Date;
1008
+ updatedAt: Date;
1009
+ email: string;
1010
+ firstName: string | null;
1011
+ lastName: string | null;
1012
+ mobile: string;
1013
+ avatar: string | null;
1014
+ password: string;
1015
+ passwordVersion: number;
1016
+ isTwoFaRequired: boolean;
1017
+ preferTwoFaMethod: string | null;
1018
+ twoFaAvailableMethods: string[];
1019
+ } | null | undefined;
1020
+ canceler?: {
1021
+ id: string;
1022
+ status: string;
1023
+ isArchived: boolean;
1024
+ createdAt: Date;
1025
+ updatedAt: Date;
1026
+ email: string;
1027
+ firstName: string | null;
1028
+ lastName: string | null;
1029
+ mobile: string;
1030
+ avatar: string | null;
1031
+ password: string;
1032
+ passwordVersion: number;
1033
+ isTwoFaRequired: boolean;
1034
+ preferTwoFaMethod: string | null;
1035
+ twoFaAvailableMethods: string[];
1036
+ } | null | undefined;
1037
+ property?: {
1038
+ id: string;
1039
+ balanceCents: number | bigint;
1040
+ status: "active";
1041
+ isArchived: boolean;
1042
+ createdAt: Date;
1043
+ updatedAt: Date;
1044
+ syncedAt: Date;
1045
+ mtaId: string;
1046
+ customerId: string;
1047
+ projectId: string;
1048
+ lotDetail: string | null;
1049
+ propertyAddress: string;
1050
+ cmaBalanceCents: number | bigint;
1051
+ mtaBalanceCents: number | bigint;
1052
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1053
+ buyerName?: string | null | undefined;
1054
+ project?: {
1055
+ id: string;
1056
+ status: string;
1057
+ type: string;
1058
+ isArchived: boolean;
1059
+ createdAt: Date;
1060
+ updatedAt: Date;
1061
+ syncedAt: Date;
1062
+ name: string;
1063
+ mtaId: string | null;
1064
+ developerId: string;
1065
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1066
+ developer?: {
1067
+ id: string;
1068
+ status: string;
1069
+ isArchived: boolean;
1070
+ createdAt: Date;
1071
+ updatedAt: Date;
1072
+ syncedAt: Date;
1073
+ companyName: string | null;
1074
+ } | null | undefined;
1075
+ } | null | undefined;
1076
+ } | null | undefined;
1077
+ } & any)[] | null | undefined;
1078
+ reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1079
+ isReceipt?: boolean | null | undefined;
1080
+ isPayment?: boolean | null | undefined;
1081
+ isReconciled?: boolean | null | undefined;
1082
+ isUnknown?: boolean | null | undefined;
1083
+ isAssignableToProperty?: boolean | null | undefined;
1084
+ isAssignedToProperty?: boolean | null | undefined;
1085
+ amountStr?: string | null | undefined;
1086
+ transactionNumber?: string | null | undefined;
1087
+ isCancelable?: boolean | null | undefined;
1088
+ }, z.ZodTypeDef, {
1089
+ id: string;
1090
+ propertyId: string | null;
1091
+ balanceCents: number | bigint;
1092
+ status: import("../..").AccountingCommonStatus;
1093
+ isArchived: boolean;
1094
+ createdAt: Date;
1095
+ updatedAt: Date;
1096
+ createdBy: string | null;
1097
+ sequence: number;
1098
+ creditAmountCents: number | bigint;
1099
+ debitAmountCents: number | bigint;
1100
+ bankRef: string | null;
1101
+ description: string | null;
1102
+ transactionType: string;
1103
+ isCanceled: boolean;
1104
+ clearedAt: Date | null;
1105
+ syncedAt: Date;
1106
+ cancelType: string | null;
1107
+ canceledBy: string | null;
1108
+ canceledAt: Date | null;
1109
+ canceledReason: string | null;
1110
+ mtaId: string;
1111
+ referenceId: string | null;
1112
+ inputType: import("../..").MtaTransactionInputType;
1113
+ isRefunded: boolean;
1114
+ note: string | null;
1115
+ sourceTransactionId: string | null;
1116
+ creator?: {
1117
+ id: string;
1118
+ status: string;
1119
+ isArchived: boolean;
1120
+ createdAt: Date;
1121
+ updatedAt: Date;
1122
+ email: string;
1123
+ firstName: string | null;
1124
+ lastName: string | null;
1125
+ mobile: string;
1126
+ avatar: string | null;
1127
+ password: string;
1128
+ passwordVersion: number;
1129
+ isTwoFaRequired: boolean;
1130
+ preferTwoFaMethod: string | null;
1131
+ twoFaAvailableMethods: string[];
1132
+ } | null | undefined;
1133
+ canceler?: {
1134
+ id: string;
1135
+ status: string;
1136
+ isArchived: boolean;
1137
+ createdAt: Date;
1138
+ updatedAt: Date;
1139
+ email: string;
1140
+ firstName: string | null;
1141
+ lastName: string | null;
1142
+ mobile: string;
1143
+ avatar: string | null;
1144
+ password: string;
1145
+ passwordVersion: number;
1146
+ isTwoFaRequired: boolean;
1147
+ preferTwoFaMethod: string | null;
1148
+ twoFaAvailableMethods: string[];
1149
+ } | null | undefined;
1150
+ property?: {
1151
+ id: string;
1152
+ balanceCents: number | bigint;
1153
+ status: "active";
1154
+ isArchived: boolean;
1155
+ createdAt: Date;
1156
+ updatedAt: Date;
1157
+ syncedAt: Date;
1158
+ mtaId: string;
1159
+ customerId: string;
1160
+ projectId: string;
1161
+ lotDetail: string | null;
1162
+ propertyAddress: string;
1163
+ cmaBalanceCents: number | bigint;
1164
+ mtaBalanceCents: number | bigint;
1165
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1166
+ buyerName?: string | null | undefined;
1167
+ project?: {
1168
+ id: string;
1169
+ status: string;
1170
+ type: string;
1171
+ isArchived: boolean;
1172
+ createdAt: Date;
1173
+ updatedAt: Date;
1174
+ syncedAt: Date;
1175
+ name: string;
1176
+ mtaId: string | null;
1177
+ developerId: string;
1178
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1179
+ developer?: {
1180
+ id: string;
1181
+ status: string;
1182
+ isArchived: boolean;
1183
+ createdAt: Date;
1184
+ updatedAt: Date;
1185
+ syncedAt: Date;
1186
+ companyName: string | null;
1187
+ } | null | undefined;
1188
+ } | null | undefined;
1189
+ } | null | undefined;
1190
+ } & {
1191
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1192
+ sourceTransaction?: ({
1193
+ id: string;
1194
+ propertyId: string | null;
1195
+ balanceCents: number | bigint;
1196
+ status: import("../..").AccountingCommonStatus;
1197
+ isArchived: boolean;
1198
+ createdAt: Date;
1199
+ updatedAt: Date;
1200
+ createdBy: string | null;
1201
+ sequence: number;
1202
+ creditAmountCents: number | bigint;
1203
+ debitAmountCents: number | bigint;
1204
+ bankRef: string | null;
1205
+ description: string | null;
1206
+ transactionType: string;
1207
+ isCanceled: boolean;
1208
+ clearedAt: Date | null;
1209
+ syncedAt: Date;
1210
+ cancelType: string | null;
1211
+ canceledBy: string | null;
1212
+ canceledAt: Date | null;
1213
+ canceledReason: string | null;
1214
+ mtaId: string;
1215
+ referenceId: string | null;
1216
+ inputType: import("../..").MtaTransactionInputType;
1217
+ isRefunded: boolean;
1218
+ note: string | null;
1219
+ sourceTransactionId: string | null;
1220
+ creator?: {
1221
+ id: string;
1222
+ status: string;
1223
+ isArchived: boolean;
1224
+ createdAt: Date;
1225
+ updatedAt: Date;
1226
+ email: string;
1227
+ firstName: string | null;
1228
+ lastName: string | null;
1229
+ mobile: string;
1230
+ avatar: string | null;
1231
+ password: string;
1232
+ passwordVersion: number;
1233
+ isTwoFaRequired: boolean;
1234
+ preferTwoFaMethod: string | null;
1235
+ twoFaAvailableMethods: string[];
1236
+ } | null | undefined;
1237
+ canceler?: {
1238
+ id: string;
1239
+ status: string;
1240
+ isArchived: boolean;
1241
+ createdAt: Date;
1242
+ updatedAt: Date;
1243
+ email: string;
1244
+ firstName: string | null;
1245
+ lastName: string | null;
1246
+ mobile: string;
1247
+ avatar: string | null;
1248
+ password: string;
1249
+ passwordVersion: number;
1250
+ isTwoFaRequired: boolean;
1251
+ preferTwoFaMethod: string | null;
1252
+ twoFaAvailableMethods: string[];
1253
+ } | null | undefined;
1254
+ property?: {
1255
+ id: string;
1256
+ balanceCents: number | bigint;
1257
+ status: "active";
1258
+ isArchived: boolean;
1259
+ createdAt: Date;
1260
+ updatedAt: Date;
1261
+ syncedAt: Date;
1262
+ mtaId: string;
1263
+ customerId: string;
1264
+ projectId: string;
1265
+ lotDetail: string | null;
1266
+ propertyAddress: string;
1267
+ cmaBalanceCents: number | bigint;
1268
+ mtaBalanceCents: number | bigint;
1269
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1270
+ buyerName?: string | null | undefined;
1271
+ project?: {
1272
+ id: string;
1273
+ status: string;
1274
+ type: string;
1275
+ isArchived: boolean;
1276
+ createdAt: Date;
1277
+ updatedAt: Date;
1278
+ syncedAt: Date;
1279
+ name: string;
1280
+ mtaId: string | null;
1281
+ developerId: string;
1282
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1283
+ developer?: {
1284
+ id: string;
1285
+ status: string;
1286
+ isArchived: boolean;
1287
+ createdAt: Date;
1288
+ updatedAt: Date;
1289
+ syncedAt: Date;
1290
+ companyName: string | null;
1291
+ } | null | undefined;
1292
+ } | null | undefined;
1293
+ } | null | undefined;
1294
+ } & any) | null | undefined;
1295
+ subsequentTransactions?: ({
1296
+ id: string;
1297
+ propertyId: string | null;
1298
+ balanceCents: number | bigint;
1299
+ status: import("../..").AccountingCommonStatus;
1300
+ isArchived: boolean;
1301
+ createdAt: Date;
1302
+ updatedAt: Date;
1303
+ createdBy: string | null;
1304
+ sequence: number;
1305
+ creditAmountCents: number | bigint;
1306
+ debitAmountCents: number | bigint;
1307
+ bankRef: string | null;
1308
+ description: string | null;
1309
+ transactionType: string;
1310
+ isCanceled: boolean;
1311
+ clearedAt: Date | null;
1312
+ syncedAt: Date;
1313
+ cancelType: string | null;
1314
+ canceledBy: string | null;
1315
+ canceledAt: Date | null;
1316
+ canceledReason: string | null;
1317
+ mtaId: string;
1318
+ referenceId: string | null;
1319
+ inputType: import("../..").MtaTransactionInputType;
1320
+ isRefunded: boolean;
1321
+ note: string | null;
1322
+ sourceTransactionId: string | null;
1323
+ creator?: {
1324
+ id: string;
1325
+ status: string;
1326
+ isArchived: boolean;
1327
+ createdAt: Date;
1328
+ updatedAt: Date;
1329
+ email: string;
1330
+ firstName: string | null;
1331
+ lastName: string | null;
1332
+ mobile: string;
1333
+ avatar: string | null;
1334
+ password: string;
1335
+ passwordVersion: number;
1336
+ isTwoFaRequired: boolean;
1337
+ preferTwoFaMethod: string | null;
1338
+ twoFaAvailableMethods: string[];
1339
+ } | null | undefined;
1340
+ canceler?: {
1341
+ id: string;
1342
+ status: string;
1343
+ isArchived: boolean;
1344
+ createdAt: Date;
1345
+ updatedAt: Date;
1346
+ email: string;
1347
+ firstName: string | null;
1348
+ lastName: string | null;
1349
+ mobile: string;
1350
+ avatar: string | null;
1351
+ password: string;
1352
+ passwordVersion: number;
1353
+ isTwoFaRequired: boolean;
1354
+ preferTwoFaMethod: string | null;
1355
+ twoFaAvailableMethods: string[];
1356
+ } | null | undefined;
1357
+ property?: {
1358
+ id: string;
1359
+ balanceCents: number | bigint;
1360
+ status: "active";
1361
+ isArchived: boolean;
1362
+ createdAt: Date;
1363
+ updatedAt: Date;
1364
+ syncedAt: Date;
1365
+ mtaId: string;
1366
+ customerId: string;
1367
+ projectId: string;
1368
+ lotDetail: string | null;
1369
+ propertyAddress: string;
1370
+ cmaBalanceCents: number | bigint;
1371
+ mtaBalanceCents: number | bigint;
1372
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1373
+ buyerName?: string | null | undefined;
1374
+ project?: {
1375
+ id: string;
1376
+ status: string;
1377
+ type: string;
1378
+ isArchived: boolean;
1379
+ createdAt: Date;
1380
+ updatedAt: Date;
1381
+ syncedAt: Date;
1382
+ name: string;
1383
+ mtaId: string | null;
1384
+ developerId: string;
1385
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1386
+ developer?: {
1387
+ id: string;
1388
+ status: string;
1389
+ isArchived: boolean;
1390
+ createdAt: Date;
1391
+ updatedAt: Date;
1392
+ syncedAt: Date;
1393
+ companyName: string | null;
1394
+ } | null | undefined;
1395
+ } | null | undefined;
1396
+ } | null | undefined;
1397
+ } & any)[] | null | undefined;
1398
+ reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1399
+ }>, "many">>>>;
1400
+ }, "strip", z.ZodTypeAny, {
1401
+ reconciledAmountCents: number;
1402
+ unreconciledAmountCents: number;
1403
+ reconciledTransactions?: ({
1404
+ id: string;
1405
+ propertyId: string | null;
1406
+ balanceCents: number;
1407
+ status: import("../..").AccountingCommonStatus;
1408
+ isArchived: boolean;
1409
+ createdAt: Date;
1410
+ updatedAt: Date;
1411
+ createdBy: string | null;
1412
+ sequence: number;
1413
+ creditAmountCents: number;
1414
+ debitAmountCents: number;
1415
+ bankRef: string | null;
1416
+ description: string | null;
1417
+ transactionType: string;
1418
+ isCanceled: boolean;
1419
+ clearedAt: Date | null;
1420
+ syncedAt: Date;
1421
+ cancelType: string | null;
1422
+ canceledBy: string | null;
1423
+ canceledAt: Date | null;
1424
+ canceledReason: string | null;
1425
+ mtaId: string;
1426
+ referenceId: string | null;
1427
+ inputType: import("../..").MtaTransactionInputType;
1428
+ isRefunded: boolean;
1429
+ note: string | null;
1430
+ sourceTransactionId: string | null;
1431
+ creator?: {
1432
+ id: string;
1433
+ status: string;
1434
+ isArchived: boolean;
1435
+ createdAt: Date;
1436
+ updatedAt: Date;
1437
+ email: string;
1438
+ firstName: string | null;
1439
+ lastName: string | null;
1440
+ mobile: string;
1441
+ avatar: string | null;
1442
+ password: string;
1443
+ passwordVersion: number;
1444
+ isTwoFaRequired: boolean;
1445
+ preferTwoFaMethod: string | null;
1446
+ twoFaAvailableMethods: string[];
1447
+ } | null | undefined;
1448
+ canceler?: {
1449
+ id: string;
1450
+ status: string;
1451
+ isArchived: boolean;
1452
+ createdAt: Date;
1453
+ updatedAt: Date;
1454
+ email: string;
1455
+ firstName: string | null;
1456
+ lastName: string | null;
1457
+ mobile: string;
1458
+ avatar: string | null;
1459
+ password: string;
1460
+ passwordVersion: number;
1461
+ isTwoFaRequired: boolean;
1462
+ preferTwoFaMethod: string | null;
1463
+ twoFaAvailableMethods: string[];
1464
+ } | null | undefined;
1465
+ property?: {
1466
+ id: string;
1467
+ balanceCents: number | bigint;
1468
+ status: "active";
1469
+ isArchived: boolean;
1470
+ createdAt: Date;
1471
+ updatedAt: Date;
1472
+ syncedAt: Date;
1473
+ mtaId: string;
1474
+ customerId: string;
1475
+ projectId: string;
1476
+ lotDetail: string | null;
1477
+ propertyAddress: string;
1478
+ cmaBalanceCents: number | bigint;
1479
+ mtaBalanceCents: number | bigint;
1480
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1481
+ buyerName?: string | null | undefined;
1482
+ project?: {
1483
+ id: string;
1484
+ status: string;
1485
+ type: string;
1486
+ isArchived: boolean;
1487
+ createdAt: Date;
1488
+ updatedAt: Date;
1489
+ syncedAt: Date;
1490
+ name: string;
1491
+ mtaId: string | null;
1492
+ developerId: string;
1493
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1494
+ developer?: {
1495
+ id: string;
1496
+ status: string;
1497
+ isArchived: boolean;
1498
+ createdAt: Date;
1499
+ updatedAt: Date;
1500
+ syncedAt: Date;
1501
+ companyName: string | null;
1502
+ } | null | undefined;
1503
+ } | null | undefined;
1504
+ } | null | undefined;
1505
+ } & {
1506
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1507
+ sourceTransaction?: ({
1508
+ id: string;
1509
+ propertyId: string | null;
1510
+ balanceCents: number;
1511
+ status: import("../..").AccountingCommonStatus;
1512
+ isArchived: boolean;
1513
+ createdAt: Date;
1514
+ updatedAt: Date;
1515
+ createdBy: string | null;
1516
+ sequence: number;
1517
+ creditAmountCents: number;
1518
+ debitAmountCents: number;
1519
+ bankRef: string | null;
1520
+ description: string | null;
1521
+ transactionType: string;
1522
+ isCanceled: boolean;
1523
+ clearedAt: Date | null;
1524
+ syncedAt: Date;
1525
+ cancelType: string | null;
1526
+ canceledBy: string | null;
1527
+ canceledAt: Date | null;
1528
+ canceledReason: string | null;
1529
+ mtaId: string;
1530
+ referenceId: string | null;
1531
+ inputType: import("../..").MtaTransactionInputType;
1532
+ isRefunded: boolean;
1533
+ note: string | null;
1534
+ sourceTransactionId: string | null;
1535
+ creator?: {
1536
+ id: string;
1537
+ status: string;
1538
+ isArchived: boolean;
1539
+ createdAt: Date;
1540
+ updatedAt: Date;
1541
+ email: string;
1542
+ firstName: string | null;
1543
+ lastName: string | null;
1544
+ mobile: string;
1545
+ avatar: string | null;
1546
+ password: string;
1547
+ passwordVersion: number;
1548
+ isTwoFaRequired: boolean;
1549
+ preferTwoFaMethod: string | null;
1550
+ twoFaAvailableMethods: string[];
1551
+ } | null | undefined;
1552
+ canceler?: {
1553
+ id: string;
1554
+ status: string;
1555
+ isArchived: boolean;
1556
+ createdAt: Date;
1557
+ updatedAt: Date;
1558
+ email: string;
1559
+ firstName: string | null;
1560
+ lastName: string | null;
1561
+ mobile: string;
1562
+ avatar: string | null;
1563
+ password: string;
1564
+ passwordVersion: number;
1565
+ isTwoFaRequired: boolean;
1566
+ preferTwoFaMethod: string | null;
1567
+ twoFaAvailableMethods: string[];
1568
+ } | null | undefined;
1569
+ property?: {
1570
+ id: string;
1571
+ balanceCents: number | bigint;
1572
+ status: "active";
1573
+ isArchived: boolean;
1574
+ createdAt: Date;
1575
+ updatedAt: Date;
1576
+ syncedAt: Date;
1577
+ mtaId: string;
1578
+ customerId: string;
1579
+ projectId: string;
1580
+ lotDetail: string | null;
1581
+ propertyAddress: string;
1582
+ cmaBalanceCents: number | bigint;
1583
+ mtaBalanceCents: number | bigint;
1584
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1585
+ buyerName?: string | null | undefined;
1586
+ project?: {
1587
+ id: string;
1588
+ status: string;
1589
+ type: string;
1590
+ isArchived: boolean;
1591
+ createdAt: Date;
1592
+ updatedAt: Date;
1593
+ syncedAt: Date;
1594
+ name: string;
1595
+ mtaId: string | null;
1596
+ developerId: string;
1597
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1598
+ developer?: {
1599
+ id: string;
1600
+ status: string;
1601
+ isArchived: boolean;
1602
+ createdAt: Date;
1603
+ updatedAt: Date;
1604
+ syncedAt: Date;
1605
+ companyName: string | null;
1606
+ } | null | undefined;
1607
+ } | null | undefined;
1608
+ } | null | undefined;
1609
+ } & any) | null | undefined;
1610
+ subsequentTransactions?: ({
1611
+ id: string;
1612
+ propertyId: string | null;
1613
+ balanceCents: number;
1614
+ status: import("../..").AccountingCommonStatus;
1615
+ isArchived: boolean;
1616
+ createdAt: Date;
1617
+ updatedAt: Date;
1618
+ createdBy: string | null;
1619
+ sequence: number;
1620
+ creditAmountCents: number;
1621
+ debitAmountCents: number;
1622
+ bankRef: string | null;
1623
+ description: string | null;
1624
+ transactionType: string;
1625
+ isCanceled: boolean;
1626
+ clearedAt: Date | null;
1627
+ syncedAt: Date;
1628
+ cancelType: string | null;
1629
+ canceledBy: string | null;
1630
+ canceledAt: Date | null;
1631
+ canceledReason: string | null;
1632
+ mtaId: string;
1633
+ referenceId: string | null;
1634
+ inputType: import("../..").MtaTransactionInputType;
1635
+ isRefunded: boolean;
1636
+ note: string | null;
1637
+ sourceTransactionId: string | null;
1638
+ creator?: {
1639
+ id: string;
1640
+ status: string;
1641
+ isArchived: boolean;
1642
+ createdAt: Date;
1643
+ updatedAt: Date;
1644
+ email: string;
1645
+ firstName: string | null;
1646
+ lastName: string | null;
1647
+ mobile: string;
1648
+ avatar: string | null;
1649
+ password: string;
1650
+ passwordVersion: number;
1651
+ isTwoFaRequired: boolean;
1652
+ preferTwoFaMethod: string | null;
1653
+ twoFaAvailableMethods: string[];
1654
+ } | null | undefined;
1655
+ canceler?: {
1656
+ id: string;
1657
+ status: string;
1658
+ isArchived: boolean;
1659
+ createdAt: Date;
1660
+ updatedAt: Date;
1661
+ email: string;
1662
+ firstName: string | null;
1663
+ lastName: string | null;
1664
+ mobile: string;
1665
+ avatar: string | null;
1666
+ password: string;
1667
+ passwordVersion: number;
1668
+ isTwoFaRequired: boolean;
1669
+ preferTwoFaMethod: string | null;
1670
+ twoFaAvailableMethods: string[];
1671
+ } | null | undefined;
1672
+ property?: {
1673
+ id: string;
1674
+ balanceCents: number | bigint;
1675
+ status: "active";
1676
+ isArchived: boolean;
1677
+ createdAt: Date;
1678
+ updatedAt: Date;
1679
+ syncedAt: Date;
1680
+ mtaId: string;
1681
+ customerId: string;
1682
+ projectId: string;
1683
+ lotDetail: string | null;
1684
+ propertyAddress: string;
1685
+ cmaBalanceCents: number | bigint;
1686
+ mtaBalanceCents: number | bigint;
1687
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1688
+ buyerName?: string | null | undefined;
1689
+ project?: {
1690
+ id: string;
1691
+ status: string;
1692
+ type: string;
1693
+ isArchived: boolean;
1694
+ createdAt: Date;
1695
+ updatedAt: Date;
1696
+ syncedAt: Date;
1697
+ name: string;
1698
+ mtaId: string | null;
1699
+ developerId: string;
1700
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1701
+ developer?: {
1702
+ id: string;
1703
+ status: string;
1704
+ isArchived: boolean;
1705
+ createdAt: Date;
1706
+ updatedAt: Date;
1707
+ syncedAt: Date;
1708
+ companyName: string | null;
1709
+ } | null | undefined;
1710
+ } | null | undefined;
1711
+ } | null | undefined;
1712
+ } & any)[] | null | undefined;
1713
+ reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1714
+ isReceipt?: boolean | null | undefined;
1715
+ isPayment?: boolean | null | undefined;
1716
+ isReconciled?: boolean | null | undefined;
1717
+ isUnknown?: boolean | null | undefined;
1718
+ isAssignableToProperty?: boolean | null | undefined;
1719
+ isAssignedToProperty?: boolean | null | undefined;
1720
+ amountStr?: string | null | undefined;
1721
+ transactionNumber?: string | null | undefined;
1722
+ isCancelable?: boolean | null | undefined;
1723
+ })[] | null | undefined;
1724
+ unreconciledTransactions?: ({
1725
+ id: string;
1726
+ propertyId: string | null;
1727
+ balanceCents: number;
1728
+ status: import("../..").AccountingCommonStatus;
1729
+ isArchived: boolean;
1730
+ createdAt: Date;
1731
+ updatedAt: Date;
1732
+ createdBy: string | null;
1733
+ sequence: number;
1734
+ creditAmountCents: number;
1735
+ debitAmountCents: number;
1736
+ bankRef: string | null;
1737
+ description: string | null;
1738
+ transactionType: string;
1739
+ isCanceled: boolean;
1740
+ clearedAt: Date | null;
1741
+ syncedAt: Date;
1742
+ cancelType: string | null;
1743
+ canceledBy: string | null;
1744
+ canceledAt: Date | null;
1745
+ canceledReason: string | null;
1746
+ mtaId: string;
1747
+ referenceId: string | null;
1748
+ inputType: import("../..").MtaTransactionInputType;
1749
+ isRefunded: boolean;
1750
+ note: string | null;
1751
+ sourceTransactionId: string | null;
1752
+ creator?: {
1753
+ id: string;
1754
+ status: string;
1755
+ isArchived: boolean;
1756
+ createdAt: Date;
1757
+ updatedAt: Date;
1758
+ email: string;
1759
+ firstName: string | null;
1760
+ lastName: string | null;
1761
+ mobile: string;
1762
+ avatar: string | null;
1763
+ password: string;
1764
+ passwordVersion: number;
1765
+ isTwoFaRequired: boolean;
1766
+ preferTwoFaMethod: string | null;
1767
+ twoFaAvailableMethods: string[];
1768
+ } | null | undefined;
1769
+ canceler?: {
1770
+ id: string;
1771
+ status: string;
1772
+ isArchived: boolean;
1773
+ createdAt: Date;
1774
+ updatedAt: Date;
1775
+ email: string;
1776
+ firstName: string | null;
1777
+ lastName: string | null;
1778
+ mobile: string;
1779
+ avatar: string | null;
1780
+ password: string;
1781
+ passwordVersion: number;
1782
+ isTwoFaRequired: boolean;
1783
+ preferTwoFaMethod: string | null;
1784
+ twoFaAvailableMethods: string[];
1785
+ } | null | undefined;
1786
+ property?: {
1787
+ id: string;
1788
+ balanceCents: number | bigint;
1789
+ status: "active";
1790
+ isArchived: boolean;
1791
+ createdAt: Date;
1792
+ updatedAt: Date;
1793
+ syncedAt: Date;
1794
+ mtaId: string;
1795
+ customerId: string;
1796
+ projectId: string;
1797
+ lotDetail: string | null;
1798
+ propertyAddress: string;
1799
+ cmaBalanceCents: number | bigint;
1800
+ mtaBalanceCents: number | bigint;
1801
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1802
+ buyerName?: string | null | undefined;
1803
+ project?: {
1804
+ id: string;
1805
+ status: string;
1806
+ type: string;
1807
+ isArchived: boolean;
1808
+ createdAt: Date;
1809
+ updatedAt: Date;
1810
+ syncedAt: Date;
1811
+ name: string;
1812
+ mtaId: string | null;
1813
+ developerId: string;
1814
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1815
+ developer?: {
1816
+ id: string;
1817
+ status: string;
1818
+ isArchived: boolean;
1819
+ createdAt: Date;
1820
+ updatedAt: Date;
1821
+ syncedAt: Date;
1822
+ companyName: string | null;
1823
+ } | null | undefined;
1824
+ } | null | undefined;
1825
+ } | null | undefined;
1826
+ } & {
1827
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1828
+ sourceTransaction?: ({
1829
+ id: string;
1830
+ propertyId: string | null;
1831
+ balanceCents: number;
1832
+ status: import("../..").AccountingCommonStatus;
1833
+ isArchived: boolean;
1834
+ createdAt: Date;
1835
+ updatedAt: Date;
1836
+ createdBy: string | null;
1837
+ sequence: number;
1838
+ creditAmountCents: number;
1839
+ debitAmountCents: number;
1840
+ bankRef: string | null;
1841
+ description: string | null;
1842
+ transactionType: string;
1843
+ isCanceled: boolean;
1844
+ clearedAt: Date | null;
1845
+ syncedAt: Date;
1846
+ cancelType: string | null;
1847
+ canceledBy: string | null;
1848
+ canceledAt: Date | null;
1849
+ canceledReason: string | null;
1850
+ mtaId: string;
1851
+ referenceId: string | null;
1852
+ inputType: import("../..").MtaTransactionInputType;
1853
+ isRefunded: boolean;
1854
+ note: string | null;
1855
+ sourceTransactionId: string | null;
1856
+ creator?: {
1857
+ id: string;
1858
+ status: string;
1859
+ isArchived: boolean;
1860
+ createdAt: Date;
1861
+ updatedAt: Date;
1862
+ email: string;
1863
+ firstName: string | null;
1864
+ lastName: string | null;
1865
+ mobile: string;
1866
+ avatar: string | null;
1867
+ password: string;
1868
+ passwordVersion: number;
1869
+ isTwoFaRequired: boolean;
1870
+ preferTwoFaMethod: string | null;
1871
+ twoFaAvailableMethods: string[];
1872
+ } | null | undefined;
1873
+ canceler?: {
1874
+ id: string;
1875
+ status: string;
1876
+ isArchived: boolean;
1877
+ createdAt: Date;
1878
+ updatedAt: Date;
1879
+ email: string;
1880
+ firstName: string | null;
1881
+ lastName: string | null;
1882
+ mobile: string;
1883
+ avatar: string | null;
1884
+ password: string;
1885
+ passwordVersion: number;
1886
+ isTwoFaRequired: boolean;
1887
+ preferTwoFaMethod: string | null;
1888
+ twoFaAvailableMethods: string[];
1889
+ } | null | undefined;
1890
+ property?: {
1891
+ id: string;
1892
+ balanceCents: number | bigint;
1893
+ status: "active";
1894
+ isArchived: boolean;
1895
+ createdAt: Date;
1896
+ updatedAt: Date;
1897
+ syncedAt: Date;
1898
+ mtaId: string;
1899
+ customerId: string;
1900
+ projectId: string;
1901
+ lotDetail: string | null;
1902
+ propertyAddress: string;
1903
+ cmaBalanceCents: number | bigint;
1904
+ mtaBalanceCents: number | bigint;
1905
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
1906
+ buyerName?: string | null | undefined;
1907
+ project?: {
1908
+ id: string;
1909
+ status: string;
1910
+ type: string;
1911
+ isArchived: boolean;
1912
+ createdAt: Date;
1913
+ updatedAt: Date;
1914
+ syncedAt: Date;
1915
+ name: string;
1916
+ mtaId: string | null;
1917
+ developerId: string;
1918
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
1919
+ developer?: {
1920
+ id: string;
1921
+ status: string;
1922
+ isArchived: boolean;
1923
+ createdAt: Date;
1924
+ updatedAt: Date;
1925
+ syncedAt: Date;
1926
+ companyName: string | null;
1927
+ } | null | undefined;
1928
+ } | null | undefined;
1929
+ } | null | undefined;
1930
+ } & any) | null | undefined;
1931
+ subsequentTransactions?: ({
1932
+ id: string;
1933
+ propertyId: string | null;
1934
+ balanceCents: number;
1935
+ status: import("../..").AccountingCommonStatus;
1936
+ isArchived: boolean;
1937
+ createdAt: Date;
1938
+ updatedAt: Date;
1939
+ createdBy: string | null;
1940
+ sequence: number;
1941
+ creditAmountCents: number;
1942
+ debitAmountCents: number;
1943
+ bankRef: string | null;
1944
+ description: string | null;
1945
+ transactionType: string;
1946
+ isCanceled: boolean;
1947
+ clearedAt: Date | null;
1948
+ syncedAt: Date;
1949
+ cancelType: string | null;
1950
+ canceledBy: string | null;
1951
+ canceledAt: Date | null;
1952
+ canceledReason: string | null;
1953
+ mtaId: string;
1954
+ referenceId: string | null;
1955
+ inputType: import("../..").MtaTransactionInputType;
1956
+ isRefunded: boolean;
1957
+ note: string | null;
1958
+ sourceTransactionId: string | null;
1959
+ creator?: {
1960
+ id: string;
1961
+ status: string;
1962
+ isArchived: boolean;
1963
+ createdAt: Date;
1964
+ updatedAt: Date;
1965
+ email: string;
1966
+ firstName: string | null;
1967
+ lastName: string | null;
1968
+ mobile: string;
1969
+ avatar: string | null;
1970
+ password: string;
1971
+ passwordVersion: number;
1972
+ isTwoFaRequired: boolean;
1973
+ preferTwoFaMethod: string | null;
1974
+ twoFaAvailableMethods: string[];
1975
+ } | null | undefined;
1976
+ canceler?: {
1977
+ id: string;
1978
+ status: string;
1979
+ isArchived: boolean;
1980
+ createdAt: Date;
1981
+ updatedAt: Date;
1982
+ email: string;
1983
+ firstName: string | null;
1984
+ lastName: string | null;
1985
+ mobile: string;
1986
+ avatar: string | null;
1987
+ password: string;
1988
+ passwordVersion: number;
1989
+ isTwoFaRequired: boolean;
1990
+ preferTwoFaMethod: string | null;
1991
+ twoFaAvailableMethods: string[];
1992
+ } | null | undefined;
1993
+ property?: {
1994
+ id: string;
1995
+ balanceCents: number | bigint;
1996
+ status: "active";
1997
+ isArchived: boolean;
1998
+ createdAt: Date;
1999
+ updatedAt: Date;
2000
+ syncedAt: Date;
2001
+ mtaId: string;
2002
+ customerId: string;
2003
+ projectId: string;
2004
+ lotDetail: string | null;
2005
+ propertyAddress: string;
2006
+ cmaBalanceCents: number | bigint;
2007
+ mtaBalanceCents: number | bigint;
2008
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2009
+ buyerName?: string | null | undefined;
2010
+ project?: {
2011
+ id: string;
2012
+ status: string;
2013
+ type: string;
2014
+ isArchived: boolean;
2015
+ createdAt: Date;
2016
+ updatedAt: Date;
2017
+ syncedAt: Date;
2018
+ name: string;
2019
+ mtaId: string | null;
2020
+ developerId: string;
2021
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2022
+ developer?: {
2023
+ id: string;
2024
+ status: string;
2025
+ isArchived: boolean;
2026
+ createdAt: Date;
2027
+ updatedAt: Date;
2028
+ syncedAt: Date;
2029
+ companyName: string | null;
2030
+ } | null | undefined;
2031
+ } | null | undefined;
2032
+ } | null | undefined;
2033
+ } & any)[] | null | undefined;
2034
+ reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2035
+ isReceipt?: boolean | null | undefined;
2036
+ isPayment?: boolean | null | undefined;
2037
+ isReconciled?: boolean | null | undefined;
2038
+ isUnknown?: boolean | null | undefined;
2039
+ isAssignableToProperty?: boolean | null | undefined;
2040
+ isAssignedToProperty?: boolean | null | undefined;
2041
+ amountStr?: string | null | undefined;
2042
+ transactionNumber?: string | null | undefined;
2043
+ isCancelable?: boolean | null | undefined;
2044
+ })[] | null | undefined;
2045
+ }, {
2046
+ reconciledAmountCents: number | bigint;
2047
+ unreconciledAmountCents: number | bigint;
2048
+ reconciledTransactions?: ({
2049
+ id: string;
2050
+ propertyId: string | null;
2051
+ balanceCents: number | bigint;
2052
+ status: import("../..").AccountingCommonStatus;
2053
+ isArchived: boolean;
2054
+ createdAt: Date;
2055
+ updatedAt: Date;
2056
+ createdBy: string | null;
2057
+ sequence: number;
2058
+ creditAmountCents: number | bigint;
2059
+ debitAmountCents: number | bigint;
2060
+ bankRef: string | null;
2061
+ description: string | null;
2062
+ transactionType: string;
2063
+ isCanceled: boolean;
2064
+ clearedAt: Date | null;
2065
+ syncedAt: Date;
2066
+ cancelType: string | null;
2067
+ canceledBy: string | null;
2068
+ canceledAt: Date | null;
2069
+ canceledReason: string | null;
2070
+ mtaId: string;
2071
+ referenceId: string | null;
2072
+ inputType: import("../..").MtaTransactionInputType;
2073
+ isRefunded: boolean;
2074
+ note: string | null;
2075
+ sourceTransactionId: string | null;
2076
+ creator?: {
2077
+ id: string;
2078
+ status: string;
2079
+ isArchived: boolean;
2080
+ createdAt: Date;
2081
+ updatedAt: Date;
2082
+ email: string;
2083
+ firstName: string | null;
2084
+ lastName: string | null;
2085
+ mobile: string;
2086
+ avatar: string | null;
2087
+ password: string;
2088
+ passwordVersion: number;
2089
+ isTwoFaRequired: boolean;
2090
+ preferTwoFaMethod: string | null;
2091
+ twoFaAvailableMethods: string[];
2092
+ } | null | undefined;
2093
+ canceler?: {
2094
+ id: string;
2095
+ status: string;
2096
+ isArchived: boolean;
2097
+ createdAt: Date;
2098
+ updatedAt: Date;
2099
+ email: string;
2100
+ firstName: string | null;
2101
+ lastName: string | null;
2102
+ mobile: string;
2103
+ avatar: string | null;
2104
+ password: string;
2105
+ passwordVersion: number;
2106
+ isTwoFaRequired: boolean;
2107
+ preferTwoFaMethod: string | null;
2108
+ twoFaAvailableMethods: string[];
2109
+ } | null | undefined;
2110
+ property?: {
2111
+ id: string;
2112
+ balanceCents: number | bigint;
2113
+ status: "active";
2114
+ isArchived: boolean;
2115
+ createdAt: Date;
2116
+ updatedAt: Date;
2117
+ syncedAt: Date;
2118
+ mtaId: string;
2119
+ customerId: string;
2120
+ projectId: string;
2121
+ lotDetail: string | null;
2122
+ propertyAddress: string;
2123
+ cmaBalanceCents: number | bigint;
2124
+ mtaBalanceCents: number | bigint;
2125
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2126
+ buyerName?: string | null | undefined;
2127
+ project?: {
2128
+ id: string;
2129
+ status: string;
2130
+ type: string;
2131
+ isArchived: boolean;
2132
+ createdAt: Date;
2133
+ updatedAt: Date;
2134
+ syncedAt: Date;
2135
+ name: string;
2136
+ mtaId: string | null;
2137
+ developerId: string;
2138
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2139
+ developer?: {
2140
+ id: string;
2141
+ status: string;
2142
+ isArchived: boolean;
2143
+ createdAt: Date;
2144
+ updatedAt: Date;
2145
+ syncedAt: Date;
2146
+ companyName: string | null;
2147
+ } | null | undefined;
2148
+ } | null | undefined;
2149
+ } | null | undefined;
2150
+ } & {
2151
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
2152
+ sourceTransaction?: ({
2153
+ id: string;
2154
+ propertyId: string | null;
2155
+ balanceCents: number | bigint;
2156
+ status: import("../..").AccountingCommonStatus;
2157
+ isArchived: boolean;
2158
+ createdAt: Date;
2159
+ updatedAt: Date;
2160
+ createdBy: string | null;
2161
+ sequence: number;
2162
+ creditAmountCents: number | bigint;
2163
+ debitAmountCents: number | bigint;
2164
+ bankRef: string | null;
2165
+ description: string | null;
2166
+ transactionType: string;
2167
+ isCanceled: boolean;
2168
+ clearedAt: Date | null;
2169
+ syncedAt: Date;
2170
+ cancelType: string | null;
2171
+ canceledBy: string | null;
2172
+ canceledAt: Date | null;
2173
+ canceledReason: string | null;
2174
+ mtaId: string;
2175
+ referenceId: string | null;
2176
+ inputType: import("../..").MtaTransactionInputType;
2177
+ isRefunded: boolean;
2178
+ note: string | null;
2179
+ sourceTransactionId: string | null;
2180
+ creator?: {
2181
+ id: string;
2182
+ status: string;
2183
+ isArchived: boolean;
2184
+ createdAt: Date;
2185
+ updatedAt: Date;
2186
+ email: string;
2187
+ firstName: string | null;
2188
+ lastName: string | null;
2189
+ mobile: string;
2190
+ avatar: string | null;
2191
+ password: string;
2192
+ passwordVersion: number;
2193
+ isTwoFaRequired: boolean;
2194
+ preferTwoFaMethod: string | null;
2195
+ twoFaAvailableMethods: string[];
2196
+ } | null | undefined;
2197
+ canceler?: {
2198
+ id: string;
2199
+ status: string;
2200
+ isArchived: boolean;
2201
+ createdAt: Date;
2202
+ updatedAt: Date;
2203
+ email: string;
2204
+ firstName: string | null;
2205
+ lastName: string | null;
2206
+ mobile: string;
2207
+ avatar: string | null;
2208
+ password: string;
2209
+ passwordVersion: number;
2210
+ isTwoFaRequired: boolean;
2211
+ preferTwoFaMethod: string | null;
2212
+ twoFaAvailableMethods: string[];
2213
+ } | null | undefined;
2214
+ property?: {
2215
+ id: string;
2216
+ balanceCents: number | bigint;
2217
+ status: "active";
2218
+ isArchived: boolean;
2219
+ createdAt: Date;
2220
+ updatedAt: Date;
2221
+ syncedAt: Date;
2222
+ mtaId: string;
2223
+ customerId: string;
2224
+ projectId: string;
2225
+ lotDetail: string | null;
2226
+ propertyAddress: string;
2227
+ cmaBalanceCents: number | bigint;
2228
+ mtaBalanceCents: number | bigint;
2229
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2230
+ buyerName?: string | null | undefined;
2231
+ project?: {
2232
+ id: string;
2233
+ status: string;
2234
+ type: string;
2235
+ isArchived: boolean;
2236
+ createdAt: Date;
2237
+ updatedAt: Date;
2238
+ syncedAt: Date;
2239
+ name: string;
2240
+ mtaId: string | null;
2241
+ developerId: string;
2242
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2243
+ developer?: {
2244
+ id: string;
2245
+ status: string;
2246
+ isArchived: boolean;
2247
+ createdAt: Date;
2248
+ updatedAt: Date;
2249
+ syncedAt: Date;
2250
+ companyName: string | null;
2251
+ } | null | undefined;
2252
+ } | null | undefined;
2253
+ } | null | undefined;
2254
+ } & any) | null | undefined;
2255
+ subsequentTransactions?: ({
2256
+ id: string;
2257
+ propertyId: string | null;
2258
+ balanceCents: number | bigint;
2259
+ status: import("../..").AccountingCommonStatus;
2260
+ isArchived: boolean;
2261
+ createdAt: Date;
2262
+ updatedAt: Date;
2263
+ createdBy: string | null;
2264
+ sequence: number;
2265
+ creditAmountCents: number | bigint;
2266
+ debitAmountCents: number | bigint;
2267
+ bankRef: string | null;
2268
+ description: string | null;
2269
+ transactionType: string;
2270
+ isCanceled: boolean;
2271
+ clearedAt: Date | null;
2272
+ syncedAt: Date;
2273
+ cancelType: string | null;
2274
+ canceledBy: string | null;
2275
+ canceledAt: Date | null;
2276
+ canceledReason: string | null;
2277
+ mtaId: string;
2278
+ referenceId: string | null;
2279
+ inputType: import("../..").MtaTransactionInputType;
2280
+ isRefunded: boolean;
2281
+ note: string | null;
2282
+ sourceTransactionId: string | null;
2283
+ creator?: {
2284
+ id: string;
2285
+ status: string;
2286
+ isArchived: boolean;
2287
+ createdAt: Date;
2288
+ updatedAt: Date;
2289
+ email: string;
2290
+ firstName: string | null;
2291
+ lastName: string | null;
2292
+ mobile: string;
2293
+ avatar: string | null;
2294
+ password: string;
2295
+ passwordVersion: number;
2296
+ isTwoFaRequired: boolean;
2297
+ preferTwoFaMethod: string | null;
2298
+ twoFaAvailableMethods: string[];
2299
+ } | null | undefined;
2300
+ canceler?: {
2301
+ id: string;
2302
+ status: string;
2303
+ isArchived: boolean;
2304
+ createdAt: Date;
2305
+ updatedAt: Date;
2306
+ email: string;
2307
+ firstName: string | null;
2308
+ lastName: string | null;
2309
+ mobile: string;
2310
+ avatar: string | null;
2311
+ password: string;
2312
+ passwordVersion: number;
2313
+ isTwoFaRequired: boolean;
2314
+ preferTwoFaMethod: string | null;
2315
+ twoFaAvailableMethods: string[];
2316
+ } | null | undefined;
2317
+ property?: {
2318
+ id: string;
2319
+ balanceCents: number | bigint;
2320
+ status: "active";
2321
+ isArchived: boolean;
2322
+ createdAt: Date;
2323
+ updatedAt: Date;
2324
+ syncedAt: Date;
2325
+ mtaId: string;
2326
+ customerId: string;
2327
+ projectId: string;
2328
+ lotDetail: string | null;
2329
+ propertyAddress: string;
2330
+ cmaBalanceCents: number | bigint;
2331
+ mtaBalanceCents: number | bigint;
2332
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2333
+ buyerName?: string | null | undefined;
2334
+ project?: {
2335
+ id: string;
2336
+ status: string;
2337
+ type: string;
2338
+ isArchived: boolean;
2339
+ createdAt: Date;
2340
+ updatedAt: Date;
2341
+ syncedAt: Date;
2342
+ name: string;
2343
+ mtaId: string | null;
2344
+ developerId: string;
2345
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2346
+ developer?: {
2347
+ id: string;
2348
+ status: string;
2349
+ isArchived: boolean;
2350
+ createdAt: Date;
2351
+ updatedAt: Date;
2352
+ syncedAt: Date;
2353
+ companyName: string | null;
2354
+ } | null | undefined;
2355
+ } | null | undefined;
2356
+ } | null | undefined;
2357
+ } & any)[] | null | undefined;
2358
+ reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2359
+ })[] | null | undefined;
2360
+ unreconciledTransactions?: ({
2361
+ id: string;
2362
+ propertyId: string | null;
2363
+ balanceCents: number | bigint;
2364
+ status: import("../..").AccountingCommonStatus;
2365
+ isArchived: boolean;
2366
+ createdAt: Date;
2367
+ updatedAt: Date;
2368
+ createdBy: string | null;
2369
+ sequence: number;
2370
+ creditAmountCents: number | bigint;
2371
+ debitAmountCents: number | bigint;
2372
+ bankRef: string | null;
2373
+ description: string | null;
2374
+ transactionType: string;
2375
+ isCanceled: boolean;
2376
+ clearedAt: Date | null;
2377
+ syncedAt: Date;
2378
+ cancelType: string | null;
2379
+ canceledBy: string | null;
2380
+ canceledAt: Date | null;
2381
+ canceledReason: string | null;
2382
+ mtaId: string;
2383
+ referenceId: string | null;
2384
+ inputType: import("../..").MtaTransactionInputType;
2385
+ isRefunded: boolean;
2386
+ note: string | null;
2387
+ sourceTransactionId: string | null;
2388
+ creator?: {
2389
+ id: string;
2390
+ status: string;
2391
+ isArchived: boolean;
2392
+ createdAt: Date;
2393
+ updatedAt: Date;
2394
+ email: string;
2395
+ firstName: string | null;
2396
+ lastName: string | null;
2397
+ mobile: string;
2398
+ avatar: string | null;
2399
+ password: string;
2400
+ passwordVersion: number;
2401
+ isTwoFaRequired: boolean;
2402
+ preferTwoFaMethod: string | null;
2403
+ twoFaAvailableMethods: string[];
2404
+ } | null | undefined;
2405
+ canceler?: {
2406
+ id: string;
2407
+ status: string;
2408
+ isArchived: boolean;
2409
+ createdAt: Date;
2410
+ updatedAt: Date;
2411
+ email: string;
2412
+ firstName: string | null;
2413
+ lastName: string | null;
2414
+ mobile: string;
2415
+ avatar: string | null;
2416
+ password: string;
2417
+ passwordVersion: number;
2418
+ isTwoFaRequired: boolean;
2419
+ preferTwoFaMethod: string | null;
2420
+ twoFaAvailableMethods: string[];
2421
+ } | null | undefined;
2422
+ property?: {
2423
+ id: string;
2424
+ balanceCents: number | bigint;
2425
+ status: "active";
2426
+ isArchived: boolean;
2427
+ createdAt: Date;
2428
+ updatedAt: Date;
2429
+ syncedAt: Date;
2430
+ mtaId: string;
2431
+ customerId: string;
2432
+ projectId: string;
2433
+ lotDetail: string | null;
2434
+ propertyAddress: string;
2435
+ cmaBalanceCents: number | bigint;
2436
+ mtaBalanceCents: number | bigint;
2437
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2438
+ buyerName?: string | null | undefined;
2439
+ project?: {
2440
+ id: string;
2441
+ status: string;
2442
+ type: string;
2443
+ isArchived: boolean;
2444
+ createdAt: Date;
2445
+ updatedAt: Date;
2446
+ syncedAt: Date;
2447
+ name: string;
2448
+ mtaId: string | null;
2449
+ developerId: string;
2450
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2451
+ developer?: {
2452
+ id: string;
2453
+ status: string;
2454
+ isArchived: boolean;
2455
+ createdAt: Date;
2456
+ updatedAt: Date;
2457
+ syncedAt: Date;
2458
+ companyName: string | null;
2459
+ } | null | undefined;
2460
+ } | null | undefined;
2461
+ } | null | undefined;
2462
+ } & {
2463
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
2464
+ sourceTransaction?: ({
2465
+ id: string;
2466
+ propertyId: string | null;
2467
+ balanceCents: number | bigint;
2468
+ status: import("../..").AccountingCommonStatus;
2469
+ isArchived: boolean;
2470
+ createdAt: Date;
2471
+ updatedAt: Date;
2472
+ createdBy: string | null;
2473
+ sequence: number;
2474
+ creditAmountCents: number | bigint;
2475
+ debitAmountCents: number | bigint;
2476
+ bankRef: string | null;
2477
+ description: string | null;
2478
+ transactionType: string;
2479
+ isCanceled: boolean;
2480
+ clearedAt: Date | null;
2481
+ syncedAt: Date;
2482
+ cancelType: string | null;
2483
+ canceledBy: string | null;
2484
+ canceledAt: Date | null;
2485
+ canceledReason: string | null;
2486
+ mtaId: string;
2487
+ referenceId: string | null;
2488
+ inputType: import("../..").MtaTransactionInputType;
2489
+ isRefunded: boolean;
2490
+ note: string | null;
2491
+ sourceTransactionId: string | null;
2492
+ creator?: {
2493
+ id: string;
2494
+ status: string;
2495
+ isArchived: boolean;
2496
+ createdAt: Date;
2497
+ updatedAt: Date;
2498
+ email: string;
2499
+ firstName: string | null;
2500
+ lastName: string | null;
2501
+ mobile: string;
2502
+ avatar: string | null;
2503
+ password: string;
2504
+ passwordVersion: number;
2505
+ isTwoFaRequired: boolean;
2506
+ preferTwoFaMethod: string | null;
2507
+ twoFaAvailableMethods: string[];
2508
+ } | null | undefined;
2509
+ canceler?: {
2510
+ id: string;
2511
+ status: string;
2512
+ isArchived: boolean;
2513
+ createdAt: Date;
2514
+ updatedAt: Date;
2515
+ email: string;
2516
+ firstName: string | null;
2517
+ lastName: string | null;
2518
+ mobile: string;
2519
+ avatar: string | null;
2520
+ password: string;
2521
+ passwordVersion: number;
2522
+ isTwoFaRequired: boolean;
2523
+ preferTwoFaMethod: string | null;
2524
+ twoFaAvailableMethods: string[];
2525
+ } | null | undefined;
2526
+ property?: {
2527
+ id: string;
2528
+ balanceCents: number | bigint;
2529
+ status: "active";
2530
+ isArchived: boolean;
2531
+ createdAt: Date;
2532
+ updatedAt: Date;
2533
+ syncedAt: Date;
2534
+ mtaId: string;
2535
+ customerId: string;
2536
+ projectId: string;
2537
+ lotDetail: string | null;
2538
+ propertyAddress: string;
2539
+ cmaBalanceCents: number | bigint;
2540
+ mtaBalanceCents: number | bigint;
2541
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2542
+ buyerName?: string | null | undefined;
2543
+ project?: {
2544
+ id: string;
2545
+ status: string;
2546
+ type: string;
2547
+ isArchived: boolean;
2548
+ createdAt: Date;
2549
+ updatedAt: Date;
2550
+ syncedAt: Date;
2551
+ name: string;
2552
+ mtaId: string | null;
2553
+ developerId: string;
2554
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2555
+ developer?: {
2556
+ id: string;
2557
+ status: string;
2558
+ isArchived: boolean;
2559
+ createdAt: Date;
2560
+ updatedAt: Date;
2561
+ syncedAt: Date;
2562
+ companyName: string | null;
2563
+ } | null | undefined;
2564
+ } | null | undefined;
2565
+ } | null | undefined;
2566
+ } & any) | null | undefined;
2567
+ subsequentTransactions?: ({
2568
+ id: string;
2569
+ propertyId: string | null;
2570
+ balanceCents: number | bigint;
2571
+ status: import("../..").AccountingCommonStatus;
2572
+ isArchived: boolean;
2573
+ createdAt: Date;
2574
+ updatedAt: Date;
2575
+ createdBy: string | null;
2576
+ sequence: number;
2577
+ creditAmountCents: number | bigint;
2578
+ debitAmountCents: number | bigint;
2579
+ bankRef: string | null;
2580
+ description: string | null;
2581
+ transactionType: string;
2582
+ isCanceled: boolean;
2583
+ clearedAt: Date | null;
2584
+ syncedAt: Date;
2585
+ cancelType: string | null;
2586
+ canceledBy: string | null;
2587
+ canceledAt: Date | null;
2588
+ canceledReason: string | null;
2589
+ mtaId: string;
2590
+ referenceId: string | null;
2591
+ inputType: import("../..").MtaTransactionInputType;
2592
+ isRefunded: boolean;
2593
+ note: string | null;
2594
+ sourceTransactionId: string | null;
2595
+ creator?: {
2596
+ id: string;
2597
+ status: string;
2598
+ isArchived: boolean;
2599
+ createdAt: Date;
2600
+ updatedAt: Date;
2601
+ email: string;
2602
+ firstName: string | null;
2603
+ lastName: string | null;
2604
+ mobile: string;
2605
+ avatar: string | null;
2606
+ password: string;
2607
+ passwordVersion: number;
2608
+ isTwoFaRequired: boolean;
2609
+ preferTwoFaMethod: string | null;
2610
+ twoFaAvailableMethods: string[];
2611
+ } | null | undefined;
2612
+ canceler?: {
2613
+ id: string;
2614
+ status: string;
2615
+ isArchived: boolean;
2616
+ createdAt: Date;
2617
+ updatedAt: Date;
2618
+ email: string;
2619
+ firstName: string | null;
2620
+ lastName: string | null;
2621
+ mobile: string;
2622
+ avatar: string | null;
2623
+ password: string;
2624
+ passwordVersion: number;
2625
+ isTwoFaRequired: boolean;
2626
+ preferTwoFaMethod: string | null;
2627
+ twoFaAvailableMethods: string[];
2628
+ } | null | undefined;
2629
+ property?: {
2630
+ id: string;
2631
+ balanceCents: number | bigint;
2632
+ status: "active";
2633
+ isArchived: boolean;
2634
+ createdAt: Date;
2635
+ updatedAt: Date;
2636
+ syncedAt: Date;
2637
+ mtaId: string;
2638
+ customerId: string;
2639
+ projectId: string;
2640
+ lotDetail: string | null;
2641
+ propertyAddress: string;
2642
+ cmaBalanceCents: number | bigint;
2643
+ mtaBalanceCents: number | bigint;
2644
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2645
+ buyerName?: string | null | undefined;
2646
+ project?: {
2647
+ id: string;
2648
+ status: string;
2649
+ type: string;
2650
+ isArchived: boolean;
2651
+ createdAt: Date;
2652
+ updatedAt: Date;
2653
+ syncedAt: Date;
2654
+ name: string;
2655
+ mtaId: string | null;
2656
+ developerId: string;
2657
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2658
+ developer?: {
2659
+ id: string;
2660
+ status: string;
2661
+ isArchived: boolean;
2662
+ createdAt: Date;
2663
+ updatedAt: Date;
2664
+ syncedAt: Date;
2665
+ companyName: string | null;
2666
+ } | null | undefined;
2667
+ } | null | undefined;
2668
+ } | null | undefined;
2669
+ } & any)[] | null | undefined;
2670
+ reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2671
+ })[] | null | undefined;
2672
+ }>;
2673
+ }, "strip", z.ZodTypeAny, {
2674
+ startDate: Date;
2675
+ endDate: Date;
2676
+ bankStatementBalanceCents: number;
2677
+ currentTrustBalanceSummary: {
2678
+ totalAmountCents: number;
2679
+ totalCreditAmountCents: number;
2680
+ totalDebitAmountCents: number;
2681
+ totalTransactionsCount: number;
2682
+ };
2683
+ totalReconciledAmountSummary: {
2684
+ totalReconciledAmountCents: number;
2685
+ totalReconciledCreditAmountCents: number;
2686
+ totalReconciledDebitAmountCents: number;
2687
+ totalReconciledTransactionsCount: number;
2688
+ };
2689
+ totalUnreconciledAmountSummary: {
2690
+ totalUnreconciledAmountCents: number;
2691
+ totalUnreconciledCreditAmountCents: number;
2692
+ totalUnreconciledDebitAmountCents: number;
2693
+ totalUnreconciledTransactionsCount: number;
2694
+ };
2695
+ transactionsSummary: {
2696
+ reconciledAmountCents: number;
2697
+ unreconciledAmountCents: number;
2698
+ reconciledTransactions?: ({
2699
+ id: string;
2700
+ propertyId: string | null;
2701
+ balanceCents: number;
2702
+ status: import("../..").AccountingCommonStatus;
2703
+ isArchived: boolean;
2704
+ createdAt: Date;
2705
+ updatedAt: Date;
2706
+ createdBy: string | null;
2707
+ sequence: number;
2708
+ creditAmountCents: number;
2709
+ debitAmountCents: number;
2710
+ bankRef: string | null;
2711
+ description: string | null;
2712
+ transactionType: string;
2713
+ isCanceled: boolean;
2714
+ clearedAt: Date | null;
2715
+ syncedAt: Date;
2716
+ cancelType: string | null;
2717
+ canceledBy: string | null;
2718
+ canceledAt: Date | null;
2719
+ canceledReason: string | null;
2720
+ mtaId: string;
2721
+ referenceId: string | null;
2722
+ inputType: import("../..").MtaTransactionInputType;
2723
+ isRefunded: boolean;
2724
+ note: string | null;
2725
+ sourceTransactionId: string | null;
2726
+ creator?: {
2727
+ id: string;
2728
+ status: string;
2729
+ isArchived: boolean;
2730
+ createdAt: Date;
2731
+ updatedAt: Date;
2732
+ email: string;
2733
+ firstName: string | null;
2734
+ lastName: string | null;
2735
+ mobile: string;
2736
+ avatar: string | null;
2737
+ password: string;
2738
+ passwordVersion: number;
2739
+ isTwoFaRequired: boolean;
2740
+ preferTwoFaMethod: string | null;
2741
+ twoFaAvailableMethods: string[];
2742
+ } | null | undefined;
2743
+ canceler?: {
2744
+ id: string;
2745
+ status: string;
2746
+ isArchived: boolean;
2747
+ createdAt: Date;
2748
+ updatedAt: Date;
2749
+ email: string;
2750
+ firstName: string | null;
2751
+ lastName: string | null;
2752
+ mobile: string;
2753
+ avatar: string | null;
2754
+ password: string;
2755
+ passwordVersion: number;
2756
+ isTwoFaRequired: boolean;
2757
+ preferTwoFaMethod: string | null;
2758
+ twoFaAvailableMethods: string[];
2759
+ } | null | undefined;
2760
+ property?: {
2761
+ id: string;
2762
+ balanceCents: number | bigint;
2763
+ status: "active";
2764
+ isArchived: boolean;
2765
+ createdAt: Date;
2766
+ updatedAt: Date;
2767
+ syncedAt: Date;
2768
+ mtaId: string;
2769
+ customerId: string;
2770
+ projectId: string;
2771
+ lotDetail: string | null;
2772
+ propertyAddress: string;
2773
+ cmaBalanceCents: number | bigint;
2774
+ mtaBalanceCents: number | bigint;
2775
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2776
+ buyerName?: string | null | undefined;
2777
+ project?: {
2778
+ id: string;
2779
+ status: string;
2780
+ type: string;
2781
+ isArchived: boolean;
2782
+ createdAt: Date;
2783
+ updatedAt: Date;
2784
+ syncedAt: Date;
2785
+ name: string;
2786
+ mtaId: string | null;
2787
+ developerId: string;
2788
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2789
+ developer?: {
2790
+ id: string;
2791
+ status: string;
2792
+ isArchived: boolean;
2793
+ createdAt: Date;
2794
+ updatedAt: Date;
2795
+ syncedAt: Date;
2796
+ companyName: string | null;
2797
+ } | null | undefined;
2798
+ } | null | undefined;
2799
+ } | null | undefined;
2800
+ } & {
2801
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
2802
+ sourceTransaction?: ({
2803
+ id: string;
2804
+ propertyId: string | null;
2805
+ balanceCents: number;
2806
+ status: import("../..").AccountingCommonStatus;
2807
+ isArchived: boolean;
2808
+ createdAt: Date;
2809
+ updatedAt: Date;
2810
+ createdBy: string | null;
2811
+ sequence: number;
2812
+ creditAmountCents: number;
2813
+ debitAmountCents: number;
2814
+ bankRef: string | null;
2815
+ description: string | null;
2816
+ transactionType: string;
2817
+ isCanceled: boolean;
2818
+ clearedAt: Date | null;
2819
+ syncedAt: Date;
2820
+ cancelType: string | null;
2821
+ canceledBy: string | null;
2822
+ canceledAt: Date | null;
2823
+ canceledReason: string | null;
2824
+ mtaId: string;
2825
+ referenceId: string | null;
2826
+ inputType: import("../..").MtaTransactionInputType;
2827
+ isRefunded: boolean;
2828
+ note: string | null;
2829
+ sourceTransactionId: string | null;
2830
+ creator?: {
2831
+ id: string;
2832
+ status: string;
2833
+ isArchived: boolean;
2834
+ createdAt: Date;
2835
+ updatedAt: Date;
2836
+ email: string;
2837
+ firstName: string | null;
2838
+ lastName: string | null;
2839
+ mobile: string;
2840
+ avatar: string | null;
2841
+ password: string;
2842
+ passwordVersion: number;
2843
+ isTwoFaRequired: boolean;
2844
+ preferTwoFaMethod: string | null;
2845
+ twoFaAvailableMethods: string[];
2846
+ } | null | undefined;
2847
+ canceler?: {
2848
+ id: string;
2849
+ status: string;
2850
+ isArchived: boolean;
2851
+ createdAt: Date;
2852
+ updatedAt: Date;
2853
+ email: string;
2854
+ firstName: string | null;
2855
+ lastName: string | null;
2856
+ mobile: string;
2857
+ avatar: string | null;
2858
+ password: string;
2859
+ passwordVersion: number;
2860
+ isTwoFaRequired: boolean;
2861
+ preferTwoFaMethod: string | null;
2862
+ twoFaAvailableMethods: string[];
2863
+ } | null | undefined;
2864
+ property?: {
2865
+ id: string;
2866
+ balanceCents: number | bigint;
2867
+ status: "active";
2868
+ isArchived: boolean;
2869
+ createdAt: Date;
2870
+ updatedAt: Date;
2871
+ syncedAt: Date;
2872
+ mtaId: string;
2873
+ customerId: string;
2874
+ projectId: string;
2875
+ lotDetail: string | null;
2876
+ propertyAddress: string;
2877
+ cmaBalanceCents: number | bigint;
2878
+ mtaBalanceCents: number | bigint;
2879
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2880
+ buyerName?: string | null | undefined;
2881
+ project?: {
2882
+ id: string;
2883
+ status: string;
2884
+ type: string;
2885
+ isArchived: boolean;
2886
+ createdAt: Date;
2887
+ updatedAt: Date;
2888
+ syncedAt: Date;
2889
+ name: string;
2890
+ mtaId: string | null;
2891
+ developerId: string;
2892
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2893
+ developer?: {
2894
+ id: string;
2895
+ status: string;
2896
+ isArchived: boolean;
2897
+ createdAt: Date;
2898
+ updatedAt: Date;
2899
+ syncedAt: Date;
2900
+ companyName: string | null;
2901
+ } | null | undefined;
2902
+ } | null | undefined;
2903
+ } | null | undefined;
2904
+ } & any) | null | undefined;
2905
+ subsequentTransactions?: ({
2906
+ id: string;
2907
+ propertyId: string | null;
2908
+ balanceCents: number;
2909
+ status: import("../..").AccountingCommonStatus;
2910
+ isArchived: boolean;
2911
+ createdAt: Date;
2912
+ updatedAt: Date;
2913
+ createdBy: string | null;
2914
+ sequence: number;
2915
+ creditAmountCents: number;
2916
+ debitAmountCents: number;
2917
+ bankRef: string | null;
2918
+ description: string | null;
2919
+ transactionType: string;
2920
+ isCanceled: boolean;
2921
+ clearedAt: Date | null;
2922
+ syncedAt: Date;
2923
+ cancelType: string | null;
2924
+ canceledBy: string | null;
2925
+ canceledAt: Date | null;
2926
+ canceledReason: string | null;
2927
+ mtaId: string;
2928
+ referenceId: string | null;
2929
+ inputType: import("../..").MtaTransactionInputType;
2930
+ isRefunded: boolean;
2931
+ note: string | null;
2932
+ sourceTransactionId: string | null;
2933
+ creator?: {
2934
+ id: string;
2935
+ status: string;
2936
+ isArchived: boolean;
2937
+ createdAt: Date;
2938
+ updatedAt: Date;
2939
+ email: string;
2940
+ firstName: string | null;
2941
+ lastName: string | null;
2942
+ mobile: string;
2943
+ avatar: string | null;
2944
+ password: string;
2945
+ passwordVersion: number;
2946
+ isTwoFaRequired: boolean;
2947
+ preferTwoFaMethod: string | null;
2948
+ twoFaAvailableMethods: string[];
2949
+ } | null | undefined;
2950
+ canceler?: {
2951
+ id: string;
2952
+ status: string;
2953
+ isArchived: boolean;
2954
+ createdAt: Date;
2955
+ updatedAt: Date;
2956
+ email: string;
2957
+ firstName: string | null;
2958
+ lastName: string | null;
2959
+ mobile: string;
2960
+ avatar: string | null;
2961
+ password: string;
2962
+ passwordVersion: number;
2963
+ isTwoFaRequired: boolean;
2964
+ preferTwoFaMethod: string | null;
2965
+ twoFaAvailableMethods: string[];
2966
+ } | null | undefined;
2967
+ property?: {
2968
+ id: string;
2969
+ balanceCents: number | bigint;
2970
+ status: "active";
2971
+ isArchived: boolean;
2972
+ createdAt: Date;
2973
+ updatedAt: Date;
2974
+ syncedAt: Date;
2975
+ mtaId: string;
2976
+ customerId: string;
2977
+ projectId: string;
2978
+ lotDetail: string | null;
2979
+ propertyAddress: string;
2980
+ cmaBalanceCents: number | bigint;
2981
+ mtaBalanceCents: number | bigint;
2982
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
2983
+ buyerName?: string | null | undefined;
2984
+ project?: {
2985
+ id: string;
2986
+ status: string;
2987
+ type: string;
2988
+ isArchived: boolean;
2989
+ createdAt: Date;
2990
+ updatedAt: Date;
2991
+ syncedAt: Date;
2992
+ name: string;
2993
+ mtaId: string | null;
2994
+ developerId: string;
2995
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
2996
+ developer?: {
2997
+ id: string;
2998
+ status: string;
2999
+ isArchived: boolean;
3000
+ createdAt: Date;
3001
+ updatedAt: Date;
3002
+ syncedAt: Date;
3003
+ companyName: string | null;
3004
+ } | null | undefined;
3005
+ } | null | undefined;
3006
+ } | null | undefined;
3007
+ } & any)[] | null | undefined;
3008
+ reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3009
+ isReceipt?: boolean | null | undefined;
3010
+ isPayment?: boolean | null | undefined;
3011
+ isReconciled?: boolean | null | undefined;
3012
+ isUnknown?: boolean | null | undefined;
3013
+ isAssignableToProperty?: boolean | null | undefined;
3014
+ isAssignedToProperty?: boolean | null | undefined;
3015
+ amountStr?: string | null | undefined;
3016
+ transactionNumber?: string | null | undefined;
3017
+ isCancelable?: boolean | null | undefined;
3018
+ })[] | null | undefined;
3019
+ unreconciledTransactions?: ({
3020
+ id: string;
3021
+ propertyId: string | null;
3022
+ balanceCents: number;
3023
+ status: import("../..").AccountingCommonStatus;
3024
+ isArchived: boolean;
3025
+ createdAt: Date;
3026
+ updatedAt: Date;
3027
+ createdBy: string | null;
3028
+ sequence: number;
3029
+ creditAmountCents: number;
3030
+ debitAmountCents: number;
3031
+ bankRef: string | null;
3032
+ description: string | null;
3033
+ transactionType: string;
3034
+ isCanceled: boolean;
3035
+ clearedAt: Date | null;
3036
+ syncedAt: Date;
3037
+ cancelType: string | null;
3038
+ canceledBy: string | null;
3039
+ canceledAt: Date | null;
3040
+ canceledReason: string | null;
3041
+ mtaId: string;
3042
+ referenceId: string | null;
3043
+ inputType: import("../..").MtaTransactionInputType;
3044
+ isRefunded: boolean;
3045
+ note: string | null;
3046
+ sourceTransactionId: string | null;
3047
+ creator?: {
3048
+ id: string;
3049
+ status: string;
3050
+ isArchived: boolean;
3051
+ createdAt: Date;
3052
+ updatedAt: Date;
3053
+ email: string;
3054
+ firstName: string | null;
3055
+ lastName: string | null;
3056
+ mobile: string;
3057
+ avatar: string | null;
3058
+ password: string;
3059
+ passwordVersion: number;
3060
+ isTwoFaRequired: boolean;
3061
+ preferTwoFaMethod: string | null;
3062
+ twoFaAvailableMethods: string[];
3063
+ } | null | undefined;
3064
+ canceler?: {
3065
+ id: string;
3066
+ status: string;
3067
+ isArchived: boolean;
3068
+ createdAt: Date;
3069
+ updatedAt: Date;
3070
+ email: string;
3071
+ firstName: string | null;
3072
+ lastName: string | null;
3073
+ mobile: string;
3074
+ avatar: string | null;
3075
+ password: string;
3076
+ passwordVersion: number;
3077
+ isTwoFaRequired: boolean;
3078
+ preferTwoFaMethod: string | null;
3079
+ twoFaAvailableMethods: string[];
3080
+ } | null | undefined;
3081
+ property?: {
3082
+ id: string;
3083
+ balanceCents: number | bigint;
3084
+ status: "active";
3085
+ isArchived: boolean;
3086
+ createdAt: Date;
3087
+ updatedAt: Date;
3088
+ syncedAt: Date;
3089
+ mtaId: string;
3090
+ customerId: string;
3091
+ projectId: string;
3092
+ lotDetail: string | null;
3093
+ propertyAddress: string;
3094
+ cmaBalanceCents: number | bigint;
3095
+ mtaBalanceCents: number | bigint;
3096
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3097
+ buyerName?: string | null | undefined;
3098
+ project?: {
3099
+ id: string;
3100
+ status: string;
3101
+ type: string;
3102
+ isArchived: boolean;
3103
+ createdAt: Date;
3104
+ updatedAt: Date;
3105
+ syncedAt: Date;
3106
+ name: string;
3107
+ mtaId: string | null;
3108
+ developerId: string;
3109
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3110
+ developer?: {
3111
+ id: string;
3112
+ status: string;
3113
+ isArchived: boolean;
3114
+ createdAt: Date;
3115
+ updatedAt: Date;
3116
+ syncedAt: Date;
3117
+ companyName: string | null;
3118
+ } | null | undefined;
3119
+ } | null | undefined;
3120
+ } | null | undefined;
3121
+ } & {
3122
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
3123
+ sourceTransaction?: ({
3124
+ id: string;
3125
+ propertyId: string | null;
3126
+ balanceCents: number;
3127
+ status: import("../..").AccountingCommonStatus;
3128
+ isArchived: boolean;
3129
+ createdAt: Date;
3130
+ updatedAt: Date;
3131
+ createdBy: string | null;
3132
+ sequence: number;
3133
+ creditAmountCents: number;
3134
+ debitAmountCents: number;
3135
+ bankRef: string | null;
3136
+ description: string | null;
3137
+ transactionType: string;
3138
+ isCanceled: boolean;
3139
+ clearedAt: Date | null;
3140
+ syncedAt: Date;
3141
+ cancelType: string | null;
3142
+ canceledBy: string | null;
3143
+ canceledAt: Date | null;
3144
+ canceledReason: string | null;
3145
+ mtaId: string;
3146
+ referenceId: string | null;
3147
+ inputType: import("../..").MtaTransactionInputType;
3148
+ isRefunded: boolean;
3149
+ note: string | null;
3150
+ sourceTransactionId: string | null;
3151
+ creator?: {
3152
+ id: string;
3153
+ status: string;
3154
+ isArchived: boolean;
3155
+ createdAt: Date;
3156
+ updatedAt: Date;
3157
+ email: string;
3158
+ firstName: string | null;
3159
+ lastName: string | null;
3160
+ mobile: string;
3161
+ avatar: string | null;
3162
+ password: string;
3163
+ passwordVersion: number;
3164
+ isTwoFaRequired: boolean;
3165
+ preferTwoFaMethod: string | null;
3166
+ twoFaAvailableMethods: string[];
3167
+ } | null | undefined;
3168
+ canceler?: {
3169
+ id: string;
3170
+ status: string;
3171
+ isArchived: boolean;
3172
+ createdAt: Date;
3173
+ updatedAt: Date;
3174
+ email: string;
3175
+ firstName: string | null;
3176
+ lastName: string | null;
3177
+ mobile: string;
3178
+ avatar: string | null;
3179
+ password: string;
3180
+ passwordVersion: number;
3181
+ isTwoFaRequired: boolean;
3182
+ preferTwoFaMethod: string | null;
3183
+ twoFaAvailableMethods: string[];
3184
+ } | null | undefined;
3185
+ property?: {
3186
+ id: string;
3187
+ balanceCents: number | bigint;
3188
+ status: "active";
3189
+ isArchived: boolean;
3190
+ createdAt: Date;
3191
+ updatedAt: Date;
3192
+ syncedAt: Date;
3193
+ mtaId: string;
3194
+ customerId: string;
3195
+ projectId: string;
3196
+ lotDetail: string | null;
3197
+ propertyAddress: string;
3198
+ cmaBalanceCents: number | bigint;
3199
+ mtaBalanceCents: number | bigint;
3200
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3201
+ buyerName?: string | null | undefined;
3202
+ project?: {
3203
+ id: string;
3204
+ status: string;
3205
+ type: string;
3206
+ isArchived: boolean;
3207
+ createdAt: Date;
3208
+ updatedAt: Date;
3209
+ syncedAt: Date;
3210
+ name: string;
3211
+ mtaId: string | null;
3212
+ developerId: string;
3213
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3214
+ developer?: {
3215
+ id: string;
3216
+ status: string;
3217
+ isArchived: boolean;
3218
+ createdAt: Date;
3219
+ updatedAt: Date;
3220
+ syncedAt: Date;
3221
+ companyName: string | null;
3222
+ } | null | undefined;
3223
+ } | null | undefined;
3224
+ } | null | undefined;
3225
+ } & any) | null | undefined;
3226
+ subsequentTransactions?: ({
3227
+ id: string;
3228
+ propertyId: string | null;
3229
+ balanceCents: number;
3230
+ status: import("../..").AccountingCommonStatus;
3231
+ isArchived: boolean;
3232
+ createdAt: Date;
3233
+ updatedAt: Date;
3234
+ createdBy: string | null;
3235
+ sequence: number;
3236
+ creditAmountCents: number;
3237
+ debitAmountCents: number;
3238
+ bankRef: string | null;
3239
+ description: string | null;
3240
+ transactionType: string;
3241
+ isCanceled: boolean;
3242
+ clearedAt: Date | null;
3243
+ syncedAt: Date;
3244
+ cancelType: string | null;
3245
+ canceledBy: string | null;
3246
+ canceledAt: Date | null;
3247
+ canceledReason: string | null;
3248
+ mtaId: string;
3249
+ referenceId: string | null;
3250
+ inputType: import("../..").MtaTransactionInputType;
3251
+ isRefunded: boolean;
3252
+ note: string | null;
3253
+ sourceTransactionId: string | null;
3254
+ creator?: {
3255
+ id: string;
3256
+ status: string;
3257
+ isArchived: boolean;
3258
+ createdAt: Date;
3259
+ updatedAt: Date;
3260
+ email: string;
3261
+ firstName: string | null;
3262
+ lastName: string | null;
3263
+ mobile: string;
3264
+ avatar: string | null;
3265
+ password: string;
3266
+ passwordVersion: number;
3267
+ isTwoFaRequired: boolean;
3268
+ preferTwoFaMethod: string | null;
3269
+ twoFaAvailableMethods: string[];
3270
+ } | null | undefined;
3271
+ canceler?: {
3272
+ id: string;
3273
+ status: string;
3274
+ isArchived: boolean;
3275
+ createdAt: Date;
3276
+ updatedAt: Date;
3277
+ email: string;
3278
+ firstName: string | null;
3279
+ lastName: string | null;
3280
+ mobile: string;
3281
+ avatar: string | null;
3282
+ password: string;
3283
+ passwordVersion: number;
3284
+ isTwoFaRequired: boolean;
3285
+ preferTwoFaMethod: string | null;
3286
+ twoFaAvailableMethods: string[];
3287
+ } | null | undefined;
3288
+ property?: {
3289
+ id: string;
3290
+ balanceCents: number | bigint;
3291
+ status: "active";
3292
+ isArchived: boolean;
3293
+ createdAt: Date;
3294
+ updatedAt: Date;
3295
+ syncedAt: Date;
3296
+ mtaId: string;
3297
+ customerId: string;
3298
+ projectId: string;
3299
+ lotDetail: string | null;
3300
+ propertyAddress: string;
3301
+ cmaBalanceCents: number | bigint;
3302
+ mtaBalanceCents: number | bigint;
3303
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3304
+ buyerName?: string | null | undefined;
3305
+ project?: {
3306
+ id: string;
3307
+ status: string;
3308
+ type: string;
3309
+ isArchived: boolean;
3310
+ createdAt: Date;
3311
+ updatedAt: Date;
3312
+ syncedAt: Date;
3313
+ name: string;
3314
+ mtaId: string | null;
3315
+ developerId: string;
3316
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3317
+ developer?: {
3318
+ id: string;
3319
+ status: string;
3320
+ isArchived: boolean;
3321
+ createdAt: Date;
3322
+ updatedAt: Date;
3323
+ syncedAt: Date;
3324
+ companyName: string | null;
3325
+ } | null | undefined;
3326
+ } | null | undefined;
3327
+ } | null | undefined;
3328
+ } & any)[] | null | undefined;
3329
+ reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3330
+ isReceipt?: boolean | null | undefined;
3331
+ isPayment?: boolean | null | undefined;
3332
+ isReconciled?: boolean | null | undefined;
3333
+ isUnknown?: boolean | null | undefined;
3334
+ isAssignableToProperty?: boolean | null | undefined;
3335
+ isAssignedToProperty?: boolean | null | undefined;
3336
+ amountStr?: string | null | undefined;
3337
+ transactionNumber?: string | null | undefined;
3338
+ isCancelable?: boolean | null | undefined;
3339
+ })[] | null | undefined;
3340
+ };
3341
+ reconciliations?: {
3342
+ id: string;
3343
+ status: string;
3344
+ isArchived: boolean;
3345
+ createdAt: Date;
3346
+ createdBy: string;
3347
+ updatedBy: string | null;
3348
+ closedBy: string | null;
3349
+ closedAt: Date | null;
3350
+ mtaId: string;
3351
+ mtaAccountPeriodId: string;
3352
+ reconciledTo: Date;
3353
+ reconciledAmountCents: bigint | null;
3354
+ unreconciledAmountCents: bigint | null;
3355
+ totalReconciledAmountCents: bigint | null;
3356
+ bankStatementBalanceCents: number;
3357
+ editable: boolean;
3358
+ closingBalanceCents?: number | null | undefined;
3359
+ closingVarianceCents?: number | null | undefined;
3360
+ currentTrustBalanceCents?: number | null | undefined;
3361
+ currentReconciledBalanceCents?: number | null | undefined;
3362
+ currentVarianceCents?: number | null | undefined;
3363
+ }[] | null | undefined;
3364
+ }, {
3365
+ startDate: Date;
3366
+ endDate: Date;
3367
+ bankStatementBalanceCents: number | bigint;
3368
+ currentTrustBalanceSummary: {
3369
+ totalAmountCents: number | bigint;
3370
+ totalCreditAmountCents: number | bigint;
3371
+ totalDebitAmountCents: number | bigint;
3372
+ totalTransactionsCount: number;
3373
+ };
3374
+ totalReconciledAmountSummary: {
3375
+ totalReconciledAmountCents: number | bigint;
3376
+ totalReconciledCreditAmountCents: number | bigint;
3377
+ totalReconciledDebitAmountCents: number | bigint;
3378
+ totalReconciledTransactionsCount: number;
3379
+ };
3380
+ totalUnreconciledAmountSummary: {
3381
+ totalUnreconciledAmountCents: number | bigint;
3382
+ totalUnreconciledCreditAmountCents: number | bigint;
3383
+ totalUnreconciledDebitAmountCents: number | bigint;
3384
+ totalUnreconciledTransactionsCount: number;
3385
+ };
3386
+ transactionsSummary: {
3387
+ reconciledAmountCents: number | bigint;
3388
+ unreconciledAmountCents: number | bigint;
3389
+ reconciledTransactions?: ({
3390
+ id: string;
3391
+ propertyId: string | null;
3392
+ balanceCents: number | bigint;
3393
+ status: import("../..").AccountingCommonStatus;
3394
+ isArchived: boolean;
3395
+ createdAt: Date;
3396
+ updatedAt: Date;
3397
+ createdBy: string | null;
3398
+ sequence: number;
3399
+ creditAmountCents: number | bigint;
3400
+ debitAmountCents: number | bigint;
3401
+ bankRef: string | null;
3402
+ description: string | null;
3403
+ transactionType: string;
3404
+ isCanceled: boolean;
3405
+ clearedAt: Date | null;
3406
+ syncedAt: Date;
3407
+ cancelType: string | null;
3408
+ canceledBy: string | null;
3409
+ canceledAt: Date | null;
3410
+ canceledReason: string | null;
3411
+ mtaId: string;
3412
+ referenceId: string | null;
3413
+ inputType: import("../..").MtaTransactionInputType;
3414
+ isRefunded: boolean;
3415
+ note: string | null;
3416
+ sourceTransactionId: string | null;
3417
+ creator?: {
3418
+ id: string;
3419
+ status: string;
3420
+ isArchived: boolean;
3421
+ createdAt: Date;
3422
+ updatedAt: Date;
3423
+ email: string;
3424
+ firstName: string | null;
3425
+ lastName: string | null;
3426
+ mobile: string;
3427
+ avatar: string | null;
3428
+ password: string;
3429
+ passwordVersion: number;
3430
+ isTwoFaRequired: boolean;
3431
+ preferTwoFaMethod: string | null;
3432
+ twoFaAvailableMethods: string[];
3433
+ } | null | undefined;
3434
+ canceler?: {
3435
+ id: string;
3436
+ status: string;
3437
+ isArchived: boolean;
3438
+ createdAt: Date;
3439
+ updatedAt: Date;
3440
+ email: string;
3441
+ firstName: string | null;
3442
+ lastName: string | null;
3443
+ mobile: string;
3444
+ avatar: string | null;
3445
+ password: string;
3446
+ passwordVersion: number;
3447
+ isTwoFaRequired: boolean;
3448
+ preferTwoFaMethod: string | null;
3449
+ twoFaAvailableMethods: string[];
3450
+ } | null | undefined;
3451
+ property?: {
3452
+ id: string;
3453
+ balanceCents: number | bigint;
3454
+ status: "active";
3455
+ isArchived: boolean;
3456
+ createdAt: Date;
3457
+ updatedAt: Date;
3458
+ syncedAt: Date;
3459
+ mtaId: string;
3460
+ customerId: string;
3461
+ projectId: string;
3462
+ lotDetail: string | null;
3463
+ propertyAddress: string;
3464
+ cmaBalanceCents: number | bigint;
3465
+ mtaBalanceCents: number | bigint;
3466
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3467
+ buyerName?: string | null | undefined;
3468
+ project?: {
3469
+ id: string;
3470
+ status: string;
3471
+ type: string;
3472
+ isArchived: boolean;
3473
+ createdAt: Date;
3474
+ updatedAt: Date;
3475
+ syncedAt: Date;
3476
+ name: string;
3477
+ mtaId: string | null;
3478
+ developerId: string;
3479
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3480
+ developer?: {
3481
+ id: string;
3482
+ status: string;
3483
+ isArchived: boolean;
3484
+ createdAt: Date;
3485
+ updatedAt: Date;
3486
+ syncedAt: Date;
3487
+ companyName: string | null;
3488
+ } | null | undefined;
3489
+ } | null | undefined;
3490
+ } | null | undefined;
3491
+ } & {
3492
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3493
+ sourceTransaction?: ({
3494
+ id: string;
3495
+ propertyId: string | null;
3496
+ balanceCents: number | bigint;
3497
+ status: import("../..").AccountingCommonStatus;
3498
+ isArchived: boolean;
3499
+ createdAt: Date;
3500
+ updatedAt: Date;
3501
+ createdBy: string | null;
3502
+ sequence: number;
3503
+ creditAmountCents: number | bigint;
3504
+ debitAmountCents: number | bigint;
3505
+ bankRef: string | null;
3506
+ description: string | null;
3507
+ transactionType: string;
3508
+ isCanceled: boolean;
3509
+ clearedAt: Date | null;
3510
+ syncedAt: Date;
3511
+ cancelType: string | null;
3512
+ canceledBy: string | null;
3513
+ canceledAt: Date | null;
3514
+ canceledReason: string | null;
3515
+ mtaId: string;
3516
+ referenceId: string | null;
3517
+ inputType: import("../..").MtaTransactionInputType;
3518
+ isRefunded: boolean;
3519
+ note: string | null;
3520
+ sourceTransactionId: string | null;
3521
+ creator?: {
3522
+ id: string;
3523
+ status: string;
3524
+ isArchived: boolean;
3525
+ createdAt: Date;
3526
+ updatedAt: Date;
3527
+ email: string;
3528
+ firstName: string | null;
3529
+ lastName: string | null;
3530
+ mobile: string;
3531
+ avatar: string | null;
3532
+ password: string;
3533
+ passwordVersion: number;
3534
+ isTwoFaRequired: boolean;
3535
+ preferTwoFaMethod: string | null;
3536
+ twoFaAvailableMethods: string[];
3537
+ } | null | undefined;
3538
+ canceler?: {
3539
+ id: string;
3540
+ status: string;
3541
+ isArchived: boolean;
3542
+ createdAt: Date;
3543
+ updatedAt: Date;
3544
+ email: string;
3545
+ firstName: string | null;
3546
+ lastName: string | null;
3547
+ mobile: string;
3548
+ avatar: string | null;
3549
+ password: string;
3550
+ passwordVersion: number;
3551
+ isTwoFaRequired: boolean;
3552
+ preferTwoFaMethod: string | null;
3553
+ twoFaAvailableMethods: string[];
3554
+ } | null | undefined;
3555
+ property?: {
3556
+ id: string;
3557
+ balanceCents: number | bigint;
3558
+ status: "active";
3559
+ isArchived: boolean;
3560
+ createdAt: Date;
3561
+ updatedAt: Date;
3562
+ syncedAt: Date;
3563
+ mtaId: string;
3564
+ customerId: string;
3565
+ projectId: string;
3566
+ lotDetail: string | null;
3567
+ propertyAddress: string;
3568
+ cmaBalanceCents: number | bigint;
3569
+ mtaBalanceCents: number | bigint;
3570
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3571
+ buyerName?: string | null | undefined;
3572
+ project?: {
3573
+ id: string;
3574
+ status: string;
3575
+ type: string;
3576
+ isArchived: boolean;
3577
+ createdAt: Date;
3578
+ updatedAt: Date;
3579
+ syncedAt: Date;
3580
+ name: string;
3581
+ mtaId: string | null;
3582
+ developerId: string;
3583
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3584
+ developer?: {
3585
+ id: string;
3586
+ status: string;
3587
+ isArchived: boolean;
3588
+ createdAt: Date;
3589
+ updatedAt: Date;
3590
+ syncedAt: Date;
3591
+ companyName: string | null;
3592
+ } | null | undefined;
3593
+ } | null | undefined;
3594
+ } | null | undefined;
3595
+ } & any) | null | undefined;
3596
+ subsequentTransactions?: ({
3597
+ id: string;
3598
+ propertyId: string | null;
3599
+ balanceCents: number | bigint;
3600
+ status: import("../..").AccountingCommonStatus;
3601
+ isArchived: boolean;
3602
+ createdAt: Date;
3603
+ updatedAt: Date;
3604
+ createdBy: string | null;
3605
+ sequence: number;
3606
+ creditAmountCents: number | bigint;
3607
+ debitAmountCents: number | bigint;
3608
+ bankRef: string | null;
3609
+ description: string | null;
3610
+ transactionType: string;
3611
+ isCanceled: boolean;
3612
+ clearedAt: Date | null;
3613
+ syncedAt: Date;
3614
+ cancelType: string | null;
3615
+ canceledBy: string | null;
3616
+ canceledAt: Date | null;
3617
+ canceledReason: string | null;
3618
+ mtaId: string;
3619
+ referenceId: string | null;
3620
+ inputType: import("../..").MtaTransactionInputType;
3621
+ isRefunded: boolean;
3622
+ note: string | null;
3623
+ sourceTransactionId: string | null;
3624
+ creator?: {
3625
+ id: string;
3626
+ status: string;
3627
+ isArchived: boolean;
3628
+ createdAt: Date;
3629
+ updatedAt: Date;
3630
+ email: string;
3631
+ firstName: string | null;
3632
+ lastName: string | null;
3633
+ mobile: string;
3634
+ avatar: string | null;
3635
+ password: string;
3636
+ passwordVersion: number;
3637
+ isTwoFaRequired: boolean;
3638
+ preferTwoFaMethod: string | null;
3639
+ twoFaAvailableMethods: string[];
3640
+ } | null | undefined;
3641
+ canceler?: {
3642
+ id: string;
3643
+ status: string;
3644
+ isArchived: boolean;
3645
+ createdAt: Date;
3646
+ updatedAt: Date;
3647
+ email: string;
3648
+ firstName: string | null;
3649
+ lastName: string | null;
3650
+ mobile: string;
3651
+ avatar: string | null;
3652
+ password: string;
3653
+ passwordVersion: number;
3654
+ isTwoFaRequired: boolean;
3655
+ preferTwoFaMethod: string | null;
3656
+ twoFaAvailableMethods: string[];
3657
+ } | null | undefined;
3658
+ property?: {
3659
+ id: string;
3660
+ balanceCents: number | bigint;
3661
+ status: "active";
3662
+ isArchived: boolean;
3663
+ createdAt: Date;
3664
+ updatedAt: Date;
3665
+ syncedAt: Date;
3666
+ mtaId: string;
3667
+ customerId: string;
3668
+ projectId: string;
3669
+ lotDetail: string | null;
3670
+ propertyAddress: string;
3671
+ cmaBalanceCents: number | bigint;
3672
+ mtaBalanceCents: number | bigint;
3673
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3674
+ buyerName?: string | null | undefined;
3675
+ project?: {
3676
+ id: string;
3677
+ status: string;
3678
+ type: string;
3679
+ isArchived: boolean;
3680
+ createdAt: Date;
3681
+ updatedAt: Date;
3682
+ syncedAt: Date;
3683
+ name: string;
3684
+ mtaId: string | null;
3685
+ developerId: string;
3686
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3687
+ developer?: {
3688
+ id: string;
3689
+ status: string;
3690
+ isArchived: boolean;
3691
+ createdAt: Date;
3692
+ updatedAt: Date;
3693
+ syncedAt: Date;
3694
+ companyName: string | null;
3695
+ } | null | undefined;
3696
+ } | null | undefined;
3697
+ } | null | undefined;
3698
+ } & any)[] | null | undefined;
3699
+ reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3700
+ })[] | null | undefined;
3701
+ unreconciledTransactions?: ({
3702
+ id: string;
3703
+ propertyId: string | null;
3704
+ balanceCents: number | bigint;
3705
+ status: import("../..").AccountingCommonStatus;
3706
+ isArchived: boolean;
3707
+ createdAt: Date;
3708
+ updatedAt: Date;
3709
+ createdBy: string | null;
3710
+ sequence: number;
3711
+ creditAmountCents: number | bigint;
3712
+ debitAmountCents: number | bigint;
3713
+ bankRef: string | null;
3714
+ description: string | null;
3715
+ transactionType: string;
3716
+ isCanceled: boolean;
3717
+ clearedAt: Date | null;
3718
+ syncedAt: Date;
3719
+ cancelType: string | null;
3720
+ canceledBy: string | null;
3721
+ canceledAt: Date | null;
3722
+ canceledReason: string | null;
3723
+ mtaId: string;
3724
+ referenceId: string | null;
3725
+ inputType: import("../..").MtaTransactionInputType;
3726
+ isRefunded: boolean;
3727
+ note: string | null;
3728
+ sourceTransactionId: string | null;
3729
+ creator?: {
3730
+ id: string;
3731
+ status: string;
3732
+ isArchived: boolean;
3733
+ createdAt: Date;
3734
+ updatedAt: Date;
3735
+ email: string;
3736
+ firstName: string | null;
3737
+ lastName: string | null;
3738
+ mobile: string;
3739
+ avatar: string | null;
3740
+ password: string;
3741
+ passwordVersion: number;
3742
+ isTwoFaRequired: boolean;
3743
+ preferTwoFaMethod: string | null;
3744
+ twoFaAvailableMethods: string[];
3745
+ } | null | undefined;
3746
+ canceler?: {
3747
+ id: string;
3748
+ status: string;
3749
+ isArchived: boolean;
3750
+ createdAt: Date;
3751
+ updatedAt: Date;
3752
+ email: string;
3753
+ firstName: string | null;
3754
+ lastName: string | null;
3755
+ mobile: string;
3756
+ avatar: string | null;
3757
+ password: string;
3758
+ passwordVersion: number;
3759
+ isTwoFaRequired: boolean;
3760
+ preferTwoFaMethod: string | null;
3761
+ twoFaAvailableMethods: string[];
3762
+ } | null | undefined;
3763
+ property?: {
3764
+ id: string;
3765
+ balanceCents: number | bigint;
3766
+ status: "active";
3767
+ isArchived: boolean;
3768
+ createdAt: Date;
3769
+ updatedAt: Date;
3770
+ syncedAt: Date;
3771
+ mtaId: string;
3772
+ customerId: string;
3773
+ projectId: string;
3774
+ lotDetail: string | null;
3775
+ propertyAddress: string;
3776
+ cmaBalanceCents: number | bigint;
3777
+ mtaBalanceCents: number | bigint;
3778
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3779
+ buyerName?: string | null | undefined;
3780
+ project?: {
3781
+ id: string;
3782
+ status: string;
3783
+ type: string;
3784
+ isArchived: boolean;
3785
+ createdAt: Date;
3786
+ updatedAt: Date;
3787
+ syncedAt: Date;
3788
+ name: string;
3789
+ mtaId: string | null;
3790
+ developerId: string;
3791
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3792
+ developer?: {
3793
+ id: string;
3794
+ status: string;
3795
+ isArchived: boolean;
3796
+ createdAt: Date;
3797
+ updatedAt: Date;
3798
+ syncedAt: Date;
3799
+ companyName: string | null;
3800
+ } | null | undefined;
3801
+ } | null | undefined;
3802
+ } | null | undefined;
3803
+ } & {
3804
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3805
+ sourceTransaction?: ({
3806
+ id: string;
3807
+ propertyId: string | null;
3808
+ balanceCents: number | bigint;
3809
+ status: import("../..").AccountingCommonStatus;
3810
+ isArchived: boolean;
3811
+ createdAt: Date;
3812
+ updatedAt: Date;
3813
+ createdBy: string | null;
3814
+ sequence: number;
3815
+ creditAmountCents: number | bigint;
3816
+ debitAmountCents: number | bigint;
3817
+ bankRef: string | null;
3818
+ description: string | null;
3819
+ transactionType: string;
3820
+ isCanceled: boolean;
3821
+ clearedAt: Date | null;
3822
+ syncedAt: Date;
3823
+ cancelType: string | null;
3824
+ canceledBy: string | null;
3825
+ canceledAt: Date | null;
3826
+ canceledReason: string | null;
3827
+ mtaId: string;
3828
+ referenceId: string | null;
3829
+ inputType: import("../..").MtaTransactionInputType;
3830
+ isRefunded: boolean;
3831
+ note: string | null;
3832
+ sourceTransactionId: string | null;
3833
+ creator?: {
3834
+ id: string;
3835
+ status: string;
3836
+ isArchived: boolean;
3837
+ createdAt: Date;
3838
+ updatedAt: Date;
3839
+ email: string;
3840
+ firstName: string | null;
3841
+ lastName: string | null;
3842
+ mobile: string;
3843
+ avatar: string | null;
3844
+ password: string;
3845
+ passwordVersion: number;
3846
+ isTwoFaRequired: boolean;
3847
+ preferTwoFaMethod: string | null;
3848
+ twoFaAvailableMethods: string[];
3849
+ } | null | undefined;
3850
+ canceler?: {
3851
+ id: string;
3852
+ status: string;
3853
+ isArchived: boolean;
3854
+ createdAt: Date;
3855
+ updatedAt: Date;
3856
+ email: string;
3857
+ firstName: string | null;
3858
+ lastName: string | null;
3859
+ mobile: string;
3860
+ avatar: string | null;
3861
+ password: string;
3862
+ passwordVersion: number;
3863
+ isTwoFaRequired: boolean;
3864
+ preferTwoFaMethod: string | null;
3865
+ twoFaAvailableMethods: string[];
3866
+ } | null | undefined;
3867
+ property?: {
3868
+ id: string;
3869
+ balanceCents: number | bigint;
3870
+ status: "active";
3871
+ isArchived: boolean;
3872
+ createdAt: Date;
3873
+ updatedAt: Date;
3874
+ syncedAt: Date;
3875
+ mtaId: string;
3876
+ customerId: string;
3877
+ projectId: string;
3878
+ lotDetail: string | null;
3879
+ propertyAddress: string;
3880
+ cmaBalanceCents: number | bigint;
3881
+ mtaBalanceCents: number | bigint;
3882
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3883
+ buyerName?: string | null | undefined;
3884
+ project?: {
3885
+ id: string;
3886
+ status: string;
3887
+ type: string;
3888
+ isArchived: boolean;
3889
+ createdAt: Date;
3890
+ updatedAt: Date;
3891
+ syncedAt: Date;
3892
+ name: string;
3893
+ mtaId: string | null;
3894
+ developerId: string;
3895
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3896
+ developer?: {
3897
+ id: string;
3898
+ status: string;
3899
+ isArchived: boolean;
3900
+ createdAt: Date;
3901
+ updatedAt: Date;
3902
+ syncedAt: Date;
3903
+ companyName: string | null;
3904
+ } | null | undefined;
3905
+ } | null | undefined;
3906
+ } | null | undefined;
3907
+ } & any) | null | undefined;
3908
+ subsequentTransactions?: ({
3909
+ id: string;
3910
+ propertyId: string | null;
3911
+ balanceCents: number | bigint;
3912
+ status: import("../..").AccountingCommonStatus;
3913
+ isArchived: boolean;
3914
+ createdAt: Date;
3915
+ updatedAt: Date;
3916
+ createdBy: string | null;
3917
+ sequence: number;
3918
+ creditAmountCents: number | bigint;
3919
+ debitAmountCents: number | bigint;
3920
+ bankRef: string | null;
3921
+ description: string | null;
3922
+ transactionType: string;
3923
+ isCanceled: boolean;
3924
+ clearedAt: Date | null;
3925
+ syncedAt: Date;
3926
+ cancelType: string | null;
3927
+ canceledBy: string | null;
3928
+ canceledAt: Date | null;
3929
+ canceledReason: string | null;
3930
+ mtaId: string;
3931
+ referenceId: string | null;
3932
+ inputType: import("../..").MtaTransactionInputType;
3933
+ isRefunded: boolean;
3934
+ note: string | null;
3935
+ sourceTransactionId: string | null;
3936
+ creator?: {
3937
+ id: string;
3938
+ status: string;
3939
+ isArchived: boolean;
3940
+ createdAt: Date;
3941
+ updatedAt: Date;
3942
+ email: string;
3943
+ firstName: string | null;
3944
+ lastName: string | null;
3945
+ mobile: string;
3946
+ avatar: string | null;
3947
+ password: string;
3948
+ passwordVersion: number;
3949
+ isTwoFaRequired: boolean;
3950
+ preferTwoFaMethod: string | null;
3951
+ twoFaAvailableMethods: string[];
3952
+ } | null | undefined;
3953
+ canceler?: {
3954
+ id: string;
3955
+ status: string;
3956
+ isArchived: boolean;
3957
+ createdAt: Date;
3958
+ updatedAt: Date;
3959
+ email: string;
3960
+ firstName: string | null;
3961
+ lastName: string | null;
3962
+ mobile: string;
3963
+ avatar: string | null;
3964
+ password: string;
3965
+ passwordVersion: number;
3966
+ isTwoFaRequired: boolean;
3967
+ preferTwoFaMethod: string | null;
3968
+ twoFaAvailableMethods: string[];
3969
+ } | null | undefined;
3970
+ property?: {
3971
+ id: string;
3972
+ balanceCents: number | bigint;
3973
+ status: "active";
3974
+ isArchived: boolean;
3975
+ createdAt: Date;
3976
+ updatedAt: Date;
3977
+ syncedAt: Date;
3978
+ mtaId: string;
3979
+ customerId: string;
3980
+ projectId: string;
3981
+ lotDetail: string | null;
3982
+ propertyAddress: string;
3983
+ cmaBalanceCents: number | bigint;
3984
+ mtaBalanceCents: number | bigint;
3985
+ stage: "initial_deposit" | "standard_sale" | "coposit_sale";
3986
+ buyerName?: string | null | undefined;
3987
+ project?: {
3988
+ id: string;
3989
+ status: string;
3990
+ type: string;
3991
+ isArchived: boolean;
3992
+ createdAt: Date;
3993
+ updatedAt: Date;
3994
+ syncedAt: Date;
3995
+ name: string;
3996
+ mtaId: string | null;
3997
+ developerId: string;
3998
+ state: import("@mikemo-coposit/am-zshared").AuStateCode;
3999
+ developer?: {
4000
+ id: string;
4001
+ status: string;
4002
+ isArchived: boolean;
4003
+ createdAt: Date;
4004
+ updatedAt: Date;
4005
+ syncedAt: Date;
4006
+ companyName: string | null;
4007
+ } | null | undefined;
4008
+ } | null | undefined;
4009
+ } | null | undefined;
4010
+ } & any)[] | null | undefined;
4011
+ reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
4012
+ })[] | null | undefined;
4013
+ };
4014
+ reconciliations?: {
4015
+ id: string;
4016
+ status: string;
4017
+ isArchived: boolean;
4018
+ createdAt: Date;
4019
+ createdBy: string;
4020
+ updatedBy: string | null;
4021
+ closedBy: string | null;
4022
+ closedAt: Date | null;
4023
+ mtaId: string;
4024
+ mtaAccountPeriodId: string;
4025
+ reconciledTo: Date;
4026
+ reconciledAmountCents: bigint | null;
4027
+ unreconciledAmountCents: bigint | null;
4028
+ totalReconciledAmountCents: bigint | null;
4029
+ bankStatementBalanceCents: number | bigint;
4030
+ editable: boolean;
4031
+ closingBalanceCents?: number | bigint | null | undefined;
4032
+ closingVarianceCents?: number | bigint | null | undefined;
4033
+ currentTrustBalanceCents?: number | bigint | null | undefined;
4034
+ currentReconciledBalanceCents?: number | bigint | null | undefined;
4035
+ currentVarianceCents?: number | bigint | null | undefined;
4036
+ }[] | null | undefined;
4037
+ }>;
4038
+ export type MtaAccountPeriodClosingSummaryRestRes = z.infer<typeof mtaAccountPeriodClosingSummaryRestResSchema>;
4039
+ //# sourceMappingURL=mta-account-period-closing-summary.rest.schema.d.ts.map