unleash-server 8.0.1 → 8.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (626) hide show
  1. package/dist/lib/addons/addon.d.ts +10 -2
  2. package/dist/lib/addons/addon.d.ts.map +1 -1
  3. package/dist/lib/addons/addon.js +104 -6
  4. package/dist/lib/addons/addon.js.map +1 -1
  5. package/dist/lib/addons/datadog-definition.js +1 -1
  6. package/dist/lib/addons/datadog-definition.js.map +1 -1
  7. package/dist/lib/addons/datadog.test.js +2 -0
  8. package/dist/lib/addons/datadog.test.js.map +1 -1
  9. package/dist/lib/addons/feature-event-formatter-md.d.ts.map +1 -1
  10. package/dist/lib/addons/feature-event-formatter-md.js +5 -3
  11. package/dist/lib/addons/feature-event-formatter-md.js.map +1 -1
  12. package/dist/lib/addons/feature-event-formatter-md.test.js +3 -1
  13. package/dist/lib/addons/feature-event-formatter-md.test.js.map +1 -1
  14. package/dist/lib/addons/index.d.ts.map +1 -1
  15. package/dist/lib/addons/index.js +2 -0
  16. package/dist/lib/addons/index.js.map +1 -1
  17. package/dist/lib/addons/new-relic.d.ts.map +1 -1
  18. package/dist/lib/addons/new-relic.js +0 -1
  19. package/dist/lib/addons/new-relic.js.map +1 -1
  20. package/dist/lib/addons/new-relic.test.js +0 -1
  21. package/dist/lib/addons/new-relic.test.js.map +1 -1
  22. package/dist/lib/addons/slack.test.js +1 -2
  23. package/dist/lib/addons/slack.test.js.map +1 -1
  24. package/dist/lib/addons/teams-definition.d.ts.map +1 -1
  25. package/dist/lib/addons/teams-definition.js +1 -0
  26. package/dist/lib/addons/teams-definition.js.map +1 -1
  27. package/dist/lib/addons/teams-workflow-definition.d.ts +4 -0
  28. package/dist/lib/addons/teams-workflow-definition.d.ts.map +1 -0
  29. package/dist/lib/addons/teams-workflow-definition.js +66 -0
  30. package/dist/lib/addons/teams-workflow-definition.js.map +1 -0
  31. package/dist/lib/addons/teams-workflow.d.ts +15 -0
  32. package/dist/lib/addons/teams-workflow.d.ts.map +1 -0
  33. package/dist/lib/addons/teams-workflow.js +110 -0
  34. package/dist/lib/addons/teams-workflow.js.map +1 -0
  35. package/dist/lib/addons/teams-workflow.test.d.ts +2 -0
  36. package/dist/lib/addons/teams-workflow.test.d.ts.map +1 -0
  37. package/dist/lib/addons/teams-workflow.test.js +202 -0
  38. package/dist/lib/addons/teams-workflow.test.js.map +1 -0
  39. package/dist/lib/addons/teams.d.ts.map +1 -1
  40. package/dist/lib/addons/teams.js +0 -1
  41. package/dist/lib/addons/teams.js.map +1 -1
  42. package/dist/lib/addons/teams.test.js +0 -1
  43. package/dist/lib/addons/teams.test.js.map +1 -1
  44. package/dist/lib/addons/validate-url.d.ts +18 -0
  45. package/dist/lib/addons/validate-url.d.ts.map +1 -0
  46. package/dist/lib/addons/validate-url.js +93 -0
  47. package/dist/lib/addons/validate-url.js.map +1 -0
  48. package/dist/lib/addons/validate-url.test.d.ts +2 -0
  49. package/dist/lib/addons/validate-url.test.d.ts.map +1 -0
  50. package/dist/lib/addons/validate-url.test.js +199 -0
  51. package/dist/lib/addons/validate-url.test.js.map +1 -0
  52. package/dist/lib/addons/webhook.d.ts.map +1 -1
  53. package/dist/lib/addons/webhook.js +28 -2
  54. package/dist/lib/addons/webhook.js.map +1 -1
  55. package/dist/lib/addons/webhook.test.js +72 -0
  56. package/dist/lib/addons/webhook.test.js.map +1 -1
  57. package/dist/lib/app.d.ts.map +1 -1
  58. package/dist/lib/app.js +2 -0
  59. package/dist/lib/app.js.map +1 -1
  60. package/dist/lib/create-config.d.ts.map +1 -1
  61. package/dist/lib/create-config.js +8 -0
  62. package/dist/lib/create-config.js.map +1 -1
  63. package/dist/lib/error/bad-data-error.d.ts.map +1 -1
  64. package/dist/lib/error/bad-data-error.js +10 -2
  65. package/dist/lib/error/bad-data-error.js.map +1 -1
  66. package/dist/lib/error/unleash-error.test.js +23 -0
  67. package/dist/lib/error/unleash-error.test.js.map +1 -1
  68. package/dist/lib/features/context/context-field-store.d.ts +1 -1
  69. package/dist/lib/features/context/context-field-store.d.ts.map +1 -1
  70. package/dist/lib/features/context/context-field-store.js +1 -5
  71. package/dist/lib/features/context/context-field-store.js.map +1 -1
  72. package/dist/lib/features/context/context-service.d.ts +5 -4
  73. package/dist/lib/features/context/context-service.d.ts.map +1 -1
  74. package/dist/lib/features/context/context-service.js +20 -27
  75. package/dist/lib/features/context/context-service.js.map +1 -1
  76. package/dist/lib/features/context/context-service.test.d.ts +2 -0
  77. package/dist/lib/features/context/context-service.test.d.ts.map +1 -0
  78. package/dist/lib/features/context/context-service.test.js +24 -0
  79. package/dist/lib/features/context/context-service.test.js.map +1 -0
  80. package/dist/lib/features/context/context.d.ts +1 -0
  81. package/dist/lib/features/context/context.d.ts.map +1 -1
  82. package/dist/lib/features/context/context.js +22 -10
  83. package/dist/lib/features/context/context.js.map +1 -1
  84. package/dist/lib/features/context/context.test.js +15 -1
  85. package/dist/lib/features/context/context.test.js.map +1 -1
  86. package/dist/lib/features/context/createContextService.d.ts +4 -1
  87. package/dist/lib/features/context/createContextService.d.ts.map +1 -1
  88. package/dist/lib/features/context/createContextService.js +2 -1
  89. package/dist/lib/features/context/createContextService.js.map +1 -1
  90. package/dist/lib/features/context/fake-context-field-store.d.ts +1 -1
  91. package/dist/lib/features/context/fake-context-field-store.d.ts.map +1 -1
  92. package/dist/lib/features/context/fake-context-field-store.js +1 -6
  93. package/dist/lib/features/context/fake-context-field-store.js.map +1 -1
  94. package/dist/lib/features/export-import-toggles/createExportImportService.js +1 -1
  95. package/dist/lib/features/export-import-toggles/createExportImportService.js.map +1 -1
  96. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts +1 -1
  97. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts +2 -1
  98. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts.map +1 -1
  99. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js +5 -0
  100. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js.map +1 -1
  101. package/dist/lib/features/feature-toggle/feature-toggle-controller.d.ts +1 -1
  102. package/dist/lib/features/feature-toggle/feature-toggle-controller.d.ts.map +1 -1
  103. package/dist/lib/features/feature-toggle/feature-toggle-controller.js +22 -2
  104. package/dist/lib/features/feature-toggle/feature-toggle-controller.js.map +1 -1
  105. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +3 -2
  106. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  107. package/dist/lib/features/feature-toggle/feature-toggle-service.js +11 -4
  108. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  109. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts +2 -0
  110. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  111. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +7 -0
  112. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  113. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +4 -0
  114. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
  115. package/dist/lib/features/feature-toggle/types/feature-toggle-strategies-store-type.d.ts +6 -0
  116. package/dist/lib/features/feature-toggle/types/feature-toggle-strategies-store-type.d.ts.map +1 -1
  117. package/dist/lib/features/frontend-api/frontend-api-service.d.ts.map +1 -1
  118. package/dist/lib/features/frontend-api/frontend-api-service.js +17 -20
  119. package/dist/lib/features/frontend-api/frontend-api-service.js.map +1 -1
  120. package/dist/lib/features/metrics/integrations/integration-metrics.d.ts +1 -1
  121. package/dist/lib/features/metrics/integrations/integration-metrics.d.ts.map +1 -1
  122. package/dist/lib/features/metrics/integrations/integration-metrics.js +2 -0
  123. package/dist/lib/features/metrics/integrations/integration-metrics.js.map +1 -1
  124. package/dist/lib/features/playground/feature-evaluator/constraint.d.ts +2 -0
  125. package/dist/lib/features/playground/feature-evaluator/constraint.d.ts.map +1 -1
  126. package/dist/lib/features/playground/feature-evaluator/constraint.js +11 -1
  127. package/dist/lib/features/playground/feature-evaluator/constraint.js.map +1 -1
  128. package/dist/lib/features/playground/playground.test.js +2 -3
  129. package/dist/lib/features/playground/playground.test.js.map +1 -1
  130. package/dist/lib/features/release-plans/release-plan-template-store.d.ts +4 -0
  131. package/dist/lib/features/release-plans/release-plan-template-store.d.ts.map +1 -1
  132. package/dist/lib/features/release-plans/release-plan-template-store.js +25 -2
  133. package/dist/lib/features/release-plans/release-plan-template-store.js.map +1 -1
  134. package/dist/lib/features/release-plans/release-plan-template-store.test.js +75 -16
  135. package/dist/lib/features/release-plans/release-plan-template-store.test.js.map +1 -1
  136. package/dist/lib/features/release-plans/release-plan-template.d.ts +1 -0
  137. package/dist/lib/features/release-plans/release-plan-template.d.ts.map +1 -1
  138. package/dist/lib/features/scheduler/scheduler-service.test.js +1 -0
  139. package/dist/lib/features/scheduler/scheduler-service.test.js.map +1 -1
  140. package/dist/lib/features/unique-connection/unique-connection-store.e2e.test.js +3 -0
  141. package/dist/lib/features/unique-connection/unique-connection-store.e2e.test.js.map +1 -1
  142. package/dist/lib/middleware/rbac-middleware.d.ts.map +1 -1
  143. package/dist/lib/middleware/rbac-middleware.js +3 -4
  144. package/dist/lib/middleware/rbac-middleware.js.map +1 -1
  145. package/dist/lib/middleware/rbac-middleware.test.js +62 -24
  146. package/dist/lib/middleware/rbac-middleware.test.js.map +1 -1
  147. package/dist/lib/middleware/secure-headers.d.ts.map +1 -1
  148. package/dist/lib/middleware/secure-headers.js +20 -1
  149. package/dist/lib/middleware/secure-headers.js.map +1 -1
  150. package/dist/lib/middleware/session-context.d.ts +20 -0
  151. package/dist/lib/middleware/session-context.d.ts.map +1 -0
  152. package/dist/lib/middleware/session-context.js +38 -0
  153. package/dist/lib/middleware/session-context.js.map +1 -0
  154. package/dist/lib/openapi/spec/addon-create-update-schema.d.ts +1 -1
  155. package/dist/lib/openapi/spec/addon-create-update-schema.js +1 -1
  156. package/dist/lib/openapi/spec/addons-schema.d.ts +15 -0
  157. package/dist/lib/openapi/spec/addons-schema.d.ts.map +1 -1
  158. package/dist/lib/openapi/spec/addons-schema.js +51 -0
  159. package/dist/lib/openapi/spec/addons-schema.js.map +1 -1
  160. package/dist/lib/openapi/spec/admin-segment-schema.d.ts +1 -1
  161. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +4 -4
  162. package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +8 -8
  163. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +17 -17
  164. package/dist/lib/openapi/spec/client-feature-schema.d.ts +2 -2
  165. package/dist/lib/openapi/spec/client-features-delta-schema.d.ts +5 -5
  166. package/dist/lib/openapi/spec/client-features-schema.d.ts +5 -5
  167. package/dist/lib/openapi/spec/client-segment-schema.d.ts +1 -1
  168. package/dist/lib/openapi/spec/constraint-schema.d.ts +2 -2
  169. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +1 -1
  170. package/dist/lib/openapi/spec/environment-project-schema.d.ts +2 -2
  171. package/dist/lib/openapi/spec/environments-project-schema.d.ts +4 -4
  172. package/dist/lib/openapi/spec/export-result-schema.d.ts +68 -68
  173. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +17 -17
  174. package/dist/lib/openapi/spec/feature-schema.d.ts +34 -34
  175. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +34 -34
  176. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +68 -68
  177. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +1 -1
  178. package/dist/lib/openapi/spec/health-overview-schema.d.ts +69 -69
  179. package/dist/lib/openapi/spec/health-report-schema.d.ts +69 -69
  180. package/dist/lib/openapi/spec/playground-constraint-schema.d.ts +1 -1
  181. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.d.ts +4 -0
  182. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.d.ts.map +1 -0
  183. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.js +91 -0
  184. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.js.map +1 -0
  185. package/dist/lib/openapi/spec/playground-feature-schema.d.ts +4 -4
  186. package/dist/lib/openapi/spec/playground-feature-schema.test.d.ts +1 -3
  187. package/dist/lib/openapi/spec/playground-feature-schema.test.d.ts.map +1 -1
  188. package/dist/lib/openapi/spec/playground-feature-schema.test.js +1 -89
  189. package/dist/lib/openapi/spec/playground-feature-schema.test.js.map +1 -1
  190. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.d.ts +4 -0
  191. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.d.ts.map +1 -0
  192. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.js +9 -0
  193. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.js.map +1 -0
  194. package/dist/lib/openapi/spec/playground-request-schema.test.d.ts +1 -3
  195. package/dist/lib/openapi/spec/playground-request-schema.test.d.ts.map +1 -1
  196. package/dist/lib/openapi/spec/playground-request-schema.test.js +1 -8
  197. package/dist/lib/openapi/spec/playground-request-schema.test.js.map +1 -1
  198. package/dist/lib/openapi/spec/playground-response-schema.d.ts +9 -9
  199. package/dist/lib/openapi/spec/playground-response-schema.test.js +2 -3
  200. package/dist/lib/openapi/spec/playground-response-schema.test.js.map +1 -1
  201. package/dist/lib/openapi/spec/playground-segment-schema.d.ts +1 -1
  202. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +2 -2
  203. package/dist/lib/openapi/spec/profile-schema.d.ts +40 -35
  204. package/dist/lib/openapi/spec/profile-schema.d.ts.map +1 -1
  205. package/dist/lib/openapi/spec/profile-schema.js +13 -1
  206. package/dist/lib/openapi/spec/profile-schema.js.map +1 -1
  207. package/dist/lib/openapi/spec/profile-schema.test.js +1 -0
  208. package/dist/lib/openapi/spec/profile-schema.test.js.map +1 -1
  209. package/dist/lib/openapi/spec/project-environment-schema.d.ts +1 -1
  210. package/dist/lib/openapi/spec/project-overview-schema.d.ts +69 -69
  211. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +4 -4
  212. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +2 -2
  213. package/dist/lib/openapi/spec/release-plan-schema.d.ts +8 -8
  214. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +14 -8
  215. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts.map +1 -1
  216. package/dist/lib/openapi/spec/release-plan-template-schema.js +6 -0
  217. package/dist/lib/openapi/spec/release-plan-template-schema.js.map +1 -1
  218. package/dist/lib/openapi/spec/release-plan-templates-schema.d.ts +22 -16
  219. package/dist/lib/openapi/spec/release-plan-templates-schema.d.ts.map +1 -1
  220. package/dist/lib/openapi/spec/release-plans-schema.d.ts +16 -16
  221. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.d.ts +4 -0
  222. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.d.ts.map +1 -0
  223. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.js +12 -0
  224. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.js.map +1 -0
  225. package/dist/lib/openapi/spec/sdk-context-schema.test.d.ts +1 -3
  226. package/dist/lib/openapi/spec/sdk-context-schema.test.d.ts.map +1 -1
  227. package/dist/lib/openapi/spec/sdk-context-schema.test.js +1 -11
  228. package/dist/lib/openapi/spec/sdk-context-schema.test.js.map +1 -1
  229. package/dist/lib/openapi/spec/search-features-schema.d.ts +104 -104
  230. package/dist/lib/openapi/spec/segment-schema.d.ts +1 -1
  231. package/dist/lib/openapi/spec/segments-schema.d.ts +2 -2
  232. package/dist/lib/openapi/spec/ui-config-schema.d.ts +5 -0
  233. package/dist/lib/openapi/spec/ui-config-schema.d.ts.map +1 -1
  234. package/dist/lib/openapi/spec/ui-config-schema.js +5 -0
  235. package/dist/lib/openapi/spec/ui-config-schema.js.map +1 -1
  236. package/dist/lib/openapi/spec/update-feature-schema.d.ts +1 -1
  237. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +1 -1
  238. package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +1 -1
  239. package/dist/lib/routes/admin-api/addon.d.ts.map +1 -1
  240. package/dist/lib/routes/admin-api/addon.js +6 -2
  241. package/dist/lib/routes/admin-api/addon.js.map +1 -1
  242. package/dist/lib/routes/admin-api/user/user.d.ts.map +1 -1
  243. package/dist/lib/routes/admin-api/user/user.js +3 -1
  244. package/dist/lib/routes/admin-api/user/user.js.map +1 -1
  245. package/dist/lib/routes/admin-api/user/user.test.js +32 -7
  246. package/dist/lib/routes/admin-api/user/user.test.js.map +1 -1
  247. package/dist/lib/routes/util.d.ts.map +1 -1
  248. package/dist/lib/routes/util.js +8 -1
  249. package/dist/lib/routes/util.js.map +1 -1
  250. package/dist/lib/routes/util.test.d.ts +2 -0
  251. package/dist/lib/routes/util.test.d.ts.map +1 -0
  252. package/dist/lib/routes/util.test.js +18 -0
  253. package/dist/lib/routes/util.test.js.map +1 -0
  254. package/dist/lib/schema/feature-schema.test.js +1 -1
  255. package/dist/lib/schema/feature-schema.test.js.map +1 -1
  256. package/dist/lib/schema/html-input.d.ts +4 -0
  257. package/dist/lib/schema/html-input.d.ts.map +1 -0
  258. package/dist/lib/schema/html-input.js +41 -0
  259. package/dist/lib/schema/html-input.js.map +1 -0
  260. package/dist/lib/schema/html-input.test.d.ts +2 -0
  261. package/dist/lib/schema/html-input.test.d.ts.map +1 -0
  262. package/dist/lib/schema/html-input.test.js +98 -0
  263. package/dist/lib/schema/html-input.test.js.map +1 -0
  264. package/dist/lib/server-impl.d.ts +2 -1
  265. package/dist/lib/server-impl.d.ts.map +1 -1
  266. package/dist/lib/server-impl.js +2 -1
  267. package/dist/lib/server-impl.js.map +1 -1
  268. package/dist/lib/services/addon-service.d.ts +8 -1
  269. package/dist/lib/services/addon-service.d.ts.map +1 -1
  270. package/dist/lib/services/addon-service.js +24 -1
  271. package/dist/lib/services/addon-service.js.map +1 -1
  272. package/dist/lib/services/addon-service.test.js +75 -8
  273. package/dist/lib/services/addon-service.test.js.map +1 -1
  274. package/dist/lib/services/feature-tag-service.d.ts +1 -1
  275. package/dist/lib/services/feature-tag-service.d.ts.map +1 -1
  276. package/dist/lib/services/feature-tag-service.js +5 -1
  277. package/dist/lib/services/feature-tag-service.js.map +1 -1
  278. package/dist/lib/services/index.d.ts.map +1 -1
  279. package/dist/lib/services/index.js +1 -1
  280. package/dist/lib/services/index.js.map +1 -1
  281. package/dist/lib/services/project-schema.d.ts +1 -2
  282. package/dist/lib/services/project-schema.d.ts.map +1 -1
  283. package/dist/lib/services/project-schema.js +4 -2
  284. package/dist/lib/services/project-schema.js.map +1 -1
  285. package/dist/lib/services/user-service.d.ts +1 -0
  286. package/dist/lib/services/user-service.d.ts.map +1 -1
  287. package/dist/lib/services/user-service.js +7 -0
  288. package/dist/lib/services/user-service.js.map +1 -1
  289. package/dist/lib/types/events.d.ts +8 -0
  290. package/dist/lib/types/events.d.ts.map +1 -1
  291. package/dist/lib/types/events.js +4 -0
  292. package/dist/lib/types/events.js.map +1 -1
  293. package/dist/lib/types/experimental.d.ts +1 -1
  294. package/dist/lib/types/experimental.d.ts.map +1 -1
  295. package/dist/lib/types/experimental.js +27 -1
  296. package/dist/lib/types/experimental.js.map +1 -1
  297. package/dist/lib/types/model.d.ts +2 -0
  298. package/dist/lib/types/model.d.ts.map +1 -1
  299. package/dist/lib/types/model.js.map +1 -1
  300. package/dist/lib/types/option.d.ts +5 -0
  301. package/dist/lib/types/option.d.ts.map +1 -1
  302. package/dist/lib/types/permissions.d.ts +1 -0
  303. package/dist/lib/types/permissions.d.ts.map +1 -1
  304. package/dist/lib/types/permissions.js +2 -0
  305. package/dist/lib/types/permissions.js.map +1 -1
  306. package/dist/lib/types/stores.d.ts +1 -0
  307. package/dist/lib/types/stores.d.ts.map +1 -1
  308. package/dist/lib/types/stores.js.map +1 -1
  309. package/dist/lib/ui-config/ui-config-controller.d.ts +1 -2
  310. package/dist/lib/ui-config/ui-config-controller.d.ts.map +1 -1
  311. package/dist/lib/ui-config/ui-config-controller.js +3 -1
  312. package/dist/lib/ui-config/ui-config-controller.js.map +1 -1
  313. package/dist/lib/ui-config/ui-config-service.d.ts +3 -2
  314. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -1
  315. package/dist/lib/ui-config/ui-config-service.js +11 -3
  316. package/dist/lib/ui-config/ui-config-service.js.map +1 -1
  317. package/dist/lib/ui-config/ui-config.test.js +25 -2
  318. package/dist/lib/ui-config/ui-config.test.js.map +1 -1
  319. package/dist/lib/util/anonymise.d.ts +1 -0
  320. package/dist/lib/util/anonymise.d.ts.map +1 -1
  321. package/dist/lib/util/anonymise.js +3 -0
  322. package/dist/lib/util/anonymise.js.map +1 -1
  323. package/dist/lib/util/anonymise.test.js +4 -1
  324. package/dist/lib/util/anonymise.test.js.map +1 -1
  325. package/dist/lib/util/constants.d.ts +3 -1
  326. package/dist/lib/util/constants.d.ts.map +1 -1
  327. package/dist/lib/util/constants.js +11 -1
  328. package/dist/lib/util/constants.js.map +1 -1
  329. package/dist/mailtemplates/requested-cr-approval/requested-cr-approval.html.mustache +1 -1
  330. package/dist/migrations/20260617115403-update-flag-descriptions.d.ts +3 -0
  331. package/dist/migrations/20260617115403-update-flag-descriptions.d.ts.map +1 -0
  332. package/dist/migrations/20260617115403-update-flag-descriptions.js +38 -0
  333. package/dist/migrations/20260617115403-update-flag-descriptions.js.map +1 -0
  334. package/dist/migrations/20260624120000-servicenow-change-references.d.ts +3 -0
  335. package/dist/migrations/20260624120000-servicenow-change-references.d.ts.map +1 -0
  336. package/dist/migrations/20260624120000-servicenow-change-references.js +22 -0
  337. package/dist/migrations/20260624120000-servicenow-change-references.js.map +1 -0
  338. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.d.ts +3 -0
  339. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.d.ts.map +1 -0
  340. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.js +8 -0
  341. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.js.map +1 -0
  342. package/dist/migrations/20260708100000-add-project-release-template-permission.d.ts +3 -0
  343. package/dist/migrations/20260708100000-add-project-release-template-permission.d.ts.map +1 -0
  344. package/dist/migrations/20260708100000-add-project-release-template-permission.js +15 -0
  345. package/dist/migrations/20260708100000-add-project-release-template-permission.js.map +1 -0
  346. package/dist/server-dev.js +9 -1
  347. package/dist/server-dev.js.map +1 -1
  348. package/dist/test/arbitraries.d.ts +25 -0
  349. package/dist/test/arbitraries.d.ts.map +1 -0
  350. package/dist/test/arbitraries.js +143 -0
  351. package/dist/test/arbitraries.js.map +1 -0
  352. package/dist/test/arbitraries.test.d.ts +1 -24
  353. package/dist/test/arbitraries.test.d.ts.map +1 -1
  354. package/dist/test/arbitraries.test.js +1 -142
  355. package/dist/test/arbitraries.test.js.map +1 -1
  356. package/dist/test/e2e/api/admin/addon.e2e.test.js +2 -1
  357. package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
  358. package/dist/test/e2e/api/admin/playground.e2e.test.js +2 -2
  359. package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
  360. package/dist/test/e2e/services/addon-service.e2e.test.js +2 -0
  361. package/dist/test/e2e/services/addon-service.e2e.test.js.map +1 -1
  362. package/dist/test/e2e/services/playground-service.test.js +2 -2
  363. package/dist/test/e2e/services/playground-service.test.js.map +1 -1
  364. package/dist/test/fixtures/fake-segment-store.d.ts +1 -1
  365. package/dist/test/fixtures/fake-segment-store.d.ts.map +1 -1
  366. package/dist/test/fixtures/fake-segment-store.js +2 -2
  367. package/dist/test/fixtures/fake-segment-store.js.map +1 -1
  368. package/dist/test/prom-last-wins.d.ts +2 -0
  369. package/dist/test/prom-last-wins.d.ts.map +1 -0
  370. package/dist/test/prom-last-wins.js +25 -0
  371. package/dist/test/prom-last-wins.js.map +1 -0
  372. package/dist/test/reset-cross-file-state.d.ts +2 -0
  373. package/dist/test/reset-cross-file-state.d.ts.map +1 -0
  374. package/dist/test/reset-cross-file-state.js +57 -0
  375. package/dist/test/reset-cross-file-state.js.map +1 -0
  376. package/dist/test-setup.d.ts.map +1 -1
  377. package/dist/test-setup.js +4 -0
  378. package/dist/test-setup.js.map +1 -1
  379. package/frontend/build/index.html +2 -2
  380. package/frontend/build/static/AccordionSummary-KVRcLxLK.js +1 -0
  381. package/frontend/build/static/AdvancedPlayground-Cls80com.js +3 -0
  382. package/frontend/build/static/Alert-DQgOzmJF.js +1 -0
  383. package/frontend/build/static/Avatar-xU_puYmY.js +1 -0
  384. package/frontend/build/static/BackendConnections-CkI8tLcv.js +1 -0
  385. package/frontend/build/static/Box-rSzdGLLJ.js +1 -0
  386. package/frontend/build/static/Button-yGjgMTJI.js +1 -0
  387. package/frontend/build/static/Button.story-CBE27I2T.js +1 -0
  388. package/frontend/build/static/CircularProgress-CmGBJn6I.js +124 -0
  389. package/frontend/build/static/Close-DKD1r3T7.js +1 -0
  390. package/frontend/build/static/Close-nISwbNAY.js +1 -0
  391. package/frontend/build/static/CodeRenderer-RNHlNPBl.js +1094 -0
  392. package/frontend/build/static/CodeRenderer.story-Vw214z1Z.js +2 -0
  393. package/frontend/build/static/Collapse-COunT4rQ.js +1 -0
  394. package/frontend/build/static/ConditionallyRender-CEffh9Z-.js +1 -0
  395. package/frontend/build/static/ConnectSdkStep-DnH4iwnu.js +1 -0
  396. package/frontend/build/static/ConnectSdkStep.story-DeWPTOZK.js +1 -0
  397. package/frontend/build/static/CreateProject-eo1TZ1so.js +1 -0
  398. package/frontend/build/static/Dialog-DLpX4v6X.js +1 -0
  399. package/frontend/build/static/DialogWithAside-BxVspeMV.js +1 -0
  400. package/frontend/build/static/DialogWithAside.story-Dqmr9MnM.js +1 -0
  401. package/frontend/build/static/Divider-BYq1CcT0.js +1 -0
  402. package/frontend/build/static/EnterpriseEdge-D-g3JGCd.js +6 -0
  403. package/frontend/build/static/FeatureCard.story-B2Q-SD_-.js +1 -0
  404. package/frontend/build/static/FeatureMetricsChart-ETalRWKx.js +2 -0
  405. package/frontend/build/static/FeatureStaleDialog-CvD9ojNj.js +8 -0
  406. package/frontend/build/static/FeatureViewLazyExport-10Z3_Wda.js +10 -0
  407. package/frontend/build/static/FileCopy-D1ZqmNek.js +1 -0
  408. package/frontend/build/static/FlagMetricsChart-dLfSDZ_x.js +2 -0
  409. package/frontend/build/static/FlagUsageSnippet-DOGwaqPZ.js +2 -0
  410. package/frontend/build/static/FlagUsageSnippet.story-tfMvt3kG.js +1 -0
  411. package/frontend/build/static/FormControlLabel-BrOlsUbv.js +1 -0
  412. package/frontend/build/static/FormField-CRXe4g4R.js +1 -0
  413. package/frontend/build/static/FrontendNetworkTrafficUsage-DGEwK1Qg.js +1 -0
  414. package/frontend/build/static/GenerateApiKey-C1aJtPh-.js +1 -0
  415. package/frontend/build/static/GenerateApiKey.story-DNMZG0qg.js +1 -0
  416. package/frontend/build/static/GenerateApiKeySummary-DkPI02tH.js +1 -0
  417. package/frontend/build/static/GenerateApiKeySummary.story-CruMFwTQ.js +1 -0
  418. package/frontend/build/static/GridLayoutWrapper-B3BIpxoE.js +5 -0
  419. package/frontend/build/static/Grow-CuQu7Z-P.js +1 -0
  420. package/frontend/build/static/HelpOutlineOutlined-HDH1hus2.js +1 -0
  421. package/frontend/build/static/HelpResources.story-warJFqf6.js +1 -0
  422. package/frontend/build/static/Highlighter-BS0Ow0vZ.js +1 -0
  423. package/frontend/build/static/HtmlTooltip-3YsoM_F5.js +1 -0
  424. package/frontend/build/static/IconButton-BveFD3PF.js +1 -0
  425. package/frontend/build/static/ImpactMetricsPage-C57istn7.js +1 -0
  426. package/frontend/build/static/ImpactViewsPage-MKEHnt2w.js +1 -0
  427. package/frontend/build/static/LazyAdminExport-DfIYVWQD.js +38 -0
  428. package/frontend/build/static/LazyProjectExport-30GlUH0L.js +46 -0
  429. package/frontend/build/static/LifecycleChartComponent-Tj1pN5Tj.js +2 -0
  430. package/frontend/build/static/LineChartComponent-_RiDjL2-.js +1 -0
  431. package/frontend/build/static/Link-wv6er_Jy.js +1 -0
  432. package/frontend/build/static/Loader-CnLypnQx.js +1 -0
  433. package/frontend/build/static/{LogRocketRunner-Duzg1Kzh.js → LogRocketRunner-BS6AEpSK.js} +1 -1
  434. package/frontend/build/static/MarkCompletedDialogue-BeIA6eMj.js +1 -0
  435. package/frontend/build/static/Menu-DUeb4XP8.js +1 -0
  436. package/frontend/build/static/MenuBook-DZFyn--3.js +1 -0
  437. package/frontend/build/static/MenuItem-DNlBQQYG.js +1 -0
  438. package/frontend/build/static/Modal-DdH902AP.js +1 -0
  439. package/frontend/build/static/NetworkOverview-DF8c0k1P.js +1 -0
  440. package/frontend/build/static/{NetworkPrometheusAPIWarning-Bq62ygkV.js → NetworkPrometheusAPIWarning-B0v-FihJ.js} +1 -1
  441. package/frontend/build/static/NetworkTraffic-C1I4wwcb.js +1 -0
  442. package/frontend/build/static/NetworkTrafficUsage-DkdQx64o.js +1 -0
  443. package/frontend/build/static/NotificationStack.story-CdeU4r0p.js +1 -0
  444. package/frontend/build/static/OnboardingProgress-BuWQ2rjB.js +1 -0
  445. package/frontend/build/static/OnboardingProgress.story-CmQztiFV.js +1 -0
  446. package/frontend/build/static/OpenInNew-CHcHAi4B.js +1 -0
  447. package/frontend/build/static/PageContent-lT51j8jO.js +1 -0
  448. package/frontend/build/static/Paper-BvPQ0Zq6.js +1 -0
  449. package/frontend/build/static/PercentageDonut-CZVWd5fE.js +1 -0
  450. package/frontend/build/static/PermissionButton-Tj54K9Kc.js +1 -0
  451. package/frontend/build/static/Popover-FHiFav9d.js +1 -0
  452. package/frontend/build/static/Popper-Cut-_j4A.js +1 -0
  453. package/frontend/build/static/Portal-kwmlgXGI.js +1 -0
  454. package/frontend/build/static/Radio-Cj82h8o5.js +1 -0
  455. package/frontend/build/static/RadioGroup-BWTZb8iE.js +1 -0
  456. package/frontend/build/static/ReactJSONEditor-D65iiPmM.js +4 -0
  457. package/frontend/build/static/ReactJSONEditor.story-Bt3pxUGO.js +1 -0
  458. package/frontend/build/static/RoleCell-tqHUOlI7.js +1 -0
  459. package/frontend/build/static/RtlProvider-D1AlROju.js +1 -0
  460. package/frontend/build/static/Safeguard-DFEQulxy.js +1 -0
  461. package/frontend/build/static/SdkEvaluationStatus-B1rMywp-.js +17 -0
  462. package/frontend/build/static/SdkEvaluationStatus.story-BxgqLICz.js +1 -0
  463. package/frontend/build/static/Select-DdG1oq6O.js +3 -0
  464. package/frontend/build/static/SelectSdk-Boj2Ug-2.js +1 -0
  465. package/frontend/build/static/SelectSdk-CzRoKDb5.js +1 -0
  466. package/frontend/build/static/SelectSdk.story-BT9ke5Eb.js +1 -0
  467. package/frontend/build/static/SelectSdk.story-CdzotYoq.js +1 -0
  468. package/frontend/build/static/Spacing.story-CB6GkN5Z.js +1 -0
  469. package/frontend/build/static/StoriesPage-luLnHVc2.js +1 -0
  470. package/frontend/build/static/SwitchBase-cxExIOp0.js +1 -0
  471. package/frontend/build/static/TextField-Cf03Ror7.js +1 -0
  472. package/frontend/build/static/ThemeColors.story-Cx9bv5pL.js +1 -0
  473. package/frontend/build/static/TokenExplanation-CJjBSQ07.js +1 -0
  474. package/frontend/build/static/TokenExplanation.story-BoOaHRrQ.js +1 -0
  475. package/frontend/build/static/Tooltip-DPzrXyNS.js +1 -0
  476. package/frontend/build/static/TooltipResolver-CIBfA4vm.js +1 -0
  477. package/frontend/build/static/Truncator-CF0-SVks.js +1 -0
  478. package/frontend/build/static/Typography-nCkGT67u.js +1 -0
  479. package/frontend/build/static/Typography.story-CofmlvJB.js +1 -0
  480. package/frontend/build/static/UIContext-Dsr0TY8K.js +1 -0
  481. package/frontend/build/static/WhatsNewLayout.story-p4Cm8bgx.js +1 -0
  482. package/frontend/build/static/aggregateFeatureMetrics-D7AXsd2U.js +1 -0
  483. package/frontend/build/static/capitalize-DfXJDj8P.js +1 -0
  484. package/frontend/build/static/chartjs-plugin-annotation.esm-tsR8Pv5a.js +1 -0
  485. package/frontend/build/static/chunk-KS7C4IRE-PUpsdS_b.js +3 -0
  486. package/frontend/build/static/code-block-BZePA-4e.js +1 -0
  487. package/frontend/build/static/copy-to-clipboard-BCU4eeSw.js +1 -0
  488. package/frontend/build/static/createBox-DaDvp7MB.js +1 -0
  489. package/frontend/build/static/createSimplePaletteValueFilter-Bt9IjErz.js +1 -0
  490. package/frontend/build/static/createSvgIcon-D-6jHYkf.js +1 -0
  491. package/frontend/build/static/differenceInSeconds-DMZGQwjK.js +1 -0
  492. package/frontend/build/static/dividerClasses-DcI5JVLQ.js +1 -0
  493. package/frontend/build/static/endOfMonth-CkSR_DAx.js +1 -0
  494. package/frontend/build/static/{enterpriseEdgeCloud-C5u35XAw.js → enterpriseEdgeCloud-qnOcFE1S.js} +1 -1
  495. package/frontend/build/static/esm-DViSjNxt.js +12 -0
  496. package/frontend/build/static/formatAccessText-BhC1wtCg.js +1 -0
  497. package/frontend/build/static/formatDistanceToNow-CyouiCIY.js +1 -0
  498. package/frontend/build/static/httpErrorResponseHandler-BzpwldnE.js +1 -0
  499. package/frontend/build/static/impact-metrics-DrmGy_gn.png +0 -0
  500. package/frontend/build/static/{impact-metrics-icon-6dt-ye-h.js → impact-metrics-icon-Cg_ki-2e.js} +1 -1
  501. package/frontend/build/static/index-C2zVj2FI.js +287 -0
  502. package/frontend/build/static/{jsx-runtime-BnvnyDTF.js → jsx-runtime-DYfQNk55.js} +1 -1
  503. package/frontend/build/static/mcp-ADx0Sju7.png +0 -0
  504. package/frontend/build/static/{metricsFormatters-BEX2qb8Y.js → metricsFormatters-BmjW0KTj.js} +1 -1
  505. package/frontend/build/static/milestone-CciNgBhP.png +0 -0
  506. package/frontend/build/static/{mui-CoU2c-id.js → mui-C_omlwxE.js} +1 -1
  507. package/frontend/build/static/networkTrafficUsageHighlightPlugin-DPi6id5j.js +1 -0
  508. package/frontend/build/static/parse-Chj4PyAg.js +1 -0
  509. package/frontend/build/static/react-Ca03aNmg.js +1 -0
  510. package/frontend/build/static/resolveProps-CAVsjga5.js +1 -0
  511. package/frontend/build/static/servicenow-BmgZtZjb.svg +13 -0
  512. package/frontend/build/static/sharedTypes-CXnpeg4U.js +1 -0
  513. package/frontend/build/static/startOfHour-P0Sr6h8e.js +1 -0
  514. package/frontend/build/static/styled-CY_-vLWk.js +1 -0
  515. package/frontend/build/static/theme-DDCs0xPV.js +1 -0
  516. package/frontend/build/static/themeStyles-B99HStK1.js +1 -0
  517. package/frontend/build/static/useApi-B7ZLy5tN.js +1 -0
  518. package/frontend/build/static/useApiGetter-C41iZzl2.js +1 -0
  519. package/frontend/build/static/useApiTokens-BQWPDfv2.js +1 -0
  520. package/frontend/build/static/useConditionalSWR-QWHOvx6V.js +1 -0
  521. package/frontend/build/static/useConditionallyHiddenColumns-DbQbB4u7.js +5 -0
  522. package/frontend/build/static/useCustomEvent-BnWpZ2E1.js +1 -0
  523. package/frontend/build/static/useEnhancedEffect-BBMUaXin.js +1 -0
  524. package/frontend/build/static/useEnvironments-Gu7r2cpc.js +2 -0
  525. package/frontend/build/static/useEventTracker-B0ILyjZB.js +1 -0
  526. package/frontend/build/static/useGroupedImpactMetricsData-jQ7IYFK3.js +1 -0
  527. package/frontend/build/static/useId-Bg4oXGUa.js +1 -0
  528. package/frontend/build/static/{useImpactMetrics-9qDSEpTn.js → useImpactMetrics-DXxTQl6p.js} +2 -2
  529. package/frontend/build/static/{useImpactMetricsEnabled-wRNO6-Oh.js → useImpactMetricsEnabled-B3om8V0b.js} +1 -1
  530. package/frontend/build/static/{useInstanceTrafficMetrics-CIpyIGYi.js → useInstanceTrafficMetrics-DkgcWjVM.js} +1 -1
  531. package/frontend/build/static/useLocationSettings-vlEPA_j3.js +1 -0
  532. package/frontend/build/static/useMediaQuery-BFm2lR-0.js +2 -0
  533. package/frontend/build/static/useOptionalPathParam-Cmh3Ejbi.js +1 -0
  534. package/frontend/build/static/{usePageTitle-CHzzFshF.js → usePageTitle-DD1IHvCw.js} +1 -1
  535. package/frontend/build/static/useSlot-Ce59-xJL.js +1 -0
  536. package/frontend/build/static/useSlotProps-v77xI-e5.js +1 -0
  537. package/frontend/build/static/useTheme-CTychWp2.js +10 -0
  538. package/frontend/build/static/useTimeout-B2sc1jSE.js +1 -0
  539. package/frontend/build/static/useToast-BUHn_9TC.js +1 -0
  540. package/frontend/build/static/{useUiConfig-DbVjTDpE.js → useUiConfig-BcfEDPWc.js} +1 -1
  541. package/frontend/build/static/useUiFlag-PbKW1iMa.js +1 -0
  542. package/frontend/package.json +20 -19
  543. package/package.json +15 -12
  544. package/frontend/build/static/AccordionSummary-wye3oOm6.js +0 -1
  545. package/frontend/build/static/AdvancedPlayground-BEYkf6Xg.js +0 -3
  546. package/frontend/build/static/Alert-_bLyWbvx.js +0 -1
  547. package/frontend/build/static/BackendConnections-DdvotR_8.js +0 -1
  548. package/frontend/build/static/Box-BQsxfFmC.js +0 -1
  549. package/frontend/build/static/Button-CebB8EPB.js +0 -1
  550. package/frontend/build/static/ChatOutlined-jZlhx14o.js +0 -1
  551. package/frontend/build/static/CircularProgress-C_LUU3DK.js +0 -101
  552. package/frontend/build/static/Close-DyTASMSq.js +0 -1
  553. package/frontend/build/static/CloudCircle-BjnxUYAO.js +0 -1
  554. package/frontend/build/static/Collapse-DPPTUMpf.js +0 -1
  555. package/frontend/build/static/ConditionallyRender---uTpMBn.js +0 -1
  556. package/frontend/build/static/CreateProject-BSlg0WYM.js +0 -1
  557. package/frontend/build/static/Dialog-C-xQxqWX.js +0 -1
  558. package/frontend/build/static/DialogWithAside-BvaGTcqO.js +0 -1106
  559. package/frontend/build/static/Divider-CsdWvu5F.js +0 -1
  560. package/frontend/build/static/EnterpriseEdge-DN23kaQp.js +0 -6
  561. package/frontend/build/static/FeatureMetricsChart-CmVkRuwG.js +0 -2
  562. package/frontend/build/static/FeatureStaleDialog-BkyjUGR9.js +0 -8
  563. package/frontend/build/static/FeatureViewLazyExport-C5FggFea.js +0 -10
  564. package/frontend/build/static/FileCopy-B8HZEA83.js +0 -1
  565. package/frontend/build/static/FlagMetricsChart-ZjHSwulg.js +0 -2
  566. package/frontend/build/static/FormControlLabel-F5gDLixN.js +0 -1
  567. package/frontend/build/static/FrontendNetworkTrafficUsage-BmLOJdK9.js +0 -1
  568. package/frontend/build/static/GridLayoutWrapper-D93wkNEo.js +0 -3
  569. package/frontend/build/static/Grow-BIbmvKVy.js +0 -1
  570. package/frontend/build/static/HelpOutlineOutlined-CpMsVJZu.js +0 -1
  571. package/frontend/build/static/Highlighter-MomUaQww.js +0 -1
  572. package/frontend/build/static/HtmlTooltip-B9jv1G1R.js +0 -1
  573. package/frontend/build/static/ImpactMetricsPage-D1CETZR_.js +0 -1
  574. package/frontend/build/static/ImpactViewsPage-DeBga4lU.js +0 -1
  575. package/frontend/build/static/LazyAdminExport-BvtR_me3.js +0 -38
  576. package/frontend/build/static/LazyProjectExport-BkOu6pHf.js +0 -46
  577. package/frontend/build/static/LifecycleChartComponent-BYvIFr7Q.js +0 -2
  578. package/frontend/build/static/LineChartComponent-d80f3Tky.js +0 -1
  579. package/frontend/build/static/Link-CfIScd2f.js +0 -1
  580. package/frontend/build/static/Loader-DdgXftPc.js +0 -1
  581. package/frontend/build/static/MarkCompletedDialogue-CtzRfovJ.js +0 -1
  582. package/frontend/build/static/NetworkOverview-D1UOxIaf.js +0 -1
  583. package/frontend/build/static/NetworkTraffic-CLnhub6c.js +0 -1
  584. package/frontend/build/static/NetworkTrafficUsage-PgI0lqze.js +0 -1
  585. package/frontend/build/static/PageContent-c0NDm5oD.js +0 -1
  586. package/frontend/build/static/PercentageDonut-C6I2UOES.js +0 -1
  587. package/frontend/build/static/PermissionButton-BIeM26DH.js +0 -1
  588. package/frontend/build/static/Popover-CUTnSn2h.js +0 -1
  589. package/frontend/build/static/Radio-DL8ja0ll.js +0 -1
  590. package/frontend/build/static/RadioGroup-Ci3WHaOy.js +0 -1
  591. package/frontend/build/static/ReactJSONEditor-C-paZV5Q.js +0 -4
  592. package/frontend/build/static/RoleCell-BCPNstXC.js +0 -1
  593. package/frontend/build/static/Safeguard-9zs64Bna.js +0 -1
  594. package/frontend/build/static/SelectSdk-D2NaTubs.js +0 -2
  595. package/frontend/build/static/StoriesPage-5lbMiQlA.js +0 -1
  596. package/frontend/build/static/SwitchBase-DWPIxZnN.js +0 -1
  597. package/frontend/build/static/TextField-oipjeg6n.js +0 -3
  598. package/frontend/build/static/Tooltip-BaILXXti.js +0 -1
  599. package/frontend/build/static/TooltipResolver-4A1YhwBy.js +0 -1
  600. package/frontend/build/static/Truncator-D2bO9ub6.js +0 -1
  601. package/frontend/build/static/Typography-BTdLWIUX.js +0 -1
  602. package/frontend/build/static/aggregateFeatureMetrics-DBivHCcj.js +0 -1
  603. package/frontend/build/static/chartjs-plugin-annotation.esm-BxKcCGhA.js +0 -1
  604. package/frontend/build/static/chunk-QUQL4437-Dr42NpoL.js +0 -3
  605. package/frontend/build/static/createBox-Cf2UJsmc.js +0 -1
  606. package/frontend/build/static/createSimplePaletteValueFilter-BRAMrHWJ.js +0 -1
  607. package/frontend/build/static/dividerClasses-Cc45lyWo.js +0 -1
  608. package/frontend/build/static/esm-CFWP4-MJ.js +0 -15
  609. package/frontend/build/static/httpErrorResponseHandler-FMtt7Zqh.js +0 -1
  610. package/frontend/build/static/index-BJ2iUk24.js +0 -289
  611. package/frontend/build/static/networkTrafficUsageHighlightPlugin-DVWh8Lrd.js +0 -1
  612. package/frontend/build/static/parse-BhYjTMCL.js +0 -1
  613. package/frontend/build/static/react-GZhdek4G.js +0 -1
  614. package/frontend/build/static/startOfHour-KiLZtdEa.js +0 -1
  615. package/frontend/build/static/themeStyles-BPY8RNQO.js +0 -1
  616. package/frontend/build/static/useApiGetter-7FP8Avm4.js +0 -1
  617. package/frontend/build/static/useApiTokens-C8Dqw_X1.js +0 -1
  618. package/frontend/build/static/useConditionalSWR-DGgzun6i.js +0 -1
  619. package/frontend/build/static/useConditionallyHiddenColumns-DTDzRlyO.js +0 -5
  620. package/frontend/build/static/useCustomEvent-CwoY8S5F.js +0 -1
  621. package/frontend/build/static/useEnvironments-CTguhgy0.js +0 -2
  622. package/frontend/build/static/useGroupedImpactMetricsData-CK8Pz2an.js +0 -1
  623. package/frontend/build/static/useMediaQuery-DGx8zAkf.js +0 -2
  624. package/frontend/build/static/useOptionalPathParam-Cx3ru9yC.js +0 -1
  625. package/frontend/build/static/useTheme-CQqAmDLr.js +0 -9
  626. /package/frontend/build/static/{connect-DbjGV9Hl.png → cr-DbjGV9Hl.png} +0 -0
