@mikemo-coposit/am-accounting-shared 0.0.11 → 0.0.12

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 (259) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  2. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/index.d.ts +1 -0
  4. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  5. package/dist/cjs/constants/common/payment-method.constant.d.ts +4 -0
  6. package/dist/cjs/constants/common/payment-method.constant.d.ts.map +1 -0
  7. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +2 -1
  8. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  9. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts +10 -0
  10. package/dist/cjs/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
  11. package/dist/cjs/index.js +800 -468
  12. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +97 -97
  13. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  14. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +56 -56
  15. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  16. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +487 -487
  17. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +61 -61
  18. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +347 -347
  19. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
  20. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  21. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
  22. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
  23. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
  24. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts +1 -0
  25. package/dist/cjs/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  26. package/dist/cjs/schemas/common/search/index.d.ts +3 -0
  27. package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
  28. package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  29. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts +13 -0
  30. package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
  31. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts +40 -0
  32. package/dist/cjs/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
  33. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts +11 -0
  34. package/dist/cjs/schemas/common/search/query-mode.schema.d.ts.map +1 -0
  35. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +16 -0
  36. package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  37. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +2 -2
  38. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +18 -18
  39. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  40. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +525 -525
  41. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +15 -15
  42. package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
  43. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
  44. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +354 -354
  45. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
  46. package/dist/cjs/schemas/mta-transaction/index.d.ts +2 -0
  47. package/dist/cjs/schemas/mta-transaction/index.d.ts.map +1 -1
  48. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
  49. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
  50. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
  51. package/dist/cjs/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
  52. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -12
  53. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  54. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +63 -63
  55. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
  56. package/dist/cjs/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
  57. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
  58. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
  59. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
  60. package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
  61. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
  62. package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
  63. package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts +4 -0
  64. package/dist/cjs/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
  65. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
  66. package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
  67. package/dist/cjs/schemas/payout/index.d.ts +7 -7
  68. package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
  69. package/dist/{esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
  70. package/dist/cjs/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  71. package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
  72. package/dist/cjs/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
  73. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
  74. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
  75. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
  76. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  77. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
  78. package/dist/cjs/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  79. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
  80. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  81. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +57 -2
  82. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  83. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +254 -0
  84. package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
  85. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +7385 -392
  86. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  87. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +81673 -20803
  88. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  89. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
  90. package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
  91. package/dist/cjs/schemas/payout/settlement-payout/index.d.ts +4 -0
  92. package/dist/cjs/schemas/payout/settlement-payout/index.d.ts.map +1 -0
  93. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
  94. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
  95. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
  96. package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
  97. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
  98. package/dist/cjs/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
  99. package/dist/cjs/schemas/payout/unknown-payout/index.d.ts +4 -0
  100. package/dist/cjs/schemas/payout/unknown-payout/index.d.ts.map +1 -0
  101. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
  102. package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
  103. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
  104. package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
  105. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
  106. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  107. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
  108. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +911 -908
  109. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  110. package/dist/cjs/schemas/project/project.rest.schema.d.ts +23 -23
  111. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
  112. package/dist/cjs/schemas/property/property.entity.schema.d.ts +68 -68
  113. package/dist/cjs/schemas/property/property.rest.schema.d.ts +356 -356
  114. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
  115. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  116. package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
  117. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +3 -1
  118. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  119. package/dist/esm/constants/common/index.d.ts +1 -0
  120. package/dist/esm/constants/common/index.d.ts.map +1 -1
  121. package/dist/esm/constants/common/payment-method.constant.d.ts +4 -0
  122. package/dist/esm/constants/common/payment-method.constant.d.ts.map +1 -0
  123. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +2 -1
  124. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  125. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts +10 -0
  126. package/dist/esm/constants/mta-transaction/mta-transaction-status.constant.d.ts.map +1 -1
  127. package/dist/esm/index.mjs +649 -380
  128. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +97 -97
  129. package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -1
  130. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +56 -56
  131. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  132. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +487 -487
  133. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +61 -61
  134. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +347 -347
  135. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +192 -218
  136. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  137. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +175 -175
  138. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +61 -61
  139. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +3 -3
  140. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts +1 -0
  141. package/dist/esm/schemas/common/account/account-bsb.schma.d.ts.map +1 -1
  142. package/dist/esm/schemas/common/search/index.d.ts +3 -0
  143. package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
  144. package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
  145. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts +13 -0
  146. package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -0
  147. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts +40 -0
  148. package/dist/esm/schemas/common/search/pagination-res.schema.d.ts.map +1 -0
  149. package/dist/esm/schemas/common/search/query-mode.schema.d.ts +11 -0
  150. package/dist/esm/schemas/common/search/query-mode.schema.d.ts.map +1 -0
  151. package/dist/esm/schemas/common/search/string-filter.schema.d.ts +16 -0
  152. package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
  153. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +2 -2
  154. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +18 -18
  155. package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -1
  156. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +525 -525
  157. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +15 -15
  158. package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +2 -2
  159. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +4 -4
  160. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +354 -354
  161. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +8 -8
  162. package/dist/esm/schemas/mta-transaction/index.d.ts +2 -0
  163. package/dist/esm/schemas/mta-transaction/index.d.ts.map +1 -1
  164. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +772 -0
  165. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -0
  166. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts +20 -0
  167. package/dist/esm/schemas/mta-transaction/mta-transaction-status-summary.rest.schema.d.ts.map +1 -0
  168. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1494 -12
  169. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  170. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +63 -63
  171. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts +16 -0
  172. package/dist/esm/schemas/payout/cancel-payout-payment.rest.schema.d.ts.map +1 -0
  173. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts +47 -0
  174. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -0
  175. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts +38 -0
  176. package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -0
  177. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +113 -0
  178. package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts.map +1 -0
  179. package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts +4 -0
  180. package/dist/esm/schemas/payout/common-payout-schemas/index.d.ts.map +1 -0
  181. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +119 -0
  182. package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts.map +1 -0
  183. package/dist/esm/schemas/payout/index.d.ts +7 -7
  184. package/dist/esm/schemas/payout/index.d.ts.map +1 -1
  185. package/dist/{cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts → esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts} +4 -4
  186. package/dist/esm/schemas/payout/mta-to-cma-payout/create.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  187. package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts +5 -0
  188. package/dist/esm/schemas/payout/mta-to-cma-payout/index.d.ts.map +1 -0
  189. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +1771 -0
  190. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -0
  191. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +52720 -0
  192. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  193. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts +48 -0
  194. package/dist/esm/schemas/payout/mta-to-cma-payout/update.mta-to-cma-payout.rest.schema.d.ts.map +1 -0
  195. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4413 -762
  196. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  197. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +57 -2
  198. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
  199. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +254 -0
  200. package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -0
  201. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +7385 -392
  202. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  203. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +81673 -20803
  204. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  205. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +145 -0
  206. package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts.map +1 -0
  207. package/dist/esm/schemas/payout/settlement-payout/index.d.ts +4 -0
  208. package/dist/esm/schemas/payout/settlement-payout/index.d.ts.map +1 -0
  209. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2090 -0
  210. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -0
  211. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +299 -0
  212. package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts.map +1 -0
  213. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts +58 -0
  214. package/dist/esm/schemas/payout/unknown-payout/create-unknown-payout.rest.schema.d.ts.map +1 -0
  215. package/dist/esm/schemas/payout/unknown-payout/index.d.ts +4 -0
  216. package/dist/esm/schemas/payout/unknown-payout/index.d.ts.map +1 -0
  217. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +2204 -0
  218. package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts.map +1 -0
  219. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +94 -0
  220. package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts.map +1 -0
  221. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +15 -12
  222. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts.map +1 -1
  223. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +8 -8
  224. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +911 -908
  225. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  226. package/dist/esm/schemas/project/project.rest.schema.d.ts +23 -23
  227. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +7 -7
  228. package/dist/esm/schemas/property/property.entity.schema.d.ts +68 -68
  229. package/dist/esm/schemas/property/property.rest.schema.d.ts +356 -356
  230. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
  231. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
  232. package/dist/esm/utils/transaction.util.d.ts.map +1 -1
  233. package/package.json +19 -17
  234. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
  235. package/dist/cjs/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
  236. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
  237. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
  238. package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
  239. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
  240. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
  241. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +0 -87
  242. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
  243. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +0 -474
  244. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
  245. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +0 -529
  246. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
  247. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts +0 -19
  248. package/dist/esm/schemas/payout/confirm-bank-file-processed.rest.schema.d.ts.map +0 -1
  249. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts.map +0 -1
  250. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +0 -416
  251. package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +0 -1
  252. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +0 -14755
  253. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +0 -1
  254. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +0 -87
  255. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +0 -1
  256. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +0 -474
  257. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +0 -1
  258. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +0 -529
  259. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +0 -1
@@ -146,19 +146,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
146
146
  mtaId: string;
147
147
  description: string | null;
148
148
  clearedAt: Date | null;
149
+ payoutId: string | null;
150
+ bankRef: string | null;
151
+ inputType: import("../..").MtaTransactionInputType;
149
152
  transactionType: string;
153
+ sequence: number;
150
154
  isCanceled: boolean;
151
155
  isRefunded: boolean;
152
- payoutId: string | null;
153
- sequence: number;
154
- inputType: import("../..").MtaTransactionInputType;
155
- bankRef: string | null;
156
+ referenceId: string | null;
157
+ note: string | null;
156
158
  sourceTransactionId: string | null;
157
159
  cancelType: string | null;
158
160
  canceledAt: Date | null;
159
161
  canceledReason: string | null;
160
- referenceId: string | null;
161
- note: string | null;
162
162
  createdBy?: string | {
163
163
  id: string;
164
164
  email: string;
@@ -166,17 +166,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
166
166
  firstName?: string | null | undefined;
167
167
  lastName?: string | null | undefined;
168
168
  } | null | undefined;
169
- canceledBy?: string | {
170
- id: string;
171
- email: string;
172
- fullName?: string | null | undefined;
173
- firstName?: string | null | undefined;
174
- lastName?: string | null | undefined;
175
- } | null | undefined;
176
169
  property?: {
177
170
  status: string;
178
171
  id: string;
179
- balanceCents: number | bigint;
172
+ balanceCents: bigint;
180
173
  isArchived: boolean;
181
174
  createdAt: Date;
182
175
  updatedAt: Date;
@@ -187,8 +180,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
187
180
  propertyAddress: string;
188
181
  stage: string;
189
182
  mtaId: string;
190
- mtaBalanceCents: number | bigint;
191
- cmaBalanceCents: number | bigint;
183
+ mtaBalanceCents: bigint;
184
+ cmaBalanceCents: bigint;
192
185
  buyerName?: string | null | undefined;
193
186
  project?: {
194
187
  type: string;
@@ -224,6 +217,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
224
217
  syncedAt: Date;
225
218
  } | null | undefined;
226
219
  } | null | undefined;
220
+ canceledBy?: string | {
221
+ id: string;
222
+ email: string;
223
+ fullName?: string | null | undefined;
224
+ firstName?: string | null | undefined;
225
+ lastName?: string | null | undefined;
226
+ } | null | undefined;
227
227
  } & {
228
228
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
229
229
  sourceTransaction?: ({
@@ -240,19 +240,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
240
240
  mtaId: string;
241
241
  description: string | null;
242
242
  clearedAt: Date | null;
243
+ payoutId: string | null;
244
+ bankRef: string | null;
245
+ inputType: import("../..").MtaTransactionInputType;
243
246
  transactionType: string;
247
+ sequence: number;
244
248
  isCanceled: boolean;
245
249
  isRefunded: boolean;
246
- payoutId: string | null;
247
- sequence: number;
248
- inputType: import("../..").MtaTransactionInputType;
249
- bankRef: string | null;
250
+ referenceId: string | null;
251
+ note: string | null;
250
252
  sourceTransactionId: string | null;
251
253
  cancelType: string | null;
252
254
  canceledAt: Date | null;
253
255
  canceledReason: string | null;
254
- referenceId: string | null;
255
- note: string | null;
256
256
  createdBy?: string | {
257
257
  id: string;
258
258
  email: string;
@@ -260,17 +260,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
260
260
  firstName?: string | null | undefined;
261
261
  lastName?: string | null | undefined;
262
262
  } | null | undefined;
263
- canceledBy?: string | {
264
- id: string;
265
- email: string;
266
- fullName?: string | null | undefined;
267
- firstName?: string | null | undefined;
268
- lastName?: string | null | undefined;
269
- } | null | undefined;
270
263
  property?: {
271
264
  status: string;
272
265
  id: string;
273
- balanceCents: number | bigint;
266
+ balanceCents: bigint;
274
267
  isArchived: boolean;
275
268
  createdAt: Date;
276
269
  updatedAt: Date;
@@ -281,8 +274,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
281
274
  propertyAddress: string;
282
275
  stage: string;
283
276
  mtaId: string;
284
- mtaBalanceCents: number | bigint;
285
- cmaBalanceCents: number | bigint;
277
+ mtaBalanceCents: bigint;
278
+ cmaBalanceCents: bigint;
286
279
  buyerName?: string | null | undefined;
287
280
  project?: {
288
281
  type: string;
@@ -318,6 +311,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
318
311
  syncedAt: Date;
319
312
  } | null | undefined;
320
313
  } | null | undefined;
314
+ canceledBy?: string | {
315
+ id: string;
316
+ email: string;
317
+ fullName?: string | null | undefined;
318
+ firstName?: string | null | undefined;
319
+ lastName?: string | null | undefined;
320
+ } | null | undefined;
321
321
  } & any) | null | undefined;
322
322
  subsequentTransactions?: ({
323
323
  status: "clearing" | "cleared" | "reconciled";
@@ -333,19 +333,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
333
333
  mtaId: string;
334
334
  description: string | null;
335
335
  clearedAt: Date | null;
336
+ payoutId: string | null;
337
+ bankRef: string | null;
338
+ inputType: import("../..").MtaTransactionInputType;
336
339
  transactionType: string;
340
+ sequence: number;
337
341
  isCanceled: boolean;
338
342
  isRefunded: boolean;
339
- payoutId: string | null;
340
- sequence: number;
341
- inputType: import("../..").MtaTransactionInputType;
342
- bankRef: string | null;
343
+ referenceId: string | null;
344
+ note: string | null;
343
345
  sourceTransactionId: string | null;
344
346
  cancelType: string | null;
345
347
  canceledAt: Date | null;
346
348
  canceledReason: string | null;
347
- referenceId: string | null;
348
- note: string | null;
349
349
  createdBy?: string | {
350
350
  id: string;
351
351
  email: string;
@@ -353,17 +353,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
353
353
  firstName?: string | null | undefined;
354
354
  lastName?: string | null | undefined;
355
355
  } | null | undefined;
356
- canceledBy?: string | {
357
- id: string;
358
- email: string;
359
- fullName?: string | null | undefined;
360
- firstName?: string | null | undefined;
361
- lastName?: string | null | undefined;
362
- } | null | undefined;
363
356
  property?: {
364
357
  status: string;
365
358
  id: string;
366
- balanceCents: number | bigint;
359
+ balanceCents: bigint;
367
360
  isArchived: boolean;
368
361
  createdAt: Date;
369
362
  updatedAt: Date;
@@ -374,8 +367,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
374
367
  propertyAddress: string;
375
368
  stage: string;
376
369
  mtaId: string;
377
- mtaBalanceCents: number | bigint;
378
- cmaBalanceCents: number | bigint;
370
+ mtaBalanceCents: bigint;
371
+ cmaBalanceCents: bigint;
379
372
  buyerName?: string | null | undefined;
380
373
  project?: {
381
374
  type: string;
@@ -411,6 +404,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
411
404
  syncedAt: Date;
412
405
  } | null | undefined;
413
406
  } | null | undefined;
407
+ canceledBy?: string | {
408
+ id: string;
409
+ email: string;
410
+ fullName?: string | null | undefined;
411
+ firstName?: string | null | undefined;
412
+ lastName?: string | null | undefined;
413
+ } | null | undefined;
414
414
  } & any)[] | null | undefined;
415
415
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
416
416
  isReceipt?: boolean | null | undefined;
@@ -436,19 +436,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
436
436
  mtaId: string;
437
437
  description: string | null;
438
438
  clearedAt: Date | null;
439
+ payoutId: string | null;
440
+ bankRef: string | null;
441
+ inputType: string;
439
442
  transactionType: string;
443
+ sequence: number;
440
444
  isCanceled: boolean;
441
445
  isRefunded: boolean;
442
- payoutId: string | null;
443
- sequence: number;
444
- inputType: string;
445
- bankRef: string | null;
446
+ referenceId: string | null;
447
+ note: string | null;
446
448
  sourceTransactionId: string | null;
447
449
  cancelType: string | null;
448
450
  canceledAt: Date | null;
449
451
  canceledReason: string | null;
450
- referenceId: string | null;
451
- note: string | null;
452
452
  createdBy?: string | {
453
453
  id: string;
454
454
  email: string;
@@ -456,13 +456,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
456
456
  firstName?: string | null | undefined;
457
457
  lastName?: string | null | undefined;
458
458
  } | null | undefined;
459
- canceledBy?: string | {
460
- id: string;
461
- email: string;
462
- fullName?: string | null | undefined;
463
- firstName?: string | null | undefined;
464
- lastName?: string | null | undefined;
465
- } | null | undefined;
466
459
  property?: {
467
460
  status: string;
468
461
  id: string;
@@ -514,6 +507,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
514
507
  syncedAt: Date;
515
508
  } | null | undefined;
516
509
  } | null | undefined;
