@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,18 +146,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
146
146
  description: string | null;
147
147
  clearedAt: Date | null;
148
148
  cmaId: string;
149
- createType: string;
149
+ payoutId: string | null;
150
+ bankRef: string | null;
151
+ inputType: import("../..").CmaTransactionInputType;
150
152
  transactionType: string;
153
+ sequence: number;
151
154
  isCanceled: boolean;
152
155
  isRefunded: boolean;
153
- payoutId: string | null;
154
- sequence: number;
155
- inputType: import("../..").CmaTransactionInputType;
156
- bankRef: string | null;
157
156
  sourceTransactionId: string | null;
158
157
  cancelType: string | null;
159
158
  canceledAt: Date | null;
160
159
  canceledReason: string | null;
160
+ createType: string;
161
161
  createdBy?: string | {
162
162
  id: string;
163
163
  email: string;
@@ -165,17 +165,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
165
165
  firstName?: string | null | undefined;
166
166
  lastName?: string | null | undefined;
167
167
  } | null | undefined;
168
- canceledBy?: string | {
169
- id: string;
170
- email: string;
171
- fullName?: string | null | undefined;
172
- firstName?: string | null | undefined;
173
- lastName?: string | null | undefined;
174
- } | null | undefined;
175
168
  property?: {
176
169
  status: string;
177
170
  id: string;
178
- balanceCents: number | bigint;
171
+ balanceCents: bigint;
179
172
  isArchived: boolean;
180
173
  createdAt: Date;
181
174
  updatedAt: Date;
@@ -186,8 +179,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
186
179
  propertyAddress: string;
187
180
  stage: string;
188
181
  mtaId: string;
189
- mtaBalanceCents: number | bigint;
190
- cmaBalanceCents: number | bigint;
182
+ mtaBalanceCents: bigint;
183
+ cmaBalanceCents: bigint;
191
184
  buyerName?: string | null | undefined;
192
185
  project?: {
193
186
  type: string;
@@ -223,6 +216,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
223
216
  syncedAt: Date;
224
217
  } | null | undefined;
225
218
  } | null | undefined;
219
+ canceledBy?: string | {
220
+ id: string;
221
+ email: string;
222
+ fullName?: string | null | undefined;
223
+ firstName?: string | null | undefined;
224
+ lastName?: string | null | undefined;
225
+ } | null | undefined;
226
226
  } & {
227
227
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
228
228
  sourceTransaction?: Omit<{
@@ -239,18 +239,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
239
239
  description: string | null;
240
240
  clearedAt: Date | null;
241
241
  cmaId: string;
242
- createType: string;
242
+ payoutId: string | null;
243
+ bankRef: string | null;
244
+ inputType: import("../..").CmaTransactionInputType;
243
245
  transactionType: string;
246
+ sequence: number;
244
247
  isCanceled: boolean;
245
248
  isRefunded: boolean;
246
- payoutId: string | null;
247
- sequence: number;
248
- inputType: import("../..").CmaTransactionInputType;
249
- bankRef: string | null;
250
249
  sourceTransactionId: string | null;
251
250
  cancelType: string | null;
252
251
  canceledAt: Date | null;
253
252
  canceledReason: string | null;
253
+ createType: string;
254
254
  createdBy?: string | {
255
255
  id: string;
256
256
  email: string;
@@ -258,17 +258,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
258
258
  firstName?: string | null | undefined;
259
259
  lastName?: string | null | undefined;
260
260
  } | null | undefined;
261
- canceledBy?: string | {
262
- id: string;
263
- email: string;
264
- fullName?: string | null | undefined;
265
- firstName?: string | null | undefined;
266
- lastName?: string | null | undefined;
267
- } | null | undefined;
268
261
  property?: {
269
262
  status: string;
270
263
  id: string;
271
- balanceCents: number | bigint;
264
+ balanceCents: bigint;
272
265
  isArchived: boolean;
273
266
  createdAt: Date;
274
267
  updatedAt: Date;
@@ -279,8 +272,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
279
272
  propertyAddress: string;
280
273
  stage: string;
281
274
  mtaId: string;
282
- mtaBalanceCents: number | bigint;
283
- cmaBalanceCents: number | bigint;
275
+ mtaBalanceCents: bigint;
276
+ cmaBalanceCents: bigint;
284
277
  buyerName?: string | null | undefined;
285
278
  project?: {
286
279
  type: string;
@@ -316,6 +309,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
316
309
  syncedAt: Date;
317
310
  } | null | undefined;
318
311
  } | null | undefined;
312
+ canceledBy?: string | {
313
+ id: string;
314
+ email: string;
315
+ fullName?: string | null | undefined;
316
+ firstName?: string | null | undefined;
317
+ lastName?: string | null | undefined;
318
+ } | null | undefined;
319
319
  } & any, "cma"> | null | undefined;
320
320
  subsequentTransactions?: Omit<{
321
321
  status: "clearing" | "cleared" | "reconciled";
@@ -331,18 +331,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
331
331
  description: string | null;
332
332
  clearedAt: Date | null;
333
333
  cmaId: string;
334
- createType: string;
334
+ payoutId: string | null;
335
+ bankRef: string | null;
336
+ inputType: import("../..").CmaTransactionInputType;
335
337
  transactionType: string;
338
+ sequence: number;
336
339
  isCanceled: boolean;
337
340
  isRefunded: boolean;
338
- payoutId: string | null;
339
- sequence: number;
340
- inputType: import("../..").CmaTransactionInputType;
341
- bankRef: string | null;
342
341
  sourceTransactionId: string | null;
343
342
  cancelType: string | null;
344
343
  canceledAt: Date | null;
345
344
  canceledReason: string | null;
345
+ createType: string;
346
346
  createdBy?: string | {
347
347
  id: string;
348
348
  email: string;
@@ -350,17 +350,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
350
350
  firstName?: string | null | undefined;
351
351
  lastName?: string | null | undefined;
352
352
  } | null | undefined;
353
- canceledBy?: string | {
354
- id: string;
355
- email: string;
356
- fullName?: string | null | undefined;
357
- firstName?: string | null | undefined;
358
- lastName?: string | null | undefined;
359
- } | null | undefined;
360
353
  property?: {
361
354
  status: string;
362
355
  id: string;
363
- balanceCents: number | bigint;
356
+ balanceCents: bigint;
364
357
  isArchived: boolean;
365
358
  createdAt: Date;
366
359
  updatedAt: Date;
@@ -371,8 +364,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
371
364
  propertyAddress: string;
372
365
  stage: string;
373
366
  mtaId: string;
374
- mtaBalanceCents: number | bigint;
375
- cmaBalanceCents: number | bigint;
367
+ mtaBalanceCents: bigint;
368
+ cmaBalanceCents: bigint;
376
369
  buyerName?: string | null | undefined;
377
370
  project?: {
378
371
  type: string;
@@ -408,6 +401,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
408
401
  syncedAt: Date;
409
402
  } | null | undefined;
410
403
  } | null | undefined;
404
+ canceledBy?: string | {
405
+ id: string;
406
+ email: string;
407
+ fullName?: string | null | undefined;
408
+ firstName?: string | null | undefined;
409
+ lastName?: string | null | undefined;
410
+ } | null | undefined;
411
411
  } & any, "cma">[] | null | undefined;
412
412
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
413
413
  isReceipt?: boolean | null | undefined;
@@ -431,18 +431,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
431
431
  description: string | null;
432
432
  clearedAt: Date | null;
433
433
  cmaId: string;
434
- createType: string;
434
+ payoutId: string | null;
435
+ bankRef: string | null;
436
+ inputType: string;
435
437
  transactionType: string;
438
+ sequence: number;
436
439
  isCanceled: boolean;
437
440
  isRefunded: boolean;
438
- payoutId: string | null;
439
- sequence: number;
440
- inputType: string;
441
- bankRef: string | null;
442
441
  sourceTransactionId: string | null;
443
442
  cancelType: string | null;
444
443
  canceledAt: Date | null;
445
444
  canceledReason: string | null;
445
+ createType: string;
446
446
  createdBy?: string | {
447
447
  id: string;
448
448
  email: string;
@@ -450,13 +450,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
450
450
  firstName?: string | null | undefined;
451
451
  lastName?: string | null | undefined;
452
452
  } | null | undefined;
453
- canceledBy?: string | {
454
- id: string;
455
- email: string;
456
- fullName?: string | null | undefined;
457
- firstName?: string | null | undefined;
458
- lastName?: string | null | undefined;
459
- } | null | undefined;
460
453
  property?: {
461
454
  status: string;
462
455
  id: string;
@@ -508,6 +501,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
508
501
  syncedAt: Date;
509
502
  } | null | undefined;
510
503
  } | null | undefined;
504
+ canceledBy?: string | {
505
+ id: string;
506
+ email: string;
507
+ fullName?: string | null | undefined;
508
+ firstName?: string | null | undefined;
509
+ lastName?: string | null | undefined;
510
+ } | null | undefined;
511
511
  } & {
512
512
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
513
513
  sourceTransaction?: ({
@@ -524,18 +524,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
524
524
  description: string | null;
525
525
  clearedAt: Date | null;
526
526
  cmaId: string;
527
- createType: string;
527
+ payoutId: string | null;
528
+ bankRef: string | null;
529
+ inputType: string;
528
530
  transactionType: string;
531
+ sequence: number;
529
532
  isCanceled: boolean;
530
533
  isRefunded: boolean;
531
- payoutId: string | null;
532
- sequence: number;
533
- inputType: string;
534
- bankRef: string | null;
535
534
  sourceTransactionId: string | null;
536
535
  cancelType: string | null;
537
536
  canceledAt: Date | null;
538
537
  canceledReason: string | null;
538
+ createType: string;
539
539
  createdBy?: string | {
540
540
  id: string;
541
541
  email: string;
@@ -543,13 +543,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
543
543
  firstName?: string | null | undefined;
544
544
  lastName?: string | null | undefined;
545
545
  } | null | undefined;
546
- canceledBy?: string | {
547
- id: string;
548
- email: string;
549
- fullName?: string | null | undefined;
550
- firstName?: string | null | undefined;
551
- lastName?: string | null | undefined;
552
- } | null | undefined;
553
546
  property?: {
554
547
  status: string;
555
548
  id: string;
@@ -601,6 +594,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
601
594
  syncedAt: Date;
602
595
  } | null | undefined;
603
596
  } | null | undefined;
597
+ canceledBy?: string | {
598
+ id: string;
599
+ email: string;
600
+ fullName?: string | null | undefined;
601
+ firstName?: string | null | undefined;
602
+ lastName?: string | null | undefined;
603
+ } | null | undefined;
604
604
  } & any) | null | undefined;
