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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
  2. package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  3. package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
  4. package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
  5. package/dist/cjs/constants/common/index.d.ts +1 -0
  6. package/dist/cjs/constants/common/index.d.ts.map +1 -1
  7. package/dist/cjs/constants/index.d.ts +1 -0
  8. package/dist/cjs/constants/index.d.ts.map +1 -1
  9. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -0
  10. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  11. package/dist/cjs/constants/report/common/index.d.ts +3 -0
  12. package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
  13. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  14. package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  15. package/dist/cjs/constants/report/common/report-group-type.constant.d.ts +5 -0
  16. package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
  17. package/dist/cjs/constants/report/index.d.ts +2 -0
  18. package/dist/cjs/constants/report/index.d.ts.map +1 -0
  19. package/dist/cjs/index.js +308 -104
  20. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  21. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  22. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
  23. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
  24. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  25. package/dist/cjs/schemas/cma/index.d.ts +1 -0
  26. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  27. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
  28. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  29. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
  30. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  31. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
  32. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  33. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  34. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  35. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  37. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
  38. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  39. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
  40. package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  41. package/dist/cjs/schemas/common/date/index.d.ts +4 -0
  42. package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
  43. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
  44. package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
  45. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
  46. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
  47. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
  48. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
  49. package/dist/cjs/schemas/common/index.d.ts +1 -0
  50. package/dist/cjs/schemas/common/index.d.ts.map +1 -1
  51. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
  52. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  53. package/dist/cjs/schemas/index.d.ts +1 -0
  54. package/dist/cjs/schemas/index.d.ts.map +1 -1
  55. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
  56. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
  57. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
  58. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  59. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
  60. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
  61. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
  62. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  63. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  64. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  65. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  66. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  67. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
  68. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  69. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  70. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  71. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
  72. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  73. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  74. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
  75. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  76. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  77. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  78. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
  79. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  80. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
  81. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  82. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  83. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
  84. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  85. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  86. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  87. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  88. package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
  89. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
  90. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  91. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  92. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  93. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
  94. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  95. package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
  96. package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
  97. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  98. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  99. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
  100. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  101. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
  102. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  103. package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
  104. package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
  105. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
  106. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  107. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
  108. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
  109. package/dist/cjs/schemas/report/index.d.ts +5 -0
  110. package/dist/cjs/schemas/report/index.d.ts.map +1 -0
  111. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  112. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  113. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
  114. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  115. package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
  116. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
  117. package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
  118. package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
  119. package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
  120. package/dist/esm/constants/common/index.d.ts +1 -0
  121. package/dist/esm/constants/common/index.d.ts.map +1 -1
  122. package/dist/esm/constants/index.d.ts +1 -0
  123. package/dist/esm/constants/index.d.ts.map +1 -1
  124. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -0
  125. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  126. package/dist/esm/constants/report/common/index.d.ts +3 -0
  127. package/dist/esm/constants/report/common/index.d.ts.map +1 -0
  128. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  129. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  130. package/dist/esm/constants/report/common/report-group-type.constant.d.ts +5 -0
  131. package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
  132. package/dist/esm/constants/report/index.d.ts +2 -0
  133. package/dist/esm/constants/report/index.d.ts.map +1 -0
  134. package/dist/esm/index.mjs +257 -92
  135. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  136. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  137. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
  138. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
  139. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  140. package/dist/esm/schemas/cma/index.d.ts +1 -0
  141. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  142. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
  143. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  144. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
  145. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  146. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
  147. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  148. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  149. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  150. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  151. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  152. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
  153. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  154. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
  155. package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
  156. package/dist/esm/schemas/common/date/index.d.ts +4 -0
  157. package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
  158. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
  159. package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
  160. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
  161. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
  162. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
  163. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
  164. package/dist/esm/schemas/common/index.d.ts +1 -0
  165. package/dist/esm/schemas/common/index.d.ts.map +1 -1
  166. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
  167. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  168. package/dist/esm/schemas/index.d.ts +1 -0
  169. package/dist/esm/schemas/index.d.ts.map +1 -1
  170. package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
  171. package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
  172. package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
  173. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  174. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
  175. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
  176. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
  177. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  178. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  179. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  180. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  181. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  182. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
  183. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  184. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  185. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  186. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
  187. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  188. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  189. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
  190. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  191. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  192. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  193. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
  194. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  195. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
  196. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  197. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  198. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
  199. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  200. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  201. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  202. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  203. package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
  204. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
  205. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  206. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  207. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  208. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
  209. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  210. package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
  211. package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
  212. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  213. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  214. package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
  215. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  216. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
  217. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  218. package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
  219. package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
  220. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
  221. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  222. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
  223. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
  224. package/dist/esm/schemas/report/index.d.ts +5 -0
  225. package/dist/esm/schemas/report/index.d.ts.map +1 -0
  226. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  227. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  228. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
  229. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  230. package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
  231. package/package.json +1 -1