510
+ canceledBy?: string | {
511
+ id: string;
512
+ email: string;
513
+ fullName?: string | null | undefined;
514
+ firstName?: string | null | undefined;
515
+ lastName?: string | null | undefined;
516
+ } | null | undefined;
517
517
  } & {
518
518
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
519
519
  sourceTransaction?: ({
@@ -530,19 +530,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
530
530
  mtaId: string;
531
531
  description: string | null;
532
532
  clearedAt: Date | null;
533
+ payoutId: string | null;
534
+ bankRef: string | null;
535
+ inputType: string;
533
536
  transactionType: string;
537
+ sequence: number;
534
538
  isCanceled: boolean;
535
539
  isRefunded: boolean;
536
- payoutId: string | null;
537
- sequence: number;
538
- inputType: string;
539
- bankRef: string | null;
540
+ referenceId: string | null;
541
+ note: string | null;
540
542
  sourceTransactionId: string | null;
541
543
  cancelType: string | null;
542
544
  canceledAt: Date | null;
543
545
  canceledReason: string | null;
544
- referenceId: string | null;
545
- note: string | null;
546
546
  createdBy?: string | {
547
547
  id: string;
548
548
  email: string;
@@ -550,13 +550,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
550
550
  firstName?: string | null | undefined;
551
551
  lastName?: string | null | undefined;
552
552
  } | null | undefined;
553
- canceledBy?: string | {
554
- id: string;
555
- email: string;
556
- fullName?: string | null | undefined;
557
- firstName?: string | null | undefined;
558
- lastName?: string | null | undefined;
559
- } | null | undefined;
560
553
  property?: {
561
554
  status: string;
562
555
  id: string;
@@ -608,6 +601,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
608
601
  syncedAt: Date;
609
602
  } | null | undefined;
610
603
  } | null | undefined;
604
+ canceledBy?: string | {
605
+ id: string;
606
+ email: string;
607
+ fullName?: string | null | undefined;
608
+ firstName?: string | null | undefined;
609
+ lastName?: string | null | undefined;
610
+ } | null | undefined;
611
611
  } & any) | null | undefined;
612
612
  subsequentTransactions?: ({
613
613
  status: string;
@@ -623,19 +623,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
623
623
  mtaId: string;
624
624
  description: string | null;
625
625
  clearedAt: Date | null;
626
+ payoutId: string | null;
627
+ bankRef: string | null;
628
+ inputType: string;
626
629
  transactionType: string;
630
+ sequence: number;
627
631
  isCanceled: boolean;
628
632
  isRefunded: boolean;
629
- payoutId: string | null;
630
- sequence: number;
631
- inputType: string;
632
- bankRef: string | null;
633
+ referenceId: string | null;
634
+ note: string | null;
633
635
  sourceTransactionId: string | null;
634
636
  cancelType: string | null;
635
637
  canceledAt: Date | null;
636
638
  canceledReason: string | null;
637
- referenceId: string | null;
638
- note: string | null;
639
639
  createdBy?: string | {
640
640
  id: string;
641
641
  email: string;
@@ -643,13 +643,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
643
643
  firstName?: string | null | undefined;
644
644
  lastName?: string | null | undefined;
645
645
  } | null | undefined;
646
- canceledBy?: string | {
647
- id: string;
648
- email: string;
649
- fullName?: string | null | undefined;
650
- firstName?: string | null | undefined;
651
- lastName?: string | null | undefined;
652
- } | null | undefined;
653
646
  property?: {
654
647
  status: string;
655
648
  id: string;
@@ -701,6 +694,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
701
694
  syncedAt: Date;
702
695
  } | null | undefined;
703
696
  } | null | undefined;
697
+ canceledBy?: string | {
698
+ id: string;
699
+ email: string;
700
+ fullName?: string | null | undefined;
701
+ firstName?: string | null | undefined;
702
+ lastName?: string | null | undefined;
703
+ } | null | undefined;
704
704
  } & any)[] | null | undefined;
705
705
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
706
706
  }>, "many">>>>;
@@ -719,19 +719,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
719
719
  mtaId: string;
720
720
  description: string | null;
721
721
  clearedAt: Date | null;
722
+ payoutId: string | null;
723
+ bankRef: string | null;
724
+ inputType: import("../..").MtaTransactionInputType;
722
725
  transactionType: string;
726
+ sequence: number;
723
727
  isCanceled: boolean;
724
728
  isRefunded: boolean;
725
- payoutId: string | null;
726
- sequence: number;
727
- inputType: import("../..").MtaTransactionInputType;
728
- bankRef: string | null;
729
+ referenceId: string | null;
730
+ note: string | null;
729
731
  sourceTransactionId: string | null;
730
732
  cancelType: string | null;
731
733
  canceledAt: Date | null;
732
734
  canceledReason: string | null;
733
- referenceId: string | null;
734
- note: string | null;
735
735
  createdBy?: string | {
736
736
  id: string;
737
737
  email: string;
@@ -739,17 +739,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
739
739
  firstName?: string | null | undefined;
740
740
  lastName?: string | null | undefined;
741
741
  } | null | undefined;