605
605
  subsequentTransactions?: ({
606
606
  status: string;
@@ -616,18 +616,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
616
616
  description: string | null;
617
617
  clearedAt: Date | null;
618
618
  cmaId: string;
619
- createType: string;
619
+ payoutId: string | null;
620
+ bankRef: string | null;
621
+ inputType: string;
620
622
  transactionType: string;
623
+ sequence: number;
621
624
  isCanceled: boolean;
622
625
  isRefunded: boolean;
623
- payoutId: string | null;
624
- sequence: number;
625
- inputType: string;
626
- bankRef: string | null;
627
626
  sourceTransactionId: string | null;
628
627
  cancelType: string | null;
629
628
  canceledAt: Date | null;
630
629
  canceledReason: string | null;
630
+ createType: string;
631
631
  createdBy?: string | {
632
632
  id: string;
633
633
  email: string;
@@ -635,13 +635,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
635
635
  firstName?: string | null | undefined;
636
636
  lastName?: string | null | undefined;
637
637
  } | null | undefined;
638
- canceledBy?: string | {
639
- id: string;
640
- email: string;
641
- fullName?: string | null | undefined;
642
- firstName?: string | null | undefined;
643
- lastName?: string | null | undefined;
644
- } | null | undefined;
645
638
  property?: {
646
639
  status: string;
647
640
  id: string;
@@ -693,6 +686,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
693
686
  syncedAt: Date;
694
687
  } | null | undefined;
695
688
  } | null | undefined;
689
+ canceledBy?: string | {
690
+ id: string;
691
+ email: string;
692
+ fullName?: string | null | undefined;
693
+ firstName?: string | null | undefined;
694
+ lastName?: string | null | undefined;
695
+ } | null | undefined;
696
696
  } & any)[] | null | undefined;
697
697
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
698
698
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
@@ -712,18 +712,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
712
712
  description: string | null;
713
713
  clearedAt: Date | null;
714
714
  cmaId: string;
715
- createType: string;
715
+ payoutId: string | null;
716
+ bankRef: string | null;
717
+ inputType: import("../..").CmaTransactionInputType;
716
718
  transactionType: string;
719
+ sequence: number;
717
720
  isCanceled: boolean;
718
721
  isRefunded: boolean;
719
- payoutId: string | null;
720
- sequence: number;
721
- inputType: import("../..").CmaTransactionInputType;
722
- bankRef: string | null;
723
722
  sourceTransactionId: string | null;
724
723
  cancelType: string | null;
725
724
  canceledAt: Date | null;
726
725
  canceledReason: string | null;
726
+ createType: string;
727
727
  createdBy?: string | {
728
728
  id: string;
729
729
  email: string;
@@ -731,17 +731,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
731
731
  firstName?: string | null | undefined;
732
732
  lastName?: string | null | undefined;
733
733
  } | null | undefined;
734
- canceledBy?: string | {
735
- id: string;
736
- email: string;
737
- fullName?: string | null | undefined;
738
- firstName?: string | null | undefined;
739
- lastName?: string | null | undefined;
740
- } | null | undefined;
741
734
  property?: {
742
735
  status: string;
743
736
  id: string;
744
- balanceCents: number | bigint;
737
+ balanceCents: bigint;
745
738
  isArchived: boolean;
746
739
  createdAt: Date;
747
740
  updatedAt: Date;
@@ -752,8 +745,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
752
745
  propertyAddress: string;
753
746
  stage: string;
754
747
  mtaId: string;
755
- mtaBalanceCents: number | bigint;
756
- cmaBalanceCents: number | bigint;
748
+ mtaBalanceCents: bigint;
749
+ cmaBalanceCents: bigint;
757
750
  buyerName?: string | null | undefined;
758
751
  project?: {
759
752
  type: string;
@@ -789,6 +782,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
789
782
  syncedAt: Date;
790
783
  } | null | undefined;
791
784
  } | null | undefined;
785
+ canceledBy?: string | {
786
+ id: string;
787
+ email: string;
788
+ fullName?: string | null | undefined;
789
+ firstName?: string | null | undefined;
790
+ lastName?: string | null | undefined;
791
+ } | null | undefined;
792
792
  } & {
793
793
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
794
794
  sourceTransaction?: Omit<{
@@ -805,18 +805,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
805
805
  description: string | null;
806
806
  clearedAt: Date | null;
807
807
  cmaId: string;
808
- createType: string;
808
+ payoutId: string | null;
809
+ bankRef: string | null;
810
+ inputType: import("../..").CmaTransactionInputType;
809
811
  transactionType: string;
812
+ sequence: number;
810
813
  isCanceled: boolean;
811
814
  isRefunded: boolean;
812
- payoutId: string | null;
813
- sequence: number;
814
- inputType: import("../..").CmaTransactionInputType;
815
- bankRef: string | null;
816
815
  sourceTransactionId: string | null;
817
816
  cancelType: string | null;
818
817
  canceledAt: Date | null;
819
818
  canceledReason: string | null;
819
+ createType: string;
820
820
  createdBy?: string | {
821
821
  id: string;
822
822
  email: string;
@@ -824,17 +824,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
824
824
  firstName?: string | null | undefined;
825
825
  lastName?: string | null | undefined;
826
826
  } | null | undefined;
827
- canceledBy?: string | {
828
- id: string;
829
- email: string;
830
- fullName?: string | null | undefined;
831
- firstName?: string | null | undefined;
832
- lastName?: string | null | undefined;
833
- } | null | undefined;
834
827
  property?: {
835
828
  status: string;
836
829
  id: string;
837
- balanceCents: number | bigint;
830
+ balanceCents: bigint;
838
831
  isArchived: boolean;
839
832
  createdAt: Date;
840
833
  updatedAt: Date;
@@ -845,8 +838,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
845
838
  propertyAddress: string;
846
839
  stage: string;
847
840
  mtaId: string;
848
- mtaBalanceCents: number | bigint;
849
- cmaBalanceCents: number | bigint;
841
+ mtaBalanceCents: bigint;
842
+ cmaBalanceCents: bigint;
850
843
  buyerName?: string | null | undefined;
851
844
  project?: {
852
845
  type: string;
@@ -882,6 +875,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
882
875
  syncedAt: Date;
883
876
  } | null | undefined;
884
877
  } | null | undefined;
878
+ canceledBy?: string | {
879
+ id: string;
880
+ email: string;
881
+ fullName?: string | null | undefined;
882
+ firstName?: string | null | undefined;
883
+ lastName?: string | null | undefined;
884
+ } | null | undefined;
885
885
  } & any, "cma"> | null | undefined;
886
886
  subsequentTransactions?: Omit<{
887
887
  status: "clearing" | "cleared" | "reconciled";
@@ -897,18 +897,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
897
897
  description: string | null;
898
898
  clearedAt: Date | null;
899
899
  cmaId: string;
900
- createType: string;
900
+ payoutId: string | null;
901
+ bankRef: string | null;
902
+ inputType: import("../..").CmaTransactionInputType;
901
903
  transactionType: string;
904
+ sequence: number;
902
905
  isCanceled: boolean;
903
906
  isRefunded: boolean;
904
- payoutId: string | null;
905
- sequence: number;
906
- inputType: import("../..").CmaTransactionInputType;
907
- bankRef: string | null;
908
907
  sourceTransactionId: string | null;
909
908
  cancelType: string | null;
910
909
  canceledAt: Date | null;
911
910
  canceledReason: string | null;
911
+ createType: string;
912
912
  createdBy?: string | {
913
913
  id: string;
914
914
  email: string;
@@ -916,17 +916,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
916
916
  firstName?: string | null | undefined;
917
917
  lastName?: string | null | undefined;
918
918
  } | null | undefined;
919
- canceledBy?: string | {
920
- id: string;
921
- email: string;
922
- fullName?: string | null | undefined;
923
- firstName?: string | null | undefined;
924
- lastName?: string | null | undefined;
925
- } | null | undefined;
926
919
  property?: {
927
920
  status: string;
928
921
  id: string;
929
- balanceCents: number | bigint;
922
+ balanceCents: bigint;
930
923
  isArchived: boolean;
931
924
  createdAt: Date;
932
925
  updatedAt: Date;
@@ -937,8 +930,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
937
930
  propertyAddress: string;
938
931
  stage: string;
939
932
  mtaId: string;
940
- mtaBalanceCents: number | bigint;
941
- cmaBalanceCents: number | bigint;
933
+ mtaBalanceCents: bigint;
934
+ cmaBalanceCents: bigint;
942
935
  buyerName?: string | null | undefined;
943
936
  project?: {
944
937
  type: string;
@@ -974,6 +967,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
974
967
  syncedAt: Date;
975
968
  } | null | undefined;
976
969
  } | null | undefined;
970
+ canceledBy?: string | {
971
+ id: string;
972
+ email: string;
973
+ fullName?: string | null | undefined;
974
+ firstName?: string | null | undefined;
975
+ lastName?: string | null | undefined;
976
+ } | null | undefined;
977
977
  } & any, "cma">[] | null | undefined;
978
978
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
979
979
  isReceipt?: boolean | null | undefined;
@@ -997,18 +997,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
997
997
  description: string | null;
998
998
  clearedAt: Date | null;
999
999
  cmaId: string;
1000
- createType: string;
1000
+ payoutId: string | null;
1001
+ bankRef: string | null;
1002
+ inputType: string;
1001
1003
  transactionType: string;
1004
+ sequence: number;
1002
1005
  isCanceled: boolean;
1003
1006
  isRefunded: boolean;
1004
- payoutId: string | null;
1005
- sequence: number;
1006
- inputType: string;
1007
- bankRef: string | null;
1008
1007
  sourceTransactionId: string | null;
1009
1008
  cancelType: string | null;
1010
1009
  canceledAt: Date | null;
1011
1010
  canceledReason: string | null;
1011
+ createType: string;
1012
1012
  createdBy?: string | {
1013
1013
  id: string;
1014
1014
  email: string;
@@ -1016,13 +1016,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1016
1016
  firstName?: string | null | undefined;
1017
1017
  lastName?: string | null | undefined;
1018
1018
  } | null | undefined;
1019
- canceledBy?: string | {
1020
- id: string;
1021
- email: string;
1022
- fullName?: string | null | undefined;
1023
- firstName?: string | null | undefined;
1024
- lastName?: string | null | undefined;
1025
- } | null | undefined;
1026
1019
  property?: {
1027
1020
  status: string;
1028
1021
  id: string;
@@ -1074,6 +1067,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1074
1067
  syncedAt: Date;
1075
1068
  } | null | undefined;
1076
1069
  } | null | undefined;
