@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
@@ -1 +1 @@
1
- {"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAUowB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA0M,EAAG,MAAM;;;;;;;iBAAuV,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA/8B,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA8K,EAAG,KAAK;iBAA+E,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAgC,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAAiL,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAArhB,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA+K,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAiP,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA0M,EAAG,MAAM;;;;;;;iBAAuV,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1pB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAAiL,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAxf,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA8K,EAAG,KAAK;iBAA+E,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAlT,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA+K,EAAG,KAAK;;EAHnjB,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,57 @@
1
+ import { z } from 'zod';
2
+ export declare const bankReconciliationSummaryRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
3
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
4
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
5
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ endDate: Date;
8
+ startDate: Date;
9
+ reportDataRangeType: import("../..").ReportDataRangeType;
10
+ }, {
11
+ reportDataRangeType: import("../..").ReportDataRangeType;
12
+ endDate?: string | Date | null | undefined;
13
+ startDate?: string | Date | null | undefined;
14
+ }>, {
15
+ endDate: Date;
16
+ startDate: Date;
17
+ reportDataRangeType: import("../..").ReportDataRangeType;
18
+ }, {
19
+ reportDataRangeType: import("../..").ReportDataRangeType;
20
+ endDate?: string | Date | null | undefined;
21
+ startDate?: string | Date | null | undefined;
22
+ }>, z.ZodObject<{
23
+ cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
24
+ mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
26
+ reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ accountType: import("../..").AccountType;
29
+ mtaId?: string | null | undefined;
30
+ cmaIds?: string[] | null | undefined;
31
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
32
+ }, {
33
+ accountType: import("../..").AccountType;
34
+ mtaId?: string | null | undefined;
35
+ cmaIds?: string[] | null | undefined;
36
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
37
+ }>>, {
38
+ endDate: Date;
39
+ startDate: Date;
40
+ reportDataRangeType: import("../..").ReportDataRangeType;
41
+ } & {
42
+ accountType: import("../..").AccountType;
43
+ mtaId?: string | null | undefined;
44
+ cmaIds?: string[] | null | undefined;
45
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
46
+ }, {
47
+ reportDataRangeType: import("../..").ReportDataRangeType;
48
+ endDate?: string | Date | null | undefined;
49
+ startDate?: string | Date | null | undefined;
50
+ } & {
51
+ accountType: import("../..").AccountType;
52
+ mtaId?: string | null | undefined;
53
+ cmaIds?: string[] | null | undefined;
54
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
55
+ }>;
56
+ export type BankReconciliationSummaryRestReq = z.input<typeof bankReconciliationSummaryRestReqSchema>;
57
+ //# sourceMappingURL=bank-reconciliation-summary.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bank-reconciliation-summary.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/bank-reconciliation-summary.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAEhG,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC"}
@@ -0,0 +1,58 @@
1
+ import { z } from 'zod';
2
+ import { AccountType, ReportGroupType } from '../../constants';
3
+ export declare const commonReportWithCmaSelectionRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
4
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
5
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
6
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ endDate: Date;
9
+ startDate: Date;
10
+ reportDataRangeType: import("../..").ReportDataRangeType;
11
+ }, {
12
+ reportDataRangeType: import("../..").ReportDataRangeType;
13
+ endDate?: string | Date | null | undefined;
14
+ startDate?: string | Date | null | undefined;
15
+ }>, {
16
+ endDate: Date;
17
+ startDate: Date;
18
+ reportDataRangeType: import("../..").ReportDataRangeType;
19
+ }, {
20
+ reportDataRangeType: import("../..").ReportDataRangeType;
21
+ endDate?: string | Date | null | undefined;
22
+ startDate?: string | Date | null | undefined;
23
+ }>, z.ZodObject<{
24
+ cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
25
+ mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ accountType: z.ZodNativeEnum<typeof AccountType>;
27
+ reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof ReportGroupType>>>;
28
+ }, "strip", z.ZodTypeAny, {
29
+ accountType: AccountType;
30
+ mtaId?: string | null | undefined;
31
+ cmaIds?: string[] | null | undefined;
32
+ reportGroupType?: ReportGroupType | null | undefined;
33
+ }, {
34
+ accountType: AccountType;
35
+ mtaId?: string | null | undefined;
36
+ cmaIds?: string[] | null | undefined;
37
+ reportGroupType?: ReportGroupType | null | undefined;
38
+ }>>, {
39
+ endDate: Date;
40
+ startDate: Date;
41
+ reportDataRangeType: import("../..").ReportDataRangeType;
42
+ } & {
43
+ accountType: AccountType;
44
+ mtaId?: string | null | undefined;
45
+ cmaIds?: string[] | null | undefined;
46
+ reportGroupType?: ReportGroupType | null | undefined;
47
+ }, {
48
+ reportDataRangeType: import("../..").ReportDataRangeType;
49
+ endDate?: string | Date | null | undefined;
50
+ startDate?: string | Date | null | undefined;
51
+ } & {
52
+ accountType: AccountType;
53
+ mtaId?: string | null | undefined;
54
+ cmaIds?: string[] | null | undefined;
55
+ reportGroupType?: ReportGroupType | null | undefined;
56
+ }>;
57
+ export type CommonReportWithCmaSelectionRestReq = z.input<typeof commonReportWithCmaSelectionRestReqSchema>;
58
+ //# sourceMappingURL=common-report-with-cma-selection.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-report-with-cma-selection.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/common-report-with-cma-selection.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAG/D,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBpD,CAAC;AAEH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod';
2
+ import { ReportDataRangeType } from '../../constants/report/common/report-data-range-type.constant';
3
+ export declare const commonReportRestReqSchema: z.ZodEffects<z.ZodObject<{
4
+ reportDataRangeType: z.ZodNativeEnum<typeof ReportDataRangeType>;
5
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
6
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ endDate: Date;
9
+ startDate: Date;
10
+ reportDataRangeType: ReportDataRangeType;
11
+ }, {
12
+ reportDataRangeType: ReportDataRangeType;
13
+ endDate?: string | Date | null | undefined;
14
+ startDate?: string | Date | null | undefined;
15
+ }>, {
16
+ endDate: Date;
17
+ startDate: Date;
18
+ reportDataRangeType: ReportDataRangeType;
19
+ }, {
20
+ reportDataRangeType: ReportDataRangeType;
21
+ endDate?: string | Date | null | undefined;
22
+ startDate?: string | Date | null | undefined;
23
+ }>;
24
+ export type CommonReportRestReq = z.input<typeof commonReportRestReqSchema>;
25
+ //# sourceMappingURL=common-report.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-report.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/common-report.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,+DAA+D,CAAC;AAqCpG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;EAkCpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -1,36 +1,34 @@
1
1
  import { z } from 'zod';
