unleash-server 5.2.7 → 5.3.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 (787) hide show
  1. package/dist/lib/addons/addon-schema.js +10 -0
  2. package/dist/lib/addons/addon-schema.js.map +1 -1
  3. package/dist/lib/addons/addon.d.ts +1 -0
  4. package/dist/lib/addons/addon.js.map +1 -1
  5. package/dist/lib/addons/datadog-definition.js +21 -0
  6. package/dist/lib/addons/datadog-definition.js.map +1 -1
  7. package/dist/lib/addons/datadog.d.ts +8 -1
  8. package/dist/lib/addons/datadog.js +14 -2
  9. package/dist/lib/addons/datadog.js.map +1 -1
  10. package/dist/lib/addons/datadog.test.js +62 -0
  11. package/dist/lib/addons/datadog.test.js.map +1 -1
  12. package/dist/lib/addons/feature-event-formatter-md.d.ts +1 -0
  13. package/dist/lib/addons/feature-event-formatter-md.js +7 -0
  14. package/dist/lib/addons/feature-event-formatter-md.js.map +1 -1
  15. package/dist/lib/addons/index.d.ts +2 -1
  16. package/dist/lib/addons/index.js +12 -2
  17. package/dist/lib/addons/index.js.map +1 -1
  18. package/dist/lib/addons/installation-definition-schema.d.ts +2 -0
  19. package/dist/lib/addons/installation-definition-schema.js +13 -0
  20. package/dist/lib/addons/installation-definition-schema.js.map +1 -0
  21. package/dist/lib/addons/slack-app-definition.d.ts +3 -0
  22. package/dist/lib/addons/slack-app-definition.js +68 -0
  23. package/dist/lib/addons/slack-app-definition.js.map +1 -0
  24. package/dist/lib/addons/slack-app.d.ts +23 -0
  25. package/dist/lib/addons/slack-app.js +137 -0
  26. package/dist/lib/addons/slack-app.js.map +1 -0
  27. package/dist/lib/addons/slack-app.test.d.ts +1 -0
  28. package/dist/lib/addons/slack-app.test.js +191 -0
  29. package/dist/lib/addons/slack-app.test.js.map +1 -0
  30. package/dist/lib/addons/slack-definition.js +13 -0
  31. package/dist/lib/addons/slack-definition.js.map +1 -1
  32. package/dist/lib/addons/slack.d.ts +9 -1
  33. package/dist/lib/addons/slack.js +15 -3
  34. package/dist/lib/addons/slack.js.map +1 -1
  35. package/dist/lib/addons/slack.test.js +33 -0
  36. package/dist/lib/addons/slack.test.js.map +1 -1
  37. package/dist/lib/addons/teams-definition.js +13 -0
  38. package/dist/lib/addons/teams-definition.js.map +1 -1
  39. package/dist/lib/addons/teams.d.ts +6 -1
  40. package/dist/lib/addons/teams.js +11 -2
  41. package/dist/lib/addons/teams.js.map +1 -1
  42. package/dist/lib/addons/teams.test.js +28 -0
  43. package/dist/lib/addons/teams.test.js.map +1 -1
  44. package/dist/lib/addons/webhook-definition.js +13 -0
  45. package/dist/lib/addons/webhook-definition.js.map +1 -1
  46. package/dist/lib/addons/webhook.d.ts +1 -0
  47. package/dist/lib/addons/webhook.js +11 -1
  48. package/dist/lib/addons/webhook.js.map +1 -1
  49. package/dist/lib/addons/webhook.test.js +29 -0
  50. package/dist/lib/addons/webhook.test.js.map +1 -1
  51. package/dist/lib/create-config.js +2 -2
  52. package/dist/lib/create-config.js.map +1 -1
  53. package/dist/lib/db/access-store.d.ts +0 -1
  54. package/dist/lib/db/access-store.js +1 -14
  55. package/dist/lib/db/access-store.js.map +1 -1
  56. package/dist/lib/db/client-metrics-store-v2.js +7 -2
  57. package/dist/lib/db/client-metrics-store-v2.js.map +1 -1
  58. package/dist/lib/db/context-field-store.js +9 -18
  59. package/dist/lib/db/context-field-store.js.map +1 -1
  60. package/dist/lib/db/event-store.d.ts +2 -0
  61. package/dist/lib/db/event-store.js +19 -9
  62. package/dist/lib/db/event-store.js.map +1 -1
  63. package/dist/lib/db/feature-strategy-store.js +5 -0
  64. package/dist/lib/db/feature-strategy-store.js.map +1 -1
  65. package/dist/lib/db/feature-strategy-store.test.js +1 -0
  66. package/dist/lib/db/feature-strategy-store.test.js.map +1 -1
  67. package/dist/lib/db/feature-toggle-client-store.d.ts +7 -8
  68. package/dist/lib/db/feature-toggle-client-store.js +46 -24
  69. package/dist/lib/db/feature-toggle-client-store.js.map +1 -1
  70. package/dist/lib/db/feature-toggle-store.d.ts +6 -0
  71. package/dist/lib/db/feature-toggle-store.js +35 -0
  72. package/dist/lib/db/feature-toggle-store.js.map +1 -1
  73. package/dist/lib/db/feature-type-store.d.ts +1 -0
  74. package/dist/lib/db/feature-type-store.js +12 -0
  75. package/dist/lib/db/feature-type-store.js.map +1 -1
  76. package/dist/lib/db/group-store.d.ts +5 -7
  77. package/dist/lib/db/group-store.js +51 -25
  78. package/dist/lib/db/group-store.js.map +1 -1
  79. package/dist/lib/db/index.js +1 -1
  80. package/dist/lib/db/index.js.map +1 -1
  81. package/dist/lib/db/project-store.d.ts +3 -5
  82. package/dist/lib/db/project-store.js +19 -19
  83. package/dist/lib/db/project-store.js.map +1 -1
  84. package/dist/lib/db/segment-store.d.ts +2 -1
  85. package/dist/lib/db/segment-store.js +23 -20
  86. package/dist/lib/db/segment-store.js.map +1 -1
  87. package/dist/lib/db/segment-store.test.d.ts +1 -0
  88. package/dist/lib/db/segment-store.test.js +32 -0
  89. package/dist/lib/db/segment-store.test.js.map +1 -0
  90. package/dist/lib/error/bad-data-error.d.ts +1 -0
  91. package/dist/lib/error/bad-data-error.js +18 -5
  92. package/dist/lib/error/bad-data-error.js.map +1 -1
  93. package/dist/lib/error/content-type-error.d.ts +1 -0
  94. package/dist/lib/error/content-type-error.js +1 -0
  95. package/dist/lib/error/content-type-error.js.map +1 -1
  96. package/dist/lib/error/disabled-error.d.ts +1 -0
  97. package/dist/lib/error/disabled-error.js +4 -0
  98. package/dist/lib/error/disabled-error.js.map +1 -1
  99. package/dist/lib/error/feature-has-tag-error.d.ts +1 -0
  100. package/dist/lib/error/feature-has-tag-error.js +4 -0
  101. package/dist/lib/error/feature-has-tag-error.js.map +1 -1
  102. package/dist/lib/error/forbidden-error.d.ts +5 -0
  103. package/dist/lib/error/forbidden-error.js +12 -0
  104. package/dist/lib/error/forbidden-error.js.map +1 -0
  105. package/dist/lib/error/from-legacy-error.js +68 -0
  106. package/dist/lib/error/from-legacy-error.js.map +1 -1
  107. package/dist/lib/error/incompatible-project-error.d.ts +1 -0
  108. package/dist/lib/error/incompatible-project-error.js +1 -0
  109. package/dist/lib/error/incompatible-project-error.js.map +1 -1
  110. package/dist/lib/error/index.d.ts +3 -2
  111. package/dist/lib/error/index.js +5 -3
  112. package/dist/lib/error/index.js.map +1 -1
  113. package/dist/lib/error/invalid-operation-error.d.ts +1 -0
  114. package/dist/lib/error/invalid-operation-error.js +4 -0
  115. package/dist/lib/error/invalid-operation-error.js.map +1 -1
  116. package/dist/lib/error/invalid-token-error.d.ts +1 -0
  117. package/dist/lib/error/invalid-token-error.js +1 -0
  118. package/dist/lib/error/invalid-token-error.js.map +1 -1
  119. package/dist/lib/error/minimum-one-environment-error.d.ts +1 -0
  120. package/dist/lib/error/minimum-one-environment-error.js +4 -0
  121. package/dist/lib/error/minimum-one-environment-error.js.map +1 -1
  122. package/dist/lib/error/name-exists-error.d.ts +1 -0
  123. package/dist/lib/error/name-exists-error.js +4 -0
  124. package/dist/lib/error/name-exists-error.js.map +1 -1
  125. package/dist/lib/error/not-implemented-error.d.ts +1 -0
  126. package/dist/lib/error/not-implemented-error.js +4 -0
  127. package/dist/lib/error/not-implemented-error.js.map +1 -1
  128. package/dist/lib/error/notfound-error.d.ts +1 -0
  129. package/dist/lib/error/notfound-error.js +1 -0
  130. package/dist/lib/error/notfound-error.js.map +1 -1
  131. package/dist/lib/error/operation-denied-error.d.ts +1 -0
  132. package/dist/lib/error/operation-denied-error.js +4 -0
  133. package/dist/lib/error/operation-denied-error.js.map +1 -1
  134. package/dist/lib/error/owasp-validation-error.d.ts +1 -0
  135. package/dist/lib/error/owasp-validation-error.js +1 -0
  136. package/dist/lib/error/owasp-validation-error.js.map +1 -1
  137. package/dist/lib/error/password-mismatch.d.ts +1 -0
  138. package/dist/lib/error/password-mismatch.js +1 -0
  139. package/dist/lib/error/password-mismatch.js.map +1 -1
  140. package/dist/lib/error/password-undefined.d.ts +1 -0
  141. package/dist/lib/error/password-undefined.js +1 -0
  142. package/dist/lib/error/password-undefined.js.map +1 -1
  143. package/dist/lib/error/{no-access-error.d.ts → permission-error.d.ts} +3 -2
  144. package/dist/lib/error/{no-access-error.js → permission-error.js} +10 -7
  145. package/dist/lib/error/permission-error.js.map +1 -0
  146. package/dist/lib/error/project-without-owner-error.d.ts +1 -0
  147. package/dist/lib/error/project-without-owner-error.js +1 -0
  148. package/dist/lib/error/project-without-owner-error.js.map +1 -1
  149. package/dist/lib/error/role-in-use-error.d.ts +1 -0
  150. package/dist/lib/error/role-in-use-error.js +4 -0
  151. package/dist/lib/error/role-in-use-error.js.map +1 -1
  152. package/dist/lib/error/unauthorized-error.d.ts +1 -0
  153. package/dist/lib/error/unauthorized-error.js +4 -0
  154. package/dist/lib/error/unauthorized-error.js.map +1 -1
  155. package/dist/lib/error/unleash-error.d.ts +5 -3
  156. package/dist/lib/error/unleash-error.js +4 -61
  157. package/dist/lib/error/unleash-error.js.map +1 -1
  158. package/dist/lib/error/unleash-error.test.js +67 -37
  159. package/dist/lib/error/unleash-error.test.js.map +1 -1
  160. package/dist/lib/error/used-token-error.d.ts +1 -0
  161. package/dist/lib/error/used-token-error.js +1 -0
  162. package/dist/lib/error/used-token-error.js.map +1 -1
  163. package/dist/lib/features/export-import-toggles/export-import-controller.js +12 -7
  164. package/dist/lib/features/export-import-toggles/export-import-controller.js.map +1 -1
  165. package/dist/lib/features/export-import-toggles/import-permissions-service.js +1 -1
  166. package/dist/lib/features/export-import-toggles/import-permissions-service.js.map +1 -1
  167. package/dist/lib/features/feature-toggle/createFeatureToggleService.js +1 -1
  168. package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
  169. package/dist/lib/features/group/createGroupService.d.ts +4 -0
  170. package/dist/lib/features/group/createGroupService.js +20 -0
  171. package/dist/lib/features/group/createGroupService.js.map +1 -0
  172. package/dist/lib/features/playground/feature-evaluator/client.d.ts +3 -1
  173. package/dist/lib/features/playground/feature-evaluator/client.js +33 -13
  174. package/dist/lib/features/playground/feature-evaluator/client.js.map +1 -1
  175. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.d.ts +3 -1
  176. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js +14 -1
  177. package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js.map +1 -1
  178. package/dist/lib/features/playground/feature-evaluator/variant.d.ts +4 -4
  179. package/dist/lib/features/playground/feature-evaluator/variant.js +14 -10
  180. package/dist/lib/features/playground/feature-evaluator/variant.js.map +1 -1
  181. package/dist/lib/features/playground/offline-unleash-client.js +7 -0
  182. package/dist/lib/features/playground/offline-unleash-client.js.map +1 -1
  183. package/dist/lib/features/playground/offline-unleash-client.test.js +69 -0
  184. package/dist/lib/features/playground/offline-unleash-client.test.js.map +1 -1
  185. package/dist/lib/features/playground/playground-service.js +5 -3
  186. package/dist/lib/features/playground/playground-service.js.map +1 -1
  187. package/dist/lib/features/playground/playground.js +12 -15
  188. package/dist/lib/features/playground/playground.js.map +1 -1
  189. package/dist/lib/middleware/api-token-middleware.js +1 -1
  190. package/dist/lib/middleware/api-token-middleware.js.map +1 -1
  191. package/dist/lib/openapi/index.js +15 -3
  192. package/dist/lib/openapi/index.js.map +1 -1
  193. package/dist/lib/openapi/meta-schema-rules.test.js +0 -126
  194. package/dist/lib/openapi/meta-schema-rules.test.js.map +1 -1
  195. package/dist/lib/openapi/spec/addon-type-schema.d.ts +57 -0
  196. package/dist/lib/openapi/spec/addon-type-schema.js +50 -0
  197. package/dist/lib/openapi/spec/addon-type-schema.js.map +1 -1
  198. package/dist/lib/openapi/spec/addons-schema.d.ts +64 -0
  199. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +166 -4
  200. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js +1 -2
  201. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js.map +1 -1
  202. package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +331 -6
  203. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +662 -12
  204. package/dist/lib/openapi/spec/api-tokens-schema.d.ts +2 -2
  205. package/dist/lib/openapi/spec/api-tokens-schema.js +2 -2
  206. package/dist/lib/openapi/spec/api-tokens-schema.js.map +1 -1
  207. package/dist/lib/openapi/spec/batch-features-schema.d.ts +3 -0
  208. package/dist/lib/openapi/spec/batch-features-schema.js +3 -0
  209. package/dist/lib/openapi/spec/batch-features-schema.js.map +1 -1
  210. package/dist/lib/openapi/spec/batch-stale-schema.d.ts +7 -0
  211. package/dist/lib/openapi/spec/batch-stale-schema.js +7 -0
  212. package/dist/lib/openapi/spec/batch-stale-schema.js.map +1 -1
  213. package/dist/lib/openapi/spec/change-password-schema.d.ts +5 -0
  214. package/dist/lib/openapi/spec/change-password-schema.js +5 -0
  215. package/dist/lib/openapi/spec/change-password-schema.js.map +1 -1
  216. package/dist/lib/openapi/spec/client-feature-schema.d.ts +121 -3
  217. package/dist/lib/openapi/spec/client-feature-schema.js +2 -0
  218. package/dist/lib/openapi/spec/client-feature-schema.js.map +1 -1
  219. package/dist/lib/openapi/spec/client-features-schema.d.ts +246 -16
  220. package/dist/lib/openapi/spec/client-features-schema.js +5 -3
  221. package/dist/lib/openapi/spec/client-features-schema.js.map +1 -1
  222. package/dist/lib/openapi/spec/client-features-schema.test.js +1 -2
  223. package/dist/lib/openapi/spec/client-features-schema.test.js.map +1 -1
  224. package/dist/lib/openapi/spec/client-segment-schema.d.ts +75 -0
  225. package/dist/lib/openapi/spec/client-segment-schema.js +35 -0
  226. package/dist/lib/openapi/spec/client-segment-schema.js.map +1 -0
  227. package/dist/lib/openapi/spec/clone-feature-schema.d.ts +5 -0
  228. package/dist/lib/openapi/spec/clone-feature-schema.js +5 -0
  229. package/dist/lib/openapi/spec/clone-feature-schema.js.map +1 -1
  230. package/dist/lib/openapi/spec/context-field-schema.d.ts +22 -3
  231. package/dist/lib/openapi/spec/context-field-schema.js +17 -3
  232. package/dist/lib/openapi/spec/context-field-schema.js.map +1 -1
  233. package/dist/lib/openapi/spec/context-field-strategies-schema.d.ts +1 -1
  234. package/dist/lib/openapi/spec/context-field-strategies-schema.js +1 -1
  235. package/dist/lib/openapi/spec/context-field-strategies-schema.js.map +1 -1
  236. package/dist/lib/openapi/spec/context-fields-schema.d.ts +28 -3
  237. package/dist/lib/openapi/spec/context-fields-schema.js +1 -0
  238. package/dist/lib/openapi/spec/context-fields-schema.js.map +1 -1
  239. package/dist/lib/openapi/spec/create-api-token-schema.d.ts +130 -32
  240. package/dist/lib/openapi/spec/create-api-token-schema.js +71 -35
  241. package/dist/lib/openapi/spec/create-api-token-schema.js.map +1 -1
  242. package/dist/lib/openapi/spec/create-feature-schema.d.ts +9 -0
  243. package/dist/lib/openapi/spec/create-feature-schema.js +9 -0
  244. package/dist/lib/openapi/spec/create-feature-schema.js.map +1 -1
  245. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +63 -2
  246. package/dist/lib/openapi/spec/create-feature-strategy-schema.js +12 -2
  247. package/dist/lib/openapi/spec/create-feature-strategy-schema.js.map +1 -1
  248. package/dist/lib/openapi/spec/create-group-schema.d.ts +61 -0
  249. package/dist/lib/openapi/spec/create-group-schema.js +43 -0
  250. package/dist/lib/openapi/spec/create-group-schema.js.map +1 -0
  251. package/dist/lib/openapi/spec/create-strategy-schema.d.ts +52 -0
  252. package/dist/lib/openapi/spec/create-strategy-schema.js +60 -0
  253. package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -0
  254. package/dist/lib/openapi/spec/create-strategy-variant-schema.d.ts +54 -0
  255. package/dist/lib/openapi/spec/create-strategy-variant-schema.js +53 -0
  256. package/dist/lib/openapi/spec/create-strategy-variant-schema.js.map +1 -0
  257. package/dist/lib/openapi/spec/create-user-response-schema.d.ts +98 -0
  258. package/dist/lib/openapi/spec/create-user-response-schema.js +31 -0
  259. package/dist/lib/openapi/spec/create-user-response-schema.js.map +1 -0
  260. package/dist/lib/openapi/spec/create-user-schema.d.ts +21 -1
  261. package/dist/lib/openapi/spec/create-user-schema.js +24 -1
  262. package/dist/lib/openapi/spec/create-user-schema.js.map +1 -1
  263. package/dist/lib/openapi/spec/email-schema.d.ts +3 -0
  264. package/dist/lib/openapi/spec/email-schema.js +3 -0
  265. package/dist/lib/openapi/spec/email-schema.js.map +1 -1
  266. package/dist/lib/openapi/spec/environment-project-schema.d.ts +115 -2
  267. package/dist/lib/openapi/spec/environment-project-schema.js +2 -0
  268. package/dist/lib/openapi/spec/environment-project-schema.js.map +1 -1
  269. package/dist/lib/openapi/spec/environments-project-schema.d.ts +118 -2
  270. package/dist/lib/openapi/spec/environments-project-schema.js +3 -0
  271. package/dist/lib/openapi/spec/environments-project-schema.js.map +1 -1
  272. package/dist/lib/openapi/spec/environments-schema.d.ts +4 -0
  273. package/dist/lib/openapi/spec/environments-schema.js +4 -0
  274. package/dist/lib/openapi/spec/environments-schema.js.map +1 -1
  275. package/dist/lib/openapi/spec/event-schema.d.ts +130 -0
  276. package/dist/lib/openapi/spec/event-schema.js +42 -2
  277. package/dist/lib/openapi/spec/event-schema.js.map +1 -1
  278. package/dist/lib/openapi/spec/events-schema.d.ts +137 -0
  279. package/dist/lib/openapi/spec/events-schema.js +7 -0
  280. package/dist/lib/openapi/spec/events-schema.js.map +1 -1
  281. package/dist/lib/openapi/spec/export-query-schema.d.ts +7 -0
  282. package/dist/lib/openapi/spec/export-query-schema.js +7 -0
  283. package/dist/lib/openapi/spec/export-query-schema.js.map +1 -1
  284. package/dist/lib/openapi/spec/export-result-schema.d.ts +609 -17
  285. package/dist/lib/openapi/spec/export-result-schema.js +90 -0
  286. package/dist/lib/openapi/spec/export-result-schema.js.map +1 -1
  287. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +125 -3
  288. package/dist/lib/openapi/spec/feature-environment-schema.js +6 -0
  289. package/dist/lib/openapi/spec/feature-environment-schema.js.map +1 -1
  290. package/dist/lib/openapi/spec/feature-events-schema.d.ts +141 -1
  291. package/dist/lib/openapi/spec/feature-events-schema.js +13 -1
  292. package/dist/lib/openapi/spec/feature-events-schema.js.map +1 -1
  293. package/dist/lib/openapi/spec/feature-schema.d.ts +251 -6
  294. package/dist/lib/openapi/spec/feature-schema.js +7 -0
  295. package/dist/lib/openapi/spec/feature-schema.js.map +1 -1
  296. package/dist/lib/openapi/spec/feature-schema.test.js +2 -2
  297. package/dist/lib/openapi/spec/feature-schema.test.js.map +1 -1
  298. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +61 -1
  299. package/dist/lib/openapi/spec/feature-strategy-schema.js +10 -1
  300. package/dist/lib/openapi/spec/feature-strategy-schema.js.map +1 -1
  301. package/dist/lib/openapi/spec/feature-type-schema.d.ts +11 -1
  302. package/dist/lib/openapi/spec/feature-type-schema.js +11 -1
  303. package/dist/lib/openapi/spec/feature-type-schema.js.map +1 -1
  304. package/dist/lib/openapi/spec/feature-types-schema.d.ts +42 -1
  305. package/dist/lib/openapi/spec/feature-types-schema.js +37 -0
  306. package/dist/lib/openapi/spec/feature-types-schema.js.map +1 -1
  307. package/dist/lib/openapi/spec/feature-variants-schema.d.ts +11 -2
  308. package/dist/lib/openapi/spec/feature-variants-schema.js +4 -0
  309. package/dist/lib/openapi/spec/feature-variants-schema.js.map +1 -1
  310. package/dist/lib/openapi/spec/features-schema.d.ts +501 -12
  311. package/dist/lib/openapi/spec/features-schema.js +6 -0
  312. package/dist/lib/openapi/spec/features-schema.js.map +1 -1
  313. package/dist/lib/openapi/spec/feedback-create-schema.d.ts +21 -0
  314. package/dist/lib/openapi/spec/feedback-create-schema.js +23 -0
  315. package/dist/lib/openapi/spec/feedback-create-schema.js.map +1 -0
  316. package/dist/lib/openapi/spec/feedback-response-schema.d.ts +33 -0
  317. package/dist/lib/openapi/spec/feedback-response-schema.js +35 -0
  318. package/dist/lib/openapi/spec/feedback-response-schema.js.map +1 -0
  319. package/dist/lib/openapi/spec/feedback-update-schema.d.ts +27 -0
  320. package/dist/lib/openapi/spec/feedback-update-schema.js +29 -0
  321. package/dist/lib/openapi/spec/feedback-update-schema.js.map +1 -0
  322. package/dist/lib/openapi/spec/group-schema.d.ts +107 -9
  323. package/dist/lib/openapi/spec/group-schema.js +20 -3
  324. package/dist/lib/openapi/spec/group-schema.js.map +1 -1
  325. package/dist/lib/openapi/spec/group-user-model-schema.d.ts +46 -3
  326. package/dist/lib/openapi/spec/group-user-model-schema.js +5 -0
  327. package/dist/lib/openapi/spec/group-user-model-schema.js.map +1 -1
  328. package/dist/lib/openapi/spec/groups-schema.d.ts +196 -15
  329. package/dist/lib/openapi/spec/groups-schema.js +2 -0
  330. package/dist/lib/openapi/spec/groups-schema.js.map +1 -1
  331. package/dist/lib/openapi/spec/health-overview-schema.d.ts +733 -16
  332. package/dist/lib/openapi/spec/health-overview-schema.js +10 -0
  333. package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
  334. package/dist/lib/openapi/spec/health-report-schema.d.ts +733 -16
  335. package/dist/lib/openapi/spec/id-schema.d.ts +3 -0
  336. package/dist/lib/openapi/spec/id-schema.js +3 -0
  337. package/dist/lib/openapi/spec/id-schema.js.map +1 -1
  338. package/dist/lib/openapi/spec/import-toggles-schema.d.ts +1198 -63
  339. package/dist/lib/openapi/spec/import-toggles-schema.js +7 -0
  340. package/dist/lib/openapi/spec/import-toggles-schema.js.map +1 -1
  341. package/dist/lib/openapi/spec/import-toggles-validate-item-schema.d.ts +5 -0
  342. package/dist/lib/openapi/spec/import-toggles-validate-item-schema.js +5 -0
  343. package/dist/lib/openapi/spec/import-toggles-validate-item-schema.js.map +1 -1
  344. package/dist/lib/openapi/spec/import-toggles-validate-schema.d.ts +18 -0
  345. package/dist/lib/openapi/spec/import-toggles-validate-schema.js +17 -0
  346. package/dist/lib/openapi/spec/import-toggles-validate-schema.js.map +1 -1
  347. package/dist/lib/openapi/spec/index.d.ts +15 -3
  348. package/dist/lib/openapi/spec/index.js +15 -3
  349. package/dist/lib/openapi/spec/index.js.map +1 -1
  350. package/dist/lib/openapi/spec/legal-value-schema.d.ts +5 -0
  351. package/dist/lib/openapi/spec/legal-value-schema.js +5 -0
  352. package/dist/lib/openapi/spec/legal-value-schema.js.map +1 -1
  353. package/dist/lib/openapi/spec/login-schema.d.ts +5 -0
  354. package/dist/lib/openapi/spec/login-schema.js +5 -0
  355. package/dist/lib/openapi/spec/login-schema.js.map +1 -1
  356. package/dist/lib/openapi/spec/me-schema.d.ts +69 -11
  357. package/dist/lib/openapi/spec/me-schema.js +7 -3
  358. package/dist/lib/openapi/spec/me-schema.js.map +1 -1
  359. package/dist/lib/openapi/spec/name-schema.d.ts +3 -0
  360. package/dist/lib/openapi/spec/name-schema.js +3 -0
  361. package/dist/lib/openapi/spec/name-schema.js.map +1 -1
  362. package/dist/lib/openapi/spec/parameters-schema.d.ts +1 -0
  363. package/dist/lib/openapi/spec/parameters-schema.js +1 -0
  364. package/dist/lib/openapi/spec/parameters-schema.js.map +1 -1
  365. package/dist/lib/openapi/spec/password-schema.d.ts +7 -0
  366. package/dist/lib/openapi/spec/password-schema.js +7 -0
  367. package/dist/lib/openapi/spec/password-schema.js.map +1 -1
  368. package/dist/lib/openapi/spec/patches-schema.d.ts +1 -0
  369. package/dist/lib/openapi/spec/patches-schema.js +1 -0
  370. package/dist/lib/openapi/spec/patches-schema.js.map +1 -1
  371. package/dist/lib/openapi/spec/permission-schema.d.ts +7 -0
  372. package/dist/lib/openapi/spec/permission-schema.js +7 -0
  373. package/dist/lib/openapi/spec/permission-schema.js.map +1 -1
  374. package/dist/lib/openapi/spec/playground-feature-schema.d.ts +165 -3
  375. package/dist/lib/openapi/spec/playground-feature-schema.js +0 -1
  376. package/dist/lib/openapi/spec/playground-feature-schema.js.map +1 -1
  377. package/dist/lib/openapi/spec/playground-response-schema.d.ts +330 -5
  378. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +204 -0
  379. package/dist/lib/openapi/spec/playground-strategy-schema.js +49 -0
  380. package/dist/lib/openapi/spec/playground-strategy-schema.js.map +1 -1
  381. package/dist/lib/openapi/spec/profile-schema.d.ts +267 -7
  382. package/dist/lib/openapi/spec/profile-schema.js +5 -0
  383. package/dist/lib/openapi/spec/profile-schema.js.map +1 -1
  384. package/dist/lib/openapi/spec/project-environment-schema.d.ts +115 -2
  385. package/dist/lib/openapi/spec/project-environment-schema.js +2 -0
  386. package/dist/lib/openapi/spec/project-environment-schema.js.map +1 -1
  387. package/dist/lib/openapi/spec/project-overview-schema.d.ts +733 -16
  388. package/dist/lib/openapi/spec/project-overview-schema.js +10 -0
  389. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  390. package/dist/lib/openapi/spec/proxy-client-schema.d.ts +3 -0
  391. package/dist/lib/openapi/spec/proxy-client-schema.js +3 -0
  392. package/dist/lib/openapi/spec/proxy-client-schema.js.map +1 -1
  393. package/dist/lib/openapi/spec/proxy-feature-schema.d.ts +20 -2
  394. package/dist/lib/openapi/spec/proxy-feature-schema.js +20 -3
  395. package/dist/lib/openapi/spec/proxy-feature-schema.js.map +1 -1
  396. package/dist/lib/openapi/spec/proxy-features-schema.d.ts +22 -1
  397. package/dist/lib/openapi/spec/proxy-features-schema.js +2 -0
  398. package/dist/lib/openapi/spec/proxy-features-schema.js.map +1 -1
  399. package/dist/lib/openapi/spec/public-signup-token-schema.d.ts +52 -4
  400. package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts +104 -8
  401. package/dist/lib/openapi/spec/push-variants-schema.d.ts +7 -2
  402. package/dist/lib/openapi/spec/requests-per-second-schema.d.ts +16 -0
  403. package/dist/lib/openapi/spec/requests-per-second-schema.js +22 -2
  404. package/dist/lib/openapi/spec/requests-per-second-schema.js.map +1 -1
  405. package/dist/lib/openapi/spec/requests-per-second-segmented-schema.d.ts +17 -0
  406. package/dist/lib/openapi/spec/requests-per-second-segmented-schema.js +1 -0
  407. package/dist/lib/openapi/spec/requests-per-second-segmented-schema.js.map +1 -1
  408. package/dist/lib/openapi/spec/role-schema.d.ts +11 -1
  409. package/dist/lib/openapi/spec/role-schema.js +11 -1
  410. package/dist/lib/openapi/spec/role-schema.js.map +1 -1
  411. package/dist/lib/openapi/spec/search-events-schema.d.ts +9 -0
  412. package/dist/lib/openapi/spec/search-events-schema.js +10 -0
  413. package/dist/lib/openapi/spec/search-events-schema.js.map +1 -1
  414. package/dist/lib/openapi/spec/segment-schema.d.ts +23 -6
  415. package/dist/lib/openapi/spec/segment-schema.js +18 -15
  416. package/dist/lib/openapi/spec/segment-schema.js.map +1 -1
  417. package/dist/lib/openapi/spec/set-strategy-sort-order-schema.d.ts +6 -0
  418. package/dist/lib/openapi/spec/set-strategy-sort-order-schema.js +6 -0
  419. package/dist/lib/openapi/spec/set-strategy-sort-order-schema.js.map +1 -1
  420. package/dist/lib/openapi/spec/set-ui-config-schema.d.ts +4 -0
  421. package/dist/lib/openapi/spec/set-ui-config-schema.js +4 -0
  422. package/dist/lib/openapi/spec/set-ui-config-schema.js.map +1 -1
  423. package/dist/lib/openapi/spec/splash-request-schema.d.ts +21 -0
  424. package/dist/lib/openapi/spec/splash-request-schema.js +23 -0
  425. package/dist/lib/openapi/spec/splash-request-schema.js.map +1 -0
  426. package/dist/lib/openapi/spec/splash-response-schema.d.ts +27 -0
  427. package/dist/lib/openapi/spec/splash-response-schema.js +21 -0
  428. package/dist/lib/openapi/spec/splash-response-schema.js.map +1 -0
  429. package/dist/lib/openapi/spec/state-schema.d.ts +523 -19
  430. package/dist/lib/openapi/spec/state-schema.js +2 -0
  431. package/dist/lib/openapi/spec/state-schema.js.map +1 -1
  432. package/dist/lib/openapi/spec/strategies-schema.d.ts +9 -3
  433. package/dist/lib/openapi/spec/strategies-schema.js +5 -0
  434. package/dist/lib/openapi/spec/strategies-schema.js.map +1 -1
  435. package/dist/lib/openapi/spec/strategy-schema.d.ts +4 -3
  436. package/dist/lib/openapi/spec/strategy-schema.js +4 -3
  437. package/dist/lib/openapi/spec/strategy-schema.js.map +1 -1
  438. package/dist/lib/openapi/spec/strategy-schema.test.js +5 -0
  439. package/dist/lib/openapi/spec/strategy-schema.test.js.map +1 -1
  440. package/dist/lib/openapi/spec/strategy-variant-schema.d.ts +54 -0
  441. package/dist/lib/openapi/spec/strategy-variant-schema.js +16 -0
  442. package/dist/lib/openapi/spec/strategy-variant-schema.js.map +1 -0
  443. package/dist/lib/openapi/spec/tag-type-schema.d.ts +7 -0
  444. package/dist/lib/openapi/spec/tag-type-schema.js +7 -0
  445. package/dist/lib/openapi/spec/tag-type-schema.js.map +1 -1
  446. package/dist/lib/openapi/spec/tag-types-schema.d.ts +11 -0
  447. package/dist/lib/openapi/spec/tag-types-schema.js +4 -0
  448. package/dist/lib/openapi/spec/tag-types-schema.js.map +1 -1
  449. package/dist/lib/openapi/spec/tag-with-version-schema.d.ts +3 -0
  450. package/dist/lib/openapi/spec/tag-with-version-schema.js +3 -0
  451. package/dist/lib/openapi/spec/tag-with-version-schema.js.map +1 -1
  452. package/dist/lib/openapi/spec/telemetry-settings-schema.d.ts +22 -0
  453. package/dist/lib/openapi/spec/telemetry-settings-schema.js +24 -0
  454. package/dist/lib/openapi/spec/telemetry-settings-schema.js.map +1 -0
  455. package/dist/lib/openapi/spec/token-user-schema.d.ts +23 -2
  456. package/dist/lib/openapi/spec/token-user-schema.js +12 -1
  457. package/dist/lib/openapi/spec/token-user-schema.js.map +1 -1
  458. package/dist/lib/openapi/spec/ui-config-schema.d.ts +77 -1
  459. package/dist/lib/openapi/spec/ui-config-schema.js +53 -0
  460. package/dist/lib/openapi/spec/ui-config-schema.js.map +1 -1
  461. package/dist/lib/openapi/spec/update-api-token-schema.d.ts +3 -0
  462. package/dist/lib/openapi/spec/update-api-token-schema.js +3 -0
  463. package/dist/lib/openapi/spec/update-api-token-schema.js.map +1 -1
  464. package/dist/lib/openapi/spec/update-feature-schema.d.ts +11 -14
  465. package/dist/lib/openapi/spec/update-feature-schema.js +11 -14
  466. package/dist/lib/openapi/spec/update-feature-schema.js.map +1 -1
  467. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +5 -0
  468. package/dist/lib/openapi/spec/update-feature-strategy-schema.js +4 -0
  469. package/dist/lib/openapi/spec/update-feature-strategy-schema.js.map +1 -1
  470. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.d.ts +19 -0
  471. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js +21 -0
  472. package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js.map +1 -0
  473. package/dist/lib/openapi/spec/update-strategy-schema.d.ts +47 -0
  474. package/dist/lib/openapi/spec/update-strategy-schema.js +55 -0
  475. package/dist/lib/openapi/spec/update-strategy-schema.js.map +1 -0
  476. package/dist/lib/openapi/spec/update-tag-type-schema.d.ts +5 -0
  477. package/dist/lib/openapi/spec/update-tag-type-schema.js +5 -0
  478. package/dist/lib/openapi/spec/update-tag-type-schema.js.map +1 -1
  479. package/dist/lib/openapi/spec/update-user-schema.d.ts +15 -1
  480. package/dist/lib/openapi/spec/update-user-schema.js +18 -1
  481. package/dist/lib/openapi/spec/update-user-schema.js.map +1 -1
  482. package/dist/lib/openapi/spec/upsert-context-field-schema.d.ts +5 -0
  483. package/dist/lib/openapi/spec/user-schema.d.ts +41 -3
  484. package/dist/lib/openapi/spec/user-schema.js +41 -3
  485. package/dist/lib/openapi/spec/user-schema.js.map +1 -1
  486. package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +194 -15
  487. package/dist/lib/openapi/spec/users-schema.d.ts +55 -4
  488. package/dist/lib/openapi/spec/users-schema.js +3 -0
  489. package/dist/lib/openapi/spec/users-schema.js.map +1 -1
  490. package/dist/lib/openapi/spec/users-search-schema.d.ts +41 -3
  491. package/dist/lib/openapi/spec/validate-feature-schema.d.ts +16 -0
  492. package/dist/lib/openapi/spec/validate-feature-schema.js +18 -0
  493. package/dist/lib/openapi/spec/validate-feature-schema.js.map +1 -0
  494. package/dist/lib/openapi/spec/validate-password-schema.d.ts +3 -0
  495. package/dist/lib/openapi/spec/validate-password-schema.js +3 -0
  496. package/dist/lib/openapi/spec/validate-password-schema.js.map +1 -1
  497. package/dist/lib/openapi/spec/validate-tag-type-schema.d.ts +10 -0
  498. package/dist/lib/openapi/spec/validate-tag-type-schema.js +3 -0
  499. package/dist/lib/openapi/spec/validate-tag-type-schema.js.map +1 -1
  500. package/dist/lib/openapi/spec/variant-flag-schema.d.ts +11 -0
  501. package/dist/lib/openapi/spec/variant-flag-schema.js +11 -0
  502. package/dist/lib/openapi/spec/variant-flag-schema.js.map +1 -1
  503. package/dist/lib/openapi/spec/variant-schema.d.ts +7 -2
  504. package/dist/lib/openapi/spec/variant-schema.js +7 -2
  505. package/dist/lib/openapi/spec/variant-schema.js.map +1 -1
  506. package/dist/lib/openapi/spec/variants-schema.d.ts +7 -2
  507. package/dist/lib/openapi/spec/version-schema.d.ts +16 -1
  508. package/dist/lib/openapi/spec/version-schema.js +16 -1
  509. package/dist/lib/openapi/spec/version-schema.js.map +1 -1
  510. package/dist/lib/openapi/util/openapi-tags.d.ts +14 -2
  511. package/dist/lib/openapi/util/openapi-tags.js +9 -1
  512. package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
  513. package/dist/lib/openapi/util/standard-responses.d.ts +1 -1
  514. package/dist/lib/openapi/util/standard-responses.js +1 -1
  515. package/dist/lib/openapi/util/standard-responses.js.map +1 -1
  516. package/dist/lib/openapi/validate.js +1 -1
  517. package/dist/lib/openapi/validate.js.map +1 -1
  518. package/dist/lib/routes/admin-api/api-token.js +12 -0
  519. package/dist/lib/routes/admin-api/api-token.js.map +1 -1
  520. package/dist/lib/routes/admin-api/archive.d.ts +0 -1
  521. package/dist/lib/routes/admin-api/archive.js +20 -5
  522. package/dist/lib/routes/admin-api/archive.js.map +1 -1
  523. package/dist/lib/routes/admin-api/config.js +4 -0
  524. package/dist/lib/routes/admin-api/config.js.map +1 -1
  525. package/dist/lib/routes/admin-api/constraints.d.ts +2 -2
  526. package/dist/lib/routes/admin-api/constraints.js +5 -2
  527. package/dist/lib/routes/admin-api/constraints.js.map +1 -1
  528. package/dist/lib/routes/admin-api/context.d.ts +2 -1
  529. package/dist/lib/routes/admin-api/context.js +16 -4
  530. package/dist/lib/routes/admin-api/context.js.map +1 -1
  531. package/dist/lib/routes/admin-api/event.js +6 -3
  532. package/dist/lib/routes/admin-api/event.js.map +1 -1
  533. package/dist/lib/routes/admin-api/favorites.js +24 -4
  534. package/dist/lib/routes/admin-api/favorites.js.map +1 -1
  535. package/dist/lib/routes/admin-api/feature-type.d.ts +6 -0
  536. package/dist/lib/routes/admin-api/feature-type.js +37 -1
  537. package/dist/lib/routes/admin-api/feature-type.js.map +1 -1
  538. package/dist/lib/routes/admin-api/feature.d.ts +2 -3
  539. package/dist/lib/routes/admin-api/feature.js +14 -3
  540. package/dist/lib/routes/admin-api/feature.js.map +1 -1
  541. package/dist/lib/routes/admin-api/index.js +2 -0
  542. package/dist/lib/routes/admin-api/index.js.map +1 -1
  543. package/dist/lib/routes/admin-api/project/project-archive.js +13 -4
  544. package/dist/lib/routes/admin-api/project/project-archive.js.map +1 -1
  545. package/dist/lib/routes/admin-api/project/project-features.d.ts +1 -1
  546. package/dist/lib/routes/admin-api/project/project-features.js +116 -27
  547. package/dist/lib/routes/admin-api/project/project-features.js.map +1 -1
  548. package/dist/lib/routes/admin-api/project/variants.js +26 -16
  549. package/dist/lib/routes/admin-api/project/variants.js.map +1 -1
  550. package/dist/lib/routes/admin-api/strategy.d.ts +6 -3
  551. package/dist/lib/routes/admin-api/strategy.js +40 -12
  552. package/dist/lib/routes/admin-api/strategy.js.map +1 -1
  553. package/dist/lib/routes/admin-api/strategy.test.js +5 -5
  554. package/dist/lib/routes/admin-api/strategy.test.js.map +1 -1
  555. package/dist/lib/routes/admin-api/tag-type.js +21 -1
  556. package/dist/lib/routes/admin-api/tag-type.js.map +1 -1
  557. package/dist/lib/routes/admin-api/tag.js +17 -1
  558. package/dist/lib/routes/admin-api/tag.js.map +1 -1
  559. package/dist/lib/routes/admin-api/telemetry.d.ts +14 -0
  560. package/dist/lib/routes/admin-api/telemetry.js +41 -0
  561. package/dist/lib/routes/admin-api/telemetry.js.map +1 -0
  562. package/dist/lib/routes/admin-api/user/user.js +20 -4
  563. package/dist/lib/routes/admin-api/user/user.js.map +1 -1
  564. package/dist/lib/routes/admin-api/user-admin.d.ts +3 -2
  565. package/dist/lib/routes/admin-api/user-admin.js +88 -14
  566. package/dist/lib/routes/admin-api/user-admin.js.map +1 -1
  567. package/dist/lib/routes/admin-api/user-feedback.js +17 -7
  568. package/dist/lib/routes/admin-api/user-feedback.js.map +1 -1
  569. package/dist/lib/routes/admin-api/user-splash.js +9 -3
  570. package/dist/lib/routes/admin-api/user-splash.js.map +1 -1
  571. package/dist/lib/routes/auth/reset-password-controller.js +24 -4
  572. package/dist/lib/routes/auth/reset-password-controller.js.map +1 -1
  573. package/dist/lib/routes/auth/simple-password-provider.js +4 -0
  574. package/dist/lib/routes/auth/simple-password-provider.js.map +1 -1
  575. package/dist/lib/routes/client-api/feature.js +1 -1
  576. package/dist/lib/routes/client-api/feature.js.map +1 -1
  577. package/dist/lib/routes/client-api/feature.test.js +8 -3
  578. package/dist/lib/routes/client-api/feature.test.js.map +1 -1
  579. package/dist/lib/routes/client-api/metrics.js +3 -3
  580. package/dist/lib/routes/client-api/metrics.js.map +1 -1
  581. package/dist/lib/routes/controller.js +2 -2
  582. package/dist/lib/routes/controller.js.map +1 -1
  583. package/dist/lib/routes/index.js +1 -3
  584. package/dist/lib/routes/index.js.map +1 -1
  585. package/dist/lib/routes/proxy-api/index.d.ts +1 -1
  586. package/dist/lib/routes/proxy-api/index.js +27 -4
  587. package/dist/lib/routes/proxy-api/index.js.map +1 -1
  588. package/dist/lib/segments/segment-service-interface.d.ts +2 -1
  589. package/dist/lib/server-impl.js +1 -0
  590. package/dist/lib/server-impl.js.map +1 -1
  591. package/dist/lib/services/addon-service.d.ts +2 -1
  592. package/dist/lib/services/addon-service.js +6 -2
  593. package/dist/lib/services/addon-service.js.map +1 -1
  594. package/dist/lib/services/client-metrics/metrics-service-v2.js +24 -13
  595. package/dist/lib/services/client-metrics/metrics-service-v2.js.map +1 -1
  596. package/dist/lib/services/event-announcer-service.d.ts +8 -0
  597. package/dist/lib/services/event-announcer-service.js +13 -0
  598. package/dist/lib/services/event-announcer-service.js.map +1 -0
  599. package/dist/lib/services/feature-service-potentially-stale.test.d.ts +1 -0
  600. package/dist/lib/services/feature-service-potentially-stale.test.js +44 -0
  601. package/dist/lib/services/feature-service-potentially-stale.test.js.map +1 -0
  602. package/dist/lib/services/feature-toggle-service.d.ts +5 -2
  603. package/dist/lib/services/feature-toggle-service.js +95 -16
  604. package/dist/lib/services/feature-toggle-service.js.map +1 -1
  605. package/dist/lib/services/feature-type-service.d.ts +1 -0
  606. package/dist/lib/services/feature-type-service.js +14 -0
  607. package/dist/lib/services/feature-type-service.js.map +1 -1
  608. package/dist/lib/services/group-service.d.ts +4 -4
  609. package/dist/lib/services/group-service.js.map +1 -1
  610. package/dist/lib/services/index.js +9 -1
  611. package/dist/lib/services/index.js.map +1 -1
  612. package/dist/lib/services/project-schema.js +1 -0
  613. package/dist/lib/services/project-schema.js.map +1 -1
  614. package/dist/lib/services/project-service.d.ts +2 -4
  615. package/dist/lib/services/project-service.js +4 -9
  616. package/dist/lib/services/project-service.js.map +1 -1
  617. package/dist/lib/services/segment-service.d.ts +2 -1
  618. package/dist/lib/services/segment-service.js +3 -0
  619. package/dist/lib/services/segment-service.js.map +1 -1
  620. package/dist/lib/services/tag-type-service.d.ts +2 -2
  621. package/dist/lib/services/tag-type-service.js +5 -3
  622. package/dist/lib/services/tag-type-service.js.map +1 -1
  623. package/dist/lib/services/user-service.js +13 -7
  624. package/dist/lib/services/user-service.js.map +1 -1
  625. package/dist/lib/services/version-service.d.ts +1 -2
  626. package/dist/lib/services/version-service.js +2 -4
  627. package/dist/lib/services/version-service.js.map +1 -1
  628. package/dist/lib/services/version-service.test.js +0 -57
  629. package/dist/lib/services/version-service.test.js.map +1 -1
  630. package/dist/lib/types/authentication-required.d.ts +1 -0
  631. package/dist/lib/types/authentication-required.js +1 -0
  632. package/dist/lib/types/authentication-required.js.map +1 -1
  633. package/dist/lib/types/events.d.ts +138 -99
  634. package/dist/lib/types/events.js +136 -3
  635. package/dist/lib/types/events.js.map +1 -1
  636. package/dist/lib/types/experimental.d.ts +1 -1
  637. package/dist/lib/types/experimental.js +5 -5
  638. package/dist/lib/types/experimental.js.map +1 -1
  639. package/dist/lib/types/group.d.ts +7 -0
  640. package/dist/lib/types/group.js.map +1 -1
  641. package/dist/lib/types/model.d.ts +24 -2
  642. package/dist/lib/types/model.js.map +1 -1
  643. package/dist/lib/types/services.d.ts +3 -0
  644. package/dist/lib/types/stores/event-store.d.ts +1 -0
  645. package/dist/lib/types/stores/feature-toggle-client-store.d.ts +2 -1
  646. package/dist/lib/types/stores/feature-toggle-store.d.ts +6 -0
  647. package/dist/lib/types/stores/feature-type-store.d.ts +1 -0
  648. package/dist/lib/types/stores/group-store.d.ts +4 -4
  649. package/dist/lib/types/stores/project-store.d.ts +3 -6
  650. package/dist/lib/types/stores/segment-store.d.ts +2 -1
  651. package/dist/lib/util/is-email.d.ts +7 -0
  652. package/dist/lib/util/is-email.js +9 -0
  653. package/dist/lib/util/is-email.js.map +1 -1
  654. package/dist/lib/util/load-index-html.js +1 -1
  655. package/dist/lib/util/load-index-html.js.map +1 -1
  656. package/dist/migrations/20230630080126-delete-deprecated-permissions.d.ts +2 -0
  657. package/dist/migrations/20230630080126-delete-deprecated-permissions.js +15 -0
  658. package/dist/migrations/20230630080126-delete-deprecated-permissions.js.map +1 -0
  659. package/dist/migrations/20230706123907-events-announced-column.d.ts +2 -0
  660. package/dist/migrations/20230706123907-events-announced-column.js +15 -0
  661. package/dist/migrations/20230706123907-events-announced-column.js.map +1 -0
  662. package/dist/migrations/20230711094214-add-potentially-stale-flag.d.ts +2 -0
  663. package/dist/migrations/20230711094214-add-potentially-stale-flag.js +18 -0
  664. package/dist/migrations/20230711094214-add-potentially-stale-flag.js.map +1 -0
  665. package/dist/migrations/20230711163311-project-feature-limit.d.ts +2 -0
  666. package/dist/migrations/20230711163311-project-feature-limit.js +13 -0
  667. package/dist/migrations/20230711163311-project-feature-limit.js.map +1 -0
  668. package/dist/migrations/20230712091834-strategy-variants.d.ts +2 -0
  669. package/dist/migrations/20230712091834-strategy-variants.js +81 -0
  670. package/dist/migrations/20230712091834-strategy-variants.js.map +1 -0
  671. package/dist/server-dev.js +5 -3
  672. package/dist/server-dev.js.map +1 -1
  673. package/dist/test/arbitraries.test.js +1 -1
  674. package/dist/test/arbitraries.test.js.map +1 -1
  675. package/dist/test/e2e/api/admin/addon.e2e.test.js +2 -1
  676. package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
  677. package/dist/test/e2e/api/admin/api-token.e2e.test.js +7 -1
  678. package/dist/test/e2e/api/admin/api-token.e2e.test.js.map +1 -1
  679. package/dist/test/e2e/api/admin/archive.test.js +7 -1
  680. package/dist/test/e2e/api/admin/archive.test.js.map +1 -1
  681. package/dist/test/e2e/api/admin/config.e2e.test.js +7 -1
  682. package/dist/test/e2e/api/admin/config.e2e.test.js.map +1 -1
  683. package/dist/test/e2e/api/admin/favorites.e2e.test.js +7 -1
  684. package/dist/test/e2e/api/admin/favorites.e2e.test.js.map +1 -1
  685. package/dist/test/e2e/api/admin/feature-type.test.js +41 -1
  686. package/dist/test/e2e/api/admin/feature-type.test.js.map +1 -1
  687. package/dist/test/e2e/api/admin/feedback.e2e.test.js +7 -1
  688. package/dist/test/e2e/api/admin/feedback.e2e.test.js.map +1 -1
  689. package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
  690. package/dist/test/e2e/api/admin/project/features.e2e.test.js +152 -0
  691. package/dist/test/e2e/api/admin/project/features.e2e.test.js.map +1 -1
  692. package/dist/test/e2e/api/admin/project/variants.e2e.test.js +28 -12
  693. package/dist/test/e2e/api/admin/project/variants.e2e.test.js.map +1 -1
  694. package/dist/test/e2e/api/admin/splash.e2e.test.js +7 -1
  695. package/dist/test/e2e/api/admin/splash.e2e.test.js.map +1 -1
  696. package/dist/test/e2e/api/admin/state.e2e.test.js +6 -6
  697. package/dist/test/e2e/api/admin/state.e2e.test.js.map +1 -1
  698. package/dist/test/e2e/api/admin/user-admin.e2e.test.js +7 -1
  699. package/dist/test/e2e/api/admin/user-admin.e2e.test.js.map +1 -1
  700. package/dist/test/e2e/api/openapi/openapi.e2e.test.js +9 -6
  701. package/dist/test/e2e/api/openapi/openapi.e2e.test.js.map +1 -1
  702. package/dist/test/e2e/services/access-service.e2e.test.js +1 -1
  703. package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
  704. package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js +26 -4
  705. package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js.map +1 -1
  706. package/dist/test/e2e/services/group-service.e2e.test.js +16 -0
  707. package/dist/test/e2e/services/group-service.e2e.test.js.map +1 -1
  708. package/dist/test/e2e/services/user-service.e2e.test.js +2 -2
  709. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  710. package/dist/test/e2e/stores/event-store.e2e.test.js +3 -2
  711. package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
  712. package/dist/test/e2e/stores/feature-toggle-store.e2e.test.js +163 -0
  713. package/dist/test/e2e/stores/feature-toggle-store.e2e.test.js.map +1 -1
  714. package/dist/test/e2e/stores/feature-type-store.e2e.test.js +13 -0
  715. package/dist/test/e2e/stores/feature-type-store.e2e.test.js.map +1 -1
  716. package/dist/test/fixtures/fake-event-store.d.ts +1 -0
  717. package/dist/test/fixtures/fake-event-store.js +3 -0
  718. package/dist/test/fixtures/fake-event-store.js.map +1 -1
  719. package/dist/test/fixtures/fake-feature-toggle-client-store.d.ts +1 -0
  720. package/dist/test/fixtures/fake-feature-toggle-client-store.js +10 -0
  721. package/dist/test/fixtures/fake-feature-toggle-client-store.js.map +1 -1
  722. package/dist/test/fixtures/fake-feature-toggle-store.d.ts +6 -0
  723. package/dist/test/fixtures/fake-feature-toggle-store.js +6 -0
  724. package/dist/test/fixtures/fake-feature-toggle-store.js.map +1 -1
  725. package/dist/test/fixtures/fake-feature-type-store.d.ts +1 -0
  726. package/dist/test/fixtures/fake-feature-type-store.js +8 -0
  727. package/dist/test/fixtures/fake-feature-type-store.js.map +1 -1
  728. package/dist/test/fixtures/fake-group-store.d.ts +4 -4
  729. package/dist/test/fixtures/fake-group-store.js.map +1 -1
  730. package/dist/test/fixtures/fake-project-store.d.ts +3 -4
  731. package/dist/test/fixtures/fake-project-store.js +4 -13
  732. package/dist/test/fixtures/fake-project-store.js.map +1 -1
  733. package/dist/test/fixtures/fake-segment-store.d.ts +2 -1
  734. package/dist/test/fixtures/fake-segment-store.js +3 -0
  735. package/dist/test/fixtures/fake-segment-store.js.map +1 -1
  736. package/frontend/build/index.html +2 -2
  737. package/frontend/build/static/AdvancedPlayground-4c9d02ea.js +13 -0
  738. package/frontend/build/static/CreateProject-16b35d57.js +4 -0
  739. package/frontend/build/static/{Error-2c3030da.js → Error-50364f10.js} +1 -1
  740. package/frontend/build/static/{FeatureArchiveDialog-a529848e.js → FeatureArchiveDialog-fda1aa0c.js} +3 -3
  741. package/frontend/build/static/{FeatureMetricsChart-e8ede36a.js → FeatureMetricsChart-839cdf1e.js} +2 -2
  742. package/frontend/build/static/FeatureViewLazyExport-47bb7f13.js +7 -0
  743. package/frontend/build/static/LazyAdminExport-8ef0ca21.js +37 -0
  744. package/frontend/build/static/LazyProjectExport-49541c75.js +16 -0
  745. package/frontend/build/static/{NetworkOverview-e6f0a590.js → NetworkOverview-711050f3.js} +8 -8
  746. package/frontend/build/static/{NetworkTraffic-d1efc782.js → NetworkTraffic-e587c2c7.js} +1 -1
  747. package/frontend/build/static/RoleCell-9a62b4ed.js +1 -0
  748. package/frontend/build/static/StrategyItemContainer-4098c8ef.js +1 -0
  749. package/frontend/build/static/{chartjs-adapter-date-fns.esm-0d05c046.js → chartjs-adapter-date-fns.esm-d57aaddd.js} +1 -1
  750. package/frontend/build/static/demo-qr-c2ce85bd.png +0 -0
  751. package/frontend/build/static/{flowchart-elk-definition-170a3958-cc4ae597.js → flowchart-elk-definition-170a3958-4dece62b.js} +2 -2
  752. package/frontend/build/static/{index-a563ae6f.js → index-1c8194e0.js} +1 -1
  753. package/frontend/build/static/index-770afaee.css +1 -0
  754. package/frontend/build/static/{index-ade82986.js → index-9bb67f88.js} +1 -1
  755. package/frontend/build/static/index-9c528324.js +453 -0
  756. package/frontend/build/static/{is_dark-49e2e68f.js → is_dark-ba77f0b9.js} +1 -1
  757. package/frontend/build/static/{mindmap-definition-44684416-c6d3a96e.js → mindmap-definition-44684416-a4071c9f.js} +3 -3
  758. package/frontend/build/static/{timeline-definition-8e5a9bc6-920370f9.js → timeline-definition-8e5a9bc6-c996bf40.js} +2 -2
  759. package/frontend/build/static/{unknownify-30fed5e1.js → unknownify-db48ebae.js} +1 -1
  760. package/frontend/package.json +16 -16
  761. package/package.json +15 -13
  762. package/dist/lib/error/no-access-error.js.map +0 -1
  763. package/dist/lib/openapi/endpoint-descriptions.d.ts +0 -20
  764. package/dist/lib/openapi/endpoint-descriptions.js +0 -24
  765. package/dist/lib/openapi/endpoint-descriptions.js.map +0 -1
  766. package/dist/lib/openapi/spec/feedback-schema.d.ts +0 -24
  767. package/dist/lib/openapi/spec/feedback-schema.js +0 -26
  768. package/dist/lib/openapi/spec/feedback-schema.js.map +0 -1
  769. package/dist/lib/openapi/spec/splash-schema.d.ts +0 -20
  770. package/dist/lib/openapi/spec/splash-schema.js +0 -22
  771. package/dist/lib/openapi/spec/splash-schema.js.map +0 -1
  772. package/dist/lib/openapi/spec/upsert-strategy-schema.d.ts +0 -39
  773. package/dist/lib/openapi/spec/upsert-strategy-schema.js +0 -41
  774. package/dist/lib/openapi/spec/upsert-strategy-schema.js.map +0 -1
  775. package/frontend/build/static/AdvancedPlayground-bc3db7fd.js +0 -1
  776. package/frontend/build/static/CreateProject-4013b189.js +0 -4
  777. package/frontend/build/static/FeatureViewLazyExport-773303d1.js +0 -7
  778. package/frontend/build/static/LazyAdminExport-a9aeca56.js +0 -37
  779. package/frontend/build/static/LazyProjectExport-7c849a96.js +0 -13
  780. package/frontend/build/static/Playground-4fd4e26e.js +0 -1
  781. package/frontend/build/static/PlaygroundGuidancePopper-c761bfb7.js +0 -13
  782. package/frontend/build/static/RoleCell-cbb192fa.js +0 -1
  783. package/frontend/build/static/StrategyItemContainer-128fc163.js +0 -1
  784. package/frontend/build/static/demo-qr-1bebe2c9.png +0 -0
  785. package/frontend/build/static/index-66c635eb.css +0 -1
  786. package/frontend/build/static/index-bd571775.js +0 -450
  787. package/frontend/build/static/stringify-ec884b6d.js +0 -1