1070
+ canceledBy?: string | {
1071
+ id: string;
1072
+ email: string;
1073
+ fullName?: string | null | undefined;
1074
+ firstName?: string | null | undefined;
1075
+ lastName?: string | null | undefined;
1076
+ } | null | undefined;
1077
1077
  } & {
1078
1078
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
1079
1079
  sourceTransaction?: ({
@@ -1090,18 +1090,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1090
1090
  description: string | null;
1091
1091
  clearedAt: Date | null;
1092
1092
  cmaId: string;
1093
- createType: string;
1093
+ payoutId: string | null;
1094
+ bankRef: string | null;
1095
+ inputType: string;
1094
1096
  transactionType: string;
1097
+ sequence: number;
1095
1098
  isCanceled: boolean;
1096
1099
  isRefunded: boolean;
1097
- payoutId: string | null;
1098
- sequence: number;
1099
- inputType: string;
1100
- bankRef: string | null;
1101
1100
  sourceTransactionId: string | null;
1102
1101
  cancelType: string | null;
1103
1102
  canceledAt: Date | null;
1104
1103
  canceledReason: string | null;
1104
+ createType: string;
1105
1105
  createdBy?: string | {
1106
1106
  id: string;
1107
1107
  email: string;
@@ -1109,13 +1109,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1109
1109
  firstName?: string | null | undefined;
1110
1110
  lastName?: string | null | undefined;
1111
1111
  } | null | undefined;
1112
- canceledBy?: string | {
1113
- id: string;
1114
- email: string;
1115
- fullName?: string | null | undefined;
1116
- firstName?: string | null | undefined;
1117
- lastName?: string | null | undefined;
1118
- } | null | undefined;
1119
1112
  property?: {
1120
1113
  status: string;
1121
1114
  id: string;
@@ -1167,6 +1160,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1167
1160
  syncedAt: Date;
1168
1161
  } | null | undefined;
1169
1162
  } | null | undefined;
1163
+ canceledBy?: string | {
1164
+ id: string;
1165
+ email: string;
1166
+ fullName?: string | null | undefined;
1167
+ firstName?: string | null | undefined;
1168
+ lastName?: string | null | undefined;
1169
+ } | null | undefined;
1170
1170
  } & any) | null | undefined;
1171
1171
  subsequentTransactions?: ({
1172
1172
  status: string;
@@ -1182,18 +1182,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1182
1182
  description: string | null;
1183
1183
  clearedAt: Date | null;
1184
1184
  cmaId: string;
1185
- createType: string;
1185
+ payoutId: string | null;
1186
+ bankRef: string | null;
1187
+ inputType: string;
1186
1188
  transactionType: string;
1189
+ sequence: number;
1187
1190
  isCanceled: boolean;
1188
1191
  isRefunded: boolean;
1189
- payoutId: string | null;
1190
- sequence: number;
1191
- inputType: string;
1192
- bankRef: string | null;
1193
1192
  sourceTransactionId: string | null;
1194
1193
  cancelType: string | null;
1195
1194
  canceledAt: Date | null;
1196
1195
  canceledReason: string | null;
1196
+ createType: string;
1197
1197
  createdBy?: string | {
1198
1198
  id: string;
1199
1199
  email: string;
@@ -1201,13 +1201,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1201
1201
  firstName?: string | null | undefined;
1202
1202
  lastName?: string | null | undefined;
1203
1203
  } | null | undefined;
1204
- canceledBy?: string | {
1205
- id: string;
1206
- email: string;
1207
- fullName?: string | null | undefined;
1208
- firstName?: string | null | undefined;
1209
- lastName?: string | null | undefined;
1210
- } | null | undefined;
1211
1204
  property?: {
1212
1205
  status: string;
1213
1206
  id: string;
@@ -1259,6 +1252,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1259
1252
  syncedAt: Date;
1260
1253
  } | null | undefined;
1261
1254
  } | null | undefined;
1255
+ canceledBy?: string | {
1256
+ id: string;
1257
+ email: string;
1258
+ fullName?: string | null | undefined;
1259
+ firstName?: string | null | undefined;
1260
+ lastName?: string | null | undefined;
1261
+ } | null | undefined;
1262
1262
  } & any)[] | null | undefined;
1263
1263
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
1264
1264
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
@@ -1280,18 +1280,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1280
1280
  description: string | null;
1281
1281
  clearedAt: Date | null;
1282
1282
  cmaId: string;
1283
- createType: string;
1283
+ payoutId: string | null;
1284
+ bankRef: string | null;
1285
+ inputType: import("../..").CmaTransactionInputType;
1284
1286
  transactionType: string;
1287
+ sequence: number;
1285
1288
  isCanceled: boolean;
1286
1289
  isRefunded: boolean;
1287
- payoutId: string | null;
1288
- sequence: number;
1289
- inputType: import("../..").CmaTransactionInputType;
1290
- bankRef: string | null;
1291
1290
  sourceTransactionId: string | null;
1292
1291
  cancelType: string | null;
1293
1292
  canceledAt: Date | null;
1294
1293
  canceledReason: string | null;
1294
+ createType: string;
1295
1295
  createdBy?: string | {
1296
1296
  id: string;
1297
1297
  email: string;
@@ -1299,17 +1299,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1299
1299
  firstName?: string | null | undefined;
1300
1300
  lastName?: string | null | undefined;
1301
1301
  } | null | undefined;
1302
- canceledBy?: string | {
1303
- id: string;
1304
- email: string;
1305
- fullName?: string | null | undefined;
1306
- firstName?: string | null | undefined;
1307
- lastName?: string | null | undefined;
1308
- } | null | undefined;
1309
1302
  property?: {
1310
1303
  status: string;
1311
1304
  id: string;
1312
- balanceCents: number | bigint;
1305
+ balanceCents: bigint;
1313
1306
  isArchived: boolean;
1314
1307
  createdAt: Date;
1315
1308
  updatedAt: Date;
@@ -1320,8 +1313,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1320
1313
  propertyAddress: string;
1321
1314
  stage: string;
1322
1315
  mtaId: string;
1323
- mtaBalanceCents: number | bigint;
1324
- cmaBalanceCents: number | bigint;
1316
+ mtaBalanceCents: bigint;
1317
+ cmaBalanceCents: bigint;
1325
1318
  buyerName?: string | null | undefined;
1326
1319
  project?: {
1327
1320
  type: string;
@@ -1357,6 +1350,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1357
1350
  syncedAt: Date;
1358
1351
  } | null | undefined;
1359
1352
  } | null | undefined;
