@mikemo-coposit/am-accounting-shared 0.0.7 → 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 (187) hide show
  1. package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
  2. package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
  3. package/dist/cjs/constants/common/index.d.ts +1 -0
  4. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  5. package/dist/cjs/constants/report/common/index.d.ts +1 -1
  6. package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
  7. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  8. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  9. package/dist/cjs/index.js +243 -127
  10. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  11. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  12. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
  13. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
  14. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  15. package/dist/cjs/schemas/cma/index.d.ts +1 -0
  16. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  17. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
  18. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  19. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
  20. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  21. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
  22. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  23. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  24. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  25. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  26. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  27. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +72 -72
  28. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  29. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  30. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  31. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
  33. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  34. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
  35. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
  36. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
  37. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  38. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
  39. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
  40. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
  41. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  42. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  43. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  44. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  45. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  46. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
  47. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  48. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  49. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  50. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  51. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
  52. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  53. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  54. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
  55. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  56. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
  57. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  58. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  59. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
  60. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  61. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  62. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  63. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  64. package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
  65. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
  66. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  67. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  68. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  69. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
  70. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  71. package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
  72. package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
  73. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  74. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  75. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
  76. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  77. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
  78. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  79. package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
  80. package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
  81. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
  82. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  83. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +20 -22
  84. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  85. package/dist/cjs/schemas/report/index.d.ts +3 -0
  86. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  87. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  88. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  89. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
  90. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  91. package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
  92. package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
  93. package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
  94. package/dist/esm/constants/common/index.d.ts +1 -0
  95. package/dist/esm/constants/common/index.d.ts.map +1 -1
  96. package/dist/esm/constants/report/common/index.d.ts +1 -1
  97. package/dist/esm/constants/report/common/index.d.ts.map +1 -1
  98. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  99. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  100. package/dist/esm/index.mjs +210 -112
  101. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  102. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  103. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
  104. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
  105. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  106. package/dist/esm/schemas/cma/index.d.ts +1 -0
  107. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  108. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
  109. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  110. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
  111. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  112. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
  113. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  114. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  115. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  116. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  117. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  118. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +72 -72
  119. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  120. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  121. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  122. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  123. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
  124. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  125. package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
  126. package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
  127. package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
  128. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  129. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
  130. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
  131. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
  132. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  133. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  134. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  135. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  136. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  137. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
  138. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  139. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  140. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  141. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  142. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
  143. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  144. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  145. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
  146. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  147. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
  148. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  149. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  150. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
  151. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  152. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  153. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  154. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  155. package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
  156. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
  157. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  158. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  159. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  160. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
  161. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  162. package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
  163. package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
  164. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  165. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  166. package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
  167. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  168. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
  169. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  170. package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
  171. package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
  172. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
  173. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  174. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +20 -22
  175. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  176. package/dist/esm/schemas/report/index.d.ts +3 -0
  177. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  178. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  179. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  180. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
  181. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  182. package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
  183. package/package.json +1 -1
  184. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  185. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
  186. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  187. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
@@ -54,8 +54,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
54
54
  currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
55
55
  currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
