unleash-server 7.2.3 → 7.4.0

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 (1324) hide show
  1. package/README.md +33 -33
  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.js +1 -1
  23. package/dist/lib/addons/slack.js.map +1 -1
  24. package/dist/lib/addons/slack.test.js +1 -1
  25. package/dist/lib/addons/slack.test.js.map +1 -1
  26. package/dist/lib/addons/teams-definition.d.ts.map +1 -1
  27. package/dist/lib/addons/teams-definition.js +3 -1
  28. package/dist/lib/addons/teams-definition.js.map +1 -1
  29. package/dist/lib/addons/teams.js +1 -1
  30. package/dist/lib/addons/teams.js.map +1 -1
  31. package/dist/lib/addons/teams.test.js +1 -1
  32. package/dist/lib/addons/teams.test.js.map +1 -1
  33. package/dist/lib/addons/webhook-definition.d.ts.map +1 -1
  34. package/dist/lib/addons/webhook-definition.js +4 -2
  35. package/dist/lib/addons/webhook-definition.js.map +1 -1
  36. package/dist/lib/addons/webhook.js +1 -1
  37. package/dist/lib/addons/webhook.js.map +1 -1
  38. package/dist/lib/addons/webhook.test.js +3 -3
  39. package/dist/lib/addons/webhook.test.js.map +1 -1
  40. package/dist/lib/app.js +2 -2
  41. package/dist/lib/app.js.map +1 -1
  42. package/dist/lib/app.test.js +2 -2
  43. package/dist/lib/app.test.js.map +1 -1
  44. package/dist/lib/create-config.d.ts.map +1 -1
  45. package/dist/lib/create-config.js +8 -0
  46. package/dist/lib/create-config.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/client-applications-store.d.ts.map +1 -1
  60. package/dist/lib/db/client-applications-store.js +32 -2
  61. package/dist/lib/db/client-applications-store.js.map +1 -1
  62. package/dist/lib/db/favorite-features-store.d.ts +1 -3
  63. package/dist/lib/db/favorite-features-store.d.ts.map +1 -1
  64. package/dist/lib/db/favorite-features-store.js +1 -3
  65. package/dist/lib/db/favorite-features-store.js.map +1 -1
  66. package/dist/lib/db/favorite-projects-store.d.ts +2 -3
  67. package/dist/lib/db/favorite-projects-store.d.ts.map +1 -1
  68. package/dist/lib/db/favorite-projects-store.js +20 -4
  69. package/dist/lib/db/favorite-projects-store.js.map +1 -1
  70. package/dist/lib/db/feature-environment-store.d.ts +1 -2
  71. package/dist/lib/db/feature-environment-store.d.ts.map +1 -1
  72. package/dist/lib/db/feature-environment-store.js +1 -2
  73. package/dist/lib/db/feature-environment-store.js.map +1 -1
  74. package/dist/lib/db/feature-type-store.d.ts +1 -2
  75. package/dist/lib/db/feature-type-store.d.ts.map +1 -1
  76. package/dist/lib/db/feature-type-store.js +1 -2
  77. package/dist/lib/db/feature-type-store.js.map +1 -1
  78. package/dist/lib/db/project-stats-store.d.ts +1 -2
  79. package/dist/lib/db/project-stats-store.d.ts.map +1 -1
  80. package/dist/lib/db/project-stats-store.js +1 -2
  81. package/dist/lib/db/project-stats-store.js.map +1 -1
  82. package/dist/lib/db/public-signup-token-store.d.ts +1 -2
  83. package/dist/lib/db/public-signup-token-store.d.ts.map +1 -1
  84. package/dist/lib/db/public-signup-token-store.js +1 -2
  85. package/dist/lib/db/public-signup-token-store.js.map +1 -1
  86. package/dist/lib/db/reset-token-store.d.ts +2 -3
  87. package/dist/lib/db/reset-token-store.d.ts.map +1 -1
  88. package/dist/lib/db/reset-token-store.js +31 -6
  89. package/dist/lib/db/reset-token-store.js.map +1 -1
  90. package/dist/lib/db/user-feedback-store.d.ts +1 -1
  91. package/dist/lib/db/user-feedback-store.d.ts.map +1 -1
  92. package/dist/lib/db/user-feedback-store.js +1 -1
  93. package/dist/lib/db/user-feedback-store.js.map +1 -1
  94. package/dist/lib/db/user-splash-store.d.ts +1 -1
  95. package/dist/lib/db/user-splash-store.d.ts.map +1 -1
  96. package/dist/lib/db/user-splash-store.js +1 -1
  97. package/dist/lib/db/user-splash-store.js.map +1 -1
  98. package/dist/lib/default-custom-auth-deny-all.js +1 -1
  99. package/dist/lib/default-custom-auth-deny-all.js.map +1 -1
  100. package/dist/lib/domain/project-health/project-health.js +1 -1
  101. package/dist/lib/domain/project-health/project-health.js.map +1 -1
  102. package/dist/lib/error/unleash-error.test.js +4 -1
  103. package/dist/lib/error/unleash-error.test.js.map +1 -1
  104. package/dist/lib/events/index.d.ts +6 -1
  105. package/dist/lib/events/index.d.ts.map +1 -1
  106. package/dist/lib/events/index.js +10 -0
  107. package/dist/lib/events/index.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 +4 -2
  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/delta-cache.test.js +1 -1
  121. package/dist/lib/features/client-feature-toggles/delta/delta-cache.test.js.map +1 -1
  122. package/dist/lib/features/client-feature-toggles/tests/client-feature-toggles.e2e.test.js +1 -1
  123. package/dist/lib/features/client-feature-toggles/tests/client-feature-toggles.e2e.test.js.map +1 -1
  124. package/dist/lib/features/context/context-field-store.d.ts +1 -3
  125. package/dist/lib/features/context/context-field-store.d.ts.map +1 -1
  126. package/dist/lib/features/context/context-field-store.js +1 -3
  127. package/dist/lib/features/context/context-field-store.js.map +1 -1
  128. package/dist/lib/features/context/context-service.d.ts +1 -3
  129. package/dist/lib/features/context/context-service.d.ts.map +1 -1
  130. package/dist/lib/features/context/context-service.js +2 -4
  131. package/dist/lib/features/context/context-service.js.map +1 -1
  132. package/dist/lib/features/context/context.d.ts +1 -2
  133. package/dist/lib/features/context/context.d.ts.map +1 -1
  134. package/dist/lib/features/context/context.js +5 -6
  135. package/dist/lib/features/context/context.js.map +1 -1
  136. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.d.ts +1 -1
  137. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.d.ts.map +1 -1
  138. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.js +1 -1
  139. package/dist/lib/features/dependent-features/fake-dependent-features-read-model.js.map +1 -1
  140. package/dist/lib/features/environments/environments-controller.d.ts +1 -2
  141. package/dist/lib/features/environments/environments-controller.d.ts.map +1 -1
  142. package/dist/lib/features/environments/environments-controller.js +2 -3
  143. package/dist/lib/features/environments/environments-controller.js.map +1 -1
  144. package/dist/lib/features/events/event-created-by-migration.test.js +3 -3
  145. package/dist/lib/features/events/event-created-by-migration.test.js.map +1 -1
  146. package/dist/lib/features/events/event-search-controller.js +1 -1
  147. package/dist/lib/features/events/event-search-controller.js.map +1 -1
  148. package/dist/lib/features/events/event-service.test.js.map +1 -1
  149. package/dist/lib/features/events/event-store.d.ts.map +1 -1
  150. package/dist/lib/features/events/event-store.js +8 -6
  151. package/dist/lib/features/events/event-store.js.map +1 -1
  152. package/dist/lib/features/export-import-toggles/export-import-api-usage.test.js +1 -1
  153. package/dist/lib/features/export-import-toggles/export-import-api-usage.test.js.map +1 -1
  154. package/dist/lib/features/export-import-toggles/export-import-controller.d.ts +0 -1
  155. package/dist/lib/features/export-import-toggles/export-import-controller.d.ts.map +1 -1
  156. package/dist/lib/features/export-import-toggles/export-import-controller.js +5 -6
  157. package/dist/lib/features/export-import-toggles/export-import-controller.js.map +1 -1
  158. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.d.ts +1 -1
  159. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.d.ts.map +1 -1
  160. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.js +1 -1
  161. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-read-model.js.map +1 -1
  162. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-store.js +1 -1
  163. package/dist/lib/features/feature-lifecycle/fake-feature-lifecycle-store.js.map +1 -1
  164. package/dist/lib/features/feature-lifecycle/feature-lifecycle-store.d.ts.map +1 -1
  165. package/dist/lib/features/feature-lifecycle/feature-lifecycle-store.js +3 -2
  166. package/dist/lib/features/feature-lifecycle/feature-lifecycle-store.js.map +1 -1
  167. package/dist/lib/features/feature-lifecycle/feature-lifecycle.e2e.test.js +4 -1
  168. package/dist/lib/features/feature-lifecycle/feature-lifecycle.e2e.test.js.map +1 -1
  169. package/dist/lib/features/feature-links/fake-feature-links-read-model.d.ts +1 -1
  170. package/dist/lib/features/feature-links/fake-feature-links-read-model.d.ts.map +1 -1
  171. package/dist/lib/features/feature-links/fake-feature-links-read-model.js +1 -1
  172. package/dist/lib/features/feature-links/fake-feature-links-read-model.js.map +1 -1
  173. package/dist/lib/features/feature-links/feature-link-service.js +2 -2
  174. package/dist/lib/features/feature-links/feature-link-service.js.map +1 -1
  175. package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js +10 -2
  176. package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js.map +1 -1
  177. package/dist/lib/features/feature-search/fake-feature-search-store.d.ts +1 -1
  178. package/dist/lib/features/feature-search/fake-feature-search-store.d.ts.map +1 -1
  179. package/dist/lib/features/feature-search/fake-feature-search-store.js +1 -1
  180. package/dist/lib/features/feature-search/fake-feature-search-store.js.map +1 -1
  181. package/dist/lib/features/feature-search/feature-search-service.d.ts +1 -2
  182. package/dist/lib/features/feature-search/feature-search-service.d.ts.map +1 -1
  183. package/dist/lib/features/feature-search/feature-search-service.js +1 -2
  184. package/dist/lib/features/feature-search/feature-search-service.js.map +1 -1
  185. package/dist/lib/features/feature-search/feature-search-store.d.ts +1 -3
  186. package/dist/lib/features/feature-search/feature-search-store.d.ts.map +1 -1
  187. package/dist/lib/features/feature-search/feature-search-store.js +1 -3
  188. package/dist/lib/features/feature-search/feature-search-store.js.map +1 -1
  189. package/dist/lib/features/feature-search/feature.search.e2e.test.js +1 -1
  190. package/dist/lib/features/feature-search/feature.search.e2e.test.js.map +1 -1
  191. package/dist/lib/features/feature-toggle/archive-feature-toggle-controller.js +1 -1
  192. package/dist/lib/features/feature-toggle/archive-feature-toggle-controller.js.map +1 -1
  193. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts +3 -4
  194. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts.map +1 -1
  195. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.js +2 -3
  196. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.js.map +1 -1
  197. package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts.map +1 -1
  198. package/dist/lib/features/feature-toggle/createFeatureToggleService.js +1 -12
  199. package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
  200. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.d.ts +1 -1
  201. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.d.ts.map +1 -1
  202. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.js +1 -1
  203. package/dist/lib/features/feature-toggle/fake-feature-collaborators-read-model.js.map +1 -1
  204. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts +5 -5
  205. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts.map +1 -1
  206. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js +6 -6
  207. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js.map +1 -1
  208. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.d.ts +8 -8
  209. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.d.ts.map +1 -1
  210. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.js +10 -12
  211. package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.js.map +1 -1
  212. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts +1 -1
  213. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts.map +1 -1
  214. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js +1 -1
  215. package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js.map +1 -1
  216. package/dist/lib/features/feature-toggle/feature-toggle-controller.d.ts.map +1 -1
  217. package/dist/lib/features/feature-toggle/feature-toggle-controller.js +4 -3
  218. package/dist/lib/features/feature-toggle/feature-toggle-controller.js.map +1 -1
  219. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +3 -10
  220. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  221. package/dist/lib/features/feature-toggle/feature-toggle-service.js +10 -26
  222. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  223. package/dist/lib/features/feature-toggle/feature-toggle-store.d.ts.map +1 -1
  224. package/dist/lib/features/feature-toggle/feature-toggle-store.js +7 -3
  225. package/dist/lib/features/feature-toggle/feature-toggle-store.js.map +1 -1
  226. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts +1 -3
  227. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  228. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +1 -3
  229. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  230. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.d.ts +0 -1
  231. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.d.ts.map +1 -1
  232. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.js +0 -1
  233. package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.js.map +1 -1
  234. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.e2e.test.js +1 -1
  235. package/dist/lib/features/feature-toggle/tests/feature-toggle-service.e2e.test.js.map +1 -1
  236. package/dist/lib/features/feature-toggle/tests/feature-toggle-store.e2e.test.js +1 -1
  237. package/dist/lib/features/feature-toggle/tests/feature-toggle-store.e2e.test.js.map +1 -1
  238. package/dist/lib/features/feature-toggle/tests/feature-toggle-strategies-store.e2e.test.js +2 -2
  239. package/dist/lib/features/feature-toggle/tests/feature-toggle-strategies-store.e2e.test.js.map +1 -1
  240. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +3 -3
  241. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
  242. package/dist/lib/features/frontend-api/frontend-api-controller.js +2 -2
  243. package/dist/lib/features/frontend-api/frontend-api-controller.js.map +1 -1
  244. package/dist/lib/features/frontend-api/frontend-api-repository.d.ts +1 -3
  245. package/dist/lib/features/frontend-api/frontend-api-repository.d.ts.map +1 -1
  246. package/dist/lib/features/frontend-api/frontend-api-repository.js +6 -6
  247. package/dist/lib/features/frontend-api/frontend-api-repository.js.map +1 -1
  248. package/dist/lib/features/frontend-api/frontend-api-service.d.ts.map +1 -1
  249. package/dist/lib/features/frontend-api/frontend-api-service.js +3 -1
  250. package/dist/lib/features/frontend-api/frontend-api-service.js.map +1 -1
  251. package/dist/lib/features/frontend-api/frontend-api-service.test.js +2 -2
  252. package/dist/lib/features/frontend-api/frontend-api.concurrency.e2e.test.js +1 -1
  253. package/dist/lib/features/frontend-api/frontend-api.concurrency.e2e.test.js.map +1 -1
  254. package/dist/lib/features/frontend-api/global-frontend-api-cache.d.ts +0 -2
  255. package/dist/lib/features/frontend-api/global-frontend-api-cache.d.ts.map +1 -1
  256. package/dist/lib/features/frontend-api/global-frontend-api-cache.js +0 -7
  257. package/dist/lib/features/frontend-api/global-frontend-api-cache.js.map +1 -1
  258. package/dist/lib/features/frontend-api/proxy-repository.js +1 -1
  259. package/dist/lib/features/frontend-api/proxy-repository.js.map +1 -1
  260. package/dist/lib/features/instance-stats/createInstanceStatsService.d.ts.map +1 -1
  261. package/dist/lib/features/instance-stats/createInstanceStatsService.js +8 -2
  262. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  263. package/dist/lib/features/instance-stats/getEdgeInstances.d.ts +6 -0
  264. package/dist/lib/features/instance-stats/getEdgeInstances.d.ts.map +1 -0
  265. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.d.ts +2 -0
  266. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.d.ts.map +1 -0
  267. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js +146 -0
  268. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js.map +1 -0
  269. package/dist/lib/features/instance-stats/getEdgeInstances.js +48 -0
  270. package/dist/lib/features/instance-stats/getEdgeInstances.js.map +1 -0
  271. package/dist/lib/features/instance-stats/getProductionChanges.e2e.test.js +2 -2
  272. package/dist/lib/features/instance-stats/getProductionChanges.e2e.test.js.map +1 -1
  273. package/dist/lib/features/instance-stats/getReadOnlyUsers.d.ts +5 -0
  274. package/dist/lib/features/instance-stats/getReadOnlyUsers.d.ts.map +1 -0
  275. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.d.ts +2 -0
  276. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.d.ts.map +1 -0
  277. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.js +36 -0
  278. package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.js.map +1 -0
  279. package/dist/lib/features/instance-stats/getReadOnlyUsers.js +24 -0
  280. package/dist/lib/features/instance-stats/getReadOnlyUsers.js.map +1 -0
  281. package/dist/lib/features/instance-stats/instance-stats-service.d.ts +6 -2
  282. package/dist/lib/features/instance-stats/instance-stats-service.d.ts.map +1 -1
  283. package/dist/lib/features/instance-stats/instance-stats-service.js +9 -4
  284. package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -1
  285. package/dist/lib/features/instance-stats/instance-stats-service.test.js +9 -6
  286. package/dist/lib/features/instance-stats/instance-stats-service.test.js.map +1 -1
  287. package/dist/lib/features/integration-events/integration-events-service.d.ts +1 -3
  288. package/dist/lib/features/integration-events/integration-events-service.d.ts.map +1 -1
  289. package/dist/lib/features/integration-events/integration-events-service.js +1 -3
  290. package/dist/lib/features/integration-events/integration-events-service.js.map +1 -1
  291. package/dist/lib/features/maintenance/maintenance-controller.d.ts +1 -1
  292. package/dist/lib/features/maintenance/maintenance-controller.d.ts.map +1 -1
  293. package/dist/lib/features/maintenance/maintenance-controller.js +1 -1
  294. package/dist/lib/features/maintenance/maintenance-controller.js.map +1 -1
  295. package/dist/lib/features/maintenance/maintenance-service.js +1 -1
  296. package/dist/lib/features/maintenance/maintenance-service.js.map +1 -1
  297. package/dist/lib/features/metrics/client-metrics/client-metrics-service.e2e.test.js +10 -10
  298. package/dist/lib/features/metrics/client-metrics/client-metrics-service.e2e.test.js.map +1 -1
  299. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.d.ts +1 -3
  300. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.d.ts.map +1 -1
  301. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.js +2 -4
  302. package/dist/lib/features/metrics/client-metrics/client-metrics-store-v2.js.map +1 -1
  303. package/dist/lib/features/metrics/client-metrics/client-metrics.d.ts +0 -1
  304. package/dist/lib/features/metrics/client-metrics/client-metrics.d.ts.map +1 -1
  305. package/dist/lib/features/metrics/client-metrics/client-metrics.js +0 -1
  306. package/dist/lib/features/metrics/client-metrics/client-metrics.js.map +1 -1
  307. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.d.ts +10 -10
  308. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.d.ts.map +1 -1
  309. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.js +13 -11
  310. package/dist/lib/features/metrics/client-metrics/fake-client-metrics-store-v2.js.map +1 -1
  311. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.d.ts +1 -1
  312. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.d.ts.map +1 -1
  313. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js +3 -3
  314. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js.map +1 -1
  315. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.test.js +2 -2
  316. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.test.js.map +1 -1
  317. package/dist/lib/features/metrics/custom/custom-metrics-controller.d.ts +2 -2
  318. package/dist/lib/features/metrics/custom/custom-metrics-controller.d.ts.map +1 -1
  319. package/dist/lib/features/metrics/custom/custom-metrics-controller.js +2 -2
  320. package/dist/lib/features/metrics/custom/custom-metrics-controller.js.map +1 -1
  321. package/dist/lib/features/metrics/impact/metrics-translator.js +3 -1
  322. package/dist/lib/features/metrics/impact/metrics-translator.js.map +1 -1
  323. package/dist/lib/features/metrics/instance/instance-service.d.ts.map +1 -1
  324. package/dist/lib/features/metrics/instance/instance-service.js +1 -0
  325. package/dist/lib/features/metrics/instance/instance-service.js.map +1 -1
  326. package/dist/lib/features/metrics/instance/instance-service.test.js +2 -2
  327. package/dist/lib/features/metrics/instance/instance-service.test.js.map +1 -1
  328. package/dist/lib/features/metrics/instance/metrics.d.ts +1 -0
  329. package/dist/lib/features/metrics/instance/metrics.d.ts.map +1 -1
  330. package/dist/lib/features/metrics/instance/metrics.js +22 -6
  331. package/dist/lib/features/metrics/instance/metrics.js.map +1 -1
  332. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.d.ts +1 -1
  333. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.d.ts.map +1 -1
  334. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.js +1 -1
  335. package/dist/lib/features/metrics/last-seen/fake-last-seen-read-model.js.map +1 -1
  336. package/dist/lib/features/metrics/shared/schema.test.js +0 -1
  337. package/dist/lib/features/metrics/shared/schema.test.js.map +1 -1
  338. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.d.ts +2 -2
  339. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.d.ts.map +1 -1
  340. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.js +2 -2
  341. package/dist/lib/features/metrics/sizes/fake-largest-resources-read-model.js.map +1 -1
  342. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.d.ts +1 -2
  343. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.d.ts.map +1 -1
  344. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.js +1 -2
  345. package/dist/lib/features/metrics/unknown-flags/unknown-flags-service.js.map +1 -1
  346. package/dist/lib/features/onboarding/fake-onboarding-store.d.ts +2 -2
  347. package/dist/lib/features/onboarding/fake-onboarding-store.d.ts.map +1 -1
  348. package/dist/lib/features/onboarding/fake-onboarding-store.js +2 -2
  349. package/dist/lib/features/onboarding/fake-onboarding-store.js.map +1 -1
  350. package/dist/lib/features/onboarding/onboarding-service.d.ts +1 -3
  351. package/dist/lib/features/onboarding/onboarding-service.d.ts.map +1 -1
  352. package/dist/lib/features/onboarding/onboarding-service.js +2 -4
  353. package/dist/lib/features/onboarding/onboarding-service.js.map +1 -1
  354. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.d.ts +3 -3
  355. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.d.ts.map +1 -1
  356. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.js +3 -3
  357. package/dist/lib/features/personal-dashboard/fake-personal-dashboard-read-model.js.map +1 -1
  358. package/dist/lib/features/playground/feature-evaluator/constraint.js +1 -1
  359. package/dist/lib/features/playground/feature-evaluator/constraint.js.map +1 -1
  360. package/dist/lib/features/playground/feature-evaluator/repository/index.js +1 -1
  361. package/dist/lib/features/playground/feature-evaluator/repository/index.js.map +1 -1
  362. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.d.ts +1 -1
  363. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.d.ts.map +1 -1
  364. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.js +1 -1
  365. package/dist/lib/features/playground/feature-evaluator/strategy/gradual-rollout-random.js.map +1 -1
  366. package/dist/lib/features/playground/feature-evaluator/strategy/remote-address-strategy.js +1 -1
  367. package/dist/lib/features/playground/feature-evaluator/strategy/remote-address-strategy.js.map +1 -1
  368. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.d.ts +1 -1
  369. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.d.ts.map +1 -1
  370. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js +1 -1
  371. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js.map +1 -1
  372. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.d.ts +1 -1
  373. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.d.ts.map +1 -1
  374. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.js +1 -1
  375. package/dist/lib/features/playground/feature-evaluator/strategy/unknown-strategy.js.map +1 -1
  376. package/dist/lib/features/playground/offline-unleash-client.test.js +6 -2
  377. package/dist/lib/features/playground/offline-unleash-client.test.js.map +1 -1
  378. package/dist/lib/features/playground/playground-service.d.ts.map +1 -1
  379. package/dist/lib/features/playground/playground-service.js +3 -2
  380. package/dist/lib/features/playground/playground-service.js.map +1 -1
  381. package/dist/lib/features/playground/playground.test.js +1 -1
  382. package/dist/lib/features/playground/playground.test.js.map +1 -1
  383. package/dist/lib/features/private-project/fakePrivateProjectChecker.d.ts +3 -3
  384. package/dist/lib/features/private-project/fakePrivateProjectChecker.d.ts.map +1 -1
  385. package/dist/lib/features/private-project/fakePrivateProjectChecker.js +3 -3
  386. package/dist/lib/features/private-project/fakePrivateProjectChecker.js.map +1 -1
  387. package/dist/lib/features/private-project/privateProjectStore.d.ts +1 -2
  388. package/dist/lib/features/private-project/privateProjectStore.d.ts.map +1 -1
  389. package/dist/lib/features/private-project/privateProjectStore.js +1 -2
  390. package/dist/lib/features/private-project/privateProjectStore.js.map +1 -1
  391. package/dist/lib/features/project/fake-project-flag-creators-read-model.d.ts +1 -1
  392. package/dist/lib/features/project/fake-project-flag-creators-read-model.d.ts.map +1 -1
  393. package/dist/lib/features/project/fake-project-flag-creators-read-model.js +1 -1
  394. package/dist/lib/features/project/fake-project-flag-creators-read-model.js.map +1 -1
  395. package/dist/lib/features/project/project-controller.d.ts +1 -1
  396. package/dist/lib/features/project/project-controller.d.ts.map +1 -1
  397. package/dist/lib/features/project/project-controller.js +1 -1
  398. package/dist/lib/features/project/project-controller.js.map +1 -1
  399. package/dist/lib/features/project/project-read-model.d.ts +1 -2
  400. package/dist/lib/features/project/project-read-model.d.ts.map +1 -1
  401. package/dist/lib/features/project/project-read-model.js +1 -2
  402. package/dist/lib/features/project/project-read-model.js.map +1 -1
  403. package/dist/lib/features/project/project-service.e2e.test.js +10 -3
  404. package/dist/lib/features/project/project-service.e2e.test.js.map +1 -1
  405. package/dist/lib/features/project/project-store.d.ts +2 -3
  406. package/dist/lib/features/project/project-store.d.ts.map +1 -1
  407. package/dist/lib/features/project/project-store.js +43 -3
  408. package/dist/lib/features/project/project-store.js.map +1 -1
  409. package/dist/lib/features/project/projects.e2e.test.js +1 -1
  410. package/dist/lib/features/project/projects.e2e.test.js.map +1 -1
  411. package/dist/lib/features/project-environments/environment-service.d.ts +1 -0
  412. package/dist/lib/features/project-environments/environment-service.d.ts.map +1 -1
  413. package/dist/lib/features/project-environments/environment-service.js +4 -1
  414. package/dist/lib/features/project-environments/environment-service.js.map +1 -1
  415. package/dist/lib/features/project-environments/fake-environment-store.d.ts +3 -3
  416. package/dist/lib/features/project-environments/fake-environment-store.d.ts.map +1 -1
  417. package/dist/lib/features/project-environments/fake-environment-store.js +5 -5
  418. package/dist/lib/features/project-environments/fake-environment-store.js.map +1 -1
  419. package/dist/lib/features/project-insights/project-insights-service.e2e.test.js +1 -1
  420. package/dist/lib/features/project-insights/project-insights-service.e2e.test.js.map +1 -1
  421. package/dist/lib/features/project-status/projects-status.e2e.test.js +1 -1
  422. package/dist/lib/features/project-status/projects-status.e2e.test.js.map +1 -1
  423. package/dist/lib/features/scheduler/job-service.js +1 -1
  424. package/dist/lib/features/scheduler/job-service.js.map +1 -1
  425. package/dist/lib/features/scheduler/job-service.test.js +1 -1
  426. package/dist/lib/features/scheduler/job-service.test.js.map +1 -1
  427. package/dist/lib/features/scheduler/job-store.d.ts +0 -1
  428. package/dist/lib/features/scheduler/job-store.d.ts.map +1 -1
  429. package/dist/lib/features/scheduler/job-store.js +0 -1
  430. package/dist/lib/features/scheduler/job-store.js.map +1 -1
  431. package/dist/lib/features/scheduler/schedule-services.js +1 -1
  432. package/dist/lib/features/scheduler/schedule-services.js.map +1 -1
  433. package/dist/lib/features/segment/admin-segment.e2e.test.js +7 -25
  434. package/dist/lib/features/segment/admin-segment.e2e.test.js.map +1 -1
  435. package/dist/lib/features/segment/fake-segment-read-model.d.ts +2 -2
  436. package/dist/lib/features/segment/fake-segment-read-model.d.ts.map +1 -1
  437. package/dist/lib/features/segment/fake-segment-read-model.js +2 -2
  438. package/dist/lib/features/segment/fake-segment-read-model.js.map +1 -1
  439. package/dist/lib/features/segment/segment-controller.d.ts +1 -2
  440. package/dist/lib/features/segment/segment-controller.d.ts.map +1 -1
  441. package/dist/lib/features/segment/segment-controller.js +1 -2
  442. package/dist/lib/features/segment/segment-controller.js.map +1 -1
  443. package/dist/lib/features/segment/segment-service.d.ts +0 -1
  444. package/dist/lib/features/segment/segment-service.d.ts.map +1 -1
  445. package/dist/lib/features/segment/segment-service.js +0 -1
  446. package/dist/lib/features/segment/segment-service.js.map +1 -1
  447. package/dist/lib/features/tag-type/fake-tag-type-store.d.ts.map +1 -1
  448. package/dist/lib/features/tag-type/fake-tag-type-store.js +3 -1
  449. package/dist/lib/features/tag-type/fake-tag-type-store.js.map +1 -1
  450. package/dist/lib/features/tag-type/tag-type.d.ts +1 -2
  451. package/dist/lib/features/tag-type/tag-type.d.ts.map +1 -1
  452. package/dist/lib/features/tag-type/tag-type.js +1 -2
  453. package/dist/lib/features/tag-type/tag-type.js.map +1 -1
  454. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.d.ts +4 -4
  455. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.d.ts.map +1 -1
  456. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.js +4 -4
  457. package/dist/lib/features/traffic-data-usage/fake-traffic-data-usage-store.js.map +1 -1
  458. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.d.ts +1 -2
  459. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.d.ts.map +1 -1
  460. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.js +3 -4
  461. package/dist/lib/features/traffic-data-usage/traffic-data-usage-store.js.map +1 -1
  462. package/dist/lib/features/ui-observability-controller/ui-observability-controller.js +1 -1
  463. package/dist/lib/features/ui-observability-controller/ui-observability-controller.js.map +1 -1
  464. package/dist/lib/features/unique-connection/unique-connection-service.d.ts +0 -1
  465. package/dist/lib/features/unique-connection/unique-connection-service.d.ts.map +1 -1
  466. package/dist/lib/features/unique-connection/unique-connection-service.js +0 -1
  467. package/dist/lib/features/unique-connection/unique-connection-service.js.map +1 -1
  468. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.d.ts +2 -2
  469. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.d.ts.map +1 -1
  470. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.js +2 -2
  471. package/dist/lib/features/user-subscriptions/fake-user-subscriptions-read-model.js.map +1 -1
  472. package/dist/lib/features/user-subscriptions/user-subscriptions-read-model.test.js +1 -1
  473. package/dist/lib/features/user-subscriptions/user-subscriptions-read-model.test.js.map +1 -1
  474. package/dist/lib/features/user-subscriptions/user-subscriptions-service.d.ts +1 -2
  475. package/dist/lib/features/user-subscriptions/user-subscriptions-service.d.ts.map +1 -1
  476. package/dist/lib/features/user-subscriptions/user-subscriptions-service.js +1 -2
  477. package/dist/lib/features/user-subscriptions/user-subscriptions-service.js.map +1 -1
  478. package/dist/lib/features/users/user-store.d.ts +1 -2
  479. package/dist/lib/features/users/user-store.d.ts.map +1 -1
  480. package/dist/lib/features/users/user-store.js +1 -2
  481. package/dist/lib/features/users/user-store.js.map +1 -1
  482. package/dist/lib/features/users/user-updates-read-model.d.ts +1 -2
  483. package/dist/lib/features/users/user-updates-read-model.d.ts.map +1 -1
  484. package/dist/lib/features/users/user-updates-read-model.js +1 -2
  485. package/dist/lib/features/users/user-updates-read-model.js.map +1 -1
  486. package/dist/lib/logger.test.js +2 -2
  487. package/dist/lib/logger.test.js.map +1 -1
  488. package/dist/lib/metrics.d.ts.map +1 -1
  489. package/dist/lib/metrics.js +8 -2
  490. package/dist/lib/metrics.js.map +1 -1
  491. package/dist/lib/metrics.test.js +14 -8
  492. package/dist/lib/metrics.test.js.map +1 -1
  493. package/dist/lib/middleware/api-token-middleware.js +1 -1
  494. package/dist/lib/middleware/api-token-middleware.js.map +1 -1
  495. package/dist/lib/middleware/api-token-middleware.test.js +4 -1
  496. package/dist/lib/middleware/api-token-middleware.test.js.map +1 -1
  497. package/dist/lib/middleware/audit-middleware.js +1 -1
  498. package/dist/lib/middleware/audit-middleware.js.map +1 -1
  499. package/dist/lib/middleware/catch-all-error-handler.js +1 -1
  500. package/dist/lib/middleware/catch-all-error-handler.js.map +1 -1
  501. package/dist/lib/middleware/content_type_checker.test.js +3 -6
  502. package/dist/lib/middleware/content_type_checker.test.js.map +1 -1
  503. package/dist/lib/middleware/cors-origin-middleware.js +1 -1
  504. package/dist/lib/middleware/cors-origin-middleware.js.map +1 -1
  505. package/dist/lib/middleware/demo-authentication.js +3 -3
  506. package/dist/lib/middleware/demo-authentication.js.map +1 -1
  507. package/dist/lib/middleware/no-authentication.js +3 -3
  508. package/dist/lib/middleware/no-authentication.js.map +1 -1
  509. package/dist/lib/middleware/origin-middleware.d.ts +1 -1
  510. package/dist/lib/middleware/origin-middleware.d.ts.map +1 -1
  511. package/dist/lib/middleware/origin-middleware.js +2 -9
  512. package/dist/lib/middleware/origin-middleware.js.map +1 -1
  513. package/dist/lib/middleware/origin-middleware.test.js +0 -16
  514. package/dist/lib/middleware/origin-middleware.test.js.map +1 -1
  515. package/dist/lib/middleware/oss-authentication.test.js +2 -2
  516. package/dist/lib/middleware/oss-authentication.test.js.map +1 -1
  517. package/dist/lib/middleware/pat-middleware.js +1 -1
  518. package/dist/lib/middleware/pat-middleware.js.map +1 -1
  519. package/dist/lib/middleware/rbac-middleware.js +1 -1
  520. package/dist/lib/middleware/rbac-middleware.js.map +1 -1
  521. package/dist/lib/middleware/rbac-middleware.test.js +7 -3
  522. package/dist/lib/middleware/rbac-middleware.test.js.map +1 -1
  523. package/dist/lib/middleware/response-time-metrics.js +1 -1
  524. package/dist/lib/middleware/response-time-metrics.js.map +1 -1
  525. package/dist/lib/middleware/response-time-metrics.test.js +4 -1
  526. package/dist/lib/middleware/response-time-metrics.test.js.map +1 -1
  527. package/dist/lib/middleware/secure-headers.js +1 -1
  528. package/dist/lib/middleware/secure-headers.js.map +1 -1
  529. package/dist/lib/openapi/meta-schema-rules.test.js +1 -1
  530. package/dist/lib/openapi/meta-schema-rules.test.js.map +1 -1
  531. package/dist/lib/openapi/spec/addon-create-update-schema.d.ts +2 -2
  532. package/dist/lib/openapi/spec/addon-create-update-schema.js +6 -6
  533. package/dist/lib/openapi/spec/addon-create-update-schema.js.map +1 -1
  534. package/dist/lib/openapi/spec/addon-parameter-schema.js +1 -1
  535. package/dist/lib/openapi/spec/addon-parameter-schema.js.map +1 -1
  536. package/dist/lib/openapi/spec/addon-schema.d.ts +1 -1
  537. package/dist/lib/openapi/spec/addon-schema.js +1 -1
  538. package/dist/lib/openapi/spec/addon-schema.js.map +1 -1
  539. package/dist/lib/openapi/spec/addon-type-schema.d.ts +2 -2
  540. package/dist/lib/openapi/spec/addon-type-schema.js +2 -2
  541. package/dist/lib/openapi/spec/addon-type-schema.js.map +1 -1
  542. package/dist/lib/openapi/spec/addons-schema.d.ts +5 -5
  543. package/dist/lib/openapi/spec/addons-schema.js +2 -2
  544. package/dist/lib/openapi/spec/addons-schema.js.map +1 -1
  545. package/dist/lib/openapi/spec/admin-segment-schema.d.ts +6 -4
  546. package/dist/lib/openapi/spec/admin-segment-schema.d.ts.map +1 -1
  547. package/dist/lib/openapi/spec/admin-segment-schema.js +1 -1
  548. package/dist/lib/openapi/spec/admin-segment-schema.js.map +1 -1
  549. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +14 -14
  550. package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +28 -28
  551. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +61 -59
  552. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts.map +1 -1
  553. package/dist/lib/openapi/spec/api-token-schema.d.ts +1 -1
  554. package/dist/lib/openapi/spec/api-token-schema.js +1 -1
  555. package/dist/lib/openapi/spec/api-token-schema.js.map +1 -1
  556. package/dist/lib/openapi/spec/api-token-schema.test.js +5 -1
  557. package/dist/lib/openapi/spec/api-token-schema.test.js.map +1 -1
  558. package/dist/lib/openapi/spec/api-tokens-schema.d.ts +2 -2
  559. package/dist/lib/openapi/spec/api-tokens-schema.js +1 -1
  560. package/dist/lib/openapi/spec/api-tokens-schema.js.map +1 -1
  561. package/dist/lib/openapi/spec/application-schema.d.ts +1 -1
  562. package/dist/lib/openapi/spec/application-schema.js +1 -1
  563. package/dist/lib/openapi/spec/application-schema.js.map +1 -1
  564. package/dist/lib/openapi/spec/applications-schema.d.ts +1 -1
  565. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts +2 -2
  566. package/dist/lib/openapi/spec/bulk-registration-schema.d.ts +2 -2
  567. package/dist/lib/openapi/spec/bulk-registration-schema.js +2 -2
  568. package/dist/lib/openapi/spec/bulk-registration-schema.js.map +1 -1
  569. package/dist/lib/openapi/spec/client-feature-schema.d.ts +20 -18
  570. package/dist/lib/openapi/spec/client-feature-schema.d.ts.map +1 -1
  571. package/dist/lib/openapi/spec/client-feature-schema.js +3 -3
  572. package/dist/lib/openapi/spec/client-feature-schema.js.map +1 -1
  573. package/dist/lib/openapi/spec/client-features-delta-schema.d.ts +37 -35
  574. package/dist/lib/openapi/spec/client-features-delta-schema.d.ts.map +1 -1
  575. package/dist/lib/openapi/spec/client-features-schema.d.ts +38 -36
  576. package/dist/lib/openapi/spec/client-features-schema.d.ts.map +1 -1
  577. package/dist/lib/openapi/spec/client-features-schema.js +1 -1
  578. package/dist/lib/openapi/spec/client-features-schema.js.map +1 -1
  579. package/dist/lib/openapi/spec/client-metrics-schema.d.ts +1 -1
  580. package/dist/lib/openapi/spec/client-metrics-schema.js +1 -1
  581. package/dist/lib/openapi/spec/client-metrics-schema.js.map +1 -1
  582. package/dist/lib/openapi/spec/client-segment-schema.d.ts +5 -3
  583. package/dist/lib/openapi/spec/client-segment-schema.d.ts.map +1 -1
  584. package/dist/lib/openapi/spec/clone-feature-schema.d.ts +1 -1
  585. package/dist/lib/openapi/spec/clone-feature-schema.js +1 -1
  586. package/dist/lib/openapi/spec/clone-feature-schema.js.map +1 -1
  587. package/dist/lib/openapi/spec/constraint-schema.d.ts +7 -5
  588. package/dist/lib/openapi/spec/constraint-schema.d.ts.map +1 -1
  589. package/dist/lib/openapi/spec/constraint-schema.js +2 -2
  590. package/dist/lib/openapi/spec/constraint-schema.js.map +1 -1
  591. package/dist/lib/openapi/spec/constraint-schema.test.js +2 -0
  592. package/dist/lib/openapi/spec/constraint-schema.test.js.map +1 -1
  593. package/dist/lib/openapi/spec/context-field-schema.d.ts +2 -2
  594. package/dist/lib/openapi/spec/context-field-schema.js +2 -2
  595. package/dist/lib/openapi/spec/context-field-schema.js.map +1 -1
  596. package/dist/lib/openapi/spec/context-fields-schema.d.ts +2 -2
  597. package/dist/lib/openapi/spec/create-api-token-schema.d.ts +2 -2
  598. package/dist/lib/openapi/spec/create-api-token-schema.js +1 -1
  599. package/dist/lib/openapi/spec/create-api-token-schema.js.map +1 -1
  600. package/dist/lib/openapi/spec/create-application-schema.d.ts +1 -1
  601. package/dist/lib/openapi/spec/create-application-schema.js +1 -1
  602. package/dist/lib/openapi/spec/create-application-schema.js.map +1 -1
  603. package/dist/lib/openapi/spec/create-context-field-schema.d.ts +1 -1
  604. package/dist/lib/openapi/spec/create-feature-schema.d.ts +3 -3
  605. package/dist/lib/openapi/spec/create-feature-schema.js +1 -1
  606. package/dist/lib/openapi/spec/create-feature-schema.js.map +1 -1
  607. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +9 -7
  608. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts.map +1 -1
  609. package/dist/lib/openapi/spec/create-feature-strategy-schema.js +1 -1
  610. package/dist/lib/openapi/spec/create-feature-strategy-schema.js.map +1 -1
  611. package/dist/lib/openapi/spec/create-pat-schema.d.ts +1 -1
  612. package/dist/lib/openapi/spec/create-pat-schema.js +1 -1
  613. package/dist/lib/openapi/spec/create-pat-schema.js.map +1 -1
  614. package/dist/lib/openapi/spec/create-strategy-schema.d.ts +2 -2
  615. package/dist/lib/openapi/spec/create-strategy-schema.js +2 -2
  616. package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -1
  617. package/dist/lib/openapi/spec/create-strategy-variant-schema.d.ts +3 -3
  618. package/dist/lib/openapi/spec/create-strategy-variant-schema.js +3 -3
  619. package/dist/lib/openapi/spec/create-strategy-variant-schema.js.map +1 -1
  620. package/dist/lib/openapi/spec/create-tag-schema.d.ts +2 -2
  621. package/dist/lib/openapi/spec/create-tag-schema.js +1 -1
  622. package/dist/lib/openapi/spec/create-tag-schema.js.map +1 -1
  623. package/dist/lib/openapi/spec/create-user-response-schema.d.ts +1 -1
  624. package/dist/lib/openapi/spec/create-user-response-schema.js +1 -1
  625. package/dist/lib/openapi/spec/create-user-response-schema.js.map +1 -1
  626. package/dist/lib/openapi/spec/edge-token-schema.d.ts +3 -3
  627. package/dist/lib/openapi/spec/edge-token-schema.js +3 -3
  628. package/dist/lib/openapi/spec/edge-token-schema.js.map +1 -1
  629. package/dist/lib/openapi/spec/environment-project-schema.d.ts +15 -13
  630. package/dist/lib/openapi/spec/environment-project-schema.d.ts.map +1 -1
  631. package/dist/lib/openapi/spec/environment-project-schema.js +1 -1
  632. package/dist/lib/openapi/spec/environment-project-schema.js.map +1 -1
  633. package/dist/lib/openapi/spec/environment-schema.d.ts +1 -1
  634. package/dist/lib/openapi/spec/environment-schema.js +1 -1
  635. package/dist/lib/openapi/spec/environment-schema.js.map +1 -1
  636. package/dist/lib/openapi/spec/environments-project-schema.d.ts +26 -24
  637. package/dist/lib/openapi/spec/environments-project-schema.d.ts.map +1 -1
  638. package/dist/lib/openapi/spec/environments-schema.d.ts +1 -1
  639. package/dist/lib/openapi/spec/event-schema.d.ts +7 -7
  640. package/dist/lib/openapi/spec/event-schema.js +1 -1
  641. package/dist/lib/openapi/spec/event-schema.js.map +1 -1
  642. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +9 -9
  643. package/dist/lib/openapi/spec/events-schema.d.ts +9 -9
  644. package/dist/lib/openapi/spec/export-query-schema.d.ts +1 -1
  645. package/dist/lib/openapi/spec/export-query-schema.js +1 -1
  646. package/dist/lib/openapi/spec/export-query-schema.js.map +1 -1
  647. package/dist/lib/openapi/spec/export-result-schema.d.ts +1986 -529
  648. package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
  649. package/dist/lib/openapi/spec/export-result-schema.js +6 -0
  650. package/dist/lib/openapi/spec/export-result-schema.js.map +1 -1
  651. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +372 -107
  652. package/dist/lib/openapi/spec/feature-environment-schema.d.ts.map +1 -1
  653. package/dist/lib/openapi/spec/feature-environment-schema.js +12 -0
  654. package/dist/lib/openapi/spec/feature-environment-schema.js.map +1 -1
  655. package/dist/lib/openapi/spec/feature-events-schema.d.ts +9 -9
  656. package/dist/lib/openapi/spec/feature-schema.d.ts +950 -215
  657. package/dist/lib/openapi/spec/feature-schema.d.ts.map +1 -1
  658. package/dist/lib/openapi/spec/feature-schema.js +17 -0
  659. package/dist/lib/openapi/spec/feature-schema.js.map +1 -1
  660. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +729 -213
  661. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts.map +1 -1
  662. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +745 -229
  663. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts.map +1 -1
  664. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +9 -7
  665. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts.map +1 -1
  666. package/dist/lib/openapi/spec/feature-strategy-schema.js +1 -1
  667. package/dist/lib/openapi/spec/feature-strategy-schema.js.map +1 -1
  668. package/dist/lib/openapi/spec/feature-tag-schema.d.ts +2 -2
  669. package/dist/lib/openapi/spec/feature-tag-schema.js +2 -2
  670. package/dist/lib/openapi/spec/feature-tag-schema.js.map +1 -1
  671. package/dist/lib/openapi/spec/feature-type-schema.d.ts +2 -2
  672. package/dist/lib/openapi/spec/feature-type-schema.js +2 -2
  673. package/dist/lib/openapi/spec/feature-type-schema.js.map +1 -1
  674. package/dist/lib/openapi/spec/feature-types-schema.d.ts +3 -3
  675. package/dist/lib/openapi/spec/feature-types-schema.js +1 -1
  676. package/dist/lib/openapi/spec/feature-types-schema.js.map +1 -1
  677. package/dist/lib/openapi/spec/feature-variants-schema.d.ts +3 -3
  678. package/dist/lib/openapi/spec/group-schema.d.ts +2 -2
  679. package/dist/lib/openapi/spec/group-user-model-schema.d.ts +1 -1
  680. package/dist/lib/openapi/spec/groups-schema.d.ts +5 -5
  681. package/dist/lib/openapi/spec/groups-schema.js +1 -1
  682. package/dist/lib/openapi/spec/groups-schema.js.map +1 -1
  683. package/dist/lib/openapi/spec/health-overview-schema.d.ts +1784 -535
  684. package/dist/lib/openapi/spec/health-overview-schema.d.ts.map +1 -1
  685. package/dist/lib/openapi/spec/health-overview-schema.js +3 -3
  686. package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
  687. package/dist/lib/openapi/spec/health-report-schema.d.ts +1783 -534
  688. package/dist/lib/openapi/spec/health-report-schema.d.ts.map +1 -1
  689. package/dist/lib/openapi/spec/import-toggles-schema.d.ts +66 -27262
  690. package/dist/lib/openapi/spec/import-toggles-schema.d.ts.map +1 -1
  691. package/dist/lib/openapi/spec/import-toggles-schema.js +40 -31
  692. package/dist/lib/openapi/spec/import-toggles-schema.js.map +1 -1
  693. package/dist/lib/openapi/spec/import-toggles-validate-schema.d.ts +1 -1
  694. package/dist/lib/openapi/spec/import-toggles-validate-schema.js +1 -1
  695. package/dist/lib/openapi/spec/import-toggles-validate-schema.js.map +1 -1
  696. package/dist/lib/openapi/spec/index.d.ts +4 -0
  697. package/dist/lib/openapi/spec/index.d.ts.map +1 -1
  698. package/dist/lib/openapi/spec/index.js +4 -0
  699. package/dist/lib/openapi/spec/index.js.map +1 -1
  700. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts +13 -0
  701. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts.map +1 -1
  702. package/dist/lib/openapi/spec/instance-admin-stats-schema.js +13 -0
  703. package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
  704. package/dist/lib/openapi/spec/integration-event-schema.d.ts +12 -12
  705. package/dist/lib/openapi/spec/integration-events-schema.d.ts +24 -24
  706. package/dist/lib/openapi/spec/me-schema.d.ts +2 -2
  707. package/dist/lib/openapi/spec/metric-query-schema.d.ts +44 -0
  708. package/dist/lib/openapi/spec/metric-query-schema.d.ts.map +1 -0
  709. package/dist/lib/openapi/spec/metric-query-schema.js +42 -0
  710. package/dist/lib/openapi/spec/metric-query-schema.js.map +1 -0
  711. package/dist/lib/openapi/spec/pat-schema.d.ts +1 -1
  712. package/dist/lib/openapi/spec/pat-schema.js +1 -1
  713. package/dist/lib/openapi/spec/pat-schema.js.map +1 -1
  714. package/dist/lib/openapi/spec/pats-schema.d.ts +2 -2
  715. package/dist/lib/openapi/spec/pats-schema.js +1 -1
  716. package/dist/lib/openapi/spec/pats-schema.js.map +1 -1
  717. package/dist/lib/openapi/spec/permission-schema.d.ts +1 -1
  718. package/dist/lib/openapi/spec/permission-schema.js +1 -1
  719. package/dist/lib/openapi/spec/permission-schema.js.map +1 -1
  720. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.d.ts +1 -1
  721. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.js +1 -1
  722. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.js.map +1 -1
  723. package/dist/lib/openapi/spec/personal-dashboard-schema.d.ts +1 -1
  724. package/dist/lib/openapi/spec/personal-dashboard-schema.js +1 -1
  725. package/dist/lib/openapi/spec/personal-dashboard-schema.js.map +1 -1
  726. package/dist/lib/openapi/spec/playground-constraint-schema.d.ts +5 -3
  727. package/dist/lib/openapi/spec/playground-constraint-schema.d.ts.map +1 -1
  728. package/dist/lib/openapi/spec/playground-feature-schema.d.ts +17 -15
  729. package/dist/lib/openapi/spec/playground-feature-schema.d.ts.map +1 -1
  730. package/dist/lib/openapi/spec/playground-response-schema.d.ts +33 -31
  731. package/dist/lib/openapi/spec/playground-response-schema.d.ts.map +1 -1
  732. package/dist/lib/openapi/spec/playground-response-schema.test.js +1 -1
  733. package/dist/lib/openapi/spec/playground-response-schema.test.js.map +1 -1
  734. package/dist/lib/openapi/spec/playground-segment-schema.d.ts +5 -3
  735. package/dist/lib/openapi/spec/playground-segment-schema.d.ts.map +1 -1
  736. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +10 -8
  737. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts.map +1 -1
  738. package/dist/lib/openapi/spec/profile-schema.d.ts +947 -214
  739. package/dist/lib/openapi/spec/profile-schema.d.ts.map +1 -1
  740. package/dist/lib/openapi/spec/project-environment-schema.d.ts +9 -9
  741. package/dist/lib/openapi/spec/project-feature-schema.d.ts +2 -2
  742. package/dist/lib/openapi/spec/project-features-schema.d.ts +4 -4
  743. package/dist/lib/openapi/spec/project-insights-schema.d.ts +2 -2
  744. package/dist/lib/openapi/spec/project-insights-schema.js +2 -2
  745. package/dist/lib/openapi/spec/project-insights-schema.js.map +1 -1
  746. package/dist/lib/openapi/spec/project-overview-schema.d.ts +1781 -532
  747. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  748. package/dist/lib/openapi/spec/project-overview-schema.js +2 -2
  749. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  750. package/dist/lib/openapi/spec/project-schema.d.ts +2 -2
  751. package/dist/lib/openapi/spec/project-schema.js +2 -2
  752. package/dist/lib/openapi/spec/project-schema.js.map +1 -1
  753. package/dist/lib/openapi/spec/projects-schema.d.ts +2 -2
  754. package/dist/lib/openapi/spec/public-signup-token-create-schema.d.ts +1 -1
  755. package/dist/lib/openapi/spec/public-signup-token-create-schema.js +1 -1
  756. package/dist/lib/openapi/spec/public-signup-token-create-schema.js.map +1 -1
  757. package/dist/lib/openapi/spec/public-signup-token-schema.d.ts +2 -2
  758. package/dist/lib/openapi/spec/public-signup-token-schema.js +1 -1
  759. package/dist/lib/openapi/spec/public-signup-token-schema.js.map +1 -1
  760. package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts +3 -3
  761. package/dist/lib/openapi/spec/push-variants-schema.d.ts +3 -3
  762. package/dist/lib/openapi/spec/ready-check-schema.d.ts +19 -0
  763. package/dist/lib/openapi/spec/ready-check-schema.d.ts.map +1 -0
  764. package/dist/lib/openapi/spec/ready-check-schema.js +17 -0
  765. package/dist/lib/openapi/spec/ready-check-schema.js.map +1 -0
  766. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +45 -25
  767. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts.map +1 -1
  768. package/dist/lib/openapi/spec/release-plan-milestone-schema.js +12 -1
  769. package/dist/lib/openapi/spec/release-plan-milestone-schema.js.map +1 -1
  770. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +15 -13
  771. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts.map +1 -1
  772. package/dist/lib/openapi/spec/release-plan-schema.d.ts +283 -48
  773. package/dist/lib/openapi/spec/release-plan-schema.d.ts.map +1 -1
  774. package/dist/lib/openapi/spec/release-plan-schema.js +13 -0
  775. package/dist/lib/openapi/spec/release-plan-schema.js.map +1 -1
  776. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +68 -48
  777. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts.map +1 -1
  778. package/dist/lib/openapi/spec/safeguard-schema.d.ts +149 -0
  779. package/dist/lib/openapi/spec/safeguard-schema.d.ts.map +1 -0
  780. package/dist/lib/openapi/spec/safeguard-schema.js +59 -0
  781. package/dist/lib/openapi/spec/safeguard-schema.js.map +1 -0
  782. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.d.ts +24 -0
  783. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.d.ts.map +1 -0
  784. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.js +22 -0
  785. package/dist/lib/openapi/spec/safeguard-trigger-condition-schema.js.map +1 -0
  786. package/dist/lib/openapi/spec/search-features-schema.d.ts +1578 -548
  787. package/dist/lib/openapi/spec/search-features-schema.d.ts.map +1 -1
  788. package/dist/lib/openapi/spec/segment-schema.d.ts +5 -3
  789. package/dist/lib/openapi/spec/segment-schema.d.ts.map +1 -1
  790. package/dist/lib/openapi/spec/segments-schema.d.ts +9 -7
  791. package/dist/lib/openapi/spec/segments-schema.d.ts.map +1 -1
  792. package/dist/lib/openapi/spec/segments-schema.js +1 -1
  793. package/dist/lib/openapi/spec/segments-schema.js.map +1 -1
  794. package/dist/lib/openapi/spec/strategies-schema.d.ts +1 -1
  795. package/dist/lib/openapi/spec/strategy-schema.d.ts +1 -1
  796. package/dist/lib/openapi/spec/strategy-schema.js +1 -1
  797. package/dist/lib/openapi/spec/strategy-schema.js.map +1 -1
  798. package/dist/lib/openapi/spec/strategy-variant-schema.d.ts +3 -3
  799. package/dist/lib/openapi/spec/tag-schema.d.ts +2 -2
  800. package/dist/lib/openapi/spec/tag-schema.js +2 -2
  801. package/dist/lib/openapi/spec/tag-schema.js.map +1 -1
  802. package/dist/lib/openapi/spec/tag-with-version-schema.d.ts +2 -2
  803. package/dist/lib/openapi/spec/tags-bulk-add-schema.d.ts +4 -4
  804. package/dist/lib/openapi/spec/tags-schema.d.ts +2 -2
  805. package/dist/lib/openapi/spec/update-context-field-schema.d.ts +1 -1
  806. package/dist/lib/openapi/spec/update-context-field-schema.js +1 -1
  807. package/dist/lib/openapi/spec/update-context-field-schema.js.map +1 -1
  808. package/dist/lib/openapi/spec/update-feature-schema.d.ts +6 -4
  809. package/dist/lib/openapi/spec/update-feature-schema.d.ts.map +1 -1
  810. package/dist/lib/openapi/spec/update-feature-schema.js +1 -1
  811. package/dist/lib/openapi/spec/update-feature-schema.js.map +1 -1
  812. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +6 -4
  813. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts.map +1 -1
  814. package/dist/lib/openapi/spec/update-feature-strategy-schema.js +1 -1
  815. package/dist/lib/openapi/spec/update-feature-strategy-schema.js.map +1 -1
  816. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.d.ts +1 -1
  817. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js +1 -1
  818. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js.map +1 -1
  819. package/dist/lib/openapi/spec/update-strategy-schema.d.ts +1 -1
  820. package/dist/lib/openapi/spec/update-strategy-schema.js +1 -1
  821. package/dist/lib/openapi/spec/update-strategy-schema.js.map +1 -1
  822. package/dist/lib/openapi/spec/update-tags-schema.d.ts +2 -2
  823. package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +5 -3
  824. package/dist/lib/openapi/spec/upsert-segment-schema.d.ts.map +1 -1
  825. package/dist/lib/openapi/spec/upsert-segment-schema.test.js +6 -2
  826. package/dist/lib/openapi/spec/upsert-segment-schema.test.js.map +1 -1
  827. package/dist/lib/openapi/spec/user-access-overview-schema.d.ts +1 -1
  828. package/dist/lib/openapi/spec/user-schema.d.ts +1 -1
  829. package/dist/lib/openapi/spec/user-schema.js +1 -1
  830. package/dist/lib/openapi/spec/user-schema.js.map +1 -1
  831. package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +4 -4
  832. package/dist/lib/openapi/spec/users-schema.d.ts +2 -2
  833. package/dist/lib/openapi/spec/users-schema.js +1 -1
  834. package/dist/lib/openapi/spec/users-schema.js.map +1 -1
  835. package/dist/lib/openapi/spec/users-search-schema.d.ts +1 -1
  836. package/dist/lib/openapi/spec/validated-edge-tokens-schema.d.ts +3 -3
  837. package/dist/lib/openapi/spec/variant-schema.d.ts +3 -3
  838. package/dist/lib/openapi/spec/variant-schema.js +3 -3
  839. package/dist/lib/openapi/spec/variant-schema.js.map +1 -1
  840. package/dist/lib/openapi/spec/variants-schema.d.ts +3 -3
  841. package/dist/lib/openapi/util/openapi-tags.d.ts +40 -40
  842. package/dist/lib/openapi/util/openapi-tags.js +20 -20
  843. package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
  844. package/dist/lib/openapi/validate.d.ts +2 -2
  845. package/dist/lib/openapi/validate.d.ts.map +1 -1
  846. package/dist/lib/routes/admin-api/addon.d.ts +1 -2
  847. package/dist/lib/routes/admin-api/addon.d.ts.map +1 -1
  848. package/dist/lib/routes/admin-api/addon.js +1 -2
  849. package/dist/lib/routes/admin-api/addon.js.map +1 -1
  850. package/dist/lib/routes/admin-api/api-token.js +2 -2
  851. package/dist/lib/routes/admin-api/api-token.js.map +1 -1
  852. package/dist/lib/routes/admin-api/event.d.ts +1 -1
  853. package/dist/lib/routes/admin-api/event.d.ts.map +1 -1
  854. package/dist/lib/routes/admin-api/event.js +1 -1
  855. package/dist/lib/routes/admin-api/event.js.map +1 -1
  856. package/dist/lib/routes/admin-api/events.test.js +1 -1
  857. package/dist/lib/routes/admin-api/events.test.js.map +1 -1
  858. package/dist/lib/routes/admin-api/feature-type.d.ts +1 -2
  859. package/dist/lib/routes/admin-api/feature-type.d.ts.map +1 -1
  860. package/dist/lib/routes/admin-api/feature-type.js +2 -3
  861. package/dist/lib/routes/admin-api/feature-type.js.map +1 -1
  862. package/dist/lib/routes/admin-api/instance-admin.d.ts +1 -3
  863. package/dist/lib/routes/admin-api/instance-admin.d.ts.map +1 -1
  864. package/dist/lib/routes/admin-api/instance-admin.js +8 -4
  865. package/dist/lib/routes/admin-api/instance-admin.js.map +1 -1
  866. package/dist/lib/routes/admin-api/metrics.d.ts +2 -3
  867. package/dist/lib/routes/admin-api/metrics.d.ts.map +1 -1
  868. package/dist/lib/routes/admin-api/metrics.js +2 -3
  869. package/dist/lib/routes/admin-api/metrics.js.map +1 -1
  870. package/dist/lib/routes/admin-api/project/api-token.d.ts +0 -1
  871. package/dist/lib/routes/admin-api/project/api-token.d.ts.map +1 -1
  872. package/dist/lib/routes/admin-api/project/api-token.js +3 -4
  873. package/dist/lib/routes/admin-api/project/api-token.js.map +1 -1
  874. package/dist/lib/routes/admin-api/project/health-report.js +1 -1
  875. package/dist/lib/routes/admin-api/project/health-report.js.map +1 -1
  876. package/dist/lib/routes/admin-api/public-signup.d.ts +2 -4
  877. package/dist/lib/routes/admin-api/public-signup.d.ts.map +1 -1
  878. package/dist/lib/routes/admin-api/public-signup.js +2 -4
  879. package/dist/lib/routes/admin-api/public-signup.js.map +1 -1
  880. package/dist/lib/routes/admin-api/search/index.d.ts +1 -1
  881. package/dist/lib/routes/admin-api/search/index.d.ts.map +1 -1
  882. package/dist/lib/routes/admin-api/search/index.js +1 -1
  883. package/dist/lib/routes/admin-api/search/index.js.map +1 -1
  884. package/dist/lib/routes/admin-api/strategy.d.ts +1 -2
  885. package/dist/lib/routes/admin-api/strategy.d.ts.map +1 -1
  886. package/dist/lib/routes/admin-api/strategy.js +7 -8
  887. package/dist/lib/routes/admin-api/strategy.js.map +1 -1
  888. package/dist/lib/routes/admin-api/strategy.test.js +25 -1
  889. package/dist/lib/routes/admin-api/strategy.test.js.map +1 -1
  890. package/dist/lib/routes/admin-api/tag.d.ts +2 -4
  891. package/dist/lib/routes/admin-api/tag.d.ts.map +1 -1
  892. package/dist/lib/routes/admin-api/tag.js +4 -6
  893. package/dist/lib/routes/admin-api/tag.js.map +1 -1
  894. package/dist/lib/routes/admin-api/telemetry.d.ts +1 -1
  895. package/dist/lib/routes/admin-api/telemetry.d.ts.map +1 -1
  896. package/dist/lib/routes/admin-api/telemetry.js +1 -1
  897. package/dist/lib/routes/admin-api/telemetry.js.map +1 -1
  898. package/dist/lib/routes/admin-api/user/pat.js +3 -3
  899. package/dist/lib/routes/admin-api/user/pat.js.map +1 -1
  900. package/dist/lib/routes/admin-api/user/user.test.js +2 -2
  901. package/dist/lib/routes/admin-api/user/user.test.js.map +1 -1
  902. package/dist/lib/routes/admin-api/user-admin.d.ts +3 -3
  903. package/dist/lib/routes/admin-api/user-admin.d.ts.map +1 -1
  904. package/dist/lib/routes/admin-api/user-admin.js +4 -4
  905. package/dist/lib/routes/admin-api/user-admin.js.map +1 -1
  906. package/dist/lib/routes/admin-api/user-feedback.d.ts +0 -1
  907. package/dist/lib/routes/admin-api/user-feedback.d.ts.map +1 -1
  908. package/dist/lib/routes/admin-api/user-feedback.js +2 -3
  909. package/dist/lib/routes/admin-api/user-feedback.js.map +1 -1
  910. package/dist/lib/routes/admin-api/user-splash.d.ts +0 -1
  911. package/dist/lib/routes/admin-api/user-splash.d.ts.map +1 -1
  912. package/dist/lib/routes/admin-api/user-splash.js +0 -1
  913. package/dist/lib/routes/admin-api/user-splash.js.map +1 -1
  914. package/dist/lib/routes/auth/reset-password-controller.d.ts +0 -1
  915. package/dist/lib/routes/auth/reset-password-controller.d.ts.map +1 -1
  916. package/dist/lib/routes/auth/reset-password-controller.js +0 -1
  917. package/dist/lib/routes/auth/reset-password-controller.js.map +1 -1
  918. package/dist/lib/routes/auth/simple-password-provider.d.ts +0 -1
  919. package/dist/lib/routes/auth/simple-password-provider.d.ts.map +1 -1
  920. package/dist/lib/routes/auth/simple-password-provider.js +0 -1
  921. package/dist/lib/routes/auth/simple-password-provider.js.map +1 -1
  922. package/dist/lib/routes/auth/simple-password-provider.test.js +2 -2
  923. package/dist/lib/routes/auth/simple-password-provider.test.js.map +1 -1
  924. package/dist/lib/routes/backstage.js +3 -3
  925. package/dist/lib/routes/backstage.js.map +1 -1
  926. package/dist/lib/routes/health-check.d.ts +0 -2
  927. package/dist/lib/routes/health-check.d.ts.map +1 -1
  928. package/dist/lib/routes/health-check.js +0 -2
  929. package/dist/lib/routes/health-check.js.map +1 -1
  930. package/dist/lib/routes/health-check.test.js +2 -2
  931. package/dist/lib/routes/health-check.test.js.map +1 -1
  932. package/dist/lib/routes/index.d.ts.map +1 -1
  933. package/dist/lib/routes/index.js +2 -0
  934. package/dist/lib/routes/index.js.map +1 -1
  935. package/dist/lib/routes/logout.test.js +5 -5
  936. package/dist/lib/routes/logout.test.js.map +1 -1
  937. package/dist/lib/routes/public-invite.d.ts +0 -1
  938. package/dist/lib/routes/public-invite.d.ts.map +1 -1
  939. package/dist/lib/routes/public-invite.js +0 -1
  940. package/dist/lib/routes/public-invite.js.map +1 -1
  941. package/dist/lib/routes/ready-check.d.ts +14 -0
  942. package/dist/lib/routes/ready-check.d.ts.map +1 -0
  943. package/dist/lib/routes/ready-check.js +86 -0
  944. package/dist/lib/routes/ready-check.js.map +1 -0
  945. package/dist/lib/schema/constraint-value-types.d.ts +1 -1
  946. package/dist/lib/schema/constraint-value-types.d.ts.map +1 -1
  947. package/dist/lib/server-impl.d.ts +6 -6
  948. package/dist/lib/server-impl.d.ts.map +1 -1
  949. package/dist/lib/server-impl.js +14 -4
  950. package/dist/lib/server-impl.js.map +1 -1
  951. package/dist/lib/services/access-service.d.ts +2 -1
  952. package/dist/lib/services/access-service.d.ts.map +1 -1
  953. package/dist/lib/services/access-service.js +20 -1
  954. package/dist/lib/services/access-service.js.map +1 -1
  955. package/dist/lib/services/access-service.test.js +21 -4
  956. package/dist/lib/services/access-service.test.js.map +1 -1
  957. package/dist/lib/services/account-service.d.ts.map +1 -1
  958. package/dist/lib/services/account-service.js +1 -0
  959. package/dist/lib/services/account-service.js.map +1 -1
  960. package/dist/lib/services/addon-service.d.ts +2 -2
  961. package/dist/lib/services/addon-service.d.ts.map +1 -1
  962. package/dist/lib/services/addon-service.js +22 -21
  963. package/dist/lib/services/addon-service.js.map +1 -1
  964. package/dist/lib/services/addon-service.test.js +1 -1
  965. package/dist/lib/services/addon-service.test.js.map +1 -1
  966. package/dist/lib/services/api-token-service.limit.test.js.map +1 -1
  967. package/dist/lib/services/api-token-service.test.js +2 -2
  968. package/dist/lib/services/api-token-service.test.js.map +1 -1
  969. package/dist/lib/services/client-spec-service.d.ts +1 -2
  970. package/dist/lib/services/client-spec-service.d.ts.map +1 -1
  971. package/dist/lib/services/client-spec-service.js +1 -2
  972. package/dist/lib/services/client-spec-service.js.map +1 -1
  973. package/dist/lib/services/favorites-service.d.ts +1 -3
  974. package/dist/lib/services/favorites-service.d.ts.map +1 -1
  975. package/dist/lib/services/favorites-service.js +2 -4
  976. package/dist/lib/services/favorites-service.js.map +1 -1
  977. package/dist/lib/services/feature-tag-service.d.ts.map +1 -1
  978. package/dist/lib/services/feature-tag-service.js +1 -0
  979. package/dist/lib/services/feature-tag-service.js.map +1 -1
  980. package/dist/lib/services/group-service.d.ts +2 -2
  981. package/dist/lib/services/group-service.d.ts.map +1 -1
  982. package/dist/lib/services/group-service.js +3 -2
  983. package/dist/lib/services/group-service.js.map +1 -1
  984. package/dist/lib/services/health-service.d.ts +1 -3
  985. package/dist/lib/services/health-service.d.ts.map +1 -1
  986. package/dist/lib/services/health-service.js +1 -2
  987. package/dist/lib/services/health-service.js.map +1 -1
  988. package/dist/lib/services/index.js +1 -1
  989. package/dist/lib/services/index.js.map +1 -1
  990. package/dist/lib/services/openapi-service.js +7 -5
  991. package/dist/lib/services/openapi-service.js.map +1 -1
  992. package/dist/lib/services/public-signup-token-service.d.ts +0 -1
  993. package/dist/lib/services/public-signup-token-service.d.ts.map +1 -1
  994. package/dist/lib/services/public-signup-token-service.js +0 -1
  995. package/dist/lib/services/public-signup-token-service.js.map +1 -1
  996. package/dist/lib/services/reset-token-service.js +3 -3
  997. package/dist/lib/services/reset-token-service.js.map +1 -1
  998. package/dist/lib/services/strategy-service.d.ts +4 -2
  999. package/dist/lib/services/strategy-service.d.ts.map +1 -1
  1000. package/dist/lib/services/strategy-service.js +15 -3
  1001. package/dist/lib/services/strategy-service.js.map +1 -1
  1002. package/dist/lib/services/user-service.js +2 -2
  1003. package/dist/lib/services/user-service.js.map +1 -1
  1004. package/dist/lib/services/user-service.test.js +5 -1
  1005. package/dist/lib/services/user-service.test.js.map +1 -1
  1006. package/dist/lib/services/user-splash-service.d.ts.map +1 -1
  1007. package/dist/lib/services/user-splash-service.js +7 -1
  1008. package/dist/lib/services/user-splash-service.js.map +1 -1
  1009. package/dist/lib/services/version-service.d.ts +8 -1
  1010. package/dist/lib/services/version-service.d.ts.map +1 -1
  1011. package/dist/lib/services/version-service.js +5 -1
  1012. package/dist/lib/services/version-service.js.map +1 -1
  1013. package/dist/lib/services/version-service.test.js +44 -0
  1014. package/dist/lib/services/version-service.test.js.map +1 -1
  1015. package/dist/lib/types/events.d.ts +5 -18
  1016. package/dist/lib/types/events.d.ts.map +1 -1
  1017. package/dist/lib/types/events.js +6 -15
  1018. package/dist/lib/types/events.js.map +1 -1
  1019. package/dist/lib/types/experimental.d.ts +1 -1
  1020. package/dist/lib/types/experimental.d.ts.map +1 -1
  1021. package/dist/lib/types/experimental.js +12 -12
  1022. package/dist/lib/types/experimental.js.map +1 -1
  1023. package/dist/lib/types/option.d.ts +8 -0
  1024. package/dist/lib/types/option.d.ts.map +1 -1
  1025. package/dist/lib/ui-config/ui-config-controller.d.ts +2 -8
  1026. package/dist/lib/ui-config/ui-config-controller.d.ts.map +1 -1
  1027. package/dist/lib/ui-config/ui-config-controller.js +3 -59
  1028. package/dist/lib/ui-config/ui-config-controller.js.map +1 -1
  1029. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -1
  1030. package/dist/lib/ui-config/ui-config-service.js.map +1 -1
  1031. package/dist/lib/ui-config/ui-config.test.js +2 -2
  1032. package/dist/lib/ui-config/ui-config.test.js.map +1 -1
  1033. package/dist/lib/users/inactive/fakes/fake-inactive-users-store.d.ts.map +1 -1
  1034. package/dist/lib/users/inactive/fakes/fake-inactive-users-store.js +1 -0
  1035. package/dist/lib/users/inactive/fakes/fake-inactive-users-store.js.map +1 -1
  1036. package/dist/lib/users/inactive/inactive-users-store.d.ts +1 -3
  1037. package/dist/lib/users/inactive/inactive-users-store.d.ts.map +1 -1
  1038. package/dist/lib/users/inactive/inactive-users-store.js +1 -3
  1039. package/dist/lib/users/inactive/inactive-users-store.js.map +1 -1
  1040. package/dist/lib/util/anonymise.test.js.map +1 -1
  1041. package/dist/lib/util/batchExecute.d.ts.map +1 -1
  1042. package/dist/lib/util/batchExecute.js +3 -1
  1043. package/dist/lib/util/batchExecute.js.map +1 -1
  1044. package/dist/lib/util/flag-resolver.d.ts.map +1 -1
  1045. package/dist/lib/util/flag-resolver.js +11 -3
  1046. package/dist/lib/util/flag-resolver.js.map +1 -1
  1047. package/dist/lib/util/flag-resolver.test.js +66 -15
  1048. package/dist/lib/util/flag-resolver.test.js.map +1 -1
  1049. package/dist/lib/util/graceful-shutdown.js +1 -1
  1050. package/dist/lib/util/graceful-shutdown.js.map +1 -1
  1051. package/dist/lib/util/parseEnvVar.d.ts +2 -0
  1052. package/dist/lib/util/parseEnvVar.d.ts.map +1 -1
  1053. package/dist/lib/util/parseEnvVar.js +21 -1
  1054. package/dist/lib/util/parseEnvVar.js.map +1 -1
  1055. package/dist/lib/util/parseEnvVar.test.js +24 -1
  1056. package/dist/lib/util/parseEnvVar.test.js.map +1 -1
  1057. package/dist/lib/util/postgres-version-checker.test.js +17 -5
  1058. package/dist/lib/util/postgres-version-checker.test.js.map +1 -1
  1059. package/dist/lib/util/semver.js +1 -1
  1060. package/dist/lib/util/semver.js.map +1 -1
  1061. package/dist/lib/util/validateJsonString.js +1 -1
  1062. package/dist/lib/util/validateJsonString.js.map +1 -1
  1063. package/dist/mailtemplates/getting-started/getting-started.html.mustache +1 -1
  1064. package/dist/migrations/20251027094509-milestone-progression-natural-pk.d.ts +3 -0
  1065. package/dist/migrations/20251027094509-milestone-progression-natural-pk.d.ts.map +1 -0
  1066. package/dist/migrations/20251027094509-milestone-progression-natural-pk.js +22 -0
  1067. package/dist/migrations/20251027094509-milestone-progression-natural-pk.js.map +1 -0
  1068. package/dist/migrations/20251103114221-milestone-progression-paused-at.d.ts +3 -0
  1069. package/dist/migrations/20251103114221-milestone-progression-paused-at.d.ts.map +1 -0
  1070. package/dist/migrations/20251103114221-milestone-progression-paused-at.js +14 -0
  1071. package/dist/migrations/20251103114221-milestone-progression-paused-at.js.map +1 -0
  1072. package/dist/migrations/20251105153729-create-safeguards-table.d.ts +3 -0
  1073. package/dist/migrations/20251105153729-create-safeguards-table.d.ts.map +1 -0
  1074. package/dist/migrations/20251105153729-create-safeguards-table.js +17 -0
  1075. package/dist/migrations/20251105153729-create-safeguards-table.js.map +1 -0
  1076. package/dist/migrations/20251118131212-edge-observability-hosting.d.ts +3 -0
  1077. package/dist/migrations/20251118131212-edge-observability-hosting.d.ts.map +1 -0
  1078. package/dist/migrations/20251118131212-edge-observability-hosting.js +14 -0
  1079. package/dist/migrations/20251118131212-edge-observability-hosting.js.map +1 -0
  1080. package/dist/migrations/20251209090115-add-default-release-plan-template.d.ts +3 -0
  1081. package/dist/migrations/20251209090115-add-default-release-plan-template.d.ts.map +1 -0
  1082. package/dist/migrations/20251209090115-add-default-release-plan-template.js +45 -0
  1083. package/dist/migrations/20251209090115-add-default-release-plan-template.js.map +1 -0
  1084. package/dist/server-dev.js +3 -7
  1085. package/dist/server-dev.js.map +1 -1
  1086. package/dist/test/arbitraries.test.d.ts.map +1 -1
  1087. package/dist/test/arbitraries.test.js +1 -0
  1088. package/dist/test/arbitraries.test.js.map +1 -1
  1089. package/dist/test/config/create-config.test.js +2 -2
  1090. package/dist/test/config/create-config.test.js.map +1 -1
  1091. package/dist/test/e2e/api/admin/addon.e2e.test.js +4 -1
  1092. package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
  1093. package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js +6 -3
  1094. package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js.map +1 -1
  1095. package/dist/test/e2e/api/admin/api-token.e2e.test.js +12 -3
  1096. package/dist/test/e2e/api/admin/api-token.e2e.test.js.map +1 -1
  1097. package/dist/test/e2e/api/admin/conditional-middleware.e2e.test.js +8 -8
  1098. package/dist/test/e2e/api/admin/conditional-middleware.e2e.test.js.map +1 -1
  1099. package/dist/test/e2e/api/admin/feature-type.test.js +4 -1
  1100. package/dist/test/e2e/api/admin/feature-type.test.js.map +1 -1
  1101. package/dist/test/e2e/api/admin/feature.custom-auth.e2e.test.js +3 -3
  1102. package/dist/test/e2e/api/admin/feature.custom-auth.e2e.test.js.map +1 -1
  1103. package/dist/test/e2e/api/admin/feedback.e2e.test.js +3 -3
  1104. package/dist/test/e2e/api/admin/feedback.e2e.test.js.map +1 -1
  1105. package/dist/test/e2e/api/admin/metrics.e2e.test.js +3 -3
  1106. package/dist/test/e2e/api/admin/metrics.e2e.test.js.map +1 -1
  1107. package/dist/test/e2e/api/admin/playground.e2e.test.js +1 -1
  1108. package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
  1109. package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js +5 -1
  1110. package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js.map +1 -1
  1111. package/dist/test/e2e/api/admin/project/project.health.e2e.test.js +1 -1
  1112. package/dist/test/e2e/api/admin/project/project.health.e2e.test.js.map +1 -1
  1113. package/dist/test/e2e/api/admin/project/variants.e2e.test.js +2 -2
  1114. package/dist/test/e2e/api/admin/project/variants.e2e.test.js.map +1 -1
  1115. package/dist/test/e2e/api/admin/public-signup-token.e2e.test.js +12 -12
  1116. package/dist/test/e2e/api/admin/public-signup-token.e2e.test.js.map +1 -1
  1117. package/dist/test/e2e/api/admin/splash.e2e.test.js +3 -3
  1118. package/dist/test/e2e/api/admin/splash.e2e.test.js.map +1 -1
  1119. package/dist/test/e2e/api/admin/user/pat.e2e.test.d.ts +1 -1
  1120. package/dist/test/e2e/api/admin/user/pat.e2e.test.js +1 -1
  1121. package/dist/test/e2e/api/admin/user-admin.e2e.test.js +1 -1
  1122. package/dist/test/e2e/api/admin/user-admin.e2e.test.js.map +1 -1
  1123. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.d.ts +2 -0
  1124. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.d.ts.map +1 -0
  1125. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.js +173 -0
  1126. package/dist/test/e2e/api/client/bulk-metrics-rejections.e2e.test.js.map +1 -0
  1127. package/dist/test/e2e/api/client/feature.auth-none.e2e.test.js +1 -1
  1128. package/dist/test/e2e/api/client/feature.auth-none.e2e.test.js.map +1 -1
  1129. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js.map +1 -1
  1130. package/dist/test/e2e/api/client/feature.token.access.e2e.test.js +1 -1
  1131. package/dist/test/e2e/api/client/feature.token.access.e2e.test.js.map +1 -1
  1132. package/dist/test/e2e/api/client/metrics.e2e.test.js +2 -1
  1133. package/dist/test/e2e/api/client/metrics.e2e.test.js.map +1 -1
  1134. package/dist/test/e2e/api/client/register.e2e.test.js +4 -4
  1135. package/dist/test/e2e/api/client/register.e2e.test.js.map +1 -1
  1136. package/dist/test/e2e/custom-auth.test.js +2 -2
  1137. package/dist/test/e2e/custom-auth.test.js.map +1 -1
  1138. package/dist/test/e2e/features-created-by-user-id-data-migration.e2e.test.js +4 -4
  1139. package/dist/test/e2e/features-created-by-user-id-data-migration.e2e.test.js.map +1 -1
  1140. package/dist/test/e2e/helpers/database-init.d.ts +1 -1
  1141. package/dist/test/e2e/helpers/database-init.d.ts.map +1 -1
  1142. package/dist/test/e2e/helpers/database-init.js +1 -1
  1143. package/dist/test/e2e/helpers/database-init.js.map +1 -1
  1144. package/dist/test/e2e/ready.e2e.test.d.ts +2 -0
  1145. package/dist/test/e2e/ready.e2e.test.d.ts.map +1 -0
  1146. package/dist/test/e2e/ready.e2e.test.js +66 -0
  1147. package/dist/test/e2e/ready.e2e.test.js.map +1 -0
  1148. package/dist/test/e2e/seed/segment.seed.js +2 -2
  1149. package/dist/test/e2e/seed/segment.seed.js.map +1 -1
  1150. package/dist/test/e2e/services/access-service.e2e.test.js +34 -2
  1151. package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
  1152. package/dist/test/e2e/services/addon-service.e2e.test.js +1 -1
  1153. package/dist/test/e2e/services/addon-service.e2e.test.js.map +1 -1
  1154. package/dist/test/e2e/services/api-token-service.e2e.test.js +1 -1
  1155. package/dist/test/e2e/services/api-token-service.e2e.test.js.map +1 -1
  1156. package/dist/test/e2e/services/playground-service.test.js +18 -12
  1157. package/dist/test/e2e/services/playground-service.test.js.map +1 -1
  1158. package/dist/test/e2e/services/setting-service.test.js +2 -2
  1159. package/dist/test/e2e/services/setting-service.test.js.map +1 -1
  1160. package/dist/test/e2e/services/user-service.e2e.test.js +1 -1
  1161. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  1162. package/dist/test/e2e/stores/client-application-store.e2e.test.js +22 -23
  1163. package/dist/test/e2e/stores/client-application-store.e2e.test.js.map +1 -1
  1164. package/dist/test/e2e/stores/client-instance-store.e2e.test.js +2 -2
  1165. package/dist/test/e2e/stores/client-instance-store.e2e.test.js.map +1 -1
  1166. package/dist/test/e2e/stores/context-field-store.e2e.test.js +2 -2
  1167. package/dist/test/e2e/stores/context-field-store.e2e.test.js.map +1 -1
  1168. package/dist/test/fixtures/access-service-mock.d.ts +13 -13
  1169. package/dist/test/fixtures/access-service-mock.d.ts.map +1 -1
  1170. package/dist/test/fixtures/access-service-mock.js +13 -13
  1171. package/dist/test/fixtures/access-service-mock.js.map +1 -1
  1172. package/dist/test/fixtures/fake-access-store.d.ts +38 -34
  1173. package/dist/test/fixtures/fake-access-store.d.ts.map +1 -1
  1174. package/dist/test/fixtures/fake-access-store.js +37 -35
  1175. package/dist/test/fixtures/fake-access-store.js.map +1 -1
  1176. package/dist/test/fixtures/fake-account-store.d.ts +2 -2
  1177. package/dist/test/fixtures/fake-account-store.d.ts.map +1 -1
  1178. package/dist/test/fixtures/fake-account-store.js +2 -2
  1179. package/dist/test/fixtures/fake-account-store.js.map +1 -1
  1180. package/dist/test/fixtures/fake-client-applications-store.d.ts +2 -2
  1181. package/dist/test/fixtures/fake-client-applications-store.d.ts.map +1 -1
  1182. package/dist/test/fixtures/fake-client-applications-store.js +6 -4
  1183. package/dist/test/fixtures/fake-client-applications-store.js.map +1 -1
  1184. package/dist/test/fixtures/fake-client-instance-store.d.ts +1 -1
  1185. package/dist/test/fixtures/fake-client-instance-store.d.ts.map +1 -1
  1186. package/dist/test/fixtures/fake-client-instance-store.js +4 -2
  1187. package/dist/test/fixtures/fake-client-instance-store.js.map +1 -1
  1188. package/dist/test/fixtures/fake-event-store.d.ts +3 -3
  1189. package/dist/test/fixtures/fake-event-store.d.ts.map +1 -1
  1190. package/dist/test/fixtures/fake-event-store.js +3 -3
  1191. package/dist/test/fixtures/fake-event-store.js.map +1 -1
  1192. package/dist/test/fixtures/fake-favorite-features-store.d.ts +5 -5
  1193. package/dist/test/fixtures/fake-favorite-features-store.d.ts.map +1 -1
  1194. package/dist/test/fixtures/fake-favorite-features-store.js +5 -5
  1195. package/dist/test/fixtures/fake-favorite-features-store.js.map +1 -1
  1196. package/dist/test/fixtures/fake-favorite-projects-store.d.ts +5 -5
  1197. package/dist/test/fixtures/fake-favorite-projects-store.d.ts.map +1 -1
  1198. package/dist/test/fixtures/fake-favorite-projects-store.js +5 -5
  1199. package/dist/test/fixtures/fake-favorite-projects-store.js.map +1 -1
  1200. package/dist/test/fixtures/fake-feature-environment-store.d.ts +9 -9
  1201. package/dist/test/fixtures/fake-feature-environment-store.d.ts.map +1 -1
  1202. package/dist/test/fixtures/fake-feature-environment-store.js +19 -19
  1203. package/dist/test/fixtures/fake-feature-environment-store.js.map +1 -1
  1204. package/dist/test/fixtures/fake-feature-tag-store.d.ts +1 -1
  1205. package/dist/test/fixtures/fake-feature-tag-store.d.ts.map +1 -1
  1206. package/dist/test/fixtures/fake-feature-tag-store.js +2 -2
  1207. package/dist/test/fixtures/fake-feature-tag-store.js.map +1 -1
  1208. package/dist/test/fixtures/fake-group-store.d.ts +16 -16
  1209. package/dist/test/fixtures/fake-group-store.d.ts.map +1 -1
  1210. package/dist/test/fixtures/fake-group-store.js +16 -16
  1211. package/dist/test/fixtures/fake-group-store.js.map +1 -1
  1212. package/dist/test/fixtures/fake-impact-metrics.d.ts +12 -4
  1213. package/dist/test/fixtures/fake-impact-metrics.d.ts.map +1 -1
  1214. package/dist/test/fixtures/fake-impact-metrics.js +50 -26
  1215. package/dist/test/fixtures/fake-impact-metrics.js.map +1 -1
  1216. package/dist/test/fixtures/fake-pat-store.d.ts +9 -9
  1217. package/dist/test/fixtures/fake-pat-store.d.ts.map +1 -1
  1218. package/dist/test/fixtures/fake-pat-store.js +9 -9
  1219. package/dist/test/fixtures/fake-pat-store.js.map +1 -1
  1220. package/dist/test/fixtures/fake-project-store.d.ts +11 -11
  1221. package/dist/test/fixtures/fake-project-store.d.ts.map +1 -1
  1222. package/dist/test/fixtures/fake-project-store.js +16 -16
  1223. package/dist/test/fixtures/fake-project-store.js.map +1 -1
  1224. package/dist/test/fixtures/fake-public-signup-store.d.ts +2 -2
  1225. package/dist/test/fixtures/fake-public-signup-store.d.ts.map +1 -1
  1226. package/dist/test/fixtures/fake-public-signup-store.js +2 -2
  1227. package/dist/test/fixtures/fake-public-signup-store.js.map +1 -1
  1228. package/dist/test/fixtures/fake-role-store.d.ts +9 -9
  1229. package/dist/test/fixtures/fake-role-store.d.ts.map +1 -1
  1230. package/dist/test/fixtures/fake-role-store.js +9 -9
  1231. package/dist/test/fixtures/fake-role-store.js.map +1 -1
  1232. package/dist/test/fixtures/fake-strategies-store.d.ts.map +1 -1
  1233. package/dist/test/fixtures/fake-strategies-store.js +0 -2
  1234. package/dist/test/fixtures/fake-strategies-store.js.map +1 -1
  1235. package/dist/test/fixtures/fake-tag-store.d.ts.map +1 -1
  1236. package/dist/test/fixtures/fake-tag-store.js +4 -2
  1237. package/dist/test/fixtures/fake-tag-store.js.map +1 -1
  1238. package/dist/test/fixtures/fake-user-feedback-store.d.ts +6 -6
  1239. package/dist/test/fixtures/fake-user-feedback-store.d.ts.map +1 -1
  1240. package/dist/test/fixtures/fake-user-feedback-store.js +6 -6
  1241. package/dist/test/fixtures/fake-user-feedback-store.js.map +1 -1
  1242. package/dist/test/fixtures/fake-user-splash-store.d.ts +6 -6
  1243. package/dist/test/fixtures/fake-user-splash-store.d.ts.map +1 -1
  1244. package/dist/test/fixtures/fake-user-splash-store.js +6 -6
  1245. package/dist/test/fixtures/fake-user-splash-store.js.map +1 -1
  1246. package/dist/test/fixtures/fake-user-store.d.ts +2 -2
  1247. package/dist/test/fixtures/fake-user-store.d.ts.map +1 -1
  1248. package/dist/test/fixtures/fake-user-store.js +2 -2
  1249. package/dist/test/fixtures/fake-user-store.js.map +1 -1
  1250. package/dist/test/fixtures/permissions.js +1 -1
  1251. package/dist/test/fixtures/permissions.js.map +1 -1
  1252. package/frontend/build/index.html +2 -2
  1253. package/frontend/build/static/{AdvancedPlayground-HWcSRQrt.js → AdvancedPlayground-CmMV64it.js} +2 -2
  1254. package/frontend/build/static/BackendConnections-MqHimHCS.js +1 -0
  1255. package/frontend/build/static/{CreateProject-3uUrdDWJ.js → CreateProject-ChlGOrPC.js} +1 -1
  1256. package/frontend/build/static/EnterpriseEdge-cJFso1xz.js +1 -0
  1257. package/frontend/build/static/FeatureMetricsChart-Bt6HiI-s.js +2 -0
  1258. package/frontend/build/static/FeatureStaleDialog-DZEtcHDT.js +7 -0
  1259. package/frontend/build/static/FeatureViewLazyExport-BPB1jWYz.js +10 -0
  1260. package/frontend/build/static/{FlagMetricsChart-DFDJ4xPh.js → FlagMetricsChart-CvsBPrQG.js} +2 -2
  1261. package/frontend/build/static/FrontendNetworkTrafficUsage-D8l5Nldl.js +1 -0
  1262. package/frontend/build/static/GridLayoutWrapper-2osRRgh4.js +3 -0
  1263. package/frontend/build/static/ImpactMetricsPage-Chv_7_jx.js +1 -0
  1264. package/frontend/build/static/LazyAdminExport-BOTczpO1.js +38 -0
  1265. package/frontend/build/static/LazyProjectExport-DPAYnCIy.js +728 -0
  1266. package/frontend/build/static/{LifecycleChartComponent-BOcT_Zpy.js → LifecycleChartComponent-DubZNJlv.js} +3 -3
  1267. package/frontend/build/static/{LineChartComponent-CudSs6ri.js → LineChartComponent-CY-8M35z.js} +1 -1
  1268. package/frontend/build/static/{MarkCompletedDialogue-4XT7ryE9.js → MarkCompletedDialogue-BwS_OP77.js} +1 -1
  1269. package/frontend/build/static/NetworkOverview-p_eqqiwO.js +1 -0
  1270. package/frontend/build/static/{NetworkPrometheusAPIWarning-Cy93jJcu.js → NetworkPrometheusAPIWarning-BhqdG7Dp.js} +1 -1
  1271. package/frontend/build/static/{NetworkTraffic-BTN3OABv.js → NetworkTraffic-NxX5X_w8.js} +1 -1
  1272. package/frontend/build/static/NetworkTrafficUsage-B-4F8Mzq.js +1 -0
  1273. package/frontend/build/static/{PercentageDonut-CmWbqKEA.js → PercentageDonut-BoaVP9ed.js} +1 -1
  1274. package/frontend/build/static/{ReactJSONEditor-xNDjbhPU.js → ReactJSONEditor-DfZdSwoC.js} +1 -1
  1275. package/frontend/build/static/RoleCell-Da0TjMne.js +1 -0
  1276. package/frontend/build/static/aggregateFeatureMetrics-yZy5qwho.js +1 -0
  1277. package/frontend/build/static/banner-progression-B6JPzTEE.svg +52 -0
  1278. package/frontend/build/static/enterpriseEdgeCloud-DzRtm8v6.svg +58 -0
  1279. package/frontend/build/static/enterpriseEdgeSelfHosted-4bnmOQVF.svg +44 -0
  1280. package/frontend/build/static/{formatTickValue-4OyGeZqN.js → formatTickValue-Csg87IVi.js} +2 -2
  1281. package/frontend/build/static/index-BAMIkcom.js +542 -0
  1282. package/frontend/build/static/{networkTrafficUsageHighlightPlugin-CT-MfVrm.js → networkTrafficUsageHighlightPlugin-Dje5Vuvo.js} +1 -1
  1283. package/frontend/build/static/new-feature-badge-FwMmHlwT.svg +7 -0
  1284. package/frontend/build/static/style-BfdqROT6.css +1 -0
  1285. package/frontend/build/static/useApiTokens-Btk4Hd2u.js +1 -0
  1286. package/frontend/package.json +4 -5
  1287. package/package.json +45 -50
  1288. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts +0 -5
  1289. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts.map +0 -1
  1290. package/dist/lib/features/release-plans/release-plan-read-model-type.js +0 -2
  1291. package/dist/lib/features/release-plans/release-plan-read-model-type.js.map +0 -1
  1292. package/dist/lib/features/release-plans/release-plan-read-model.d.ts +0 -11
  1293. package/dist/lib/features/release-plans/release-plan-read-model.d.ts.map +0 -1
  1294. package/dist/lib/features/release-plans/release-plan-read-model.js +0 -133
  1295. package/dist/lib/features/release-plans/release-plan-read-model.js.map +0 -1
  1296. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts +0 -2
  1297. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts.map +0 -1
  1298. package/dist/lib/features/release-plans/release-plan-read-model.test.js +0 -166
  1299. package/dist/lib/features/release-plans/release-plan-read-model.test.js.map +0 -1
  1300. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts +0 -8
  1301. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts.map +0 -1
  1302. package/dist/test/fixtures/fake/fake-release-plan-read-model.js +0 -9
  1303. package/dist/test/fixtures/fake/fake-release-plan-read-model.js.map +0 -1
  1304. package/frontend/build/static/BackendConnections-Cug76pb0.js +0 -1
  1305. package/frontend/build/static/FeatureMetricsChart-DLvE4xPU.js +0 -2
  1306. package/frontend/build/static/FeatureStaleDialog-BFWmPzw7.js +0 -7
  1307. package/frontend/build/static/FeatureViewLazyExport-DfivW7sC.js +0 -10
  1308. package/frontend/build/static/FrontendNetworkTrafficUsage-DVa2I8CC.js +0 -1
  1309. package/frontend/build/static/GridLayoutWrapper-Mt7n_5lt.js +0 -3
  1310. package/frontend/build/static/ImpactMetricsPage-B3ERxAH0.js +0 -1
  1311. package/frontend/build/static/LazyAdminExport-s8FIvcqq.js +0 -38
  1312. package/frontend/build/static/LazyProjectExport-DN00bJrc.js +0 -728
  1313. package/frontend/build/static/NetworkConnectedEdges-CnEFuyuC.js +0 -1
  1314. package/frontend/build/static/NetworkOverview-KDe9n7ZE.js +0 -1
  1315. package/frontend/build/static/NetworkTrafficUsage-DwnXvons.js +0 -1
  1316. package/frontend/build/static/RoleCell-DSglYWti.js +0 -1
  1317. package/frontend/build/static/aggregateFeatureMetrics-B7oOoe9g.js +0 -1
  1318. package/frontend/build/static/howToApplyReleaseTemplates-CkjJPTRh.png +0 -0
  1319. package/frontend/build/static/howToApplyReleaseTemplatesDark-CfwfIMua.png +0 -0
  1320. package/frontend/build/static/index-D02pkj6r.js +0 -542
  1321. package/frontend/build/static/merge-C7IT0rZd.svg +0 -3
  1322. package/frontend/build/static/metricsFormatters-7MLBOEud.js +0 -1
  1323. package/frontend/build/static/style-BW9ZTER3.css +0 -1
  1324. package/frontend/build/static/useApiTokens-wTDjjd8a.js +0 -1