1353
+ canceledBy?: string | {
1354
+ id: string;
1355
+ email: string;
1356
+ fullName?: string | null | undefined;
1357
+ firstName?: string | null | undefined;
1358
+ lastName?: string | null | undefined;
1359
+ } | null | undefined;
1360
1360
  } & {
1361
1361
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1362
1362
  sourceTransaction?: Omit<{
@@ -1373,18 +1373,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1373
1373
  description: string | null;
1374
1374
  clearedAt: Date | null;
1375
1375
  cmaId: string;
1376
- createType: string;
1376
+ payoutId: string | null;
1377
+ bankRef: string | null;
1378
+ inputType: import("../..").CmaTransactionInputType;
1377
1379
  transactionType: string;
1380
+ sequence: number;
1378
1381
  isCanceled: boolean;
1379
1382
  isRefunded: boolean;
1380
- payoutId: string | null;
1381
- sequence: number;
1382
- inputType: import("../..").CmaTransactionInputType;
1383
- bankRef: string | null;
1384
1383
  sourceTransactionId: string | null;
1385
1384
  cancelType: string | null;
1386
1385
  canceledAt: Date | null;
1387
1386
  canceledReason: string | null;
1387
+ createType: string;
1388
1388
  createdBy?: string | {
1389
1389
  id: string;
1390
1390
  email: string;
@@ -1392,17 +1392,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1392
1392
  firstName?: string | null | undefined;
1393
1393
  lastName?: string | null | undefined;
1394
1394
  } | null | undefined;
1395
- canceledBy?: string | {
1396
- id: string;
1397
- email: string;
1398
- fullName?: string | null | undefined;
1399
- firstName?: string | null | undefined;
1400
- lastName?: string | null | undefined;
1401
- } | null | undefined;
1402
1395
  property?: {
1403
1396
  status: string;
1404
1397
  id: string;
1405
- balanceCents: number | bigint;
1398
+ balanceCents: bigint;
1406
1399
  isArchived: boolean;
1407
1400
  createdAt: Date;
1408
1401
  updatedAt: Date;
@@ -1413,8 +1406,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1413
1406
  propertyAddress: string;
1414
1407
  stage: string;
1415
1408
  mtaId: string;
1416
- mtaBalanceCents: number | bigint;
1417
- cmaBalanceCents: number | bigint;
1409
+ mtaBalanceCents: bigint;
1410
+ cmaBalanceCents: bigint;
1418
1411
  buyerName?: string | null | undefined;
1419
1412
  project?: {
1420
1413
  type: string;
@@ -1450,6 +1443,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1450
1443
  syncedAt: Date;
1451
1444
  } | null | undefined;
1452
1445
  } | null | undefined;
1446
+ canceledBy?: string | {
1447
+ id: string;
1448
+ email: string;
1449
+ fullName?: string | null | undefined;
1450
+ firstName?: string | null | undefined;
1451
+ lastName?: string | null | undefined;
1452
+ } | null | undefined;
1453
1453
  } & any, "cma"> | null | undefined;
1454
1454
  subsequentTransactions?: Omit<{
1455
1455
  status: "clearing" | "cleared" | "reconciled";
@@ -1465,18 +1465,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1465
1465
  description: string | null;
1466
1466
  clearedAt: Date | null;
1467
1467
  cmaId: string;
1468
- createType: string;
1468
+ payoutId: string | null;
1469
+ bankRef: string | null;
1470
+ inputType: import("../..").CmaTransactionInputType;
1469
1471
  transactionType: string;
1472
+ sequence: number;
1470
1473
  isCanceled: boolean;
1471
1474
  isRefunded: boolean;
1472
- payoutId: string | null;
1473
- sequence: number;
1474
- inputType: import("../..").CmaTransactionInputType;
1475
- bankRef: string | null;
1476
1475
  sourceTransactionId: string | null;
1477
1476
  cancelType: string | null;
1478
1477
  canceledAt: Date | null;
1479
1478
  canceledReason: string | null;
1479
+ createType: string;
1480
1480
  createdBy?: string | {
1481
1481
  id: string;
1482
1482
  email: string;
@@ -1484,17 +1484,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1484
1484
  firstName?: string | null | undefined;
1485
1485
  lastName?: string | null | undefined;
1486
1486
  } | null | undefined;
1487
- canceledBy?: string | {
1488
- id: string;
1489
- email: string;
1490
- fullName?: string | null | undefined;
1491
- firstName?: string | null | undefined;
1492
- lastName?: string | null | undefined;
1493
- } | null | undefined;
1494
1487
  property?: {
1495
1488
  status: string;
1496
1489
  id: string;
1497
- balanceCents: number | bigint;
1490
+ balanceCents: bigint;
1498
1491
  isArchived: boolean;
1499
1492
  createdAt: Date;
1500
1493
  updatedAt: Date;
@@ -1505,8 +1498,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1505
1498
  propertyAddress: string;
1506
1499
  stage: string;
1507
1500
  mtaId: string;
1508
- mtaBalanceCents: number | bigint;
1509
- cmaBalanceCents: number | bigint;
1501
+ mtaBalanceCents: bigint;
1502
+ cmaBalanceCents: bigint;
1510
1503
  buyerName?: string | null | undefined;
1511
1504
  project?: {
1512
1505
  type: string;
@@ -1542,6 +1535,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1542
1535
  syncedAt: Date;
1543
1536
  } | null | undefined;
1544
1537
  } | null | undefined;
1538
+ canceledBy?: string | {
1539
+ id: string;
1540
+ email: string;
1541
+ fullName?: string | null | undefined;
1542
+ firstName?: string | null | undefined;
1543
+ lastName?: string | null | undefined;
1544
+ } | null | undefined;
1545
1545
  } & any, "cma">[] | null | undefined;
1546
1546
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
1547
1547
  isReceipt?: boolean | null | undefined;
@@ -1566,18 +1566,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1566
1566
  description: string | null;
1567
1567
  clearedAt: Date | null;
1568
1568
  cmaId: string;
1569
- createType: string;
1569
+ payoutId: string | null;
1570
+ bankRef: string | null;
1571
+ inputType: import("../..").CmaTransactionInputType;
1570
1572
  transactionType: string;
1573
+ sequence: number;
1571
1574
  isCanceled: boolean;
1572
1575
  isRefunded: boolean;
1573
- payoutId: string | null;
1574
- sequence: number;
1575
- inputType: import("../..").CmaTransactionInputType;
1576
- bankRef: string | null;
1577
1576
  sourceTransactionId: string | null;
1578
1577
  cancelType: string | null;
1579
1578
  canceledAt: Date | null;
1580
1579
  canceledReason: string | null;
1580
+ createType: string;
1581
1581
  createdBy?: string | {
1582
1582
  id: string;
1583
1583
  email: string;
@@ -1585,17 +1585,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1585
1585
  firstName?: string | null | undefined;
1586
1586
  lastName?: string | null | undefined;
1587
1587
  } | null | undefined;
1588
- canceledBy?: string | {
1589
- id: string;
1590
- email: string;
1591
- fullName?: string | null | undefined;
1592
- firstName?: string | null | undefined;
1593
- lastName?: string | null | undefined;
1594
- } | null | undefined;
1595
1588
  property?: {
1596
1589
  status: string;
1597
1590
  id: string;
1598
- balanceCents: number | bigint;
1591
+ balanceCents: bigint;
1599
1592
  isArchived: boolean;
1600
1593
  createdAt: Date;
1601
1594
  updatedAt: Date;
@@ -1605,9 +1598,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1605
1598
  lotDetail: string | null;
1606
1599
  propertyAddress: string;
1607
1600
  stage: string;
1608
- mtaId: string;
1609
- mtaBalanceCents: number | bigint;
1610
- cmaBalanceCents: number | bigint;
1601
+ mtaId: string;
1602
+ mtaBalanceCents: bigint;
1603
+ cmaBalanceCents: bigint;
1611
1604
  buyerName?: string | null | undefined;
1612
1605
  project?: {
1613
1606
  type: string;
@@ -1643,6 +1636,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1643
1636
  syncedAt: Date;
1644
1637
  } | null | undefined;
1645
1638
  } | null | undefined;
1639
+ canceledBy?: string | {
1640
+ id: string;
1641
+ email: string;
1642
+ fullName?: string | null | undefined;
1643
+ firstName?: string | null | undefined;
1644
+ lastName?: string | null | undefined;
1645
+ } | null | undefined;
1646
1646
  } & {
1647
1647
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1648
1648
  sourceTransaction?: Omit<{
@@ -1659,18 +1659,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1659
1659
  description: string | null;
1660
1660
  clearedAt: Date | null;
1661
1661
  cmaId: string;
1662
- createType: string;
1662
+ payoutId: string | null;
1663
+ bankRef: string | null;
1664
+ inputType: import("../..").CmaTransactionInputType;
1663
1665
  transactionType: string;
1666
+ sequence: number;
1664
1667
  isCanceled: boolean;
1665
1668
  isRefunded: boolean;
1666
- payoutId: string | null;
1667
- sequence: number;
1668
- inputType: import("../..").CmaTransactionInputType;
1669
- bankRef: string | null;
1670
1669
  sourceTransactionId: string | null;
1671
1670
  cancelType: string | null;
1672
1671
  canceledAt: Date | null;
1673
1672
  canceledReason: string | null;
1673
+ createType: string;
1674
1674
  createdBy?: string | {
1675
1675
  id: string;
1676
1676
  email: string;
@@ -1678,17 +1678,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1678
1678
  firstName?: string | null | undefined;
1679
1679
  lastName?: string | null | undefined;
1680
1680
  } | null | undefined;
1681
- canceledBy?: string | {
1682
- id: string;
1683
- email: string;
1684
- fullName?: string | null | undefined;
1685
- firstName?: string | null | undefined;
1686
- lastName?: string | null | undefined;
1687
- } | null | undefined;
1688
1681
  property?: {
1689
1682
  status: string;
1690
1683
  id: string;
1691
- balanceCents: number | bigint;
1684
+ balanceCents: bigint;
1692
1685
  isArchived: boolean;
1693
1686
  createdAt: Date;
1694
1687
  updatedAt: Date;
@@ -1699,8 +1692,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1699
1692
  propertyAddress: string;
1700
1693
  stage: string;
1701
1694
  mtaId: string;
1702
- mtaBalanceCents: number | bigint;
1703
- cmaBalanceCents: number | bigint;
1695
+ mtaBalanceCents: bigint;
1696
+ cmaBalanceCents: bigint;
1704
1697
  buyerName?: string | null | undefined;
1705
1698
  project?: {
1706
1699
  type: string;
@@ -1736,6 +1729,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1736
1729
  syncedAt: Date;
1737
1730
  } | null | undefined;
1738
1731
  } | null | undefined;
1732
+ canceledBy?: string | {
1733
+ id: string;
1734
+ email: string;
1735
+ fullName?: string | null | undefined;
1736
+ firstName?: string | null | undefined;
1737
+ lastName?: string | null | undefined;
1738
+ } | null | undefined;
1739
1739
  } & any, "cma"> | null | undefined;
1740
1740
  subsequentTransactions?: Omit<{
1741
1741
  status: "clearing" | "cleared" | "reconciled";
@@ -1751,18 +1751,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1751
1751
  description: string | null;
1752
1752
  clearedAt: Date | null;
1753
1753
  cmaId: string;
1754
- createType: string;
1754
+ payoutId: string | null;
1755
+ bankRef: string | null;
1756
+ inputType: import("../..").CmaTransactionInputType;
1755
1757
  transactionType: string;
1758
+ sequence: number;
1756
1759
  isCanceled: boolean;
1757
1760
  isRefunded: boolean;
1758
- payoutId: string | null;
1759
- sequence: number;
1760
- inputType: import("../..").CmaTransactionInputType;
1761
- bankRef: string | null;
1762
1761
  sourceTransactionId: string | null;
1763
1762
  cancelType: string | null;
1764
1763
  canceledAt: Date | null;
1765
1764
  canceledReason: string | null;
1765
+ createType: string;
1766
1766
  createdBy?: string | {
1767
1767
  id: string;
1768
1768
  email: string;
@@ -1770,17 +1770,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1770
1770
  firstName?: string | null | undefined;
1771
1771
  lastName?: string | null | undefined;
1772
1772
  } | null | undefined;
1773
- canceledBy?: string | {
1774
- id: string;
1775
- email: string;
1776
- fullName?: string | null | undefined;
1777
- firstName?: string | null | undefined;
1778
- lastName?: string | null | undefined;
1779
- } | null | undefined;
1780
1773
  property?: {
1781
1774
  status: string;
1782
1775
  id: string;
1783
- balanceCents: number | bigint;
1776
+ balanceCents: bigint;
1784
1777
  isArchived: boolean;
1785
1778
  createdAt: Date;
1786
1779
  updatedAt: Date;
@@ -1791,8 +1784,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1791
1784
  propertyAddress: string;
1792
1785
  stage: string;
1793
1786
  mtaId: string;
1794
- mtaBalanceCents: number | bigint;
1795
- cmaBalanceCents: number | bigint;
1787
+ mtaBalanceCents: bigint;
1788
+ cmaBalanceCents: bigint;
1796
1789
  buyerName?: string | null | undefined;
1797
1790
  project?: {
1798
1791
  type: string;
@@ -1828,6 +1821,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1828
1821
  syncedAt: Date;
1829
1822
  } | null | undefined;
1830
1823
  } | null | undefined;
1824
+ canceledBy?: string | {
1825
+ id: string;
1826
+ email: string;
1827
+ fullName?: string | null | undefined;
1828
+ firstName?: string | null | undefined;
1829
+ lastName?: string | null | undefined;
1830
+ } | null | undefined;
1831
1831
  } & any, "cma">[] | null | undefined;
1832
1832
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
1833
1833
  isReceipt?: boolean | null | undefined;
@@ -1855,18 +1855,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1855
1855
  description: string | null;
1856
1856
  clearedAt: Date | null;
1857
1857
  cmaId: string;
1858
- createType: string;
1858
+ payoutId: string | null;
1859
+ bankRef: string | null;
1860
+ inputType: string;
1859
1861
  transactionType: string;
1862
+ sequence: number;
1860
1863
  isCanceled: boolean;
1861
1864
  isRefunded: boolean;
1862
- payoutId: string | null;
1863
- sequence: number;
1864
- inputType: string;
1865
- bankRef: string | null;
1866
1865
  sourceTransactionId: string | null;
1867
1866
  cancelType: string | null;
1868
1867
  canceledAt: Date | null;
1869
1868
  canceledReason: string | null;
1869
+ createType: string;
1870
1870
  createdBy?: string | {
1871
1871
  id: string;
1872
1872
  email: string;
@@ -1874,13 +1874,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1874
1874
  firstName?: string | null | undefined;
1875
1875
  lastName?: string | null | undefined;
1876
1876
  } | null | undefined;
1877
- canceledBy?: string | {
1878
- id: string;
1879
- email: string;
1880
- fullName?: string | null | undefined;
1881
- firstName?: string | null | undefined;
1882
- lastName?: string | null | undefined;
1883
- } | null | undefined;
1884
1877
  property?: {
1885
1878
  status: string;
1886
1879
  id: string;
@@ -1932,6 +1925,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1932
1925
  syncedAt: Date;
1933
1926
  } | null | undefined;
1934
1927
  } | null | undefined;