2
- import { ReportDataRangerType } from '../../constants/report/common/report-data-ranger-type.constant';
3
2
  import { ReportGroupType } from '../../constants/report/common/report-group-type.constant';
4
- export declare const customerLedgerRestReqSchema: z.ZodEffects<z.ZodObject<{
5
- propertyIds: z.ZodArray<z.ZodString, "many">;
6
- startDate: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>, z.ZodDate>>>;
7
- endDate: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>, z.ZodDate>>>;
8
- reportGroupType: z.ZodNativeEnum<typeof ReportGroupType>;
9
- reportDataRangerType: z.ZodNativeEnum<typeof ReportDataRangerType>;
3
+ export declare const customerLedgerRestReqSchema: z.ZodIntersection<z.ZodEffects<z.ZodObject<{
4
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
5
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
6
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
10
7
  }, "strip", z.ZodTypeAny, {
11
- propertyIds: string[];
12
- reportGroupType: ReportGroupType;
13
- reportDataRangerType: ReportDataRangerType;
14
- endDate?: Date | null | undefined;
15
- startDate?: Date | null | undefined;
8
+ endDate: Date;
9
+ startDate: Date;
10
+ reportDataRangeType: import("../..").ReportDataRangeType;
16
11
  }, {
17
- propertyIds: string[];
18
- reportGroupType: ReportGroupType;
19
- reportDataRangerType: ReportDataRangerType;
12
+ reportDataRangeType: import("../..").ReportDataRangeType;
20
13
  endDate?: string | Date | null | undefined;
21
14
  startDate?: string | Date | null | undefined;
22
15
  }>, {
23
- propertyIds: string[];
24
- reportGroupType: ReportGroupType;
25
- reportDataRangerType: ReportDataRangerType;
26
- endDate?: Date | null | undefined;
27
- startDate?: Date | null | undefined;
16
+ endDate: Date;
17
+ startDate: Date;
18
+ reportDataRangeType: import("../..").ReportDataRangeType;
28
19
  }, {
29
- propertyIds: string[];
30
- reportGroupType: ReportGroupType;
31
- reportDataRangerType: ReportDataRangerType;
20
+ reportDataRangeType: import("../..").ReportDataRangeType;
32
21
  endDate?: string | Date | null | undefined;
33
22
  startDate?: string | Date | null | undefined;
34
- }>;
23
+ }>, z.ZodObject<{
24
+ propertyIds: z.ZodArray<z.ZodString, "many">;
25
+ reportGroupType: z.ZodNativeEnum<typeof ReportGroupType>;
26
+ }, "strip", z.ZodTypeAny, {
27
+ reportGroupType: ReportGroupType;
28
+ propertyIds: string[];
29
+ }, {
30
+ reportGroupType: ReportGroupType;
31
+ propertyIds: string[];
32
+ }>>;
35
33
  export type CustomerLedgerRestReq = z.input<typeof customerLedgerRestReqSchema>;
