@mikemo-coposit/am-accounting-shared 0.0.6 → 0.0.8

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 (231) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
  2. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
  4. package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/common/index.d.ts +1 -0
  6. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  7. package/dist/cjs/constants/index.d.ts +1 -0
  8. package/dist/cjs/constants/index.d.ts.map +1 -1
  9. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -0
  10. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  11. package/dist/cjs/constants/report/common/index.d.ts +3 -0
  12. package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
  13. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  14. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  15. package/dist/cjs/constants/report/common/report-group-type.constant.d.ts +5 -0
  16. package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
  17. package/dist/cjs/constants/report/index.d.ts +2 -0
  18. package/dist/cjs/constants/report/index.d.ts.map +1 -0
  19. package/dist/cjs/index.js +308 -104
  20. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  21. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  22. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
  23. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
  24. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  25. package/dist/cjs/schemas/cma/index.d.ts +1 -0
  26. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  27. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
  28. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  29. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
  30. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  31. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
  32. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  33. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  34. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  35. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  37. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
  38. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  39. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
  40. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  41. package/dist/cjs/schemas/common/date/index.d.ts +4 -0
  42. package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
  43. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
  44. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
  45. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
  46. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
  47. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
  48. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
  49. package/dist/cjs/schemas/common/index.d.ts +1 -0
  50. package/dist/cjs/schemas/common/index.d.ts.map +1 -1
  51. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
  52. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  53. package/dist/cjs/schemas/index.d.ts +1 -0
  54. package/dist/cjs/schemas/index.d.ts.map +1 -1
  55. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
  56. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
  57. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
  58. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  59. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
  60. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
  61. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
  62. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  63. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  64. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  65. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  66. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  67. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
  68. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  69. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  70. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  71. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
  72. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  73. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  74. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
  75. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  76. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  77. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  78. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
  79. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  80. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
  81. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  82. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  83. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
  84. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  85. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  86. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  87. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  88. package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
  89. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
  90. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  91. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  92. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  93. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
  94. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  95. package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
  96. package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
  97. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  98. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  99. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
  100. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  101. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
  102. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  103. package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
  104. package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
  105. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
  106. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  107. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
  108. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
  109. package/dist/cjs/schemas/report/index.d.ts +5 -0
  110. package/dist/cjs/schemas/report/index.d.ts.map +1 -0
  111. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  112. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  113. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
  114. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  115. package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
  116. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
  117. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  118. package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
  119. package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
  120. package/dist/esm/constants/common/index.d.ts +1 -0
  121. package/dist/esm/constants/common/index.d.ts.map +1 -1
  122. package/dist/esm/constants/index.d.ts +1 -0
  123. package/dist/esm/constants/index.d.ts.map +1 -1
  124. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -0
  125. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  126. package/dist/esm/constants/report/common/index.d.ts +3 -0
  127. package/dist/esm/constants/report/common/index.d.ts.map +1 -0
  128. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  129. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  130. package/dist/esm/constants/report/common/report-group-type.constant.d.ts +5 -0
  131. package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
  132. package/dist/esm/constants/report/index.d.ts +2 -0
  133. package/dist/esm/constants/report/index.d.ts.map +1 -0
  134. package/dist/esm/index.mjs +257 -92
  135. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  136. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  137. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
  138. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
  139. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  140. package/dist/esm/schemas/cma/index.d.ts +1 -0
  141. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  142. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
  143. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  144. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
  145. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  146. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
  147. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  148. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  149. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  150. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  151. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  152. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
  153. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  154. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
  155. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  156. package/dist/esm/schemas/common/date/index.d.ts +4 -0
  157. package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
  158. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
  159. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
  160. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
  161. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
  162. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
  163. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
  164. package/dist/esm/schemas/common/index.d.ts +1 -0
  165. package/dist/esm/schemas/common/index.d.ts.map +1 -1
  166. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
  167. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  168. package/dist/esm/schemas/index.d.ts +1 -0
  169. package/dist/esm/schemas/index.d.ts.map +1 -1
  170. package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
  171. package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
  172. package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
  173. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  174. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
  175. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
  176. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
  177. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  178. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  179. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  180. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  181. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  182. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
  183. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  184. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  185. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  186. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
  187. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  188. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  189. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
  190. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  191. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  192. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  193. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
  194. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  195. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
  196. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  197. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  198. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
  199. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  200. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  201. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  202. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  203. package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
  204. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
  205. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  206. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  207. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  208. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
  209. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  210. package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
  211. package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
  212. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  213. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  214. package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
  215. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  216. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
  217. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  218. package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
  219. package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
  220. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
  221. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  222. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
  223. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
  224. package/dist/esm/schemas/report/index.d.ts +5 -0
  225. package/dist/esm/schemas/report/index.d.ts.map +1 -0
  226. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  227. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  228. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
  229. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  230. package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
  231. package/package.json +1 -1
@@ -18,13 +18,13 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
18
18
  cmaBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
19
19
  mtaBalanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
