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
@@ -98,13 +98,25 @@ export declare const featureEnvironmentSchema: {
98
98
  readonly $ref: "#/components/schemas/releasePlanSchema";
99
99
  };
100
100
  };
101
+ readonly yes: {
102
+ readonly type: "integer";
103
+ readonly description: "How many times the feature evaluated to true (enabled)";
104
+ readonly example: 974;
105
+ readonly minimum: 0;
106
+ };
107
+ readonly no: {
108
+ readonly type: "integer";
109
+ readonly description: "How many times the feature evaluated to false (disabled)";
110
+ readonly example: 50;
111
+ readonly minimum: 0;
112
+ };
101
113
  };
102
114
  readonly components: {
103
115
  readonly schemas: {
104
116
  readonly constraintSchema: {
105
117
  readonly type: "object";
106
118
  readonly required: readonly ["contextName", "operator"];
107
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
119
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
108
120
  readonly properties: {
109
121
  readonly contextName: {
110
122
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -112,7 +124,7 @@ export declare const featureEnvironmentSchema: {
112
124
  readonly type: "string";
113
125
  };
114
126
  readonly operator: {
115
- readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/activation-strategies#constraint-operators).";
127
+ readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
116
128
  readonly type: "string";
117
129
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
118
130
  readonly example: "IN";
@@ -203,7 +215,7 @@ export declare const featureEnvironmentSchema: {
203
215
  };
204
216
  readonly constraints: {
205
217
  readonly type: "array";
206
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
218
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
207
219
  readonly items: {
208
220
  readonly $ref: "#/components/schemas/constraintSchema";
209
221
  };
@@ -224,7 +236,7 @@ export declare const featureEnvironmentSchema: {
224
236
  readonly constraintSchema: {
225
237
  readonly type: "object";
226
238
  readonly required: readonly ["contextName", "operator"];
227
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
239
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
228
240
  readonly properties: {
229
241
  readonly contextName: {
230
242
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -232,7 +244,7 @@ export declare const featureEnvironmentSchema: {
232
244
  readonly type: "string";
233
245
  };
234
246
  readonly operator: {
235
- readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/activation-strategies#constraint-operators).";
247
+ readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
236
248
  readonly type: "string";
237
249
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
238
250
  readonly example: "IN";
@@ -288,19 +300,19 @@ export declare const featureEnvironmentSchema: {
288
300
  };
289
301
  readonly weight: {
290
302
  readonly type: "integer";
291
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
303
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
292
304
  readonly minimum: 0;
293
305
  readonly maximum: 1000;
294
306
  };
295
307
  readonly weightType: {
296
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
308
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
297
309
  readonly type: "string";
298
310
  readonly example: "fix";
299
311
  readonly enum: readonly ["variable", "fix"];
300
312
  };
301
313
  readonly stickiness: {
302
314
  readonly type: "string";
303
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
315
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
304
316
  readonly example: "custom.context.field";
305
317
  };
306
318
  readonly payload: {
@@ -343,19 +355,19 @@ export declare const featureEnvironmentSchema: {
343
355
  };
344
356
  readonly weight: {
345
357
  readonly type: "integer";
346
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
358
+ readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight) for more information";
347
359
  readonly minimum: 0;
348
360
  readonly maximum: 1000;
349
361
  };
350
362
  readonly weightType: {
351
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
363
+ readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/concepts/feature-flag-variants#variant-weight).";
352
364
  readonly type: "string";
353
365
  readonly example: "fix";
354
366
  readonly enum: readonly ["variable", "fix"];
355
367
  };
356
368
  readonly stickiness: {
357
369
  readonly type: "string";
358
- readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
370
+ readonly description: "The [stickiness](https://docs.getunleash.io/concepts/feature-flag-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
359
371
  readonly example: "custom.context.field";
360
372
  };
361
373
  readonly payload: {
@@ -385,7 +397,7 @@ export declare const featureEnvironmentSchema: {
385
397
  readonly $id: "#/components/schemas/variantSchema";
386
398
  readonly type: "object";
387
399
  readonly additionalProperties: false;
388
- 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";
400
+ 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";
389
401
  readonly required: readonly ["name", "weight"];
390
402
  readonly properties: {
391
403
  readonly name: {
@@ -395,7 +407,7 @@ export declare const featureEnvironmentSchema: {
395
407
  };
396
408
  readonly weight: {
397
409
  readonly type: "number";
398
- 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";
410
+ 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";
399
411
  readonly minimum: 0;
400
412
  readonly maximum: 1000;
401
413
  };
@@ -407,7 +419,7 @@ export declare const featureEnvironmentSchema: {
407
419
  };
408
420
  readonly stickiness: {
409
421
  readonly type: "string";
410
- 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";
422
+ 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";
411
423
  readonly example: "custom.context.field";
412
424
  };
413
425
  readonly payload: {
@@ -540,6 +552,13 @@ export declare const featureEnvironmentSchema: {
540
552
  readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
541
553
  readonly nullable: false;
542
554
  };
555
+ readonly safeguards: {
556
+ readonly type: "array";
557
+ readonly description: "An array of safeguards configured for this release plan.";
558
+ readonly items: {
559
+ readonly $ref: "#/components/schemas/safeguardSchema";
560
+ };
561
+ };
543
562
  };
544
563
  readonly components: {
545
564
  readonly schemas: {
@@ -579,8 +598,19 @@ export declare const featureEnvironmentSchema: {
579
598
  readonly nullable: true;
580
599
  };
581
600
  readonly transitionCondition: {
601
+ readonly type: "object";
602
+ readonly additionalProperties: false;
603
+ readonly required: readonly ["intervalMinutes"];
604
+ readonly properties: {
605
+ readonly intervalMinutes: {
606
+ readonly type: "integer";
607
+ readonly minimum: 1;
608
+ readonly description: "The interval in minutes before transitioning";
609
+ readonly example: 30;
610
+ };
611
+ };
582
612
  readonly description: "The condition configuration for the transition";
583
- readonly $ref: "#/components/schemas/transitionConditionSchema";
613
+ readonly nullable: true;
584
614
  };
585
615
  readonly progressionExecutedAt: {
586
616
  readonly type: "string";
@@ -589,6 +619,13 @@ export declare const featureEnvironmentSchema: {
589
619
  readonly example: "2024-01-01T00:00:00.000Z";
590
620
  readonly nullable: true;
591
621
  };
622
+ readonly pausedAt: {
623
+ readonly type: "string";
624
+ readonly format: "date-time";
625
+ readonly description: "The date and time when the milestone was paused.";
626
+ readonly example: "2024-01-01T00:00:00.000Z";
627
+ readonly nullable: true;
628
+ };
592
629
  readonly strategies: {
593
630
  readonly type: "array";
594
631
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -644,7 +681,7 @@ export declare const featureEnvironmentSchema: {
644
681
  };
645
682
  readonly constraints: {
646
683
  readonly type: "array";
647
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
684
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
648
685
  readonly example: readonly [{
649
686
  readonly values: readonly ["1", "2"];
650
687
  readonly inverted: false;
@@ -704,7 +741,7 @@ export declare const featureEnvironmentSchema: {
704
741
  };
705
742
  readonly constraints: {
706
743
  readonly type: "array";
707
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
744
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
708
745
  readonly example: readonly [{
709
746
  readonly values: readonly ["1", "2"];
710
747
  readonly inverted: false;
@@ -746,7 +783,7 @@ export declare const featureEnvironmentSchema: {
746
783
  readonly constraintSchema: {
747
784
  readonly type: "object";
748
785
  readonly required: readonly ["contextName", "operator"];
749
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
786
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
750
787
  readonly properties: {
751
788
  readonly contextName: {
752
789
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -754,7 +791,7 @@ export declare const featureEnvironmentSchema: {
754
791
  readonly type: "string";
755
792
  };
756
793
  readonly operator: {
757
- 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).";
794
+ 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).";
758
795
  readonly type: "string";
759
796
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
760
797
  readonly example: "IN";
@@ -809,19 +846,19 @@ export declare const featureEnvironmentSchema: {
809
846
  };
810
847
  readonly weight: {
811
848
  readonly type: "integer";
812
- 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";
849
+ 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";
813
850
  readonly minimum: 0;
814
851
  readonly maximum: 1000;
815
852
  };
816
853
  readonly weightType: {
817
- 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).";
854
+ 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).";
818
855
  readonly type: "string";
819
856
  readonly example: "fix";
820
857
  readonly enum: readonly ["variable", "fix"];
821
858
  };
822
859
  readonly stickiness: {
823
860
  readonly type: "string";
824
- 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";
861
+ 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";
825
862
  readonly example: "custom.context.field";
826
863
  };
827
864
  readonly payload: {
@@ -862,7 +899,7 @@ export declare const featureEnvironmentSchema: {
862
899
  readonly constraintSchema: {
863
900
  readonly type: "object";
864
901
  readonly required: readonly ["contextName", "operator"];
865
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
902
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
866
903
  readonly properties: {
867
904
  readonly contextName: {
868
905
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -870,7 +907,7 @@ export declare const featureEnvironmentSchema: {
870
907
  readonly type: "string";
871
908
  };
872
909
  readonly operator: {
873
- 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).";
910
+ 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).";
874
911
  readonly type: "string";
875
912
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
876
913
  readonly example: "IN";
@@ -916,19 +953,19 @@ export declare const featureEnvironmentSchema: {
916
953
  };
917
954
  readonly weight: {
918
955
  readonly type: "integer";
919
- 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";
956
+ 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";
920
957
  readonly minimum: 0;
921
958
  readonly maximum: 1000;
922
959
  };
923
960
  readonly weightType: {
924
- 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).";
961
+ 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).";
925
962
  readonly type: "string";
926
963
  readonly example: "fix";
927
964
  readonly enum: readonly ["variable", "fix"];
928
965
  };
929
966
  readonly stickiness: {
930
967
  readonly type: "string";
931
- 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";
968
+ 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";
932
969
  readonly example: "custom.context.field";
933
970
  };
934
971
  readonly payload: {
@@ -987,7 +1024,7 @@ export declare const featureEnvironmentSchema: {
987
1024
  };
988
1025
  readonly constraints: {
989
1026
  readonly type: "array";
990
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1027
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
991
1028
  readonly example: readonly [{
992
1029
  readonly values: readonly ["1", "2"];
993
1030
  readonly inverted: false;
@@ -1029,7 +1066,7 @@ export declare const featureEnvironmentSchema: {
1029
1066
  readonly constraintSchema: {
1030
1067
  readonly type: "object";
1031
1068
  readonly required: readonly ["contextName", "operator"];
1032
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1069
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1033
1070
  readonly properties: {
1034
1071
  readonly contextName: {
1035
1072
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1037,7 +1074,7 @@ export declare const featureEnvironmentSchema: {
1037
1074
  readonly type: "string";
1038
1075
  };
1039
1076
  readonly operator: {
1040
- 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).";
1077
+ 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).";
1041
1078
  readonly type: "string";
1042
1079
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1043
1080
  readonly example: "IN";
@@ -1092,19 +1129,19 @@ export declare const featureEnvironmentSchema: {
1092
1129
  };
1093
1130
  readonly weight: {
1094
1131
  readonly type: "integer";
1095
- 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";
1132
+ 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";
1096
1133
  readonly minimum: 0;
1097
1134
  readonly maximum: 1000;
1098
1135
  };
1099
1136
  readonly weightType: {
1100
- 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).";
1137
+ 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).";
1101
1138
  readonly type: "string";
1102
1139
  readonly example: "fix";
1103
1140
  readonly enum: readonly ["variable", "fix"];
1104
1141
  };
1105
1142
  readonly stickiness: {
1106
1143
  readonly type: "string";
1107
- 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";
1144
+ 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";
1108
1145
  readonly example: "custom.context.field";
1109
1146
  };
1110
1147
  readonly payload: {
@@ -1145,7 +1182,7 @@ export declare const featureEnvironmentSchema: {
1145
1182
  readonly constraintSchema: {
1146
1183
  readonly type: "object";
1147
1184
  readonly required: readonly ["contextName", "operator"];
1148
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1185
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1149
1186
  readonly properties: {
1150
1187
  readonly contextName: {
1151
1188
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1153,7 +1190,7 @@ export declare const featureEnvironmentSchema: {
1153
1190
  readonly type: "string";
1154
1191
  };
1155
1192
  readonly operator: {
1156
- 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).";
1193
+ 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).";
1157
1194
  readonly type: "string";
1158
1195
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1159
1196
  readonly example: "IN";
@@ -1199,19 +1236,19 @@ export declare const featureEnvironmentSchema: {
1199
1236
  };
1200
1237
  readonly weight: {
1201
1238
  readonly type: "integer";
1202
- 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";
1239
+ 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";
1203
1240
  readonly minimum: 0;
1204
1241
  readonly maximum: 1000;
1205
1242
  };
1206
1243
  readonly weightType: {
1207
- 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).";
1244
+ 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).";
1208
1245
  readonly type: "string";
1209
1246
  readonly example: "fix";
1210
1247
  readonly enum: readonly ["variable", "fix"];
1211
1248
  };
1212
1249
  readonly stickiness: {
1213
1250
  readonly type: "string";
1214
- 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";
1251
+ 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";
1215
1252
  readonly example: "custom.context.field";
1216
1253
  };
1217
1254
  readonly payload: {
@@ -1301,7 +1338,7 @@ export declare const featureEnvironmentSchema: {
1301
1338
  };
1302
1339
  readonly constraints: {
1303
1340
  readonly type: "array";
1304
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1341
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1305
1342
  readonly example: readonly [{
1306
1343
  readonly values: readonly ["1", "2"];
1307
1344
  readonly inverted: false;
@@ -1361,7 +1398,7 @@ export declare const featureEnvironmentSchema: {
1361
1398
  };
1362
1399
  readonly constraints: {
1363
1400
  readonly type: "array";
1364
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1401
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1365
1402
  readonly example: readonly [{
1366
1403
  readonly values: readonly ["1", "2"];
1367
1404
  readonly inverted: false;
@@ -1403,7 +1440,7 @@ export declare const featureEnvironmentSchema: {
1403
1440
  readonly constraintSchema: {
1404
1441
  readonly type: "object";
1405
1442
  readonly required: readonly ["contextName", "operator"];
1406
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1443
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1407
1444
  readonly properties: {
1408
1445
  readonly contextName: {
1409
1446
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1411,7 +1448,7 @@ export declare const featureEnvironmentSchema: {
1411
1448
  readonly type: "string";
1412
1449
  };
1413
1450
  readonly operator: {
1414
- 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).";
1451
+ 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).";
1415
1452
  readonly type: "string";
1416
1453
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1417
1454
  readonly example: "IN";
@@ -1466,19 +1503,19 @@ export declare const featureEnvironmentSchema: {
1466
1503
  };
1467
1504
  readonly weight: {
1468
1505
  readonly type: "integer";
1469
- 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";
1506
+ 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";
1470
1507
  readonly minimum: 0;
1471
1508
  readonly maximum: 1000;
1472
1509
  };
1473
1510
  readonly weightType: {
1474
- 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).";
1511
+ 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).";
1475
1512
  readonly type: "string";
1476
1513
  readonly example: "fix";
1477
1514
  readonly enum: readonly ["variable", "fix"];
1478
1515
  };
1479
1516
  readonly stickiness: {
1480
1517
  readonly type: "string";
1481
- 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";
1518
+ 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";
1482
1519
  readonly example: "custom.context.field";
1483
1520
  };
1484
1521
  readonly payload: {
@@ -1519,7 +1556,7 @@ export declare const featureEnvironmentSchema: {
1519
1556
  readonly constraintSchema: {
1520
1557
  readonly type: "object";
1521
1558
  readonly required: readonly ["contextName", "operator"];
1522
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1559
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1523
1560
  readonly properties: {
1524
1561
  readonly contextName: {
1525
1562
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1527,7 +1564,7 @@ export declare const featureEnvironmentSchema: {
1527
1564
  readonly type: "string";
1528
1565
  };
1529
1566
  readonly operator: {
1530
- 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).";
1567
+ 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).";
1531
1568
  readonly type: "string";
1532
1569
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1533
1570
  readonly example: "IN";
@@ -1573,19 +1610,19 @@ export declare const featureEnvironmentSchema: {
1573
1610
  };
1574
1611
  readonly weight: {
1575
1612
  readonly type: "integer";
1576
- 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";
1613
+ 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";
1577
1614
  readonly minimum: 0;
1578
1615
  readonly maximum: 1000;
1579
1616
  };
1580
1617
  readonly weightType: {
1581
- 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).";
1618
+ 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).";
1582
1619
  readonly type: "string";
1583
1620
  readonly example: "fix";
1584
1621
  readonly enum: readonly ["variable", "fix"];
1585
1622
  };
1586
1623
  readonly stickiness: {
1587
1624
  readonly type: "string";
1588
- 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";
1625
+ 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";
1589
1626
  readonly example: "custom.context.field";
1590
1627
  };
1591
1628
  readonly payload: {
@@ -1644,7 +1681,7 @@ export declare const featureEnvironmentSchema: {
1644
1681
  };
1645
1682
  readonly constraints: {
1646
1683
  readonly type: "array";
1647
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
1684
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
1648
1685
  readonly example: readonly [{
1649
1686
  readonly values: readonly ["1", "2"];
1650
1687
  readonly inverted: false;
@@ -1686,7 +1723,7 @@ export declare const featureEnvironmentSchema: {
1686
1723
  readonly constraintSchema: {
1687
1724
  readonly type: "object";
1688
1725
  readonly required: readonly ["contextName", "operator"];
1689
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1726
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1690
1727
  readonly properties: {
1691
1728
  readonly contextName: {
1692
1729
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1694,7 +1731,7 @@ export declare const featureEnvironmentSchema: {
1694
1731
  readonly type: "string";
1695
1732
  };
1696
1733
  readonly operator: {
1697
- 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).";
1734
+ 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).";
1698
1735
  readonly type: "string";
1699
1736
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1700
1737
  readonly example: "IN";
@@ -1749,19 +1786,19 @@ export declare const featureEnvironmentSchema: {
1749
1786
  };
1750
1787
  readonly weight: {
1751
1788
  readonly type: "integer";
1752
- 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";
1789
+ 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";
1753
1790
  readonly minimum: 0;
1754
1791
  readonly maximum: 1000;
1755
1792
  };
1756
1793
  readonly weightType: {
1757
- 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).";
1794
+ 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).";
1758
1795
  readonly type: "string";
1759
1796
  readonly example: "fix";
1760
1797
  readonly enum: readonly ["variable", "fix"];
1761
1798
  };
1762
1799
  readonly stickiness: {
1763
1800
  readonly type: "string";
1764
- 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";
1801
+ 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";
1765
1802
  readonly example: "custom.context.field";
1766
1803
  };
1767
1804
  readonly payload: {
@@ -1802,7 +1839,7 @@ export declare const featureEnvironmentSchema: {
1802
1839
  readonly constraintSchema: {
1803
1840
  readonly type: "object";
1804
1841
  readonly required: readonly ["contextName", "operator"];
1805
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
1842
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
1806
1843
  readonly properties: {
1807
1844
  readonly contextName: {
1808
1845
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -1810,7 +1847,7 @@ export declare const featureEnvironmentSchema: {
1810
1847
  readonly type: "string";
1811
1848
  };
1812
1849
  readonly operator: {
1813
- 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).";
1850
+ 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).";
1814
1851
  readonly type: "string";
1815
1852
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
1816
1853
  readonly example: "IN";
@@ -1856,19 +1893,19 @@ export declare const featureEnvironmentSchema: {
1856
1893
  };
1857
1894
  readonly weight: {
1858
1895
  readonly type: "integer";
1859
- 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";
1896
+ 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";
1860
1897
  readonly minimum: 0;
1861
1898
  readonly maximum: 1000;
1862
1899
  };
1863
1900
  readonly weightType: {
1864
- 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).";
1901
+ 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).";
1865
1902
  readonly type: "string";
1866
1903
  readonly example: "fix";
1867
1904
  readonly enum: readonly ["variable", "fix"];
1868
1905
  };
1869
1906
  readonly stickiness: {
1870
1907
  readonly type: "string";
1871
- 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";
1908
+ 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";
1872
1909
  readonly example: "custom.context.field";
1873
1910
  };
1874
1911
  readonly payload: {
@@ -1910,6 +1947,214 @@ export declare const featureEnvironmentSchema: {
1910
1947
  };
1911
1948
  readonly components: {};
1912
1949
  };
1950
+ readonly safeguardSchema: {
1951
+ readonly $id: "#/components/schemas/safeguardSchema";
1952
+ readonly type: "object";
1953
+ readonly required: readonly ["id", "action", "triggerCondition", "impactMetric"];
1954
+ readonly description: "A safeguard configuration for a release plan.";
1955
+ readonly additionalProperties: false;
1956
+ readonly properties: {
1957
+ readonly id: {
1958
+ readonly type: "string";
1959
+ readonly description: "The unique ULID identifier for this safeguard";
1960
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
1961
+ };
1962
+ readonly action: {
1963
+ readonly type: "object";
1964
+ readonly required: readonly ["type", "id"];
1965
+ readonly additionalProperties: false;
1966
+ readonly description: "The action to take when the safeguard is triggered.";
1967
+ readonly properties: {
1968
+ readonly type: {
1969
+ readonly type: "string";
1970
+ readonly description: "The type of action to perform.";
1971
+ readonly example: "pauseReleasePlanProgressions";
1972
+ };
1973
+ readonly id: {
1974
+ readonly type: "string";
1975
+ readonly description: "The ID of the release plan this safeguard applies to.";
1976
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
1977
+ };
1978
+ };
1979
+ };
1980
+ readonly triggerCondition: {
1981
+ readonly $ref: "#/components/schemas/safeguardTriggerConditionSchema";
1982
+ readonly description: "The condition that triggers the safeguard.";
1983
+ };
1984
+ readonly impactMetric: {
1985
+ readonly type: "object";
1986
+ readonly required: readonly ["id", "metricName", "timeRange", "aggregationMode", "labelSelectors"];
1987
+ readonly additionalProperties: false;
1988
+ readonly properties: {
1989
+ readonly metricName: {
1990
+ readonly type: "string";
1991
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
1992
+ readonly example: "unleash_counter_feature_toggle_usage_total";
1993
+ };
1994
+ readonly timeRange: {
1995
+ readonly type: "string";
1996
+ readonly enum: readonly ["hour", "day", "week", "month"];
1997
+ readonly description: "The time range for the metric data.";
1998
+ readonly example: "day";
1999
+ };
2000
+ readonly aggregationMode: {
2001
+ readonly type: "string";
2002
+ readonly description: "The aggregation mode for the metric data.";
2003
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2004
+ readonly example: "rps";
2005
+ };
2006
+ readonly labelSelectors: {
2007
+ readonly type: "object";
2008
+ readonly additionalProperties: {
2009
+ readonly type: "array";
2010
+ readonly items: {
2011
+ readonly type: "string";
2012
+ };
2013
+ };
2014
+ readonly description: "The selected labels and their values for filtering the metric data.";
2015
+ readonly example: {
2016
+ readonly environment: readonly ["development"];
2017
+ readonly project: readonly ["default"];
2018
+ };
2019
+ };
2020
+ readonly id: {
2021
+ readonly type: "string";
2022
+ readonly description: "The unique identifier for this impact metric";
2023
+ readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
2024
+ };
2025
+ };
2026
+ readonly description: "The metric configuration used to evaluate the safeguard condition.";
2027
+ };
2028
+ };
2029
+ readonly components: {
2030
+ readonly schemas: {
2031
+ readonly metricQuerySchema: {
2032
+ readonly $id: "#/components/schemas/metricQuerySchema";
2033
+ readonly type: "object";
2034
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
2035
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
2036
+ readonly additionalProperties: false;
2037
+ readonly properties: {
2038
+ readonly metricName: {
2039
+ readonly type: "string";
2040
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2041
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2042
+ };
2043
+ readonly timeRange: {
2044
+ readonly type: "string";
2045
+ readonly enum: readonly ["hour", "day", "week", "month"];
2046
+ readonly description: "The time range for the metric data.";
2047
+ readonly example: "day";
2048
+ };
2049
+ readonly aggregationMode: {
2050
+ readonly type: "string";
2051
+ readonly description: "The aggregation mode for the metric data.";
2052
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2053
+ readonly example: "rps";
2054
+ };
2055
+ readonly labelSelectors: {
2056
+ readonly type: "object";
2057
+ readonly additionalProperties: {
2058
+ readonly type: "array";
2059
+ readonly items: {
2060
+ readonly type: "string";
2061
+ };
2062
+ };
2063
+ readonly description: "The selected labels and their values for filtering the metric data.";
2064
+ readonly example: {
2065
+ readonly environment: readonly ["development"];
2066
+ readonly project: readonly ["default"];
2067
+ };
2068
+ };
2069
+ };
2070
+ readonly components: {};
2071
+ };
2072
+ readonly safeguardTriggerConditionSchema: {
2073
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
2074
+ readonly type: "object";
2075
+ readonly required: readonly ["operator", "threshold"];
2076
+ readonly additionalProperties: false;
2077
+ readonly description: "The condition that triggers the safeguard.";
2078
+ readonly properties: {
2079
+ readonly operator: {
2080
+ readonly type: "string";
2081
+ readonly enum: readonly [">", "<"];
2082
+ readonly description: "The comparison operator for the threshold check.";
2083
+ readonly example: ">";
2084
+ };
2085
+ readonly threshold: {
2086
+ readonly type: "number";
2087
+ readonly description: "The threshold value to compare against.";
2088
+ readonly example: 100;
2089
+ };
2090
+ };
2091
+ readonly components: {};
2092
+ };
2093
+ };
2094
+ };
2095
+ };
2096
+ readonly metricQuerySchema: {
2097
+ readonly $id: "#/components/schemas/metricQuerySchema";
2098
+ readonly type: "object";
2099
+ readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
2100
+ readonly description: "Common metric query configuration for selecting and filtering metric data.";
2101
+ readonly additionalProperties: false;
2102
+ readonly properties: {
2103
+ readonly metricName: {
2104
+ readonly type: "string";
2105
+ readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
2106
+ readonly example: "unleash_counter_feature_toggle_usage_total";
2107
+ };
2108
+ readonly timeRange: {
2109
+ readonly type: "string";
2110
+ readonly enum: readonly ["hour", "day", "week", "month"];
2111
+ readonly description: "The time range for the metric data.";
2112
+ readonly example: "day";
2113
+ };
2114
+ readonly aggregationMode: {
2115
+ readonly type: "string";
2116
+ readonly description: "The aggregation mode for the metric data.";
2117
+ readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
2118
+ readonly example: "rps";
2119
+ };
2120
+ readonly labelSelectors: {
2121
+ readonly type: "object";
2122
+ readonly additionalProperties: {
2123
+ readonly type: "array";
2124
+ readonly items: {
2125
+ readonly type: "string";
2126
+ };
2127
+ };
2128
+ readonly description: "The selected labels and their values for filtering the metric data.";
2129
+ readonly example: {
2130
+ readonly environment: readonly ["development"];
2131
+ readonly project: readonly ["default"];
2132
+ };
2133
+ };
2134
+ };
2135
+ readonly components: {};
2136
+ };
2137
+ readonly safeguardTriggerConditionSchema: {
2138
+ readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
2139
+ readonly type: "object";
2140
+ readonly required: readonly ["operator", "threshold"];
2141
+ readonly additionalProperties: false;
2142
+ readonly description: "The condition that triggers the safeguard.";
2143
+ readonly properties: {
2144
+ readonly operator: {
2145
+ readonly type: "string";
2146
+ readonly enum: readonly [">", "<"];
2147
+ readonly description: "The comparison operator for the threshold check.";
2148
+ readonly example: ">";
2149
+ };
2150
+ readonly threshold: {
2151
+ readonly type: "number";
2152
+ readonly description: "The threshold value to compare against.";
2153
+ readonly example: 100;
2154
+ };
2155
+ };
2156
+ readonly components: {};
2157
+ };
1913
2158
  };
1914
2159
  };
1915
2160
  };
@@ -1949,8 +2194,19 @@ export declare const featureEnvironmentSchema: {
1949
2194
  readonly nullable: true;
1950
2195
  };
1951
2196
  readonly transitionCondition: {
2197
+ readonly type: "object";
2198
+ readonly additionalProperties: false;
2199
+ readonly required: readonly ["intervalMinutes"];
2200
+ readonly properties: {
2201
+ readonly intervalMinutes: {
2202
+ readonly type: "integer";
2203
+ readonly minimum: 1;
2204
+ readonly description: "The interval in minutes before transitioning";
2205
+ readonly example: 30;
2206
+ };
2207
+ };
1952
2208
  readonly description: "The condition configuration for the transition";
1953
- readonly $ref: "#/components/schemas/transitionConditionSchema";
2209
+ readonly nullable: true;
1954
2210
  };
1955
2211
  readonly progressionExecutedAt: {
1956
2212
  readonly type: "string";
@@ -1959,6 +2215,13 @@ export declare const featureEnvironmentSchema: {
1959
2215
  readonly example: "2024-01-01T00:00:00.000Z";
1960
2216
  readonly nullable: true;
1961
2217
  };
2218
+ readonly pausedAt: {
2219
+ readonly type: "string";
2220
+ readonly format: "date-time";
2221
+ readonly description: "The date and time when the milestone was paused.";
2222
+ readonly example: "2024-01-01T00:00:00.000Z";
2223
+ readonly nullable: true;
2224
+ };
1962
2225
  readonly strategies: {
1963
2226
  readonly type: "array";
1964
2227
  readonly description: "A list of strategies that are attached to this milestone.";
@@ -2014,7 +2277,7 @@ export declare const featureEnvironmentSchema: {
2014
2277
  };
2015
2278
  readonly constraints: {
2016
2279
  readonly type: "array";
2017
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2280
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2018
2281
  readonly example: readonly [{
2019
2282
  readonly values: readonly ["1", "2"];
2020
2283
  readonly inverted: false;
@@ -2074,7 +2337,7 @@ export declare const featureEnvironmentSchema: {
2074
2337
  };
2075
2338
  readonly constraints: {
2076
2339
  readonly type: "array";
2077
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2340
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2078
2341
  readonly example: readonly [{
2079
2342
  readonly values: readonly ["1", "2"];
2080
2343
  readonly inverted: false;
@@ -2116,7 +2379,7 @@ export declare const featureEnvironmentSchema: {
2116
2379
  readonly constraintSchema: {
2117
2380
  readonly type: "object";
2118
2381
  readonly required: readonly ["contextName", "operator"];
2119
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2382
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2120
2383
  readonly properties: {
2121
2384
  readonly contextName: {
2122
2385
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2124,7 +2387,7 @@ export declare const featureEnvironmentSchema: {
2124
2387
  readonly type: "string";
2125
2388
  };
2126
2389
  readonly operator: {
2127
- 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).";
2390
+ 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).";
2128
2391
  readonly type: "string";
2129
2392
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2130
2393
  readonly example: "IN";
@@ -2179,19 +2442,19 @@ export declare const featureEnvironmentSchema: {
2179
2442
  };
2180
2443
  readonly weight: {
2181
2444
  readonly type: "integer";
2182
- 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";
2445
+ 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";
2183
2446
  readonly minimum: 0;
2184
2447
  readonly maximum: 1000;
2185
2448
  };
2186
2449
  readonly weightType: {
2187
- 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).";
2450
+ 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).";
2188
2451
  readonly type: "string";
2189
2452
  readonly example: "fix";
2190
2453
  readonly enum: readonly ["variable", "fix"];
2191
2454
  };
2192
2455
  readonly stickiness: {
2193
2456
  readonly type: "string";
2194
- 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";
2457
+ 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";
2195
2458
  readonly example: "custom.context.field";
2196
2459
  };
2197
2460
  readonly payload: {
@@ -2232,7 +2495,7 @@ export declare const featureEnvironmentSchema: {
2232
2495
  readonly constraintSchema: {
2233
2496
  readonly type: "object";
2234
2497
  readonly required: readonly ["contextName", "operator"];
2235
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2498
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2236
2499
  readonly properties: {
2237
2500
  readonly contextName: {
2238
2501
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2240,7 +2503,7 @@ export declare const featureEnvironmentSchema: {
2240
2503
  readonly type: "string";
2241
2504
  };
2242
2505
  readonly operator: {
2243
- 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).";
2506
+ 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).";
2244
2507
  readonly type: "string";
2245
2508
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2246
2509
  readonly example: "IN";
@@ -2286,19 +2549,19 @@ export declare const featureEnvironmentSchema: {
2286
2549
  };
2287
2550
  readonly weight: {
2288
2551
  readonly type: "integer";
2289
- 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";
2552
+ 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";
2290
2553
  readonly minimum: 0;
2291
2554
  readonly maximum: 1000;
2292
2555
  };
2293
2556
  readonly weightType: {
2294
- 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).";
2557
+ 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).";
2295
2558
  readonly type: "string";
2296
2559
  readonly example: "fix";
2297
2560
  readonly enum: readonly ["variable", "fix"];
2298
2561
  };
2299
2562
  readonly stickiness: {
2300
2563
  readonly type: "string";
2301
- 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";
2564
+ 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";
2302
2565
  readonly example: "custom.context.field";
2303
2566
  };
2304
2567
  readonly payload: {
@@ -2357,7 +2620,7 @@ export declare const featureEnvironmentSchema: {
2357
2620
  };
2358
2621
  readonly constraints: {
2359
2622
  readonly type: "array";
2360
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2623
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2361
2624
  readonly example: readonly [{
2362
2625
  readonly values: readonly ["1", "2"];
2363
2626
  readonly inverted: false;
@@ -2399,7 +2662,7 @@ export declare const featureEnvironmentSchema: {
2399
2662
  readonly constraintSchema: {
2400
2663
  readonly type: "object";
2401
2664
  readonly required: readonly ["contextName", "operator"];
2402
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2665
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2403
2666
  readonly properties: {
2404
2667
  readonly contextName: {
2405
2668
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2407,7 +2670,7 @@ export declare const featureEnvironmentSchema: {
2407
2670
  readonly type: "string";
2408
2671
  };
2409
2672
  readonly operator: {
2410
- 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).";
2673
+ 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).";
2411
2674
  readonly type: "string";
2412
2675
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2413
2676
  readonly example: "IN";
@@ -2462,19 +2725,19 @@ export declare const featureEnvironmentSchema: {
2462
2725
  };
2463
2726
  readonly weight: {
2464
2727
  readonly type: "integer";
2465
- 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";
2728
+ 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";
2466
2729
  readonly minimum: 0;
2467
2730
  readonly maximum: 1000;
2468
2731
  };
2469
2732
  readonly weightType: {
2470
- 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).";
2733
+ 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).";
2471
2734
  readonly type: "string";
2472
2735
  readonly example: "fix";
2473
2736
  readonly enum: readonly ["variable", "fix"];
2474
2737
  };
2475
2738
  readonly stickiness: {
2476
2739
  readonly type: "string";
2477
- 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";
2740
+ 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";
2478
2741
  readonly example: "custom.context.field";
2479
2742
  };
2480
2743
  readonly payload: {
@@ -2515,7 +2778,7 @@ export declare const featureEnvironmentSchema: {
2515
2778
  readonly constraintSchema: {
2516
2779
  readonly type: "object";
2517
2780
  readonly required: readonly ["contextName", "operator"];
2518
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
2781
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2519
2782
  readonly properties: {
2520
2783
  readonly contextName: {
2521
2784
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2523,7 +2786,7 @@ export declare const featureEnvironmentSchema: {
2523
2786
  readonly type: "string";
2524
2787
  };
2525
2788
  readonly operator: {
2526
- 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).";
2789
+ 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).";
2527
2790
  readonly type: "string";
2528
2791
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2529
2792
  readonly example: "IN";
@@ -2569,19 +2832,19 @@ export declare const featureEnvironmentSchema: {
2569
2832
  };
2570
2833
  readonly weight: {
2571
2834
  readonly type: "integer";
2572
- 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";
2835
+ 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";
2573
2836
  readonly minimum: 0;
2574
2837
  readonly maximum: 1000;
2575
2838
  };
2576
2839
  readonly weightType: {
2577
- 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).";
2840
+ 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).";
2578
2841
  readonly type: "string";
2579
2842
  readonly example: "fix";
2580
2843
  readonly enum: readonly ["variable", "fix"];
2581
2844
  };
2582
2845
  readonly stickiness: {
2583
2846
  readonly type: "string";
2584
- 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";
2847
+ 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";
2585
2848
  readonly example: "custom.context.field";
2586
2849
  };
2587
2850
  readonly payload: {
@@ -2671,7 +2934,7 @@ export declare const featureEnvironmentSchema: {
2671
2934
  };
2672
2935
  readonly constraints: {
2673
2936
  readonly type: "array";
2674
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2937
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2675
2938
  readonly example: readonly [{
2676
2939
  readonly values: readonly ["1", "2"];
2677
2940
  readonly inverted: false;
@@ -2731,7 +2994,7 @@ export declare const featureEnvironmentSchema: {
2731
2994
  };
2732
2995
  readonly constraints: {
2733
2996
  readonly type: "array";
2734
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
2997
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
2735
2998
  readonly example: readonly [{
2736
2999
  readonly values: readonly ["1", "2"];
2737
3000
  readonly inverted: false;
@@ -2773,7 +3036,7 @@ export declare const featureEnvironmentSchema: {
2773
3036
  readonly constraintSchema: {
2774
3037
  readonly type: "object";
2775
3038
  readonly required: readonly ["contextName", "operator"];
2776
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3039
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2777
3040
  readonly properties: {
2778
3041
  readonly contextName: {
2779
3042
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2781,7 +3044,7 @@ export declare const featureEnvironmentSchema: {
2781
3044
  readonly type: "string";
2782
3045
  };
2783
3046
  readonly operator: {
2784
- readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/activation-strategies#constraint-operators).";
3047
+ 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).";
2785
3048
  readonly type: "string";
2786
3049
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2787
3050
  readonly example: "IN";
@@ -2836,19 +3099,19 @@ export declare const featureEnvironmentSchema: {
2836
3099
  };
2837
3100
  readonly weight: {
2838
3101
  readonly type: "integer";
2839
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3102
+ 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";
2840
3103
  readonly minimum: 0;
2841
3104
  readonly maximum: 1000;
2842
3105
  };
2843
3106
  readonly weightType: {
2844
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3107
+ 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).";
2845
3108
  readonly type: "string";
2846
3109
  readonly example: "fix";
2847
3110
  readonly enum: readonly ["variable", "fix"];
2848
3111
  };
2849
3112
  readonly stickiness: {
2850
3113
  readonly type: "string";
2851
- 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";
3114
+ 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";
2852
3115
  readonly example: "custom.context.field";
2853
3116
  };
2854
3117
  readonly payload: {
@@ -2889,7 +3152,7 @@ export declare const featureEnvironmentSchema: {
2889
3152
  readonly constraintSchema: {
2890
3153
  readonly type: "object";
2891
3154
  readonly required: readonly ["contextName", "operator"];
2892
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3155
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
2893
3156
  readonly properties: {
2894
3157
  readonly contextName: {
2895
3158
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -2897,7 +3160,7 @@ export declare const featureEnvironmentSchema: {
2897
3160
  readonly type: "string";
2898
3161
  };
2899
3162
  readonly operator: {
2900
- readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/activation-strategies#constraint-operators).";
3163
+ 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).";
2901
3164
  readonly type: "string";
2902
3165
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
2903
3166
  readonly example: "IN";
@@ -2943,19 +3206,19 @@ export declare const featureEnvironmentSchema: {
2943
3206
  };
2944
3207
  readonly weight: {
2945
3208
  readonly type: "integer";
2946
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3209
+ 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";
2947
3210
  readonly minimum: 0;
2948
3211
  readonly maximum: 1000;
2949
3212
  };
2950
3213
  readonly weightType: {
2951
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3214
+ 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).";
2952
3215
  readonly type: "string";
2953
3216
  readonly example: "fix";
2954
3217
  readonly enum: readonly ["variable", "fix"];
2955
3218
  };
2956
3219
  readonly stickiness: {
2957
3220
  readonly type: "string";
2958
- 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";
3221
+ 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";
2959
3222
  readonly example: "custom.context.field";
2960
3223
  };
2961
3224
  readonly payload: {
@@ -3014,7 +3277,7 @@ export declare const featureEnvironmentSchema: {
3014
3277
  };
3015
3278
  readonly constraints: {
3016
3279
  readonly type: "array";
3017
- readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/activation-strategies#constraints";
3280
+ readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
3018
3281
  readonly example: readonly [{
3019
3282
  readonly values: readonly ["1", "2"];
3020
3283
  readonly inverted: false;
@@ -3056,7 +3319,7 @@ export declare const featureEnvironmentSchema: {
3056
3319
  readonly constraintSchema: {
3057
3320
  readonly type: "object";
3058
3321
  readonly required: readonly ["contextName", "operator"];
3059
- readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/activation-strategies#constraints)";
3322
+ readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
3060
3323
  readonly properties: {
3061
3324
  readonly contextName: {
3062
3325
  readonly description: "The name of the context field that this constraint should apply to.";
@@ -3064,7 +3327,7 @@ export declare const featureEnvironmentSchema: {
3064
3327
  readonly type: "string";
3065
3328
  };
3066
3329
  readonly operator: {
3067
- readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/activation-strategies#constraint-operators).";
3330
+ 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).";
3068
3331
  readonly type: "string";
3069
3332
  readonly enum: readonly ["NOT_IN", "IN", "STR_ENDS_WITH", "STR_STARTS_WITH", "STR_CONTAINS", "NUM_EQ", "NUM_GT", "NUM_GTE", "NUM_LT", "NUM_LTE", "DATE_AFTER", "DATE_BEFORE", "SEMVER_EQ", "SEMVER_GT", "SEMVER_LT"];
3070
3333
  readonly example: "IN";
@@ -3119,19 +3382,19 @@ export declare const featureEnvironmentSchema: {
3119
3382
  };
3120
3383
  readonly weight: {
3121
3384
  readonly type: "integer";
3122
- readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
3385
+ 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";
3123
3386
  readonly minimum: 0;
3124
3387
  readonly maximum: 1000;
3125
3388
  };
3126
3389
  readonly weightType: {
3127
- readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
3390
+ 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).";
3128
3391
  readonly type: "string";
3129
3392
  readonly example: "fix";
3130
3393
  readonly enum: readonly ["variable", "fix"];
3131
3394
  };
3132
3395
  readonly stickiness: {
3133
3396
  readonly type: "string";
3134
- 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";
3397
+ 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";
3135
3398
  readonly example: "custom.context.field";
3136
3399
  };
3137
3400
  readonly payload: {
@@ -3173,19 +3436,19 @@ export declare const featureEnvironmentSchema: {
3173
3436
  };
3174
3437
  readonly weight: {
3175
3438
  readonly type: "integer";
3176
- 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";
3439
+ 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";
3177
3440
  readonly minimum: 0;
3178
3441
  readonly maximum: 1000;
3179
3442
  };
3180
3443
  readonly weightType: {
3181
- 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).";
3444
+ 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).";
3182
3445
  readonly type: "string";
3183
3446
  readonly example: "fix";
3184
3447
  readonly enum: readonly ["variable", "fix"];
3185
3448
  };
3186
3449
  readonly stickiness: {
3187
3450
  readonly type: "string";
3188
- 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";
3451
+ 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";
3189
3452
  readonly example: "custom.context.field";
3190
3453
  };
3191
3454
  readonly payload: {
@@ -3230,5 +3493,7 @@ export declare const featureEnvironmentSchema: {
3230
3493
  };
3231
3494
  };
3232
3495
  };
3233
- export type FeatureEnvironmentSchema = FromSchema<typeof featureEnvironmentSchema>;
3496
+ export type FeatureEnvironmentSchema = FromSchema<typeof featureEnvironmentSchema, {
3497
+ keepDefaultedPropertiesOptional: true;
3498
+ }>;
3234
3499
  //# sourceMappingURL=feature-environment-schema.d.ts.map