@@ -89,7 +89,7 @@ export declare const advancedPlaygroundFeatureSchema: {
89
89
  readonly example: true;
90
90
  };
91
91
  readonly variant: {
92
- readonly description: "The feature variant you receive based on the provided context or the _disabled\n variant_. If a feature is disabled or doesn't have any\n variants, you would get the _disabled variant_.\n Otherwise, you'll get one of thefeature's defined variants.";
92
+ readonly description: "The feature variant you receive based on the provided context or the _disabled\n variant_. If a feature is disabled or doesn't have any\n variants, you would get the _disabled variant_.\n Otherwise, you'll get one of the feature's defined variants.";
93
93
  readonly type: "object";
94
94
  readonly additionalProperties: false;
95
95
  readonly required: readonly ["name", "enabled"];
@@ -112,7 +112,6 @@ export declare const advancedPlaygroundFeatureSchema: {
112
112
  readonly type: {
113
113
  readonly description: "The format of the payload.";
114
114
  readonly type: "string";
115
- readonly enum: readonly ["json", "csv", "string"];
116
115
  };
117
116
  readonly value: {
118
117
  readonly type: "string";
@@ -194,6 +193,53 @@ export declare const advancedPlaygroundFeatureSchema: {
194
193
  readonly type: "boolean";
195
194
  readonly description: "Whether this strategy evaluates to true or not.";
196
195
  };
196
+ readonly variant: {
197
+ readonly description: "The feature variant you receive based on the provided context or the _disabled\n variant_. If a feature is disabled or doesn't have any\n variants, you would get the _disabled variant_.\n Otherwise, you'll get one of the feature's defined variants.";
198
+ readonly type: "object";
199
+ readonly additionalProperties: false;
200
+ readonly required: readonly ["name", "enabled"];
201
+ readonly properties: {
202
+ readonly name: {
203
+ readonly type: "string";
204
+ readonly description: "The variant's name. If there is no variant or if the toggle is disabled, this will be `disabled`";
205
+ readonly example: "red-variant";
206
+ };
207
+ readonly enabled: {
208
+ readonly type: "boolean";
209
+ readonly description: "Whether the variant is enabled or not. If the feature is disabled or if it doesn't have variants, this property will be `false`";
210
+ };
211
+ readonly payload: {
212
+ readonly type: "object";
213
+ readonly additionalProperties: false;
214
+ readonly required: readonly ["type", "value"];
215
+ readonly description: "An optional payload attached to the variant.";
216
+ readonly properties: {
217
+ readonly type: {
218
+ readonly description: "The format of the payload.";
219
+ readonly type: "string";
220
+ readonly enum: readonly ["json", "csv", "string"];
221
+ };
222
+ readonly value: {
223
+ readonly type: "string";
224
+ readonly description: "The payload value stringified.";
225
+ readonly example: "{\"property\": \"value\"}";
226
+ };
227
+ };
228
+ };
229
+ };
230
+ readonly nullable: true;
231
+ readonly example: {
232
+ readonly name: "green";
233
+ readonly enabled: true;
234
+ };
235
+ };
236
+ readonly variants: {
237
+ readonly type: "array";
238
+ readonly description: "The feature variants.";
239
+ readonly items: {
240
+ readonly $ref: "#/components/schemas/variantSchema";
241
+ };
242
+ };
197
243
  };
198
244
  }];