@@ -305,7 +305,7 @@ export declare const advancedPlaygroundFeatureSchema: {
305
305
  readonly operator: {
306
306
  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).";
307
307
  readonly type: "string";
308
- 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"];
308
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
309
309
  readonly example: "IN";
310
310
  };
311
311
  readonly caseInsensitive: {
@@ -383,7 +383,7 @@ export declare const advancedPlaygroundFeatureSchema: {
383
383
  readonly operator: {
384
384
  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).";
385
385
  readonly type: "string";
386
- 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"];
386
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
387
387
  readonly example: "IN";
388
388
  };
389
389
  readonly caseInsensitive: {
@@ -555,7 +555,7 @@ export declare const advancedPlaygroundFeatureSchema: {
555
555
  readonly operator: {
556
556
  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).";
557
557
  readonly type: "string";
558
- 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"];
558
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
559
559
  readonly example: "IN";
560
560
  };
561
561
  readonly caseInsensitive: {
@@ -633,7 +633,7 @@ export declare const advancedPlaygroundFeatureSchema: {
633
633
  readonly operator: {
634
634
  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).";
635
635
  readonly type: "string";
636
- 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"];
636
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
637
637
  readonly example: "IN";
638
638
  };
639
639
  readonly caseInsensitive: {
@@ -1055,7 +1055,7 @@ export declare const advancedPlaygroundFeatureSchema: {
1055
1055
  readonly operator: {
1056
1056
  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).";
1057
1057
  readonly type: "string";
1058
- 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"];
1058
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1059
1059
  readonly example: "IN";
1060
1060
  };
1061
1061
  readonly caseInsensitive: {
@@ -1133,7 +1133,7 @@ export declare const advancedPlaygroundFeatureSchema: {
1133
1133
  readonly operator: {
1134
1134
  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).";
1135
1135
  readonly type: "string";
1136
- 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"];
1136
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1137
1137
  readonly example: "IN";
1138
1138
  };
1139
1139
  readonly caseInsensitive: {
@@ -1305,7 +1305,7 @@ export declare const advancedPlaygroundFeatureSchema: {
1305
1305
  readonly operator: {
1306
1306
  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).";
1307
1307
  readonly type: "string";
1308
- 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"];
1308
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1309
1309
  readonly example: "IN";
1310
1310
  };
1311
1311
  readonly caseInsensitive: {
@@ -1383,7 +1383,7 @@ export declare const advancedPlaygroundFeatureSchema: {
1383
1383
  readonly operator: {
1384
1384
  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).";
1385
1385
  readonly type: "string";
1386
- 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"];
1386
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1387
1387
  readonly example: "IN";
1388
1388
  };
1389
1389
  readonly caseInsensitive: {
@@ -46,7 +46,7 @@ export declare const advancedPlaygroundResponseSchema: {
46
46
  readonly operator: {
47
47
  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).";
48
48
  readonly type: "string";
49
- 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"];
49
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
50
50
  readonly example: "IN";
51
51
  };
52
52
  readonly caseInsensitive: {
@@ -101,7 +101,7 @@ export declare const advancedPlaygroundResponseSchema: {
101
101
  readonly operator: {
102
102
  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).";
103
103
  readonly type: "string";
104
- 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"];
104
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
105
105
  readonly example: "IN";
106
106
  };
107
107
  readonly caseInsensitive: {
@@ -440,7 +440,7 @@ export declare const advancedPlaygroundResponseSchema: {
440
440
  readonly operator: {
441
441
  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).";
442
442
  readonly type: "string";
443
- 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"];
443
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
444
444
  readonly example: "IN";
445
445
  };
446
446
  readonly caseInsensitive: {
@@ -518,7 +518,7 @@ export declare const advancedPlaygroundResponseSchema: {
518
518
  readonly operator: {
519
519
  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).";
520
520
  readonly type: "string";
521
- 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"];
521
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
522
522
  readonly example: "IN";
523
523
  };
524
524
  readonly caseInsensitive: {
@@ -690,7 +690,7 @@ export declare const advancedPlaygroundResponseSchema: {
690
690
  readonly operator: {
691
691
  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).";
692
692
  readonly type: "string";
693
- 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"];
693
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
694
694
  readonly example: "IN";
695
695
  };
696
696
  readonly caseInsensitive: {
@@ -768,7 +768,7 @@ export declare const advancedPlaygroundResponseSchema: {
768
768
  readonly operator: {
769
769
  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).";
770
770
  readonly type: "string";
771
- 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"];
771
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
772
772
  readonly example: "IN";
773
773
  };
774
774
  readonly caseInsensitive: {
@@ -1190,7 +1190,7 @@ export declare const advancedPlaygroundResponseSchema: {
1190
1190
  readonly operator: {
1191
1191
  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).";
1192
1192
  readonly type: "string";
1193
- 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"];
1193
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1194
1194
  readonly example: "IN";
1195
1195
  };
1196
1196
  readonly caseInsensitive: {
@@ -1268,7 +1268,7 @@ export declare const advancedPlaygroundResponseSchema: {
1268
1268
  readonly operator: {
1269
1269
  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).";
1270
1270
  readonly type: "string";
1271
- 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"];
1271
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1272
1272
  readonly example: "IN";
1273
1273
  };
1274
1274
  readonly caseInsensitive: {
@@ -1440,7 +1440,7 @@ export declare const advancedPlaygroundResponseSchema: {
1440
1440
  readonly operator: {
1441
1441
  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).";
1442
1442
  readonly type: "string";
1443
- 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"];
1443
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1444
1444
  readonly example: "IN";
1445
1445
  };
1446
1446
  readonly caseInsensitive: {
@@ -1518,7 +1518,7 @@ export declare const advancedPlaygroundResponseSchema: {
1518
1518
  readonly operator: {
1519
1519
  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).";
1520
1520
  readonly type: "string";
1521
- 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"];
1521
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
1522
1522
  readonly example: "IN";
1523
1523
  };
1524
1524
  readonly caseInsensitive: {
@@ -2046,7 +2046,7 @@ export declare const advancedPlaygroundResponseSchema: {
2046
2046
  readonly operator: {
2047
2047
  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).";
2048
2048
  readonly type: "string";
2049
- 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"];
2049
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
2050
2050
  readonly example: "IN";
2051
2051
  };
2052
2052
  readonly caseInsensitive: {
@@ -2124,7 +2124,7 @@ export declare const advancedPlaygroundResponseSchema: {
2124
2124
  readonly operator: {
2125
2125
  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).";
2126
2126
  readonly type: "string";
2127
- 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"];
2127
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
2128
2128
  readonly example: "IN";
2129
2129
  };
2130
2130
  readonly caseInsensitive: {
@@ -2296,7 +2296,7 @@ export declare const advancedPlaygroundResponseSchema: {
2296
2296
  readonly operator: {
2297
2297
  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).";
2298
2298
  readonly type: "string";
2299
- 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"];
2299
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
2300
2300
  readonly example: "IN";
2301
2301
  };
2302
2302
  readonly caseInsensitive: {
@@ -2374,7 +2374,7 @@ export declare const advancedPlaygroundResponseSchema: {
2374
2374
  readonly operator: {
2375
2375
  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).";
2376
2376
  readonly type: "string";
2377
- 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"];
2377
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
2378
2378
  readonly example: "IN";
2379
2379
  };
2380
2380
  readonly caseInsensitive: {
@@ -2771,7 +2771,7 @@ export declare const advancedPlaygroundResponseSchema: {
2771
2771
  readonly operator: {
2772
2772
  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).";
2773
2773
  readonly type: "string";
2774
- 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"];
2774
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
2775
2775
  readonly example: "IN";
2776
2776
  };
2777
2777
  readonly caseInsensitive: {
@@ -2971,7 +2971,7 @@ export declare const advancedPlaygroundResponseSchema: {
2971
2971
  readonly operator: {
2972
2972
  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).";
2973
2973
  readonly type: "string";
2974
- 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"];
2974
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
2975
2975
  readonly example: "IN";
2976
2976
  };
2977
2977
  readonly caseInsensitive: {
@@ -3049,7 +3049,7 @@ export declare const advancedPlaygroundResponseSchema: {
3049
3049
  readonly operator: {
3050
3050
  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).";
3051
3051
  readonly type: "string";
3052
- 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"];
3052
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
3053
3053
  readonly example: "IN";
3054
3054
  };
3055
3055
  readonly caseInsensitive: {
@@ -81,7 +81,7 @@ export declare const clientFeatureSchema: {
81
81
  readonly operator: {
82
82
  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).";
83
83
  readonly type: "string";
84
- 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"];
84
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
85
85
  readonly example: "IN";
86
86
  };
87
87
  readonly caseInsensitive: {
@@ -201,7 +201,7 @@ export declare const clientFeatureSchema: {
201
201
  readonly operator: {
202
202
  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).";
203
203
  readonly type: "string";
204
- 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"];
204
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
205
205
  readonly example: "IN";
206
206
  };
207
207
  readonly caseInsensitive: {
@@ -116,7 +116,7 @@ export declare const clientFeaturesDeltaSchema: {
116
116
  readonly operator: {
117
117
  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).";
118
118
  readonly type: "string";
119
- 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"];
119
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
120
120
  readonly example: "IN";
121
121
  };
122
122
  readonly caseInsensitive: {
@@ -229,7 +229,7 @@ export declare const clientFeaturesDeltaSchema: {
229
229
  readonly operator: {
230
230
  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).";
231
231
  readonly type: "string";
232
- 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"];
232
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
233
233
  readonly example: "IN";
234
234
  };
235
235
  readonly caseInsensitive: {
@@ -349,7 +349,7 @@ export declare const clientFeaturesDeltaSchema: {
349
349
  readonly operator: {
350
350
  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).";
351
351
  readonly type: "string";
352
- 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"];
352
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
353
353
  readonly example: "IN";
354
354
  };
355
355
  readonly caseInsensitive: {
@@ -738,7 +738,7 @@ export declare const clientFeaturesDeltaSchema: {
738
738
  readonly operator: {
739
739
  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).";
740
740
  readonly type: "string";
741
- 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"];
741
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
742
742
  readonly example: "IN";
743
743
  };
744
744
  readonly caseInsensitive: {
@@ -884,7 +884,7 @@ export declare const clientFeaturesDeltaSchema: {
884
884
  readonly operator: {
885
885
  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).";
886
886
  readonly type: "string";
887
- 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"];
887
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
888
888
  readonly example: "IN";
889
889
  };
890
890
  readonly caseInsensitive: {
@@ -45,7 +45,7 @@ export declare const clientFeaturesSchema: {
45
45
  readonly operator: {
46
46
  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).";
47
47
  readonly type: "string";
48
- 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"];
48
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
49
49
  readonly example: "IN";
50
50
  };
51
51
  readonly caseInsensitive: {
@@ -158,7 +158,7 @@ export declare const clientFeaturesSchema: {
158
158
  readonly operator: {
159
159
  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).";
160
160
  readonly type: "string";
161
- 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"];
161
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
162
162
  readonly example: "IN";
163
163
  };
164
164
  readonly caseInsensitive: {
@@ -278,7 +278,7 @@ export declare const clientFeaturesSchema: {
278
278
  readonly operator: {
279
279
  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).";
280
280
  readonly type: "string";
281
- 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"];
281
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
282
282
  readonly example: "IN";
283
283
  };
284
284
  readonly caseInsensitive: {
@@ -667,7 +667,7 @@ export declare const clientFeaturesSchema: {
667
667
  readonly operator: {
668
668
  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).";
669
669
  readonly type: "string";
670
- 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"];
670
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
671
671
  readonly example: "IN";
672
672
  };
673
673
  readonly caseInsensitive: {
@@ -857,7 +857,7 @@ export declare const clientFeaturesSchema: {
857
857
  readonly operator: {
858
858
  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).";
859
859
  readonly type: "string";
860
- 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"];
860
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
861
861
  readonly example: "IN";
862
862
  };
863
863
  readonly caseInsensitive: {
@@ -38,7 +38,7 @@ export declare const clientSegmentSchema: {
38
38
  readonly operator: {
39
39
  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).";
40
40
  readonly type: "string";
41
- 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"];
41
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
42
42
  readonly example: "IN";
43
43
  };
44
44
  readonly caseInsensitive: {
@@ -12,7 +12,7 @@ export declare const constraintSchemaBase: {
12
12
  readonly operator: {
13
13
  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).";
14
14
  readonly type: "string";
15
- 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"];
15
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
16
16
  readonly example: "IN";
17
17
  };
18
18
  readonly caseInsensitive: {
@@ -54,7 +54,7 @@ export declare const constraintSchema: {
54
54
  readonly operator: {
55
55
  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).";
56
56
  readonly type: "string";
57
- 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"];
57
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
58
58
  readonly example: "IN";
59
59
  };
60
60
  readonly caseInsensitive: {
@@ -81,7 +81,7 @@ export declare const createFeatureStrategySchema: {
81
81
  readonly operator: {
82
82
  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).";
83
83
  readonly type: "string";
84
- 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"];
84
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
85
85
  readonly example: "IN";
86
86
  };
87
87
  readonly caseInsensitive: {
@@ -142,7 +142,7 @@ export declare const environmentProjectSchema: {
142
142
  readonly operator: {
143
143
  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).";
144
144
  readonly type: "string";
145
- 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"];
145
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
146
146
  readonly example: "IN";
147
147
  };
148
148
  readonly caseInsensitive: {
@@ -302,7 +302,7 @@ export declare const environmentProjectSchema: {
302
302
  readonly operator: {
303
303
  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).";
304
304
  readonly type: "string";
305
- 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"];
305
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
306
306
  readonly example: "IN";
307
307
  };
308
308
  readonly caseInsensitive: {
@@ -164,7 +164,7 @@ export declare const environmentsProjectSchema: {
164
164
  readonly operator: {
165
165
  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).";
166
166
  readonly type: "string";
167
- 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"];
167
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
168
168
  readonly example: "IN";
169
169
  };
170
170
  readonly caseInsensitive: {
@@ -324,7 +324,7 @@ export declare const environmentsProjectSchema: {
324
324
  readonly operator: {
325
325
  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).";
326
326
  readonly type: "string";
327
- 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"];
327
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
328
328
  readonly example: "IN";
329
329
  };
330
330
  readonly caseInsensitive: {
@@ -447,7 +447,7 @@ export declare const environmentsProjectSchema: {
447
447
  readonly operator: {
448
448
  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).";
449
449
  readonly type: "string";
450
- 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"];
450
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
451
451
  readonly example: "IN";
452
452
  };
453
453
  readonly caseInsensitive: {
@@ -607,7 +607,7 @@ export declare const environmentsProjectSchema: {
607
607
  readonly operator: {
608
608
  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).";
609
609
  readonly type: "string";
610
- 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"];
610
+ 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", "SEMVER_GTE", "SEMVER_LTE", "REGEX"];
611
611
  readonly example: "IN";
612
612
  };
613
613
  readonly caseInsensitive: {