unleash-server 7.3.0 → 7.4.1

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 (1436) hide show
  1. package/README.md +36 -36
  2. package/dist/lib/addons/datadog.js +1 -1
  3. package/dist/lib/addons/datadog.js.map +1 -1
  4. package/dist/lib/addons/datadog.test.js +11 -11
  5. package/dist/lib/addons/datadog.test.js.map +1 -1
  6. package/dist/lib/addons/feature-event-formatter-md-events.d.ts.map +1 -1
  7. package/dist/lib/addons/feature-event-formatter-md-events.js +11 -1
  8. package/dist/lib/addons/feature-event-formatter-md-events.js.map +1 -1
  9. package/dist/lib/addons/feature-event-formatter-md.test.js +8 -6
  10. package/dist/lib/addons/feature-event-formatter-md.test.js.map +1 -1
  11. package/dist/lib/addons/new-relic-definition.js +1 -1
  12. package/dist/lib/addons/new-relic-definition.js.map +1 -1
  13. package/dist/lib/addons/new-relic.js +4 -4
  14. package/dist/lib/addons/new-relic.js.map +1 -1
  15. package/dist/lib/addons/new-relic.test.js +4 -4
  16. package/dist/lib/addons/new-relic.test.js.map +1 -1
  17. package/dist/lib/addons/slack-app-definition.d.ts.map +1 -1
  18. package/dist/lib/addons/slack-app-definition.js +3 -1
  19. package/dist/lib/addons/slack-app-definition.js.map +1 -1
  20. package/dist/lib/addons/slack-app.test.js +1 -2
  21. package/dist/lib/addons/slack-app.test.js.map +1 -1
  22. package/dist/lib/addons/slack-definition.d.ts.map +1 -1
  23. package/dist/lib/addons/slack-definition.js +3 -1
  24. package/dist/lib/addons/slack-definition.js.map +1 -1
  25. package/dist/lib/addons/slack.js +1 -1
  26. package/dist/lib/addons/slack.js.map +1 -1
  27. package/dist/lib/addons/slack.test.js +1 -1
  28. package/dist/lib/addons/slack.test.js.map +1 -1
  29. package/dist/lib/addons/teams-definition.d.ts.map +1 -1
  30. package/dist/lib/addons/teams-definition.js +3 -1
  31. package/dist/lib/addons/teams-definition.js.map +1 -1
  32. package/dist/lib/addons/teams.js +1 -1
  33. package/dist/lib/addons/teams.js.map +1 -1
  34. package/dist/lib/addons/teams.test.js +1 -1
  35. package/dist/lib/addons/teams.test.js.map +1 -1
  36. package/dist/lib/addons/webhook-definition.d.ts.map +1 -1
  37. package/dist/lib/addons/webhook-definition.js +4 -2
  38. package/dist/lib/addons/webhook-definition.js.map +1 -1
  39. package/dist/lib/addons/webhook.js +1 -1
  40. package/dist/lib/addons/webhook.js.map +1 -1
  41. package/dist/lib/addons/webhook.test.js +3 -3
  42. package/dist/lib/addons/webhook.test.js.map +1 -1
  43. package/dist/lib/app.js +2 -2
  44. package/dist/lib/app.js.map +1 -1
  45. package/dist/lib/app.test.js +6 -2
  46. package/dist/lib/app.test.js.map +1 -1
  47. package/dist/lib/create-config.test.js +9 -2
  48. package/dist/lib/create-config.test.js.map +1 -1
  49. package/dist/lib/db/access-store.d.ts +1 -2
  50. package/dist/lib/db/access-store.d.ts.map +1 -1
  51. package/dist/lib/db/access-store.js +2 -3
  52. package/dist/lib/db/access-store.js.map +1 -1
  53. package/dist/lib/db/access-store.test.js +5 -1
  54. package/dist/lib/db/access-store.test.js.map +1 -1
  55. package/dist/lib/db/api-token-store.d.ts +1 -2
  56. package/dist/lib/db/api-token-store.d.ts.map +1 -1
  57. package/dist/lib/db/api-token-store.js +1 -2
  58. package/dist/lib/db/api-token-store.js.map +1 -1
  59. package/dist/lib/db/favorite-features-store.d.ts +1 -3
  60. package/dist/lib/db/favorite-features-store.d.ts.map +1 -1
  61. package/dist/lib/db/favorite-features-store.js +1 -3
  62. package/dist/lib/db/favorite-features-store.js.map +1 -1
  63. package/dist/lib/db/favorite-projects-store.d.ts +2 -3
  64. package/dist/lib/db/favorite-projects-store.d.ts.map +1 -1
  65. package/dist/lib/db/favorite-projects-store.js +20 -4
  66. package/dist/lib/db/favorite-projects-store.js.map +1 -1
  67. package/dist/lib/db/feature-environment-store.d.ts +1 -2
  68. package/dist/lib/db/feature-environment-store.d.ts.map +1 -1
  69. package/dist/lib/db/feature-environment-store.js +1 -2
  70. package/dist/lib/db/feature-environment-store.js.map +1 -1
  71. package/dist/lib/db/feature-type-store.d.ts +1 -2
  72. package/dist/lib/db/feature-type-store.d.ts.map +1 -1
  73. package/dist/lib/db/feature-type-store.js +1 -2
  74. package/dist/lib/db/feature-type-store.js.map +1 -1
  75. package/dist/lib/db/project-stats-store.d.ts +1 -2
  76. package/dist/lib/db/project-stats-store.d.ts.map +1 -1
  77. package/dist/lib/db/project-stats-store.js +1 -2
  78. package/dist/lib/db/project-stats-store.js.map +1 -1
  79. package/dist/lib/db/public-signup-token-store.d.ts +1 -2
  80. package/dist/lib/db/public-signup-token-store.d.ts.map +1 -1
  81. package/dist/lib/db/public-signup-token-store.js +1 -2
  82. package/dist/lib/db/public-signup-token-store.js.map +1 -1
  83. package/dist/lib/db/reset-token-store.d.ts +2 -3
  84. package/dist/lib/db/reset-token-store.d.ts.map +1 -1
  85. package/dist/lib/db/reset-token-store.js +31 -6
  86. package/dist/lib/db/reset-token-store.js.map +1 -1
  87. package/dist/lib/db/user-feedback-store.d.ts +1 -1
  88. package/dist/lib/db/user-feedback-store.d.ts.map +1 -1
  89. package/dist/lib/db/user-feedback-store.js +1 -1
  90. package/dist/lib/db/user-feedback-store.js.map +1 -1
  91. package/dist/lib/db/user-splash-store.d.ts +1 -1
  92. package/dist/lib/db/user-splash-store.d.ts.map +1 -1
  93. package/dist/lib/db/user-splash-store.js +1 -1
  94. package/dist/lib/db/user-splash-store.js.map +1 -1
  95. package/dist/lib/default-custom-auth-deny-all.js +1 -1
  96. package/dist/lib/default-custom-auth-deny-all.js.map +1 -1
  97. package/dist/lib/domain/project-health/project-health.js +1 -1
  98. package/dist/lib/domain/project-health/project-health.js.map +1 -1
  99. package/dist/lib/error/unleash-error.test.js +4 -1
  100. package/dist/lib/error/unleash-error.test.js.map +1 -1
  101. package/dist/lib/events/index.d.ts +5 -1
  102. package/dist/lib/events/index.d.ts.map +1 -1
  103. package/dist/lib/events/index.js +8 -0
  104. package/dist/lib/events/index.js.map +1 -1
  105. package/dist/lib/features/access/access-read-model.d.ts.map +1 -1
  106. package/dist/lib/features/access/access-read-model.js +3 -2
  107. package/dist/lib/features/access/access-read-model.js.map +1 -1
  108. package/dist/lib/features/access/createAccessService.d.ts +5 -1
  109. package/dist/lib/features/access/createAccessService.d.ts.map +1 -1
  110. package/dist/lib/features/access/createAccessService.js +2 -2
  111. package/dist/lib/features/access/createAccessService.js.map +1 -1
  112. package/dist/lib/features/change-request-segment-usage-service/change-request-segment-usage-read-model.test.js.map +1 -1
  113. package/dist/lib/features/client-feature-toggles/client-feature-toggle-service.d.ts +1 -2
  114. package/dist/lib/features/client-feature-toggles/client-feature-toggle-service.d.ts.map +1 -1
  115. package/dist/lib/features/client-feature-toggles/client-feature-toggle-service.js +1 -2
  116. package/dist/lib/features/client-feature-toggles/client-feature-toggle-service.js.map +1 -1
  117. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.d.ts.map +1 -1
  118. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js +18 -9
  119. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js.map +1 -1
  120. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +54 -0
  121. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
  122. package/dist/lib/features/client-feature-toggles/delta/delta-cache.d.ts +1 -0
  123. package/dist/lib/features/client-feature-toggles/delta/delta-cache.d.ts.map +1 -1
  124. package/dist/lib/features/client-feature-toggles/delta/delta-cache.js +14 -0
  125. package/dist/lib/features/client-feature-toggles/delta/delta-cache.js.map +1 -1
  126. package/dist/lib/features/client-feature-toggles/delta/delta-cache.test.js +1 -1
  127. package/dist/lib/features/client-feature-toggles/delta/delta-cache.test.js.map +1 -1
  128. package/dist/lib/features/client-feature-toggles/tests/client-feature-toggles.e2e.test.js +1 -1
  129. package/dist/lib/features/client-feature-toggles/tests/client-feature-toggles.e2e.test.js.map +1 -1
  130. package/dist/lib/features/context/context-field-store-type.d.ts +2 -0
  131. package/dist/lib/features/context/context-field-store-type.d.ts.map +1 -1
  132. package/dist/lib/features/context/context-field-store.d.ts +3 -3
  133. package/dist/lib/features/context/context-field-store.d.ts.map +1 -1
  134. package/dist/lib/features/context/context-field-store.js +12 -3
  135. package/dist/lib/features/context/context-field-store.js.map +1 -1
  136. package/dist/lib/features/context/context-service.d.ts +9 -3
  137. package/dist/lib/features/context/context-service.d.ts.map +1 -1
  138. package/dist/lib/features/context/context-service.js +33 -4
  139. package/dist/lib/features/context/context-service.js.map +1 -1
  140. package/dist/lib/features/context/context.d.ts +10 -5
  141. package/dist/lib/features/context/context.d.ts.map +1 -1
  142. package/dist/lib/features/context/context.js +65 -37
  143. package/dist/lib/features/context/context.js.map +1 -1
  144. package/dist/lib/features/context/fake-context-field-store.d.ts +1 -0
  145. package/dist/lib/features/context/fake-context-field-store.d.ts.map +1 -1
  146. package/dist/lib/features/context/fake-context-field-store.js +4 -1
  147. package/dist/lib/features/context/fake-context-field-store.js.map +1 -1
  148. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.d.ts +1 -1
  149. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.d.ts.map +1 -1
  150. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.js +1 -1
  151. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.js.map +1 -1
  152. package/dist/lib/features/environments/environments-controller.d.ts +1 -2
  153. package/dist/lib/features/environments/environments-controller.d.ts.map +1 -1
  154. package/dist/lib/features/environments/environments-controller.js +2 -3
  155. package/dist/lib/features/environments/environments-controller.js.map +1 -1
  156. package/dist/lib/features/events/event-created-by-migration.test.js +3 -3
  157. package/dist/lib/features/events/event-created-by-migration.test.js.map +1 -1
  158. package/dist/lib/features/events/event-search-controller.js +1 -1
  159. package/dist/lib/features/events/event-search-controller.js.map +1 -1
  160. package/dist/lib/features/events/event-service.test.js.map +1 -1
  161. package/dist/lib/features/events/event-store.d.ts.map +1 -1
  162. package/dist/lib/features/events/event-store.js +22 -9
  163. package/dist/lib/features/events/event-store.js.map +1 -1
  164. package/dist/lib/features/export-import-toggles/export-import-api-usage.test.js +1 -1
  165. package/dist/lib/features/export-import-toggles/export-import-api-usage.test.js.map +1 -1
  166. package/dist/lib/features/export-import-toggles/export-import-controller.d.ts +0 -1
  167. package/dist/lib/features/export-import-toggles/export-import-controller.d.ts.map +1 -1
  168. package/dist/lib/features/export-import-toggles/export-import-controller.js +5 -6
  169. package/dist/lib/features/export-import-toggles/export-import-controller.js.map +1 -1
  170. package/dist/lib/features/export-import-toggles/export-import-service.d.ts.map +1 -1
  171. package/dist/lib/features/export-import-toggles/export-import-service.js +10 -1
  172. package/dist/lib/features/export-import-toggles/export-import-service.js.map +1 -1
  173. package/dist/lib/features/export-import-toggles/export-import.e2e.test.js +8 -3
  174. package/dist/lib/features/export-import-toggles/export-import.e2e.test.js.map +1 -1
  175. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.d.ts +1 -1
  176. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.d.ts.map +1 -1
  177. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.js +1 -1
  178. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.js.map +1 -1
  179. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-store.js +1 -1
  180. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-store.js.map +1 -1
  181. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.d.ts +5 -4
  182. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.d.ts.map +1 -1
  183. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.js +9 -3
  184. package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.js.map +1 -1
  185. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model-type.d.ts +1 -1
  186. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model-type.d.ts.map +1 -1
  187. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.d.ts +1 -1
  188. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.d.ts.map +1 -1
  189. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.js +17 -18
  190. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.js.map +1 -1
  191. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.test.js +17 -0
  192. package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.test.js.map +1 -1
  193. package/dist/lib/features/feature-lifecycle/feature-lifecycle-store.d.ts.map +1 -1
  194. package/dist/lib/features/feature-lifecycle/feature-lifecycle-store.js +3 -2
  195. package/dist/lib/features/feature-lifecycle/feature-lifecycle-store.js.map +1 -1
  196. package/dist/lib/features/feature-lifecycle/feature-lifecycle.e2e.test.js +4 -1
  197. package/dist/lib/features/feature-lifecycle/feature-lifecycle.e2e.test.js.map +1 -1
  198. package/dist/lib/features/feature-links/createFeatureLinkService.d.ts +4 -1
  199. package/dist/lib/features/feature-links/createFeatureLinkService.d.ts.map +1 -1
  200. package/dist/lib/features/feature-links/createFeatureLinkService.js +7 -3
  201. package/dist/lib/features/feature-links/createFeatureLinkService.js.map +1 -1
  202. package/dist/lib/features/feature-links/fake-feature-links-read-model.d.ts +1 -1
  203. package/dist/lib/features/feature-links/fake-feature-links-read-model.d.ts.map +1 -1
  204. package/dist/lib/features/feature-links/fake-feature-links-read-model.js +1 -1
  205. package/dist/lib/features/feature-links/fake-feature-links-read-model.js.map +1 -1
  206. package/dist/lib/features/feature-links/feature-link-service.d.ts +3 -0
  207. package/dist/lib/features/feature-links/feature-link-service.d.ts.map +1 -1
  208. package/dist/lib/features/feature-links/feature-link-service.js +6 -1
  209. package/dist/lib/features/feature-links/feature-link-service.js.map +1 -1
  210. package/dist/lib/features/feature-links/feature-link-service.test.js +20 -3
  211. package/dist/lib/features/feature-links/feature-link-service.test.js.map +1 -1
  212. package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js +10 -2
  213. package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js.map +1 -1
  214. package/dist/lib/features/feature-search/createFeatureSearchService.d.ts +3 -2
  215. package/dist/lib/features/feature-search/createFeatureSearchService.d.ts.map +1 -1
  216. package/dist/lib/features/feature-search/createFeatureSearchService.js +4 -4
  217. package/dist/lib/features/feature-search/createFeatureSearchService.js.map +1 -1
  218. package/dist/lib/features/feature-search/fake-feature-search-store.d.ts +1 -1
  219. package/dist/lib/features/feature-search/fake-feature-search-store.d.ts.map +1 -1
  220. package/dist/lib/features/feature-search/fake-feature-search-store.js +1 -1
  221. package/dist/lib/features/feature-search/fake-feature-search-store.js.map +1 -1
  222. package/dist/lib/features/feature-search/feature-search-controller.js +2 -2
  223. package/dist/lib/features/feature-search/feature-search-controller.js.map +1 -1
  224. package/dist/lib/features/feature-search/feature-search-service.d.ts +4 -3
  225. package/dist/lib/features/feature-search/feature-search-service.d.ts.map +1 -1
  226. package/dist/lib/features/feature-search/feature-search-service.js +12 -4
  227. package/dist/lib/features/feature-search/feature-search-service.js.map +1 -1
  228. package/dist/lib/features/feature-search/feature-search-store.d.ts +1 -3
  229. package/dist/lib/features/feature-search/feature-search-store.d.ts.map +1 -1
  230. package/dist/lib/features/feature-search/feature-search-store.js +1 -3
  231. package/dist/lib/features/feature-search/feature-search-store.js.map +1 -1
  232. package/dist/lib/features/feature-search/feature.search.e2e.test.js +1 -1
  233. package/dist/lib/features/feature-search/feature.search.e2e.test.js.map +1 -1
  234. package/dist/lib/features/feature-toggle/archive-feature-toggle-controller.js +1 -1
  235. package/dist/lib/features/feature-toggle/archive-feature-toggle-controller.js.map +1 -1
  236. package/dist/lib/features/feature-toggle/configuration-revision-service.d.ts +2 -1
  237. package/dist/lib/features/feature-toggle/configuration-revision-service.d.ts.map +1 -1
  238. package/dist/lib/features/feature-toggle/configuration-revision-service.js +16 -0
  239. package/dist/lib/features/feature-toggle/configuration-revision-service.js.map +1 -1
  240. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts +3 -4
  241. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts.map +1 -1
  242. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.js +2 -3
  243. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.js.map +1 -1
  244. package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts.map +1 -1
  245. package/dist/lib/features/feature-toggle/createFeatureToggleService.js +1 -12
  246. package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
  247. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.d.ts +1 -1
  248. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.d.ts.map +1 -1
  249. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.js +1 -1
  250. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.js.map +1 -1
  251. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts +5 -5
  252. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts.map +1 -1
  253. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js +6 -6
  254. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js.map +1 -1
  255. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.d.ts +8 -8
  256. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.d.ts.map +1 -1
  257. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.js +10 -12
  258. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.js.map +1 -1
  259. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts +7 -1
  260. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts.map +1 -1
  261. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js +7 -3
  262. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js.map +1 -1
  263. package/dist/lib/features/feature-toggle/feature-toggle-controller.d.ts.map +1 -1
  264. package/dist/lib/features/feature-toggle/feature-toggle-controller.js +4 -3
  265. package/dist/lib/features/feature-toggle/feature-toggle-controller.js.map +1 -1
  266. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +3 -10
  267. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  268. package/dist/lib/features/feature-toggle/feature-toggle-service.js +10 -26
  269. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  270. package/dist/lib/features/feature-toggle/feature-toggle-store.d.ts.map +1 -1
  271. package/dist/lib/features/feature-toggle/feature-toggle-store.js +7 -3
  272. package/dist/lib/features/feature-toggle/feature-toggle-store.js.map +1 -1
  273. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts +1 -3
  274. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  275. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +1 -3
  276. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  277. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.d.ts +0 -1
  278. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.d.ts.map +1 -1
  279. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.js +0 -1
  280. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.js.map +1 -1
  281. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.e2e.test.js +1 -1
  282. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.e2e.test.js.map +1 -1
  283. package/dist/lib/features/feature-toggle/tests/feature-toggle-store.e2e.test.js +1 -1
  284. package/dist/lib/features/feature-toggle/tests/feature-toggle-store.e2e.test.js.map +1 -1
  285. package/dist/lib/features/feature-toggle/tests/feature-toggle-strategies-store.e2e.test.js +2 -2
  286. package/dist/lib/features/feature-toggle/tests/feature-toggle-strategies-store.e2e.test.js.map +1 -1
  287. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +3 -3
  288. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
  289. package/dist/lib/features/frontend-api/frontend-api-controller.js +2 -2
  290. package/dist/lib/features/frontend-api/frontend-api-controller.js.map +1 -1
  291. package/dist/lib/features/frontend-api/frontend-api-repository.d.ts +1 -3
  292. package/dist/lib/features/frontend-api/frontend-api-repository.d.ts.map +1 -1
  293. package/dist/lib/features/frontend-api/frontend-api-repository.js +6 -6
  294. package/dist/lib/features/frontend-api/frontend-api-repository.js.map +1 -1
  295. package/dist/lib/features/frontend-api/frontend-api-service.d.ts.map +1 -1
  296. package/dist/lib/features/frontend-api/frontend-api-service.js +3 -1
  297. package/dist/lib/features/frontend-api/frontend-api-service.js.map +1 -1
  298. package/dist/lib/features/frontend-api/frontend-api-service.test.js +2 -2
  299. package/dist/lib/features/frontend-api/frontend-api.concurrency.e2e.test.js +1 -1
  300. package/dist/lib/features/frontend-api/frontend-api.concurrency.e2e.test.js.map +1 -1
  301. package/dist/lib/features/frontend-api/global-frontend-api-cache.d.ts +0 -2
  302. package/dist/lib/features/frontend-api/global-frontend-api-cache.d.ts.map +1 -1
  303. package/dist/lib/features/frontend-api/global-frontend-api-cache.js +0 -7
  304. package/dist/lib/features/frontend-api/global-frontend-api-cache.js.map +1 -1
  305. package/dist/lib/features/frontend-api/proxy-repository.js +1 -1
  306. package/dist/lib/features/frontend-api/proxy-repository.js.map +1 -1
  307. package/dist/lib/features/instance-stats/createInstanceStatsService.d.ts.map +1 -1
  308. package/dist/lib/features/instance-stats/createInstanceStatsService.js +5 -2
  309. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  310. package/dist/lib/features/instance-stats/getEdgeInstances.d.ts.map +1 -1
  311. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js +28 -19
  312. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js.map +1 -1
  313. package/dist/lib/features/instance-stats/getEdgeInstances.js +14 -2
  314. package/dist/lib/features/instance-stats/getEdgeInstances.js.map +1 -1
  315. package/dist/lib/features/instance-stats/getProductionChanges.e2e.test.js +2 -2
  316. package/dist/lib/features/instance-stats/getProductionChanges.e2e.test.js.map +1 -1
  317. package/dist/lib/features/instance-stats/getReadOnlyUsers.d.ts +5 -0
  318. package/dist/lib/features/instance-stats/getReadOnlyUsers.d.ts.map +1 -0
  319. package/dist/lib/features/instance-stats/getReadOnlyUsers.js +9 -0
  320. package/dist/lib/features/instance-stats/getReadOnlyUsers.js.map +1 -0
  321. package/dist/lib/features/instance-stats/instance-stats-service.d.ts +8 -5
  322. package/dist/lib/features/instance-stats/instance-stats-service.d.ts.map +1 -1
  323. package/dist/lib/features/instance-stats/instance-stats-service.js +17 -4
  324. package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -1
  325. package/dist/lib/features/instance-stats/instance-stats-service.test.js +8 -6
  326. package/dist/lib/features/instance-stats/instance-stats-service.test.js.map +1 -1
  327. package/dist/lib/features/integration-events/integration-events-service.d.ts +1 -3
  328. package/dist/lib/features/integration-events/integration-events-service.d.ts.map +1 -1
  329. package/dist/lib/features/integration-events/integration-events-service.js +1 -3
  330. package/dist/lib/features/integration-events/integration-events-service.js.map +1 -1
  331. package/dist/lib/features/maintenance/maintenance-controller.d.ts +1 -1
  332. package/dist/lib/features/maintenance/maintenance-controller.d.ts.map +1 -1
  333. package/dist/lib/features/maintenance/maintenance-controller.js +1 -1
  334. package/dist/lib/features/maintenance/maintenance-controller.js.map +1 -1
  335. package/dist/lib/features/maintenance/maintenance-service.js +1 -1
  336. package/dist/lib/features/maintenance/maintenance-service.js.map +1 -1
  337. package/dist/lib/features/metrics/client-metrics/client-metrics-service.e2e.test.js +10 -10
  338. package/dist/lib/features/metrics/client-metrics/client-metrics-service.e2e.test.js.map +1 -1
  339. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.d.ts +1 -3
  340. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.d.ts.map +1 -1
  341. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.js +2 -4
  342. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.js.map +1 -1
  343. package/dist/lib/features/metrics/client-metrics/client-metrics.d.ts +0 -1
  344. package/dist/lib/features/metrics/client-metrics/client-metrics.d.ts.map +1 -1
  345. package/dist/lib/features/metrics/client-metrics/client-metrics.js +0 -1
  346. package/dist/lib/features/metrics/client-metrics/client-metrics.js.map +1 -1
  347. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.d.ts +10 -10
  348. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.d.ts.map +1 -1
  349. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.js +13 -11
  350. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.js.map +1 -1
  351. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.d.ts +1 -1
  352. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.d.ts.map +1 -1
  353. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js +3 -3
  354. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js.map +1 -1
  355. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.test.js +2 -2
  356. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.test.js.map +1 -1
  357. package/dist/lib/features/metrics/custom/custom-metrics-controller.d.ts +2 -2
  358. package/dist/lib/features/metrics/custom/custom-metrics-controller.d.ts.map +1 -1
  359. package/dist/lib/features/metrics/custom/custom-metrics-controller.js +2 -2
  360. package/dist/lib/features/metrics/custom/custom-metrics-controller.js.map +1 -1
  361. package/dist/lib/features/metrics/impact/metrics-translator.js +3 -1
  362. package/dist/lib/features/metrics/impact/metrics-translator.js.map +1 -1
  363. package/dist/lib/features/metrics/instance/instance-service.d.ts.map +1 -1
  364. package/dist/lib/features/metrics/instance/instance-service.js +1 -0
  365. package/dist/lib/features/metrics/instance/instance-service.js.map +1 -1
  366. package/dist/lib/features/metrics/instance/instance-service.test.js +2 -2
  367. package/dist/lib/features/metrics/instance/instance-service.test.js.map +1 -1
  368. package/dist/lib/features/metrics/instance/metrics.d.ts +1 -0
  369. package/dist/lib/features/metrics/instance/metrics.d.ts.map +1 -1
  370. package/dist/lib/features/metrics/instance/metrics.js +22 -6
  371. package/dist/lib/features/metrics/instance/metrics.js.map +1 -1
  372. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.d.ts +1 -1
  373. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.d.ts.map +1 -1
  374. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.js +1 -1
  375. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.js.map +1 -1
  376. package/dist/lib/features/metrics/shared/schema.test.js +0 -1
  377. package/dist/lib/features/metrics/shared/schema.test.js.map +1 -1
  378. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.d.ts +2 -2
  379. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.d.ts.map +1 -1
  380. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.js +2 -2
  381. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.js.map +1 -1
  382. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.d.ts +1 -2
  383. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.d.ts.map +1 -1
  384. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.js +1 -2
  385. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.js.map +1 -1
  386. package/dist/lib/features/onboarding/fake-onboarding-store.d.ts +2 -2
  387. package/dist/lib/features/onboarding/fake-onboarding-store.d.ts.map +1 -1
  388. package/dist/lib/features/onboarding/fake-onboarding-store.js +2 -2
  389. package/dist/lib/features/onboarding/fake-onboarding-store.js.map +1 -1
  390. package/dist/lib/features/onboarding/onboarding-service.d.ts +1 -3
  391. package/dist/lib/features/onboarding/onboarding-service.d.ts.map +1 -1
  392. package/dist/lib/features/onboarding/onboarding-service.js +2 -4
  393. package/dist/lib/features/onboarding/onboarding-service.js.map +1 -1
  394. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.d.ts +3 -3
  395. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.d.ts.map +1 -1
  396. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.js +3 -3
  397. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.js.map +1 -1
  398. package/dist/lib/features/playground/feature-evaluator/constraint.js +1 -1
  399. package/dist/lib/features/playground/feature-evaluator/constraint.js.map +1 -1
  400. package/dist/lib/features/playground/feature-evaluator/repository/index.js +1 -1
  401. package/dist/lib/features/playground/feature-evaluator/repository/index.js.map +1 -1
  402. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.d.ts +1 -1
  403. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.d.ts.map +1 -1
  404. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.js +1 -1
  405. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.js.map +1 -1
  406. package/dist/lib/features/playground/feature-evaluator/strategy/remote-address-strategy.js +1 -1
  407. package/dist/lib/features/playground/feature-evaluator/strategy/remote-address-strategy.js.map +1 -1
  408. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.d.ts +1 -1
  409. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.d.ts.map +1 -1
  410. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js +1 -1
  411. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js.map +1 -1
  412. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.d.ts +1 -1
  413. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.d.ts.map +1 -1
  414. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.js +1 -1
  415. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.js.map +1 -1
  416. package/dist/lib/features/playground/offline-unleash-client.test.js +6 -2
  417. package/dist/lib/features/playground/offline-unleash-client.test.js.map +1 -1
  418. package/dist/lib/features/playground/playground-service.d.ts.map +1 -1
  419. package/dist/lib/features/playground/playground-service.js +3 -2
  420. package/dist/lib/features/playground/playground-service.js.map +1 -1
  421. package/dist/lib/features/playground/playground.test.js +1 -1
  422. package/dist/lib/features/playground/playground.test.js.map +1 -1
  423. package/dist/lib/features/private-project/fakePrivateProjectChecker.d.ts +3 -3
  424. package/dist/lib/features/private-project/fakePrivateProjectChecker.d.ts.map +1 -1
  425. package/dist/lib/features/private-project/fakePrivateProjectChecker.js +3 -3
  426. package/dist/lib/features/private-project/fakePrivateProjectChecker.js.map +1 -1
  427. package/dist/lib/features/private-project/privateProjectStore.d.ts +1 -2
  428. package/dist/lib/features/private-project/privateProjectStore.d.ts.map +1 -1
  429. package/dist/lib/features/private-project/privateProjectStore.js +2 -3
  430. package/dist/lib/features/private-project/privateProjectStore.js.map +1 -1
  431. package/dist/lib/features/project/fake-project-flag-creators-read-model.d.ts +1 -1
  432. package/dist/lib/features/project/fake-project-flag-creators-read-model.d.ts.map +1 -1
  433. package/dist/lib/features/project/fake-project-flag-creators-read-model.js +1 -1
  434. package/dist/lib/features/project/fake-project-flag-creators-read-model.js.map +1 -1
  435. package/dist/lib/features/project/project-controller.d.ts +1 -1
  436. package/dist/lib/features/project/project-controller.d.ts.map +1 -1
  437. package/dist/lib/features/project/project-controller.js +3 -1
  438. package/dist/lib/features/project/project-controller.js.map +1 -1
  439. package/dist/lib/features/project/project-read-model.d.ts +1 -2
  440. package/dist/lib/features/project/project-read-model.d.ts.map +1 -1
  441. package/dist/lib/features/project/project-read-model.js +1 -2
  442. package/dist/lib/features/project/project-read-model.js.map +1 -1
  443. package/dist/lib/features/project/project-service.e2e.test.js +10 -3
  444. package/dist/lib/features/project/project-service.e2e.test.js.map +1 -1
  445. package/dist/lib/features/project/project-store.d.ts +2 -3
  446. package/dist/lib/features/project/project-store.d.ts.map +1 -1
  447. package/dist/lib/features/project/project-store.js +43 -3
  448. package/dist/lib/features/project/project-store.js.map +1 -1
  449. package/dist/lib/features/project/projects.e2e.test.js +1 -1
  450. package/dist/lib/features/project/projects.e2e.test.js.map +1 -1
  451. package/dist/lib/features/project-environments/environment-service.d.ts +1 -0
  452. package/dist/lib/features/project-environments/environment-service.d.ts.map +1 -1
  453. package/dist/lib/features/project-environments/environment-service.js +8 -1
  454. package/dist/lib/features/project-environments/environment-service.js.map +1 -1
  455. package/dist/lib/features/project-environments/fake-environment-store.d.ts +3 -3
  456. package/dist/lib/features/project-environments/fake-environment-store.d.ts.map +1 -1
  457. package/dist/lib/features/project-environments/fake-environment-store.js +5 -5
  458. package/dist/lib/features/project-environments/fake-environment-store.js.map +1 -1
  459. package/dist/lib/features/project-insights/project-insights-service.e2e.test.js +1 -1
  460. package/dist/lib/features/project-insights/project-insights-service.e2e.test.js.map +1 -1
  461. package/dist/lib/features/project-status/projects-status.e2e.test.js +1 -1
  462. package/dist/lib/features/project-status/projects-status.e2e.test.js.map +1 -1
  463. package/dist/lib/features/scheduler/job-service.js +1 -1
  464. package/dist/lib/features/scheduler/job-service.js.map +1 -1
  465. package/dist/lib/features/scheduler/job-service.test.js +1 -1
  466. package/dist/lib/features/scheduler/job-service.test.js.map +1 -1
  467. package/dist/lib/features/scheduler/job-store.d.ts +0 -1
  468. package/dist/lib/features/scheduler/job-store.d.ts.map +1 -1
  469. package/dist/lib/features/scheduler/job-store.js +0 -1
  470. package/dist/lib/features/scheduler/job-store.js.map +1 -1
  471. package/dist/lib/features/segment/admin-segment.e2e.test.js +7 -25
  472. package/dist/lib/features/segment/admin-segment.e2e.test.js.map +1 -1
  473. package/dist/lib/features/segment/fake-segment-read-model.d.ts +2 -2
  474. package/dist/lib/features/segment/fake-segment-read-model.d.ts.map +1 -1
  475. package/dist/lib/features/segment/fake-segment-read-model.js +2 -2
  476. package/dist/lib/features/segment/fake-segment-read-model.js.map +1 -1
  477. package/dist/lib/features/segment/segment-controller.d.ts +1 -2
  478. package/dist/lib/features/segment/segment-controller.d.ts.map +1 -1
  479. package/dist/lib/features/segment/segment-controller.js +6 -4
  480. package/dist/lib/features/segment/segment-controller.js.map +1 -1
  481. package/dist/lib/features/segment/segment-service-interface.d.ts +2 -2
  482. package/dist/lib/features/segment/segment-service-interface.d.ts.map +1 -1
  483. package/dist/lib/features/segment/segment-service.d.ts +3 -3
  484. package/dist/lib/features/segment/segment-service.d.ts.map +1 -1
  485. package/dist/lib/features/segment/segment-service.js +31 -5
  486. package/dist/lib/features/segment/segment-service.js.map +1 -1
  487. package/dist/lib/features/tag-type/fake-tag-type-store.d.ts.map +1 -1
  488. package/dist/lib/features/tag-type/fake-tag-type-store.js +3 -1
  489. package/dist/lib/features/tag-type/fake-tag-type-store.js.map +1 -1
  490. package/dist/lib/features/tag-type/tag-type.d.ts +1 -2
  491. package/dist/lib/features/tag-type/tag-type.d.ts.map +1 -1
  492. package/dist/lib/features/tag-type/tag-type.js +1 -2
  493. package/dist/lib/features/tag-type/tag-type.js.map +1 -1
  494. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.d.ts +4 -4
  495. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.d.ts.map +1 -1
  496. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.js +4 -4
  497. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.js.map +1 -1
  498. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.d.ts +1 -2
  499. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.d.ts.map +1 -1
  500. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.js +3 -4
  501. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.js.map +1 -1
  502. package/dist/lib/features/ui-observability-controller/ui-observability-controller.js +1 -1
  503. package/dist/lib/features/ui-observability-controller/ui-observability-controller.js.map +1 -1
  504. package/dist/lib/features/unique-connection/unique-connection-service.d.ts +0 -1
  505. package/dist/lib/features/unique-connection/unique-connection-service.d.ts.map +1 -1
  506. package/dist/lib/features/unique-connection/unique-connection-service.js +0 -1
  507. package/dist/lib/features/unique-connection/unique-connection-service.js.map +1 -1
  508. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.d.ts +2 -2
  509. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.d.ts.map +1 -1
  510. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.js +2 -2
  511. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.js.map +1 -1
  512. package/dist/lib/features/user-subscriptions/user-subscriptions-read-model.test.js +1 -1
  513. package/dist/lib/features/user-subscriptions/user-subscriptions-read-model.test.js.map +1 -1
  514. package/dist/lib/features/user-subscriptions/user-subscriptions-service.d.ts +1 -2
  515. package/dist/lib/features/user-subscriptions/user-subscriptions-service.d.ts.map +1 -1
  516. package/dist/lib/features/user-subscriptions/user-subscriptions-service.js +1 -2
  517. package/dist/lib/features/user-subscriptions/user-subscriptions-service.js.map +1 -1
  518. package/dist/lib/features/users/createUserService.d.ts.map +1 -1
  519. package/dist/lib/features/users/createUserService.js +3 -1
  520. package/dist/lib/features/users/createUserService.js.map +1 -1
  521. package/dist/lib/features/users/user-store.d.ts +1 -2
  522. package/dist/lib/features/users/user-store.d.ts.map +1 -1
  523. package/dist/lib/features/users/user-store.js +3 -2
  524. package/dist/lib/features/users/user-store.js.map +1 -1
  525. package/dist/lib/features/users/user-updates-read-model.d.ts +2 -2
  526. package/dist/lib/features/users/user-updates-read-model.d.ts.map +1 -1
  527. package/dist/lib/features/users/user-updates-read-model.js +2 -2
  528. package/dist/lib/features/users/user-updates-read-model.js.map +1 -1
  529. package/dist/lib/logger.test.js +2 -2
  530. package/dist/lib/logger.test.js.map +1 -1
  531. package/dist/lib/metric-events.d.ts +15 -2
  532. package/dist/lib/metric-events.d.ts.map +1 -1
  533. package/dist/lib/metric-events.js +2 -1
  534. package/dist/lib/metric-events.js.map +1 -1
  535. package/dist/lib/metrics.d.ts.map +1 -1
  536. package/dist/lib/metrics.js +65 -4
  537. package/dist/lib/metrics.js.map +1 -1
  538. package/dist/lib/metrics.test.js +13 -8
  539. package/dist/lib/metrics.test.js.map +1 -1
  540. package/dist/lib/middleware/api-token-middleware.js +1 -1
  541. package/dist/lib/middleware/api-token-middleware.js.map +1 -1
  542. package/dist/lib/middleware/api-token-middleware.test.js +4 -1
  543. package/dist/lib/middleware/api-token-middleware.test.js.map +1 -1
  544. package/dist/lib/middleware/audit-middleware.js +1 -1
  545. package/dist/lib/middleware/audit-middleware.js.map +1 -1
  546. package/dist/lib/middleware/catch-all-error-handler.js +1 -1
  547. package/dist/lib/middleware/catch-all-error-handler.js.map +1 -1
  548. package/dist/lib/middleware/conditional-middleware.d.ts.map +1 -1
  549. package/dist/lib/middleware/conditional-middleware.js +2 -5
  550. package/dist/lib/middleware/conditional-middleware.js.map +1 -1
  551. package/dist/lib/middleware/content_type_checker.test.js +3 -6
  552. package/dist/lib/middleware/content_type_checker.test.js.map +1 -1
  553. package/dist/lib/middleware/cors-origin-middleware.js +1 -1
  554. package/dist/lib/middleware/cors-origin-middleware.js.map +1 -1
  555. package/dist/lib/middleware/demo-authentication.js +3 -3
  556. package/dist/lib/middleware/demo-authentication.js.map +1 -1
  557. package/dist/lib/middleware/no-authentication.js +3 -3
  558. package/dist/lib/middleware/no-authentication.js.map +1 -1
  559. package/dist/lib/middleware/oss-authentication.test.js +2 -2
  560. package/dist/lib/middleware/oss-authentication.test.js.map +1 -1
  561. package/dist/lib/middleware/pat-middleware.js +1 -1
  562. package/dist/lib/middleware/pat-middleware.js.map +1 -1
  563. package/dist/lib/middleware/rbac-middleware.js +1 -1
  564. package/dist/lib/middleware/rbac-middleware.js.map +1 -1
  565. package/dist/lib/middleware/rbac-middleware.test.js +7 -3
  566. package/dist/lib/middleware/rbac-middleware.test.js.map +1 -1
  567. package/dist/lib/middleware/response-time-metrics.js +1 -1
  568. package/dist/lib/middleware/response-time-metrics.js.map +1 -1
  569. package/dist/lib/middleware/response-time-metrics.test.js +4 -1
  570. package/dist/lib/middleware/response-time-metrics.test.js.map +1 -1
  571. package/dist/lib/middleware/secure-headers.d.ts.map +1 -1
  572. package/dist/lib/middleware/secure-headers.js +3 -1
  573. package/dist/lib/middleware/secure-headers.js.map +1 -1
  574. package/dist/lib/openapi/meta-schema-rules.test.js +1 -1
  575. package/dist/lib/openapi/meta-schema-rules.test.js.map +1 -1
  576. package/dist/lib/openapi/spec/addon-create-update-schema.d.ts +2 -2
  577. package/dist/lib/openapi/spec/addon-create-update-schema.js +6 -6
  578. package/dist/lib/openapi/spec/addon-create-update-schema.js.map +1 -1
  579. package/dist/lib/openapi/spec/addon-parameter-schema.js +1 -1
  580. package/dist/lib/openapi/spec/addon-parameter-schema.js.map +1 -1
  581. package/dist/lib/openapi/spec/addon-schema.d.ts +1 -1
  582. package/dist/lib/openapi/spec/addon-schema.js +1 -1
  583. package/dist/lib/openapi/spec/addon-schema.js.map +1 -1
  584. package/dist/lib/openapi/spec/addon-type-schema.d.ts +2 -2
  585. package/dist/lib/openapi/spec/addon-type-schema.js +2 -2
  586. package/dist/lib/openapi/spec/addon-type-schema.js.map +1 -1
  587. package/dist/lib/openapi/spec/addons-schema.d.ts +5 -5
  588. package/dist/lib/openapi/spec/addons-schema.js +2 -2
  589. package/dist/lib/openapi/spec/addons-schema.js.map +1 -1
  590. package/dist/lib/openapi/spec/admin-segment-schema.d.ts +6 -4
  591. package/dist/lib/openapi/spec/admin-segment-schema.d.ts.map +1 -1
  592. package/dist/lib/openapi/spec/admin-segment-schema.js +1 -1
  593. package/dist/lib/openapi/spec/admin-segment-schema.js.map +1 -1
  594. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +14 -14
  595. package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +28 -28
  596. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +61 -59
  597. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts.map +1 -1
  598. package/dist/lib/openapi/spec/api-token-schema.d.ts +1 -1
  599. package/dist/lib/openapi/spec/api-token-schema.js +1 -1
  600. package/dist/lib/openapi/spec/api-token-schema.js.map +1 -1
  601. package/dist/lib/openapi/spec/api-token-schema.test.js +5 -1
  602. package/dist/lib/openapi/spec/api-token-schema.test.js.map +1 -1
  603. package/dist/lib/openapi/spec/api-tokens-schema.d.ts +2 -2
  604. package/dist/lib/openapi/spec/api-tokens-schema.js +1 -1
  605. package/dist/lib/openapi/spec/api-tokens-schema.js.map +1 -1
  606. package/dist/lib/openapi/spec/application-schema.d.ts +1 -1
  607. package/dist/lib/openapi/spec/application-schema.js +1 -1
  608. package/dist/lib/openapi/spec/application-schema.js.map +1 -1
  609. package/dist/lib/openapi/spec/applications-schema.d.ts +1 -1
  610. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts +2 -2
  611. package/dist/lib/openapi/spec/bulk-registration-schema.d.ts +2 -2
  612. package/dist/lib/openapi/spec/bulk-registration-schema.js +2 -2
  613. package/dist/lib/openapi/spec/bulk-registration-schema.js.map +1 -1
  614. package/dist/lib/openapi/spec/client-feature-schema.d.ts +20 -18
  615. package/dist/lib/openapi/spec/client-feature-schema.d.ts.map +1 -1
  616. package/dist/lib/openapi/spec/client-feature-schema.js +3 -3
  617. package/dist/lib/openapi/spec/client-feature-schema.js.map +1 -1
  618. package/dist/lib/openapi/spec/client-features-delta-schema.d.ts +37 -35
  619. package/dist/lib/openapi/spec/client-features-delta-schema.d.ts.map +1 -1
  620. package/dist/lib/openapi/spec/client-features-schema.d.ts +38 -36
  621. package/dist/lib/openapi/spec/client-features-schema.d.ts.map +1 -1
  622. package/dist/lib/openapi/spec/client-features-schema.js +1 -1
  623. package/dist/lib/openapi/spec/client-features-schema.js.map +1 -1
  624. package/dist/lib/openapi/spec/client-metrics-schema.d.ts +1 -1
  625. package/dist/lib/openapi/spec/client-metrics-schema.js +1 -1
  626. package/dist/lib/openapi/spec/client-metrics-schema.js.map +1 -1
  627. package/dist/lib/openapi/spec/client-segment-schema.d.ts +5 -3
  628. package/dist/lib/openapi/spec/client-segment-schema.d.ts.map +1 -1
  629. package/dist/lib/openapi/spec/clone-feature-schema.d.ts +1 -1
  630. package/dist/lib/openapi/spec/clone-feature-schema.js +1 -1
  631. package/dist/lib/openapi/spec/clone-feature-schema.js.map +1 -1
  632. package/dist/lib/openapi/spec/constraint-schema.d.ts +7 -5
  633. package/dist/lib/openapi/spec/constraint-schema.d.ts.map +1 -1
  634. package/dist/lib/openapi/spec/constraint-schema.js +2 -2
  635. package/dist/lib/openapi/spec/constraint-schema.js.map +1 -1
  636. package/dist/lib/openapi/spec/constraint-schema.test.js +2 -0
  637. package/dist/lib/openapi/spec/constraint-schema.test.js.map +1 -1
  638. package/dist/lib/openapi/spec/context-field-schema.d.ts +7 -2
  639. package/dist/lib/openapi/spec/context-field-schema.d.ts.map +1 -1
  640. package/dist/lib/openapi/spec/context-field-schema.js +7 -2
  641. package/dist/lib/openapi/spec/context-field-schema.js.map +1 -1
  642. package/dist/lib/openapi/spec/context-fields-schema.d.ts +7 -2
  643. package/dist/lib/openapi/spec/context-fields-schema.d.ts.map +1 -1
  644. package/dist/lib/openapi/spec/context-query-parameters.d.ts +12 -0
  645. package/dist/lib/openapi/spec/context-query-parameters.d.ts.map +1 -0
  646. package/dist/lib/openapi/spec/context-query-parameters.js +12 -0
  647. package/dist/lib/openapi/spec/context-query-parameters.js.map +1 -0
  648. package/dist/lib/openapi/spec/create-api-token-schema.d.ts +2 -2
  649. package/dist/lib/openapi/spec/create-api-token-schema.js +1 -1
  650. package/dist/lib/openapi/spec/create-api-token-schema.js.map +1 -1
  651. package/dist/lib/openapi/spec/create-application-schema.d.ts +1 -1
  652. package/dist/lib/openapi/spec/create-application-schema.js +1 -1
  653. package/dist/lib/openapi/spec/create-application-schema.js.map +1 -1
  654. package/dist/lib/openapi/spec/create-context-field-schema.d.ts +6 -1
  655. package/dist/lib/openapi/spec/create-context-field-schema.d.ts.map +1 -1
  656. package/dist/lib/openapi/spec/create-feature-schema.d.ts +3 -3
  657. package/dist/lib/openapi/spec/create-feature-schema.js +1 -1
  658. package/dist/lib/openapi/spec/create-feature-schema.js.map +1 -1
  659. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +9 -7
  660. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts.map +1 -1
  661. package/dist/lib/openapi/spec/create-feature-strategy-schema.js +1 -1
  662. package/dist/lib/openapi/spec/create-feature-strategy-schema.js.map +1 -1
  663. package/dist/lib/openapi/spec/create-pat-schema.d.ts +1 -1
  664. package/dist/lib/openapi/spec/create-pat-schema.js +1 -1
  665. package/dist/lib/openapi/spec/create-pat-schema.js.map +1 -1
  666. package/dist/lib/openapi/spec/create-strategy-schema.d.ts +2 -2
  667. package/dist/lib/openapi/spec/create-strategy-schema.js +2 -2
  668. package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -1
  669. package/dist/lib/openapi/spec/create-strategy-variant-schema.d.ts +3 -3
  670. package/dist/lib/openapi/spec/create-strategy-variant-schema.js +3 -3
  671. package/dist/lib/openapi/spec/create-strategy-variant-schema.js.map +1 -1
  672. package/dist/lib/openapi/spec/create-tag-schema.d.ts +2 -2
  673. package/dist/lib/openapi/spec/create-tag-schema.js +1 -1
  674. package/dist/lib/openapi/spec/create-tag-schema.js.map +1 -1
  675. package/dist/lib/openapi/spec/create-user-response-schema.d.ts +8 -2
  676. package/dist/lib/openapi/spec/create-user-response-schema.d.ts.map +1 -1
  677. package/dist/lib/openapi/spec/create-user-response-schema.js +9 -2
  678. package/dist/lib/openapi/spec/create-user-response-schema.js.map +1 -1
  679. package/dist/lib/openapi/spec/create-user-schema.d.ts +1 -1
  680. package/dist/lib/openapi/spec/create-user-schema.d.ts.map +1 -1
  681. package/dist/lib/openapi/spec/create-user-schema.js +8 -1
  682. package/dist/lib/openapi/spec/create-user-schema.js.map +1 -1
  683. package/dist/lib/openapi/spec/edge-token-schema.d.ts +3 -3
  684. package/dist/lib/openapi/spec/edge-token-schema.js +3 -3
  685. package/dist/lib/openapi/spec/edge-token-schema.js.map +1 -1
  686. package/dist/lib/openapi/spec/environment-project-schema.d.ts +15 -13
  687. package/dist/lib/openapi/spec/environment-project-schema.d.ts.map +1 -1
  688. package/dist/lib/openapi/spec/environment-project-schema.js +1 -1
  689. package/dist/lib/openapi/spec/environment-project-schema.js.map +1 -1
  690. package/dist/lib/openapi/spec/environment-schema.d.ts +1 -1
  691. package/dist/lib/openapi/spec/environment-schema.js +1 -1
  692. package/dist/lib/openapi/spec/environment-schema.js.map +1 -1
  693. package/dist/lib/openapi/spec/environments-project-schema.d.ts +26 -24
  694. package/dist/lib/openapi/spec/environments-project-schema.d.ts.map +1 -1
  695. package/dist/lib/openapi/spec/environments-schema.d.ts +1 -1
  696. package/dist/lib/openapi/spec/event-schema.d.ts +7 -7
  697. package/dist/lib/openapi/spec/event-schema.js +1 -1
  698. package/dist/lib/openapi/spec/event-schema.js.map +1 -1
  699. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +9 -9
  700. package/dist/lib/openapi/spec/events-schema.d.ts +9 -9
  701. package/dist/lib/openapi/spec/export-query-schema.d.ts +1 -1
  702. package/dist/lib/openapi/spec/export-query-schema.js +1 -1
  703. package/dist/lib/openapi/spec/export-query-schema.js.map +1 -1
  704. package/dist/lib/openapi/spec/export-result-schema.d.ts +1991 -529
  705. package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
  706. package/dist/lib/openapi/spec/export-result-schema.js +6 -0
  707. package/dist/lib/openapi/spec/export-result-schema.js.map +1 -1
  708. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +372 -107
  709. package/dist/lib/openapi/spec/feature-environment-schema.d.ts.map +1 -1
  710. package/dist/lib/openapi/spec/feature-environment-schema.js +12 -0
  711. package/dist/lib/openapi/spec/feature-environment-schema.js.map +1 -1
  712. package/dist/lib/openapi/spec/feature-events-schema.d.ts +9 -9
  713. package/dist/lib/openapi/spec/feature-schema.d.ts +950 -215
  714. package/dist/lib/openapi/spec/feature-schema.d.ts.map +1 -1
  715. package/dist/lib/openapi/spec/feature-schema.js +17 -0
  716. package/dist/lib/openapi/spec/feature-schema.js.map +1 -1
  717. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +729 -213
  718. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts.map +1 -1
  719. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +745 -229
  720. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts.map +1 -1
  721. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +9 -7
  722. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts.map +1 -1
  723. package/dist/lib/openapi/spec/feature-strategy-schema.js +1 -1
  724. package/dist/lib/openapi/spec/feature-strategy-schema.js.map +1 -1
  725. package/dist/lib/openapi/spec/feature-tag-schema.d.ts +2 -2
  726. package/dist/lib/openapi/spec/feature-tag-schema.js +2 -2
  727. package/dist/lib/openapi/spec/feature-tag-schema.js.map +1 -1
  728. package/dist/lib/openapi/spec/feature-type-schema.d.ts +2 -2
  729. package/dist/lib/openapi/spec/feature-type-schema.js +2 -2
  730. package/dist/lib/openapi/spec/feature-type-schema.js.map +1 -1
  731. package/dist/lib/openapi/spec/feature-types-schema.d.ts +3 -3
  732. package/dist/lib/openapi/spec/feature-types-schema.js +1 -1
  733. package/dist/lib/openapi/spec/feature-types-schema.js.map +1 -1
  734. package/dist/lib/openapi/spec/feature-variants-schema.d.ts +3 -3
  735. package/dist/lib/openapi/spec/group-schema.d.ts +14 -2
  736. package/dist/lib/openapi/spec/group-schema.d.ts.map +1 -1
  737. package/dist/lib/openapi/spec/group-user-model-schema.d.ts +7 -1
  738. package/dist/lib/openapi/spec/group-user-model-schema.d.ts.map +1 -1
  739. package/dist/lib/openapi/spec/groups-schema.d.ts +29 -5
  740. package/dist/lib/openapi/spec/groups-schema.d.ts.map +1 -1
  741. package/dist/lib/openapi/spec/groups-schema.js +1 -1
  742. package/dist/lib/openapi/spec/groups-schema.js.map +1 -1
  743. package/dist/lib/openapi/spec/health-overview-schema.d.ts +1784 -535
  744. package/dist/lib/openapi/spec/health-overview-schema.d.ts.map +1 -1
  745. package/dist/lib/openapi/spec/health-overview-schema.js +3 -3
  746. package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
  747. package/dist/lib/openapi/spec/health-report-schema.d.ts +1783 -534
  748. package/dist/lib/openapi/spec/health-report-schema.d.ts.map +1 -1
  749. package/dist/lib/openapi/spec/import-toggles-schema.d.ts +66 -27262
  750. package/dist/lib/openapi/spec/import-toggles-schema.d.ts.map +1 -1
  751. package/dist/lib/openapi/spec/import-toggles-schema.js +40 -31
  752. package/dist/lib/openapi/spec/import-toggles-schema.js.map +1 -1
  753. package/dist/lib/openapi/spec/import-toggles-validate-schema.d.ts +1 -1
  754. package/dist/lib/openapi/spec/import-toggles-validate-schema.js +1 -1
  755. package/dist/lib/openapi/spec/import-toggles-validate-schema.js.map +1 -1
  756. package/dist/lib/openapi/spec/index.d.ts +3 -0
  757. package/dist/lib/openapi/spec/index.d.ts.map +1 -1
  758. package/dist/lib/openapi/spec/index.js +3 -0
  759. package/dist/lib/openapi/spec/index.js.map +1 -1
  760. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts +6 -0
  761. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts.map +1 -1
  762. package/dist/lib/openapi/spec/instance-admin-stats-schema.js +6 -0
  763. package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
  764. package/dist/lib/openapi/spec/integration-event-schema.d.ts +12 -12
  765. package/dist/lib/openapi/spec/integration-events-schema.d.ts +24 -24
  766. package/dist/lib/openapi/spec/me-schema.d.ts +8 -2
  767. package/dist/lib/openapi/spec/me-schema.d.ts.map +1 -1
  768. package/dist/lib/openapi/spec/metric-query-schema.d.ts +44 -0
  769. package/dist/lib/openapi/spec/metric-query-schema.d.ts.map +1 -0
  770. package/dist/lib/openapi/spec/metric-query-schema.js +42 -0
  771. package/dist/lib/openapi/spec/metric-query-schema.js.map +1 -0
  772. package/dist/lib/openapi/spec/pat-schema.d.ts +1 -1
  773. package/dist/lib/openapi/spec/pat-schema.js +1 -1
  774. package/dist/lib/openapi/spec/pat-schema.js.map +1 -1
  775. package/dist/lib/openapi/spec/pats-schema.d.ts +2 -2
  776. package/dist/lib/openapi/spec/pats-schema.js +1 -1
  777. package/dist/lib/openapi/spec/pats-schema.js.map +1 -1
  778. package/dist/lib/openapi/spec/permission-schema.d.ts +1 -1
  779. package/dist/lib/openapi/spec/permission-schema.js +1 -1
  780. package/dist/lib/openapi/spec/permission-schema.js.map +1 -1
  781. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.d.ts +1 -1
  782. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.js +1 -1
  783. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.js.map +1 -1
  784. package/dist/lib/openapi/spec/personal-dashboard-schema.d.ts +1 -1
  785. package/dist/lib/openapi/spec/personal-dashboard-schema.js +1 -1
  786. package/dist/lib/openapi/spec/personal-dashboard-schema.js.map +1 -1
  787. package/dist/lib/openapi/spec/playground-constraint-schema.d.ts +5 -3
  788. package/dist/lib/openapi/spec/playground-constraint-schema.d.ts.map +1 -1
  789. package/dist/lib/openapi/spec/playground-feature-schema.d.ts +17 -15
  790. package/dist/lib/openapi/spec/playground-feature-schema.d.ts.map +1 -1
  791. package/dist/lib/openapi/spec/playground-response-schema.d.ts +33 -31
  792. package/dist/lib/openapi/spec/playground-response-schema.d.ts.map +1 -1
  793. package/dist/lib/openapi/spec/playground-response-schema.test.js +1 -1
  794. package/dist/lib/openapi/spec/playground-response-schema.test.js.map +1 -1
  795. package/dist/lib/openapi/spec/playground-segment-schema.d.ts +5 -3
  796. package/dist/lib/openapi/spec/playground-segment-schema.d.ts.map +1 -1
  797. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +10 -8
  798. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts.map +1 -1
  799. package/dist/lib/openapi/spec/profile-schema.d.ts +947 -214
  800. package/dist/lib/openapi/spec/profile-schema.d.ts.map +1 -1
  801. package/dist/lib/openapi/spec/project-environment-schema.d.ts +9 -9
  802. package/dist/lib/openapi/spec/project-feature-schema.d.ts +2 -2
  803. package/dist/lib/openapi/spec/project-features-schema.d.ts +4 -4
  804. package/dist/lib/openapi/spec/project-insights-schema.d.ts +2 -2
  805. package/dist/lib/openapi/spec/project-insights-schema.js +2 -2
  806. package/dist/lib/openapi/spec/project-insights-schema.js.map +1 -1
  807. package/dist/lib/openapi/spec/project-overview-schema.d.ts +1781 -532
  808. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  809. package/dist/lib/openapi/spec/project-overview-schema.js +2 -2
  810. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  811. package/dist/lib/openapi/spec/project-schema.d.ts +2 -2
  812. package/dist/lib/openapi/spec/project-schema.js +2 -2
  813. package/dist/lib/openapi/spec/project-schema.js.map +1 -1
  814. package/dist/lib/openapi/spec/projects-schema.d.ts +2 -2
  815. package/dist/lib/openapi/spec/public-signup-token-create-schema.d.ts +1 -1
  816. package/dist/lib/openapi/spec/public-signup-token-create-schema.js +1 -1
  817. package/dist/lib/openapi/spec/public-signup-token-create-schema.js.map +1 -1
  818. package/dist/lib/openapi/spec/public-signup-token-schema.d.ts +8 -2
  819. package/dist/lib/openapi/spec/public-signup-token-schema.d.ts.map +1 -1
  820. package/dist/lib/openapi/spec/public-signup-token-schema.js +1 -1
  821. package/dist/lib/openapi/spec/public-signup-token-schema.js.map +1 -1
  822. package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts +15 -3
  823. package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts.map +1 -1
  824. package/dist/lib/openapi/spec/push-variants-schema.d.ts +3 -3
  825. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +45 -25
  826. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts.map +1 -1
  827. package/dist/lib/openapi/spec/release-plan-milestone-schema.js +12 -1
  828. package/dist/lib/openapi/spec/release-plan-milestone-schema.js.map +1 -1
  829. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +15 -13
  830. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts.map +1 -1
  831. package/dist/lib/openapi/spec/release-plan-schema.d.ts +283 -48
  832. package/dist/lib/openapi/spec/release-plan-schema.d.ts.map +1 -1
  833. package/dist/lib/openapi/spec/release-plan-schema.js +13 -0
  834. package/dist/lib/openapi/spec/release-plan-schema.js.map +1 -1
  835. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +68 -48
  836. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts.map +1 -1
  837. package/dist/lib/openapi/spec/resource-limits-schema.d.ts +6 -0
  838. package/dist/lib/openapi/spec/resource-limits-schema.d.ts.map +1 -1
  839. package/dist/lib/openapi/spec/resource-limits-schema.js +6 -0
  840. package/dist/lib/openapi/spec/resource-limits-schema.js.map +1 -1
  841. package/dist/lib/openapi/spec/safeguard-schema.d.ts +149 -0
  842. package/dist/lib/openapi/spec/safeguard-schema.d.ts.map +1 -0
  843. package/dist/lib/openapi/spec/safeguard-schema.js +59 -0
  844. package/dist/lib/openapi/spec/safeguard-schema.js.map +1 -0
  845. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.d.ts +24 -0
  846. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.d.ts.map +1 -0
  847. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.js +22 -0
  848. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.js.map +1 -0
  849. package/dist/lib/openapi/spec/search-features-schema.d.ts +1578 -548
  850. package/dist/lib/openapi/spec/search-features-schema.d.ts.map +1 -1
  851. package/dist/lib/openapi/spec/segment-schema.d.ts +5 -3
  852. package/dist/lib/openapi/spec/segment-schema.d.ts.map +1 -1
  853. package/dist/lib/openapi/spec/segments-schema.d.ts +9 -7
  854. package/dist/lib/openapi/spec/segments-schema.d.ts.map +1 -1
  855. package/dist/lib/openapi/spec/segments-schema.js +1 -1
  856. package/dist/lib/openapi/spec/segments-schema.js.map +1 -1
  857. package/dist/lib/openapi/spec/strategies-schema.d.ts +1 -1
  858. package/dist/lib/openapi/spec/strategy-schema.d.ts +1 -1
  859. package/dist/lib/openapi/spec/strategy-schema.js +1 -1
  860. package/dist/lib/openapi/spec/strategy-schema.js.map +1 -1
  861. package/dist/lib/openapi/spec/strategy-variant-schema.d.ts +3 -3
  862. package/dist/lib/openapi/spec/tag-schema.d.ts +2 -2
  863. package/dist/lib/openapi/spec/tag-schema.js +2 -2
  864. package/dist/lib/openapi/spec/tag-schema.js.map +1 -1
  865. package/dist/lib/openapi/spec/tag-with-version-schema.d.ts +2 -2
  866. package/dist/lib/openapi/spec/tags-bulk-add-schema.d.ts +4 -4
  867. package/dist/lib/openapi/spec/tags-schema.d.ts +2 -2
  868. package/dist/lib/openapi/spec/ui-config-schema.d.ts +6 -0
  869. package/dist/lib/openapi/spec/ui-config-schema.d.ts.map +1 -1
  870. package/dist/lib/openapi/spec/update-context-field-schema.d.ts +6 -1
  871. package/dist/lib/openapi/spec/update-context-field-schema.d.ts.map +1 -1
  872. package/dist/lib/openapi/spec/update-context-field-schema.js +6 -1
  873. package/dist/lib/openapi/spec/update-context-field-schema.js.map +1 -1
  874. package/dist/lib/openapi/spec/update-feature-schema.d.ts +6 -4
  875. package/dist/lib/openapi/spec/update-feature-schema.d.ts.map +1 -1
  876. package/dist/lib/openapi/spec/update-feature-schema.js +1 -1
  877. package/dist/lib/openapi/spec/update-feature-schema.js.map +1 -1
  878. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +6 -4
  879. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts.map +1 -1
  880. package/dist/lib/openapi/spec/update-feature-strategy-schema.js +1 -1
  881. package/dist/lib/openapi/spec/update-feature-strategy-schema.js.map +1 -1
  882. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.d.ts +1 -1
  883. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js +1 -1
  884. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js.map +1 -1
  885. package/dist/lib/openapi/spec/update-strategy-schema.d.ts +1 -1
  886. package/dist/lib/openapi/spec/update-strategy-schema.js +1 -1
  887. package/dist/lib/openapi/spec/update-strategy-schema.js.map +1 -1
  888. package/dist/lib/openapi/spec/update-tags-schema.d.ts +2 -2
  889. package/dist/lib/openapi/spec/update-user-schema.d.ts +1 -1
  890. package/dist/lib/openapi/spec/update-user-schema.d.ts.map +1 -1
  891. package/dist/lib/openapi/spec/update-user-schema.js +8 -1
  892. package/dist/lib/openapi/spec/update-user-schema.js.map +1 -1
  893. package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +5 -3
  894. package/dist/lib/openapi/spec/upsert-segment-schema.d.ts.map +1 -1
  895. package/dist/lib/openapi/spec/upsert-segment-schema.test.js +6 -2
  896. package/dist/lib/openapi/spec/upsert-segment-schema.test.js.map +1 -1
  897. package/dist/lib/openapi/spec/user-access-overview-schema.d.ts +7 -1
  898. package/dist/lib/openapi/spec/user-access-overview-schema.d.ts.map +1 -1
  899. package/dist/lib/openapi/spec/user-schema.d.ts +7 -1
  900. package/dist/lib/openapi/spec/user-schema.d.ts.map +1 -1
  901. package/dist/lib/openapi/spec/user-schema.js +7 -1
  902. package/dist/lib/openapi/spec/user-schema.js.map +1 -1
  903. package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +28 -4
  904. package/dist/lib/openapi/spec/users-groups-base-schema.d.ts.map +1 -1
  905. package/dist/lib/openapi/spec/users-schema.d.ts +8 -2
  906. package/dist/lib/openapi/spec/users-schema.d.ts.map +1 -1
  907. package/dist/lib/openapi/spec/users-schema.js +1 -1
  908. package/dist/lib/openapi/spec/users-schema.js.map +1 -1
  909. package/dist/lib/openapi/spec/users-search-schema.d.ts +7 -1
  910. package/dist/lib/openapi/spec/users-search-schema.d.ts.map +1 -1
  911. package/dist/lib/openapi/spec/validated-edge-tokens-schema.d.ts +3 -3
  912. package/dist/lib/openapi/spec/variant-schema.d.ts +3 -3
  913. package/dist/lib/openapi/spec/variant-schema.js +3 -3
  914. package/dist/lib/openapi/spec/variant-schema.js.map +1 -1
  915. package/dist/lib/openapi/spec/variants-schema.d.ts +3 -3
  916. package/dist/lib/openapi/util/api-operation.d.ts +1 -3
  917. package/dist/lib/openapi/util/api-operation.d.ts.map +1 -1
  918. package/dist/lib/openapi/util/openapi-tags.d.ts +40 -40
  919. package/dist/lib/openapi/util/openapi-tags.js +20 -20
  920. package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
  921. package/dist/lib/openapi/validate.d.ts +2 -2
  922. package/dist/lib/openapi/validate.d.ts.map +1 -1
  923. package/dist/lib/routes/admin-api/addon.d.ts +1 -2
  924. package/dist/lib/routes/admin-api/addon.d.ts.map +1 -1
  925. package/dist/lib/routes/admin-api/addon.js +1 -2
  926. package/dist/lib/routes/admin-api/addon.js.map +1 -1
  927. package/dist/lib/routes/admin-api/api-token.js +2 -2
  928. package/dist/lib/routes/admin-api/api-token.js.map +1 -1
  929. package/dist/lib/routes/admin-api/event.d.ts +1 -1
  930. package/dist/lib/routes/admin-api/event.d.ts.map +1 -1
  931. package/dist/lib/routes/admin-api/event.js +1 -1
  932. package/dist/lib/routes/admin-api/event.js.map +1 -1
  933. package/dist/lib/routes/admin-api/events.test.js +1 -1
  934. package/dist/lib/routes/admin-api/events.test.js.map +1 -1
  935. package/dist/lib/routes/admin-api/feature-type.d.ts +1 -2
  936. package/dist/lib/routes/admin-api/feature-type.d.ts.map +1 -1
  937. package/dist/lib/routes/admin-api/feature-type.js +2 -3
  938. package/dist/lib/routes/admin-api/feature-type.js.map +1 -1
  939. package/dist/lib/routes/admin-api/instance-admin.d.ts +1 -3
  940. package/dist/lib/routes/admin-api/instance-admin.d.ts.map +1 -1
  941. package/dist/lib/routes/admin-api/instance-admin.js +4 -4
  942. package/dist/lib/routes/admin-api/instance-admin.js.map +1 -1
  943. package/dist/lib/routes/admin-api/metrics.d.ts +2 -3
  944. package/dist/lib/routes/admin-api/metrics.d.ts.map +1 -1
  945. package/dist/lib/routes/admin-api/metrics.js +2 -3
  946. package/dist/lib/routes/admin-api/metrics.js.map +1 -1
  947. package/dist/lib/routes/admin-api/project/api-token.d.ts +0 -1
  948. package/dist/lib/routes/admin-api/project/api-token.d.ts.map +1 -1
  949. package/dist/lib/routes/admin-api/project/api-token.js +3 -4
  950. package/dist/lib/routes/admin-api/project/api-token.js.map +1 -1
  951. package/dist/lib/routes/admin-api/project/health-report.js +1 -1
  952. package/dist/lib/routes/admin-api/project/health-report.js.map +1 -1
  953. package/dist/lib/routes/admin-api/public-signup.d.ts +2 -4
  954. package/dist/lib/routes/admin-api/public-signup.d.ts.map +1 -1
  955. package/dist/lib/routes/admin-api/public-signup.js +2 -4
  956. package/dist/lib/routes/admin-api/public-signup.js.map +1 -1
  957. package/dist/lib/routes/admin-api/search/index.d.ts +1 -1
  958. package/dist/lib/routes/admin-api/search/index.d.ts.map +1 -1
  959. package/dist/lib/routes/admin-api/search/index.js +1 -1
  960. package/dist/lib/routes/admin-api/search/index.js.map +1 -1
  961. package/dist/lib/routes/admin-api/strategy.d.ts +1 -2
  962. package/dist/lib/routes/admin-api/strategy.d.ts.map +1 -1
  963. package/dist/lib/routes/admin-api/strategy.js +7 -8
  964. package/dist/lib/routes/admin-api/strategy.js.map +1 -1
  965. package/dist/lib/routes/admin-api/tag.d.ts +2 -4
  966. package/dist/lib/routes/admin-api/tag.d.ts.map +1 -1
  967. package/dist/lib/routes/admin-api/tag.js +4 -6
  968. package/dist/lib/routes/admin-api/tag.js.map +1 -1
  969. package/dist/lib/routes/admin-api/telemetry.d.ts +1 -1
  970. package/dist/lib/routes/admin-api/telemetry.d.ts.map +1 -1
  971. package/dist/lib/routes/admin-api/telemetry.js +1 -1
  972. package/dist/lib/routes/admin-api/telemetry.js.map +1 -1
  973. package/dist/lib/routes/admin-api/user/pat.js +3 -3
  974. package/dist/lib/routes/admin-api/user/pat.js.map +1 -1
  975. package/dist/lib/routes/admin-api/user/user.test.js +2 -2
  976. package/dist/lib/routes/admin-api/user/user.test.js.map +1 -1
  977. package/dist/lib/routes/admin-api/user-admin.d.ts +3 -3
  978. package/dist/lib/routes/admin-api/user-admin.d.ts.map +1 -1
  979. package/dist/lib/routes/admin-api/user-admin.js +4 -4
  980. package/dist/lib/routes/admin-api/user-admin.js.map +1 -1
  981. package/dist/lib/routes/admin-api/user-feedback.d.ts +0 -1
  982. package/dist/lib/routes/admin-api/user-feedback.d.ts.map +1 -1
  983. package/dist/lib/routes/admin-api/user-feedback.js +2 -3
  984. package/dist/lib/routes/admin-api/user-feedback.js.map +1 -1
  985. package/dist/lib/routes/admin-api/user-splash.d.ts +0 -1
  986. package/dist/lib/routes/admin-api/user-splash.d.ts.map +1 -1
  987. package/dist/lib/routes/admin-api/user-splash.js +2 -2
  988. package/dist/lib/routes/admin-api/user-splash.js.map +1 -1
  989. package/dist/lib/routes/auth/reset-password-controller.d.ts +0 -1
  990. package/dist/lib/routes/auth/reset-password-controller.d.ts.map +1 -1
  991. package/dist/lib/routes/auth/reset-password-controller.js +0 -1
  992. package/dist/lib/routes/auth/reset-password-controller.js.map +1 -1
  993. package/dist/lib/routes/auth/simple-password-provider.d.ts +0 -1
  994. package/dist/lib/routes/auth/simple-password-provider.d.ts.map +1 -1
  995. package/dist/lib/routes/auth/simple-password-provider.js +0 -1
  996. package/dist/lib/routes/auth/simple-password-provider.js.map +1 -1
  997. package/dist/lib/routes/auth/simple-password-provider.test.js +2 -2
  998. package/dist/lib/routes/auth/simple-password-provider.test.js.map +1 -1
  999. package/dist/lib/routes/backstage.js +3 -3
  1000. package/dist/lib/routes/backstage.js.map +1 -1
  1001. package/dist/lib/routes/health-check.d.ts +0 -2
  1002. package/dist/lib/routes/health-check.d.ts.map +1 -1
  1003. package/dist/lib/routes/health-check.js +0 -2
  1004. package/dist/lib/routes/health-check.js.map +1 -1
  1005. package/dist/lib/routes/logout.test.js +5 -5
  1006. package/dist/lib/routes/logout.test.js.map +1 -1
  1007. package/dist/lib/routes/public-invite.d.ts +0 -1
  1008. package/dist/lib/routes/public-invite.d.ts.map +1 -1
  1009. package/dist/lib/routes/public-invite.js +0 -1
  1010. package/dist/lib/routes/public-invite.js.map +1 -1
  1011. package/dist/lib/schema/constraint-value-types.d.ts +1 -1
  1012. package/dist/lib/schema/constraint-value-types.d.ts.map +1 -1
  1013. package/dist/lib/server-impl.d.ts +5 -6
  1014. package/dist/lib/server-impl.d.ts.map +1 -1
  1015. package/dist/lib/server-impl.js +13 -4
  1016. package/dist/lib/server-impl.js.map +1 -1
  1017. package/dist/lib/services/access-service.d.ts +2 -1
  1018. package/dist/lib/services/access-service.d.ts.map +1 -1
  1019. package/dist/lib/services/access-service.js +20 -1
  1020. package/dist/lib/services/access-service.js.map +1 -1
  1021. package/dist/lib/services/access-service.test.js +22 -6
  1022. package/dist/lib/services/access-service.test.js.map +1 -1
  1023. package/dist/lib/services/account-service.d.ts.map +1 -1
  1024. package/dist/lib/services/account-service.js +1 -0
  1025. package/dist/lib/services/account-service.js.map +1 -1
  1026. package/dist/lib/services/addon-service.d.ts +2 -2
  1027. package/dist/lib/services/addon-service.d.ts.map +1 -1
  1028. package/dist/lib/services/addon-service.js +22 -21
  1029. package/dist/lib/services/addon-service.js.map +1 -1
  1030. package/dist/lib/services/addon-service.test.js +1 -1
  1031. package/dist/lib/services/addon-service.test.js.map +1 -1
  1032. package/dist/lib/services/api-token-service.d.ts.map +1 -1
  1033. package/dist/lib/services/api-token-service.js +3 -1
  1034. package/dist/lib/services/api-token-service.js.map +1 -1
  1035. package/dist/lib/services/api-token-service.limit.test.js.map +1 -1
  1036. package/dist/lib/services/api-token-service.test.js +2 -2
  1037. package/dist/lib/services/api-token-service.test.js.map +1 -1
  1038. package/dist/lib/services/client-spec-service.d.ts +1 -2
  1039. package/dist/lib/services/client-spec-service.d.ts.map +1 -1
  1040. package/dist/lib/services/client-spec-service.js +1 -2
  1041. package/dist/lib/services/client-spec-service.js.map +1 -1
  1042. package/dist/lib/services/context-schema.d.ts.map +1 -1
  1043. package/dist/lib/services/context-schema.js +1 -0
  1044. package/dist/lib/services/context-schema.js.map +1 -1
  1045. package/dist/lib/services/favorites-service.d.ts +1 -3
  1046. package/dist/lib/services/favorites-service.d.ts.map +1 -1
  1047. package/dist/lib/services/favorites-service.js +2 -4
  1048. package/dist/lib/services/favorites-service.js.map +1 -1
  1049. package/dist/lib/services/feature-tag-service.d.ts.map +1 -1
  1050. package/dist/lib/services/feature-tag-service.js +1 -0
  1051. package/dist/lib/services/feature-tag-service.js.map +1 -1
  1052. package/dist/lib/services/group-service.d.ts +2 -2
  1053. package/dist/lib/services/group-service.d.ts.map +1 -1
  1054. package/dist/lib/services/group-service.js +3 -2
  1055. package/dist/lib/services/group-service.js.map +1 -1
  1056. package/dist/lib/services/health-service.d.ts +1 -3
  1057. package/dist/lib/services/health-service.d.ts.map +1 -1
  1058. package/dist/lib/services/health-service.js +1 -2
  1059. package/dist/lib/services/health-service.js.map +1 -1
  1060. package/dist/lib/services/index.d.ts +1 -1
  1061. package/dist/lib/services/index.d.ts.map +1 -1
  1062. package/dist/lib/services/index.js +5 -4
  1063. package/dist/lib/services/index.js.map +1 -1
  1064. package/dist/lib/services/openapi-service.js +7 -5
  1065. package/dist/lib/services/openapi-service.js.map +1 -1
  1066. package/dist/lib/services/public-signup-token-service.d.ts +0 -1
  1067. package/dist/lib/services/public-signup-token-service.d.ts.map +1 -1
  1068. package/dist/lib/services/public-signup-token-service.js +0 -1
  1069. package/dist/lib/services/public-signup-token-service.js.map +1 -1
  1070. package/dist/lib/services/reset-token-service.js +3 -3
  1071. package/dist/lib/services/reset-token-service.js.map +1 -1
  1072. package/dist/lib/services/strategy-service.d.ts +1 -2
  1073. package/dist/lib/services/strategy-service.d.ts.map +1 -1
  1074. package/dist/lib/services/strategy-service.js +2 -3
  1075. package/dist/lib/services/strategy-service.js.map +1 -1
  1076. package/dist/lib/services/user-service.d.ts +3 -0
  1077. package/dist/lib/services/user-service.d.ts.map +1 -1
  1078. package/dist/lib/services/user-service.js +11 -7
  1079. package/dist/lib/services/user-service.js.map +1 -1
  1080. package/dist/lib/services/user-service.test.js +28 -1
  1081. package/dist/lib/services/user-service.test.js.map +1 -1
  1082. package/dist/lib/services/version-service.d.ts +7 -1
  1083. package/dist/lib/services/version-service.d.ts.map +1 -1
  1084. package/dist/lib/services/version-service.js +5 -1
  1085. package/dist/lib/services/version-service.js.map +1 -1
  1086. package/dist/lib/services/version-service.test.js +44 -0
  1087. package/dist/lib/services/version-service.test.js.map +1 -1
  1088. package/dist/lib/types/experimental.d.ts +1 -1
  1089. package/dist/lib/types/experimental.d.ts.map +1 -1
  1090. package/dist/lib/types/experimental.js +13 -7
  1091. package/dist/lib/types/experimental.js.map +1 -1
  1092. package/dist/lib/types/model.d.ts +6 -1
  1093. package/dist/lib/types/model.d.ts.map +1 -1
  1094. package/dist/lib/types/model.js +1 -0
  1095. package/dist/lib/types/model.js.map +1 -1
  1096. package/dist/lib/types/permissions.d.ts +1 -0
  1097. package/dist/lib/types/permissions.d.ts.map +1 -1
  1098. package/dist/lib/types/permissions.js +2 -0
  1099. package/dist/lib/types/permissions.js.map +1 -1
  1100. package/dist/lib/types/user.d.ts +6 -1
  1101. package/dist/lib/types/user.d.ts.map +1 -1
  1102. package/dist/lib/types/user.js +3 -1
  1103. package/dist/lib/types/user.js.map +1 -1
  1104. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -1
  1105. package/dist/lib/ui-config/ui-config-service.js.map +1 -1
  1106. package/dist/lib/ui-config/ui-config.test.js +2 -2
  1107. package/dist/lib/ui-config/ui-config.test.js.map +1 -1
  1108. package/dist/lib/users/inactive/fakes/fake-inactive-users-store.d.ts.map +1 -1
  1109. package/dist/lib/users/inactive/fakes/fake-inactive-users-store.js +1 -0
  1110. package/dist/lib/users/inactive/fakes/fake-inactive-users-store.js.map +1 -1
  1111. package/dist/lib/users/inactive/inactive-users-store.d.ts +1 -3
  1112. package/dist/lib/users/inactive/inactive-users-store.d.ts.map +1 -1
  1113. package/dist/lib/users/inactive/inactive-users-store.js +1 -3
  1114. package/dist/lib/users/inactive/inactive-users-store.js.map +1 -1
  1115. package/dist/lib/util/anonymise.test.js.map +1 -1
  1116. package/dist/lib/util/batchExecute.d.ts.map +1 -1
  1117. package/dist/lib/util/batchExecute.js +3 -1
  1118. package/dist/lib/util/batchExecute.js.map +1 -1
  1119. package/dist/lib/util/flag-resolver.d.ts.map +1 -1
  1120. package/dist/lib/util/flag-resolver.js +11 -3
  1121. package/dist/lib/util/flag-resolver.js.map +1 -1
  1122. package/dist/lib/util/flag-resolver.test.js +66 -15
  1123. package/dist/lib/util/flag-resolver.test.js.map +1 -1
  1124. package/dist/lib/util/graceful-shutdown.js +1 -1
  1125. package/dist/lib/util/graceful-shutdown.js.map +1 -1
  1126. package/dist/lib/util/parseEnvVar.d.ts +2 -0
  1127. package/dist/lib/util/parseEnvVar.d.ts.map +1 -1
  1128. package/dist/lib/util/parseEnvVar.js +21 -1
  1129. package/dist/lib/util/parseEnvVar.js.map +1 -1
  1130. package/dist/lib/util/parseEnvVar.test.js +24 -1
  1131. package/dist/lib/util/parseEnvVar.test.js.map +1 -1
  1132. package/dist/lib/util/postgres-version-checker.test.js +17 -5
  1133. package/dist/lib/util/postgres-version-checker.test.js.map +1 -1
  1134. package/dist/lib/util/semver.js +1 -1
  1135. package/dist/lib/util/semver.js.map +1 -1
  1136. package/dist/lib/util/validateJsonString.js +1 -1
  1137. package/dist/lib/util/validateJsonString.js.map +1 -1
  1138. package/dist/mailtemplates/getting-started/getting-started.html.mustache +1 -1
  1139. package/dist/migrations/20251118131212-edge-observability-hosting.d.ts +3 -0
  1140. package/dist/migrations/20251118131212-edge-observability-hosting.d.ts.map +1 -0
  1141. package/dist/migrations/20251118131212-edge-observability-hosting.js +14 -0
  1142. package/dist/migrations/20251118131212-edge-observability-hosting.js.map +1 -0
  1143. package/dist/migrations/20251209090115-add-default-release-plan-template.d.ts +3 -0
  1144. package/dist/migrations/20251209090115-add-default-release-plan-template.d.ts.map +1 -0
  1145. package/dist/migrations/20251209090115-add-default-release-plan-template.js +45 -0
  1146. package/dist/migrations/20251209090115-add-default-release-plan-template.js.map +1 -0
  1147. package/dist/migrations/20251210144308-add-project-column-to-context-fields.d.ts +3 -0
  1148. package/dist/migrations/20251210144308-add-project-column-to-context-fields.d.ts.map +1 -0
  1149. package/dist/migrations/20251210144308-add-project-column-to-context-fields.js +8 -0
  1150. package/dist/migrations/20251210144308-add-project-column-to-context-fields.js.map +1 -0
  1151. package/dist/migrations/20251218153722-predefined-project-role-reader.d.ts +3 -0
  1152. package/dist/migrations/20251218153722-predefined-project-role-reader.d.ts.map +1 -0
  1153. package/dist/migrations/20251218153722-predefined-project-role-reader.js +24 -0
  1154. package/dist/migrations/20251218153722-predefined-project-role-reader.js.map +1 -0
  1155. package/dist/migrations/20260106164443-users-seat-type.d.ts +3 -0
  1156. package/dist/migrations/20260106164443-users-seat-type.d.ts.map +1 -0
  1157. package/dist/migrations/20260106164443-users-seat-type.js +8 -0
  1158. package/dist/migrations/20260106164443-users-seat-type.js.map +1 -0
  1159. package/dist/migrations/20260112111353-add-project-context-permission.d.ts +3 -0
  1160. package/dist/migrations/20260112111353-add-project-context-permission.d.ts.map +1 -0
  1161. package/dist/migrations/20260112111353-add-project-context-permission.js +9 -0
  1162. package/dist/migrations/20260112111353-add-project-context-permission.js.map +1 -0
  1163. package/dist/migrations/20260115122651-project-owner-crud-project-context.d.ts +3 -0
  1164. package/dist/migrations/20260115122651-project-owner-crud-project-context.d.ts.map +1 -0
  1165. package/dist/migrations/20260115122651-project-owner-crud-project-context.js +14 -0
  1166. package/dist/migrations/20260115122651-project-owner-crud-project-context.js.map +1 -0
  1167. package/dist/migrations/20260115122720-project-owner-crud-project-segment.d.ts +3 -0
  1168. package/dist/migrations/20260115122720-project-owner-crud-project-segment.d.ts.map +1 -0
  1169. package/dist/migrations/20260115122720-project-owner-crud-project-segment.js +14 -0
  1170. package/dist/migrations/20260115122720-project-owner-crud-project-segment.js.map +1 -0
  1171. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.d.ts +3 -0
  1172. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.d.ts.map +1 -0
  1173. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.js +8 -0
  1174. package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.js.map +1 -0
  1175. package/dist/server-dev.js +6 -2
  1176. package/dist/server-dev.js.map +1 -1
  1177. package/dist/test/arbitraries.test.d.ts.map +1 -1
  1178. package/dist/test/arbitraries.test.js +1 -0
  1179. package/dist/test/arbitraries.test.js.map +1 -1
  1180. package/dist/test/config/create-config.test.js +2 -2
  1181. package/dist/test/config/create-config.test.js.map +1 -1
  1182. package/dist/test/e2e/api/admin/addon.e2e.test.js +4 -1
  1183. package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
  1184. package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js +6 -3
  1185. package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js.map +1 -1
  1186. package/dist/test/e2e/api/admin/api-token.e2e.test.js +12 -3
  1187. package/dist/test/e2e/api/admin/api-token.e2e.test.js.map +1 -1
  1188. package/dist/test/e2e/api/admin/conditional-middleware.e2e.test.js +8 -8
  1189. package/dist/test/e2e/api/admin/conditional-middleware.e2e.test.js.map +1 -1
  1190. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.d.ts +2 -0
  1191. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.d.ts.map +1 -0
  1192. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.js +81 -0
  1193. package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.js.map +1 -0
  1194. package/dist/test/e2e/api/admin/feature-type.test.js +4 -1
  1195. package/dist/test/e2e/api/admin/feature-type.test.js.map +1 -1
  1196. package/dist/test/e2e/api/admin/feature.custom-auth.e2e.test.js +3 -3
  1197. package/dist/test/e2e/api/admin/feature.custom-auth.e2e.test.js.map +1 -1
  1198. package/dist/test/e2e/api/admin/feedback.e2e.test.js +3 -3
  1199. package/dist/test/e2e/api/admin/feedback.e2e.test.js.map +1 -1
  1200. package/dist/test/e2e/api/admin/instance-admin.e2e.test.js +1 -1
  1201. package/dist/test/e2e/api/admin/metrics.e2e.test.js +3 -3
  1202. package/dist/test/e2e/api/admin/metrics.e2e.test.js.map +1 -1
  1203. package/dist/test/e2e/api/admin/playground.e2e.test.js +12 -11
  1204. package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
  1205. package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js +5 -1
  1206. package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js.map +1 -1
  1207. package/dist/test/e2e/api/admin/project/project.health.e2e.test.js +1 -1
  1208. package/dist/test/e2e/api/admin/project/project.health.e2e.test.js.map +1 -1
  1209. package/dist/test/e2e/api/admin/project/variants.e2e.test.js +2 -2
  1210. package/dist/test/e2e/api/admin/project/variants.e2e.test.js.map +1 -1
  1211. package/dist/test/e2e/api/admin/project-context.e2e.test.d.ts +2 -0
  1212. package/dist/test/e2e/api/admin/project-context.e2e.test.d.ts.map +1 -0
  1213. package/dist/test/e2e/api/admin/project-context.e2e.test.js +102 -0
  1214. package/dist/test/e2e/api/admin/project-context.e2e.test.js.map +1 -0
  1215. package/dist/test/e2e/api/admin/public-signup-token.e2e.test.js +12 -12
  1216. package/dist/test/e2e/api/admin/public-signup-token.e2e.test.js.map +1 -1
  1217. package/dist/test/e2e/api/admin/splash.e2e.test.js +3 -3
  1218. package/dist/test/e2e/api/admin/splash.e2e.test.js.map +1 -1
  1219. package/dist/test/e2e/api/admin/user/pat.e2e.test.d.ts +1 -1
  1220. package/dist/test/e2e/api/admin/user/pat.e2e.test.js +1 -1
  1221. package/dist/test/e2e/api/admin/user-admin.e2e.test.js +1 -1
  1222. package/dist/test/e2e/api/admin/user-admin.e2e.test.js.map +1 -1
  1223. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js +3 -0
  1224. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js.map +1 -1
  1225. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js +3 -0
  1226. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js.map +1 -1
  1227. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.d.ts +2 -0
  1228. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.d.ts.map +1 -0
  1229. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.js +173 -0
  1230. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.js.map +1 -0
  1231. package/dist/test/e2e/api/client/feature.auth-none.e2e.test.js +1 -1
  1232. package/dist/test/e2e/api/client/feature.auth-none.e2e.test.js.map +1 -1
  1233. package/dist/test/e2e/api/client/feature.e2e.test.js +15 -2
  1234. package/dist/test/e2e/api/client/feature.e2e.test.js.map +1 -1
  1235. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js +254 -113
  1236. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js.map +1 -1
  1237. package/dist/test/e2e/api/client/feature.token.access.e2e.test.js +1 -1
  1238. package/dist/test/e2e/api/client/feature.token.access.e2e.test.js.map +1 -1
  1239. package/dist/test/e2e/api/client/metrics.e2e.test.js +2 -1
  1240. package/dist/test/e2e/api/client/metrics.e2e.test.js.map +1 -1
  1241. package/dist/test/e2e/api/client/register.e2e.test.js +4 -4
  1242. package/dist/test/e2e/api/client/register.e2e.test.js.map +1 -1
  1243. package/dist/test/e2e/custom-auth.test.js +2 -2
  1244. package/dist/test/e2e/custom-auth.test.js.map +1 -1
  1245. package/dist/test/e2e/features-created-by-user-id-data-migration.e2e.test.js +4 -4
  1246. package/dist/test/e2e/features-created-by-user-id-data-migration.e2e.test.js.map +1 -1
  1247. package/dist/test/e2e/helpers/database-init.d.ts +1 -1
  1248. package/dist/test/e2e/helpers/database-init.d.ts.map +1 -1
  1249. package/dist/test/e2e/helpers/database-init.js +1 -1
  1250. package/dist/test/e2e/helpers/database-init.js.map +1 -1
  1251. package/dist/test/e2e/seed/segment.seed.js +2 -2
  1252. package/dist/test/e2e/seed/segment.seed.js.map +1 -1
  1253. package/dist/test/e2e/services/access-service.e2e.test.js +34 -2
  1254. package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
  1255. package/dist/test/e2e/services/addon-service.e2e.test.js +1 -1
  1256. package/dist/test/e2e/services/addon-service.e2e.test.js.map +1 -1
  1257. package/dist/test/e2e/services/api-token-service.e2e.test.js +1 -1
  1258. package/dist/test/e2e/services/api-token-service.e2e.test.js.map +1 -1
  1259. package/dist/test/e2e/services/playground-service.test.js +18 -12
  1260. package/dist/test/e2e/services/playground-service.test.js.map +1 -1
  1261. package/dist/test/e2e/services/reset-token-service.e2e.test.js +3 -0
  1262. package/dist/test/e2e/services/reset-token-service.e2e.test.js.map +1 -1
  1263. package/dist/test/e2e/services/setting-service.test.js +2 -2
  1264. package/dist/test/e2e/services/setting-service.test.js.map +1 -1
  1265. package/dist/test/e2e/services/user-service.e2e.test.js +4 -1
  1266. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  1267. package/dist/test/e2e/stores/client-application-store.e2e.test.js +22 -22
  1268. package/dist/test/e2e/stores/client-application-store.e2e.test.js.map +1 -1
  1269. package/dist/test/e2e/stores/client-instance-store.e2e.test.js +2 -2
  1270. package/dist/test/e2e/stores/client-instance-store.e2e.test.js.map +1 -1
  1271. package/dist/test/e2e/stores/context-field-store.e2e.test.js +2 -2
  1272. package/dist/test/e2e/stores/context-field-store.e2e.test.js.map +1 -1
  1273. package/dist/test/e2e/stores/event-store.e2e.test.js +17 -29
  1274. package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
  1275. package/dist/test/e2e/users/inactive/inactive-users-service.test.js +3 -1
  1276. package/dist/test/e2e/users/inactive/inactive-users-service.test.js.map +1 -1
  1277. package/dist/test/fixtures/access-service-mock.d.ts +13 -13
  1278. package/dist/test/fixtures/access-service-mock.d.ts.map +1 -1
  1279. package/dist/test/fixtures/access-service-mock.js +13 -13
  1280. package/dist/test/fixtures/access-service-mock.js.map +1 -1
  1281. package/dist/test/fixtures/fake-access-store.d.ts +38 -34
  1282. package/dist/test/fixtures/fake-access-store.d.ts.map +1 -1
  1283. package/dist/test/fixtures/fake-access-store.js +37 -35
  1284. package/dist/test/fixtures/fake-access-store.js.map +1 -1
  1285. package/dist/test/fixtures/fake-account-store.d.ts +2 -2
  1286. package/dist/test/fixtures/fake-account-store.d.ts.map +1 -1
  1287. package/dist/test/fixtures/fake-account-store.js +2 -2
  1288. package/dist/test/fixtures/fake-account-store.js.map +1 -1
  1289. package/dist/test/fixtures/fake-client-applications-store.d.ts +2 -2
  1290. package/dist/test/fixtures/fake-client-applications-store.d.ts.map +1 -1
  1291. package/dist/test/fixtures/fake-client-applications-store.js +6 -4
  1292. package/dist/test/fixtures/fake-client-applications-store.js.map +1 -1
  1293. package/dist/test/fixtures/fake-client-instance-store.d.ts +1 -1
  1294. package/dist/test/fixtures/fake-client-instance-store.d.ts.map +1 -1
  1295. package/dist/test/fixtures/fake-client-instance-store.js +4 -2
  1296. package/dist/test/fixtures/fake-client-instance-store.js.map +1 -1
  1297. package/dist/test/fixtures/fake-event-store.d.ts +3 -3
  1298. package/dist/test/fixtures/fake-event-store.d.ts.map +1 -1
  1299. package/dist/test/fixtures/fake-event-store.js +3 -3
  1300. package/dist/test/fixtures/fake-event-store.js.map +1 -1
  1301. package/dist/test/fixtures/fake-favorite-features-store.d.ts +5 -5
  1302. package/dist/test/fixtures/fake-favorite-features-store.d.ts.map +1 -1
  1303. package/dist/test/fixtures/fake-favorite-features-store.js +5 -5
  1304. package/dist/test/fixtures/fake-favorite-features-store.js.map +1 -1
  1305. package/dist/test/fixtures/fake-favorite-projects-store.d.ts +5 -5
  1306. package/dist/test/fixtures/fake-favorite-projects-store.d.ts.map +1 -1
  1307. package/dist/test/fixtures/fake-favorite-projects-store.js +5 -5
  1308. package/dist/test/fixtures/fake-favorite-projects-store.js.map +1 -1
  1309. package/dist/test/fixtures/fake-feature-environment-store.d.ts +9 -9
  1310. package/dist/test/fixtures/fake-feature-environment-store.d.ts.map +1 -1
  1311. package/dist/test/fixtures/fake-feature-environment-store.js +19 -19
  1312. package/dist/test/fixtures/fake-feature-environment-store.js.map +1 -1
  1313. package/dist/test/fixtures/fake-feature-tag-store.d.ts +1 -1
  1314. package/dist/test/fixtures/fake-feature-tag-store.d.ts.map +1 -1
  1315. package/dist/test/fixtures/fake-feature-tag-store.js +2 -2
  1316. package/dist/test/fixtures/fake-feature-tag-store.js.map +1 -1
  1317. package/dist/test/fixtures/fake-group-store.d.ts +16 -16
  1318. package/dist/test/fixtures/fake-group-store.d.ts.map +1 -1
  1319. package/dist/test/fixtures/fake-group-store.js +16 -16
  1320. package/dist/test/fixtures/fake-group-store.js.map +1 -1
  1321. package/dist/test/fixtures/fake-pat-store.d.ts +9 -9
  1322. package/dist/test/fixtures/fake-pat-store.d.ts.map +1 -1
  1323. package/dist/test/fixtures/fake-pat-store.js +9 -9
  1324. package/dist/test/fixtures/fake-pat-store.js.map +1 -1
  1325. package/dist/test/fixtures/fake-project-store.d.ts +11 -11
  1326. package/dist/test/fixtures/fake-project-store.d.ts.map +1 -1
  1327. package/dist/test/fixtures/fake-project-store.js +16 -16
  1328. package/dist/test/fixtures/fake-project-store.js.map +1 -1
  1329. package/dist/test/fixtures/fake-public-signup-store.d.ts +2 -2
  1330. package/dist/test/fixtures/fake-public-signup-store.d.ts.map +1 -1
  1331. package/dist/test/fixtures/fake-public-signup-store.js +2 -2
  1332. package/dist/test/fixtures/fake-public-signup-store.js.map +1 -1
  1333. package/dist/test/fixtures/fake-role-store.d.ts +9 -9
  1334. package/dist/test/fixtures/fake-role-store.d.ts.map +1 -1
  1335. package/dist/test/fixtures/fake-role-store.js +9 -9
  1336. package/dist/test/fixtures/fake-role-store.js.map +1 -1
  1337. package/dist/test/fixtures/fake-strategies-store.d.ts.map +1 -1
  1338. package/dist/test/fixtures/fake-strategies-store.js +0 -2
  1339. package/dist/test/fixtures/fake-strategies-store.js.map +1 -1
  1340. package/dist/test/fixtures/fake-tag-store.d.ts.map +1 -1
  1341. package/dist/test/fixtures/fake-tag-store.js +4 -2
  1342. package/dist/test/fixtures/fake-tag-store.js.map +1 -1
  1343. package/dist/test/fixtures/fake-user-feedback-store.d.ts +6 -6
  1344. package/dist/test/fixtures/fake-user-feedback-store.d.ts.map +1 -1
  1345. package/dist/test/fixtures/fake-user-feedback-store.js +6 -6
  1346. package/dist/test/fixtures/fake-user-feedback-store.js.map +1 -1
  1347. package/dist/test/fixtures/fake-user-splash-store.d.ts +6 -6
  1348. package/dist/test/fixtures/fake-user-splash-store.d.ts.map +1 -1
  1349. package/dist/test/fixtures/fake-user-splash-store.js +6 -6
  1350. package/dist/test/fixtures/fake-user-splash-store.js.map +1 -1
  1351. package/dist/test/fixtures/fake-user-store.d.ts +2 -2
  1352. package/dist/test/fixtures/fake-user-store.d.ts.map +1 -1
  1353. package/dist/test/fixtures/fake-user-store.js +2 -2
  1354. package/dist/test/fixtures/fake-user-store.js.map +1 -1
  1355. package/dist/test/fixtures/permissions.js +1 -1
  1356. package/dist/test/fixtures/permissions.js.map +1 -1
  1357. package/frontend/build/index.html +3 -3
  1358. package/frontend/build/static/AdvancedPlayground-B70Djk8B.js +3 -0
  1359. package/frontend/build/static/BackendConnections-mlK6EAYQ.js +1 -0
  1360. package/frontend/build/static/{CreateProject-De6TDUjF.js → CreateProject-Dnggz6io.js} +1 -1
  1361. package/frontend/build/static/EnterpriseEdge-Dnk6MbDj.js +3 -0
  1362. package/frontend/build/static/FeatureMetricsChart-CFEixeGp.js +2 -0
  1363. package/frontend/build/static/FeatureStaleDialog-DZoiwwdR.js +7 -0
  1364. package/frontend/build/static/FeatureViewLazyExport-CUnXEEwm.js +10 -0
  1365. package/frontend/build/static/FlagMetricsChart-ujKp_v58.js +2 -0
  1366. package/frontend/build/static/FrontendNetworkTrafficUsage-Dq8wwaXR.js +1 -0
  1367. package/frontend/build/static/GridLayoutWrapper-Cg_xypvQ.js +3 -0
  1368. package/frontend/build/static/ImpactMetricsPage-ZRSvDBg4.js +1 -0
  1369. package/frontend/build/static/LazyAdminExport-B8GV3V8t.js +38 -0
  1370. package/frontend/build/static/LazyProjectExport-B9SJl4_L.js +728 -0
  1371. package/frontend/build/static/{LifecycleChartComponent-iH7Xwal_.js → LifecycleChartComponent-DulnIgCV.js} +2 -2
  1372. package/frontend/build/static/{LineChartComponent-BnogHewS.js → LineChartComponent-BVdLj0q6.js} +1 -1
  1373. package/frontend/build/static/{MarkCompletedDialogue-BOSV3MHM.js → MarkCompletedDialogue-Cu7y0hRZ.js} +1 -1
  1374. package/frontend/build/static/NetworkOverview-CUmX-taY.js +1 -0
  1375. package/frontend/build/static/{NetworkPrometheusAPIWarning-2jclDnfE.js → NetworkPrometheusAPIWarning-BwnVz0CY.js} +1 -1
  1376. package/frontend/build/static/{NetworkTraffic-DDSLmVgI.js → NetworkTraffic-DCMn8UWo.js} +1 -1
  1377. package/frontend/build/static/NetworkTrafficUsage-DSZK447X.js +1 -0
  1378. package/frontend/build/static/{PercentageDonut-aa1oSbho.js → PercentageDonut-B2OwM0Er.js} +1 -1
  1379. package/frontend/build/static/{ReactJSONEditor-BKB6MheT.js → ReactJSONEditor-BPlzE1Zx.js} +1 -1
  1380. package/frontend/build/static/RoleCell-D5skjCJn.js +1 -0
  1381. package/frontend/build/static/aggregateFeatureMetrics-Bcfo39hn.js +1 -0
  1382. package/frontend/build/static/banner-progression-B6JPzTEE.svg +52 -0
  1383. package/frontend/build/static/docker-HG7DQx-Z.svg +5 -0
  1384. package/frontend/build/static/enterpriseEdgeCloud-DzRtm8v6.svg +58 -0
  1385. package/frontend/build/static/enterpriseEdgeSelfHosted-4bnmOQVF.svg +44 -0
  1386. package/frontend/build/static/{formatTickValue-BCAqKqmg.js → formatTickValue-CqTJlzJZ.js} +2 -2
  1387. package/frontend/build/static/impact-metrics-icon-a6_57VN1.svg +9 -0
  1388. package/frontend/build/static/index-g9pKMnOR.js +542 -0
  1389. package/frontend/build/static/lenovo-DIzNtfrT.svg +3 -0
  1390. package/frontend/build/static/lloyds-DxlC9g3t.svg +10 -0
  1391. package/frontend/build/static/networkTrafficUsageHighlightPlugin-Dmm54dMG.js +1 -0
  1392. package/frontend/build/static/new-feature-badge-FwMmHlwT.svg +7 -0
  1393. package/frontend/build/static/samsung-DOytOsnV.svg +10 -0
  1394. package/frontend/build/static/style-BfdqROT6.css +1 -0
  1395. package/frontend/build/static/{useApiTokens-eXyUbKcO.js → useApiTokens-D1XvAIIA.js} +1 -1
  1396. package/frontend/build/static/visa-CkneNM2O.svg +10 -0
  1397. package/frontend/package.json +2 -2
  1398. package/package.json +49 -54
  1399. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts +0 -5
  1400. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts.map +0 -1
  1401. package/dist/lib/features/release-plans/release-plan-read-model-type.js +0 -2
  1402. package/dist/lib/features/release-plans/release-plan-read-model-type.js.map +0 -1
  1403. package/dist/lib/features/release-plans/release-plan-read-model.d.ts +0 -11
  1404. package/dist/lib/features/release-plans/release-plan-read-model.d.ts.map +0 -1
  1405. package/dist/lib/features/release-plans/release-plan-read-model.js +0 -133
  1406. package/dist/lib/features/release-plans/release-plan-read-model.js.map +0 -1
  1407. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts +0 -2
  1408. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts.map +0 -1
  1409. package/dist/lib/features/release-plans/release-plan-read-model.test.js +0 -165
  1410. package/dist/lib/features/release-plans/release-plan-read-model.test.js.map +0 -1
  1411. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts +0 -8
  1412. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts.map +0 -1
  1413. package/dist/test/fixtures/fake/fake-release-plan-read-model.js +0 -9
  1414. package/dist/test/fixtures/fake/fake-release-plan-read-model.js.map +0 -1
  1415. package/frontend/build/static/AdvancedPlayground-BMmRjlFK.js +0 -3
  1416. package/frontend/build/static/BackendConnections-C4TwFekS.js +0 -1
  1417. package/frontend/build/static/FeatureMetricsChart-CQOjOGdB.js +0 -2
  1418. package/frontend/build/static/FeatureStaleDialog-DFBMJIHQ.js +0 -7
  1419. package/frontend/build/static/FeatureViewLazyExport-CUraS5Co.js +0 -10
  1420. package/frontend/build/static/FlagMetricsChart-BqT9hgdO.js +0 -2
  1421. package/frontend/build/static/FrontendNetworkTrafficUsage-BzwFAGbK.js +0 -1
  1422. package/frontend/build/static/GridLayoutWrapper-DY9lNz0U.js +0 -3
  1423. package/frontend/build/static/ImpactMetricsPage-Bqewvmqu.js +0 -1
  1424. package/frontend/build/static/LazyAdminExport-DSSpZhpf.js +0 -38
  1425. package/frontend/build/static/LazyProjectExport-Cd5au6uN.js +0 -728
  1426. package/frontend/build/static/NetworkConnectedEdges-d0ZBRss5.js +0 -1
  1427. package/frontend/build/static/NetworkOverview-DivQ4b83.js +0 -1
  1428. package/frontend/build/static/NetworkTrafficUsage-DYNGGkkm.js +0 -1
  1429. package/frontend/build/static/RoleCell-CkV0Kf4-.js +0 -1
  1430. package/frontend/build/static/aggregateFeatureMetrics-CrQXQAeM.js +0 -1
  1431. package/frontend/build/static/howToApplyReleaseTemplates-CkjJPTRh.png +0 -0
  1432. package/frontend/build/static/howToApplyReleaseTemplatesDark-CfwfIMua.png +0 -0
  1433. package/frontend/build/static/index-B33kIVre.js +0 -542
  1434. package/frontend/build/static/metricsFormatters-C7iN2dDH.js +0 -1
  1435. package/frontend/build/static/networkTrafficUsageHighlightPlugin-o9kHeQ2O.js +0 -1
  1436. package/frontend/build/static/style-BW9ZTER3.css +0 -1