199
245
  readonly description: "The strategy's evaluation result. If the strategy is a custom strategy that Unleash can't evaluate, `evaluationStatus` will be `unknown`. Otherwise, it will be `true` or `false`";
@@ -370,11 +416,121 @@ export declare const advancedPlaygroundFeatureSchema: {
370
416
  readonly parametersSchema: {
371
417
  readonly $id: "#/components/schemas/parametersSchema";
372
418
  readonly type: "object";
419
+ readonly description: "A list of parameters for a strategy";
373
420
  readonly additionalProperties: {
374
421
  readonly type: "string";
375
422
  };
376
423
  readonly components: {};
377
424
  };
425
+ readonly variantSchema: {
426
+ readonly $id: "#/components/schemas/variantSchema";
427
+ readonly type: "object";
428
+ readonly additionalProperties: false;
429
+ 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";
430
+ readonly required: readonly ["name", "weight"];
431
+ readonly properties: {
432
+ readonly name: {
433
+ readonly type: "string";
434
+ readonly description: "The variants name. Is unique for this feature toggle";
435
+ readonly example: "blue_group";
436
+ };
437
+ readonly weight: {
438
+ readonly type: "number";
439
+ 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";
440
+ readonly minimum: 0;
441
+ readonly maximum: 1000;
442
+ };
443
+ readonly weightType: {
444
+ 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";
445
+ readonly type: "string";
446
+ readonly example: "variable";
447
+ readonly enum: readonly ["variable", "fix"];
448
+ };
449
+ readonly stickiness: {
450
+ readonly type: "string";
451
+ 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";
452
+ readonly example: "custom.context.field";
453
+ };
454
+ readonly payload: {
455
+ readonly type: "object";
456
+ readonly required: readonly ["type", "value"];
457
+ readonly description: "Extra data configured for this variant";
458
+ readonly additionalProperties: false;
459
+ readonly properties: {
460
+ readonly type: {
461
+ readonly description: "The type of the value. Commonly used types are string, json and csv.";
462
+ readonly type: "string";
463
+ readonly enum: readonly ["json", "csv", "string"];
464
+ };
465
+ readonly value: {
466
+ readonly description: "The actual value of payload";
467
+ readonly type: "string";
468
+ };
469
+ };
470
+ readonly example: {
471
+ readonly type: "json";
472
+ readonly value: "{\"color\": \"red\"}";
473
+ };
474
+ };
475
+ readonly overrides: {
476
+ readonly description: "Overrides assigning specific variants to specific users. The weighting system automatically assigns users to specific groups for you, but any overrides in this list will take precedence.";
477
+ readonly type: "array";
478
+ readonly items: {
479
+ readonly $ref: "#/components/schemas/overrideSchema";
480
+ };
481
+ };
482
+ };
483
+ readonly components: {
484
+ readonly schemas: {
485
+ readonly overrideSchema: {
486
+ readonly $id: "#/components/schemas/overrideSchema";
487
+ readonly type: "object";
488
+ readonly additionalProperties: false;
489
+ readonly required: readonly ["contextName", "values"];
490
+ readonly description: "An override for deciding which variant should be assigned to a user based on the context name";
491
+ readonly properties: {
492
+ readonly contextName: {
493
+ readonly description: "The name of the context field used to determine overrides";
494
+ readonly type: "string";
495
+ readonly example: "userId";
496
+ };
497
+ readonly values: {
498
+ readonly description: "Which values that should be overriden";
499
+ readonly type: "array";
500
+ readonly items: {
501
+ readonly type: "string";
502
+ };
503
+ readonly example: readonly ["red", "blue"];
504
+ };
505
+ };
506
+ readonly components: {};
507
+ };
508
+ };
509
+ };
510
+ };
511
+ readonly overrideSchema: {
512
+ readonly $id: "#/components/schemas/overrideSchema";
513
+ readonly type: "object";
514
+ readonly additionalProperties: false;
515
+ readonly required: readonly ["contextName", "values"];
516
+ readonly description: "An override for deciding which variant should be assigned to a user based on the context name";
517
+ readonly properties: {
518
+ readonly contextName: {
519
+ readonly description: "The name of the context field used to determine overrides";
520
+ readonly type: "string";
521
+ readonly example: "userId";
522
+ };
523
+ readonly values: {
524
+ readonly description: "Which values that should be overriden";
525
+ readonly type: "array";
526
+ readonly items: {
527
+ readonly type: "string";
528
+ };
529
+ readonly example: readonly ["red", "blue"];
530
+ };
531
+ };
532
+ readonly components: {};
533
+ };
378
534
  };