@@ -21,16 +21,16 @@ export declare const projectRestResSchema: z.ZodObject<{
21
21
  syncedAt: z.ZodDate;
22
22
  updatedAt: z.ZodDate;
23
23
  }, "strip", z.ZodTypeAny, {
24
- id: string;
25
24
  status: string;
25
+ id: string;
26
26
  isArchived: boolean;
27
27
  createdAt: Date;
28
28
  updatedAt: Date;
29
29
  syncedAt: Date;
30
30
  companyName: string | null;
31
31
  }, {
32
- id: string;
33
32
  status: string;
33
+ id: string;
34
34
  isArchived: boolean;
35
35
  createdAt: Date;
36
36
  updatedAt: Date;
@@ -78,8 +78,8 @@ export declare const projectRestResSchema: z.ZodObject<{
78
78
  createdAt: z.ZodDate;
79
79
  updatedAt: z.ZodDate;
80
80
  }, "strip", z.ZodTypeAny, {
81
- id: string;
82
81
  status: string;
82
+ id: string;
83
83
  isArchived: boolean;
84
84
  createdAt: Date;
85
85
  updatedAt: Date;
@@ -87,8 +87,8 @@ export declare const projectRestResSchema: z.ZodObject<{
87
87
  providerCode: string;
88
88
  settings: string;
89
89
  }, {
90
- id: string;
91
90
  status: string;
91
+ id: string;
92
92
  isArchived: boolean;
93
93
  createdAt: Date;
94
94
  updatedAt: Date;
@@ -116,40 +116,40 @@ export declare const projectRestResSchema: z.ZodObject<{
116
116
  createdBy: z.ZodNullable<z.ZodString>;
117
117
  updatedBy: z.ZodNullable<z.ZodString>;
118
118
  }, "strip", z.ZodTypeAny, {
119
- id: string;
120
119
  status: string;
120
+ id: string;
121
+ balanceCents: bigint;
122
+ stateCode: string;
123
+ bankCode: string;
121
124
  isArchived: boolean;
122
125
  createdBy: string | null;
123
126
  createdAt: Date;
124
127
  updatedAt: Date;
125
128
  syncedAt: Date | null;
126
- balanceCents: bigint;
127
129
  name: string;
128
130
  bsb: string;
129
131
  accountNumber: string;
130
132
  updatedBy: string | null;
131
133
  country: string;
132
- stateCode: string;
133
- bankCode: string;
134
134
  currentReceiveSeq: number;
135
135
  currentPayoutSeq: number;
136
136
  subsidiaryId: string;
137
137
  }, {
138
- id: string;
139
138
  status: string;
139
+ id: string;
140
+ balanceCents: bigint;
141
+ stateCode: string;
142
+ bankCode: string;
140
143
  isArchived: boolean;
141
144
  createdBy: string | null;
142
145
  createdAt: Date;
143
146
  updatedAt: Date;
144
147
  syncedAt: Date | null;
145
- balanceCents: bigint;
146
148
  name: string;
147
149
  bsb: string;
148
150
  accountNumber: string;
149
151
  updatedBy: string | null;
150
152
  country: string;
151
- stateCode: string;
152
- bankCode: string;
153
153
  currentReceiveSeq: number;
154
154
  currentPayoutSeq: number;
155
155
  subsidiaryId: string;
@@ -198,8 +198,8 @@ export declare const projectRestResSchema: z.ZodObject<{
198
198
  domainName: string;
199
199
  }>>>>;
200
200
  }, "strip", z.ZodTypeAny, {
201
- id: string;
202
201
  status: string;
202
+ id: string;
203
203
  isArchived: boolean;
204
204
  createdAt: Date;
205
205
  updatedAt: Date;
@@ -214,21 +214,21 @@ export declare const projectRestResSchema: z.ZodObject<{
214
214
  };
215
215
  };
216
216
  mta?: {
217
- id: string;
218
217
  status: string;
218
+ id: string;
219
+ balanceCents: bigint;
220
+ stateCode: string;
221
+ bankCode: string;
219
222
  isArchived: boolean;
220
223
  createdBy: string | null;
221
224
  createdAt: Date;
222
225
  updatedAt: Date;
223
226
  syncedAt: Date | null;
224
- balanceCents: bigint;
225
227
  name: string;
226
228
  bsb: string;
227
229
  accountNumber: string;
228
230
  updatedBy: string | null;
229
231
  country: string;
230
- stateCode: string;
231
- bankCode: string;
232
232
  currentReceiveSeq: number;
233
233
  currentPayoutSeq: number;
234
234
  subsidiaryId: string;
@@ -240,8 +240,8 @@ export declare const projectRestResSchema: z.ZodObject<{
240
240
  domainName: string;
241
241
  } | null | undefined;
242
242
  paymentProvider?: {
243
- id: string;
244
243
  status: string;
244
+ id: string;
245
245
  isArchived: boolean;
246
246
  createdAt: Date;
247
247
  updatedAt: Date;
@@ -250,8 +250,8 @@ export declare const projectRestResSchema: z.ZodObject<{
250
250
  settings: string;
251
251
  } | undefined;
252
252
  }, {
253
- id: string;
254
253
  status: string;
254
+ id: string;
255
255
  isArchived: boolean;
256
256
  createdAt: Date;
257
257
  updatedAt: Date;
@@ -260,29 +260,29 @@ export declare const projectRestResSchema: z.ZodObject<{
260
260
  paymentProviderId: string;
261
261
  account: string;
262
262
  mta?: {
263
- id: string;
264
263
  status: string;
264
+ id: string;
265
+ balanceCents: bigint;
266
+ stateCode: string;
267
+ bankCode: string;
265
268
  isArchived: boolean;
266
269
  createdBy: string | null;
267
270
  createdAt: Date;
268
271
  updatedAt: Date;
269
272
  syncedAt: Date | null;
270
- balanceCents: bigint;
271
273
  name: string;
272
274
  bsb: string;
273
275
  accountNumber: string;
274
276
  updatedBy: string | null;
275
277
  country: string;
276
- stateCode: string;
277
- bankCode: string;
278
278
  currentReceiveSeq: number;
279
279
  currentPayoutSeq: number;
280
280
  subsidiaryId: string;
281
281
  } | undefined;
282
282
  floatAccount?: string | null | undefined;
283
283
  paymentProvider?: {
284
- id: string;
285
284
  status: string;
285
+ id: string;
286
286
  isArchived: boolean;
287
287
  createdAt: Date;
288
288
  updatedAt: Date;
@@ -306,8 +306,8 @@ export declare const projectRestResSchema: z.ZodObject<{
306
306
  mtaId: z.ZodString;
307
307
  closingDescription: z.ZodNullable<z.ZodString>;
308
308
  }, "strip", z.ZodTypeAny, {
309
- id: string;
310
309
  status: string;
310
+ id: string;
311
311
  isArchived: boolean;
312
312
  createdAt: Date;
313
313
  updatedAt: Date;
@@ -320,8 +320,8 @@ export declare const projectRestResSchema: z.ZodObject<{
320
320
  startDate: Date;
321
321
  openingBalanceCents: bigint;
322
322
  }, {
323
- id: string;
324
323
  status: string;
324
+ id: string;
325
325
  isArchived: boolean;
326
326
  createdAt: Date;
327
327
  updatedAt: Date;
@@ -335,27 +335,27 @@ export declare const projectRestResSchema: z.ZodObject<{
335
335
  openingBalanceCents: bigint;
336
336
  }>, "many">>>;
337
337
  }, "strip", z.ZodTypeAny, {
338
- id: string;
339
338
  status: string;
339
+ id: string;
340
+ balanceCents: number;
341
+ stateCode: AuStateCode;
342
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
340
343
  isArchived: boolean;
341
344
  createdBy: string | null;
342
345
  createdAt: Date;
343
346
  updatedAt: Date;
344
347
  syncedAt: Date | null;
345
- balanceCents: number;
346
348
  name: string;
347
349
  bsb: string | null;
348
350
  accountNumber: string | null;
349
351
  updatedBy: string | null;
350
352
  country: string;
351
- stateCode: AuStateCode;
352
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
353
353
  currentReceiveSeq: number;
354
354
  currentPayoutSeq: number;
355
355
  subsidiaryId: string;
356
356
  paymentMethods?: {
357
- id: string;
358
357
  status: string;
358
+ id: string;
359
359
  isArchived: boolean;
360
360
  createdAt: Date;
361
361
  updatedAt: Date;
@@ -370,21 +370,21 @@ export declare const projectRestResSchema: z.ZodObject<{
370
370
  };
371
371
  };
372
372
  mta?: {
373
- id: string;
374
373
  status: string;
374
+ id: string;
375
+ balanceCents: bigint;
376
+ stateCode: string;
377
+ bankCode: string;
375
378
  isArchived: boolean;
376
379
  createdBy: string | null;
377
380
  createdAt: Date;
378
381
  updatedAt: Date;
379
382
  syncedAt: Date | null;
380
- balanceCents: bigint;
381
383
  name: string;
382
384
  bsb: string;
383
385
  accountNumber: string;
384
386
  updatedBy: string | null;
385
387
  country: string;
386
- stateCode: string;
387
- bankCode: string;
388
388
  currentReceiveSeq: number;
389
389
  currentPayoutSeq: number;
390
390
  subsidiaryId: string;
@@ -396,8 +396,8 @@ export declare const projectRestResSchema: z.ZodObject<{
396
396
  domainName: string;
397
397
  } | null | undefined;
398
398
  paymentProvider?: {
399
- id: string;
400
399
  status: string;
400
+ id: string;
401
401
  isArchived: boolean;
402
402
  createdAt: Date;
403
403
  updatedAt: Date;
@@ -407,8 +407,8 @@ export declare const projectRestResSchema: z.ZodObject<{
407
407
  } | undefined;
408
408
  }[] | undefined;
409
409
  accountPeriods?: {
410
- id: string;
411
410
  status: string;
411
+ id: string;
412
412
  isArchived: boolean;
413
413
  createdAt: Date;
414
414
  updatedAt: Date;
@@ -422,27 +422,27 @@ export declare const projectRestResSchema: z.ZodObject<{
422
422
  openingBalanceCents: bigint;
423
423
  }[] | undefined;
424
424
  }, {
425
- id: string;
426
425
  status: string;
426
+ id: string;
427
+ balanceCents: string | number | bigint;
428
+ stateCode: string;
429
+ bankCode: string;
427
430
  isArchived: boolean;
428
431
  createdBy: string | null;
429
432
  createdAt: Date;
430
433
  updatedAt: Date;
431
434
  syncedAt: Date | null;
432
- balanceCents: string | number | bigint;
433
435
  name: string;
434
436
  bsb: string;
435
437
  accountNumber: string;
436
438
  updatedBy: string | null;
437
439
  country: string;
438
- stateCode: string;
439
- bankCode: string;
440
440
  currentReceiveSeq: number;
441
441
  currentPayoutSeq: number;
442
442
  subsidiaryId: string;
443
443
  paymentMethods?: {
444
- id: string;
445
444
  status: string;
445
+ id: string;
446
446
  isArchived: boolean;
447
447
  createdAt: Date;
448
448
  updatedAt: Date;
@@ -451,29 +451,29 @@ export declare const projectRestResSchema: z.ZodObject<{
451
451
  paymentProviderId: string;
452
452
  account: string;
453
453
  mta?: {
454
- id: string;
455
454
  status: string;
455
+ id: string;
456
+ balanceCents: bigint;
457
+ stateCode: string;
458
+ bankCode: string;
456
459
  isArchived: boolean;
457
460
  createdBy: string | null;
458
461
  createdAt: Date;
459
462
  updatedAt: Date;
460
463
  syncedAt: Date | null;
461
- balanceCents: bigint;
462
464
  name: string;
463
465
  bsb: string;
464
466
  accountNumber: string;
465
467
  updatedBy: string | null;
466
468
  country: string;
467
- stateCode: string;
468
- bankCode: string;
469
469
  currentReceiveSeq: number;
470
470
  currentPayoutSeq: number;
471
471
  subsidiaryId: string;
472
472
  } | undefined;
473
473
  floatAccount?: string | null | undefined;
474
474
  paymentProvider?: {
475
- id: string;
476
475
  status: string;
476
+ id: string;
477
477
  isArchived: boolean;
478
478
  createdAt: Date;
479
479
  updatedAt: Date;
@@ -483,8 +483,8 @@ export declare const projectRestResSchema: z.ZodObject<{
483
483
  } | undefined;
484
484
  }[] | undefined;
485
485
  accountPeriods?: {
486
- id: string;
487
486
  status: string;
487
+ id: string;
488
488
  isArchived: boolean;
489
489
  createdAt: Date;
490
490
  updatedAt: Date;
@@ -562,8 +562,8 @@ export declare const projectRestResSchema: z.ZodObject<{
562
562
  createdAt: z.ZodDate;
563
563
  updatedAt: z.ZodDate;
564
564
  }, "strip", z.ZodTypeAny, {
565
- id: string;
566
565
  status: string;
566
+ id: string;
567
567
  isArchived: boolean;
568
568
  createdAt: Date;
569
569
  updatedAt: Date;
@@ -571,8 +571,8 @@ export declare const projectRestResSchema: z.ZodObject<{
571
571
  providerCode: string;
572
572
  settings: string;
573
573
  }, {
574
- id: string;
575
574
  status: string;
575
+ id: string;
576
576
  isArchived: boolean;
577
577
  createdAt: Date;
578
578
  updatedAt: Date;
@@ -600,40 +600,40 @@ export declare const projectRestResSchema: z.ZodObject<{
600
600
  createdBy: z.ZodNullable<z.ZodString>;
601
601
  updatedBy: z.ZodNullable<z.ZodString>;
602
602
  }, "strip", z.ZodTypeAny, {
603
- id: string;
604
603
  status: string;
604
+ id: string;
605
+ balanceCents: bigint;
606
+ stateCode: string;
607
+ bankCode: string;
605
608
  isArchived: boolean;
606
609
  createdBy: string | null;
607
610
  createdAt: Date;
608
611
  updatedAt: Date;
609
612
  syncedAt: Date | null;
610
- balanceCents: bigint;
611
613
  name: string;
612
614
  bsb: string;
613
615
  accountNumber: string;
614
616
  updatedBy: string | null;
615
617
  country: string;
616
- stateCode: string;
617
- bankCode: string;
618
618
  currentReceiveSeq: number;
619
619
  currentPayoutSeq: number;
620
620
  subsidiaryId: string;
621
621
  }, {
622
- id: string;
623
622
  status: string;
623
+ id: string;
624
+ balanceCents: bigint;
625
+ stateCode: string;
626
+ bankCode: string;
624
627
  isArchived: boolean;
625
628
  createdBy: string | null;
626
629
  createdAt: Date;
627
630
  updatedAt: Date;
628
631
  syncedAt: Date | null;
629
- balanceCents: bigint;
630
632
  name: string;
631
633
  bsb: string;
632
634
  accountNumber: string;
633
635
  updatedBy: string | null;
634
636
  country: string;
635
- stateCode: string;
636
- bankCode: string;
637
637
  currentReceiveSeq: number;
638
638
  currentPayoutSeq: number;
639
639
  subsidiaryId: string;
@@ -682,8 +682,8 @@ export declare const projectRestResSchema: z.ZodObject<{
682
682
  domainName: string;
683
683
  }>>>>;
684
684
  }, "strip", z.ZodTypeAny, {
685
- id: string;
686
685
  status: string;
686
+ id: string;
687
687
  isArchived: boolean;
688
688
  createdAt: Date;
689
689
  updatedAt: Date;
@@ -698,21 +698,21 @@ export declare const projectRestResSchema: z.ZodObject<{
698
698
  };
699
699
  };
700
700
  mta?: {
701
- id: string;
702
701
  status: string;
702
+ id: string;
703
+ balanceCents: bigint;
704
+ stateCode: string;
705
+ bankCode: string;
703
706
  isArchived: boolean;
704
707
  createdBy: string | null;
705
708
  createdAt: Date;
706
709
  updatedAt: Date;
707
710
  syncedAt: Date | null;
708
- balanceCents: bigint;
709
711
  name: string;
710
712
  bsb: string;
711
713
  accountNumber: string;
712
714
  updatedBy: string | null;
713
715
  country: string;
714
- stateCode: string;
715
- bankCode: string;
716
716
  currentReceiveSeq: number;
717
717
  currentPayoutSeq: number;
718
718
  subsidiaryId: string;
@@ -724,8 +724,8 @@ export declare const projectRestResSchema: z.ZodObject<{
724
724
  domainName: string;
725
725
  } | null | undefined;
726
726
  paymentProvider?: {
727
- id: string;
728
727
  status: string;
728
+ id: string;
729
729
  isArchived: boolean;
730
730
  createdAt: Date;
731
731
  updatedAt: Date;
@@ -734,8 +734,8 @@ export declare const projectRestResSchema: z.ZodObject<{
734
734
  settings: string;
735
735
  } | undefined;
736
736
  }, {
737
- id: string;
738
737
  status: string;
738
+ id: string;
739
739
  isArchived: boolean;
740
740
  createdAt: Date;
741
741
  updatedAt: Date;
@@ -744,29 +744,29 @@ export declare const projectRestResSchema: z.ZodObject<{
744
744
  paymentProviderId: string;
745
745
  account: string;
746
746
  mta?: {
747
- id: string;
748
747
  status: string;
748
+ id: string;
749
+ balanceCents: bigint;
750
+ stateCode: string;
751
+ bankCode: string;
749
752
  isArchived: boolean;
750
753
  createdBy: string | null;
751
754
  createdAt: Date;
752
755
  updatedAt: Date;
753
756
  syncedAt: Date | null;
754
- balanceCents: bigint;
755
757
  name: string;
756
758
  bsb: string;
757
759
  accountNumber: string;
758
760
  updatedBy: string | null;
759
761
  country: string;
760
- stateCode: string;
761
- bankCode: string;
762
762
  currentReceiveSeq: number;
763
763
  currentPayoutSeq: number;
764
764
  subsidiaryId: string;
765
765
  } | undefined;
766
766
  floatAccount?: string | null | undefined;
767
767
  paymentProvider?: {
768
- id: string;
769
768
  status: string;
769
+ id: string;
770
770
  isArchived: boolean;
771
771
  createdAt: Date;
772
772
  updatedAt: Date;
@@ -790,8 +790,8 @@ export declare const projectRestResSchema: z.ZodObject<{
790
790
  mtaId: z.ZodString;
791
791
  closingDescription: z.ZodNullable<z.ZodString>;
792
792
  }, "strip", z.ZodTypeAny, {
793
- id: string;
794
793
  status: string;
794
+ id: string;
795
795
  isArchived: boolean;
796
796
  createdAt: Date;
797
797
  updatedAt: Date;
@@ -804,8 +804,8 @@ export declare const projectRestResSchema: z.ZodObject<{
804
804
  startDate: Date;
805
805
  openingBalanceCents: bigint;
806
806
  }, {
807
- id: string;
808
807
  status: string;
808
+ id: string;
809
809
  isArchived: boolean;
810
810
  createdAt: Date;
811
811
  updatedAt: Date;
@@ -818,20 +818,20 @@ export declare const projectRestResSchema: z.ZodObject<{
818
818
  startDate: Date;
819
819
  openingBalanceCents: bigint;
820
820
  }>, "many">>>;
821
- }, "id" | "name" | "bsb" | "accountNumber" | "stateCode" | "bankCode">, "strip", z.ZodTypeAny, {
821
+ }, "id" | "stateCode" | "bankCode" | "name" | "bsb" | "accountNumber">, "strip", z.ZodTypeAny, {
822
822
  id: string;
823
+ stateCode: AuStateCode;
824
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
823
825
  name: string;
824
826
  bsb: string | null;
825
827
  accountNumber: string | null;
826
- stateCode: AuStateCode;
827
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
828
828
  }, {
829
829
  id: string;
830
+ stateCode: string;
831
+ bankCode: string;
830
832
  name: string;
831
833
  bsb: string;
832
834
  accountNumber: string;
833
- stateCode: string;
834
- bankCode: string;
835
835
  }>>;
836
836
  creator: z.ZodLazy<z.ZodObject<Pick<{
837
837
  id: z.ZodString;
@@ -886,14 +886,14 @@ export declare const projectRestResSchema: z.ZodObject<{
886
886
  }, "strip", z.ZodTypeAny, {
887
887
  mta: {
888
888
  id: string;
889
+ stateCode: AuStateCode;
890
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
889
891
  name: string;
890
892
  bsb: string | null;
891
893
  accountNumber: string | null;
892
- stateCode: AuStateCode;
893
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
894
894
  };
895
- id: string;
896
895
  status: import("../..").AccountingCommonStatus;
896
+ id: string;
897
897
  isArchived: boolean;
898
898
  createdBy: string | null;
899
899
  createdAt: Date;
@@ -918,14 +918,14 @@ export declare const projectRestResSchema: z.ZodObject<{
918
918
  }, {
919
919
  mta: {
920
920
  id: string;
921
+ stateCode: string;
922
+ bankCode: string;
921
923
  name: string;
922
924
  bsb: string;
923
925
  accountNumber: string;
924
- stateCode: string;
925
- bankCode: string;
926
926
  };
927
- id: string;
928
927
  status: import("../..").AccountingCommonStatus;
928
+ id: string;
929
929
  isArchived: boolean;
930
930
  createdBy: string | null;
931
931
  createdAt: Date;
@@ -957,12 +957,12 @@ export declare const projectRestResSchema: z.ZodObject<{
957
957
  }>;
958
958
  state: z.ZodNativeEnum<typeof AuStateCode>;
959
959
  }, "strip", z.ZodTypeAny, {
960
- id: string;
960
+ type: string;
961
961
  status: string;
962
+ id: string;
962
963
  isArchived: boolean;
963
964
  createdAt: Date;
964
965
  updatedAt: Date;
965
- type: string;
966
966
  syncedAt: Date;
967
967
  mtaId: string | null;
968
968
  name: string;
@@ -970,27 +970,27 @@ export declare const projectRestResSchema: z.ZodObject<{
970
970
  state: AuStateCode;
971
971
  applyStatus: "pending_approval" | "approved" | "rejected" | "miss_match" | "pending_trust_account";
972
972
  mta?: {
973
- id: string;
974
973
  status: string;
974
+ id: string;
975
+ balanceCents: number;
976
+ stateCode: AuStateCode;
977
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
975
978
  isArchived: boolean;
976
979
  createdBy: string | null;
977
980
  createdAt: Date;
978
981
  updatedAt: Date;
979
982
  syncedAt: Date | null;
980
- balanceCents: number;
981
983
  name: string;
982
984
  bsb: string | null;
983
985
  accountNumber: string | null;
984
986
  updatedBy: string | null;
985
987
  country: string;
986
- stateCode: AuStateCode;
987
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
988
988
  currentReceiveSeq: number;
989
989
  currentPayoutSeq: number;
990
990
  subsidiaryId: string;
991
991
  paymentMethods?: {
992
- id: string;
993
992
  status: string;
993
+ id: string;
994
994
  isArchived: boolean;
995
995
  createdAt: Date;
996
996
  updatedAt: Date;
@@ -1005,21 +1005,21 @@ export declare const projectRestResSchema: z.ZodObject<{
1005
1005
  };
1006
1006
  };
1007
1007
  mta?: {
1008
- id: string;
1009
1008
  status: string;
1009
+ id: string;
1010
+ balanceCents: bigint;
1011
+ stateCode: string;
1012
+ bankCode: string;
1010
1013
  isArchived: boolean;
1011
1014
  createdBy: string | null;
1012
1015
  createdAt: Date;
1013
1016
  updatedAt: Date;
1014
1017
  syncedAt: Date | null;
1015
- balanceCents: bigint;
1016
1018
  name: string;
1017
1019
  bsb: string;
1018
1020
  accountNumber: string;
1019
1021
  updatedBy: string | null;
1020
1022
  country: string;
1021
- stateCode: string;
1022
- bankCode: string;
1023
1023
  currentReceiveSeq: number;
1024
1024
  currentPayoutSeq: number;
1025
1025
  subsidiaryId: string;
@@ -1031,8 +1031,8 @@ export declare const projectRestResSchema: z.ZodObject<{
1031
1031
  domainName: string;
1032
1032
  } | null | undefined;
1033
1033
  paymentProvider?: {
1034
- id: string;
1035
1034
  status: string;
1035
+ id: string;
1036
1036
  isArchived: boolean;
1037
1037
  createdAt: Date;
1038
1038
  updatedAt: Date;
@@ -1042,8 +1042,8 @@ export declare const projectRestResSchema: z.ZodObject<{
1042
1042
  } | undefined;
1043
1043
  }[] | undefined;
1044
1044
  accountPeriods?: {
1045
- id: string;
1046
1045
  status: string;
1046
+ id: string;
1047
1047
  isArchived: boolean;
1048
1048
  createdAt: Date;
1049
1049
  updatedAt: Date;
@@ -1058,8 +1058,8 @@ export declare const projectRestResSchema: z.ZodObject<{
1058
1058
  }[] | undefined;
1059
1059
  } | null | undefined;
1060
1060
  developer?: {
1061
- id: string;
1062
1061
  status: string;
1062
+ id: string;
1063
1063
  isArchived: boolean;
1064
1064
  createdAt: Date;
1065
1065
  updatedAt: Date;
@@ -1069,14 +1069,14 @@ export declare const projectRestResSchema: z.ZodObject<{
1069
1069
  mtaAllocations?: {
1070
1070
  mta: {
1071
1071
  id: string;
1072
+ stateCode: AuStateCode;
1073
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1072
1074
  name: string;
1073
1075
  bsb: string | null;
1074
1076
  accountNumber: string | null;
1075
- stateCode: AuStateCode;
1076
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
1077
1077
  };
1078
- id: string;
1079
1078
  status: import("../..").AccountingCommonStatus;
1079
+ id: string;
1080
1080
  isArchived: boolean;
1081
1081
  createdBy: string | null;
1082
1082
  createdAt: Date;
@@ -1100,12 +1100,12 @@ export declare const projectRestResSchema: z.ZodObject<{
1100
1100
  } | undefined;
1101
1101
  }[] | null | undefined;
1102
1102
  }, {
1103
- id: string;
1103
+ type: string;
1104
1104
  status: string;
1105
+ id: string;
1105
1106
  isArchived: boolean;
1106
1107
  createdAt: Date;
1107
1108
  updatedAt: Date;
1108
- type: string;
1109
1109
  syncedAt: Date;
1110
1110
  mtaId: string | null;
1111
1111
  name: string;
@@ -1113,27 +1113,27 @@ export declare const projectRestResSchema: z.ZodObject<{
1113
1113
  state: AuStateCode;
1114
1114
  applyStatus: "pending_approval" | "approved" | "rejected" | "miss_match" | "pending_trust_account";
1115
1115
  mta?: {
1116
- id: string;
1117
1116
  status: string;
1117
+ id: string;
1118
+ balanceCents: string | number | bigint;
1119
+ stateCode: string;
1120
+ bankCode: string;
1118
1121
  isArchived: boolean;
1119
1122
  createdBy: string | null;
1120
1123
  createdAt: Date;
1121
1124
  updatedAt: Date;
1122
1125
  syncedAt: Date | null;
1123
- balanceCents: string | number | bigint;
1124
1126
  name: string;
1125
1127
  bsb: string;
1126
1128
  accountNumber: string;
1127
1129
  updatedBy: string | null;
1128
1130
  country: string;
1129
- stateCode: string;
1130
- bankCode: string;
1131
1131
  currentReceiveSeq: number;
1132
1132
  currentPayoutSeq: number;
1133
1133
  subsidiaryId: string;
1134
1134
  paymentMethods?: {
1135
- id: string;
1136
1135
  status: string;
1136
+ id: string;
1137
1137
  isArchived: boolean;
1138
1138
  createdAt: Date;
1139
1139
  updatedAt: Date;
@@ -1142,29 +1142,29 @@ export declare const projectRestResSchema: z.ZodObject<{
1142
1142
  paymentProviderId: string;
1143
1143
  account: string;
1144
1144
  mta?: {
1145
- id: string;
1146
1145
  status: string;
1146
+ id: string;
1147
+ balanceCents: bigint;
1148
+ stateCode: string;
1149
+ bankCode: string;
1147
1150
  isArchived: boolean;
1148
1151
  createdBy: string | null;
1149
1152
  createdAt: Date;
1150
1153
  updatedAt: Date;
1151
1154
  syncedAt: Date | null;
1152
- balanceCents: bigint;
1153
1155
  name: string;
1154
1156
  bsb: string;
1155
1157
  accountNumber: string;
1156
1158
  updatedBy: string | null;
1157
1159
  country: string;
1158
- stateCode: string;
1159
- bankCode: string;
1160
1160
  currentReceiveSeq: number;
1161
1161
  currentPayoutSeq: number;
1162
1162
  subsidiaryId: string;
1163
1163
  } | undefined;
1164
1164
  floatAccount?: string | null | undefined;
1165
1165
  paymentProvider?: {
1166
- id: string;
1167
1166
  status: string;
1167
+ id: string;
1168
1168
  isArchived: boolean;
1169
1169
  createdAt: Date;
1170
1170
  updatedAt: Date;
@@ -1174,8 +1174,8 @@ export declare const projectRestResSchema: z.ZodObject<{
1174
1174
  } | undefined;
1175
1175
  }[] | undefined;
1176
1176
  accountPeriods?: {
1177
- id: string;
1178
1177
  status: string;
1178
+ id: string;
1179
1179
  isArchived: boolean;
1180
1180
  createdAt: Date;
1181
1181
  updatedAt: Date;
@@ -1190,8 +1190,8 @@ export declare const projectRestResSchema: z.ZodObject<{
1190
1190
  }[] | undefined;
1191
1191
  } | null | undefined;
1192
1192
  developer?: {
1193
- id: string;
1194
1193
  status: string;
1194
+ id: string;
1195
1195
  isArchived: boolean;
1196
1196
  createdAt: Date;
1197
1197
  updatedAt: Date;
@@ -1201,14 +1201,14 @@ export declare const projectRestResSchema: z.ZodObject<{
1201
1201
  mtaAllocations?: {
1202
1202
  mta: {
1203
1203
  id: string;
1204
+ stateCode: string;
1205
+ bankCode: string;
1204
1206
  name: string;
1205
1207
  bsb: string;
1206
1208
  accountNumber: string;
1207
- stateCode: string;
1208
- bankCode: string;
1209
1209
  };
1210
- id: string;
1211
1210
  status: import("../..").AccountingCommonStatus;
1211
+ id: string;
1212
1212
  isArchived: boolean;
1213
1213
  createdBy: string | null;
1214
1214
  createdAt: Date;