36
34
  //# sourceMappingURL=customer-ledger.rest.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"customer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/customer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAC;AACtG,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAI3F,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"customer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/customer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGrC,CAAC;AAEJ,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -1,2 +1,10 @@
1
+ export * from './bank-reconciliation-summary.schema';
2
+ export * from './common-report-with-cma-selection.rest.schema';
3
+ export * from './common-report.rest.schema';
1
4
  export * from './customer-ledger.rest.schema';
5
+ export * from './payment-list.rest.schema';
6
+ export * from './receipt-list.rest.schema';
7
+ export * from './reconciled-items-list.rest.schema';
8
+ export * from './trust-trial.rest.schema';
9
+ export * from './unreconciled-items-list.rest.schema';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uCAAuC,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { z } from 'zod';
2
+ import { AccountType } from '../../constants';
3
+ export declare const paymentListReportRestReqSchema: z.ZodIntersection<z.ZodEffects<z.ZodObject<{
4
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
5
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
6
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ endDate: Date;
9
+ startDate: Date;
10
+ reportDataRangeType: import("../..").ReportDataRangeType;
11
+ }, {
12
+ reportDataRangeType: import("../..").ReportDataRangeType;
13
+ endDate?: string | Date | null | undefined;
14
+ startDate?: string | Date | null | undefined;
15
+ }>, {
16
+ endDate: Date;
17
+ startDate: Date;
18
+ reportDataRangeType: import("../..").ReportDataRangeType;
19
+ }, {
20
+ reportDataRangeType: import("../..").ReportDataRangeType;
21
+ endDate?: string | Date | null | undefined;
22
+ startDate?: string | Date | null | undefined;
23
+ }>, z.ZodObject<{
24
+ accountId: z.ZodString;
25
+ accountType: z.ZodNativeEnum<typeof AccountType>;
26
+ }, "strip", z.ZodTypeAny, {
27
+ accountId: string;
28
+ accountType: AccountType;
29
+ }, {
30
+ accountId: string;
31
+ accountType: AccountType;
32
+ }>>;
33
+ export type PaymentListReportRestReq = z.input<typeof paymentListReportRestReqSchema>;
34
+ //# sourceMappingURL=payment-list.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/payment-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGxC,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { z } from 'zod';
2
+ import { AccountType } from '../../constants/common/account-type.constant';
3
+ export declare const receiptListReportRestReqSchema: z.ZodIntersection<z.ZodEffects<z.ZodObject<{
4
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
5
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
6
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ endDate: Date;
9
+ startDate: Date;
10
+ reportDataRangeType: import("../..").ReportDataRangeType;
11
+ }, {
12
+ reportDataRangeType: import("../..").ReportDataRangeType;
13
+ endDate?: string | Date | null | undefined;
14
+ startDate?: string | Date | null | undefined;
15
+ }>, {
16
+ endDate: Date;
17
+ startDate: Date;
18
+ reportDataRangeType: import("../..").ReportDataRangeType;
19
+ }, {
20
+ reportDataRangeType: import("../..").ReportDataRangeType;
21
+ endDate?: string | Date | null | undefined;
22
+ startDate?: string | Date | null | undefined;
23
+ }>, z.ZodObject<{
24
+ accountId: z.ZodString;
25
+ accountType: z.ZodNativeEnum<typeof AccountType>;
26
+ }, "strip", z.ZodTypeAny, {
27
+ accountId: string;
28
+ accountType: AccountType;
29
+ }, {
30
+ accountId: string;
31
+ accountType: AccountType;
32
+ }>>;
33
+ export type ReceiptListReportRestReq = z.input<typeof receiptListReportRestReqSchema>;
34
+ //# sourceMappingURL=receipt-list.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receipt-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/receipt-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGxC,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
@@ -0,0 +1,57 @@
1
+ import { z } from 'zod';
2
+ export declare const reconciledItemsListReportRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
3
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
4
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
5
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ endDate: Date;
8
+ startDate: Date;
9
+ reportDataRangeType: import("../..").ReportDataRangeType;
10
+ }, {
11
+ reportDataRangeType: import("../..").ReportDataRangeType;
12
+ endDate?: string | Date | null | undefined;
13
+ startDate?: string | Date | null | undefined;
14
+ }>, {
15
+ endDate: Date;
16
+ startDate: Date;
17
+ reportDataRangeType: import("../..").ReportDataRangeType;
18
+ }, {
19
+ reportDataRangeType: import("../..").ReportDataRangeType;
20
+ endDate?: string | Date | null | undefined;
21
+ startDate?: string | Date | null | undefined;
22
+ }>, z.ZodObject<{
23
+ cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
24
+ mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
26
+ reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ accountType: import("../..").AccountType;
29
+ mtaId?: string | null | undefined;
30
+ cmaIds?: string[] | null | undefined;
31
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
32
+ }, {
33
+ accountType: import("../..").AccountType;
34
+ mtaId?: string | null | undefined;
35
+ cmaIds?: string[] | null | undefined;
36
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
37
+ }>>, {
38
+ endDate: Date;
39
+ startDate: Date;
40
+ reportDataRangeType: import("../..").ReportDataRangeType;
41
+ } & {
42
+ accountType: import("../..").AccountType;
43
+ mtaId?: string | null | undefined;
44
+ cmaIds?: string[] | null | undefined;
45
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
46
+ }, {
47
+ reportDataRangeType: import("../..").ReportDataRangeType;
48
+ endDate?: string | Date | null | undefined;
49
+ startDate?: string | Date | null | undefined;
50
+ } & {
51
+ accountType: import("../..").AccountType;
52
+ mtaId?: string | null | undefined;
53
+ cmaIds?: string[] | null | undefined;
54
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
55
+ }>;
56
+ export type ReconciledItemsListReportRestReq = z.input<typeof reconciledItemsListReportRestReqSchema>;
57
+ //# sourceMappingURL=reconciled-items-list.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reconciled-items-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/reconciled-items-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAEhG,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC"}
@@ -0,0 +1,57 @@
1
+ import { z } from 'zod';
2
+ export declare const trustTrialBalanceReportRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
3
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
4
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
5
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ endDate: Date;
8
+ startDate: Date;
9
+ reportDataRangeType: import("../..").ReportDataRangeType;
10
+ }, {
11
+ reportDataRangeType: import("../..").ReportDataRangeType;
12
+ endDate?: string | Date | null | undefined;
13
+ startDate?: string | Date | null | undefined;
14
+ }>, {
15
+ endDate: Date;
16
+ startDate: Date;
17
+ reportDataRangeType: import("../..").ReportDataRangeType;
18
+ }, {
19
+ reportDataRangeType: import("../..").ReportDataRangeType;
20
+ endDate?: string | Date | null | undefined;
21
+ startDate?: string | Date | null | undefined;
22
+ }>, z.ZodObject<{
23
+ cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
24
+ mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
26
+ reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ accountType: import("../..").AccountType;
29
+ mtaId?: string | null | undefined;
30
+ cmaIds?: string[] | null | undefined;
31
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
32
+ }, {
33
+ accountType: import("../..").AccountType;
34
+ mtaId?: string | null | undefined;
35
+ cmaIds?: string[] | null | undefined;
36
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
37
+ }>>, {
38
+ endDate: Date;
39
+ startDate: Date;
40
+ reportDataRangeType: import("../..").ReportDataRangeType;
41
+ } & {
42
+ accountType: import("../..").AccountType;
43
+ mtaId?: string | null | undefined;
44
+ cmaIds?: string[] | null | undefined;
45
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
46
+ }, {
47
+ reportDataRangeType: import("../..").ReportDataRangeType;
48
+ endDate?: string | Date | null | undefined;
49
+ startDate?: string | Date | null | undefined;
50
+ } & {
51
+ accountType: import("../..").AccountType;
52
+ mtaId?: string | null | undefined;
53
+ cmaIds?: string[] | null | undefined;
54
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
55
+ }>;
56
+ export type TrustTrialBalanceReportRestReq = z.input<typeof trustTrialBalanceReportRestReqSchema>;
57
+ //# sourceMappingURL=trust-trial.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trust-trial.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/trust-trial.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAE9F,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
@@ -0,0 +1,57 @@
1
+ import { z } from 'zod';
2
+ export declare const unreconciledItemsListReportRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
3
+ reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
4
+ endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
5
+ startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ endDate: Date;
8
+ startDate: Date;
9
+ reportDataRangeType: import("../..").ReportDataRangeType;
10
+ }, {
11
+ reportDataRangeType: import("../..").ReportDataRangeType;
12
+ endDate?: string | Date | null | undefined;
13
+ startDate?: string | Date | null | undefined;
14
+ }>, {
15
+ endDate: Date;
16
+ startDate: Date;
17
+ reportDataRangeType: import("../..").ReportDataRangeType;
18
+ }, {
19
+ reportDataRangeType: import("../..").ReportDataRangeType;
20
+ endDate?: string | Date | null | undefined;
21
+ startDate?: string | Date | null | undefined;
22
+ }>, z.ZodObject<{
23
+ cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
24
+ mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
26
+ reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ accountType: import("../..").AccountType;
29
+ mtaId?: string | null | undefined;
30
+ cmaIds?: string[] | null | undefined;
31
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
32
+ }, {
33
+ accountType: import("../..").AccountType;
34
+ mtaId?: string | null | undefined;
35
+ cmaIds?: string[] | null | undefined;
36
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
37
+ }>>, {
38
+ endDate: Date;
39
+ startDate: Date;
40
+ reportDataRangeType: import("../..").ReportDataRangeType;
41
+ } & {
42
+ accountType: import("../..").AccountType;
43
+ mtaId?: string | null | undefined;
44
+ cmaIds?: string[] | null | undefined;
45
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
46
+ }, {
47
+ reportDataRangeType: import("../..").ReportDataRangeType;
48
+ endDate?: string | Date | null | undefined;
49
+ startDate?: string | Date | null | undefined;
50
+ } & {
51
+ accountType: import("../..").AccountType;
52
+ mtaId?: string | null | undefined;
53
+ cmaIds?: string[] | null | undefined;
54
+ reportGroupType?: import("../..").ReportGroupType | null | undefined;
55
+ }>;
56
+ export type UnreconciledItemsListReportRestReq = z.input<typeof unreconciledItemsListReportRestReqSchema>;
57
+ //# sourceMappingURL=unreconciled-items-list.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unreconciled-items-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/unreconciled-items-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAElG,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC"}
@@ -16,8 +16,8 @@ export declare const userEntitySchema: z.ZodObject<{
16
16
  createdAt: z.ZodDate;
17
17
  updatedAt: z.ZodDate;
18
18
  }, "strip", z.ZodTypeAny, {
19
- id: string;
20
19
  status: string;
20
+ id: string;
21
21
  isArchived: boolean;
22
22
  createdAt: Date;
23
23
  updatedAt: Date;
@@ -32,8 +32,8 @@ export declare const userEntitySchema: z.ZodObject<{
32
32
  preferTwoFaMethod: string | null;
33
33
  twoFaAvailableMethods: string[];
34
34
  }, {
35
- id: string;
36
35
  status: string;
36
+ id: string;
37
37
  isArchived: boolean;
38
38
  createdAt: Date;
39
39
  updatedAt: Date;
@@ -6,7 +6,7 @@ type Property = Pick<PropertyEntity, 'buyerName' | 'propertyAddress' | 'lotDetai
6
6
  };
7
7
  };
