unleash-server 7.2.1 → 7.2.3

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 (385) hide show
  1. package/README.md +21 -10
  2. package/dist/lib/db/feature-environment-store.d.ts +1 -1
  3. package/dist/lib/db/feature-environment-store.d.ts.map +1 -1
  4. package/dist/lib/db/feature-environment-store.js +42 -35
  5. package/dist/lib/db/feature-environment-store.js.map +1 -1
  6. package/dist/lib/db/index.d.ts.map +1 -1
  7. package/dist/lib/db/index.js +2 -0
  8. package/dist/lib/db/index.js.map +1 -1
  9. package/dist/lib/error/unleash-error.d.ts.map +1 -1
  10. package/dist/lib/error/unleash-error.js +2 -2
  11. package/dist/lib/error/unleash-error.js.map +1 -1
  12. package/dist/lib/events/index.d.ts +7 -1
  13. package/dist/lib/events/index.d.ts.map +1 -1
  14. package/dist/lib/events/index.js +12 -0
  15. package/dist/lib/events/index.js.map +1 -1
  16. package/dist/lib/features/api-tokens/createApiTokenService.d.ts +2 -0
  17. package/dist/lib/features/api-tokens/createApiTokenService.d.ts.map +1 -1
  18. package/dist/lib/features/api-tokens/createApiTokenService.js +6 -2
  19. package/dist/lib/features/api-tokens/createApiTokenService.js.map +1 -1
  20. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.d.ts.map +1 -1
  21. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js +2 -9
  22. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js.map +1 -1
  23. package/dist/lib/features/dependent-features/dependent.features.e2e.test.js +28 -29
  24. package/dist/lib/features/dependent-features/dependent.features.e2e.test.js.map +1 -1
  25. package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts.map +1 -1
  26. package/dist/lib/features/feature-toggle/createFeatureToggleService.js +14 -4
  27. package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
  28. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts.map +1 -1
  29. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js +2 -1
  30. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js.map +1 -1
  31. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +9 -3
  32. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  33. package/dist/lib/features/feature-toggle/feature-toggle-service.js +23 -7
  34. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  35. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  36. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +3 -3
  37. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  38. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +34 -35
  39. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
  40. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js +1 -1
  41. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js.map +1 -1
  42. package/dist/lib/features/metrics/impact/batch-histogram.d.ts +36 -0
  43. package/dist/lib/features/metrics/impact/batch-histogram.d.ts.map +1 -0
  44. package/dist/lib/features/metrics/impact/batch-histogram.js +87 -0
  45. package/dist/lib/features/metrics/impact/batch-histogram.js.map +1 -0
  46. package/dist/lib/features/metrics/impact/batch-histogram.test.d.ts +2 -0
  47. package/dist/lib/features/metrics/impact/batch-histogram.test.d.ts.map +1 -0
  48. package/dist/lib/features/metrics/impact/batch-histogram.test.js +137 -0
  49. package/dist/lib/features/metrics/impact/batch-histogram.test.js.map +1 -0
  50. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts +2 -0
  51. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts.map +1 -1
  52. package/dist/lib/features/metrics/impact/define-impact-metrics.js +4 -0
  53. package/dist/lib/features/metrics/impact/define-impact-metrics.js.map +1 -1
  54. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js +49 -0
  55. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js.map +1 -1
  56. package/dist/lib/features/metrics/impact/metrics-translator.d.ts +22 -4
  57. package/dist/lib/features/metrics/impact/metrics-translator.d.ts.map +1 -1
  58. package/dist/lib/features/metrics/impact/metrics-translator.js +58 -2
  59. package/dist/lib/features/metrics/impact/metrics-translator.js.map +1 -1
  60. package/dist/lib/features/metrics/impact/metrics-translator.test.js +83 -0
  61. package/dist/lib/features/metrics/impact/metrics-translator.test.js.map +1 -1
  62. package/dist/lib/features/metrics/shared/schema.d.ts +1 -0
  63. package/dist/lib/features/metrics/shared/schema.d.ts.map +1 -1
  64. package/dist/lib/features/metrics/shared/schema.js +27 -1
  65. package/dist/lib/features/metrics/shared/schema.js.map +1 -1
  66. package/dist/lib/features/project/createProjectService.d.ts.map +1 -1
  67. package/dist/lib/features/project/createProjectService.js +7 -5
  68. package/dist/lib/features/project/createProjectService.js.map +1 -1
  69. package/dist/lib/features/project/project-service.d.ts +3 -2
  70. package/dist/lib/features/project/project-service.d.ts.map +1 -1
  71. package/dist/lib/features/project/project-service.js +4 -3
  72. package/dist/lib/features/project/project-service.js.map +1 -1
  73. package/dist/lib/features/release-plans/release-plan-milestone-store.d.ts +2 -2
  74. package/dist/lib/features/release-plans/release-plan-milestone-store.d.ts.map +1 -1
  75. package/dist/lib/features/release-plans/release-plan-milestone-store.js +3 -0
  76. package/dist/lib/features/release-plans/release-plan-milestone-store.js.map +1 -1
  77. package/dist/lib/features/release-plans/release-plan-milestone.d.ts +6 -0
  78. package/dist/lib/features/release-plans/release-plan-milestone.d.ts.map +1 -1
  79. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts +5 -0
  80. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts.map +1 -0
  81. package/dist/lib/features/release-plans/release-plan-read-model-type.js +2 -0
  82. package/dist/lib/features/release-plans/release-plan-read-model-type.js.map +1 -0
  83. package/dist/lib/features/release-plans/release-plan-read-model.d.ts +11 -0
  84. package/dist/lib/features/release-plans/release-plan-read-model.d.ts.map +1 -0
  85. package/dist/lib/features/release-plans/release-plan-read-model.js +133 -0
  86. package/dist/lib/features/release-plans/release-plan-read-model.js.map +1 -0
  87. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts +2 -0
  88. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts.map +1 -0
  89. package/dist/lib/features/release-plans/release-plan-read-model.test.js +166 -0
  90. package/dist/lib/features/release-plans/release-plan-read-model.test.js.map +1 -0
  91. package/dist/lib/features/release-plans/release-plan-store.d.ts +1 -1
  92. package/dist/lib/features/release-plans/release-plan-store.d.ts.map +1 -1
  93. package/dist/lib/features/release-plans/release-plan-store.js +16 -15
  94. package/dist/lib/features/release-plans/release-plan-store.js.map +1 -1
  95. package/dist/lib/features/release-plans/release-plan-template.d.ts +2 -2
  96. package/dist/lib/features/release-plans/release-plan-template.d.ts.map +1 -1
  97. package/dist/lib/features/release-plans/release-plan.d.ts +1 -1
  98. package/dist/lib/features/release-plans/release-plan.d.ts.map +1 -1
  99. package/dist/lib/features/resource-limits/resource-limits-service.d.ts +8 -0
  100. package/dist/lib/features/resource-limits/resource-limits-service.d.ts.map +1 -0
  101. package/dist/lib/features/resource-limits/resource-limits-service.js +9 -0
  102. package/dist/lib/features/resource-limits/resource-limits-service.js.map +1 -0
  103. package/dist/lib/features/segment/createSegmentService.d.ts.map +1 -1
  104. package/dist/lib/features/segment/createSegmentService.js +5 -3
  105. package/dist/lib/features/segment/createSegmentService.js.map +1 -1
  106. package/dist/lib/features/segment/segment-service.d.ts +3 -2
  107. package/dist/lib/features/segment/segment-service.d.ts.map +1 -1
  108. package/dist/lib/features/segment/segment-service.js +3 -3
  109. package/dist/lib/features/segment/segment-service.js.map +1 -1
  110. package/dist/lib/features/users/user-store.d.ts +2 -0
  111. package/dist/lib/features/users/user-store.d.ts.map +1 -1
  112. package/dist/lib/features/users/user-store.js +3 -2
  113. package/dist/lib/features/users/user-store.js.map +1 -1
  114. package/dist/lib/features/users/user-updates-read-model.d.ts +27 -0
  115. package/dist/lib/features/users/user-updates-read-model.d.ts.map +1 -0
  116. package/dist/lib/features/users/user-updates-read-model.js +68 -0
  117. package/dist/lib/features/users/user-updates-read-model.js.map +1 -0
  118. package/dist/lib/features/users/user-updates-read-model.test.d.ts +2 -0
  119. package/dist/lib/features/users/user-updates-read-model.test.d.ts.map +1 -0
  120. package/dist/lib/features/users/user-updates-read-model.test.js +50 -0
  121. package/dist/lib/features/users/user-updates-read-model.test.js.map +1 -0
  122. package/dist/lib/metrics.d.ts.map +1 -1
  123. package/dist/lib/metrics.js +8 -6
  124. package/dist/lib/metrics.js.map +1 -1
  125. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts +126 -39
  126. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts.map +1 -1
  127. package/dist/lib/openapi/spec/event-schema.d.ts +1 -1
  128. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +1 -1
  129. package/dist/lib/openapi/spec/events-schema.d.ts +1 -1
  130. package/dist/lib/openapi/spec/export-result-schema.d.ts +12304 -1250
  131. package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
  132. package/dist/lib/openapi/spec/export-result-schema.js +12 -0
  133. package/dist/lib/openapi/spec/export-result-schema.js.map +1 -1
  134. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +2767 -0
  135. package/dist/lib/openapi/spec/feature-environment-schema.d.ts.map +1 -1
  136. package/dist/lib/openapi/spec/feature-environment-schema.js +19 -0
  137. package/dist/lib/openapi/spec/feature-environment-schema.js.map +1 -1
  138. package/dist/lib/openapi/spec/feature-events-schema.d.ts +1 -1
  139. package/dist/lib/openapi/spec/feature-schema.d.ts +5808 -281
  140. package/dist/lib/openapi/spec/feature-schema.d.ts.map +1 -1
  141. package/dist/lib/openapi/spec/feature-schema.js +12 -0
  142. package/dist/lib/openapi/spec/feature-schema.js.map +1 -1
  143. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +5613 -79
  144. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts.map +1 -1
  145. package/dist/lib/openapi/spec/feature-search-environment-schema.js +12 -0
  146. package/dist/lib/openapi/spec/feature-search-environment-schema.js.map +1 -1
  147. package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts +2 -1
  148. package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts.map +1 -1
  149. package/dist/lib/openapi/spec/feature-search-query-parameters.js +2 -1
  150. package/dist/lib/openapi/spec/feature-search-query-parameters.js.map +1 -1
  151. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +5613 -79
  152. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts.map +1 -1
  153. package/dist/lib/openapi/spec/health-overview-schema.d.ts +11432 -605
  154. package/dist/lib/openapi/spec/health-overview-schema.d.ts.map +1 -1
  155. package/dist/lib/openapi/spec/health-overview-schema.js +8 -0
  156. package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
  157. package/dist/lib/openapi/spec/health-report-schema.d.ts +11432 -605
  158. package/dist/lib/openapi/spec/health-report-schema.d.ts.map +1 -1
  159. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts +126 -39
  160. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts.map +1 -1
  161. package/dist/lib/openapi/spec/impact-metrics-schema.js +128 -39
  162. package/dist/lib/openapi/spec/impact-metrics-schema.js.map +1 -1
  163. package/dist/lib/openapi/spec/import-toggles-schema.d.ts +24822 -2714
  164. package/dist/lib/openapi/spec/import-toggles-schema.d.ts.map +1 -1
  165. package/dist/lib/openapi/spec/import-toggles-schema.js +12 -0
  166. package/dist/lib/openapi/spec/import-toggles-schema.js.map +1 -1
  167. package/dist/lib/openapi/spec/index.d.ts +6 -0
  168. package/dist/lib/openapi/spec/index.d.ts.map +1 -1
  169. package/dist/lib/openapi/spec/index.js +6 -0
  170. package/dist/lib/openapi/spec/index.js.map +1 -1
  171. package/dist/lib/openapi/spec/integration-event-schema.d.ts +1 -1
  172. package/dist/lib/openapi/spec/integration-events-schema.d.ts +2 -2
  173. package/dist/lib/openapi/spec/patch-schema.d.ts +1 -1
  174. package/dist/lib/openapi/spec/patch-schema.js +1 -1
  175. package/dist/lib/openapi/spec/patch-schema.js.map +1 -1
  176. package/dist/lib/openapi/spec/patches-schema.d.ts +1 -1
  177. package/dist/lib/openapi/spec/profile-schema.d.ts +5808 -281
  178. package/dist/lib/openapi/spec/profile-schema.d.ts.map +1 -1
  179. package/dist/lib/openapi/spec/project-overview-schema.d.ts +11641 -814
  180. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  181. package/dist/lib/openapi/spec/project-overview-schema.js +8 -0
  182. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  183. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +716 -0
  184. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts.map +1 -0
  185. package/dist/lib/openapi/spec/release-plan-milestone-schema.js +72 -0
  186. package/dist/lib/openapi/spec/release-plan-milestone-schema.js.map +1 -0
  187. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +361 -0
  188. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts.map +1 -0
  189. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.js +40 -0
  190. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.js.map +1 -0
  191. package/dist/lib/openapi/spec/release-plan-schema.d.ts +1449 -0
  192. package/dist/lib/openapi/spec/release-plan-schema.d.ts.map +1 -0
  193. package/dist/lib/openapi/spec/release-plan-schema.js +74 -0
  194. package/dist/lib/openapi/spec/release-plan-schema.js.map +1 -0
  195. package/dist/lib/openapi/spec/release-plan-template-id-schema.d.ts +19 -0
  196. package/dist/lib/openapi/spec/release-plan-template-id-schema.d.ts.map +1 -0
  197. package/dist/lib/openapi/spec/release-plan-template-id-schema.js +17 -0
  198. package/dist/lib/openapi/spec/release-plan-template-id-schema.js.map +1 -0
  199. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +1434 -0
  200. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts.map +1 -0
  201. package/dist/lib/openapi/spec/release-plan-template-schema.js +79 -0
  202. package/dist/lib/openapi/spec/release-plan-template-schema.js.map +1 -0
  203. package/dist/lib/openapi/spec/search-features-schema.d.ts +11793 -725
  204. package/dist/lib/openapi/spec/search-features-schema.d.ts.map +1 -1
  205. package/dist/lib/openapi/spec/transition-condition-schema.d.ts +19 -0
  206. package/dist/lib/openapi/spec/transition-condition-schema.d.ts.map +1 -0
  207. package/dist/lib/openapi/spec/transition-condition-schema.js +17 -0
  208. package/dist/lib/openapi/spec/transition-condition-schema.js.map +1 -0
  209. package/dist/lib/routes/admin-api/index.js +2 -2
  210. package/dist/lib/routes/admin-api/index.js.map +1 -1
  211. package/dist/lib/routes/backstage.test.js +17 -5
  212. package/dist/lib/routes/backstage.test.js.map +1 -1
  213. package/dist/lib/routes/util.d.ts.map +1 -1
  214. package/dist/lib/routes/util.js +19 -1
  215. package/dist/lib/routes/util.js.map +1 -1
  216. package/dist/lib/server-impl.d.ts +8 -3
  217. package/dist/lib/server-impl.d.ts.map +1 -1
  218. package/dist/lib/server-impl.js +5 -1
  219. package/dist/lib/server-impl.js.map +1 -1
  220. package/dist/lib/services/api-token-service.d.ts +3 -2
  221. package/dist/lib/services/api-token-service.d.ts.map +1 -1
  222. package/dist/lib/services/api-token-service.js +3 -3
  223. package/dist/lib/services/api-token-service.js.map +1 -1
  224. package/dist/lib/services/index.d.ts +5 -1
  225. package/dist/lib/services/index.d.ts.map +1 -1
  226. package/dist/lib/services/index.js +16 -2
  227. package/dist/lib/services/index.js.map +1 -1
  228. package/dist/lib/services/user-service.d.ts.map +1 -1
  229. package/dist/lib/services/user-service.js +19 -3
  230. package/dist/lib/services/user-service.js.map +1 -1
  231. package/dist/lib/types/events.d.ts +41 -0
  232. package/dist/lib/types/events.d.ts.map +1 -1
  233. package/dist/lib/types/events.js +29 -1
  234. package/dist/lib/types/events.js.map +1 -1
  235. package/dist/lib/types/experimental.d.ts +3 -1
  236. package/dist/lib/types/experimental.d.ts.map +1 -1
  237. package/dist/lib/types/experimental.js +7 -6
  238. package/dist/lib/types/experimental.js.map +1 -1
  239. package/dist/lib/types/stores/feature-environment-store.d.ts +1 -1
  240. package/dist/lib/types/stores/feature-environment-store.d.ts.map +1 -1
  241. package/dist/lib/types/stores.d.ts +2 -0
  242. package/dist/lib/types/stores.d.ts.map +1 -1
  243. package/dist/lib/types/stores.js.map +1 -1
  244. package/dist/lib/ui-config/ui-config-controller.d.ts +24 -0
  245. package/dist/lib/ui-config/ui-config-controller.d.ts.map +1 -0
  246. package/dist/lib/{routes/admin-api/config.js → ui-config/ui-config-controller.js} +21 -17
  247. package/dist/lib/ui-config/ui-config-controller.js.map +1 -0
  248. package/dist/lib/ui-config/ui-config-service.d.ts +18 -0
  249. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -0
  250. package/dist/lib/ui-config/ui-config-service.js +64 -0
  251. package/dist/lib/ui-config/ui-config-service.js.map +1 -0
  252. package/dist/lib/ui-config/ui-config.test.d.ts +2 -0
  253. package/dist/lib/ui-config/ui-config.test.d.ts.map +1 -0
  254. package/dist/lib/{routes/admin-api/config.test.js → ui-config/ui-config.test.js} +6 -6
  255. package/dist/lib/ui-config/ui-config.test.js.map +1 -0
  256. package/dist/lib/util/metrics/createGauge.d.ts +17 -1
  257. package/dist/lib/util/metrics/createGauge.d.ts.map +1 -1
  258. package/dist/lib/util/metrics/createGauge.js +49 -4
  259. package/dist/lib/util/metrics/createGauge.js.map +1 -1
  260. package/dist/lib/util/random-id.js +2 -2
  261. package/dist/lib/util/random-id.js.map +1 -1
  262. package/dist/lib/util/random-id.test.d.ts +2 -0
  263. package/dist/lib/util/random-id.test.d.ts.map +1 -0
  264. package/dist/lib/util/random-id.test.js +7 -0
  265. package/dist/lib/util/random-id.test.js.map +1 -0
  266. package/dist/migrations/20210218090213-generate-server-identifier.js +2 -2
  267. package/dist/migrations/20210218090213-generate-server-identifier.js.map +1 -1
  268. package/dist/migrations/20210615115226-migrate-strategies-to-feature-strategies.js +2 -2
  269. package/dist/migrations/20210615115226-migrate-strategies-to-feature-strategies.js.map +1 -1
  270. package/dist/migrations/20250923130348-add-users-updated-at.d.ts +3 -0
  271. package/dist/migrations/20250923130348-add-users-updated-at.d.ts.map +1 -0
  272. package/dist/migrations/20250923130348-add-users-updated-at.js +40 -0
  273. package/dist/migrations/20250923130348-add-users-updated-at.js.map +1 -0
  274. package/dist/migrations/20251002095623-not-null-constraints.d.ts +3 -0
  275. package/dist/migrations/20251002095623-not-null-constraints.d.ts.map +1 -0
  276. package/dist/migrations/20251002095623-not-null-constraints.js +20 -0
  277. package/dist/migrations/20251002095623-not-null-constraints.js.map +1 -0
  278. package/dist/migrations/20251003105758-add-milestone-started-at.d.ts +3 -0
  279. package/dist/migrations/20251003105758-add-milestone-started-at.d.ts.map +1 -0
  280. package/dist/migrations/20251003105758-add-milestone-started-at.js +8 -0
  281. package/dist/migrations/20251003105758-add-milestone-started-at.js.map +1 -0
  282. package/dist/migrations/20251006111609-add-milestone-progressions.d.ts +3 -0
  283. package/dist/migrations/20251006111609-add-milestone-progressions.d.ts.map +1 -0
  284. package/dist/migrations/20251006111609-add-milestone-progressions.js +15 -0
  285. package/dist/migrations/20251006111609-add-milestone-progressions.js.map +1 -0
  286. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.d.ts +3 -0
  287. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.d.ts.map +1 -0
  288. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.js +14 -0
  289. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.js.map +1 -0
  290. package/dist/migrations/20251009132935-add-edge-node-presence.d.ts +3 -0
  291. package/dist/migrations/20251009132935-add-edge-node-presence.d.ts.map +1 -0
  292. package/dist/migrations/20251009132935-add-edge-node-presence.js +29 -0
  293. package/dist/migrations/20251009132935-add-edge-node-presence.js.map +1 -0
  294. package/dist/migrations/20251013131405-milestone-progression-uniqueness.d.ts +3 -0
  295. package/dist/migrations/20251013131405-milestone-progression-uniqueness.d.ts.map +1 -0
  296. package/dist/migrations/20251013131405-milestone-progression-uniqueness.js +9 -0
  297. package/dist/migrations/20251013131405-milestone-progression-uniqueness.js.map +1 -0
  298. package/dist/server-dev.js +7 -1
  299. package/dist/server-dev.js.map +1 -1
  300. package/dist/test/e2e/api/admin/context.e2e.test.js +2 -3
  301. package/dist/test/e2e/api/admin/context.e2e.test.js.map +1 -1
  302. package/dist/test/e2e/api/admin/user-admin.e2e.test.js +2 -3
  303. package/dist/test/e2e/api/admin/user-admin.e2e.test.js.map +1 -1
  304. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js +17 -41
  305. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js.map +1 -1
  306. package/dist/test/e2e/helpers/database-init.js +2 -2
  307. package/dist/test/e2e/helpers/database-init.js.map +1 -1
  308. package/dist/test/e2e/services/user-service.e2e.test.js +129 -99
  309. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  310. package/dist/test/e2e/stores/feature-environment-store.e2e.test.js +3 -1
  311. package/dist/test/e2e/stores/feature-environment-store.e2e.test.js.map +1 -1
  312. package/dist/test/e2e/users/user-store.e2e.test.d.ts.map +1 -0
  313. package/dist/test/e2e/users/user-store.e2e.test.js.map +1 -0
  314. package/dist/test/e2e/users/user-updates-read-model.e2e.test.d.ts +2 -0
  315. package/dist/test/e2e/users/user-updates-read-model.e2e.test.d.ts.map +1 -0
  316. package/dist/test/e2e/users/user-updates-read-model.e2e.test.js +88 -0
  317. package/dist/test/e2e/users/user-updates-read-model.e2e.test.js.map +1 -0
  318. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts +8 -0
  319. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts.map +1 -0
  320. package/dist/test/fixtures/fake/fake-release-plan-read-model.js +9 -0
  321. package/dist/test/fixtures/fake/fake-release-plan-read-model.js.map +1 -0
  322. package/dist/test/fixtures/store.d.ts.map +1 -1
  323. package/dist/test/fixtures/store.js +1 -0
  324. package/dist/test/fixtures/store.js.map +1 -1
  325. package/frontend/build/index.html +1 -1
  326. package/frontend/build/static/{AdvancedPlayground-CUkOz1YF.js → AdvancedPlayground-HWcSRQrt.js} +1 -1
  327. package/frontend/build/static/BackendConnections-Cug76pb0.js +1 -0
  328. package/frontend/build/static/{CreateProject-COHPsP3X.js → CreateProject-3uUrdDWJ.js} +1 -1
  329. package/frontend/build/static/FeatureMetricsChart-DLvE4xPU.js +2 -0
  330. package/frontend/build/static/FeatureStaleDialog-BFWmPzw7.js +7 -0
  331. package/frontend/build/static/FeatureViewLazyExport-DfivW7sC.js +10 -0
  332. package/frontend/build/static/{FlagMetricsChart-D0GI-ltv.js → FlagMetricsChart-DFDJ4xPh.js} +2 -2
  333. package/frontend/build/static/FrontendNetworkTrafficUsage-DVa2I8CC.js +1 -0
  334. package/frontend/build/static/GridLayoutWrapper-Mt7n_5lt.js +3 -0
  335. package/frontend/build/static/ImpactMetricsPage-B3ERxAH0.js +1 -0
  336. package/frontend/build/static/LazyAdminExport-s8FIvcqq.js +38 -0
  337. package/frontend/build/static/LazyProjectExport-DN00bJrc.js +728 -0
  338. package/frontend/build/static/{LifecycleChartComponent-BigwXcU3.js → LifecycleChartComponent-BOcT_Zpy.js} +3 -3
  339. package/frontend/build/static/LineChartComponent-CudSs6ri.js +1 -0
  340. package/frontend/build/static/{MarkCompletedDialogue-CS-kM4vW.js → MarkCompletedDialogue-4XT7ryE9.js} +1 -1
  341. package/frontend/build/static/{NetworkConnectedEdges-C2nfTRKM.js → NetworkConnectedEdges-CnEFuyuC.js} +1 -1
  342. package/frontend/build/static/{NetworkOverview-BKozpi8w.js → NetworkOverview-KDe9n7ZE.js} +1 -1
  343. package/frontend/build/static/{NetworkPrometheusAPIWarning-wqCXwcem.js → NetworkPrometheusAPIWarning-Cy93jJcu.js} +1 -1
  344. package/frontend/build/static/{NetworkTraffic-Co7oakIE.js → NetworkTraffic-BTN3OABv.js} +1 -1
  345. package/frontend/build/static/NetworkTrafficUsage-DwnXvons.js +1 -0
  346. package/frontend/build/static/PercentageDonut-CmWbqKEA.js +1 -0
  347. package/frontend/build/static/{ReactJSONEditor-BDMT4-_1.js → ReactJSONEditor-xNDjbhPU.js} +1 -1
  348. package/frontend/build/static/{RoleCell-COtuTPWk.js → RoleCell-DSglYWti.js} +1 -1
  349. package/frontend/build/static/{aggregateFeatureMetrics-ClblY5Ev.js → aggregateFeatureMetrics-B7oOoe9g.js} +1 -1
  350. package/frontend/build/static/{formatTickValue-DojfJagm.js → formatTickValue-4OyGeZqN.js} +2 -2
  351. package/frontend/build/static/index-D02pkj6r.js +542 -0
  352. package/frontend/build/static/metricsFormatters-7MLBOEud.js +1 -0
  353. package/frontend/build/static/{networkTrafficUsageHighlightPlugin-BMMmh5e_.js → networkTrafficUsageHighlightPlugin-CT-MfVrm.js} +1 -1
  354. package/frontend/build/static/strategyCustom-Db-ZtYWl.svg +23 -0
  355. package/frontend/build/static/strategyDefault-LnSyH2eZ.svg +17 -0
  356. package/frontend/build/static/strategyGradual-oCA99tj3.svg +18 -0
  357. package/frontend/build/static/strategyHosts-4lVYC2Bf.svg +23 -0
  358. package/frontend/build/static/strategyIPs-BHaXsOYV.svg +24 -0
  359. package/frontend/build/static/strategyOn-CX-xL0oK.svg +18 -0
  360. package/frontend/build/static/useApiTokens-wTDjjd8a.js +1 -0
  361. package/frontend/package.json +2 -2
  362. package/package.json +5 -7
  363. package/dist/lib/routes/admin-api/config.d.ts +0 -24
  364. package/dist/lib/routes/admin-api/config.d.ts.map +0 -1
  365. package/dist/lib/routes/admin-api/config.js.map +0 -1
  366. package/dist/lib/routes/admin-api/config.test.d.ts +0 -2
  367. package/dist/lib/routes/admin-api/config.test.d.ts.map +0 -1
  368. package/dist/lib/routes/admin-api/config.test.js.map +0 -1
  369. package/dist/test/e2e/stores/user-store.e2e.test.d.ts.map +0 -1
  370. package/dist/test/e2e/stores/user-store.e2e.test.js.map +0 -1
  371. package/frontend/build/static/BackendConnections-Bi1Fsohi.js +0 -1
  372. package/frontend/build/static/ChartItem-Ci-KFL7s.js +0 -1
  373. package/frontend/build/static/FeatureMetricsChart-ClbKeGOa.js +0 -2
  374. package/frontend/build/static/FeatureStaleDialog-DZvKjxPB.js +0 -7
  375. package/frontend/build/static/FeatureViewLazyExport-yCIrczZt.js +0 -10
  376. package/frontend/build/static/FrontendNetworkTrafficUsage-DlRkx8CV.js +0 -1
  377. package/frontend/build/static/ImpactMetricsPage-BYcbHNWC.js +0 -3
  378. package/frontend/build/static/LazyAdminExport-BjSYZTvt.js +0 -38
  379. package/frontend/build/static/LazyProjectExport-9mNkV9Jq.js +0 -728
  380. package/frontend/build/static/LineChartComponent-CPcDsiNa.js +0 -1
  381. package/frontend/build/static/NetworkTrafficUsage-DNDJZGXi.js +0 -1
  382. package/frontend/build/static/index-CqYZiU1N.js +0 -542
  383. package/frontend/build/static/useApiTokens-B6vbGXUF.js +0 -1
  384. /package/dist/test/e2e/{stores → users}/user-store.e2e.test.d.ts +0 -0
  385. /package/dist/test/e2e/{stores → users}/user-store.e2e.test.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"health-report-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/health-report-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
