@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 mtaAccountPeriodClosingSummaryRestResSchema: 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 mtaAccountPeriodClosingSummaryRestResSchema: 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 mtaAccountPeriodClosingSummaryRestResSchema: 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: import("../..").AccountingCommonStatus;
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;
142
144
  debitAmountCents: number;
143
145
  creditAmountCents: number;
144
- balanceCents: number;
145
146
  mtaId: string;
146
147
  description: string | null;
147
148
  clearedAt: Date | null;
148
- propertyId: string | null;
149
149
  transactionType: string;
150
150
  isCanceled: boolean;
151
151
  isRefunded: boolean;
@@ -174,13 +174,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
174
174
  lastName?: string | null | undefined;
175
175
  } | null | undefined;
176
176
  property?: {
177
- id: string;
178
177
  status: string;
178
+ id: string;
179
+ balanceCents: number | bigint;
179
180
  isArchived: boolean;
180
181
  createdAt: Date;
181
182
  updatedAt: Date;
182
183
  syncedAt: Date;
183
- balanceCents: number | bigint;
184
184
  customerId: string;
185
185
  projectId: string;
186
186
  lotDetail: string | null;
@@ -190,8 +190,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
190
190
  mtaBalanceCents: number | bigint;
191
191
  cmaBalanceCents: number | bigint;
192
192
  customer?: {
193
- id: string;
194
193
  status: string;
194
+ id: string;
195
195
  isArchived: boolean;
196
196
  createdAt: Date;
197
197
  updatedAt: Date;
@@ -202,20 +202,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
202
202
  } | null | undefined;
203
203
  buyerName?: string | null | undefined;
204
204
  project?: {
205
- id: string;
205
+ type: string;
206
206
  status: string;
207
+ id: string;
207
208
  isArchived: boolean;
208
209
  createdAt: Date;
209
210
  updatedAt: Date;
210
- type: string;
211
211
  syncedAt: Date;
212
212
  mtaId: string | null;
213
213
  name: string;
214
214
  developerId: string;
215
215
  state: string;
216
216
  developer?: {
217
- id: string;
218
217
  status: string;
218
+ id: string;
219
219
  isArchived: boolean;
220
220
  createdAt: Date;
221
221
  updatedAt: Date;
@@ -227,19 +227,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
227
227
  } & {
228
228
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
229
229
  sourceTransaction?: ({
230
- id: string;
231
230
  status: import("../..").AccountingCommonStatus;
231
+ id: string;
232
+ propertyId: string | null;
233
+ balanceCents: number;
232
234
  isArchived: boolean;
233
235
  createdAt: Date;
234
236
  updatedAt: Date;
235
237
  syncedAt: Date;
236
238
  debitAmountCents: number;
237
239
  creditAmountCents: number;
238
- balanceCents: number;
239
240
  mtaId: string;
240
241
  description: string | null;
241
242
  clearedAt: Date | null;
242
- propertyId: string | null;
243
243
  transactionType: string;
244
244
  isCanceled: boolean;
245
245
  isRefunded: boolean;
@@ -268,13 +268,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
268
268
  lastName?: string | null | undefined;
269
269
  } | null | undefined;
270
270
  property?: {
271
- id: string;
272
271
  status: string;
272
+ id: string;
273
+ balanceCents: number | bigint;
273
274
  isArchived: boolean;
274
275
  createdAt: Date;
275
276
  updatedAt: Date;
276
277
  syncedAt: Date;
277
- balanceCents: number | bigint;
278
278
  customerId: string;
279
279
  projectId: string;
280
280
  lotDetail: string | null;
@@ -284,8 +284,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
284
284
  mtaBalanceCents: number | bigint;
285
285
  cmaBalanceCents: number | bigint;
286
286
  customer?: {
287
- id: string;
288
287
  status: string;
288
+ id: string;
289
289
  isArchived: boolean;
290
290
  createdAt: Date;
291
291
  updatedAt: Date;
@@ -296,20 +296,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
296
296
  } | null | undefined;
297
297
  buyerName?: string | null | undefined;
298
298
  project?: {
299
- id: string;
299
+ type: string;
300
300
  status: string;
301
+ id: string;
301
302
  isArchived: boolean;
302
303
  createdAt: Date;
303
304
  updatedAt: Date;
304
- type: string;
305
305
  syncedAt: Date;
306
306
  mtaId: string | null;
307
307
  name: string;
308
308
  developerId: string;
309
309
  state: string;
310
310
  developer?: {
311
- id: string;
312
311
  status: string;
312
+ id: string;
313
313
  isArchived: boolean;
314
314
  createdAt: Date;
315
315
  updatedAt: Date;
@@ -320,19 +320,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
320
320
  } | null | undefined;
321
321
  } & any) | null | undefined;
322
322
  subsequentTransactions?: ({
323
- id: string;
324
323
  status: import("../..").AccountingCommonStatus;
324
+ id: string;
325
+ propertyId: string | null;
326
+ balanceCents: number;
325
327
  isArchived: boolean;
326
328
  createdAt: Date;
327
329
  updatedAt: Date;
328
330
  syncedAt: Date;
329
331
  debitAmountCents: number;
330
332
  creditAmountCents: number;
331
- balanceCents: number;
332
333
  mtaId: string;
333
334
  description: string | null;
334
335
  clearedAt: Date | null;
335
- propertyId: string | null;
336
336
  transactionType: string;
337
337
  isCanceled: boolean;
338
338
  isRefunded: boolean;
@@ -361,13 +361,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
361
361
  lastName?: string | null | undefined;
362
362
  } | null | undefined;
363
363
  property?: {
364
- id: string;
365
364
  status: string;
365
+ id: string;
366
+ balanceCents: number | bigint;
366
367
  isArchived: boolean;
367
368
  createdAt: Date;
368
369
  updatedAt: Date;
369
370
  syncedAt: Date;
370
- balanceCents: number | bigint;
371
371
  customerId: string;
372
372
  projectId: string;
373
373
  lotDetail: string | null;
@@ -377,8 +377,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
377
377
  mtaBalanceCents: number | bigint;
378
378
  cmaBalanceCents: number | bigint;
379
379
  customer?: {
380
- id: string;
381
380
  status: string;
381
+ id: string;
382
382
  isArchived: boolean;
383
383
  createdAt: Date;
384
384
  updatedAt: Date;
@@ -389,20 +389,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
389
389
  } | null | undefined;
390
390
  buyerName?: string | null | undefined;
391
391
  project?: {
392
- id: string;
392
+ type: string;
393
393
  status: string;
394
+ id: string;
394
395
  isArchived: boolean;
395
396
  createdAt: Date;
396
397
  updatedAt: Date;
397
- type: string;
398
398
  syncedAt: Date;
399
399
  mtaId: string | null;
400
400
  name: string;
401
401
  developerId: string;
402
402
  state: string;
403
403
  developer?: {
404
- id: string;
405
404
  status: string;
405
+ id: string;
406
406
  isArchived: boolean;
407
407
  createdAt: Date;
408
408
  updatedAt: Date;
@@ -423,19 +423,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
423
423
  transactionNumber?: string | null | undefined;
424
424
  isCancelable?: boolean | null | undefined;
425
425
  }, z.ZodTypeDef, {
426
- id: string;
427
426
  status: string;
427
+ id: string;
428
+ propertyId: string | null;
429
+ balanceCents: string | number | bigint;
428
430
  isArchived: boolean;
429
431
  createdAt: Date;
430
432
  updatedAt: Date;
431
433
  syncedAt: Date;
432
434
  debitAmountCents: string | number | bigint;
433
435
  creditAmountCents: string | number | bigint;
434
- balanceCents: string | number | bigint;
435
436
  mtaId: string;
436
437
  description: string | null;
437
438
  clearedAt: Date | null;
438
- propertyId: string | null;
439
439
  transactionType: string;
440
440
  isCanceled: boolean;
441
441
  isRefunded: boolean;
@@ -464,13 +464,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
464
464
  lastName?: string | null | undefined;
465
465
  } | null | undefined;
466
466
  property?: {
467
- id: string;
468
467
  status: string;
468
+ id: string;
469
+ balanceCents: number | bigint;
469
470
  isArchived: boolean;
470
471
  createdAt: Date;
471
472
  updatedAt: Date;
472
473
  syncedAt: Date;
473
- balanceCents: number | bigint;
474
474
  customerId: string;
475
475
  projectId: string;
476
476
  lotDetail: string | null;
@@ -480,8 +480,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
480
480
  mtaBalanceCents: number | bigint;
481
481
  cmaBalanceCents: number | bigint;
482
482
  customer?: {
483
- id: string;
484
483
  status: string;
484
+ id: string;
485
485
  isArchived: boolean;
486
486
  createdAt: Date;
487
487
  updatedAt: Date;
@@ -492,20 +492,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
492
492
  } | null | undefined;
493
493
  buyerName?: string | null | undefined;
494
494
  project?: {
495
- id: string;
495
+ type: string;
496
496
  status: string;
497
+ id: string;
497
498
  isArchived: boolean;
498
499
  createdAt: Date;
499
500
  updatedAt: Date;
500
- type: string;
501
501
  syncedAt: Date;
502
502
  mtaId: string | null;
503
503
  name: string;
504
504
  developerId: string;
505
505
  state: string;
506
506
  developer?: {
507
- id: string;
508
507
  status: string;
508
+ id: string;
509
509
  isArchived: boolean;
510
510
  createdAt: Date;
511
511
  updatedAt: Date;
@@ -517,19 +517,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
517
517
  } & {
518
518
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
519
519
  sourceTransaction?: ({
520
- id: string;
521
520
  status: string;
521
+ id: string;
522
+ propertyId: string | null;
523
+ balanceCents: string | number | bigint;
522
524
  isArchived: boolean;
523
525
  createdAt: Date;
524
526
  updatedAt: Date;
525
527
  syncedAt: Date;
526
528
  debitAmountCents: string | number | bigint;
527
529
  creditAmountCents: string | number | bigint;
528
- balanceCents: string | number | bigint;
529
530
  mtaId: string;
530
531
  description: string | null;
531
532
  clearedAt: Date | null;
532
- propertyId: string | null;
533
533
  transactionType: string;
534
534
  isCanceled: boolean;
535
535
  isRefunded: boolean;
@@ -558,13 +558,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
558
558
  lastName?: string | null | undefined;
559
559
  } | null | undefined;
560
560
  property?: {
561
- id: string;
562
561
  status: string;
562
+ id: string;
563
+ balanceCents: number | bigint;
563
564
  isArchived: boolean;
564
565
  createdAt: Date;
565
566
  updatedAt: Date;
566
567
  syncedAt: Date;
567
- balanceCents: number | bigint;
568
568
  customerId: string;
569
569
  projectId: string;
570
570
  lotDetail: string | null;
@@ -574,8 +574,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
574
574
  mtaBalanceCents: number | bigint;
575
575
  cmaBalanceCents: number | bigint;
576
576
  customer?: {
577
- id: string;
578
577
  status: string;
578
+ id: string;
579
579
  isArchived: boolean;
580
580
  createdAt: Date;
581
581
  updatedAt: Date;
@@ -586,20 +586,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
586
586
  } | null | undefined;
587
587
  buyerName?: string | null | undefined;
588
588
  project?: {
589
- id: string;
589
+ type: string;
590
590
  status: string;
591
+ id: string;
591
592
  isArchived: boolean;
592
593
  createdAt: Date;
593
594
  updatedAt: Date;
594
- type: string;
595
595
  syncedAt: Date;
596
596
  mtaId: string | null;
597
597
  name: string;
598
598
  developerId: string;
599
599
  state: string;
600
600
  developer?: {
601
- id: string;
602
601
  status: string;
602
+ id: string;
603
603
  isArchived: boolean;
604
604
  createdAt: Date;
605
605
  updatedAt: Date;
@@ -610,19 +610,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
610
610
  } | null | undefined;
611
611
  } & any) | null | undefined;
612
612
  subsequentTransactions?: ({
613
- id: string;
614
613
  status: string;
614
+ id: string;
615
+ propertyId: string | null;
616
+ balanceCents: string | number | bigint;
615
617
  isArchived: boolean;
616
618
  createdAt: Date;
617
619
  updatedAt: Date;
618
620
  syncedAt: Date;
619
621
  debitAmountCents: string | number | bigint;
620
622
  creditAmountCents: string | number | bigint;
621
- balanceCents: string | number | bigint;
622
623
  mtaId: string;
623
624
  description: string | null;
624
625
  clearedAt: Date | null;
625
- propertyId: string | null;
626
626
  transactionType: string;
627
627
  isCanceled: boolean;
628
628
  isRefunded: boolean;
@@ -651,13 +651,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
651
651
  lastName?: string | null | undefined;
652
652
  } | null | undefined;
653
653
  property?: {
654
- id: string;
655
654
  status: string;
655
+ id: string;
656
+ balanceCents: number | bigint;
656
657
  isArchived: boolean;
657
658
  createdAt: Date;
658
659
  updatedAt: Date;
659
660
  syncedAt: Date;
660
- balanceCents: number | bigint;
661
661
  customerId: string;
662
662
  projectId: string;
663
663
  lotDetail: string | null;
@@ -667,8 +667,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
667
667
  mtaBalanceCents: number | bigint;
668
668
  cmaBalanceCents: number | bigint;
669
669
  customer?: {
670
- id: string;
671
670
  status: string;
671
+ id: string;
672
672
  isArchived: boolean;
673
673
  createdAt: Date;
674
674
  updatedAt: Date;
@@ -679,20 +679,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
679
679
  } | null | undefined;
680
680
  buyerName?: string | null | undefined;
681
681
  project?: {
682
- id: string;
682
+ type: string;
683
683
  status: string;
684
+ id: string;
684
685
  isArchived: boolean;
685
686
  createdAt: Date;
686
687
  updatedAt: Date;
687
- type: string;
688
688
  syncedAt: Date;
689
689
  mtaId: string | null;
690
690
  name: string;
691
691
  developerId: string;
692
692
  state: string;
693
693
  developer?: {
694
- id: string;
695
694
  status: string;
695
+ id: string;
696
696
  isArchived: boolean;
697
697
  createdAt: Date;
698
698
  updatedAt: Date;
@@ -706,19 +706,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
706
706
  }>, "many">>>>;
707
707
  unreconciledAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
708
708
  unreconciledTransactions: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodArray<z.ZodType<{
709
- id: string;
710
709
  status: import("../..").AccountingCommonStatus;
710
+ id: string;
711
+ propertyId: string | null;
712
+ balanceCents: number;
711
713
  isArchived: boolean;
712
714
  createdAt: Date;
713
715
  updatedAt: Date;
714
716
  syncedAt: Date;
715
717
  debitAmountCents: number;
716
718
  creditAmountCents: number;
717
- balanceCents: number;
718
719
  mtaId: string;
719
720
  description: string | null;
720
721
  clearedAt: Date | null;
721
- propertyId: string | null;
722
722
  transactionType: string;
723
723
  isCanceled: boolean;
724
724
  isRefunded: boolean;
@@ -747,13 +747,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
747
747
  lastName?: string | null | undefined;
748
748
  } | null | undefined;
749
749
  property?: {
750
- id: string;
751
750
  status: string;
751
+ id: string;
752
+ balanceCents: number | bigint;
752
753
  isArchived: boolean;
753
754
  createdAt: Date;
754
755
  updatedAt: Date;
755
756
  syncedAt: Date;
756
- balanceCents: number | bigint;
757
757
  customerId: string;
758
758
  projectId: string;
759
759
  lotDetail: string | null;
@@ -763,8 +763,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
763
763
  mtaBalanceCents: number | bigint;
764
764
  cmaBalanceCents: number | bigint;
765
765
  customer?: {
766
- id: string;
767
766
  status: string;
767
+ id: string;
768
768
  isArchived: boolean;
769
769
  createdAt: Date;
770
770
  updatedAt: Date;
@@ -775,20 +775,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
775
775
  } | null | undefined;
776
776
  buyerName?: string | null | undefined;
777
777
  project?: {
778
- id: string;
778
+ type: string;
779
779
  status: string;
780
+ id: string;
780
781
  isArchived: boolean;
781
782
  createdAt: Date;
782
783
  updatedAt: Date;
783
- type: string;
784
784
  syncedAt: Date;
785
785
  mtaId: string | null;
786
786
  name: string;
787
787
  developerId: string;
788
788
  state: string;
789
789
  developer?: {
790
- id: string;
791
790
  status: string;
791
+ id: string;
792
792
  isArchived: boolean;
793
793
  createdAt: Date;
794
794
  updatedAt: Date;
@@ -800,19 +800,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
800
800
  } & {
801
801
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
802
802
  sourceTransaction?: ({
803
- id: string;
804
803
  status: import("../..").AccountingCommonStatus;
804
+ id: string;
805
+ propertyId: string | null;
806
+ balanceCents: number;
805
807
  isArchived: boolean;
806
808
  createdAt: Date;
807
809
  updatedAt: Date;
808
810
  syncedAt: Date;
809
811
  debitAmountCents: number;
810
812
  creditAmountCents: number;
811
- balanceCents: number;
812
813
  mtaId: string;
813
814
  description: string | null;
814
815
  clearedAt: Date | null;
815
- propertyId: string | null;
816
816
  transactionType: string;
817
817
  isCanceled: boolean;
818
818
  isRefunded: boolean;
@@ -841,13 +841,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
841
841
  lastName?: string | null | undefined;
842
842
  } | null | undefined;
843
843
  property?: {
844
- id: string;
845
844
  status: string;
845
+ id: string;
846
+ balanceCents: number | bigint;
846
847
  isArchived: boolean;
847
848
  createdAt: Date;
848
849
  updatedAt: Date;
849
850
  syncedAt: Date;
850
- balanceCents: number | bigint;
851
851
  customerId: string;
852
852
  projectId: string;
853
853
  lotDetail: string | null;
@@ -857,8 +857,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
857
857
  mtaBalanceCents: number | bigint;
858
858
  cmaBalanceCents: number | bigint;
859
859
  customer?: {
860
- id: string;
861
860
  status: string;
861
+ id: string;
862
862
  isArchived: boolean;
863
863
  createdAt: Date;
864
864
  updatedAt: Date;
@@ -869,20 +869,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
869
869
  } | null | undefined;
870
870
  buyerName?: string | null | undefined;
871
871
  project?: {
872
- id: string;
872
+ type: string;
873
873
  status: string;
874
+ id: string;
874
875
  isArchived: boolean;
875
876
  createdAt: Date;
876
877
  updatedAt: Date;
877
- type: string;
878
878
  syncedAt: Date;
879
879
  mtaId: string | null;
880
880
  name: string;
881
881
  developerId: string;
882
882
  state: string;
883
883
  developer?: {
884
- id: string;
885
884
  status: string;
885
+ id: string;
886
886
  isArchived: boolean;
887
887
  createdAt: Date;
888
888
  updatedAt: Date;
@@ -893,19 +893,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
893
893
  } | null | undefined;
894
894
  } & any) | null | undefined;
895
895
  subsequentTransactions?: ({
896
- id: string;
897
896
  status: import("../..").AccountingCommonStatus;
897
+ id: string;
898
+ propertyId: string | null;
899
+ balanceCents: number;
898
900
  isArchived: boolean;
899
901
  createdAt: Date;
900
902
  updatedAt: Date;
901
903
  syncedAt: Date;
902
904
  debitAmountCents: number;
903
905
  creditAmountCents: number;
904
- balanceCents: number;
905
906
  mtaId: string;
906
907
  description: string | null;
907
908
  clearedAt: Date | null;
908
- propertyId: string | null;
909
909
  transactionType: string;
910
910
  isCanceled: boolean;
911
911
  isRefunded: boolean;
@@ -934,13 +934,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
934
934
  lastName?: string | null | undefined;
935
935
  } | null | undefined;
936
936
  property?: {
937
- id: string;
938
937
  status: string;
938
+ id: string;
939
+ balanceCents: number | bigint;
939
940
  isArchived: boolean;
940
941
  createdAt: Date;
941
942
  updatedAt: Date;
942
943
  syncedAt: Date;
943
- balanceCents: number | bigint;
944
944
  customerId: string;
945
945
  projectId: string;
946
946
  lotDetail: string | null;
@@ -950,8 +950,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
950
950
  mtaBalanceCents: number | bigint;
951
951
  cmaBalanceCents: number | bigint;
952
952
  customer?: {
953
- id: string;
954
953
  status: string;
954
+ id: string;
955
955
  isArchived: boolean;
956
956
  createdAt: Date;
957
957
  updatedAt: Date;
@@ -962,20 +962,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
962
962
  } | null | undefined;
963
963
  buyerName?: string | null | undefined;
964
964
  project?: {
965
- id: string;
965
+ type: string;
966
966
  status: string;
967
+ id: string;
967
968
  isArchived: boolean;
968
969
  createdAt: Date;
969
970
  updatedAt: Date;
970
- type: string;
971
971
  syncedAt: Date;
972
972
  mtaId: string | null;
973
973
  name: string;
974
974
  developerId: string;
975
975
  state: string;
976
976
  developer?: {
977
- id: string;
978
977
  status: string;
978
+ id: string;
979
979
  isArchived: boolean;
980
980
  createdAt: Date;
981
981
  updatedAt: Date;
@@ -996,19 +996,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
996
996
  transactionNumber?: string | null | undefined;
997
997
  isCancelable?: boolean | null | undefined;
998
998
  }, z.ZodTypeDef, {
999
- id: string;
1000
999
  status: string;
1000
+ id: string;
1001
+ propertyId: string | null;
1002
+ balanceCents: string | number | bigint;
1001
1003
  isArchived: boolean;
1002
1004
  createdAt: Date;
1003
1005
  updatedAt: Date;
1004
1006
  syncedAt: Date;
1005
1007
  debitAmountCents: string | number | bigint;
1006
1008
  creditAmountCents: string | number | bigint;
1007
- balanceCents: string | number | bigint;
1008
1009
  mtaId: string;
1009
1010
  description: string | null;
1010
1011
  clearedAt: Date | null;
1011
- propertyId: string | null;
1012
1012
  transactionType: string;
1013
1013
  isCanceled: boolean;
1014
1014
  isRefunded: boolean;
@@ -1037,13 +1037,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1037
1037
  lastName?: string | null | undefined;
1038
1038
  } | null | undefined;
1039
1039
  property?: {
1040
- id: string;
1041
1040
  status: string;
1041
+ id: string;
1042
+ balanceCents: number | bigint;
1042
1043
  isArchived: boolean;
1043
1044
  createdAt: Date;
1044
1045
  updatedAt: Date;
1045
1046
  syncedAt: Date;
1046
- balanceCents: number | bigint;
1047
1047
  customerId: string;
1048
1048
  projectId: string;
1049
1049
  lotDetail: string | null;
@@ -1053,8 +1053,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1053
1053
  mtaBalanceCents: number | bigint;
1054
1054
  cmaBalanceCents: number | bigint;
1055
1055
  customer?: {
1056
- id: string;
1057
1056
  status: string;
1057
+ id: string;
1058
1058
  isArchived: boolean;
1059
1059
  createdAt: Date;
1060
1060
  updatedAt: Date;
@@ -1065,20 +1065,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1065
1065
  } | null | undefined;
1066
1066
  buyerName?: string | null | undefined;
1067
1067
  project?: {
1068
- id: string;
1068
+ type: string;
1069
1069
  status: string;
1070
+ id: string;
1070
1071
  isArchived: boolean;
1071
1072
  createdAt: Date;
1072
1073
  updatedAt: Date;
1073
- type: string;
1074
1074
  syncedAt: Date;
1075
1075
  mtaId: string | null;
1076
1076
  name: string;
1077
1077
  developerId: string;
1078
1078
  state: string;
1079
1079
  developer?: {
1080
- id: string;
1081
1080
  status: string;
1081
+ id: string;
1082
1082
  isArchived: boolean;
1083
1083
  createdAt: Date;
1084
1084
  updatedAt: Date;
@@ -1090,19 +1090,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1090
1090
  } & {
1091
1091
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1092
1092
  sourceTransaction?: ({
1093
- id: string;
1094
1093
  status: string;
1094
+ id: string;
1095
+ propertyId: string | null;
1096
+ balanceCents: string | number | bigint;
1095
1097
  isArchived: boolean;
1096
1098
  createdAt: Date;
1097
1099
  updatedAt: Date;
1098
1100
  syncedAt: Date;
1099
1101
  debitAmountCents: string | number | bigint;
1100
1102
  creditAmountCents: string | number | bigint;
1101
- balanceCents: string | number | bigint;
1102
1103
  mtaId: string;
1103
1104
  description: string | null;
1104
1105
  clearedAt: Date | null;
1105
- propertyId: string | null;
1106
1106
  transactionType: string;
1107
1107
  isCanceled: boolean;
1108
1108
  isRefunded: boolean;
@@ -1131,13 +1131,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1131
1131
  lastName?: string | null | undefined;
1132
1132
  } | null | undefined;
1133
1133
  property?: {
1134
- id: string;
1135
1134
  status: string;
1135
+ id: string;
1136
+ balanceCents: number | bigint;
1136
1137
  isArchived: boolean;
1137
1138
  createdAt: Date;
1138
1139
  updatedAt: Date;
1139
1140
  syncedAt: Date;
1140
- balanceCents: number | bigint;
1141
1141
  customerId: string;
1142
1142
  projectId: string;
1143
1143
  lotDetail: string | null;
@@ -1147,8 +1147,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1147
1147
  mtaBalanceCents: number | bigint;
1148
1148
  cmaBalanceCents: number | bigint;
1149
1149
  customer?: {
1150
- id: string;
1151
1150
  status: string;
1151
+ id: string;
1152
1152
  isArchived: boolean;
1153
1153
  createdAt: Date;
1154
1154
  updatedAt: Date;
@@ -1159,20 +1159,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1159
1159
  } | null | undefined;
1160
1160
  buyerName?: string | null | undefined;
1161
1161
  project?: {
1162
- id: string;
1162
+ type: string;
1163
1163
  status: string;
1164
+ id: string;
1164
1165
  isArchived: boolean;
1165
1166
  createdAt: Date;
1166
1167
  updatedAt: Date;
1167
- type: string;
1168
1168
  syncedAt: Date;
1169
1169
  mtaId: string | null;
1170
1170
  name: string;
1171
1171
  developerId: string;
1172
1172
  state: string;
1173
1173
  developer?: {
1174
- id: string;
1175
1174
  status: string;
1175
+ id: string;
1176
1176
  isArchived: boolean;
1177
1177
  createdAt: Date;
1178
1178
  updatedAt: Date;
@@ -1183,19 +1183,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1183
1183
  } | null | undefined;
1184
1184
  } & any) | null | undefined;
1185
1185
  subsequentTransactions?: ({
1186
- id: string;
1187
1186
  status: string;
1187
+ id: string;
1188
+ propertyId: string | null;
1189
+ balanceCents: string | number | bigint;
1188
1190
  isArchived: boolean;
1189
1191
  createdAt: Date;
1190
1192
  updatedAt: Date;
1191
1193
  syncedAt: Date;
1192
1194
  debitAmountCents: string | number | bigint;
1193
1195
  creditAmountCents: string | number | bigint;
1194
- balanceCents: string | number | bigint;
1195
1196
  mtaId: string;
1196
1197
  description: string | null;
1197
1198
  clearedAt: Date | null;
1198
- propertyId: string | null;
1199
1199
  transactionType: string;
1200
1200
  isCanceled: boolean;
1201
1201
  isRefunded: boolean;
@@ -1224,13 +1224,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1224
1224
  lastName?: string | null | undefined;
1225
1225
  } | null | undefined;
1226
1226
  property?: {
1227
- id: string;
1228
1227
  status: string;
1228
+ id: string;
1229
+ balanceCents: number | bigint;
1229
1230
  isArchived: boolean;
1230
1231
  createdAt: Date;
1231
1232
  updatedAt: Date;
1232
1233
  syncedAt: Date;
1233
- balanceCents: number | bigint;
1234
1234
  customerId: string;
1235
1235
  projectId: string;
1236
1236
  lotDetail: string | null;
@@ -1240,8 +1240,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1240
1240
  mtaBalanceCents: number | bigint;
1241
1241
  cmaBalanceCents: number | bigint;
1242
1242
  customer?: {
1243
- id: string;
1244
1243
  status: string;
1244
+ id: string;
1245
1245
  isArchived: boolean;
1246
1246
  createdAt: Date;
1247
1247
  updatedAt: Date;
@@ -1252,20 +1252,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1252
1252
  } | null | undefined;
1253
1253
  buyerName?: string | null | undefined;
1254
1254
  project?: {
1255
- id: string;
1255
+ type: string;
1256
1256
  status: string;
1257
+ id: string;
1257
1258
  isArchived: boolean;
1258
1259
  createdAt: Date;
1259
1260
  updatedAt: Date;
1260
- type: string;
1261
1261
  syncedAt: Date;
1262
1262
  mtaId: string | null;
1263
1263
  name: string;
1264
1264
  developerId: string;
1265
1265
  state: string;
1266
1266
  developer?: {
1267
- id: string;
1268
1267
  status: string;
1268
+ id: string;
1269
1269
  isArchived: boolean;
1270
1270
  createdAt: Date;
1271
1271
  updatedAt: Date;
@@ -1281,19 +1281,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1281
1281
  reconciledAmountCents: number;
1282
1282
  unreconciledAmountCents: number;
1283
1283
  reconciledTransactions?: ({
1284
- id: string;
1285
1284
  status: import("../..").AccountingCommonStatus;
1285
+ id: string;
1286
+ propertyId: string | null;
1287
+ balanceCents: number;
1286
1288
  isArchived: boolean;
1287
1289
  createdAt: Date;
1288
1290
  updatedAt: Date;
1289
1291
  syncedAt: Date;
1290
1292
  debitAmountCents: number;
1291
1293
  creditAmountCents: number;
1292
- balanceCents: number;
1293
1294
  mtaId: string;
1294
1295
  description: string | null;
1295
1296
  clearedAt: Date | null;
1296
- propertyId: string | null;
1297
1297
  transactionType: string;
1298
1298
  isCanceled: boolean;
1299
1299
  isRefunded: boolean;
@@ -1322,13 +1322,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1322
1322
  lastName?: string | null | undefined;
1323
1323
  } | null | undefined;
1324
1324
  property?: {
1325
- id: string;
1326
1325
  status: string;
1326
+ id: string;
1327
+ balanceCents: number | bigint;
1327
1328
  isArchived: boolean;
1328
1329
  createdAt: Date;
1329
1330
  updatedAt: Date;
1330
1331
  syncedAt: Date;
1331
- balanceCents: number | bigint;
1332
1332
  customerId: string;
1333
1333
  projectId: string;
1334
1334
  lotDetail: string | null;
@@ -1338,8 +1338,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1338
1338
  mtaBalanceCents: number | bigint;
1339
1339
  cmaBalanceCents: number | bigint;
1340
1340
  customer?: {
1341
- id: string;
1342
1341
  status: string;
1342
+ id: string;
1343
1343
  isArchived: boolean;
1344
1344
  createdAt: Date;
1345
1345
  updatedAt: Date;
@@ -1350,20 +1350,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1350
1350
  } | null | undefined;
1351
1351
  buyerName?: string | null | undefined;
1352
1352
  project?: {
1353
- id: string;
1353
+ type: string;
1354
1354
  status: string;
1355
+ id: string;
1355
1356
  isArchived: boolean;
1356
1357
  createdAt: Date;
1357
1358
  updatedAt: Date;
1358
- type: string;
1359
1359
  syncedAt: Date;
1360
1360
  mtaId: string | null;
1361
1361
  name: string;
1362
1362
  developerId: string;
1363
1363
  state: string;
1364
1364
  developer?: {
1365
- id: string;
1366
1365
  status: string;
1366
+ id: string;
1367
1367
  isArchived: boolean;
1368
1368
  createdAt: Date;
1369
1369
  updatedAt: Date;
@@ -1375,19 +1375,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1375
1375
  } & {
1376
1376
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1377
1377
  sourceTransaction?: ({
1378
- id: string;
1379
1378
  status: import("../..").AccountingCommonStatus;
1379
+ id: string;
1380
+ propertyId: string | null;
1381
+ balanceCents: number;
1380
1382
  isArchived: boolean;
1381
1383
  createdAt: Date;
1382
1384
  updatedAt: Date;
1383
1385
  syncedAt: Date;
1384
1386
  debitAmountCents: number;
1385
1387
  creditAmountCents: number;
1386
- balanceCents: number;
1387
1388
  mtaId: string;
1388
1389
  description: string | null;
1389
1390
  clearedAt: Date | null;
1390
- propertyId: string | null;
1391
1391
  transactionType: string;
1392
1392
  isCanceled: boolean;
1393
1393
  isRefunded: boolean;
@@ -1416,13 +1416,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1416
1416
  lastName?: string | null | undefined;
1417
1417
  } | null | undefined;
1418
1418
  property?: {
1419
- id: string;
1420
1419
  status: string;
1420
+ id: string;
1421
+ balanceCents: number | bigint;
1421
1422
  isArchived: boolean;
1422
1423
  createdAt: Date;
1423
1424
  updatedAt: Date;
1424
1425
  syncedAt: Date;
1425
- balanceCents: number | bigint;
1426
1426
  customerId: string;
1427
1427
  projectId: string;
1428
1428
  lotDetail: string | null;
@@ -1432,8 +1432,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1432
1432
  mtaBalanceCents: number | bigint;
1433
1433
  cmaBalanceCents: number | bigint;
1434
1434
  customer?: {
1435
- id: string;
1436
1435
  status: string;
1436
+ id: string;
1437
1437
  isArchived: boolean;
1438
1438
  createdAt: Date;
1439
1439
  updatedAt: Date;
@@ -1444,20 +1444,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1444
1444
  } | null | undefined;
1445
1445
  buyerName?: string | null | undefined;
1446
1446
  project?: {
1447
- id: string;
1447
+ type: string;
1448
1448
  status: string;
1449
+ id: string;
1449
1450
  isArchived: boolean;
1450
1451
  createdAt: Date;
1451
1452
  updatedAt: Date;
1452
- type: string;
1453
1453
  syncedAt: Date;
1454
1454
  mtaId: string | null;
1455
1455
  name: string;
1456
1456
  developerId: string;
1457
1457
  state: string;
1458
1458
  developer?: {
1459
- id: string;
1460
1459
  status: string;
1460
+ id: string;
1461
1461
  isArchived: boolean;
1462
1462
  createdAt: Date;
1463
1463
  updatedAt: Date;
@@ -1468,19 +1468,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1468
1468
  } | null | undefined;
1469
1469
  } & any) | null | undefined;
1470
1470
  subsequentTransactions?: ({
1471
- id: string;
1472
1471
  status: import("../..").AccountingCommonStatus;
1472
+ id: string;
1473
+ propertyId: string | null;
1474
+ balanceCents: number;
1473
1475
  isArchived: boolean;
1474
1476
  createdAt: Date;
1475
1477
  updatedAt: Date;
1476
1478
  syncedAt: Date;
1477
1479
  debitAmountCents: number;
1478
1480
  creditAmountCents: number;
1479
- balanceCents: number;
1480
1481
  mtaId: string;
1481
1482
  description: string | null;
1482
1483
  clearedAt: Date | null;
1483
- propertyId: string | null;
1484
1484
  transactionType: string;
1485
1485
  isCanceled: boolean;
1486
1486
  isRefunded: boolean;
@@ -1509,13 +1509,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1509
1509
  lastName?: string | null | undefined;
1510
1510
  } | null | undefined;
1511
1511
  property?: {
1512
- id: string;
1513
1512
  status: string;
1513
+ id: string;
1514
+ balanceCents: number | bigint;
1514
1515
  isArchived: boolean;
1515
1516
  createdAt: Date;
1516
1517
  updatedAt: Date;
1517
1518
  syncedAt: Date;
1518
- balanceCents: number | bigint;
1519
1519
  customerId: string;
1520
1520
  projectId: string;
1521
1521
  lotDetail: string | null;
@@ -1525,8 +1525,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1525
1525
  mtaBalanceCents: number | bigint;
1526
1526
  cmaBalanceCents: number | bigint;
1527
1527
  customer?: {
1528
- id: string;
1529
1528
  status: string;
1529
+ id: string;
1530
1530
  isArchived: boolean;
1531
1531
  createdAt: Date;
1532
1532
  updatedAt: Date;
@@ -1537,20 +1537,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1537
1537
  } | null | undefined;
1538
1538
  buyerName?: string | null | undefined;
1539
1539
  project?: {
1540
- id: string;
1540
+ type: string;
1541
1541
  status: string;
1542
+ id: string;
1542
1543
  isArchived: boolean;
1543
1544
  createdAt: Date;
1544
1545
  updatedAt: Date;
1545
- type: string;
1546
1546
  syncedAt: Date;
1547
1547
  mtaId: string | null;
1548
1548
  name: string;
1549
1549
  developerId: string;
1550
1550
  state: string;
1551
1551
  developer?: {
1552
- id: string;
1553
1552
  status: string;
1553
+ id: string;
1554
1554
  isArchived: boolean;
1555
1555
  createdAt: Date;
1556
1556
  updatedAt: Date;
@@ -1572,19 +1572,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1572
1572
  isCancelable?: boolean | null | undefined;
1573
1573
  })[] | null | undefined;
1574
1574
  unreconciledTransactions?: ({
1575
- id: string;
1576
1575
  status: import("../..").AccountingCommonStatus;
1576
+ id: string;
1577
+ propertyId: string | null;
1578
+ balanceCents: number;
1577
1579
  isArchived: boolean;
1578
1580
  createdAt: Date;
1579
1581
  updatedAt: Date;
1580
1582
  syncedAt: Date;
1581
1583
  debitAmountCents: number;
1582
1584
  creditAmountCents: number;
1583
- balanceCents: number;
1584
1585
  mtaId: string;
1585
1586
  description: string | null;
1586
1587
  clearedAt: Date | null;
1587
- propertyId: string | null;
1588
1588
  transactionType: string;
1589
1589
  isCanceled: boolean;
1590
1590
  isRefunded: boolean;
@@ -1613,13 +1613,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1613
1613
  lastName?: string | null | undefined;
1614
1614
  } | null | undefined;
1615
1615
  property?: {
1616
- id: string;
1617
1616
  status: string;
1617
+ id: string;
1618
+ balanceCents: number | bigint;
1618
1619
  isArchived: boolean;
1619
1620
  createdAt: Date;
1620
1621
  updatedAt: Date;
1621
1622
  syncedAt: Date;
1622
- balanceCents: number | bigint;
1623
1623
  customerId: string;
1624
1624
  projectId: string;
1625
1625
  lotDetail: string | null;
@@ -1629,8 +1629,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1629
1629
  mtaBalanceCents: number | bigint;
1630
1630
  cmaBalanceCents: number | bigint;
1631
1631
  customer?: {
1632
- id: string;
1633
1632
  status: string;
1633
+ id: string;
1634
1634
  isArchived: boolean;
1635
1635
  createdAt: Date;
1636
1636
  updatedAt: Date;
@@ -1641,20 +1641,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1641
1641
  } | null | undefined;
1642
1642
  buyerName?: string | null | undefined;
1643
1643
  project?: {
1644
- id: string;
1644
+ type: string;
1645
1645
  status: string;
1646
+ id: string;
1646
1647
  isArchived: boolean;
1647
1648
  createdAt: Date;
1648
1649
  updatedAt: Date;
1649
- type: string;
1650
1650
  syncedAt: Date;
1651
1651
  mtaId: string | null;
1652
1652
  name: string;
1653
1653
  developerId: string;
1654
1654
  state: string;
1655
1655
  developer?: {
1656
- id: string;
1657
1656
  status: string;
1657
+ id: string;
1658
1658
  isArchived: boolean;
1659
1659
  createdAt: Date;
1660
1660
  updatedAt: Date;
@@ -1666,19 +1666,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1666
1666
  } & {
1667
1667
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
1668
1668
  sourceTransaction?: ({
1669
- id: string;
1670
1669
  status: import("../..").AccountingCommonStatus;
1670
+ id: string;
1671
+ propertyId: string | null;
1672
+ balanceCents: number;
1671
1673
  isArchived: boolean;
1672
1674
  createdAt: Date;
1673
1675
  updatedAt: Date;
1674
1676
  syncedAt: Date;
1675
1677
  debitAmountCents: number;
1676
1678
  creditAmountCents: number;
1677
- balanceCents: number;
1678
1679
  mtaId: string;
1679
1680
  description: string | null;
1680
1681
  clearedAt: Date | null;
1681
- propertyId: string | null;
1682
1682
  transactionType: string;
1683
1683
  isCanceled: boolean;
1684
1684
  isRefunded: boolean;
@@ -1707,13 +1707,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1707
1707
  lastName?: string | null | undefined;
1708
1708
  } | null | undefined;
1709
1709
  property?: {
1710
- id: string;
1711
1710
  status: string;
1711
+ id: string;
1712
+ balanceCents: number | bigint;
1712
1713
  isArchived: boolean;
1713
1714
  createdAt: Date;
1714
1715
  updatedAt: Date;
1715
1716
  syncedAt: Date;
1716
- balanceCents: number | bigint;
1717
1717
  customerId: string;
1718
1718
  projectId: string;
1719
1719
  lotDetail: string | null;
@@ -1723,8 +1723,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1723
1723
  mtaBalanceCents: number | bigint;
1724
1724
  cmaBalanceCents: number | bigint;
1725
1725
  customer?: {
1726
- id: string;
1727
1726
  status: string;
1727
+ id: string;
1728
1728
  isArchived: boolean;
1729
1729
  createdAt: Date;
1730
1730
  updatedAt: Date;
@@ -1735,20 +1735,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1735
1735
  } | null | undefined;
1736
1736
  buyerName?: string | null | undefined;
1737
1737
  project?: {
1738
- id: string;
1738
+ type: string;
1739
1739
  status: string;
1740
+ id: string;
1740
1741
  isArchived: boolean;
1741
1742
  createdAt: Date;
1742
1743
  updatedAt: Date;
1743
- type: string;
1744
1744
  syncedAt: Date;
1745
1745
  mtaId: string | null;
1746
1746
  name: string;
1747
1747
  developerId: string;
1748
1748
  state: string;
1749
1749
  developer?: {
1750
- id: string;
1751
1750
  status: string;
1751
+ id: string;
1752
1752
  isArchived: boolean;
1753
1753
  createdAt: Date;
1754
1754
  updatedAt: Date;
@@ -1759,19 +1759,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1759
1759
  } | null | undefined;
1760
1760
  } & any) | null | undefined;
1761
1761
  subsequentTransactions?: ({
1762
- id: string;
1763
1762
  status: import("../..").AccountingCommonStatus;
1763
+ id: string;
1764
+ propertyId: string | null;
1765
+ balanceCents: number;
1764
1766
  isArchived: boolean;
1765
1767
  createdAt: Date;
1766
1768
  updatedAt: Date;
1767
1769
  syncedAt: Date;
1768
1770
  debitAmountCents: number;
1769
1771
  creditAmountCents: number;
1770
- balanceCents: number;
1771
1772
  mtaId: string;
1772
1773
  description: string | null;
1773
1774
  clearedAt: Date | null;
1774
- propertyId: string | null;
1775
1775
  transactionType: string;
1776
1776
  isCanceled: boolean;
1777
1777
  isRefunded: boolean;
@@ -1800,13 +1800,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1800
1800
  lastName?: string | null | undefined;
1801
1801
  } | null | undefined;
1802
1802
  property?: {
1803
- id: string;
1804
1803
  status: string;
1804
+ id: string;
1805
+ balanceCents: number | bigint;
1805
1806
  isArchived: boolean;
1806
1807
  createdAt: Date;
1807
1808
  updatedAt: Date;
1808
1809
  syncedAt: Date;
1809
- balanceCents: number | bigint;
1810
1810
  customerId: string;
1811
1811
  projectId: string;
1812
1812
  lotDetail: string | null;
@@ -1816,8 +1816,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1816
1816
  mtaBalanceCents: number | bigint;
1817
1817
  cmaBalanceCents: number | bigint;
1818
1818
  customer?: {
1819
- id: string;
1820
1819
  status: string;
1820
+ id: string;
1821
1821
  isArchived: boolean;
1822
1822
  createdAt: Date;
1823
1823
  updatedAt: Date;
@@ -1828,20 +1828,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1828
1828
  } | null | undefined;
1829
1829
  buyerName?: string | null | undefined;
1830
1830
  project?: {
1831
- id: string;
1831
+ type: string;
1832
1832
  status: string;
1833
+ id: string;
1833
1834
  isArchived: boolean;
1834
1835
  createdAt: Date;
1835
1836
  updatedAt: Date;
1836
- type: string;
1837
1837
  syncedAt: Date;
1838
1838
  mtaId: string | null;
1839
1839
  name: string;
1840
1840
  developerId: string;
1841
1841
  state: string;
1842
1842
  developer?: {
1843
- id: string;
1844
1843
  status: string;
1844
+ id: string;
1845
1845
  isArchived: boolean;
1846
1846
  createdAt: Date;
1847
1847
  updatedAt: Date;
@@ -1866,19 +1866,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1866
1866
  reconciledAmountCents: number | bigint;
1867
1867
  unreconciledAmountCents: number | bigint;
1868
1868
  reconciledTransactions?: ({
1869
- id: string;
1870
1869
  status: string;
1870
+ id: string;
1871
+ propertyId: string | null;
1872
+ balanceCents: string | number | bigint;
1871
1873
  isArchived: boolean;
1872
1874
  createdAt: Date;
1873
1875
  updatedAt: Date;
1874
1876
  syncedAt: Date;
1875
1877
  debitAmountCents: string | number | bigint;
1876
1878
  creditAmountCents: string | number | bigint;
1877
- balanceCents: string | number | bigint;
1878
1879
  mtaId: string;
1879
1880
  description: string | null;
1880
1881
  clearedAt: Date | null;
1881
- propertyId: string | null;
1882
1882
  transactionType: string;
1883
1883
  isCanceled: boolean;
1884
1884
  isRefunded: boolean;
@@ -1907,13 +1907,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1907
1907
  lastName?: string | null | undefined;
1908
1908
  } | null | undefined;
1909
1909
  property?: {
1910
- id: string;
1911
1910
  status: string;
1911
+ id: string;
1912
+ balanceCents: number | bigint;
1912
1913
  isArchived: boolean;
1913
1914
  createdAt: Date;
1914
1915
  updatedAt: Date;
1915
1916
  syncedAt: Date;
1916
- balanceCents: number | bigint;
1917
1917
  customerId: string;
1918
1918
  projectId: string;
1919
1919
  lotDetail: string | null;
@@ -1923,8 +1923,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1923
1923
  mtaBalanceCents: number | bigint;
1924
1924
  cmaBalanceCents: number | bigint;
1925
1925
  customer?: {
1926
- id: string;
1927
1926
  status: string;
1927
+ id: string;
1928
1928
  isArchived: boolean;
1929
1929
  createdAt: Date;
1930
1930
  updatedAt: Date;
@@ -1935,20 +1935,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1935
1935
  } | null | undefined;
1936
1936
  buyerName?: string | null | undefined;
1937
1937
  project?: {
1938
- id: string;
1938
+ type: string;
1939
1939
  status: string;
1940
+ id: string;
1940
1941
  isArchived: boolean;
1941
1942
  createdAt: Date;
1942
1943
  updatedAt: Date;
1943
- type: string;
1944
1944
  syncedAt: Date;
1945
1945
  mtaId: string | null;
1946
1946
  name: string;
1947
1947
  developerId: string;
1948
1948
  state: string;
1949
1949
  developer?: {
1950
- id: string;
1951
1950
  status: string;
1951
+ id: string;
1952
1952
  isArchived: boolean;
1953
1953
  createdAt: Date;
1954
1954
  updatedAt: Date;
@@ -1960,19 +1960,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
1960
1960
  } & {
1961
1961
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
1962
1962
  sourceTransaction?: ({
1963
- id: string;
1964
1963
  status: string;
1964
+ id: string;
1965
+ propertyId: string | null;
1966
+ balanceCents: string | number | bigint;
1965
1967
  isArchived: boolean;
1966
1968
  createdAt: Date;
1967
1969
  updatedAt: Date;
1968
1970
  syncedAt: Date;
1969
1971
  debitAmountCents: string | number | bigint;
1970
1972
  creditAmountCents: string | number | bigint;
1971
- balanceCents: string | number | bigint;
1972
1973
  mtaId: string;
1973
1974
  description: string | null;
1974
1975
  clearedAt: Date | null;
1975
- propertyId: string | null;
1976
1976
  transactionType: string;
1977
1977
  isCanceled: boolean;
1978
1978
  isRefunded: boolean;
@@ -2001,13 +2001,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2001
2001
  lastName?: string | null | undefined;
2002
2002
  } | null | undefined;
2003
2003
  property?: {
2004
- id: string;
2005
2004
  status: string;
2005
+ id: string;
2006
+ balanceCents: number | bigint;
2006
2007
  isArchived: boolean;
2007
2008
  createdAt: Date;
2008
2009
  updatedAt: Date;
2009
2010
  syncedAt: Date;
2010
- balanceCents: number | bigint;
2011
2011
  customerId: string;
2012
2012
  projectId: string;
2013
2013
  lotDetail: string | null;
@@ -2017,8 +2017,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2017
2017
  mtaBalanceCents: number | bigint;
2018
2018
  cmaBalanceCents: number | bigint;
2019
2019
  customer?: {
2020
- id: string;
2021
2020
  status: string;
2021
+ id: string;
2022
2022
  isArchived: boolean;
2023
2023
  createdAt: Date;
2024
2024
  updatedAt: Date;
@@ -2029,20 +2029,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2029
2029
  } | null | undefined;
2030
2030
  buyerName?: string | null | undefined;
2031
2031
  project?: {
2032
- id: string;
2032
+ type: string;
2033
2033
  status: string;
2034
+ id: string;
2034
2035
  isArchived: boolean;
2035
2036
  createdAt: Date;
2036
2037
  updatedAt: Date;
2037
- type: string;
2038
2038
  syncedAt: Date;
2039
2039
  mtaId: string | null;
2040
2040
  name: string;
2041
2041
  developerId: string;
2042
2042
  state: string;
2043
2043
  developer?: {
2044
- id: string;
2045
2044
  status: string;
2045
+ id: string;
2046
2046
  isArchived: boolean;
2047
2047
  createdAt: Date;
2048
2048
  updatedAt: Date;
@@ -2053,19 +2053,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2053
2053
  } | null | undefined;
2054
2054
  } & any) | null | undefined;
2055
2055
  subsequentTransactions?: ({
2056
- id: string;
2057
2056
  status: string;
2057
+ id: string;
2058
+ propertyId: string | null;
2059
+ balanceCents: string | number | bigint;
2058
2060
  isArchived: boolean;
2059
2061
  createdAt: Date;
2060
2062
  updatedAt: Date;
2061
2063
  syncedAt: Date;
2062
2064
  debitAmountCents: string | number | bigint;
2063
2065
  creditAmountCents: string | number | bigint;
2064
- balanceCents: string | number | bigint;
2065
2066
  mtaId: string;
2066
2067
  description: string | null;
2067
2068
  clearedAt: Date | null;
2068
- propertyId: string | null;
2069
2069
  transactionType: string;
2070
2070
  isCanceled: boolean;
2071
2071
  isRefunded: boolean;
@@ -2094,13 +2094,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2094
2094
  lastName?: string | null | undefined;
2095
2095
  } | null | undefined;
2096
2096
  property?: {
2097
- id: string;
2098
2097
  status: string;
2098
+ id: string;
2099
+ balanceCents: number | bigint;
2099
2100
  isArchived: boolean;
2100
2101
  createdAt: Date;
2101
2102
  updatedAt: Date;
2102
2103
  syncedAt: Date;
2103
- balanceCents: number | bigint;
2104
2104
  customerId: string;
2105
2105
  projectId: string;
2106
2106
  lotDetail: string | null;
@@ -2110,8 +2110,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2110
2110
  mtaBalanceCents: number | bigint;
2111
2111
  cmaBalanceCents: number | bigint;
2112
2112
  customer?: {
2113
- id: string;
2114
2113
  status: string;
2114
+ id: string;
2115
2115
  isArchived: boolean;
2116
2116
  createdAt: Date;
2117
2117
  updatedAt: Date;
@@ -2122,20 +2122,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2122
2122
  } | null | undefined;
2123
2123
  buyerName?: string | null | undefined;
2124
2124
  project?: {
2125
- id: string;
2125
+ type: string;
2126
2126
  status: string;
2127
+ id: string;
2127
2128
  isArchived: boolean;
2128
2129
  createdAt: Date;
2129
2130
  updatedAt: Date;
2130
- type: string;
2131
2131
  syncedAt: Date;
2132
2132
  mtaId: string | null;
2133
2133
  name: string;
2134
2134
  developerId: string;
2135
2135
  state: string;
2136
2136
  developer?: {
2137
- id: string;
2138
2137
  status: string;
2138
+ id: string;
2139
2139
  isArchived: boolean;
2140
2140
  createdAt: Date;
2141
2141
  updatedAt: Date;
@@ -2148,19 +2148,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2148
2148
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
2149
2149
  })[] | null | undefined;
2150
2150
  unreconciledTransactions?: ({
2151
- id: string;
2152
2151
  status: string;
2152
+ id: string;
2153
+ propertyId: string | null;
2154
+ balanceCents: string | number | bigint;
2153
2155
  isArchived: boolean;
2154
2156
  createdAt: Date;
2155
2157
  updatedAt: Date;
2156
2158
  syncedAt: Date;
2157
2159
  debitAmountCents: string | number | bigint;
2158
2160
  creditAmountCents: string | number | bigint;
2159
- balanceCents: string | number | bigint;
2160
2161
  mtaId: string;
2161
2162
  description: string | null;
2162
2163
  clearedAt: Date | null;
2163
- propertyId: string | null;
2164
2164
  transactionType: string;
2165
2165
  isCanceled: boolean;
2166
2166
  isRefunded: boolean;
@@ -2189,13 +2189,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2189
2189
  lastName?: string | null | undefined;
2190
2190
  } | null | undefined;
2191
2191
  property?: {
2192
- id: string;
2193
2192
  status: string;
2193
+ id: string;
2194
+ balanceCents: number | bigint;
2194
2195
  isArchived: boolean;
2195
2196
  createdAt: Date;
2196
2197
  updatedAt: Date;
2197
2198
  syncedAt: Date;
2198
- balanceCents: number | bigint;
2199
2199
  customerId: string;
2200
2200
  projectId: string;
2201
2201
  lotDetail: string | null;
@@ -2205,8 +2205,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2205
2205
  mtaBalanceCents: number | bigint;
2206
2206
  cmaBalanceCents: number | bigint;
2207
2207
  customer?: {
2208
- id: string;
2209
2208
  status: string;
2209
+ id: string;
2210
2210
  isArchived: boolean;
2211
2211
  createdAt: Date;
2212
2212
  updatedAt: Date;
@@ -2217,20 +2217,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2217
2217
  } | null | undefined;
2218
2218
  buyerName?: string | null | undefined;
2219
2219
  project?: {
2220
- id: string;
2220
+ type: string;
2221
2221
  status: string;
2222
+ id: string;
2222
2223
  isArchived: boolean;
2223
2224
  createdAt: Date;
2224
2225
  updatedAt: Date;
2225
- type: string;
2226
2226
  syncedAt: Date;
2227
2227
  mtaId: string | null;
2228
2228
  name: string;
2229
2229
  developerId: string;
2230
2230
  state: string;
2231
2231
  developer?: {
2232
- id: string;
2233
2232
  status: string;
2233
+ id: string;
2234
2234
  isArchived: boolean;
2235
2235
  createdAt: Date;
2236
2236
  updatedAt: Date;
@@ -2242,19 +2242,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2242
2242
  } & {
2243
2243
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
2244
2244
  sourceTransaction?: ({
2245
- id: string;
2246
2245
  status: string;
2246
+ id: string;
2247
+ propertyId: string | null;
2248
+ balanceCents: string | number | bigint;
2247
2249
  isArchived: boolean;
2248
2250
  createdAt: Date;
2249
2251
  updatedAt: Date;
2250
2252
  syncedAt: Date;
2251
2253
  debitAmountCents: string | number | bigint;
2252
2254
  creditAmountCents: string | number | bigint;
2253
- balanceCents: string | number | bigint;
2254
2255
  mtaId: string;
2255
2256
  description: string | null;
2256
2257
  clearedAt: Date | null;
2257
- propertyId: string | null;
2258
2258
  transactionType: string;
2259
2259
  isCanceled: boolean;
2260
2260
  isRefunded: boolean;
@@ -2283,13 +2283,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2283
2283
  lastName?: string | null | undefined;
2284
2284
  } | null | undefined;
2285
2285
  property?: {
2286
- id: string;
2287
2286
  status: string;
2287
+ id: string;
2288
+ balanceCents: number | bigint;
2288
2289
  isArchived: boolean;
2289
2290
  createdAt: Date;
2290
2291
  updatedAt: Date;
2291
2292
  syncedAt: Date;
2292
- balanceCents: number | bigint;
2293
2293
  customerId: string;
2294
2294
  projectId: string;
2295
2295
  lotDetail: string | null;
@@ -2299,8 +2299,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2299
2299
  mtaBalanceCents: number | bigint;
2300
2300
  cmaBalanceCents: number | bigint;
2301
2301
  customer?: {
2302
- id: string;
2303
2302
  status: string;
2303
+ id: string;
2304
2304
  isArchived: boolean;
2305
2305
  createdAt: Date;
2306
2306
  updatedAt: Date;
@@ -2311,20 +2311,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2311
2311
  } | null | undefined;
2312
2312
  buyerName?: string | null | undefined;
2313
2313
  project?: {
2314
- id: string;
2314
+ type: string;
2315
2315
  status: string;
2316
+ id: string;
2316
2317
  isArchived: boolean;
2317
2318
  createdAt: Date;
2318
2319
  updatedAt: Date;
2319
- type: string;
2320
2320
  syncedAt: Date;
2321
2321
  mtaId: string | null;
2322
2322
  name: string;
2323
2323
  developerId: string;
2324
2324
  state: string;
2325
2325
  developer?: {
2326
- id: string;
2327
2326
  status: string;
2327
+ id: string;
2328
2328
  isArchived: boolean;
2329
2329
  createdAt: Date;
2330
2330
  updatedAt: Date;
@@ -2335,19 +2335,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2335
2335
  } | null | undefined;
2336
2336
  } & any) | null | undefined;
2337
2337
  subsequentTransactions?: ({
2338
- id: string;
2339
2338
  status: string;
2339
+ id: string;
2340
+ propertyId: string | null;
2341
+ balanceCents: string | number | bigint;
2340
2342
  isArchived: boolean;
2341
2343
  createdAt: Date;
2342
2344
  updatedAt: Date;
2343
2345
  syncedAt: Date;
2344
2346
  debitAmountCents: string | number | bigint;
2345
2347
  creditAmountCents: string | number | bigint;
2346
- balanceCents: string | number | bigint;
2347
2348
  mtaId: string;
2348
2349
  description: string | null;
2349
2350
  clearedAt: Date | null;
2350
- propertyId: string | null;
2351
2351
  transactionType: string;
2352
2352
  isCanceled: boolean;
2353
2353
  isRefunded: boolean;
@@ -2376,13 +2376,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2376
2376
  lastName?: string | null | undefined;
2377
2377
  } | null | undefined;
2378
2378
  property?: {
2379
- id: string;
2380
2379
  status: string;
2380
+ id: string;
2381
+ balanceCents: number | bigint;
2381
2382
  isArchived: boolean;
2382
2383
  createdAt: Date;
2383
2384
  updatedAt: Date;
2384
2385
  syncedAt: Date;
2385
- balanceCents: number | bigint;
2386
2386
  customerId: string;
2387
2387
  projectId: string;
2388
2388
  lotDetail: string | null;
@@ -2392,8 +2392,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2392
2392
  mtaBalanceCents: number | bigint;
2393
2393
  cmaBalanceCents: number | bigint;
2394
2394
  customer?: {
2395
- id: string;
2396
2395
  status: string;
2396
+ id: string;
2397
2397
  isArchived: boolean;
2398
2398
  createdAt: Date;
2399
2399
  updatedAt: Date;
@@ -2404,20 +2404,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2404
2404
  } | null | undefined;
2405
2405
  buyerName?: string | null | undefined;
2406
2406
  project?: {
2407
- id: string;
2407
+ type: string;
2408
2408
  status: string;
2409
+ id: string;
2409
2410
  isArchived: boolean;
2410
2411
  createdAt: Date;
2411
2412
  updatedAt: Date;
2412
- type: string;
2413
2413
  syncedAt: Date;
2414
2414
  mtaId: string | null;
2415
2415
  name: string;
2416
2416
  developerId: string;
2417
2417
  state: string;
2418
2418
  developer?: {
2419
- id: string;
2420
2419
  status: string;
2420
+ id: string;
2421
2421
  isArchived: boolean;
2422
2422
  createdAt: Date;
2423
2423
  updatedAt: Date;
@@ -2456,19 +2456,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2456
2456
  reconciledAmountCents: number;
2457
2457
  unreconciledAmountCents: number;
2458
2458
  reconciledTransactions?: ({
2459
- id: string;
2460
2459
  status: import("../..").AccountingCommonStatus;
2460
+ id: string;
2461
+ propertyId: string | null;
2462
+ balanceCents: number;
2461
2463
  isArchived: boolean;
2462
2464
  createdAt: Date;
2463
2465
  updatedAt: Date;
2464
2466
  syncedAt: Date;
2465
2467
  debitAmountCents: number;
2466
2468
  creditAmountCents: number;
2467
- balanceCents: number;
2468
2469
  mtaId: string;
2469
2470
  description: string | null;
2470
2471
  clearedAt: Date | null;
2471
- propertyId: string | null;
2472
2472
  transactionType: string;
2473
2473
  isCanceled: boolean;
2474
2474
  isRefunded: boolean;
@@ -2497,13 +2497,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2497
2497
  lastName?: string | null | undefined;
2498
2498
  } | null | undefined;
2499
2499
  property?: {
2500
- id: string;
2501
2500
  status: string;
2501
+ id: string;
2502
+ balanceCents: number | bigint;
2502
2503
  isArchived: boolean;
2503
2504
  createdAt: Date;
2504
2505
  updatedAt: Date;
2505
2506
  syncedAt: Date;
2506
- balanceCents: number | bigint;
2507
2507
  customerId: string;
2508
2508
  projectId: string;
2509
2509
  lotDetail: string | null;
@@ -2513,8 +2513,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2513
2513
  mtaBalanceCents: number | bigint;
2514
2514
  cmaBalanceCents: number | bigint;
2515
2515
  customer?: {
2516
- id: string;
2517
2516
  status: string;
2517
+ id: string;
2518
2518
  isArchived: boolean;
2519
2519
  createdAt: Date;
2520
2520
  updatedAt: Date;
@@ -2525,20 +2525,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2525
2525
  } | null | undefined;
2526
2526
  buyerName?: string | null | undefined;
2527
2527
  project?: {
2528
- id: string;
2528
+ type: string;
2529
2529
  status: string;
2530
+ id: string;
2530
2531
  isArchived: boolean;
2531
2532
  createdAt: Date;
2532
2533
  updatedAt: Date;
2533
- type: string;
2534
2534
  syncedAt: Date;
2535
2535
  mtaId: string | null;
2536
2536
  name: string;
2537
2537
  developerId: string;
2538
2538
  state: string;
2539
2539
  developer?: {
2540
- id: string;
2541
2540
  status: string;
2541
+ id: string;
2542
2542
  isArchived: boolean;
2543
2543
  createdAt: Date;
2544
2544
  updatedAt: Date;
@@ -2550,19 +2550,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2550
2550
  } & {
2551
2551
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
2552
2552
  sourceTransaction?: ({
2553
- id: string;
2554
2553
  status: import("../..").AccountingCommonStatus;
2554
+ id: string;
2555
+ propertyId: string | null;
2556
+ balanceCents: number;
2555
2557
  isArchived: boolean;
2556
2558
  createdAt: Date;
2557
2559
  updatedAt: Date;
2558
2560
  syncedAt: Date;
2559
2561
  debitAmountCents: number;
2560
2562
  creditAmountCents: number;
2561
- balanceCents: number;
2562
2563
  mtaId: string;
2563
2564
  description: string | null;
2564
2565
  clearedAt: Date | null;
2565
- propertyId: string | null;
2566
2566
  transactionType: string;
2567
2567
  isCanceled: boolean;
2568
2568
  isRefunded: boolean;
@@ -2591,13 +2591,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2591
2591
  lastName?: string | null | undefined;
2592
2592
  } | null | undefined;
2593
2593
  property?: {
2594
- id: string;
2595
2594
  status: string;
2595
+ id: string;
2596
+ balanceCents: number | bigint;
2596
2597
  isArchived: boolean;
2597
2598
  createdAt: Date;
2598
2599
  updatedAt: Date;
2599
2600
  syncedAt: Date;
2600
- balanceCents: number | bigint;
2601
2601
  customerId: string;
2602
2602
  projectId: string;
2603
2603
  lotDetail: string | null;
@@ -2607,8 +2607,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2607
2607
  mtaBalanceCents: number | bigint;
2608
2608
  cmaBalanceCents: number | bigint;
2609
2609
  customer?: {
2610
- id: string;
2611
2610
  status: string;
2611
+ id: string;
2612
2612
  isArchived: boolean;
2613
2613
  createdAt: Date;
2614
2614
  updatedAt: Date;
@@ -2619,20 +2619,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2619
2619
  } | null | undefined;
2620
2620
  buyerName?: string | null | undefined;
2621
2621
  project?: {
2622
- id: string;
2622
+ type: string;
2623
2623
  status: string;
2624
+ id: string;
2624
2625
  isArchived: boolean;
2625
2626
  createdAt: Date;
2626
2627
  updatedAt: Date;
2627
- type: string;
2628
2628
  syncedAt: Date;
2629
2629
  mtaId: string | null;
2630
2630
  name: string;
2631
2631
  developerId: string;
2632
2632
  state: string;
2633
2633
  developer?: {
2634
- id: string;
2635
2634
  status: string;
2635
+ id: string;
2636
2636
  isArchived: boolean;
2637
2637
  createdAt: Date;
2638
2638
  updatedAt: Date;
@@ -2643,19 +2643,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2643
2643
  } | null | undefined;
2644
2644
  } & any) | null | undefined;
2645
2645
  subsequentTransactions?: ({
2646
- id: string;
2647
2646
  status: import("../..").AccountingCommonStatus;
2647
+ id: string;
2648
+ propertyId: string | null;
2649
+ balanceCents: number;
2648
2650
  isArchived: boolean;
2649
2651
  createdAt: Date;
2650
2652
  updatedAt: Date;
2651
2653
  syncedAt: Date;
2652
2654
  debitAmountCents: number;
2653
2655
  creditAmountCents: number;
2654
- balanceCents: number;
2655
2656
  mtaId: string;
2656
2657
  description: string | null;
2657
2658
  clearedAt: Date | null;
2658
- propertyId: string | null;
2659
2659
  transactionType: string;
2660
2660
  isCanceled: boolean;
2661
2661
  isRefunded: boolean;
@@ -2684,13 +2684,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2684
2684
  lastName?: string | null | undefined;
2685
2685
  } | null | undefined;
2686
2686
  property?: {
2687
- id: string;
2688
2687
  status: string;
2688
+ id: string;
2689
+ balanceCents: number | bigint;
2689
2690
  isArchived: boolean;
2690
2691
  createdAt: Date;
2691
2692
  updatedAt: Date;
2692
2693
  syncedAt: Date;
2693
- balanceCents: number | bigint;
2694
2694
  customerId: string;
2695
2695
  projectId: string;
2696
2696
  lotDetail: string | null;
@@ -2700,8 +2700,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2700
2700
  mtaBalanceCents: number | bigint;
2701
2701
  cmaBalanceCents: number | bigint;
2702
2702
  customer?: {
2703
- id: string;
2704
2703
  status: string;
2704
+ id: string;
2705
2705
  isArchived: boolean;
2706
2706
  createdAt: Date;
2707
2707
  updatedAt: Date;
@@ -2712,20 +2712,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2712
2712
  } | null | undefined;
2713
2713
  buyerName?: string | null | undefined;
2714
2714
  project?: {
2715
- id: string;
2715
+ type: string;
2716
2716
  status: string;
2717
+ id: string;
2717
2718
  isArchived: boolean;
2718
2719
  createdAt: Date;
2719
2720
  updatedAt: Date;
2720
- type: string;
2721
2721
  syncedAt: Date;
2722
2722
  mtaId: string | null;
2723
2723
  name: string;
2724
2724
  developerId: string;
2725
2725
  state: string;
2726
2726
  developer?: {
2727
- id: string;
2728
2727
  status: string;
2728
+ id: string;
2729
2729
  isArchived: boolean;
2730
2730
  createdAt: Date;
2731
2731
  updatedAt: Date;
@@ -2747,19 +2747,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2747
2747
  isCancelable?: boolean | null | undefined;
2748
2748
  })[] | null | undefined;
2749
2749
  unreconciledTransactions?: ({
2750
- id: string;
2751
2750
  status: import("../..").AccountingCommonStatus;
2751
+ id: string;
2752
+ propertyId: string | null;
2753
+ balanceCents: number;
2752
2754
  isArchived: boolean;
2753
2755
  createdAt: Date;
2754
2756
  updatedAt: Date;
2755
2757
  syncedAt: Date;
2756
2758
  debitAmountCents: number;
2757
2759
  creditAmountCents: number;
2758
- balanceCents: number;
2759
2760
  mtaId: string;
2760
2761
  description: string | null;
2761
2762
  clearedAt: Date | null;
2762
- propertyId: string | null;
2763
2763
  transactionType: string;
2764
2764
  isCanceled: boolean;
2765
2765
  isRefunded: boolean;
@@ -2788,13 +2788,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2788
2788
  lastName?: string | null | undefined;
2789
2789
  } | null | undefined;
2790
2790
  property?: {
2791
- id: string;
2792
2791
  status: string;
2792
+ id: string;
2793
+ balanceCents: number | bigint;
2793
2794
  isArchived: boolean;
2794
2795
  createdAt: Date;
2795
2796
  updatedAt: Date;
2796
2797
  syncedAt: Date;
2797
- balanceCents: number | bigint;
2798
2798
  customerId: string;
2799
2799
  projectId: string;
2800
2800
  lotDetail: string | null;
@@ -2804,8 +2804,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2804
2804
  mtaBalanceCents: number | bigint;
2805
2805
  cmaBalanceCents: number | bigint;
2806
2806
  customer?: {
2807
- id: string;
2808
2807
  status: string;
2808
+ id: string;
2809
2809
  isArchived: boolean;
2810
2810
  createdAt: Date;
2811
2811
  updatedAt: Date;
@@ -2816,20 +2816,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2816
2816
  } | null | undefined;
2817
2817
  buyerName?: string | null | undefined;
2818
2818
  project?: {
2819
- id: string;
2819
+ type: string;
2820
2820
  status: string;
2821
+ id: string;
2821
2822
  isArchived: boolean;
2822
2823
  createdAt: Date;
2823
2824
  updatedAt: Date;
2824
- type: string;
2825
2825
  syncedAt: Date;
2826
2826
  mtaId: string | null;
2827
2827
  name: string;
2828
2828
  developerId: string;
2829
2829
  state: string;
2830
2830
  developer?: {
2831
- id: string;
2832
2831
  status: string;
2832
+ id: string;
2833
2833
  isArchived: boolean;
2834
2834
  createdAt: Date;
2835
2835
  updatedAt: Date;
@@ -2841,19 +2841,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2841
2841
  } & {
2842
2842
  mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
2843
2843
  sourceTransaction?: ({
2844
- id: string;
2845
2844
  status: import("../..").AccountingCommonStatus;
2845
+ id: string;
2846
+ propertyId: string | null;
2847
+ balanceCents: number;
2846
2848
  isArchived: boolean;
2847
2849
  createdAt: Date;
2848
2850
  updatedAt: Date;
2849
2851
  syncedAt: Date;
2850
2852
  debitAmountCents: number;
2851
2853
  creditAmountCents: number;
2852
- balanceCents: number;
2853
2854
  mtaId: string;
2854
2855
  description: string | null;
2855
2856
  clearedAt: Date | null;
2856
- propertyId: string | null;
2857
2857
  transactionType: string;
2858
2858
  isCanceled: boolean;
2859
2859
  isRefunded: boolean;
@@ -2882,13 +2882,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2882
2882
  lastName?: string | null | undefined;
2883
2883
  } | null | undefined;
2884
2884
  property?: {
2885
- id: string;
2886
2885
  status: string;
2886
+ id: string;
2887
+ balanceCents: number | bigint;
2887
2888
  isArchived: boolean;
2888
2889
  createdAt: Date;
2889
2890
  updatedAt: Date;
2890
2891
  syncedAt: Date;
2891
- balanceCents: number | bigint;
2892
2892
  customerId: string;
2893
2893
  projectId: string;
2894
2894
  lotDetail: string | null;
@@ -2898,8 +2898,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2898
2898
  mtaBalanceCents: number | bigint;
2899
2899
  cmaBalanceCents: number | bigint;
2900
2900
  customer?: {
2901
- id: string;
2902
2901
  status: string;
2902
+ id: string;
2903
2903
  isArchived: boolean;
2904
2904
  createdAt: Date;
2905
2905
  updatedAt: Date;
@@ -2910,20 +2910,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2910
2910
  } | null | undefined;
2911
2911
  buyerName?: string | null | undefined;
2912
2912
  project?: {
2913
- id: string;
2913
+ type: string;
2914
2914
  status: string;
2915
+ id: string;
2915
2916
  isArchived: boolean;
2916
2917
  createdAt: Date;
2917
2918
  updatedAt: Date;
2918
- type: string;
2919
2919
  syncedAt: Date;
2920
2920
  mtaId: string | null;
2921
2921
  name: string;
2922
2922
  developerId: string;
2923
2923
  state: string;
2924
2924
  developer?: {
2925
- id: string;
2926
2925
  status: string;
2926
+ id: string;
2927
2927
  isArchived: boolean;
2928
2928
  createdAt: Date;
2929
2929
  updatedAt: Date;
@@ -2934,19 +2934,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2934
2934
  } | null | undefined;
2935
2935
  } & any) | null | undefined;
2936
2936
  subsequentTransactions?: ({
2937
- id: string;
2938
2937
  status: import("../..").AccountingCommonStatus;
2938
+ id: string;
2939
+ propertyId: string | null;
2940
+ balanceCents: number;
2939
2941
  isArchived: boolean;
2940
2942
  createdAt: Date;
2941
2943
  updatedAt: Date;
2942
2944
  syncedAt: Date;
2943
2945
  debitAmountCents: number;
2944
2946
  creditAmountCents: number;
2945
- balanceCents: number;
2946
2947
  mtaId: string;
2947
2948
  description: string | null;
2948
2949
  clearedAt: Date | null;
2949
- propertyId: string | null;
2950
2950
  transactionType: string;
2951
2951
  isCanceled: boolean;
2952
2952
  isRefunded: boolean;
@@ -2975,13 +2975,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2975
2975
  lastName?: string | null | undefined;
2976
2976
  } | null | undefined;
2977
2977
  property?: {
2978
- id: string;
2979
2978
  status: string;
2979
+ id: string;
2980
+ balanceCents: number | bigint;
2980
2981
  isArchived: boolean;
2981
2982
  createdAt: Date;
2982
2983
  updatedAt: Date;
2983
2984
  syncedAt: Date;
2984
- balanceCents: number | bigint;
2985
2985
  customerId: string;
2986
2986
  projectId: string;
2987
2987
  lotDetail: string | null;
@@ -2991,8 +2991,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
2991
2991
  mtaBalanceCents: number | bigint;
2992
2992
  cmaBalanceCents: number | bigint;
2993
2993
  customer?: {
2994
- id: string;
2995
2994
  status: string;
2995
+ id: string;
2996
2996
  isArchived: boolean;
2997
2997
  createdAt: Date;
2998
2998
  updatedAt: Date;
@@ -3003,20 +3003,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3003
3003
  } | null | undefined;
3004
3004
  buyerName?: string | null | undefined;
3005
3005
  project?: {
3006
- id: string;
3006
+ type: string;
3007
3007
  status: string;
3008
+ id: string;
3008
3009
  isArchived: boolean;
3009
3010
  createdAt: Date;
3010
3011
  updatedAt: Date;
3011
- type: string;
3012
3012
  syncedAt: Date;
3013
3013
  mtaId: string | null;
3014
3014
  name: string;
3015
3015
  developerId: string;
3016
3016
  state: string;
3017
3017
  developer?: {
3018
- id: string;
3019
3018
  status: string;
3019
+ id: string;
3020
3020
  isArchived: boolean;
3021
3021
  createdAt: Date;
3022
3022
  updatedAt: Date;
@@ -3039,8 +3039,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3039
3039
  })[] | null | undefined;
3040
3040
  };
3041
3041
  reconciliations?: {
3042
- id: string;
3043
3042
  status: string;
3043
+ id: string;
3044
3044
  isArchived: boolean;
3045
3045
  createdBy: string;
3046
3046
  createdAt: Date;
@@ -3087,19 +3087,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3087
3087
  reconciledAmountCents: number | bigint;
3088
3088
  unreconciledAmountCents: number | bigint;
3089
3089
  reconciledTransactions?: ({
3090
- id: string;
3091
3090
  status: string;
3091
+ id: string;
3092
+ propertyId: string | null;
3093
+ balanceCents: string | number | bigint;
3092
3094
  isArchived: boolean;
3093
3095
  createdAt: Date;
3094
3096
  updatedAt: Date;
3095
3097
  syncedAt: Date;
3096
3098
  debitAmountCents: string | number | bigint;
3097
3099
  creditAmountCents: string | number | bigint;
3098
- balanceCents: string | number | bigint;
3099
3100
  mtaId: string;
3100
3101
  description: string | null;
3101
3102
  clearedAt: Date | null;
3102
- propertyId: string | null;
3103
3103
  transactionType: string;
3104
3104
  isCanceled: boolean;
3105
3105
  isRefunded: boolean;
@@ -3128,13 +3128,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3128
3128
  lastName?: string | null | undefined;
3129
3129
  } | null | undefined;
3130
3130
  property?: {
3131
- id: string;
3132
3131
  status: string;
3132
+ id: string;
3133
+ balanceCents: number | bigint;
3133
3134
  isArchived: boolean;
3134
3135
  createdAt: Date;
3135
3136
  updatedAt: Date;
3136
3137
  syncedAt: Date;
3137
- balanceCents: number | bigint;
3138
3138
  customerId: string;
3139
3139
  projectId: string;
3140
3140
  lotDetail: string | null;
@@ -3144,8 +3144,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3144
3144
  mtaBalanceCents: number | bigint;
3145
3145
  cmaBalanceCents: number | bigint;
3146
3146
  customer?: {
3147
- id: string;
3148
3147
  status: string;
3148
+ id: string;
3149
3149
  isArchived: boolean;
3150
3150
  createdAt: Date;
3151
3151
  updatedAt: Date;
@@ -3156,20 +3156,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3156
3156
  } | null | undefined;
3157
3157
  buyerName?: string | null | undefined;
3158
3158
  project?: {
3159
- id: string;
3159
+ type: string;
3160
3160
  status: string;
3161
+ id: string;
3161
3162
  isArchived: boolean;
3162
3163
  createdAt: Date;
3163
3164
  updatedAt: Date;
3164
- type: string;
3165
3165
  syncedAt: Date;
3166
3166
  mtaId: string | null;
3167
3167
  name: string;
3168
3168
  developerId: string;
3169
3169
  state: string;
3170
3170
  developer?: {
3171
- id: string;
3172
3171
  status: string;
3172
+ id: string;
3173
3173
  isArchived: boolean;
3174
3174
  createdAt: Date;
3175
3175
  updatedAt: Date;
@@ -3181,19 +3181,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3181
3181
  } & {
3182
3182
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3183
3183
  sourceTransaction?: ({
3184
- id: string;
3185
3184
  status: string;
3185
+ id: string;
3186
+ propertyId: string | null;
3187
+ balanceCents: string | number | bigint;
3186
3188
  isArchived: boolean;
3187
3189
  createdAt: Date;
3188
3190
  updatedAt: Date;
3189
3191
  syncedAt: Date;
3190
3192
  debitAmountCents: string | number | bigint;
3191
3193
  creditAmountCents: string | number | bigint;
3192
- balanceCents: string | number | bigint;
3193
3194
  mtaId: string;
3194
3195
  description: string | null;
3195
3196
  clearedAt: Date | null;
3196
- propertyId: string | null;
3197
3197
  transactionType: string;
3198
3198
  isCanceled: boolean;
3199
3199
  isRefunded: boolean;
@@ -3222,13 +3222,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3222
3222
  lastName?: string | null | undefined;
3223
3223
  } | null | undefined;
3224
3224
  property?: {
3225
- id: string;
3226
3225
  status: string;
3226
+ id: string;
3227
+ balanceCents: number | bigint;
3227
3228
  isArchived: boolean;
3228
3229
  createdAt: Date;
3229
3230
  updatedAt: Date;
3230
3231
  syncedAt: Date;
3231
- balanceCents: number | bigint;
3232
3232
  customerId: string;
3233
3233
  projectId: string;
3234
3234
  lotDetail: string | null;
@@ -3238,8 +3238,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3238
3238
  mtaBalanceCents: number | bigint;
3239
3239
  cmaBalanceCents: number | bigint;
3240
3240
  customer?: {
3241
- id: string;
3242
3241
  status: string;
3242
+ id: string;
3243
3243
  isArchived: boolean;
3244
3244
  createdAt: Date;
3245
3245
  updatedAt: Date;
@@ -3250,20 +3250,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3250
3250
  } | null | undefined;
3251
3251
  buyerName?: string | null | undefined;
3252
3252
  project?: {
3253
- id: string;
3253
+ type: string;
3254
3254
  status: string;
3255
+ id: string;
3255
3256
  isArchived: boolean;
3256
3257
  createdAt: Date;
3257
3258
  updatedAt: Date;
3258
- type: string;
3259
3259
  syncedAt: Date;
3260
3260
  mtaId: string | null;
3261
3261
  name: string;
3262
3262
  developerId: string;
3263
3263
  state: string;
3264
3264
  developer?: {
3265
- id: string;
3266
3265
  status: string;
3266
+ id: string;
3267
3267
  isArchived: boolean;
3268
3268
  createdAt: Date;
3269
3269
  updatedAt: Date;
@@ -3274,19 +3274,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3274
3274
  } | null | undefined;
3275
3275
  } & any) | null | undefined;
3276
3276
  subsequentTransactions?: ({
3277
- id: string;
3278
3277
  status: string;
3278
+ id: string;
3279
+ propertyId: string | null;
3280
+ balanceCents: string | number | bigint;
3279
3281
  isArchived: boolean;
3280
3282
  createdAt: Date;
3281
3283
  updatedAt: Date;
3282
3284
  syncedAt: Date;
3283
3285
  debitAmountCents: string | number | bigint;
3284
3286
  creditAmountCents: string | number | bigint;
3285
- balanceCents: string | number | bigint;
3286
3287
  mtaId: string;
3287
3288
  description: string | null;
3288
3289
  clearedAt: Date | null;
3289
- propertyId: string | null;
3290
3290
  transactionType: string;
3291
3291
  isCanceled: boolean;
3292
3292
  isRefunded: boolean;
@@ -3315,13 +3315,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3315
3315
  lastName?: string | null | undefined;
3316
3316
  } | null | undefined;
3317
3317
  property?: {
3318
- id: string;
3319
3318
  status: string;
3319
+ id: string;
3320
+ balanceCents: number | bigint;
3320
3321
  isArchived: boolean;
3321
3322
  createdAt: Date;
3322
3323
  updatedAt: Date;
3323
3324
  syncedAt: Date;
3324
- balanceCents: number | bigint;
3325
3325
  customerId: string;
3326
3326
  projectId: string;
3327
3327
  lotDetail: string | null;
@@ -3331,8 +3331,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3331
3331
  mtaBalanceCents: number | bigint;
3332
3332
  cmaBalanceCents: number | bigint;
3333
3333
  customer?: {
3334
- id: string;
3335
3334
  status: string;
3335
+ id: string;
3336
3336
  isArchived: boolean;
3337
3337
  createdAt: Date;
3338
3338
  updatedAt: Date;
@@ -3343,20 +3343,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3343
3343
  } | null | undefined;
3344
3344
  buyerName?: string | null | undefined;
3345
3345
  project?: {
3346
- id: string;
3346
+ type: string;
3347
3347
  status: string;
3348
+ id: string;
3348
3349
  isArchived: boolean;
3349
3350
  createdAt: Date;
3350
3351
  updatedAt: Date;
3351
- type: string;
3352
3352
  syncedAt: Date;
3353
3353
  mtaId: string | null;
3354
3354
  name: string;
3355
3355
  developerId: string;
3356
3356
  state: string;
3357
3357
  developer?: {
3358
- id: string;
3359
3358
  status: string;
3359
+ id: string;
3360
3360
  isArchived: boolean;
3361
3361
  createdAt: Date;
3362
3362
  updatedAt: Date;
@@ -3369,19 +3369,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3369
3369
  reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3370
3370
  })[] | null | undefined;
3371
3371
  unreconciledTransactions?: ({
3372
- id: string;
3373
3372
  status: string;
3373
+ id: string;
3374
+ propertyId: string | null;
3375
+ balanceCents: string | number | bigint;
3374
3376
  isArchived: boolean;
3375
3377
  createdAt: Date;
3376
3378
  updatedAt: Date;
3377
3379
  syncedAt: Date;
3378
3380
  debitAmountCents: string | number | bigint;
3379
3381
  creditAmountCents: string | number | bigint;
3380
- balanceCents: string | number | bigint;
3381
3382
  mtaId: string;
3382
3383
  description: string | null;
3383
3384
  clearedAt: Date | null;
3384
- propertyId: string | null;
3385
3385
  transactionType: string;
3386
3386
  isCanceled: boolean;
3387
3387
  isRefunded: boolean;
@@ -3410,13 +3410,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3410
3410
  lastName?: string | null | undefined;
3411
3411
  } | null | undefined;
3412
3412
  property?: {
3413
- id: string;
3414
3413
  status: string;
3414
+ id: string;
3415
+ balanceCents: number | bigint;
3415
3416
  isArchived: boolean;
3416
3417
  createdAt: Date;
3417
3418
  updatedAt: Date;
3418
3419
  syncedAt: Date;
3419
- balanceCents: number | bigint;
3420
3420
  customerId: string;
3421
3421
  projectId: string;
3422
3422
  lotDetail: string | null;
@@ -3426,8 +3426,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3426
3426
  mtaBalanceCents: number | bigint;
3427
3427
  cmaBalanceCents: number | bigint;
3428
3428
  customer?: {
3429
- id: string;
3430
3429
  status: string;
3430
+ id: string;
3431
3431
  isArchived: boolean;
3432
3432
  createdAt: Date;
3433
3433
  updatedAt: Date;
@@ -3438,20 +3438,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3438
3438
  } | null | undefined;
3439
3439
  buyerName?: string | null | undefined;
3440
3440
  project?: {
3441
- id: string;
3441
+ type: string;
3442
3442
  status: string;
3443
+ id: string;
3443
3444
  isArchived: boolean;
3444
3445
  createdAt: Date;
3445
3446
  updatedAt: Date;
3446
- type: string;
3447
3447
  syncedAt: Date;
3448
3448
  mtaId: string | null;
3449
3449
  name: string;
3450
3450
  developerId: string;
3451
3451
  state: string;
3452
3452
  developer?: {
3453
- id: string;
3454
3453
  status: string;
3454
+ id: string;
3455
3455
  isArchived: boolean;
3456
3456
  createdAt: Date;
3457
3457
  updatedAt: Date;
@@ -3463,19 +3463,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3463
3463
  } & {
3464
3464
  mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
3465
3465
  sourceTransaction?: ({
3466
- id: string;
3467
3466
  status: string;
3467
+ id: string;
3468
+ propertyId: string | null;
3469
+ balanceCents: string | number | bigint;
3468
3470
  isArchived: boolean;
3469
3471
  createdAt: Date;
3470
3472
  updatedAt: Date;
3471
3473
  syncedAt: Date;
3472
3474
  debitAmountCents: string | number | bigint;
3473
3475
  creditAmountCents: string | number | bigint;
3474
- balanceCents: string | number | bigint;
3475
3476
  mtaId: string;
3476
3477
  description: string | null;
3477
3478
  clearedAt: Date | null;
3478
- propertyId: string | null;
3479
3479
  transactionType: string;
3480
3480
  isCanceled: boolean;
3481
3481
  isRefunded: boolean;
@@ -3504,13 +3504,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3504
3504
  lastName?: string | null | undefined;
3505
3505
  } | null | undefined;
3506
3506
  property?: {
3507
- id: string;
3508
3507
  status: string;
3508
+ id: string;
3509
+ balanceCents: number | bigint;
3509
3510
  isArchived: boolean;
3510
3511
  createdAt: Date;
3511
3512
  updatedAt: Date;
3512
3513
  syncedAt: Date;
3513
- balanceCents: number | bigint;
3514
3514
  customerId: string;
3515
3515
  projectId: string;
3516
3516
  lotDetail: string | null;
@@ -3520,8 +3520,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3520
3520
  mtaBalanceCents: number | bigint;
3521
3521
  cmaBalanceCents: number | bigint;
3522
3522
  customer?: {
3523
- id: string;
3524
3523
  status: string;
3524
+ id: string;
3525
3525
  isArchived: boolean;
3526
3526
  createdAt: Date;
3527
3527
  updatedAt: Date;
@@ -3532,20 +3532,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3532
3532
  } | null | undefined;
3533
3533
  buyerName?: string | null | undefined;
3534
3534
  project?: {
3535
- id: string;
3535
+ type: string;
3536
3536
  status: string;
3537
+ id: string;
3537
3538
  isArchived: boolean;
3538
3539
  createdAt: Date;
3539
3540
  updatedAt: Date;
3540
- type: string;
3541
3541
  syncedAt: Date;
3542
3542
  mtaId: string | null;
3543
3543
  name: string;
3544
3544
  developerId: string;
3545
3545
  state: string;
3546
3546
  developer?: {
3547
- id: string;
3548
3547
  status: string;
3548
+ id: string;
3549
3549
  isArchived: boolean;
3550
3550
  createdAt: Date;
3551
3551
  updatedAt: Date;
@@ -3556,19 +3556,19 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3556
3556
  } | null | undefined;
3557
3557
  } & any) | null | undefined;
3558
3558
  subsequentTransactions?: ({
3559
- id: string;
3560
3559
  status: string;
3560
+ id: string;
3561
+ propertyId: string | null;
3562
+ balanceCents: string | number | bigint;
3561
3563
  isArchived: boolean;
3562
3564
  createdAt: Date;
3563
3565
  updatedAt: Date;
3564
3566
  syncedAt: Date;
3565
3567
  debitAmountCents: string | number | bigint;
3566
3568
  creditAmountCents: string | number | bigint;
3567
- balanceCents: string | number | bigint;
3568
3569
  mtaId: string;
3569
3570
  description: string | null;
3570
3571
  clearedAt: Date | null;
3571
- propertyId: string | null;
3572
3572
  transactionType: string;
3573
3573
  isCanceled: boolean;
3574
3574
  isRefunded: boolean;
@@ -3597,13 +3597,13 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3597
3597
  lastName?: string | null | undefined;
3598
3598
  } | null | undefined;
3599
3599
  property?: {
3600
- id: string;
3601
3600
  status: string;
3601
+ id: string;
3602
+ balanceCents: number | bigint;
3602
3603
  isArchived: boolean;
3603
3604
  createdAt: Date;
3604
3605
  updatedAt: Date;
3605
3606
  syncedAt: Date;
3606
- balanceCents: number | bigint;
3607
3607
  customerId: string;
3608
3608
  projectId: string;
3609
3609
  lotDetail: string | null;
@@ -3613,8 +3613,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3613
3613
  mtaBalanceCents: number | bigint;
3614
3614
  cmaBalanceCents: number | bigint;
3615
3615
  customer?: {
3616
- id: string;
3617
3616
  status: string;
3617
+ id: string;
3618
3618
  isArchived: boolean;
3619
3619
  createdAt: Date;
3620
3620
  updatedAt: Date;
@@ -3625,20 +3625,20 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3625
3625
  } | null | undefined;
3626
3626
  buyerName?: string | null | undefined;
3627
3627
  project?: {
3628
- id: string;
3628
+ type: string;
3629
3629
  status: string;
3630
+ id: string;
3630
3631
  isArchived: boolean;
3631
3632
  createdAt: Date;
3632
3633
  updatedAt: Date;
3633
- type: string;
3634
3634
  syncedAt: Date;
3635
3635
  mtaId: string | null;
3636
3636
  name: string;
3637
3637
  developerId: string;
3638
3638
  state: string;
3639
3639
  developer?: {
3640
- id: string;
3641
3640
  status: string;
3641
+ id: string;
3642
3642
  isArchived: boolean;
3643
3643
  createdAt: Date;
3644
3644
  updatedAt: Date;
@@ -3652,8 +3652,8 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
3652
3652
  })[] | null | undefined;
3653
3653
  };
3654
3654
  reconciliations?: {
3655
- id: string;
3656
3655
  status: string;
3656
+ id: string;
3657
3657
  isArchived: boolean;
3658
3658
  createdBy: string;
3659
3659
  createdAt: Date;