@@ -116,7 +116,7 @@ export declare const featureSearchEnvironmentSchema: {
116
116
  readonly constraintSchema: {
117
117
  readonly type: "object";
118
118
  readonly required: readonly ["contextName", "operator"];
119
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
119
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
120
120
  readonly properties: {
121
121
  readonly contextName: {
122
122
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -124,7 +124,7 @@ export declare const featureSearchEnvironmentSchema: {
124
124
  readonly type: "string";
125
125
  };
126
126
  readonly operator: {
127
- 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/reference/activation-strategies#constraint-operators).";
127
+ 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).";
128
128
  readonly type: "string";
129
129
  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"];
130
130
  readonly example: "IN";
@@ -215,7 +215,7 @@ export declare const featureSearchEnvironmentSchema: {
215
215
  };
216
216
  readonly constraints: {
217
217
  readonly type: "array";
218
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
218
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
219
219
  readonly items: {
220
220
  readonly $ref: "#/components/schemas/constraintSchema";
221
221
  };
@@ -236,7 +236,7 @@ export declare const featureSearchEnvironmentSchema: {
236
236
  readonly constraintSchema: {
237
237
  readonly type: "object";
238
238
  readonly required: readonly ["contextName", "operator"];
239
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
239
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
240
240
  readonly properties: {
241
241
  readonly contextName: {
242
242
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -244,7 +244,7 @@ export declare const featureSearchEnvironmentSchema: {
244
244
  readonly type: "string";
245
245
  };
246
246
  readonly operator: {
247
- 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/reference/activation-strategies#constraint-operators).";
247
+ 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).";
248
248
  readonly type: "string";
249
249
  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"];
250
250
  readonly example: "IN";
@@ -300,19 +300,19 @@ export declare const featureSearchEnvironmentSchema: {
300
300
  };
301
301
  readonly weight: {
302
302
  readonly type: "integer";
303
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
303
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
304
304
  readonly minimum: 0;
305
305
  readonly maximum: 1000;
306
306
  };
307
307
  readonly weightType: {
308
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
308
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
309
309
  readonly type: "string";
310
310
  readonly example: "fix";
311
311
  readonly enum: readonly ["variable", "fix"];
312
312
  };
313
313
  readonly stickiness: {
314
314
  readonly type: "string";
315
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
315
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
316
316
  readonly example: "custom.context.field";
317
317
  };
318
318
  readonly payload: {
@@ -355,19 +355,19 @@ export declare const featureSearchEnvironmentSchema: {
355
355
  };
356
356
  readonly weight: {
357
357
  readonly type: "integer";
358
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
358
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
359
359
  readonly minimum: 0;
360
360
  readonly maximum: 1000;
361
361
  };
362
362
  readonly weightType: {
363
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
363
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
364
364
  readonly type: "string";
365
365
  readonly example: "fix";
366
366
  readonly enum: readonly ["variable", "fix"];
367
367
  };
368
368
  readonly stickiness: {
369
369
  readonly type: "string";
370
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
370
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
371
371
  readonly example: "custom.context.field";
372
372
  };
373
373
  readonly payload: {
@@ -492,13 +492,25 @@ export declare const featureSearchEnvironmentSchema: {
492
492
  readonly $ref: "#/components/schemas/releasePlanSchema";
493
493
  };
494
494
  };
495
+ readonly yes: {
496
+ readonly type: "integer";
497
+ readonly description: "How many times the feature evaluated to true (enabled)";
498
+ readonly example: 974;
499
+ readonly minimum: 0;
500
+ };
501
+ readonly no: {
502
+ readonly type: "integer";
503
+ readonly description: "How many times the feature evaluated to false (disabled)";
504
+ readonly example: 50;
505
+ readonly minimum: 0;
506
+ };
495
507
  };
496
508
  readonly components: {
497
509
  readonly schemas: {
498
510
  readonly constraintSchema: {
499
511
  readonly type: "object";
500
512
  readonly required: readonly ["contextName", "operator"];
501
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
513
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
502
514
  readonly properties: {
503
515
  readonly contextName: {
504
516
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -506,7 +518,7 @@ export declare const featureSearchEnvironmentSchema: {
506
518
  readonly type: "string";
507
519
  };
508
520
  readonly operator: {
509
- 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/reference/activation-strategies#constraint-operators).";
521
+ 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).";
510
522
  readonly type: "string";
511
523
  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"];
512
524
  readonly example: "IN";
@@ -597,7 +609,7 @@ export declare const featureSearchEnvironmentSchema: {
597
609
  };
598
610
  readonly constraints: {
599
611
  readonly type: "array";
600
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
612
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
601
613
  readonly items: {
602
614
  readonly $ref: "#/components/schemas/constraintSchema";
603
615
  };
@@ -618,7 +630,7 @@ export declare const featureSearchEnvironmentSchema: {
618
630
  readonly constraintSchema: {
619
631
  readonly type: "object";
620
632
  readonly required: readonly ["contextName", "operator"];
621
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
633
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
622
634
  readonly properties: {
623
635
  readonly contextName: {
624
636
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -626,7 +638,7 @@ export declare const featureSearchEnvironmentSchema: {
626
638
  readonly type: "string";
627
639
  };
628
640
  readonly operator: {
629
- 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/reference/activation-strategies#constraint-operators).";
641
+ 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).";
630
642
  readonly type: "string";
631
643
  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"];
632
644
  readonly example: "IN";
@@ -682,19 +694,19 @@ export declare const featureSearchEnvironmentSchema: {
682
694
  };
683
695
  readonly weight: {
684
696
  readonly type: "integer";
685
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
697
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
686
698
  readonly minimum: 0;
687
699
  readonly maximum: 1000;
688
700
  };
689
701
  readonly weightType: {
690
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
702
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
691
703
  readonly type: "string";
692
704
  readonly example: "fix";
693
705
  readonly enum: readonly ["variable", "fix"];
694
706
  };
695
707
  readonly stickiness: {
696
708
  readonly type: "string";
697
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
709
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
698
710
  readonly example: "custom.context.field";
699
711
  };
700
712
  readonly payload: {
@@ -737,19 +749,19 @@ export declare const featureSearchEnvironmentSchema: {
737
749
  };
738
750
  readonly weight: {
739
751
  readonly type: "integer";
740
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
752
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
741
753
  readonly minimum: 0;
742
754
  readonly maximum: 1000;
743
755
  };
744
756
  readonly weightType: {
745
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
757
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
746
758
  readonly type: "string";
747
759
  readonly example: "fix";
748
760
  readonly enum: readonly ["variable", "fix"];
749
761
  };
750
762
  readonly stickiness: {
751
763
  readonly type: "string";
752
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
764
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
753
765
  readonly example: "custom.context.field";
754
766
  };
755
767
  readonly payload: {
@@ -779,7 +791,7 @@ export declare const featureSearchEnvironmentSchema: {
779
791
  readonly $id: "#/components/schemas/variantSchema";
780
792
  readonly type: "object";
781
793
  readonly additionalProperties: false;
782
- readonly description: "A variant allows for further separation of users into segments. See [our excellent documentation](https://docs.getunleash.io/reference/feature-toggle-variants#what-are-variants) for a more detailed description";
794
+ readonly description: "A variant allows for further separation of users into segments. See [our excellent documentation](https://docs.getunleash.io/concepts/feature-flag-variants#what-are-variants) for a more detailed description";
783
795
  readonly required: readonly ["name", "weight"];
784
796
  readonly properties: {
785
797
  readonly name: {
@@ -789,7 +801,7 @@ export declare const featureSearchEnvironmentSchema: {
789
801
  };
790
802
  readonly weight: {
791
803
  readonly type: "number";
792
- readonly description: "The weight is the likelihood of any one user getting this variant. It is a number between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
804
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is a number between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
793
805
  readonly minimum: 0;
794
806
  readonly maximum: 1000;
795
807
  };
@@ -801,7 +813,7 @@ export declare const featureSearchEnvironmentSchema: {
801
813
  };
802
814
  readonly stickiness: {
803
815
  readonly type: "string";
804
- readonly description: "[Stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) is how Unleash guarantees that the same user gets the same variant every time";
816
+ readonly description: "[Stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) is how Unleash guarantees that the same user gets the same variant every time";
805
817
  readonly example: "custom.context.field";
806
818
  };
807
819
  readonly payload: {
@@ -934,6 +946,13 @@ export declare const featureSearchEnvironmentSchema: {
934
946
  readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
935
947
  readonly nullable: false;
936
948
  };
949
+ readonly safeguards: {
950
+ readonly type: "array";
951
+ readonly description: "An array of safeguards configured for this release plan.";
952
+ readonly items: {
953
+ readonly $ref: "#/components/schemas/safeguardSchema";
954
+ };
955
+ };
937
956
  };
938
957
  readonly components: {
939
958
  readonly schemas: {
@@ -973,8 +992,19 @@ export declare const featureSearchEnvironmentSchema: {
973
992
  readonly nullable: true;
974
993
  };
975
994
  readonly transitionCondition: {
995
+ readonly type: "object";
996
+ readonly additionalProperties: false;
997
+ readonly required: readonly ["intervalMinutes"];
998
+ readonly properties: {
999
+ readonly intervalMinutes: {
1000
+ readonly type: "integer";
1001
+ readonly minimum: 1;
1002
+ readonly description: "The interval in minutes before transitioning";
1003
+ readonly example: 30;
1004
+ };
1005
+ };
976
1006
  readonly description: "The condition configuration for the transition";
977
- readonly $ref: "#/components/schemas/transitionConditionSchema";
1007
+ readonly nullable: true;
978
1008
  };
979
1009
  readonly progressionExecutedAt: {
980
1010
  readonly type: "string";
@@ -983,6 +1013,13 @@ export declare const featureSearchEnvironmentSchema: {
983
1013
  readonly example: "2024-01-01T00:00:00.000Z";
984
1014
  readonly nullable: true;
985
1015
  };
1016
+ readonly pausedAt: {
1017
+ readonly type: "string";
1018
+ readonly format: "date-time";
1019
+ readonly description: "The date and time when the milestone was paused.";
1020
+ readonly example: "2024-01-01T00:00:00.000Z";
1021
+ readonly nullable: true;
1022
+ };
986
1023
  readonly strategies: {
987
1024
  readonly type: "array";
988
1025
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -1038,7 +1075,7 @@ export declare const featureSearchEnvironmentSchema: {
1038
1075
  };
1039
1076
  readonly constraints: {
1040
1077
  readonly type: "array";
1041
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1078
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1042
1079
  readonly example: readonly [{
1043
1080
  readonly values: readonly ["1", "2"];
1044
1081
  readonly inverted: false;
@@ -1098,7 +1135,7 @@ export declare const featureSearchEnvironmentSchema: {
1098
1135
  };
1099
1136
  readonly constraints: {
1100
1137
  readonly type: "array";
1101
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1138
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1102
1139
  readonly example: readonly [{
1103
1140
  readonly values: readonly ["1", "2"];
1104
1141
  readonly inverted: false;
@@ -1140,7 +1177,7 @@ export declare const featureSearchEnvironmentSchema: {
1140
1177
  readonly constraintSchema: {
1141
1178
  readonly type: "object";
1142
1179
  readonly required: readonly ["contextName", "operator"];
1143
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1180
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1144
1181
  readonly properties: {
1145
1182
  readonly contextName: {
1146
1183
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1148,7 +1185,7 @@ export declare const featureSearchEnvironmentSchema: {
1148
1185
  readonly type: "string";
1149
1186
  };
1150
1187
  readonly operator: {
1151
- 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/reference/activation-strategies#constraint-operators).";
1188
+ 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).";
1152
1189
  readonly type: "string";
1153
1190
  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"];
1154
1191
  readonly example: "IN";
@@ -1203,19 +1240,19 @@ export declare const featureSearchEnvironmentSchema: {
1203
1240
  };
1204
1241
  readonly weight: {
1205
1242
  readonly type: "integer";
1206
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
1243
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
1207
1244
  readonly minimum: 0;
1208
1245
  readonly maximum: 1000;
1209
1246
  };
1210
1247
  readonly weightType: {
1211
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
1248
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
1212
1249
  readonly type: "string";
1213
1250
  readonly example: "fix";
1214
1251
  readonly enum: readonly ["variable", "fix"];
1215
1252
  };
1216
1253
  readonly stickiness: {
1217
1254
  readonly type: "string";
1218
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1255
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1219
1256
  readonly example: "custom.context.field";
1220
1257
  };
1221
1258
  readonly payload: {
@@ -1256,7 +1293,7 @@ export declare const featureSearchEnvironmentSchema: {
1256
1293
  readonly constraintSchema: {
1257
1294
  readonly type: "object";
1258
1295
  readonly required: readonly ["contextName", "operator"];
1259
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1296
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1260
1297
  readonly properties: {
1261
1298
  readonly contextName: {
1262
1299
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1264,7 +1301,7 @@ export declare const featureSearchEnvironmentSchema: {
1264
1301
  readonly type: "string";
1265
1302
  };
1266
1303
  readonly operator: {
1267
- 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/reference/activation-strategies#constraint-operators).";
1304
+ 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).";
1268
1305
  readonly type: "string";
1269
1306
  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"];
1270
1307
  readonly example: "IN";
@@ -1310,19 +1347,19 @@ export declare const featureSearchEnvironmentSchema: {
1310
1347
  };
1311
1348
  readonly weight: {
1312
1349
  readonly type: "integer";
1313
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
1350
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
1314
1351
  readonly minimum: 0;
1315
1352
  readonly maximum: 1000;
1316
1353
  };
1317
1354
  readonly weightType: {
1318
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
1355
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
1319
1356
  readonly type: "string";
1320
1357
  readonly example: "fix";
1321
1358
  readonly enum: readonly ["variable", "fix"];
1322
1359
  };
1323
1360
  readonly stickiness: {
1324
1361
  readonly type: "string";
1325
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1362
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1326
1363
  readonly example: "custom.context.field";
1327
1364
  };
1328
1365
  readonly payload: {
@@ -1381,7 +1418,7 @@ export declare const featureSearchEnvironmentSchema: {
1381
1418
  };
1382
1419
  readonly constraints: {
1383
1420
  readonly type: "array";
1384
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1421
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1385
1422
  readonly example: readonly [{
1386
1423
  readonly values: readonly ["1", "2"];
1387
1424
  readonly inverted: false;
@@ -1423,7 +1460,7 @@ export declare const featureSearchEnvironmentSchema: {
1423
1460
  readonly constraintSchema: {
1424
1461
  readonly type: "object";
1425
1462
  readonly required: readonly ["contextName", "operator"];
1426
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1463
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1427
1464
  readonly properties: {
1428
1465
  readonly contextName: {
1429
1466
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1431,7 +1468,7 @@ export declare const featureSearchEnvironmentSchema: {
1431
1468
  readonly type: "string";
1432
1469
  };
1433
1470
  readonly operator: {
1434
- 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/reference/activation-strategies#constraint-operators).";
1471
+ 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).";
1435
1472
  readonly type: "string";
1436
1473
  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"];
1437
1474
  readonly example: "IN";
@@ -1486,19 +1523,19 @@ export declare const featureSearchEnvironmentSchema: {
1486
1523
  };
1487
1524
  readonly weight: {
1488
1525
  readonly type: "integer";
1489
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
1526
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
1490
1527
  readonly minimum: 0;
1491
1528
  readonly maximum: 1000;
1492
1529
  };
1493
1530
  readonly weightType: {
1494
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
1531
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
1495
1532
  readonly type: "string";
1496
1533
  readonly example: "fix";
1497
1534
  readonly enum: readonly ["variable", "fix"];
1498
1535
  };
1499
1536
  readonly stickiness: {
1500
1537
  readonly type: "string";
1501
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1538
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1502
1539
  readonly example: "custom.context.field";
1503
1540
  };
1504
1541
  readonly payload: {
@@ -1539,7 +1576,7 @@ export declare const featureSearchEnvironmentSchema: {
1539
1576
  readonly constraintSchema: {
1540
1577
  readonly type: "object";
1541
1578
  readonly required: readonly ["contextName", "operator"];
1542
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1579
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1543
1580
  readonly properties: {
1544
1581
  readonly contextName: {
1545
1582
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1547,7 +1584,7 @@ export declare const featureSearchEnvironmentSchema: {
1547
1584
  readonly type: "string";
1548
1585
  };
1549
1586
  readonly operator: {
1550
- 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/reference/activation-strategies#constraint-operators).";
1587
+ 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).";
1551
1588
  readonly type: "string";
1552
1589
  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"];
1553
1590
  readonly example: "IN";
@@ -1593,19 +1630,19 @@ export declare const featureSearchEnvironmentSchema: {
1593
1630
  };
1594
1631
  readonly weight: {
1595
1632
  readonly type: "integer";
1596
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
1633
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
1597
1634
  readonly minimum: 0;
1598
1635
  readonly maximum: 1000;
1599
1636
  };
1600
1637
  readonly weightType: {
1601
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
1638
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
1602
1639
  readonly type: "string";
1603
1640
  readonly example: "fix";
1604
1641
  readonly enum: readonly ["variable", "fix"];
1605
1642
  };
1606
1643
  readonly stickiness: {
1607
1644
  readonly type: "string";
1608
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1645
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1609
1646
  readonly example: "custom.context.field";
1610
1647
  };
1611
1648
  readonly payload: {
@@ -1695,7 +1732,7 @@ export declare const featureSearchEnvironmentSchema: {
1695
1732
  };
1696
1733
  readonly constraints: {
1697
1734
  readonly type: "array";
1698
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1735
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1699
1736
  readonly example: readonly [{
1700
1737
  readonly values: readonly ["1", "2"];
1701
1738
  readonly inverted: false;
@@ -1755,7 +1792,7 @@ export declare const featureSearchEnvironmentSchema: {
1755
1792
  };
1756
1793
  readonly constraints: {
1757
1794
  readonly type: "array";
1758
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1795
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1759
1796
  readonly example: readonly [{
1760
1797
  readonly values: readonly ["1", "2"];
1761
1798
  readonly inverted: false;
@@ -1797,7 +1834,7 @@ export declare const featureSearchEnvironmentSchema: {
1797
1834
  readonly constraintSchema: {
1798
1835
  readonly type: "object";
1799
1836
  readonly required: readonly ["contextName", "operator"];
1800
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1837
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1801
1838
  readonly properties: {
1802
1839
  readonly contextName: {
1803
1840
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1805,7 +1842,7 @@ export declare const featureSearchEnvironmentSchema: {
1805
1842
  readonly type: "string";
1806
1843
  };
1807
1844
  readonly operator: {
1808
- 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/reference/activation-strategies#constraint-operators).";
1845
+ 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).";
1809
1846
  readonly type: "string";
1810
1847
  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"];
1811
1848
  readonly example: "IN";
@@ -1860,19 +1897,19 @@ export declare const featureSearchEnvironmentSchema: {
1860
1897
  };
1861
1898
  readonly weight: {
1862
1899
  readonly type: "integer";
1863
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
1900
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
1864
1901
  readonly minimum: 0;
1865
1902
  readonly maximum: 1000;
1866
1903
  };
1867
1904
  readonly weightType: {
1868
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
1905
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
1869
1906
  readonly type: "string";
1870
1907
  readonly example: "fix";
1871
1908
  readonly enum: readonly ["variable", "fix"];
1872
1909
  };
1873
1910
  readonly stickiness: {
1874
1911
  readonly type: "string";
1875
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1912
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1876
1913
  readonly example: "custom.context.field";
1877
1914
  };
1878
1915
  readonly payload: {
@@ -1913,7 +1950,7 @@ export declare const featureSearchEnvironmentSchema: {
1913
1950
  readonly constraintSchema: {
1914
1951
  readonly type: "object";
1915
1952
  readonly required: readonly ["contextName", "operator"];
1916
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1953
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1917
1954
  readonly properties: {
1918
1955
  readonly contextName: {
1919
1956
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1921,7 +1958,7 @@ export declare const featureSearchEnvironmentSchema: {
1921
1958
  readonly type: "string";
1922
1959
  };
1923
1960
  readonly operator: {
1924
- 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/reference/activation-strategies#constraint-operators).";
1961
+ 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).";
1925
1962
  readonly type: "string";
1926
1963
  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"];
1927
1964
  readonly example: "IN";
@@ -1967,19 +2004,19 @@ export declare const featureSearchEnvironmentSchema: {
1967
2004
  };
1968
2005
  readonly weight: {
1969
2006
  readonly type: "integer";
1970
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
2007
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
1971
2008
  readonly minimum: 0;
1972
2009
  readonly maximum: 1000;
1973
2010
  };
1974
2011
  readonly weightType: {
1975
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
2012
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
1976
2013
  readonly type: "string";
1977
2014
  readonly example: "fix";
1978
2015
  readonly enum: readonly ["variable", "fix"];
1979
2016
  };
1980
2017
  readonly stickiness: {
1981
2018
  readonly type: "string";
1982
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2019
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
1983
2020
  readonly example: "custom.context.field";
1984
2021
  };
1985
2022
  readonly payload: {
@@ -2038,7 +2075,7 @@ export declare const featureSearchEnvironmentSchema: {
2038
2075
  };
2039
2076
  readonly constraints: {
2040
2077
  readonly type: "array";
2041
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2078
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2042
2079
  readonly example: readonly [{
2043
2080
  readonly values: readonly ["1", "2"];
2044
2081
  readonly inverted: false;
@@ -2080,7 +2117,7 @@ export declare const featureSearchEnvironmentSchema: {
2080
2117
  readonly constraintSchema: {
2081
2118
  readonly type: "object";
2082
2119
  readonly required: readonly ["contextName", "operator"];
2083
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2120
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2084
2121
  readonly properties: {
2085
2122
  readonly contextName: {
2086
2123
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2088,7 +2125,7 @@ export declare const featureSearchEnvironmentSchema: {
2088
2125
  readonly type: "string";
2089
2126
  };
2090
2127
  readonly operator: {
2091
- 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/reference/activation-strategies#constraint-operators).";
2128
+ 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).";
2092
2129
  readonly type: "string";
2093
2130
  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"];
2094
2131
  readonly example: "IN";
@@ -2143,19 +2180,19 @@ export declare const featureSearchEnvironmentSchema: {
2143
2180
  };
2144
2181
  readonly weight: {
2145
2182
  readonly type: "integer";
2146
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
2183
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
2147
2184
  readonly minimum: 0;
2148
2185
  readonly maximum: 1000;
2149
2186
  };
2150
2187
  readonly weightType: {
2151
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
2188
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
2152
2189
  readonly type: "string";
2153
2190
  readonly example: "fix";
2154
2191
  readonly enum: readonly ["variable", "fix"];
2155
2192
  };
2156
2193
  readonly stickiness: {
2157
2194
  readonly type: "string";
2158
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2195
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2159
2196
  readonly example: "custom.context.field";
2160
2197
  };
2161
2198
  readonly payload: {
@@ -2196,7 +2233,7 @@ export declare const featureSearchEnvironmentSchema: {
2196
2233
  readonly constraintSchema: {
2197
2234
  readonly type: "object";
2198
2235
  readonly required: readonly ["contextName", "operator"];
2199
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2236
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2200
2237
  readonly properties: {
2201
2238
  readonly contextName: {
2202
2239
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2204,7 +2241,7 @@ export declare const featureSearchEnvironmentSchema: {
2204
2241
  readonly type: "string";
2205
2242
  };
2206
2243
  readonly operator: {
2207
- 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/reference/activation-strategies#constraint-operators).";
2244
+ 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).";
2208
2245
  readonly type: "string";
2209
2246
  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"];
2210
2247
  readonly example: "IN";
@@ -2250,19 +2287,19 @@ export declare const featureSearchEnvironmentSchema: {
2250
2287
  };
2251
2288
  readonly weight: {
2252
2289
  readonly type: "integer";
2253
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
2290
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
2254
2291
  readonly minimum: 0;
2255
2292
  readonly maximum: 1000;
2256
2293
  };
2257
2294
  readonly weightType: {
2258
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
2295
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
2259
2296
  readonly type: "string";
2260
2297
  readonly example: "fix";
2261
2298
  readonly enum: readonly ["variable", "fix"];
2262
2299
  };
2263
2300
  readonly stickiness: {
2264
2301
  readonly type: "string";
2265
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2302
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2266
2303
  readonly example: "custom.context.field";
2267
2304
  };
2268
2305
  readonly payload: {
@@ -2304,6 +2341,214 @@ export declare const featureSearchEnvironmentSchema: {
2304
2341
  };
2305
2342
  readonly components: {};
2306
2343
  };
2344
+ readonly safeguardSchema: {
2345
+ readonly $id: "#/components/schemas/safeguardSchema";
2346
+ readonly type: "object";
2347
+ readonly required: readonly ["id", "action", "triggerCondition", "impactMetric"];
2348
+ readonly description: "A safeguard configuration for a release plan.";
2349
+ readonly additionalProperties: false;
2350
+ readonly properties: {
2351
+ readonly id: {
2352
+ readonly type: "string";
2353
+ readonly description: "The unique ULID identifier for this safeguard";
2354
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
2355
+ };
2356
+ readonly action: {
2357
+ readonly type: "object";
2358
+ readonly required: readonly ["type", "id"];
2359
+ readonly additionalProperties: false;
2360
+ readonly description: "The action to take when the safeguard is triggered.";
2361
+ readonly properties: {
2362
+ readonly type: {
2363
+ readonly type: "string";
2364
+ readonly description: "The type of action to perform.";
2365
+ readonly example: "pauseReleasePlanProgressions";
2366
+ };
2367
+ readonly id: {
2368
+ readonly type: "string";
2369
+ readonly description: "The ID of the release plan this safeguard applies to.";
2370
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
2371
+ };
2372
+ };
2373
+ };
2374
+ readonly triggerCondition: {
2375
+ readonly $ref: "#/components/schemas/safeguardTriggerConditionSchema";
2376
+ readonly description: "The condition that triggers the safeguard.";
2377
+ };
2378
+ readonly impactMetric: {
2379
+ readonly type: "object";
2380
+ readonly required: readonly ["id", "metricName", "timeRange", "aggregationMode", "labelSelectors"];
2381
+ readonly additionalProperties: false;
2382
+ readonly properties: {
2383
+ readonly metricName: {
2384
+ readonly type: "string";
2385
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2386
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2387
+ };
2388
+ readonly timeRange: {
2389
+ readonly type: "string";
2390
+ readonly enum: readonly ["hour", "day", "week", "month"];
2391
+ readonly description: "The time range for the metric data.";
2392
+ readonly example: "day";
2393
+ };
2394
+ readonly aggregationMode: {
2395
+ readonly type: "string";
2396
+ readonly description: "The aggregation mode for the metric data.";
2397
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2398
+ readonly example: "rps";
2399
+ };
2400
+ readonly labelSelectors: {
2401
+ readonly type: "object";
2402
+ readonly additionalProperties: {
2403
+ readonly type: "array";
2404
+ readonly items: {
2405
+ readonly type: "string";
2406
+ };
2407
+ };
2408
+ readonly description: "The selected labels and their values for filtering the metric data.";
2409
+ readonly example: {
2410
+ readonly environment: readonly ["development"];
2411
+ readonly project: readonly ["default"];
2412
+ };
2413
+ };
2414
+ readonly id: {
2415
+ readonly type: "string";
2416
+ readonly description: "The unique identifier for this impact metric";
2417
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
2418
+ };
2419
+ };
2420
+ readonly description: "The metric configuration used to evaluate the safeguard condition.";
2421
+ };
2422
+ };
2423
+ readonly components: {
2424
+ readonly schemas: {
2425
+ readonly metricQuerySchema: {
2426
+ readonly $id: "#/components/schemas/metricQuerySchema";
2427
+ readonly type: "object";
2428
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
2429
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
2430
+ readonly additionalProperties: false;
2431
+ readonly properties: {
2432
+ readonly metricName: {
2433
+ readonly type: "string";
2434
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2435
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2436
+ };
2437
+ readonly timeRange: {
2438
+ readonly type: "string";
2439
+ readonly enum: readonly ["hour", "day", "week", "month"];
2440
+ readonly description: "The time range for the metric data.";
2441
+ readonly example: "day";
2442
+ };
2443
+ readonly aggregationMode: {
2444
+ readonly type: "string";
2445
+ readonly description: "The aggregation mode for the metric data.";
2446
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2447
+ readonly example: "rps";
2448
+ };
2449
+ readonly labelSelectors: {
2450
+ readonly type: "object";
2451
+ readonly additionalProperties: {
2452
+ readonly type: "array";
2453
+ readonly items: {
2454
+ readonly type: "string";
2455
+ };
2456
+ };
2457
+ readonly description: "The selected labels and their values for filtering the metric data.";
2458
+ readonly example: {
2459
+ readonly environment: readonly ["development"];
2460
+ readonly project: readonly ["default"];
2461
+ };
2462
+ };
2463
+ };
2464
+ readonly components: {};
2465
+ };
2466
+ readonly safeguardTriggerConditionSchema: {
2467
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
2468
+ readonly type: "object";
2469
+ readonly required: readonly ["operator", "threshold"];
2470
+ readonly additionalProperties: false;
2471
+ readonly description: "The condition that triggers the safeguard.";
2472
+ readonly properties: {
2473
+ readonly operator: {
2474
+ readonly type: "string";
2475
+ readonly enum: readonly [">", "<"];
2476
+ readonly description: "The comparison operator for the threshold check.";
2477
+ readonly example: ">";
2478
+ };
2479
+ readonly threshold: {
2480
+ readonly type: "number";
2481
+ readonly description: "The threshold value to compare against.";
2482
+ readonly example: 100;
2483
+ };
2484
+ };
2485
+ readonly components: {};
2486
+ };
2487
+ };
2488
+ };
2489
+ };
2490
+ readonly metricQuerySchema: {
2491
+ readonly $id: "#/components/schemas/metricQuerySchema";
2492
+ readonly type: "object";
2493
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
2494
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
2495
+ readonly additionalProperties: false;
2496
+ readonly properties: {
2497
+ readonly metricName: {
2498
+ readonly type: "string";
2499
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2500
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2501
+ };
2502
+ readonly timeRange: {
2503
+ readonly type: "string";
2504
+ readonly enum: readonly ["hour", "day", "week", "month"];
2505
+ readonly description: "The time range for the metric data.";
2506
+ readonly example: "day";
2507
+ };
2508
+ readonly aggregationMode: {
2509
+ readonly type: "string";
2510
+ readonly description: "The aggregation mode for the metric data.";
2511
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2512
+ readonly example: "rps";
2513
+ };
2514
+ readonly labelSelectors: {
2515
+ readonly type: "object";
2516
+ readonly additionalProperties: {
2517
+ readonly type: "array";
2518
+ readonly items: {
2519
+ readonly type: "string";
2520
+ };
2521
+ };
2522
+ readonly description: "The selected labels and their values for filtering the metric data.";
2523
+ readonly example: {
2524
+ readonly environment: readonly ["development"];
2525
+ readonly project: readonly ["default"];
2526
+ };
2527
+ };
2528
+ };
2529
+ readonly components: {};
2530
+ };
2531
+ readonly safeguardTriggerConditionSchema: {
2532
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
2533
+ readonly type: "object";
2534
+ readonly required: readonly ["operator", "threshold"];
2535
+ readonly additionalProperties: false;
2536
+ readonly description: "The condition that triggers the safeguard.";
2537
+ readonly properties: {
2538
+ readonly operator: {
2539
+ readonly type: "string";
2540
+ readonly enum: readonly [">", "<"];
2541
+ readonly description: "The comparison operator for the threshold check.";
2542
+ readonly example: ">";
2543
+ };
2544
+ readonly threshold: {
2545
+ readonly type: "number";
2546
+ readonly description: "The threshold value to compare against.";
2547
+ readonly example: 100;
2548
+ };
2549
+ };
2550
+ readonly components: {};
2551
+ };
2307
2552
  };
2308
2553
  };
2309
2554
  };
@@ -2343,8 +2588,19 @@ export declare const featureSearchEnvironmentSchema: {
2343
2588
  readonly nullable: true;
2344
2589
  };
2345
2590
  readonly transitionCondition: {
2591
+ readonly type: "object";
2592
+ readonly additionalProperties: false;
2593
+ readonly required: readonly ["intervalMinutes"];
2594
+ readonly properties: {
2595
+ readonly intervalMinutes: {
2596
+ readonly type: "integer";
2597
+ readonly minimum: 1;
2598
+ readonly description: "The interval in minutes before transitioning";
2599
+ readonly example: 30;
2600
+ };
2601
+ };
2346
2602
  readonly description: "The condition configuration for the transition";
2347
- readonly $ref: "#/components/schemas/transitionConditionSchema";
2603
+ readonly nullable: true;
2348
2604
  };
2349
2605
  readonly progressionExecutedAt: {
2350
2606
  readonly type: "string";
@@ -2353,6 +2609,13 @@ export declare const featureSearchEnvironmentSchema: {
2353
2609
  readonly example: "2024-01-01T00:00:00.000Z";
2354
2610
  readonly nullable: true;
2355
2611
  };
2612
+ readonly pausedAt: {
2613
+ readonly type: "string";
2614
+ readonly format: "date-time";
2615
+ readonly description: "The date and time when the milestone was paused.";
2616
+ readonly example: "2024-01-01T00:00:00.000Z";
2617
+ readonly nullable: true;
2618
+ };
2356
2619
  readonly strategies: {
2357
2620
  readonly type: "array";
2358
2621
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -2408,7 +2671,7 @@ export declare const featureSearchEnvironmentSchema: {
2408
2671
  };
2409
2672
  readonly constraints: {
2410
2673
  readonly type: "array";
2411
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2674
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2412
2675
  readonly example: readonly [{
2413
2676
  readonly values: readonly ["1", "2"];
2414
2677
  readonly inverted: false;
@@ -2468,7 +2731,7 @@ export declare const featureSearchEnvironmentSchema: {
2468
2731
  };
2469
2732
  readonly constraints: {
2470
2733
  readonly type: "array";
2471
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2734
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2472
2735
  readonly example: readonly [{
2473
2736
  readonly values: readonly ["1", "2"];
2474
2737
  readonly inverted: false;
@@ -2510,7 +2773,7 @@ export declare const featureSearchEnvironmentSchema: {
2510
2773
  readonly constraintSchema: {
2511
2774
  readonly type: "object";
2512
2775
  readonly required: readonly ["contextName", "operator"];
2513
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2776
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2514
2777
  readonly properties: {
2515
2778
  readonly contextName: {
2516
2779
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2518,7 +2781,7 @@ export declare const featureSearchEnvironmentSchema: {
2518
2781
  readonly type: "string";
2519
2782
  };
2520
2783
  readonly operator: {
2521
- 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/reference/activation-strategies#constraint-operators).";
2784
+ 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).";
2522
2785
  readonly type: "string";
2523
2786
  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"];
2524
2787
  readonly example: "IN";
@@ -2573,19 +2836,19 @@ export declare const featureSearchEnvironmentSchema: {
2573
2836
  };
2574
2837
  readonly weight: {
2575
2838
  readonly type: "integer";
2576
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
2839
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
2577
2840
  readonly minimum: 0;
2578
2841
  readonly maximum: 1000;
2579
2842
  };
2580
2843
  readonly weightType: {
2581
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
2844
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
2582
2845
  readonly type: "string";
2583
2846
  readonly example: "fix";
2584
2847
  readonly enum: readonly ["variable", "fix"];
2585
2848
  };
2586
2849
  readonly stickiness: {
2587
2850
  readonly type: "string";
2588
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2851
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2589
2852
  readonly example: "custom.context.field";
2590
2853
  };
2591
2854
  readonly payload: {
@@ -2626,7 +2889,7 @@ export declare const featureSearchEnvironmentSchema: {
2626
2889
  readonly constraintSchema: {
2627
2890
  readonly type: "object";
2628
2891
  readonly required: readonly ["contextName", "operator"];
2629
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2892
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2630
2893
  readonly properties: {
2631
2894
  readonly contextName: {
2632
2895
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2634,7 +2897,7 @@ export declare const featureSearchEnvironmentSchema: {
2634
2897
  readonly type: "string";
2635
2898
  };
2636
2899
  readonly operator: {
2637
- 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/reference/activation-strategies#constraint-operators).";
2900
+ 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).";
2638
2901
  readonly type: "string";
2639
2902
  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"];
2640
2903
  readonly example: "IN";
@@ -2680,19 +2943,19 @@ export declare const featureSearchEnvironmentSchema: {
2680
2943
  };
2681
2944
  readonly weight: {
2682
2945
  readonly type: "integer";
2683
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
2946
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
2684
2947
  readonly minimum: 0;
2685
2948
  readonly maximum: 1000;
2686
2949
  };
2687
2950
  readonly weightType: {
2688
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
2951
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
2689
2952
  readonly type: "string";
2690
2953
  readonly example: "fix";
2691
2954
  readonly enum: readonly ["variable", "fix"];
2692
2955
  };
2693
2956
  readonly stickiness: {
2694
2957
  readonly type: "string";
2695
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2958
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2696
2959
  readonly example: "custom.context.field";
2697
2960
  };
2698
2961
  readonly payload: {
@@ -2751,7 +3014,7 @@ export declare const featureSearchEnvironmentSchema: {
2751
3014
  };
2752
3015
  readonly constraints: {
2753
3016
  readonly type: "array";
2754
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3017
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2755
3018
  readonly example: readonly [{
2756
3019
  readonly values: readonly ["1", "2"];
2757
3020
  readonly inverted: false;
@@ -2793,7 +3056,7 @@ export declare const featureSearchEnvironmentSchema: {
2793
3056
  readonly constraintSchema: {
2794
3057
  readonly type: "object";
2795
3058
  readonly required: readonly ["contextName", "operator"];
2796
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3059
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2797
3060
  readonly properties: {
2798
3061
  readonly contextName: {
2799
3062
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2801,7 +3064,7 @@ export declare const featureSearchEnvironmentSchema: {
2801
3064
  readonly type: "string";
2802
3065
  };
2803
3066
  readonly operator: {
2804
- 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/reference/activation-strategies#constraint-operators).";
3067
+ 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).";
2805
3068
  readonly type: "string";
2806
3069
  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"];
2807
3070
  readonly example: "IN";
@@ -2856,19 +3119,19 @@ export declare const featureSearchEnvironmentSchema: {
2856
3119
  };
2857
3120
  readonly weight: {
2858
3121
  readonly type: "integer";
2859
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3122
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
2860
3123
  readonly minimum: 0;
2861
3124
  readonly maximum: 1000;
2862
3125
  };
2863
3126
  readonly weightType: {
2864
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3127
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
2865
3128
  readonly type: "string";
2866
3129
  readonly example: "fix";
2867
3130
  readonly enum: readonly ["variable", "fix"];
2868
3131
  };
2869
3132
  readonly stickiness: {
2870
3133
  readonly type: "string";
2871
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3134
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2872
3135
  readonly example: "custom.context.field";
2873
3136
  };
2874
3137
  readonly payload: {
@@ -2909,7 +3172,7 @@ export declare const featureSearchEnvironmentSchema: {
2909
3172
  readonly constraintSchema: {
2910
3173
  readonly type: "object";
2911
3174
  readonly required: readonly ["contextName", "operator"];
2912
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3175
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2913
3176
  readonly properties: {
2914
3177
  readonly contextName: {
2915
3178
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2917,7 +3180,7 @@ export declare const featureSearchEnvironmentSchema: {
2917
3180
  readonly type: "string";
2918
3181
  };
2919
3182
  readonly operator: {
2920
- 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/reference/activation-strategies#constraint-operators).";
3183
+ 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).";
2921
3184
  readonly type: "string";
2922
3185
  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"];
2923
3186
  readonly example: "IN";
@@ -2963,19 +3226,19 @@ export declare const featureSearchEnvironmentSchema: {
2963
3226
  };
2964
3227
  readonly weight: {
2965
3228
  readonly type: "integer";
2966
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3229
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
2967
3230
  readonly minimum: 0;
2968
3231
  readonly maximum: 1000;
2969
3232
  };
2970
3233
  readonly weightType: {
2971
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3234
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
2972
3235
  readonly type: "string";
2973
3236
  readonly example: "fix";
2974
3237
  readonly enum: readonly ["variable", "fix"];
2975
3238
  };
2976
3239
  readonly stickiness: {
2977
3240
  readonly type: "string";
2978
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3241
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
2979
3242
  readonly example: "custom.context.field";
2980
3243
  };
2981
3244
  readonly payload: {
@@ -3065,7 +3328,7 @@ export declare const featureSearchEnvironmentSchema: {
3065
3328
  };
3066
3329
  readonly constraints: {
3067
3330
  readonly type: "array";
3068
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3331
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3069
3332
  readonly example: readonly [{
3070
3333
  readonly values: readonly ["1", "2"];
3071
3334
  readonly inverted: false;
@@ -3125,7 +3388,7 @@ export declare const featureSearchEnvironmentSchema: {
3125
3388
  };
3126
3389
  readonly constraints: {
3127
3390
  readonly type: "array";
3128
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3391
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3129
3392
  readonly example: readonly [{
3130
3393
  readonly values: readonly ["1", "2"];
3131
3394
  readonly inverted: false;
@@ -3167,7 +3430,7 @@ export declare const featureSearchEnvironmentSchema: {
3167
3430
  readonly constraintSchema: {
3168
3431
  readonly type: "object";
3169
3432
  readonly required: readonly ["contextName", "operator"];
3170
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3433
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3171
3434
  readonly properties: {
3172
3435
  readonly contextName: {
3173
3436
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3175,7 +3438,7 @@ export declare const featureSearchEnvironmentSchema: {
3175
3438
  readonly type: "string";
3176
3439
  };
3177
3440
  readonly operator: {
3178
- 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/reference/activation-strategies#constraint-operators).";
3441
+ 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).";
3179
3442
  readonly type: "string";
3180
3443
  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"];
3181
3444
  readonly example: "IN";
@@ -3230,19 +3493,19 @@ export declare const featureSearchEnvironmentSchema: {
3230
3493
  };
3231
3494
  readonly weight: {
3232
3495
  readonly type: "integer";
3233
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3496
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
3234
3497
  readonly minimum: 0;
3235
3498
  readonly maximum: 1000;
3236
3499
  };
3237
3500
  readonly weightType: {
3238
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3501
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
3239
3502
  readonly type: "string";
3240
3503
  readonly example: "fix";
3241
3504
  readonly enum: readonly ["variable", "fix"];
3242
3505
  };
3243
3506
  readonly stickiness: {
3244
3507
  readonly type: "string";
3245
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3508
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3246
3509
  readonly example: "custom.context.field";
3247
3510
  };
3248
3511
  readonly payload: {
@@ -3283,7 +3546,7 @@ export declare const featureSearchEnvironmentSchema: {
3283
3546
  readonly constraintSchema: {
3284
3547
  readonly type: "object";
3285
3548
  readonly required: readonly ["contextName", "operator"];
3286
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3549
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3287
3550
  readonly properties: {
3288
3551
  readonly contextName: {
3289
3552
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3291,7 +3554,7 @@ export declare const featureSearchEnvironmentSchema: {
3291
3554
  readonly type: "string";
3292
3555
  };
3293
3556
  readonly operator: {
3294
- 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/reference/activation-strategies#constraint-operators).";
3557
+ 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).";
3295
3558
  readonly type: "string";
3296
3559
  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"];
3297
3560
  readonly example: "IN";
@@ -3337,19 +3600,19 @@ export declare const featureSearchEnvironmentSchema: {
3337
3600
  };
3338
3601
  readonly weight: {
3339
3602
  readonly type: "integer";
3340
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3603
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
3341
3604
  readonly minimum: 0;
3342
3605
  readonly maximum: 1000;
3343
3606
  };
3344
3607
  readonly weightType: {
3345
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3608
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
3346
3609
  readonly type: "string";
3347
3610
  readonly example: "fix";
3348
3611
  readonly enum: readonly ["variable", "fix"];
3349
3612
  };
3350
3613
  readonly stickiness: {
3351
3614
  readonly type: "string";
3352
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3615
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3353
3616
  readonly example: "custom.context.field";
3354
3617
  };
3355
3618
  readonly payload: {
@@ -3408,7 +3671,7 @@ export declare const featureSearchEnvironmentSchema: {
3408
3671
  };
3409
3672
  readonly constraints: {
3410
3673
  readonly type: "array";
3411
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3674
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3412
3675
  readonly example: readonly [{
3413
3676
  readonly values: readonly ["1", "2"];
3414
3677
  readonly inverted: false;
@@ -3450,7 +3713,7 @@ export declare const featureSearchEnvironmentSchema: {
3450
3713
  readonly constraintSchema: {
3451
3714
  readonly type: "object";
3452
3715
  readonly required: readonly ["contextName", "operator"];
3453
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3716
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3454
3717
  readonly properties: {
3455
3718
  readonly contextName: {
3456
3719
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3458,7 +3721,7 @@ export declare const featureSearchEnvironmentSchema: {
3458
3721
  readonly type: "string";
3459
3722
  };
3460
3723
  readonly operator: {
3461
- 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/reference/activation-strategies#constraint-operators).";
3724
+ 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).";
3462
3725
  readonly type: "string";
3463
3726
  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"];
3464
3727
  readonly example: "IN";
@@ -3513,19 +3776,19 @@ export declare const featureSearchEnvironmentSchema: {
3513
3776
  };
3514
3777
  readonly weight: {
3515
3778
  readonly type: "integer";
3516
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3779
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
3517
3780
  readonly minimum: 0;
3518
3781
  readonly maximum: 1000;
3519
3782
  };
3520
3783
  readonly weightType: {
3521
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3784
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
3522
3785
  readonly type: "string";
3523
3786
  readonly example: "fix";
3524
3787
  readonly enum: readonly ["variable", "fix"];
3525
3788
  };
3526
3789
  readonly stickiness: {
3527
3790
  readonly type: "string";
3528
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3791
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3529
3792
  readonly example: "custom.context.field";
3530
3793
  };
3531
3794
  readonly payload: {
@@ -3567,19 +3830,19 @@ export declare const featureSearchEnvironmentSchema: {
3567
3830
  };
3568
3831
  readonly weight: {
3569
3832
  readonly type: "integer";
3570
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3833
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
3571
3834
  readonly minimum: 0;
3572
3835
  readonly maximum: 1000;
3573
3836
  };
3574
3837
  readonly weightType: {
3575
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3838
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
3576
3839
  readonly type: "string";
3577
3840
  readonly example: "fix";
3578
3841
  readonly enum: readonly ["variable", "fix"];
3579
3842
  };
3580
3843
  readonly stickiness: {
3581
3844
  readonly type: "string";
3582
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3845
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
3583
3846
  readonly example: "custom.context.field";
3584
3847
  };
3585
3848
  readonly payload: {
@@ -3628,7 +3891,7 @@ export declare const featureSearchEnvironmentSchema: {
3628
3891
  readonly $id: "#/components/schemas/variantSchema";
3629
3892
  readonly type: "object";
3630
3893
  readonly additionalProperties: false;
3631
- readonly description: "A variant allows for further separation of users into segments. See [our excellent documentation](https://docs.getunleash.io/reference/feature-toggle-variants#what-are-variants) for a more detailed description";
3894
+ readonly description: "A variant allows for further separation of users into segments. See [our excellent documentation](https://docs.getunleash.io/concepts/feature-flag-variants#what-are-variants) for a more detailed description";
3632
3895
  readonly required: readonly ["name", "weight"];
3633
3896
  readonly properties: {
3634
3897
  readonly name: {
@@ -3638,7 +3901,7 @@ export declare const featureSearchEnvironmentSchema: {
3638
3901
  };
3639
3902
  readonly weight: {
3640
3903
  readonly type: "number";
3641
- readonly description: "The weight is the likelihood of any one user getting this variant. It is a number between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3904
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is a number between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
3642
3905
  readonly minimum: 0;
3643
3906
  readonly maximum: 1000;
3644
3907
  };
@@ -3650,7 +3913,7 @@ export declare const featureSearchEnvironmentSchema: {
3650
3913
  };
3651
3914
  readonly stickiness: {
3652
3915
  readonly type: "string";
3653
- readonly description: "[Stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) is how Unleash guarantees that the same user gets the same variant every time";
3916
+ readonly description: "[Stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) is how Unleash guarantees that the same user gets the same variant every time";
3654
3917
  readonly example: "custom.context.field";
3655
3918
  };
3656
3919
  readonly payload: {
@@ -3783,6 +4046,13 @@ export declare const featureSearchEnvironmentSchema: {
3783
4046
  readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
3784
4047
  readonly nullable: false;
3785
4048
  };
4049
+ readonly safeguards: {
4050
+ readonly type: "array";
4051
+ readonly description: "An array of safeguards configured for this release plan.";
4052
+ readonly items: {
4053
+ readonly $ref: "#/components/schemas/safeguardSchema";
4054
+ };
4055
+ };
3786
4056
  };
3787
4057
  readonly components: {
3788
4058
  readonly schemas: {
@@ -3822,8 +4092,19 @@ export declare const featureSearchEnvironmentSchema: {
3822
4092
  readonly nullable: true;
3823
4093
  };
3824
4094
  readonly transitionCondition: {
4095
+ readonly type: "object";
4096
+ readonly additionalProperties: false;
4097
+ readonly required: readonly ["intervalMinutes"];
4098
+ readonly properties: {
4099
+ readonly intervalMinutes: {
4100
+ readonly type: "integer";
4101
+ readonly minimum: 1;
4102
+ readonly description: "The interval in minutes before transitioning";
4103
+ readonly example: 30;
4104
+ };
4105
+ };
3825
4106
  readonly description: "The condition configuration for the transition";
3826
- readonly $ref: "#/components/schemas/transitionConditionSchema";
4107
+ readonly nullable: true;
3827
4108
  };
3828
4109
  readonly progressionExecutedAt: {
3829
4110
  readonly type: "string";
@@ -3832,6 +4113,13 @@ export declare const featureSearchEnvironmentSchema: {
3832
4113
  readonly example: "2024-01-01T00:00:00.000Z";
3833
4114
  readonly nullable: true;
3834
4115
  };
4116
+ readonly pausedAt: {
4117
+ readonly type: "string";
4118
+ readonly format: "date-time";
4119
+ readonly description: "The date and time when the milestone was paused.";
4120
+ readonly example: "2024-01-01T00:00:00.000Z";
4121
+ readonly nullable: true;
4122
+ };
3835
4123
  readonly strategies: {
3836
4124
  readonly type: "array";
3837
4125
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -3887,7 +4175,7 @@ export declare const featureSearchEnvironmentSchema: {
3887
4175
  };
3888
4176
  readonly constraints: {
3889
4177
  readonly type: "array";
3890
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4178
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3891
4179
  readonly example: readonly [{
3892
4180
  readonly values: readonly ["1", "2"];
3893
4181
  readonly inverted: false;
@@ -3947,7 +4235,7 @@ export declare const featureSearchEnvironmentSchema: {
3947
4235
  };
3948
4236
  readonly constraints: {
3949
4237
  readonly type: "array";
3950
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4238
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3951
4239
  readonly example: readonly [{
3952
4240
  readonly values: readonly ["1", "2"];
3953
4241
  readonly inverted: false;
@@ -3989,7 +4277,7 @@ export declare const featureSearchEnvironmentSchema: {
3989
4277
  readonly constraintSchema: {
3990
4278
  readonly type: "object";
3991
4279
  readonly required: readonly ["contextName", "operator"];
3992
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4280
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3993
4281
  readonly properties: {
3994
4282
  readonly contextName: {
3995
4283
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3997,7 +4285,7 @@ export declare const featureSearchEnvironmentSchema: {
3997
4285
  readonly type: "string";
3998
4286
  };
3999
4287
  readonly operator: {
4000
- 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/reference/activation-strategies#constraint-operators).";
4288
+ 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).";
4001
4289
  readonly type: "string";
4002
4290
  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"];
4003
4291
  readonly example: "IN";
@@ -4052,19 +4340,19 @@ export declare const featureSearchEnvironmentSchema: {
4052
4340
  };
4053
4341
  readonly weight: {
4054
4342
  readonly type: "integer";
4055
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
4343
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
4056
4344
  readonly minimum: 0;
4057
4345
  readonly maximum: 1000;
4058
4346
  };
4059
4347
  readonly weightType: {
4060
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
4348
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
4061
4349
  readonly type: "string";
4062
4350
  readonly example: "fix";
4063
4351
  readonly enum: readonly ["variable", "fix"];
4064
4352
  };
4065
4353
  readonly stickiness: {
4066
4354
  readonly type: "string";
4067
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4355
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4068
4356
  readonly example: "custom.context.field";
4069
4357
  };
4070
4358
  readonly payload: {
@@ -4105,7 +4393,7 @@ export declare const featureSearchEnvironmentSchema: {
4105
4393
  readonly constraintSchema: {
4106
4394
  readonly type: "object";
4107
4395
  readonly required: readonly ["contextName", "operator"];
4108
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4396
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4109
4397
  readonly properties: {
4110
4398
  readonly contextName: {
4111
4399
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4113,7 +4401,7 @@ export declare const featureSearchEnvironmentSchema: {
4113
4401
  readonly type: "string";
4114
4402
  };
4115
4403
  readonly operator: {
4116
- 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/reference/activation-strategies#constraint-operators).";
4404
+ 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).";
4117
4405
  readonly type: "string";
4118
4406
  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"];
4119
4407
  readonly example: "IN";
@@ -4159,19 +4447,19 @@ export declare const featureSearchEnvironmentSchema: {
4159
4447
  };
4160
4448
  readonly weight: {
4161
4449
  readonly type: "integer";
4162
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
4450
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
4163
4451
  readonly minimum: 0;
4164
4452
  readonly maximum: 1000;
4165
4453
  };
4166
4454
  readonly weightType: {
4167
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
4455
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
4168
4456
  readonly type: "string";
4169
4457
  readonly example: "fix";
4170
4458
  readonly enum: readonly ["variable", "fix"];
4171
4459
  };
4172
4460
  readonly stickiness: {
4173
4461
  readonly type: "string";
4174
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4462
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4175
4463
  readonly example: "custom.context.field";
4176
4464
  };
4177
4465
  readonly payload: {
@@ -4230,7 +4518,7 @@ export declare const featureSearchEnvironmentSchema: {
4230
4518
  };
4231
4519
  readonly constraints: {
4232
4520
  readonly type: "array";
4233
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4521
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4234
4522
  readonly example: readonly [{
4235
4523
  readonly values: readonly ["1", "2"];
4236
4524
  readonly inverted: false;
@@ -4272,7 +4560,7 @@ export declare const featureSearchEnvironmentSchema: {
4272
4560
  readonly constraintSchema: {
4273
4561
  readonly type: "object";
4274
4562
  readonly required: readonly ["contextName", "operator"];
4275
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4563
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4276
4564
  readonly properties: {
4277
4565
  readonly contextName: {
4278
4566
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4280,7 +4568,7 @@ export declare const featureSearchEnvironmentSchema: {
4280
4568
  readonly type: "string";
4281
4569
  };
4282
4570
  readonly operator: {
4283
- 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/reference/activation-strategies#constraint-operators).";
4571
+ 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).";
4284
4572
  readonly type: "string";
4285
4573
  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"];
4286
4574
  readonly example: "IN";
@@ -4335,19 +4623,19 @@ export declare const featureSearchEnvironmentSchema: {
4335
4623
  };
4336
4624
  readonly weight: {
4337
4625
  readonly type: "integer";
4338
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
4626
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
4339
4627
  readonly minimum: 0;
4340
4628
  readonly maximum: 1000;
4341
4629
  };
4342
4630
  readonly weightType: {
4343
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
4631
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
4344
4632
  readonly type: "string";
4345
4633
  readonly example: "fix";
4346
4634
  readonly enum: readonly ["variable", "fix"];
4347
4635
  };
4348
4636
  readonly stickiness: {
4349
4637
  readonly type: "string";
4350
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4638
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4351
4639
  readonly example: "custom.context.field";
4352
4640
  };
4353
4641
  readonly payload: {
@@ -4388,7 +4676,7 @@ export declare const featureSearchEnvironmentSchema: {
4388
4676
  readonly constraintSchema: {
4389
4677
  readonly type: "object";
4390
4678
  readonly required: readonly ["contextName", "operator"];
4391
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4679
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4392
4680
  readonly properties: {
4393
4681
  readonly contextName: {
4394
4682
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4396,7 +4684,7 @@ export declare const featureSearchEnvironmentSchema: {
4396
4684
  readonly type: "string";
4397
4685
  };
4398
4686
  readonly operator: {
4399
- 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/reference/activation-strategies#constraint-operators).";
4687
+ 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).";
4400
4688
  readonly type: "string";
4401
4689
  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"];
4402
4690
  readonly example: "IN";
@@ -4442,19 +4730,19 @@ export declare const featureSearchEnvironmentSchema: {
4442
4730
  };
4443
4731
  readonly weight: {
4444
4732
  readonly type: "integer";
4445
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
4733
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
4446
4734
  readonly minimum: 0;
4447
4735
  readonly maximum: 1000;
4448
4736
  };
4449
4737
  readonly weightType: {
4450
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
4738
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
4451
4739
  readonly type: "string";
4452
4740
  readonly example: "fix";
4453
4741
  readonly enum: readonly ["variable", "fix"];
4454
4742
  };
4455
4743
  readonly stickiness: {
4456
4744
  readonly type: "string";
4457
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4745
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4458
4746
  readonly example: "custom.context.field";
4459
4747
  };
4460
4748
  readonly payload: {
@@ -4544,7 +4832,7 @@ export declare const featureSearchEnvironmentSchema: {
4544
4832
  };
4545
4833
  readonly constraints: {
4546
4834
  readonly type: "array";
4547
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4835
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4548
4836
  readonly example: readonly [{
4549
4837
  readonly values: readonly ["1", "2"];
4550
4838
  readonly inverted: false;
@@ -4604,7 +4892,7 @@ export declare const featureSearchEnvironmentSchema: {
4604
4892
  };
4605
4893
  readonly constraints: {
4606
4894
  readonly type: "array";
4607
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4895
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4608
4896
  readonly example: readonly [{
4609
4897
  readonly values: readonly ["1", "2"];
4610
4898
  readonly inverted: false;
@@ -4646,7 +4934,7 @@ export declare const featureSearchEnvironmentSchema: {
4646
4934
  readonly constraintSchema: {
4647
4935
  readonly type: "object";
4648
4936
  readonly required: readonly ["contextName", "operator"];
4649
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4937
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4650
4938
  readonly properties: {
4651
4939
  readonly contextName: {
4652
4940
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4654,7 +4942,7 @@ export declare const featureSearchEnvironmentSchema: {
4654
4942
  readonly type: "string";
4655
4943
  };
4656
4944
  readonly operator: {
4657
- 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/reference/activation-strategies#constraint-operators).";
4945
+ 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).";
4658
4946
  readonly type: "string";
4659
4947
  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"];
4660
4948
  readonly example: "IN";
@@ -4709,19 +4997,19 @@ export declare const featureSearchEnvironmentSchema: {
4709
4997
  };
4710
4998
  readonly weight: {
4711
4999
  readonly type: "integer";
4712
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
5000
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
4713
5001
  readonly minimum: 0;
4714
5002
  readonly maximum: 1000;
4715
5003
  };
4716
5004
  readonly weightType: {
4717
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
5005
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
4718
5006
  readonly type: "string";
4719
5007
  readonly example: "fix";
4720
5008
  readonly enum: readonly ["variable", "fix"];
4721
5009
  };
4722
5010
  readonly stickiness: {
4723
5011
  readonly type: "string";
4724
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5012
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4725
5013
  readonly example: "custom.context.field";
4726
5014
  };
4727
5015
  readonly payload: {
@@ -4762,7 +5050,7 @@ export declare const featureSearchEnvironmentSchema: {
4762
5050
  readonly constraintSchema: {
4763
5051
  readonly type: "object";
4764
5052
  readonly required: readonly ["contextName", "operator"];
4765
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5053
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4766
5054
  readonly properties: {
4767
5055
  readonly contextName: {
4768
5056
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4770,7 +5058,7 @@ export declare const featureSearchEnvironmentSchema: {
4770
5058
  readonly type: "string";
4771
5059
  };
4772
5060
  readonly operator: {
4773
- 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/reference/activation-strategies#constraint-operators).";
5061
+ 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).";
4774
5062
  readonly type: "string";
4775
5063
  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"];
4776
5064
  readonly example: "IN";
@@ -4816,19 +5104,19 @@ export declare const featureSearchEnvironmentSchema: {
4816
5104
  };
4817
5105
  readonly weight: {
4818
5106
  readonly type: "integer";
4819
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
5107
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
4820
5108
  readonly minimum: 0;
4821
5109
  readonly maximum: 1000;
4822
5110
  };
4823
5111
  readonly weightType: {
4824
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
5112
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
4825
5113
  readonly type: "string";
4826
5114
  readonly example: "fix";
4827
5115
  readonly enum: readonly ["variable", "fix"];
4828
5116
  };
4829
5117
  readonly stickiness: {
4830
5118
  readonly type: "string";
4831
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5119
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
4832
5120
  readonly example: "custom.context.field";
4833
5121
  };
4834
5122
  readonly payload: {
@@ -4887,7 +5175,7 @@ export declare const featureSearchEnvironmentSchema: {
4887
5175
  };
4888
5176
  readonly constraints: {
4889
5177
  readonly type: "array";
4890
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
5178
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4891
5179
  readonly example: readonly [{
4892
5180
  readonly values: readonly ["1", "2"];
4893
5181
  readonly inverted: false;
@@ -4929,7 +5217,7 @@ export declare const featureSearchEnvironmentSchema: {
4929
5217
  readonly constraintSchema: {
4930
5218
  readonly type: "object";
4931
5219
  readonly required: readonly ["contextName", "operator"];
4932
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5220
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4933
5221
  readonly properties: {
4934
5222
  readonly contextName: {
4935
5223
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4937,7 +5225,7 @@ export declare const featureSearchEnvironmentSchema: {
4937
5225
  readonly type: "string";
4938
5226
  };
4939
5227
  readonly operator: {
4940
- 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/reference/activation-strategies#constraint-operators).";
5228
+ 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).";
4941
5229
  readonly type: "string";
4942
5230
  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"];
4943
5231
  readonly example: "IN";
@@ -4992,19 +5280,19 @@ export declare const featureSearchEnvironmentSchema: {
4992
5280
  };
4993
5281
  readonly weight: {
4994
5282
  readonly type: "integer";
4995
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
5283
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
4996
5284
  readonly minimum: 0;
4997
5285
  readonly maximum: 1000;
4998
5286
  };
4999
5287
  readonly weightType: {
5000
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
5288
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
5001
5289
  readonly type: "string";
5002
5290
  readonly example: "fix";
5003
5291
  readonly enum: readonly ["variable", "fix"];
5004
5292
  };
5005
5293
  readonly stickiness: {
5006
5294
  readonly type: "string";
5007
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5295
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5008
5296
  readonly example: "custom.context.field";
5009
5297
  };
5010
5298
  readonly payload: {
@@ -5045,7 +5333,7 @@ export declare const featureSearchEnvironmentSchema: {
5045
5333
  readonly constraintSchema: {
5046
5334
  readonly type: "object";
5047
5335
  readonly required: readonly ["contextName", "operator"];
5048
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5336
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5049
5337
  readonly properties: {
5050
5338
  readonly contextName: {
5051
5339
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5053,7 +5341,7 @@ export declare const featureSearchEnvironmentSchema: {
5053
5341
  readonly type: "string";
5054
5342
  };
5055
5343
  readonly operator: {
5056
- 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/reference/activation-strategies#constraint-operators).";
5344
+ 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).";
5057
5345
  readonly type: "string";
5058
5346
  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"];
5059
5347
  readonly example: "IN";
@@ -5099,19 +5387,19 @@ export declare const featureSearchEnvironmentSchema: {
5099
5387
  };
5100
5388
  readonly weight: {
5101
5389
  readonly type: "integer";
5102
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
5390
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
5103
5391
  readonly minimum: 0;
5104
5392
  readonly maximum: 1000;
5105
5393
  };
5106
5394
  readonly weightType: {
5107
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
5395
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
5108
5396
  readonly type: "string";
5109
5397
  readonly example: "fix";
5110
5398
  readonly enum: readonly ["variable", "fix"];
5111
5399
  };
5112
5400
  readonly stickiness: {
5113
5401
  readonly type: "string";
5114
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5402
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5115
5403
  readonly example: "custom.context.field";
5116
5404
  };
5117
5405
  readonly payload: {
@@ -5153,6 +5441,214 @@ export declare const featureSearchEnvironmentSchema: {
5153
5441
  };
5154
5442
  readonly components: {};
5155
5443
  };
5444
+ readonly safeguardSchema: {
5445
+ readonly $id: "#/components/schemas/safeguardSchema";
5446
+ readonly type: "object";
5447
+ readonly required: readonly ["id", "action", "triggerCondition", "impactMetric"];
5448
+ readonly description: "A safeguard configuration for a release plan.";
5449
+ readonly additionalProperties: false;
5450
+ readonly properties: {
5451
+ readonly id: {
5452
+ readonly type: "string";
5453
+ readonly description: "The unique ULID identifier for this safeguard";
5454
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
5455
+ };
5456
+ readonly action: {
5457
+ readonly type: "object";
5458
+ readonly required: readonly ["type", "id"];
5459
+ readonly additionalProperties: false;
5460
+ readonly description: "The action to take when the safeguard is triggered.";
5461
+ readonly properties: {
5462
+ readonly type: {
5463
+ readonly type: "string";
5464
+ readonly description: "The type of action to perform.";
5465
+ readonly example: "pauseReleasePlanProgressions";
5466
+ };
5467
+ readonly id: {
5468
+ readonly type: "string";
5469
+ readonly description: "The ID of the release plan this safeguard applies to.";
5470
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
5471
+ };
5472
+ };
5473
+ };
5474
+ readonly triggerCondition: {
5475
+ readonly $ref: "#/components/schemas/safeguardTriggerConditionSchema";
5476
+ readonly description: "The condition that triggers the safeguard.";
5477
+ };
5478
+ readonly impactMetric: {
5479
+ readonly type: "object";
5480
+ readonly required: readonly ["id", "metricName", "timeRange", "aggregationMode", "labelSelectors"];
5481
+ readonly additionalProperties: false;
5482
+ readonly properties: {
5483
+ readonly metricName: {
5484
+ readonly type: "string";
5485
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
5486
+ readonly example: "unleash_counter_feature_toggle_usage_total";
5487
+ };
5488
+ readonly timeRange: {
5489
+ readonly type: "string";
5490
+ readonly enum: readonly ["hour", "day", "week", "month"];
5491
+ readonly description: "The time range for the metric data.";
5492
+ readonly example: "day";
5493
+ };
5494
+ readonly aggregationMode: {
5495
+ readonly type: "string";
5496
+ readonly description: "The aggregation mode for the metric data.";
5497
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
5498
+ readonly example: "rps";
5499
+ };
5500
+ readonly labelSelectors: {
5501
+ readonly type: "object";
5502
+ readonly additionalProperties: {
5503
+ readonly type: "array";
5504
+ readonly items: {
5505
+ readonly type: "string";
5506
+ };
5507
+ };
5508
+ readonly description: "The selected labels and their values for filtering the metric data.";
5509
+ readonly example: {
5510
+ readonly environment: readonly ["development"];
5511
+ readonly project: readonly ["default"];
5512
+ };
5513
+ };
5514
+ readonly id: {
5515
+ readonly type: "string";
5516
+ readonly description: "The unique identifier for this impact metric";
5517
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
5518
+ };
5519
+ };
5520
+ readonly description: "The metric configuration used to evaluate the safeguard condition.";
5521
+ };
5522
+ };
5523
+ readonly components: {
5524
+ readonly schemas: {
5525
+ readonly metricQuerySchema: {
5526
+ readonly $id: "#/components/schemas/metricQuerySchema";
5527
+ readonly type: "object";
5528
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
5529
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
5530
+ readonly additionalProperties: false;
5531
+ readonly properties: {
5532
+ readonly metricName: {
5533
+ readonly type: "string";
5534
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
5535
+ readonly example: "unleash_counter_feature_toggle_usage_total";
5536
+ };
5537
+ readonly timeRange: {
5538
+ readonly type: "string";
5539
+ readonly enum: readonly ["hour", "day", "week", "month"];
5540
+ readonly description: "The time range for the metric data.";
5541
+ readonly example: "day";
5542
+ };
5543
+ readonly aggregationMode: {
5544
+ readonly type: "string";
5545
+ readonly description: "The aggregation mode for the metric data.";
5546
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
5547
+ readonly example: "rps";
5548
+ };
5549
+ readonly labelSelectors: {
5550
+ readonly type: "object";
5551
+ readonly additionalProperties: {
5552
+ readonly type: "array";
5553
+ readonly items: {
5554
+ readonly type: "string";
5555
+ };
5556
+ };
5557
+ readonly description: "The selected labels and their values for filtering the metric data.";
5558
+ readonly example: {
5559
+ readonly environment: readonly ["development"];
5560
+ readonly project: readonly ["default"];
5561
+ };
5562
+ };
5563
+ };
5564
+ readonly components: {};
5565
+ };
5566
+ readonly safeguardTriggerConditionSchema: {
5567
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
5568
+ readonly type: "object";
5569
+ readonly required: readonly ["operator", "threshold"];
5570
+ readonly additionalProperties: false;
5571
+ readonly description: "The condition that triggers the safeguard.";
5572
+ readonly properties: {
5573
+ readonly operator: {
5574
+ readonly type: "string";
5575
+ readonly enum: readonly [">", "<"];
5576
+ readonly description: "The comparison operator for the threshold check.";
5577
+ readonly example: ">";
5578
+ };
5579
+ readonly threshold: {
5580
+ readonly type: "number";
5581
+ readonly description: "The threshold value to compare against.";
5582
+ readonly example: 100;
5583
+ };
5584
+ };
5585
+ readonly components: {};
5586
+ };
5587
+ };
5588
+ };
5589
+ };
5590
+ readonly metricQuerySchema: {
5591
+ readonly $id: "#/components/schemas/metricQuerySchema";
5592
+ readonly type: "object";
5593
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
5594
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
5595
+ readonly additionalProperties: false;
5596
+ readonly properties: {
5597
+ readonly metricName: {
5598
+ readonly type: "string";
5599
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
5600
+ readonly example: "unleash_counter_feature_toggle_usage_total";
5601
+ };
5602
+ readonly timeRange: {
5603
+ readonly type: "string";
5604
+ readonly enum: readonly ["hour", "day", "week", "month"];
5605
+ readonly description: "The time range for the metric data.";
5606
+ readonly example: "day";
5607
+ };
5608
+ readonly aggregationMode: {
5609
+ readonly type: "string";
5610
+ readonly description: "The aggregation mode for the metric data.";
5611
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
5612
+ readonly example: "rps";
5613
+ };
5614
+ readonly labelSelectors: {
5615
+ readonly type: "object";
5616
+ readonly additionalProperties: {
5617
+ readonly type: "array";
5618
+ readonly items: {
5619
+ readonly type: "string";
5620
+ };
5621
+ };
5622
+ readonly description: "The selected labels and their values for filtering the metric data.";
5623
+ readonly example: {
5624
+ readonly environment: readonly ["development"];
5625
+ readonly project: readonly ["default"];
5626
+ };
5627
+ };
5628
+ };
5629
+ readonly components: {};
5630
+ };
5631
+ readonly safeguardTriggerConditionSchema: {
5632
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
5633
+ readonly type: "object";
5634
+ readonly required: readonly ["operator", "threshold"];
5635
+ readonly additionalProperties: false;
5636
+ readonly description: "The condition that triggers the safeguard.";
5637
+ readonly properties: {
5638
+ readonly operator: {
5639
+ readonly type: "string";
5640
+ readonly enum: readonly [">", "<"];
5641
+ readonly description: "The comparison operator for the threshold check.";
5642
+ readonly example: ">";
5643
+ };
5644
+ readonly threshold: {
5645
+ readonly type: "number";
5646
+ readonly description: "The threshold value to compare against.";
5647
+ readonly example: 100;
5648
+ };
5649
+ };
5650
+ readonly components: {};
5651
+ };
5156
5652
  };
5157
5653
  };
5158
5654
  };
@@ -5192,8 +5688,19 @@ export declare const featureSearchEnvironmentSchema: {
5192
5688
  readonly nullable: true;
5193
5689
  };
5194
5690
  readonly transitionCondition: {
5691
+ readonly type: "object";
5692
+ readonly additionalProperties: false;
5693
+ readonly required: readonly ["intervalMinutes"];
5694
+ readonly properties: {
5695
+ readonly intervalMinutes: {
5696
+ readonly type: "integer";
5697
+ readonly minimum: 1;
5698
+ readonly description: "The interval in minutes before transitioning";
5699
+ readonly example: 30;
5700
+ };
5701
+ };
5195
5702
  readonly description: "The condition configuration for the transition";
5196
- readonly $ref: "#/components/schemas/transitionConditionSchema";
5703
+ readonly nullable: true;
5197
5704
  };
5198
5705
  readonly progressionExecutedAt: {
5199
5706
  readonly type: "string";
@@ -5202,6 +5709,13 @@ export declare const featureSearchEnvironmentSchema: {
5202
5709
  readonly example: "2024-01-01T00:00:00.000Z";
5203
5710
  readonly nullable: true;
5204
5711
  };
5712
+ readonly pausedAt: {
5713
+ readonly type: "string";
5714
+ readonly format: "date-time";
5715
+ readonly description: "The date and time when the milestone was paused.";
5716
+ readonly example: "2024-01-01T00:00:00.000Z";
5717
+ readonly nullable: true;
5718
+ };
5205
5719
  readonly strategies: {
5206
5720
  readonly type: "array";
5207
5721
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -5257,7 +5771,7 @@ export declare const featureSearchEnvironmentSchema: {
5257
5771
  };
5258
5772
  readonly constraints: {
5259
5773
  readonly type: "array";
5260
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
5774
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5261
5775
  readonly example: readonly [{
5262
5776
  readonly values: readonly ["1", "2"];
5263
5777
  readonly inverted: false;
@@ -5317,7 +5831,7 @@ export declare const featureSearchEnvironmentSchema: {
5317
5831
  };
5318
5832
  readonly constraints: {
5319
5833
  readonly type: "array";
5320
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
5834
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5321
5835
  readonly example: readonly [{
5322
5836
  readonly values: readonly ["1", "2"];
5323
5837
  readonly inverted: false;
@@ -5359,7 +5873,7 @@ export declare const featureSearchEnvironmentSchema: {
5359
5873
  readonly constraintSchema: {
5360
5874
  readonly type: "object";
5361
5875
  readonly required: readonly ["contextName", "operator"];
5362
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5876
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5363
5877
  readonly properties: {
5364
5878
  readonly contextName: {
5365
5879
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5367,7 +5881,7 @@ export declare const featureSearchEnvironmentSchema: {
5367
5881
  readonly type: "string";
5368
5882
  };
5369
5883
  readonly operator: {
5370
- 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/reference/activation-strategies#constraint-operators).";
5884
+ 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).";
5371
5885
  readonly type: "string";
5372
5886
  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"];
5373
5887
  readonly example: "IN";
@@ -5422,19 +5936,19 @@ export declare const featureSearchEnvironmentSchema: {
5422
5936
  };
5423
5937
  readonly weight: {
5424
5938
  readonly type: "integer";
5425
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
5939
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
5426
5940
  readonly minimum: 0;
5427
5941
  readonly maximum: 1000;
5428
5942
  };
5429
5943
  readonly weightType: {
5430
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
5944
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
5431
5945
  readonly type: "string";
5432
5946
  readonly example: "fix";
5433
5947
  readonly enum: readonly ["variable", "fix"];
5434
5948
  };
5435
5949
  readonly stickiness: {
5436
5950
  readonly type: "string";
5437
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5951
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5438
5952
  readonly example: "custom.context.field";
5439
5953
  };
5440
5954
  readonly payload: {
@@ -5475,7 +5989,7 @@ export declare const featureSearchEnvironmentSchema: {
5475
5989
  readonly constraintSchema: {
5476
5990
  readonly type: "object";
5477
5991
  readonly required: readonly ["contextName", "operator"];
5478
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5992
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5479
5993
  readonly properties: {
5480
5994
  readonly contextName: {
5481
5995
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5483,7 +5997,7 @@ export declare const featureSearchEnvironmentSchema: {
5483
5997
  readonly type: "string";
5484
5998
  };
5485
5999
  readonly operator: {
5486
- 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/reference/activation-strategies#constraint-operators).";
6000
+ 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).";
5487
6001
  readonly type: "string";
5488
6002
  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"];
5489
6003
  readonly example: "IN";
@@ -5529,19 +6043,19 @@ export declare const featureSearchEnvironmentSchema: {
5529
6043
  };
5530
6044
  readonly weight: {
5531
6045
  readonly type: "integer";
5532
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
6046
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
5533
6047
  readonly minimum: 0;
5534
6048
  readonly maximum: 1000;
5535
6049
  };
5536
6050
  readonly weightType: {
5537
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
6051
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
5538
6052
  readonly type: "string";
5539
6053
  readonly example: "fix";
5540
6054
  readonly enum: readonly ["variable", "fix"];
5541
6055
  };
5542
6056
  readonly stickiness: {
5543
6057
  readonly type: "string";
5544
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6058
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5545
6059
  readonly example: "custom.context.field";
5546
6060
  };
5547
6061
  readonly payload: {
@@ -5600,7 +6114,7 @@ export declare const featureSearchEnvironmentSchema: {
5600
6114
  };
5601
6115
  readonly constraints: {
5602
6116
  readonly type: "array";
5603
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6117
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5604
6118
  readonly example: readonly [{
5605
6119
  readonly values: readonly ["1", "2"];
5606
6120
  readonly inverted: false;
@@ -5642,7 +6156,7 @@ export declare const featureSearchEnvironmentSchema: {
5642
6156
  readonly constraintSchema: {
5643
6157
  readonly type: "object";
5644
6158
  readonly required: readonly ["contextName", "operator"];
5645
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6159
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5646
6160
  readonly properties: {
5647
6161
  readonly contextName: {
5648
6162
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5650,7 +6164,7 @@ export declare const featureSearchEnvironmentSchema: {
5650
6164
  readonly type: "string";
5651
6165
  };
5652
6166
  readonly operator: {
5653
- 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/reference/activation-strategies#constraint-operators).";
6167
+ 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).";
5654
6168
  readonly type: "string";
5655
6169
  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"];
5656
6170
  readonly example: "IN";
@@ -5705,19 +6219,19 @@ export declare const featureSearchEnvironmentSchema: {
5705
6219
  };
5706
6220
  readonly weight: {
5707
6221
  readonly type: "integer";
5708
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
6222
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
5709
6223
  readonly minimum: 0;
5710
6224
  readonly maximum: 1000;
5711
6225
  };
5712
6226
  readonly weightType: {
5713
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
6227
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
5714
6228
  readonly type: "string";
5715
6229
  readonly example: "fix";
5716
6230
  readonly enum: readonly ["variable", "fix"];
5717
6231
  };
5718
6232
  readonly stickiness: {
5719
6233
  readonly type: "string";
5720
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6234
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5721
6235
  readonly example: "custom.context.field";
5722
6236
  };
5723
6237
  readonly payload: {
@@ -5758,7 +6272,7 @@ export declare const featureSearchEnvironmentSchema: {
5758
6272
  readonly constraintSchema: {
5759
6273
  readonly type: "object";
5760
6274
  readonly required: readonly ["contextName", "operator"];
5761
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6275
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5762
6276
  readonly properties: {
5763
6277
  readonly contextName: {
5764
6278
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5766,7 +6280,7 @@ export declare const featureSearchEnvironmentSchema: {
5766
6280
  readonly type: "string";
5767
6281
  };
5768
6282
  readonly operator: {
5769
- 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/reference/activation-strategies#constraint-operators).";
6283
+ 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).";
5770
6284
  readonly type: "string";
5771
6285
  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"];
5772
6286
  readonly example: "IN";
@@ -5812,19 +6326,19 @@ export declare const featureSearchEnvironmentSchema: {
5812
6326
  };
5813
6327
  readonly weight: {
5814
6328
  readonly type: "integer";
5815
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
6329
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
5816
6330
  readonly minimum: 0;
5817
6331
  readonly maximum: 1000;
5818
6332
  };
5819
6333
  readonly weightType: {
5820
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
6334
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
5821
6335
  readonly type: "string";
5822
6336
  readonly example: "fix";
5823
6337
  readonly enum: readonly ["variable", "fix"];
5824
6338
  };
5825
6339
  readonly stickiness: {
5826
6340
  readonly type: "string";
5827
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6341
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
5828
6342
  readonly example: "custom.context.field";
5829
6343
  };
5830
6344
  readonly payload: {
@@ -5914,7 +6428,7 @@ export declare const featureSearchEnvironmentSchema: {
5914
6428
  };
5915
6429
  readonly constraints: {
5916
6430
  readonly type: "array";
5917
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6431
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5918
6432
  readonly example: readonly [{
5919
6433
  readonly values: readonly ["1", "2"];
5920
6434
  readonly inverted: false;
@@ -5974,7 +6488,7 @@ export declare const featureSearchEnvironmentSchema: {
5974
6488
  };
5975
6489
  readonly constraints: {
5976
6490
  readonly type: "array";
5977
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6491
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5978
6492
  readonly example: readonly [{
5979
6493
  readonly values: readonly ["1", "2"];
5980
6494
  readonly inverted: false;
@@ -6016,7 +6530,7 @@ export declare const featureSearchEnvironmentSchema: {
6016
6530
  readonly constraintSchema: {
6017
6531
  readonly type: "object";
6018
6532
  readonly required: readonly ["contextName", "operator"];
6019
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6533
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
6020
6534
  readonly properties: {
6021
6535
  readonly contextName: {
6022
6536
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -6024,7 +6538,7 @@ export declare const featureSearchEnvironmentSchema: {
6024
6538
  readonly type: "string";
6025
6539
  };
6026
6540
  readonly operator: {
6027
- 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/reference/activation-strategies#constraint-operators).";
6541
+ 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).";
6028
6542
  readonly type: "string";
6029
6543
  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"];
6030
6544
  readonly example: "IN";
@@ -6079,19 +6593,19 @@ export declare const featureSearchEnvironmentSchema: {
6079
6593
  };
6080
6594
  readonly weight: {
6081
6595
  readonly type: "integer";
6082
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
6596
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
6083
6597
  readonly minimum: 0;
6084
6598
  readonly maximum: 1000;
6085
6599
  };
6086
6600
  readonly weightType: {
6087
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
6601
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
6088
6602
  readonly type: "string";
6089
6603
  readonly example: "fix";
6090
6604
  readonly enum: readonly ["variable", "fix"];
6091
6605
  };
6092
6606
  readonly stickiness: {
6093
6607
  readonly type: "string";
6094
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6608
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6095
6609
  readonly example: "custom.context.field";
6096
6610
  };
6097
6611
  readonly payload: {
@@ -6132,7 +6646,7 @@ export declare const featureSearchEnvironmentSchema: {
6132
6646
  readonly constraintSchema: {
6133
6647
  readonly type: "object";
6134
6648
  readonly required: readonly ["contextName", "operator"];
6135
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6649
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
6136
6650
  readonly properties: {
6137
6651
  readonly contextName: {
6138
6652
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -6140,7 +6654,7 @@ export declare const featureSearchEnvironmentSchema: {
6140
6654
  readonly type: "string";
6141
6655
  };
6142
6656
  readonly operator: {
6143
- 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/reference/activation-strategies#constraint-operators).";
6657
+ 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).";
6144
6658
  readonly type: "string";
6145
6659
  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"];
6146
6660
  readonly example: "IN";
@@ -6186,19 +6700,19 @@ export declare const featureSearchEnvironmentSchema: {
6186
6700
  };
6187
6701
  readonly weight: {
6188
6702
  readonly type: "integer";
6189
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
6703
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
6190
6704
  readonly minimum: 0;
6191
6705
  readonly maximum: 1000;
6192
6706
  };
6193
6707
  readonly weightType: {
6194
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
6708
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
6195
6709
  readonly type: "string";
6196
6710
  readonly example: "fix";
6197
6711
  readonly enum: readonly ["variable", "fix"];
6198
6712
  };
6199
6713
  readonly stickiness: {
6200
6714
  readonly type: "string";
6201
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6715
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6202
6716
  readonly example: "custom.context.field";
6203
6717
  };
6204
6718
  readonly payload: {
@@ -6273,7 +6787,7 @@ export declare const featureSearchEnvironmentSchema: {
6273
6787
  };
6274
6788
  readonly constraints: {
6275
6789
  readonly type: "array";
6276
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6790
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
6277
6791
  readonly example: readonly [{
6278
6792
  readonly values: readonly ["1", "2"];
6279
6793
  readonly inverted: false;
@@ -6315,7 +6829,7 @@ export declare const featureSearchEnvironmentSchema: {
6315
6829
  readonly constraintSchema: {
6316
6830
  readonly type: "object";
6317
6831
  readonly required: readonly ["contextName", "operator"];
6318
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6832
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
6319
6833
  readonly properties: {
6320
6834
  readonly contextName: {
6321
6835
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -6323,7 +6837,7 @@ export declare const featureSearchEnvironmentSchema: {
6323
6837
  readonly type: "string";
6324
6838
  };
6325
6839
  readonly operator: {
6326
- 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/reference/activation-strategies#constraint-operators).";
6840
+ 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).";
6327
6841
  readonly type: "string";
6328
6842
  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"];
6329
6843
  readonly example: "IN";
@@ -6378,19 +6892,19 @@ export declare const featureSearchEnvironmentSchema: {
6378
6892
  };
6379
6893
  readonly weight: {
6380
6894
  readonly type: "integer";
6381
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
6895
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
6382
6896
  readonly minimum: 0;
6383
6897
  readonly maximum: 1000;
6384
6898
  };
6385
6899
  readonly weightType: {
6386
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
6900
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
6387
6901
  readonly type: "string";
6388
6902
  readonly example: "fix";
6389
6903
  readonly enum: readonly ["variable", "fix"];
6390
6904
  };
6391
6905
  readonly stickiness: {
6392
6906
  readonly type: "string";
6393
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6907
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6394
6908
  readonly example: "custom.context.field";
6395
6909
  };
6396
6910
  readonly payload: {
@@ -6432,19 +6946,19 @@ export declare const featureSearchEnvironmentSchema: {
6432
6946
  };
6433
6947
  readonly weight: {
6434
6948
  readonly type: "integer";
6435
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
6949
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
6436
6950
  readonly minimum: 0;
6437
6951
  readonly maximum: 1000;
6438
6952
  };
6439
6953
  readonly weightType: {
6440
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
6954
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
6441
6955
  readonly type: "string";
6442
6956
  readonly example: "fix";
6443
6957
  readonly enum: readonly ["variable", "fix"];
6444
6958
  };
6445
6959
  readonly stickiness: {
6446
6960
  readonly type: "string";
6447
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6961
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
6448
6962
  readonly example: "custom.context.field";
6449
6963
  };
6450
6964
  readonly payload: {
@@ -6473,5 +6987,7 @@ export declare const featureSearchEnvironmentSchema: {
6473
6987
  };
6474
6988
  };
6475
6989
  };
6476
- export type FeatureSearchEnvironmentSchema = FromSchema<typeof featureSearchEnvironmentSchema>;
6990
+ export type FeatureSearchEnvironmentSchema = FromSchema<typeof featureSearchEnvironmentSchema, {
6991
+ keepDefaultedPropertiesOptional: true;
6992
+ }>;
6477
6993
  //# sourceMappingURL=feature-search-environment-schema.d.ts.map