56
56
  }, "strip", z.ZodTypeAny, {
57
- id: string;
58
57
  status: string;
58
+ id: string;
59
59
  isArchived: boolean;
60
60
  createdBy: string;
61
61
  createdAt: Date;
@@ -76,8 +76,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
76
76
  currentReconciledBalanceCents?: number | null | undefined;
77
77
  currentVarianceCents?: number | null | undefined;
78
78
  }, {
79
- id: string;
80
79
  status: string;
80
+ id: string;
81
81
  isArchived: boolean;
82
82
  createdBy: string;
83
83
  createdAt: Date;
@@ -133,19 +133,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
133
133
  transactionsSummary: z.ZodObject<{
134
134
  reconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
135
135
  reconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
136
- id: string;
137
136
  status: "clearing" | "cleared" | "reconciled";
137
+ id: string;
138
+ propertyId: string | null;
139
+ balanceCents: number;
138
140
  isArchived: boolean;
139
141
  createdAt: Date;
140
142
  updatedAt: Date;
141
143
  syncedAt: Date | null;
142
144
  debitAmountCents: number;
143
145
  creditAmountCents: number;
144
- balanceCents: number;
145
146
  description: string | null;
146
147
  clearedAt: Date | null;
147
148
  cmaId: string;
148
- propertyId: string | null;
149
149
  createType: string;
150
150
  transactionType: string;
151
151
  isCanceled: boolean;
@@ -173,13 +173,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
173
173
  lastName?: string | null | undefined;
174
174
  } | null | undefined;
175
175
  property?: {
176
- id: string;
177
176
  status: string;
177
+ id: string;
178
+ balanceCents: number | bigint;
178
179
  isArchived: boolean;
179
180
  createdAt: Date;
180
181
  updatedAt: Date;
181
182
  syncedAt: Date;
182
- balanceCents: number | bigint;
183
183
  customerId: string;
184
184
  projectId: string;
185
185
  lotDetail: string | null;
@@ -189,8 +189,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
189
189
  mtaBalanceCents: number | bigint;
190
190
  cmaBalanceCents: number | bigint;
191
191
  customer?: {
192
- id: string;
193
192
  status: string;
193
+ id: string;
194
194
  isArchived: boolean;
195
195
  createdAt: Date;
196
196
  updatedAt: Date;
@@ -201,20 +201,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
201
201
  } | null | undefined;
202
202
  buyerName?: string | null | undefined;
203
203
  project?: {
204
- id: string;
204
+ type: string;
205
205
  status: string;
206
+ id: string;
206
207
  isArchived: boolean;
207
208
  createdAt: Date;
208
209
  updatedAt: Date;
209
- type: string;
210
210
  syncedAt: Date;
211
211
  mtaId: string | null;
212
212
  name: string;
213
213
  developerId: string;
214
214
  state: string;
215
215
  developer?: {
216
- id: string;
217
216
  status: string;
217
+ id: string;
218
218
  isArchived: boolean;
219
219
  createdAt: Date;
220
220
  updatedAt: Date;
@@ -226,19 +226,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
226
226
  } & {
227
227
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
228
228
  sourceTransaction?: Omit<{
229
- id: string;
230
229
  status: "clearing" | "cleared" | "reconciled";
230
+ id: string;
231
+ propertyId: string | null;
232
+ balanceCents: number;
231
233
  isArchived: boolean;
232
234
  createdAt: Date;
233
235
  updatedAt: Date;
234
236
  syncedAt: Date | null;
235
237
  debitAmountCents: number;
236
238
  creditAmountCents: number;
237
- balanceCents: number;
238
239
  description: string | null;
239
240
  clearedAt: Date | null;
240
241
  cmaId: string;
241
- propertyId: string | null;
242
242
  createType: string;
243
243
  transactionType: string;
244
244
  isCanceled: boolean;
@@ -266,13 +266,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
266
266
  lastName?: string | null | undefined;
267
267
  } | null | undefined;
268
268
  property?: {
269
- id: string;
270
269
  status: string;
270
+ id: string;
271
+ balanceCents: number | bigint;
271
272
  isArchived: boolean;
272
273
  createdAt: Date;
273
274
  updatedAt: Date;
274
275
  syncedAt: Date;
275
- balanceCents: number | bigint;
276
276
  customerId: string;
277
277
  projectId: string;
278
278
  lotDetail: string | null;
@@ -282,8 +282,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
282
282
  mtaBalanceCents: number | bigint;
283
283
  cmaBalanceCents: number | bigint;
284
284
  customer?: {
285
- id: string;
286
285
  status: string;
286
+ id: string;
287
287
  isArchived: boolean;
288
288
  createdAt: Date;
289
289
  updatedAt: Date;
@@ -294,20 +294,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
294
294
  } | null | undefined;
295
295
  buyerName?: string | null | undefined;
296
296
  project?: {
297
- id: string;
297
+ type: string;
298
298
  status: string;
299
+ id: string;
299
300
  isArchived: boolean;
300
301
  createdAt: Date;
301
302
  updatedAt: Date;
302
- type: string;
303
303
  syncedAt: Date;
304
304
  mtaId: string | null;
305
305
  name: string;
306
306
  developerId: string;
307
307
  state: string;
308
308
  developer?: {
309
- id: string;
310
309
  status: string;
310
+ id: string;
311
311
  isArchived: boolean;
312
312
  createdAt: Date;
313
313
  updatedAt: Date;
@@ -318,19 +318,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
318
318
  } | null | undefined;
319
319
  } & any, "cma"> | null | undefined;
320
320
  subsequentTransactions?: Omit<{
321
- id: string;
322
321
  status: "clearing" | "cleared" | "reconciled";
322
+ id: string;
323
+ propertyId: string | null;
324
+ balanceCents: number;
323
325
  isArchived: boolean;
324
326
  createdAt: Date;
325
327
  updatedAt: Date;
326
328
  syncedAt: Date | null;
327
329
  debitAmountCents: number;
328
330
  creditAmountCents: number;
329
- balanceCents: number;
330
331
  description: string | null;
331
332
  clearedAt: Date | null;
332
333
  cmaId: string;
333
- propertyId: string | null;
334
334
  createType: string;
335
335
  transactionType: string;
336
336
  isCanceled: boolean;
@@ -358,13 +358,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
358
358
  lastName?: string | null | undefined;
359
359
  } | null | undefined;
360
360
  property?: {
361
- id: string;
362
361
  status: string;
362
+ id: string;
363
+ balanceCents: number | bigint;
363
364
  isArchived: boolean;
364
365
  createdAt: Date;
365
366
  updatedAt: Date;
366
367
  syncedAt: Date;
367
- balanceCents: number | bigint;
368
368
  customerId: string;
369
369
  projectId: string;
370
370
  lotDetail: string | null;
@@ -374,8 +374,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
374
374
  mtaBalanceCents: number | bigint;
375
375
  cmaBalanceCents: number | bigint;
376
376
  customer?: {
377
- id: string;
378
377
  status: string;
378
+ id: string;
379
379
  isArchived: boolean;
380
380
  createdAt: Date;
381
381
  updatedAt: Date;
@@ -386,20 +386,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
386
386
  } | null | undefined;
387
387
  buyerName?: string | null | undefined;
388
388
  project?: {
389
- id: string;
389
+ type: string;
390
390
  status: string;
391
+ id: string;
391
392
  isArchived: boolean;
392
393
  createdAt: Date;
393
394
  updatedAt: Date;
394
- type: string;
395
395
  syncedAt: Date;
396
396
  mtaId: string | null;
397
397
  name: string;
398
398
  developerId: string;
399
399
  state: string;
400
400
  developer?: {
401
- id: string;
402
401
  status: string;
402
+ id: string;
403
403
  isArchived: boolean;
404
404
  createdAt: Date;
405
405
  updatedAt: Date;
@@ -418,19 +418,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
418
418
  isCancelable?: boolean | null | undefined;
419
419
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
420
420
  }, z.ZodTypeDef, {
421
- id: string;
422
421
  status: string;
422
+ id: string;
423
+ propertyId: string | null;
424
+ balanceCents: string | number | bigint;
423
425
  isArchived: boolean;
424
426
  createdAt: Date;
425
427
  updatedAt: Date;
426
428
  syncedAt: Date | null;
427
429
  debitAmountCents: string | number | bigint;
428
430
  creditAmountCents: string | number | bigint;
429
- balanceCents: string | number | bigint;
430
431
  description: string | null;
431
432
  clearedAt: Date | null;
432
433
  cmaId: string;
433
- propertyId: string | null;
434
434
  createType: string;
435
435
  transactionType: string;
436
436
  isCanceled: boolean;
@@ -458,13 +458,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
458
458
  lastName?: string | null | undefined;
459
459
  } | null | undefined;
460
460
  property?: {
461
- id: string;
462
461
  status: string;
462
+ id: string;
463
+ balanceCents: number | bigint;
463
464
  isArchived: boolean;
464
465
  createdAt: Date;
465
466
  updatedAt: Date;
466
467
  syncedAt: Date;
467
- balanceCents: number | bigint;
468
468
  customerId: string;
469
469
  projectId: string;
470
470
  lotDetail: string | null;
@@ -474,8 +474,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
474
474
  mtaBalanceCents: number | bigint;
475
475
  cmaBalanceCents: number | bigint;
476
476
  customer?: {
477
- id: string;
478
477
  status: string;
478
+ id: string;
479
479
  isArchived: boolean;
480
480
  createdAt: Date;
481
481
  updatedAt: Date;
@@ -486,20 +486,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
486
486
  } | null | undefined;
487
487
  buyerName?: string | null | undefined;
488
488
  project?: {
489
- id: string;
489
+ type: string;
490
490
  status: string;
491
+ id: string;
491
492
  isArchived: boolean;
492
493
  createdAt: Date;
493
494
  updatedAt: Date;
494
- type: string;
495
495
  syncedAt: Date;
496
496
  mtaId: string | null;
497
497
  name: string;
498
498
  developerId: string;
499
499
  state: string;
500
500
  developer?: {
501
- id: string;
502
501
  status: string;
502
+ id: string;
503
503
  isArchived: boolean;
504
504
  createdAt: Date;
505
505
  updatedAt: Date;
@@ -511,19 +511,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
511
511
  } & {
512
512
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
513
513
  sourceTransaction?: ({
514
- id: string;
515
514
  status: string;
515
+ id: string;
516
+ propertyId: string | null;
517
+ balanceCents: string | number | bigint;
516
518
  isArchived: boolean;
517
519
  createdAt: Date;
518
520
  updatedAt: Date;
519
521
  syncedAt: Date | null;
520
522
  debitAmountCents: string | number | bigint;
521
523
  creditAmountCents: string | number | bigint;
522
- balanceCents: string | number | bigint;
523
524
  description: string | null;
524
525
  clearedAt: Date | null;
525
526
  cmaId: string;
526
- propertyId: string | null;
527
527
  createType: string;
528
528
  transactionType: string;
529
529
  isCanceled: boolean;
@@ -551,13 +551,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
551
551
  lastName?: string | null | undefined;
552
552
  } | null | undefined;
553
553
  property?: {
554
- id: string;
555
554
  status: string;
555
+ id: string;
556
+ balanceCents: number | bigint;
556
557
  isArchived: boolean;
557
558
  createdAt: Date;
558
559
  updatedAt: Date;
559
560
  syncedAt: Date;
560
- balanceCents: number | bigint;
561
561
  customerId: string;
562
562
  projectId: string;
563
563
  lotDetail: string | null;
@@ -567,8 +567,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
567
567
  mtaBalanceCents: number | bigint;
568
568
  cmaBalanceCents: number | bigint;
569
569
  customer?: {
570
- id: string;
571
570
  status: string;
571
+ id: string;
572
572
  isArchived: boolean;
573
573
  createdAt: Date;
574
574
  updatedAt: Date;
@@ -579,20 +579,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
579
579
  } | null | undefined;
580
580
  buyerName?: string | null | undefined;
581
581
  project?: {
582
- id: string;
582
+ type: string;
583
583
  status: string;
584
+ id: string;
584
585
  isArchived: boolean;
585
586
  createdAt: Date;
586
587
  updatedAt: Date;
587
- type: string;
588
588
  syncedAt: Date;
589
589
  mtaId: string | null;
590
590
  name: string;
591
591
  developerId: string;
592
592
  state: string;
593
593
  developer?: {
594
- id: string;
595
594
  status: string;
595
+ id: string;
596
596
  isArchived: boolean;
597
597
  createdAt: Date;
598
598
  updatedAt: Date;
@@ -603,19 +603,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
603
603
  } | null | undefined;
604
604
  } & any) | null | undefined;
605
605
  subsequentTransactions?: ({
606
- id: string;
607
606
  status: string;
607
+ id: string;
608
+ propertyId: string | null;
609
+ balanceCents: string | number | bigint;
608
610
  isArchived: boolean;
609
611
  createdAt: Date;
610
612
  updatedAt: Date;
611
613
  syncedAt: Date | null;
612
614
  debitAmountCents: string | number | bigint;
613
615
  creditAmountCents: string | number | bigint;
614
- balanceCents: string | number | bigint;
615
616
  description: string | null;
616
617
  clearedAt: Date | null;
617
618
  cmaId: string;
618
- propertyId: string | null;
619
619
  createType: string;
620
620
  transactionType: string;
621
621
  isCanceled: boolean;
@@ -643,13 +643,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
643
643
  lastName?: string | null | undefined;
644
644
  } | null | undefined;
645
645
  property?: {
646
- id: string;
647
646
  status: string;
647
+ id: string;
648
+ balanceCents: number | bigint;
648
649
  isArchived: boolean;
649
650
  createdAt: Date;
650
651
  updatedAt: Date;
651
652
  syncedAt: Date;
652
- balanceCents: number | bigint;
653
653
  customerId: string;
654
654
  projectId: string;
655
655
  lotDetail: string | null;
@@ -659,8 +659,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
659
659
  mtaBalanceCents: number | bigint;
660
660
  cmaBalanceCents: number | bigint;
661
661
  customer?: {
662
- id: string;
663
662
  status: string;
663
+ id: string;
664
664
  isArchived: boolean;
665
665
  createdAt: Date;
666
666
  updatedAt: Date;
@@ -671,20 +671,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
671
671
  } | null | undefined;
672
672
  buyerName?: string | null | undefined;
673
673
  project?: {
674
- id: string;
674
+ type: string;
675
675
  status: string;
676
+ id: string;
676
677
  isArchived: boolean;
677
678
  createdAt: Date;
678
679
  updatedAt: Date;
679
- type: string;
680
680
  syncedAt: Date;
681
681
  mtaId: string | null;
682
682
  name: string;
683
683
  developerId: string;
684
684
  state: string;
685
685
  developer?: {
686
- id: string;
687
686
  status: string;
687
+ id: string;
688
688
  isArchived: boolean;
689
689
  createdAt: Date;
690
690
  updatedAt: Date;
@@ -699,19 +699,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
699
699
  }>, "many">>>>;
700
700
  unreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
701
701
  unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
702
- id: string;
703
702
  status: "clearing" | "cleared" | "reconciled";
703
+ id: string;
704
+ propertyId: string | null;
705
+ balanceCents: number;
704
706
  isArchived: boolean;
705
707
  createdAt: Date;
706
708
  updatedAt: Date;
707
709
  syncedAt: Date | null;
708
710
  debitAmountCents: number;
709
711
  creditAmountCents: number;
710
- balanceCents: number;
711
712
  description: string | null;
712
713
  clearedAt: Date | null;
713
714
  cmaId: string;
714
- propertyId: string | null;
715
715
  createType: string;
716
716
  transactionType: string;
717
717
  isCanceled: boolean;
@@ -739,13 +739,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
739
739
  lastName?: string | null | undefined;
740
740
  } | null | undefined;
741
741
  property?: {
742
- id: string;
743
742
  status: string;
743
+ id: string;
744
+ balanceCents: number | bigint;
744
745
  isArchived: boolean;
745
746
  createdAt: Date;
746
747
  updatedAt: Date;
747
748
  syncedAt: Date;
748
- balanceCents: number | bigint;
749
749
  customerId: string;
750
750
  projectId: string;
751
751
  lotDetail: string | null;
@@ -755,8 +755,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
755
755
  mtaBalanceCents: number | bigint;
756
756
  cmaBalanceCents: number | bigint;
757
757
  customer?: {
758
- id: string;
759
758
  status: string;
759
+ id: string;
760
760
  isArchived: boolean;
761
761
  createdAt: Date;
762
762
  updatedAt: Date;
@@ -767,20 +767,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
767
767
  } | null | undefined;
768
768
  buyerName?: string | null | undefined;
769
769
  project?: {
770
- id: string;
770
+ type: string;
771
771
  status: string;
772
+ id: string;
772
773
  isArchived: boolean;
773
774
  createdAt: Date;
774
775
  updatedAt: Date;
775
- type: string;
776
776
  syncedAt: Date;
777
777
  mtaId: string | null;
778
778
  name: string;
779
779
  developerId: string;
780
780
  state: string;
781
781
  developer?: {
782
- id: string;
783
782
  status: string;
783
+ id: string;
784
784
  isArchived: boolean;
785
785
  createdAt: Date;
786
786
  updatedAt: Date;
@@ -792,19 +792,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
792
792
  } & {
793
793
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
794
794
  sourceTransaction?: Omit<{
795
- id: string;
796
795
  status: "clearing" | "cleared" | "reconciled";
796
+ id: string;
797
+ propertyId: string | null;
798
+ balanceCents: number;
797
799
  isArchived: boolean;
798
800
  createdAt: Date;
799
801
  updatedAt: Date;
800
802
  syncedAt: Date | null;
801
803
  debitAmountCents: number;
802
804
  creditAmountCents: number;
803
- balanceCents: number;
804
805
  description: string | null;
805
806
  clearedAt: Date | null;
806
807
  cmaId: string;
807
- propertyId: string | null;
808
808
  createType: string;
809
809
  transactionType: string;
810
810
  isCanceled: boolean;
@@ -832,13 +832,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
832
832
  lastName?: string | null | undefined;
833
833
  } | null | undefined;
834
834
  property?: {
835
- id: string;
836
835
  status: string;
836
+ id: string;
837
+ balanceCents: number | bigint;
837
838
  isArchived: boolean;
838
839
  createdAt: Date;
839
840
  updatedAt: Date;
840
841
  syncedAt: Date;
841
- balanceCents: number | bigint;
842
842
  customerId: string;
843
843
  projectId: string;
844
844
  lotDetail: string | null;
@@ -848,8 +848,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
848
848
  mtaBalanceCents: number | bigint;
849
849
  cmaBalanceCents: number | bigint;
850
850
  customer?: {
851
- id: string;
852
851
  status: string;
852
+ id: string;
853
853
  isArchived: boolean;
854
854
  createdAt: Date;
855
855
  updatedAt: Date;
@@ -860,20 +860,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
860
860
  } | null | undefined;
861
861
  buyerName?: string | null | undefined;
862
862
  project?: {
863
- id: string;
863
+ type: string;
864
864
  status: string;
865
+ id: string;
865
866
  isArchived: boolean;
866
867
  createdAt: Date;
867
868
  updatedAt: Date;
868
- type: string;
869
869
  syncedAt: Date;
870
870
  mtaId: string | null;
871
871
  name: string;
872
872
  developerId: string;
873
873
  state: string;
874
874
  developer?: {
875
- id: string;
876
875
  status: string;
876
+ id: string;
877
877
  isArchived: boolean;
878
878
  createdAt: Date;
879
879
  updatedAt: Date;
@@ -884,19 +884,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
884
884
  } | null | undefined;
885
885
  } & any, "cma"> | null | undefined;
886
886
  subsequentTransactions?: Omit<{
887
- id: string;
888
887
  status: "clearing" | "cleared" | "reconciled";
888
+ id: string;
889
+ propertyId: string | null;
890
+ balanceCents: number;
889
891
  isArchived: boolean;
890
892
  createdAt: Date;
891
893
  updatedAt: Date;
892
894
  syncedAt: Date | null;
893
895
  debitAmountCents: number;
894
896
  creditAmountCents: number;
895
- balanceCents: number;
896
897
  description: string | null;
897
898
  clearedAt: Date | null;
898
899
  cmaId: string;
899
- propertyId: string | null;
900
900
  createType: string;
901
901
  transactionType: string;
902
902
  isCanceled: boolean;
@@ -924,13 +924,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
924
924
  lastName?: string | null | undefined;
925
925
  } | null | undefined;
926
926
  property?: {
927
- id: string;
928
927
  status: string;
928
+ id: string;
929
+ balanceCents: number | bigint;
929
930
  isArchived: boolean;
930
931
  createdAt: Date;
931
932
  updatedAt: Date;
932
933
  syncedAt: Date;
933
- balanceCents: number | bigint;
934
934
  customerId: string;
935
935
  projectId: string;
936
936
  lotDetail: string | null;
@@ -940,8 +940,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
940
940
  mtaBalanceCents: number | bigint;
941
941
  cmaBalanceCents: number | bigint;
942
942
  customer?: {
943
- id: string;
944
943
  status: string;
944
+ id: string;
945
945
  isArchived: boolean;
946
946
  createdAt: Date;
947
947
  updatedAt: Date;
@@ -952,20 +952,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
952
952
  } | null | undefined;
953
953
  buyerName?: string | null | undefined;
954
954
  project?: {
955
- id: string;
955
+ type: string;
956
956
  status: string;
957
+ id: string;
957
958
  isArchived: boolean;
958
959
  createdAt: Date;
959
960
  updatedAt: Date;
960
- type: string;
961
961
  syncedAt: Date;
962
962
  mtaId: string | null;
963
963
  name: string;
964
964
  developerId: string;
965
965
  state: string;
966
966
  developer?: {
967
- id: string;
968
967
  status: string;
968
+ id: string;
969
969
  isArchived: boolean;
970
970
  createdAt: Date;
971
971
  updatedAt: Date;
@@ -984,19 +984,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
984
984
  isCancelable?: boolean | null | undefined;
985
985
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
986
986
  }, z.ZodTypeDef, {
987
- id: string;
988
987
  status: string;
988
+ id: string;
989
+ propertyId: string | null;
990
+ balanceCents: string | number | bigint;
989
991
  isArchived: boolean;
990
992
  createdAt: Date;
991
993
  updatedAt: Date;
992
994
  syncedAt: Date | null;
993
995
  debitAmountCents: string | number | bigint;
994
996
  creditAmountCents: string | number | bigint;
995
- balanceCents: string | number | bigint;
996
997
  description: string | null;
997
998
  clearedAt: Date | null;
998
999
  cmaId: string;
999
- propertyId: string | null;
1000
1000
  createType: string;
1001
1001
  transactionType: string;
1002
1002
  isCanceled: boolean;
@@ -1024,13 +1024,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1024
1024
  lastName?: string | null | undefined;
1025
1025
  } | null | undefined;
1026
1026
  property?: {
1027
- id: string;
1028
1027
  status: string;
1028
+ id: string;
1029
+ balanceCents: number | bigint;
1029
1030
  isArchived: boolean;
1030
1031
  createdAt: Date;
1031
1032
  updatedAt: Date;
1032
1033
  syncedAt: Date;
1033
- balanceCents: number | bigint;
1034
1034
  customerId: string;
1035
1035
  projectId: string;
1036
1036
  lotDetail: string | null;
@@ -1040,8 +1040,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1040
1040
  mtaBalanceCents: number | bigint;
1041
1041
  cmaBalanceCents: number | bigint;
1042
1042
  customer?: {
1043
- id: string;
1044
1043
  status: string;
1044
+ id: string;
1045
1045
  isArchived: boolean;
1046
1046
  createdAt: Date;
1047
1047
  updatedAt: Date;
@@ -1052,20 +1052,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1052
1052
  } | null | undefined;
1053
1053
  buyerName?: string | null | undefined;
1054
1054
  project?: {
1055
- id: string;
1055
+ type: string;
1056
1056
  status: string;
1057
+ id: string;
1057
1058
  isArchived: boolean;
1058
1059
  createdAt: Date;
1059
1060
  updatedAt: Date;
1060
- type: string;
1061
1061
  syncedAt: Date;
1062
1062
  mtaId: string | null;
1063
1063
  name: string;
1064
1064
  developerId: string;
1065
1065
  state: string;
1066
1066
  developer?: {
1067
- id: string;
1068
1067
  status: string;
1068
+ id: string;
1069
1069
  isArchived: boolean;
1070
1070
  createdAt: Date;
1071
1071
  updatedAt: Date;
@@ -1077,19 +1077,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1077
1077
  } & {
1078
1078
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
1079
1079
  sourceTransaction?: ({
1080
- id: string;
1081
1080
  status: string;
1081
+ id: string;
1082
+ propertyId: string | null;
1083
+ balanceCents: string | number | bigint;
1082
1084
  isArchived: boolean;
1083
1085
  createdAt: Date;
1084
1086
  updatedAt: Date;
1085
1087
  syncedAt: Date | null;
1086
1088
  debitAmountCents: string | number | bigint;
1087
1089
  creditAmountCents: string | number | bigint;
1088
- balanceCents: string | number | bigint;
1089
1090
  description: string | null;
1090
1091
  clearedAt: Date | null;
1091
1092
  cmaId: string;
1092
- propertyId: string | null;
1093
1093
  createType: string;
1094
1094
  transactionType: string;
1095
1095
  isCanceled: boolean;
@@ -1117,13 +1117,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1117
1117
  lastName?: string | null | undefined;
1118
1118
  } | null | undefined;
1119
1119
  property?: {
1120
- id: string;
1121
1120
  status: string;
1121
+ id: string;
1122
+ balanceCents: number | bigint;
1122
1123
  isArchived: boolean;
1123
1124
  createdAt: Date;
1124
1125
  updatedAt: Date;
1125
1126
  syncedAt: Date;
1126
- balanceCents: number | bigint;
1127
1127
  customerId: string;
1128
1128
  projectId: string;
1129
1129
  lotDetail: string | null;
@@ -1133,8 +1133,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1133
1133
  mtaBalanceCents: number | bigint;
1134
1134
  cmaBalanceCents: number | bigint;
1135
1135
  customer?: {
1136
- id: string;
1137
1136
  status: string;
1137
+ id: string;
1138
1138
  isArchived: boolean;
1139
1139
  createdAt: Date;
1140
1140
  updatedAt: Date;
@@ -1145,20 +1145,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1145
1145
  } | null | undefined;
1146
1146
  buyerName?: string | null | undefined;
1147
1147
  project?: {
1148
- id: string;
1148
+ type: string;
1149
1149
  status: string;
1150
+ id: string;
1150
1151
  isArchived: boolean;
1151
1152
  createdAt: Date;
1152
1153
  updatedAt: Date;
1153
- type: string;
1154
1154
  syncedAt: Date;
1155
1155
  mtaId: string | null;
1156
1156
  name: string;
1157
1157
  developerId: string;
1158
1158
  state: string;
1159
1159
  developer?: {
1160
- id: string;
1161
1160
  status: string;
1161
+ id: string;
1162
1162
  isArchived: boolean;
1163
1163
  createdAt: Date;
1164
1164
  updatedAt: Date;
@@ -1169,19 +1169,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1169
1169
  } | null | undefined;
1170
1170
  } & any) | null | undefined;
1171
1171
  subsequentTransactions?: ({
1172
- id: string;
1173
1172
  status: string;
1173
+ id: string;
1174
+ propertyId: string | null;
1175
+ balanceCents: string | number | bigint;
1174
1176
  isArchived: boolean;
1175
1177
  createdAt: Date;
1176
1178
  updatedAt: Date;
1177
1179
  syncedAt: Date | null;
1178
1180
  debitAmountCents: string | number | bigint;
1179
1181
  creditAmountCents: string | number | bigint;
1180
- balanceCents: string | number | bigint;
1181
1182
  description: string | null;
1182
1183
  clearedAt: Date | null;
1183
1184
  cmaId: string;
1184
- propertyId: string | null;
1185
1185
  createType: string;
1186
1186
  transactionType: string;
1187
1187
  isCanceled: boolean;
@@ -1209,13 +1209,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1209
1209
  lastName?: string | null | undefined;
1210
1210
  } | null | undefined;
1211
1211
  property?: {
1212
- id: string;
1213
1212
  status: string;
1213
+ id: string;
1214
+ balanceCents: number | bigint;
1214
1215
  isArchived: boolean;
1215
1216
  createdAt: Date;
1216
1217
  updatedAt: Date;
1217
1218
  syncedAt: Date;
1218
- balanceCents: number | bigint;
1219
1219
  customerId: string;
1220
1220
  projectId: string;
1221
1221
  lotDetail: string | null;
@@ -1225,8 +1225,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1225
1225
  mtaBalanceCents: number | bigint;
1226
1226
  cmaBalanceCents: number | bigint;
1227
1227
  customer?: {
1228
- id: string;
1229
1228
  status: string;
1229
+ id: string;
1230
1230
  isArchived: boolean;
1231
1231
  createdAt: Date;
1232
1232
  updatedAt: Date;
@@ -1237,20 +1237,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1237
1237
  } | null | undefined;
1238
1238
  buyerName?: string | null | undefined;
1239
1239
  project?: {
1240
- id: string;
1240
+ type: string;
1241
1241
  status: string;
1242
+ id: string;
1242
1243
  isArchived: boolean;
1243
1244
  createdAt: Date;
1244
1245
  updatedAt: Date;
1245
- type: string;
1246
1246
  syncedAt: Date;
1247
1247
  mtaId: string | null;
1248
1248
  name: string;
1249
1249
  developerId: string;
1250
1250
  state: string;
1251
1251
  developer?: {
1252
- id: string;
1253
1252
  status: string;
1253
+ id: string;
1254
1254
  isArchived: boolean;
1255
1255
  createdAt: Date;
1256
1256
  updatedAt: Date;
@@ -1267,19 +1267,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1267
1267
  reconciledAmountCents: number;
1268
1268
  unreconciledAmountCents: number;
1269
1269
  reconciledTransactions?: ({
1270
- id: string;
1271
1270
  status: "clearing" | "cleared" | "reconciled";
1271
+ id: string;
1272
+ propertyId: string | null;
1273
+ balanceCents: number;
1272
1274
  isArchived: boolean;
1273
1275
  createdAt: Date;
1274
1276
  updatedAt: Date;
1275
1277
  syncedAt: Date | null;
1276
1278
  debitAmountCents: number;
1277
1279
  creditAmountCents: number;
1278
- balanceCents: number;
1279
1280
  description: string | null;
1280
1281
  clearedAt: Date | null;
1281
1282
  cmaId: string;
1282
- propertyId: string | null;
1283
1283
  createType: string;
1284
1284
  transactionType: string;
1285
1285
  isCanceled: boolean;
@@ -1307,13 +1307,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1307
1307
  lastName?: string | null | undefined;
1308
1308
  } | null | undefined;
1309
1309
  property?: {
1310
- id: string;
1311
1310
  status: string;
1311
+ id: string;
1312
+ balanceCents: number | bigint;
1312
1313
  isArchived: boolean;
1313
1314
  createdAt: Date;
1314
1315
  updatedAt: Date;
1315
1316
  syncedAt: Date;
1316
- balanceCents: number | bigint;
1317
1317
  customerId: string;
1318
1318
  projectId: string;
1319
1319
  lotDetail: string | null;
@@ -1323,8 +1323,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1323
1323
  mtaBalanceCents: number | bigint;
1324
1324
  cmaBalanceCents: number | bigint;
1325
1325
  customer?: {
1326
- id: string;
1327
1326
  status: string;
1327
+ id: string;
1328
1328
  isArchived: boolean;
1329
1329
  createdAt: Date;
1330
1330
  updatedAt: Date;
@@ -1335,20 +1335,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1335
1335
  } | null | undefined;
1336
1336
  buyerName?: string | null | undefined;
1337
1337
  project?: {
1338
- id: string;
1338
+ type: string;
1339
1339
  status: string;
1340
+ id: string;
1340
1341
  isArchived: boolean;
1341
1342
  createdAt: Date;
1342
1343
  updatedAt: Date;
1343
- type: string;
1344
1344
  syncedAt: Date;
1345
1345
  mtaId: string | null;
1346
1346
  name: string;
1347
1347
  developerId: string;
1348
1348
  state: string;
1349
1349
  developer?: {
1350
- id: string;
1351
1350
  status: string;
1351
+ id: string;
1352
1352
  isArchived: boolean;
1353
1353
  createdAt: Date;
1354
1354
  updatedAt: Date;
@@ -1360,19 +1360,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1360
1360
  } & {
1361
1361
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1362
1362
  sourceTransaction?: Omit<{
1363
- id: string;
1364
1363
  status: "clearing" | "cleared" | "reconciled";
1364
+ id: string;
1365
+ propertyId: string | null;
1366
+ balanceCents: number;
1365
1367
  isArchived: boolean;
1366
1368
  createdAt: Date;
1367
1369
  updatedAt: Date;
1368
1370
  syncedAt: Date | null;
1369
1371
  debitAmountCents: number;
1370
1372
  creditAmountCents: number;
1371
- balanceCents: number;
1372
1373
  description: string | null;
1373
1374
  clearedAt: Date | null;
1374
1375
  cmaId: string;
1375
- propertyId: string | null;
1376
1376
  createType: string;
1377
1377
  transactionType: string;
1378
1378
  isCanceled: boolean;
@@ -1400,13 +1400,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1400
1400
  lastName?: string | null | undefined;
1401
1401
  } | null | undefined;
1402
1402
  property?: {
1403
- id: string;
1404
1403
  status: string;
1404
+ id: string;
1405
+ balanceCents: number | bigint;
1405
1406
  isArchived: boolean;
1406
1407
  createdAt: Date;
1407
1408
  updatedAt: Date;
1408
1409
  syncedAt: Date;
1409
- balanceCents: number | bigint;
1410
1410
  customerId: string;
1411
1411
  projectId: string;
1412
1412
  lotDetail: string | null;
@@ -1416,8 +1416,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1416
1416
  mtaBalanceCents: number | bigint;
1417
1417
  cmaBalanceCents: number | bigint;
1418
1418
  customer?: {
1419
- id: string;
1420
1419
  status: string;
1420
+ id: string;
1421
1421
  isArchived: boolean;
1422
1422
  createdAt: Date;
1423
1423
  updatedAt: Date;
@@ -1428,20 +1428,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1428
1428
  } | null | undefined;
1429
1429
  buyerName?: string | null | undefined;
1430
1430
  project?: {
1431
- id: string;
1431
+ type: string;
1432
1432
  status: string;
1433
+ id: string;
1433
1434
  isArchived: boolean;
1434
1435
  createdAt: Date;
1435
1436
  updatedAt: Date;
1436
- type: string;
1437
1437
  syncedAt: Date;
1438
1438
  mtaId: string | null;
1439
1439
  name: string;
1440
1440
  developerId: string;
1441
1441
  state: string;
1442
1442
  developer?: {
1443
- id: string;
1444
1443
  status: string;
1444
+ id: string;
1445
1445
  isArchived: boolean;
1446
1446
  createdAt: Date;
1447
1447
  updatedAt: Date;
@@ -1452,19 +1452,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1452
1452
  } | null | undefined;
1453
1453
  } & any, "cma"> | null | undefined;
1454
1454
  subsequentTransactions?: Omit<{
1455
- id: string;
1456
1455
  status: "clearing" | "cleared" | "reconciled";
1456
+ id: string;
1457
+ propertyId: string | null;
1458
+ balanceCents: number;
1457
1459
  isArchived: boolean;
1458
1460
  createdAt: Date;
1459
1461
  updatedAt: Date;
1460
1462
  syncedAt: Date | null;
1461
1463
  debitAmountCents: number;
1462
1464
  creditAmountCents: number;
1463
- balanceCents: number;
1464
1465
  description: string | null;
1465
1466
  clearedAt: Date | null;
1466
1467
  cmaId: string;
1467
- propertyId: string | null;
1468
1468
  createType: string;
1469
1469
  transactionType: string;
1470
1470
  isCanceled: boolean;
@@ -1492,13 +1492,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1492
1492
  lastName?: string | null | undefined;
1493
1493
  } | null | undefined;
1494
1494
  property?: {
1495
- id: string;
1496
1495
  status: string;
1496
+ id: string;
1497
+ balanceCents: number | bigint;
1497
1498
  isArchived: boolean;
1498
1499
  createdAt: Date;
1499
1500
  updatedAt: Date;
1500
1501
  syncedAt: Date;
1501
- balanceCents: number | bigint;
1502
1502
  customerId: string;
1503
1503
  projectId: string;
1504
1504
  lotDetail: string | null;
@@ -1508,8 +1508,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1508
1508
  mtaBalanceCents: number | bigint;
1509
1509
  cmaBalanceCents: number | bigint;
1510
1510
  customer?: {
1511
- id: string;
1512
1511
  status: string;
1512
+ id: string;
1513
1513
  isArchived: boolean;
1514
1514
  createdAt: Date;
1515
1515
  updatedAt: Date;
@@ -1520,20 +1520,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1520
1520
  } | null | undefined;
1521
1521
  buyerName?: string | null | undefined;
1522
1522
  project?: {
1523
- id: string;
1523
+ type: string;
1524
1524
  status: string;
1525
+ id: string;
1525
1526
  isArchived: boolean;
1526
1527
  createdAt: Date;
1527
1528
  updatedAt: Date;
1528
- type: string;
1529
1529
  syncedAt: Date;
1530
1530
  mtaId: string | null;
1531
1531
  name: string;
1532
1532
  developerId: string;
1533
1533
  state: string;
1534
1534
  developer?: {
1535
- id: string;
1536
1535
  status: string;
1536
+ id: string;
1537
1537
  isArchived: boolean;
1538
1538
  createdAt: Date;
1539
1539
  updatedAt: Date;
@@ -1553,19 +1553,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1553
1553
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
1554
1554
  })[] | null | undefined;
1555
1555
  unreconciledTransactions?: ({
1556
- id: string;
1557
1556
  status: "clearing" | "cleared" | "reconciled";
1557
+ id: string;
1558
+ propertyId: string | null;
1559
+ balanceCents: number;
1558
1560
  isArchived: boolean;
1559
1561
  createdAt: Date;
1560
1562
  updatedAt: Date;
1561
1563
  syncedAt: Date | null;
1562
1564
  debitAmountCents: number;
1563
1565
  creditAmountCents: number;
1564
- balanceCents: number;
1565
1566
  description: string | null;
1566
1567
  clearedAt: Date | null;
1567
1568
  cmaId: string;
1568
- propertyId: string | null;
1569
1569
  createType: string;
1570
1570
  transactionType: string;
1571
1571
  isCanceled: boolean;
@@ -1593,13 +1593,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1593
1593
  lastName?: string | null | undefined;
1594
1594
  } | null | undefined;
1595
1595
  property?: {
1596
- id: string;
1597
1596
  status: string;
1597
+ id: string;
1598
+ balanceCents: number | bigint;
1598
1599
  isArchived: boolean;
1599
1600
  createdAt: Date;
1600
1601
  updatedAt: Date;
1601
1602
  syncedAt: Date;
1602
- balanceCents: number | bigint;
1603
1603
  customerId: string;
1604
1604
  projectId: string;
1605
1605
  lotDetail: string | null;
@@ -1609,8 +1609,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1609
1609
  mtaBalanceCents: number | bigint;
1610
1610
  cmaBalanceCents: number | bigint;
1611
1611
  customer?: {
1612
- id: string;
1613
1612
  status: string;
1613
+ id: string;
1614
1614
  isArchived: boolean;
1615
1615
  createdAt: Date;
1616
1616
  updatedAt: Date;
@@ -1621,20 +1621,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1621
1621
  } | null | undefined;
1622
1622
  buyerName?: string | null | undefined;
1623
1623
  project?: {
1624
- id: string;
1624
+ type: string;
1625
1625
  status: string;
1626
+ id: string;
1626
1627
  isArchived: boolean;
1627
1628
  createdAt: Date;
1628
1629
  updatedAt: Date;
1629
- type: string;
1630
1630
  syncedAt: Date;
1631
1631
  mtaId: string | null;
1632
1632
  name: string;
1633
1633
  developerId: string;
1634
1634
  state: string;
1635
1635
  developer?: {
1636
- id: string;
1637
1636
  status: string;
1637
+ id: string;
1638
1638
  isArchived: boolean;
1639
1639
  createdAt: Date;
1640
1640
  updatedAt: Date;
@@ -1646,19 +1646,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1646
1646
  } & {
1647
1647
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1648
1648
  sourceTransaction?: Omit<{
1649
- id: string;
1650
1649
  status: "clearing" | "cleared" | "reconciled";
1650
+ id: string;
1651
+ propertyId: string | null;
1652
+ balanceCents: number;
1651
1653
  isArchived: boolean;
1652
1654
  createdAt: Date;
1653
1655
  updatedAt: Date;
1654
1656
  syncedAt: Date | null;
1655
1657
  debitAmountCents: number;
1656
1658
  creditAmountCents: number;
1657
- balanceCents: number;
1658
1659
  description: string | null;
1659
1660
  clearedAt: Date | null;
1660
1661
  cmaId: string;
1661
- propertyId: string | null;
1662
1662
  createType: string;
1663
1663
  transactionType: string;
1664
1664
  isCanceled: boolean;
@@ -1686,13 +1686,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1686
1686
  lastName?: string | null | undefined;
1687
1687
  } | null | undefined;
1688
1688
  property?: {
1689
- id: string;
1690
1689
  status: string;
1690
+ id: string;
1691
+ balanceCents: number | bigint;
1691
1692
  isArchived: boolean;
1692
1693
  createdAt: Date;
1693
1694
  updatedAt: Date;
1694
1695
  syncedAt: Date;
1695
- balanceCents: number | bigint;
1696
1696
  customerId: string;
1697
1697
  projectId: string;
1698
1698
  lotDetail: string | null;
@@ -1702,8 +1702,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1702
1702
  mtaBalanceCents: number | bigint;
1703
1703
  cmaBalanceCents: number | bigint;
1704
1704
  customer?: {
1705
- id: string;
1706
1705
  status: string;
1706
+ id: string;
1707
1707
  isArchived: boolean;
1708
1708
  createdAt: Date;
1709
1709
  updatedAt: Date;
@@ -1714,20 +1714,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1714
1714
  } | null | undefined;
1715
1715
  buyerName?: string | null | undefined;
1716
1716
  project?: {
1717
- id: string;
1717
+ type: string;
1718
1718
  status: string;
1719
+ id: string;
1719
1720
  isArchived: boolean;
1720
1721
  createdAt: Date;
1721
1722
  updatedAt: Date;
1722
- type: string;
1723
1723
  syncedAt: Date;
1724
1724
  mtaId: string | null;
1725
1725
  name: string;
1726
1726
  developerId: string;
1727
1727
  state: string;
1728
1728
  developer?: {
1729
- id: string;
1730
1729
  status: string;
1730
+ id: string;
1731
1731
  isArchived: boolean;
1732
1732
  createdAt: Date;
1733
1733
  updatedAt: Date;
@@ -1738,19 +1738,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1738
1738
  } | null | undefined;
1739
1739
  } & any, "cma"> | null | undefined;
1740
1740
  subsequentTransactions?: Omit<{
1741
- id: string;
1742
1741
  status: "clearing" | "cleared" | "reconciled";
1742
+ id: string;
1743
+ propertyId: string | null;
1744
+ balanceCents: number;
1743
1745
  isArchived: boolean;
1744
1746
  createdAt: Date;
1745
1747
  updatedAt: Date;
1746
1748
  syncedAt: Date | null;
1747
1749
  debitAmountCents: number;
1748
1750
  creditAmountCents: number;
1749
- balanceCents: number;
1750
1751
  description: string | null;
1751
1752
  clearedAt: Date | null;
1752
1753
  cmaId: string;
1753
- propertyId: string | null;
1754
1754
  createType: string;
1755
1755
  transactionType: string;
1756
1756
  isCanceled: boolean;
@@ -1778,13 +1778,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1778
1778
  lastName?: string | null | undefined;
1779
1779
  } | null | undefined;
1780
1780
  property?: {
1781
- id: string;
1782
1781
  status: string;
1782
+ id: string;
1783
+ balanceCents: number | bigint;
1783
1784
  isArchived: boolean;
1784
1785
  createdAt: Date;
1785
1786
  updatedAt: Date;
1786
1787
  syncedAt: Date;
1787
- balanceCents: number | bigint;
1788
1788
  customerId: string;
1789
1789
  projectId: string;
1790
1790
  lotDetail: string | null;
@@ -1794,8 +1794,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1794
1794
  mtaBalanceCents: number | bigint;
1795
1795
  cmaBalanceCents: number | bigint;
1796
1796
  customer?: {
1797
- id: string;
1798
1797
  status: string;
1798
+ id: string;
1799
1799
  isArchived: boolean;
1800
1800
  createdAt: Date;
1801
1801
  updatedAt: Date;
@@ -1806,20 +1806,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1806
1806
  } | null | undefined;
1807
1807
  buyerName?: string | null | undefined;
1808
1808
  project?: {
1809
- id: string;
1809
+ type: string;
1810
1810
  status: string;
1811
+ id: string;
1811
1812
  isArchived: boolean;
1812
1813
  createdAt: Date;
1813
1814
  updatedAt: Date;
1814
- type: string;
1815
1815
  syncedAt: Date;
1816
1816
  mtaId: string | null;
1817
1817
  name: string;
1818
1818
  developerId: string;
1819
1819
  state: string;
1820
1820
  developer?: {
1821
- id: string;
1822
1821
  status: string;
1822
+ id: string;
1823
1823
  isArchived: boolean;
1824
1824
  createdAt: Date;
1825
1825
  updatedAt: Date;
@@ -1842,19 +1842,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1842
1842
  reconciledAmountCents: number | bigint;
1843
1843
  unreconciledAmountCents: number | bigint;
1844
1844
  reconciledTransactions?: ({
1845
- id: string;
1846
1845
  status: string;
1846
+ id: string;
1847
+ propertyId: string | null;
1848
+ balanceCents: string | number | bigint;
1847
1849
  isArchived: boolean;
1848
1850
  createdAt: Date;
1849
1851
  updatedAt: Date;
1850
1852
  syncedAt: Date | null;
1851
1853
  debitAmountCents: string | number | bigint;
1852
1854
  creditAmountCents: string | number | bigint;
1853
- balanceCents: string | number | bigint;
1854
1855
  description: string | null;
1855
1856
  clearedAt: Date | null;
1856
1857
  cmaId: string;
1857
- propertyId: string | null;
1858
1858
  createType: string;
1859
1859
  transactionType: string;
1860
1860
  isCanceled: boolean;
@@ -1882,13 +1882,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1882
1882
  lastName?: string | null | undefined;
1883
1883
  } | null | undefined;
1884
1884
  property?: {
1885
- id: string;
1886
1885
  status: string;
1886
+ id: string;
1887
+ balanceCents: number | bigint;
1887
1888
  isArchived: boolean;
1888
1889
  createdAt: Date;
1889
1890
  updatedAt: Date;
1890
1891
  syncedAt: Date;
1891
- balanceCents: number | bigint;
1892
1892
  customerId: string;
1893
1893
  projectId: string;
1894
1894
  lotDetail: string | null;
@@ -1898,8 +1898,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1898
1898
  mtaBalanceCents: number | bigint;
1899
1899
  cmaBalanceCents: number | bigint;
1900
1900
  customer?: {
1901
- id: string;
1902
1901
  status: string;
1902
+ id: string;
1903
1903
  isArchived: boolean;
1904
1904
  createdAt: Date;
1905
1905
  updatedAt: Date;
@@ -1910,20 +1910,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1910
1910
  } | null | undefined;
1911
1911
  buyerName?: string | null | undefined;
1912
1912
  project?: {
1913
- id: string;
1913
+ type: string;
1914
1914
  status: string;
1915
+ id: string;
1915
1916
  isArchived: boolean;
1916
1917
  createdAt: Date;
1917
1918
  updatedAt: Date;
1918
- type: string;
1919
1919
  syncedAt: Date;
1920
1920
  mtaId: string | null;
1921
1921
  name: string;
1922
1922
  developerId: string;
1923
1923
  state: string;
1924
1924
  developer?: {
1925
- id: string;
1926
1925
  status: string;
1926
+ id: string;
1927
1927
  isArchived: boolean;
1928
1928
  createdAt: Date;
1929
1929
  updatedAt: Date;
@@ -1935,19 +1935,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1935
1935
  } & {
1936
1936
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
1937
1937
  sourceTransaction?: ({
1938
- id: string;
1939
1938
  status: string;
1939
+ id: string;
1940
+ propertyId: string | null;
1941
+ balanceCents: string | number | bigint;
1940
1942
  isArchived: boolean;
1941
1943
  createdAt: Date;
1942
1944
  updatedAt: Date;
1943
1945
  syncedAt: Date | null;
1944
1946
  debitAmountCents: string | number | bigint;
1945
1947
  creditAmountCents: string | number | bigint;
1946
- balanceCents: string | number | bigint;
1947
1948
  description: string | null;
1948
1949
  clearedAt: Date | null;
1949
1950
  cmaId: string;
1950
- propertyId: string | null;
1951
1951
  createType: string;
1952
1952
  transactionType: string;
1953
1953
  isCanceled: boolean;
@@ -1975,13 +1975,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1975
1975
  lastName?: string | null | undefined;
1976
1976
  } | null | undefined;
1977
1977
  property?: {
1978
- id: string;
1979
1978
  status: string;
1979
+ id: string;
1980
+ balanceCents: number | bigint;
1980
1981
  isArchived: boolean;
1981
1982
  createdAt: Date;
1982
1983
  updatedAt: Date;
1983
1984
  syncedAt: Date;
1984
- balanceCents: number | bigint;
1985
1985
  customerId: string;
1986
1986
  projectId: string;
1987
1987
  lotDetail: string | null;
@@ -1991,8 +1991,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1991
1991
  mtaBalanceCents: number | bigint;
1992
1992
  cmaBalanceCents: number | bigint;
1993
1993
  customer?: {
1994
- id: string;
1995
1994
  status: string;
1995
+ id: string;
1996
1996
  isArchived: boolean;
1997
1997
  createdAt: Date;
1998
1998
  updatedAt: Date;
@@ -2003,20 +2003,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2003
2003
  } | null | undefined;
2004
2004
  buyerName?: string | null | undefined;
2005
2005
  project?: {
2006
- id: string;
2006
+ type: string;
2007
2007
  status: string;
2008
+ id: string;
2008
2009
  isArchived: boolean;
2009
2010
  createdAt: Date;
2010
2011
  updatedAt: Date;
2011
- type: string;
2012
2012
  syncedAt: Date;
2013
2013
  mtaId: string | null;
2014
2014
  name: string;
2015
2015
  developerId: string;
2016
2016
  state: string;
2017
2017
  developer?: {
2018
- id: string;
2019
2018
  status: string;
2019
+ id: string;
2020
2020
  isArchived: boolean;
2021
2021
  createdAt: Date;
2022
2022
  updatedAt: Date;
@@ -2027,19 +2027,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2027
2027
  } | null | undefined;
2028
2028
  } & any) | null | undefined;
2029
2029
  subsequentTransactions?: ({
2030
- id: string;
2031
2030
  status: string;
2031
+ id: string;
2032
+ propertyId: string | null;
2033
+ balanceCents: string | number | bigint;
2032
2034
  isArchived: boolean;
2033
2035
  createdAt: Date;
2034
2036
  updatedAt: Date;
2035
2037
  syncedAt: Date | null;
2036
2038
  debitAmountCents: string | number | bigint;
2037
2039
  creditAmountCents: string | number | bigint;
2038
- balanceCents: string | number | bigint;
2039
2040
  description: string | null;
2040
2041
  clearedAt: Date | null;
2041
2042
  cmaId: string;
2042
- propertyId: string | null;
2043
2043
  createType: string;
2044
2044
  transactionType: string;
2045
2045
  isCanceled: boolean;
@@ -2067,13 +2067,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2067
2067
  lastName?: string | null | undefined;
2068
2068
  } | null | undefined;
2069
2069
  property?: {
2070
- id: string;
2071
2070
  status: string;
2071
+ id: string;
2072
+ balanceCents: number | bigint;
2072
2073
  isArchived: boolean;
2073
2074
  createdAt: Date;
2074
2075
  updatedAt: Date;
2075
2076
  syncedAt: Date;
2076
- balanceCents: number | bigint;
2077
2077
  customerId: string;
2078
2078
  projectId: string;
2079
2079
  lotDetail: string | null;
@@ -2083,8 +2083,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2083
2083
  mtaBalanceCents: number | bigint;
2084
2084
  cmaBalanceCents: number | bigint;
2085
2085
  customer?: {
2086
- id: string;
2087
2086
  status: string;
2087
+ id: string;
2088
2088
  isArchived: boolean;
2089
2089
  createdAt: Date;
2090
2090
  updatedAt: Date;
@@ -2095,20 +2095,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2095
2095
  } | null | undefined;
2096
2096
  buyerName?: string | null | undefined;
2097
2097
  project?: {
2098
- id: string;
2098
+ type: string;
2099
2099
  status: string;
2100
+ id: string;
2100
2101
  isArchived: boolean;
2101
2102
  createdAt: Date;
2102
2103
  updatedAt: Date;
2103
- type: string;
2104
2104
  syncedAt: Date;
2105
2105
  mtaId: string | null;
2106
2106
  name: string;
2107
2107
  developerId: string;
2108
2108
  state: string;
2109
2109
  developer?: {
2110
- id: string;
2111
2110
  status: string;
2111
+ id: string;
2112
2112
  isArchived: boolean;
2113
2113
  createdAt: Date;
2114
2114
  updatedAt: Date;
@@ -2122,19 +2122,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2122
2122
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2123
2123
  })[] | null | undefined;
2124
2124
  unreconciledTransactions?: ({
2125
- id: string;
2126
2125
  status: string;
2126
+ id: string;
2127
+ propertyId: string | null;
2128
+ balanceCents: string | number | bigint;
2127
2129
  isArchived: boolean;
2128
2130
  createdAt: Date;
2129
2131
  updatedAt: Date;
2130
2132
  syncedAt: Date | null;
2131
2133
  debitAmountCents: string | number | bigint;
2132
2134
  creditAmountCents: string | number | bigint;
2133
- balanceCents: string | number | bigint;
2134
2135
  description: string | null;
2135
2136
  clearedAt: Date | null;
2136
2137
  cmaId: string;
2137
- propertyId: string | null;
2138
2138
  createType: string;
2139
2139
  transactionType: string;
2140
2140
  isCanceled: boolean;
@@ -2162,13 +2162,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2162
2162
  lastName?: string | null | undefined;
2163
2163
  } | null | undefined;
2164
2164
  property?: {
2165
- id: string;
2166
2165
  status: string;
2166
+ id: string;
2167
+ balanceCents: number | bigint;
2167
2168
  isArchived: boolean;
2168
2169
  createdAt: Date;
2169
2170
  updatedAt: Date;
2170
2171
  syncedAt: Date;
2171
- balanceCents: number | bigint;
2172
2172
  customerId: string;
2173
2173
  projectId: string;
2174
2174
  lotDetail: string | null;
@@ -2178,8 +2178,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2178
2178
  mtaBalanceCents: number | bigint;
2179
2179
  cmaBalanceCents: number | bigint;
2180
2180
  customer?: {
2181
- id: string;
2182
2181
  status: string;
2182
+ id: string;
2183
2183
  isArchived: boolean;
2184
2184
  createdAt: Date;
2185
2185
  updatedAt: Date;
@@ -2190,20 +2190,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2190
2190
  } | null | undefined;
2191
2191
  buyerName?: string | null | undefined;
2192
2192
  project?: {
2193
- id: string;
2193
+ type: string;
2194
2194
  status: string;
2195
+ id: string;
2195
2196
  isArchived: boolean;
2196
2197
  createdAt: Date;
2197
2198
  updatedAt: Date;
2198
- type: string;
2199
2199
  syncedAt: Date;
2200
2200
  mtaId: string | null;
2201
2201
  name: string;
2202
2202
  developerId: string;
2203
2203
  state: string;
2204
2204
  developer?: {
2205
- id: string;
2206
2205
  status: string;
2206
+ id: string;
2207
2207
  isArchived: boolean;
2208
2208
  createdAt: Date;
2209
2209
  updatedAt: Date;
@@ -2215,19 +2215,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2215
2215
  } & {
2216
2216
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
2217
2217
  sourceTransaction?: ({
2218
- id: string;
2219
2218
  status: string;
2219
+ id: string;
2220
+ propertyId: string | null;
2221
+ balanceCents: string | number | bigint;
2220
2222
  isArchived: boolean;
2221
2223
  createdAt: Date;
2222
2224
  updatedAt: Date;
2223
2225
  syncedAt: Date | null;
2224
2226
  debitAmountCents: string | number | bigint;
2225
2227
  creditAmountCents: string | number | bigint;
2226
- balanceCents: string | number | bigint;
2227
2228
  description: string | null;
2228
2229
  clearedAt: Date | null;
2229
2230
  cmaId: string;
2230
- propertyId: string | null;
2231
2231
  createType: string;
2232
2232
  transactionType: string;
2233
2233
  isCanceled: boolean;
@@ -2255,13 +2255,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2255
2255
  lastName?: string | null | undefined;
2256
2256
  } | null | undefined;
2257
2257
  property?: {
2258
- id: string;
2259
2258
  status: string;
2259
+ id: string;
2260
+ balanceCents: number | bigint;
2260
2261
  isArchived: boolean;
2261
2262
  createdAt: Date;
2262
2263
  updatedAt: Date;
2263
2264
  syncedAt: Date;
2264
- balanceCents: number | bigint;
2265
2265
  customerId: string;
2266
2266
  projectId: string;
2267
2267
  lotDetail: string | null;
@@ -2271,8 +2271,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2271
2271
  mtaBalanceCents: number | bigint;
2272
2272
  cmaBalanceCents: number | bigint;
2273
2273
  customer?: {
2274
- id: string;
2275
2274
  status: string;
2275
+ id: string;
2276
2276
  isArchived: boolean;
2277
2277
  createdAt: Date;
2278
2278
  updatedAt: Date;
@@ -2283,20 +2283,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2283
2283
  } | null | undefined;
2284
2284
  buyerName?: string | null | undefined;
2285
2285
  project?: {
2286
- id: string;
2286
+ type: string;
2287
2287
  status: string;
2288
+ id: string;
2288
2289
  isArchived: boolean;
2289
2290
  createdAt: Date;
2290
2291
  updatedAt: Date;
2291
- type: string;
2292
2292
  syncedAt: Date;
2293
2293
  mtaId: string | null;
2294
2294
  name: string;
2295
2295
  developerId: string;
2296
2296
  state: string;
2297
2297
  developer?: {
2298
- id: string;
2299
2298
  status: string;
2299
+ id: string;
2300
2300
  isArchived: boolean;
2301
2301
  createdAt: Date;
2302
2302
  updatedAt: Date;
@@ -2307,19 +2307,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2307
2307
  } | null | undefined;
2308
2308
  } & any) | null | undefined;
2309
2309
  subsequentTransactions?: ({
2310
- id: string;
2311
2310
  status: string;
2311
+ id: string;
2312
+ propertyId: string | null;
2313
+ balanceCents: string | number | bigint;
2312
2314
  isArchived: boolean;
2313
2315
  createdAt: Date;
2314
2316
  updatedAt: Date;
2315
2317
  syncedAt: Date | null;
2316
2318
  debitAmountCents: string | number | bigint;
2317
2319
  creditAmountCents: string | number | bigint;
2318
- balanceCents: string | number | bigint;
2319
2320
  description: string | null;
2320
2321
  clearedAt: Date | null;
2321
2322
  cmaId: string;
2322
- propertyId: string | null;
2323
2323
  createType: string;
2324
2324
  transactionType: string;
2325
2325
  isCanceled: boolean;
@@ -2347,13 +2347,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2347
2347
  lastName?: string | null | undefined;
2348
2348
  } | null | undefined;
2349
2349
  property?: {
2350
- id: string;
2351
2350
  status: string;
2351
+ id: string;
2352
+ balanceCents: number | bigint;
2352
2353
  isArchived: boolean;
2353
2354
  createdAt: Date;
2354
2355
  updatedAt: Date;
2355
2356
  syncedAt: Date;
2356
- balanceCents: number | bigint;
2357
2357
  customerId: string;
2358
2358
  projectId: string;
2359
2359
  lotDetail: string | null;
@@ -2363,8 +2363,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2363
2363
  mtaBalanceCents: number | bigint;
2364
2364
  cmaBalanceCents: number | bigint;
2365
2365
  customer?: {
2366
- id: string;
2367
2366
  status: string;
2367
+ id: string;
2368
2368
  isArchived: boolean;
2369
2369
  createdAt: Date;
2370
2370
  updatedAt: Date;
@@ -2375,20 +2375,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2375
2375
  } | null | undefined;
2376
2376
  buyerName?: string | null | undefined;
2377
2377
  project?: {
2378
- id: string;
2378
+ type: string;
2379
2379
  status: string;
2380
+ id: string;
2380
2381
  isArchived: boolean;
2381
2382
  createdAt: Date;
2382
2383
  updatedAt: Date;
2383
- type: string;
2384
2384
  syncedAt: Date;
2385
2385
  mtaId: string | null;
2386
2386
  name: string;
2387
2387
  developerId: string;
2388
2388
  state: string;
2389
2389
  developer?: {
2390
- id: string;
2391
2390
  status: string;
2391
+ id: string;
2392
2392
  isArchived: boolean;
2393
2393
  createdAt: Date;
2394
2394
  updatedAt: Date;
@@ -2428,19 +2428,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2428
2428
  reconciledAmountCents: number;
2429
2429
  unreconciledAmountCents: number;
2430
2430
  reconciledTransactions?: ({
2431
- id: string;
2432
2431
  status: "clearing" | "cleared" | "reconciled";
2432
+ id: string;
2433
+ propertyId: string | null;
2434
+ balanceCents: number;
2433
2435
  isArchived: boolean;
2434
2436
  createdAt: Date;
2435
2437
  updatedAt: Date;
2436
2438
  syncedAt: Date | null;
2437
2439
  debitAmountCents: number;
2438
2440
  creditAmountCents: number;
2439
- balanceCents: number;
2440
2441
  description: string | null;
2441
2442
  clearedAt: Date | null;
2442
2443
  cmaId: string;
2443
- propertyId: string | null;
2444
2444
  createType: string;
2445
2445
  transactionType: string;
2446
2446
  isCanceled: boolean;
@@ -2468,13 +2468,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2468
2468
  lastName?: string | null | undefined;
2469
2469
  } | null | undefined;
2470
2470
  property?: {
2471
- id: string;
2472
2471
  status: string;
2472
+ id: string;
2473
+ balanceCents: number | bigint;
2473
2474
  isArchived: boolean;
2474
2475
  createdAt: Date;
2475
2476
  updatedAt: Date;
2476
2477
  syncedAt: Date;
2477
- balanceCents: number | bigint;
2478
2478
  customerId: string;
2479
2479
  projectId: string;
2480
2480
  lotDetail: string | null;
@@ -2484,8 +2484,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2484
2484
  mtaBalanceCents: number | bigint;
2485
2485
  cmaBalanceCents: number | bigint;
2486
2486
  customer?: {
2487
- id: string;
2488
2487
  status: string;
2488
+ id: string;
2489
2489
  isArchived: boolean;
2490
2490
  createdAt: Date;
2491
2491
  updatedAt: Date;
@@ -2496,20 +2496,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2496
2496
  } | null | undefined;
2497
2497
  buyerName?: string | null | undefined;
2498
2498
  project?: {
2499
- id: string;
2499
+ type: string;
2500
2500
  status: string;
2501
+ id: string;
2501
2502
  isArchived: boolean;
2502
2503
  createdAt: Date;
2503
2504
  updatedAt: Date;
2504
- type: string;
2505
2505
  syncedAt: Date;
2506
2506
  mtaId: string | null;
2507
2507
  name: string;
2508
2508
  developerId: string;
2509
2509
  state: string;
2510
2510
  developer?: {
2511
- id: string;
2512
2511
  status: string;
2512
+ id: string;
2513
2513
  isArchived: boolean;
2514
2514
  createdAt: Date;
2515
2515
  updatedAt: Date;
@@ -2521,19 +2521,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2521
2521
  } & {
2522
2522
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
2523
2523
  sourceTransaction?: Omit<{
2524
- id: string;
2525
2524
  status: "clearing" | "cleared" | "reconciled";
2525
+ id: string;
2526
+ propertyId: string | null;
2527
+ balanceCents: number;
2526
2528
  isArchived: boolean;
2527
2529
  createdAt: Date;
2528
2530
  updatedAt: Date;
2529
2531
  syncedAt: Date | null;
2530
2532
  debitAmountCents: number;
2531
2533
  creditAmountCents: number;
2532
- balanceCents: number;
2533
2534
  description: string | null;
2534
2535
  clearedAt: Date | null;
2535
2536
  cmaId: string;
2536
- propertyId: string | null;
2537
2537
  createType: string;
2538
2538
  transactionType: string;
2539
2539
  isCanceled: boolean;
@@ -2561,13 +2561,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2561
2561
  lastName?: string | null | undefined;
2562
2562
  } | null | undefined;
2563
2563
  property?: {
2564
- id: string;
2565
2564
  status: string;
2565
+ id: string;
2566
+ balanceCents: number | bigint;
2566
2567
  isArchived: boolean;
2567
2568
  createdAt: Date;
2568
2569
  updatedAt: Date;
2569
2570
  syncedAt: Date;
2570
- balanceCents: number | bigint;
2571
2571
  customerId: string;
2572
2572
  projectId: string;
2573
2573
  lotDetail: string | null;
@@ -2577,8 +2577,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2577
2577
  mtaBalanceCents: number | bigint;
2578
2578
  cmaBalanceCents: number | bigint;
2579
2579
  customer?: {
2580
- id: string;
2581
2580
  status: string;
2581
+ id: string;
2582
2582
  isArchived: boolean;
2583
2583
  createdAt: Date;
2584
2584
  updatedAt: Date;
@@ -2589,20 +2589,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2589
2589
  } | null | undefined;
2590
2590
  buyerName?: string | null | undefined;
2591
2591
  project?: {
2592
- id: string;
2592
+ type: string;
2593
2593
  status: string;
2594
+ id: string;
2594
2595
  isArchived: boolean;
2595
2596
  createdAt: Date;
2596
2597
  updatedAt: Date;
2597
- type: string;
2598
2598
  syncedAt: Date;
2599
2599
  mtaId: string | null;
2600
2600
  name: string;
2601
2601
  developerId: string;
2602
2602
  state: string;
2603
2603
  developer?: {
2604
- id: string;
2605
2604
  status: string;
2605
+ id: string;
2606
2606
  isArchived: boolean;
2607
2607
  createdAt: Date;
2608
2608
  updatedAt: Date;
@@ -2613,19 +2613,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2613
2613
  } | null | undefined;
2614
2614
  } & any, "cma"> | null | undefined;
2615
2615
  subsequentTransactions?: Omit<{
2616
- id: string;
2617
2616
  status: "clearing" | "cleared" | "reconciled";
2617
+ id: string;
2618
+ propertyId: string | null;
2619
+ balanceCents: number;
2618
2620
  isArchived: boolean;
2619
2621
  createdAt: Date;
2620
2622
  updatedAt: Date;
2621
2623
  syncedAt: Date | null;
2622
2624
  debitAmountCents: number;
2623
2625
  creditAmountCents: number;
2624
- balanceCents: number;
2625
2626
  description: string | null;
2626
2627
  clearedAt: Date | null;
2627
2628
  cmaId: string;
2628
- propertyId: string | null;
2629
2629
  createType: string;
2630
2630
  transactionType: string;
2631
2631
  isCanceled: boolean;
@@ -2653,13 +2653,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2653
2653
  lastName?: string | null | undefined;
2654
2654
  } | null | undefined;
2655
2655
  property?: {
2656
- id: string;
2657
2656
  status: string;
2657
+ id: string;
2658
+ balanceCents: number | bigint;
2658
2659
  isArchived: boolean;
2659
2660
  createdAt: Date;
2660
2661
  updatedAt: Date;
2661
2662
  syncedAt: Date;
2662
- balanceCents: number | bigint;
2663
2663
  customerId: string;
2664
2664
  projectId: string;
2665
2665
  lotDetail: string | null;
@@ -2669,8 +2669,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2669
2669
  mtaBalanceCents: number | bigint;
2670
2670
  cmaBalanceCents: number | bigint;
2671
2671
  customer?: {
2672
- id: string;
2673
2672
  status: string;
2673
+ id: string;
2674
2674
  isArchived: boolean;
2675
2675
  createdAt: Date;
2676
2676
  updatedAt: Date;
@@ -2681,20 +2681,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2681
2681
  } | null | undefined;
2682
2682
  buyerName?: string | null | undefined;
2683
2683
  project?: {
2684
- id: string;
2684
+ type: string;
2685
2685
  status: string;
2686
+ id: string;
2686
2687
  isArchived: boolean;
2687
2688
  createdAt: Date;
2688
2689
  updatedAt: Date;
2689
- type: string;
2690
2690
  syncedAt: Date;
2691
2691
  mtaId: string | null;
2692
2692
  name: string;
2693
2693
  developerId: string;
2694
2694
  state: string;
2695
2695
  developer?: {
2696
- id: string;
2697
2696
  status: string;
2697
+ id: string;
2698
2698
  isArchived: boolean;
2699
2699
  createdAt: Date;
2700
2700
  updatedAt: Date;
@@ -2714,19 +2714,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2714
2714
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
2715
2715
  })[] | null | undefined;
2716
2716
  unreconciledTransactions?: ({
2717
- id: string;
2718
2717
  status: "clearing" | "cleared" | "reconciled";
2718
+ id: string;
2719
+ propertyId: string | null;
2720
+ balanceCents: number;
2719
2721
  isArchived: boolean;
2720
2722
  createdAt: Date;
2721
2723
  updatedAt: Date;
2722
2724
  syncedAt: Date | null;
2723
2725
  debitAmountCents: number;
2724
2726
  creditAmountCents: number;
2725
- balanceCents: number;
2726
2727
  description: string | null;
2727
2728
  clearedAt: Date | null;
2728
2729
  cmaId: string;
2729
- propertyId: string | null;
2730
2730
  createType: string;
2731
2731
  transactionType: string;
2732
2732
  isCanceled: boolean;
@@ -2754,13 +2754,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2754
2754
  lastName?: string | null | undefined;
2755
2755
  } | null | undefined;
2756
2756
  property?: {
2757
- id: string;
2758
2757
  status: string;
2758
+ id: string;
2759
+ balanceCents: number | bigint;
2759
2760
  isArchived: boolean;
2760
2761
  createdAt: Date;
2761
2762
  updatedAt: Date;
2762
2763
  syncedAt: Date;
2763
- balanceCents: number | bigint;
2764
2764
  customerId: string;
2765
2765
  projectId: string;
2766
2766
  lotDetail: string | null;
@@ -2770,8 +2770,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2770
2770
  mtaBalanceCents: number | bigint;
2771
2771
  cmaBalanceCents: number | bigint;
2772
2772
  customer?: {
2773
- id: string;
2774
2773
  status: string;
2774
+ id: string;
2775
2775
  isArchived: boolean;
2776
2776
  createdAt: Date;
2777
2777
  updatedAt: Date;
@@ -2782,20 +2782,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2782
2782
  } | null | undefined;
2783
2783
  buyerName?: string | null | undefined;
2784
2784
  project?: {
2785
- id: string;
2785
+ type: string;
2786
2786
  status: string;
2787
+ id: string;
2787
2788
  isArchived: boolean;
2788
2789
  createdAt: Date;
2789
2790
  updatedAt: Date;
2790
- type: string;
2791
2791
  syncedAt: Date;
2792
2792
  mtaId: string | null;
2793
2793
  name: string;
2794
2794
  developerId: string;
2795
2795
  state: string;
2796
2796
  developer?: {
2797
- id: string;
2798
2797
  status: string;
2798
+ id: string;
2799
2799
  isArchived: boolean;
2800
2800
  createdAt: Date;
2801
2801
  updatedAt: Date;
@@ -2807,19 +2807,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2807
2807
  } & {
2808
2808
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
2809
2809
  sourceTransaction?: Omit<{
2810
- id: string;
2811
2810
  status: "clearing" | "cleared" | "reconciled";
2811
+ id: string;
2812
+ propertyId: string | null;
2813
+ balanceCents: number;
2812
2814
  isArchived: boolean;
2813
2815
  createdAt: Date;
2814
2816
  updatedAt: Date;
2815
2817
  syncedAt: Date | null;
2816
2818
  debitAmountCents: number;
2817
2819
  creditAmountCents: number;
2818
- balanceCents: number;
2819
2820
  description: string | null;
2820
2821
  clearedAt: Date | null;
2821
2822
  cmaId: string;
2822
- propertyId: string | null;
2823
2823
  createType: string;
2824
2824
  transactionType: string;
2825
2825
  isCanceled: boolean;
@@ -2847,13 +2847,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2847
2847
  lastName?: string | null | undefined;
2848
2848
  } | null | undefined;
2849
2849
  property?: {
2850
- id: string;
2851
2850
  status: string;
2851
+ id: string;
2852
+ balanceCents: number | bigint;
2852
2853
  isArchived: boolean;
2853
2854
  createdAt: Date;
2854
2855
  updatedAt: Date;
2855
2856
  syncedAt: Date;
2856
- balanceCents: number | bigint;
2857
2857
  customerId: string;
2858
2858
  projectId: string;
2859
2859
  lotDetail: string | null;
@@ -2863,8 +2863,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2863
2863
  mtaBalanceCents: number | bigint;
2864
2864
  cmaBalanceCents: number | bigint;
2865
2865
  customer?: {
2866
- id: string;
2867
2866
  status: string;
2867
+ id: string;
2868
2868
  isArchived: boolean;
2869
2869
  createdAt: Date;
2870
2870
  updatedAt: Date;
@@ -2875,20 +2875,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2875
2875
  } | null | undefined;
2876
2876
  buyerName?: string | null | undefined;
2877
2877
  project?: {
2878
- id: string;
2878
+ type: string;
2879
2879
  status: string;
2880
+ id: string;
2880
2881
  isArchived: boolean;
2881
2882
  createdAt: Date;
2882
2883
  updatedAt: Date;
2883
- type: string;
2884
2884
  syncedAt: Date;
2885
2885
  mtaId: string | null;
2886
2886
  name: string;
2887
2887
  developerId: string;
2888
2888
  state: string;
2889
2889
  developer?: {
2890
- id: string;
2891
2890
  status: string;
2891
+ id: string;
2892
2892
  isArchived: boolean;
2893
2893
  createdAt: Date;
2894
2894
  updatedAt: Date;
@@ -2899,19 +2899,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2899
2899
  } | null | undefined;
2900
2900
  } & any, "cma"> | null | undefined;
2901
2901
  subsequentTransactions?: Omit<{
2902
- id: string;
2903
2902
  status: "clearing" | "cleared" | "reconciled";
2903
+ id: string;
2904
+ propertyId: string | null;
2905
+ balanceCents: number;
2904
2906
  isArchived: boolean;
2905
2907
  createdAt: Date;
2906
2908
  updatedAt: Date;
2907
2909
  syncedAt: Date | null;
2908
2910
  debitAmountCents: number;
2909
2911
  creditAmountCents: number;
2910
- balanceCents: number;
2911
2912
  description: string | null;
2912
2913
  clearedAt: Date | null;
2913
2914
  cmaId: string;
2914
- propertyId: string | null;
2915
2915
  createType: string;
2916
2916
  transactionType: string;
2917
2917
  isCanceled: boolean;
@@ -2939,13 +2939,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2939
2939
  lastName?: string | null | undefined;
2940
2940
  } | null | undefined;
2941
2941
  property?: {
2942
- id: string;
2943
2942
  status: string;
2943
+ id: string;
2944
+ balanceCents: number | bigint;
2944
2945
  isArchived: boolean;
2945
2946
  createdAt: Date;
2946
2947
  updatedAt: Date;
2947
2948
  syncedAt: Date;
2948
- balanceCents: number | bigint;
2949
2949
  customerId: string;
2950
2950
  projectId: string;
2951
2951
  lotDetail: string | null;
@@ -2955,8 +2955,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2955
2955
  mtaBalanceCents: number | bigint;
2956
2956
  cmaBalanceCents: number | bigint;
2957
2957
  customer?: {
2958
- id: string;
2959
2958
  status: string;
2959
+ id: string;
2960
2960
  isArchived: boolean;
2961
2961
  createdAt: Date;
2962
2962
  updatedAt: Date;
@@ -2967,20 +2967,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2967
2967
  } | null | undefined;
2968
2968
  buyerName?: string | null | undefined;
2969
2969
  project?: {
2970
- id: string;
2970
+ type: string;
2971
2971
  status: string;
2972
+ id: string;
2972
2973
  isArchived: boolean;
2973
2974
  createdAt: Date;
2974
2975
  updatedAt: Date;
2975
- type: string;
2976
2976
  syncedAt: Date;
2977
2977
  mtaId: string | null;
2978
2978
  name: string;
2979
2979
  developerId: string;
2980
2980
  state: string;
2981
2981
  developer?: {
2982
- id: string;
2983
2982
  status: string;
2983
+ id: string;
2984
2984
  isArchived: boolean;
2985
2985
  createdAt: Date;
2986
2986
  updatedAt: Date;
@@ -3001,8 +3001,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3001
3001
  })[] | null | undefined;
3002
3002
  };
3003
3003
  reconciliations?: {
3004
- id: string;
3005
3004
  status: string;
3005
+ id: string;
3006
3006
  isArchived: boolean;
3007
3007
  createdBy: string;
3008
3008
  createdAt: Date;
@@ -3049,19 +3049,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3049
3049
  reconciledAmountCents: number | bigint;
3050
3050
  unreconciledAmountCents: number | bigint;
3051
3051
  reconciledTransactions?: ({
3052
- id: string;
3053
3052
  status: string;
3053
+ id: string;
3054
+ propertyId: string | null;
3055
+ balanceCents: string | number | bigint;
3054
3056
  isArchived: boolean;
3055
3057
  createdAt: Date;
3056
3058
  updatedAt: Date;
3057
3059
  syncedAt: Date | null;
3058
3060
  debitAmountCents: string | number | bigint;
3059
3061
  creditAmountCents: string | number | bigint;
3060
- balanceCents: string | number | bigint;
3061
3062
  description: string | null;
3062
3063
  clearedAt: Date | null;
3063
3064
  cmaId: string;
3064
- propertyId: string | null;
3065
3065
  createType: string;
3066
3066
  transactionType: string;
3067
3067
  isCanceled: boolean;
@@ -3089,13 +3089,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3089
3089
  lastName?: string | null | undefined;
3090
3090
  } | null | undefined;
3091
3091
  property?: {
3092
- id: string;
3093
3092
  status: string;
3093
+ id: string;
3094
+ balanceCents: number | bigint;
3094
3095
  isArchived: boolean;
3095
3096
  createdAt: Date;
3096
3097
  updatedAt: Date;
3097
3098
  syncedAt: Date;
3098
- balanceCents: number | bigint;
3099
3099
  customerId: string;
3100
3100
  projectId: string;
3101
3101
  lotDetail: string | null;
@@ -3105,8 +3105,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3105
3105
  mtaBalanceCents: number | bigint;
3106
3106
  cmaBalanceCents: number | bigint;
3107
3107
  customer?: {
3108
- id: string;
3109
3108
  status: string;
3109
+ id: string;
3110
3110
  isArchived: boolean;
3111
3111
  createdAt: Date;
3112
3112
  updatedAt: Date;
@@ -3117,20 +3117,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3117
3117
  } | null | undefined;
3118
3118
  buyerName?: string | null | undefined;
3119
3119
  project?: {
3120
- id: string;
3120
+ type: string;
3121
3121
  status: string;
3122
+ id: string;
3122
3123
  isArchived: boolean;
3123
3124
  createdAt: Date;
3124
3125
  updatedAt: Date;
3125
- type: string;
3126
3126
  syncedAt: Date;
3127
3127
  mtaId: string | null;
3128
3128
  name: string;
3129
3129
  developerId: string;
3130
3130
  state: string;
3131
3131
  developer?: {
3132
- id: string;
3133
3132
  status: string;
3133
+ id: string;
3134
3134
  isArchived: boolean;
3135
3135
  createdAt: Date;
3136
3136
  updatedAt: Date;
@@ -3142,19 +3142,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3142
3142
  } & {
3143
3143
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
3144
3144
  sourceTransaction?: ({
3145
- id: string;
3146
3145
  status: string;
3146
+ id: string;
3147
+ propertyId: string | null;
3148
+ balanceCents: string | number | bigint;
3147
3149
  isArchived: boolean;
3148
3150
  createdAt: Date;
3149
3151
  updatedAt: Date;
3150
3152
  syncedAt: Date | null;
3151
3153
  debitAmountCents: string | number | bigint;
3152
3154
  creditAmountCents: string | number | bigint;
3153
- balanceCents: string | number | bigint;
3154
3155
  description: string | null;
3155
3156
  clearedAt: Date | null;
3156
3157
  cmaId: string;
3157
- propertyId: string | null;
3158
3158
  createType: string;
3159
3159
  transactionType: string;
3160
3160
  isCanceled: boolean;
@@ -3182,13 +3182,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3182
3182
  lastName?: string | null | undefined;
3183
3183
  } | null | undefined;
3184
3184
  property?: {
3185
- id: string;
3186
3185
  status: string;
3186
+ id: string;
3187
+ balanceCents: number | bigint;
3187
3188
  isArchived: boolean;
3188
3189
  createdAt: Date;
3189
3190
  updatedAt: Date;
3190
3191
  syncedAt: Date;
3191
- balanceCents: number | bigint;
3192
3192
  customerId: string;
3193
3193
  projectId: string;
3194
3194
  lotDetail: string | null;
@@ -3198,8 +3198,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3198
3198
  mtaBalanceCents: number | bigint;
3199
3199
  cmaBalanceCents: number | bigint;
3200
3200
  customer?: {
3201
- id: string;
3202
3201
  status: string;
3202
+ id: string;
3203
3203
  isArchived: boolean;
3204
3204
  createdAt: Date;
3205
3205
  updatedAt: Date;
@@ -3210,20 +3210,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3210
3210
  } | null | undefined;
3211
3211
  buyerName?: string | null | undefined;
3212
3212
  project?: {
3213
- id: string;
3213
+ type: string;
3214
3214
  status: string;
3215
+ id: string;
3215
3216
  isArchived: boolean;
3216
3217
  createdAt: Date;
3217
3218
  updatedAt: Date;
3218
- type: string;
3219
3219
  syncedAt: Date;
3220
3220
  mtaId: string | null;
3221
3221
  name: string;
3222
3222
  developerId: string;
3223
3223
  state: string;
3224
3224
  developer?: {
3225
- id: string;
3226
3225
  status: string;
3226
+ id: string;
3227
3227
  isArchived: boolean;
3228
3228
  createdAt: Date;
3229
3229
  updatedAt: Date;
@@ -3234,19 +3234,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3234
3234
  } | null | undefined;
3235
3235
  } & any) | null | undefined;
3236
3236
  subsequentTransactions?: ({
3237
- id: string;
3238
3237
  status: string;
3238
+ id: string;
3239
+ propertyId: string | null;
3240
+ balanceCents: string | number | bigint;
3239
3241
  isArchived: boolean;
3240
3242
  createdAt: Date;
3241
3243
  updatedAt: Date;
3242
3244
  syncedAt: Date | null;
3243
3245
  debitAmountCents: string | number | bigint;
3244
3246
  creditAmountCents: string | number | bigint;
3245
- balanceCents: string | number | bigint;
3246
3247
  description: string | null;
3247
3248
  clearedAt: Date | null;
3248
3249
  cmaId: string;
3249
- propertyId: string | null;
3250
3250
  createType: string;
3251
3251
  transactionType: string;
3252
3252
  isCanceled: boolean;
@@ -3274,13 +3274,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3274
3274
  lastName?: string | null | undefined;
3275
3275
  } | null | undefined;
3276
3276
  property?: {
3277
- id: string;
3278
3277
  status: string;
3278
+ id: string;
3279
+ balanceCents: number | bigint;
3279
3280
  isArchived: boolean;
3280
3281
  createdAt: Date;
3281
3282
  updatedAt: Date;
3282
3283
  syncedAt: Date;
3283
- balanceCents: number | bigint;
3284
3284
  customerId: string;
3285
3285
  projectId: string;
3286
3286
  lotDetail: string | null;
@@ -3290,8 +3290,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3290
3290
  mtaBalanceCents: number | bigint;
3291
3291
  cmaBalanceCents: number | bigint;
3292
3292
  customer?: {
3293
- id: string;
3294
3293
  status: string;
3294
+ id: string;
3295
3295
  isArchived: boolean;
3296
3296
  createdAt: Date;
3297
3297
  updatedAt: Date;
@@ -3302,20 +3302,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3302
3302
  } | null | undefined;
3303
3303
  buyerName?: string | null | undefined;
3304
3304
  project?: {
3305
- id: string;
3305
+ type: string;
3306
3306
  status: string;
3307
+ id: string;
3307
3308
  isArchived: boolean;
3308
3309
  createdAt: Date;
3309
3310
  updatedAt: Date;
3310
- type: string;
3311
3311
  syncedAt: Date;
3312
3312
  mtaId: string | null;
3313
3313
  name: string;
3314
3314
  developerId: string;
3315
3315
  state: string;
3316
3316
  developer?: {
3317
- id: string;
3318
3317
  status: string;
3318
+ id: string;
3319
3319
  isArchived: boolean;
3320
3320
  createdAt: Date;
3321
3321
  updatedAt: Date;
@@ -3329,19 +3329,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3329
3329
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
3330
3330
  })[] | null | undefined;
3331
3331
  unreconciledTransactions?: ({
3332
- id: string;
3333
3332
  status: string;
3333
+ id: string;
3334
+ propertyId: string | null;
3335
+ balanceCents: string | number | bigint;
3334
3336
  isArchived: boolean;
3335
3337
  createdAt: Date;
3336
3338
  updatedAt: Date;
3337
3339
  syncedAt: Date | null;
3338
3340
  debitAmountCents: string | number | bigint;
3339
3341
  creditAmountCents: string | number | bigint;
3340
- balanceCents: string | number | bigint;
3341
3342
  description: string | null;
3342
3343
  clearedAt: Date | null;
3343
3344
  cmaId: string;
3344
- propertyId: string | null;
3345
3345
  createType: string;
3346
3346
  transactionType: string;
3347
3347
  isCanceled: boolean;
@@ -3369,13 +3369,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3369
3369
  lastName?: string | null | undefined;
3370
3370
  } | null | undefined;
3371
3371
  property?: {
3372
- id: string;
3373
3372
  status: string;
3373
+ id: string;
3374
+ balanceCents: number | bigint;
3374
3375
  isArchived: boolean;
3375
3376
  createdAt: Date;
3376
3377
  updatedAt: Date;
3377
3378
  syncedAt: Date;
3378
- balanceCents: number | bigint;
3379
3379
  customerId: string;
3380
3380
  projectId: string;
3381
3381
  lotDetail: string | null;
@@ -3385,8 +3385,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3385
3385
  mtaBalanceCents: number | bigint;
3386
3386
  cmaBalanceCents: number | bigint;
3387
3387
  customer?: {
3388
- id: string;
3389
3388
  status: string;
3389
+ id: string;
3390
3390
  isArchived: boolean;
3391
3391
  createdAt: Date;
3392
3392
  updatedAt: Date;
@@ -3397,20 +3397,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3397
3397
  } | null | undefined;
3398
3398
  buyerName?: string | null | undefined;
3399
3399
  project?: {
3400
- id: string;
3400
+ type: string;
3401
3401
  status: string;
3402
+ id: string;
3402
3403
  isArchived: boolean;
3403
3404
  createdAt: Date;
3404
3405
  updatedAt: Date;
3405
- type: string;
3406
3406
  syncedAt: Date;
3407
3407
  mtaId: string | null;
3408
3408
  name: string;
3409
3409
  developerId: string;
3410
3410
  state: string;
3411
3411
  developer?: {
3412
- id: string;
3413
3412
  status: string;
3413
+ id: string;
3414
3414
  isArchived: boolean;
3415
3415
  createdAt: Date;
3416
3416
  updatedAt: Date;
@@ -3422,19 +3422,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3422
3422
  } & {
3423
3423
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
3424
3424
  sourceTransaction?: ({
3425
- id: string;
3426
3425
  status: string;
3426
+ id: string;
3427
+ propertyId: string | null;
3428
+ balanceCents: string | number | bigint;
3427
3429
  isArchived: boolean;
3428
3430
  createdAt: Date;
3429
3431
  updatedAt: Date;
3430
3432
  syncedAt: Date | null;
3431
3433
  debitAmountCents: string | number | bigint;
3432
3434
  creditAmountCents: string | number | bigint;
3433
- balanceCents: string | number | bigint;
3434
3435
  description: string | null;
3435
3436
  clearedAt: Date | null;
3436
3437
  cmaId: string;
3437
- propertyId: string | null;
3438
3438
  createType: string;
3439
3439
  transactionType: string;
3440
3440
  isCanceled: boolean;
@@ -3462,13 +3462,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3462
3462
  lastName?: string | null | undefined;
3463
3463
  } | null | undefined;
3464
3464
  property?: {
3465
- id: string;
3466
3465
  status: string;
3466
+ id: string;
3467
+ balanceCents: number | bigint;
3467
3468
  isArchived: boolean;
3468
3469
  createdAt: Date;
3469
3470
  updatedAt: Date;
3470
3471
  syncedAt: Date;
3471
- balanceCents: number | bigint;
3472
3472
  customerId: string;
3473
3473
  projectId: string;
3474
3474
  lotDetail: string | null;
@@ -3478,8 +3478,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3478
3478
  mtaBalanceCents: number | bigint;
3479
3479
  cmaBalanceCents: number | bigint;
3480
3480
  customer?: {
3481
- id: string;
3482
3481
  status: string;
3482
+ id: string;
3483
3483
  isArchived: boolean;
3484
3484
  createdAt: Date;
3485
3485
  updatedAt: Date;
@@ -3490,20 +3490,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3490
3490
  } | null | undefined;
3491
3491
  buyerName?: string | null | undefined;
3492
3492
  project?: {
3493
- id: string;
3493
+ type: string;
3494
3494
  status: string;
3495
+ id: string;
3495
3496
  isArchived: boolean;
3496
3497
  createdAt: Date;
3497
3498
  updatedAt: Date;
3498
- type: string;
3499
3499
  syncedAt: Date;
3500
3500
  mtaId: string | null;
3501
3501
  name: string;
3502
3502
  developerId: string;
3503
3503
  state: string;
3504
3504
  developer?: {
3505
- id: string;
3506
3505
  status: string;
3506
+ id: string;
3507
3507
  isArchived: boolean;
3508
3508
  createdAt: Date;
3509
3509
  updatedAt: Date;
@@ -3514,19 +3514,19 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3514
3514
  } | null | undefined;
3515
3515
  } & any) | null | undefined;
3516
3516
  subsequentTransactions?: ({
3517
- id: string;
3518
3517
  status: string;
3518
+ id: string;
3519
+ propertyId: string | null;
3520
+ balanceCents: string | number | bigint;
3519
3521
  isArchived: boolean;
3520
3522
  createdAt: Date;
3521
3523
  updatedAt: Date;
3522
3524
  syncedAt: Date | null;
3523
3525
  debitAmountCents: string | number | bigint;
3524
3526
  creditAmountCents: string | number | bigint;
3525
- balanceCents: string | number | bigint;
3526
3527
  description: string | null;
3527
3528
  clearedAt: Date | null;
3528
3529
  cmaId: string;
3529
- propertyId: string | null;
3530
3530
  createType: string;
3531
3531
  transactionType: string;
3532
3532
  isCanceled: boolean;
@@ -3554,13 +3554,13 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3554
3554
  lastName?: string | null | undefined;
3555
3555
  } | null | undefined;
3556
3556
  property?: {
3557
- id: string;
3558
3557
  status: string;
3558
+ id: string;
3559
+ balanceCents: number | bigint;
3559
3560
  isArchived: boolean;
3560
3561
  createdAt: Date;
3561
3562
  updatedAt: Date;
3562
3563
  syncedAt: Date;
3563
- balanceCents: number | bigint;
3564
3564
  customerId: string;
3565
3565
  projectId: string;
3566
3566
  lotDetail: string | null;
@@ -3570,8 +3570,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3570
3570
  mtaBalanceCents: number | bigint;
3571
3571
  cmaBalanceCents: number | bigint;
3572
3572
  customer?: {
3573
- id: string;
3574
3573
  status: string;
3574
+ id: string;
3575
3575
  isArchived: boolean;
3576
3576
  createdAt: Date;
3577
3577
  updatedAt: Date;
@@ -3582,20 +3582,20 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3582
3582
  } | null | undefined;
3583
3583
  buyerName?: string | null | undefined;
3584
3584
  project?: {
3585
- id: string;
3585
+ type: string;
3586
3586
  status: string;
3587
+ id: string;
3587
3588
  isArchived: boolean;
3588
3589
  createdAt: Date;
3589
3590
  updatedAt: Date;
3590
- type: string;
3591
3591
  syncedAt: Date;
3592
3592
  mtaId: string | null;
3593
3593
  name: string;
3594
3594
  developerId: string;
3595
3595
  state: string;
3596
3596
  developer?: {
3597
- id: string;
3598
3597
  status: string;
3598
+ id: string;
3599
3599
  isArchived: boolean;
3600
3600
  createdAt: Date;
3601
3601
  updatedAt: Date;
@@ -3610,8 +3610,8 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3610
3610
  })[] | null | undefined;
3611
3611
  };
3612
3612
  reconciliations?: {
3613
- id: string;
3614
3613
  status: string;
3614
+ id: string;
3615
3615
  isArchived: boolean;
3616
3616
  createdBy: string;
3617
3617
  createdAt: Date;