1928
+ canceledBy?: string | {
1929
+ id: string;
1930
+ email: string;
1931
+ fullName?: string | null | undefined;
1932
+ firstName?: string | null | undefined;
1933
+ lastName?: string | null | undefined;
1934
+ } | null | undefined;
1935
1935
  } & {
1936
1936
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
1937
1937
  sourceTransaction?: ({
@@ -1948,18 +1948,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1948
1948
  description: string | null;
1949
1949
  clearedAt: Date | null;
1950
1950
  cmaId: string;
1951
- createType: string;
1951
+ payoutId: string | null;
1952
+ bankRef: string | null;
1953
+ inputType: string;
1952
1954
  transactionType: string;
1955
+ sequence: number;
1953
1956
  isCanceled: boolean;
1954
1957
  isRefunded: boolean;
1955
- payoutId: string | null;
1956
- sequence: number;
1957
- inputType: string;
1958
- bankRef: string | null;
1959
1958
  sourceTransactionId: string | null;
1960
1959
  cancelType: string | null;
1961
1960
  canceledAt: Date | null;
1962
1961
  canceledReason: string | null;
1962
+ createType: string;
1963
1963
  createdBy?: string | {
1964
1964
  id: string;
1965
1965
  email: string;
@@ -1967,13 +1967,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1967
1967
  firstName?: string | null | undefined;
1968
1968
  lastName?: string | null | undefined;
1969
1969
  } | null | undefined;
1970
- canceledBy?: string | {
1971
- id: string;
1972
- email: string;
1973
- fullName?: string | null | undefined;
1974
- firstName?: string | null | undefined;
1975
- lastName?: string | null | undefined;
1976
- } | null | undefined;
1977
1970
  property?: {
1978
1971
  status: string;
1979
1972
  id: string;
@@ -2025,6 +2018,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2025
2018
  syncedAt: Date;
2026
2019
  } | null | undefined;
2027
2020
  } | null | undefined;
2021
+ canceledBy?: string | {
2022
+ id: string;
2023
+ email: string;
2024
+ fullName?: string | null | undefined;
2025
+ firstName?: string | null | undefined;
2026
+ lastName?: string | null | undefined;
2027
+ } | null | undefined;
2028
2028
  } & any) | null | undefined;
2029
2029
  subsequentTransactions?: ({
2030
2030
  status: string;
@@ -2040,18 +2040,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2040
2040
  description: string | null;
2041
2041
  clearedAt: Date | null;
2042
2042
  cmaId: string;
2043
- createType: string;
2043
+ payoutId: string | null;
2044
+ bankRef: string | null;
2045
+ inputType: string;
2044
2046
  transactionType: string;
2047
+ sequence: number;
2045
2048
  isCanceled: boolean;
2046
2049
  isRefunded: boolean;
2047
- payoutId: string | null;
2048
- sequence: number;
2049
- inputType: string;
2050
- bankRef: string | null;
2051
2050
  sourceTransactionId: string | null;
2052
2051
  cancelType: string | null;
2053
2052
  canceledAt: Date | null;
2054
2053
  canceledReason: string | null;
2054
+ createType: string;
2055
2055
  createdBy?: string | {
2056
2056
  id: string;
2057
2057
  email: string;
@@ -2059,13 +2059,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2059
2059
  firstName?: string | null | undefined;
2060
2060
  lastName?: string | null | undefined;
2061
2061
  } | null | undefined;
2062
- canceledBy?: string | {
2063
- id: string;
2064
- email: string;
2065
- fullName?: string | null | undefined;
2066
- firstName?: string | null | undefined;
2067
- lastName?: string | null | undefined;
2068
- } | null | undefined;
2069
2062
  property?: {
2070
2063
  status: string;
2071
2064
  id: string;
@@ -2117,6 +2110,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2117
2110
  syncedAt: Date;
2118
2111
  } | null | undefined;
2119
2112
  } | null | undefined;
2113
+ canceledBy?: string | {
2114
+ id: string;
2115
+ email: string;
2116
+ fullName?: string | null | undefined;
2117
+ firstName?: string | null | undefined;
2118
+ lastName?: string | null | undefined;
2119
+ } | null | undefined;
2120
2120
  } & any)[] | null | undefined;
2121
2121
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2122
2122
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
@@ -2135,18 +2135,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2135
2135
  description: string | null;
2136
2136
  clearedAt: Date | null;
2137
2137
  cmaId: string;
2138
- createType: string;
2138
+ payoutId: string | null;
2139
+ bankRef: string | null;
2140
+ inputType: string;
2139
2141
  transactionType: string;
2142
+ sequence: number;
2140
2143
  isCanceled: boolean;
2141
2144
  isRefunded: boolean;
2142
- payoutId: string | null;
2143
- sequence: number;
2144
- inputType: string;
2145
- bankRef: string | null;
2146
2145
  sourceTransactionId: string | null;
2147
2146
  cancelType: string | null;
2148
2147
  canceledAt: Date | null;
2149
2148
  canceledReason: string | null;
2149
+ createType: string;
2150
2150
  createdBy?: string | {
2151
2151
  id: string;
2152
2152
  email: string;
@@ -2154,13 +2154,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2154
2154
  firstName?: string | null | undefined;
2155
2155
  lastName?: string | null | undefined;
2156
2156
  } | null | undefined;
2157
- canceledBy?: string | {
2158
- id: string;
2159
- email: string;
2160
- fullName?: string | null | undefined;
2161
- firstName?: string | null | undefined;
2162
- lastName?: string | null | undefined;
2163
- } | null | undefined;
2164
2157
  property?: {
2165
2158
  status: string;
2166
2159
  id: string;
@@ -2212,6 +2205,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2212
2205
  syncedAt: Date;
2213
2206
  } | null | undefined;
2214
2207
  } | null | undefined;
2208
+ canceledBy?: string | {
2209
+ id: string;
2210
+ email: string;
2211
+ fullName?: string | null | undefined;
2212
+ firstName?: string | null | undefined;
2213
+ lastName?: string | null | undefined;
2214
+ } | null | undefined;
2215
2215
  } & {
2216
2216
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
2217
2217
  sourceTransaction?: ({
@@ -2228,18 +2228,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2228
2228
  description: string | null;
2229
2229
  clearedAt: Date | null;
2230
2230
  cmaId: string;
2231
- createType: string;
2231
+ payoutId: string | null;
2232
+ bankRef: string | null;
2233
+ inputType: string;
2232
2234
  transactionType: string;
2235
+ sequence: number;
2233
2236
  isCanceled: boolean;
2234
2237
  isRefunded: boolean;
2235
- payoutId: string | null;
2236
- sequence: number;
2237
- inputType: string;
2238
- bankRef: string | null;
2239
2238
  sourceTransactionId: string | null;
2240
2239
  cancelType: string | null;
2241
2240
  canceledAt: Date | null;
2242
2241
  canceledReason: string | null;
2242
+ createType: string;
2243
2243
  createdBy?: string | {
2244
2244
  id: string;
2245
2245
  email: string;
@@ -2247,13 +2247,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2247
2247
  firstName?: string | null | undefined;
2248
2248
  lastName?: string | null | undefined;
2249
2249
  } | null | undefined;
2250
- canceledBy?: string | {
2251
- id: string;
2252
- email: string;
2253
- fullName?: string | null | undefined;
2254
- firstName?: string | null | undefined;
2255
- lastName?: string | null | undefined;
2256
- } | null | undefined;
2257
2250
  property?: {
2258
2251
  status: string;
2259
2252
  id: string;
@@ -2305,6 +2298,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2305
2298
  syncedAt: Date;
2306
2299
  } | null | undefined;
2307
2300
  } | null | undefined;
2301
+ canceledBy?: string | {
2302
+ id: string;
2303
+ email: string;
2304
+ fullName?: string | null | undefined;
2305
+ firstName?: string | null | undefined;
2306
+ lastName?: string | null | undefined;
2307
+ } | null | undefined;
2308
2308
  } & any) | null | undefined;