742
- canceledBy?: string | {
743
- id: string;
744
- email: string;
745
- fullName?: string | null | undefined;
746
- firstName?: string | null | undefined;
747
- lastName?: string | null | undefined;
748
- } | null | undefined;
749
742
  property?: {
750
743
  status: string;
751
744
  id: string;
752
- balanceCents: number | bigint;
745
+ balanceCents: bigint;
753
746
  isArchived: boolean;
754
747
  createdAt: Date;
755
748
  updatedAt: Date;
@@ -760,8 +753,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
760
753
  propertyAddress: string;
761
754
  stage: string;
762
755
  mtaId: string;
763
- mtaBalanceCents: number | bigint;
764
- cmaBalanceCents: number | bigint;
756
+ mtaBalanceCents: bigint;
757
+ cmaBalanceCents: bigint;
765
758
  buyerName?: string | null | undefined;
766
759
  project?: {
767
760
  type: string;
@@ -797,6 +790,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
797
790
  syncedAt: Date;
798
791
  } | null | undefined;
799
792
  } | null | undefined;
793
+ canceledBy?: string | {
794
+ id: string;
795
+ email: string;
796
+ fullName?: string | null | undefined;
797
+ firstName?: string | null | undefined;
798
+ lastName?: string | null | undefined;
799
+ } | null | undefined;
800
800
  } & {
801
801
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
802
802
  sourceTransaction?: ({
@@ -813,19 +813,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
813
813
  mtaId: string;
814
814
  description: string | null;
815
815
  clearedAt: Date | null;
816
+ payoutId: string | null;
817
+ bankRef: string | null;
818
+ inputType: import("../..").MtaTransactionInputType;
816
819
  transactionType: string;
820
+ sequence: number;
817
821
  isCanceled: boolean;
818
822
  isRefunded: boolean;
819
- payoutId: string | null;
820
- sequence: number;
821
- inputType: import("../..").MtaTransactionInputType;
822
- bankRef: string | null;
823
+ referenceId: string | null;
824
+ note: string | null;
823
825
  sourceTransactionId: string | null;
824
826
  cancelType: string | null;
825
827
  canceledAt: Date | null;
826
828
  canceledReason: string | null;
827
- referenceId: string | null;
828
- note: string | null;
829
829
  createdBy?: string | {
830
830
  id: string;
831
831
  email: string;
@@ -833,17 +833,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
833
833
  firstName?: string | null | undefined;
834
834
  lastName?: string | null | undefined;
835
835
  } | null | undefined;
836
- canceledBy?: string | {
837
- id: string;
838
- email: string;
839
- fullName?: string | null | undefined;
840
- firstName?: string | null | undefined;
841
- lastName?: string | null | undefined;
842
- } | null | undefined;
843
836
  property?: {
844
837
  status: string;
845
838
  id: string;
846
- balanceCents: number | bigint;
839
+ balanceCents: bigint;
847
840
  isArchived: boolean;
848
841
  createdAt: Date;
849
842
  updatedAt: Date;
@@ -854,8 +847,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
854
847
  propertyAddress: string;
855
848
  stage: string;
856
849
  mtaId: string;
857
- mtaBalanceCents: number | bigint;
858
- cmaBalanceCents: number | bigint;
850
+ mtaBalanceCents: bigint;
851
+ cmaBalanceCents: bigint;
859
852
  buyerName?: string | null | undefined;
860
853
  project?: {
861
854
  type: string;
@@ -891,6 +884,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
891
884
  syncedAt: Date;
892
885
  } | null | undefined;
893
886
  } | null | undefined;
887
+ canceledBy?: string | {
888
+ id: string;
889
+ email: string;
890
+ fullName?: string | null | undefined;
891
+ firstName?: string | null | undefined;
892
+ lastName?: string | null | undefined;
893
+ } | null | undefined;
894
894
  } & any) | null | undefined;
895
895
  subsequentTransactions?: ({
896
896
  status: "clearing" | "cleared" | "reconciled";
@@ -906,19 +906,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
906
906
  mtaId: string;
907
907
  description: string | null;
908
908
  clearedAt: Date | null;
909
+ payoutId: string | null;
910
+ bankRef: string | null;
911
+ inputType: import("../..").MtaTransactionInputType;
909
912
  transactionType: string;
913
+ sequence: number;
910
914
  isCanceled: boolean;
911
915
  isRefunded: boolean;
912
- payoutId: string | null;
913
- sequence: number;
914
- inputType: import("../..").MtaTransactionInputType;
915
- bankRef: string | null;
916
+ referenceId: string | null;
917
+ note: string | null;
916
918
  sourceTransactionId: string | null;
917
919
  cancelType: string | null;
918
920
  canceledAt: Date | null;
919
921
  canceledReason: string | null;
920
- referenceId: string | null;
921
- note: string | null;
922
922
  createdBy?: string | {
923
923
  id: string;
924
924
  email: string;
@@ -926,17 +926,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
926
926
  firstName?: string | null | undefined;
927
927
  lastName?: string | null | undefined;
928
928
  } | null | undefined;
929
- canceledBy?: string | {
930
- id: string;
931
- email: string;
932
- fullName?: string | null | undefined;
933
- firstName?: string | null | undefined;
934
- lastName?: string | null | undefined;
935
- } | null | undefined;
936
929
  property?: {
937
930
  status: string;
938
931
  id: string;
939
- balanceCents: number | bigint;
932
+ balanceCents: bigint;
940
933
  isArchived: boolean;
941
934
  createdAt: Date;
942
935
  updatedAt: Date;
@@ -947,8 +940,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
947
940
  propertyAddress: string;
948
941
  stage: string;
949
942
  mtaId: string;
950
- mtaBalanceCents: number | bigint;
951
- cmaBalanceCents: number | bigint;
943
+ mtaBalanceCents: bigint;
944
+ cmaBalanceCents: bigint;
952
945
  buyerName?: string | null | undefined;
953
946
  project?: {
954
947
  type: string;
@@ -984,6 +977,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
984
977
  syncedAt: Date;
985
978
  } | null | undefined;
986
979
  } | null | undefined;
980
+ canceledBy?: string | {
981
+ id: string;
982
+ email: string;
983
+ fullName?: string | null | undefined;
984
+ firstName?: string | null | undefined;
985
+ lastName?: string | null | undefined;
986
+ } | null | undefined;
987
987
  } & any)[] | null | undefined;
988
988
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
989
989
  isReceipt?: boolean | null | undefined;
@@ -1009,19 +1009,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1009
1009
  mtaId: string;
1010
1010
  description: string | null;
1011
1011
  clearedAt: Date | null;
1012
+ payoutId: string | null;
1013
+ bankRef: string | null;
1014
+ inputType: string;
1012
1015
  transactionType: string;
1016
+ sequence: number;
1013
1017
  isCanceled: boolean;
1014
1018
  isRefunded: boolean;
1015
- payoutId: string | null;
1016
- sequence: number;
1017
- inputType: string;
1018
- bankRef: string | null;
1019
+ referenceId: string | null;
1020
+ note: string | null;
1019
1021
  sourceTransactionId: string | null;
1020
1022
  cancelType: string | null;
1021
1023
  canceledAt: Date | null;
1022
1024
  canceledReason: string | null;
1023
- referenceId: string | null;
1024
- note: string | null;
1025
1025
  createdBy?: string | {
1026
1026
  id: string;
1027
1027
  email: string;
@@ -1029,13 +1029,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1029
1029
  firstName?: string | null | undefined;
1030
1030
  lastName?: string | null | undefined;
1031
1031
  } | null | undefined;
1032
- canceledBy?: string | {
1033
- id: string;
1034
- email: string;
1035
- fullName?: string | null | undefined;
1036
- firstName?: string | null | undefined;
1037
- lastName?: string | null | undefined;
1038
- } | null | undefined;
1039
1032
  property?: {
1040
1033
  status: string;
1041
1034
  id: string;
@@ -1087,6 +1080,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1087
1080
  syncedAt: Date;
1088
1081
  } | null | undefined;
1089
1082
  } | null | undefined;
1083
+ canceledBy?: string | {
1084
+ id: string;
1085
+ email: string;
1086
+ fullName?: string | null | undefined;
1087
+ firstName?: string | null | undefined;
1088
+ lastName?: string | null | undefined;
1089
+ } | null | undefined;
1090
1090
  } & {
1091
1091
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1092
1092
  sourceTransaction?: ({
@@ -1103,19 +1103,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1103
1103
  mtaId: string;
1104
1104
  description: string | null;
1105
1105
  clearedAt: Date | null;
1106
+ payoutId: string | null;
1107
+ bankRef: string | null;
1108
+ inputType: string;
1106
1109
  transactionType: string;
1110
+ sequence: number;
1107
1111
  isCanceled: boolean;
1108
1112
  isRefunded: boolean;
1109
- payoutId: string | null;
1110
- sequence: number;
1111
- inputType: string;
1112
- bankRef: string | null;
1113
+ referenceId: string | null;
1114
+ note: string | null;
1113
1115
  sourceTransactionId: string | null;
1114
1116
  cancelType: string | null;
1115
1117
  canceledAt: Date | null;
1116
1118
  canceledReason: string | null;
1117
- referenceId: string | null;
1118
- note: string | null;
1119
1119
  createdBy?: string | {
1120
1120
  id: string;
1121
1121
  email: string;
@@ -1123,13 +1123,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1123
1123
  firstName?: string | null | undefined;
1124
1124
  lastName?: string | null | undefined;
1125
1125
  } | null | undefined;
1126
- canceledBy?: string | {
1127
- id: string;
1128
- email: string;
1129
- fullName?: string | null | undefined;
1130
- firstName?: string | null | undefined;
1131
- lastName?: string | null | undefined;
1132
- } | null | undefined;
1133
1126
  property?: {
1134
1127
  status: string;
1135
1128
  id: string;
@@ -1181,6 +1174,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1181
1174
  syncedAt: Date;
1182
1175
  } | null | undefined;
1183
1176
  } | null | undefined;
1177
+ canceledBy?: string | {
1178
+ id: string;
1179
+ email: string;
1180
+ fullName?: string | null | undefined;
1181
+ firstName?: string | null | undefined;
1182
+ lastName?: string | null | undefined;
1183
+ } | null | undefined;
1184
1184
  } & any) | null | undefined;
1185
1185
  subsequentTransactions?: ({
1186
1186
  status: string;
@@ -1196,19 +1196,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1196
1196
  mtaId: string;
1197
1197
  description: string | null;
1198
1198
  clearedAt: Date | null;
1199
+ payoutId: string | null;
1200
+ bankRef: string | null;
1201
+ inputType: string;
1199
1202
  transactionType: string;
1203
+ sequence: number;
1200
1204
  isCanceled: boolean;
1201
1205
  isRefunded: boolean;
1202
- payoutId: string | null;
1203
- sequence: number;
1204
- inputType: string;
1205
- bankRef: string | null;
1206
+ referenceId: string | null;
1207
+ note: string | null;
1206
1208
  sourceTransactionId: string | null;
1207
1209
  cancelType: string | null;
1208
1210
  canceledAt: Date | null;
1209
1211
  canceledReason: string | null;
1210
- referenceId: string | null;
1211
- note: string | null;
1212
1212
  createdBy?: string | {
1213
1213
  id: string;
1214
1214
  email: string;
@@ -1216,13 +1216,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1216
1216
  firstName?: string | null | undefined;
1217
1217
  lastName?: string | null | undefined;
1218
1218
  } | null | undefined;
1219
- canceledBy?: string | {
1220
- id: string;
1221
- email: string;
1222
- fullName?: string | null | undefined;
1223
- firstName?: string | null | undefined;
1224
- lastName?: string | null | undefined;
1225
- } | null | undefined;
1226
1219
  property?: {
1227
1220
  status: string;
1228
1221
  id: string;
@@ -1274,6 +1267,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1274
1267
  syncedAt: Date;
1275
1268
  } | null | undefined;
1276
1269
  } | null | undefined;
1270
+ canceledBy?: string | {
1271
+ id: string;
1272
+ email: string;
1273
+ fullName?: string | null | undefined;
1274
+ firstName?: string | null | undefined;
1275
+ lastName?: string | null | undefined;
1276
+ } | null | undefined;
1277
1277
  } & any)[] | null | undefined;
