@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.9

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 (237) hide show
  1. package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
  2. package/dist/cjs/constants/cma-transaction/cma-input-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/mta-transaction/mta-input-type.constant.d.ts +6 -5
  8. package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  9. package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -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 +1 -1
  12. package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
  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/index.js +420 -248
  16. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  17. package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  18. package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
  19. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +130 -130
  20. package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
  21. package/dist/cjs/schemas/cma/index.d.ts +1 -0
  22. package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
  23. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
  24. package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  25. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
  26. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  27. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
  28. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  29. package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  30. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  31. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  33. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
  34. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  35. package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  37. package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  38. package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
  39. package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
  40. package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
  41. package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
  42. package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
  43. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  44. package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
  45. package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
  46. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
  47. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  48. package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  49. package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  50. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  51. package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  52. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  53. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
  54. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  55. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  56. package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  57. package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  58. package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  59. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  60. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
  61. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  62. package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  63. package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  64. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
  65. package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
  66. package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  67. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
  68. package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  69. package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  70. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +6625 -6625
  71. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  72. package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  73. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  74. package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  75. package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  76. package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
  77. package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
  78. package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  79. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  80. package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  81. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
  82. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  83. package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
  84. package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
  85. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  86. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  87. package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
  88. package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  89. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
  90. package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  91. package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
  92. package/dist/cjs/schemas/property/property.rest.schema.d.ts +550 -550
  93. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  94. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
  95. package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
  96. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
  97. package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
  98. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
  99. package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  100. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
  101. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  102. package/dist/cjs/schemas/report/index.d.ts +8 -0
  103. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  104. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
  105. package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
  106. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  107. package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  108. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
  109. package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
  110. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +57 -0
  111. package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  112. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
  113. package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
  114. package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
  115. package/dist/cjs/utils/property.util.d.ts +1 -1
  116. package/dist/cjs/utils/property.util.d.ts.map +1 -1
  117. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
  118. package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
  119. package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
  120. package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
  121. package/dist/esm/constants/common/index.d.ts +1 -0
  122. package/dist/esm/constants/common/index.d.ts.map +1 -1
  123. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
  124. package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
  125. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
  126. package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
  127. package/dist/esm/constants/report/common/index.d.ts +1 -1
  128. package/dist/esm/constants/report/common/index.d.ts.map +1 -1
  129. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
  130. package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
  131. package/dist/esm/index.mjs +251 -130
  132. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
  133. package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
  134. package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
  135. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +130 -130
  136. package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
  137. package/dist/esm/schemas/cma/index.d.ts +1 -0
  138. package/dist/esm/schemas/cma/index.d.ts.map +1 -1
  139. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
  140. package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
  141. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
  142. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
  143. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
  144. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
  145. package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
  146. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
  147. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
  148. package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
  149. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
  150. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
  151. package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
  152. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
  153. package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
  154. package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
  155. package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
  156. package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
  157. package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
  158. package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
  159. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
  160. package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
  161. package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
  162. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
  163. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  164. package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
  165. package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
  166. package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
  167. package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
  168. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
  169. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +324 -324
  170. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  171. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
  172. package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
  173. package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
  174. package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
  175. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
  176. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
  177. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  178. package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
  179. package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
  180. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
  181. package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
  182. package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
  183. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
  184. package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
  185. package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
  186. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +6625 -6625
  187. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  188. package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
  189. package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
  190. package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
  191. package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
  192. package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
  193. package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
  194. package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
  195. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
  196. package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
  197. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
  198. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  199. package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
  200. package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
  201. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
  202. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
  203. package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
  204. package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
  205. package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
  206. package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
  207. package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
  208. package/dist/esm/schemas/property/property.rest.schema.d.ts +550 -550
  209. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  210. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
  211. package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
  212. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
  213. package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
  214. package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
  215. package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
  216. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
  217. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
  218. package/dist/esm/schemas/report/index.d.ts +8 -0
  219. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  220. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
  221. package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
  222. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
  223. package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
  224. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
  225. package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
  226. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +57 -0
  227. package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
  228. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
  229. package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
  230. package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
  231. package/dist/esm/utils/property.util.d.ts +1 -1
  232. package/dist/esm/utils/property.util.d.ts.map +1 -1
  233. package/package.json +18 -26
  234. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  235. package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
  236. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
  237. package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