20
20
  }, "strip", z.ZodTypeAny, {
21
- id: string;
22
21
  status: string;
22
+ id: string;
23
+ balanceCents: number;
23
24
  isArchived: boolean;
24
25
  createdAt: Date;
25
26
  updatedAt: Date;
26
27
  syncedAt: Date;
27
- balanceCents: number;
28
28
  customerId: string;
29
29
  projectId: string;
30
30
  lotDetail: string | null;
@@ -35,13 +35,13 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
35
35
  cmaBalanceCents: number;
36
36
  buyerName?: string | null | undefined;
37
37
  }, {
38
- id: string;
39
38
  status: string;
39
+ id: string;
40
+ balanceCents: string | number | bigint;
40
41
  isArchived: boolean;
41
42
  createdAt: Date;
42
43
  updatedAt: Date;
43
44
  syncedAt: Date;
44
- balanceCents: string | number | bigint;
45
45
  customerId: string;
46
46
  projectId: string;
47
47
  lotDetail: string | null;
@@ -82,8 +82,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
82
82
  syncedAt: z.ZodDate;
83
83
  updatedAt: z.ZodDate;
84
84
  }, "strip", z.ZodTypeAny, {
85
- id: string;
86
85
  status: string;
86
+ id: string;
87
87
  isArchived: boolean;
88
88
  createdAt: Date;
89
89
  updatedAt: Date;
@@ -92,8 +92,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
92
92
  email: string;
93
93
  syncedAt: Date;
94
94
  }, {
95
- id: string;
96
95
  status: string;
96
+ id: string;
97
97
  isArchived: boolean;
98
98
  createdAt: Date;
99
99
  updatedAt: Date;
@@ -124,16 +124,16 @@ export declare const propertyRestResSchema: z.ZodObject<{
124
124
  syncedAt: z.ZodDate;
125
125
  updatedAt: z.ZodDate;
126
126
  }, "strip", z.ZodTypeAny, {
127
- id: string;
128
127
  status: string;
128
+ id: string;
129
129
  isArchived: boolean;
130
130
  createdAt: Date;
131
131
  updatedAt: Date;
132
132
  syncedAt: Date;
133
133
  companyName: string | null;
134
134
  }, {
135
- id: string;
136
135
  status: string;
136
+ id: string;
137
137
  isArchived: boolean;
138
138
  createdAt: Date;
139
139
  updatedAt: Date;
@@ -141,20 +141,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
141
141
  companyName: string | null;
142
142
  }>>>;
143
143
  }, "strip", z.ZodTypeAny, {
144
- id: string;
144
+ type: string;
145
145
  status: string;
146
+ id: string;
146
147
  isArchived: boolean;
147
148
  createdAt: Date;
148
149
  updatedAt: Date;
149
- type: string;
150
150
  syncedAt: Date;
151
151
  mtaId: string | null;
152
152
  name: string;
153
153
  developerId: string;
154
154
  state: string;
155
155
  developer?: {
156
- id: string;
157
156
  status: string;
157
+ id: string;
158
158
  isArchived: boolean;
159
159
  createdAt: Date;
160
160
  updatedAt: Date;
@@ -162,20 +162,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
162
162
  companyName: string | null;
163
163
  } | null | undefined;
164
164
  }, {
165
- id: string;
165
+ type: string;
166
166
  status: string;
167
+ id: string;
167
168
  isArchived: boolean;
168
169
  createdAt: Date;
169
170
  updatedAt: Date;
170
- type: string;
171
171
  syncedAt: Date;
172
172
  mtaId: string | null;
173
173
  name: string;
174
174
  developerId: string;
175
175
  state: string;
176
176
  developer?: {
177
- id: string;
178
177
  status: string;
178
+ id: string;
179
179
  isArchived: boolean;
180
180
  createdAt: Date;
181
181
  updatedAt: Date;
@@ -204,40 +204,40 @@ export declare const propertyRestResSchema: z.ZodObject<{
204
204
  bsb: z.ZodEffects<z.ZodString, string | null, string>;
205
205
  balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
206
206
  }, "strip", z.ZodTypeAny, {
207
- id: string;
208
207
  status: string;
208
+ id: string;
209
+ balanceCents: number;
210
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
211
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
209
212
  isArchived: boolean;
210
213
  createdBy: string | null;
211
214
  createdAt: Date;
212
215
  updatedAt: Date;
213
216
  syncedAt: Date | null;
214
- balanceCents: number;
215
217
  name: string;
216
218
  bsb: string | null;
217
219
  accountNumber: string | null;
218
220
  updatedBy: string | null;
219
221
  country: string;
220
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
221
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
222
222
  currentReceiveSeq: number;
223
223
  currentPayoutSeq: number;
224
224
  subsidiaryId: string;
225
225
  }, {
226
- id: string;
227
226
  status: string;
227
+ id: string;
228
+ balanceCents: string | number | bigint;
229
+ stateCode: string;
230
+ bankCode: string;
228
231
  isArchived: boolean;
229
232
  createdBy: string | null;
230
233
  createdAt: Date;
231
234
  updatedAt: Date;
232
235
  syncedAt: Date | null;
233
- balanceCents: string | number | bigint;
234
236
  name: string;
235
237
  bsb: string;
236
238
  accountNumber: string;
237
239
  updatedBy: string | null;
238
240
  country: string;
239
- stateCode: string;
240
- bankCode: string;
241
241
  currentReceiveSeq: number;
242
242
  currentPayoutSeq: number;
243
243
  subsidiaryId: string;
@@ -267,60 +267,60 @@ export declare const propertyRestResSchema: z.ZodObject<{
267
267
  readonly INACTIVE: "inactive";
268
268
  }>>;
269
269
  }, "strip", z.ZodTypeAny, {
270
- id: string;
271
270
  status: "active" | "inactive";
271
+ id: string;
272
+ accountName: string;
273
+ propertyId: string;
274
+ balanceCents: number;
275
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
276
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
272
277
  isArchived: boolean;
273
278
  createdBy: string;
274
279
  createdAt: Date;
275
280
  updatedAt: Date;
276
- balanceCents: number;
277
281
  description: string | null;
278
- propertyId: string;
279
282
  payoutId: number;
280
283
  bsb: string | null;
281
284
  accountNumber: string | null;
282
285
  cmaSeq: number;
283
286
  country: string;
284
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
285
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
286
- accountName: string;
287
287
  currentReceiveSeq: number;
288
288
  currentPayoutSeq: number;
289
289
  }, {
290
- id: string;
291
290
  status: string;
291
+ id: string;
292
+ accountName: string;
293
+ propertyId: string;
294
+ balanceCents: string | number | bigint;
295
+ stateCode: string;
296
+ bankCode: string;
292
297
  isArchived: boolean;
293
298
  createdBy: string;
294
299
  createdAt: Date;
295
300
  updatedAt: Date;
296
- balanceCents: string | number | bigint;
297
301
  description: string | null;
298
- propertyId: string;
299
302
  payoutId: number;
300
303
  bsb: string;
301
304
  accountNumber: string;
302
305
  cmaSeq: number;
303
306
  country: string;
304
- stateCode: string;
305
- bankCode: string;
306
- accountName: string;
307
307
  currentReceiveSeq: number;
308
308
  currentPayoutSeq: number;
309
309
  }>>>;
310
310
  cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
311
- id: string;
312
311
  status: "clearing" | "cleared" | "reconciled";
312
+ id: string;
313
+ propertyId: string | null;
314
+ balanceCents: number;
313
315
  isArchived: boolean;
314
316
  createdAt: Date;
315
317
  updatedAt: Date;
316
318
  syncedAt: Date | null;
317
319
  debitAmountCents: number;
318
320
  creditAmountCents: number;
319
- balanceCents: number;
320
321
  description: string | null;
321
322
  clearedAt: Date | null;
322
323
  cmaId: string;
323
- propertyId: string | null;
324
324
  createType: string;
325
325
  transactionType: string;
326
326
  isCanceled: boolean;
@@ -348,13 +348,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
348
348
  lastName?: string | null | undefined;
349
349
  } | null | undefined;
350
350
  property?: {
351
- id: string;
352
351
  status: string;
352
+ id: string;
353
+ balanceCents: number | bigint;
353
354
  isArchived: boolean;
354
355
  createdAt: Date;
355
356
  updatedAt: Date;
356
357
  syncedAt: Date;
357
- balanceCents: number | bigint;
358
358
  customerId: string;
359
359
  projectId: string;
360
360
  lotDetail: string | null;
@@ -364,8 +364,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
364
364
  mtaBalanceCents: number | bigint;
365
365
  cmaBalanceCents: number | bigint;
366
366
  customer?: {
367
- id: string;
368
367
  status: string;
368
+ id: string;
369
369
  isArchived: boolean;
370
370
  createdAt: Date;
371
371
  updatedAt: Date;
@@ -376,20 +376,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
376
376
  } | null | undefined;
377
377
  buyerName?: string | null | undefined;
378
378
  project?: {
379
- id: string;
379
+ type: string;
380
380
  status: string;
381
+ id: string;
381
382
  isArchived: boolean;
382
383
  createdAt: Date;
383
384
  updatedAt: Date;
384
- type: string;
385
385
  syncedAt: Date;
386
386
  mtaId: string | null;
387
387
  name: string;
388
388
  developerId: string;
389
389
  state: string;
390
390
  developer?: {
391
- id: string;
392
391
  status: string;
392
+ id: string;
393
393
  isArchived: boolean;
394
394
  createdAt: Date;
395
395
  updatedAt: Date;
@@ -401,19 +401,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
401
401
  } & {
402
402
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
403
403
  sourceTransaction?: Omit<{
404
- id: string;
405
404
  status: "clearing" | "cleared" | "reconciled";
405
+ id: string;
406
+ propertyId: string | null;
407
+ balanceCents: number;
406
408
  isArchived: boolean;
407
409
  createdAt: Date;
408
410
  updatedAt: Date;
409
411
  syncedAt: Date | null;
410
412
  debitAmountCents: number;
411
413
  creditAmountCents: number;
412
- balanceCents: number;
413
414
  description: string | null;
414
415
  clearedAt: Date | null;
415
416
  cmaId: string;
416
- propertyId: string | null;
417
417
  createType: string;
418
418
  transactionType: string;
419
419
  isCanceled: boolean;
@@ -441,13 +441,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
441
441
  lastName?: string | null | undefined;
442
442
  } | null | undefined;
443
443
  property?: {
444
- id: string;
445
444
  status: string;
445
+ id: string;
446
+ balanceCents: number | bigint;
446
447
  isArchived: boolean;
447
448
  createdAt: Date;
448
449
  updatedAt: Date;
449
450
  syncedAt: Date;
450
- balanceCents: number | bigint;
451
451
  customerId: string;
452
452
  projectId: string;
453
453
  lotDetail: string | null;
@@ -457,8 +457,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
457
457
  mtaBalanceCents: number | bigint;
458
458
  cmaBalanceCents: number | bigint;
459
459
  customer?: {
460
- id: string;
461
460
  status: string;
461
+ id: string;
462
462
  isArchived: boolean;
463
463
  createdAt: Date;
464
464
  updatedAt: Date;
@@ -469,20 +469,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
469
469
  } | null | undefined;
470
470
  buyerName?: string | null | undefined;
471
471
  project?: {
472
- id: string;
472
+ type: string;
473
473
  status: string;
474
+ id: string;
474
475
  isArchived: boolean;
475
476
  createdAt: Date;
476
477
  updatedAt: Date;
477
- type: string;
478
478
  syncedAt: Date;
479
479
  mtaId: string | null;
480
480
  name: string;
481
481
  developerId: string;
482
482
  state: string;
483
483
  developer?: {
484
- id: string;
485
484
  status: string;
485
+ id: string;
486
486
  isArchived: boolean;
487
487
  createdAt: Date;
488
488
  updatedAt: Date;
@@ -493,19 +493,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
493
493
  } | null | undefined;
494
494
  } & any, "cma"> | null | undefined;
495
495
  subsequentTransactions?: Omit<{
496
- id: string;
497
496
  status: "clearing" | "cleared" | "reconciled";
497
+ id: string;
498
+ propertyId: string | null;
499
+ balanceCents: number;
498
500
  isArchived: boolean;
499
501
  createdAt: Date;
500
502
  updatedAt: Date;
501
503
  syncedAt: Date | null;
502
504
  debitAmountCents: number;
503
505
  creditAmountCents: number;
504
- balanceCents: number;
505
506
  description: string | null;
506
507
  clearedAt: Date | null;
507
508
  cmaId: string;
508
- propertyId: string | null;
509
509
  createType: string;
510
510
  transactionType: string;
511
511
  isCanceled: boolean;
@@ -533,13 +533,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
533
533
  lastName?: string | null | undefined;
534
534
  } | null | undefined;
535
535
  property?: {
536
- id: string;
537
536
  status: string;
537
+ id: string;
538
+ balanceCents: number | bigint;
538
539
  isArchived: boolean;
539
540
  createdAt: Date;
540
541
  updatedAt: Date;
541
542
  syncedAt: Date;
542
- balanceCents: number | bigint;
543
543
  customerId: string;
544
544
  projectId: string;
545
545
  lotDetail: string | null;
@@ -549,8 +549,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
549
549
  mtaBalanceCents: number | bigint;
550
550
  cmaBalanceCents: number | bigint;
551
551
  customer?: {
552
- id: string;
553
552
  status: string;
553
+ id: string;
554
554
  isArchived: boolean;
555
555
  createdAt: Date;
556
556
  updatedAt: Date;
@@ -561,20 +561,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
561
561
  } | null | undefined;
562
562
  buyerName?: string | null | undefined;
563
563
  project?: {
564
- id: string;
564
+ type: string;
565
565
  status: string;
566
+ id: string;
566
567
  isArchived: boolean;
567
568
  createdAt: Date;
568
569
  updatedAt: Date;
569
- type: string;
570
570
  syncedAt: Date;
571
571
  mtaId: string | null;
572
572
  name: string;
573
573
  developerId: string;
574
574
  state: string;
575
575
  developer?: {
576
- id: string;
577
576
  status: string;
577
+ id: string;
578
578
  isArchived: boolean;
579
579
  createdAt: Date;
580
580
  updatedAt: Date;
@@ -593,19 +593,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
593
593
  isCancelable?: boolean | null | undefined;
594
594
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
595
595
  }, z.ZodTypeDef, {
596
- id: string;
597
596
  status: string;
597
+ id: string;
598
+ propertyId: string | null;
599
+ balanceCents: string | number | bigint;
598
600
  isArchived: boolean;
599
601
  createdAt: Date;
600
602
  updatedAt: Date;
601
603
  syncedAt: Date | null;
602
604
  debitAmountCents: string | number | bigint;
603
605
  creditAmountCents: string | number | bigint;
604
- balanceCents: string | number | bigint;
605
606
  description: string | null;
606
607
  clearedAt: Date | null;
607
608
  cmaId: string;
608
- propertyId: string | null;
609
609
  createType: string;
610
610
  transactionType: string;
611
611
  isCanceled: boolean;
@@ -633,13 +633,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
633
633
  lastName?: string | null | undefined;
634
634
  } | null | undefined;
635
635
  property?: {
636
- id: string;
637
636
  status: string;
637
+ id: string;
638
+ balanceCents: number | bigint;
638
639
  isArchived: boolean;
639
640
  createdAt: Date;
640
641
  updatedAt: Date;
641
642
  syncedAt: Date;
642
- balanceCents: number | bigint;
643
643
  customerId: string;
644
644
  projectId: string;
645
645
  lotDetail: string | null;
@@ -649,8 +649,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
649
649
  mtaBalanceCents: number | bigint;
650
650
  cmaBalanceCents: number | bigint;
651
651
  customer?: {
652
- id: string;
653
652
  status: string;
653
+ id: string;
654
654
  isArchived: boolean;
655
655
  createdAt: Date;
656
656
  updatedAt: Date;
@@ -661,20 +661,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
661
661
  } | null | undefined;
662
662
  buyerName?: string | null | undefined;
663
663
  project?: {
664
- id: string;
664
+ type: string;
665
665
  status: string;
666
+ id: string;
666
667
  isArchived: boolean;
667
668
  createdAt: Date;
668
669
  updatedAt: Date;
669
- type: string;
670
670
  syncedAt: Date;
671
671
  mtaId: string | null;
672
672
  name: string;
673
673
  developerId: string;
674
674
  state: string;
675
675
  developer?: {
676
- id: string;
677
676
  status: string;
677
+ id: string;
678
678
  isArchived: boolean;
679
679
  createdAt: Date;
680
680
  updatedAt: Date;
@@ -686,19 +686,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
686
686
  } & {
687
687
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
688
688
  sourceTransaction?: ({
689
- id: string;
690
689
  status: string;
690
+ id: string;
691
+ propertyId: string | null;
692
+ balanceCents: string | number | bigint;
691
693
  isArchived: boolean;
692
694
  createdAt: Date;
693
695
  updatedAt: Date;
694
696
  syncedAt: Date | null;
695
697
  debitAmountCents: string | number | bigint;
696
698
  creditAmountCents: string | number | bigint;
697
- balanceCents: string | number | bigint;
698
699
  description: string | null;
699
700
  clearedAt: Date | null;
700
701
  cmaId: string;
701
- propertyId: string | null;
702
702
  createType: string;
703
703
  transactionType: string;
704
704
  isCanceled: boolean;
@@ -726,13 +726,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
726
726
  lastName?: string | null | undefined;
727
727
  } | null | undefined;
728
728
  property?: {
729
- id: string;
730
729
  status: string;
730
+ id: string;
731
+ balanceCents: number | bigint;
731
732
  isArchived: boolean;
732
733
  createdAt: Date;
733
734
  updatedAt: Date;
734
735
  syncedAt: Date;
735
- balanceCents: number | bigint;
736
736
  customerId: string;
737
737
  projectId: string;
738
738
  lotDetail: string | null;
@@ -742,8 +742,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
742
742
  mtaBalanceCents: number | bigint;
743
743
  cmaBalanceCents: number | bigint;
744
744
  customer?: {
745
- id: string;
746
745
  status: string;
746
+ id: string;
747
747
  isArchived: boolean;
748
748
  createdAt: Date;
749
749
  updatedAt: Date;
@@ -754,20 +754,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
754
754
  } | null | undefined;
755
755
  buyerName?: string | null | undefined;
756
756
  project?: {
757
- id: string;
757
+ type: string;
758
758
  status: string;
759
+ id: string;
759
760
  isArchived: boolean;
760
761
  createdAt: Date;
761
762
  updatedAt: Date;
762
- type: string;
763
763
  syncedAt: Date;
764
764
  mtaId: string | null;
765
765
  name: string;
766
766
  developerId: string;
767
767
  state: string;
768
768
  developer?: {
769
- id: string;
770
769
  status: string;
770
+ id: string;
771
771
  isArchived: boolean;
772
772
  createdAt: Date;
773
773
  updatedAt: Date;
@@ -778,19 +778,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
778
778
  } | null | undefined;
779
779
  } & any) | null | undefined;
780
780
  subsequentTransactions?: ({
781
- id: string;
782
781
  status: string;
782
+ id: string;
783
+ propertyId: string | null;
784
+ balanceCents: string | number | bigint;
783
785
  isArchived: boolean;
784
786
  createdAt: Date;
785
787
  updatedAt: Date;
786
788
  syncedAt: Date | null;
787
789
  debitAmountCents: string | number | bigint;
788
790
  creditAmountCents: string | number | bigint;
789
- balanceCents: string | number | bigint;
790
791
  description: string | null;
791
792
  clearedAt: Date | null;
792
793
  cmaId: string;
793
- propertyId: string | null;
794
794
  createType: string;
795
795
  transactionType: string;
796
796
  isCanceled: boolean;
@@ -818,13 +818,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
818
818
  lastName?: string | null | undefined;
819
819
  } | null | undefined;
820
820
  property?: {
821
- id: string;
822
821
  status: string;
822
+ id: string;
823
+ balanceCents: number | bigint;
823
824
  isArchived: boolean;
824
825
  createdAt: Date;
825
826
  updatedAt: Date;
826
827
  syncedAt: Date;
827
- balanceCents: number | bigint;
828
828
  customerId: string;
829
829
  projectId: string;
830
830
  lotDetail: string | null;
@@ -834,8 +834,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
834
834
  mtaBalanceCents: number | bigint;
835
835
  cmaBalanceCents: number | bigint;
836
836
  customer?: {
837
- id: string;
838
837
  status: string;
838
+ id: string;
839
839
  isArchived: boolean;
840
840
  createdAt: Date;
841
841
  updatedAt: Date;
@@ -846,20 +846,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
846
846
  } | null | undefined;
847
847
  buyerName?: string | null | undefined;
848
848
  project?: {
849
- id: string;
849
+ type: string;
850
850
  status: string;
851
+ id: string;
851
852
  isArchived: boolean;
852
853
  createdAt: Date;
853
854
  updatedAt: Date;
854
- type: string;
855
855
  syncedAt: Date;
856
856
  mtaId: string | null;
857
857
  name: string;
858
858
  developerId: string;
859
859
  state: string;
860
860
  developer?: {
861
- id: string;
862
861
  status: string;
862
+ id: string;
863
863
  isArchived: boolean;
864
864
  createdAt: Date;
865
865
  updatedAt: Date;
@@ -873,19 +873,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
873
873
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
874
874
  }>, "many">>>;
875
875
  mtaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
876
- id: string;
877
876
  status: import("../..").AccountingCommonStatus;
877
+ id: string;
878
+ propertyId: string | null;
879
+ balanceCents: number;
878
880
  isArchived: boolean;
879
881
  createdAt: Date;
880
882
  updatedAt: Date;
881
883
  syncedAt: Date;
882
884
  debitAmountCents: number;
883
885
  creditAmountCents: number;
884
- balanceCents: number;
885
886
  mtaId: string;
886
887
  description: string | null;
887
888
  clearedAt: Date | null;
888
- propertyId: string | null;
889
889
  transactionType: string;
890
890
  isCanceled: boolean;
891
891
  isRefunded: boolean;
@@ -914,13 +914,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
914
914
  lastName?: string | null | undefined;
915
915
  } | null | undefined;
916
916
  property?: {
917
- id: string;
918
917
  status: string;
918
+ id: string;
919
+ balanceCents: number | bigint;
919
920
  isArchived: boolean;
920
921
  createdAt: Date;
921
922
  updatedAt: Date;
922
923
  syncedAt: Date;
923
- balanceCents: number | bigint;
924
924
  customerId: string;
925
925
  projectId: string;
926
926
  lotDetail: string | null;
@@ -930,8 +930,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
930
930
  mtaBalanceCents: number | bigint;
931
931
  cmaBalanceCents: number | bigint;
932
932
  customer?: {
933
- id: string;
934
933
  status: string;
934
+ id: string;
935
935
  isArchived: boolean;
936
936
  createdAt: Date;
937
937
  updatedAt: Date;
@@ -942,20 +942,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
942
942
  } | null | undefined;
943
943
  buyerName?: string | null | undefined;
944
944
  project?: {
945
- id: string;
945
+ type: string;
946
946
  status: string;
947
+ id: string;
947
948
  isArchived: boolean;
948
949
  createdAt: Date;
949
950
  updatedAt: Date;
950
- type: string;
951
951
  syncedAt: Date;
952
952
  mtaId: string | null;
953
953
  name: string;
954
954
  developerId: string;
955
955
  state: string;
956
956
  developer?: {
957
- id: string;
958
957
  status: string;
958
+ id: string;
959
959
  isArchived: boolean;
960
960
  createdAt: Date;
961
961
  updatedAt: Date;
@@ -967,19 +967,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
967
967
  } & {
968
968
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
969
969
  sourceTransaction?: ({
970
- id: string;
971
970
  status: import("../..").AccountingCommonStatus;
971
+ id: string;
972
+ propertyId: string | null;
973
+ balanceCents: number;
972
974
  isArchived: boolean;
973
975
  createdAt: Date;
974
976
  updatedAt: Date;
975
977
  syncedAt: Date;
976
978
  debitAmountCents: number;
977
979
  creditAmountCents: number;
978
- balanceCents: number;
979
980
  mtaId: string;
980
981
  description: string | null;
981
982
  clearedAt: Date | null;
982
- propertyId: string | null;
983
983
  transactionType: string;
984
984
  isCanceled: boolean;
985
985
  isRefunded: boolean;
@@ -1008,13 +1008,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1008
1008
  lastName?: string | null | undefined;
1009
1009
  } | null | undefined;
1010
1010
  property?: {
1011
- id: string;
1012
1011
  status: string;
1012
+ id: string;
1013
+ balanceCents: number | bigint;
1013
1014
  isArchived: boolean;
1014
1015
  createdAt: Date;
1015
1016
  updatedAt: Date;
1016
1017
  syncedAt: Date;
1017
- balanceCents: number | bigint;
1018
1018
  customerId: string;
1019
1019
  projectId: string;
1020
1020
  lotDetail: string | null;
@@ -1024,8 +1024,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1024
1024
  mtaBalanceCents: number | bigint;
1025
1025
  cmaBalanceCents: number | bigint;
1026
1026
  customer?: {
1027
- id: string;
1028
1027
  status: string;
1028
+ id: string;
1029
1029
  isArchived: boolean;
1030
1030
  createdAt: Date;
1031
1031
  updatedAt: Date;
@@ -1036,20 +1036,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1036
1036
  } | null | undefined;
1037
1037
  buyerName?: string | null | undefined;
1038
1038
  project?: {
1039
- id: string;
1039
+ type: string;
1040
1040
  status: string;
1041
+ id: string;
1041
1042
  isArchived: boolean;
1042
1043
  createdAt: Date;
1043
1044
  updatedAt: Date;
1044
- type: string;
1045
1045
  syncedAt: Date;
1046
1046
  mtaId: string | null;
1047
1047
  name: string;
1048
1048
  developerId: string;
1049
1049
  state: string;
1050
1050
  developer?: {
1051
- id: string;
1052
1051
  status: string;
1052
+ id: string;
1053
1053
  isArchived: boolean;
1054
1054
  createdAt: Date;
1055
1055
  updatedAt: Date;
@@ -1060,19 +1060,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1060
1060
  } | null | undefined;
1061
1061
  } & any) | null | undefined;
1062
1062
  subsequentTransactions?: ({
1063
- id: string;
1064
1063
  status: import("../..").AccountingCommonStatus;
1064
+ id: string;
1065
+ propertyId: string | null;
1066
+ balanceCents: number;
1065
1067
  isArchived: boolean;
1066
1068
  createdAt: Date;
1067
1069
  updatedAt: Date;
1068
1070
  syncedAt: Date;
1069
1071
  debitAmountCents: number;
1070
1072
  creditAmountCents: number;
1071
- balanceCents: number;
1072
1073
  mtaId: string;
1073
1074
  description: string | null;
1074
1075
  clearedAt: Date | null;
1075
- propertyId: string | null;
1076
1076
  transactionType: string;
1077
1077
  isCanceled: boolean;
1078
1078
  isRefunded: boolean;
@@ -1101,13 +1101,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1101
1101
  lastName?: string | null | undefined;
1102
1102
  } | null | undefined;
1103
1103
  property?: {
1104
- id: string;
1105
1104
  status: string;
1105
+ id: string;
1106
+ balanceCents: number | bigint;
1106
1107
  isArchived: boolean;
1107
1108
  createdAt: Date;
1108
1109
  updatedAt: Date;
1109
1110
  syncedAt: Date;
1110
- balanceCents: number | bigint;
1111
1111
  customerId: string;
1112
1112
  projectId: string;
1113
1113
  lotDetail: string | null;
@@ -1117,8 +1117,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1117
1117
  mtaBalanceCents: number | bigint;
1118
1118
  cmaBalanceCents: number | bigint;
1119
1119
  customer?: {
1120
- id: string;
1121
1120
  status: string;
1121
+ id: string;
1122
1122
  isArchived: boolean;
1123
1123
  createdAt: Date;
1124
1124
  updatedAt: Date;
@@ -1129,20 +1129,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1129
1129
  } | null | undefined;
1130
1130
  buyerName?: string | null | undefined;
1131
1131
  project?: {
1132
- id: string;
1132
+ type: string;
1133
1133
  status: string;
1134
+ id: string;
1134
1135
  isArchived: boolean;
1135
1136
  createdAt: Date;
1136
1137
  updatedAt: Date;
1137
- type: string;
1138
1138
  syncedAt: Date;
1139
1139
  mtaId: string | null;
1140
1140
  name: string;
1141
1141
  developerId: string;
1142
1142
  state: string;
1143
1143
  developer?: {
1144
- id: string;
1145
1144
  status: string;
1145
+ id: string;
1146
1146
  isArchived: boolean;
1147
1147
  createdAt: Date;
1148
1148
  updatedAt: Date;
@@ -1163,19 +1163,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1163
1163
  transactionNumber?: string | null | undefined;
1164
1164
  isCancelable?: boolean | null | undefined;
1165
1165
  }, z.ZodTypeDef, {
1166
- id: string;
1167
1166
  status: string;
1167
+ id: string;
1168
+ propertyId: string | null;
1169
+ balanceCents: string | number | bigint;
1168
1170
  isArchived: boolean;
1169
1171
  createdAt: Date;
1170
1172
  updatedAt: Date;
1171
1173
  syncedAt: Date;
1172
1174
  debitAmountCents: string | number | bigint;
1173
1175
  creditAmountCents: string | number | bigint;
1174
- balanceCents: string | number | bigint;
1175
1176
  mtaId: string;
1176
1177
  description: string | null;
1177
1178
  clearedAt: Date | null;
1178
- propertyId: string | null;
1179
1179
  transactionType: string;
1180
1180
  isCanceled: boolean;
1181
1181
  isRefunded: boolean;
@@ -1204,13 +1204,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1204
1204
  lastName?: string | null | undefined;
1205
1205
  } | null | undefined;
1206
1206
  property?: {
1207
- id: string;
1208
1207
  status: string;
1208
+ id: string;
1209
+ balanceCents: number | bigint;
1209
1210
  isArchived: boolean;
1210
1211
  createdAt: Date;
1211
1212
  updatedAt: Date;
1212
1213
  syncedAt: Date;
1213
- balanceCents: number | bigint;
1214
1214
  customerId: string;
1215
1215
  projectId: string;
1216
1216
  lotDetail: string | null;
@@ -1220,8 +1220,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1220
1220
  mtaBalanceCents: number | bigint;
1221
1221
  cmaBalanceCents: number | bigint;
1222
1222
  customer?: {
1223
- id: string;
1224
1223
  status: string;
1224
+ id: string;
1225
1225
  isArchived: boolean;
1226
1226
  createdAt: Date;
1227
1227
  updatedAt: Date;
@@ -1232,20 +1232,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1232
1232
  } | null | undefined;
1233
1233
  buyerName?: string | null | undefined;
1234
1234
  project?: {
1235
- id: string;
1235
+ type: string;
1236
1236
  status: string;
1237
+ id: string;
1237
1238
  isArchived: boolean;
1238
1239
  createdAt: Date;
1239
1240
  updatedAt: Date;
1240
- type: string;
1241
1241
  syncedAt: Date;
1242
1242
  mtaId: string | null;
1243
1243
  name: string;
1244
1244
  developerId: string;
1245
1245
  state: string;
1246
1246
  developer?: {
1247
- id: string;
1248
1247
  status: string;
1248
+ id: string;
1249
1249
  isArchived: boolean;
1250
1250
  createdAt: Date;
1251
1251
  updatedAt: Date;
@@ -1257,19 +1257,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1257
1257
  } & {
1258
1258
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1259
1259
  sourceTransaction?: ({
1260
- id: string;
1261
1260
  status: string;
1261
+ id: string;
1262
+ propertyId: string | null;
1263
+ balanceCents: string | number | bigint;
1262
1264
  isArchived: boolean;
1263
1265
  createdAt: Date;
1264
1266
  updatedAt: Date;
1265
1267
  syncedAt: Date;
1266
1268
  debitAmountCents: string | number | bigint;
1267
1269
  creditAmountCents: string | number | bigint;
1268
- balanceCents: string | number | bigint;
1269
1270
  mtaId: string;
1270
1271
  description: string | null;
1271
1272
  clearedAt: Date | null;
1272
- propertyId: string | null;
1273
1273
  transactionType: string;
1274
1274
  isCanceled: boolean;
1275
1275
  isRefunded: boolean;
@@ -1298,13 +1298,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1298
1298
  lastName?: string | null | undefined;
1299
1299
  } | null | undefined;
1300
1300
  property?: {
1301
- id: string;
1302
1301
  status: string;
1303
- isArchived: boolean;
1302
+ id: string;
1303
+ balanceCents: number | bigint;
1304
+ isArchived: boolean;
1304
1305
  createdAt: Date;
1305
1306
  updatedAt: Date;
1306
1307
  syncedAt: Date;
1307
- balanceCents: number | bigint;
1308
1308
  customerId: string;
1309
1309
  projectId: string;
1310
1310
  lotDetail: string | null;
@@ -1314,8 +1314,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1314
1314
  mtaBalanceCents: number | bigint;
1315
1315
  cmaBalanceCents: number | bigint;
1316
1316
  customer?: {
1317
- id: string;
1318
1317
  status: string;
1318
+ id: string;
1319
1319
  isArchived: boolean;
1320
1320
  createdAt: Date;
1321
1321
  updatedAt: Date;
@@ -1326,20 +1326,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1326
1326
  } | null | undefined;
1327
1327
  buyerName?: string | null | undefined;
1328
1328
  project?: {
1329
- id: string;
1329
+ type: string;
1330
1330
  status: string;
1331
+ id: string;
1331
1332
  isArchived: boolean;
1332
1333
  createdAt: Date;
1333
1334
  updatedAt: Date;
1334
- type: string;
1335
1335
  syncedAt: Date;
1336
1336
  mtaId: string | null;
1337
1337
  name: string;
1338
1338
  developerId: string;
1339
1339
  state: string;
1340
1340
  developer?: {
1341
- id: string;
1342
1341
  status: string;
1342
+ id: string;
1343
1343
  isArchived: boolean;
1344
1344
  createdAt: Date;
1345
1345
  updatedAt: Date;
@@ -1350,19 +1350,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1350
1350
  } | null | undefined;
1351
1351
  } & any) | null | undefined;
1352
1352
  subsequentTransactions?: ({
1353
- id: string;
1354
1353
  status: string;
1354
+ id: string;
1355
+ propertyId: string | null;
1356
+ balanceCents: string | number | bigint;
1355
1357
  isArchived: boolean;
1356
1358
  createdAt: Date;
1357
1359
  updatedAt: Date;
1358
1360
  syncedAt: Date;
1359
1361
  debitAmountCents: string | number | bigint;
1360
1362
  creditAmountCents: string | number | bigint;
1361
- balanceCents: string | number | bigint;
1362
1363
  mtaId: string;
1363
1364
  description: string | null;
1364
1365
  clearedAt: Date | null;
1365
- propertyId: string | null;
1366
1366
  transactionType: string;
1367
1367
  isCanceled: boolean;
1368
1368
  isRefunded: boolean;
@@ -1391,13 +1391,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1391
1391
  lastName?: string | null | undefined;
1392
1392
  } | null | undefined;
1393
1393
  property?: {
1394
- id: string;
1395
1394
  status: string;
1395
+ id: string;
1396
+ balanceCents: number | bigint;
1396
1397
  isArchived: boolean;
1397
1398
  createdAt: Date;
1398
1399
  updatedAt: Date;
1399
1400
  syncedAt: Date;
1400
- balanceCents: number | bigint;
1401
1401
  customerId: string;
1402
1402
  projectId: string;
1403
1403
  lotDetail: string | null;
@@ -1407,8 +1407,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1407
1407
  mtaBalanceCents: number | bigint;
1408
1408
  cmaBalanceCents: number | bigint;
1409
1409
  customer?: {
1410
- id: string;
1411
1410
  status: string;
1411
+ id: string;
1412
1412
  isArchived: boolean;
1413
1413
  createdAt: Date;
1414
1414
  updatedAt: Date;
@@ -1419,20 +1419,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1419
1419
  } | null | undefined;
1420
1420
  buyerName?: string | null | undefined;
1421
1421
  project?: {
1422
- id: string;
1422
+ type: string;
1423
1423
  status: string;
1424
+ id: string;
1424
1425
  isArchived: boolean;
1425
1426
  createdAt: Date;
1426
1427
  updatedAt: Date;
1427
- type: string;
1428
1428
  syncedAt: Date;
1429
1429
  mtaId: string | null;
1430
1430
  name: string;
1431
1431
  developerId: string;
1432
1432
  state: string;
1433
1433
  developer?: {
1434
- id: string;
1435
1434
  status: string;
1435
+ id: string;
1436
1436
  isArchived: boolean;
1437
1437
  createdAt: Date;
1438
1438
  updatedAt: Date;
@@ -1445,13 +1445,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1445
1445
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1446
1446
  }>, "many">>>;
1447
1447
  }, "strip", z.ZodTypeAny, {
1448
- id: string;
1449
1448
  status: string;
1449
+ id: string;
1450
+ balanceCents: number;
1450
1451
  isArchived: boolean;
1451
1452
  createdAt: Date;
1452
1453
  updatedAt: Date;
1453
1454
  syncedAt: Date;
1454
- balanceCents: number;
1455
1455
  customerId: string;
1456
1456
  projectId: string;
1457
1457
  lotDetail: string | null;
@@ -1460,74 +1460,74 @@ export declare const propertyRestResSchema: z.ZodObject<{
1460
1460
  mtaId: string;
1461
1461
  mtaBalanceCents: number;
1462
1462
  cmaBalanceCents: number;
1463
- customer?: {
1464
- id: string;
1465
- status: string;
1466
- isArchived: boolean;
1467
- createdAt: Date;
1468
- updatedAt: Date;
1469
- fullName: string | null;
1470
- mobile: string | null;
1471
- email: string;
1472
- syncedAt: Date;
1473
- } | null | undefined;
1474
1463
  cma?: {
1475
- id: string;
1476
1464
  status: "active" | "inactive";
1465
+ id: string;
1466
+ accountName: string;
1467
+ propertyId: string;
1468
+ balanceCents: number;
1469
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1470
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1477
1471
  isArchived: boolean;
1478
1472
  createdBy: string;
1479
1473
  createdAt: Date;
1480
1474
  updatedAt: Date;
1481
- balanceCents: number;
1482
1475
  description: string | null;
1483
- propertyId: string;
1484
1476
  payoutId: number;
1485
1477
  bsb: string | null;
1486
1478
  accountNumber: string | null;
1487
1479
  cmaSeq: number;
1488
1480
  country: string;
1489
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1490
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1491
- accountName: string;
1492
1481
  currentReceiveSeq: number;
1493
1482
  currentPayoutSeq: number;
1494
1483
  } | null | undefined;
1495
1484
  mta?: {
1496
- id: string;
1497
1485
  status: string;
1486
+ id: string;
1487
+ balanceCents: number;
1488
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1489
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1498
1490
  isArchived: boolean;
1499
1491
  createdBy: string | null;
1500
1492
  createdAt: Date;
1501
1493
  updatedAt: Date;
1502
1494
  syncedAt: Date | null;
1503
- balanceCents: number;
1504
1495
  name: string;
1505
1496
  bsb: string | null;
1506
1497
  accountNumber: string | null;
1507
1498
  updatedBy: string | null;
1508
1499
  country: string;
1509
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1510
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1511
1500
  currentReceiveSeq: number;
1512
1501
  currentPayoutSeq: number;
1513
1502
  subsidiaryId: string;
1514
1503
  } | null | undefined;
1504
+ customer?: {
1505
+ status: string;
1506
+ id: string;
1507
+ isArchived: boolean;
1508
+ createdAt: Date;
1509
+ updatedAt: Date;
1510
+ fullName: string | null;
1511
+ mobile: string | null;
1512
+ email: string;
1513
+ syncedAt: Date;
1514
+ } | null | undefined;
1515
1515
  buyerName?: string | null | undefined;
1516
1516
  project?: {
1517
- id: string;
1517
+ type: string;
1518
1518
  status: string;
1519
+ id: string;
1519
1520
  isArchived: boolean;
1520
1521
  createdAt: Date;
1521
1522
  updatedAt: Date;
1522
- type: string;
1523
1523
  syncedAt: Date;
1524
1524
  mtaId: string | null;
1525
1525
  name: string;
1526
1526
  developerId: string;
1527
1527
  state: string;
1528
1528
  developer?: {
1529
- id: string;
1530
1529
  status: string;
1530
+ id: string;
1531
1531
  isArchived: boolean;
1532
1532
  createdAt: Date;
1533
1533
  updatedAt: Date;
@@ -1536,19 +1536,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1536
1536
  } | null | undefined;
1537
1537
  } | null | undefined;
1538
1538
  cmaTransactions?: ({
1539
- id: string;
1540
1539
  status: "clearing" | "cleared" | "reconciled";
1540
+ id: string;
1541
+ propertyId: string | null;
1542
+ balanceCents: number;
1541
1543
  isArchived: boolean;
1542
1544
  createdAt: Date;
1543
1545
  updatedAt: Date;
1544
1546
  syncedAt: Date | null;
1545
1547
  debitAmountCents: number;
1546
1548
  creditAmountCents: number;
1547
- balanceCents: number;
1548
1549
  description: string | null;
1549
1550
  clearedAt: Date | null;
1550
1551
  cmaId: string;
1551
- propertyId: string | null;
1552
1552
  createType: string;
1553
1553
  transactionType: string;
1554
1554
  isCanceled: boolean;
@@ -1576,13 +1576,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1576
1576
  lastName?: string | null | undefined;
1577
1577
  } | null | undefined;
1578
1578
  property?: {
1579
- id: string;
1580
1579
  status: string;
1580
+ id: string;
1581
+ balanceCents: number | bigint;
1581
1582
  isArchived: boolean;
1582
1583
  createdAt: Date;
1583
1584
  updatedAt: Date;
1584
1585
  syncedAt: Date;
1585
- balanceCents: number | bigint;
1586
1586
  customerId: string;
1587
1587
  projectId: string;
1588
1588
  lotDetail: string | null;
@@ -1592,8 +1592,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1592
1592
  mtaBalanceCents: number | bigint;
1593
1593
  cmaBalanceCents: number | bigint;
1594
1594
  customer?: {
1595
- id: string;
1596
1595
  status: string;
1596
+ id: string;
1597
1597
  isArchived: boolean;
1598
1598
  createdAt: Date;
1599
1599
  updatedAt: Date;
@@ -1604,20 +1604,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1604
1604
  } | null | undefined;
1605
1605
  buyerName?: string | null | undefined;
1606
1606
  project?: {
1607
- id: string;
1607
+ type: string;
1608
1608
  status: string;
1609
+ id: string;
1609
1610
  isArchived: boolean;
1610
1611
  createdAt: Date;
1611
1612
  updatedAt: Date;
1612
- type: string;
1613
1613
  syncedAt: Date;
1614
1614
  mtaId: string | null;
1615
1615
  name: string;
1616
1616
  developerId: string;
1617
1617
  state: string;
1618
1618
  developer?: {
1619
- id: string;
1620
1619
  status: string;
1620
+ id: string;
1621
1621
  isArchived: boolean;
1622
1622
  createdAt: Date;
1623
1623
  updatedAt: Date;
@@ -1629,19 +1629,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1629
1629
  } & {
1630
1630
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1631
1631
  sourceTransaction?: Omit<{
1632
- id: string;
1633
1632
  status: "clearing" | "cleared" | "reconciled";
1633
+ id: string;
1634
+ propertyId: string | null;
1635
+ balanceCents: number;
1634
1636
  isArchived: boolean;
1635
1637
  createdAt: Date;
1636
1638
  updatedAt: Date;
1637
1639
  syncedAt: Date | null;
1638
1640
  debitAmountCents: number;
1639
1641
  creditAmountCents: number;
1640
- balanceCents: number;
1641
1642
  description: string | null;
1642
1643
  clearedAt: Date | null;
1643
1644
  cmaId: string;
1644
- propertyId: string | null;
1645
1645
  createType: string;
1646
1646
  transactionType: string;
1647
1647
  isCanceled: boolean;
@@ -1669,13 +1669,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1669
1669
  lastName?: string | null | undefined;
1670
1670
  } | null | undefined;
1671
1671
  property?: {
1672
- id: string;
1673
1672
  status: string;
1673
+ id: string;
1674
+ balanceCents: number | bigint;
1674
1675
  isArchived: boolean;
1675
1676
  createdAt: Date;
1676
1677
  updatedAt: Date;
1677
1678
  syncedAt: Date;
1678
- balanceCents: number | bigint;
1679
1679
  customerId: string;
1680
1680
  projectId: string;
1681
1681
  lotDetail: string | null;
@@ -1685,8 +1685,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1685
1685
  mtaBalanceCents: number | bigint;
1686
1686
  cmaBalanceCents: number | bigint;
1687
1687
  customer?: {
1688
- id: string;
1689
1688
  status: string;
1689
+ id: string;
1690
1690
  isArchived: boolean;
1691
1691
  createdAt: Date;
1692
1692
  updatedAt: Date;
@@ -1697,20 +1697,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1697
1697
  } | null | undefined;
1698
1698
  buyerName?: string | null | undefined;
1699
1699
  project?: {
1700
- id: string;
1700
+ type: string;
1701
1701
  status: string;
1702
+ id: string;
1702
1703
  isArchived: boolean;
1703
1704
  createdAt: Date;
1704
1705
  updatedAt: Date;
1705
- type: string;
1706
1706
  syncedAt: Date;
1707
1707
  mtaId: string | null;
1708
1708
  name: string;
1709
1709
  developerId: string;
1710
1710
  state: string;
1711
1711
  developer?: {
1712
- id: string;
1713
1712
  status: string;
1713
+ id: string;
1714
1714
  isArchived: boolean;
1715
1715
  createdAt: Date;
1716
1716
  updatedAt: Date;
@@ -1721,19 +1721,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1721
1721
  } | null | undefined;
1722
1722
  } & any, "cma"> | null | undefined;
1723
1723
  subsequentTransactions?: Omit<{
1724
- id: string;
1725
1724
  status: "clearing" | "cleared" | "reconciled";
1725
+ id: string;
1726
+ propertyId: string | null;
1727
+ balanceCents: number;
1726
1728
  isArchived: boolean;
1727
1729
  createdAt: Date;
1728
1730
  updatedAt: Date;
1729
1731
  syncedAt: Date | null;
1730
1732
  debitAmountCents: number;
1731
1733
  creditAmountCents: number;
1732
- balanceCents: number;
1733
1734
  description: string | null;
1734
1735
  clearedAt: Date | null;
1735
1736
  cmaId: string;
1736
- propertyId: string | null;
1737
1737
  createType: string;
1738
1738
  transactionType: string;
1739
1739
  isCanceled: boolean;
@@ -1761,13 +1761,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1761
1761
  lastName?: string | null | undefined;
1762
1762
  } | null | undefined;
1763
1763
  property?: {
1764
- id: string;
1765
1764
  status: string;
1765
+ id: string;
1766
+ balanceCents: number | bigint;
1766
1767
  isArchived: boolean;
1767
1768
  createdAt: Date;
1768
1769
  updatedAt: Date;
1769
1770
  syncedAt: Date;
1770
- balanceCents: number | bigint;
1771
1771
  customerId: string;
1772
1772
  projectId: string;
1773
1773
  lotDetail: string | null;
@@ -1777,8 +1777,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1777
1777
  mtaBalanceCents: number | bigint;
1778
1778
  cmaBalanceCents: number | bigint;
1779
1779
  customer?: {
1780
- id: string;
1781
1780
  status: string;
1781
+ id: string;
1782
1782
  isArchived: boolean;
1783
1783
  createdAt: Date;
1784
1784
  updatedAt: Date;
@@ -1789,20 +1789,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1789
1789
  } | null | undefined;
1790
1790
  buyerName?: string | null | undefined;
1791
1791
  project?: {
1792
- id: string;
1792
+ type: string;
1793
1793
  status: string;
1794
+ id: string;
1794
1795
  isArchived: boolean;
1795
1796
  createdAt: Date;
1796
1797
  updatedAt: Date;
1797
- type: string;
1798
1798
  syncedAt: Date;
1799
1799
  mtaId: string | null;
1800
1800
  name: string;
1801
1801
  developerId: string;
1802
1802
  state: string;
1803
1803
  developer?: {
1804
- id: string;
1805
1804
  status: string;
1805
+ id: string;
1806
1806
  isArchived: boolean;
1807
1807
  createdAt: Date;
1808
1808
  updatedAt: Date;
@@ -1822,19 +1822,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1822
1822
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
1823
1823
  })[] | null | undefined;
1824
1824
  mtaTransactions?: ({
1825
- id: string;
1826
1825
  status: import("../..").AccountingCommonStatus;
1826
+ id: string;
1827
+ propertyId: string | null;
1828
+ balanceCents: number;
1827
1829
  isArchived: boolean;
1828
1830
  createdAt: Date;
1829
1831
  updatedAt: Date;
1830
1832
  syncedAt: Date;
1831
1833
  debitAmountCents: number;
1832
1834
  creditAmountCents: number;
1833
- balanceCents: number;
1834
1835
  mtaId: string;
1835
1836
  description: string | null;
1836
1837
  clearedAt: Date | null;
1837
- propertyId: string | null;
1838
1838
  transactionType: string;
1839
1839
  isCanceled: boolean;
1840
1840
  isRefunded: boolean;
@@ -1863,13 +1863,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1863
1863
  lastName?: string | null | undefined;
1864
1864
  } | null | undefined;
1865
1865
  property?: {
1866
- id: string;
1867
1866
  status: string;
1867
+ id: string;
1868
+ balanceCents: number | bigint;
1868
1869
  isArchived: boolean;
1869
1870
  createdAt: Date;
1870
1871
  updatedAt: Date;
1871
1872
  syncedAt: Date;
1872
- balanceCents: number | bigint;
1873
1873
  customerId: string;
1874
1874
  projectId: string;
1875
1875
  lotDetail: string | null;
@@ -1879,8 +1879,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1879
1879
  mtaBalanceCents: number | bigint;
1880
1880
  cmaBalanceCents: number | bigint;
1881
1881
  customer?: {
1882
- id: string;
1883
1882
  status: string;
1883
+ id: string;
1884
1884
  isArchived: boolean;
1885
1885
  createdAt: Date;
1886
1886
  updatedAt: Date;
@@ -1891,20 +1891,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1891
1891
  } | null | undefined;
1892
1892
  buyerName?: string | null | undefined;
1893
1893
  project?: {
1894
- id: string;
1894
+ type: string;
1895
1895
  status: string;
1896
+ id: string;
1896
1897
  isArchived: boolean;
1897
1898
  createdAt: Date;
1898
1899
  updatedAt: Date;
1899
- type: string;
1900
1900
  syncedAt: Date;
1901
1901
  mtaId: string | null;
1902
1902
  name: string;
1903
1903
  developerId: string;
1904
1904
  state: string;
1905
1905
  developer?: {
1906
- id: string;
1907
1906
  status: string;
1907
+ id: string;
1908
1908
  isArchived: boolean;
1909
1909
  createdAt: Date;
1910
1910
  updatedAt: Date;
@@ -1916,19 +1916,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
1916
1916
  } & {
1917
1917
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1918
1918
  sourceTransaction?: ({
1919
- id: string;
1920
1919
  status: import("../..").AccountingCommonStatus;
1920
+ id: string;
1921
+ propertyId: string | null;
1922
+ balanceCents: number;
1921
1923
  isArchived: boolean;
1922
1924
  createdAt: Date;
1923
1925
  updatedAt: Date;
1924
1926
  syncedAt: Date;
1925
1927
  debitAmountCents: number;
1926
1928
  creditAmountCents: number;
1927
- balanceCents: number;
1928
1929
  mtaId: string;
1929
1930
  description: string | null;
1930
1931
  clearedAt: Date | null;
1931
- propertyId: string | null;
1932
1932
  transactionType: string;
1933
1933
  isCanceled: boolean;
1934
1934
  isRefunded: boolean;
@@ -1957,13 +1957,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
1957
1957
  lastName?: string | null | undefined;
1958
1958
  } | null | undefined;
1959
1959
  property?: {
1960
- id: string;
1961
1960
  status: string;
1961
+ id: string;
1962
+ balanceCents: number | bigint;
1962
1963
  isArchived: boolean;
1963
1964
  createdAt: Date;
1964
1965
  updatedAt: Date;
1965
1966
  syncedAt: Date;
1966
- balanceCents: number | bigint;
1967
1967
  customerId: string;
1968
1968
  projectId: string;
1969
1969
  lotDetail: string | null;
@@ -1973,8 +1973,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
1973
1973
  mtaBalanceCents: number | bigint;
1974
1974
  cmaBalanceCents: number | bigint;
1975
1975
  customer?: {
1976
- id: string;
1977
1976
  status: string;
1977
+ id: string;
1978
1978
  isArchived: boolean;
1979
1979
  createdAt: Date;
1980
1980
  updatedAt: Date;
@@ -1985,20 +1985,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
1985
1985
  } | null | undefined;
1986
1986
  buyerName?: string | null | undefined;
1987
1987
  project?: {
1988
- id: string;
1988
+ type: string;
1989
1989
  status: string;
1990
+ id: string;
1990
1991
  isArchived: boolean;
1991
1992
  createdAt: Date;
1992
1993
  updatedAt: Date;
1993
- type: string;
1994
1994
  syncedAt: Date;
1995
1995
  mtaId: string | null;
1996
1996
  name: string;
1997
1997
  developerId: string;
1998
1998
  state: string;
1999
1999
  developer?: {
2000
- id: string;
2001
2000
  status: string;
2001
+ id: string;
2002
2002
  isArchived: boolean;
2003
2003
  createdAt: Date;
2004
2004
  updatedAt: Date;
@@ -2009,19 +2009,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
2009
2009
  } | null | undefined;
2010
2010
  } & any) | null | undefined;
2011
2011
  subsequentTransactions?: ({
2012
- id: string;
2013
2012
  status: import("../..").AccountingCommonStatus;
2013
+ id: string;
2014
+ propertyId: string | null;
2015
+ balanceCents: number;
2014
2016
  isArchived: boolean;
2015
2017
  createdAt: Date;
2016
2018
  updatedAt: Date;
2017
2019
  syncedAt: Date;
2018
2020
  debitAmountCents: number;
2019
2021
  creditAmountCents: number;
2020
- balanceCents: number;
2021
2022
  mtaId: string;
2022
2023
  description: string | null;
2023
2024
  clearedAt: Date | null;
2024
- propertyId: string | null;
2025
2025
  transactionType: string;
2026
2026
  isCanceled: boolean;
2027
2027
  isRefunded: boolean;
@@ -2050,13 +2050,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2050
2050
  lastName?: string | null | undefined;
2051
2051
  } | null | undefined;
2052
2052
  property?: {
2053
- id: string;
2054
2053
  status: string;
2054
+ id: string;
2055
+ balanceCents: number | bigint;
2055
2056
  isArchived: boolean;
2056
2057
  createdAt: Date;
2057
2058
  updatedAt: Date;
2058
2059
  syncedAt: Date;
2059
- balanceCents: number | bigint;
2060
2060
  customerId: string;
2061
2061
  projectId: string;
2062
2062
  lotDetail: string | null;
@@ -2066,8 +2066,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
2066
2066
  mtaBalanceCents: number | bigint;
2067
2067
  cmaBalanceCents: number | bigint;
2068
2068
  customer?: {
2069
- id: string;
2070
2069
  status: string;
2070
+ id: string;
2071
2071
  isArchived: boolean;
2072
2072
  createdAt: Date;
2073
2073
  updatedAt: Date;
@@ -2078,20 +2078,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
2078
2078
  } | null | undefined;
2079
2079
  buyerName?: string | null | undefined;
2080
2080
  project?: {
2081
- id: string;
2081
+ type: string;
2082
2082
  status: string;
2083
+ id: string;
2083
2084
  isArchived: boolean;
2084
2085
  createdAt: Date;
2085
2086
  updatedAt: Date;
2086
- type: string;
2087
2087
  syncedAt: Date;
2088
2088
  mtaId: string | null;
2089
2089
  name: string;
2090
2090
  developerId: string;
2091
2091
  state: string;
2092
2092
  developer?: {
2093
- id: string;
2094
2093
  status: string;
2094
+ id: string;
2095
2095
  isArchived: boolean;
2096
2096
  createdAt: Date;
2097
2097
  updatedAt: Date;
@@ -2113,13 +2113,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2113
2113
  isCancelable?: boolean | null | undefined;
2114
2114
  })[] | null | undefined;
2115
2115
  }, {
2116
- id: string;
2117
2116
  status: string;
2117
+ id: string;
2118
+ balanceCents: string | number | bigint;
2118
2119
  isArchived: boolean;
2119
2120
  createdAt: Date;
2120
2121
  updatedAt: Date;
2121
2122
  syncedAt: Date;
2122
- balanceCents: string | number | bigint;
2123
2123
  customerId: string;
2124
2124
  projectId: string;
2125
2125
  lotDetail: string | null;
@@ -2128,74 +2128,74 @@ export declare const propertyRestResSchema: z.ZodObject<{
2128
2128
  mtaId: string;
2129
2129
  mtaBalanceCents: string | number | bigint;
2130
2130
  cmaBalanceCents: string | number | bigint;
2131
- customer?: {
2132
- id: string;
2133
- status: string;
2134
- isArchived: boolean;
2135
- createdAt: Date;
2136
- updatedAt: Date;
2137
- fullName: string | null;
2138
- mobile: string | null;
2139
- email: string;
2140
- syncedAt: Date;
2141
- } | null | undefined;
2142
2131
  cma?: {
2143
- id: string;
2144
2132
  status: string;
2133
+ id: string;
2134
+ accountName: string;
2135
+ propertyId: string;
2136
+ balanceCents: string | number | bigint;
2137
+ stateCode: string;
2138
+ bankCode: string;
2145
2139
  isArchived: boolean;
2146
2140
  createdBy: string;
2147
2141
  createdAt: Date;
2148
2142
  updatedAt: Date;
2149
- balanceCents: string | number | bigint;
2150
2143
  description: string | null;
2151
- propertyId: string;
2152
2144
  payoutId: number;
2153
2145
  bsb: string;
2154
2146
  accountNumber: string;
2155
2147
  cmaSeq: number;
2156
2148
  country: string;
2157
- stateCode: string;
2158
- bankCode: string;
2159
- accountName: string;
2160
2149
  currentReceiveSeq: number;
2161
2150
  currentPayoutSeq: number;
2162
2151
  } | null | undefined;
2163
2152
  mta?: {
2164
- id: string;
2165
2153
  status: string;
2154
+ id: string;
2155
+ balanceCents: string | number | bigint;
2156
+ stateCode: string;
2157
+ bankCode: string;
2166
2158
  isArchived: boolean;
2167
2159
  createdBy: string | null;
2168
2160
  createdAt: Date;
2169
2161
  updatedAt: Date;
2170
2162
  syncedAt: Date | null;
2171
- balanceCents: string | number | bigint;
2172
2163
  name: string;
2173
2164
  bsb: string;
2174
2165
  accountNumber: string;
2175
2166
  updatedBy: string | null;
2176
2167
  country: string;
2177
- stateCode: string;
2178
- bankCode: string;
2179
2168
  currentReceiveSeq: number;
2180
2169
  currentPayoutSeq: number;
2181
2170
  subsidiaryId: string;
2182
2171
  } | null | undefined;
2172
+ customer?: {
2173
+ status: string;
2174
+ id: string;
2175
+ isArchived: boolean;
2176
+ createdAt: Date;
2177
+ updatedAt: Date;
2178
+ fullName: string | null;
2179
+ mobile: string | null;
2180
+ email: string;
2181
+ syncedAt: Date;
2182
+ } | null | undefined;
2183
2183
  buyerName?: string | null | undefined;
2184
2184
  project?: {
2185
- id: string;
2185
+ type: string;
2186
2186
  status: string;
2187
+ id: string;
2187
2188
  isArchived: boolean;
2188
2189
  createdAt: Date;
2189
2190
  updatedAt: Date;
2190
- type: string;
2191
2191
  syncedAt: Date;
2192
2192
  mtaId: string | null;
2193
2193
  name: string;
2194
2194
  developerId: string;
2195
2195
  state: string;
2196
2196
  developer?: {
2197
- id: string;
2198
2197
  status: string;
2198
+ id: string;
2199
2199
  isArchived: boolean;
2200
2200
  createdAt: Date;
2201
2201
  updatedAt: Date;
@@ -2204,19 +2204,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
2204
2204
  } | null | undefined;
2205
2205
  } | null | undefined;
2206
2206
  cmaTransactions?: ({
2207
- id: string;
2208
2207
  status: string;
2208
+ id: string;
2209
+ propertyId: string | null;
2210
+ balanceCents: string | number | bigint;
2209
2211
  isArchived: boolean;
2210
2212
  createdAt: Date;
2211
2213
  updatedAt: Date;
2212
2214
  syncedAt: Date | null;
2213
2215
  debitAmountCents: string | number | bigint;
2214
2216
  creditAmountCents: string | number | bigint;
2215
- balanceCents: string | number | bigint;
2216
2217
  description: string | null;
2217
2218
  clearedAt: Date | null;
2218
2219
  cmaId: string;
2219
- propertyId: string | null;
2220
2220
  createType: string;
2221
2221
  transactionType: string;
2222
2222
  isCanceled: boolean;
@@ -2244,13 +2244,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2244
2244
  lastName?: string | null | undefined;
2245
2245
  } | null | undefined;
2246
2246
  property?: {
2247
- id: string;
2248
2247
  status: string;
2248
+ id: string;
2249
+ balanceCents: number | bigint;
2249
2250
  isArchived: boolean;
2250
2251
  createdAt: Date;
2251
2252
  updatedAt: Date;
2252
2253
  syncedAt: Date;
2253
- balanceCents: number | bigint;
2254
2254
  customerId: string;
2255
2255
  projectId: string;
2256
2256
  lotDetail: string | null;
@@ -2260,8 +2260,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
2260
2260
  mtaBalanceCents: number | bigint;
2261
2261
  cmaBalanceCents: number | bigint;
2262
2262
  customer?: {
2263
- id: string;
2264
2263
  status: string;
2264
+ id: string;
2265
2265
  isArchived: boolean;
2266
2266
  createdAt: Date;
2267
2267
  updatedAt: Date;
@@ -2272,20 +2272,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
2272
2272
  } | null | undefined;
2273
2273
  buyerName?: string | null | undefined;
2274
2274
  project?: {
2275
- id: string;
2275
+ type: string;
2276
2276
  status: string;
2277
+ id: string;
2277
2278
  isArchived: boolean;
2278
2279
  createdAt: Date;
2279
2280
  updatedAt: Date;
2280
- type: string;
2281
2281
  syncedAt: Date;
2282
2282
  mtaId: string | null;
2283
2283
  name: string;
2284
2284
  developerId: string;
2285
2285
  state: string;
2286
2286
  developer?: {
2287
- id: string;
2288
2287
  status: string;
2288
+ id: string;
2289
2289
  isArchived: boolean;
2290
2290
  createdAt: Date;
2291
2291
  updatedAt: Date;
@@ -2297,19 +2297,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
2297
2297
  } & {
2298
2298
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
2299
2299
  sourceTransaction?: ({
2300
- id: string;
2301
2300
  status: string;
2301
+ id: string;
2302
+ propertyId: string | null;
2303
+ balanceCents: string | number | bigint;
2302
2304
  isArchived: boolean;
2303
2305
  createdAt: Date;
2304
2306
  updatedAt: Date;
2305
2307
  syncedAt: Date | null;
2306
2308
  debitAmountCents: string | number | bigint;
2307
2309
  creditAmountCents: string | number | bigint;
2308
- balanceCents: string | number | bigint;
2309
2310
  description: string | null;
2310
2311
  clearedAt: Date | null;
2311
2312
  cmaId: string;
2312
- propertyId: string | null;
2313
2313
  createType: string;
2314
2314
  transactionType: string;
2315
2315
  isCanceled: boolean;
@@ -2337,13 +2337,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2337
2337
  lastName?: string | null | undefined;
2338
2338
  } | null | undefined;
2339
2339
  property?: {
2340
- id: string;
2341
2340
  status: string;
2341
+ id: string;
2342
+ balanceCents: number | bigint;
2342
2343
  isArchived: boolean;
2343
2344
  createdAt: Date;
2344
2345
  updatedAt: Date;
2345
2346
  syncedAt: Date;
2346
- balanceCents: number | bigint;
2347
2347
  customerId: string;
2348
2348
  projectId: string;
2349
2349
  lotDetail: string | null;
@@ -2353,8 +2353,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
2353
2353
  mtaBalanceCents: number | bigint;
2354
2354
  cmaBalanceCents: number | bigint;
2355
2355
  customer?: {
2356
- id: string;
2357
2356
  status: string;
2357
+ id: string;
2358
2358
  isArchived: boolean;
2359
2359
  createdAt: Date;
2360
2360
  updatedAt: Date;
@@ -2365,20 +2365,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
2365
2365
  } | null | undefined;
2366
2366
  buyerName?: string | null | undefined;
2367
2367
  project?: {
2368
- id: string;
2368
+ type: string;
2369
2369
  status: string;
2370
+ id: string;
2370
2371
  isArchived: boolean;
2371
2372
  createdAt: Date;
2372
2373
  updatedAt: Date;
2373
- type: string;
2374
2374
  syncedAt: Date;
2375
2375
  mtaId: string | null;
2376
2376
  name: string;
2377
2377
  developerId: string;
2378
2378
  state: string;
2379
2379
  developer?: {
2380
- id: string;
2381
2380
  status: string;
2381
+ id: string;
2382
2382
  isArchived: boolean;
2383
2383
  createdAt: Date;
2384
2384
  updatedAt: Date;
@@ -2389,19 +2389,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
2389
2389
  } | null | undefined;
2390
2390
  } & any) | null | undefined;
2391
2391
  subsequentTransactions?: ({
2392
- id: string;
2393
2392
  status: string;
2393
+ id: string;
2394
+ propertyId: string | null;
2395
+ balanceCents: string | number | bigint;
2394
2396
  isArchived: boolean;
2395
2397
  createdAt: Date;
2396
2398
  updatedAt: Date;
2397
2399
  syncedAt: Date | null;
2398
2400
  debitAmountCents: string | number | bigint;
2399
2401
  creditAmountCents: string | number | bigint;
2400
- balanceCents: string | number | bigint;
2401
2402
  description: string | null;
2402
2403
  clearedAt: Date | null;
2403
2404
  cmaId: string;
2404
- propertyId: string | null;
2405
2405
  createType: string;
2406
2406
  transactionType: string;
2407
2407
  isCanceled: boolean;
@@ -2429,13 +2429,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2429
2429
  lastName?: string | null | undefined;
2430
2430
  } | null | undefined;
2431
2431
  property?: {
2432
- id: string;
2433
2432
  status: string;
2433
+ id: string;
2434
+ balanceCents: number | bigint;
2434
2435
  isArchived: boolean;
2435
2436
  createdAt: Date;
2436
2437
  updatedAt: Date;
2437
2438
  syncedAt: Date;
2438
- balanceCents: number | bigint;
2439
2439
  customerId: string;
2440
2440
  projectId: string;
2441
2441
  lotDetail: string | null;
@@ -2445,8 +2445,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
2445
2445
  mtaBalanceCents: number | bigint;
2446
2446
  cmaBalanceCents: number | bigint;
2447
2447
  customer?: {
2448
- id: string;
2449
2448
  status: string;
2449
+ id: string;
2450
2450
  isArchived: boolean;
2451
2451
  createdAt: Date;
2452
2452
  updatedAt: Date;
@@ -2457,20 +2457,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
2457
2457
  } | null | undefined;
2458
2458
  buyerName?: string | null | undefined;
2459
2459
  project?: {
2460
- id: string;
2460
+ type: string;
2461
2461
  status: string;
2462
+ id: string;
2462
2463
  isArchived: boolean;
2463
2464
  createdAt: Date;
2464
2465
  updatedAt: Date;
2465
- type: string;
2466
2466
  syncedAt: Date;
2467
2467
  mtaId: string | null;
2468
2468
  name: string;
2469
2469
  developerId: string;
2470
2470
  state: string;
2471
2471
  developer?: {
2472
- id: string;
2473
2472
  status: string;
2473
+ id: string;
2474
2474
  isArchived: boolean;
2475
2475
  createdAt: Date;
2476
2476
  updatedAt: Date;
@@ -2484,19 +2484,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
2484
2484
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2485
2485
  })[] | null | undefined;
2486
2486
  mtaTransactions?: ({
2487
- id: string;
2488
2487
  status: string;
2488
+ id: string;
2489
+ propertyId: string | null;
2490
+ balanceCents: string | number | bigint;
2489
2491
  isArchived: boolean;
2490
2492
  createdAt: Date;
2491
2493
  updatedAt: Date;
2492
2494
  syncedAt: Date;
2493
2495
  debitAmountCents: string | number | bigint;
2494
2496
  creditAmountCents: string | number | bigint;
2495
- balanceCents: string | number | bigint;
2496
2497
  mtaId: string;
2497
2498
  description: string | null;
2498
2499
  clearedAt: Date | null;
2499
- propertyId: string | null;
2500
2500
  transactionType: string;
2501
2501
  isCanceled: boolean;
2502
2502
  isRefunded: boolean;
@@ -2525,13 +2525,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2525
2525
  lastName?: string | null | undefined;
2526
2526
  } | null | undefined;
2527
2527
  property?: {
2528
- id: string;
2529
2528
  status: string;
2529
+ id: string;
2530
+ balanceCents: number | bigint;
2530
2531
  isArchived: boolean;
2531
2532
  createdAt: Date;
2532
2533
  updatedAt: Date;
2533
2534
  syncedAt: Date;
2534
- balanceCents: number | bigint;
2535
2535
  customerId: string;
2536
2536
  projectId: string;
2537
2537
  lotDetail: string | null;
@@ -2541,8 +2541,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
2541
2541
  mtaBalanceCents: number | bigint;
2542
2542
  cmaBalanceCents: number | bigint;
2543
2543
  customer?: {
2544
- id: string;
2545
2544
  status: string;
2545
+ id: string;
2546
2546
  isArchived: boolean;
2547
2547
  createdAt: Date;
2548
2548
  updatedAt: Date;
@@ -2553,20 +2553,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
2553
2553
  } | null | undefined;
2554
2554
  buyerName?: string | null | undefined;
2555
2555
  project?: {
2556
- id: string;
2556
+ type: string;
2557
2557
  status: string;
2558
+ id: string;
2558
2559
  isArchived: boolean;
2559
2560
  createdAt: Date;
2560
2561
  updatedAt: Date;
2561
- type: string;
2562
2562
  syncedAt: Date;
2563
2563
  mtaId: string | null;
2564
2564
  name: string;
2565
2565
  developerId: string;
2566
2566
  state: string;
2567
2567
  developer?: {
2568
- id: string;
2569
2568
  status: string;
2569
+ id: string;
2570
2570
  isArchived: boolean;
2571
2571
  createdAt: Date;
2572
2572
  updatedAt: Date;
@@ -2578,19 +2578,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
2578
2578
  } & {
2579
2579
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
2580
2580
  sourceTransaction?: ({
2581
- id: string;
2582
2581
  status: string;
2582
+ id: string;
2583
+ propertyId: string | null;
2584
+ balanceCents: string | number | bigint;
2583
2585
  isArchived: boolean;
2584
2586
  createdAt: Date;
2585
2587
  updatedAt: Date;
2586
2588
  syncedAt: Date;
2587
2589
  debitAmountCents: string | number | bigint;
2588
2590
  creditAmountCents: string | number | bigint;
2589
- balanceCents: string | number | bigint;
2590
2591
  mtaId: string;
2591
2592
  description: string | null;
2592
2593
  clearedAt: Date | null;
2593
- propertyId: string | null;
2594
2594
  transactionType: string;
2595
2595
  isCanceled: boolean;
2596
2596
  isRefunded: boolean;
@@ -2619,13 +2619,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2619
2619
  lastName?: string | null | undefined;
2620
2620
  } | null | undefined;
2621
2621
  property?: {
2622
- id: string;
2623
2622
  status: string;
2623
+ id: string;
2624
+ balanceCents: number | bigint;
2624
2625
  isArchived: boolean;
2625
2626
  createdAt: Date;
2626
2627
  updatedAt: Date;
2627
2628
  syncedAt: Date;
2628
- balanceCents: number | bigint;
2629
2629
  customerId: string;
2630
2630
  projectId: string;
2631
2631
  lotDetail: string | null;
@@ -2635,8 +2635,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
2635
2635
  mtaBalanceCents: number | bigint;
2636
2636
  cmaBalanceCents: number | bigint;
2637
2637
  customer?: {
2638
- id: string;
2639
2638
  status: string;
2639
+ id: string;
2640
2640
  isArchived: boolean;
2641
2641
  createdAt: Date;
2642
2642
  updatedAt: Date;
@@ -2647,20 +2647,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
2647
2647
  } | null | undefined;
2648
2648
  buyerName?: string | null | undefined;
2649
2649
  project?: {
2650
- id: string;
2650
+ type: string;
2651
2651
  status: string;
2652
+ id: string;
2652
2653
  isArchived: boolean;
2653
2654
  createdAt: Date;
2654
2655
  updatedAt: Date;
2655
- type: string;
2656
2656
  syncedAt: Date;
2657
2657
  mtaId: string | null;
2658
2658
  name: string;
2659
2659
  developerId: string;
2660
2660
  state: string;
2661
2661
  developer?: {
2662
- id: string;
2663
2662
  status: string;
2663
+ id: string;
2664
2664
  isArchived: boolean;
2665
2665
  createdAt: Date;
2666
2666
  updatedAt: Date;
@@ -2671,19 +2671,19 @@ export declare const propertyRestResSchema: z.ZodObject<{
2671
2671
  } | null | undefined;
2672
2672
  } & any) | null | undefined;
2673
2673
  subsequentTransactions?: ({
2674
- id: string;
2675
2674
  status: string;
2675
+ id: string;
2676
+ propertyId: string | null;
2677
+ balanceCents: string | number | bigint;
2676
2678
  isArchived: boolean;
2677
2679
  createdAt: Date;
2678
2680
  updatedAt: Date;
2679
2681
  syncedAt: Date;
2680
2682
  debitAmountCents: string | number | bigint;
2681
2683
  creditAmountCents: string | number | bigint;
2682
- balanceCents: string | number | bigint;
2683
2684
  mtaId: string;
2684
2685
  description: string | null;
2685
2686
  clearedAt: Date | null;
2686
- propertyId: string | null;
2687
2687
  transactionType: string;
2688
2688
  isCanceled: boolean;
2689
2689
  isRefunded: boolean;
@@ -2712,13 +2712,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
2712
2712
  lastName?: string | null | undefined;
2713
2713
  } | null | undefined;
2714
2714
  property?: {
2715
- id: string;
2716
2715
  status: string;
2716
+ id: string;
2717
+ balanceCents: number | bigint;
2717
2718
  isArchived: boolean;
2718
2719
  createdAt: Date;
2719
2720
  updatedAt: Date;
2720
2721
  syncedAt: Date;
2721
- balanceCents: number | bigint;
2722
2722
  customerId: string;
2723
2723
  projectId: string;
2724
2724
  lotDetail: string | null;
@@ -2728,8 +2728,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
2728
2728
  mtaBalanceCents: number | bigint;
2729
2729
  cmaBalanceCents: number | bigint;
2730
2730
  customer?: {
2731
- id: string;
2732
2731
  status: string;
2732
+ id: string;
2733
2733
  isArchived: boolean;
2734
2734
  createdAt: Date;
2735
2735
  updatedAt: Date;
@@ -2740,20 +2740,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
2740
2740
  } | null | undefined;
2741
2741
  buyerName?: string | null | undefined;
2742
2742
  project?: {
2743
- id: string;
2743
+ type: string;
2744
2744
  status: string;
2745
+ id: string;
2745
2746
  isArchived: boolean;
2746
2747
  createdAt: Date;
2747
2748
  updatedAt: Date;
2748
- type: string;
2749
2749
  syncedAt: Date;
2750
2750
  mtaId: string | null;
2751
2751
  name: string;
2752
2752
  developerId: string;
2753
2753
  state: string;
2754
2754
  developer?: {
2755
- id: string;
2756
2755
  status: string;
2756
+ id: string;
2757
2757
  isArchived: boolean;
2758
2758
  createdAt: Date;
2759
2759
  updatedAt: Date;