1278
1278
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1279
1279
  }>, "many">>>>;
@@ -1294,19 +1294,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1294
1294
  mtaId: string;
1295
1295
  description: string | null;
1296
1296
  clearedAt: Date | null;
1297
+ payoutId: string | null;
1298
+ bankRef: string | null;
1299
+ inputType: import("../..").MtaTransactionInputType;
1297
1300
  transactionType: string;
1301
+ sequence: number;
1298
1302
  isCanceled: boolean;
1299
1303
  isRefunded: boolean;
1300
- payoutId: string | null;
1301
- sequence: number;
1302
- inputType: import("../..").MtaTransactionInputType;
1303
- bankRef: string | null;
1304
+ referenceId: string | null;
1305
+ note: string | null;
1304
1306
  sourceTransactionId: string | null;
1305
1307
  cancelType: string | null;
1306
1308
  canceledAt: Date | null;
1307
1309
  canceledReason: string | null;
1308
- referenceId: string | null;
1309
- note: string | null;
1310
1310
  createdBy?: string | {
1311
1311
  id: string;
1312
1312
  email: string;
@@ -1314,17 +1314,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1314
1314
  firstName?: string | null | undefined;
1315
1315
  lastName?: string | null | undefined;
1316
1316
  } | null | undefined;
1317
- canceledBy?: string | {
1318
- id: string;
1319
- email: string;
1320
- fullName?: string | null | undefined;
1321
- firstName?: string | null | undefined;
1322
- lastName?: string | null | undefined;
1323
- } | null | undefined;
1324
1317
  property?: {
1325
1318
  status: string;
1326
1319
  id: string;
1327
- balanceCents: number | bigint;
1320
+ balanceCents: bigint;
1328
1321
  isArchived: boolean;
1329
1322
  createdAt: Date;
1330
1323
  updatedAt: Date;
@@ -1335,8 +1328,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1335
1328
  propertyAddress: string;
1336
1329
  stage: string;
1337
1330
  mtaId: string;
1338
- mtaBalanceCents: number | bigint;
1339
- cmaBalanceCents: number | bigint;
1331
+ mtaBalanceCents: bigint;
1332
+ cmaBalanceCents: bigint;
1340
1333
  buyerName?: string | null | undefined;
1341
1334
  project?: {
1342
1335
  type: string;
@@ -1372,6 +1365,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1372
1365
  syncedAt: Date;
1373
1366
  } | null | undefined;
1374
1367
  } | null | undefined;
1368
+ canceledBy?: string | {
1369
+ id: string;
1370
+ email: string;
1371
+ fullName?: string | null | undefined;
1372
+ firstName?: string | null | undefined;
1373
+ lastName?: string | null | undefined;
1374
+ } | null | undefined;
1375
1375
  } & {
1376
1376
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1377
1377
  sourceTransaction?: ({
@@ -1388,19 +1388,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1388
1388
  mtaId: string;
1389
1389
  description: string | null;
1390
1390
  clearedAt: Date | null;
1391
+ payoutId: string | null;
1392
+ bankRef: string | null;
1393
+ inputType: import("../..").MtaTransactionInputType;
1391
1394
  transactionType: string;
1395
+ sequence: number;
1392
1396
  isCanceled: boolean;
1393
1397
  isRefunded: boolean;
1394
- payoutId: string | null;
1395
- sequence: number;
1396
- inputType: import("../..").MtaTransactionInputType;
1397
- bankRef: string | null;
1398
+ referenceId: string | null;
1399
+ note: string | null;
1398
1400
  sourceTransactionId: string | null;
1399
1401
  cancelType: string | null;
1400
1402
  canceledAt: Date | null;
1401
1403
  canceledReason: string | null;
1402
- referenceId: string | null;
1403
- note: string | null;
1404
1404
  createdBy?: string | {
1405
1405
  id: string;
1406
1406
  email: string;
@@ -1408,17 +1408,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1408
1408
  firstName?: string | null | undefined;
1409
1409
  lastName?: string | null | undefined;
1410
1410
  } | null | undefined;
1411
- canceledBy?: string | {
1412
- id: string;
1413
- email: string;
1414
- fullName?: string | null | undefined;
1415
- firstName?: string | null | undefined;
1416
- lastName?: string | null | undefined;
1417
- } | null | undefined;
1418
1411
  property?: {
1419
1412
  status: string;
1420
1413
  id: string;
1421
- balanceCents: number | bigint;
1414
+ balanceCents: bigint;
1422
1415
  isArchived: boolean;
1423
1416
  createdAt: Date;
1424
1417
  updatedAt: Date;
@@ -1429,8 +1422,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1429
1422
  propertyAddress: string;
1430
1423
  stage: string;
1431
1424
  mtaId: string;
1432
- mtaBalanceCents: number | bigint;
1433
- cmaBalanceCents: number | bigint;
1425
+ mtaBalanceCents: bigint;
1426
+ cmaBalanceCents: bigint;
1434
1427
  buyerName?: string | null | undefined;
1435
1428
  project?: {
1436
1429
  type: string;
@@ -1466,6 +1459,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1466
1459
  syncedAt: Date;
1467
1460
  } | null | undefined;
1468
1461
  } | null | undefined;
1462
+ canceledBy?: string | {
1463
+ id: string;
1464
+ email: string;
1465
+ fullName?: string | null | undefined;
1466
+ firstName?: string | null | undefined;
1467
+ lastName?: string | null | undefined;
1468
+ } | null | undefined;
1469
1469
  } & any) | null | undefined;
1470
1470
  subsequentTransactions?: ({
1471
1471
  status: "clearing" | "cleared" | "reconciled";
@@ -1481,19 +1481,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1481
1481
  mtaId: string;
1482
1482
  description: string | null;
1483
1483
  clearedAt: Date | null;
1484
+ payoutId: string | null;
1485
+ bankRef: string | null;
1486
+ inputType: import("../..").MtaTransactionInputType;
1484
1487
  transactionType: string;
1488
+ sequence: number;
1485
1489
  isCanceled: boolean;
1486
1490
  isRefunded: boolean;
1487
- payoutId: string | null;
1488
- sequence: number;
1489
- inputType: import("../..").MtaTransactionInputType;
1490
- bankRef: string | null;
1491
+ referenceId: string | null;
1492
+ note: string | null;
1491
1493
  sourceTransactionId: string | null;
1492
1494
  cancelType: string | null;
1493
1495
  canceledAt: Date | null;
1494
1496
  canceledReason: string | null;
1495
- referenceId: string | null;
1496
- note: string | null;
1497
1497
  createdBy?: string | {
1498
1498
  id: string;
1499
1499
  email: string;
@@ -1501,17 +1501,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1501
1501
  firstName?: string | null | undefined;
1502
1502
  lastName?: string | null | undefined;
1503
1503
  } | null | undefined;
1504
- canceledBy?: 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
1504
  property?: {
1512
1505
  status: string;
1513
1506
  id: string;
1514
- balanceCents: number | bigint;
1507
+ balanceCents: bigint;
1515
1508
  isArchived: boolean;
1516
1509
  createdAt: Date;
1517
1510
  updatedAt: Date;
@@ -1522,8 +1515,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1522
1515
  propertyAddress: string;
1523
1516
  stage: string;
1524
1517
  mtaId: string;
1525
- mtaBalanceCents: number | bigint;
1526
- cmaBalanceCents: number | bigint;
1518
+ mtaBalanceCents: bigint;
1519
+ cmaBalanceCents: bigint;
1527
1520
  buyerName?: string | null | undefined;
1528
1521
  project?: {
1529
1522
  type: string;
@@ -1559,6 +1552,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1559
1552
  syncedAt: Date;
1560
1553
  } | null | undefined;
1561
1554
  } | null | undefined;
1555
+ canceledBy?: string | {
1556
+ id: string;
1557
+ email: string;
1558
+ fullName?: string | null | undefined;
1559
+ firstName?: string | null | undefined;
1560
+ lastName?: string | null | undefined;
1561
+ } | null | undefined;
1562
1562
  } & any)[] | null | undefined;
1563
1563
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1564
1564
  isReceipt?: boolean | null | undefined;
@@ -1585,19 +1585,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1585
1585
  mtaId: string;
1586
1586
  description: string | null;
1587
1587
  clearedAt: Date | null;
1588
+ payoutId: string | null;
1589
+ bankRef: string | null;
1590
+ inputType: import("../..").MtaTransactionInputType;
1588
1591
  transactionType: string;
1592
+ sequence: number;
1589
1593
  isCanceled: boolean;
1590
1594
  isRefunded: boolean;
1591
- payoutId: string | null;
1592
- sequence: number;
1593
- inputType: import("../..").MtaTransactionInputType;
1594
- bankRef: string | null;
1595
+ referenceId: string | null;
1596
+ note: string | null;
1595
1597
  sourceTransactionId: string | null;
1596
1598
  cancelType: string | null;
1597
1599
  canceledAt: Date | null;
1598
1600
  canceledReason: string | null;
1599
- referenceId: string | null;
1600
- note: string | null;
1601
1601
  createdBy?: string | {
1602
1602
  id: string;
1603
1603
  email: string;
@@ -1605,17 +1605,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1605
1605
  firstName?: string | null | undefined;
1606
1606
  lastName?: string | null | undefined;
1607
1607
  } | null | undefined;
1608
- canceledBy?: string | {
1609
- id: string;
1610
- email: string;
1611
- fullName?: string | null | undefined;
1612
- firstName?: string | null | undefined;
1613
- lastName?: string | null | undefined;
1614
- } | null | undefined;
1615
1608
  property?: {
1616
1609
  status: string;
1617
1610
  id: string;
1618
- balanceCents: number | bigint;
1611
+ balanceCents: bigint;
1619
1612
  isArchived: boolean;
1620
1613
  createdAt: Date;
1621
1614
  updatedAt: Date;
@@ -1626,8 +1619,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1626
1619
  propertyAddress: string;
1627
1620
  stage: string;
1628
1621
  mtaId: string;
1629
- mtaBalanceCents: number | bigint;
1630
- cmaBalanceCents: number | bigint;
1622
+ mtaBalanceCents: bigint;
1623
+ cmaBalanceCents: bigint;
1631
1624
  buyerName?: string | null | undefined;
1632
1625
  project?: {
1633
1626
  type: string;
@@ -1663,6 +1656,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1663
1656
  syncedAt: Date;
1664
1657
  } | null | undefined;
1665
1658
  } | null | undefined;
1659
+ canceledBy?: string | {
1660
+ id: string;
1661
+ email: string;
1662
+ fullName?: string | null | undefined;
1663
+ firstName?: string | null | undefined;
1664
+ lastName?: string | null | undefined;
1665
+ } | null | undefined;
1666
1666
  } & {
1667
1667
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1668
1668
  sourceTransaction?: ({
@@ -1679,19 +1679,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1679
1679
  mtaId: string;
1680
1680
  description: string | null;
1681
1681
  clearedAt: Date | null;
1682
+ payoutId: string | null;
1683
+ bankRef: string | null;
1684
+ inputType: import("../..").MtaTransactionInputType;
1682
1685
  transactionType: string;
1686
+ sequence: number;
1683
1687
  isCanceled: boolean;
1684
1688
  isRefunded: boolean;
1685
- payoutId: string | null;
1686
- sequence: number;
1687
- inputType: import("../..").MtaTransactionInputType;
1688
- bankRef: string | null;
1689
+ referenceId: string | null;
1690
+ note: string | null;
1689
1691
  sourceTransactionId: string | null;
1690
1692
  cancelType: string | null;
1691
1693
  canceledAt: Date | null;
1692
1694
  canceledReason: string | null;
1693
- referenceId: string | null;
1694
- note: string | null;
1695
1695
  createdBy?: string | {
1696
1696
  id: string;
1697
1697
  email: string;
@@ -1699,17 +1699,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1699
1699
  firstName?: string | null | undefined;
1700
1700
  lastName?: string | null | undefined;
1701
1701
  } | null | undefined;
1702
- canceledBy?: string | {
1703
- id: string;
1704
- email: string;
1705
- fullName?: string | null | undefined;
1706
- firstName?: string | null | undefined;
1707
- lastName?: string | null | undefined;
1708
- } | null | undefined;
1709
1702
  property?: {
1710
1703
  status: string;
1711
1704
  id: string;
1712
- balanceCents: number | bigint;
1705
+ balanceCents: bigint;
1713
1706
  isArchived: boolean;
1714
1707
  createdAt: Date;
1715
1708
  updatedAt: Date;
@@ -1720,8 +1713,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1720
1713
  propertyAddress: string;
1721
1714
  stage: string;
1722
1715
  mtaId: string;
1723
- mtaBalanceCents: number | bigint;
1724
- cmaBalanceCents: number | bigint;
1716
+ mtaBalanceCents: bigint;
1717
+ cmaBalanceCents: bigint;
1725
1718
  buyerName?: string | null | undefined;
1726
1719
  project?: {
1727
1720
  type: string;
@@ -1757,6 +1750,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1757
1750
  syncedAt: Date;
1758
1751
  } | null | undefined;
1759
1752
  } | null | undefined;
1753
+ canceledBy?: string | {
1754
+ id: string;
1755
+ email: string;
1756
+ fullName?: string | null | undefined;
1757
+ firstName?: string | null | undefined;
1758
+ lastName?: string | null | undefined;
1759
+ } | null | undefined;
1760
1760
  } & any) | null | undefined;
1761
1761
  subsequentTransactions?: ({
1762
1762
  status: "clearing" | "cleared" | "reconciled";
@@ -1772,19 +1772,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1772
1772
  mtaId: string;
1773
1773
  description: string | null;
1774
1774
  clearedAt: Date | null;
1775
+ payoutId: string | null;
1776
+ bankRef: string | null;
1777
+ inputType: import("../..").MtaTransactionInputType;
1775
1778
  transactionType: string;
1779
+ sequence: number;
1776
1780
  isCanceled: boolean;
1777
1781
  isRefunded: boolean;
1778
- payoutId: string | null;
1779
- sequence: number;
1780
- inputType: import("../..").MtaTransactionInputType;
1781
- bankRef: string | null;
1782
+ referenceId: string | null;
1783
+ note: string | null;
1782
1784
  sourceTransactionId: string | null;
1783
1785
  cancelType: string | null;
1784
1786
  canceledAt: Date | null;
1785
1787
  canceledReason: string | null;
1786
- referenceId: string | null;
1787
- note: string | null;
1788
1788
  createdBy?: string | {
1789
1789
  id: string;
1790
1790
  email: string;
@@ -1792,17 +1792,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1792
1792
  firstName?: string | null | undefined;
1793
1793
  lastName?: string | null | undefined;
1794
1794
  } | null | undefined;
1795
- canceledBy?: string | {
1796
- id: string;
1797
- email: string;
1798
- fullName?: string | null | undefined;
1799
- firstName?: string | null | undefined;
1800
- lastName?: string | null | undefined;
1801
- } | null | undefined;
1802
1795
  property?: {
1803
1796
  status: string;
1804
1797
  id: string;
1805
- balanceCents: number | bigint;
1798
+ balanceCents: bigint;
1806
1799
  isArchived: boolean;
1807
1800
  createdAt: Date;
1808
1801
  updatedAt: Date;
@@ -1813,8 +1806,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1813
1806
  propertyAddress: string;
1814
1807
  stage: string;
1815
1808
  mtaId: string;
1816
- mtaBalanceCents: number | bigint;
1817
- cmaBalanceCents: number | bigint;
1809
+ mtaBalanceCents: bigint;
1810
+ cmaBalanceCents: bigint;
1818
1811
  buyerName?: string | null | undefined;
1819
1812
  project?: {
1820
1813
  type: string;
@@ -1850,6 +1843,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1850
1843
  syncedAt: Date;
1851
1844
  } | null | undefined;
1852
1845
  } | null | undefined;
1846
+ canceledBy?: string | {
1847
+ id: string;
1848
+ email: string;
1849
+ fullName?: string | null | undefined;
1850
+ firstName?: string | null | undefined;
1851
+ lastName?: string | null | undefined;
1852
+ } | null | undefined;
1853
1853
  } & any)[] | null | undefined;
1854
1854
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1855
1855
  isReceipt?: boolean | null | undefined;
@@ -1879,19 +1879,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1879
1879
  mtaId: string;
1880
1880
  description: string | null;
1881
1881
  clearedAt: Date | null;
1882
+ payoutId: string | null;
1883
+ bankRef: string | null;
1884
+ inputType: string;
1882
1885
  transactionType: string;
1886
+ sequence: number;
1883
1887
  isCanceled: boolean;
1884
1888
  isRefunded: boolean;
1885
- payoutId: string | null;
1886
- sequence: number;
1887
- inputType: string;
1888
- bankRef: string | null;
1889
+ referenceId: string | null;
1890
+ note: string | null;
1889
1891
  sourceTransactionId: string | null;
1890
1892
  cancelType: string | null;
1891
1893
  canceledAt: Date | null;
1892
1894
  canceledReason: string | null;
1893
- referenceId: string | null;
1894
- note: string | null;
1895
1895
  createdBy?: string | {
1896
1896
  id: string;
1897
1897
  email: string;
@@ -1899,13 +1899,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1899
1899
  firstName?: string | null | undefined;
1900
1900
  lastName?: string | null | undefined;
1901
1901
  } | null | undefined;
1902
- canceledBy?: string | {
1903
- id: string;
1904
- email: string;
1905
- fullName?: string | null | undefined;
1906
- firstName?: string | null | undefined;
1907
- lastName?: string | null | undefined;
1908
- } | null | undefined;
1909
1902
  property?: {
1910
1903
  status: string;
1911
1904
  id: string;
@@ -1957,6 +1950,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1957
1950
  syncedAt: Date;
1958
1951
  } | null | undefined;
1959
1952
  } | null | undefined;
