@mikemo-coposit/am-accounting-shared 0.0.2 → 0.0.4

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