379
535
  };
380
536
  };
@@ -509,6 +665,7 @@ export declare const advancedPlaygroundFeatureSchema: {
509
665
  readonly parametersSchema: {
510
666
  readonly $id: "#/components/schemas/parametersSchema";
511
667
  readonly type: "object";
668
+ readonly description: "A list of parameters for a strategy";
512
669
  readonly additionalProperties: {
513
670
  readonly type: "string";
514
671
  };
@@ -535,7 +692,8 @@ export declare const advancedPlaygroundFeatureSchema: {
535
692
  readonly weightType: {
536
693
  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";
537
694
  readonly type: "string";
538
- readonly example: "fix";
695
+ readonly example: "variable";
696
+ readonly enum: readonly ["variable", "fix"];
539
697
  };
540
698
  readonly stickiness: {
541
699
  readonly type: "string";
@@ -546,17 +704,21 @@ export declare const advancedPlaygroundFeatureSchema: {
546
704
  readonly type: "object";
547
705
  readonly required: readonly ["type", "value"];
548
706
  readonly description: "Extra data configured for this variant";
707
+ readonly additionalProperties: false;
549
708
  readonly properties: {
550
709
  readonly type: {
710
+ readonly description: "The type of the value. Commonly used types are string, json and csv.";
551
711
  readonly type: "string";
712
+ readonly enum: readonly ["json", "csv", "string"];
552
713
  };
553
714
  readonly value: {
715
+ readonly description: "The actual value of payload";
554
716
  readonly type: "string";
555
717
  };
556
718
  };
557
719
  readonly example: {
558
720
  readonly type: "json";
559
- readonly value: "{color: red}";
721
+ readonly value: "{\"color\": \"red\"}";
560
722
  };
561
723
  };
562
724
  readonly overrides: {
@@ -735,6 +897,53 @@ export declare const advancedPlaygroundFeatureSchema: {
735
897
  readonly type: "boolean";
736
898
  readonly description: "Whether this strategy evaluates to true or not.";
737
899
  };
900
+ readonly variant: {
901
+ readonly description: "The feature variant you receive based on the provided context or the _disabled\n variant_. If a feature is disabled or doesn't have any\n variants, you would get the _disabled variant_.\n Otherwise, you'll get one of the feature's defined variants.";
902
+ readonly type: "object";
903
+ readonly additionalProperties: false;
904
+ readonly required: readonly ["name", "enabled"];
905
+ readonly properties: {
906
+ readonly name: {
907
+ readonly type: "string";
908
+ readonly description: "The variant's name. If there is no variant or if the toggle is disabled, this will be `disabled`";
909
+ readonly example: "red-variant";
910
+ };
911
+ readonly enabled: {
912
+ readonly type: "boolean";
913
+ readonly description: "Whether the variant is enabled or not. If the feature is disabled or if it doesn't have variants, this property will be `false`";
914
+ };
915
+ readonly payload: {
916
+ readonly type: "object";
917
+ readonly additionalProperties: false;
918
+ readonly required: readonly ["type", "value"];
919
+ readonly description: "An optional payload attached to the variant.";
920
+ readonly properties: {
921
+ readonly type: {
922
+ readonly description: "The format of the payload.";
923
+ readonly type: "string";
924
+ readonly enum: readonly ["json", "csv", "string"];
925
+ };
926
+ readonly value: {
927
+ readonly type: "string";
928
+ readonly description: "The payload value stringified.";
929
+ readonly example: "{\"property\": \"value\"}";
930
+ };
931
+ };
932
+ };
933
+ };
934
+ readonly nullable: true;
935
+ readonly example: {
936
+ readonly name: "green";
937
+ readonly enabled: true;
938
+ };
939
+ };
940
+ readonly variants: {
941
+ readonly type: "array";
942
+ readonly description: "The feature variants.";
943
+ readonly items: {
944
+ readonly $ref: "#/components/schemas/variantSchema";
945
+ };
946
+ };
738
947
  };
739
948
  }];
740
949
  readonly description: "The strategy's evaluation result. If the strategy is a custom strategy that Unleash can't evaluate, `evaluationStatus` will be `unknown`. Otherwise, it will be `true` or `false`";
@@ -911,11 +1120,121 @@ export declare const advancedPlaygroundFeatureSchema: {
911
1120
  readonly parametersSchema: {
912
1121
  readonly $id: "#/components/schemas/parametersSchema";
913
1122
  readonly type: "object";
1123
+ readonly description: "A list of parameters for a strategy";
914
1124
  readonly additionalProperties: {
915
1125
  readonly type: "string";
916
1126
  };
917
1127
  readonly components: {};
918
1128
  };
1129
+ readonly variantSchema: {
1130
+ readonly $id: "#/components/schemas/variantSchema";
1131
+ readonly type: "object";
1132
+ readonly additionalProperties: false;
1133
+ 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";
1134
+ readonly required: readonly ["name", "weight"];
1135
+ readonly properties: {
1136
+ readonly name: {
1137
+ readonly type: "string";
1138
+ readonly description: "The variants name. Is unique for this feature toggle";
1139
+ readonly example: "blue_group";
1140
+ };
1141
+ readonly weight: {
1142
+ readonly type: "number";
1143
+ 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";
1144
+ readonly minimum: 0;
1145
+ readonly maximum: 1000;
1146
+ };
1147
+ readonly weightType: {
1148
+ 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";
1149
+ readonly type: "string";
1150
+ readonly example: "variable";
1151
+ readonly enum: readonly ["variable", "fix"];
1152
+ };
1153
+ readonly stickiness: {
1154
+ readonly type: "string";
1155
+ 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";
1156
+ readonly example: "custom.context.field";
1157
+ };
1158
+ readonly payload: {
1159
+ readonly type: "object";
1160
+ readonly required: readonly ["type", "value"];
1161
+ readonly description: "Extra data configured for this variant";
1162
+ readonly additionalProperties: false;
1163
+ readonly properties: {
1164
+ readonly type: {
1165
+ readonly description: "The type of the value. Commonly used types are string, json and csv.";
1166
+ readonly type: "string";
1167
+ readonly enum: readonly ["json", "csv", "string"];
1168
+ };
1169
+ readonly value: {
1170
+ readonly description: "The actual value of payload";
1171
+ readonly type: "string";
1172
+ };
1173
+ };
1174
+ readonly example: {
1175
+ readonly type: "json";
1176
+ readonly value: "{\"color\": \"red\"}";
1177
+ };
1178
+ };
1179
+ readonly overrides: {
1180
+ readonly description: "Overrides assigning specific variants to specific users. The weighting system automatically assigns users to specific groups for you, but any overrides in this list will take precedence.";
1181
+ readonly type: "array";
1182
+ readonly items: {
1183
+ readonly $ref: "#/components/schemas/overrideSchema";
1184
+ };
1185
+ };
1186
+ };
1187
+ readonly components: {
1188
+ readonly schemas: {
1189
+ readonly overrideSchema: {
1190
+ readonly $id: "#/components/schemas/overrideSchema";
1191
+ readonly type: "object";
1192
+ readonly additionalProperties: false;
1193
+ readonly required: readonly ["contextName", "values"];
1194
+ readonly description: "An override for deciding which variant should be assigned to a user based on the context name";
1195
+ readonly properties: {
1196
+ readonly contextName: {
1197
+ readonly description: "The name of the context field used to determine overrides";
1198
+ readonly type: "string";
1199
+ readonly example: "userId";
1200
+ };
1201
+ readonly values: {
1202
+ readonly description: "Which values that should be overriden";
1203
+ readonly type: "array";
1204
+ readonly items: {
1205
+ readonly type: "string";
1206
+ };
1207
+ readonly example: readonly ["red", "blue"];
1208
+ };
1209
+ };
1210
+ readonly components: {};
1211
+ };
1212
+ };
1213
+ };
1214
+ };
1215
+ readonly overrideSchema: {
1216
+ readonly $id: "#/components/schemas/overrideSchema";
1217
+ readonly type: "object";
1218
+ readonly additionalProperties: false;
1219
+ readonly required: readonly ["contextName", "values"];
1220
+ readonly description: "An override for deciding which variant should be assigned to a user based on the context name";
1221
+ readonly properties: {
1222
+ readonly contextName: {
1223
+ readonly description: "The name of the context field used to determine overrides";
1224
+ readonly type: "string";
1225
+ readonly example: "userId";
1226
+ };
1227
+ readonly values: {
1228
+ readonly description: "Which values that should be overriden";
1229
+ readonly type: "array";
1230
+ readonly items: {
1231
+ readonly type: "string";
1232
+ };
1233
+ readonly example: readonly ["red", "blue"];
1234
+ };
1235
+ };
1236
+ readonly components: {};
1237
+ };
919
1238
  };
920
1239
  };
921
1240
  };