1953
+ canceledBy?: string | {
1954
+ id: string;
1955
+ email: string;
1956
+ fullName?: string | null | undefined;
1957
+ firstName?: string | null | undefined;
1958
+ lastName?: string | null | undefined;
1959
+ } | null | undefined;
1960
1960
  } & {
1961
1961
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1962
1962
  sourceTransaction?: ({
@@ -1973,19 +1973,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1973
1973
  mtaId: string;
1974
1974
  description: string | null;
1975
1975
  clearedAt: Date | null;
1976
+ payoutId: string | null;
1977
+ bankRef: string | null;
1978
+ inputType: string;
1976
1979
  transactionType: string;
1980
+ sequence: number;
1977
1981
  isCanceled: boolean;
1978
1982
  isRefunded: boolean;
1979
- payoutId: string | null;
1980
- sequence: number;
1981
- inputType: string;
1982
- bankRef: string | null;
1983
+ referenceId: string | null;
1984
+ note: string | null;
1983
1985
  sourceTransactionId: string | null;
1984
1986
  cancelType: string | null;
1985
1987
  canceledAt: Date | null;
1986
1988
  canceledReason: string | null;
1987
- referenceId: string | null;
1988
- note: string | null;
1989
1989
  createdBy?: string | {
1990
1990
  id: string;
1991
1991
  email: string;
@@ -1993,13 +1993,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1993
1993
  firstName?: string | null | undefined;
1994
1994
  lastName?: string | null | undefined;
1995
1995
  } | null | undefined;
1996
- canceledBy?: string | {
1997
- id: string;
1998
- email: string;
1999
- fullName?: string | null | undefined;
2000
- firstName?: string | null | undefined;
2001
- lastName?: string | null | undefined;
2002
- } | null | undefined;
2003
1996
  property?: {
2004
1997
  status: string;
2005
1998
  id: string;
@@ -2051,6 +2044,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2051
2044
  syncedAt: Date;
2052
2045
  } | null | undefined;
2053
2046
  } | null | undefined;
2047
+ canceledBy?: string | {
2048
+ id: string;
2049
+ email: string;
2050
+ fullName?: string | null | undefined;
2051
+ firstName?: string | null | undefined;
2052
+ lastName?: string | null | undefined;
2053
+ } | null | undefined;
2054
2054
  } & any) | null | undefined;
2055
2055
  subsequentTransactions?: ({
2056
2056
  status: string;
@@ -2066,19 +2066,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2066
2066
  mtaId: string;
2067
2067
  description: string | null;
2068
2068
  clearedAt: Date | null;
2069
+ payoutId: string | null;
2070
+ bankRef: string | null;
2071
+ inputType: string;
2069
2072
  transactionType: string;
2073
+ sequence: number;
2070
2074
  isCanceled: boolean;
2071
2075
  isRefunded: boolean;
2072
- payoutId: string | null;
2073
- sequence: number;
2074
- inputType: string;
2075
- bankRef: string | null;
2076
+ referenceId: string | null;
2077
+ note: string | null;
2076
2078
  sourceTransactionId: string | null;
2077
2079
  cancelType: string | null;
2078
2080
  canceledAt: Date | null;
2079
2081
  canceledReason: string | null;
2080
- referenceId: string | null;
2081
- note: string | null;
2082
2082
  createdBy?: string | {
2083
2083
  id: string;
2084
2084
  email: string;
@@ -2086,13 +2086,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2086
2086
  firstName?: string | null | undefined;
2087
2087
  lastName?: string | null | undefined;
2088
2088
  } | null | undefined;
2089
- canceledBy?: string | {
2090
- id: string;
2091
- email: string;
2092
- fullName?: string | null | undefined;
2093
- firstName?: string | null | undefined;
2094
- lastName?: string | null | undefined;
2095
- } | null | undefined;
2096
2089
  property?: {
2097
2090
  status: string;
2098
2091
  id: string;
@@ -2144,6 +2137,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2144
2137
  syncedAt: Date;
2145
2138
  } | null | undefined;
2146
2139
  } | null | undefined;
2140
+ canceledBy?: string | {
2141
+ id: string;
2142
+ email: string;
2143
+ fullName?: string | null | undefined;
2144
+ firstName?: string | null | undefined;
2145
+ lastName?: string | null | undefined;
2146
+ } | null | undefined;
2147
2147
  } & any)[] | null | undefined;
2148
2148
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2149
2149
  })[] | null | undefined;