@@ -165,7 +165,7 @@ export declare const featureSearchResponseSchema: {
165
165
  readonly constraintSchema: {
166
166
  readonly type: "object";
167
167
  readonly required: readonly ["contextName", "operator"];
168
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
168
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
169
169
  readonly properties: {
170
170
  readonly contextName: {
171
171
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -173,7 +173,7 @@ export declare const featureSearchResponseSchema: {
173
173
  readonly type: "string";
174
174
  };
175
175
  readonly operator: {
176
- 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).";
176
+ 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).";
177
177
  readonly type: "string";
178
178
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
179
179
  readonly example: "IN";
@@ -323,7 +323,7 @@ export declare const featureSearchResponseSchema: {
323
323
  readonly constraintSchema: {
324
324
  readonly type: "object";
325
325
  readonly required: readonly ["contextName", "operator"];
326
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
326
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
327
327
  readonly properties: {
328
328
  readonly contextName: {
329
329
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -331,7 +331,7 @@ export declare const featureSearchResponseSchema: {
331
331
  readonly type: "string";
332
332
  };
333
333
  readonly operator: {
334
- 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).";
334
+ 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).";
335
335
  readonly type: "string";
336
336
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
337
337
  readonly example: "IN";
@@ -422,7 +422,7 @@ export declare const featureSearchResponseSchema: {
422
422
  };
423
423
  readonly constraints: {
424
424
  readonly type: "array";
425
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
425
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
426
426
  readonly items: {
427
427
  readonly $ref: "#/components/schemas/constraintSchema";
428
428
  };
@@ -443,7 +443,7 @@ export declare const featureSearchResponseSchema: {
443
443
  readonly constraintSchema: {
444
444
  readonly type: "object";
445
445
  readonly required: readonly ["contextName", "operator"];
446
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
446
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
447
447
  readonly properties: {
448
448
  readonly contextName: {
449
449
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -451,7 +451,7 @@ export declare const featureSearchResponseSchema: {
451
451
  readonly type: "string";
452
452
  };
453
453
  readonly operator: {
454
- 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).";
454
+ 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).";
455
455
  readonly type: "string";
456
456
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
457
457
  readonly example: "IN";
@@ -507,19 +507,19 @@ export declare const featureSearchResponseSchema: {
507
507
  };
508
508
  readonly weight: {
509
509
  readonly type: "integer";
510
- 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";
510
+ 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";
511
511
  readonly minimum: 0;
512
512
  readonly maximum: 1000;
513
513
  };
514
514
  readonly weightType: {
515
- 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).";
515
+ 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).";
516
516
  readonly type: "string";
517
517
  readonly example: "fix";
518
518
  readonly enum: readonly ["variable", "fix"];
519
519
  };
520
520
  readonly stickiness: {
521
521
  readonly type: "string";
522
- 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";
522
+ 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";
523
523
  readonly example: "custom.context.field";
524
524
  };
525
525
  readonly payload: {
@@ -562,19 +562,19 @@ export declare const featureSearchResponseSchema: {
562
562
  };
563
563
  readonly weight: {
564
564
  readonly type: "integer";
565
- 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";
565
+ 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";
566
566
  readonly minimum: 0;
567
567
  readonly maximum: 1000;
568
568
  };
569
569
  readonly weightType: {
570
- 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).";
570
+ 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).";
571
571
  readonly type: "string";
572
572
  readonly example: "fix";
573
573
  readonly enum: readonly ["variable", "fix"];
574
574
  };
575
575
  readonly stickiness: {
576
576
  readonly type: "string";
577
- 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";
577
+ 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";
578
578
  readonly example: "custom.context.field";
579
579
  };
580
580
  readonly payload: {
@@ -699,13 +699,25 @@ export declare const featureSearchResponseSchema: {
699
699
  readonly $ref: "#/components/schemas/releasePlanSchema";
700
700
  };
701
701
  };
702
+ readonly yes: {
703
+ readonly type: "integer";
704
+ readonly description: "How many times the feature evaluated to true (enabled)";
705
+ readonly example: 974;
706
+ readonly minimum: 0;
707
+ };
708
+ readonly no: {
709
+ readonly type: "integer";
710
+ readonly description: "How many times the feature evaluated to false (disabled)";
711
+ readonly example: 50;
712
+ readonly minimum: 0;
713
+ };
702
714
  };
703
715
  readonly components: {
704
716
  readonly schemas: {
705
717
  readonly constraintSchema: {
706
718
  readonly type: "object";
707
719
  readonly required: readonly ["contextName", "operator"];
708
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
720
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
709
721
  readonly properties: {
710
722
  readonly contextName: {
711
723
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -713,7 +725,7 @@ export declare const featureSearchResponseSchema: {
713
725
  readonly type: "string";
714
726
  };
715
727
  readonly operator: {
716
- 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).";
728
+ 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).";
717
729
  readonly type: "string";
718
730
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
719
731
  readonly example: "IN";
@@ -804,7 +816,7 @@ export declare const featureSearchResponseSchema: {
804
816
  };
805
817
  readonly constraints: {
806
818
  readonly type: "array";
807
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
819
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
808
820
  readonly items: {
809
821
  readonly $ref: "#/components/schemas/constraintSchema";
810
822
  };
@@ -825,7 +837,7 @@ export declare const featureSearchResponseSchema: {
825
837
  readonly constraintSchema: {
826
838
  readonly type: "object";
827
839
  readonly required: readonly ["contextName", "operator"];
828
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
840
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
829
841
  readonly properties: {
830
842
  readonly contextName: {
831
843
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -833,7 +845,7 @@ export declare const featureSearchResponseSchema: {
833
845
  readonly type: "string";
834
846
  };
835
847
  readonly operator: {
836
- 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).";
848
+ 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).";
837
849
  readonly type: "string";
838
850
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
839
851
  readonly example: "IN";
@@ -889,19 +901,19 @@ export declare const featureSearchResponseSchema: {
889
901
  };
890
902
  readonly weight: {
891
903
  readonly type: "integer";
892
- 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";
904
+ 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";
893
905
  readonly minimum: 0;
894
906
  readonly maximum: 1000;
895
907
  };
896
908
  readonly weightType: {
897
- 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).";
909
+ 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).";
898
910
  readonly type: "string";
899
911
  readonly example: "fix";
900
912
  readonly enum: readonly ["variable", "fix"];
901
913
  };
902
914
  readonly stickiness: {
903
915
  readonly type: "string";
904
- 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";
916
+ 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";
905
917
  readonly example: "custom.context.field";
906
918
  };
907
919
  readonly payload: {
@@ -944,19 +956,19 @@ export declare const featureSearchResponseSchema: {
944
956
  };
945
957
  readonly weight: {
946
958
  readonly type: "integer";
947
- 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";
959
+ 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";
948
960
  readonly minimum: 0;
949
961
  readonly maximum: 1000;
950
962
  };
951
963
  readonly weightType: {
952
- 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).";
964
+ 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).";
953
965
  readonly type: "string";
954
966
  readonly example: "fix";
955
967
  readonly enum: readonly ["variable", "fix"];
956
968
  };
957
969
  readonly stickiness: {
958
970
  readonly type: "string";
959
- 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";
971
+ 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";
960
972
  readonly example: "custom.context.field";
961
973
  };
962
974
  readonly payload: {
@@ -986,7 +998,7 @@ export declare const featureSearchResponseSchema: {
986
998
  readonly $id: "#/components/schemas/variantSchema";
987
999
  readonly type: "object";
988
1000
  readonly additionalProperties: false;
989
- 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";
1001
+ 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";
990
1002
  readonly required: readonly ["name", "weight"];
991
1003
  readonly properties: {
992
1004
  readonly name: {
@@ -996,7 +1008,7 @@ export declare const featureSearchResponseSchema: {
996
1008
  };
997
1009
  readonly weight: {
998
1010
  readonly type: "number";
999
- 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";
1011
+ 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";
1000
1012
  readonly minimum: 0;
1001
1013
  readonly maximum: 1000;
1002
1014
  };
@@ -1008,7 +1020,7 @@ export declare const featureSearchResponseSchema: {
1008
1020
  };
1009
1021
  readonly stickiness: {
1010
1022
  readonly type: "string";
1011
- 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";
1023
+ 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";
1012
1024
  readonly example: "custom.context.field";
1013
1025
  };
1014
1026
  readonly payload: {
@@ -1141,6 +1153,13 @@ export declare const featureSearchResponseSchema: {
1141
1153
  readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
1142
1154
  readonly nullable: false;
1143
1155
  };
1156
+ readonly safeguards: {
1157
+ readonly type: "array";
1158
+ readonly description: "An array of safeguards configured for this release plan.";
1159
+ readonly items: {
1160
+ readonly $ref: "#/components/schemas/safeguardSchema";
1161
+ };
1162
+ };
1144
1163
  };
1145
1164
  readonly components: {
1146
1165
  readonly schemas: {
@@ -1180,8 +1199,19 @@ export declare const featureSearchResponseSchema: {
1180
1199
  readonly nullable: true;
1181
1200
  };
1182
1201
  readonly transitionCondition: {
1202
+ readonly type: "object";
1203
+ readonly additionalProperties: false;
1204
+ readonly required: readonly ["intervalMinutes"];
1205
+ readonly properties: {
1206
+ readonly intervalMinutes: {
1207
+ readonly type: "integer";
1208
+ readonly minimum: 1;
1209
+ readonly description: "The interval in minutes before transitioning";
1210
+ readonly example: 30;
1211
+ };
1212
+ };
1183
1213
  readonly description: "The condition configuration for the transition";
1184
- readonly $ref: "#/components/schemas/transitionConditionSchema";
1214
+ readonly nullable: true;
1185
1215
  };
1186
1216
  readonly progressionExecutedAt: {
1187
1217
  readonly type: "string";
@@ -1190,6 +1220,13 @@ export declare const featureSearchResponseSchema: {
1190
1220
  readonly example: "2024-01-01T00:00:00.000Z";
1191
1221
  readonly nullable: true;
1192
1222
  };
1223
+ readonly pausedAt: {
1224
+ readonly type: "string";
1225
+ readonly format: "date-time";
1226
+ readonly description: "The date and time when the milestone was paused.";
1227
+ readonly example: "2024-01-01T00:00:00.000Z";
1228
+ readonly nullable: true;
1229
+ };
1193
1230
  readonly strategies: {
1194
1231
  readonly type: "array";
1195
1232
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -1245,7 +1282,7 @@ export declare const featureSearchResponseSchema: {
1245
1282
  };
1246
1283
  readonly constraints: {
1247
1284
  readonly type: "array";
1248
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1285
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1249
1286
  readonly example: readonly [{
1250
1287
  readonly values: readonly ["1", "2"];
1251
1288
  readonly inverted: false;
@@ -1305,7 +1342,7 @@ export declare const featureSearchResponseSchema: {
1305
1342
  };
1306
1343
  readonly constraints: {
1307
1344
  readonly type: "array";
1308
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1345
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1309
1346
  readonly example: readonly [{
1310
1347
  readonly values: readonly ["1", "2"];
1311
1348
  readonly inverted: false;
@@ -1347,7 +1384,7 @@ export declare const featureSearchResponseSchema: {
1347
1384
  readonly constraintSchema: {
1348
1385
  readonly type: "object";
1349
1386
  readonly required: readonly ["contextName", "operator"];
1350
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1387
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1351
1388
  readonly properties: {
1352
1389
  readonly contextName: {
1353
1390
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1355,7 +1392,7 @@ export declare const featureSearchResponseSchema: {
1355
1392
  readonly type: "string";
1356
1393
  };
1357
1394
  readonly operator: {
1358
- 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).";
1395
+ 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).";
1359
1396
  readonly type: "string";
1360
1397
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1361
1398
  readonly example: "IN";
@@ -1410,19 +1447,19 @@ export declare const featureSearchResponseSchema: {
1410
1447
  };
1411
1448
  readonly weight: {
1412
1449
  readonly type: "integer";
1413
- 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";
1450
+ 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";
1414
1451
  readonly minimum: 0;
1415
1452
  readonly maximum: 1000;
1416
1453
  };
1417
1454
  readonly weightType: {
1418
- 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).";
1455
+ 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).";
1419
1456
  readonly type: "string";
1420
1457
  readonly example: "fix";
1421
1458
  readonly enum: readonly ["variable", "fix"];
1422
1459
  };
1423
1460
  readonly stickiness: {
1424
1461
  readonly type: "string";
1425
- 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";
1462
+ 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";
1426
1463
  readonly example: "custom.context.field";
1427
1464
  };
1428
1465
  readonly payload: {
@@ -1463,7 +1500,7 @@ export declare const featureSearchResponseSchema: {
1463
1500
  readonly constraintSchema: {
1464
1501
  readonly type: "object";
1465
1502
  readonly required: readonly ["contextName", "operator"];
1466
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1503
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1467
1504
  readonly properties: {
1468
1505
  readonly contextName: {
1469
1506
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1471,7 +1508,7 @@ export declare const featureSearchResponseSchema: {
1471
1508
  readonly type: "string";
1472
1509
  };
1473
1510
  readonly operator: {
1474
- 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).";
1511
+ 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).";
1475
1512
  readonly type: "string";
1476
1513
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1477
1514
  readonly example: "IN";
@@ -1517,19 +1554,19 @@ export declare const featureSearchResponseSchema: {
1517
1554
  };
1518
1555
  readonly weight: {
1519
1556
  readonly type: "integer";
1520
- 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";
1557
+ 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";
1521
1558
  readonly minimum: 0;
1522
1559
  readonly maximum: 1000;
1523
1560
  };
1524
1561
  readonly weightType: {
1525
- 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).";
1562
+ 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).";
1526
1563
  readonly type: "string";
1527
1564
  readonly example: "fix";
1528
1565
  readonly enum: readonly ["variable", "fix"];
1529
1566
  };
1530
1567
  readonly stickiness: {
1531
1568
  readonly type: "string";
1532
- 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";
1569
+ 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";
1533
1570
  readonly example: "custom.context.field";
1534
1571
  };
1535
1572
  readonly payload: {
@@ -1588,7 +1625,7 @@ export declare const featureSearchResponseSchema: {
1588
1625
  };
1589
1626
  readonly constraints: {
1590
1627
  readonly type: "array";
1591
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1628
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1592
1629
  readonly example: readonly [{
1593
1630
  readonly values: readonly ["1", "2"];
1594
1631
  readonly inverted: false;
@@ -1630,7 +1667,7 @@ export declare const featureSearchResponseSchema: {
1630
1667
  readonly constraintSchema: {
1631
1668
  readonly type: "object";
1632
1669
  readonly required: readonly ["contextName", "operator"];
1633
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1670
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1634
1671
  readonly properties: {
1635
1672
  readonly contextName: {
1636
1673
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1638,7 +1675,7 @@ export declare const featureSearchResponseSchema: {
1638
1675
  readonly type: "string";
1639
1676
  };
1640
1677
  readonly operator: {
1641
- 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).";
1678
+ 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).";
1642
1679
  readonly type: "string";
1643
1680
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1644
1681
  readonly example: "IN";
@@ -1693,19 +1730,19 @@ export declare const featureSearchResponseSchema: {
1693
1730
  };
1694
1731
  readonly weight: {
1695
1732
  readonly type: "integer";
1696
- 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";
1733
+ 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";
1697
1734
  readonly minimum: 0;
1698
1735
  readonly maximum: 1000;
1699
1736
  };
1700
1737
  readonly weightType: {
1701
- 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).";
1738
+ 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).";
1702
1739
  readonly type: "string";
1703
1740
  readonly example: "fix";
1704
1741
  readonly enum: readonly ["variable", "fix"];
1705
1742
  };
1706
1743
  readonly stickiness: {
1707
1744
  readonly type: "string";
1708
- 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";
1745
+ 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";
1709
1746
  readonly example: "custom.context.field";
1710
1747
  };
1711
1748
  readonly payload: {
@@ -1746,7 +1783,7 @@ export declare const featureSearchResponseSchema: {
1746
1783
  readonly constraintSchema: {
1747
1784
  readonly type: "object";
1748
1785
  readonly required: readonly ["contextName", "operator"];
1749
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1786
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1750
1787
  readonly properties: {
1751
1788
  readonly contextName: {
1752
1789
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1754,7 +1791,7 @@ export declare const featureSearchResponseSchema: {
1754
1791
  readonly type: "string";
1755
1792
  };
1756
1793
  readonly operator: {
1757
- 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).";
1794
+ 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).";
1758
1795
  readonly type: "string";
1759
1796
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1760
1797
  readonly example: "IN";
@@ -1800,19 +1837,19 @@ export declare const featureSearchResponseSchema: {
1800
1837
  };
1801
1838
  readonly weight: {
1802
1839
  readonly type: "integer";
1803
- 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";
1840
+ 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";
1804
1841
  readonly minimum: 0;
1805
1842
  readonly maximum: 1000;
1806
1843
  };
1807
1844
  readonly weightType: {
1808
- 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).";
1845
+ 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).";
1809
1846
  readonly type: "string";
1810
1847
  readonly example: "fix";
1811
1848
  readonly enum: readonly ["variable", "fix"];
1812
1849
  };
1813
1850
  readonly stickiness: {
1814
1851
  readonly type: "string";
1815
- 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";
1852
+ 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";
1816
1853
  readonly example: "custom.context.field";
1817
1854
  };
1818
1855
  readonly payload: {
@@ -1902,7 +1939,7 @@ export declare const featureSearchResponseSchema: {
1902
1939
  };
1903
1940
  readonly constraints: {
1904
1941
  readonly type: "array";
1905
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1942
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1906
1943
  readonly example: readonly [{
1907
1944
  readonly values: readonly ["1", "2"];
1908
1945
  readonly inverted: false;
@@ -1962,7 +1999,7 @@ export declare const featureSearchResponseSchema: {
1962
1999
  };
1963
2000
  readonly constraints: {
1964
2001
  readonly type: "array";
1965
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2002
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1966
2003
  readonly example: readonly [{
1967
2004
  readonly values: readonly ["1", "2"];
1968
2005
  readonly inverted: false;
@@ -2004,7 +2041,7 @@ export declare const featureSearchResponseSchema: {
2004
2041
  readonly constraintSchema: {
2005
2042
  readonly type: "object";
2006
2043
  readonly required: readonly ["contextName", "operator"];
2007
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2044
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2008
2045
  readonly properties: {
2009
2046
  readonly contextName: {
2010
2047
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2012,7 +2049,7 @@ export declare const featureSearchResponseSchema: {
2012
2049
  readonly type: "string";
2013
2050
  };
2014
2051
  readonly operator: {
2015
- 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).";
2052
+ 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).";
2016
2053
  readonly type: "string";
2017
2054
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2018
2055
  readonly example: "IN";
@@ -2067,19 +2104,19 @@ export declare const featureSearchResponseSchema: {
2067
2104
  };
2068
2105
  readonly weight: {
2069
2106
  readonly type: "integer";
2070
- 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";
2107
+ 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";
2071
2108
  readonly minimum: 0;
2072
2109
  readonly maximum: 1000;
2073
2110
  };
2074
2111
  readonly weightType: {
2075
- 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).";
2112
+ 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).";
2076
2113
  readonly type: "string";
2077
2114
  readonly example: "fix";
2078
2115
  readonly enum: readonly ["variable", "fix"];
2079
2116
  };
2080
2117
  readonly stickiness: {
2081
2118
  readonly type: "string";
2082
- 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";
2119
+ 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";
2083
2120
  readonly example: "custom.context.field";
2084
2121
  };
2085
2122
  readonly payload: {
@@ -2120,7 +2157,7 @@ export declare const featureSearchResponseSchema: {
2120
2157
  readonly constraintSchema: {
2121
2158
  readonly type: "object";
2122
2159
  readonly required: readonly ["contextName", "operator"];
2123
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2160
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2124
2161
  readonly properties: {
2125
2162
  readonly contextName: {
2126
2163
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2128,7 +2165,7 @@ export declare const featureSearchResponseSchema: {
2128
2165
  readonly type: "string";
2129
2166
  };
2130
2167
  readonly operator: {
2131
- 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).";
2168
+ 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).";
2132
2169
  readonly type: "string";
2133
2170
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2134
2171
  readonly example: "IN";
@@ -2174,19 +2211,19 @@ export declare const featureSearchResponseSchema: {
2174
2211
  };
2175
2212
  readonly weight: {
2176
2213
  readonly type: "integer";
2177
- 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";
2214
+ 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";
2178
2215
  readonly minimum: 0;
2179
2216
  readonly maximum: 1000;
2180
2217
  };
2181
2218
  readonly weightType: {
2182
- 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).";
2219
+ 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).";
2183
2220
  readonly type: "string";
2184
2221
  readonly example: "fix";
2185
2222
  readonly enum: readonly ["variable", "fix"];
2186
2223
  };
2187
2224
  readonly stickiness: {
2188
2225
  readonly type: "string";
2189
- 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";
2226
+ 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";
2190
2227
  readonly example: "custom.context.field";
2191
2228
  };
2192
2229
  readonly payload: {
@@ -2245,7 +2282,7 @@ export declare const featureSearchResponseSchema: {
2245
2282
  };
2246
2283
  readonly constraints: {
2247
2284
  readonly type: "array";
2248
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2285
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2249
2286
  readonly example: readonly [{
2250
2287
  readonly values: readonly ["1", "2"];
2251
2288
  readonly inverted: false;
@@ -2287,7 +2324,7 @@ export declare const featureSearchResponseSchema: {
2287
2324
  readonly constraintSchema: {
2288
2325
  readonly type: "object";
2289
2326
  readonly required: readonly ["contextName", "operator"];
2290
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2327
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2291
2328
  readonly properties: {
2292
2329
  readonly contextName: {
2293
2330
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2295,7 +2332,7 @@ export declare const featureSearchResponseSchema: {
2295
2332
  readonly type: "string";
2296
2333
  };
2297
2334
  readonly operator: {
2298
- 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).";
2335
+ 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).";
2299
2336
  readonly type: "string";
2300
2337
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2301
2338
  readonly example: "IN";
@@ -2350,19 +2387,19 @@ export declare const featureSearchResponseSchema: {
2350
2387
  };
2351
2388
  readonly weight: {
2352
2389
  readonly type: "integer";
2353
- 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";
2390
+ 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";
2354
2391
  readonly minimum: 0;
2355
2392
  readonly maximum: 1000;
2356
2393
  };
2357
2394
  readonly weightType: {
2358
- 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).";
2395
+ 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).";
2359
2396
  readonly type: "string";
2360
2397
  readonly example: "fix";
2361
2398
  readonly enum: readonly ["variable", "fix"];
2362
2399
  };
2363
2400
  readonly stickiness: {
2364
2401
  readonly type: "string";
2365
- 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";
2402
+ 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";
2366
2403
  readonly example: "custom.context.field";
2367
2404
  };
2368
2405
  readonly payload: {
@@ -2403,7 +2440,7 @@ export declare const featureSearchResponseSchema: {
2403
2440
  readonly constraintSchema: {
2404
2441
  readonly type: "object";
2405
2442
  readonly required: readonly ["contextName", "operator"];
2406
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2443
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2407
2444
  readonly properties: {
2408
2445
  readonly contextName: {
2409
2446
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2411,7 +2448,7 @@ export declare const featureSearchResponseSchema: {
2411
2448
  readonly type: "string";
2412
2449
  };
2413
2450
  readonly operator: {
2414
- 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).";
2451
+ 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).";
2415
2452
  readonly type: "string";
2416
2453
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2417
2454
  readonly example: "IN";
@@ -2457,19 +2494,19 @@ export declare const featureSearchResponseSchema: {
2457
2494
  };
2458
2495
  readonly weight: {
2459
2496
  readonly type: "integer";
2460
- 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";
2497
+ 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";
2461
2498
  readonly minimum: 0;
2462
2499
  readonly maximum: 1000;
2463
2500
  };
2464
2501
  readonly weightType: {
2465
- 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).";
2502
+ 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).";
2466
2503
  readonly type: "string";
2467
2504
  readonly example: "fix";
2468
2505
  readonly enum: readonly ["variable", "fix"];
2469
2506
  };
2470
2507
  readonly stickiness: {
2471
2508
  readonly type: "string";
2472
- 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";
2509
+ 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";
2473
2510
  readonly example: "custom.context.field";
2474
2511
  };
2475
2512
  readonly payload: {
@@ -2511,6 +2548,214 @@ export declare const featureSearchResponseSchema: {
2511
2548
  };
2512
2549
  readonly components: {};
2513
2550
  };
2551
+ readonly safeguardSchema: {
2552
+ readonly $id: "#/components/schemas/safeguardSchema";
2553
+ readonly type: "object";
2554
+ readonly required: readonly ["id", "action", "triggerCondition", "impactMetric"];
2555
+ readonly description: "A safeguard configuration for a release plan.";
2556
+ readonly additionalProperties: false;
2557
+ readonly properties: {
2558
+ readonly id: {
2559
+ readonly type: "string";
2560
+ readonly description: "The unique ULID identifier for this safeguard";
2561
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
2562
+ };
2563
+ readonly action: {
2564
+ readonly type: "object";
2565
+ readonly required: readonly ["type", "id"];
2566
+ readonly additionalProperties: false;
2567
+ readonly description: "The action to take when the safeguard is triggered.";
2568
+ readonly properties: {
2569
+ readonly type: {
2570
+ readonly type: "string";
2571
+ readonly description: "The type of action to perform.";
2572
+ readonly example: "pauseReleasePlanProgressions";
2573
+ };
2574
+ readonly id: {
2575
+ readonly type: "string";
2576
+ readonly description: "The ID of the release plan this safeguard applies to.";
2577
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
2578
+ };
2579
+ };
2580
+ };
2581
+ readonly triggerCondition: {
2582
+ readonly $ref: "#/components/schemas/safeguardTriggerConditionSchema";
2583
+ readonly description: "The condition that triggers the safeguard.";
2584
+ };
2585
+ readonly impactMetric: {
2586
+ readonly type: "object";
2587
+ readonly required: readonly ["id", "metricName", "timeRange", "aggregationMode", "labelSelectors"];
2588
+ readonly additionalProperties: false;
2589
+ readonly properties: {
2590
+ readonly metricName: {
2591
+ readonly type: "string";
2592
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2593
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2594
+ };
2595
+ readonly timeRange: {
2596
+ readonly type: "string";
2597
+ readonly enum: readonly ["hour", "day", "week", "month"];
2598
+ readonly description: "The time range for the metric data.";
2599
+ readonly example: "day";
2600
+ };
2601
+ readonly aggregationMode: {
2602
+ readonly type: "string";
2603
+ readonly description: "The aggregation mode for the metric data.";
2604
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2605
+ readonly example: "rps";
2606
+ };
2607
+ readonly labelSelectors: {
2608
+ readonly type: "object";
2609
+ readonly additionalProperties: {
2610
+ readonly type: "array";
2611
+ readonly items: {
2612
+ readonly type: "string";
2613
+ };
2614
+ };
2615
+ readonly description: "The selected labels and their values for filtering the metric data.";
2616
+ readonly example: {
2617
+ readonly environment: readonly ["development"];
2618
+ readonly project: readonly ["default"];
2619
+ };
2620
+ };
2621
+ readonly id: {
2622
+ readonly type: "string";
2623
+ readonly description: "The unique identifier for this impact metric";
2624
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
2625
+ };
2626
+ };
2627
+ readonly description: "The metric configuration used to evaluate the safeguard condition.";
2628
+ };
2629
+ };
2630
+ readonly components: {
2631
+ readonly schemas: {
2632
+ readonly metricQuerySchema: {
2633
+ readonly $id: "#/components/schemas/metricQuerySchema";
2634
+ readonly type: "object";
2635
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
2636
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
2637
+ readonly additionalProperties: false;
2638
+ readonly properties: {
2639
+ readonly metricName: {
2640
+ readonly type: "string";
2641
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2642
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2643
+ };
2644
+ readonly timeRange: {
2645
+ readonly type: "string";
2646
+ readonly enum: readonly ["hour", "day", "week", "month"];
2647
+ readonly description: "The time range for the metric data.";
2648
+ readonly example: "day";
2649
+ };
2650
+ readonly aggregationMode: {
2651
+ readonly type: "string";
2652
+ readonly description: "The aggregation mode for the metric data.";
2653
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2654
+ readonly example: "rps";
2655
+ };
2656
+ readonly labelSelectors: {
2657
+ readonly type: "object";
2658
+ readonly additionalProperties: {
2659
+ readonly type: "array";
2660
+ readonly items: {
2661
+ readonly type: "string";
2662
+ };
2663
+ };
2664
+ readonly description: "The selected labels and their values for filtering the metric data.";
2665
+ readonly example: {
2666
+ readonly environment: readonly ["development"];
2667
+ readonly project: readonly ["default"];
2668
+ };
2669
+ };
2670
+ };
2671
+ readonly components: {};
2672
+ };
2673
+ readonly safeguardTriggerConditionSchema: {
2674
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
2675
+ readonly type: "object";
2676
+ readonly required: readonly ["operator", "threshold"];
2677
+ readonly additionalProperties: false;
2678
+ readonly description: "The condition that triggers the safeguard.";
2679
+ readonly properties: {
2680
+ readonly operator: {
2681
+ readonly type: "string";
2682
+ readonly enum: readonly [">", "<"];
2683
+ readonly description: "The comparison operator for the threshold check.";
2684
+ readonly example: ">";
2685
+ };
2686
+ readonly threshold: {
2687
+ readonly type: "number";
2688
+ readonly description: "The threshold value to compare against.";
2689
+ readonly example: 100;
2690
+ };
2691
+ };
2692
+ readonly components: {};
2693
+ };
2694
+ };
2695
+ };
2696
+ };
2697
+ readonly metricQuerySchema: {
2698
+ readonly $id: "#/components/schemas/metricQuerySchema";
2699
+ readonly type: "object";
2700
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
2701
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
2702
+ readonly additionalProperties: false;
2703
+ readonly properties: {
2704
+ readonly metricName: {
2705
+ readonly type: "string";
2706
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2707
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2708
+ };
2709
+ readonly timeRange: {
2710
+ readonly type: "string";
2711
+ readonly enum: readonly ["hour", "day", "week", "month"];
2712
+ readonly description: "The time range for the metric data.";
2713
+ readonly example: "day";
2714
+ };
2715
+ readonly aggregationMode: {
2716
+ readonly type: "string";
2717
+ readonly description: "The aggregation mode for the metric data.";
2718
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2719
+ readonly example: "rps";
2720
+ };
2721
+ readonly labelSelectors: {
2722
+ readonly type: "object";
2723
+ readonly additionalProperties: {
2724
+ readonly type: "array";
2725
+ readonly items: {
2726
+ readonly type: "string";
2727
+ };
2728
+ };
2729
+ readonly description: "The selected labels and their values for filtering the metric data.";
2730
+ readonly example: {
2731
+ readonly environment: readonly ["development"];
2732
+ readonly project: readonly ["default"];
2733
+ };
2734
+ };
2735
+ };
2736
+ readonly components: {};
2737
+ };
2738
+ readonly safeguardTriggerConditionSchema: {
2739
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
2740
+ readonly type: "object";
2741
+ readonly required: readonly ["operator", "threshold"];
2742
+ readonly additionalProperties: false;
2743
+ readonly description: "The condition that triggers the safeguard.";
2744
+ readonly properties: {
2745
+ readonly operator: {
2746
+ readonly type: "string";
2747
+ readonly enum: readonly [">", "<"];
2748
+ readonly description: "The comparison operator for the threshold check.";
2749
+ readonly example: ">";
2750
+ };
2751
+ readonly threshold: {
2752
+ readonly type: "number";
2753
+ readonly description: "The threshold value to compare against.";
2754
+ readonly example: 100;
2755
+ };
2756
+ };
2757
+ readonly components: {};
2758
+ };
2514
2759
  };
2515
2760
  };
2516
2761
  };
@@ -2550,8 +2795,19 @@ export declare const featureSearchResponseSchema: {
2550
2795
  readonly nullable: true;
2551
2796
  };
2552
2797
  readonly transitionCondition: {
2798
+ readonly type: "object";
2799
+ readonly additionalProperties: false;
2800
+ readonly required: readonly ["intervalMinutes"];
2801
+ readonly properties: {
2802
+ readonly intervalMinutes: {
2803
+ readonly type: "integer";
2804
+ readonly minimum: 1;
2805
+ readonly description: "The interval in minutes before transitioning";
2806
+ readonly example: 30;
2807
+ };
2808
+ };
2553
2809
  readonly description: "The condition configuration for the transition";
2554
- readonly $ref: "#/components/schemas/transitionConditionSchema";
2810
+ readonly nullable: true;
2555
2811
  };
2556
2812
  readonly progressionExecutedAt: {
2557
2813
  readonly type: "string";
@@ -2560,6 +2816,13 @@ export declare const featureSearchResponseSchema: {
2560
2816
  readonly example: "2024-01-01T00:00:00.000Z";
2561
2817
  readonly nullable: true;
2562
2818
  };
2819
+ readonly pausedAt: {
2820
+ readonly type: "string";
2821
+ readonly format: "date-time";
2822
+ readonly description: "The date and time when the milestone was paused.";
2823
+ readonly example: "2024-01-01T00:00:00.000Z";
2824
+ readonly nullable: true;
2825
+ };
2563
2826
  readonly strategies: {
2564
2827
  readonly type: "array";
2565
2828
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -2615,7 +2878,7 @@ export declare const featureSearchResponseSchema: {
2615
2878
  };
2616
2879
  readonly constraints: {
2617
2880
  readonly type: "array";
2618
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2881
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2619
2882
  readonly example: readonly [{
2620
2883
  readonly values: readonly ["1", "2"];
2621
2884
  readonly inverted: false;
@@ -2675,7 +2938,7 @@ export declare const featureSearchResponseSchema: {
2675
2938
  };
2676
2939
  readonly constraints: {
2677
2940
  readonly type: "array";
2678
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2941
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2679
2942
  readonly example: readonly [{
2680
2943
  readonly values: readonly ["1", "2"];
2681
2944
  readonly inverted: false;
@@ -2717,7 +2980,7 @@ export declare const featureSearchResponseSchema: {
2717
2980
  readonly constraintSchema: {
2718
2981
  readonly type: "object";
2719
2982
  readonly required: readonly ["contextName", "operator"];
2720
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2983
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2721
2984
  readonly properties: {
2722
2985
  readonly contextName: {
2723
2986
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2725,7 +2988,7 @@ export declare const featureSearchResponseSchema: {
2725
2988
  readonly type: "string";
2726
2989
  };
2727
2990
  readonly operator: {
2728
- 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).";
2991
+ 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).";
2729
2992
  readonly type: "string";
2730
2993
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2731
2994
  readonly example: "IN";
@@ -2780,19 +3043,19 @@ export declare const featureSearchResponseSchema: {
2780
3043
  };
2781
3044
  readonly weight: {
2782
3045
  readonly type: "integer";
2783
- 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";
3046
+ 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";
2784
3047
  readonly minimum: 0;
2785
3048
  readonly maximum: 1000;
2786
3049
  };
2787
3050
  readonly weightType: {
2788
- 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).";
3051
+ 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).";
2789
3052
  readonly type: "string";
2790
3053
  readonly example: "fix";
2791
3054
  readonly enum: readonly ["variable", "fix"];
2792
3055
  };
2793
3056
  readonly stickiness: {
2794
3057
  readonly type: "string";
2795
- 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";
3058
+ 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";
2796
3059
  readonly example: "custom.context.field";
2797
3060
  };
2798
3061
  readonly payload: {
@@ -2833,7 +3096,7 @@ export declare const featureSearchResponseSchema: {
2833
3096
  readonly constraintSchema: {
2834
3097
  readonly type: "object";
2835
3098
  readonly required: readonly ["contextName", "operator"];
2836
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3099
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2837
3100
  readonly properties: {
2838
3101
  readonly contextName: {
2839
3102
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2841,7 +3104,7 @@ export declare const featureSearchResponseSchema: {
2841
3104
  readonly type: "string";
2842
3105
  };
2843
3106
  readonly operator: {
2844
- 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).";
3107
+ 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).";
2845
3108
  readonly type: "string";
2846
3109
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2847
3110
  readonly example: "IN";
@@ -2887,19 +3150,19 @@ export declare const featureSearchResponseSchema: {
2887
3150
  };
2888
3151
  readonly weight: {
2889
3152
  readonly type: "integer";
2890
- 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";
3153
+ 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";
2891
3154
  readonly minimum: 0;
2892
3155
  readonly maximum: 1000;
2893
3156
  };
2894
3157
  readonly weightType: {
2895
- 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).";
3158
+ 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).";
2896
3159
  readonly type: "string";
2897
3160
  readonly example: "fix";
2898
3161
  readonly enum: readonly ["variable", "fix"];
2899
3162
  };
2900
3163
  readonly stickiness: {
2901
3164
  readonly type: "string";
2902
- 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";
3165
+ 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";
2903
3166
  readonly example: "custom.context.field";
2904
3167
  };
2905
3168
  readonly payload: {
@@ -2958,7 +3221,7 @@ export declare const featureSearchResponseSchema: {
2958
3221
  };
2959
3222
  readonly constraints: {
2960
3223
  readonly type: "array";
2961
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3224
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2962
3225
  readonly example: readonly [{
2963
3226
  readonly values: readonly ["1", "2"];
2964
3227
  readonly inverted: false;
@@ -3000,7 +3263,7 @@ export declare const featureSearchResponseSchema: {
3000
3263
  readonly constraintSchema: {
3001
3264
  readonly type: "object";
3002
3265
  readonly required: readonly ["contextName", "operator"];
3003
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3266
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3004
3267
  readonly properties: {
3005
3268
  readonly contextName: {
3006
3269
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3008,7 +3271,7 @@ export declare const featureSearchResponseSchema: {
3008
3271
  readonly type: "string";
3009
3272
  };
3010
3273
  readonly operator: {
3011
- 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).";
3274
+ 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).";
3012
3275
  readonly type: "string";
3013
3276
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3014
3277
  readonly example: "IN";
@@ -3063,19 +3326,19 @@ export declare const featureSearchResponseSchema: {
3063
3326
  };
3064
3327
  readonly weight: {
3065
3328
  readonly type: "integer";
3066
- 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";
3329
+ 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";
3067
3330
  readonly minimum: 0;
3068
3331
  readonly maximum: 1000;
3069
3332
  };
3070
3333
  readonly weightType: {
3071
- 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).";
3334
+ 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).";
3072
3335
  readonly type: "string";
3073
3336
  readonly example: "fix";
3074
3337
  readonly enum: readonly ["variable", "fix"];
3075
3338
  };
3076
3339
  readonly stickiness: {
3077
3340
  readonly type: "string";
3078
- 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";
3341
+ 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";
3079
3342
  readonly example: "custom.context.field";
3080
3343
  };
3081
3344
  readonly payload: {
@@ -3116,7 +3379,7 @@ export declare const featureSearchResponseSchema: {
3116
3379
  readonly constraintSchema: {
3117
3380
  readonly type: "object";
3118
3381
  readonly required: readonly ["contextName", "operator"];
3119
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3382
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3120
3383
  readonly properties: {
3121
3384
  readonly contextName: {
3122
3385
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3124,7 +3387,7 @@ export declare const featureSearchResponseSchema: {
3124
3387
  readonly type: "string";
3125
3388
  };
3126
3389
  readonly operator: {
3127
- 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).";
3390
+ 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).";
3128
3391
  readonly type: "string";
3129
3392
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3130
3393
  readonly example: "IN";
@@ -3170,19 +3433,19 @@ export declare const featureSearchResponseSchema: {
3170
3433
  };
3171
3434
  readonly weight: {
3172
3435
  readonly type: "integer";
3173
- 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";
3436
+ 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";
3174
3437
  readonly minimum: 0;
3175
3438
  readonly maximum: 1000;
3176
3439
  };
3177
3440
  readonly weightType: {
3178
- 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).";
3441
+ 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).";
3179
3442
  readonly type: "string";
3180
3443
  readonly example: "fix";
3181
3444
  readonly enum: readonly ["variable", "fix"];
3182
3445
  };
3183
3446
  readonly stickiness: {
3184
3447
  readonly type: "string";
3185
- 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";
3448
+ 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";
3186
3449
  readonly example: "custom.context.field";
3187
3450
  };
3188
3451
  readonly payload: {
@@ -3272,7 +3535,7 @@ export declare const featureSearchResponseSchema: {
3272
3535
  };
3273
3536
  readonly constraints: {
3274
3537
  readonly type: "array";
3275
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3538
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3276
3539
  readonly example: readonly [{
3277
3540
  readonly values: readonly ["1", "2"];
3278
3541
  readonly inverted: false;
@@ -3332,7 +3595,7 @@ export declare const featureSearchResponseSchema: {
3332
3595
  };
3333
3596
  readonly constraints: {
3334
3597
  readonly type: "array";
3335
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3598
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3336
3599
  readonly example: readonly [{
3337
3600
  readonly values: readonly ["1", "2"];
3338
3601
  readonly inverted: false;
@@ -3374,7 +3637,7 @@ export declare const featureSearchResponseSchema: {
3374
3637
  readonly constraintSchema: {
3375
3638
  readonly type: "object";
3376
3639
  readonly required: readonly ["contextName", "operator"];
3377
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3640
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3378
3641
  readonly properties: {
3379
3642
  readonly contextName: {
3380
3643
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3382,7 +3645,7 @@ export declare const featureSearchResponseSchema: {
3382
3645
  readonly type: "string";
3383
3646
  };
3384
3647
  readonly operator: {
3385
- 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).";
3648
+ 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).";
3386
3649
  readonly type: "string";
3387
3650
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3388
3651
  readonly example: "IN";
@@ -3437,19 +3700,19 @@ export declare const featureSearchResponseSchema: {
3437
3700
  };
3438
3701
  readonly weight: {
3439
3702
  readonly type: "integer";
3440
- 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";
3703
+ 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";
3441
3704
  readonly minimum: 0;
3442
3705
  readonly maximum: 1000;
3443
3706
  };
3444
3707
  readonly weightType: {
3445
- 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).";
3708
+ 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).";
3446
3709
  readonly type: "string";
3447
3710
  readonly example: "fix";
3448
3711
  readonly enum: readonly ["variable", "fix"];
3449
3712
  };
3450
3713
  readonly stickiness: {
3451
3714
  readonly type: "string";
3452
- 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";
3715
+ 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";
3453
3716
  readonly example: "custom.context.field";
3454
3717
  };
3455
3718
  readonly payload: {
@@ -3490,7 +3753,7 @@ export declare const featureSearchResponseSchema: {
3490
3753
  readonly constraintSchema: {
3491
3754
  readonly type: "object";
3492
3755
  readonly required: readonly ["contextName", "operator"];
3493
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3756
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3494
3757
  readonly properties: {
3495
3758
  readonly contextName: {
3496
3759
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3498,7 +3761,7 @@ export declare const featureSearchResponseSchema: {
3498
3761
  readonly type: "string";
3499
3762
  };
3500
3763
  readonly operator: {
3501
- 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).";
3764
+ 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).";
3502
3765
  readonly type: "string";
3503
3766
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3504
3767
  readonly example: "IN";
@@ -3544,19 +3807,19 @@ export declare const featureSearchResponseSchema: {
3544
3807
  };
3545
3808
  readonly weight: {
3546
3809
  readonly type: "integer";
3547
- 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";
3810
+ 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";
3548
3811
  readonly minimum: 0;
3549
3812
  readonly maximum: 1000;
3550
3813
  };
3551
3814
  readonly weightType: {
3552
- 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).";
3815
+ 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).";
3553
3816
  readonly type: "string";
3554
3817
  readonly example: "fix";
3555
3818
  readonly enum: readonly ["variable", "fix"];
3556
3819
  };
3557
3820
  readonly stickiness: {
3558
3821
  readonly type: "string";
3559
- 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";
3822
+ 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";
3560
3823
  readonly example: "custom.context.field";
3561
3824
  };
3562
3825
  readonly payload: {
@@ -3615,7 +3878,7 @@ export declare const featureSearchResponseSchema: {
3615
3878
  };
3616
3879
  readonly constraints: {
3617
3880
  readonly type: "array";
3618
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3881
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3619
3882
  readonly example: readonly [{
3620
3883
  readonly values: readonly ["1", "2"];
3621
3884
  readonly inverted: false;
@@ -3657,7 +3920,7 @@ export declare const featureSearchResponseSchema: {
3657
3920
  readonly constraintSchema: {
3658
3921
  readonly type: "object";
3659
3922
  readonly required: readonly ["contextName", "operator"];
3660
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3923
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3661
3924
  readonly properties: {
3662
3925
  readonly contextName: {
3663
3926
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3665,7 +3928,7 @@ export declare const featureSearchResponseSchema: {
3665
3928
  readonly type: "string";
3666
3929
  };
3667
3930
  readonly operator: {
3668
- 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).";
3931
+ 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).";
3669
3932
  readonly type: "string";
3670
3933
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3671
3934
  readonly example: "IN";
@@ -3720,19 +3983,19 @@ export declare const featureSearchResponseSchema: {
3720
3983
  };
3721
3984
  readonly weight: {
3722
3985
  readonly type: "integer";
3723
- 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";
3986
+ 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";
3724
3987
  readonly minimum: 0;
3725
3988
  readonly maximum: 1000;
3726
3989
  };
3727
3990
  readonly weightType: {
3728
- 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).";
3991
+ 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).";
3729
3992
  readonly type: "string";
3730
3993
  readonly example: "fix";
3731
3994
  readonly enum: readonly ["variable", "fix"];
3732
3995
  };
3733
3996
  readonly stickiness: {
3734
3997
  readonly type: "string";
3735
- 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";
3998
+ 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";
3736
3999
  readonly example: "custom.context.field";
3737
4000
  };
3738
4001
  readonly payload: {
@@ -3774,19 +4037,19 @@ export declare const featureSearchResponseSchema: {
3774
4037
  };
3775
4038
  readonly weight: {
3776
4039
  readonly type: "integer";
3777
- 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";
4040
+ 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";
3778
4041
  readonly minimum: 0;
3779
4042
  readonly maximum: 1000;
3780
4043
  };
3781
4044
  readonly weightType: {
3782
- 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).";
4045
+ 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).";
3783
4046
  readonly type: "string";
3784
4047
  readonly example: "fix";
3785
4048
  readonly enum: readonly ["variable", "fix"];
3786
4049
  };
3787
4050
  readonly stickiness: {
3788
4051
  readonly type: "string";
3789
- 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";
4052
+ 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";
3790
4053
  readonly example: "custom.context.field";
3791
4054
  };
3792
4055
  readonly payload: {
@@ -3835,7 +4098,7 @@ export declare const featureSearchResponseSchema: {
3835
4098
  readonly $id: "#/components/schemas/variantSchema";
3836
4099
  readonly type: "object";
3837
4100
  readonly additionalProperties: false;
3838
- 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";
4101
+ 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";
3839
4102
  readonly required: readonly ["name", "weight"];
3840
4103
  readonly properties: {
3841
4104
  readonly name: {
@@ -3845,7 +4108,7 @@ export declare const featureSearchResponseSchema: {
3845
4108
  };
3846
4109
  readonly weight: {
3847
4110
  readonly type: "number";
3848
- 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";
4111
+ 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";
3849
4112
  readonly minimum: 0;
3850
4113
  readonly maximum: 1000;
3851
4114
  };
@@ -3857,7 +4120,7 @@ export declare const featureSearchResponseSchema: {
3857
4120
  };
3858
4121
  readonly stickiness: {
3859
4122
  readonly type: "string";
3860
- 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";
4123
+ 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";
3861
4124
  readonly example: "custom.context.field";
3862
4125
  };
3863
4126
  readonly payload: {
@@ -3990,6 +4253,13 @@ export declare const featureSearchResponseSchema: {
3990
4253
  readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
3991
4254
  readonly nullable: false;
3992
4255
  };
4256
+ readonly safeguards: {
4257
+ readonly type: "array";
4258
+ readonly description: "An array of safeguards configured for this release plan.";
4259
+ readonly items: {
4260
+ readonly $ref: "#/components/schemas/safeguardSchema";
4261
+ };
4262
+ };
3993
4263
  };
3994
4264
  readonly components: {
3995
4265
  readonly schemas: {
@@ -4029,8 +4299,19 @@ export declare const featureSearchResponseSchema: {
4029
4299
  readonly nullable: true;
4030
4300
  };
4031
4301
  readonly transitionCondition: {
4302
+ readonly type: "object";
4303
+ readonly additionalProperties: false;
4304
+ readonly required: readonly ["intervalMinutes"];
4305
+ readonly properties: {
4306
+ readonly intervalMinutes: {
4307
+ readonly type: "integer";
4308
+ readonly minimum: 1;
4309
+ readonly description: "The interval in minutes before transitioning";
4310
+ readonly example: 30;
4311
+ };
4312
+ };
4032
4313
  readonly description: "The condition configuration for the transition";
4033
- readonly $ref: "#/components/schemas/transitionConditionSchema";
4314
+ readonly nullable: true;
4034
4315
  };
4035
4316
  readonly progressionExecutedAt: {
4036
4317
  readonly type: "string";
@@ -4039,6 +4320,13 @@ export declare const featureSearchResponseSchema: {
4039
4320
  readonly example: "2024-01-01T00:00:00.000Z";
4040
4321
  readonly nullable: true;
4041
4322
  };
4323
+ readonly pausedAt: {
4324
+ readonly type: "string";
4325
+ readonly format: "date-time";
4326
+ readonly description: "The date and time when the milestone was paused.";
4327
+ readonly example: "2024-01-01T00:00:00.000Z";
4328
+ readonly nullable: true;
4329
+ };
4042
4330
  readonly strategies: {
4043
4331
  readonly type: "array";
4044
4332
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -4094,7 +4382,7 @@ export declare const featureSearchResponseSchema: {
4094
4382
  };
4095
4383
  readonly constraints: {
4096
4384
  readonly type: "array";
4097
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4385
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4098
4386
  readonly example: readonly [{
4099
4387
  readonly values: readonly ["1", "2"];
4100
4388
  readonly inverted: false;
@@ -4154,7 +4442,7 @@ export declare const featureSearchResponseSchema: {
4154
4442
  };
4155
4443
  readonly constraints: {
4156
4444
  readonly type: "array";
4157
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4445
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4158
4446
  readonly example: readonly [{
4159
4447
  readonly values: readonly ["1", "2"];
4160
4448
  readonly inverted: false;
@@ -4196,7 +4484,7 @@ export declare const featureSearchResponseSchema: {
4196
4484
  readonly constraintSchema: {
4197
4485
  readonly type: "object";
4198
4486
  readonly required: readonly ["contextName", "operator"];
4199
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4487
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4200
4488
  readonly properties: {
4201
4489
  readonly contextName: {
4202
4490
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4204,7 +4492,7 @@ export declare const featureSearchResponseSchema: {
4204
4492
  readonly type: "string";
4205
4493
  };
4206
4494
  readonly operator: {
4207
- 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).";
4495
+ 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).";
4208
4496
  readonly type: "string";
4209
4497
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4210
4498
  readonly example: "IN";
@@ -4259,19 +4547,19 @@ export declare const featureSearchResponseSchema: {
4259
4547
  };
4260
4548
  readonly weight: {
4261
4549
  readonly type: "integer";
4262
- 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";
4550
+ 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";
4263
4551
  readonly minimum: 0;
4264
4552
  readonly maximum: 1000;
4265
4553
  };
4266
4554
  readonly weightType: {
4267
- 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).";
4555
+ 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).";
4268
4556
  readonly type: "string";
4269
4557
  readonly example: "fix";
4270
4558
  readonly enum: readonly ["variable", "fix"];
4271
4559
  };
4272
4560
  readonly stickiness: {
4273
4561
  readonly type: "string";
4274
- 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";
4562
+ 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";
4275
4563
  readonly example: "custom.context.field";
4276
4564
  };
4277
4565
  readonly payload: {
@@ -4312,7 +4600,7 @@ export declare const featureSearchResponseSchema: {
4312
4600
  readonly constraintSchema: {
4313
4601
  readonly type: "object";
4314
4602
  readonly required: readonly ["contextName", "operator"];
4315
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4603
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4316
4604
  readonly properties: {
4317
4605
  readonly contextName: {
4318
4606
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4320,7 +4608,7 @@ export declare const featureSearchResponseSchema: {
4320
4608
  readonly type: "string";
4321
4609
  };
4322
4610
  readonly operator: {
4323
- 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).";
4611
+ 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).";
4324
4612
  readonly type: "string";
4325
4613
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4326
4614
  readonly example: "IN";
@@ -4366,19 +4654,19 @@ export declare const featureSearchResponseSchema: {
4366
4654
  };
4367
4655
  readonly weight: {
4368
4656
  readonly type: "integer";
4369
- 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";
4657
+ 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";
4370
4658
  readonly minimum: 0;
4371
4659
  readonly maximum: 1000;
4372
4660
  };
4373
4661
  readonly weightType: {
4374
- 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).";
4662
+ 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).";
4375
4663
  readonly type: "string";
4376
4664
  readonly example: "fix";
4377
4665
  readonly enum: readonly ["variable", "fix"];
4378
4666
  };
4379
4667
  readonly stickiness: {
4380
4668
  readonly type: "string";
4381
- 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";
4669
+ 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";
4382
4670
  readonly example: "custom.context.field";
4383
4671
  };
4384
4672
  readonly payload: {
@@ -4437,7 +4725,7 @@ export declare const featureSearchResponseSchema: {
4437
4725
  };
4438
4726
  readonly constraints: {
4439
4727
  readonly type: "array";
4440
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
4728
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4441
4729
  readonly example: readonly [{
4442
4730
  readonly values: readonly ["1", "2"];
4443
4731
  readonly inverted: false;
@@ -4479,7 +4767,7 @@ export declare const featureSearchResponseSchema: {
4479
4767
  readonly constraintSchema: {
4480
4768
  readonly type: "object";
4481
4769
  readonly required: readonly ["contextName", "operator"];
4482
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4770
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4483
4771
  readonly properties: {
4484
4772
  readonly contextName: {
4485
4773
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4487,7 +4775,7 @@ export declare const featureSearchResponseSchema: {
4487
4775
  readonly type: "string";
4488
4776
  };
4489
4777
  readonly operator: {
4490
- 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).";
4778
+ 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).";
4491
4779
  readonly type: "string";
4492
4780
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4493
4781
  readonly example: "IN";
@@ -4542,19 +4830,19 @@ export declare const featureSearchResponseSchema: {
4542
4830
  };
4543
4831
  readonly weight: {
4544
4832
  readonly type: "integer";
4545
- 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";
4833
+ 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";
4546
4834
  readonly minimum: 0;
4547
4835
  readonly maximum: 1000;
4548
4836
  };
4549
4837
  readonly weightType: {
4550
- 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).";
4838
+ 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).";
4551
4839
  readonly type: "string";
4552
4840
  readonly example: "fix";
4553
4841
  readonly enum: readonly ["variable", "fix"];
4554
4842
  };
4555
4843
  readonly stickiness: {
4556
4844
  readonly type: "string";
4557
- 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";
4845
+ 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";
4558
4846
  readonly example: "custom.context.field";
4559
4847
  };
4560
4848
  readonly payload: {
@@ -4595,7 +4883,7 @@ export declare const featureSearchResponseSchema: {
4595
4883
  readonly constraintSchema: {
4596
4884
  readonly type: "object";
4597
4885
  readonly required: readonly ["contextName", "operator"];
4598
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
4886
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4599
4887
  readonly properties: {
4600
4888
  readonly contextName: {
4601
4889
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4603,7 +4891,7 @@ export declare const featureSearchResponseSchema: {
4603
4891
  readonly type: "string";
4604
4892
  };
4605
4893
  readonly operator: {
4606
- 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).";
4894
+ 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).";
4607
4895
  readonly type: "string";
4608
4896
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4609
4897
  readonly example: "IN";
@@ -4649,19 +4937,19 @@ export declare const featureSearchResponseSchema: {
4649
4937
  };
4650
4938
  readonly weight: {
4651
4939
  readonly type: "integer";
4652
- 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";
4940
+ 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";
4653
4941
  readonly minimum: 0;
4654
4942
  readonly maximum: 1000;
4655
4943
  };
4656
4944
  readonly weightType: {
4657
- 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).";
4945
+ 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).";
4658
4946
  readonly type: "string";
4659
4947
  readonly example: "fix";
4660
4948
  readonly enum: readonly ["variable", "fix"];
4661
4949
  };
4662
4950
  readonly stickiness: {
4663
4951
  readonly type: "string";
4664
- 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";
4952
+ 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";
4665
4953
  readonly example: "custom.context.field";
4666
4954
  };
4667
4955
  readonly payload: {
@@ -4751,7 +5039,7 @@ export declare const featureSearchResponseSchema: {
4751
5039
  };
4752
5040
  readonly constraints: {
4753
5041
  readonly type: "array";
4754
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
5042
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4755
5043
  readonly example: readonly [{
4756
5044
  readonly values: readonly ["1", "2"];
4757
5045
  readonly inverted: false;
@@ -4811,7 +5099,7 @@ export declare const featureSearchResponseSchema: {
4811
5099
  };
4812
5100
  readonly constraints: {
4813
5101
  readonly type: "array";
4814
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
5102
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
4815
5103
  readonly example: readonly [{
4816
5104
  readonly values: readonly ["1", "2"];
4817
5105
  readonly inverted: false;
@@ -4853,7 +5141,7 @@ export declare const featureSearchResponseSchema: {
4853
5141
  readonly constraintSchema: {
4854
5142
  readonly type: "object";
4855
5143
  readonly required: readonly ["contextName", "operator"];
4856
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5144
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4857
5145
  readonly properties: {
4858
5146
  readonly contextName: {
4859
5147
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4861,7 +5149,7 @@ export declare const featureSearchResponseSchema: {
4861
5149
  readonly type: "string";
4862
5150
  };
4863
5151
  readonly operator: {
4864
- 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).";
5152
+ 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).";
4865
5153
  readonly type: "string";
4866
5154
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4867
5155
  readonly example: "IN";
@@ -4916,19 +5204,19 @@ export declare const featureSearchResponseSchema: {
4916
5204
  };
4917
5205
  readonly weight: {
4918
5206
  readonly type: "integer";
4919
- 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";
5207
+ 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";
4920
5208
  readonly minimum: 0;
4921
5209
  readonly maximum: 1000;
4922
5210
  };
4923
5211
  readonly weightType: {
4924
- 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).";
5212
+ 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).";
4925
5213
  readonly type: "string";
4926
5214
  readonly example: "fix";
4927
5215
  readonly enum: readonly ["variable", "fix"];
4928
5216
  };
4929
5217
  readonly stickiness: {
4930
5218
  readonly type: "string";
4931
- 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";
5219
+ 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";
4932
5220
  readonly example: "custom.context.field";
4933
5221
  };
4934
5222
  readonly payload: {
@@ -4969,7 +5257,7 @@ export declare const featureSearchResponseSchema: {
4969
5257
  readonly constraintSchema: {
4970
5258
  readonly type: "object";
4971
5259
  readonly required: readonly ["contextName", "operator"];
4972
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5260
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
4973
5261
  readonly properties: {
4974
5262
  readonly contextName: {
4975
5263
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -4977,7 +5265,7 @@ export declare const featureSearchResponseSchema: {
4977
5265
  readonly type: "string";
4978
5266
  };
4979
5267
  readonly operator: {
4980
- 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).";
5268
+ 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).";
4981
5269
  readonly type: "string";
4982
5270
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
4983
5271
  readonly example: "IN";
@@ -5023,19 +5311,19 @@ export declare const featureSearchResponseSchema: {
5023
5311
  };
5024
5312
  readonly weight: {
5025
5313
  readonly type: "integer";
5026
- 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";
5314
+ 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";
5027
5315
  readonly minimum: 0;
5028
5316
  readonly maximum: 1000;
5029
5317
  };
5030
5318
  readonly weightType: {
5031
- 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).";
5319
+ 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).";
5032
5320
  readonly type: "string";
5033
5321
  readonly example: "fix";
5034
5322
  readonly enum: readonly ["variable", "fix"];
5035
5323
  };
5036
5324
  readonly stickiness: {
5037
5325
  readonly type: "string";
5038
- 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";
5326
+ 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";
5039
5327
  readonly example: "custom.context.field";
5040
5328
  };
5041
5329
  readonly payload: {
@@ -5094,7 +5382,7 @@ export declare const featureSearchResponseSchema: {
5094
5382
  };
5095
5383
  readonly constraints: {
5096
5384
  readonly type: "array";
5097
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
5385
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5098
5386
  readonly example: readonly [{
5099
5387
  readonly values: readonly ["1", "2"];
5100
5388
  readonly inverted: false;
@@ -5136,7 +5424,7 @@ export declare const featureSearchResponseSchema: {
5136
5424
  readonly constraintSchema: {
5137
5425
  readonly type: "object";
5138
5426
  readonly required: readonly ["contextName", "operator"];
5139
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5427
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5140
5428
  readonly properties: {
5141
5429
  readonly contextName: {
5142
5430
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5144,7 +5432,7 @@ export declare const featureSearchResponseSchema: {
5144
5432
  readonly type: "string";
5145
5433
  };
5146
5434
  readonly operator: {
5147
- 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).";
5435
+ 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).";
5148
5436
  readonly type: "string";
5149
5437
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5150
5438
  readonly example: "IN";
@@ -5199,19 +5487,19 @@ export declare const featureSearchResponseSchema: {
5199
5487
  };
5200
5488
  readonly weight: {
5201
5489
  readonly type: "integer";
5202
- 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";
5490
+ 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";
5203
5491
  readonly minimum: 0;
5204
5492
  readonly maximum: 1000;
5205
5493
  };
5206
5494
  readonly weightType: {
5207
- 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).";
5495
+ 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).";
5208
5496
  readonly type: "string";
5209
5497
  readonly example: "fix";
5210
5498
  readonly enum: readonly ["variable", "fix"];
5211
5499
  };
5212
5500
  readonly stickiness: {
5213
5501
  readonly type: "string";
5214
- 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";
5502
+ 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";
5215
5503
  readonly example: "custom.context.field";
5216
5504
  };
5217
5505
  readonly payload: {
@@ -5252,7 +5540,7 @@ export declare const featureSearchResponseSchema: {
5252
5540
  readonly constraintSchema: {
5253
5541
  readonly type: "object";
5254
5542
  readonly required: readonly ["contextName", "operator"];
5255
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
5543
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5256
5544
  readonly properties: {
5257
5545
  readonly contextName: {
5258
5546
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5260,7 +5548,7 @@ export declare const featureSearchResponseSchema: {
5260
5548
  readonly type: "string";
5261
5549
  };
5262
5550
  readonly operator: {
5263
- 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).";
5551
+ 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).";
5264
5552
  readonly type: "string";
5265
5553
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5266
5554
  readonly example: "IN";
@@ -5306,19 +5594,19 @@ export declare const featureSearchResponseSchema: {
5306
5594
  };
5307
5595
  readonly weight: {
5308
5596
  readonly type: "integer";
5309
- 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";
5597
+ 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";
5310
5598
  readonly minimum: 0;
5311
5599
  readonly maximum: 1000;
5312
5600
  };
5313
5601
  readonly weightType: {
5314
- 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).";
5602
+ 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).";
5315
5603
  readonly type: "string";
5316
5604
  readonly example: "fix";
5317
5605
  readonly enum: readonly ["variable", "fix"];
5318
5606
  };
5319
5607
  readonly stickiness: {
5320
5608
  readonly type: "string";
5321
- 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";
5609
+ 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";
5322
5610
  readonly example: "custom.context.field";
5323
5611
  };
5324
5612
  readonly payload: {
@@ -5360,6 +5648,214 @@ export declare const featureSearchResponseSchema: {
5360
5648
  };
5361
5649
  readonly components: {};
5362
5650
  };
5651
+ readonly safeguardSchema: {
5652
+ readonly $id: "#/components/schemas/safeguardSchema";
5653
+ readonly type: "object";
5654
+ readonly required: readonly ["id", "action", "triggerCondition", "impactMetric"];
5655
+ readonly description: "A safeguard configuration for a release plan.";
5656
+ readonly additionalProperties: false;
5657
+ readonly properties: {
5658
+ readonly id: {
5659
+ readonly type: "string";
5660
+ readonly description: "The unique ULID identifier for this safeguard";
5661
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
5662
+ };
5663
+ readonly action: {
5664
+ readonly type: "object";
5665
+ readonly required: readonly ["type", "id"];
5666
+ readonly additionalProperties: false;
5667
+ readonly description: "The action to take when the safeguard is triggered.";
5668
+ readonly properties: {
5669
+ readonly type: {
5670
+ readonly type: "string";
5671
+ readonly description: "The type of action to perform.";
5672
+ readonly example: "pauseReleasePlanProgressions";
5673
+ };
5674
+ readonly id: {
5675
+ readonly type: "string";
5676
+ readonly description: "The ID of the release plan this safeguard applies to.";
5677
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
5678
+ };
5679
+ };
5680
+ };
5681
+ readonly triggerCondition: {
5682
+ readonly $ref: "#/components/schemas/safeguardTriggerConditionSchema";
5683
+ readonly description: "The condition that triggers the safeguard.";
5684
+ };
5685
+ readonly impactMetric: {
5686
+ readonly type: "object";
5687
+ readonly required: readonly ["id", "metricName", "timeRange", "aggregationMode", "labelSelectors"];
5688
+ readonly additionalProperties: false;
5689
+ readonly properties: {
5690
+ readonly metricName: {
5691
+ readonly type: "string";
5692
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
5693
+ readonly example: "unleash_counter_feature_toggle_usage_total";
5694
+ };
5695
+ readonly timeRange: {
5696
+ readonly type: "string";
5697
+ readonly enum: readonly ["hour", "day", "week", "month"];
5698
+ readonly description: "The time range for the metric data.";
5699
+ readonly example: "day";
5700
+ };
5701
+ readonly aggregationMode: {
5702
+ readonly type: "string";
5703
+ readonly description: "The aggregation mode for the metric data.";
5704
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
5705
+ readonly example: "rps";
5706
+ };
5707
+ readonly labelSelectors: {
5708
+ readonly type: "object";
5709
+ readonly additionalProperties: {
5710
+ readonly type: "array";
5711
+ readonly items: {
5712
+ readonly type: "string";
5713
+ };
5714
+ };
5715
+ readonly description: "The selected labels and their values for filtering the metric data.";
5716
+ readonly example: {
5717
+ readonly environment: readonly ["development"];
5718
+ readonly project: readonly ["default"];
5719
+ };
5720
+ };
5721
+ readonly id: {
5722
+ readonly type: "string";
5723
+ readonly description: "The unique identifier for this impact metric";
5724
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
5725
+ };
5726
+ };
5727
+ readonly description: "The metric configuration used to evaluate the safeguard condition.";
5728
+ };
5729
+ };
5730
+ readonly components: {
5731
+ readonly schemas: {
5732
+ readonly metricQuerySchema: {
5733
+ readonly $id: "#/components/schemas/metricQuerySchema";
5734
+ readonly type: "object";
5735
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
5736
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
5737
+ readonly additionalProperties: false;
5738
+ readonly properties: {
5739
+ readonly metricName: {
5740
+ readonly type: "string";
5741
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
5742
+ readonly example: "unleash_counter_feature_toggle_usage_total";
5743
+ };
5744
+ readonly timeRange: {
5745
+ readonly type: "string";
5746
+ readonly enum: readonly ["hour", "day", "week", "month"];
5747
+ readonly description: "The time range for the metric data.";
5748
+ readonly example: "day";
5749
+ };
5750
+ readonly aggregationMode: {
5751
+ readonly type: "string";
5752
+ readonly description: "The aggregation mode for the metric data.";
5753
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
5754
+ readonly example: "rps";
5755
+ };
5756
+ readonly labelSelectors: {
5757
+ readonly type: "object";
5758
+ readonly additionalProperties: {
5759
+ readonly type: "array";
5760
+ readonly items: {
5761
+ readonly type: "string";
5762
+ };
5763
+ };
5764
+ readonly description: "The selected labels and their values for filtering the metric data.";
5765
+ readonly example: {
5766
+ readonly environment: readonly ["development"];
5767
+ readonly project: readonly ["default"];
5768
+ };
5769
+ };
5770
+ };
5771
+ readonly components: {};
5772
+ };
5773
+ readonly safeguardTriggerConditionSchema: {
5774
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
5775
+ readonly type: "object";
5776
+ readonly required: readonly ["operator", "threshold"];
5777
+ readonly additionalProperties: false;
5778
+ readonly description: "The condition that triggers the safeguard.";
5779
+ readonly properties: {
5780
+ readonly operator: {
5781
+ readonly type: "string";
5782
+ readonly enum: readonly [">", "<"];
5783
+ readonly description: "The comparison operator for the threshold check.";
5784
+ readonly example: ">";
5785
+ };
5786
+ readonly threshold: {
5787
+ readonly type: "number";
5788
+ readonly description: "The threshold value to compare against.";
5789
+ readonly example: 100;
5790
+ };
5791
+ };
5792
+ readonly components: {};
5793
+ };
5794
+ };
5795
+ };
5796
+ };
5797
+ readonly metricQuerySchema: {
5798
+ readonly $id: "#/components/schemas/metricQuerySchema";
5799
+ readonly type: "object";
5800
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
5801
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
5802
+ readonly additionalProperties: false;
5803
+ readonly properties: {
5804
+ readonly metricName: {
5805
+ readonly type: "string";
5806
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
5807
+ readonly example: "unleash_counter_feature_toggle_usage_total";
5808
+ };
5809
+ readonly timeRange: {
5810
+ readonly type: "string";
5811
+ readonly enum: readonly ["hour", "day", "week", "month"];
5812
+ readonly description: "The time range for the metric data.";
5813
+ readonly example: "day";
5814
+ };
5815
+ readonly aggregationMode: {
5816
+ readonly type: "string";
5817
+ readonly description: "The aggregation mode for the metric data.";
5818
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
5819
+ readonly example: "rps";
5820
+ };
5821
+ readonly labelSelectors: {
5822
+ readonly type: "object";
5823
+ readonly additionalProperties: {
5824
+ readonly type: "array";
5825
+ readonly items: {
5826
+ readonly type: "string";
5827
+ };
5828
+ };
5829
+ readonly description: "The selected labels and their values for filtering the metric data.";
5830
+ readonly example: {
5831
+ readonly environment: readonly ["development"];
5832
+ readonly project: readonly ["default"];
5833
+ };
5834
+ };
5835
+ };
5836
+ readonly components: {};
5837
+ };
5838
+ readonly safeguardTriggerConditionSchema: {
5839
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
5840
+ readonly type: "object";
5841
+ readonly required: readonly ["operator", "threshold"];
5842
+ readonly additionalProperties: false;
5843
+ readonly description: "The condition that triggers the safeguard.";
5844
+ readonly properties: {
5845
+ readonly operator: {
5846
+ readonly type: "string";
5847
+ readonly enum: readonly [">", "<"];
5848
+ readonly description: "The comparison operator for the threshold check.";
5849
+ readonly example: ">";
5850
+ };
5851
+ readonly threshold: {
5852
+ readonly type: "number";
5853
+ readonly description: "The threshold value to compare against.";
5854
+ readonly example: 100;
5855
+ };
5856
+ };
5857
+ readonly components: {};
5858
+ };
5363
5859
  };
5364
5860
  };
5365
5861
  };
@@ -5399,8 +5895,19 @@ export declare const featureSearchResponseSchema: {
5399
5895
  readonly nullable: true;
5400
5896
  };
5401
5897
  readonly transitionCondition: {
5898
+ readonly type: "object";
5899
+ readonly additionalProperties: false;
5900
+ readonly required: readonly ["intervalMinutes"];
5901
+ readonly properties: {
5902
+ readonly intervalMinutes: {
5903
+ readonly type: "integer";
5904
+ readonly minimum: 1;
5905
+ readonly description: "The interval in minutes before transitioning";
5906
+ readonly example: 30;
5907
+ };
5908
+ };
5402
5909
  readonly description: "The condition configuration for the transition";
5403
- readonly $ref: "#/components/schemas/transitionConditionSchema";
5910
+ readonly nullable: true;
5404
5911
  };
5405
5912
  readonly progressionExecutedAt: {
5406
5913
  readonly type: "string";
@@ -5409,6 +5916,13 @@ export declare const featureSearchResponseSchema: {
5409
5916
  readonly example: "2024-01-01T00:00:00.000Z";
5410
5917
  readonly nullable: true;
5411
5918
  };
5919
+ readonly pausedAt: {
5920
+ readonly type: "string";
5921
+ readonly format: "date-time";
5922
+ readonly description: "The date and time when the milestone was paused.";
5923
+ readonly example: "2024-01-01T00:00:00.000Z";
5924
+ readonly nullable: true;
5925
+ };
5412
5926
  readonly strategies: {
5413
5927
  readonly type: "array";
5414
5928
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -5464,7 +5978,7 @@ export declare const featureSearchResponseSchema: {
5464
5978
  };
5465
5979
  readonly constraints: {
5466
5980
  readonly type: "array";
5467
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
5981
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5468
5982
  readonly example: readonly [{
5469
5983
  readonly values: readonly ["1", "2"];
5470
5984
  readonly inverted: false;
@@ -5524,7 +6038,7 @@ export declare const featureSearchResponseSchema: {
5524
6038
  };
5525
6039
  readonly constraints: {
5526
6040
  readonly type: "array";
5527
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6041
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5528
6042
  readonly example: readonly [{
5529
6043
  readonly values: readonly ["1", "2"];
5530
6044
  readonly inverted: false;
@@ -5566,7 +6080,7 @@ export declare const featureSearchResponseSchema: {
5566
6080
  readonly constraintSchema: {
5567
6081
  readonly type: "object";
5568
6082
  readonly required: readonly ["contextName", "operator"];
5569
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6083
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5570
6084
  readonly properties: {
5571
6085
  readonly contextName: {
5572
6086
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5574,7 +6088,7 @@ export declare const featureSearchResponseSchema: {
5574
6088
  readonly type: "string";
5575
6089
  };
5576
6090
  readonly operator: {
5577
- 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).";
6091
+ 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).";
5578
6092
  readonly type: "string";
5579
6093
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5580
6094
  readonly example: "IN";
@@ -5629,19 +6143,19 @@ export declare const featureSearchResponseSchema: {
5629
6143
  };
5630
6144
  readonly weight: {
5631
6145
  readonly type: "integer";
5632
- 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";
6146
+ 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";
5633
6147
  readonly minimum: 0;
5634
6148
  readonly maximum: 1000;
5635
6149
  };
5636
6150
  readonly weightType: {
5637
- 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).";
6151
+ 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).";
5638
6152
  readonly type: "string";
5639
6153
  readonly example: "fix";
5640
6154
  readonly enum: readonly ["variable", "fix"];
5641
6155
  };
5642
6156
  readonly stickiness: {
5643
6157
  readonly type: "string";
5644
- 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";
6158
+ 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";
5645
6159
  readonly example: "custom.context.field";
5646
6160
  };
5647
6161
  readonly payload: {
@@ -5682,7 +6196,7 @@ export declare const featureSearchResponseSchema: {
5682
6196
  readonly constraintSchema: {
5683
6197
  readonly type: "object";
5684
6198
  readonly required: readonly ["contextName", "operator"];
5685
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6199
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5686
6200
  readonly properties: {
5687
6201
  readonly contextName: {
5688
6202
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5690,7 +6204,7 @@ export declare const featureSearchResponseSchema: {
5690
6204
  readonly type: "string";
5691
6205
  };
5692
6206
  readonly operator: {
5693
- 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).";
6207
+ 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).";
5694
6208
  readonly type: "string";
5695
6209
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5696
6210
  readonly example: "IN";
@@ -5736,19 +6250,19 @@ export declare const featureSearchResponseSchema: {
5736
6250
  };
5737
6251
  readonly weight: {
5738
6252
  readonly type: "integer";
5739
- 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";
6253
+ 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";
5740
6254
  readonly minimum: 0;
5741
6255
  readonly maximum: 1000;
5742
6256
  };
5743
6257
  readonly weightType: {
5744
- 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).";
6258
+ 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).";
5745
6259
  readonly type: "string";
5746
6260
  readonly example: "fix";
5747
6261
  readonly enum: readonly ["variable", "fix"];
5748
6262
  };
5749
6263
  readonly stickiness: {
5750
6264
  readonly type: "string";
5751
- 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";
6265
+ 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";
5752
6266
  readonly example: "custom.context.field";
5753
6267
  };
5754
6268
  readonly payload: {
@@ -5807,7 +6321,7 @@ export declare const featureSearchResponseSchema: {
5807
6321
  };
5808
6322
  readonly constraints: {
5809
6323
  readonly type: "array";
5810
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6324
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
5811
6325
  readonly example: readonly [{
5812
6326
  readonly values: readonly ["1", "2"];
5813
6327
  readonly inverted: false;
@@ -5849,7 +6363,7 @@ export declare const featureSearchResponseSchema: {
5849
6363
  readonly constraintSchema: {
5850
6364
  readonly type: "object";
5851
6365
  readonly required: readonly ["contextName", "operator"];
5852
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6366
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5853
6367
  readonly properties: {
5854
6368
  readonly contextName: {
5855
6369
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5857,7 +6371,7 @@ export declare const featureSearchResponseSchema: {
5857
6371
  readonly type: "string";
5858
6372
  };
5859
6373
  readonly operator: {
5860
- 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).";
6374
+ 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).";
5861
6375
  readonly type: "string";
5862
6376
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5863
6377
  readonly example: "IN";
@@ -5912,19 +6426,19 @@ export declare const featureSearchResponseSchema: {
5912
6426
  };
5913
6427
  readonly weight: {
5914
6428
  readonly type: "integer";
5915
- 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";
6429
+ 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";
5916
6430
  readonly minimum: 0;
5917
6431
  readonly maximum: 1000;
5918
6432
  };
5919
6433
  readonly weightType: {
5920
- 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).";
6434
+ 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).";
5921
6435
  readonly type: "string";
5922
6436
  readonly example: "fix";
5923
6437
  readonly enum: readonly ["variable", "fix"];
5924
6438
  };
5925
6439
  readonly stickiness: {
5926
6440
  readonly type: "string";
5927
- 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";
6441
+ 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";
5928
6442
  readonly example: "custom.context.field";
5929
6443
  };
5930
6444
  readonly payload: {
@@ -5965,7 +6479,7 @@ export declare const featureSearchResponseSchema: {
5965
6479
  readonly constraintSchema: {
5966
6480
  readonly type: "object";
5967
6481
  readonly required: readonly ["contextName", "operator"];
5968
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6482
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
5969
6483
  readonly properties: {
5970
6484
  readonly contextName: {
5971
6485
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -5973,7 +6487,7 @@ export declare const featureSearchResponseSchema: {
5973
6487
  readonly type: "string";
5974
6488
  };
5975
6489
  readonly operator: {
5976
- 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).";
6490
+ 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).";
5977
6491
  readonly type: "string";
5978
6492
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
5979
6493
  readonly example: "IN";
@@ -6019,19 +6533,19 @@ export declare const featureSearchResponseSchema: {
6019
6533
  };
6020
6534
  readonly weight: {
6021
6535
  readonly type: "integer";
6022
- 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";
6536
+ 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";
6023
6537
  readonly minimum: 0;
6024
6538
  readonly maximum: 1000;
6025
6539
  };
6026
6540
  readonly weightType: {
6027
- 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).";
6541
+ 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).";
6028
6542
  readonly type: "string";
6029
6543
  readonly example: "fix";
6030
6544
  readonly enum: readonly ["variable", "fix"];
6031
6545
  };
6032
6546
  readonly stickiness: {
6033
6547
  readonly type: "string";
6034
- 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";
6548
+ 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";
6035
6549
  readonly example: "custom.context.field";
6036
6550
  };
6037
6551
  readonly payload: {
@@ -6121,7 +6635,7 @@ export declare const featureSearchResponseSchema: {
6121
6635
  };
6122
6636
  readonly constraints: {
6123
6637
  readonly type: "array";
6124
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6638
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
6125
6639
  readonly example: readonly [{
6126
6640
  readonly values: readonly ["1", "2"];
6127
6641
  readonly inverted: false;
@@ -6181,7 +6695,7 @@ export declare const featureSearchResponseSchema: {
6181
6695
  };
6182
6696
  readonly constraints: {
6183
6697
  readonly type: "array";
6184
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6698
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
6185
6699
  readonly example: readonly [{
6186
6700
  readonly values: readonly ["1", "2"];
6187
6701
  readonly inverted: false;
@@ -6223,7 +6737,7 @@ export declare const featureSearchResponseSchema: {
6223
6737
  readonly constraintSchema: {
6224
6738
  readonly type: "object";
6225
6739
  readonly required: readonly ["contextName", "operator"];
6226
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6740
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
6227
6741
  readonly properties: {
6228
6742
  readonly contextName: {
6229
6743
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -6231,7 +6745,7 @@ export declare const featureSearchResponseSchema: {
6231
6745
  readonly type: "string";
6232
6746
  };
6233
6747
  readonly operator: {
6234
- 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).";
6748
+ 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).";
6235
6749
  readonly type: "string";
6236
6750
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6237
6751
  readonly example: "IN";
@@ -6286,19 +6800,19 @@ export declare const featureSearchResponseSchema: {
6286
6800
  };
6287
6801
  readonly weight: {
6288
6802
  readonly type: "integer";
6289
- 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";
6803
+ 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";
6290
6804
  readonly minimum: 0;
6291
6805
  readonly maximum: 1000;
6292
6806
  };
6293
6807
  readonly weightType: {
6294
- 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).";
6808
+ 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).";
6295
6809
  readonly type: "string";
6296
6810
  readonly example: "fix";
6297
6811
  readonly enum: readonly ["variable", "fix"];
6298
6812
  };
6299
6813
  readonly stickiness: {
6300
6814
  readonly type: "string";
6301
- 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";
6815
+ 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";
6302
6816
  readonly example: "custom.context.field";
6303
6817
  };
6304
6818
  readonly payload: {
@@ -6339,7 +6853,7 @@ export declare const featureSearchResponseSchema: {
6339
6853
  readonly constraintSchema: {
6340
6854
  readonly type: "object";
6341
6855
  readonly required: readonly ["contextName", "operator"];
6342
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
6856
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
6343
6857
  readonly properties: {
6344
6858
  readonly contextName: {
6345
6859
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -6347,7 +6861,7 @@ export declare const featureSearchResponseSchema: {
6347
6861
  readonly type: "string";
6348
6862
  };
6349
6863
  readonly operator: {
6350
- 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).";
6864
+ 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).";
6351
6865
  readonly type: "string";
6352
6866
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6353
6867
  readonly example: "IN";
@@ -6393,19 +6907,19 @@ export declare const featureSearchResponseSchema: {
6393
6907
  };
6394
6908
  readonly weight: {
6395
6909
  readonly type: "integer";
6396
- 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";
6910
+ 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";
6397
6911
  readonly minimum: 0;
6398
6912
  readonly maximum: 1000;
6399
6913
  };
6400
6914
  readonly weightType: {
6401
- 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).";
6915
+ 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).";
6402
6916
  readonly type: "string";
6403
6917
  readonly example: "fix";
6404
6918
  readonly enum: readonly ["variable", "fix"];
6405
6919
  };
6406
6920
  readonly stickiness: {
6407
6921
  readonly type: "string";
6408
- 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";
6922
+ 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";
6409
6923
  readonly example: "custom.context.field";
6410
6924
  };
6411
6925
  readonly payload: {
@@ -6480,7 +6994,7 @@ export declare const featureSearchResponseSchema: {
6480
6994
  };
6481
6995
  readonly constraints: {
6482
6996
  readonly type: "array";
6483
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
6997
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
6484
6998
  readonly example: readonly [{
6485
6999
  readonly values: readonly ["1", "2"];
6486
7000
  readonly inverted: false;
@@ -6522,7 +7036,7 @@ export declare const featureSearchResponseSchema: {
6522
7036
  readonly constraintSchema: {
6523
7037
  readonly type: "object";
6524
7038
  readonly required: readonly ["contextName", "operator"];
6525
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
7039
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
6526
7040
  readonly properties: {
6527
7041
  readonly contextName: {
6528
7042
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -6530,7 +7044,7 @@ export declare const featureSearchResponseSchema: {
6530
7044
  readonly type: "string";
6531
7045
  };
6532
7046
  readonly operator: {
6533
- 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).";
7047
+ 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).";
6534
7048
  readonly type: "string";
6535
7049
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6536
7050
  readonly example: "IN";
@@ -6585,19 +7099,19 @@ export declare const featureSearchResponseSchema: {
6585
7099
  };
6586
7100
  readonly weight: {
6587
7101
  readonly type: "integer";
6588
- 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";
7102
+ 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";
6589
7103
  readonly minimum: 0;
6590
7104
  readonly maximum: 1000;
6591
7105
  };
6592
7106
  readonly weightType: {
6593
- 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).";
7107
+ 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).";
6594
7108
  readonly type: "string";
6595
7109
  readonly example: "fix";
6596
7110
  readonly enum: readonly ["variable", "fix"];
6597
7111
  };
6598
7112
  readonly stickiness: {
6599
7113
  readonly type: "string";
6600
- 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";
7114
+ 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";
6601
7115
  readonly example: "custom.context.field";
6602
7116
  };
6603
7117
  readonly payload: {
@@ -6639,19 +7153,19 @@ export declare const featureSearchResponseSchema: {
6639
7153
  };
6640
7154
  readonly weight: {
6641
7155
  readonly type: "integer";
6642
- 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";
7156
+ 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";
6643
7157
  readonly minimum: 0;
6644
7158
  readonly maximum: 1000;
6645
7159
  };
6646
7160
  readonly weightType: {
6647
- 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).";
7161
+ 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).";
6648
7162
  readonly type: "string";
6649
7163
  readonly example: "fix";
6650
7164
  readonly enum: readonly ["variable", "fix"];
6651
7165
  };
6652
7166
  readonly stickiness: {
6653
7167
  readonly type: "string";
6654
- 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";
7168
+ 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";
6655
7169
  readonly example: "custom.context.field";
6656
7170
  };
6657
7171
  readonly payload: {
@@ -6729,7 +7243,7 @@ export declare const featureSearchResponseSchema: {
6729
7243
  };
6730
7244
  readonly constraints: {
6731
7245
  readonly type: "array";
6732
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
7246
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
6733
7247
  readonly items: {
6734
7248
  readonly $ref: "#/components/schemas/constraintSchema";
6735
7249
  };
@@ -6750,7 +7264,7 @@ export declare const featureSearchResponseSchema: {
6750
7264
  readonly constraintSchema: {
6751
7265
  readonly type: "object";
6752
7266
  readonly required: readonly ["contextName", "operator"];
6753
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
7267
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
6754
7268
  readonly properties: {
6755
7269
  readonly contextName: {
6756
7270
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -6758,7 +7272,7 @@ export declare const featureSearchResponseSchema: {
6758
7272
  readonly type: "string";
6759
7273
  };
6760
7274
  readonly operator: {
6761
- 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).";
7275
+ 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).";
6762
7276
  readonly type: "string";
6763
7277
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
6764
7278
  readonly example: "IN";
@@ -6814,19 +7328,19 @@ export declare const featureSearchResponseSchema: {
6814
7328
  };
6815
7329
  readonly weight: {
6816
7330
  readonly type: "integer";
6817
- 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";
7331
+ 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";
6818
7332
  readonly minimum: 0;
6819
7333
  readonly maximum: 1000;
6820
7334
  };
6821
7335
  readonly weightType: {
6822
- 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).";
7336
+ 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).";
6823
7337
  readonly type: "string";
6824
7338
  readonly example: "fix";
6825
7339
  readonly enum: readonly ["variable", "fix"];
6826
7340
  };
6827
7341
  readonly stickiness: {
6828
7342
  readonly type: "string";
6829
- 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";
7343
+ 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";
6830
7344
  readonly example: "custom.context.field";
6831
7345
  };
6832
7346
  readonly payload: {
@@ -6869,19 +7383,19 @@ export declare const featureSearchResponseSchema: {
6869
7383
  };
6870
7384
  readonly weight: {
6871
7385
  readonly type: "integer";
6872
- 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";
7386
+ 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";
6873
7387
  readonly minimum: 0;
6874
7388
  readonly maximum: 1000;
6875
7389
  };
6876
7390
  readonly weightType: {
6877
- 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).";
7391
+ 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).";
6878
7392
  readonly type: "string";
6879
7393
  readonly example: "fix";
6880
7394
  readonly enum: readonly ["variable", "fix"];
6881
7395
  };
6882
7396
  readonly stickiness: {
6883
7397
  readonly type: "string";
6884
- 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";
7398
+ 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";
6885
7399
  readonly example: "custom.context.field";
6886
7400
  };
6887
7401
  readonly payload: {
@@ -6943,7 +7457,7 @@ export declare const featureSearchResponseSchema: {
6943
7457
  readonly $id: "#/components/schemas/variantSchema";
6944
7458
  readonly type: "object";
6945
7459
  readonly additionalProperties: false;
6946
- 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";
7460
+ 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";
6947
7461
  readonly required: readonly ["name", "weight"];
6948
7462
  readonly properties: {
6949
7463
  readonly name: {
@@ -6953,7 +7467,7 @@ export declare const featureSearchResponseSchema: {
6953
7467
  };
6954
7468
  readonly weight: {
6955
7469
  readonly type: "number";
6956
- 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";
7470
+ 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";
6957
7471
  readonly minimum: 0;
6958
7472
  readonly maximum: 1000;
6959
7473
  };
@@ -6965,7 +7479,7 @@ export declare const featureSearchResponseSchema: {
6965
7479
  };
6966
7480
  readonly stickiness: {
6967
7481
  readonly type: "string";
6968
- 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";
7482
+ 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";
6969
7483
  readonly example: "custom.context.field";
6970
7484
  };
6971
7485
  readonly payload: {
@@ -7028,7 +7542,7 @@ export declare const featureSearchResponseSchema: {
7028
7542
  readonly tagSchema: {
7029
7543
  readonly $id: "#/components/schemas/tagSchema";
7030
7544
  readonly type: "object";
7031
- readonly description: "Representation of a [tag](https://docs.getunleash.io/reference/feature-toggles#tags)";
7545
+ readonly description: "Representation of a [tag](https://docs.getunleash.io/concepts/feature-flags#tags)";
7032
7546
  readonly additionalProperties: false;
7033
7547
  readonly required: readonly ["value", "type"];
7034
7548
  readonly properties: {
@@ -7043,7 +7557,7 @@ export declare const featureSearchResponseSchema: {
7043
7557
  readonly type: "string";
7044
7558
  readonly minLength: 2;
7045
7559
  readonly maxLength: 50;
7046
- readonly description: "The [type](https://docs.getunleash.io/reference/feature-toggles#tags) of the tag";
7560
+ readonly description: "The [type](https://docs.getunleash.io/concepts/feature-flags#tags) of the tag";
7047
7561
  readonly example: "simple";
7048
7562
  };
7049
7563
  readonly color: {
@@ -7059,5 +7573,7 @@ export declare const featureSearchResponseSchema: {
7059
7573
  };
7060
7574
  };
7061
7575
  };
7062
- export type FeatureSearchResponseSchema = FromSchema<typeof featureSearchResponseSchema>;
7576
+ export type FeatureSearchResponseSchema = FromSchema<typeof featureSearchResponseSchema, {
7577
+ keepDefaultedPropertiesOptional: true;
7578
+ }>;
7063
7579
  //# sourceMappingURL=feature-search-response-schema.d.ts.map