@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
@@ -12,19 +12,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
12
12
  updatedAt: z.ZodDate;
13
13
  } & {
14
14
  cmaTransaction: z.ZodOptional<z.ZodLazy<z.ZodType<{
15
- id: string;
16
15
  status: "clearing" | "cleared" | "reconciled";
16
+ id: string;
17
+ propertyId: string | null;
18
+ balanceCents: number;
17
19
  isArchived: boolean;
18
20
  createdAt: Date;
19
21
  updatedAt: Date;
20
22
  syncedAt: Date | null;
21
23
  debitAmountCents: number;
22
24
  creditAmountCents: number;
23
- balanceCents: number;
24
25
  description: string | null;
25
26
  clearedAt: Date | null;
26
27
  cmaId: string;
27
- propertyId: string | null;
28
28
  createType: string;
29
29
  transactionType: string;
30
30
  isCanceled: boolean;
@@ -52,13 +52,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
52
52
  lastName?: string | null | undefined;
53
53
  } | null | undefined;
54
54
  property?: {
55
- id: string;
56
55
  status: string;
56
+ id: string;
57
+ balanceCents: number | bigint;
57
58
  isArchived: boolean;
58
59
  createdAt: Date;
59
60
  updatedAt: Date;
60
61
  syncedAt: Date;
61
- balanceCents: number | bigint;
62
62
  customerId: string;
63
63
  projectId: string;
64
64
  lotDetail: string | null;
@@ -68,8 +68,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
68
68
  mtaBalanceCents: number | bigint;
69
69
  cmaBalanceCents: number | bigint;
70
70
  customer?: {
71
- id: string;
72
71
  status: string;
72
+ id: string;
73
73
  isArchived: boolean;
74
74
  createdAt: Date;
75
75
  updatedAt: Date;
@@ -80,20 +80,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
80
80
  } | null | undefined;
81
81
  buyerName?: string | null | undefined;
82
82
  project?: {
83
- id: string;
83
+ type: string;
84
84
  status: string;
85
+ id: string;
85
86
  isArchived: boolean;
86
87
  createdAt: Date;
87
88
  updatedAt: Date;
88
- type: string;
89
89
  syncedAt: Date;
90
90
  mtaId: string | null;
91
91
  name: string;
92
92
  developerId: string;
93
93
  state: string;
94
94
  developer?: {
95
- id: string;
96
95
  status: string;
96
+ id: string;
97
97
  isArchived: boolean;
98
98
  createdAt: Date;
99
99
  updatedAt: Date;
@@ -105,19 +105,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
105
105
  } & {
106
106
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
107
107
  sourceTransaction?: Omit<{
108
- id: string;
109
108
  status: "clearing" | "cleared" | "reconciled";
109
+ id: string;
110
+ propertyId: string | null;
111
+ balanceCents: number;
110
112
  isArchived: boolean;
111
113
  createdAt: Date;
112
114
  updatedAt: Date;
113
115
  syncedAt: Date | null;
114
116
  debitAmountCents: number;
115
117
  creditAmountCents: number;
116
- balanceCents: number;
117
118
  description: string | null;
118
119
  clearedAt: Date | null;
119
120
  cmaId: string;
120
- propertyId: string | null;
121
121
  createType: string;
122
122
  transactionType: string;
123
123
  isCanceled: boolean;
@@ -145,13 +145,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
145
145
  lastName?: string | null | undefined;
146
146
  } | null | undefined;
147
147
  property?: {
148
- id: string;
149
148
  status: string;
149
+ id: string;
150
+ balanceCents: number | bigint;
150
151
  isArchived: boolean;
151
152
  createdAt: Date;
152
153
  updatedAt: Date;
153
154
  syncedAt: Date;
154
- balanceCents: number | bigint;
155
155
  customerId: string;
156
156
  projectId: string;
157
157
  lotDetail: string | null;
@@ -161,8 +161,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
161
161
  mtaBalanceCents: number | bigint;
162
162
  cmaBalanceCents: number | bigint;
163
163
  customer?: {
164
- id: string;
165
164
  status: string;
165
+ id: string;
166
166
  isArchived: boolean;
167
167
  createdAt: Date;
168
168
  updatedAt: Date;
@@ -173,20 +173,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
173
173
  } | null | undefined;
174
174
  buyerName?: string | null | undefined;
175
175
  project?: {
176
- id: string;
176
+ type: string;
177
177
  status: string;
178
+ id: string;
178
179
  isArchived: boolean;
179
180
  createdAt: Date;
180
181
  updatedAt: Date;
181
- type: string;
182
182
  syncedAt: Date;
183
183
  mtaId: string | null;
184
184
  name: string;
185
185
  developerId: string;
186
186
  state: string;
187
187
  developer?: {
188
- id: string;
189
188
  status: string;
189
+ id: string;
190
190
  isArchived: boolean;
191
191
  createdAt: Date;
192
192
  updatedAt: Date;
@@ -197,19 +197,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
197
197
  } | null | undefined;
198
198
  } & any, "cma"> | null | undefined;
199
199
  subsequentTransactions?: Omit<{
200
- id: string;
201
200
  status: "clearing" | "cleared" | "reconciled";
201
+ id: string;
202
+ propertyId: string | null;
203
+ balanceCents: number;
202
204
  isArchived: boolean;
203
205
  createdAt: Date;
204
206
  updatedAt: Date;
205
207
  syncedAt: Date | null;
206
208
  debitAmountCents: number;
207
209
  creditAmountCents: number;
208
- balanceCents: number;
209
210
  description: string | null;
210
211
  clearedAt: Date | null;
211
212
  cmaId: string;
212
- propertyId: string | null;
213
213
  createType: string;
214
214
  transactionType: string;
215
215
  isCanceled: boolean;
@@ -237,13 +237,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
237
237
  lastName?: string | null | undefined;
238
238
  } | null | undefined;
239
239
  property?: {
240
- id: string;
241
240
  status: string;
241
+ id: string;
242
+ balanceCents: number | bigint;
242
243
  isArchived: boolean;
243
244
  createdAt: Date;
244
245
  updatedAt: Date;
245
246
  syncedAt: Date;
246
- balanceCents: number | bigint;
247
247
  customerId: string;
248
248
  projectId: string;
249
249
  lotDetail: string | null;
@@ -253,8 +253,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
253
253
  mtaBalanceCents: number | bigint;
254
254
  cmaBalanceCents: number | bigint;
255
255
  customer?: {
256
- id: string;
257
256
  status: string;
257
+ id: string;
258
258
  isArchived: boolean;
259
259
  createdAt: Date;
260
260
  updatedAt: Date;
@@ -265,20 +265,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
265
265
  } | null | undefined;
266
266
  buyerName?: string | null | undefined;
267
267
  project?: {
268
- id: string;
268
+ type: string;
269
269
  status: string;
270
+ id: string;
270
271
  isArchived: boolean;
271
272
  createdAt: Date;
272
273
  updatedAt: Date;
273
- type: string;
274
274
  syncedAt: Date;
275
275
  mtaId: string | null;
276
276
  name: string;
277
277
  developerId: string;
278
278
  state: string;
279
279
  developer?: {
280
- id: string;
281
280
  status: string;
281
+ id: string;
282
282
  isArchived: boolean;
283
283
  createdAt: Date;
284
284
  updatedAt: Date;
@@ -297,19 +297,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
297
297
  isCancelable?: boolean | null | undefined;
298
298
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
299
299
  }, z.ZodTypeDef, {
300
- id: string;
301
300
  status: string;
301
+ id: string;
302
+ propertyId: string | null;
303
+ balanceCents: string | number | bigint;
302
304
  isArchived: boolean;
303
305
  createdAt: Date;
304
306
  updatedAt: Date;
305
307
  syncedAt: Date | null;
306
308
  debitAmountCents: string | number | bigint;
307
309
  creditAmountCents: string | number | bigint;
308
- balanceCents: string | number | bigint;
309
310
  description: string | null;
310
311
  clearedAt: Date | null;
311
312
  cmaId: string;
312
- propertyId: string | null;
313
313
  createType: string;
314
314
  transactionType: string;
315
315
  isCanceled: boolean;
@@ -337,13 +337,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
337
337
  lastName?: string | null | undefined;
338
338
  } | null | undefined;
339
339
  property?: {
340
- id: string;
341
340
  status: string;
341
+ id: string;
342
+ balanceCents: number | bigint;
342
343
  isArchived: boolean;
343
344
  createdAt: Date;
344
345
  updatedAt: Date;
345
346
  syncedAt: Date;
346
- balanceCents: number | bigint;
347
347
  customerId: string;
348
348
  projectId: string;
349
349
  lotDetail: string | null;
@@ -353,8 +353,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
353
353
  mtaBalanceCents: number | bigint;
354
354
  cmaBalanceCents: number | bigint;
355
355
  customer?: {
356
- id: string;
357
356
  status: string;
357
+ id: string;
358
358
  isArchived: boolean;
359
359
  createdAt: Date;
360
360
  updatedAt: Date;
@@ -365,20 +365,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
365
365
  } | null | undefined;
366
366
  buyerName?: string | null | undefined;
367
367
  project?: {
368
- id: string;
368
+ type: string;
369
369
  status: string;
370
+ id: string;
370
371
  isArchived: boolean;
371
372
  createdAt: Date;
372
373
  updatedAt: Date;
373
- type: string;
374
374
  syncedAt: Date;
375
375
  mtaId: string | null;
376
376
  name: string;
377
377
  developerId: string;
378
378
  state: string;
379
379
  developer?: {
380
- id: string;
381
380
  status: string;
381
+ id: string;
382
382
  isArchived: boolean;
383
383
  createdAt: Date;
384
384
  updatedAt: Date;
@@ -390,19 +390,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
390
390
  } & {
391
391
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
392
392
  sourceTransaction?: ({
393
- id: string;
394
393
  status: string;
394
+ id: string;
395
+ propertyId: string | null;
396
+ balanceCents: string | number | bigint;
395
397
  isArchived: boolean;
396
398
  createdAt: Date;
397
399
  updatedAt: Date;
398
400
  syncedAt: Date | null;
399
401
  debitAmountCents: string | number | bigint;
400
402
  creditAmountCents: string | number | bigint;
401
- balanceCents: string | number | bigint;
402
403
  description: string | null;
403
404
  clearedAt: Date | null;
404
405
  cmaId: string;
405
- propertyId: string | null;
406
406
  createType: string;
407
407
  transactionType: string;
408
408
  isCanceled: boolean;
@@ -430,13 +430,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
430
430
  lastName?: string | null | undefined;
431
431
  } | null | undefined;
432
432
  property?: {
433
- id: string;
434
433
  status: string;
434
+ id: string;
435
+ balanceCents: number | bigint;
435
436
  isArchived: boolean;
436
437
  createdAt: Date;
437
438
  updatedAt: Date;
438
439
  syncedAt: Date;
439
- balanceCents: number | bigint;
440
440
  customerId: string;
441
441
  projectId: string;
442
442
  lotDetail: string | null;
@@ -446,8 +446,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
446
446
  mtaBalanceCents: number | bigint;
447
447
  cmaBalanceCents: number | bigint;
448
448
  customer?: {
449
- id: string;
450
449
  status: string;
450
+ id: string;
451
451
  isArchived: boolean;
452
452
  createdAt: Date;
453
453
  updatedAt: Date;
@@ -458,20 +458,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
458
458
  } | null | undefined;
459
459
  buyerName?: string | null | undefined;
460
460
  project?: {
461
- id: string;
461
+ type: string;
462
462
  status: string;
463
+ id: string;
463
464
  isArchived: boolean;
464
465
  createdAt: Date;
465
466
  updatedAt: Date;
466
- type: string;
467
467
  syncedAt: Date;
468
468
  mtaId: string | null;
469
469
  name: string;
470
470
  developerId: string;
471
471
  state: string;
472
472
  developer?: {
473
- id: string;
474
473
  status: string;
474
+ id: string;
475
475
  isArchived: boolean;
476
476
  createdAt: Date;
477
477
  updatedAt: Date;
@@ -482,19 +482,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
482
482
  } | null | undefined;
483
483
  } & any) | null | undefined;
484
484
  subsequentTransactions?: ({
485
- id: string;
486
485
  status: string;
486
+ id: string;
487
+ propertyId: string | null;
488
+ balanceCents: string | number | bigint;
487
489
  isArchived: boolean;
488
490
  createdAt: Date;
489
491
  updatedAt: Date;
490
492
  syncedAt: Date | null;
491
493
  debitAmountCents: string | number | bigint;
492
494
  creditAmountCents: string | number | bigint;
493
- balanceCents: string | number | bigint;
494
495
  description: string | null;
495
496
  clearedAt: Date | null;
496
497
  cmaId: string;
497
- propertyId: string | null;
498
498
  createType: string;
499
499
  transactionType: string;
500
500
  isCanceled: boolean;
@@ -522,13 +522,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
522
522
  lastName?: string | null | undefined;
523
523
  } | null | undefined;
524
524
  property?: {
525
- id: string;
526
525
  status: string;
526
+ id: string;
527
+ balanceCents: number | bigint;
527
528
  isArchived: boolean;
528
529
  createdAt: Date;
529
530
  updatedAt: Date;
530
531
  syncedAt: Date;
531
- balanceCents: number | bigint;
532
532
  customerId: string;
533
533
  projectId: string;
534
534
  lotDetail: string | null;
@@ -538,8 +538,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
538
538
  mtaBalanceCents: number | bigint;
539
539
  cmaBalanceCents: number | bigint;
540
540
  customer?: {
541
- id: string;
542
541
  status: string;
542
+ id: string;
543
543
  isArchived: boolean;
544
544
  createdAt: Date;
545
545
  updatedAt: Date;
@@ -550,20 +550,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
550
550
  } | null | undefined;
551
551
  buyerName?: string | null | undefined;
552
552
  project?: {
553
- id: string;
553
+ type: string;
554
554
  status: string;
555
+ id: string;
555
556
  isArchived: boolean;
556
557
  createdAt: Date;
557
558
  updatedAt: Date;
558
- type: string;
559
559
  syncedAt: Date;
560
560
  mtaId: string | null;
561
561
  name: string;
562
562
  developerId: string;
563
563
  state: string;
564
564
  developer?: {
565
- id: string;
566
565
  status: string;
566
+ id: string;
567
567
  isArchived: boolean;
568
568
  createdAt: Date;
569
569
  updatedAt: Date;
@@ -660,16 +660,16 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
660
660
  syncedAt: z.ZodDate;
661
661
  updatedAt: z.ZodDate;
662
662
  }, "strip", z.ZodTypeAny, {
663
- id: string;
664
663
  status: string;
664
+ id: string;
665
665
  isArchived: boolean;
666
666
  createdAt: Date;
667
667
  updatedAt: Date;
668
668
  syncedAt: Date;
669
669
  companyName: string | null;
670
670
  }, {
671
- id: string;
672
671
  status: string;
672
+ id: string;
673
673
  isArchived: boolean;
674
674
  createdAt: Date;
675
675
  updatedAt: Date;
@@ -677,20 +677,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
677
677
  companyName: string | null;
678
678
  }>>>;
679
679
  }, "strip", z.ZodTypeAny, {
680
- id: string;
680
+ type: string;
681
681
  status: string;
682
+ id: string;
682
683
  isArchived: boolean;
683
684
  createdAt: Date;
684
685
  updatedAt: Date;
685
- type: string;
686
686
  syncedAt: Date;
687
687
  mtaId: string | null;
688
688
  name: string;
689
689
  developerId: string;
690
690
  state: string;
691
691
  developer?: {
692
- id: string;
693
692
  status: string;
693
+ id: string;
694
694
  isArchived: boolean;
695
695
  createdAt: Date;
696
696
  updatedAt: Date;
@@ -698,20 +698,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
698
698
  companyName: string | null;
699
699
  } | null | undefined;
700
700
  }, {
701
- id: string;
701
+ type: string;
702
702
  status: string;
703
+ id: string;
703
704
  isArchived: boolean;
704
705
  createdAt: Date;
705
706
  updatedAt: Date;
706
- type: string;
707
707
  syncedAt: Date;
708
708
  mtaId: string | null;
709
709
  name: string;
710
710
  developerId: string;
711
711
  state: string;
712
712
  developer?: {
713
- id: string;
714
713
  status: string;
714
+ id: string;
715
715
  isArchived: boolean;
716
716
  createdAt: Date;
717
717
  updatedAt: Date;
@@ -730,8 +730,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
730
730
  syncedAt: z.ZodDate;
731
731
  updatedAt: z.ZodDate;
732
732
  }, "strip", z.ZodTypeAny, {
733
- id: string;
734
733
  status: string;
734
+ id: string;
735
735
  isArchived: boolean;
736
736
  createdAt: Date;
737
737
  updatedAt: Date;
@@ -740,8 +740,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
740
740
  email: string;
741
741
  syncedAt: Date;
742
742
  }, {
743
- id: string;
744
743
  status: string;
744
+ id: string;
745
745
  isArchived: boolean;
746
746
  createdAt: Date;
747
747
  updatedAt: Date;
@@ -771,43 +771,43 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
771
771
  updatedAt: z.ZodDate;
772
772
  createdBy: z.ZodString;
773
773
  }, "strip", z.ZodTypeAny, {
774
- id: string;
775
774
  status: string;
775
+ id: string;
776
+ accountName: string;
777
+ propertyId: string;
778
+ balanceCents: bigint;
779
+ stateCode: string;
780
+ bankCode: string;
776
781
  isArchived: boolean;
777
782
  createdBy: string;
778
783
  createdAt: Date;
779
784
  updatedAt: Date;
780
- balanceCents: bigint;
781
785
  description: string | null;
782
- propertyId: string;
783
786
  payoutId: number;
784
787
  bsb: string;
785
788
  accountNumber: string;
786
789
  cmaSeq: number;
787
790
  country: string;
788
- stateCode: string;
789
- bankCode: string;
790
- accountName: string;
791
791
  currentReceiveSeq: number;
792
792
  currentPayoutSeq: number;
793
793
  }, {
794
- id: string;
795
794
  status: string;
795
+ id: string;
796
+ accountName: string;
797
+ propertyId: string;
798
+ balanceCents: bigint;
799
+ stateCode: string;
800
+ bankCode: string;
796
801
  isArchived: boolean;
797
802
  createdBy: string;
798
803
  createdAt: Date;
799
804
  updatedAt: Date;
800
- balanceCents: bigint;
801
805
  description: string | null;
802
- propertyId: string;
803
806
  payoutId: number;
804
807
  bsb: string;
805
808
  accountNumber: string;
806
809
  cmaSeq: number;
807
810
  country: string;
808
- stateCode: string;
809
- bankCode: string;
810
- accountName: string;
811
811
  currentReceiveSeq: number;
812
812
  currentPayoutSeq: number;
813
813
  }>>>>;
@@ -831,40 +831,40 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
831
831
  createdBy: z.ZodNullable<z.ZodString>;
832
832
  updatedBy: z.ZodNullable<z.ZodString>;
833
833
  }, "strip", z.ZodTypeAny, {
834
- id: string;
835
834
  status: string;
835
+ id: string;
836
+ balanceCents: bigint;
837
+ stateCode: string;
838
+ bankCode: string;
836
839
  isArchived: boolean;
837
840
  createdBy: string | null;
838
841
  createdAt: Date;
839
842
  updatedAt: Date;
840
843
  syncedAt: Date | null;
841
- balanceCents: bigint;
842
844
  name: string;
843
845
  bsb: string;
844
846
  accountNumber: string;
845
847
  updatedBy: string | null;
846
848
  country: string;
847
- stateCode: string;
848
- bankCode: string;
849
849
  currentReceiveSeq: number;
850
850
  currentPayoutSeq: number;
851
851
  subsidiaryId: string;
852
852
  }, {
853
- id: string;
854
853
  status: string;
854
+ id: string;
855
+ balanceCents: bigint;
856
+ stateCode: string;
857
+ bankCode: string;
855
858
  isArchived: boolean;
856
859
  createdBy: string | null;
857
860
  createdAt: Date;
858
861
  updatedAt: Date;
859
862
  syncedAt: Date | null;
860
- balanceCents: bigint;
861
863
  name: string;
862
864
  bsb: string;
863
865
  accountNumber: string;
864
866
  updatedBy: string | null;
865
867
  country: string;
866
- stateCode: string;
867
- bankCode: string;
868
868
  currentReceiveSeq: number;
869
869
  currentPayoutSeq: number;
870
870
  subsidiaryId: string;
@@ -898,8 +898,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
898
898
  canceledReason: z.ZodNullable<z.ZodString>;
899
899
  createdBy: z.ZodString;
900
900
  }, "strip", z.ZodTypeAny, {
901
- id: string;
902
901
  status: string;
902
+ id: string;
903
+ propertyId: string | null;
904
+ balanceCents: bigint;
903
905
  isArchived: boolean;
904
906
  createdBy: string;
905
907
  createdAt: Date;
@@ -907,11 +909,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
907
909
  syncedAt: Date | null;
908
910
  debitAmountCents: bigint;
909
911
  creditAmountCents: bigint;
910
- balanceCents: bigint;
911
912
  description: string | null;
912
913
  clearedAt: Date | null;
913
914
  cmaId: string;
914
- propertyId: string | null;
915
915
  createType: string;
916
916
  transactionType: string;
917
917
  isCanceled: boolean;
@@ -926,8 +926,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
926
926
  canceledAt: Date | null;
927
927
  canceledReason: string | null;
928
928
  }, {
929
- id: string;
930
929
  status: string;
930
+ id: string;
931
+ propertyId: string | null;
932
+ balanceCents: bigint;
931
933
  isArchived: boolean;
932
934
  createdBy: string;
933
935
  createdAt: Date;
@@ -935,11 +937,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
935
937
  syncedAt: Date | null;
936
938
  debitAmountCents: bigint;
937
939
  creditAmountCents: bigint;
938
- balanceCents: bigint;
939
940
  description: string | null;
940
941
  clearedAt: Date | null;
941
942
  cmaId: string;
942
- propertyId: string | null;
943
943
  createType: string;
944
944
  transactionType: string;
945
945
  isCanceled: boolean;
@@ -984,8 +984,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
984
984
  createdBy: z.ZodNullable<z.ZodString>;
985
985
  payoutId: z.ZodNullable<z.ZodString>;
986
986
  }, "strip", z.ZodTypeAny, {
987
- id: string;
988
987
  status: string;
988
+ id: string;
989
+ propertyId: string | null;
990
+ balanceCents: bigint;
989
991
  isArchived: boolean;
990
992
  createdBy: string | null;
991
993
  createdAt: Date;
@@ -993,11 +995,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
993
995
  syncedAt: Date;
994
996
  debitAmountCents: bigint;
995
997
  creditAmountCents: bigint;
996
- balanceCents: bigint;
997
998
  mtaId: string;
998
999
  description: string | null;
999
1000
  clearedAt: Date | null;
1000
- propertyId: string | null;
1001
1001
  transactionType: string;
1002
1002
  isCanceled: boolean;
1003
1003
  isRefunded: boolean;
@@ -1013,8 +1013,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1013
1013
  referenceId: string | null;
1014
1014
  note: string | null;
1015
1015
  }, {
1016
- id: string;
1017
1016
  status: string;
1017
+ id: string;
1018
+ propertyId: string | null;
1019
+ balanceCents: bigint;
1018
1020
  isArchived: boolean;
1019
1021
  createdBy: string | null;
1020
1022
  createdAt: Date;
@@ -1022,11 +1024,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1022
1024
  syncedAt: Date;
1023
1025
  debitAmountCents: bigint;
1024
1026
  creditAmountCents: bigint;
1025
- balanceCents: bigint;
1026
1027
  mtaId: string;
1027
1028
  description: string | null;
1028
1029
  clearedAt: Date | null;
1029
- propertyId: string | null;
1030
1030
  transactionType: string;
1031
1031
  isCanceled: boolean;
1032
1032
  isRefunded: boolean;
@@ -1043,13 +1043,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1043
1043
  note: string | null;
1044
1044
  }>, "many">>>>;
1045
1045
  }, "cma" | "mta" | "cmaTransactions" | "mtaTransactions">, "strip", z.ZodTypeAny, {
1046
- id: string;
1047
1046
  status: string;
1047
+ id: string;
1048
+ balanceCents: number | bigint;
1048
1049
  isArchived: boolean;
1049
1050
  createdAt: Date;
1050
1051
  updatedAt: Date;
1051
1052
  syncedAt: Date;
1052
- balanceCents: number | bigint;
1053
1053
  customerId: string;
1054
1054
  projectId: string;
1055
1055
  lotDetail: string | null;
@@ -1059,8 +1059,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1059
1059
  mtaBalanceCents: number | bigint;
1060
1060
  cmaBalanceCents: number | bigint;
1061
1061
  customer?: {
1062
- id: string;
1063
1062
  status: string;
1063
+ id: string;
1064
1064
  isArchived: boolean;
1065
1065
  createdAt: Date;
1066
1066
  updatedAt: Date;
@@ -1071,20 +1071,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1071
1071
  } | null | undefined;
1072
1072
  buyerName?: string | null | undefined;
1073
1073
  project?: {
1074
- id: string;
1074
+ type: string;
1075
1075
  status: string;
1076
+ id: string;
1076
1077
  isArchived: boolean;
1077
1078
  createdAt: Date;
1078
1079
  updatedAt: Date;
1079
- type: string;
1080
1080
  syncedAt: Date;
1081
1081
  mtaId: string | null;
1082
1082
  name: string;
1083
1083
  developerId: string;
1084
1084
  state: string;
1085
1085
  developer?: {
1086
- id: string;
1087
1086
  status: string;
1087
+ id: string;
1088
1088
  isArchived: boolean;
1089
1089
  createdAt: Date;
1090
1090
  updatedAt: Date;
@@ -1093,13 +1093,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1093
1093
  } | null | undefined;
1094
1094
  } | null | undefined;
1095
1095
  }, {
1096
- id: string;
1097
1096
  status: string;
1097
+ id: string;
1098
+ balanceCents: number | bigint;
1098
1099
  isArchived: boolean;
1099
1100
  createdAt: Date;
1100
1101
  updatedAt: Date;
1101
1102
  syncedAt: Date;
1102
- balanceCents: number | bigint;
1103
1103
  customerId: string;
1104
1104
  projectId: string;
1105
1105
  lotDetail: string | null;
@@ -1109,8 +1109,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1109
1109
  mtaBalanceCents: number | bigint;
1110
1110
  cmaBalanceCents: number | bigint;
1111
1111
  customer?: {
1112
- id: string;
1113
1112
  status: string;
1113
+ id: string;
1114
1114
  isArchived: boolean;
1115
1115
  createdAt: Date;
1116
1116
  updatedAt: Date;
@@ -1121,20 +1121,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1121
1121
  } | null | undefined;
1122
1122
  buyerName?: string | null | undefined;
1123
1123
  project?: {
1124
- id: string;
1124
+ type: string;
1125
1125
  status: string;
1126
+ id: string;
1126
1127
  isArchived: boolean;
1127
1128
  createdAt: Date;
1128
1129
  updatedAt: Date;
1129
- type: string;
1130
1130
  syncedAt: Date;
1131
1131
  mtaId: string | null;
1132
1132
  name: string;
1133
1133
  developerId: string;
1134
1134
  state: string;
1135
1135
  developer?: {
1136
- id: string;
1137
1136
  status: string;
1137
+ id: string;
1138
1138
  isArchived: boolean;
1139
1139
  createdAt: Date;
1140
1140
  updatedAt: Date;
@@ -1144,33 +1144,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1144
1144
  } | null | undefined;
1145
1145
  }>>>;
1146
1146
  }, "strip", z.ZodTypeAny, {
1147
- id: string;
1148
1147
  status: "active" | "inactive";
1148
+ id: string;
1149
+ accountName: string;
1150
+ propertyId: string;
1151
+ balanceCents: number;
1152
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1153
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1149
1154
  isArchived: boolean;
1150
1155
  createdBy: string;
1151
1156
  createdAt: Date;
1152
1157
  updatedAt: Date;
1153
- balanceCents: number;
1154
1158
  description: string | null;
1155
- propertyId: string;
1156
1159
  payoutId: number;
1157
1160
  bsb: string | null;
1158
1161
  accountNumber: string | null;
1159
1162
  cmaSeq: number;
1160
1163
  country: string;
1161
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1162
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1163
- accountName: string;
1164
1164
  currentReceiveSeq: number;
1165
1165
  currentPayoutSeq: number;
1166
1166
  property?: {
1167
- id: string;
1168
1167
  status: string;
1168
+ id: string;
1169
+ balanceCents: number | bigint;
1169
1170
  isArchived: boolean;
1170
1171
  createdAt: Date;
1171
1172
  updatedAt: Date;
1172
1173
  syncedAt: Date;
1173
- balanceCents: number | bigint;
1174
1174
  customerId: string;
1175
1175
  projectId: string;
1176
1176
  lotDetail: string | null;
@@ -1180,8 +1180,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1180
1180
  mtaBalanceCents: number | bigint;
1181
1181
  cmaBalanceCents: number | bigint;
1182
1182
  customer?: {
1183
- id: string;
1184
1183
  status: string;
1184
+ id: string;
1185
1185
  isArchived: boolean;
1186
1186
  createdAt: Date;
1187
1187
  updatedAt: Date;
@@ -1192,20 +1192,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1192
1192
  } | null | undefined;
1193
1193
  buyerName?: string | null | undefined;
1194
1194
  project?: {
1195
- id: string;
1195
+ type: string;
1196
1196
  status: string;
1197
+ id: string;
1197
1198
  isArchived: boolean;
1198
1199
  createdAt: Date;
1199
1200
  updatedAt: Date;
1200
- type: string;
1201
1201
  syncedAt: Date;
1202
1202
  mtaId: string | null;
1203
1203
  name: string;
1204
1204
  developerId: string;
1205
1205
  state: string;
1206
1206
  developer?: {
1207
- id: string;
1208
1207
  status: string;
1208
+ id: string;
1209
1209
  isArchived: boolean;
1210
1210
  createdAt: Date;
1211
1211
  updatedAt: Date;
@@ -1215,33 +1215,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1215
1215
  } | null | undefined;
1216
1216
  } | undefined;
1217
1217
  }, {
1218
- id: string;
1219
1218
  status: string;
1219
+ id: string;
1220
+ accountName: string;
1221
+ propertyId: string;
1222
+ balanceCents: string | number | bigint;
1223
+ stateCode: string;
1224
+ bankCode: string;
1220
1225
  isArchived: boolean;
1221
1226
  createdBy: string;
1222
1227
  createdAt: Date;
1223
1228
  updatedAt: Date;
1224
- balanceCents: string | number | bigint;
1225
1229
  description: string | null;
1226
- propertyId: string;
1227
1230
  payoutId: number;
1228
1231
  bsb: string;
1229
1232
  accountNumber: string;
1230
1233
  cmaSeq: number;
1231
1234
  country: string;
1232
- stateCode: string;
1233
- bankCode: string;
1234
- accountName: string;
1235
1235
  currentReceiveSeq: number;
1236
1236
  currentPayoutSeq: number;
1237
1237
  property?: {
1238
- id: string;
1239
1238
  status: string;
1239
+ id: string;
1240
+ balanceCents: number | bigint;
1240
1241
  isArchived: boolean;
1241
1242
  createdAt: Date;
1242
1243
  updatedAt: Date;
1243
1244
  syncedAt: Date;
1244
- balanceCents: number | bigint;
1245
1245
  customerId: string;
1246
1246
  projectId: string;
1247
1247
  lotDetail: string | null;
@@ -1251,8 +1251,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1251
1251
  mtaBalanceCents: number | bigint;
1252
1252
  cmaBalanceCents: number | bigint;
1253
1253
  customer?: {
1254
- id: string;
1255
1254
  status: string;
1255
+ id: string;
1256
1256
  isArchived: boolean;
1257
1257
  createdAt: Date;
1258
1258
  updatedAt: Date;
@@ -1263,20 +1263,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1263
1263
  } | null | undefined;
1264
1264
  buyerName?: string | null | undefined;
1265
1265
  project?: {
1266
- id: string;
1266
+ type: string;
1267
1267
  status: string;
1268
+ id: string;
1268
1269
  isArchived: boolean;
1269
1270
  createdAt: Date;
1270
1271
  updatedAt: Date;
1271
- type: string;
1272
1272
  syncedAt: Date;
1273
1273
  mtaId: string | null;
1274
1274
  name: string;
1275
1275
  developerId: string;
1276
1276
  state: string;
1277
1277
  developer?: {
1278
- id: string;
1279
1278
  status: string;
1279
+ id: string;
1280
1280
  isArchived: boolean;
1281
1281
  createdAt: Date;
1282
1282
  updatedAt: Date;
@@ -1287,8 +1287,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1287
1287
  } | undefined;
1288
1288
  }>>>;
1289
1289
  }, "strip", z.ZodTypeAny, {
1290
- id: string;
1291
1290
  status: import("../..").AccountPeriodStatus;
1291
+ id: string;
1292
1292
  isArchived: boolean;
1293
1293
  createdAt: Date;
1294
1294
  updatedAt: Date;
@@ -1300,33 +1300,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1300
1300
  startDate: Date;
1301
1301
  openingBalanceCents: number;
1302
1302
  cma?: {
1303
- id: string;
1304
1303
  status: "active" | "inactive";
1304
+ id: string;
1305
+ accountName: string;
1306
+ propertyId: string;
1307
+ balanceCents: number;
1308
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1309
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1305
1310
  isArchived: boolean;
1306
1311
  createdBy: string;
1307
1312
  createdAt: Date;
1308
1313
  updatedAt: Date;
1309
- balanceCents: number;
1310
1314
  description: string | null;
1311
- propertyId: string;
1312
1315
  payoutId: number;
1313
1316
  bsb: string | null;
1314
1317
  accountNumber: string | null;
1315
1318
  cmaSeq: number;
1316
1319
  country: string;
1317
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1318
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1319
- accountName: string;
1320
1320
  currentReceiveSeq: number;
1321
1321
  currentPayoutSeq: number;
1322
1322
  property?: {
1323
- id: string;
1324
1323
  status: string;
1324
+ id: string;
1325
+ balanceCents: number | bigint;
1325
1326
  isArchived: boolean;
1326
1327
  createdAt: Date;
1327
1328
  updatedAt: Date;
1328
1329
  syncedAt: Date;
1329
- balanceCents: number | bigint;
1330
1330
  customerId: string;
1331
1331
  projectId: string;
1332
1332
  lotDetail: string | null;
@@ -1336,8 +1336,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1336
1336
  mtaBalanceCents: number | bigint;
1337
1337
  cmaBalanceCents: number | bigint;
1338
1338
  customer?: {
1339
- id: string;
1340
1339
  status: string;
1340
+ id: string;
1341
1341
  isArchived: boolean;
1342
1342
  createdAt: Date;
1343
1343
  updatedAt: Date;
@@ -1348,20 +1348,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1348
1348
  } | null | undefined;
1349
1349
  buyerName?: string | null | undefined;
1350
1350
  project?: {
1351
- id: string;
1351
+ type: string;
1352
1352
  status: string;
1353
+ id: string;
1353
1354
  isArchived: boolean;
1354
1355
  createdAt: Date;
1355
1356
  updatedAt: Date;
1356
- type: string;
1357
1357
  syncedAt: Date;
1358
1358
  mtaId: string | null;
1359
1359
  name: string;
1360
1360
  developerId: string;
1361
1361
  state: string;
1362
1362
  developer?: {
1363
- id: string;
1364
1363
  status: string;
1364
+ id: string;
1365
1365
  isArchived: boolean;
1366
1366
  createdAt: Date;
1367
1367
  updatedAt: Date;
@@ -1376,8 +1376,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1376
1376
  unreconciledAmountCents?: number | null | undefined;
1377
1377
  totalReconciledAmountCents?: number | null | undefined;
1378
1378
  }, {
1379
- id: string;
1380
1379
  status: string;
1380
+ id: string;
1381
1381
  isArchived: boolean;
1382
1382
  createdAt: Date;
1383
1383
  updatedAt: Date;
@@ -1389,33 +1389,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1389
1389
  startDate: Date;
1390
1390
  openingBalanceCents: string | number | bigint;
1391
1391
  cma?: {
1392
- id: string;
1393
1392
  status: string;
1393
+ id: string;
1394
+ accountName: string;
1395
+ propertyId: string;
1396
+ balanceCents: string | number | bigint;
1397
+ stateCode: string;
1398
+ bankCode: string;
1394
1399
  isArchived: boolean;
1395
1400
  createdBy: string;
1396
1401
  createdAt: Date;
1397
1402
  updatedAt: Date;
1398
- balanceCents: string | number | bigint;
1399
1403
  description: string | null;
1400
- propertyId: string;
1401
1404
  payoutId: number;
1402
1405
  bsb: string;
1403
1406
  accountNumber: string;
1404
1407
  cmaSeq: number;
1405
1408
  country: string;
1406
- stateCode: string;
1407
- bankCode: string;
1408
- accountName: string;
1409
1409
  currentReceiveSeq: number;
1410
1410
  currentPayoutSeq: number;
1411
1411
  property?: {
1412
- id: string;
1413
1412
  status: string;
1413
+ id: string;
1414
+ balanceCents: number | bigint;
1414
1415
  isArchived: boolean;
1415
1416
  createdAt: Date;
1416
1417
  updatedAt: Date;
1417
1418
  syncedAt: Date;
1418
- balanceCents: number | bigint;
1419
1419
  customerId: string;
1420
1420
  projectId: string;
1421
1421
  lotDetail: string | null;
@@ -1425,8 +1425,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1425
1425
  mtaBalanceCents: number | bigint;
1426
1426
  cmaBalanceCents: number | bigint;
1427
1427
  customer?: {
1428
- id: string;
1429
1428
  status: string;
1429
+ id: string;
1430
1430
  isArchived: boolean;
1431
1431
  createdAt: Date;
1432
1432
  updatedAt: Date;
@@ -1437,20 +1437,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1437
1437
  } | null | undefined;
1438
1438
  buyerName?: string | null | undefined;
1439
1439
  project?: {
1440
- id: string;
1440
+ type: string;
1441
1441
  status: string;
1442
+ id: string;
1442
1443
  isArchived: boolean;
1443
1444
  createdAt: Date;
1444
1445
  updatedAt: Date;
1445
- type: string;
1446
1446
  syncedAt: Date;
1447
1447
  mtaId: string | null;
1448
1448
  name: string;
1449
1449
  developerId: string;
1450
1450
  state: string;
1451
1451
  developer?: {
1452
- id: string;
1453
1452
  status: string;
1453
+ id: string;
1454
1454
  isArchived: boolean;
1455
1455
  createdAt: Date;
1456
1456
  updatedAt: Date;
@@ -1466,30 +1466,30 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1466
1466
  totalReconciledAmountCents?: string | number | bigint | null | undefined;
1467
1467
  }>>>;
1468
1468
  }, "strip", z.ZodTypeAny, {
1469
+ status: string;
1469
1470
  id: string;
1470
1471
  cmaTransactionId: string;
1471
1472
  accountPeriodId: string | null;
1472
1473
  reconciledByReconciliationId: string;
1473
1474
  reconciledAt: Date;
1474
- status: string;
1475
1475
  isArchived: boolean;
1476
1476
  createdBy: string;
1477
1477
  createdAt: Date;
1478
1478
  updatedAt: Date;
1479
1479
  cmaTransaction?: ({
1480
- id: string;
1481
1480
  status: "clearing" | "cleared" | "reconciled";
1481
+ id: string;
1482
+ propertyId: string | null;
1483
+ balanceCents: number;
1482
1484
  isArchived: boolean;
1483
1485
  createdAt: Date;
1484
1486
  updatedAt: Date;
1485
1487
  syncedAt: Date | null;
1486
1488
  debitAmountCents: number;
1487
1489
  creditAmountCents: number;
1488
- balanceCents: number;
1489
1490
  description: string | null;
1490
1491
  clearedAt: Date | null;
1491
1492
  cmaId: string;
1492
- propertyId: string | null;
1493
1493
  createType: string;
1494
1494
  transactionType: string;
1495
1495
  isCanceled: boolean;
@@ -1517,13 +1517,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1517
1517
  lastName?: string | null | undefined;
1518
1518
  } | null | undefined;
1519
1519
  property?: {
1520
- id: string;
1521
1520
  status: string;
1521
+ id: string;
1522
+ balanceCents: number | bigint;
1522
1523
  isArchived: boolean;
1523
1524
  createdAt: Date;
1524
1525
  updatedAt: Date;
1525
1526
  syncedAt: Date;
1526
- balanceCents: number | bigint;
1527
1527
  customerId: string;
1528
1528
  projectId: string;
1529
1529
  lotDetail: string | null;
@@ -1533,8 +1533,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1533
1533
  mtaBalanceCents: number | bigint;
1534
1534
  cmaBalanceCents: number | bigint;
1535
1535
  customer?: {
1536
- id: string;
1537
1536
  status: string;
1537
+ id: string;
1538
1538
  isArchived: boolean;
1539
1539
  createdAt: Date;
1540
1540
  updatedAt: Date;
@@ -1545,20 +1545,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1545
1545
  } | null | undefined;
1546
1546
  buyerName?: string | null | undefined;
1547
1547
  project?: {
1548
- id: string;
1548
+ type: string;
1549
1549
  status: string;
1550
+ id: string;
1550
1551
  isArchived: boolean;
1551
1552
  createdAt: Date;
1552
1553
  updatedAt: Date;
1553
- type: string;
1554
1554
  syncedAt: Date;
1555
1555
  mtaId: string | null;
1556
1556
  name: string;
1557
1557
  developerId: string;
1558
1558
  state: string;
1559
1559
  developer?: {
1560
- id: string;
1561
1560
  status: string;
1561
+ id: string;
1562
1562
  isArchived: boolean;
1563
1563
  createdAt: Date;
1564
1564
  updatedAt: Date;
@@ -1570,19 +1570,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1570
1570
  } & {
1571
1571
  cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
1572
1572
  sourceTransaction?: Omit<{
1573
- id: string;
1574
1573
  status: "clearing" | "cleared" | "reconciled";
1574
+ id: string;
1575
+ propertyId: string | null;
1576
+ balanceCents: number;
1575
1577
  isArchived: boolean;
1576
1578
  createdAt: Date;
1577
1579
  updatedAt: Date;
1578
1580
  syncedAt: Date | null;
1579
1581
  debitAmountCents: number;
1580
1582
  creditAmountCents: number;
1581
- balanceCents: number;
1582
1583
  description: string | null;
1583
1584
  clearedAt: Date | null;
1584
1585
  cmaId: string;
1585
- propertyId: string | null;
1586
1586
  createType: string;
1587
1587
  transactionType: string;
1588
1588
  isCanceled: boolean;
@@ -1610,13 +1610,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1610
1610
  lastName?: string | null | undefined;
1611
1611
  } | null | undefined;
1612
1612
  property?: {
1613
- id: string;
1614
1613
  status: string;
1614
+ id: string;
1615
+ balanceCents: number | bigint;
1615
1616
  isArchived: boolean;
1616
1617
  createdAt: Date;
1617
1618
  updatedAt: Date;
1618
1619
  syncedAt: Date;
1619
- balanceCents: number | bigint;
1620
1620
  customerId: string;
1621
1621
  projectId: string;
1622
1622
  lotDetail: string | null;
@@ -1626,8 +1626,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1626
1626
  mtaBalanceCents: number | bigint;
1627
1627
  cmaBalanceCents: number | bigint;
1628
1628
  customer?: {
1629
- id: string;
1630
1629
  status: string;
1630
+ id: string;
1631
1631
  isArchived: boolean;
1632
1632
  createdAt: Date;
1633
1633
  updatedAt: Date;
@@ -1638,20 +1638,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1638
1638
  } | null | undefined;
1639
1639
  buyerName?: string | null | undefined;
1640
1640
  project?: {
1641
- id: string;
1641
+ type: string;
1642
1642
  status: string;
1643
+ id: string;
1643
1644
  isArchived: boolean;
1644
1645
  createdAt: Date;
1645
1646
  updatedAt: Date;
1646
- type: string;
1647
1647
  syncedAt: Date;
1648
1648
  mtaId: string | null;
1649
1649
  name: string;
1650
1650
  developerId: string;
1651
1651
  state: string;
1652
1652
  developer?: {
1653
- id: string;
1654
1653
  status: string;
1654
+ id: string;
1655
1655
  isArchived: boolean;
1656
1656
  createdAt: Date;
1657
1657
  updatedAt: Date;
@@ -1662,19 +1662,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1662
1662
  } | null | undefined;
1663
1663
  } & any, "cma"> | null | undefined;
1664
1664
  subsequentTransactions?: Omit<{
1665
- id: string;
1666
1665
  status: "clearing" | "cleared" | "reconciled";
1666
+ id: string;
1667
+ propertyId: string | null;
1668
+ balanceCents: number;
1667
1669
  isArchived: boolean;
1668
1670
  createdAt: Date;
1669
1671
  updatedAt: Date;
1670
1672
  syncedAt: Date | null;
1671
1673
  debitAmountCents: number;
1672
1674
  creditAmountCents: number;
1673
- balanceCents: number;
1674
1675
  description: string | null;
1675
1676
  clearedAt: Date | null;
1676
1677
  cmaId: string;
1677
- propertyId: string | null;
1678
1678
  createType: string;
1679
1679
  transactionType: string;
1680
1680
  isCanceled: boolean;
@@ -1702,13 +1702,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1702
1702
  lastName?: string | null | undefined;
1703
1703
  } | null | undefined;
1704
1704
  property?: {
1705
- id: string;
1706
1705
  status: string;
1706
+ id: string;
1707
+ balanceCents: number | bigint;
1707
1708
  isArchived: boolean;
1708
1709
  createdAt: Date;
1709
1710
  updatedAt: Date;
1710
1711
  syncedAt: Date;
1711
- balanceCents: number | bigint;
1712
1712
  customerId: string;
1713
1713
  projectId: string;
1714
1714
  lotDetail: string | null;
@@ -1718,8 +1718,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1718
1718
  mtaBalanceCents: number | bigint;
1719
1719
  cmaBalanceCents: number | bigint;
1720
1720
  customer?: {
1721
- id: string;
1722
1721
  status: string;
1722
+ id: string;
1723
1723
  isArchived: boolean;
1724
1724
  createdAt: Date;
1725
1725
  updatedAt: Date;
@@ -1730,20 +1730,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1730
1730
  } | null | undefined;
1731
1731
  buyerName?: string | null | undefined;
1732
1732
  project?: {
1733
- id: string;
1733
+ type: string;
1734
1734
  status: string;
1735
+ id: string;
1735
1736
  isArchived: boolean;
1736
1737
  createdAt: Date;
1737
1738
  updatedAt: Date;
1738
- type: string;
1739
1739
  syncedAt: Date;
1740
1740
  mtaId: string | null;
1741
1741
  name: string;
1742
1742
  developerId: string;
1743
1743
  state: string;
1744
1744
  developer?: {
1745
- id: string;
1746
1745
  status: string;
1746
+ id: string;
1747
1747
  isArchived: boolean;
1748
1748
  createdAt: Date;
1749
1749
  updatedAt: Date;
@@ -1763,8 +1763,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1763
1763
  payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
1764
1764
  }) | undefined;
1765
1765
  accountPeriod?: {
1766
- id: string;
1767
1766
  status: import("../..").AccountPeriodStatus;
1767
+ id: string;
1768
1768
  isArchived: boolean;
1769
1769
  createdAt: Date;
1770
1770
  updatedAt: Date;
@@ -1776,33 +1776,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1776
1776
  startDate: Date;
1777
1777
  openingBalanceCents: number;
1778
1778
  cma?: {
1779
- id: string;
1780
1779
  status: "active" | "inactive";
1780
+ id: string;
1781
+ accountName: string;
1782
+ propertyId: string;
1783
+ balanceCents: number;
1784
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1785
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1781
1786
  isArchived: boolean;
1782
1787
  createdBy: string;
1783
1788
  createdAt: Date;
1784
1789
  updatedAt: Date;
1785
- balanceCents: number;
1786
1790
  description: string | null;
1787
- propertyId: string;
1788
1791
  payoutId: number;
1789
1792
  bsb: string | null;
1790
1793
  accountNumber: string | null;
1791
1794
  cmaSeq: number;
1792
1795
  country: string;
1793
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
1794
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1795
- accountName: string;
1796
1796
  currentReceiveSeq: number;
1797
1797
  currentPayoutSeq: number;
1798
1798
  property?: {
1799
- id: string;
1800
1799
  status: string;
1800
+ id: string;
1801
+ balanceCents: number | bigint;
1801
1802
  isArchived: boolean;
1802
1803
  createdAt: Date;
1803
1804
  updatedAt: Date;
1804
1805
  syncedAt: Date;
1805
- balanceCents: number | bigint;
1806
1806
  customerId: string;
1807
1807
  projectId: string;
1808
1808
  lotDetail: string | null;
@@ -1812,8 +1812,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1812
1812
  mtaBalanceCents: number | bigint;
1813
1813
  cmaBalanceCents: number | bigint;
1814
1814
  customer?: {
1815
- id: string;
1816
1815
  status: string;
1816
+ id: string;
1817
1817
  isArchived: boolean;
1818
1818
  createdAt: Date;
1819
1819
  updatedAt: Date;
@@ -1824,20 +1824,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1824
1824
  } | null | undefined;
1825
1825
  buyerName?: string | null | undefined;
1826
1826
  project?: {
1827
- id: string;
1827
+ type: string;
1828
1828
  status: string;
1829
+ id: string;
1829
1830
  isArchived: boolean;
1830
1831
  createdAt: Date;
1831
1832
  updatedAt: Date;
1832
- type: string;
1833
1833
  syncedAt: Date;
1834
1834
  mtaId: string | null;
1835
1835
  name: string;
1836
1836
  developerId: string;
1837
1837
  state: string;
1838
1838
  developer?: {
1839
- id: string;
1840
1839
  status: string;
1840
+ id: string;
1841
1841
  isArchived: boolean;
1842
1842
  createdAt: Date;
1843
1843
  updatedAt: Date;
@@ -1853,30 +1853,30 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1853
1853
  totalReconciledAmountCents?: number | null | undefined;
1854
1854
  } | undefined;
1855
1855
  }, {
1856
+ status: string;
1856
1857
  id: string;
1857
1858
  cmaTransactionId: string;
1858
1859
  accountPeriodId: string | null;
1859
1860
  reconciledByReconciliationId: string;
1860
1861
  reconciledAt: Date;
1861
- status: string;
1862
1862
  isArchived: boolean;
1863
1863
  createdBy: string;
1864
1864
  createdAt: Date;
1865
1865
  updatedAt: Date;
1866
1866
  cmaTransaction?: ({
1867
- id: string;
1868
1867
  status: string;
1868
+ id: string;
1869
+ propertyId: string | null;
1870
+ balanceCents: string | number | bigint;
1869
1871
  isArchived: boolean;
1870
1872
  createdAt: Date;
1871
1873
  updatedAt: Date;
1872
1874
  syncedAt: Date | null;
1873
1875
  debitAmountCents: string | number | bigint;
1874
1876
  creditAmountCents: string | number | bigint;
1875
- balanceCents: string | number | bigint;
1876
1877
  description: string | null;
1877
1878
  clearedAt: Date | null;
1878
1879
  cmaId: string;
1879
- propertyId: string | null;
1880
1880
  createType: string;
1881
1881
  transactionType: string;
1882
1882
  isCanceled: boolean;
@@ -1904,13 +1904,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1904
1904
  lastName?: string | null | undefined;
1905
1905
  } | null | undefined;
1906
1906
  property?: {
1907
- id: string;
1908
1907
  status: string;
1908
+ id: string;
1909
+ balanceCents: number | bigint;
1909
1910
  isArchived: boolean;
1910
1911
  createdAt: Date;
1911
1912
  updatedAt: Date;
1912
1913
  syncedAt: Date;
1913
- balanceCents: number | bigint;
1914
1914
  customerId: string;
1915
1915
  projectId: string;
1916
1916
  lotDetail: string | null;
@@ -1920,8 +1920,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1920
1920
  mtaBalanceCents: number | bigint;
1921
1921
  cmaBalanceCents: number | bigint;
1922
1922
  customer?: {
1923
- id: string;
1924
1923
  status: string;
1924
+ id: string;
1925
1925
  isArchived: boolean;
1926
1926
  createdAt: Date;
1927
1927
  updatedAt: Date;
@@ -1932,20 +1932,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1932
1932
  } | null | undefined;
1933
1933
  buyerName?: string | null | undefined;
1934
1934
  project?: {
1935
- id: string;
1935
+ type: string;
1936
1936
  status: string;
1937
+ id: string;
1937
1938
  isArchived: boolean;
1938
1939
  createdAt: Date;
1939
1940
  updatedAt: Date;
1940
- type: string;
1941
1941
  syncedAt: Date;
1942
1942
  mtaId: string | null;
1943
1943
  name: string;
1944
1944
  developerId: string;
1945
1945
  state: string;
1946
1946
  developer?: {
1947
- id: string;
1948
1947
  status: string;
1948
+ id: string;
1949
1949
  isArchived: boolean;
1950
1950
  createdAt: Date;
1951
1951
  updatedAt: Date;
@@ -1957,19 +1957,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1957
1957
  } & {
1958
1958
  cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
1959
1959
  sourceTransaction?: ({
1960
- id: string;
1961
1960
  status: string;
1961
+ id: string;
1962
+ propertyId: string | null;
1963
+ balanceCents: string | number | bigint;
1962
1964
  isArchived: boolean;
1963
1965
  createdAt: Date;
1964
1966
  updatedAt: Date;
1965
1967
  syncedAt: Date | null;
1966
1968
  debitAmountCents: string | number | bigint;
1967
1969
  creditAmountCents: string | number | bigint;
1968
- balanceCents: string | number | bigint;
1969
1970
  description: string | null;
1970
1971
  clearedAt: Date | null;
1971
1972
  cmaId: string;
1972
- propertyId: string | null;
1973
1973
  createType: string;
1974
1974
  transactionType: string;
1975
1975
  isCanceled: boolean;
@@ -1997,13 +1997,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
1997
1997
  lastName?: string | null | undefined;
1998
1998
  } | null | undefined;
1999
1999
  property?: {
2000
- id: string;
2001
2000
  status: string;
2001
+ id: string;
2002
+ balanceCents: number | bigint;
2002
2003
  isArchived: boolean;
2003
2004
  createdAt: Date;
2004
2005
  updatedAt: Date;
2005
2006
  syncedAt: Date;
2006
- balanceCents: number | bigint;
2007
2007
  customerId: string;
2008
2008
  projectId: string;
2009
2009
  lotDetail: string | null;
@@ -2013,8 +2013,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2013
2013
  mtaBalanceCents: number | bigint;
2014
2014
  cmaBalanceCents: number | bigint;
2015
2015
  customer?: {
2016
- id: string;
2017
2016
  status: string;
2017
+ id: string;
2018
2018
  isArchived: boolean;
2019
2019
  createdAt: Date;
2020
2020
  updatedAt: Date;
@@ -2025,20 +2025,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2025
2025
  } | null | undefined;
2026
2026
  buyerName?: string | null | undefined;
2027
2027
  project?: {
2028
- id: string;
2028
+ type: string;
2029
2029
  status: string;
2030
+ id: string;
2030
2031
  isArchived: boolean;
2031
2032
  createdAt: Date;
2032
2033
  updatedAt: Date;
2033
- type: string;
2034
2034
  syncedAt: Date;
2035
2035
  mtaId: string | null;
2036
2036
  name: string;
2037
2037
  developerId: string;
2038
2038
  state: string;
2039
2039
  developer?: {
2040
- id: string;
2041
2040
  status: string;
2041
+ id: string;
2042
2042
  isArchived: boolean;
2043
2043
  createdAt: Date;
2044
2044
  updatedAt: Date;
@@ -2049,19 +2049,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2049
2049
  } | null | undefined;
2050
2050
  } & any) | null | undefined;
2051
2051
  subsequentTransactions?: ({
2052
- id: string;
2053
2052
  status: string;
2053
+ id: string;
2054
+ propertyId: string | null;
2055
+ balanceCents: string | number | bigint;
2054
2056
  isArchived: boolean;
2055
2057
  createdAt: Date;
2056
2058
  updatedAt: Date;
2057
2059
  syncedAt: Date | null;
2058
2060
  debitAmountCents: string | number | bigint;
2059
2061
  creditAmountCents: string | number | bigint;
2060
- balanceCents: string | number | bigint;
2061
2062
  description: string | null;
2062
2063
  clearedAt: Date | null;
2063
2064
  cmaId: string;
2064
- propertyId: string | null;
2065
2065
  createType: string;
2066
2066
  transactionType: string;
2067
2067
  isCanceled: boolean;
@@ -2089,13 +2089,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2089
2089
  lastName?: string | null | undefined;
2090
2090
  } | null | undefined;
2091
2091
  property?: {
2092
- id: string;
2093
2092
  status: string;
2093
+ id: string;
2094
+ balanceCents: number | bigint;
2094
2095
  isArchived: boolean;
2095
2096
  createdAt: Date;
2096
2097
  updatedAt: Date;
2097
2098
  syncedAt: Date;
2098
- balanceCents: number | bigint;
2099
2099
  customerId: string;
2100
2100
  projectId: string;
2101
2101
  lotDetail: string | null;
@@ -2105,8 +2105,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2105
2105
  mtaBalanceCents: number | bigint;
2106
2106
  cmaBalanceCents: number | bigint;
2107
2107
  customer?: {
2108
- id: string;
2109
2108
  status: string;
2109
+ id: string;
2110
2110
  isArchived: boolean;
2111
2111
  createdAt: Date;
2112
2112
  updatedAt: Date;
@@ -2117,20 +2117,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2117
2117
  } | null | undefined;
2118
2118
  buyerName?: string | null | undefined;
2119
2119
  project?: {
2120
- id: string;
2120
+ type: string;
2121
2121
  status: string;
2122
+ id: string;
2122
2123
  isArchived: boolean;
2123
2124
  createdAt: Date;
2124
2125
  updatedAt: Date;
2125
- type: string;
2126
2126
  syncedAt: Date;
2127
2127
  mtaId: string | null;
2128
2128
  name: string;
2129
2129
  developerId: string;
2130
2130
  state: string;
2131
2131
  developer?: {
2132
- id: string;
2133
2132
  status: string;
2133
+ id: string;
2134
2134
  isArchived: boolean;
2135
2135
  createdAt: Date;
2136
2136
  updatedAt: Date;
@@ -2144,8 +2144,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2144
2144
  payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
2145
2145
  }) | undefined;
2146
2146
  accountPeriod?: {
2147
- id: string;
2148
2147
  status: string;
2148
+ id: string;
2149
2149
  isArchived: boolean;
2150
2150
  createdAt: Date;
2151
2151
  updatedAt: Date;
@@ -2157,33 +2157,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2157
2157
  startDate: Date;
2158
2158
  openingBalanceCents: string | number | bigint;
2159
2159
  cma?: {
2160
- id: string;
2161
2160
  status: string;
2161
+ id: string;
2162
+ accountName: string;
2163
+ propertyId: string;
2164
+ balanceCents: string | number | bigint;
2165
+ stateCode: string;
2166
+ bankCode: string;
2162
2167
  isArchived: boolean;
2163
2168
  createdBy: string;
2164
2169
  createdAt: Date;
2165
2170
  updatedAt: Date;
2166
- balanceCents: string | number | bigint;
2167
2171
  description: string | null;
2168
- propertyId: string;
2169
2172
  payoutId: number;
2170
2173
  bsb: string;
2171
2174
  accountNumber: string;
2172
2175
  cmaSeq: number;
2173
2176
  country: string;
2174
- stateCode: string;
2175
- bankCode: string;
2176
- accountName: string;
2177
2177
  currentReceiveSeq: number;
2178
2178
  currentPayoutSeq: number;
2179
2179
  property?: {
2180
- id: string;
2181
2180
  status: string;
2181
+ id: string;
2182
+ balanceCents: number | bigint;
2182
2183
  isArchived: boolean;
2183
2184
  createdAt: Date;
2184
2185
  updatedAt: Date;
2185
2186
  syncedAt: Date;
2186
- balanceCents: number | bigint;
2187
2187
  customerId: string;
2188
2188
  projectId: string;
2189
2189
  lotDetail: string | null;
@@ -2193,8 +2193,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2193
2193
  mtaBalanceCents: number | bigint;
2194
2194
  cmaBalanceCents: number | bigint;
2195
2195
  customer?: {
2196
- id: string;
2197
2196
  status: string;
2197
+ id: string;
2198
2198
  isArchived: boolean;
2199
2199
  createdAt: Date;
2200
2200
  updatedAt: Date;
@@ -2205,20 +2205,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
2205
2205
  } | null | undefined;
2206
2206
  buyerName?: string | null | undefined;
2207
2207
  project?: {
2208
- id: string;
2208
+ type: string;
2209
2209
  status: string;
2210
+ id: string;
2210
2211
  isArchived: boolean;
2211
2212
  createdAt: Date;
2212
2213
  updatedAt: Date;
2213
- type: string;
2214
2214
  syncedAt: Date;
2215
2215
  mtaId: string | null;
2216
2216
  name: string;
2217
2217
  developerId: string;
2218
2218
  state: string;
2219
2219
  developer?: {
2220
- id: string;
2221
2220
  status: string;
2221
+ id: string;
2222
2222
  isArchived: boolean;
2223
2223
  createdAt: Date;
2224
2224
  updatedAt: Date;