2309
2309
  subsequentTransactions?: ({
2310
2310
  status: string;
@@ -2320,18 +2320,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2320
2320
  description: string | null;
2321
2321
  clearedAt: Date | null;
2322
2322
  cmaId: string;
2323
- createType: string;
2323
+ payoutId: string | null;
2324
+ bankRef: string | null;
2325
+ inputType: string;
2324
2326
  transactionType: string;
2327
+ sequence: number;
2325
2328
  isCanceled: boolean;
2326
2329
  isRefunded: boolean;
2327
- payoutId: string | null;
2328
- sequence: number;
2329
- inputType: string;
2330
- bankRef: string | null;
2331
2330
  sourceTransactionId: string | null;
2332
2331
  cancelType: string | null;
2333
2332
  canceledAt: Date | null;
2334
2333
  canceledReason: string | null;
2334
+ createType: string;
2335
2335
  createdBy?: string | {
2336
2336
  id: string;
2337
2337
  email: string;
@@ -2339,13 +2339,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2339
2339
  firstName?: string | null | undefined;
2340
2340
  lastName?: string | null | undefined;
2341
2341
  } | null | undefined;
2342
- canceledBy?: string | {
2343
- id: string;
2344
- email: string;
2345
- fullName?: string | null | undefined;
2346
- firstName?: string | null | undefined;
2347
- lastName?: string | null | undefined;
2348
- } | null | undefined;
2349
2342
  property?: {
2350
2343
  status: string;
2351
2344
  id: string;
@@ -2397,6 +2390,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2397
2390
  syncedAt: Date;
2398
2391
  } | null | undefined;
2399
2392
  } | null | undefined;
2393
+ canceledBy?: string | {
2394
+ id: string;
2395
+ email: string;
2396
+ fullName?: string | null | undefined;
2397
+ firstName?: string | null | undefined;
2398
+ lastName?: string | null | undefined;
2399
+ } | null | undefined;
2400
2400
  } & any)[] | null | undefined;
2401
2401
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2402
2402
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
@@ -2441,18 +2441,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2441
2441
  description: string | null;
2442
2442
  clearedAt: Date | null;
2443
2443
  cmaId: string;
2444
- createType: string;
2444
+ payoutId: string | null;
2445
+ bankRef: string | null;
2446
+ inputType: import("../..").CmaTransactionInputType;
2445
2447
  transactionType: string;
2448
+ sequence: number;
2446
2449
  isCanceled: boolean;
2447
2450
  isRefunded: boolean;
2448
- payoutId: string | null;
2449
- sequence: number;
2450
- inputType: import("../..").CmaTransactionInputType;
2451
- bankRef: string | null;
2452
2451
  sourceTransactionId: string | null;
2453
2452
  cancelType: string | null;
2454
2453
  canceledAt: Date | null;
2455
2454
  canceledReason: string | null;
2455
+ createType: string;
2456
2456
  createdBy?: string | {
2457
2457
  id: string;
2458
2458
  email: string;
@@ -2460,17 +2460,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2460
2460
  firstName?: string | null | undefined;
2461
2461
  lastName?: string | null | undefined;
2462
2462
  } | null | undefined;
2463
- canceledBy?: string | {
2464
- id: string;
2465
- email: string;
2466
- fullName?: string | null | undefined;
2467
- firstName?: string | null | undefined;
2468
- lastName?: string | null | undefined;
2469
- } | null | undefined;
2470
2463
  property?: {
2471
2464
  status: string;
2472
2465
  id: string;
2473
- balanceCents: number | bigint;
2466
+ balanceCents: bigint;
2474
2467
  isArchived: boolean;
2475
2468
  createdAt: Date;
2476
2469
  updatedAt: Date;
@@ -2481,8 +2474,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2481
2474
  propertyAddress: string;
2482
2475
  stage: string;
2483
2476
  mtaId: string;
2484
- mtaBalanceCents: number | bigint;
2485
- cmaBalanceCents: number | bigint;
2477
+ mtaBalanceCents: bigint;
2478
+ cmaBalanceCents: bigint;
2486
2479
  buyerName?: string | null | undefined;
2487
2480
  project?: {
2488
2481
  type: string;
@@ -2518,6 +2511,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2518
2511
  syncedAt: Date;
2519
2512
  } | null | undefined;
2520
2513
  } | null | undefined;
