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

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 (513) 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 +1 -1
  4. package/dist/cjs/constants/cma/index.d.ts.map +1 -1
  5. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +6 -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-status.constant.d.ts +8 -0
  10. package/dist/cjs/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
  11. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +20 -0
  12. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -0
  13. package/dist/cjs/constants/cma-transaction/index.d.ts +5 -0
  14. package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -0
  15. package/dist/cjs/constants/common/account-period.constant.d.ts +5 -0
  16. package/dist/cjs/constants/common/account-period.constant.d.ts.map +1 -0
  17. package/dist/cjs/constants/common/index.d.ts +2 -0
  18. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  19. package/dist/cjs/constants/common/reconciliation.constant.d.ts +5 -0
  20. package/dist/cjs/constants/common/reconciliation.constant.d.ts.map +1 -0
  21. package/dist/cjs/constants/index.d.ts +3 -2
  22. package/dist/cjs/constants/index.d.ts.map +1 -1
  23. package/dist/cjs/constants/mta-transaction/index.d.ts +1 -0
  24. package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -1
  25. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
  26. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  27. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
  28. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
  29. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +0 -4
  30. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  31. package/dist/cjs/constants/payout/index.d.ts +4 -0
  32. package/dist/cjs/constants/payout/index.d.ts.map +1 -0
  33. package/dist/cjs/constants/payout/payout-status.constant.d.ts +9 -0
  34. package/dist/cjs/constants/payout/payout-status.constant.d.ts.map +1 -0
  35. package/dist/cjs/constants/payout/payout-type.constant.d.ts +9 -0
  36. package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -0
  37. package/dist/cjs/constants/payout/payout.constant.d.ts +37 -0
  38. package/dist/cjs/constants/payout/payout.constant.d.ts.map +1 -0
  39. package/dist/cjs/constants/payout-bank-file/index.d.ts +2 -0
  40. package/dist/cjs/constants/payout-bank-file/index.d.ts.map +1 -0
  41. package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
  42. package/dist/cjs/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
  43. package/dist/cjs/index.js +1924 -743
  44. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +1093 -0
  45. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -0
  46. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +759 -0
  47. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -0
  48. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +25 -0
  49. package/dist/cjs/schemas/cma/create-cma.schema.d.ts.map +1 -0
  50. package/dist/cjs/schemas/cma/index.d.ts +3 -3
  51. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  52. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +19 -0
  53. package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -0
  54. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +3637 -0
  55. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -0
  56. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +46 -0
  57. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -0
  58. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1105 -0
  59. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -0
  60. package/dist/cjs/schemas/cma-account-period/index.d.ts +6 -0
  61. package/dist/cjs/schemas/cma-account-period/index.d.ts.map +1 -0
  62. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +19 -0
  63. package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -0
  64. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +37 -0
  65. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -0
  66. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2238 -0
  67. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -0
  68. package/dist/cjs/schemas/cma-reconciled-transaction/index.d.ts +3 -0
  69. package/dist/cjs/schemas/cma-reconciled-transaction/index.d.ts.map +1 -0
  70. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +61 -0
  71. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -0
  72. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +71 -0
  73. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -0
  74. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +16 -0
  75. package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -0
  76. package/dist/cjs/schemas/cma-reconciliation/index.d.ts +5 -0
  77. package/dist/cjs/schemas/cma-reconciliation/index.d.ts.map +1 -0
  78. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
  79. package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
  80. package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +16 -0
  81. package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -0
  82. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
  83. package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
  84. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
  85. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
  86. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1533 -44
  87. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  88. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +836 -0
  89. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -0
  90. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +38 -0
  91. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -0
  92. package/dist/cjs/schemas/cma-transaction/index.d.ts +6 -0
  93. package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
  94. package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +17 -0
  95. package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -0
  96. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +4 -0
  97. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
  98. package/dist/cjs/schemas/common/account/account-number.schma.d.ts +4 -0
  99. package/dist/cjs/schemas/common/account/account-number.schma.d.ts.map +1 -0
  100. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts +4 -0
  101. package/dist/cjs/schemas/common/account/bank-code.schema.d.ts.map +1 -0
  102. package/dist/cjs/schemas/common/account/index.d.ts +5 -0
  103. package/dist/cjs/schemas/common/account/index.d.ts.map +1 -0
  104. package/dist/cjs/schemas/common/account/state-code.schema.d.ts +4 -0
  105. package/dist/cjs/schemas/common/account/state-code.schema.d.ts.map +1 -0
  106. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
  107. package/dist/cjs/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
  108. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
  109. package/dist/cjs/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
  110. package/dist/cjs/schemas/common/amount/index.d.ts +3 -0
  111. package/dist/cjs/schemas/common/amount/index.d.ts.map +1 -0
  112. package/dist/cjs/schemas/common/index.d.ts +4 -0
  113. package/dist/cjs/schemas/common/index.d.ts.map +1 -0
  114. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts +8 -0
  115. package/dist/cjs/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
  116. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts +32 -0
  117. package/dist/cjs/schemas/common/search/date-filter.schema.d.ts.map +1 -0
  118. package/dist/cjs/schemas/common/search/index.d.ts +6 -0
  119. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -0
  120. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +31 -0
  121. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts.map +1 -0
  122. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +66 -0
  123. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -0
  124. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +41 -0
  125. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -0
  126. package/dist/cjs/schemas/index.d.ts +7 -0
  127. package/dist/cjs/schemas/index.d.ts.map +1 -1
  128. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
  129. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
  130. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +2 -2
  131. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +6 -6
  132. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +18 -18
  133. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +263 -478
  134. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  135. package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -2
  136. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1506 -1866
  137. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  138. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +10 -10
  139. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +327 -787
  140. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  141. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
  142. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
  143. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +55 -55
  144. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  145. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +7 -7
  146. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2035 -20
  147. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  148. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
  149. package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  150. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +12 -12
  151. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
  152. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  153. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  154. package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  155. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  156. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +13 -15
  157. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  158. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +27 -24
  159. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  160. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +465 -1623
  161. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  162. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
  163. package/dist/cjs/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
  164. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
  165. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
  166. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
  167. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  168. package/dist/cjs/schemas/payout/index.d.ts +8 -1
  169. package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
  170. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
  171. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
  172. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
  173. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
  174. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +260 -0
  175. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
  176. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
  177. package/dist/cjs/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
  178. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +403 -287
  179. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  180. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +20 -34
  181. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
  182. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +403 -112
  183. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
  184. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +36678 -0
  185. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -0
  186. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +375 -128
  187. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
  188. package/dist/cjs/schemas/payout-bank-file/index.d.ts +3 -0
  189. package/dist/cjs/schemas/payout-bank-file/index.d.ts.map +1 -0
  190. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
  191. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
  192. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
  193. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
  194. package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts +2 -0
  195. package/dist/cjs/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
  196. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
  197. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
  198. package/dist/cjs/schemas/payout-transaction/index.d.ts +3 -0
  199. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -0
  200. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
  201. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
  202. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
  203. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
  204. package/dist/cjs/schemas/project/project.entity.schema.d.ts +87 -7
  205. package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -1
  206. package/dist/cjs/schemas/project/project.rest.schema.d.ts +330 -327
  207. package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -1
  208. package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +2 -2
  209. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +4 -4
  210. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +99 -98
  211. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  212. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +33 -0
  213. package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -0
  214. package/dist/cjs/schemas/property/index.d.ts +3 -0
  215. package/dist/cjs/schemas/property/index.d.ts.map +1 -1
  216. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +66 -0
  217. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -0
  218. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +864 -0
  219. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -0
  220. package/dist/cjs/schemas/property/property.entity.schema.d.ts +734 -17
  221. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  222. package/dist/cjs/schemas/property/property.rest.schema.d.ts +2432 -1683
  223. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  224. package/dist/cjs/schemas/user/index.d.ts +1 -0
  225. package/dist/cjs/schemas/user/index.d.ts.map +1 -1
  226. package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
  227. package/dist/cjs/schemas/user/user.rest.schema.d.ts +35 -0
  228. package/dist/cjs/schemas/user/user.rest.schema.d.ts.map +1 -0
  229. package/dist/cjs/utils/amount.util.d.ts +2 -2
  230. package/dist/cjs/utils/amount.util.d.ts.map +1 -1
  231. package/dist/cjs/utils/bank-account.util.d.ts +17 -0
  232. package/dist/cjs/utils/bank-account.util.d.ts.map +1 -0
  233. package/dist/cjs/utils/index.d.ts +2 -0
  234. package/dist/cjs/utils/index.d.ts.map +1 -1
  235. package/dist/cjs/utils/property.util.d.ts +12 -0
  236. package/dist/cjs/utils/property.util.d.ts.map +1 -0
  237. package/dist/cjs/utils/transaction.util.d.ts +4 -2
  238. package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
  239. package/dist/esm/constants/cma/cma.constant.d.ts +6 -0
  240. package/dist/esm/constants/cma/cma.constant.d.ts.map +1 -0
  241. package/dist/esm/constants/cma/index.d.ts +1 -1
  242. package/dist/esm/constants/cma/index.d.ts.map +1 -1
  243. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +6 -0
  244. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -0
  245. package/dist/esm/constants/cma-transaction/cma-payment-method.constant.d.ts +4 -0
  246. package/dist/esm/constants/cma-transaction/cma-payment-method.constant.d.ts.map +1 -0
  247. package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts +8 -0
  248. package/dist/esm/constants/cma-transaction/cma-transaction-status.constant.d.ts.map +1 -0
  249. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +20 -0
  250. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -0
  251. package/dist/esm/constants/cma-transaction/index.d.ts +5 -0
  252. package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -0
  253. package/dist/esm/constants/common/account-period.constant.d.ts +5 -0
  254. package/dist/esm/constants/common/account-period.constant.d.ts.map +1 -0
  255. package/dist/esm/constants/common/index.d.ts +2 -0
  256. package/dist/esm/constants/common/index.d.ts.map +1 -1
  257. package/dist/esm/constants/common/reconciliation.constant.d.ts +5 -0
  258. package/dist/esm/constants/common/reconciliation.constant.d.ts.map +1 -0
  259. package/dist/esm/constants/index.d.ts +3 -2
  260. package/dist/esm/constants/index.d.ts.map +1 -1
  261. package/dist/esm/constants/mta-transaction/index.d.ts +1 -0
  262. package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -1
  263. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +3 -1
  264. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  265. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +8 -0
  266. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -0
  267. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +0 -4
  268. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  269. package/dist/esm/constants/payout/index.d.ts +4 -0
  270. package/dist/esm/constants/payout/index.d.ts.map +1 -0
  271. package/dist/esm/constants/payout/payout-status.constant.d.ts +9 -0
  272. package/dist/esm/constants/payout/payout-status.constant.d.ts.map +1 -0
  273. package/dist/esm/constants/payout/payout-type.constant.d.ts +9 -0
  274. package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -0
  275. package/dist/esm/constants/payout/payout.constant.d.ts +37 -0
  276. package/dist/esm/constants/payout/payout.constant.d.ts.map +1 -0
  277. package/dist/esm/constants/payout-bank-file/index.d.ts +2 -0
  278. package/dist/esm/constants/payout-bank-file/index.d.ts.map +1 -0
  279. package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts +8 -0
  280. package/dist/esm/constants/payout-bank-file/payout-bank-file-status.constant.d.ts.map +1 -0
  281. package/dist/esm/index.mjs +1770 -889
  282. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +1093 -0
  283. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -0
  284. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +759 -0
  285. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -0
  286. package/dist/esm/schemas/cma/create-cma.schema.d.ts +25 -0
  287. package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -0
  288. package/dist/esm/schemas/cma/index.d.ts +3 -3
  289. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  290. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +19 -0
  291. package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -0
  292. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +3637 -0
  293. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -0
  294. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +46 -0
  295. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -0
  296. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1105 -0
  297. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -0
  298. package/dist/esm/schemas/cma-account-period/index.d.ts +6 -0
  299. package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -0
  300. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +19 -0
  301. package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -0
  302. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +37 -0
  303. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -0
  304. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2238 -0
  305. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -0
  306. package/dist/esm/schemas/cma-reconciled-transaction/index.d.ts +3 -0
  307. package/dist/esm/schemas/cma-reconciled-transaction/index.d.ts.map +1 -0
  308. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +61 -0
  309. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -0
  310. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +71 -0
  311. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -0
  312. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +16 -0
  313. package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -0
  314. package/dist/esm/schemas/cma-reconciliation/index.d.ts +5 -0
  315. package/dist/esm/schemas/cma-reconciliation/index.d.ts.map +1 -0
  316. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
  317. package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
  318. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +16 -0
  319. package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -0
  320. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +13 -0
  321. package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts.map +1 -0
  322. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +815 -0
  323. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -0
  324. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +1533 -44
  325. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
  326. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +836 -0
  327. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -0
  328. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +38 -0
  329. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -0
  330. package/dist/esm/schemas/cma-transaction/index.d.ts +6 -0
  331. package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
  332. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +17 -0
  333. package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -0
  334. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +4 -0
  335. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -0
  336. package/dist/esm/schemas/common/account/account-number.schma.d.ts +4 -0
  337. package/dist/esm/schemas/common/account/account-number.schma.d.ts.map +1 -0
  338. package/dist/esm/schemas/common/account/bank-code.schema.d.ts +4 -0
  339. package/dist/esm/schemas/common/account/bank-code.schema.d.ts.map +1 -0
  340. package/dist/esm/schemas/common/account/index.d.ts +5 -0
  341. package/dist/esm/schemas/common/account/index.d.ts.map +1 -0
  342. package/dist/esm/schemas/common/account/state-code.schema.d.ts +4 -0
  343. package/dist/esm/schemas/common/account/state-code.schema.d.ts.map +1 -0
  344. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts +3 -0
  345. package/dist/esm/schemas/common/amount/cents-to-dollars.schema.d.ts.map +1 -0
  346. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts +3 -0
  347. package/dist/esm/schemas/common/amount/dollars-to-cents.schema.d.ts.map +1 -0
  348. package/dist/esm/schemas/common/amount/index.d.ts +3 -0
  349. package/dist/esm/schemas/common/amount/index.d.ts.map +1 -0
  350. package/dist/esm/schemas/common/index.d.ts +4 -0
  351. package/dist/esm/schemas/common/index.d.ts.map +1 -0
  352. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts +8 -0
  353. package/dist/esm/schemas/common/search/bool-filter.schema.d.ts.map +1 -0
  354. package/dist/esm/schemas/common/search/date-filter.schema.d.ts +32 -0
  355. package/dist/esm/schemas/common/search/date-filter.schema.d.ts.map +1 -0
  356. package/dist/esm/schemas/common/search/index.d.ts +6 -0
  357. package/dist/esm/schemas/common/search/index.d.ts.map +1 -0
  358. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +31 -0
  359. package/dist/esm/schemas/common/search/json-filter.schema.d.ts.map +1 -0
  360. package/dist/esm/schemas/common/search/number-filter.schema.d.ts +66 -0
  361. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -0
  362. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +41 -0
  363. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -0
  364. package/dist/esm/schemas/index.d.ts +7 -0
  365. package/dist/esm/schemas/index.d.ts.map +1 -1
  366. package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
  367. package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
  368. package/dist/esm/schemas/menu/update-menu.schema.d.ts +2 -2
  369. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +6 -6
  370. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +18 -18
  371. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +263 -478
  372. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  373. package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -2
  374. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1506 -1866
  375. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  376. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +10 -10
  377. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +327 -787
  378. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -1
  379. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +4 -4
  380. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -1
  381. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +55 -55
  382. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -1
  383. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +7 -7
  384. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2035 -20
  385. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  386. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +4 -4
  387. package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -1
  388. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +12 -12
  389. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +22 -22
  390. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -1
  391. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +2 -2
  392. package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -1
  393. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  394. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +13 -15
  395. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  396. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +27 -24
  397. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  398. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +465 -1623
  399. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  400. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts +13 -0
  401. package/dist/esm/schemas/payout/cancel-payout.rest.schema.d.ts.map +1 -0
  402. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +19 -0
  403. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +1 -0
  404. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +57 -0
  405. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  406. package/dist/esm/schemas/payout/index.d.ts +8 -1
  407. package/dist/esm/schemas/payout/index.d.ts.map +1 -1
  408. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +787 -0
  409. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -0
  410. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +14755 -0
  411. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -0
  412. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +260 -0
  413. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -0
  414. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts +19 -0
  415. package/dist/esm/schemas/payout/payout-status-summary.rest.schema.d.ts.map +1 -0
  416. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +403 -287
  417. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  418. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +20 -34
  419. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -1
  420. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +403 -112
  421. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -1
  422. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +36678 -0
  423. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -0
  424. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +375 -128
  425. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -1
  426. package/dist/esm/schemas/payout-bank-file/index.d.ts +3 -0
  427. package/dist/esm/schemas/payout-bank-file/index.d.ts.map +1 -0
  428. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +46 -0
  429. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts.map +1 -0
  430. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +367 -0
  431. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts.map +1 -0
  432. package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts +2 -0
  433. package/dist/esm/schemas/payout-bank-file-download-history/index.d.ts.map +1 -0
  434. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +108 -0
  435. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts.map +1 -0
  436. package/dist/esm/schemas/payout-transaction/index.d.ts +3 -0
  437. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -0
  438. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +67 -0
  439. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -0
  440. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +7175 -0
  441. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -0
  442. package/dist/esm/schemas/project/project.entity.schema.d.ts +87 -7
  443. package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -1
  444. package/dist/esm/schemas/project/project.rest.schema.d.ts +330 -327
  445. package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -1
  446. package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +2 -2
  447. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +4 -4
  448. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +99 -98
  449. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -1
  450. package/dist/esm/schemas/property/customer.entity.schema.d.ts +33 -0
  451. package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -0
  452. package/dist/esm/schemas/property/index.d.ts +3 -0
  453. package/dist/esm/schemas/property/index.d.ts.map +1 -1
  454. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +66 -0
  455. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -0
  456. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +864 -0
  457. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -0
  458. package/dist/esm/schemas/property/property.entity.schema.d.ts +734 -17
  459. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  460. package/dist/esm/schemas/property/property.rest.schema.d.ts +2432 -1683
  461. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  462. package/dist/esm/schemas/user/index.d.ts +1 -0
  463. package/dist/esm/schemas/user/index.d.ts.map +1 -1
  464. package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
  465. package/dist/esm/schemas/user/user.rest.schema.d.ts +35 -0
  466. package/dist/esm/schemas/user/user.rest.schema.d.ts.map +1 -0
  467. package/dist/esm/utils/amount.util.d.ts +2 -2
  468. package/dist/esm/utils/amount.util.d.ts.map +1 -1
  469. package/dist/esm/utils/bank-account.util.d.ts +17 -0
  470. package/dist/esm/utils/bank-account.util.d.ts.map +1 -0
  471. package/dist/esm/utils/index.d.ts +2 -0
  472. package/dist/esm/utils/index.d.ts.map +1 -1
  473. package/dist/esm/utils/property.util.d.ts +12 -0
  474. package/dist/esm/utils/property.util.d.ts.map +1 -0
  475. package/dist/esm/utils/transaction.util.d.ts +4 -2
  476. package/dist/esm/utils/transaction.util.d.ts.map +1 -1
  477. package/package.json +5 -5
  478. package/dist/cjs/constants/cma/cma-account.constant.d.ts +0 -6
  479. package/dist/cjs/constants/cma/cma-account.constant.d.ts.map +0 -1
  480. package/dist/cjs/constants/mta-account-period/index.d.ts +0 -2
  481. package/dist/cjs/constants/mta-account-period/index.d.ts.map +0 -1
  482. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
  483. package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
  484. package/dist/cjs/constants/mta-reconciliation/index.d.ts +0 -2
  485. package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +0 -1
  486. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
  487. package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
  488. package/dist/cjs/schemas/cma/cma-account-res.schema.d.ts +0 -67
  489. package/dist/cjs/schemas/cma/cma-account-res.schema.d.ts.map +0 -1
  490. package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts +0 -67
  491. package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts.map +0 -1
  492. package/dist/cjs/schemas/cma/create-cma-account.schema.d.ts +0 -24
  493. package/dist/cjs/schemas/cma/create-cma-account.schema.d.ts.map +0 -1
  494. package/dist/cjs/schemas/payout/payout.create.schema.d.ts +0 -157
  495. package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +0 -1
  496. package/dist/esm/constants/cma/cma-account.constant.d.ts +0 -6
  497. package/dist/esm/constants/cma/cma-account.constant.d.ts.map +0 -1
  498. package/dist/esm/constants/mta-account-period/index.d.ts +0 -2
  499. package/dist/esm/constants/mta-account-period/index.d.ts.map +0 -1
  500. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +0 -5
  501. package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +0 -1
  502. package/dist/esm/constants/mta-reconciliation/index.d.ts +0 -2
  503. package/dist/esm/constants/mta-reconciliation/index.d.ts.map +0 -1
  504. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +0 -5
  505. package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +0 -1
  506. package/dist/esm/schemas/cma/cma-account-res.schema.d.ts +0 -67
  507. package/dist/esm/schemas/cma/cma-account-res.schema.d.ts.map +0 -1
  508. package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts +0 -67
  509. package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts.map +0 -1
  510. package/dist/esm/schemas/cma/create-cma-account.schema.d.ts +0 -24
  511. package/dist/esm/schemas/cma/create-cma-account.schema.d.ts.map +0 -1
  512. package/dist/esm/schemas/payout/payout.create.schema.d.ts +0 -157
  513. package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +0 -1
