unleash-server 7.4.0 → 7.4.2

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 (718) hide show
  1. package/README.md +8 -3
  2. package/dist/lib/addons/feature-event-formatter-md.d.ts.map +1 -1
  3. package/dist/lib/addons/feature-event-formatter-md.js +1 -0
  4. package/dist/lib/addons/feature-event-formatter-md.js.map +1 -1
  5. package/dist/lib/addons/feature-event-formatter-md.test.js +45 -2
  6. package/dist/lib/addons/feature-event-formatter-md.test.js.map +1 -1
  7. package/dist/lib/addons/slack-definition.d.ts.map +1 -1
  8. package/dist/lib/addons/slack-definition.js +3 -1
  9. package/dist/lib/addons/slack-definition.js.map +1 -1
  10. package/dist/lib/app.test.js +4 -0
  11. package/dist/lib/app.test.js.map +1 -1
  12. package/dist/lib/create-config.d.ts.map +1 -1
  13. package/dist/lib/create-config.js +6 -1
  14. package/dist/lib/create-config.js.map +1 -1
  15. package/dist/lib/db/feature-environment-store.d.ts.map +1 -1
  16. package/dist/lib/db/feature-environment-store.js.map +1 -1
  17. package/dist/lib/db/index.d.ts.map +1 -1
  18. package/dist/lib/db/index.js +5 -2
  19. package/dist/lib/db/index.js.map +1 -1
  20. package/dist/lib/features/access/access-read-model.d.ts.map +1 -1
  21. package/dist/lib/features/access/access-read-model.js +3 -2
  22. package/dist/lib/features/access/access-read-model.js.map +1 -1
  23. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.d.ts.map +1 -1
  24. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js +14 -7
  25. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js.map +1 -1
  26. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +54 -0
  27. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
  28. package/dist/lib/features/client-feature-toggles/delta/delta-cache.d.ts +1 -0
  29. package/dist/lib/features/client-feature-toggles/delta/delta-cache.d.ts.map +1 -1
  30. package/dist/lib/features/client-feature-toggles/delta/delta-cache.js +14 -0
  31. package/dist/lib/features/client-feature-toggles/delta/delta-cache.js.map +1 -1
  32. package/dist/lib/{routes/admin-api/constraints.d.ts → features/constraints/constraints-controller.d.ts} +5 -5
  33. package/dist/lib/features/constraints/constraints-controller.d.ts.map +1 -0
  34. package/dist/lib/{routes/admin-api/constraints.js → features/constraints/constraints-controller.js} +6 -6
  35. package/dist/lib/features/constraints/constraints-controller.js.map +1 -0
  36. package/dist/lib/features/constraints/constraints-read-model-type.d.ts +6 -0
  37. package/dist/lib/features/constraints/constraints-read-model-type.d.ts.map +1 -0
  38. package/dist/lib/features/constraints/constraints-read-model-type.js +2 -0
  39. package/dist/lib/features/constraints/constraints-read-model-type.js.map +1 -0
  40. package/dist/lib/features/constraints/constraints-read-model.d.ts +11 -0
  41. package/dist/lib/features/constraints/constraints-read-model.d.ts.map +1 -0
  42. package/dist/lib/features/constraints/constraints-read-model.js +55 -0
  43. package/dist/lib/features/constraints/constraints-read-model.js.map +1 -0
  44. package/dist/lib/features/constraints/constraints-read-model.test.d.ts +2 -0
  45. package/dist/lib/features/constraints/constraints-read-model.test.d.ts.map +1 -0
  46. package/dist/lib/features/constraints/constraints-read-model.test.js +388 -0
  47. package/dist/lib/features/constraints/constraints-read-model.test.js.map +1 -0
  48. package/dist/lib/features/constraints/constraints.e2e.test.d.ts.map +1 -0
  49. package/dist/{test/e2e/api/admin → lib/features/constraints}/constraints.e2e.test.js +4 -4
  50. package/dist/lib/features/constraints/constraints.e2e.test.js.map +1 -0
  51. package/dist/lib/features/constraints/createConstraintsReadModel.d.ts +5 -0
  52. package/dist/lib/features/constraints/createConstraintsReadModel.d.ts.map +1 -0
  53. package/dist/lib/features/constraints/createConstraintsReadModel.js +9 -0
  54. package/dist/lib/features/constraints/createConstraintsReadModel.js.map +1 -0
  55. package/dist/lib/features/constraints/fake-constraints-read-model.d.ts +7 -0
  56. package/dist/lib/features/constraints/fake-constraints-read-model.d.ts.map +1 -0
  57. package/dist/lib/features/constraints/fake-constraints-read-model.js +11 -0
  58. package/dist/lib/features/constraints/fake-constraints-read-model.js.map +1 -0
  59. package/dist/lib/features/context/context-field-store-type.d.ts +2 -0
  60. package/dist/lib/features/context/context-field-store-type.d.ts.map +1 -1
  61. package/dist/lib/features/context/context-field-store.d.ts +2 -0
  62. package/dist/lib/features/context/context-field-store.d.ts.map +1 -1
  63. package/dist/lib/features/context/context-field-store.js +11 -0
  64. package/dist/lib/features/context/context-field-store.js.map +1 -1
  65. package/dist/lib/features/context/context-service.d.ts +8 -0
  66. package/dist/lib/features/context/context-service.d.ts.map +1 -1
  67. package/dist/lib/features/context/context-service.js +31 -0
  68. package/dist/lib/features/context/context-service.js.map +1 -1
  69. package/dist/lib/features/context/context.d.ts +10 -4
  70. package/dist/lib/features/context/context.d.ts.map +1 -1
  71. package/dist/lib/features/context/context.js +68 -33
  72. package/dist/lib/features/context/context.js.map +1 -1
  73. package/dist/lib/features/context/createContextService.js +1 -1
  74. package/dist/lib/features/context/createContextService.js.map +1 -1
  75. package/dist/lib/features/context/fake-context-field-store.d.ts +1 -0
  76. package/dist/lib/features/context/fake-context-field-store.d.ts.map +1 -1
  77. package/dist/lib/features/context/fake-context-field-store.js +4 -1
  78. package/dist/lib/features/context/fake-context-field-store.js.map +1 -1
  79. package/dist/lib/features/dependent-features/dependent-features-controller.d.ts.map +1 -1
  80. package/dist/lib/features/dependent-features/dependent-features-controller.js +0 -1
  81. package/dist/lib/features/dependent-features/dependent-features-controller.js.map +1 -1
  82. package/dist/lib/features/edgetokens/edge-hmac-verifier.d.ts +4 -0
  83. package/dist/lib/features/edgetokens/edge-hmac-verifier.d.ts.map +1 -0
  84. package/dist/lib/features/edgetokens/edge-hmac-verifier.js +83 -0
  85. package/dist/lib/features/edgetokens/edge-hmac-verifier.js.map +1 -0
  86. package/dist/lib/features/edgetokens/edge-token-store.d.ts +16 -0
  87. package/dist/lib/features/edgetokens/edge-token-store.d.ts.map +1 -0
  88. package/dist/lib/features/edgetokens/edge-token-store.js +101 -0
  89. package/dist/lib/features/edgetokens/edge-token-store.js.map +1 -0
  90. package/dist/lib/features/edgetokens/edge-tokens.d.ts +2 -0
  91. package/dist/lib/features/edgetokens/edge-tokens.d.ts.map +1 -0
  92. package/dist/lib/features/edgetokens/edge-tokens.js +16 -0
  93. package/dist/lib/features/edgetokens/edge-tokens.js.map +1 -0
  94. package/dist/lib/features/edgetokens/edge-tokens.test.d.ts +2 -0
  95. package/dist/lib/features/edgetokens/edge-tokens.test.d.ts.map +1 -0
  96. package/dist/lib/features/edgetokens/edge-tokens.test.js +22 -0
  97. package/dist/lib/features/edgetokens/edge-tokens.test.js.map +1 -0
  98. package/dist/lib/features/edgetokens/edge-verification.d.ts +3 -0
  99. package/dist/lib/features/edgetokens/edge-verification.d.ts.map +1 -0
  100. package/dist/lib/features/edgetokens/edge-verification.js +25 -0
  101. package/dist/lib/features/edgetokens/edge-verification.js.map +1 -0
  102. package/dist/lib/features/edgetokens/edge-verification.test.d.ts +2 -0
  103. package/dist/lib/features/edgetokens/edge-verification.test.d.ts.map +1 -0
  104. package/dist/lib/features/edgetokens/edge-verification.test.js +18 -0
  105. package/dist/lib/features/edgetokens/edge-verification.test.js.map +1 -0
  106. package/dist/lib/features/edgetokens/fake-edge-token-store.d.ts +11 -0
  107. package/dist/lib/features/edgetokens/fake-edge-token-store.d.ts.map +1 -0
  108. package/dist/lib/features/edgetokens/fake-edge-token-store.js +21 -0
  109. package/dist/lib/features/edgetokens/fake-edge-token-store.js.map +1 -0
  110. package/dist/lib/features/events/event-store.d.ts.map +1 -1
  111. package/dist/lib/features/events/event-store.js +14 -3
  112. package/dist/lib/features/events/event-store.js.map +1 -1
  113. package/dist/lib/features/export-import-toggles/export-import-service.d.ts.map +1 -1
  114. package/dist/lib/features/export-import-toggles/export-import-service.js +10 -1
  115. package/dist/lib/features/export-import-toggles/export-import-service.js.map +1 -1
  116. package/dist/lib/features/export-import-toggles/export-import.e2e.test.js +8 -3
  117. package/dist/lib/features/export-import-toggles/export-import.e2e.test.js.map +1 -1
  118. package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.d.ts.map +1 -1
  119. package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.js +6 -3
  120. package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.js.map +1 -1
  121. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.d.ts +5 -4
  122. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.d.ts.map +1 -1
  123. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.js +11 -4
  124. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.js.map +1 -1
  125. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model-type.d.ts +1 -1
  126. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model-type.d.ts.map +1 -1
  127. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.d.ts +1 -1
  128. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.d.ts.map +1 -1
  129. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.js +17 -18
  130. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.js.map +1 -1
  131. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.test.js +17 -0
  132. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.test.js.map +1 -1
  133. package/dist/lib/features/feature-links/createFeatureLinkService.d.ts +4 -1
  134. package/dist/lib/features/feature-links/createFeatureLinkService.d.ts.map +1 -1
  135. package/dist/lib/features/feature-links/createFeatureLinkService.js +7 -3
  136. package/dist/lib/features/feature-links/createFeatureLinkService.js.map +1 -1
  137. package/dist/lib/features/feature-links/feature-link-controller.d.ts.map +1 -1
  138. package/dist/lib/features/feature-links/feature-link-controller.js +6 -3
  139. package/dist/lib/features/feature-links/feature-link-controller.js.map +1 -1
  140. package/dist/lib/features/feature-links/feature-link-service.d.ts +3 -0
  141. package/dist/lib/features/feature-links/feature-link-service.d.ts.map +1 -1
  142. package/dist/lib/features/feature-links/feature-link-service.js +5 -0
  143. package/dist/lib/features/feature-links/feature-link-service.js.map +1 -1
  144. package/dist/lib/features/feature-links/feature-link-service.test.js +20 -3
  145. package/dist/lib/features/feature-links/feature-link-service.test.js.map +1 -1
  146. package/dist/lib/features/feature-search/createFeatureSearchService.d.ts +3 -2
  147. package/dist/lib/features/feature-search/createFeatureSearchService.d.ts.map +1 -1
  148. package/dist/lib/features/feature-search/createFeatureSearchService.js +4 -4
  149. package/dist/lib/features/feature-search/createFeatureSearchService.js.map +1 -1
  150. package/dist/lib/features/feature-search/feature-search-controller.js +2 -2
  151. package/dist/lib/features/feature-search/feature-search-controller.js.map +1 -1
  152. package/dist/lib/features/feature-search/feature-search-service.d.ts +4 -2
  153. package/dist/lib/features/feature-search/feature-search-service.d.ts.map +1 -1
  154. package/dist/lib/features/feature-search/feature-search-service.js +12 -3
  155. package/dist/lib/features/feature-search/feature-search-service.js.map +1 -1
  156. package/dist/lib/features/feature-search/feature.search.e2e.test.js +3 -3
  157. package/dist/lib/features/feature-search/feature.search.e2e.test.js.map +1 -1
  158. package/dist/lib/features/feature-toggle/configuration-revision-service.d.ts +2 -1
  159. package/dist/lib/features/feature-toggle/configuration-revision-service.d.ts.map +1 -1
  160. package/dist/lib/features/feature-toggle/configuration-revision-service.js +16 -0
  161. package/dist/lib/features/feature-toggle/configuration-revision-service.js.map +1 -1
  162. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts +1 -1
  163. package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts +2 -0
  164. package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts.map +1 -1
  165. package/dist/lib/features/feature-toggle/createFeatureToggleService.js +8 -2
  166. package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
  167. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts +6 -0
  168. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts.map +1 -1
  169. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js +6 -2
  170. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js.map +1 -1
  171. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +6 -6
  172. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  173. package/dist/lib/features/feature-toggle/feature-toggle-service.js +6 -44
  174. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  175. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  176. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +6 -0
  177. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  178. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.d.ts +2 -0
  179. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.d.ts.map +1 -0
  180. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.js +185 -0
  181. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.js.map +1 -0
  182. package/dist/lib/features/frontend-api/createFrontendApiService.d.ts.map +1 -1
  183. package/dist/lib/features/frontend-api/createFrontendApiService.js +2 -0
  184. package/dist/lib/features/frontend-api/createFrontendApiService.js.map +1 -1
  185. package/dist/lib/features/index.d.ts +1 -0
  186. package/dist/lib/features/index.d.ts.map +1 -1
  187. package/dist/lib/features/index.js +1 -0
  188. package/dist/lib/features/index.js.map +1 -1
  189. package/dist/lib/features/instance-stats/createInstanceStatsService.d.ts.map +1 -1
  190. package/dist/lib/features/instance-stats/createInstanceStatsService.js +0 -1
  191. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  192. package/dist/lib/features/instance-stats/getReadOnlyUsers.d.ts.map +1 -1
  193. package/dist/lib/features/instance-stats/getReadOnlyUsers.js +1 -16
  194. package/dist/lib/features/instance-stats/getReadOnlyUsers.js.map +1 -1
  195. package/dist/lib/features/instance-stats/instance-stats-service.d.ts +5 -3
  196. package/dist/lib/features/instance-stats/instance-stats-service.d.ts.map +1 -1
  197. package/dist/lib/features/instance-stats/instance-stats-service.js +15 -2
  198. package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -1
  199. package/dist/lib/features/metrics/last-seen/tests/last-seen-service.test.js +2 -2
  200. package/dist/lib/features/metrics/last-seen/tests/last-seen-service.test.js.map +1 -1
  201. package/dist/lib/features/metrics/shared/schema.d.ts.map +1 -1
  202. package/dist/lib/features/metrics/shared/schema.js +10 -2
  203. package/dist/lib/features/metrics/shared/schema.js.map +1 -1
  204. package/dist/lib/features/metrics/shared/schema.test.js +18 -0
  205. package/dist/lib/features/metrics/shared/schema.test.js.map +1 -1
  206. package/dist/lib/features/pat/createPatService.d.ts +6 -0
  207. package/dist/lib/features/pat/createPatService.d.ts.map +1 -0
  208. package/dist/lib/features/pat/createPatService.js +15 -0
  209. package/dist/lib/features/pat/createPatService.js.map +1 -0
  210. package/dist/lib/features/pat/fake-pat-store.d.ts +18 -0
  211. package/dist/lib/features/pat/fake-pat-store.d.ts.map +1 -0
  212. package/dist/lib/features/pat/fake-pat-store.js +52 -0
  213. package/dist/lib/features/pat/fake-pat-store.js.map +1 -0
  214. package/dist/lib/{services → features/pat}/pat-service.d.ts +3 -3
  215. package/dist/lib/features/pat/pat-service.d.ts.map +1 -0
  216. package/dist/lib/{services → features/pat}/pat-service.js +5 -5
  217. package/dist/lib/features/pat/pat-service.js.map +1 -0
  218. package/dist/lib/{types/stores/pat-store.d.ts → features/pat/pat-store-type.d.ts} +2 -2
  219. package/dist/lib/features/pat/pat-store-type.d.ts.map +1 -0
  220. package/dist/lib/features/pat/pat-store-type.js +2 -0
  221. package/dist/lib/features/pat/pat-store-type.js.map +1 -0
  222. package/dist/lib/{db → features/pat}/pat-store.d.ts +4 -4
  223. package/dist/lib/features/pat/pat-store.d.ts.map +1 -0
  224. package/dist/lib/{db → features/pat}/pat-store.js +1 -1
  225. package/dist/lib/features/pat/pat-store.js.map +1 -0
  226. package/dist/lib/features/personal-dashboard/personal-dashboard-controller.d.ts.map +1 -1
  227. package/dist/lib/features/personal-dashboard/personal-dashboard-controller.js +4 -2
  228. package/dist/lib/features/personal-dashboard/personal-dashboard-controller.js.map +1 -1
  229. package/dist/lib/features/playground/feature-evaluator/constraint.d.ts +2 -1
  230. package/dist/lib/features/playground/feature-evaluator/constraint.d.ts.map +1 -1
  231. package/dist/lib/features/playground/feature-evaluator/constraint.js +18 -0
  232. package/dist/lib/features/playground/feature-evaluator/constraint.js.map +1 -1
  233. package/dist/lib/features/playground/offline-unleash-client.test.js +105 -0
  234. package/dist/lib/features/playground/offline-unleash-client.test.js.map +1 -1
  235. package/dist/lib/features/private-project/privateProjectStore.js +1 -1
  236. package/dist/lib/features/private-project/privateProjectStore.js.map +1 -1
  237. package/dist/lib/features/project/project-controller.d.ts.map +1 -1
  238. package/dist/lib/features/project/project-controller.js +2 -0
  239. package/dist/lib/features/project/project-controller.js.map +1 -1
  240. package/dist/lib/features/project-environments/environment-service.d.ts.map +1 -1
  241. package/dist/lib/features/project-environments/environment-service.js +4 -0
  242. package/dist/lib/features/project-environments/environment-service.js.map +1 -1
  243. package/dist/lib/features/project-status/project-status-controller.d.ts.map +1 -1
  244. package/dist/lib/features/project-status/project-status-controller.js +2 -1
  245. package/dist/lib/features/project-status/project-status-controller.js.map +1 -1
  246. package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.d.ts +12 -0
  247. package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.d.ts.map +1 -0
  248. package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.js +26 -0
  249. package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.js.map +1 -0
  250. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.d.ts +20 -0
  251. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.d.ts.map +1 -0
  252. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.js +37 -0
  253. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.js.map +1 -0
  254. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.d.ts +2 -0
  255. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.d.ts.map +1 -0
  256. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.js +69 -0
  257. package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.js.map +1 -0
  258. package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.d.ts +10 -2
  259. package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.d.ts.map +1 -1
  260. package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.js +0 -1
  261. package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.js.map +1 -1
  262. package/dist/lib/features/scheduler/schedule-services.d.ts.map +1 -1
  263. package/dist/lib/features/scheduler/schedule-services.js +3 -2
  264. package/dist/lib/features/scheduler/schedule-services.js.map +1 -1
  265. package/dist/lib/features/segment/admin-segment.e2e.test.js +117 -0
  266. package/dist/lib/features/segment/admin-segment.e2e.test.js.map +1 -1
  267. package/dist/lib/features/segment/createSegmentService.d.ts.map +1 -1
  268. package/dist/lib/features/segment/createSegmentService.js +7 -2
  269. package/dist/lib/features/segment/createSegmentService.js.map +1 -1
  270. package/dist/lib/features/segment/segment-controller.d.ts +2 -2
  271. package/dist/lib/features/segment/segment-controller.d.ts.map +1 -1
  272. package/dist/lib/features/segment/segment-controller.js +8 -5
  273. package/dist/lib/features/segment/segment-controller.js.map +1 -1
  274. package/dist/lib/features/segment/segment-service-interface.d.ts +2 -2
  275. package/dist/lib/features/segment/segment-service-interface.d.ts.map +1 -1
  276. package/dist/lib/features/segment/segment-service.d.ts +6 -3
  277. package/dist/lib/features/segment/segment-service.d.ts.map +1 -1
  278. package/dist/lib/features/segment/segment-service.js +35 -5
  279. package/dist/lib/features/segment/segment-service.js.map +1 -1
  280. package/dist/lib/features/users/createUserService.d.ts.map +1 -1
  281. package/dist/lib/features/users/createUserService.js +3 -1
  282. package/dist/lib/features/users/createUserService.js.map +1 -1
  283. package/dist/lib/features/users/user-store.d.ts.map +1 -1
  284. package/dist/lib/features/users/user-store.js +8 -0
  285. package/dist/lib/features/users/user-store.js.map +1 -1
  286. package/dist/lib/features/users/user-updates-read-model.d.ts +3 -0
  287. package/dist/lib/features/users/user-updates-read-model.d.ts.map +1 -1
  288. package/dist/lib/features/users/user-updates-read-model.js +3 -0
  289. package/dist/lib/features/users/user-updates-read-model.js.map +1 -1
  290. package/dist/lib/metric-events.d.ts +15 -2
  291. package/dist/lib/metric-events.d.ts.map +1 -1
  292. package/dist/lib/metric-events.js +2 -1
  293. package/dist/lib/metric-events.js.map +1 -1
  294. package/dist/lib/metrics.d.ts.map +1 -1
  295. package/dist/lib/metrics.js +63 -8
  296. package/dist/lib/metrics.js.map +1 -1
  297. package/dist/lib/metrics.test.js +3 -3
  298. package/dist/lib/metrics.test.js.map +1 -1
  299. package/dist/lib/middleware/conditional-middleware.d.ts +1 -1
  300. package/dist/lib/middleware/conditional-middleware.d.ts.map +1 -1
  301. package/dist/lib/middleware/conditional-middleware.js +2 -5
  302. package/dist/lib/middleware/conditional-middleware.js.map +1 -1
  303. package/dist/lib/middleware/response-time-metrics.test.js +4 -0
  304. package/dist/lib/middleware/response-time-metrics.test.js.map +1 -1
  305. package/dist/lib/middleware/secure-headers.d.ts.map +1 -1
  306. package/dist/lib/middleware/secure-headers.js +2 -0
  307. package/dist/lib/middleware/secure-headers.js.map +1 -1
  308. package/dist/lib/openapi/spec/admin-segment-schema.d.ts +1 -1
  309. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +4 -4
  310. package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +8 -8
  311. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +17 -17
  312. package/dist/lib/openapi/spec/client-feature-schema.d.ts +2 -2
  313. package/dist/lib/openapi/spec/client-features-delta-schema.d.ts +5 -5
  314. package/dist/lib/openapi/spec/client-features-schema.d.ts +5 -5
  315. package/dist/lib/openapi/spec/client-features-schema.test.js +12 -0
  316. package/dist/lib/openapi/spec/client-features-schema.test.js.map +1 -1
  317. package/dist/lib/openapi/spec/client-metrics-schema.d.ts +1 -0
  318. package/dist/lib/openapi/spec/client-metrics-schema.d.ts.map +1 -1
  319. package/dist/lib/openapi/spec/client-metrics-schema.js +1 -0
  320. package/dist/lib/openapi/spec/client-metrics-schema.js.map +1 -1
  321. package/dist/lib/openapi/spec/client-segment-schema.d.ts +1 -1
  322. package/dist/lib/openapi/spec/constraint-schema.d.ts +2 -2
  323. package/dist/lib/openapi/spec/context-field-schema.d.ts +5 -0
  324. package/dist/lib/openapi/spec/context-field-schema.d.ts.map +1 -1
  325. package/dist/lib/openapi/spec/context-field-schema.js +5 -0
  326. package/dist/lib/openapi/spec/context-field-schema.js.map +1 -1
  327. package/dist/lib/openapi/spec/context-fields-schema.d.ts +5 -0
  328. package/dist/lib/openapi/spec/context-fields-schema.d.ts.map +1 -1
  329. package/dist/lib/openapi/spec/context-query-parameters.d.ts +12 -0
  330. package/dist/lib/openapi/spec/context-query-parameters.d.ts.map +1 -0
  331. package/dist/lib/openapi/spec/context-query-parameters.js +12 -0
  332. package/dist/lib/openapi/spec/context-query-parameters.js.map +1 -0
  333. package/dist/lib/openapi/spec/create-context-field-schema.d.ts +5 -0
  334. package/dist/lib/openapi/spec/create-context-field-schema.d.ts.map +1 -1
  335. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +1 -1
  336. package/dist/lib/openapi/spec/create-user-response-schema.d.ts +19 -1
  337. package/dist/lib/openapi/spec/create-user-response-schema.d.ts.map +1 -1
  338. package/dist/lib/openapi/spec/create-user-response-schema.js +8 -1
  339. package/dist/lib/openapi/spec/create-user-response-schema.js.map +1 -1
  340. package/dist/lib/openapi/spec/create-user-schema.d.ts +1 -1
  341. package/dist/lib/openapi/spec/create-user-schema.d.ts.map +1 -1
  342. package/dist/lib/openapi/spec/create-user-schema.js +8 -1
  343. package/dist/lib/openapi/spec/create-user-schema.js.map +1 -1
  344. package/dist/lib/openapi/spec/edge-environment-projects-list-schema.d.ts +41 -0
  345. package/dist/lib/openapi/spec/edge-environment-projects-list-schema.d.ts.map +1 -0
  346. package/dist/lib/openapi/spec/edge-environment-projects-list-schema.js +39 -0
  347. package/dist/lib/openapi/spec/edge-environment-projects-list-schema.js.map +1 -0
  348. package/dist/lib/openapi/spec/edge-token-schema.d.ts +6 -1
  349. package/dist/lib/openapi/spec/edge-token-schema.d.ts.map +1 -1
  350. package/dist/lib/openapi/spec/edge-token-schema.js +6 -1
  351. package/dist/lib/openapi/spec/edge-token-schema.js.map +1 -1
  352. package/dist/lib/openapi/spec/environment-project-schema.d.ts +2 -2
  353. package/dist/lib/openapi/spec/environments-project-schema.d.ts +4 -4
  354. package/dist/lib/openapi/spec/export-result-schema.d.ts +73 -68
  355. package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
  356. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +17 -17
  357. package/dist/lib/openapi/spec/feature-schema.d.ts +34 -34
  358. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +34 -34
  359. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +36 -36
  360. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +1 -1
  361. package/dist/lib/openapi/spec/group-schema.d.ts +36 -0
  362. package/dist/lib/openapi/spec/group-schema.d.ts.map +1 -1
  363. package/dist/lib/openapi/spec/group-user-model-schema.d.ts +18 -0
  364. package/dist/lib/openapi/spec/group-user-model-schema.d.ts.map +1 -1
  365. package/dist/lib/openapi/spec/groups-schema.d.ts +72 -0
  366. package/dist/lib/openapi/spec/groups-schema.d.ts.map +1 -1
  367. package/dist/lib/openapi/spec/health-overview-schema.d.ts +69 -69
  368. package/dist/lib/openapi/spec/health-report-schema.d.ts +69 -69
  369. package/dist/lib/openapi/spec/index.d.ts +3 -0
  370. package/dist/lib/openapi/spec/index.d.ts.map +1 -1
  371. package/dist/lib/openapi/spec/index.js +3 -0
  372. package/dist/lib/openapi/spec/index.js.map +1 -1
  373. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts +6 -0
  374. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts.map +1 -1
  375. package/dist/lib/openapi/spec/instance-admin-stats-schema.js +6 -0
  376. package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
  377. package/dist/lib/openapi/spec/me-schema.d.ts +18 -0
  378. package/dist/lib/openapi/spec/me-schema.d.ts.map +1 -1
  379. package/dist/lib/openapi/spec/playground-constraint-schema.d.ts +1 -1
  380. package/dist/lib/openapi/spec/playground-feature-schema.d.ts +4 -4
  381. package/dist/lib/openapi/spec/playground-response-schema.d.ts +9 -9
  382. package/dist/lib/openapi/spec/playground-segment-schema.d.ts +1 -1
  383. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +2 -2
  384. package/dist/lib/openapi/spec/profile-schema.d.ts +34 -34
  385. package/dist/lib/openapi/spec/project-environment-schema.d.ts +1 -1
  386. package/dist/lib/openapi/spec/project-overview-schema.d.ts +69 -69
  387. package/dist/lib/openapi/spec/public-signup-token-schema.d.ts +18 -0
  388. package/dist/lib/openapi/spec/public-signup-token-schema.d.ts.map +1 -1
  389. package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts +36 -0
  390. package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts.map +1 -1
  391. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +4 -4
  392. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +2 -2
  393. package/dist/lib/openapi/spec/release-plan-schema.d.ts +8 -8
  394. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +8 -8
  395. package/dist/lib/openapi/spec/resource-limits-schema.d.ts +6 -0
  396. package/dist/lib/openapi/spec/resource-limits-schema.d.ts.map +1 -1
  397. package/dist/lib/openapi/spec/resource-limits-schema.js +6 -0
  398. package/dist/lib/openapi/spec/resource-limits-schema.js.map +1 -1
  399. package/dist/lib/openapi/spec/search-features-schema.d.ts +72 -72
  400. package/dist/lib/openapi/spec/segment-schema.d.ts +1 -1
  401. package/dist/lib/openapi/spec/segments-schema.d.ts +2 -2
  402. package/dist/lib/openapi/spec/signup-data-schema.d.ts +42 -0
  403. package/dist/lib/openapi/spec/signup-data-schema.d.ts.map +1 -0
  404. package/dist/lib/openapi/spec/signup-data-schema.js +40 -0
  405. package/dist/lib/openapi/spec/signup-data-schema.js.map +1 -0
  406. package/dist/lib/openapi/spec/submit-signup-data-schema.d.ts +50 -0
  407. package/dist/lib/openapi/spec/submit-signup-data-schema.d.ts.map +1 -0
  408. package/dist/lib/openapi/spec/submit-signup-data-schema.js +26 -0
  409. package/dist/lib/openapi/spec/submit-signup-data-schema.js.map +1 -0
  410. package/dist/lib/openapi/spec/ui-config-schema.d.ts +11 -0
  411. package/dist/lib/openapi/spec/ui-config-schema.d.ts.map +1 -1
  412. package/dist/lib/openapi/spec/ui-config-schema.js +5 -0
  413. package/dist/lib/openapi/spec/ui-config-schema.js.map +1 -1
  414. package/dist/lib/openapi/spec/update-context-field-schema.d.ts +5 -0
  415. package/dist/lib/openapi/spec/update-context-field-schema.d.ts.map +1 -1
  416. package/dist/lib/openapi/spec/update-context-field-schema.js +5 -0
  417. package/dist/lib/openapi/spec/update-context-field-schema.js.map +1 -1
  418. package/dist/lib/openapi/spec/update-feature-schema.d.ts +1 -1
  419. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +18 -2
  420. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts.map +1 -1
  421. package/dist/lib/openapi/spec/update-feature-strategy-schema.js +17 -1
  422. package/dist/lib/openapi/spec/update-feature-strategy-schema.js.map +1 -1
  423. package/dist/lib/openapi/spec/update-user-schema.d.ts +1 -1
  424. package/dist/lib/openapi/spec/update-user-schema.d.ts.map +1 -1
  425. package/dist/lib/openapi/spec/update-user-schema.js +8 -1
  426. package/dist/lib/openapi/spec/update-user-schema.js.map +1 -1
  427. package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +1 -1
  428. package/dist/lib/openapi/spec/user-access-overview-schema.d.ts +18 -0
  429. package/dist/lib/openapi/spec/user-access-overview-schema.d.ts.map +1 -1
  430. package/dist/lib/openapi/spec/user-schema.d.ts +18 -0
  431. package/dist/lib/openapi/spec/user-schema.d.ts.map +1 -1
  432. package/dist/lib/openapi/spec/user-schema.js +18 -0
  433. package/dist/lib/openapi/spec/user-schema.js.map +1 -1
  434. package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +72 -0
  435. package/dist/lib/openapi/spec/users-groups-base-schema.d.ts.map +1 -1
  436. package/dist/lib/openapi/spec/users-schema.d.ts +18 -0
  437. package/dist/lib/openapi/spec/users-schema.d.ts.map +1 -1
  438. package/dist/lib/openapi/spec/users-search-schema.d.ts +18 -0
  439. package/dist/lib/openapi/spec/users-search-schema.d.ts.map +1 -1
  440. package/dist/lib/openapi/spec/validated-edge-tokens-schema.d.ts +6 -1
  441. package/dist/lib/openapi/spec/validated-edge-tokens-schema.d.ts.map +1 -1
  442. package/dist/lib/openapi/util/api-operation.d.ts +23 -5
  443. package/dist/lib/openapi/util/api-operation.d.ts.map +1 -1
  444. package/dist/lib/openapi/util/api-stability.d.ts +3 -0
  445. package/dist/lib/openapi/util/api-stability.d.ts.map +1 -0
  446. package/dist/lib/openapi/util/api-stability.js +49 -0
  447. package/dist/lib/openapi/util/api-stability.js.map +1 -0
  448. package/dist/lib/openapi/util/api-stability.test.d.ts +2 -0
  449. package/dist/lib/openapi/util/api-stability.test.d.ts.map +1 -0
  450. package/dist/lib/openapi/util/api-stability.test.js +140 -0
  451. package/dist/lib/openapi/util/api-stability.test.js.map +1 -0
  452. package/dist/lib/openapi/util/openapi-tags.d.ts +6 -6
  453. package/dist/lib/openapi/util/openapi-tags.d.ts.map +1 -1
  454. package/dist/lib/openapi/util/openapi-tags.js +4 -4
  455. package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
  456. package/dist/lib/routes/admin-api/index.js +1 -1
  457. package/dist/lib/routes/admin-api/index.js.map +1 -1
  458. package/dist/lib/routes/admin-api/instance-admin.d.ts.map +1 -1
  459. package/dist/lib/routes/admin-api/instance-admin.js +1 -0
  460. package/dist/lib/routes/admin-api/instance-admin.js.map +1 -1
  461. package/dist/lib/routes/admin-api/project/variants.d.ts.map +1 -1
  462. package/dist/lib/routes/admin-api/project/variants.js +5 -1
  463. package/dist/lib/routes/admin-api/project/variants.js.map +1 -1
  464. package/dist/lib/routes/admin-api/user-admin.d.ts.map +1 -1
  465. package/dist/lib/routes/admin-api/user-admin.js +4 -4
  466. package/dist/lib/routes/admin-api/user-admin.js.map +1 -1
  467. package/dist/lib/routes/admin-api/user-splash.d.ts.map +1 -1
  468. package/dist/lib/routes/admin-api/user-splash.js +2 -1
  469. package/dist/lib/routes/admin-api/user-splash.js.map +1 -1
  470. package/dist/lib/routes/edge-api/index.d.ts +4 -3
  471. package/dist/lib/routes/edge-api/index.d.ts.map +1 -1
  472. package/dist/lib/routes/edge-api/index.js +39 -7
  473. package/dist/lib/routes/edge-api/index.js.map +1 -1
  474. package/dist/lib/schema/feature-schema.test.js +1 -1
  475. package/dist/lib/schema/feature-schema.test.js.map +1 -1
  476. package/dist/lib/server-impl.d.ts +3 -2
  477. package/dist/lib/server-impl.d.ts.map +1 -1
  478. package/dist/lib/server-impl.js +4 -1
  479. package/dist/lib/server-impl.js.map +1 -1
  480. package/dist/lib/services/access-service.test.js +1 -2
  481. package/dist/lib/services/access-service.test.js.map +1 -1
  482. package/dist/lib/services/api-token-service.d.ts.map +1 -1
  483. package/dist/lib/services/api-token-service.js +3 -1
  484. package/dist/lib/services/api-token-service.js.map +1 -1
  485. package/dist/lib/services/context-schema.d.ts.map +1 -1
  486. package/dist/lib/services/context-schema.js +1 -0
  487. package/dist/lib/services/context-schema.js.map +1 -1
  488. package/dist/lib/services/edge-service.d.ts +22 -7
  489. package/dist/lib/services/edge-service.d.ts.map +1 -1
  490. package/dist/lib/services/edge-service.js +87 -9
  491. package/dist/lib/services/edge-service.js.map +1 -1
  492. package/dist/lib/services/index.d.ts +8 -3
  493. package/dist/lib/services/index.d.ts.map +1 -1
  494. package/dist/lib/services/index.js +26 -8
  495. package/dist/lib/services/index.js.map +1 -1
  496. package/dist/lib/services/openapi-service.d.ts +8 -2
  497. package/dist/lib/services/openapi-service.d.ts.map +1 -1
  498. package/dist/lib/services/openapi-service.js +49 -7
  499. package/dist/lib/services/openapi-service.js.map +1 -1
  500. package/dist/lib/services/openapi-service.test.d.ts +2 -0
  501. package/dist/lib/services/openapi-service.test.d.ts.map +1 -0
  502. package/dist/lib/services/openapi-service.test.js +41 -0
  503. package/dist/lib/services/openapi-service.test.js.map +1 -0
  504. package/dist/lib/services/user-service.d.ts +6 -1
  505. package/dist/lib/services/user-service.d.ts.map +1 -1
  506. package/dist/lib/services/user-service.js +16 -7
  507. package/dist/lib/services/user-service.js.map +1 -1
  508. package/dist/lib/services/user-service.test.js +25 -26
  509. package/dist/lib/services/user-service.test.js.map +1 -1
  510. package/dist/lib/services/version-service.d.ts +1 -0
  511. package/dist/lib/services/version-service.d.ts.map +1 -1
  512. package/dist/lib/services/version-service.js.map +1 -1
  513. package/dist/lib/services/version-service.test.js +1 -0
  514. package/dist/lib/services/version-service.test.js.map +1 -1
  515. package/dist/lib/types/experimental.d.ts +1 -1
  516. package/dist/lib/types/experimental.d.ts.map +1 -1
  517. package/dist/lib/types/experimental.js +10 -0
  518. package/dist/lib/types/experimental.js.map +1 -1
  519. package/dist/lib/types/model.d.ts +10 -1
  520. package/dist/lib/types/model.d.ts.map +1 -1
  521. package/dist/lib/types/model.js +1 -0
  522. package/dist/lib/types/model.js.map +1 -1
  523. package/dist/lib/types/option.d.ts +5 -0
  524. package/dist/lib/types/option.d.ts.map +1 -1
  525. package/dist/lib/types/permissions.d.ts +1 -0
  526. package/dist/lib/types/permissions.d.ts.map +1 -1
  527. package/dist/lib/types/permissions.js +2 -0
  528. package/dist/lib/types/permissions.js.map +1 -1
  529. package/dist/lib/types/stores/edge-store.d.ts +14 -0
  530. package/dist/lib/types/stores/edge-store.d.ts.map +1 -0
  531. package/dist/lib/types/stores/edge-store.js +2 -0
  532. package/dist/lib/types/stores/edge-store.js.map +1 -0
  533. package/dist/lib/types/stores/user-store.d.ts +4 -0
  534. package/dist/lib/types/stores/user-store.d.ts.map +1 -1
  535. package/dist/lib/types/stores.d.ts +6 -4
  536. package/dist/lib/types/stores.d.ts.map +1 -1
  537. package/dist/lib/types/stores.js +1 -1
  538. package/dist/lib/types/stores.js.map +1 -1
  539. package/dist/lib/types/user.d.ts +13 -1
  540. package/dist/lib/types/user.d.ts.map +1 -1
  541. package/dist/lib/types/user.js +5 -1
  542. package/dist/lib/types/user.js.map +1 -1
  543. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -1
  544. package/dist/lib/ui-config/ui-config-service.js +1 -0
  545. package/dist/lib/ui-config/ui-config-service.js.map +1 -1
  546. package/dist/lib/ui-config/ui-config.test.js +5 -1
  547. package/dist/lib/ui-config/ui-config.test.js.map +1 -1
  548. package/dist/lib/util/constants.d.ts +2 -1
  549. package/dist/lib/util/constants.d.ts.map +1 -1
  550. package/dist/lib/util/constants.js +2 -0
  551. package/dist/lib/util/constants.js.map +1 -1
  552. package/dist/lib/util/validators/constraint-types.d.ts +1 -0
  553. package/dist/lib/util/validators/constraint-types.d.ts.map +1 -1
  554. package/dist/lib/util/validators/constraint-types.js +12 -0
  555. package/dist/lib/util/validators/constraint-types.js.map +1 -1
  556. package/dist/lib/util/validators/constraint-types.test.js +25 -1
  557. package/dist/lib/util/validators/constraint-types.test.js.map +1 -1
  558. package/dist/mailtemplates/getting-started/getting-started.html.mustache +7 -2
  559. package/dist/mailtemplates/getting-started/getting-started.plain.mustache +6 -1
  560. package/dist/migrations/20251210144308-add-project-column-to-context-fields.d.ts +3 -0
  561. package/dist/migrations/20251210144308-add-project-column-to-context-fields.d.ts.map +1 -0
  562. package/dist/migrations/20251210144308-add-project-column-to-context-fields.js +8 -0
  563. package/dist/migrations/20251210144308-add-project-column-to-context-fields.js.map +1 -0
  564. package/dist/migrations/20251218153722-predefined-project-role-reader.d.ts +3 -0
  565. package/dist/migrations/20251218153722-predefined-project-role-reader.d.ts.map +1 -0
  566. package/dist/migrations/20251218153722-predefined-project-role-reader.js +24 -0
  567. package/dist/migrations/20251218153722-predefined-project-role-reader.js.map +1 -0
  568. package/dist/migrations/20260106164443-users-seat-type.d.ts +3 -0
  569. package/dist/migrations/20260106164443-users-seat-type.d.ts.map +1 -0
  570. package/dist/migrations/20260106164443-users-seat-type.js +8 -0
  571. package/dist/migrations/20260106164443-users-seat-type.js.map +1 -0
  572. package/dist/migrations/20260112111353-add-project-context-permission.d.ts +3 -0
  573. package/dist/migrations/20260112111353-add-project-context-permission.d.ts.map +1 -0
  574. package/dist/migrations/20260112111353-add-project-context-permission.js +9 -0
  575. package/dist/migrations/20260112111353-add-project-context-permission.js.map +1 -0
  576. package/dist/migrations/20260115122651-project-owner-crud-project-context.d.ts +3 -0
  577. package/dist/migrations/20260115122651-project-owner-crud-project-context.d.ts.map +1 -0
  578. package/dist/migrations/20260115122651-project-owner-crud-project-context.js +14 -0
  579. package/dist/migrations/20260115122651-project-owner-crud-project-context.js.map +1 -0
  580. package/dist/migrations/20260115122720-project-owner-crud-project-segment.d.ts +3 -0
  581. package/dist/migrations/20260115122720-project-owner-crud-project-segment.d.ts.map +1 -0
  582. package/dist/migrations/20260115122720-project-owner-crud-project-segment.js +14 -0
  583. package/dist/migrations/20260115122720-project-owner-crud-project-segment.js.map +1 -0
  584. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.d.ts +3 -0
  585. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.d.ts.map +1 -0
  586. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.js +8 -0
  587. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.js.map +1 -0
  588. package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.d.ts +3 -0
  589. package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.d.ts.map +1 -0
  590. package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.js +39 -0
  591. package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.js.map +1 -0
  592. package/dist/migrations/20260213095258-users-company-role-and-email-consent.d.ts +3 -0
  593. package/dist/migrations/20260213095258-users-company-role-and-email-consent.d.ts.map +1 -0
  594. package/dist/migrations/20260213095258-users-company-role-and-email-consent.js +12 -0
  595. package/dist/migrations/20260213095258-users-company-role-and-email-consent.js.map +1 -0
  596. package/dist/server-dev.js +7 -0
  597. package/dist/server-dev.js.map +1 -1
  598. package/dist/test/arbitraries.test.d.ts.map +1 -1
  599. package/dist/test/arbitraries.test.js +3 -9
  600. package/dist/test/arbitraries.test.js.map +1 -1
  601. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.d.ts +2 -0
  602. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.d.ts.map +1 -0
  603. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.js +81 -0
  604. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.js.map +1 -0
  605. package/dist/test/e2e/api/admin/context.e2e.test.js +1 -1
  606. package/dist/test/e2e/api/admin/context.e2e.test.js.map +1 -1
  607. package/dist/test/e2e/api/admin/instance-admin.e2e.test.js +1 -1
  608. package/dist/test/e2e/api/admin/playground.e2e.test.js +11 -10
  609. package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
  610. package/dist/test/e2e/api/admin/project/variants.e2e.test.js +19 -0
  611. package/dist/test/e2e/api/admin/project/variants.e2e.test.js.map +1 -1
  612. package/dist/test/e2e/api/admin/project-context.e2e.test.d.ts +2 -0
  613. package/dist/test/e2e/api/admin/project-context.e2e.test.d.ts.map +1 -0
  614. package/dist/test/e2e/api/admin/project-context.e2e.test.js +102 -0
  615. package/dist/test/e2e/api/admin/project-context.e2e.test.js.map +1 -0
  616. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js +3 -0
  617. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js.map +1 -1
  618. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js +3 -0
  619. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js.map +1 -1
  620. package/dist/test/e2e/api/client/feature.e2e.test.js +15 -2
  621. package/dist/test/e2e/api/client/feature.e2e.test.js.map +1 -1
  622. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js +254 -113
  623. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js.map +1 -1
  624. package/dist/test/e2e/api/edge/create-token-request.test.d.ts +2 -0
  625. package/dist/test/e2e/api/edge/create-token-request.test.d.ts.map +1 -0
  626. package/dist/test/e2e/api/edge/create-token-request.test.js +215 -0
  627. package/dist/test/e2e/api/edge/create-token-request.test.js.map +1 -0
  628. package/dist/test/e2e/services/edge-service.e2e.test.js +106 -3
  629. package/dist/test/e2e/services/edge-service.e2e.test.js.map +1 -1
  630. package/dist/test/e2e/services/reset-token-service.e2e.test.js +3 -0
  631. package/dist/test/e2e/services/reset-token-service.e2e.test.js.map +1 -1
  632. package/dist/test/e2e/services/user-service.e2e.test.js +3 -0
  633. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  634. package/dist/test/e2e/stores/event-store.e2e.test.js +17 -29
  635. package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
  636. package/dist/test/e2e/users/inactive/inactive-users-service.test.js +3 -1
  637. package/dist/test/e2e/users/inactive/inactive-users-service.test.js.map +1 -1
  638. package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.d.ts +17 -0
  639. package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.d.ts.map +1 -0
  640. package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.js +44 -0
  641. package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.js.map +1 -0
  642. package/dist/test/fixtures/store.d.ts.map +1 -1
  643. package/dist/test/fixtures/store.js +5 -2
  644. package/dist/test/fixtures/store.js.map +1 -1
  645. package/frontend/build/index.html +2 -2
  646. package/frontend/build/static/AdvancedPlayground-DRpxJMnK.js +3 -0
  647. package/frontend/build/static/BackendConnections-_n7OFNmD.js +1 -0
  648. package/frontend/build/static/{CreateProject-ChlGOrPC.js → CreateProject-068uYB82.js} +1 -1
  649. package/frontend/build/static/EnterpriseEdge-D8BFcFOL.js +3 -0
  650. package/frontend/build/static/{FeatureMetricsChart-Bt6HiI-s.js → FeatureMetricsChart-CmPDv0Qg.js} +2 -2
  651. package/frontend/build/static/FeatureStaleDialog-p_WEko7Q.js +7 -0
  652. package/frontend/build/static/FeatureViewLazyExport-CsvADBC_.js +10 -0
  653. package/frontend/build/static/FlagMetricsChart-D0cnIXiN.js +2 -0
  654. package/frontend/build/static/FrontendNetworkTrafficUsage-DF0QQUFI.js +1 -0
  655. package/frontend/build/static/GridLayoutWrapper-CvaFKuMM.js +3 -0
  656. package/frontend/build/static/ImpactMetricsPage-BQnbfPhs.js +1 -0
  657. package/frontend/build/static/LazyAdminExport-CaPIJWoT.js +38 -0
  658. package/frontend/build/static/{LazyProjectExport-DPAYnCIy.js → LazyProjectExport-DxVvRHV2.js} +19 -19
  659. package/frontend/build/static/{LifecycleChartComponent-DubZNJlv.js → LifecycleChartComponent-7r5tp81g.js} +3 -3
  660. package/frontend/build/static/{LineChartComponent-CY-8M35z.js → LineChartComponent-p_JFdSdE.js} +1 -1
  661. package/frontend/build/static/{MarkCompletedDialogue-BwS_OP77.js → MarkCompletedDialogue-BHRKKIec.js} +1 -1
  662. package/frontend/build/static/{NetworkOverview-p_eqqiwO.js → NetworkOverview-Dr4-ROCD.js} +1 -1
  663. package/frontend/build/static/{NetworkPrometheusAPIWarning-BhqdG7Dp.js → NetworkPrometheusAPIWarning-COfHXZmz.js} +1 -1
  664. package/frontend/build/static/{NetworkTraffic-NxX5X_w8.js → NetworkTraffic-Dm-2mi3M.js} +1 -1
  665. package/frontend/build/static/NetworkTrafficUsage-fGr4QA8t.js +1 -0
  666. package/frontend/build/static/{PercentageDonut-BoaVP9ed.js → PercentageDonut-DystLTgb.js} +1 -1
  667. package/frontend/build/static/{ReactJSONEditor-DfZdSwoC.js → ReactJSONEditor-CdN66QkS.js} +1 -1
  668. package/frontend/build/static/RoleCell-BjcvUPQZ.js +1 -0
  669. package/frontend/build/static/aggregateFeatureMetrics-60FrVlfS.js +1 -0
  670. package/frontend/build/static/docker-HG7DQx-Z.svg +5 -0
  671. package/frontend/build/static/{formatTickValue-Csg87IVi.js → formatTickValue-CODpmZvr.js} +2 -2
  672. package/frontend/build/static/impact-metrics-icon-a6_57VN1.svg +9 -0
  673. package/frontend/build/static/index-B_EIW-7Y.js +568 -0
  674. package/frontend/build/static/lenovo-DIzNtfrT.svg +3 -0
  675. package/frontend/build/static/lloyds-DxlC9g3t.svg +10 -0
  676. package/frontend/build/static/networkTrafficUsageHighlightPlugin-COgb9_ZU.js +1 -0
  677. package/frontend/build/static/samsung-DOytOsnV.svg +10 -0
  678. package/frontend/build/static/unleash_logo_dark_no_label-DHgOj_XN.svg +6 -0
  679. package/frontend/build/static/unleash_logo_white_no_label-BazgWvcx.svg +6 -0
  680. package/frontend/build/static/{useApiTokens-Btk4Hd2u.js → useApiTokens-CdZATTgS.js} +1 -1
  681. package/frontend/build/static/visa-CkneNM2O.svg +10 -0
  682. package/frontend/package.json +9 -7
  683. package/package.json +20 -17
  684. package/dist/lib/db/pat-store.d.ts.map +0 -1
  685. package/dist/lib/db/pat-store.js.map +0 -1
  686. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.d.ts +0 -2
  687. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.d.ts.map +0 -1
  688. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.js +0 -36
  689. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.js.map +0 -1
  690. package/dist/lib/routes/admin-api/constraints.d.ts.map +0 -1
  691. package/dist/lib/routes/admin-api/constraints.js.map +0 -1
  692. package/dist/lib/services/pat-service.d.ts.map +0 -1
  693. package/dist/lib/services/pat-service.js.map +0 -1
  694. package/dist/lib/types/stores/pat-store.d.ts.map +0 -1
  695. package/dist/lib/types/stores/pat-store.js +0 -2
  696. package/dist/lib/types/stores/pat-store.js.map +0 -1
  697. package/dist/test/e2e/api/admin/constraints.e2e.test.d.ts.map +0 -1
  698. package/dist/test/e2e/api/admin/constraints.e2e.test.js.map +0 -1
  699. package/dist/test/fixtures/fake-pat-store.d.ts +0 -16
  700. package/dist/test/fixtures/fake-pat-store.d.ts.map +0 -1
  701. package/dist/test/fixtures/fake-pat-store.js +0 -35
  702. package/dist/test/fixtures/fake-pat-store.js.map +0 -1
  703. package/frontend/build/static/AdvancedPlayground-CmMV64it.js +0 -3
  704. package/frontend/build/static/BackendConnections-MqHimHCS.js +0 -1
  705. package/frontend/build/static/EnterpriseEdge-cJFso1xz.js +0 -1
  706. package/frontend/build/static/FeatureStaleDialog-DZEtcHDT.js +0 -7
  707. package/frontend/build/static/FeatureViewLazyExport-BPB1jWYz.js +0 -10
  708. package/frontend/build/static/FlagMetricsChart-CvsBPrQG.js +0 -2
  709. package/frontend/build/static/FrontendNetworkTrafficUsage-D8l5Nldl.js +0 -1
  710. package/frontend/build/static/GridLayoutWrapper-2osRRgh4.js +0 -3
  711. package/frontend/build/static/ImpactMetricsPage-Chv_7_jx.js +0 -1
  712. package/frontend/build/static/LazyAdminExport-BOTczpO1.js +0 -38
  713. package/frontend/build/static/NetworkTrafficUsage-B-4F8Mzq.js +0 -1
  714. package/frontend/build/static/RoleCell-Da0TjMne.js +0 -1
  715. package/frontend/build/static/aggregateFeatureMetrics-yZy5qwho.js +0 -1
  716. package/frontend/build/static/index-BAMIkcom.js +0 -542
  717. package/frontend/build/static/networkTrafficUsageHighlightPlugin-Dje5Vuvo.js +0 -1
  718. /package/dist/{test/e2e/api/admin → lib/features/constraints}/constraints.e2e.test.d.ts +0 -0