@@ -2161,19 +2161,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2161
2161
  mtaId: string;
2162
2162
  description: string | null;
2163
2163
  clearedAt: Date | null;
2164
+ payoutId: string | null;
2165
+ bankRef: string | null;
2166
+ inputType: string;
2164
2167
  transactionType: string;
2168
+ sequence: number;
2165
2169
  isCanceled: boolean;
2166
2170
  isRefunded: boolean;
2167
- payoutId: string | null;
2168
- sequence: number;
2169
- inputType: string;
2170
- bankRef: string | null;
2171
+ referenceId: string | null;
2172
+ note: string | null;
2171
2173
  sourceTransactionId: string | null;
2172
2174
  cancelType: string | null;
2173
2175
  canceledAt: Date | null;
2174
2176
  canceledReason: string | null;
2175
- referenceId: string | null;
2176
- note: string | null;
2177
2177
  createdBy?: string | {
2178
2178
  id: string;
2179
2179
  email: string;
@@ -2181,13 +2181,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2181
2181
  firstName?: string | null | undefined;
2182
2182
  lastName?: string | null | undefined;
2183
2183
  } | null | undefined;
2184
- canceledBy?: string | {
2185
- id: string;
2186
- email: string;
2187
- fullName?: string | null | undefined;
2188
- firstName?: string | null | undefined;
2189
- lastName?: string | null | undefined;
2190
- } | null | undefined;
2191
2184
  property?: {
2192
2185
  status: string;
2193
2186
  id: string;
@@ -2239,6 +2232,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2239
2232
  syncedAt: Date;
2240
2233
  } | null | undefined;
2241
2234
  } | null | undefined;
2235
+ canceledBy?: string | {
2236
+ id: string;
2237
+ email: string;
2238
+ fullName?: string | null | undefined;
2239
+ firstName?: string | null | undefined;
2240
+ lastName?: string | null | undefined;
2241
+ } | null | undefined;
2242
2242
  } & {
2243
2243
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
2244
2244
  sourceTransaction?: ({
@@ -2255,19 +2255,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2255
2255
  mtaId: string;
2256
2256
  description: string | null;
2257
2257
  clearedAt: Date | null;
2258
+ payoutId: string | null;
2259
+ bankRef: string | null;
2260
+ inputType: string;
2258
2261
  transactionType: string;
2262
+ sequence: number;
2259
2263
  isCanceled: boolean;
2260
2264
  isRefunded: boolean;
2261
- payoutId: string | null;
2262
- sequence: number;
2263
- inputType: string;
2264
- bankRef: string | null;
2265
+ referenceId: string | null;
2266
+ note: string | null;
2265
2267
  sourceTransactionId: string | null;
2266
2268
  cancelType: string | null;
2267
2269
  canceledAt: Date | null;
2268
2270
  canceledReason: string | null;
2269
- referenceId: string | null;
2270
- note: string | null;
2271
2271
  createdBy?: string | {
2272
2272
  id: string;
2273
2273
  email: string;
@@ -2275,13 +2275,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2275
2275
  firstName?: string | null | undefined;
2276
2276
  lastName?: string | null | undefined;
2277
2277
  } | null | undefined;
2278
- canceledBy?: string | {
2279
- id: string;
2280
- email: string;
2281
- fullName?: string | null | undefined;
2282
- firstName?: string | null | undefined;
2283
- lastName?: string | null | undefined;
2284
- } | null | undefined;
2285
2278
  property?: {
2286
2279
  status: string;
2287
2280
  id: string;
@@ -2333,6 +2326,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2333
2326
  syncedAt: Date;
2334
2327
  } | null | undefined;
2335
2328
  } | null | undefined;
2329
+ canceledBy?: string | {
2330
+ id: string;
2331
+ email: string;
2332
+ fullName?: string | null | undefined;
2333
+ firstName?: string | null | undefined;
2334
+ lastName?: string | null | undefined;
2335
+ } | null | undefined;
2336
2336
  } & any) | null | undefined;
2337
2337
  subsequentTransactions?: ({
2338
2338
  status: string;
@@ -2348,19 +2348,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2348
2348
  mtaId: string;
2349
2349
  description: string | null;
2350
2350
  clearedAt: Date | null;
2351
+ payoutId: string | null;
2352
+ bankRef: string | null;
2353
+ inputType: string;
2351
2354
  transactionType: string;
2355
+ sequence: number;
2352
2356
  isCanceled: boolean;
2353
2357
  isRefunded: boolean;
2354
- payoutId: string | null;
2355
- sequence: number;
2356
- inputType: string;
2357
- bankRef: string | null;
2358
+ referenceId: string | null;
2359
+ note: string | null;
2358
2360
  sourceTransactionId: string | null;
2359
2361
  cancelType: string | null;
2360
2362
  canceledAt: Date | null;
2361
2363
  canceledReason: string | null;
2362
- referenceId: string | null;
2363
- note: string | null;
2364
2364
  createdBy?: string | {
2365
2365
  id: string;
2366
2366
  email: string;
@@ -2368,13 +2368,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2368
2368
  firstName?: string | null | undefined;
2369
2369
  lastName?: string | null | undefined;
2370
2370
  } | null | undefined;
2371
- canceledBy?: string | {
2372
- id: string;
2373
- email: string;
2374
- fullName?: string | null | undefined;
2375
- firstName?: string | null | undefined;
2376
- lastName?: string | null | undefined;
2377
- } | null | undefined;
2378
2371
  property?: {
2379
2372
  status: string;
2380
2373
  id: string;
@@ -2426,6 +2419,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2426
2419
  syncedAt: Date;
2427
2420
  } | null | undefined;
2428
2421
  } | null | undefined;
2422
+ canceledBy?: string | {
2423
+ id: string;
2424
+ email: string;
2425
+ fullName?: string | null | undefined;
2426
+ firstName?: string | null | undefined;
2427
+ lastName?: string | null | undefined;
2428
+ } | null | undefined;
2429
2429
  } & any)[] | null | undefined;
2430
2430
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2431
2431
  })[] | null | undefined;
@@ -2469,19 +2469,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2469
2469
  mtaId: string;
2470
2470
  description: string | null;
2471
2471
  clearedAt: Date | null;
2472
+ payoutId: string | null;
2473
+ bankRef: string | null;
2474
+ inputType: import("../..").MtaTransactionInputType;
2472
2475
  transactionType: string;
2476
+ sequence: number;
2473
2477
  isCanceled: boolean;
2474
2478
  isRefunded: boolean;
2475
- payoutId: string | null;
2476
- sequence: number;
2477
- inputType: import("../..").MtaTransactionInputType;
2478
- bankRef: string | null;
2479
+ referenceId: string | null;
2480
+ note: string | null;
2479
2481
  sourceTransactionId: string | null;
2480
2482
  cancelType: string | null;
2481
2483
  canceledAt: Date | null;
2482
2484
  canceledReason: string | null;
2483
- referenceId: string | null;
2484
- note: string | null;
2485
2485
  createdBy?: string | {
2486
2486
  id: string;
2487
2487
  email: string;
@@ -2489,17 +2489,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2489
2489
  firstName?: string | null | undefined;
2490
2490
  lastName?: string | null | undefined;
2491
2491
  } | null | undefined;
2492
- canceledBy?: string | {
2493
- id: string;
2494
- email: string;
2495
- fullName?: string | null | undefined;
2496
- firstName?: string | null | undefined;
2497
- lastName?: string | null | undefined;
2498
- } | null | undefined;
2499
2492
  property?: {
2500
2493
  status: string;
2501
2494
  id: string;
2502
- balanceCents: number | bigint;
2495
+ balanceCents: bigint;
2503
2496
  isArchived: boolean;
2504
2497
  createdAt: Date;
2505
2498
  updatedAt: Date;
@@ -2510,8 +2503,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2510
2503
  propertyAddress: string;
2511
2504
  stage: string;
2512
2505
  mtaId: string;
2513
- mtaBalanceCents: number | bigint;
2514
- cmaBalanceCents: number | bigint;
2506
+ mtaBalanceCents: bigint;
2507
+ cmaBalanceCents: bigint;
2515
2508
  buyerName?: string | null | undefined;
2516
2509
  project?: {
2517
2510
  type: string;
@@ -2547,6 +2540,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2547
2540
  syncedAt: Date;
2548
2541
  } | null | undefined;
2549
2542
  } | null | undefined;