@@ -1050,6 +1369,7 @@ export declare const advancedPlaygroundFeatureSchema: {
1050
1369
  readonly parametersSchema: {
1051
1370
  readonly $id: "#/components/schemas/parametersSchema";
1052
1371
  readonly type: "object";
1372
+ readonly description: "A list of parameters for a strategy";
1053
1373
  readonly additionalProperties: {
1054
1374
  readonly type: "string";
1055
1375
  };
@@ -1076,7 +1396,8 @@ export declare const advancedPlaygroundFeatureSchema: {
1076
1396
  readonly weightType: {
1077
1397
  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";
1078
1398
  readonly type: "string";
1079
- readonly example: "fix";
1399
+ readonly example: "variable";
1400
+ readonly enum: readonly ["variable", "fix"];
1080
1401
  };
1081
1402
  readonly stickiness: {
1082
1403
  readonly type: "string";
@@ -1087,17 +1408,21 @@ export declare const advancedPlaygroundFeatureSchema: {
1087
1408
  readonly type: "object";
1088
1409
  readonly required: readonly ["type", "value"];
1089
1410
  readonly description: "Extra data configured for this variant";
1411
+ readonly additionalProperties: false;
1090
1412
  readonly properties: {
1091
1413
  readonly type: {
1414
+ readonly description: "The type of the value. Commonly used types are string, json and csv.";
1092
1415
  readonly type: "string";
1416
+ readonly enum: readonly ["json", "csv", "string"];
1093
1417
  };
1094
1418
  readonly value: {
1419
+ readonly description: "The actual value of payload";
1095
1420
  readonly type: "string";
1096
1421
  };
1097
1422
  };
1098
1423
  readonly example: {
1099
1424
  readonly type: "json";
1100
- readonly value: "{color: red}";
1425
+ readonly value: "{\"color\": \"red\"}";
1101
1426
  };
1102
1427
  };
1103
1428
  readonly overrides: {