@@ -285,7 +285,7 @@ export declare const healthReportSchema: {
285
285
  readonly operator: {
286
286
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
287
287
  readonly type: "string";
288
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
288
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
289
289
  readonly example: "IN";
290
290
  };
291
291
  readonly caseInsensitive: {
@@ -515,7 +515,7 @@ export declare const healthReportSchema: {
515
515
  readonly operator: {
516
516
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
517
517
  readonly type: "string";
518
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
518
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
519
519
  readonly example: "IN";
520
520
  };
521
521
  readonly caseInsensitive: {
@@ -673,7 +673,7 @@ export declare const healthReportSchema: {
673
673
  readonly operator: {
674
674
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
675
675
  readonly type: "string";
676
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
676
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
677
677
  readonly example: "IN";
678
678
  };
679
679
  readonly caseInsensitive: {
@@ -977,7 +977,7 @@ export declare const healthReportSchema: {
977
977
  readonly operator: {
978
978
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
979
979
  readonly type: "string";
980
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
980
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
981
981
  readonly example: "IN";
982
982
  };
983
983
  readonly caseInsensitive: {
@@ -1135,7 +1135,7 @@ export declare const healthReportSchema: {
1135
1135
  readonly operator: {
1136
1136
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
1137
1137
  readonly type: "string";
1138
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1138
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
1139
1139
  readonly example: "IN";
1140
1140
  };
1141
1141
  readonly caseInsensitive: {
@@ -1255,7 +1255,7 @@ export declare const healthReportSchema: {
1255
1255
  readonly operator: {
1256
1256
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
1257
1257
  readonly type: "string";
1258
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1258
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
1259
1259
  readonly example: "IN";
1260
1260
  };
1261
1261
  readonly caseInsensitive: {
@@ -1802,7 +1802,7 @@ export declare const healthReportSchema: {
1802
1802
  readonly operator: {
1803
1803
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
1804
1804
  readonly type: "string";
1805
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1805
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
1806
1806
  readonly example: "IN";
1807
1807
  };
1808
1808
  readonly caseInsensitive: {
@@ -1918,7 +1918,7 @@ export declare const healthReportSchema: {
1918
1918
  readonly operator: {
1919
1919
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
1920
1920
  readonly type: "string";
1921
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1921
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
1922
1922
  readonly example: "IN";
1923
1923
  };
1924
1924
  readonly caseInsensitive: {
@@ -2085,7 +2085,7 @@ export declare const healthReportSchema: {
2085
2085
  readonly operator: {
2086
2086
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
2087
2087
  readonly type: "string";
2088
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2088
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
2089
2089
  readonly example: "IN";
2090
2090
  };
2091
2091
  readonly caseInsensitive: {
@@ -2201,7 +2201,7 @@ export declare const healthReportSchema: {
2201
2201
  readonly operator: {
2202
2202
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
2203
2203
  readonly type: "string";
2204
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2204
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
2205
2205
  readonly example: "IN";
2206
2206
  };
2207
2207
  readonly caseInsensitive: {
@@ -2459,7 +2459,7 @@ export declare const healthReportSchema: {
2459
2459
  readonly operator: {
2460
2460
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
2461
2461
  readonly type: "string";
2462
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2462
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
2463
2463
  readonly example: "IN";
2464
2464
  };
2465
2465
  readonly caseInsensitive: {
@@ -2575,7 +2575,7 @@ export declare const healthReportSchema: {
2575
2575
  readonly operator: {
2576
2576
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
2577
2577
  readonly type: "string";
2578
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2578
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
2579
2579
  readonly example: "IN";
2580
2580
  };
2581
2581
  readonly caseInsensitive: {
@@ -2742,7 +2742,7 @@ export declare const healthReportSchema: {
2742
2742
  readonly operator: {
2743
2743
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
2744
2744
  readonly type: "string";
2745
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2745
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
2746
2746
  readonly example: "IN";
2747
2747
  };
2748
2748
  readonly caseInsensitive: {
@@ -2858,7 +2858,7 @@ export declare const healthReportSchema: {
2858
2858
  readonly operator: {
2859
2859
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
2860
2860
  readonly type: "string";
2861
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2861
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
2862
2862
  readonly example: "IN";
2863
2863
  };
2864
2864
  readonly caseInsensitive: {
@@ -3398,7 +3398,7 @@ export declare const healthReportSchema: {
3398
3398
  readonly operator: {
3399
3399
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
3400
3400
  readonly type: "string";
3401
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3401
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
3402
3402
  readonly example: "IN";
3403
3403
  };
3404
3404
  readonly caseInsensitive: {
@@ -3514,7 +3514,7 @@ export declare const healthReportSchema: {
3514
3514
  readonly operator: {
3515
3515
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
3516
3516
  readonly type: "string";
3517
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3517
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
3518
3518
  readonly example: "IN";
3519
3519
  };
3520
3520
  readonly caseInsensitive: {
@@ -3681,7 +3681,7 @@ export declare const healthReportSchema: {
3681
3681
  readonly operator: {
3682
3682
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
3683
3683
  readonly type: "string";
3684
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3684
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
3685
3685
  readonly example: "IN";
3686
3686
  };
3687
3687
  readonly caseInsensitive: {
@@ -3797,7 +3797,7 @@ export declare const healthReportSchema: {
3797
3797
  readonly operator: {
3798
3798
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
3799
3799
  readonly type: "string";
3800
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3800
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
3801
3801
  readonly example: "IN";
3802
3802
  };
3803
3803
  readonly caseInsensitive: {
@@ -4055,7 +4055,7 @@ export declare const healthReportSchema: {
4055
4055
  readonly operator: {
4056
4056
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
4057
4057
  readonly type: "string";
4058
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4058
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
4059
4059
  readonly example: "IN";
4060
4060
  };
4061
4061
  readonly caseInsensitive: {
@@ -4171,7 +4171,7 @@ export declare const healthReportSchema: {
4171
4171
  readonly operator: {
4172
4172
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
4173
4173
  readonly type: "string";
4174
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4174
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
4175
4175
  readonly example: "IN";
4176
4176
  };
4177
4177
  readonly caseInsensitive: {
@@ -4338,7 +4338,7 @@ export declare const healthReportSchema: {
4338
4338
  readonly operator: {
4339
4339
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
4340
4340
  readonly type: "string";
4341
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4341
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
4342
4342
  readonly example: "IN";
4343
4343
  };
4344
4344
  readonly caseInsensitive: {
@@ -4582,7 +4582,7 @@ export declare const healthReportSchema: {
4582
4582
  readonly operator: {
4583
4583
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
4584
4584
  readonly type: "string";
4585
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4585
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
4586
4586
  readonly example: "IN";
4587
4587
  };
4588
4588
  readonly caseInsensitive: {
@@ -5192,7 +5192,7 @@ export declare const healthReportSchema: {
5192
5192
  readonly operator: {
5193
5193
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
5194
5194
  readonly type: "string";
5195
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5195
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
5196
5196
  readonly example: "IN";
5197
5197
  };
5198
5198
  readonly caseInsensitive: {
@@ -5308,7 +5308,7 @@ export declare const healthReportSchema: {
5308
5308
  readonly operator: {
5309
5309
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
5310
5310
  readonly type: "string";
5311
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5311
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
5312
5312
  readonly example: "IN";
5313
5313
  };
5314
5314
  readonly caseInsensitive: {
@@ -5475,7 +5475,7 @@ export declare const healthReportSchema: {
5475
5475
  readonly operator: {
5476
5476
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
5477
5477
  readonly type: "string";
5478
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5478
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
5479
5479
  readonly example: "IN";
5480
5480
  };
5481
5481
  readonly caseInsensitive: {
@@ -5591,7 +5591,7 @@ export declare const healthReportSchema: {
5591
5591
  readonly operator: {
5592
5592
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
5593
5593
  readonly type: "string";
5594
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5594
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
5595
5595
  readonly example: "IN";
5596
5596
  };
5597
5597
  readonly caseInsensitive: {
@@ -5849,7 +5849,7 @@ export declare const healthReportSchema: {
5849
5849
  readonly operator: {
5850
5850
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
5851
5851
  readonly type: "string";
5852
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5852
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
5853
5853
  readonly example: "IN";
5854
5854
  };
5855
5855
  readonly caseInsensitive: {
@@ -5965,7 +5965,7 @@ export declare const healthReportSchema: {
5965
5965
  readonly operator: {
5966
5966
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
5967
5967
  readonly type: "string";
5968
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5968
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
5969
5969
  readonly example: "IN";
5970
5970
  };
5971
5971
  readonly caseInsensitive: {
@@ -6132,7 +6132,7 @@ export declare const healthReportSchema: {
6132
6132
  readonly operator: {
6133
6133
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
6134
6134
  readonly type: "string";
6135
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6135
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
6136
6136
  readonly example: "IN";
6137
6137
  };
6138
6138
  readonly caseInsensitive: {
@@ -6248,7 +6248,7 @@ export declare const healthReportSchema: {
6248
6248
  readonly operator: {
6249
6249
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
6250
6250
  readonly type: "string";
6251
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6251
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
6252
6252
  readonly example: "IN";
6253
6253
  };
6254
6254
  readonly caseInsensitive: {
@@ -6788,7 +6788,7 @@ export declare const healthReportSchema: {
6788
6788
  readonly operator: {
6789
6789
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
6790
6790
  readonly type: "string";
6791
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6791
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
6792
6792
  readonly example: "IN";
6793
6793
  };
6794
6794
  readonly caseInsensitive: {
@@ -6904,7 +6904,7 @@ export declare const healthReportSchema: {
6904
6904
  readonly operator: {
6905
6905
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
6906
6906
  readonly type: "string";
6907
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6907
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
6908
6908
  readonly example: "IN";
6909
6909
  };
6910
6910
  readonly caseInsensitive: {
@@ -7071,7 +7071,7 @@ export declare const healthReportSchema: {
7071
7071
  readonly operator: {
7072
7072
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
7073
7073
  readonly type: "string";
7074
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
7074
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
7075
7075
  readonly example: "IN";
7076
7076
  };
7077
7077
  readonly caseInsensitive: {
@@ -7187,7 +7187,7 @@ export declare const healthReportSchema: {
7187
7187
  readonly operator: {
7188
7188
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
7189
7189
  readonly type: "string";
7190
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
7190
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
7191
7191
  readonly example: "IN";
7192
7192
  };
7193
7193
  readonly caseInsensitive: {
@@ -7445,7 +7445,7 @@ export declare const healthReportSchema: {
7445
7445
  readonly operator: {
7446
7446
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
7447
7447
  readonly type: "string";
7448
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
7448
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
7449
7449
  readonly example: "IN";
7450
7450
  };
7451
7451
  readonly caseInsensitive: {
@@ -7561,7 +7561,7 @@ export declare const healthReportSchema: {
7561
7561
  readonly operator: {
7562
7562
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
7563
7563
  readonly type: "string";
7564
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
7564
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
7565
7565
  readonly example: "IN";
7566
7566
  };
7567
7567
  readonly caseInsensitive: {
@@ -7728,7 +7728,7 @@ export declare const healthReportSchema: {
7728
7728
  readonly operator: {
7729
7729
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
7730
7730
  readonly type: "string";
7731
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
7731
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
7732
7732
  readonly example: "IN";
7733
7733
  };
7734
7734
  readonly caseInsensitive: {
@@ -8227,7 +8227,7 @@ export declare const healthReportSchema: {
8227
8227
  readonly operator: {
8228
8228
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
8229
8229
  readonly type: "string";
8230
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
8230
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
8231
8231
  readonly example: "IN";
8232
8232
  };
8233
8233
  readonly caseInsensitive: {
@@ -8347,7 +8347,7 @@ export declare const healthReportSchema: {
8347
8347
  readonly operator: {
8348
8348
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
8349
8349
  readonly type: "string";
8350
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
8350
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
8351
8351
  readonly example: "IN";
8352
8352
  };
8353
8353
  readonly caseInsensitive: {
@@ -8894,7 +8894,7 @@ export declare const healthReportSchema: {
8894
8894
  readonly operator: {
8895
8895
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
8896
8896
  readonly type: "string";
8897
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
8897
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
8898
8898
  readonly example: "IN";
8899
8899
  };
8900
8900
  readonly caseInsensitive: {
@@ -9010,7 +9010,7 @@ export declare const healthReportSchema: {
9010
9010
  readonly operator: {
9011
9011
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
9012
9012
  readonly type: "string";
9013
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
9013
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
9014
9014
  readonly example: "IN";
9015
9015
  };
9016
9016
  readonly caseInsensitive: {
@@ -9177,7 +9177,7 @@ export declare const healthReportSchema: {
9177
9177
  readonly operator: {
9178
9178
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
9179
9179
  readonly type: "string";
9180
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
9180
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
9181
9181
  readonly example: "IN";
9182
9182
  };
9183
9183
  readonly caseInsensitive: {
@@ -9293,7 +9293,7 @@ export declare const healthReportSchema: {
9293
9293
  readonly operator: {
9294
9294
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
9295
9295
  readonly type: "string";
9296
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
9296
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
9297
9297
  readonly example: "IN";
9298
9298
  };
9299
9299
  readonly caseInsensitive: {
@@ -9551,7 +9551,7 @@ export declare const healthReportSchema: {
9551
9551
  readonly operator: {
9552
9552
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
9553
9553
  readonly type: "string";
9554
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
9554
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
9555
9555
  readonly example: "IN";
9556
9556
  };
9557
9557
  readonly caseInsensitive: {
@@ -9667,7 +9667,7 @@ export declare const healthReportSchema: {
9667
9667
  readonly operator: {
9668
9668
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
9669
9669
  readonly type: "string";
9670
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
9670
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
9671
9671
  readonly example: "IN";
9672
9672
  };
9673
9673
  readonly caseInsensitive: {
@@ -9834,7 +9834,7 @@ export declare const healthReportSchema: {
9834
9834
  readonly operator: {
9835
9835
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
9836
9836
  readonly type: "string";
9837
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
9837
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
9838
9838
  readonly example: "IN";
9839
9839
  };
9840
9840
  readonly caseInsensitive: {
@@ -9950,7 +9950,7 @@ export declare const healthReportSchema: {
9950
9950
  readonly operator: {
9951
9951
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
9952
9952
  readonly type: "string";
9953
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
9953
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
9954
9954
  readonly example: "IN";
9955
9955
  };
9956
9956
  readonly caseInsensitive: {
@@ -10490,7 +10490,7 @@ export declare const healthReportSchema: {
10490
10490
  readonly operator: {
10491
10491
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
10492
10492
  readonly type: "string";
10493
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
10493
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
10494
10494
  readonly example: "IN";
10495
10495
  };
10496
10496
  readonly caseInsensitive: {
@@ -10606,7 +10606,7 @@ export declare const healthReportSchema: {
10606
10606
  readonly operator: {
10607
10607
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
10608
10608
  readonly type: "string";
10609
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
10609
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
10610
10610
  readonly example: "IN";
10611
10611
  };
10612
10612
  readonly caseInsensitive: {
@@ -10773,7 +10773,7 @@ export declare const healthReportSchema: {
10773
10773
  readonly operator: {
10774
10774
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
10775
10775
  readonly type: "string";
10776
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
10776
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
10777
10777
  readonly example: "IN";
10778
10778
  };
10779
10779
  readonly caseInsensitive: {
@@ -10889,7 +10889,7 @@ export declare const healthReportSchema: {
10889
10889
  readonly operator: {
10890
10890
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
10891
10891
  readonly type: "string";
10892
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
10892
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
10893
10893
  readonly example: "IN";
10894
10894
  };
10895
10895
  readonly caseInsensitive: {
@@ -11147,7 +11147,7 @@ export declare const healthReportSchema: {
11147
11147
  readonly operator: {
11148
11148
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
11149
11149
  readonly type: "string";
11150
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
11150
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
11151
11151
  readonly example: "IN";
11152
11152
  };
11153
11153
  readonly caseInsensitive: {
@@ -11263,7 +11263,7 @@ export declare const healthReportSchema: {
11263
11263
  readonly operator: {
11264
11264
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
11265
11265
  readonly type: "string";
11266
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
11266
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
11267
11267
  readonly example: "IN";
11268
11268
  };
11269
11269
  readonly caseInsensitive: {
@@ -11430,7 +11430,7 @@ export declare const healthReportSchema: {
11430
11430
  readonly operator: {
11431
11431
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
11432
11432
  readonly type: "string";
11433
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
11433
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
11434
11434
  readonly example: "IN";
11435
11435
  };
11436
11436
  readonly caseInsensitive: {
@@ -11706,7 +11706,7 @@ export declare const healthReportSchema: {
11706
11706
  readonly operator: {
11707
11707
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
11708
11708
  readonly type: "string";
11709
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
11709
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
11710
11710
  readonly example: "IN";
11711
11711
  };
11712
11712
  readonly caseInsensitive: {
@@ -12115,7 +12115,7 @@ export declare const healthReportSchema: {
12115
12115
  readonly operator: {
12116
12116
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
12117
12117
  readonly type: "string";
12118
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
12118
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
12119
12119
  readonly example: "IN";
12120
12120
  };
12121
12121
  readonly caseInsensitive: {
@@ -12231,7 +12231,7 @@ export declare const healthReportSchema: {
12231
12231
  readonly operator: {
12232
12232
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
12233
12233
  readonly type: "string";
12234
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
12234
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
12235
12235
  readonly example: "IN";
12236
12236
  };
12237
12237
  readonly caseInsensitive: {
@@ -12398,7 +12398,7 @@ export declare const healthReportSchema: {
12398
12398
  readonly operator: {
12399
12399
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
12400
12400
  readonly type: "string";
12401
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
12401
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
12402
12402
  readonly example: "IN";
12403
12403
  };
12404
12404
  readonly caseInsensitive: {
@@ -12514,7 +12514,7 @@ export declare const healthReportSchema: {
12514
12514
  readonly operator: {
12515
12515
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
12516
12516
  readonly type: "string";
12517
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
12517
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
12518
12518
  readonly example: "IN";
12519
12519
  };
12520
12520
  readonly caseInsensitive: {
@@ -12772,7 +12772,7 @@ export declare const healthReportSchema: {
12772
12772
  readonly operator: {
12773
12773
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
12774
12774
  readonly type: "string";
12775
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
12775
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
12776
12776
  readonly example: "IN";
12777
12777
  };
12778
12778
  readonly caseInsensitive: {
@@ -12888,7 +12888,7 @@ export declare const healthReportSchema: {
12888
12888
  readonly operator: {
12889
12889
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
12890
12890
  readonly type: "string";
12891
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
12891
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
12892
12892
  readonly example: "IN";
12893
12893
  };
12894
12894
  readonly caseInsensitive: {
@@ -13055,7 +13055,7 @@ export declare const healthReportSchema: {
13055
13055
  readonly operator: {
13056
13056
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
13057
13057
  readonly type: "string";
13058
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
13058
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
13059
13059
  readonly example: "IN";
13060
13060
  };
13061
13061
  readonly caseInsensitive: {
@@ -13171,7 +13171,7 @@ export declare const healthReportSchema: {
13171
13171
  readonly operator: {
13172
13172
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
13173
13173
  readonly type: "string";
13174
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
13174
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
13175
13175
  readonly example: "IN";
13176
13176
  };
13177
13177
  readonly caseInsensitive: {
@@ -13711,7 +13711,7 @@ export declare const healthReportSchema: {
13711
13711
  readonly operator: {
13712
13712
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
13713
13713
  readonly type: "string";
13714
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
13714
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
13715
13715
  readonly example: "IN";
13716
13716
  };
13717
13717
  readonly caseInsensitive: {
@@ -13827,7 +13827,7 @@ export declare const healthReportSchema: {
13827
13827
  readonly operator: {
13828
13828
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
13829
13829
  readonly type: "string";
13830
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
13830
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
13831
13831
  readonly example: "IN";
13832
13832
  };
13833
13833
  readonly caseInsensitive: {
@@ -13994,7 +13994,7 @@ export declare const healthReportSchema: {
13994
13994
  readonly operator: {
13995
13995
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
13996
13996
  readonly type: "string";
13997
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
13997
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
13998
13998
  readonly example: "IN";
13999
13999
  };
14000
14000
  readonly caseInsensitive: {
@@ -14110,7 +14110,7 @@ export declare const healthReportSchema: {
14110
14110
  readonly operator: {
14111
14111
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
14112
14112
  readonly type: "string";
14113
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
14113
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
14114
14114
  readonly example: "IN";
14115
14115
  };
14116
14116
  readonly caseInsensitive: {
@@ -14368,7 +14368,7 @@ export declare const healthReportSchema: {
14368
14368
  readonly operator: {
14369
14369
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
14370
14370
  readonly type: "string";
14371
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
14371
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
14372
14372
  readonly example: "IN";
14373
14373
  };
14374
14374
  readonly caseInsensitive: {
@@ -14484,7 +14484,7 @@ export declare const healthReportSchema: {
14484
14484
  readonly operator: {
14485
14485
  readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
14486
14486
  readonly type: "string";
14487
- readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
14487
+ readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT", "REGEX"];
14488
14488
  readonly example: "IN";
14489
14489
  };
14490
14490
  readonly caseInsensitive: {