@@ -23,8 +23,8 @@ export declare const projectMtaAllocationEntitySchema: z.ZodObject<{
23
23
  }>>>>;
24
24
  isArchived: z.ZodBoolean;
25
25
  }, "strip", z.ZodTypeAny, {
26
- id: string;
27
26
  status: AccountingCommonStatus;
27
+ id: string;
28
28
  isArchived: boolean;
29
29
  createdBy: string | null;
30
30
  createdAt: Date;
@@ -37,8 +37,8 @@ export declare const projectMtaAllocationEntitySchema: z.ZodObject<{
37
37
  lastSyncedAt: Date | null;
38
38
  syncStatus?: "pending" | "synced" | "failed" | null | undefined;
39
39
  }, {
40
- id: string;
41
40
  status: AccountingCommonStatus;
41
+ id: string;
42
42
  isArchived: boolean;
43
43
  createdBy: string | null;
44
44
  createdAt: Date;
@@ -63,8 +63,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
63
63
  createdAt: z.ZodDate;
64
64
  updatedAt: z.ZodDate;
65
65
  }, "strip", z.ZodTypeAny, {
66
- id: string;
67
66
  status: string;
67
+ id: string;
68
68
  isArchived: boolean;
69
69
  createdAt: Date;
70
70
  updatedAt: Date;
@@ -72,8 +72,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
72
72
  providerCode: string;
73
73
  settings: string;
74
74
  }, {
75
- id: string;
76
75
  status: string;
76
+ id: string;
77
77
  isArchived: boolean;
78
78
  createdAt: Date;
79
79
  updatedAt: Date;
@@ -101,40 +101,40 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
101
101
  createdBy: z.ZodNullable<z.ZodString>;
102
102
  updatedBy: z.ZodNullable<z.ZodString>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- id: string;
105
104
  status: string;
105
+ id: string;
106
+ balanceCents: bigint;
107
+ stateCode: string;
108
+ bankCode: string;
106
109
  isArchived: boolean;
107
110
  createdBy: string | null;
108
111
  createdAt: Date;
109
112
  updatedAt: Date;
110
113
  syncedAt: Date | null;
111
- balanceCents: bigint;
112
114
  name: string;
113
115
  bsb: string;
114
116
  accountNumber: string;
115
117
  updatedBy: string | null;
116
118
  country: string;
117
- stateCode: string;
118
- bankCode: string;
119
119
  currentReceiveSeq: number;
120
120
  currentPayoutSeq: number;
121
121
  subsidiaryId: string;
122
122
  }, {
123
- id: string;
124
123
  status: string;
124
+ id: string;
125
+ balanceCents: bigint;
126
+ stateCode: string;
127
+ bankCode: string;
125
128
  isArchived: boolean;
126
129
  createdBy: string | null;
127
130
  createdAt: Date;
128
131
  updatedAt: Date;
129
132
  syncedAt: Date | null;
130
- balanceCents: bigint;
131
133
  name: string;
132
134
  bsb: string;
133
135
  accountNumber: string;
134
136
  updatedBy: string | null;
135
137
  country: string;
136
- stateCode: string;
137
- bankCode: string;
138
138
  currentReceiveSeq: number;
139
139
  currentPayoutSeq: number;
140
140
  subsidiaryId: string;
@@ -183,8 +183,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
183
183
  domainName: string;
184
184
  }>>>>;
185
185
  }, "strip", z.ZodTypeAny, {
186
- id: string;
187
186
  status: string;
187
+ id: string;
188
188
  isArchived: boolean;
189
189
  createdAt: Date;
190
190
  updatedAt: Date;
@@ -199,21 +199,21 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
199
199
  };
200
200
  };