1
+ {"version":3,"file":"health-report-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/health-report-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
@@ -2,53 +2,140 @@ import type { FromSchema } from 'json-schema-to-ts';
2
2
  export declare const impactMetricsSchema: {
3
3
  readonly $id: "#/components/schemas/impactMetricsSchema";
4
4
  readonly type: "object";
5
- readonly required: readonly ["name", "help", "type", "samples"];
6
5
  readonly description: "Used for reporting impact metrics from SDKs";
7
- readonly properties: {
8
- readonly name: {
9
- readonly type: "string";
10
- readonly description: "Name of the impact metric";
11
- readonly example: "my-counter";
12
- };
13
- readonly help: {
14
- readonly description: "Human-readable description of what the metric measures";
15
- readonly type: "string";
16
- readonly example: "Counts the number of operations";
17
- };
18
- readonly type: {
19
- readonly description: "Type of the metric";
20
- readonly type: "string";
21
- readonly enum: readonly ["counter", "gauge"];
22
- readonly example: "counter";
23
- };
24
- readonly samples: {
25
- readonly description: "Samples of the metric";
26
- readonly type: "array";
27
- readonly items: {
28
- readonly type: "object";
29
- readonly required: readonly ["value"];
30
- readonly description: "A sample of a metric with a value and optional labels";
31
- readonly properties: {
32
- readonly value: {
33
- readonly type: "number";
34
- readonly description: "The value of the metric sample";
35
- readonly example: 10;
6
+ readonly oneOf: readonly [{
7
+ readonly required: readonly ["name", "help", "type", "samples"];
8
+ readonly properties: {
9
+ readonly name: {
10
+ readonly type: "string";
11
+ readonly description: "Name of the impact metric";
12
+ readonly example: "my-counter";
13
+ };
14
+ readonly help: {
15
+ readonly description: "Human-readable description of what the metric measures";
16
+ readonly type: "string";
17
+ readonly example: "Counts the number of operations";
18
+ };
19
+ readonly type: {
20
+ readonly description: "Type of the metric";
21
+ readonly type: "string";
22
+ readonly enum: readonly ["counter", "gauge"];
23
+ readonly example: "counter";
24
+ };
25
+ readonly samples: {
26
+ readonly description: "Samples of the numeric metric";
27
+ readonly type: "array";
28
+ readonly items: {
29
+ readonly type: "object";
30
+ readonly required: readonly ["value"];
31
+ readonly description: "A sample of a numeric metric with a value and optional labels";
32
+ readonly properties: {
33
+ readonly value: {
34
+ readonly type: "number";
35
+ readonly description: "The value of the metric sample";
36
+ readonly example: 10;
37
+ };
38
+ readonly labels: {
39
+ readonly description: "Optional labels for the metric sample";
40
+ readonly type: "object";
41
+ readonly additionalProperties: {
42
+ readonly oneOf: readonly [{
43
+ readonly type: "string";
44
+ }, {
45
+ readonly type: "number";
46
+ }];
47
+ };
48
+ readonly example: {
49
+ readonly application: "my-app";
50
+ readonly environment: "production";
51
+ };
52
+ };
36
53
  };
37
- readonly labels: {
38
- readonly description: "Optional labels for the metric sample";
39
- readonly type: "object";
40
- readonly additionalProperties: {
41
- readonly type: "string";
54
+ };
55
+ };
56
+ };
57
+ }, {
58
+ readonly required: readonly ["name", "help", "type", "samples"];
59
+ readonly properties: {
60
+ readonly name: {
61
+ readonly type: "string";
62
+ readonly description: "Name of the impact metric";
63
+ readonly example: "my-histogram";
64
+ };
65
+ readonly help: {
66
+ readonly description: "Human-readable description of what the metric measures";
67
+ readonly type: "string";
68
+ readonly example: "Measures request duration";
69
+ };
70
+ readonly type: {
71
+ readonly description: "Type of the metric";
72
+ readonly type: "string";
73
+ readonly enum: readonly ["histogram"];
74
+ readonly example: "histogram";
75
+ };
76
+ readonly samples: {
77
+ readonly description: "Samples of the histogram metric";
78
+ readonly type: "array";
79
+ readonly items: {
80
+ readonly type: "object";
81
+ readonly required: readonly ["count", "sum", "buckets"];
82
+ readonly description: "A sample of a histogram metric with count, sum, buckets and optional labels";
83
+ readonly properties: {
84
+ readonly count: {
85
+ readonly type: "number";
86
+ readonly description: "Total count of observations";
87
+ readonly example: 100;
88
+ };
89
+ readonly sum: {
90
+ readonly type: "number";
91
+ readonly description: "Sum of all observed values";
92
+ readonly example: 1500;
42
93
  };
43
- readonly example: {
44
- readonly application: "my-app";
45
- readonly environment: "production";
94
+ readonly buckets: {
95
+ readonly type: "array";
96
+ readonly description: "Histogram buckets";
97
+ readonly items: {
98
+ readonly type: "object";
99
+ readonly required: readonly ["le", "count"];
100
+ readonly properties: {
101
+ readonly le: {
102
+ readonly oneOf: readonly [{
103
+ readonly type: "number";
104
+ }, {
105
+ readonly type: "string";
106
+ readonly enum: readonly ["+Inf"];
107
+ }];
108
+ readonly description: "Upper bound of the bucket";
109
+ readonly example: 0.5;
110
+ };
111
+ readonly count: {
112
+ readonly type: "number";
113
+ readonly description: "Count of observations in this bucket";
114
+ readonly example: 30;
115
+ };
116
+ };
117
+ };
118
+ };
119
+ readonly labels: {
120
+ readonly description: "Optional labels for the metric sample";
121
+ readonly type: "object";
122
+ readonly additionalProperties: {
123
+ readonly oneOf: readonly [{
124
+ readonly type: "string";
125
+ }, {
126
+ readonly type: "number";
127
+ }];
128
+ };
129
+ readonly example: {
130
+ readonly application: "my-app";
131
+ readonly environment: "production";
132
+ };
46
133
  };
47
134
  };
48
135
  };
49
136
  };
50
137
  };
51
- };
138
+ }];
52
139
  readonly components: {
53
140
  readonly schemas: {};
54
141
  };
@@ -1 +1 @@
1
- {"version":3,"file":"impact-metrics-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/impact-metrics-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDtB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"impact-metrics-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/impact-metrics-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsJtB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
@@ -1,53 +1,142 @@
1
1
  export const impactMetricsSchema = {
2
2
  $id: '#/components/schemas/impactMetricsSchema',
3
3
  type: 'object',
4
- required: ['name', 'help', 'type', 'samples'],
5
4
  description: 'Used for reporting impact metrics from SDKs',
6
- properties: {
7
- name: {
8
- type: 'string',
9
- description: 'Name of the impact metric',
10
- example: 'my-counter',
11
- },
12
- help: {
13
- description: 'Human-readable description of what the metric measures',
14
- type: 'string',
15
- example: 'Counts the number of operations',
16
- },
17
- type: {
18
- description: 'Type of the metric',
19
- type: 'string',
20
- enum: ['counter', 'gauge'],
21
- example: 'counter',
22
- },
23
- samples: {
24
- description: 'Samples of the metric',
25
- type: 'array',
26
- items: {
27
- type: 'object',
28
- required: ['value'],
29
- description: 'A sample of a metric with a value and optional labels',
30
- properties: {
31
- value: {
32
- type: 'number',
33
- description: 'The value of the metric sample',
34
- example: 10,
35
- },
36
- labels: {
37
- description: 'Optional labels for the metric sample',
5
+ oneOf: [
6
+ {
7
+ required: ['name', 'help', 'type', 'samples'],
8
+ properties: {
9
+ name: {
10
+ type: 'string',
11
+ description: 'Name of the impact metric',
12
+ example: 'my-counter',
13
+ },
14
+ help: {
15
+ description: 'Human-readable description of what the metric measures',
16
+ type: 'string',
17
+ example: 'Counts the number of operations',
18
+ },
19
+ type: {
20
+ description: 'Type of the metric',
21
+ type: 'string',
22
+ enum: ['counter', 'gauge'],
23
+ example: 'counter',
24
+ },
25
+ samples: {
26
+ description: 'Samples of the numeric metric',
27
+ type: 'array',
28
+ items: {
38
29
  type: 'object',
39
- additionalProperties: {
40
- type: 'string',
30
+ required: ['value'],
31
+ description: 'A sample of a numeric metric with a value and optional labels',
32
+ properties: {
33
+ value: {
34
+ type: 'number',
35
+ description: 'The value of the metric sample',
36
+ example: 10,
37
+ },
38
+ labels: {
39
+ description: 'Optional labels for the metric sample',
40
+ type: 'object',
41
+ additionalProperties: {
42
+ oneOf: [
43
+ { type: 'string' },
44
+ { type: 'number' },
45
+ ],
46
+ },
47
+ example: {
48
+ application: 'my-app',
49
+ environment: 'production',
50
+ },
51
+ },
41
52
  },
42
- example: {
43
- application: 'my-app',
44
- environment: 'production',
53
+ },
54
+ },
55
+ },
56
+ },
57
+ {
58
+ required: ['name', 'help', 'type', 'samples'],
59
+ properties: {
60
+ name: {
61
+ type: 'string',
62
+ description: 'Name of the impact metric',
63
+ example: 'my-histogram',
64
+ },
65
+ help: {
66
+ description: 'Human-readable description of what the metric measures',
67
+ type: 'string',
68
+ example: 'Measures request duration',
69
+ },
70
+ type: {
71
+ description: 'Type of the metric',
72
+ type: 'string',
73
+ enum: ['histogram'],
74
+ example: 'histogram',
75
+ },
76
+ samples: {
77
+ description: 'Samples of the histogram metric',
78
+ type: 'array',
79
+ items: {
80
+ type: 'object',
81
+ required: ['count', 'sum', 'buckets'],
82
+ description: 'A sample of a histogram metric with count, sum, buckets and optional labels',
83
+ properties: {
84
+ count: {
85
+ type: 'number',
86
+ description: 'Total count of observations',
87
+ example: 100,
88
+ },
89
+ sum: {
90
+ type: 'number',
91
+ description: 'Sum of all observed values',
92
+ example: 1500,
93
+ },
94
+ buckets: {
95
+ type: 'array',
96
+ description: 'Histogram buckets',
97
+ items: {
98
+ type: 'object',
99
+ required: ['le', 'count'],
100
+ properties: {
101
+ le: {
102
+ oneOf: [
103
+ { type: 'number' },
104
+ {
105
+ type: 'string',
106
+ enum: ['+Inf'],
107
+ },
108
+ ],
109
+ description: 'Upper bound of the bucket',
110
+ example: 0.5,
111
+ },
112
+ count: {
113
+ type: 'number',
114
+ description: 'Count of observations in this bucket',
115
+ example: 30,
116
+ },
117
+ },
118
+ },
119
+ },
120
+ labels: {
121
+ description: 'Optional labels for the metric sample',
122
+ type: 'object',
123
+ additionalProperties: {
124
+ oneOf: [
125
+ { type: 'string' },
126
+ { type: 'number' },
127
+ ],
128
+ },
129
+ example: {
130
+ application: 'my-app',
131
+ environment: 'production',
132
+ },
133
+ },
45
134
  },
46
135
  },
47
136
  },
48
137
  },
49
138
  },
50
- },
139
+ ],
51
140
  components: {
52
141
  schemas: {},
53
142
  },
@@ -1 +1 @@
1
- {"version":3,"file":"impact-metrics-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/impact-metrics-schema.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,mBAAmB,GAAG;IAC/B,GAAG,EAAE,0CAA0C;IAC/C,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,CAAC;IAC7C,WAAW,EAAE,6CAA6C;IAC1D,UAAU,EAAE;QACR,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,2BAA2B;YACxC,OAAO,EAAE,YAAY;SACxB;QACD,IAAI,EAAE;YACF,WAAW,EACP,wDAAwD;YAC5D,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,iCAAiC;SAC7C;QACD,IAAI,EAAE;YACF,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC;YAC1B,OAAO,EAAE,SAAS;SACrB;QACD,OAAO,EAAE;YACL,WAAW,EAAE,uBAAuB;YACpC,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,CAAC,OAAO,CAAC;gBACnB,WAAW,EACP,uDAAuD;gBAC3D,UAAU,EAAE;oBACR,KAAK,EAAE;wBACH,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,gCAAgC;wBAC7C,OAAO,EAAE,EAAE;qBACd;oBACD,MAAM,EAAE;wBACJ,WAAW,EAAE,uCAAuC;wBACpD,IAAI,EAAE,QAAQ;wBACd,oBAAoB,EAAE;4BAClB,IAAI,EAAE,QAAQ;yBACjB;wBACD,OAAO,EAAE;4BACL,WAAW,EAAE,QAAQ;4BACrB,WAAW,EAAE,YAAY;yBAC5B;qBACJ;iBACJ;aACJ;SACJ;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE,EAAE;KACd;CACK,CAAC"}
1
+ {"version":3,"file":"impact-metrics-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/impact-metrics-schema.ts"],"names":[],"mappings":"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"}