2514
+ canceledBy?: string | {
2515
+ id: string;
2516
+ email: string;
2517
+ fullName?: string | null | undefined;
2518
+ firstName?: string | null | undefined;
2519
+ lastName?: string | null | undefined;
2520
+ } | null | undefined;
2521
2521
  } & {
2522
2522
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
2523
2523
  sourceTransaction?: Omit<{
@@ -2534,18 +2534,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2534
2534
  description: string | null;
2535
2535
  clearedAt: Date | null;
2536
2536
  cmaId: string;
2537
- createType: string;
2537
+ payoutId: string | null;
2538
+ bankRef: string | null;
2539
+ inputType: import("../..").CmaTransactionInputType;
2538
2540
  transactionType: string;
2541
+ sequence: number;
2539
2542
  isCanceled: boolean;
2540
2543
  isRefunded: boolean;
2541
- payoutId: string | null;
2542
- sequence: number;
2543
- inputType: import("../..").CmaTransactionInputType;
2544
- bankRef: string | null;
2545
2544
  sourceTransactionId: string | null;
2546
2545
  cancelType: string | null;
2547
2546
  canceledAt: Date | null;
2548
2547
  canceledReason: string | null;
2548
+ createType: string;
2549
2549
  createdBy?: string | {
2550
2550
  id: string;
2551
2551
  email: string;
@@ -2553,17 +2553,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2553
2553
  firstName?: string | null | undefined;
2554
2554
  lastName?: string | null | undefined;
2555
2555
  } | null | undefined;
2556
- canceledBy?: string | {
2557
- id: string;
2558
- email: string;
2559
- fullName?: string | null | undefined;
2560
- firstName?: string | null | undefined;
2561
- lastName?: string | null | undefined;
2562
- } | null | undefined;
2563
2556
  property?: {
2564
2557
  status: string;
2565
2558
  id: string;
2566
- balanceCents: number | bigint;
2559
+ balanceCents: bigint;
2567
2560
  isArchived: boolean;
2568
2561
  createdAt: Date;
2569
2562
  updatedAt: Date;
@@ -2574,8 +2567,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2574
2567
  propertyAddress: string;
2575
2568
  stage: string;
2576
2569
  mtaId: string;
2577
- mtaBalanceCents: number | bigint;
2578
- cmaBalanceCents: number | bigint;
2570
+ mtaBalanceCents: bigint;
2571
+ cmaBalanceCents: bigint;
2579
2572
  buyerName?: string | null | undefined;
2580
2573
  project?: {
2581
2574
  type: string;
@@ -2611,6 +2604,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2611
2604
  syncedAt: Date;
2612
2605
  } | null | undefined;
2613
2606
  } | null | undefined;
2607
+ canceledBy?: string | {
2608
+ id: string;
2609
+ email: string;
2610
+ fullName?: string | null | undefined;
2611
+ firstName?: string | null | undefined;
2612
+ lastName?: string | null | undefined;
2613
+ } | null | undefined;
2614
2614
  } & any, "cma"> | null | undefined;
2615
2615
  subsequentTransactions?: Omit<{
2616
2616
  status: "clearing" | "cleared" | "reconciled";
@@ -2626,18 +2626,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2626
2626
  description: string | null;
2627
2627
  clearedAt: Date | null;
2628
2628
  cmaId: string;
2629
- createType: string;
2629
+ payoutId: string | null;
2630
+ bankRef: string | null;
2631
+ inputType: import("../..").CmaTransactionInputType;
2630
2632
  transactionType: string;
2633
+ sequence: number;
2631
2634
  isCanceled: boolean;
2632
2635
  isRefunded: boolean;
2633
- payoutId: string | null;
2634
- sequence: number;
2635
- inputType: import("../..").CmaTransactionInputType;
2636
- bankRef: string | null;
2637
2636
  sourceTransactionId: string | null;
2638
2637
  cancelType: string | null;
2639
2638
  canceledAt: Date | null;
2640
2639
  canceledReason: string | null;
2640
+ createType: string;
2641
2641
  createdBy?: string | {
2642
2642
  id: string;
2643
2643
  email: string;
@@ -2645,17 +2645,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2645
2645
  firstName?: string | null | undefined;
2646
2646
  lastName?: string | null | undefined;
2647
2647
  } | null | undefined;
2648
- canceledBy?: string | {
2649
- id: string;
2650
- email: string;
2651
- fullName?: string | null | undefined;
2652
- firstName?: string | null | undefined;
2653
- lastName?: string | null | undefined;
2654
- } | null | undefined;
2655
2648
  property?: {
2656
2649
  status: string;
2657
2650
  id: string;
2658
- balanceCents: number | bigint;
2651
+ balanceCents: bigint;
2659
2652
  isArchived: boolean;
2660
2653
  createdAt: Date;
2661
2654
  updatedAt: Date;
@@ -2666,8 +2659,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2666
2659
  propertyAddress: string;
2667
2660
  stage: string;
2668
2661
  mtaId: string;
2669
- mtaBalanceCents: number | bigint;
2670
- cmaBalanceCents: number | bigint;
2662
+ mtaBalanceCents: bigint;
2663
+ cmaBalanceCents: bigint;
2671
2664
  buyerName?: string | null | undefined;
2672
2665
  project?: {
2673
2666
  type: string;
@@ -2703,6 +2696,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2703
2696
  syncedAt: Date;
2704
2697
  } | null | undefined;
2705
2698
  } | null | undefined;
2699
+ canceledBy?: string | {
2700
+ id: string;
2701
+ email: string;
2702
+ fullName?: string | null | undefined;
2703
+ firstName?: string | null | undefined;
2704
+ lastName?: string | null | undefined;
2705
+ } | null | undefined;
2706
2706
  } & any, "cma">[] | null | undefined;
2707
2707
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2708
2708
  isReceipt?: boolean | null | undefined;
@@ -2727,18 +2727,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2727
2727
  description: string | null;
2728
2728
  clearedAt: Date | null;
2729
2729
  cmaId: string;
2730
- createType: string;
2730
+ payoutId: string | null;
2731
+ bankRef: string | null;
2732
+ inputType: import("../..").CmaTransactionInputType;
2731
2733
  transactionType: string;
2734
+ sequence: number;
2732
2735
  isCanceled: boolean;
2733
2736
  isRefunded: boolean;
2734
- payoutId: string | null;
2735
- sequence: number;
2736
- inputType: import("../..").CmaTransactionInputType;
2737
- bankRef: string | null;
2738
2737
  sourceTransactionId: string | null;
2739
2738
  cancelType: string | null;
2740
2739
  canceledAt: Date | null;
2741
2740
  canceledReason: string | null;
2741
+ createType: string;
2742
2742
  createdBy?: string | {
2743
2743
  id: string;
2744
2744
  email: string;
@@ -2746,17 +2746,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2746
2746
  firstName?: string | null | undefined;
2747
2747
  lastName?: string | null | undefined;
2748
2748
  } | null | undefined;
2749
- canceledBy?: string | {
2750
- id: string;
2751
- email: string;
2752
- fullName?: string | null | undefined;
2753
- firstName?: string | null | undefined;
2754
- lastName?: string | null | undefined;
2755
- } | null | undefined;
2756
2749
  property?: {
2757
2750
  status: string;
2758
2751
  id: string;
2759
- balanceCents: number | bigint;
2752
+ balanceCents: bigint;
2760
2753
  isArchived: boolean;
2761
2754
  createdAt: Date;
2762
2755
  updatedAt: Date;
@@ -2767,8 +2760,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2767
2760
  propertyAddress: string;
2768
2761
  stage: string;
2769
2762
  mtaId: string;
2770
- mtaBalanceCents: number | bigint;
2771
- cmaBalanceCents: number | bigint;
2763
+ mtaBalanceCents: bigint;
2764
+ cmaBalanceCents: bigint;
2772
2765
  buyerName?: string | null | undefined;
2773
2766
  project?: {
2774
2767
  type: string;
@@ -2804,6 +2797,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2804
2797
  syncedAt: Date;
2805
2798
  } | null | undefined;
2806
2799
  } | null | undefined;
2800
+ canceledBy?: string | {
2801
+ id: string;
2802
+ email: string;
2803
+ fullName?: string | null | undefined;
2804
+ firstName?: string | null | undefined;
2805
+ lastName?: string | null | undefined;
2806
+ } | null | undefined;
2807
2807
  } & {
2808
2808
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
2809
2809
  sourceTransaction?: Omit<{
@@ -2820,18 +2820,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2820
2820
  description: string | null;
2821
2821
  clearedAt: Date | null;
2822
2822
  cmaId: string;
2823
- createType: string;
2823
+ payoutId: string | null;
2824
+ bankRef: string | null;
2825
+ inputType: import("../..").CmaTransactionInputType;
2824
2826
  transactionType: string;
2827
+ sequence: number;
2825
2828
  isCanceled: boolean;
2826
2829
  isRefunded: boolean;
2827
- payoutId: string | null;
2828
- sequence: number;
2829
- inputType: import("../..").CmaTransactionInputType;
2830
- bankRef: string | null;
2831
2830
  sourceTransactionId: string | null;
2832
2831
  cancelType: string | null;
2833
2832
  canceledAt: Date | null;
2834
2833
  canceledReason: string | null;
2834
+ createType: string;
2835
2835
  createdBy?: string | {
2836
2836
  id: string;
2837
2837
  email: string;
@@ -2839,17 +2839,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2839
2839
  firstName?: string | null | undefined;
2840
2840
  lastName?: string | null | undefined;
2841
2841
  } | null | undefined;
2842
- canceledBy?: string | {
2843
- id: string;
2844
- email: string;
2845
- fullName?: string | null | undefined;
2846
- firstName?: string | null | undefined;
2847
- lastName?: string | null | undefined;
2848
- } | null | undefined;
2849
2842
  property?: {
2850
2843
  status: string;
2851
2844
  id: string;
2852
- balanceCents: number | bigint;
2845
+ balanceCents: bigint;
2853
2846
  isArchived: boolean;
2854
2847
  createdAt: Date;
2855
2848
  updatedAt: Date;
@@ -2860,8 +2853,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2860
2853
  propertyAddress: string;
2861
2854
  stage: string;
2862
2855
  mtaId: string;
2863
- mtaBalanceCents: number | bigint;
2864
- cmaBalanceCents: number | bigint;
2856
+ mtaBalanceCents: bigint;
2857
+ cmaBalanceCents: bigint;
2865
2858
  buyerName?: string | null | undefined;
2866
2859
  project?: {
2867
2860
  type: string;
@@ -2897,6 +2890,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2897
2890
  syncedAt: Date;
2898
2891
  } | null | undefined;
2899
2892
  } | null | undefined;
2893
+ canceledBy?: string | {
2894
+ id: string;
2895
+ email: string;
2896
+ fullName?: string | null | undefined;
2897
+ firstName?: string | null | undefined;
2898
+ lastName?: string | null | undefined;
2899
+ } | null | undefined;
2900
2900
  } & any, "cma"> | null | undefined;
2901
2901
  subsequentTransactions?: Omit<{
2902
2902
  status: "clearing" | "cleared" | "reconciled";
@@ -2912,18 +2912,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2912
2912
  description: string | null;
2913
2913
  clearedAt: Date | null;
2914
2914
  cmaId: string;
2915
- createType: string;
2915
+ payoutId: string | null;
2916
+ bankRef: string | null;
2917
+ inputType: import("../..").CmaTransactionInputType;
2916
2918
  transactionType: string;
2919
+ sequence: number;
2917
2920
  isCanceled: boolean;
2918
2921
  isRefunded: boolean;
2919
- payoutId: string | null;
2920
- sequence: number;
2921
- inputType: import("../..").CmaTransactionInputType;
2922
- bankRef: string | null;
2923
2922
  sourceTransactionId: string | null;
2924
2923
  cancelType: string | null;
2925
2924
  canceledAt: Date | null;
2926
2925
  canceledReason: string | null;
2926
+ createType: string;
2927
2927
  createdBy?: string | {
2928
2928
  id: string;
2929
2929
  email: string;
@@ -2931,17 +2931,10 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2931
2931
  firstName?: string | null | undefined;
2932
2932
  lastName?: string | null | undefined;
2933
2933
  } | null | undefined;
2934
- canceledBy?: string | {
2935
- id: string;
2936
- email: string;
2937
- fullName?: string | null | undefined;
2938
- firstName?: string | null | undefined;
2939
- lastName?: string | null | undefined;
2940
- } | null | undefined;
2941
2934
  property?: {
2942
2935
  status: string;
2943
2936
  id: string;
2944
- balanceCents: number | bigint;
2937
+ balanceCents: bigint;
2945
2938
  isArchived: boolean;
2946
2939
  createdAt: Date;
2947
2940
  updatedAt: Date;
@@ -2952,8 +2945,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2952
2945
  propertyAddress: string;
2953
2946
  stage: string;
2954
2947
  mtaId: string;
2955
- mtaBalanceCents: number | bigint;
2956
- cmaBalanceCents: number | bigint;
2948
+ mtaBalanceCents: bigint;
2949
+ cmaBalanceCents: bigint;
2957
2950
  buyerName?: string | null | undefined;
2958
2951
  project?: {
2959
2952
  type: string;
@@ -2989,6 +2982,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2989
2982
  syncedAt: Date;
2990
2983
  } | null | undefined;
2991
2984
  } | null | undefined;
2985
+ canceledBy?: string | {
2986
+ id: string;
2987
+ email: string;
2988
+ fullName?: string | null | undefined;
2989
+ firstName?: string | null | undefined;
2990
+ lastName?: string | null | undefined;
2991
+ } | null | undefined;
2992
2992
  } & any, "cma">[] | null | undefined;
2993
2993
  reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
2994
2994
  isReceipt?: boolean | null | undefined;
@@ -3062,18 +3062,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3062
3062
  description: string | null;
3063
3063
  clearedAt: Date | null;
3064
3064
  cmaId: string;
3065
- createType: string;
3065
+ payoutId: string | null;
3066
+ bankRef: string | null;
3067
+ inputType: string;
3066
3068
  transactionType: string;
3069
+ sequence: number;
3067
3070
  isCanceled: boolean;
3068
3071
  isRefunded: boolean;
3069
- payoutId: string | null;
3070
- sequence: number;
3071
- inputType: string;
3072
- bankRef: string | null;
3073
3072
  sourceTransactionId: string | null;
3074
3073
  cancelType: string | null;
3075
3074
  canceledAt: Date | null;
3076
3075
  canceledReason: string | null;
3076
+ createType: string;
3077
3077
  createdBy?: string | {
3078
3078
  id: string;
3079
3079
  email: string;
@@ -3081,13 +3081,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3081
3081
  firstName?: string | null | undefined;
3082
3082
  lastName?: string | null | undefined;
3083
3083
  } | null | undefined;
3084
- canceledBy?: string | {
3085
- id: string;
3086
- email: string;
3087
- fullName?: string | null | undefined;
3088
- firstName?: string | null | undefined;
3089
- lastName?: string | null | undefined;
3090
- } | null | undefined;
3091
3084
  property?: {
3092
3085
  status: string;
3093
3086
  id: string;
@@ -3139,6 +3132,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3139
3132
  syncedAt: Date;
3140
3133
  } | null | undefined;
3141
3134
  } | null | undefined;