201
201
  mta?: {
202
- id: string;
203
202
  status: string;
203
+ id: string;
204
+ balanceCents: bigint;
205
+ stateCode: string;
206
+ bankCode: string;
204
207
  isArchived: boolean;
205
208
  createdBy: string | null;
206
209
  createdAt: Date;
207
210
  updatedAt: Date;
208
211
  syncedAt: Date | null;
209
- balanceCents: bigint;
210
212
  name: string;
211
213
  bsb: string;
212
214
  accountNumber: string;
213
215
  updatedBy: string | null;
214
216
  country: string;
215
- stateCode: string;
216
- bankCode: string;
217
217
  currentReceiveSeq: number;
218
218
  currentPayoutSeq: number;
219
219
  subsidiaryId: string;
@@ -225,8 +225,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
225
225
  domainName: string;
226
226
  } | null | undefined;
227
227
  paymentProvider?: {
228
- id: string;
229
228
  status: string;
229
+ id: string;
230
230
  isArchived: boolean;
231
231
  createdAt: Date;
232
232
  updatedAt: Date;
@@ -235,8 +235,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
235
235
  settings: string;
236
236
  } | undefined;
237
237
  }, {
238
- id: string;
239
238
  status: string;
239
+ id: string;
240
240
  isArchived: boolean;
241
241
  createdAt: Date;
242
242
  updatedAt: Date;
@@ -245,29 +245,29 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
245
245
  paymentProviderId: string;
246
246
  account: string;
247
247
  mta?: {
248
- id: string;
249
248
  status: string;
249
+ id: string;
250
+ balanceCents: bigint;
251
+ stateCode: string;
252
+ bankCode: string;
250
253
  isArchived: boolean;
251
254
  createdBy: string | null;
252
255
  createdAt: Date;
253
256
  updatedAt: Date;
254
257
  syncedAt: Date | null;
255
- balanceCents: bigint;
256
258
  name: string;
257
259
  bsb: string;
258
260
  accountNumber: string;
259
261
  updatedBy: string | null;
260
262
  country: string;
261
- stateCode: string;
262
- bankCode: string;
263
263
  currentReceiveSeq: number;
264
264
  currentPayoutSeq: number;
265
265
  subsidiaryId: string;
266
266
  } | undefined;
267
267
  floatAccount?: string | null | undefined;
268
268
  paymentProvider?: {
269
- id: string;
270
269
  status: string;
270
+ id: string;
271
271
  isArchived: boolean;
272
272
  createdAt: Date;
273
273
  updatedAt: Date;
@@ -291,8 +291,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
291
291
  mtaId: z.ZodString;
292
292
  closingDescription: z.ZodNullable<z.ZodString>;
293
293
  }, "strip", z.ZodTypeAny, {
294
- id: string;
295
294
  status: string;
295
+ id: string;
296
296
  isArchived: boolean;
297
297
  createdAt: Date;
298
298
  updatedAt: Date;
@@ -305,8 +305,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
305
305
  startDate: Date;
306
306
  openingBalanceCents: bigint;
307
307
  }, {
308
- id: string;
309
308
  status: string;
309
+ id: string;
310
310
  isArchived: boolean;
311
311
  createdAt: Date;
312
312
  updatedAt: Date;
@@ -319,20 +319,20 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
319
319
  startDate: Date;
320
320
  openingBalanceCents: bigint;
321
321
  }>, "many">>>;
322
- }, "id" | "name" | "bsb" | "accountNumber" | "stateCode" | "bankCode">, "strip", z.ZodTypeAny, {
322
+ }, "id" | "stateCode" | "bankCode" | "name" | "bsb" | "accountNumber">, "strip", z.ZodTypeAny, {
323
323
  id: string;
324
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
325
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
324
326
  name: string;
325
327
  bsb: string | null;
326
328
  accountNumber: string | null;
327
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
328
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
329
329
  }, {
330
330
  id: string;
331
+ stateCode: string;
332
+ bankCode: string;
331
333
  name: string;
332
334
  bsb: string;
333
335
  accountNumber: string;
334
- stateCode: string;
335
- bankCode: string;
336
336
  }>>;