8
8
  export declare const getPropertyName: (property: Property, options?: {
9
- target?: "payout" | "refund" | "cma" | "mta";
9
+ target?: "payout" | "refund" | "cma" | "mta" | "payment-list-report";
10
10
  }) => string;
11
11
  export {};
12
12
  //# sourceMappingURL=property.util.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"property.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/property.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAE5E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,WAAW,CAAC,GAAG;IACpF,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;QACzD,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;KACrE,CAAC;CACH,CAAC;AAcF,eAAO,MAAM,eAAe,GAAI,UAAU,QAAQ,EAAE,UAAU;IAC5D,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,CAAC;CAC9C,WAyCA,CAAC"}
1
+ {"version":3,"file":"property.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/property.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAE5E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,WAAW,CAAC,GAAG;IACpF,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;QACzD,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;KACrE,CAAC;CACH,CAAC;AAcF,eAAO,MAAM,eAAe,GAAI,UAAU,QAAQ,EAAE,UAAU;IAC5D,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,qBAAqB,CAAC;CACtE,WAyCA,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@mikemo-coposit/am-accounting-shared",
3
- "version": "0.0.7",
4
- "packageManager": "pnpm@10.4.1",
3
+ "version": "0.0.9",
5
4
  "description": "Shared packages for AM Accounting",
6
5
  "author": "mike mo",
7
6
  "license": "ISC",
@@ -14,46 +13,39 @@
14
13
  "engines": {
15
14
  "node": ">=20.0.0"
16
15
  },
17
- "scripts": {
18
- "prebuild": "node generate-index-files.js",
19
- "generate-barrels": "barrelsby --delete --config barrelsby.config.json",
20
- "build": "pnpm run prebuild && rslib build",
21
- "dev": "pnpm -r --parallel dev",
22
- "clean": "pnpm -r clean",
23
- "lint": "pnpm -r lint",
24
- "lint:fix": "pnpm -r lint:fix",
25
- "test": "pnpm -r test",
26
- "prepare": "husky"
27
- },
28
16
  "peerDependencies": {
29
17
  "@mikemo-coposit/am-zshared": "^3.0.2",
30
- "zod": "^3.24.3"
18
+ "zod": "^3.25.76"
31
19
  },
32
20
  "dependencies": {
33
21
  "dayjs": "^1.11.13"
34
22
  },
35
23
  "devDependencies": {
36
- "@antfu/eslint-config": "^4.10.1",
24
+ "@antfu/eslint-config": "^5.1.0",
37
25
  "@commitlint/cli": "^19.8.0",
38
26
  "@commitlint/config-conventional": "^19.8.0",
39
27
  "@nestjs/microservices": "^11.0.20",
40
- "@rslib/core": "^0.10.4",
28
+ "@rslib/core": "^0.11.2",
41
29
  "@semantic-release/changelog": "^6.0.3",
42
30
  "@semantic-release/git": "^10.0.1",
43
- "@types/node": "^22.13.10",
44
- "axios": "^1.9.0",
31
+ "@types/node": "^22.17.0",
32
+ "axios": "^1.11.0",
45
33
  "class-transformer": "^0.5.1",
46
- "class-validator": "^0.14.1",
47
34
  "eslint-plugin-format": "^1.0.1",
48
35
  "husky": "^9.1.7",
49
- "lint-staged": "^15.5.0",
36
+ "lint-staged": "^15.5.2",
50
37
  "rxjs": "^7.8.2",
51
38
  "tsconfig-paths": "^4.2.0",
52
- "typescript": "^5.8.2"
39
+ "typescript": "^5.9.2"
53
40
  },
54
- "pnpm": {
55
- "onlyBuiltDependencies": [
56
- "core-js"
57
- ]
41
+ "scripts": {
42
+ "prebuild": "node generate-index-files.js",
43
+ "generate-barrels": "barrelsby --delete --config barrelsby.config.json",
44
+ "build": "pnpm run prebuild && rslib build",
45
+ "dev": "pnpm -r --parallel dev",
46
+ "clean": "pnpm -r clean",
47
+ "lint": "pnpm -r lint",
48
+ "lint:fix": "pnpm -r lint:fix",
49
+ "test": "pnpm -r test"
58
50
  }
59
- }
51
+ }