2543
+ canceledBy?: string | {
2544
+ id: string;
2545
+ email: string;
2546
+ fullName?: string | null | undefined;
2547
+ firstName?: string | null | undefined;
2548
+ lastName?: string | null | undefined;
2549
+ } | null | undefined;
2550
2550
  } & {
2551
2551
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
2552
2552
  sourceTransaction?: ({
@@ -2563,19 +2563,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2563
2563
  mtaId: string;
2564
2564
  description: string | null;
2565
2565
  clearedAt: Date | null;
2566
+ payoutId: string | null;
2567
+ bankRef: string | null;
2568
+ inputType: import("../..").MtaTransactionInputType;
2566
2569
  transactionType: string;
2570
+ sequence: number;
2567
2571
  isCanceled: boolean;
2568
2572
  isRefunded: boolean;
2569
- payoutId: string | null;
2570
- sequence: number;
2571
- inputType: import("../..").MtaTransactionInputType;
2572
- bankRef: string | null;
2573
+ referenceId: string | null;
2574
+ note: string | null;
2573
2575
  sourceTransactionId: string | null;
2574
2576
  cancelType: string | null;
2575
2577
  canceledAt: Date | null;
2576
2578
  canceledReason: string | null;
2577
- referenceId: string | null;
2578
- note: string | null;
2579
2579
  createdBy?: string | {
2580
2580
  id: string;
2581
2581
  email: string;
@@ -2583,17 +2583,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2583
2583
  firstName?: string | null | undefined;
2584
2584
  lastName?: string | null | undefined;
2585
2585
  } | null | undefined;
2586
- canceledBy?: string | {
2587
- id: string;
2588
- email: string;
2589
- fullName?: string | null | undefined;
2590
- firstName?: string | null | undefined;
2591
- lastName?: string | null | undefined;
2592
- } | null | undefined;
2593
2586
  property?: {
2594
2587
  status: string;
2595
2588
  id: string;
2596
- balanceCents: number | bigint;
2589
+ balanceCents: bigint;
2597
2590
  isArchived: boolean;
2598
2591
  createdAt: Date;
2599
2592
  updatedAt: Date;
@@ -2604,8 +2597,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2604
2597
  propertyAddress: string;
2605
2598
  stage: string;
2606
2599
  mtaId: string;
2607
- mtaBalanceCents: number | bigint;
2608
- cmaBalanceCents: number | bigint;
2600
+ mtaBalanceCents: bigint;
2601
+ cmaBalanceCents: bigint;
2609
2602
  buyerName?: string | null | undefined;
2610
2603
  project?: {
2611
2604
  type: string;
@@ -2641,6 +2634,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2641
2634
  syncedAt: Date;
2642
2635
  } | null | undefined;
2643
2636
  } | null | undefined;
2637
+ canceledBy?: string | {
2638
+ id: string;
2639
+ email: string;
2640
+ fullName?: string | null | undefined;
2641
+ firstName?: string | null | undefined;
2642
+ lastName?: string | null | undefined;
2643
+ } | null | undefined;
2644
2644
  } & any) | null | undefined;
2645
2645
  subsequentTransactions?: ({
2646
2646
  status: "clearing" | "cleared" | "reconciled";
@@ -2656,27 +2656,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2656
2656
  mtaId: string;
2657
2657
  description: string | null;
2658
2658
  clearedAt: Date | null;
2659
+ payoutId: string | null;
2660
+ bankRef: string | null;
2661
+ inputType: import("../..").MtaTransactionInputType;
2659
2662
  transactionType: string;
2663
+ sequence: number;
2660
2664
  isCanceled: boolean;
2661
2665
  isRefunded: boolean;
2662
- payoutId: string | null;
2663
- sequence: number;
2664
- inputType: import("../..").MtaTransactionInputType;
2665
- bankRef: string | null;
2666
- sourceTransactionId: string | null;
2667
- cancelType: string | null;
2668
- canceledAt: Date | null;
2669
- canceledReason: string | null;
2670
2666
  referenceId: string | null;
2671
2667
  note: string | null;
2672
- createdBy?: string | {
2673
- id: string;
2674
- email: string;
2675
- fullName?: string | null | undefined;
2676
- firstName?: string | null | undefined;
2677
- lastName?: string | null | undefined;
2678
- } | null | undefined;
2679
- canceledBy?: string | {
2668
+ sourceTransactionId: string | null;
2669
+ cancelType: string | null;
2670
+ canceledAt: Date | null;
2671
+ canceledReason: string | null;
2672
+ createdBy?: string | {
2680
2673
  id: string;
2681
2674
  email: string;
2682
2675
  fullName?: string | null | undefined;
@@ -2686,7 +2679,7 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2686
2679
  property?: {
2687
2680
  status: string;
2688
2681
  id: string;
2689
- balanceCents: number | bigint;
2682
+ balanceCents: bigint;
2690
2683
  isArchived: boolean;
2691
2684
  createdAt: Date;
2692
2685
  updatedAt: Date;
@@ -2697,8 +2690,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2697
2690
  propertyAddress: string;
2698
2691
  stage: string;
2699
2692
  mtaId: string;
2700
- mtaBalanceCents: number | bigint;
2701
- cmaBalanceCents: number | bigint;
2693
+ mtaBalanceCents: bigint;
2694
+ cmaBalanceCents: bigint;
2702
2695
  buyerName?: string | null | undefined;
2703
2696
  project?: {
2704
2697
  type: string;
@@ -2734,6 +2727,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2734
2727
  syncedAt: Date;
2735
2728
  } | null | undefined;
2736
2729
  } | null | undefined;
2730
+ canceledBy?: string | {
2731
+ id: string;
2732
+ email: string;
2733
+ fullName?: string | null | undefined;
2734
+ firstName?: string | null | undefined;
2735
+ lastName?: string | null | undefined;
2736
+ } | null | undefined;
2737
2737
  } & any)[] | null | undefined;
2738
2738
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2739
2739
  isReceipt?: boolean | null | undefined;
@@ -2760,19 +2760,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2760
2760
  mtaId: string;
2761
2761
  description: string | null;
2762
2762
  clearedAt: Date | null;
2763
+ payoutId: string | null;
2764
+ bankRef: string | null;
2765
+ inputType: import("../..").MtaTransactionInputType;
2763
2766
  transactionType: string;
2767
+ sequence: number;
2764
2768
  isCanceled: boolean;
2765
2769
  isRefunded: boolean;
2766
- payoutId: string | null;
2767
- sequence: number;
2768
- inputType: import("../..").MtaTransactionInputType;
2769
- bankRef: string | null;
2770
+ referenceId: string | null;
2771
+ note: string | null;
2770
2772
  sourceTransactionId: string | null;
2771
2773
  cancelType: string | null;
2772
2774
  canceledAt: Date | null;
2773
2775
  canceledReason: string | null;
2774
- referenceId: string | null;
2775
- note: string | null;
2776
2776
  createdBy?: string | {
2777
2777
  id: string;
2778
2778
  email: string;
@@ -2780,17 +2780,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2780
2780
  firstName?: string | null | undefined;
2781
2781
  lastName?: string | null | undefined;
2782
2782
  } | null | undefined;
2783
- canceledBy?: string | {
2784
- id: string;
2785
- email: string;
2786
- fullName?: string | null | undefined;
2787
- firstName?: string | null | undefined;
2788
- lastName?: string | null | undefined;
2789
- } | null | undefined;
2790
2783
  property?: {
2791
2784
  status: string;
2792
2785
  id: string;
2793
- balanceCents: number | bigint;
2786
+ balanceCents: bigint;
2794
2787
  isArchived: boolean;
2795
2788
  createdAt: Date;
2796
2789
  updatedAt: Date;
@@ -2801,8 +2794,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2801
2794
  propertyAddress: string;
2802
2795
  stage: string;
2803
2796
  mtaId: string;
2804
- mtaBalanceCents: number | bigint;
2805
- cmaBalanceCents: number | bigint;
2797
+ mtaBalanceCents: bigint;
2798
+ cmaBalanceCents: bigint;
2806
2799
  buyerName?: string | null | undefined;
2807
2800
  project?: {
2808
2801
  type: string;
@@ -2838,6 +2831,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2838
2831
  syncedAt: Date;
2839
2832
  } | null | undefined;
2840
2833
  } | null | undefined;
2834
+ canceledBy?: string | {
2835
+ id: string;
2836
+ email: string;
2837
+ fullName?: string | null | undefined;
2838
+ firstName?: string | null | undefined;
2839
+ lastName?: string | null | undefined;
2840
+ } | null | undefined;
2841
2841
  } & {
2842
2842
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
2843
2843
  sourceTransaction?: ({
@@ -2854,19 +2854,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2854
2854
  mtaId: string;
2855
2855
  description: string | null;
2856
2856
  clearedAt: Date | null;
2857
+ payoutId: string | null;
2858
+ bankRef: string | null;
2859
+ inputType: import("../..").MtaTransactionInputType;
2857
2860
  transactionType: string;
2861
+ sequence: number;
2858
2862
  isCanceled: boolean;
2859
2863
  isRefunded: boolean;
2860
- payoutId: string | null;
2861
- sequence: number;
2862
- inputType: import("../..").MtaTransactionInputType;
2863
- bankRef: string | null;
2864
+ referenceId: string | null;
2865
+ note: string | null;
2864
2866
  sourceTransactionId: string | null;
2865
2867
  cancelType: string | null;
2866
2868
  canceledAt: Date | null;
2867
2869
  canceledReason: string | null;
2868
- referenceId: string | null;
2869
- note: string | null;
2870
2870
  createdBy?: string | {
2871
2871
  id: string;
2872
2872
  email: string;
@@ -2874,17 +2874,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2874
2874
  firstName?: string | null | undefined;
2875
2875
  lastName?: string | null | undefined;
2876
2876
  } | null | undefined;
2877
- canceledBy?: string | {
2878
- id: string;
2879
- email: string;
2880
- fullName?: string | null | undefined;
2881
- firstName?: string | null | undefined;
2882
- lastName?: string | null | undefined;
2883
- } | null | undefined;
2884
2877
  property?: {
2885
2878
  status: string;
2886
2879
  id: string;
2887
- balanceCents: number | bigint;
2880
+ balanceCents: bigint;
2888
2881
  isArchived: boolean;
2889
2882
  createdAt: Date;
2890
2883
  updatedAt: Date;
@@ -2895,8 +2888,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2895
2888
  propertyAddress: string;
2896
2889
  stage: string;
2897
2890
  mtaId: string;
2898
- mtaBalanceCents: number | bigint;
2899
- cmaBalanceCents: number | bigint;
2891
+ mtaBalanceCents: bigint;
2892
+ cmaBalanceCents: bigint;
2900
2893
  buyerName?: string | null | undefined;
2901
2894
  project?: {
2902
2895
  type: string;
@@ -2932,6 +2925,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2932
2925
  syncedAt: Date;
2933
2926
  } | null | undefined;
2934
2927
  } | null | undefined;
2928
+ canceledBy?: string | {
2929
+ id: string;
2930
+ email: string;
2931
+ fullName?: string | null | undefined;
2932
+ firstName?: string | null | undefined;
2933
+ lastName?: string | null | undefined;
2934
+ } | null | undefined;
2935
2935
  } & any) | null | undefined;
2936
2936
  subsequentTransactions?: ({
2937
2937
  status: "clearing" | "cleared" | "reconciled";
@@ -2947,19 +2947,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2947
2947
  mtaId: string;
2948
2948
  description: string | null;
2949
2949
  clearedAt: Date | null;
2950
+ payoutId: string | null;
2951
+ bankRef: string | null;
2952
+ inputType: import("../..").MtaTransactionInputType;
2950
2953
  transactionType: string;
2954
+ sequence: number;
2951
2955
  isCanceled: boolean;
2952
2956
  isRefunded: boolean;
2953
- payoutId: string | null;
2954
- sequence: number;
2955
- inputType: import("../..").MtaTransactionInputType;
2956
- bankRef: string | null;
2957
+ referenceId: string | null;
2958
+ note: string | null;
2957
2959
  sourceTransactionId: string | null;
2958
2960
  cancelType: string | null;
2959
2961
  canceledAt: Date | null;
2960
2962
  canceledReason: string | null;
2961
- referenceId: string | null;
2962
- note: string | null;
2963
2963
  createdBy?: string | {
2964
2964
  id: string;
2965
2965
  email: string;
@@ -2967,17 +2967,10 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2967
2967
  firstName?: string | null | undefined;
2968
2968
  lastName?: string | null | undefined;
2969
2969
  } | null | undefined;
2970
- canceledBy?: string | {
2971
- id: string;
2972
- email: string;
2973
- fullName?: string | null | undefined;
2974
- firstName?: string | null | undefined;
2975
- lastName?: string | null | undefined;
2976
- } | null | undefined;
2977
2970
  property?: {
2978
2971
  status: string;
2979
2972
  id: string;
2980
- balanceCents: number | bigint;
2973
+ balanceCents: bigint;
2981
2974
  isArchived: boolean;
2982
2975
  createdAt: Date;
2983
2976
  updatedAt: Date;
@@ -2988,8 +2981,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2988
2981
  propertyAddress: string;
2989
2982
  stage: string;
2990
2983
  mtaId: string;
2991
- mtaBalanceCents: number | bigint;
2992
- cmaBalanceCents: number | bigint;
2984
+ mtaBalanceCents: bigint;
2985
+ cmaBalanceCents: bigint;
2993
2986
  buyerName?: string | null | undefined;
2994
2987
  project?: {
2995
2988
  type: string;
@@ -3025,6 +3018,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3025
3018
  syncedAt: Date;
3026
3019
  } | null | undefined;
3027
3020
  } | null | undefined;
3021
+ canceledBy?: string | {
3022
+ id: string;
3023
+ email: string;
3024
+ fullName?: string | null | undefined;
3025
+ firstName?: string | null | undefined;
3026
+ lastName?: string | null | undefined;
3027
+ } | null | undefined;
3028
3028
  } & any)[] | null | undefined;
3029
3029
  reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3030
3030
  isReceipt?: boolean | null | undefined;
@@ -3100,19 +3100,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3100
3100
  mtaId: string;
3101
3101
  description: string | null;
3102
3102
  clearedAt: Date | null;
3103
+ payoutId: string | null;
3104
+ bankRef: string | null;
3105
+ inputType: string;
3103
3106
  transactionType: string;
3107
+ sequence: number;
3104
3108
  isCanceled: boolean;
3105
3109
  isRefunded: boolean;
3106
- payoutId: string | null;
3107
- sequence: number;
3108
- inputType: string;
3109
- bankRef: string | null;
3110
+ referenceId: string | null;
3111
+ note: string | null;
3110
3112
  sourceTransactionId: string | null;
3111
3113
  cancelType: string | null;
3112
3114
  canceledAt: Date | null;
3113
3115
  canceledReason: string | null;
3114
- referenceId: string | null;
3115
- note: string | null;
3116
3116
  createdBy?: string | {
3117
3117
  id: string;
3118
3118
  email: string;
@@ -3120,13 +3120,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3120
3120
  firstName?: string | null | undefined;
3121
3121
  lastName?: string | null | undefined;
3122
3122
  } | null | undefined;
3123
- canceledBy?: string | {
3124
- id: string;
3125
- email: string;
3126
- fullName?: string | null | undefined;
3127
- firstName?: string | null | undefined;
3128
- lastName?: string | null | undefined;
3129
- } | null | undefined;
3130
3123
  property?: {
3131
3124
  status: string;
3132
3125
  id: string;
@@ -3178,6 +3171,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3178
3171
  syncedAt: Date;
3179
3172
  } | null | undefined;
3180
3173
  } | null | undefined;
3174
+ canceledBy?: string | {
3175
+ id: string;
3176
+ email: string;
3177
+ fullName?: string | null | undefined;
3178
+ firstName?: string | null | undefined;
3179
+ lastName?: string | null | undefined;
3180
+ } | null | undefined;
3181
3181
  } & {
3182
3182
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3183
3183
  sourceTransaction?: ({
@@ -3194,19 +3194,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3194
3194
  mtaId: string;
3195
3195
  description: string | null;
3196
3196
  clearedAt: Date | null;
3197
+ payoutId: string | null;
3198
+ bankRef: string | null;
3199
+ inputType: string;
3197
3200
  transactionType: string;
3201
+ sequence: number;
3198
3202
  isCanceled: boolean;
3199
3203
  isRefunded: boolean;
3200
- payoutId: string | null;
3201
- sequence: number;
3202
- inputType: string;
3203
- bankRef: string | null;
3204
+ referenceId: string | null;
3205
+ note: string | null;
3204
3206
  sourceTransactionId: string | null;
3205
3207
  cancelType: string | null;
3206
3208
  canceledAt: Date | null;
3207
3209
  canceledReason: string | null;
3208
- referenceId: string | null;
3209
- note: string | null;
3210
3210
  createdBy?: string | {
3211
3211
  id: string;
3212
3212
  email: string;
@@ -3214,13 +3214,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3214
3214
  firstName?: string | null | undefined;
3215
3215
  lastName?: string | null | undefined;
3216
3216
  } | null | undefined;
3217
- canceledBy?: string | {
3218
- id: string;
3219
- email: string;
3220
- fullName?: string | null | undefined;
3221
- firstName?: string | null | undefined;
3222
- lastName?: string | null | undefined;
3223
- } | null | undefined;
3224
3217
  property?: {
3225
3218
  status: string;
3226
3219
  id: string;
@@ -3272,6 +3265,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3272
3265
  syncedAt: Date;
3273
3266
  } | null | undefined;
3274
3267
  } | null | undefined;
3268
+ canceledBy?: string | {
3269
+ id: string;
3270
+ email: string;
3271
+ fullName?: string | null | undefined;
3272
+ firstName?: string | null | undefined;
3273
+ lastName?: string | null | undefined;
3274
+ } | null | undefined;
3275
3275
  } & any) | null | undefined;
3276
3276
  subsequentTransactions?: ({
3277
3277
  status: string;
@@ -3287,19 +3287,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3287
3287
  mtaId: string;
3288
3288
  description: string | null;
3289
3289
  clearedAt: Date | null;
3290
+ payoutId: string | null;
3291
+ bankRef: string | null;
3292
+ inputType: string;
3290
3293
  transactionType: string;
3294
+ sequence: number;
3291
3295
  isCanceled: boolean;
3292
3296
  isRefunded: boolean;
3293
- payoutId: string | null;
3294
- sequence: number;
3295
- inputType: string;
3296
- bankRef: string | null;
3297
+ referenceId: string | null;
3298
+ note: string | null;
3297
3299
  sourceTransactionId: string | null;
3298
3300
  cancelType: string | null;
3299
3301
  canceledAt: Date | null;
3300
3302
  canceledReason: string | null;
3301
- referenceId: string | null;
3302
- note: string | null;
3303
3303
  createdBy?: string | {
3304
3304
  id: string;
3305
3305
  email: string;
@@ -3307,13 +3307,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3307
3307
  firstName?: string | null | undefined;
3308
3308
  lastName?: string | null | undefined;
3309
3309
  } | null | undefined;
3310
- canceledBy?: string | {
3311
- id: string;
3312
- email: string;
3313
- fullName?: string | null | undefined;
3314
- firstName?: string | null | undefined;
3315
- lastName?: string | null | undefined;
3316
- } | null | undefined;
3317
3310
  property?: {
3318
3311
  status: string;
3319
3312
  id: string;
@@ -3365,6 +3358,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3365
3358
  syncedAt: Date;
3366
3359
  } | null | undefined;
3367
3360
  } | null | undefined;
3361
+ canceledBy?: string | {
3362
+ id: string;
3363
+ email: string;
3364
+ fullName?: string | null | undefined;
3365
+ firstName?: string | null | undefined;
3366
+ lastName?: string | null | undefined;
3367
+ } | null | undefined;
3368
3368
  } & any)[] | null | undefined;