337
337
  creator: z.ZodLazy<z.ZodObject<Pick<{
338
338
  id: z.ZodString;
@@ -387,14 +387,14 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
387
387
  }, "strip", z.ZodTypeAny, {
388
388
  mta: {
389
389
  id: string;
390
+ stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
391
+ bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
390
392
  name: string;
391
393
  bsb: string | null;
392
394
  accountNumber: string | null;
393
- stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
394
- bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
395
395
  };
396
- id: string;
397
396
  status: import("../..").AccountingCommonStatus;
397
+ id: string;
398
398
  isArchived: boolean;
399
399
  createdBy: string | null;
400
400
  createdAt: Date;
@@ -419,14 +419,14 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
419
419
  }, {
420
420
  mta: {
421
421
  id: string;
422
+ stateCode: string;
423
+ bankCode: string;
422
424
  name: string;
423
425
  bsb: string;
424
426
  accountNumber: string;
425
- stateCode: string;
426
- bankCode: string;
427
427
  };
428
- id: string;
429
428
  status: import("../..").AccountingCommonStatus;
429
+ id: string;
430
430
  isArchived: boolean;
431
431
  createdBy: string | null;
432
432
  createdAt: Date;
@@ -10,8 +10,8 @@ export declare const customerEntitySchema: z.ZodObject<{
10
10
  syncedAt: z.ZodDate;
11
11
  updatedAt: z.ZodDate;
12
12
  }, "strip", z.ZodTypeAny, {
13
- id: string;
14
13
  status: string;
14
+ id: string;
15
15
  isArchived: boolean;
16
16
  createdAt: Date;
17
17
  updatedAt: Date;
@@ -20,8 +20,8 @@ export declare const customerEntitySchema: z.ZodObject<{
20
20
  email: string;
21
21
  syncedAt: Date;
22
22
  }, {
23
- id: string;
24
23
  status: string;
24
+ id: string;
25
25
  isArchived: boolean;
26
26
  createdAt: Date;
27
27
  updatedAt: Date;
@@ -4,13 +4,13 @@ export declare const balanceRestResSchema: z.ZodObject<{
4
4
  creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
5
5
  balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
6
6
  }, "strip", z.ZodTypeAny, {
7
+ balanceCents: number | null;
7
8
  debitAmountCents: number | null;
8
9
  creditAmountCents: number | null;
9
- balanceCents: number | null;
10
10
  }, {
11
+ balanceCents: number | bigint;
11
12
  debitAmountCents: number | bigint;
12
13
  creditAmountCents: number | bigint;
13
- balanceCents: number | bigint;
14
14
  }>;
15
15
  export declare const propertyAccountsBalanceRestResSchema: z.ZodObject<{
16
16
  mta: z.ZodLazy<z.ZodObject<{
@@ -18,48 +18,48 @@ export declare const propertyAccountsBalanceRestResSchema: z.ZodObject<{
18
18
  creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
19
19
  balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
20
20
  }, "strip", z.ZodTypeAny, {
21
+ balanceCents: number | null;
21
22
  debitAmountCents: number | null;
22
23
  creditAmountCents: number | null;
23
- balanceCents: number | null;
24
24
  }, {
25
+ balanceCents: number | bigint;
25
26
  debitAmountCents: number | bigint;
26
27
  creditAmountCents: number | bigint;
27
- balanceCents: number | bigint;
28
28
  }>>;
29
29
  cma: z.ZodLazy<z.ZodObject<{
30
30
  debitAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
31
31
  creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
32
32
  balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
33
33
  }, "strip", z.ZodTypeAny, {
34
+ balanceCents: number | null;
34
35
  debitAmountCents: number | null;
35
36
  creditAmountCents: number | null;
36
- balanceCents: number | null;
37
37
  }, {
38
+ balanceCents: number | bigint;
38
39
  debitAmountCents: number | bigint;
39
40
  creditAmountCents: number | bigint;
40
- balanceCents: number | bigint;
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
43
  cma: {
44
+ balanceCents: number | null;
44
45
  debitAmountCents: number | null;
45
46
  creditAmountCents: number | null;
46
- balanceCents: number | null;
47
47
  };
48
48
  mta: {
49
+ balanceCents: number | null;
49
50
  debitAmountCents: number | null;
50
51
  creditAmountCents: number | null;
51
- balanceCents: number | null;
52
52
  };
53
53
  }, {
54
54
  cma: {
55
+ balanceCents: number | bigint;
55
56
  debitAmountCents: number | bigint;
56
57
  creditAmountCents: number | bigint;
57
- balanceCents: number | bigint;
58
58
  };
59
59
  mta: {
60
+ balanceCents: number | bigint;
60
61
  debitAmountCents: number | bigint;
61
62
  creditAmountCents: number | bigint;
62
- balanceCents: number | bigint;
63
63
  };
64
64
  }>;
65
65
  export type PropertyAccountsBalanceRestRes = z.infer<typeof propertyAccountsBalanceRestResSchema>;
@@ -1,5 +1,32 @@
1
1
  import { z } from 'zod';
2
2
  export declare const propertySearchRestReqSchema: z.ZodObject<{
3
+ id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
4
+ equals?: string | undefined;
5
+ in?: string[] | undefined;
6
+ notIn?: string[] | undefined;
7
+ lt?: string | undefined;
8
+ lte?: string | undefined;
9
+ gt?: string | undefined;
10
+ gte?: string | undefined;
11
+ contains?: string | undefined;
12
+ startsWith?: string | undefined;
13
+ endsWith?: string | undefined;
14
+ } & {
15
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
16
+ }, z.ZodTypeDef, {
17
+ equals?: string | undefined;
18
+ in?: string[] | undefined;
19
+ notIn?: string[] | undefined;
20
+ lt?: string | undefined;
21
+ lte?: string | undefined;
22
+ gt?: string | undefined;
23
+ gte?: string | undefined;
24
+ contains?: string | undefined;
25
+ startsWith?: string | undefined;
26
+ endsWith?: string | undefined;
27
+ } & {
28
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
29
+ }>>, z.ZodString]>>;
3
30
  customerId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
4
31
  equals?: string | undefined;
5
32
  in?: string[] | undefined;
@@ -438,6 +465,20 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
438
465
  } & {
439
466
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
440
467
  }) | undefined;
468
+ id?: string | ({
469
+ equals?: string | undefined;
470
+ in?: string[] | undefined;
471
+ notIn?: string[] | undefined;
472
+ lt?: string | undefined;
473
+ lte?: string | undefined;
474
+ gt?: string | undefined;
475
+ gte?: string | undefined;
476
+ contains?: string | undefined;
477
+ startsWith?: string | undefined;
478
+ endsWith?: string | undefined;
479
+ } & {
480
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
481
+ }) | undefined;
441
482
  balanceCents?: bigint | ({
442
483
  equals?: bigint | undefined;
443
484
  in?: bigint[] | undefined;
@@ -656,6 +697,20 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
656
697
  } & {
657
698
  not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
658
699
  }) | undefined;
700
+ id?: string | ({
701
+ equals?: string | undefined;
702
+ in?: string[] | undefined;
703
+ notIn?: string[] | undefined;
704
+ lt?: string | undefined;
705
+ lte?: string | undefined;
706
+ gt?: string | undefined;
707
+ gte?: string | undefined;
708
+ contains?: string | undefined;
709
+ startsWith?: string | undefined;
710
+ endsWith?: string | undefined;
711
+ } & {
712
+ not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
713
+ }) | undefined;
659
714
  balanceCents?: bigint | ({
660
715
  equals?: number | bigint | undefined;
661
716
  in?: (number | bigint)[] | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;uBAI9B,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;uBAcoC,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADnC,EAAK,KAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBACiB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADnC,EAAK,KAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBACiB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADnC,EAAK,KAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAb3B,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;uBAcoC,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAdrD,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;uBAcoC,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAAT,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAdrD,EAAG,KAAK;;;;;;;;;;;yCAaU,EAAK,KAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAb3B,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;yCAaU,EAAK,KAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAAT,EAAK,KAAI;;;;;;;;;;;;;;;;;;;;;;;;;;EAMnC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;uBAIZ,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;uBAcoE,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADhC,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBACc,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADhC,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBACc,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADhC,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAb9D,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;uBAcoE,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAdrF,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;uBAcoE,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAAT,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAdrF,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;yCAa6C,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAb9D,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;yCAa6C,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAAT,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;EAOxF,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}