@@ -1,7 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { mtaAccountPeriodRestResSchema } from '../mta-account-period/mta-account-period.rest.schema';
3
- import { mtaTransactionRestResSchema } from '../mta-transaction/mta-transaction.rest.schema';
4
- declare const mtaReconciledTransactionRestResBaseSchema: z.ZodObject<{
2
+ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
5
3
  id: z.ZodString;
6
4
  mtaTransactionId: z.ZodString;
7
5
  accountPeriodId: z.ZodNullable<z.ZodString>;
@@ -12,38 +10,2055 @@ declare const mtaReconciledTransactionRestResBaseSchema: z.ZodObject<{
12
10
  createdBy: z.ZodString;
13
11
  createdAt: z.ZodDate;
14
12
  updatedAt: z.ZodDate;
13
+ } & {
14
+ mtaTransaction: z.ZodOptional<z.ZodLazy<z.ZodType<{
15
+ id: string;
16
+ status: import("../..").AccountingCommonStatus;
17
+ isArchived: boolean;
18
+ createdAt: Date;
19
+ updatedAt: Date;
20
+ syncedAt: Date;
21
+ debitAmountCents: number;
22
+ creditAmountCents: number;
23
+ balanceCents: number;
24
+ mtaId: string;
25
+ description: string | null;
26
+ clearedAt: Date | null;
27
+ propertyId: string | null;
28
+ transactionType: string;
29
+ isCanceled: boolean;
30
+ isRefunded: boolean;
31
+ payoutId: string | null;
32
+ sequence: number;
33
+ inputType: import("../..").MtaTransactionInputType;
34
+ bankRef: string | null;
35
+ sourceTransactionId: string | null;
36
+ cancelType: string | null;
37
+ canceledAt: Date | null;
38
+ canceledReason: string | null;
39
+ referenceId: string | null;
40
+ note: string | null;
41
+ createdBy?: string | {
42
+ id: string;
43
+ email: string;
44
+ fullName?: string | null | undefined;
45
+ firstName?: string | null | undefined;
46
+ lastName?: string | null | undefined;
47
+ } | null | undefined;
48
+ canceledBy?: string | {
49
+ id: string;
50
+ email: string;
51
+ fullName?: string | null | undefined;
52
+ firstName?: string | null | undefined;
53
+ lastName?: string | null | undefined;
54
+ } | null | undefined;
55
+ property?: {
56
+ id: string;
57
+ status: string;
58
+ isArchived: boolean;
59
+ createdAt: Date;
60
+ updatedAt: Date;
61
+ syncedAt: Date;
62
+ balanceCents: number | bigint;
63
+ customerId: string;
64
+ projectId: string;
65
+ lotDetail: string | null;
66
+ propertyAddress: string;
67
+ stage: string;
68
+ mtaId: string;
69
+ mtaBalanceCents: number | bigint;
70
+ cmaBalanceCents: number | bigint;
71
+ customer?: {
72
+ id: string;
73
+ status: string;
74
+ isArchived: boolean;
75
+ createdAt: Date;
76
+ updatedAt: Date;
77
+ fullName: string | null;
78
+ mobile: string | null;
79
+ email: string;
80
+ syncedAt: Date;
81
+ } | null | undefined;
82
+ buyerName?: string | null | undefined;
83
+ project?: {
84
+ id: string;
85
+ status: string;
86
+ isArchived: boolean;
87
+ createdAt: Date;
88
+ updatedAt: Date;
89
+ type: string;
90
+ syncedAt: Date;
91
+ mtaId: string | null;
92
+ name: string;
93
+ developerId: string;
94
+ state: string;
95
+ developer?: {
96
+ id: string;
97
+ status: string;
98
+ isArchived: boolean;
99
+ createdAt: Date;
100
+ updatedAt: Date;
101
+ syncedAt: Date;
102
+ companyName: string | null;
103
+ } | null | undefined;
104
+ } | null | undefined;
105
+ } | null | undefined;
106
+ } & {
107
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
108
+ sourceTransaction?: ({
109
+ id: string;
110
+ status: import("../..").AccountingCommonStatus;
111
+ isArchived: boolean;
112
+ createdAt: Date;
113
+ updatedAt: Date;
114
+ syncedAt: Date;
115
+ debitAmountCents: number;
116
+ creditAmountCents: number;
117
+ balanceCents: number;
118
+ mtaId: string;
119
+ description: string | null;
120
+ clearedAt: Date | null;
121
+ propertyId: string | null;
122
+ transactionType: string;
123
+ isCanceled: boolean;
124
+ isRefunded: boolean;
125
+ payoutId: string | null;
126
+ sequence: number;
127
+ inputType: import("../..").MtaTransactionInputType;
128
+ bankRef: string | null;
129
+ sourceTransactionId: string | null;
130
+ cancelType: string | null;
131
+ canceledAt: Date | null;
132
+ canceledReason: string | null;
133
+ referenceId: string | null;
134
+ note: string | null;
135
+ createdBy?: string | {
136
+ id: string;
137
+ email: string;
138
+ fullName?: string | null | undefined;
139
+ firstName?: string | null | undefined;
140
+ lastName?: string | null | undefined;
141
+ } | null | undefined;
142
+ canceledBy?: string | {
143
+ id: string;
144
+ email: string;
145
+ fullName?: string | null | undefined;
146
+ firstName?: string | null | undefined;
147
+ lastName?: string | null | undefined;
148
+ } | null | undefined;
149
+ property?: {
150
+ id: string;
151
+ status: string;
152
+ isArchived: boolean;
153
+ createdAt: Date;
154
+ updatedAt: Date;
155
+ syncedAt: Date;
156
+ balanceCents: number | bigint;
157
+ customerId: string;
158
+ projectId: string;
159
+ lotDetail: string | null;
160
+ propertyAddress: string;
161
+ stage: string;
162
+ mtaId: string;
163
+ mtaBalanceCents: number | bigint;
164
+ cmaBalanceCents: number | bigint;
165
+ customer?: {
166
+ id: string;
167
+ status: string;
168
+ isArchived: boolean;
169
+ createdAt: Date;
170
+ updatedAt: Date;
171
+ fullName: string | null;
172
+ mobile: string | null;
173
+ email: string;
174
+ syncedAt: Date;
175
+ } | null | undefined;
176
+ buyerName?: string | null | undefined;
177
+ project?: {
178
+ id: string;
179
+ status: string;
180
+ isArchived: boolean;
181
+ createdAt: Date;
182
+ updatedAt: Date;
183
+ type: string;
184
+ syncedAt: Date;
185
+ mtaId: string | null;
186
+ name: string;
187
+ developerId: string;
188
+ state: string;
189
+ developer?: {
190
+ id: string;
191
+ status: string;
192
+ isArchived: boolean;
193
+ createdAt: Date;
194
+ updatedAt: Date;
195
+ syncedAt: Date;
196
+ companyName: string | null;
197
+ } | null | undefined;
198
+ } | null | undefined;
199
+ } | null | undefined;
200
+ } & any) | null | undefined;
201
+ subsequentTransactions?: ({
202
+ id: string;
203
+ status: import("../..").AccountingCommonStatus;
204
+ isArchived: boolean;
205
+ createdAt: Date;
206
+ updatedAt: Date;
207
+ syncedAt: Date;
208
+ debitAmountCents: number;
209
+ creditAmountCents: number;
210
+ balanceCents: number;
211
+ mtaId: string;
212
+ description: string | null;
213
+ clearedAt: Date | null;
214
+ propertyId: string | null;
215
+ transactionType: string;
216
+ isCanceled: boolean;
217
+ isRefunded: boolean;
218
+ payoutId: string | null;
219
+ sequence: number;
220
+ inputType: import("../..").MtaTransactionInputType;
221
+ bankRef: string | null;
222
+ sourceTransactionId: string | null;
223
+ cancelType: string | null;
224
+ canceledAt: Date | null;
225
+ canceledReason: string | null;
226
+ referenceId: string | null;
227
+ note: string | null;
228
+ createdBy?: string | {
229
+ id: string;
230
+ email: string;
231
+ fullName?: string | null | undefined;
232
+ firstName?: string | null | undefined;
233
+ lastName?: string | null | undefined;
234
+ } | null | undefined;
235
+ canceledBy?: string | {
236
+ id: string;
237
+ email: string;
238
+ fullName?: string | null | undefined;
239
+ firstName?: string | null | undefined;
240
+ lastName?: string | null | undefined;
241
+ } | null | undefined;
242
+ property?: {
243
+ id: string;
244
+ status: string;
245
+ isArchived: boolean;
246
+ createdAt: Date;
247
+ updatedAt: Date;
248
+ syncedAt: Date;
249
+ balanceCents: number | bigint;
250
+ customerId: string;
251
+ projectId: string;
252
+ lotDetail: string | null;
253
+ propertyAddress: string;
254
+ stage: string;
255
+ mtaId: string;
256
+ mtaBalanceCents: number | bigint;
257
+ cmaBalanceCents: number | bigint;
258
+ customer?: {
259
+ id: string;
260
+ status: string;
261
+ isArchived: boolean;
262
+ createdAt: Date;
263
+ updatedAt: Date;
264
+ fullName: string | null;
265
+ mobile: string | null;
266
+ email: string;
267
+ syncedAt: Date;
268
+ } | null | undefined;
269
+ buyerName?: string | null | undefined;
270
+ project?: {
271
+ id: string;
272
+ status: string;
273
+ isArchived: boolean;
274
+ createdAt: Date;
275
+ updatedAt: Date;
276
+ type: string;
277
+ syncedAt: Date;
278
+ mtaId: string | null;
279
+ name: string;
280
+ developerId: string;
281
+ state: string;
282
+ developer?: {
283
+ id: string;
284
+ status: string;
285
+ isArchived: boolean;
286
+ createdAt: Date;
287
+ updatedAt: Date;
288
+ syncedAt: Date;
289
+ companyName: string | null;
290
+ } | null | undefined;
291
+ } | null | undefined;
292
+ } | null | undefined;
293
+ } & any)[] | null | undefined;
294
+ reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
295
+ isReceipt?: boolean | null | undefined;
296
+ isPayment?: boolean | null | undefined;
297
+ isReconciled?: boolean | null | undefined;
298
+ isUnknown?: boolean | null | undefined;
299
+ isAssignableToProperty?: boolean | null | undefined;
300
+ isAssignedToProperty?: boolean | null | undefined;
301
+ amountStr?: string | null | undefined;
302
+ transactionNumber?: string | null | undefined;
303
+ isCancelable?: boolean | null | undefined;
304
+ }, z.ZodTypeDef, {
305
+ id: string;
306
+ status: string;
307
+ isArchived: boolean;
308
+ createdAt: Date;
309
+ updatedAt: Date;
310
+ syncedAt: Date;
311
+ debitAmountCents: string | number | bigint;
312
+ creditAmountCents: string | number | bigint;
313
+ balanceCents: string | number | bigint;
314
+ mtaId: string;
315
+ description: string | null;
316
+ clearedAt: Date | null;
317
+ propertyId: string | null;
318
+ transactionType: string;
319
+ isCanceled: boolean;
320
+ isRefunded: boolean;
321
+ payoutId: string | null;
322
+ sequence: number;
323
+ inputType: string;
324
+ bankRef: string | null;
325
+ sourceTransactionId: string | null;
326
+ cancelType: string | null;
327
+ canceledAt: Date | null;
328
+ canceledReason: string | null;
329
+ referenceId: string | null;
330
+ note: string | null;
331
+ createdBy?: string | {
332
+ id: string;
333
+ email: string;
334
+ fullName?: string | null | undefined;
335
+ firstName?: string | null | undefined;
336
+ lastName?: string | null | undefined;
337
+ } | null | undefined;
338
+ canceledBy?: string | {
339
+ id: string;
340
+ email: string;
341
+ fullName?: string | null | undefined;
342
+ firstName?: string | null | undefined;
343
+ lastName?: string | null | undefined;
344
+ } | null | undefined;
345
+ property?: {
346
+ id: string;
347
+ status: string;
348
+ isArchived: boolean;
349
+ createdAt: Date;
350
+ updatedAt: Date;
351
+ syncedAt: Date;
352
+ balanceCents: number | bigint;
353
+ customerId: string;
354
+ projectId: string;
355
+ lotDetail: string | null;
356
+ propertyAddress: string;
357
+ stage: string;
358
+ mtaId: string;
359
+ mtaBalanceCents: number | bigint;
360
+ cmaBalanceCents: number | bigint;
361
+ customer?: {
362
+ id: string;
363
+ status: string;
364
+ isArchived: boolean;
365
+ createdAt: Date;
366
+ updatedAt: Date;
367
+ fullName: string | null;
368
+ mobile: string | null;
369
+ email: string;
370
+ syncedAt: Date;
371
+ } | null | undefined;
372
+ buyerName?: string | null | undefined;
373
+ project?: {
374
+ id: string;
375
+ status: string;
376
+ isArchived: boolean;
377
+ createdAt: Date;
378
+ updatedAt: Date;
379
+ type: string;
380
+ syncedAt: Date;
381
+ mtaId: string | null;
382
+ name: string;
383
+ developerId: string;
384
+ state: string;
385
+ developer?: {
386
+ id: string;
387
+ status: string;
388
+ isArchived: boolean;
389
+ createdAt: Date;
390
+ updatedAt: Date;
391
+ syncedAt: Date;
392
+ companyName: string | null;
393
+ } | null | undefined;
394
+ } | null | undefined;
395
+ } | null | undefined;
396
+ } & {
397
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
398
+ sourceTransaction?: ({
399
+ id: string;
400
+ status: string;
401
+ isArchived: boolean;
402
+ createdAt: Date;
403
+ updatedAt: Date;
404
+ syncedAt: Date;
405
+ debitAmountCents: string | number | bigint;
406
+ creditAmountCents: string | number | bigint;
407
+ balanceCents: string | number | bigint;
408
+ mtaId: string;
409
+ description: string | null;
410
+ clearedAt: Date | null;
411
+ propertyId: string | null;
412
+ transactionType: string;
413
+ isCanceled: boolean;
414
+ isRefunded: boolean;
415
+ payoutId: string | null;
416
+ sequence: number;
417
+ inputType: string;
418
+ bankRef: string | null;
419
+ sourceTransactionId: string | null;
420
+ cancelType: string | null;
421
+ canceledAt: Date | null;
422
+ canceledReason: string | null;
423
+ referenceId: string | null;
424
+ note: string | null;
425
+ createdBy?: string | {
426
+ id: string;
427
+ email: string;
428
+ fullName?: string | null | undefined;
429
+ firstName?: string | null | undefined;
430
+ lastName?: string | null | undefined;
431
+ } | null | undefined;
432
+ canceledBy?: string | {
433
+ id: string;
434
+ email: string;
435
+ fullName?: string | null | undefined;
436
+ firstName?: string | null | undefined;
437
+ lastName?: string | null | undefined;
438
+ } | null | undefined;
439
+ property?: {
440
+ id: string;
441
+ status: string;
442
+ isArchived: boolean;
443
+ createdAt: Date;
444
+ updatedAt: Date;
445
+ syncedAt: Date;
446
+ balanceCents: number | bigint;
447
+ customerId: string;
448
+ projectId: string;
449
+ lotDetail: string | null;
450
+ propertyAddress: string;
451
+ stage: string;
452
+ mtaId: string;
453
+ mtaBalanceCents: number | bigint;
454
+ cmaBalanceCents: number | bigint;
455
+ customer?: {
456
+ id: string;
457
+ status: string;
458
+ isArchived: boolean;
459
+ createdAt: Date;
460
+ updatedAt: Date;
461
+ fullName: string | null;
462
+ mobile: string | null;
463
+ email: string;
464
+ syncedAt: Date;
465
+ } | null | undefined;
466
+ buyerName?: string | null | undefined;
467
+ project?: {
468
+ id: string;
469
+ status: string;
470
+ isArchived: boolean;
471
+ createdAt: Date;
472
+ updatedAt: Date;
473
+ type: string;
474
+ syncedAt: Date;
475
+ mtaId: string | null;
476
+ name: string;
477
+ developerId: string;
478
+ state: string;
479
+ developer?: {
480
+ id: string;
481
+ status: string;
482
+ isArchived: boolean;
483
+ createdAt: Date;
484
+ updatedAt: Date;
485
+ syncedAt: Date;
486
+ companyName: string | null;
487
+ } | null | undefined;
488
+ } | null | undefined;
489
+ } | null | undefined;
490
+ } & any) | null | undefined;
491
+ subsequentTransactions?: ({
492
+ id: string;
493
+ status: string;
494
+ isArchived: boolean;
495
+ createdAt: Date;
496
+ updatedAt: Date;
497
+ syncedAt: Date;
498
+ debitAmountCents: string | number | bigint;
499
+ creditAmountCents: string | number | bigint;
500
+ balanceCents: string | number | bigint;
501
+ mtaId: string;
502
+ description: string | null;
503
+ clearedAt: Date | null;
504
+ propertyId: string | null;
505
+ transactionType: string;
506
+ isCanceled: boolean;
507
+ isRefunded: boolean;
508
+ payoutId: string | null;
509
+ sequence: number;
510
+ inputType: string;
511
+ bankRef: string | null;
512
+ sourceTransactionId: string | null;
513
+ cancelType: string | null;
514
+ canceledAt: Date | null;
515
+ canceledReason: string | null;
516
+ referenceId: string | null;
517
+ note: string | null;
518
+ createdBy?: string | {
519
+ id: string;
520
+ email: string;
521
+ fullName?: string | null | undefined;
522
+ firstName?: string | null | undefined;
523
+ lastName?: string | null | undefined;
524
+ } | null | undefined;
525
+ canceledBy?: string | {
526
+ id: string;
527
+ email: string;
528
+ fullName?: string | null | undefined;
529
+ firstName?: string | null | undefined;
530
+ lastName?: string | null | undefined;
531
+ } | null | undefined;
532
+ property?: {
533
+ id: string;
534
+ status: string;
535
+ isArchived: boolean;
536
+ createdAt: Date;
537
+ updatedAt: Date;
538
+ syncedAt: Date;
539
+ balanceCents: number | bigint;
540
+ customerId: string;
541
+ projectId: string;
542
+ lotDetail: string | null;
543
+ propertyAddress: string;
544
+ stage: string;
545
+ mtaId: string;
546
+ mtaBalanceCents: number | bigint;
547
+ cmaBalanceCents: number | bigint;
548
+ customer?: {
549
+ id: string;
550
+ status: string;
551
+ isArchived: boolean;
552
+ createdAt: Date;
553
+ updatedAt: Date;
554
+ fullName: string | null;
555
+ mobile: string | null;
556
+ email: string;
557
+ syncedAt: Date;
558
+ } | null | undefined;
559
+ buyerName?: string | null | undefined;
560
+ project?: {
561
+ id: string;
562
+ status: string;
563
+ isArchived: boolean;
564
+ createdAt: Date;
565
+ updatedAt: Date;
566
+ type: string;
567
+ syncedAt: Date;
568
+ mtaId: string | null;
569
+ name: string;
570
+ developerId: string;
571
+ state: string;
572
+ developer?: {
573
+ id: string;
574
+ status: string;
575
+ isArchived: boolean;
576
+ createdAt: Date;
577
+ updatedAt: Date;
578
+ syncedAt: Date;
579
+ companyName: string | null;
580
+ } | null | undefined;
581
+ } | null | undefined;
582
+ } | null | undefined;
583
+ } & any)[] | null | undefined;
584
+ reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
585
+ }>>>;
586
+ accountPeriod: z.ZodOptional<z.ZodLazy<z.ZodObject<{
587
+ id: z.ZodString;
588
+ startDate: z.ZodDate;
589
+ endDate: z.ZodNullable<z.ZodDate>;
590
+ closedBy: z.ZodNullable<z.ZodString>;
591
+ closedAt: z.ZodNullable<z.ZodDate>;
592
+ isArchived: z.ZodBoolean;
593
+ createdAt: z.ZodDate;
594
+ updatedAt: z.ZodDate;
595
+ mtaId: z.ZodString;
596
+ closingDescription: z.ZodNullable<z.ZodString>;
597
+ } & {
598
+ openingBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
599
+ closingBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
600
+ reconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
601
+ totalReconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
602
+ unreconciledAmountCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
603
+ status: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("../..").AccountPeriodStatus>>;
604
+ } & {
605
+ mta: z.ZodOptional<z.ZodLazy<z.ZodObject<{
606
+ id: z.ZodString;
607
+ name: z.ZodString;
608
+ country: z.ZodString;
609
+ subsidiaryId: z.ZodString;
610
+ currentReceiveSeq: z.ZodNumber;
611
+ currentPayoutSeq: z.ZodNumber;
612
+ status: z.ZodString;
613
+ isArchived: z.ZodBoolean;
614
+ createdAt: z.ZodDate;
615
+ syncedAt: z.ZodNullable<z.ZodDate>;
616
+ updatedAt: z.ZodDate;
617
+ createdBy: z.ZodNullable<z.ZodString>;
618
+ updatedBy: z.ZodNullable<z.ZodString>;
619
+ } & {
620
+ stateCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>>;
621
+ bankCode: z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
622
+ accountNumber: z.ZodEffects<z.ZodString, string | null, string>;
623
+ bsb: z.ZodEffects<z.ZodString, string | null, string>;
624
+ balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
625
+ } & {
626
+ paymentMethods: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
627
+ id: z.ZodString;
628
+ mtaId: z.ZodString;
629
+ paymentProviderId: z.ZodString;
630
+ bankAccountId: z.ZodString;
631
+ status: z.ZodString;
632
+ isArchived: z.ZodBoolean;
633
+ createdAt: z.ZodDate;
634
+ updatedAt: z.ZodDate;
635
+ } & {
636
+ paymentProvider: z.ZodOptional<z.ZodLazy<z.ZodObject<{
637
+ id: z.ZodString;
638
+ name: z.ZodString;
639
+ providerCode: z.ZodString;
640
+ isArchived: z.ZodBoolean;
641
+ settings: z.ZodString;
642
+ status: z.ZodString;
643
+ createdAt: z.ZodDate;
644
+ updatedAt: z.ZodDate;
645
+ }, "strip", z.ZodTypeAny, {
646
+ id: string;
647
+ status: string;
648
+ isArchived: boolean;
649
+ createdAt: Date;
650
+ updatedAt: Date;
651
+ name: string;
652
+ providerCode: string;
653
+ settings: string;
654
+ }, {
655
+ id: string;
656
+ status: string;
657
+ isArchived: boolean;
658
+ createdAt: Date;
659
+ updatedAt: Date;
660
+ name: string;
661
+ providerCode: string;
662
+ settings: string;
663
+ }>>>;
664
+ mta: z.ZodOptional<z.ZodLazy<z.ZodObject<{
665
+ id: z.ZodString;
666
+ name: z.ZodString;
667
+ country: z.ZodString;
668
+ stateCode: z.ZodString;
669
+ bankCode: z.ZodString;
670
+ subsidiaryId: z.ZodString;
671
+ bsb: z.ZodString;
672
+ accountNumber: z.ZodString;
673
+ balanceCents: z.ZodBigInt;
674
+ currentReceiveSeq: z.ZodNumber;
675
+ currentPayoutSeq: z.ZodNumber;
676
+ status: z.ZodString;
677
+ isArchived: z.ZodBoolean;
678
+ createdAt: z.ZodDate;
679
+ syncedAt: z.ZodNullable<z.ZodDate>;
680
+ updatedAt: z.ZodDate;
681
+ createdBy: z.ZodNullable<z.ZodString>;
682
+ updatedBy: z.ZodNullable<z.ZodString>;
683
+ }, "strip", z.ZodTypeAny, {
684
+ id: string;
685
+ status: string;
686
+ isArchived: boolean;
687
+ createdBy: string | null;
688
+ createdAt: Date;
689
+ updatedAt: Date;
690
+ syncedAt: Date | null;
691
+ balanceCents: bigint;
692
+ name: string;
693
+ bsb: string;
694
+ accountNumber: string;
695
+ updatedBy: string | null;
696
+ country: string;
697
+ stateCode: string;
698
+ bankCode: string;
699
+ currentReceiveSeq: number;
700
+ currentPayoutSeq: number;
701
+ subsidiaryId: string;
702
+ }, {
703
+ id: string;
704
+ status: string;
705
+ isArchived: boolean;
706
+ createdBy: string | null;
707
+ createdAt: Date;
708
+ updatedAt: Date;
709
+ syncedAt: Date | null;
710
+ balanceCents: bigint;
711
+ name: string;
712
+ bsb: string;
713
+ accountNumber: string;
714
+ updatedBy: string | null;
715
+ country: string;
716
+ stateCode: string;
717
+ bankCode: string;
718
+ currentReceiveSeq: number;
719
+ currentPayoutSeq: number;
720
+ subsidiaryId: string;
721
+ }>>>;
722
+ account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
723
+ bsb: z.ZodString;
724
+ accountNumber: z.ZodString;
725
+ credential: z.ZodObject<{
726
+ bankAccountId: z.ZodString;
727
+ }, "strip", z.ZodTypeAny, {
728
+ bankAccountId: string;
729
+ }, {
730
+ bankAccountId: string;
731
+ }>;
732
+ }, "strip", z.ZodTypeAny, {
733
+ bsb: string;
734
+ accountNumber: string;
735
+ credential: {
736
+ bankAccountId: string;
737
+ };
738
+ }, {
739
+ bsb: string;
740
+ accountNumber: string;
741
+ credential: {
742
+ bankAccountId: string;
743
+ };
744
+ }>>;
745
+ floatAccount: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodNullable<z.ZodString>, any, string | null>, z.ZodObject<{
746
+ domainName: z.ZodString;
747
+ credential: z.ZodObject<{
748
+ bankAccountId: z.ZodString;
749
+ }, "strip", z.ZodTypeAny, {
750
+ bankAccountId: string;
751
+ }, {
752
+ bankAccountId: string;
753
+ }>;
754
+ }, "strip", z.ZodTypeAny, {
755
+ credential: {
756
+ bankAccountId: string;
757
+ };
758
+ domainName: string;
759
+ }, {
760
+ credential: {
761
+ bankAccountId: string;
762
+ };
763
+ domainName: string;
764
+ }>>>>;
765
+ }, "strip", z.ZodTypeAny, {
766
+ id: string;
767
+ status: string;
768
+ isArchived: boolean;
769
+ createdAt: Date;
770
+ updatedAt: Date;
771
+ mtaId: string;
772
+ bankAccountId: string;
773
+ paymentProviderId: string;
774
+ account: {
775
+ bsb: string;
776
+ accountNumber: string;
777
+ credential: {
778
+ bankAccountId: string;
779
+ };
780
+ };
781
+ mta?: {
782
+ id: string;
783
+ status: string;
784
+ isArchived: boolean;
785
+ createdBy: string | null;
786
+ createdAt: Date;
787
+ updatedAt: Date;
788
+ syncedAt: Date | null;
789
+ balanceCents: bigint;
790
+ name: string;
791
+ bsb: string;
792
+ accountNumber: string;
793
+ updatedBy: string | null;
794
+ country: string;
795
+ stateCode: string;
796
+ bankCode: string;
797
+ currentReceiveSeq: number;
798
+ currentPayoutSeq: number;
799
+ subsidiaryId: string;
800
+ } | undefined;
801
+ floatAccount?: {
802
+ credential: {
803
+ bankAccountId: string;
804
+ };
805
+ domainName: string;
806
+ } | null | undefined;
807
+ paymentProvider?: {
808
+ id: string;
809
+ status: string;
810
+ isArchived: boolean;
811
+ createdAt: Date;
812
+ updatedAt: Date;
813
+ name: string;
814
+ providerCode: string;
815
+ settings: string;
816
+ } | undefined;
817
+ }, {
818
+ id: string;
819
+ status: string;
820
+ isArchived: boolean;
821
+ createdAt: Date;
822
+ updatedAt: Date;
823
+ mtaId: string;
824
+ bankAccountId: string;
825
+ paymentProviderId: string;
826
+ account: string;
827
+ mta?: {
828
+ id: string;
829
+ status: string;
830
+ isArchived: boolean;
831
+ createdBy: string | null;
832
+ createdAt: Date;
833
+ updatedAt: Date;
834
+ syncedAt: Date | null;
835
+ balanceCents: bigint;
836
+ name: string;
837
+ bsb: string;
838
+ accountNumber: string;
839
+ updatedBy: string | null;
840
+ country: string;
841
+ stateCode: string;
842
+ bankCode: string;
843
+ currentReceiveSeq: number;
844
+ currentPayoutSeq: number;
845
+ subsidiaryId: string;
846
+ } | undefined;
847
+ floatAccount?: string | null | undefined;
848
+ paymentProvider?: {
849
+ id: string;
850
+ status: string;
851
+ isArchived: boolean;
852
+ createdAt: Date;
853
+ updatedAt: Date;
854
+ name: string;
855
+ providerCode: string;
856
+ settings: string;
857
+ } | undefined;
858
+ }>, "many">>>;
859
+ accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
860
+ id: z.ZodString;
861
+ startDate: z.ZodDate;
862
+ endDate: z.ZodNullable<z.ZodDate>;
863
+ openingBalanceCents: z.ZodBigInt;
864
+ closingBalanceCents: z.ZodNullable<z.ZodBigInt>;
865
+ status: z.ZodString;
866
+ closedBy: z.ZodNullable<z.ZodString>;
867
+ closedAt: z.ZodNullable<z.ZodDate>;
868
+ isArchived: z.ZodBoolean;
869
+ createdAt: z.ZodDate;
870
+ updatedAt: z.ZodDate;
871
+ mtaId: z.ZodString;
872
+ closingDescription: z.ZodNullable<z.ZodString>;
873
+ }, "strip", z.ZodTypeAny, {
874
+ id: string;
875
+ status: string;
876
+ isArchived: boolean;
877
+ createdAt: Date;
878
+ updatedAt: Date;
879
+ mtaId: string;
880
+ endDate: Date | null;
881
+ closingDescription: string | null;
882
+ closingBalanceCents: bigint | null;
883
+ closedAt: Date | null;
884
+ closedBy: string | null;
885
+ startDate: Date;
886
+ openingBalanceCents: bigint;
887
+ }, {
888
+ id: string;
889
+ status: string;
890
+ isArchived: boolean;
891
+ createdAt: Date;
892
+ updatedAt: Date;
893
+ mtaId: string;
894
+ endDate: Date | null;
895
+ closingDescription: string | null;
896
+ closingBalanceCents: bigint | null;
897
+ closedAt: Date | null;
898
+ closedBy: string | null;
899
+ startDate: Date;
900
+ openingBalanceCents: bigint;
901
+ }>, "many">>>;
902
+ }, "strip", z.ZodTypeAny, {
903
+ id: string;
904
+ status: string;
905
+ isArchived: boolean;
906
+ createdBy: string | null;
907
+ createdAt: Date;
908
+ updatedAt: Date;
909
+ syncedAt: Date | null;
910
+ balanceCents: number;
911
+ name: string;
912
+ bsb: string | null;
913
+ accountNumber: string | null;
914
+ updatedBy: string | null;
915
+ country: string;
916
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
917
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
918
+ currentReceiveSeq: number;
919
+ currentPayoutSeq: number;
920
+ subsidiaryId: string;
921
+ paymentMethods?: {
922
+ id: string;
923
+ status: string;
924
+ isArchived: boolean;
925
+ createdAt: Date;
926
+ updatedAt: Date;
927
+ mtaId: string;
928
+ bankAccountId: string;
929
+ paymentProviderId: string;
930
+ account: {
931
+ bsb: string;
932
+ accountNumber: string;
933
+ credential: {
934
+ bankAccountId: string;
935
+ };
936
+ };
937
+ mta?: {
938
+ id: string;
939
+ status: string;
940
+ isArchived: boolean;
941
+ createdBy: string | null;
942
+ createdAt: Date;
943
+ updatedAt: Date;
944
+ syncedAt: Date | null;
945
+ balanceCents: bigint;
946
+ name: string;
947
+ bsb: string;
948
+ accountNumber: string;
949
+ updatedBy: string | null;
950
+ country: string;
951
+ stateCode: string;
952
+ bankCode: string;
953
+ currentReceiveSeq: number;
954
+ currentPayoutSeq: number;
955
+ subsidiaryId: string;
956
+ } | undefined;
957
+ floatAccount?: {
958
+ credential: {
959
+ bankAccountId: string;
960
+ };
961
+ domainName: string;
962
+ } | null | undefined;
963
+ paymentProvider?: {
964
+ id: string;
965
+ status: string;
966
+ isArchived: boolean;
967
+ createdAt: Date;
968
+ updatedAt: Date;
969
+ name: string;
970
+ providerCode: string;
971
+ settings: string;
972
+ } | undefined;
973
+ }[] | undefined;
974
+ accountPeriods?: {
975
+ id: string;
976
+ status: string;
977
+ isArchived: boolean;
978
+ createdAt: Date;
979
+ updatedAt: Date;
980
+ mtaId: string;
981
+ endDate: Date | null;
982
+ closingDescription: string | null;
983
+ closingBalanceCents: bigint | null;
984
+ closedAt: Date | null;
985
+ closedBy: string | null;
986
+ startDate: Date;
987
+ openingBalanceCents: bigint;
988
+ }[] | undefined;
989
+ }, {
990
+ id: string;
991
+ status: string;
992
+ isArchived: boolean;
993
+ createdBy: string | null;
994
+ createdAt: Date;
995
+ updatedAt: Date;
996
+ syncedAt: Date | null;
997
+ balanceCents: string | number | bigint;
998
+ name: string;
999
+ bsb: string;
1000
+ accountNumber: string;
1001
+ updatedBy: string | null;
1002
+ country: string;
1003
+ stateCode: string;
1004
+ bankCode: string;
1005
+ currentReceiveSeq: number;
1006
+ currentPayoutSeq: number;
1007
+ subsidiaryId: string;
1008
+ paymentMethods?: {
1009
+ id: string;
1010
+ status: string;
1011
+ isArchived: boolean;
1012
+ createdAt: Date;
1013
+ updatedAt: Date;
1014
+ mtaId: string;
1015
+ bankAccountId: string;
1016
+ paymentProviderId: string;
1017
+ account: string;
1018
+ mta?: {
1019
+ id: string;
1020
+ status: string;
1021
+ isArchived: boolean;
1022
+ createdBy: string | null;
1023
+ createdAt: Date;
1024
+ updatedAt: Date;
1025
+ syncedAt: Date | null;
1026
+ balanceCents: bigint;
1027
+ name: string;
1028
+ bsb: string;
1029
+ accountNumber: string;
1030
+ updatedBy: string | null;
1031
+ country: string;
1032
+ stateCode: string;
1033
+ bankCode: string;
1034
+ currentReceiveSeq: number;
1035
+ currentPayoutSeq: number;
1036
+ subsidiaryId: string;
1037
+ } | undefined;
1038
+ floatAccount?: string | null | undefined;
1039
+ paymentProvider?: {
1040
+ id: string;
1041
+ status: string;
1042
+ isArchived: boolean;
1043
+ createdAt: Date;
1044
+ updatedAt: Date;
1045
+ name: string;
1046
+ providerCode: string;
1047
+ settings: string;
1048
+ } | undefined;
1049
+ }[] | undefined;
1050
+ accountPeriods?: {
1051
+ id: string;
1052
+ status: string;
1053
+ isArchived: boolean;
1054
+ createdAt: Date;
1055
+ updatedAt: Date;
1056
+ mtaId: string;
1057
+ endDate: Date | null;
1058
+ closingDescription: string | null;
1059
+ closingBalanceCents: bigint | null;
1060
+ closedAt: Date | null;
1061
+ closedBy: string | null;
1062
+ startDate: Date;
1063
+ openingBalanceCents: bigint;
1064
+ }[] | undefined;
1065
+ }>>>;
1066
+ }, "strip", z.ZodTypeAny, {
1067
+ id: string;
1068
+ status: import("../..").AccountPeriodStatus;
1069
+ isArchived: boolean;
1070
+ createdAt: Date;
1071
+ updatedAt: Date;
1072
+ mtaId: string;
1073
+ endDate: Date | null;
1074
+ closingDescription: string | null;
1075
+ closedAt: Date | null;
1076
+ closedBy: string | null;
1077
+ startDate: Date;
1078
+ openingBalanceCents: number;
1079
+ mta?: {
1080
+ id: string;
1081
+ status: string;
1082
+ isArchived: boolean;
1083
+ createdBy: string | null;
1084
+ createdAt: Date;
1085
+ updatedAt: Date;
1086
+ syncedAt: Date | null;
1087
+ balanceCents: number;
1088
+ name: string;
1089
+ bsb: string | null;
1090
+ accountNumber: string | null;
1091
+ updatedBy: string | null;
1092
+ country: string;
1093
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1094
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1095
+ currentReceiveSeq: number;
1096
+ currentPayoutSeq: number;
1097
+ subsidiaryId: string;
1098
+ paymentMethods?: {
1099
+ id: string;
1100
+ status: string;
1101
+ isArchived: boolean;
1102
+ createdAt: Date;
1103
+ updatedAt: Date;
1104
+ mtaId: string;
1105
+ bankAccountId: string;
1106
+ paymentProviderId: string;
1107
+ account: {
1108
+ bsb: string;
1109
+ accountNumber: string;
1110
+ credential: {
1111
+ bankAccountId: string;
1112
+ };
1113
+ };
1114
+ mta?: {
1115
+ id: string;
1116
+ status: string;
1117
+ isArchived: boolean;
1118
+ createdBy: string | null;
1119
+ createdAt: Date;
1120
+ updatedAt: Date;
1121
+ syncedAt: Date | null;
1122
+ balanceCents: bigint;
1123
+ name: string;
1124
+ bsb: string;
1125
+ accountNumber: string;
1126
+ updatedBy: string | null;
1127
+ country: string;
1128
+ stateCode: string;
1129
+ bankCode: string;
1130
+ currentReceiveSeq: number;
1131
+ currentPayoutSeq: number;
1132
+ subsidiaryId: string;
1133
+ } | undefined;
1134
+ floatAccount?: {
1135
+ credential: {
1136
+ bankAccountId: string;
1137
+ };
1138
+ domainName: string;
1139
+ } | null | undefined;
1140
+ paymentProvider?: {
1141
+ id: string;
1142
+ status: string;
1143
+ isArchived: boolean;
1144
+ createdAt: Date;
1145
+ updatedAt: Date;
1146
+ name: string;
1147
+ providerCode: string;
1148
+ settings: string;
1149
+ } | undefined;
1150
+ }[] | undefined;
1151
+ accountPeriods?: {
1152
+ id: string;
1153
+ status: string;
1154
+ isArchived: boolean;
1155
+ createdAt: Date;
1156
+ updatedAt: Date;
1157
+ mtaId: string;
1158
+ endDate: Date | null;
1159
+ closingDescription: string | null;
1160
+ closingBalanceCents: bigint | null;
1161
+ closedAt: Date | null;
1162
+ closedBy: string | null;
1163
+ startDate: Date;
1164
+ openingBalanceCents: bigint;
1165
+ }[] | undefined;
1166
+ } | undefined;
1167
+ closingBalanceCents?: number | null | undefined;
1168
+ reconciledAmountCents?: number | null | undefined;
1169
+ unreconciledAmountCents?: number | null | undefined;
1170
+ totalReconciledAmountCents?: number | null | undefined;
1171
+ }, {
1172
+ id: string;
1173
+ status: string;
1174
+ isArchived: boolean;
1175
+ createdAt: Date;
1176
+ updatedAt: Date;
1177
+ mtaId: string;
1178
+ endDate: Date | null;
1179
+ closingDescription: string | null;
1180
+ closedAt: Date | null;
1181
+ closedBy: string | null;
1182
+ startDate: Date;
1183
+ openingBalanceCents: string | number | bigint;
1184
+ mta?: {
1185
+ id: string;
1186
+ status: string;
1187
+ isArchived: boolean;
1188
+ createdBy: string | null;
1189
+ createdAt: Date;
1190
+ updatedAt: Date;
1191
+ syncedAt: Date | null;
1192
+ balanceCents: string | number | bigint;
1193
+ name: string;
1194
+ bsb: string;
1195
+ accountNumber: string;
1196
+ updatedBy: string | null;
1197
+ country: string;
1198
+ stateCode: string;
1199
+ bankCode: string;
1200
+ currentReceiveSeq: number;
1201
+ currentPayoutSeq: number;
1202
+ subsidiaryId: string;
1203
+ paymentMethods?: {
1204
+ id: string;
1205
+ status: string;
1206
+ isArchived: boolean;
1207
+ createdAt: Date;
1208
+ updatedAt: Date;
1209
+ mtaId: string;
1210
+ bankAccountId: string;
1211
+ paymentProviderId: string;
1212
+ account: string;
1213
+ mta?: {
1214
+ id: string;
1215
+ status: string;
1216
+ isArchived: boolean;
1217
+ createdBy: string | null;
1218
+ createdAt: Date;
1219
+ updatedAt: Date;
1220
+ syncedAt: Date | null;
1221
+ balanceCents: bigint;
1222
+ name: string;
1223
+ bsb: string;
1224
+ accountNumber: string;
1225
+ updatedBy: string | null;
1226
+ country: string;
1227
+ stateCode: string;
1228
+ bankCode: string;
1229
+ currentReceiveSeq: number;
1230
+ currentPayoutSeq: number;
1231
+ subsidiaryId: string;
1232
+ } | undefined;
1233
+ floatAccount?: string | null | undefined;
1234
+ paymentProvider?: {
1235
+ id: string;
1236
+ status: string;
1237
+ isArchived: boolean;
1238
+ createdAt: Date;
1239
+ updatedAt: Date;
1240
+ name: string;
1241
+ providerCode: string;
1242
+ settings: string;
1243
+ } | undefined;
1244
+ }[] | undefined;
1245
+ accountPeriods?: {
1246
+ id: string;
1247
+ status: string;
1248
+ isArchived: boolean;
1249
+ createdAt: Date;
1250
+ updatedAt: Date;
1251
+ mtaId: string;
1252
+ endDate: Date | null;
1253
+ closingDescription: string | null;
1254
+ closingBalanceCents: bigint | null;
1255
+ closedAt: Date | null;
1256
+ closedBy: string | null;
1257
+ startDate: Date;
1258
+ openingBalanceCents: bigint;
1259
+ }[] | undefined;
1260
+ } | undefined;
1261
+ closingBalanceCents?: string | number | bigint | null | undefined;
1262
+ reconciledAmountCents?: string | number | bigint | null | undefined;
1263
+ unreconciledAmountCents?: string | number | bigint | null | undefined;
1264
+ totalReconciledAmountCents?: string | number | bigint | null | undefined;
1265
+ }>>>;
15
1266
  }, "strip", z.ZodTypeAny, {
16
1267
  id: string;
1268
+ accountPeriodId: string | null;
1269
+ reconciledByReconciliationId: string;
1270
+ reconciledAt: Date;
17
1271
  status: string;
18
1272
  isArchived: boolean;
1273
+ createdBy: string;
19
1274
  createdAt: Date;
20
1275
  updatedAt: Date;
21
- createdBy: string;
22
1276
  mtaTransactionId: string;
1277
+ accountPeriod?: {
1278
+ id: string;
1279
+ status: import("../..").AccountPeriodStatus;
1280
+ isArchived: boolean;
1281
+ createdAt: Date;
1282
+ updatedAt: Date;
1283
+ mtaId: string;
1284
+ endDate: Date | null;
1285
+ closingDescription: string | null;
1286
+ closedAt: Date | null;
1287
+ closedBy: string | null;
1288
+ startDate: Date;
1289
+ openingBalanceCents: number;
1290
+ mta?: {
1291
+ id: string;
1292
+ status: string;
1293
+ isArchived: boolean;
1294
+ createdBy: string | null;
1295
+ createdAt: Date;
1296
+ updatedAt: Date;
1297
+ syncedAt: Date | null;
1298
+ balanceCents: number;
1299
+ name: string;
1300
+ bsb: string | null;
1301
+ accountNumber: string | null;
1302
+ updatedBy: string | null;
1303
+ country: string;
1304
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1305
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1306
+ currentReceiveSeq: number;
1307
+ currentPayoutSeq: number;
1308
+ subsidiaryId: string;
1309
+ paymentMethods?: {
1310
+ id: string;
1311
+ status: string;
1312
+ isArchived: boolean;
1313
+ createdAt: Date;
1314
+ updatedAt: Date;
1315
+ mtaId: string;
1316
+ bankAccountId: string;
1317
+ paymentProviderId: string;
1318
+ account: {
1319
+ bsb: string;
1320
+ accountNumber: string;
1321
+ credential: {
1322
+ bankAccountId: string;
1323
+ };
1324
+ };
1325
+ mta?: {
1326
+ id: string;
1327
+ status: string;
1328
+ isArchived: boolean;
1329
+ createdBy: string | null;
1330
+ createdAt: Date;
1331
+ updatedAt: Date;
1332
+ syncedAt: Date | null;
1333
+ balanceCents: bigint;
1334
+ name: string;
1335
+ bsb: string;
1336
+ accountNumber: string;
1337
+ updatedBy: string | null;
1338
+ country: string;
1339
+ stateCode: string;
1340
+ bankCode: string;
1341
+ currentReceiveSeq: number;
1342
+ currentPayoutSeq: number;
1343
+ subsidiaryId: string;
1344
+ } | undefined;
1345
+ floatAccount?: {
1346
+ credential: {
1347
+ bankAccountId: string;
1348
+ };
1349
+ domainName: string;
1350
+ } | null | undefined;
1351
+ paymentProvider?: {
1352
+ id: string;
1353
+ status: string;
1354
+ isArchived: boolean;
1355
+ createdAt: Date;
1356
+ updatedAt: Date;
1357
+ name: string;
1358
+ providerCode: string;
1359
+ settings: string;
1360
+ } | undefined;
1361
+ }[] | undefined;
1362
+ accountPeriods?: {
1363
+ id: string;
1364
+ status: string;
1365
+ isArchived: boolean;
1366
+ createdAt: Date;
1367
+ updatedAt: Date;
1368
+ mtaId: string;
1369
+ endDate: Date | null;
1370
+ closingDescription: string | null;
1371
+ closingBalanceCents: bigint | null;
1372
+ closedAt: Date | null;
1373
+ closedBy: string | null;
1374
+ startDate: Date;
1375
+ openingBalanceCents: bigint;
1376
+ }[] | undefined;
1377
+ } | undefined;
1378
+ closingBalanceCents?: number | null | undefined;
1379
+ reconciledAmountCents?: number | null | undefined;
1380
+ unreconciledAmountCents?: number | null | undefined;
1381
+ totalReconciledAmountCents?: number | null | undefined;
1382
+ } | undefined;
1383
+ mtaTransaction?: ({
1384
+ id: string;
1385
+ status: import("../..").AccountingCommonStatus;
1386
+ isArchived: boolean;
1387
+ createdAt: Date;
1388
+ updatedAt: Date;
1389
+ syncedAt: Date;
1390
+ debitAmountCents: number;
1391
+ creditAmountCents: number;
1392
+ balanceCents: number;
1393
+ mtaId: string;
1394
+ description: string | null;
1395
+ clearedAt: Date | null;
1396
+ propertyId: string | null;
1397
+ transactionType: string;
1398
+ isCanceled: boolean;
1399
+ isRefunded: boolean;
1400
+ payoutId: string | null;
1401
+ sequence: number;
1402
+ inputType: import("../..").MtaTransactionInputType;
1403
+ bankRef: string | null;
1404
+ sourceTransactionId: string | null;
1405
+ cancelType: string | null;
1406
+ canceledAt: Date | null;
1407
+ canceledReason: string | null;
1408
+ referenceId: string | null;
1409
+ note: string | null;
1410
+ createdBy?: string | {
1411
+ id: string;
1412
+ email: string;
1413
+ fullName?: string | null | undefined;
1414
+ firstName?: string | null | undefined;
1415
+ lastName?: string | null | undefined;
1416
+ } | null | undefined;
1417
+ canceledBy?: string | {
1418
+ id: string;
1419
+ email: string;
1420
+ fullName?: string | null | undefined;
1421
+ firstName?: string | null | undefined;
1422
+ lastName?: string | null | undefined;
1423
+ } | null | undefined;
1424
+ property?: {
1425
+ id: string;
1426
+ status: string;
1427
+ isArchived: boolean;
1428
+ createdAt: Date;
1429
+ updatedAt: Date;
1430
+ syncedAt: Date;
1431
+ balanceCents: number | bigint;
1432
+ customerId: string;
1433
+ projectId: string;
1434
+ lotDetail: string | null;
1435
+ propertyAddress: string;
1436
+ stage: string;
1437
+ mtaId: string;
1438
+ mtaBalanceCents: number | bigint;
1439
+ cmaBalanceCents: number | bigint;
1440
+ customer?: {
1441
+ id: string;
1442
+ status: string;
1443
+ isArchived: boolean;
1444
+ createdAt: Date;
1445
+ updatedAt: Date;
1446
+ fullName: string | null;
1447
+ mobile: string | null;
1448
+ email: string;
1449
+ syncedAt: Date;
1450
+ } | null | undefined;
1451
+ buyerName?: string | null | undefined;
1452
+ project?: {
1453
+ id: string;
1454
+ status: string;
1455
+ isArchived: boolean;
1456
+ createdAt: Date;
1457
+ updatedAt: Date;
1458
+ type: string;
1459
+ syncedAt: Date;
1460
+ mtaId: string | null;
1461
+ name: string;
1462
+ developerId: string;
1463
+ state: string;
1464
+ developer?: {
1465
+ id: string;
1466
+ status: string;
1467
+ isArchived: boolean;
1468
+ createdAt: Date;
1469
+ updatedAt: Date;
1470
+ syncedAt: Date;
1471
+ companyName: string | null;
1472
+ } | null | undefined;
1473
+ } | null | undefined;
1474
+ } | null | undefined;
1475
+ } & {
1476
+ mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1477
+ sourceTransaction?: ({
1478
+ id: string;
1479
+ status: import("../..").AccountingCommonStatus;
1480
+ isArchived: boolean;
1481
+ createdAt: Date;
1482
+ updatedAt: Date;
1483
+ syncedAt: Date;
1484
+ debitAmountCents: number;
1485
+ creditAmountCents: number;
1486
+ balanceCents: number;
1487
+ mtaId: string;
1488
+ description: string | null;
1489
+ clearedAt: Date | null;
1490
+ propertyId: string | null;
1491
+ transactionType: string;
1492
+ isCanceled: boolean;
1493
+ isRefunded: boolean;
1494
+ payoutId: string | null;
1495
+ sequence: number;
1496
+ inputType: import("../..").MtaTransactionInputType;
1497
+ bankRef: string | null;
1498
+ sourceTransactionId: string | null;
1499
+ cancelType: string | null;
1500
+ canceledAt: Date | null;
1501
+ canceledReason: string | null;
1502
+ referenceId: string | null;
1503
+ note: string | null;
1504
+ createdBy?: string | {
1505
+ id: string;
1506
+ email: string;
1507
+ fullName?: string | null | undefined;
1508
+ firstName?: string | null | undefined;
1509
+ lastName?: string | null | undefined;
1510
+ } | null | undefined;
1511
+ canceledBy?: string | {
1512
+ id: string;
1513
+ email: string;
1514
+ fullName?: string | null | undefined;
1515
+ firstName?: string | null | undefined;
1516
+ lastName?: string | null | undefined;
1517
+ } | null | undefined;
1518
+ property?: {
1519
+ id: string;
1520
+ status: string;
1521
+ isArchived: boolean;
1522
+ createdAt: Date;
1523
+ updatedAt: Date;
1524
+ syncedAt: Date;
1525
+ balanceCents: number | bigint;
1526
+ customerId: string;
1527
+ projectId: string;
1528
+ lotDetail: string | null;
1529
+ propertyAddress: string;
1530
+ stage: string;
1531
+ mtaId: string;
1532
+ mtaBalanceCents: number | bigint;
1533
+ cmaBalanceCents: number | bigint;
1534
+ customer?: {
1535
+ id: string;
1536
+ status: string;
1537
+ isArchived: boolean;
1538
+ createdAt: Date;
1539
+ updatedAt: Date;
1540
+ fullName: string | null;
1541
+ mobile: string | null;
1542
+ email: string;
1543
+ syncedAt: Date;
1544
+ } | null | undefined;
1545
+ buyerName?: string | null | undefined;
1546
+ project?: {
1547
+ id: string;
1548
+ status: string;
1549
+ isArchived: boolean;
1550
+ createdAt: Date;
1551
+ updatedAt: Date;
1552
+ type: string;
1553
+ syncedAt: Date;
1554
+ mtaId: string | null;
1555
+ name: string;
1556
+ developerId: string;
1557
+ state: string;
1558
+ developer?: {
1559
+ id: string;
1560
+ status: string;
1561
+ isArchived: boolean;
1562
+ createdAt: Date;
1563
+ updatedAt: Date;
1564
+ syncedAt: Date;
1565
+ companyName: string | null;
1566
+ } | null | undefined;
1567
+ } | null | undefined;
1568
+ } | null | undefined;
1569
+ } & any) | null | undefined;
1570
+ subsequentTransactions?: ({
1571
+ id: string;
1572
+ status: import("../..").AccountingCommonStatus;
1573
+ isArchived: boolean;
1574
+ createdAt: Date;
1575
+ updatedAt: Date;
1576
+ syncedAt: Date;
1577
+ debitAmountCents: number;
1578
+ creditAmountCents: number;
1579
+ balanceCents: number;
1580
+ mtaId: string;
1581
+ description: string | null;
1582
+ clearedAt: Date | null;
1583
+ propertyId: string | null;
1584
+ transactionType: string;
1585
+ isCanceled: boolean;
1586
+ isRefunded: boolean;
1587
+ payoutId: string | null;
1588
+ sequence: number;
1589
+ inputType: import("../..").MtaTransactionInputType;
1590
+ bankRef: string | null;
1591
+ sourceTransactionId: string | null;
1592
+ cancelType: string | null;
1593
+ canceledAt: Date | null;
1594
+ canceledReason: string | null;
1595
+ referenceId: string | null;
1596
+ note: string | null;
1597
+ createdBy?: string | {
1598
+ id: string;
1599
+ email: string;
1600
+ fullName?: string | null | undefined;
1601
+ firstName?: string | null | undefined;
1602
+ lastName?: string | null | undefined;
1603
+ } | null | undefined;
1604
+ canceledBy?: string | {
1605
+ id: string;
1606
+ email: string;
1607
+ fullName?: string | null | undefined;
1608
+ firstName?: string | null | undefined;
1609
+ lastName?: string | null | undefined;
1610
+ } | null | undefined;
1611
+ property?: {
1612
+ id: string;
1613
+ status: string;
1614
+ isArchived: boolean;
1615
+ createdAt: Date;
1616
+ updatedAt: Date;
1617
+ syncedAt: Date;
1618
+ balanceCents: number | bigint;
1619
+ customerId: string;
1620
+ projectId: string;
1621
+ lotDetail: string | null;
1622
+ propertyAddress: string;
1623
+ stage: string;
1624
+ mtaId: string;
1625
+ mtaBalanceCents: number | bigint;
1626
+ cmaBalanceCents: number | bigint;
1627
+ customer?: {
1628
+ id: string;
1629
+ status: string;
1630
+ isArchived: boolean;
1631
+ createdAt: Date;
1632
+ updatedAt: Date;
1633
+ fullName: string | null;
1634
+ mobile: string | null;
1635
+ email: string;
1636
+ syncedAt: Date;
1637
+ } | null | undefined;
1638
+ buyerName?: string | null | undefined;
1639
+ project?: {
1640
+ id: string;
1641
+ status: string;
1642
+ isArchived: boolean;
1643
+ createdAt: Date;
1644
+ updatedAt: Date;
1645
+ type: string;
1646
+ syncedAt: Date;
1647
+ mtaId: string | null;
1648
+ name: string;
1649
+ developerId: string;
1650
+ state: string;
1651
+ developer?: {
1652
+ id: string;
1653
+ status: string;
1654
+ isArchived: boolean;
1655
+ createdAt: Date;
1656
+ updatedAt: Date;
1657
+ syncedAt: Date;
1658
+ companyName: string | null;
1659
+ } | null | undefined;
1660
+ } | null | undefined;
1661
+ } | null | undefined;
1662
+ } & any)[] | null | undefined;
1663
+ reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
1664
+ isReceipt?: boolean | null | undefined;
1665
+ isPayment?: boolean | null | undefined;
1666
+ isReconciled?: boolean | null | undefined;
1667
+ isUnknown?: boolean | null | undefined;
1668
+ isAssignableToProperty?: boolean | null | undefined;
1669
+ isAssignedToProperty?: boolean | null | undefined;
1670
+ amountStr?: string | null | undefined;
1671
+ transactionNumber?: string | null | undefined;
1672
+ isCancelable?: boolean | null | undefined;
1673
+ }) | undefined;
1674
+ }, {
1675
+ id: string;
23
1676
  accountPeriodId: string | null;
24
1677
  reconciledByReconciliationId: string;
25
1678
  reconciledAt: Date;
26
- }, {
27
- id: string;
28
1679
  status: string;
29
1680
  isArchived: boolean;
1681
+ createdBy: string;
30
1682
  createdAt: Date;
31
1683
  updatedAt: Date;
32
- createdBy: string;
33
1684
  mtaTransactionId: string;
34
- accountPeriodId: string | null;
35
- reconciledByReconciliationId: string;
36
- reconciledAt: Date;
1685
+ accountPeriod?: {
1686
+ id: string;
1687
+ status: string;
1688
+ isArchived: boolean;
1689
+ createdAt: Date;
1690
+ updatedAt: Date;
1691
+ mtaId: string;
1692
+ endDate: Date | null;
1693
+ closingDescription: string | null;
1694
+ closedAt: Date | null;
1695
+ closedBy: string | null;
1696
+ startDate: Date;
1697
+ openingBalanceCents: string | number | bigint;
1698
+ mta?: {
1699
+ id: string;
1700
+ status: string;
1701
+ isArchived: boolean;
1702
+ createdBy: string | null;
1703
+ createdAt: Date;
1704
+ updatedAt: Date;
1705
+ syncedAt: Date | null;
1706
+ balanceCents: string | number | bigint;
1707
+ name: string;
1708
+ bsb: string;
1709
+ accountNumber: string;
1710
+ updatedBy: string | null;
1711
+ country: string;
1712
+ stateCode: string;
1713
+ bankCode: string;
1714
+ currentReceiveSeq: number;
1715
+ currentPayoutSeq: number;
1716
+ subsidiaryId: string;
1717
+ paymentMethods?: {
1718
+ id: string;
1719
+ status: string;
1720
+ isArchived: boolean;
1721
+ createdAt: Date;
1722
+ updatedAt: Date;
1723
+ mtaId: string;
1724
+ bankAccountId: string;
1725
+ paymentProviderId: string;
1726
+ account: string;
1727
+ mta?: {
1728
+ id: string;
1729
+ status: string;
1730
+ isArchived: boolean;
1731
+ createdBy: string | null;
1732
+ createdAt: Date;
1733
+ updatedAt: Date;
1734
+ syncedAt: Date | null;
1735
+ balanceCents: bigint;
1736
+ name: string;
1737
+ bsb: string;
1738
+ accountNumber: string;
1739
+ updatedBy: string | null;
1740
+ country: string;
1741
+ stateCode: string;
1742
+ bankCode: string;
1743
+ currentReceiveSeq: number;
1744
+ currentPayoutSeq: number;
1745
+ subsidiaryId: string;
1746
+ } | undefined;
1747
+ floatAccount?: string | null | undefined;
1748
+ paymentProvider?: {
1749
+ id: string;
1750
+ status: string;
1751
+ isArchived: boolean;
1752
+ createdAt: Date;
1753
+ updatedAt: Date;
1754
+ name: string;
1755
+ providerCode: string;
1756
+ settings: string;
1757
+ } | undefined;
1758
+ }[] | undefined;
1759
+ accountPeriods?: {
1760
+ id: string;
1761
+ status: string;
1762
+ isArchived: boolean;
1763
+ createdAt: Date;
1764
+ updatedAt: Date;
1765
+ mtaId: string;
1766
+ endDate: Date | null;
1767
+ closingDescription: string | null;
1768
+ closingBalanceCents: bigint | null;
1769
+ closedAt: Date | null;
1770
+ closedBy: string | null;
1771
+ startDate: Date;
1772
+ openingBalanceCents: bigint;
1773
+ }[] | undefined;
1774
+ } | undefined;
1775
+ closingBalanceCents?: string | number | bigint | null | undefined;
1776
+ reconciledAmountCents?: string | number | bigint | null | undefined;
1777
+ unreconciledAmountCents?: string | number | bigint | null | undefined;
1778
+ totalReconciledAmountCents?: string | number | bigint | null | undefined;
1779
+ } | undefined;
1780
+ mtaTransaction?: ({
1781
+ id: string;
1782
+ status: string;
1783
+ isArchived: boolean;
1784
+ createdAt: Date;
1785
+ updatedAt: Date;
1786
+ syncedAt: Date;
1787
+ debitAmountCents: string | number | bigint;
1788
+ creditAmountCents: string | number | bigint;
1789
+ balanceCents: string | number | bigint;
1790
+ mtaId: string;
1791
+ description: string | null;
1792
+ clearedAt: Date | null;
1793
+ propertyId: string | null;
1794
+ transactionType: string;
1795
+ isCanceled: boolean;
1796
+ isRefunded: boolean;
1797
+ payoutId: string | null;
1798
+ sequence: number;
1799
+ inputType: string;
1800
+ bankRef: string | null;
1801
+ sourceTransactionId: string | null;
1802
+ cancelType: string | null;
1803
+ canceledAt: Date | null;
1804
+ canceledReason: string | null;
1805
+ referenceId: string | null;
1806
+ note: string | null;
1807
+ createdBy?: string | {
1808
+ id: string;
1809
+ email: string;
1810
+ fullName?: string | null | undefined;
1811
+ firstName?: string | null | undefined;
1812
+ lastName?: string | null | undefined;
1813
+ } | null | undefined;
1814
+ canceledBy?: string | {
1815
+ id: string;
1816
+ email: string;
1817
+ fullName?: string | null | undefined;
1818
+ firstName?: string | null | undefined;
1819
+ lastName?: string | null | undefined;
1820
+ } | null | undefined;
1821
+ property?: {
1822
+ id: string;
1823
+ status: string;
1824
+ isArchived: boolean;
1825
+ createdAt: Date;
1826
+ updatedAt: Date;
1827
+ syncedAt: Date;
1828
+ balanceCents: number | bigint;
1829
+ customerId: string;
1830
+ projectId: string;
1831
+ lotDetail: string | null;
1832
+ propertyAddress: string;
1833
+ stage: string;
1834
+ mtaId: string;
1835
+ mtaBalanceCents: number | bigint;
1836
+ cmaBalanceCents: number | bigint;
1837
+ customer?: {
1838
+ id: string;
1839
+ status: string;
1840
+ isArchived: boolean;
1841
+ createdAt: Date;
1842
+ updatedAt: Date;
1843
+ fullName: string | null;
1844
+ mobile: string | null;
1845
+ email: string;
1846
+ syncedAt: Date;
1847
+ } | null | undefined;
1848
+ buyerName?: string | null | undefined;
1849
+ project?: {
1850
+ id: string;
1851
+ status: string;
1852
+ isArchived: boolean;
1853
+ createdAt: Date;
1854
+ updatedAt: Date;
1855
+ type: string;
1856
+ syncedAt: Date;
1857
+ mtaId: string | null;
1858
+ name: string;
1859
+ developerId: string;
1860
+ state: string;
1861
+ developer?: {
1862
+ id: string;
1863
+ status: string;
1864
+ isArchived: boolean;
1865
+ createdAt: Date;
1866
+ updatedAt: Date;
1867
+ syncedAt: Date;
1868
+ companyName: string | null;
1869
+ } | null | undefined;
1870
+ } | null | undefined;
1871
+ } | null | undefined;
1872
+ } & {
1873
+ mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1874
+ sourceTransaction?: ({
1875
+ id: string;
1876
+ status: string;
1877
+ isArchived: boolean;
1878
+ createdAt: Date;
1879
+ updatedAt: Date;
1880
+ syncedAt: Date;
1881
+ debitAmountCents: string | number | bigint;
1882
+ creditAmountCents: string | number | bigint;
1883
+ balanceCents: string | number | bigint;
1884
+ mtaId: string;
1885
+ description: string | null;
1886
+ clearedAt: Date | null;
1887
+ propertyId: string | null;
1888
+ transactionType: string;
1889
+ isCanceled: boolean;
1890
+ isRefunded: boolean;
1891
+ payoutId: string | null;
1892
+ sequence: number;
1893
+ inputType: string;
1894
+ bankRef: string | null;
1895
+ sourceTransactionId: string | null;
1896
+ cancelType: string | null;
1897
+ canceledAt: Date | null;
1898
+ canceledReason: string | null;
1899
+ referenceId: string | null;
1900
+ note: string | null;
1901
+ createdBy?: string | {
1902
+ id: string;
1903
+ email: string;
1904
+ fullName?: string | null | undefined;
1905
+ firstName?: string | null | undefined;
1906
+ lastName?: string | null | undefined;
1907
+ } | null | undefined;
1908
+ canceledBy?: string | {
1909
+ id: string;
1910
+ email: string;
1911
+ fullName?: string | null | undefined;
1912
+ firstName?: string | null | undefined;
1913
+ lastName?: string | null | undefined;
1914
+ } | null | undefined;
1915
+ property?: {
1916
+ id: string;
1917
+ status: string;
1918
+ isArchived: boolean;
1919
+ createdAt: Date;
1920
+ updatedAt: Date;
1921
+ syncedAt: Date;
1922
+ balanceCents: number | bigint;
1923
+ customerId: string;
1924
+ projectId: string;
1925
+ lotDetail: string | null;
1926
+ propertyAddress: string;
1927
+ stage: string;
1928
+ mtaId: string;
1929
+ mtaBalanceCents: number | bigint;
1930
+ cmaBalanceCents: number | bigint;
1931
+ customer?: {
1932
+ id: string;
1933
+ status: string;
1934
+ isArchived: boolean;
1935
+ createdAt: Date;
1936
+ updatedAt: Date;
1937
+ fullName: string | null;
1938
+ mobile: string | null;
1939
+ email: string;
1940
+ syncedAt: Date;
1941
+ } | null | undefined;
1942
+ buyerName?: string | null | undefined;
1943
+ project?: {
1944
+ id: string;
1945
+ status: string;
1946
+ isArchived: boolean;
1947
+ createdAt: Date;
1948
+ updatedAt: Date;
1949
+ type: string;
1950
+ syncedAt: Date;
1951
+ mtaId: string | null;
1952
+ name: string;
1953
+ developerId: string;
1954
+ state: string;
1955
+ developer?: {
1956
+ id: string;
1957
+ status: string;
1958
+ isArchived: boolean;
1959
+ createdAt: Date;
1960
+ updatedAt: Date;
1961
+ syncedAt: Date;
1962
+ companyName: string | null;
1963
+ } | null | undefined;
1964
+ } | null | undefined;
1965
+ } | null | undefined;
1966
+ } & any) | null | undefined;
1967
+ subsequentTransactions?: ({
1968
+ id: string;
1969
+ status: string;
1970
+ isArchived: boolean;
1971
+ createdAt: Date;
1972
+ updatedAt: Date;
1973
+ syncedAt: Date;
1974
+ debitAmountCents: string | number | bigint;
1975
+ creditAmountCents: string | number | bigint;
1976
+ balanceCents: string | number | bigint;
1977
+ mtaId: string;
1978
+ description: string | null;
1979
+ clearedAt: Date | null;
1980
+ propertyId: string | null;
1981
+ transactionType: string;
1982
+ isCanceled: boolean;
1983
+ isRefunded: boolean;
1984
+ payoutId: string | null;
1985
+ sequence: number;
1986
+ inputType: string;
1987
+ bankRef: string | null;
1988
+ sourceTransactionId: string | null;
1989
+ cancelType: string | null;
1990
+ canceledAt: Date | null;
1991
+ canceledReason: string | null;
1992
+ referenceId: string | null;
1993
+ note: string | null;
1994
+ createdBy?: string | {
1995
+ id: string;
1996
+ email: string;
1997
+ fullName?: string | null | undefined;
1998
+ firstName?: string | null | undefined;
1999
+ lastName?: string | null | undefined;
2000
+ } | null | undefined;
2001
+ canceledBy?: string | {
2002
+ id: string;
2003
+ email: string;
2004
+ fullName?: string | null | undefined;
2005
+ firstName?: string | null | undefined;
2006
+ lastName?: string | null | undefined;
2007
+ } | null | undefined;
2008
+ property?: {
2009
+ id: string;
2010
+ status: string;
2011
+ isArchived: boolean;
2012
+ createdAt: Date;
2013
+ updatedAt: Date;
2014
+ syncedAt: Date;
2015
+ balanceCents: number | bigint;
2016
+ customerId: string;
2017
+ projectId: string;
2018
+ lotDetail: string | null;
2019
+ propertyAddress: string;
2020
+ stage: string;
2021
+ mtaId: string;
2022
+ mtaBalanceCents: number | bigint;
2023
+ cmaBalanceCents: number | bigint;
2024
+ customer?: {
2025
+ id: string;
2026
+ status: string;
2027
+ isArchived: boolean;
2028
+ createdAt: Date;
2029
+ updatedAt: Date;
2030
+ fullName: string | null;
2031
+ mobile: string | null;
2032
+ email: string;
2033
+ syncedAt: Date;
2034
+ } | null | undefined;
2035
+ buyerName?: string | null | undefined;
2036
+ project?: {
2037
+ id: string;
2038
+ status: string;
2039
+ isArchived: boolean;
2040
+ createdAt: Date;
2041
+ updatedAt: Date;
2042
+ type: string;
2043
+ syncedAt: Date;
2044
+ mtaId: string | null;
2045
+ name: string;
2046
+ developerId: string;
2047
+ state: string;
2048
+ developer?: {
2049
+ id: string;
2050
+ status: string;
2051
+ isArchived: boolean;
2052
+ createdAt: Date;
2053
+ updatedAt: Date;
2054
+ syncedAt: Date;
2055
+ companyName: string | null;
2056
+ } | null | undefined;
2057
+ } | null | undefined;
2058
+ } | null | undefined;
2059
+ } & any)[] | null | undefined;
2060
+ reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
2061
+ }) | undefined;
37
2062
  }>;
38
- type Input = z.input<typeof mtaReconciledTransactionRestResBaseSchema> & {
39
- mtaTransaction?: z.input<typeof mtaTransactionRestResSchema> | null | undefined;
40
- accountPeriod?: z.input<typeof mtaAccountPeriodRestResSchema> | null | undefined;
41
- };
42
- type Output = z.output<typeof mtaReconciledTransactionRestResBaseSchema> & {
43
- mtaTransaction?: z.output<typeof mtaTransactionRestResSchema> | null | undefined;
44
- accountPeriod?: z.output<typeof mtaAccountPeriodRestResSchema> | null | undefined;
45
- };
46
- export declare const mtaReconciledTransactionRestResSchema: z.ZodType<Output, z.ZodTypeDef, Input>;
47
2063
  export type MtaReconciledTransactionRestRes = z.infer<typeof mtaReconciledTransactionRestResSchema>;
48
- export {};
49
2064
  //# sourceMappingURL=mta-reconciled-transaction.rest.schema.d.ts.map