3369
3369
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3370
3370
  })[] | null | undefined;
@@ -3382,19 +3382,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3382
3382
  mtaId: string;
3383
3383
  description: string | null;
3384
3384
  clearedAt: Date | null;
3385
+ payoutId: string | null;
3386
+ bankRef: string | null;
3387
+ inputType: string;
3385
3388
  transactionType: string;
3389
+ sequence: number;
3386
3390
  isCanceled: boolean;
3387
3391
  isRefunded: boolean;
3388
- payoutId: string | null;
3389
- sequence: number;
3390
- inputType: string;
3391
- bankRef: string | null;
3392
+ referenceId: string | null;
3393
+ note: string | null;
3392
3394
  sourceTransactionId: string | null;
3393
3395
  cancelType: string | null;
3394
3396
  canceledAt: Date | null;
3395
3397
  canceledReason: string | null;
3396
- referenceId: string | null;
3397
- note: string | null;
3398
3398
  createdBy?: string | {
3399
3399
  id: string;
3400
3400
  email: string;
@@ -3402,13 +3402,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3402
3402
  firstName?: string | null | undefined;
3403
3403
  lastName?: string | null | undefined;
3404
3404
  } | null | undefined;
3405
- canceledBy?: string | {
3406
- id: string;
3407
- email: string;
3408
- fullName?: string | null | undefined;
3409
- firstName?: string | null | undefined;
3410
- lastName?: string | null | undefined;
3411
- } | null | undefined;
3412
3405
  property?: {
3413
3406
  status: string;
3414
3407
  id: string;
@@ -3460,6 +3453,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3460
3453
  syncedAt: Date;
3461
3454
  } | null | undefined;
3462
3455
  } | null | undefined;
3456
+ canceledBy?: string | {
3457
+ id: string;
3458
+ email: string;
3459
+ fullName?: string | null | undefined;
3460
+ firstName?: string | null | undefined;
3461
+ lastName?: string | null | undefined;
3462
+ } | null | undefined;
3463
3463
  } & {
3464
3464
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3465
3465
  sourceTransaction?: ({
@@ -3476,19 +3476,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3476
3476
  mtaId: string;
3477
3477
  description: string | null;
3478
3478
  clearedAt: Date | null;
3479
+ payoutId: string | null;
3480
+ bankRef: string | null;
3481
+ inputType: string;
3479
3482
  transactionType: string;
3483
+ sequence: number;
3480
3484
  isCanceled: boolean;
3481
3485
  isRefunded: boolean;
3482
- payoutId: string | null;
3483
- sequence: number;
3484
- inputType: string;
3485
- bankRef: string | null;
3486
+ referenceId: string | null;
3487
+ note: string | null;
3486
3488
  sourceTransactionId: string | null;
3487
3489
  cancelType: string | null;
3488
3490
  canceledAt: Date | null;
3489
3491
  canceledReason: string | null;
3490
- referenceId: string | null;
3491
- note: string | null;
3492
3492
  createdBy?: string | {
3493
3493
  id: string;
3494
3494
  email: string;
@@ -3496,13 +3496,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3496
3496
  firstName?: string | null | undefined;
3497
3497
  lastName?: string | null | undefined;
3498
3498
  } | null | undefined;
3499
- canceledBy?: string | {
3500
- id: string;
3501
- email: string;
3502
- fullName?: string | null | undefined;
3503
- firstName?: string | null | undefined;
3504
- lastName?: string | null | undefined;
3505
- } | null | undefined;
3506
3499
  property?: {
3507
3500
  status: string;
3508
3501
  id: string;
@@ -3554,6 +3547,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3554
3547
  syncedAt: Date;
3555
3548
  } | null | undefined;
3556
3549
  } | null | undefined;
3550
+ canceledBy?: string | {
3551
+ id: string;
3552
+ email: string;
3553
+ fullName?: string | null | undefined;
3554
+ firstName?: string | null | undefined;
3555
+ lastName?: string | null | undefined;
3556
+ } | null | undefined;
3557
3557
  } & any) | null | undefined;
3558
3558
  subsequentTransactions?: ({
3559
3559
  status: string;
@@ -3569,19 +3569,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3569
3569
  mtaId: string;
3570
3570
  description: string | null;
3571
3571
  clearedAt: Date | null;
3572
+ payoutId: string | null;
3573
+ bankRef: string | null;
3574
+ inputType: string;
3572
3575
  transactionType: string;
3576
+ sequence: number;
3573
3577
  isCanceled: boolean;
3574
3578
  isRefunded: boolean;
3575
- payoutId: string | null;
3576
- sequence: number;
3577
- inputType: string;
3578
- bankRef: string | null;
3579
+ referenceId: string | null;
3580
+ note: string | null;
3579
3581
  sourceTransactionId: string | null;
3580
3582
  cancelType: string | null;
3581
3583
  canceledAt: Date | null;
3582
3584
  canceledReason: string | null;
3583
- referenceId: string | null;
3584
- note: string | null;
3585
3585
  createdBy?: string | {
3586
3586
  id: string;
3587
3587
  email: string;
@@ -3589,13 +3589,6 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3589
3589
  firstName?: string | null | undefined;
3590
3590
  lastName?: string | null | undefined;
3591
3591
  } | null | undefined;
3592
- canceledBy?: string | {
3593
- id: string;
3594
- email: string;
3595
- fullName?: string | null | undefined;
3596
- firstName?: string | null | undefined;
3597
- lastName?: string | null | undefined;
3598
- } | null | undefined;
3599
3592
  property?: {
3600
3593
  status: string;
3601
3594
  id: string;
@@ -3647,6 +3640,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3647
3640
  syncedAt: Date;
3648
3641
  } | null | undefined;
3649
3642
  } | null | undefined;
3643
+ canceledBy?: string | {
3644
+ id: string;
3645
+ email: string;
3646
+ fullName?: string | null | undefined;
3647
+ firstName?: string | null | undefined;
3648
+ lastName?: string | null | undefined;
3649
+ } | null | undefined;
3650
3650
  } & any)[] | null | undefined;
3651
3651
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3652
3652
  })[] | null | undefined;