3135
+ canceledBy?: string | {
3136
+ id: string;
3137
+ email: string;
3138
+ fullName?: string | null | undefined;
3139
+ firstName?: string | null | undefined;
3140
+ lastName?: string | null | undefined;
3141
+ } | null | undefined;
3142
3142
  } & {
3143
3143
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
3144
3144
  sourceTransaction?: ({
@@ -3155,18 +3155,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3155
3155
  description: string | null;
3156
3156
  clearedAt: Date | null;
3157
3157
  cmaId: string;
3158
- createType: string;
3158
+ payoutId: string | null;
3159
+ bankRef: string | null;
3160
+ inputType: string;
3159
3161
  transactionType: string;
3162
+ sequence: number;
3160
3163
  isCanceled: boolean;
3161
3164
  isRefunded: boolean;
3162
- payoutId: string | null;
3163
- sequence: number;
3164
- inputType: string;
3165
- bankRef: string | null;
3166
3165
  sourceTransactionId: string | null;
3167
3166
  cancelType: string | null;
3168
3167
  canceledAt: Date | null;
3169
3168
  canceledReason: string | null;
3169
+ createType: string;
3170
3170
  createdBy?: string | {
3171
3171
  id: string;
3172
3172
  email: string;
@@ -3174,13 +3174,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3174
3174
  firstName?: string | null | undefined;
3175
3175
  lastName?: string | null | undefined;
3176
3176
  } | null | undefined;
3177
- canceledBy?: string | {
3178
- id: string;
3179
- email: string;
3180
- fullName?: string | null | undefined;
3181
- firstName?: string | null | undefined;
3182
- lastName?: string | null | undefined;
3183
- } | null | undefined;
3184
3177
  property?: {
3185
3178
  status: string;
3186
3179
  id: string;
@@ -3232,6 +3225,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3232
3225
  syncedAt: Date;
3233
3226
  } | null | undefined;
3234
3227
  } | null | undefined;
3228
+ canceledBy?: string | {
3229
+ id: string;
3230
+ email: string;
3231
+ fullName?: string | null | undefined;
3232
+ firstName?: string | null | undefined;
3233
+ lastName?: string | null | undefined;
3234
+ } | null | undefined;
3235
3235
  } & any) | null | undefined;
3236
3236
  subsequentTransactions?: ({
3237
3237
  status: string;
@@ -3247,18 +3247,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3247
3247
  description: string | null;
3248
3248
  clearedAt: Date | null;
3249
3249
  cmaId: string;
3250
- createType: string;
3250
+ payoutId: string | null;
3251
+ bankRef: string | null;
3252
+ inputType: string;
3251
3253
  transactionType: string;
3254
+ sequence: number;
3252
3255
  isCanceled: boolean;
3253
3256
  isRefunded: boolean;
3254
- payoutId: string | null;
3255
- sequence: number;
3256
- inputType: string;
3257
- bankRef: string | null;
3258
3257
  sourceTransactionId: string | null;
3259
3258
  cancelType: string | null;
3260
3259
  canceledAt: Date | null;
3261
3260
  canceledReason: string | null;
3261
+ createType: string;
3262
3262
  createdBy?: string | {
3263
3263
  id: string;
3264
3264
  email: string;
@@ -3266,13 +3266,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3266
3266
  firstName?: string | null | undefined;
3267
3267
  lastName?: string | null | undefined;
3268
3268
  } | null | undefined;
3269
- canceledBy?: string | {
3270
- id: string;
3271
- email: string;
3272
- fullName?: string | null | undefined;
3273
- firstName?: string | null | undefined;
3274
- lastName?: string | null | undefined;
3275
- } | null | undefined;
3276
3269
  property?: {
3277
3270
  status: string;
3278
3271
  id: string;
@@ -3324,6 +3317,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3324
3317
  syncedAt: Date;
3325
3318
  } | null | undefined;
3326
3319
  } | null | undefined;
3320
+ canceledBy?: string | {
3321
+ id: string;
3322
+ email: string;
3323
+ fullName?: string | null | undefined;
3324
+ firstName?: string | null | undefined;
3325
+ lastName?: string | null | undefined;
3326
+ } | null | undefined;
3327
3327
  } & any)[] | null | undefined;
3328
3328
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
3329
3329
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
@@ -3342,18 +3342,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3342
3342
  description: string | null;
3343
3343
  clearedAt: Date | null;
3344
3344
  cmaId: string;
3345
- createType: string;
3345
+ payoutId: string | null;
3346
+ bankRef: string | null;
3347
+ inputType: string;
3346
3348
  transactionType: string;
3349
+ sequence: number;
3347
3350
  isCanceled: boolean;
3348
3351
  isRefunded: boolean;
3349
- payoutId: string | null;
3350
- sequence: number;
3351
- inputType: string;
3352
- bankRef: string | null;
3353
3352
  sourceTransactionId: string | null;
3354
3353
  cancelType: string | null;
3355
3354
  canceledAt: Date | null;
3356
3355
  canceledReason: string | null;
3356
+ createType: string;
3357
3357
  createdBy?: string | {
3358
3358
  id: string;
3359
3359
  email: string;
@@ -3361,13 +3361,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3361
3361
  firstName?: string | null | undefined;
3362
3362
  lastName?: string | null | undefined;
3363
3363
  } | null | undefined;
3364
- canceledBy?: string | {
3365
- id: string;
3366
- email: string;
3367
- fullName?: string | null | undefined;
3368
- firstName?: string | null | undefined;
3369
- lastName?: string | null | undefined;
3370
- } | null | undefined;
3371
3364
  property?: {
3372
3365
  status: string;
3373
3366
  id: string;
@@ -3419,6 +3412,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3419
3412
  syncedAt: Date;
3420
3413
  } | null | undefined;
3421
3414
  } | null | undefined;
3415
+ canceledBy?: string | {
3416
+ id: string;
3417
+ email: string;
3418
+ fullName?: string | null | undefined;
3419
+ firstName?: string | null | undefined;
3420
+ lastName?: string | null | undefined;
3421
+ } | null | undefined;
3422
3422
  } & {
3423
3423
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
3424
3424
  sourceTransaction?: ({
@@ -3435,18 +3435,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3435
3435
  description: string | null;
3436
3436
  clearedAt: Date | null;
3437
3437
  cmaId: string;
3438
- createType: string;
3438
+ payoutId: string | null;
3439
+ bankRef: string | null;
3440
+ inputType: string;
3439
3441
  transactionType: string;
3442
+ sequence: number;
3440
3443
  isCanceled: boolean;
3441
3444
  isRefunded: boolean;
3442
- payoutId: string | null;
3443
- sequence: number;
3444
- inputType: string;
3445
- bankRef: string | null;
3446
3445
  sourceTransactionId: string | null;
3447
3446
  cancelType: string | null;
3448
3447
  canceledAt: Date | null;
3449
3448
  canceledReason: string | null;
3449
+ createType: string;
3450
3450
  createdBy?: string | {
3451
3451
  id: string;
3452
3452
  email: string;
@@ -3454,13 +3454,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3454
3454
  firstName?: string | null | undefined;
3455
3455
  lastName?: string | null | undefined;
3456
3456
  } | null | undefined;
3457
- canceledBy?: string | {
3458
- id: string;
3459
- email: string;
3460
- fullName?: string | null | undefined;
3461
- firstName?: string | null | undefined;
3462
- lastName?: string | null | undefined;
3463
- } | null | undefined;
3464
3457
  property?: {
3465
3458
  status: string;
3466
3459
  id: string;
@@ -3512,6 +3505,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3512
3505
  syncedAt: Date;
3513
3506
  } | null | undefined;
3514
3507
  } | null | undefined;
3508
+ canceledBy?: string | {
3509
+ id: string;
3510
+ email: string;
3511
+ fullName?: string | null | undefined;
3512
+ firstName?: string | null | undefined;
3513
+ lastName?: string | null | undefined;
3514
+ } | null | undefined;
3515
3515
  } & any) | null | undefined;
3516
3516
  subsequentTransactions?: ({
3517
3517
  status: string;
@@ -3527,18 +3527,18 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3527
3527
  description: string | null;
3528
3528
  clearedAt: Date | null;
3529
3529
  cmaId: string;
3530
- createType: string;
3530
+ payoutId: string | null;
3531
+ bankRef: string | null;
3532
+ inputType: string;
3531
3533
  transactionType: string;
3534
+ sequence: number;
3532
3535
  isCanceled: boolean;
3533
3536
  isRefunded: boolean;
3534
- payoutId: string | null;
3535
- sequence: number;
3536
- inputType: string;
3537
- bankRef: string | null;
3538
3537
  sourceTransactionId: string | null;
3539
3538
  cancelType: string | null;
3540
3539
  canceledAt: Date | null;
3541
3540
  canceledReason: string | null;
3541
+ createType: string;
3542
3542
  createdBy?: string | {
3543
3543
  id: string;
3544
3544
  email: string;
@@ -3546,13 +3546,6 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3546
3546
  firstName?: string | null | undefined;
3547
3547
  lastName?: string | null | undefined;
3548
3548
  } | null | undefined;
3549
- canceledBy?: string | {
3550
- id: string;
3551
- email: string;
3552
- fullName?: string | null | undefined;
3553
- firstName?: string | null | undefined;
3554
- lastName?: string | null | undefined;
3555
- } | null | undefined;
3556
3549
  property?: {
3557
3550
  status: string;
3558
3551
  id: string;
@@ -3604,6 +3597,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3604
3597
  syncedAt: Date;
3605
3598
  } | null | undefined;
3606
3599
  } | null | undefined;
3600
+ canceledBy?: string | {
3601
+ id: string;
3602
+ email: string;
3603
+ fullName?: string | null | undefined;
3604
+ firstName?: string | null | undefined;
3605
+ lastName?: string | null | undefined;
3606
+ } | null | undefined;
3607
3607
  } & any)[] | null | undefined;
3608
3608
  reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
3609
3609
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;