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.
- package/dist/lib/addons/addon-schema.js +10 -0
- package/dist/lib/addons/addon-schema.js.map +1 -1
- package/dist/lib/addons/addon.d.ts +1 -0
- package/dist/lib/addons/addon.js.map +1 -1
- package/dist/lib/addons/datadog-definition.js +21 -0
- package/dist/lib/addons/datadog-definition.js.map +1 -1
- package/dist/lib/addons/datadog.d.ts +8 -1
- package/dist/lib/addons/datadog.js +14 -2
- package/dist/lib/addons/datadog.js.map +1 -1
- package/dist/lib/addons/datadog.test.js +62 -0
- package/dist/lib/addons/datadog.test.js.map +1 -1
- package/dist/lib/addons/feature-event-formatter-md.d.ts +1 -0
- package/dist/lib/addons/feature-event-formatter-md.js +7 -0
- package/dist/lib/addons/feature-event-formatter-md.js.map +1 -1
- package/dist/lib/addons/index.d.ts +2 -1
- package/dist/lib/addons/index.js +12 -2
- package/dist/lib/addons/index.js.map +1 -1
- package/dist/lib/addons/installation-definition-schema.d.ts +2 -0
- package/dist/lib/addons/installation-definition-schema.js +13 -0
- package/dist/lib/addons/installation-definition-schema.js.map +1 -0
- package/dist/lib/addons/slack-app-definition.d.ts +3 -0
- package/dist/lib/addons/slack-app-definition.js +68 -0
- package/dist/lib/addons/slack-app-definition.js.map +1 -0
- package/dist/lib/addons/slack-app.d.ts +23 -0
- package/dist/lib/addons/slack-app.js +137 -0
- package/dist/lib/addons/slack-app.js.map +1 -0
- package/dist/lib/addons/slack-app.test.d.ts +1 -0
- package/dist/lib/addons/slack-app.test.js +191 -0
- package/dist/lib/addons/slack-app.test.js.map +1 -0
- package/dist/lib/addons/slack-definition.js +13 -0
- package/dist/lib/addons/slack-definition.js.map +1 -1
- package/dist/lib/addons/slack.d.ts +9 -1
- package/dist/lib/addons/slack.js +15 -3
- package/dist/lib/addons/slack.js.map +1 -1
- package/dist/lib/addons/slack.test.js +33 -0
- package/dist/lib/addons/slack.test.js.map +1 -1
- package/dist/lib/addons/teams-definition.js +13 -0
- package/dist/lib/addons/teams-definition.js.map +1 -1
- package/dist/lib/addons/teams.d.ts +6 -1
- package/dist/lib/addons/teams.js +11 -2
- package/dist/lib/addons/teams.js.map +1 -1
- package/dist/lib/addons/teams.test.js +28 -0
- package/dist/lib/addons/teams.test.js.map +1 -1
- package/dist/lib/addons/webhook-definition.js +13 -0
- package/dist/lib/addons/webhook-definition.js.map +1 -1
- package/dist/lib/addons/webhook.d.ts +1 -0
- package/dist/lib/addons/webhook.js +11 -1
- package/dist/lib/addons/webhook.js.map +1 -1
- package/dist/lib/addons/webhook.test.js +29 -0
- package/dist/lib/addons/webhook.test.js.map +1 -1
- package/dist/lib/create-config.js +2 -2
- package/dist/lib/create-config.js.map +1 -1
- package/dist/lib/db/access-store.d.ts +0 -1
- package/dist/lib/db/access-store.js +1 -14
- package/dist/lib/db/access-store.js.map +1 -1
- package/dist/lib/db/client-metrics-store-v2.js +7 -2
- package/dist/lib/db/client-metrics-store-v2.js.map +1 -1
- package/dist/lib/db/context-field-store.js +9 -18
- package/dist/lib/db/context-field-store.js.map +1 -1
- package/dist/lib/db/event-store.d.ts +2 -0
- package/dist/lib/db/event-store.js +19 -9
- package/dist/lib/db/event-store.js.map +1 -1
- package/dist/lib/db/feature-strategy-store.js +5 -0
- package/dist/lib/db/feature-strategy-store.js.map +1 -1
- package/dist/lib/db/feature-strategy-store.test.js +1 -0
- package/dist/lib/db/feature-strategy-store.test.js.map +1 -1
- package/dist/lib/db/feature-toggle-client-store.d.ts +7 -8
- package/dist/lib/db/feature-toggle-client-store.js +46 -24
- package/dist/lib/db/feature-toggle-client-store.js.map +1 -1
- package/dist/lib/db/feature-toggle-store.d.ts +6 -0
- package/dist/lib/db/feature-toggle-store.js +35 -0
- package/dist/lib/db/feature-toggle-store.js.map +1 -1
- package/dist/lib/db/feature-type-store.d.ts +1 -0
- package/dist/lib/db/feature-type-store.js +12 -0
- package/dist/lib/db/feature-type-store.js.map +1 -1
- package/dist/lib/db/group-store.d.ts +5 -7
- package/dist/lib/db/group-store.js +51 -25
- package/dist/lib/db/group-store.js.map +1 -1
- package/dist/lib/db/index.js +1 -1
- package/dist/lib/db/index.js.map +1 -1
- package/dist/lib/db/project-store.d.ts +3 -5
- package/dist/lib/db/project-store.js +19 -19
- package/dist/lib/db/project-store.js.map +1 -1
- package/dist/lib/db/segment-store.d.ts +2 -1
- package/dist/lib/db/segment-store.js +23 -20
- package/dist/lib/db/segment-store.js.map +1 -1
- package/dist/lib/db/segment-store.test.d.ts +1 -0
- package/dist/lib/db/segment-store.test.js +32 -0
- package/dist/lib/db/segment-store.test.js.map +1 -0
- package/dist/lib/error/bad-data-error.d.ts +1 -0
- package/dist/lib/error/bad-data-error.js +18 -5
- package/dist/lib/error/bad-data-error.js.map +1 -1
- package/dist/lib/error/content-type-error.d.ts +1 -0
- package/dist/lib/error/content-type-error.js +1 -0
- package/dist/lib/error/content-type-error.js.map +1 -1
- package/dist/lib/error/disabled-error.d.ts +1 -0
- package/dist/lib/error/disabled-error.js +4 -0
- package/dist/lib/error/disabled-error.js.map +1 -1
- package/dist/lib/error/feature-has-tag-error.d.ts +1 -0
- package/dist/lib/error/feature-has-tag-error.js +4 -0
- package/dist/lib/error/feature-has-tag-error.js.map +1 -1
- package/dist/lib/error/forbidden-error.d.ts +5 -0
- package/dist/lib/error/forbidden-error.js +12 -0
- package/dist/lib/error/forbidden-error.js.map +1 -0
- package/dist/lib/error/from-legacy-error.js +68 -0
- package/dist/lib/error/from-legacy-error.js.map +1 -1
- package/dist/lib/error/incompatible-project-error.d.ts +1 -0
- package/dist/lib/error/incompatible-project-error.js +1 -0
- package/dist/lib/error/incompatible-project-error.js.map +1 -1
- package/dist/lib/error/index.d.ts +3 -2
- package/dist/lib/error/index.js +5 -3
- package/dist/lib/error/index.js.map +1 -1
- package/dist/lib/error/invalid-operation-error.d.ts +1 -0
- package/dist/lib/error/invalid-operation-error.js +4 -0
- package/dist/lib/error/invalid-operation-error.js.map +1 -1
- package/dist/lib/error/invalid-token-error.d.ts +1 -0
- package/dist/lib/error/invalid-token-error.js +1 -0
- package/dist/lib/error/invalid-token-error.js.map +1 -1
- package/dist/lib/error/minimum-one-environment-error.d.ts +1 -0
- package/dist/lib/error/minimum-one-environment-error.js +4 -0
- package/dist/lib/error/minimum-one-environment-error.js.map +1 -1
- package/dist/lib/error/name-exists-error.d.ts +1 -0
- package/dist/lib/error/name-exists-error.js +4 -0
- package/dist/lib/error/name-exists-error.js.map +1 -1
- package/dist/lib/error/not-implemented-error.d.ts +1 -0
- package/dist/lib/error/not-implemented-error.js +4 -0
- package/dist/lib/error/not-implemented-error.js.map +1 -1
- package/dist/lib/error/notfound-error.d.ts +1 -0
- package/dist/lib/error/notfound-error.js +1 -0
- package/dist/lib/error/notfound-error.js.map +1 -1
- package/dist/lib/error/operation-denied-error.d.ts +1 -0
- package/dist/lib/error/operation-denied-error.js +4 -0
- package/dist/lib/error/operation-denied-error.js.map +1 -1
- package/dist/lib/error/owasp-validation-error.d.ts +1 -0
- package/dist/lib/error/owasp-validation-error.js +1 -0
- package/dist/lib/error/owasp-validation-error.js.map +1 -1
- package/dist/lib/error/password-mismatch.d.ts +1 -0
- package/dist/lib/error/password-mismatch.js +1 -0
- package/dist/lib/error/password-mismatch.js.map +1 -1
- package/dist/lib/error/password-undefined.d.ts +1 -0
- package/dist/lib/error/password-undefined.js +1 -0
- package/dist/lib/error/password-undefined.js.map +1 -1
- package/dist/lib/error/{no-access-error.d.ts → permission-error.d.ts} +3 -2
- package/dist/lib/error/{no-access-error.js → permission-error.js} +10 -7
- package/dist/lib/error/permission-error.js.map +1 -0
- package/dist/lib/error/project-without-owner-error.d.ts +1 -0
- package/dist/lib/error/project-without-owner-error.js +1 -0
- package/dist/lib/error/project-without-owner-error.js.map +1 -1
- package/dist/lib/error/role-in-use-error.d.ts +1 -0
- package/dist/lib/error/role-in-use-error.js +4 -0
- package/dist/lib/error/role-in-use-error.js.map +1 -1
- package/dist/lib/error/unauthorized-error.d.ts +1 -0
- package/dist/lib/error/unauthorized-error.js +4 -0
- package/dist/lib/error/unauthorized-error.js.map +1 -1
- package/dist/lib/error/unleash-error.d.ts +5 -3
- package/dist/lib/error/unleash-error.js +4 -61
- package/dist/lib/error/unleash-error.js.map +1 -1
- package/dist/lib/error/unleash-error.test.js +67 -37
- package/dist/lib/error/unleash-error.test.js.map +1 -1
- package/dist/lib/error/used-token-error.d.ts +1 -0
- package/dist/lib/error/used-token-error.js +1 -0
- package/dist/lib/error/used-token-error.js.map +1 -1
- package/dist/lib/features/export-import-toggles/export-import-controller.js +12 -7
- package/dist/lib/features/export-import-toggles/export-import-controller.js.map +1 -1
- package/dist/lib/features/export-import-toggles/import-permissions-service.js +1 -1
- package/dist/lib/features/export-import-toggles/import-permissions-service.js.map +1 -1
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js +1 -1
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
- package/dist/lib/features/group/createGroupService.d.ts +4 -0
- package/dist/lib/features/group/createGroupService.js +20 -0
- package/dist/lib/features/group/createGroupService.js.map +1 -0
- package/dist/lib/features/playground/feature-evaluator/client.d.ts +3 -1
- package/dist/lib/features/playground/feature-evaluator/client.js +33 -13
- package/dist/lib/features/playground/feature-evaluator/client.js.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/strategy/strategy.d.ts +3 -1
- package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js +14 -1
- package/dist/lib/features/playground/feature-evaluator/strategy/strategy.js.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/variant.d.ts +4 -4
- package/dist/lib/features/playground/feature-evaluator/variant.js +14 -10
- package/dist/lib/features/playground/feature-evaluator/variant.js.map +1 -1
- package/dist/lib/features/playground/offline-unleash-client.js +7 -0
- package/dist/lib/features/playground/offline-unleash-client.js.map +1 -1
- package/dist/lib/features/playground/offline-unleash-client.test.js +69 -0
- package/dist/lib/features/playground/offline-unleash-client.test.js.map +1 -1
- package/dist/lib/features/playground/playground-service.js +5 -3
- package/dist/lib/features/playground/playground-service.js.map +1 -1
- package/dist/lib/features/playground/playground.js +12 -15
- package/dist/lib/features/playground/playground.js.map +1 -1
- package/dist/lib/middleware/api-token-middleware.js +1 -1
- package/dist/lib/middleware/api-token-middleware.js.map +1 -1
- package/dist/lib/openapi/index.js +15 -3
- package/dist/lib/openapi/index.js.map +1 -1
- package/dist/lib/openapi/meta-schema-rules.test.js +0 -126
- package/dist/lib/openapi/meta-schema-rules.test.js.map +1 -1
- package/dist/lib/openapi/spec/addon-type-schema.d.ts +57 -0
- package/dist/lib/openapi/spec/addon-type-schema.js +50 -0
- package/dist/lib/openapi/spec/addon-type-schema.js.map +1 -1
- package/dist/lib/openapi/spec/addons-schema.d.ts +64 -0
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +166 -4
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js +1 -2
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +331 -6
- package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +662 -12
- package/dist/lib/openapi/spec/api-tokens-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/api-tokens-schema.js +2 -2
- package/dist/lib/openapi/spec/api-tokens-schema.js.map +1 -1
- package/dist/lib/openapi/spec/batch-features-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/batch-features-schema.js +3 -0
- package/dist/lib/openapi/spec/batch-features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/batch-stale-schema.d.ts +7 -0
- package/dist/lib/openapi/spec/batch-stale-schema.js +7 -0
- package/dist/lib/openapi/spec/batch-stale-schema.js.map +1 -1
- package/dist/lib/openapi/spec/change-password-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/change-password-schema.js +5 -0
- package/dist/lib/openapi/spec/change-password-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-feature-schema.d.ts +121 -3
- package/dist/lib/openapi/spec/client-feature-schema.js +2 -0
- package/dist/lib/openapi/spec/client-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-features-schema.d.ts +246 -16
- package/dist/lib/openapi/spec/client-features-schema.js +5 -3
- package/dist/lib/openapi/spec/client-features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-features-schema.test.js +1 -2
- package/dist/lib/openapi/spec/client-features-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/client-segment-schema.d.ts +75 -0
- package/dist/lib/openapi/spec/client-segment-schema.js +35 -0
- package/dist/lib/openapi/spec/client-segment-schema.js.map +1 -0
- package/dist/lib/openapi/spec/clone-feature-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/clone-feature-schema.js +5 -0
- package/dist/lib/openapi/spec/clone-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/context-field-schema.d.ts +22 -3
- package/dist/lib/openapi/spec/context-field-schema.js +17 -3
- package/dist/lib/openapi/spec/context-field-schema.js.map +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.js +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.js.map +1 -1
- package/dist/lib/openapi/spec/context-fields-schema.d.ts +28 -3
- package/dist/lib/openapi/spec/context-fields-schema.js +1 -0
- package/dist/lib/openapi/spec/context-fields-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-api-token-schema.d.ts +130 -32
- package/dist/lib/openapi/spec/create-api-token-schema.js +71 -35
- package/dist/lib/openapi/spec/create-api-token-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-feature-schema.d.ts +9 -0
- package/dist/lib/openapi/spec/create-feature-schema.js +9 -0
- package/dist/lib/openapi/spec/create-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +63 -2
- package/dist/lib/openapi/spec/create-feature-strategy-schema.js +12 -2
- package/dist/lib/openapi/spec/create-feature-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-group-schema.d.ts +61 -0
- package/dist/lib/openapi/spec/create-group-schema.js +43 -0
- package/dist/lib/openapi/spec/create-group-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-strategy-schema.d.ts +52 -0
- package/dist/lib/openapi/spec/create-strategy-schema.js +60 -0
- package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-strategy-variant-schema.d.ts +54 -0
- package/dist/lib/openapi/spec/create-strategy-variant-schema.js +53 -0
- package/dist/lib/openapi/spec/create-strategy-variant-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-user-response-schema.d.ts +98 -0
- package/dist/lib/openapi/spec/create-user-response-schema.js +31 -0
- package/dist/lib/openapi/spec/create-user-response-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-user-schema.d.ts +21 -1
- package/dist/lib/openapi/spec/create-user-schema.js +24 -1
- package/dist/lib/openapi/spec/create-user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/email-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/email-schema.js +3 -0
- package/dist/lib/openapi/spec/email-schema.js.map +1 -1
- package/dist/lib/openapi/spec/environment-project-schema.d.ts +115 -2
- package/dist/lib/openapi/spec/environment-project-schema.js +2 -0
- package/dist/lib/openapi/spec/environment-project-schema.js.map +1 -1
- package/dist/lib/openapi/spec/environments-project-schema.d.ts +118 -2
- package/dist/lib/openapi/spec/environments-project-schema.js +3 -0
- package/dist/lib/openapi/spec/environments-project-schema.js.map +1 -1
- package/dist/lib/openapi/spec/environments-schema.d.ts +4 -0
- package/dist/lib/openapi/spec/environments-schema.js +4 -0
- package/dist/lib/openapi/spec/environments-schema.js.map +1 -1
- package/dist/lib/openapi/spec/event-schema.d.ts +130 -0
- package/dist/lib/openapi/spec/event-schema.js +42 -2
- package/dist/lib/openapi/spec/event-schema.js.map +1 -1
- package/dist/lib/openapi/spec/events-schema.d.ts +137 -0
- package/dist/lib/openapi/spec/events-schema.js +7 -0
- package/dist/lib/openapi/spec/events-schema.js.map +1 -1
- package/dist/lib/openapi/spec/export-query-schema.d.ts +7 -0
- package/dist/lib/openapi/spec/export-query-schema.js +7 -0
- package/dist/lib/openapi/spec/export-query-schema.js.map +1 -1
- package/dist/lib/openapi/spec/export-result-schema.d.ts +609 -17
- package/dist/lib/openapi/spec/export-result-schema.js +90 -0
- package/dist/lib/openapi/spec/export-result-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-environment-schema.d.ts +125 -3
- package/dist/lib/openapi/spec/feature-environment-schema.js +6 -0
- package/dist/lib/openapi/spec/feature-environment-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-events-schema.d.ts +141 -1
- package/dist/lib/openapi/spec/feature-events-schema.js +13 -1
- package/dist/lib/openapi/spec/feature-events-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-schema.d.ts +251 -6
- package/dist/lib/openapi/spec/feature-schema.js +7 -0
- package/dist/lib/openapi/spec/feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-schema.test.js +2 -2
- package/dist/lib/openapi/spec/feature-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +61 -1
- package/dist/lib/openapi/spec/feature-strategy-schema.js +10 -1
- package/dist/lib/openapi/spec/feature-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-type-schema.d.ts +11 -1
- package/dist/lib/openapi/spec/feature-type-schema.js +11 -1
- package/dist/lib/openapi/spec/feature-type-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-types-schema.d.ts +42 -1
- package/dist/lib/openapi/spec/feature-types-schema.js +37 -0
- package/dist/lib/openapi/spec/feature-types-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-variants-schema.d.ts +11 -2
- package/dist/lib/openapi/spec/feature-variants-schema.js +4 -0
- package/dist/lib/openapi/spec/feature-variants-schema.js.map +1 -1
- package/dist/lib/openapi/spec/features-schema.d.ts +501 -12
- package/dist/lib/openapi/spec/features-schema.js +6 -0
- package/dist/lib/openapi/spec/features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feedback-create-schema.d.ts +21 -0
- package/dist/lib/openapi/spec/feedback-create-schema.js +23 -0
- package/dist/lib/openapi/spec/feedback-create-schema.js.map +1 -0
- package/dist/lib/openapi/spec/feedback-response-schema.d.ts +33 -0
- package/dist/lib/openapi/spec/feedback-response-schema.js +35 -0
- package/dist/lib/openapi/spec/feedback-response-schema.js.map +1 -0
- package/dist/lib/openapi/spec/feedback-update-schema.d.ts +27 -0
- package/dist/lib/openapi/spec/feedback-update-schema.js +29 -0
- package/dist/lib/openapi/spec/feedback-update-schema.js.map +1 -0
- package/dist/lib/openapi/spec/group-schema.d.ts +107 -9
- package/dist/lib/openapi/spec/group-schema.js +20 -3
- package/dist/lib/openapi/spec/group-schema.js.map +1 -1
- package/dist/lib/openapi/spec/group-user-model-schema.d.ts +46 -3
- package/dist/lib/openapi/spec/group-user-model-schema.js +5 -0
- package/dist/lib/openapi/spec/group-user-model-schema.js.map +1 -1
- package/dist/lib/openapi/spec/groups-schema.d.ts +196 -15
- package/dist/lib/openapi/spec/groups-schema.js +2 -0
- package/dist/lib/openapi/spec/groups-schema.js.map +1 -1
- package/dist/lib/openapi/spec/health-overview-schema.d.ts +733 -16
- package/dist/lib/openapi/spec/health-overview-schema.js +10 -0
- package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
- package/dist/lib/openapi/spec/health-report-schema.d.ts +733 -16
- package/dist/lib/openapi/spec/id-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/id-schema.js +3 -0
- package/dist/lib/openapi/spec/id-schema.js.map +1 -1
- package/dist/lib/openapi/spec/import-toggles-schema.d.ts +1198 -63
- package/dist/lib/openapi/spec/import-toggles-schema.js +7 -0
- package/dist/lib/openapi/spec/import-toggles-schema.js.map +1 -1
- package/dist/lib/openapi/spec/import-toggles-validate-item-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/import-toggles-validate-item-schema.js +5 -0
- package/dist/lib/openapi/spec/import-toggles-validate-item-schema.js.map +1 -1
- package/dist/lib/openapi/spec/import-toggles-validate-schema.d.ts +18 -0
- package/dist/lib/openapi/spec/import-toggles-validate-schema.js +17 -0
- package/dist/lib/openapi/spec/import-toggles-validate-schema.js.map +1 -1
- package/dist/lib/openapi/spec/index.d.ts +15 -3
- package/dist/lib/openapi/spec/index.js +15 -3
- package/dist/lib/openapi/spec/index.js.map +1 -1
- package/dist/lib/openapi/spec/legal-value-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/legal-value-schema.js +5 -0
- package/dist/lib/openapi/spec/legal-value-schema.js.map +1 -1
- package/dist/lib/openapi/spec/login-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/login-schema.js +5 -0
- package/dist/lib/openapi/spec/login-schema.js.map +1 -1
- package/dist/lib/openapi/spec/me-schema.d.ts +69 -11
- package/dist/lib/openapi/spec/me-schema.js +7 -3
- package/dist/lib/openapi/spec/me-schema.js.map +1 -1
- package/dist/lib/openapi/spec/name-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/name-schema.js +3 -0
- package/dist/lib/openapi/spec/name-schema.js.map +1 -1
- package/dist/lib/openapi/spec/parameters-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/parameters-schema.js +1 -0
- package/dist/lib/openapi/spec/parameters-schema.js.map +1 -1
- package/dist/lib/openapi/spec/password-schema.d.ts +7 -0
- package/dist/lib/openapi/spec/password-schema.js +7 -0
- package/dist/lib/openapi/spec/password-schema.js.map +1 -1
- package/dist/lib/openapi/spec/patches-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/patches-schema.js +1 -0
- package/dist/lib/openapi/spec/patches-schema.js.map +1 -1
- package/dist/lib/openapi/spec/permission-schema.d.ts +7 -0
- package/dist/lib/openapi/spec/permission-schema.js +7 -0
- package/dist/lib/openapi/spec/permission-schema.js.map +1 -1
- package/dist/lib/openapi/spec/playground-feature-schema.d.ts +165 -3
- package/dist/lib/openapi/spec/playground-feature-schema.js +0 -1
- package/dist/lib/openapi/spec/playground-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/playground-response-schema.d.ts +330 -5
- package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +204 -0
- package/dist/lib/openapi/spec/playground-strategy-schema.js +49 -0
- package/dist/lib/openapi/spec/playground-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/profile-schema.d.ts +267 -7
- package/dist/lib/openapi/spec/profile-schema.js +5 -0
- package/dist/lib/openapi/spec/profile-schema.js.map +1 -1
- package/dist/lib/openapi/spec/project-environment-schema.d.ts +115 -2
- package/dist/lib/openapi/spec/project-environment-schema.js +2 -0
- package/dist/lib/openapi/spec/project-environment-schema.js.map +1 -1
- package/dist/lib/openapi/spec/project-overview-schema.d.ts +733 -16
- package/dist/lib/openapi/spec/project-overview-schema.js +10 -0
- package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
- package/dist/lib/openapi/spec/proxy-client-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/proxy-client-schema.js +3 -0
- package/dist/lib/openapi/spec/proxy-client-schema.js.map +1 -1
- package/dist/lib/openapi/spec/proxy-feature-schema.d.ts +20 -2
- package/dist/lib/openapi/spec/proxy-feature-schema.js +20 -3
- package/dist/lib/openapi/spec/proxy-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/proxy-features-schema.d.ts +22 -1
- package/dist/lib/openapi/spec/proxy-features-schema.js +2 -0
- package/dist/lib/openapi/spec/proxy-features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/public-signup-token-schema.d.ts +52 -4
- package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts +104 -8
- package/dist/lib/openapi/spec/push-variants-schema.d.ts +7 -2
- package/dist/lib/openapi/spec/requests-per-second-schema.d.ts +16 -0
- package/dist/lib/openapi/spec/requests-per-second-schema.js +22 -2
- package/dist/lib/openapi/spec/requests-per-second-schema.js.map +1 -1
- package/dist/lib/openapi/spec/requests-per-second-segmented-schema.d.ts +17 -0
- package/dist/lib/openapi/spec/requests-per-second-segmented-schema.js +1 -0
- package/dist/lib/openapi/spec/requests-per-second-segmented-schema.js.map +1 -1
- package/dist/lib/openapi/spec/role-schema.d.ts +11 -1
- package/dist/lib/openapi/spec/role-schema.js +11 -1
- package/dist/lib/openapi/spec/role-schema.js.map +1 -1
- package/dist/lib/openapi/spec/search-events-schema.d.ts +9 -0
- package/dist/lib/openapi/spec/search-events-schema.js +10 -0
- package/dist/lib/openapi/spec/search-events-schema.js.map +1 -1
- package/dist/lib/openapi/spec/segment-schema.d.ts +23 -6
- package/dist/lib/openapi/spec/segment-schema.js +18 -15
- package/dist/lib/openapi/spec/segment-schema.js.map +1 -1
- package/dist/lib/openapi/spec/set-strategy-sort-order-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/set-strategy-sort-order-schema.js +6 -0
- package/dist/lib/openapi/spec/set-strategy-sort-order-schema.js.map +1 -1
- package/dist/lib/openapi/spec/set-ui-config-schema.d.ts +4 -0
- package/dist/lib/openapi/spec/set-ui-config-schema.js +4 -0
- package/dist/lib/openapi/spec/set-ui-config-schema.js.map +1 -1
- package/dist/lib/openapi/spec/splash-request-schema.d.ts +21 -0
- package/dist/lib/openapi/spec/splash-request-schema.js +23 -0
- package/dist/lib/openapi/spec/splash-request-schema.js.map +1 -0
- package/dist/lib/openapi/spec/splash-response-schema.d.ts +27 -0
- package/dist/lib/openapi/spec/splash-response-schema.js +21 -0
- package/dist/lib/openapi/spec/splash-response-schema.js.map +1 -0
- package/dist/lib/openapi/spec/state-schema.d.ts +523 -19
- package/dist/lib/openapi/spec/state-schema.js +2 -0
- package/dist/lib/openapi/spec/state-schema.js.map +1 -1
- package/dist/lib/openapi/spec/strategies-schema.d.ts +9 -3
- package/dist/lib/openapi/spec/strategies-schema.js +5 -0
- package/dist/lib/openapi/spec/strategies-schema.js.map +1 -1
- package/dist/lib/openapi/spec/strategy-schema.d.ts +4 -3
- package/dist/lib/openapi/spec/strategy-schema.js +4 -3
- package/dist/lib/openapi/spec/strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/strategy-schema.test.js +5 -0
- package/dist/lib/openapi/spec/strategy-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/strategy-variant-schema.d.ts +54 -0
- package/dist/lib/openapi/spec/strategy-variant-schema.js +16 -0
- package/dist/lib/openapi/spec/strategy-variant-schema.js.map +1 -0
- package/dist/lib/openapi/spec/tag-type-schema.d.ts +7 -0
- package/dist/lib/openapi/spec/tag-type-schema.js +7 -0
- package/dist/lib/openapi/spec/tag-type-schema.js.map +1 -1
- package/dist/lib/openapi/spec/tag-types-schema.d.ts +11 -0
- package/dist/lib/openapi/spec/tag-types-schema.js +4 -0
- package/dist/lib/openapi/spec/tag-types-schema.js.map +1 -1
- package/dist/lib/openapi/spec/tag-with-version-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/tag-with-version-schema.js +3 -0
- package/dist/lib/openapi/spec/tag-with-version-schema.js.map +1 -1
- package/dist/lib/openapi/spec/telemetry-settings-schema.d.ts +22 -0
- package/dist/lib/openapi/spec/telemetry-settings-schema.js +24 -0
- package/dist/lib/openapi/spec/telemetry-settings-schema.js.map +1 -0
- package/dist/lib/openapi/spec/token-user-schema.d.ts +23 -2
- package/dist/lib/openapi/spec/token-user-schema.js +12 -1
- package/dist/lib/openapi/spec/token-user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/ui-config-schema.d.ts +77 -1
- package/dist/lib/openapi/spec/ui-config-schema.js +53 -0
- package/dist/lib/openapi/spec/ui-config-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-api-token-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/update-api-token-schema.js +3 -0
- package/dist/lib/openapi/spec/update-api-token-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-feature-schema.d.ts +11 -14
- package/dist/lib/openapi/spec/update-feature-schema.js +11 -14
- package/dist/lib/openapi/spec/update-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/update-feature-strategy-schema.js +4 -0
- package/dist/lib/openapi/spec/update-feature-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.d.ts +19 -0
- package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js +21 -0
- package/dist/lib/openapi/spec/update-feature-type-lifetime-schema.js.map +1 -0
- package/dist/lib/openapi/spec/update-strategy-schema.d.ts +47 -0
- package/dist/lib/openapi/spec/update-strategy-schema.js +55 -0
- package/dist/lib/openapi/spec/update-strategy-schema.js.map +1 -0
- package/dist/lib/openapi/spec/update-tag-type-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/update-tag-type-schema.js +5 -0
- package/dist/lib/openapi/spec/update-tag-type-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-user-schema.d.ts +15 -1
- package/dist/lib/openapi/spec/update-user-schema.js +18 -1
- package/dist/lib/openapi/spec/update-user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/upsert-context-field-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/user-schema.d.ts +41 -3
- package/dist/lib/openapi/spec/user-schema.js +41 -3
- package/dist/lib/openapi/spec/user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +194 -15
- package/dist/lib/openapi/spec/users-schema.d.ts +55 -4
- package/dist/lib/openapi/spec/users-schema.js +3 -0
- package/dist/lib/openapi/spec/users-schema.js.map +1 -1
- package/dist/lib/openapi/spec/users-search-schema.d.ts +41 -3
- package/dist/lib/openapi/spec/validate-feature-schema.d.ts +16 -0
- package/dist/lib/openapi/spec/validate-feature-schema.js +18 -0
- package/dist/lib/openapi/spec/validate-feature-schema.js.map +1 -0
- package/dist/lib/openapi/spec/validate-password-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/validate-password-schema.js +3 -0
- package/dist/lib/openapi/spec/validate-password-schema.js.map +1 -1
- package/dist/lib/openapi/spec/validate-tag-type-schema.d.ts +10 -0
- package/dist/lib/openapi/spec/validate-tag-type-schema.js +3 -0
- package/dist/lib/openapi/spec/validate-tag-type-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variant-flag-schema.d.ts +11 -0
- package/dist/lib/openapi/spec/variant-flag-schema.js +11 -0
- package/dist/lib/openapi/spec/variant-flag-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variant-schema.d.ts +7 -2
- package/dist/lib/openapi/spec/variant-schema.js +7 -2
- package/dist/lib/openapi/spec/variant-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variants-schema.d.ts +7 -2
- package/dist/lib/openapi/spec/version-schema.d.ts +16 -1
- package/dist/lib/openapi/spec/version-schema.js +16 -1
- package/dist/lib/openapi/spec/version-schema.js.map +1 -1
- package/dist/lib/openapi/util/openapi-tags.d.ts +14 -2
- package/dist/lib/openapi/util/openapi-tags.js +9 -1
- package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
- package/dist/lib/openapi/util/standard-responses.d.ts +1 -1
- package/dist/lib/openapi/util/standard-responses.js +1 -1
- package/dist/lib/openapi/util/standard-responses.js.map +1 -1
- package/dist/lib/openapi/validate.js +1 -1
- package/dist/lib/openapi/validate.js.map +1 -1
- package/dist/lib/routes/admin-api/api-token.js +12 -0
- package/dist/lib/routes/admin-api/api-token.js.map +1 -1
- package/dist/lib/routes/admin-api/archive.d.ts +0 -1
- package/dist/lib/routes/admin-api/archive.js +20 -5
- package/dist/lib/routes/admin-api/archive.js.map +1 -1
- package/dist/lib/routes/admin-api/config.js +4 -0
- package/dist/lib/routes/admin-api/config.js.map +1 -1
- package/dist/lib/routes/admin-api/constraints.d.ts +2 -2
- package/dist/lib/routes/admin-api/constraints.js +5 -2
- package/dist/lib/routes/admin-api/constraints.js.map +1 -1
- package/dist/lib/routes/admin-api/context.d.ts +2 -1
- package/dist/lib/routes/admin-api/context.js +16 -4
- package/dist/lib/routes/admin-api/context.js.map +1 -1
- package/dist/lib/routes/admin-api/event.js +6 -3
- package/dist/lib/routes/admin-api/event.js.map +1 -1
- package/dist/lib/routes/admin-api/favorites.js +24 -4
- package/dist/lib/routes/admin-api/favorites.js.map +1 -1
- package/dist/lib/routes/admin-api/feature-type.d.ts +6 -0
- package/dist/lib/routes/admin-api/feature-type.js +37 -1
- package/dist/lib/routes/admin-api/feature-type.js.map +1 -1
- package/dist/lib/routes/admin-api/feature.d.ts +2 -3
- package/dist/lib/routes/admin-api/feature.js +14 -3
- package/dist/lib/routes/admin-api/feature.js.map +1 -1
- package/dist/lib/routes/admin-api/index.js +2 -0
- package/dist/lib/routes/admin-api/index.js.map +1 -1
- package/dist/lib/routes/admin-api/project/project-archive.js +13 -4
- package/dist/lib/routes/admin-api/project/project-archive.js.map +1 -1
- package/dist/lib/routes/admin-api/project/project-features.d.ts +1 -1
- package/dist/lib/routes/admin-api/project/project-features.js +116 -27
- package/dist/lib/routes/admin-api/project/project-features.js.map +1 -1
- package/dist/lib/routes/admin-api/project/variants.js +26 -16
- package/dist/lib/routes/admin-api/project/variants.js.map +1 -1
- package/dist/lib/routes/admin-api/strategy.d.ts +6 -3
- package/dist/lib/routes/admin-api/strategy.js +40 -12
- package/dist/lib/routes/admin-api/strategy.js.map +1 -1
- package/dist/lib/routes/admin-api/strategy.test.js +5 -5
- package/dist/lib/routes/admin-api/strategy.test.js.map +1 -1
- package/dist/lib/routes/admin-api/tag-type.js +21 -1
- package/dist/lib/routes/admin-api/tag-type.js.map +1 -1
- package/dist/lib/routes/admin-api/tag.js +17 -1
- package/dist/lib/routes/admin-api/tag.js.map +1 -1
- package/dist/lib/routes/admin-api/telemetry.d.ts +14 -0
- package/dist/lib/routes/admin-api/telemetry.js +41 -0
- package/dist/lib/routes/admin-api/telemetry.js.map +1 -0
- package/dist/lib/routes/admin-api/user/user.js +20 -4
- package/dist/lib/routes/admin-api/user/user.js.map +1 -1
- package/dist/lib/routes/admin-api/user-admin.d.ts +3 -2
- package/dist/lib/routes/admin-api/user-admin.js +88 -14
- package/dist/lib/routes/admin-api/user-admin.js.map +1 -1
- package/dist/lib/routes/admin-api/user-feedback.js +17 -7
- package/dist/lib/routes/admin-api/user-feedback.js.map +1 -1
- package/dist/lib/routes/admin-api/user-splash.js +9 -3
- package/dist/lib/routes/admin-api/user-splash.js.map +1 -1
- package/dist/lib/routes/auth/reset-password-controller.js +24 -4
- package/dist/lib/routes/auth/reset-password-controller.js.map +1 -1
- package/dist/lib/routes/auth/simple-password-provider.js +4 -0
- package/dist/lib/routes/auth/simple-password-provider.js.map +1 -1
- package/dist/lib/routes/client-api/feature.js +1 -1
- package/dist/lib/routes/client-api/feature.js.map +1 -1
- package/dist/lib/routes/client-api/feature.test.js +8 -3
- package/dist/lib/routes/client-api/feature.test.js.map +1 -1
- package/dist/lib/routes/client-api/metrics.js +3 -3
- package/dist/lib/routes/client-api/metrics.js.map +1 -1
- package/dist/lib/routes/controller.js +2 -2
- package/dist/lib/routes/controller.js.map +1 -1
- package/dist/lib/routes/index.js +1 -3
- package/dist/lib/routes/index.js.map +1 -1
- package/dist/lib/routes/proxy-api/index.d.ts +1 -1
- package/dist/lib/routes/proxy-api/index.js +27 -4
- package/dist/lib/routes/proxy-api/index.js.map +1 -1
- package/dist/lib/segments/segment-service-interface.d.ts +2 -1
- package/dist/lib/server-impl.js +1 -0
- package/dist/lib/server-impl.js.map +1 -1
- package/dist/lib/services/addon-service.d.ts +2 -1
- package/dist/lib/services/addon-service.js +6 -2
- package/dist/lib/services/addon-service.js.map +1 -1
- package/dist/lib/services/client-metrics/metrics-service-v2.js +24 -13
- package/dist/lib/services/client-metrics/metrics-service-v2.js.map +1 -1
- package/dist/lib/services/event-announcer-service.d.ts +8 -0
- package/dist/lib/services/event-announcer-service.js +13 -0
- package/dist/lib/services/event-announcer-service.js.map +1 -0
- package/dist/lib/services/feature-service-potentially-stale.test.d.ts +1 -0
- package/dist/lib/services/feature-service-potentially-stale.test.js +44 -0
- package/dist/lib/services/feature-service-potentially-stale.test.js.map +1 -0
- package/dist/lib/services/feature-toggle-service.d.ts +5 -2
- package/dist/lib/services/feature-toggle-service.js +95 -16
- package/dist/lib/services/feature-toggle-service.js.map +1 -1
- package/dist/lib/services/feature-type-service.d.ts +1 -0
- package/dist/lib/services/feature-type-service.js +14 -0
- package/dist/lib/services/feature-type-service.js.map +1 -1
- package/dist/lib/services/group-service.d.ts +4 -4
- package/dist/lib/services/group-service.js.map +1 -1
- package/dist/lib/services/index.js +9 -1
- package/dist/lib/services/index.js.map +1 -1
- package/dist/lib/services/project-schema.js +1 -0
- package/dist/lib/services/project-schema.js.map +1 -1
- package/dist/lib/services/project-service.d.ts +2 -4
- package/dist/lib/services/project-service.js +4 -9
- package/dist/lib/services/project-service.js.map +1 -1
- package/dist/lib/services/segment-service.d.ts +2 -1
- package/dist/lib/services/segment-service.js +3 -0
- package/dist/lib/services/segment-service.js.map +1 -1
- package/dist/lib/services/tag-type-service.d.ts +2 -2
- package/dist/lib/services/tag-type-service.js +5 -3
- package/dist/lib/services/tag-type-service.js.map +1 -1
- package/dist/lib/services/user-service.js +13 -7
- package/dist/lib/services/user-service.js.map +1 -1
- package/dist/lib/services/version-service.d.ts +1 -2
- package/dist/lib/services/version-service.js +2 -4
- package/dist/lib/services/version-service.js.map +1 -1
- package/dist/lib/services/version-service.test.js +0 -57
- package/dist/lib/services/version-service.test.js.map +1 -1
- package/dist/lib/types/authentication-required.d.ts +1 -0
- package/dist/lib/types/authentication-required.js +1 -0
- package/dist/lib/types/authentication-required.js.map +1 -1
- package/dist/lib/types/events.d.ts +138 -99
- package/dist/lib/types/events.js +136 -3
- package/dist/lib/types/events.js.map +1 -1
- package/dist/lib/types/experimental.d.ts +1 -1
- package/dist/lib/types/experimental.js +5 -5
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/lib/types/group.d.ts +7 -0
- package/dist/lib/types/group.js.map +1 -1
- package/dist/lib/types/model.d.ts +24 -2
- package/dist/lib/types/model.js.map +1 -1
- package/dist/lib/types/services.d.ts +3 -0
- package/dist/lib/types/stores/event-store.d.ts +1 -0
- package/dist/lib/types/stores/feature-toggle-client-store.d.ts +2 -1
- package/dist/lib/types/stores/feature-toggle-store.d.ts +6 -0
- package/dist/lib/types/stores/feature-type-store.d.ts +1 -0
- package/dist/lib/types/stores/group-store.d.ts +4 -4
- package/dist/lib/types/stores/project-store.d.ts +3 -6
- package/dist/lib/types/stores/segment-store.d.ts +2 -1
- package/dist/lib/util/is-email.d.ts +7 -0
- package/dist/lib/util/is-email.js +9 -0
- package/dist/lib/util/is-email.js.map +1 -1
- package/dist/lib/util/load-index-html.js +1 -1
- package/dist/lib/util/load-index-html.js.map +1 -1
- package/dist/migrations/20230630080126-delete-deprecated-permissions.d.ts +2 -0
- package/dist/migrations/20230630080126-delete-deprecated-permissions.js +15 -0
- package/dist/migrations/20230630080126-delete-deprecated-permissions.js.map +1 -0
- package/dist/migrations/20230706123907-events-announced-column.d.ts +2 -0
- package/dist/migrations/20230706123907-events-announced-column.js +15 -0
- package/dist/migrations/20230706123907-events-announced-column.js.map +1 -0
- package/dist/migrations/20230711094214-add-potentially-stale-flag.d.ts +2 -0
- package/dist/migrations/20230711094214-add-potentially-stale-flag.js +18 -0
- package/dist/migrations/20230711094214-add-potentially-stale-flag.js.map +1 -0
- package/dist/migrations/20230711163311-project-feature-limit.d.ts +2 -0
- package/dist/migrations/20230711163311-project-feature-limit.js +13 -0
- package/dist/migrations/20230711163311-project-feature-limit.js.map +1 -0
- package/dist/migrations/20230712091834-strategy-variants.d.ts +2 -0
- package/dist/migrations/20230712091834-strategy-variants.js +81 -0
- package/dist/migrations/20230712091834-strategy-variants.js.map +1 -0
- package/dist/server-dev.js +5 -3
- package/dist/server-dev.js.map +1 -1
- package/dist/test/arbitraries.test.js +1 -1
- package/dist/test/arbitraries.test.js.map +1 -1
- package/dist/test/e2e/api/admin/addon.e2e.test.js +2 -1
- package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/api-token.e2e.test.js +7 -1
- package/dist/test/e2e/api/admin/api-token.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/archive.test.js +7 -1
- package/dist/test/e2e/api/admin/archive.test.js.map +1 -1
- package/dist/test/e2e/api/admin/config.e2e.test.js +7 -1
- package/dist/test/e2e/api/admin/config.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/favorites.e2e.test.js +7 -1
- package/dist/test/e2e/api/admin/favorites.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/feature-type.test.js +41 -1
- package/dist/test/e2e/api/admin/feature-type.test.js.map +1 -1
- package/dist/test/e2e/api/admin/feedback.e2e.test.js +7 -1
- package/dist/test/e2e/api/admin/feedback.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/features.e2e.test.js +152 -0
- package/dist/test/e2e/api/admin/project/features.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/variants.e2e.test.js +28 -12
- package/dist/test/e2e/api/admin/project/variants.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/splash.e2e.test.js +7 -1
- package/dist/test/e2e/api/admin/splash.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/state.e2e.test.js +6 -6
- package/dist/test/e2e/api/admin/state.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/user-admin.e2e.test.js +7 -1
- package/dist/test/e2e/api/admin/user-admin.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/openapi/openapi.e2e.test.js +9 -6
- package/dist/test/e2e/api/openapi/openapi.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/access-service.e2e.test.js +1 -1
- package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js +26 -4
- package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/group-service.e2e.test.js +16 -0
- package/dist/test/e2e/services/group-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/user-service.e2e.test.js +2 -2
- package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/stores/event-store.e2e.test.js +3 -2
- package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
- package/dist/test/e2e/stores/feature-toggle-store.e2e.test.js +163 -0
- package/dist/test/e2e/stores/feature-toggle-store.e2e.test.js.map +1 -1
- package/dist/test/e2e/stores/feature-type-store.e2e.test.js +13 -0
- package/dist/test/e2e/stores/feature-type-store.e2e.test.js.map +1 -1
- package/dist/test/fixtures/fake-event-store.d.ts +1 -0
- package/dist/test/fixtures/fake-event-store.js +3 -0
- package/dist/test/fixtures/fake-event-store.js.map +1 -1
- package/dist/test/fixtures/fake-feature-toggle-client-store.d.ts +1 -0
- package/dist/test/fixtures/fake-feature-toggle-client-store.js +10 -0
- package/dist/test/fixtures/fake-feature-toggle-client-store.js.map +1 -1
- package/dist/test/fixtures/fake-feature-toggle-store.d.ts +6 -0
- package/dist/test/fixtures/fake-feature-toggle-store.js +6 -0
- package/dist/test/fixtures/fake-feature-toggle-store.js.map +1 -1
- package/dist/test/fixtures/fake-feature-type-store.d.ts +1 -0
- package/dist/test/fixtures/fake-feature-type-store.js +8 -0
- package/dist/test/fixtures/fake-feature-type-store.js.map +1 -1
- package/dist/test/fixtures/fake-group-store.d.ts +4 -4
- package/dist/test/fixtures/fake-group-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-store.d.ts +3 -4
- package/dist/test/fixtures/fake-project-store.js +4 -13
- package/dist/test/fixtures/fake-project-store.js.map +1 -1
- package/dist/test/fixtures/fake-segment-store.d.ts +2 -1
- package/dist/test/fixtures/fake-segment-store.js +3 -0
- package/dist/test/fixtures/fake-segment-store.js.map +1 -1
- package/frontend/build/index.html +2 -2
- package/frontend/build/static/AdvancedPlayground-4c9d02ea.js +13 -0
- package/frontend/build/static/CreateProject-16b35d57.js +4 -0
- package/frontend/build/static/{Error-2c3030da.js → Error-50364f10.js} +1 -1
- package/frontend/build/static/{FeatureArchiveDialog-a529848e.js → FeatureArchiveDialog-fda1aa0c.js} +3 -3
- package/frontend/build/static/{FeatureMetricsChart-e8ede36a.js → FeatureMetricsChart-839cdf1e.js} +2 -2
- package/frontend/build/static/FeatureViewLazyExport-47bb7f13.js +7 -0
- package/frontend/build/static/LazyAdminExport-8ef0ca21.js +37 -0
- package/frontend/build/static/LazyProjectExport-49541c75.js +16 -0
- package/frontend/build/static/{NetworkOverview-e6f0a590.js → NetworkOverview-711050f3.js} +8 -8
- package/frontend/build/static/{NetworkTraffic-d1efc782.js → NetworkTraffic-e587c2c7.js} +1 -1
- package/frontend/build/static/RoleCell-9a62b4ed.js +1 -0
- package/frontend/build/static/StrategyItemContainer-4098c8ef.js +1 -0
- package/frontend/build/static/{chartjs-adapter-date-fns.esm-0d05c046.js → chartjs-adapter-date-fns.esm-d57aaddd.js} +1 -1
- package/frontend/build/static/demo-qr-c2ce85bd.png +0 -0
- package/frontend/build/static/{flowchart-elk-definition-170a3958-cc4ae597.js → flowchart-elk-definition-170a3958-4dece62b.js} +2 -2
- package/frontend/build/static/{index-a563ae6f.js → index-1c8194e0.js} +1 -1
- package/frontend/build/static/index-770afaee.css +1 -0
- package/frontend/build/static/{index-ade82986.js → index-9bb67f88.js} +1 -1
- package/frontend/build/static/index-9c528324.js +453 -0
- package/frontend/build/static/{is_dark-49e2e68f.js → is_dark-ba77f0b9.js} +1 -1
- package/frontend/build/static/{mindmap-definition-44684416-c6d3a96e.js → mindmap-definition-44684416-a4071c9f.js} +3 -3
- package/frontend/build/static/{timeline-definition-8e5a9bc6-920370f9.js → timeline-definition-8e5a9bc6-c996bf40.js} +2 -2
- package/frontend/build/static/{unknownify-30fed5e1.js → unknownify-db48ebae.js} +1 -1
- package/frontend/package.json +16 -16
- package/package.json +15 -13
- package/dist/lib/error/no-access-error.js.map +0 -1
- package/dist/lib/openapi/endpoint-descriptions.d.ts +0 -20
- package/dist/lib/openapi/endpoint-descriptions.js +0 -24
- package/dist/lib/openapi/endpoint-descriptions.js.map +0 -1
- package/dist/lib/openapi/spec/feedback-schema.d.ts +0 -24
- package/dist/lib/openapi/spec/feedback-schema.js +0 -26
- package/dist/lib/openapi/spec/feedback-schema.js.map +0 -1
- package/dist/lib/openapi/spec/splash-schema.d.ts +0 -20
- package/dist/lib/openapi/spec/splash-schema.js +0 -22
- package/dist/lib/openapi/spec/splash-schema.js.map +0 -1
- package/dist/lib/openapi/spec/upsert-strategy-schema.d.ts +0 -39
- package/dist/lib/openapi/spec/upsert-strategy-schema.js +0 -41
- package/dist/lib/openapi/spec/upsert-strategy-schema.js.map +0 -1
- package/frontend/build/static/AdvancedPlayground-bc3db7fd.js +0 -1
- package/frontend/build/static/CreateProject-4013b189.js +0 -4
- package/frontend/build/static/FeatureViewLazyExport-773303d1.js +0 -7
- package/frontend/build/static/LazyAdminExport-a9aeca56.js +0 -37
- package/frontend/build/static/LazyProjectExport-7c849a96.js +0 -13
- package/frontend/build/static/Playground-4fd4e26e.js +0 -1
- package/frontend/build/static/PlaygroundGuidancePopper-c761bfb7.js +0 -13
- package/frontend/build/static/RoleCell-cbb192fa.js +0 -1
- package/frontend/build/static/StrategyItemContainer-128fc163.js +0 -1
- package/frontend/build/static/demo-qr-1bebe2c9.png +0 -0
- package/frontend/build/static/index-66c635eb.css +0 -1
- package/frontend/build/static/index-bd571775.js +0 -450
- package/frontend/build/static/stringify-ec884b6d.js +0 -1
|
@@ -33,6 +33,12 @@ export declare const healthOverviewSchema: {
|
|
|
33
33
|
readonly example: "open";
|
|
34
34
|
readonly description: "The project's [collaboration mode](https://docs.getunleash.io/reference/project-collaboration-mode). Determines whether non-project members can submit change requests or not.";
|
|
35
35
|
};
|
|
36
|
+
readonly featureLimit: {
|
|
37
|
+
readonly type: "number";
|
|
38
|
+
readonly nullable: true;
|
|
39
|
+
readonly example: 100;
|
|
40
|
+
readonly description: "A limit on the number of features allowed in the project. Null if no limit.";
|
|
41
|
+
};
|
|
36
42
|
readonly members: {
|
|
37
43
|
readonly type: "integer";
|
|
38
44
|
readonly description: "The number of users/members in the project.";
|
|
@@ -168,10 +174,11 @@ export declare const healthOverviewSchema: {
|
|
|
168
174
|
readonly $id: "#/components/schemas/createFeatureStrategySchema";
|
|
169
175
|
readonly type: "object";
|
|
170
176
|
readonly required: readonly ["name"];
|
|
177
|
+
readonly description: "Create a strategy configuration in a feature";
|
|
171
178
|
readonly properties: {
|
|
172
179
|
readonly name: {
|
|
173
180
|
readonly type: "string";
|
|
174
|
-
readonly description: "The name
|
|
181
|
+
readonly description: "The name of the strategy type";
|
|
175
182
|
readonly example: "flexibleRollout";
|
|
176
183
|
};
|
|
177
184
|
readonly title: {
|
|
@@ -193,7 +200,7 @@ export declare const healthOverviewSchema: {
|
|
|
193
200
|
};
|
|
194
201
|
readonly constraints: {
|
|
195
202
|
readonly type: "array";
|
|
196
|
-
readonly description: "A list of the constraints attached to the strategy";
|
|
203
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
197
204
|
readonly example: readonly [{
|
|
198
205
|
readonly values: readonly ["1", "2"];
|
|
199
206
|
readonly inverted: false;
|
|
@@ -205,6 +212,13 @@ export declare const healthOverviewSchema: {
|
|
|
205
212
|
readonly $ref: "#/components/schemas/constraintSchema";
|
|
206
213
|
};
|
|
207
214
|
};
|
|
215
|
+
readonly variants: {
|
|
216
|
+
readonly type: "array";
|
|
217
|
+
readonly description: "Strategy level variants";
|
|
218
|
+
readonly items: {
|
|
219
|
+
readonly $ref: "#/components/schemas/createStrategyVariantSchema";
|
|
220
|
+
};
|
|
221
|
+
};
|
|
208
222
|
readonly parameters: {
|
|
209
223
|
readonly description: "An object containing the parameters for the strategy";
|
|
210
224
|
readonly example: {
|
|
@@ -272,14 +286,119 @@ export declare const healthOverviewSchema: {
|
|
|
272
286
|
readonly parametersSchema: {
|
|
273
287
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
274
288
|
readonly type: "object";
|
|
289
|
+
readonly description: "A list of parameters for a strategy";
|
|
275
290
|
readonly additionalProperties: {
|
|
276
291
|
readonly type: "string";
|
|
277
292
|
};
|
|
278
293
|
readonly components: {};
|
|
279
294
|
};
|
|
295
|
+
readonly createStrategyVariantSchema: {
|
|
296
|
+
readonly $id: "#/components/schemas/createStrategyVariantSchema";
|
|
297
|
+
readonly type: "object";
|
|
298
|
+
readonly additionalProperties: true;
|
|
299
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
300
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
301
|
+
readonly properties: {
|
|
302
|
+
readonly name: {
|
|
303
|
+
readonly type: "string";
|
|
304
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
305
|
+
readonly example: "blue_group";
|
|
306
|
+
};
|
|
307
|
+
readonly weight: {
|
|
308
|
+
readonly type: "integer";
|
|
309
|
+
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";
|
|
310
|
+
readonly minimum: 0;
|
|
311
|
+
readonly maximum: 1000;
|
|
312
|
+
};
|
|
313
|
+
readonly weightType: {
|
|
314
|
+
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).";
|
|
315
|
+
readonly type: "string";
|
|
316
|
+
readonly example: "fix";
|
|
317
|
+
readonly enum: readonly ["variable", "fix"];
|
|
318
|
+
};
|
|
319
|
+
readonly stickiness: {
|
|
320
|
+
readonly type: "string";
|
|
321
|
+
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";
|
|
322
|
+
readonly example: "custom.context.field";
|
|
323
|
+
};
|
|
324
|
+
readonly payload: {
|
|
325
|
+
readonly type: "object";
|
|
326
|
+
readonly required: readonly ["type", "value"];
|
|
327
|
+
readonly description: "Extra data configured for this variant";
|
|
328
|
+
readonly properties: {
|
|
329
|
+
readonly type: {
|
|
330
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
331
|
+
readonly type: "string";
|
|
332
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
333
|
+
};
|
|
334
|
+
readonly value: {
|
|
335
|
+
readonly description: "The actual value of payload";
|
|
336
|
+
readonly type: "string";
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
readonly example: {
|
|
340
|
+
readonly type: "json";
|
|
341
|
+
readonly value: "{\"color\": \"red\"}";
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
readonly components: {};
|
|
346
|
+
};
|
|
280
347
|
};
|
|
281
348
|
};
|
|
282
349
|
};
|
|
350
|
+
readonly createStrategyVariantSchema: {
|
|
351
|
+
readonly $id: "#/components/schemas/createStrategyVariantSchema";
|
|
352
|
+
readonly type: "object";
|
|
353
|
+
readonly additionalProperties: true;
|
|
354
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
355
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
356
|
+
readonly properties: {
|
|
357
|
+
readonly name: {
|
|
358
|
+
readonly type: "string";
|
|
359
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
360
|
+
readonly example: "blue_group";
|
|
361
|
+
};
|
|
362
|
+
readonly weight: {
|
|
363
|
+
readonly type: "integer";
|
|
364
|
+
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";
|
|
365
|
+
readonly minimum: 0;
|
|
366
|
+
readonly maximum: 1000;
|
|
367
|
+
};
|
|
368
|
+
readonly weightType: {
|
|
369
|
+
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).";
|
|
370
|
+
readonly type: "string";
|
|
371
|
+
readonly example: "fix";
|
|
372
|
+
readonly enum: readonly ["variable", "fix"];
|
|
373
|
+
};
|
|
374
|
+
readonly stickiness: {
|
|
375
|
+
readonly type: "string";
|
|
376
|
+
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";
|
|
377
|
+
readonly example: "custom.context.field";
|
|
378
|
+
};
|
|
379
|
+
readonly payload: {
|
|
380
|
+
readonly type: "object";
|
|
381
|
+
readonly required: readonly ["type", "value"];
|
|
382
|
+
readonly description: "Extra data configured for this variant";
|
|
383
|
+
readonly properties: {
|
|
384
|
+
readonly type: {
|
|
385
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
386
|
+
readonly type: "string";
|
|
387
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
388
|
+
};
|
|
389
|
+
readonly value: {
|
|
390
|
+
readonly description: "The actual value of payload";
|
|
391
|
+
readonly type: "string";
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
readonly example: {
|
|
395
|
+
readonly type: "json";
|
|
396
|
+
readonly value: "{\"color\": \"red\"}";
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
};
|
|
400
|
+
readonly components: {};
|
|
401
|
+
};
|
|
283
402
|
};
|
|
284
403
|
};
|
|
285
404
|
};
|
|
@@ -287,10 +406,11 @@ export declare const healthOverviewSchema: {
|
|
|
287
406
|
readonly $id: "#/components/schemas/createFeatureStrategySchema";
|
|
288
407
|
readonly type: "object";
|
|
289
408
|
readonly required: readonly ["name"];
|
|
409
|
+
readonly description: "Create a strategy configuration in a feature";
|
|
290
410
|
readonly properties: {
|
|
291
411
|
readonly name: {
|
|
292
412
|
readonly type: "string";
|
|
293
|
-
readonly description: "The name
|
|
413
|
+
readonly description: "The name of the strategy type";
|
|
294
414
|
readonly example: "flexibleRollout";
|
|
295
415
|
};
|
|
296
416
|
readonly title: {
|
|
@@ -312,7 +432,7 @@ export declare const healthOverviewSchema: {
|
|
|
312
432
|
};
|
|
313
433
|
readonly constraints: {
|
|
314
434
|
readonly type: "array";
|
|
315
|
-
readonly description: "A list of the constraints attached to the strategy";
|
|
435
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
316
436
|
readonly example: readonly [{
|
|
317
437
|
readonly values: readonly ["1", "2"];
|
|
318
438
|
readonly inverted: false;
|
|
@@ -324,6 +444,13 @@ export declare const healthOverviewSchema: {
|
|
|
324
444
|
readonly $ref: "#/components/schemas/constraintSchema";
|
|
325
445
|
};
|
|
326
446
|
};
|
|
447
|
+
readonly variants: {
|
|
448
|
+
readonly type: "array";
|
|
449
|
+
readonly description: "Strategy level variants";
|
|
450
|
+
readonly items: {
|
|
451
|
+
readonly $ref: "#/components/schemas/createStrategyVariantSchema";
|
|
452
|
+
};
|
|
453
|
+
};
|
|
327
454
|
readonly parameters: {
|
|
328
455
|
readonly description: "An object containing the parameters for the strategy";
|
|
329
456
|
readonly example: {
|
|
@@ -391,14 +518,119 @@ export declare const healthOverviewSchema: {
|
|
|
391
518
|
readonly parametersSchema: {
|
|
392
519
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
393
520
|
readonly type: "object";
|
|
521
|
+
readonly description: "A list of parameters for a strategy";
|
|
394
522
|
readonly additionalProperties: {
|
|
395
523
|
readonly type: "string";
|
|
396
524
|
};
|
|
397
525
|
readonly components: {};
|
|
398
526
|
};
|
|
527
|
+
readonly createStrategyVariantSchema: {
|
|
528
|
+
readonly $id: "#/components/schemas/createStrategyVariantSchema";
|
|
529
|
+
readonly type: "object";
|
|
530
|
+
readonly additionalProperties: true;
|
|
531
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
532
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
533
|
+
readonly properties: {
|
|
534
|
+
readonly name: {
|
|
535
|
+
readonly type: "string";
|
|
536
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
537
|
+
readonly example: "blue_group";
|
|
538
|
+
};
|
|
539
|
+
readonly weight: {
|
|
540
|
+
readonly type: "integer";
|
|
541
|
+
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";
|
|
542
|
+
readonly minimum: 0;
|
|
543
|
+
readonly maximum: 1000;
|
|
544
|
+
};
|
|
545
|
+
readonly weightType: {
|
|
546
|
+
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).";
|
|
547
|
+
readonly type: "string";
|
|
548
|
+
readonly example: "fix";
|
|
549
|
+
readonly enum: readonly ["variable", "fix"];
|
|
550
|
+
};
|
|
551
|
+
readonly stickiness: {
|
|
552
|
+
readonly type: "string";
|
|
553
|
+
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";
|
|
554
|
+
readonly example: "custom.context.field";
|
|
555
|
+
};
|
|
556
|
+
readonly payload: {
|
|
557
|
+
readonly type: "object";
|
|
558
|
+
readonly required: readonly ["type", "value"];
|
|
559
|
+
readonly description: "Extra data configured for this variant";
|
|
560
|
+
readonly properties: {
|
|
561
|
+
readonly type: {
|
|
562
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
563
|
+
readonly type: "string";
|
|
564
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
565
|
+
};
|
|
566
|
+
readonly value: {
|
|
567
|
+
readonly description: "The actual value of payload";
|
|
568
|
+
readonly type: "string";
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
readonly example: {
|
|
572
|
+
readonly type: "json";
|
|
573
|
+
readonly value: "{\"color\": \"red\"}";
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
readonly components: {};
|
|
578
|
+
};
|
|
399
579
|
};
|
|
400
580
|
};
|
|
401
581
|
};
|
|
582
|
+
readonly createStrategyVariantSchema: {
|
|
583
|
+
readonly $id: "#/components/schemas/createStrategyVariantSchema";
|
|
584
|
+
readonly type: "object";
|
|
585
|
+
readonly additionalProperties: true;
|
|
586
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
587
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
588
|
+
readonly properties: {
|
|
589
|
+
readonly name: {
|
|
590
|
+
readonly type: "string";
|
|
591
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
592
|
+
readonly example: "blue_group";
|
|
593
|
+
};
|
|
594
|
+
readonly weight: {
|
|
595
|
+
readonly type: "integer";
|
|
596
|
+
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";
|
|
597
|
+
readonly minimum: 0;
|
|
598
|
+
readonly maximum: 1000;
|
|
599
|
+
};
|
|
600
|
+
readonly weightType: {
|
|
601
|
+
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).";
|
|
602
|
+
readonly type: "string";
|
|
603
|
+
readonly example: "fix";
|
|
604
|
+
readonly enum: readonly ["variable", "fix"];
|
|
605
|
+
};
|
|
606
|
+
readonly stickiness: {
|
|
607
|
+
readonly type: "string";
|
|
608
|
+
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";
|
|
609
|
+
readonly example: "custom.context.field";
|
|
610
|
+
};
|
|
611
|
+
readonly payload: {
|
|
612
|
+
readonly type: "object";
|
|
613
|
+
readonly required: readonly ["type", "value"];
|
|
614
|
+
readonly description: "Extra data configured for this variant";
|
|
615
|
+
readonly properties: {
|
|
616
|
+
readonly type: {
|
|
617
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
618
|
+
readonly type: "string";
|
|
619
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
620
|
+
};
|
|
621
|
+
readonly value: {
|
|
622
|
+
readonly description: "The actual value of payload";
|
|
623
|
+
readonly type: "string";
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
readonly example: {
|
|
627
|
+
readonly type: "json";
|
|
628
|
+
readonly value: "{\"color\": \"red\"}";
|
|
629
|
+
};
|
|
630
|
+
};
|
|
631
|
+
};
|
|
632
|
+
readonly components: {};
|
|
633
|
+
};
|
|
402
634
|
readonly constraintSchema: {
|
|
403
635
|
readonly type: "object";
|
|
404
636
|
readonly required: readonly ["contextName", "operator"];
|
|
@@ -448,6 +680,7 @@ export declare const healthOverviewSchema: {
|
|
|
448
680
|
readonly type: "object";
|
|
449
681
|
readonly additionalProperties: false;
|
|
450
682
|
readonly required: readonly ["name"];
|
|
683
|
+
readonly description: "A feature toggle definition";
|
|
451
684
|
readonly properties: {
|
|
452
685
|
readonly name: {
|
|
453
686
|
readonly type: "string";
|
|
@@ -478,6 +711,7 @@ export declare const healthOverviewSchema: {
|
|
|
478
711
|
readonly enabled: {
|
|
479
712
|
readonly type: "boolean";
|
|
480
713
|
readonly example: true;
|
|
714
|
+
readonly description: "`true` if the feature is enabled, otherwise `false`.";
|
|
481
715
|
};
|
|
482
716
|
readonly stale: {
|
|
483
717
|
readonly type: "boolean";
|
|
@@ -499,18 +733,21 @@ export declare const healthOverviewSchema: {
|
|
|
499
733
|
readonly format: "date-time";
|
|
500
734
|
readonly nullable: true;
|
|
501
735
|
readonly example: "2023-01-28T15:21:39.975Z";
|
|
736
|
+
readonly description: "The date the feature was created";
|
|
502
737
|
};
|
|
503
738
|
readonly archivedAt: {
|
|
504
739
|
readonly type: "string";
|
|
505
740
|
readonly format: "date-time";
|
|
506
741
|
readonly nullable: true;
|
|
507
742
|
readonly example: "2023-01-29T15:21:39.975Z";
|
|
743
|
+
readonly description: "The date the feature was archived";
|
|
508
744
|
};
|
|
509
745
|
readonly lastSeenAt: {
|
|
510
746
|
readonly type: "string";
|
|
511
747
|
readonly format: "date-time";
|
|
512
748
|
readonly nullable: true;
|
|
513
749
|
readonly example: "2023-01-28T16:21:39.975Z";
|
|
750
|
+
readonly description: "The date when metrics where last collected for the feature";
|
|
514
751
|
};
|
|
515
752
|
readonly environments: {
|
|
516
753
|
readonly type: "array";
|
|
@@ -605,9 +842,12 @@ export declare const healthOverviewSchema: {
|
|
|
605
842
|
readonly featureName: {
|
|
606
843
|
readonly type: "string";
|
|
607
844
|
readonly example: "disable-comments";
|
|
845
|
+
readonly description: "The name of the feature";
|
|
608
846
|
};
|
|
609
847
|
readonly environment: {
|
|
610
848
|
readonly type: "string";
|
|
849
|
+
readonly example: "development";
|
|
850
|
+
readonly description: "The name of the environment";
|
|
611
851
|
};
|
|
612
852
|
readonly type: {
|
|
613
853
|
readonly type: "string";
|
|
@@ -626,6 +866,7 @@ export declare const healthOverviewSchema: {
|
|
|
626
866
|
};
|
|
627
867
|
readonly variantCount: {
|
|
628
868
|
readonly type: "number";
|
|
869
|
+
readonly description: "The number of defined variants";
|
|
629
870
|
};
|
|
630
871
|
readonly strategies: {
|
|
631
872
|
readonly type: "array";
|
|
@@ -691,6 +932,7 @@ export declare const healthOverviewSchema: {
|
|
|
691
932
|
readonly parametersSchema: {
|
|
692
933
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
693
934
|
readonly type: "object";
|
|
935
|
+
readonly description: "A list of parameters for a strategy";
|
|
694
936
|
readonly additionalProperties: {
|
|
695
937
|
readonly type: "string";
|
|
696
938
|
};
|
|
@@ -745,11 +987,18 @@ export declare const healthOverviewSchema: {
|
|
|
745
987
|
};
|
|
746
988
|
readonly constraints: {
|
|
747
989
|
readonly type: "array";
|
|
748
|
-
readonly description: "A list of the constraints attached to the strategy";
|
|
990
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
749
991
|
readonly items: {
|
|
750
992
|
readonly $ref: "#/components/schemas/constraintSchema";
|
|
751
993
|
};
|
|
752
994
|
};
|
|
995
|
+
readonly variants: {
|
|
996
|
+
readonly type: "array";
|
|
997
|
+
readonly description: "Strategy level variants";
|
|
998
|
+
readonly items: {
|
|
999
|
+
readonly $ref: "#/components/schemas/strategyVariantSchema";
|
|
1000
|
+
};
|
|
1001
|
+
};
|
|
753
1002
|
readonly parameters: {
|
|
754
1003
|
readonly $ref: "#/components/schemas/parametersSchema";
|
|
755
1004
|
};
|
|
@@ -803,14 +1052,119 @@ export declare const healthOverviewSchema: {
|
|
|
803
1052
|
readonly parametersSchema: {
|
|
804
1053
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
805
1054
|
readonly type: "object";
|
|
1055
|
+
readonly description: "A list of parameters for a strategy";
|
|
806
1056
|
readonly additionalProperties: {
|
|
807
1057
|
readonly type: "string";
|
|
808
1058
|
};
|
|
809
1059
|
readonly components: {};
|
|
810
1060
|
};
|
|
1061
|
+
readonly strategyVariantSchema: {
|
|
1062
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
1063
|
+
readonly type: "object";
|
|
1064
|
+
readonly additionalProperties: false;
|
|
1065
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
1066
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
1067
|
+
readonly properties: {
|
|
1068
|
+
readonly name: {
|
|
1069
|
+
readonly type: "string";
|
|
1070
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
1071
|
+
readonly example: "blue_group";
|
|
1072
|
+
};
|
|
1073
|
+
readonly weight: {
|
|
1074
|
+
readonly type: "integer";
|
|
1075
|
+
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";
|
|
1076
|
+
readonly minimum: 0;
|
|
1077
|
+
readonly maximum: 1000;
|
|
1078
|
+
};
|
|
1079
|
+
readonly weightType: {
|
|
1080
|
+
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).";
|
|
1081
|
+
readonly type: "string";
|
|
1082
|
+
readonly example: "fix";
|
|
1083
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1084
|
+
};
|
|
1085
|
+
readonly stickiness: {
|
|
1086
|
+
readonly type: "string";
|
|
1087
|
+
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";
|
|
1088
|
+
readonly example: "custom.context.field";
|
|
1089
|
+
};
|
|
1090
|
+
readonly payload: {
|
|
1091
|
+
readonly type: "object";
|
|
1092
|
+
readonly required: readonly ["type", "value"];
|
|
1093
|
+
readonly description: "Extra data configured for this variant";
|
|
1094
|
+
readonly properties: {
|
|
1095
|
+
readonly type: {
|
|
1096
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1097
|
+
readonly type: "string";
|
|
1098
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1099
|
+
};
|
|
1100
|
+
readonly value: {
|
|
1101
|
+
readonly description: "The actual value of payload";
|
|
1102
|
+
readonly type: "string";
|
|
1103
|
+
};
|
|
1104
|
+
};
|
|
1105
|
+
readonly example: {
|
|
1106
|
+
readonly type: "json";
|
|
1107
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1108
|
+
};
|
|
1109
|
+
};
|
|
1110
|
+
};
|
|
1111
|
+
readonly components: {};
|
|
1112
|
+
};
|
|
811
1113
|
};
|
|
812
1114
|
};
|
|
813
1115
|
};
|
|
1116
|
+
readonly strategyVariantSchema: {
|
|
1117
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
1118
|
+
readonly type: "object";
|
|
1119
|
+
readonly additionalProperties: false;
|
|
1120
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
1121
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
1122
|
+
readonly properties: {
|
|
1123
|
+
readonly name: {
|
|
1124
|
+
readonly type: "string";
|
|
1125
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
1126
|
+
readonly example: "blue_group";
|
|
1127
|
+
};
|
|
1128
|
+
readonly weight: {
|
|
1129
|
+
readonly type: "integer";
|
|
1130
|
+
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";
|
|
1131
|
+
readonly minimum: 0;
|
|
1132
|
+
readonly maximum: 1000;
|
|
1133
|
+
};
|
|
1134
|
+
readonly weightType: {
|
|
1135
|
+
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).";
|
|
1136
|
+
readonly type: "string";
|
|
1137
|
+
readonly example: "fix";
|
|
1138
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1139
|
+
};
|
|
1140
|
+
readonly stickiness: {
|
|
1141
|
+
readonly type: "string";
|
|
1142
|
+
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";
|
|
1143
|
+
readonly example: "custom.context.field";
|
|
1144
|
+
};
|
|
1145
|
+
readonly payload: {
|
|
1146
|
+
readonly type: "object";
|
|
1147
|
+
readonly required: readonly ["type", "value"];
|
|
1148
|
+
readonly description: "Extra data configured for this variant";
|
|
1149
|
+
readonly properties: {
|
|
1150
|
+
readonly type: {
|
|
1151
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1152
|
+
readonly type: "string";
|
|
1153
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1154
|
+
};
|
|
1155
|
+
readonly value: {
|
|
1156
|
+
readonly description: "The actual value of payload";
|
|
1157
|
+
readonly type: "string";
|
|
1158
|
+
};
|
|
1159
|
+
};
|
|
1160
|
+
readonly example: {
|
|
1161
|
+
readonly type: "json";
|
|
1162
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1163
|
+
};
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1166
|
+
readonly components: {};
|
|
1167
|
+
};
|
|
814
1168
|
readonly variantSchema: {
|
|
815
1169
|
readonly $id: "#/components/schemas/variantSchema";
|
|
816
1170
|
readonly type: "object";
|
|
@@ -832,7 +1186,8 @@ export declare const healthOverviewSchema: {
|
|
|
832
1186
|
readonly weightType: {
|
|
833
1187
|
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";
|
|
834
1188
|
readonly type: "string";
|
|
835
|
-
readonly example: "
|
|
1189
|
+
readonly example: "variable";
|
|
1190
|
+
readonly enum: readonly ["variable", "fix"];
|
|
836
1191
|
};
|
|
837
1192
|
readonly stickiness: {
|
|
838
1193
|
readonly type: "string";
|
|
@@ -843,17 +1198,21 @@ export declare const healthOverviewSchema: {
|
|
|
843
1198
|
readonly type: "object";
|
|
844
1199
|
readonly required: readonly ["type", "value"];
|
|
845
1200
|
readonly description: "Extra data configured for this variant";
|
|
1201
|
+
readonly additionalProperties: false;
|
|
846
1202
|
readonly properties: {
|
|
847
1203
|
readonly type: {
|
|
1204
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
848
1205
|
readonly type: "string";
|
|
1206
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
849
1207
|
};
|
|
850
1208
|
readonly value: {
|
|
1209
|
+
readonly description: "The actual value of payload";
|
|
851
1210
|
readonly type: "string";
|
|
852
1211
|
};
|
|
853
1212
|
};
|
|
854
1213
|
readonly example: {
|
|
855
1214
|
readonly type: "json";
|
|
856
|
-
readonly value: "{color: red}";
|
|
1215
|
+
readonly value: "{\"color\": \"red\"}";
|
|
857
1216
|
};
|
|
858
1217
|
};
|
|
859
1218
|
readonly overrides: {
|
|
@@ -944,11 +1303,18 @@ export declare const healthOverviewSchema: {
|
|
|
944
1303
|
};
|
|
945
1304
|
readonly constraints: {
|
|
946
1305
|
readonly type: "array";
|
|
947
|
-
readonly description: "A list of the constraints attached to the strategy";
|
|
1306
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
948
1307
|
readonly items: {
|
|
949
1308
|
readonly $ref: "#/components/schemas/constraintSchema";
|
|
950
1309
|
};
|
|
951
1310
|
};
|
|
1311
|
+
readonly variants: {
|
|
1312
|
+
readonly type: "array";
|
|
1313
|
+
readonly description: "Strategy level variants";
|
|
1314
|
+
readonly items: {
|
|
1315
|
+
readonly $ref: "#/components/schemas/strategyVariantSchema";
|
|
1316
|
+
};
|
|
1317
|
+
};
|
|
952
1318
|
readonly parameters: {
|
|
953
1319
|
readonly $ref: "#/components/schemas/parametersSchema";
|
|
954
1320
|
};
|
|
@@ -1002,13 +1368,118 @@ export declare const healthOverviewSchema: {
|
|
|
1002
1368
|
readonly parametersSchema: {
|
|
1003
1369
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
1004
1370
|
readonly type: "object";
|
|
1371
|
+
readonly description: "A list of parameters for a strategy";
|
|
1005
1372
|
readonly additionalProperties: {
|
|
1006
1373
|
readonly type: "string";
|
|
1007
1374
|
};
|
|
1008
1375
|
readonly components: {};
|
|
1009
1376
|
};
|
|
1377
|
+
readonly strategyVariantSchema: {
|
|
1378
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
1379
|
+
readonly type: "object";
|
|
1380
|
+
readonly additionalProperties: false;
|
|
1381
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
1382
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
1383
|
+
readonly properties: {
|
|
1384
|
+
readonly name: {
|
|
1385
|
+
readonly type: "string";
|
|
1386
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
1387
|
+
readonly example: "blue_group";
|
|
1388
|
+
};
|
|
1389
|
+
readonly weight: {
|
|
1390
|
+
readonly type: "integer";
|
|
1391
|
+
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";
|
|
1392
|
+
readonly minimum: 0;
|
|
1393
|
+
readonly maximum: 1000;
|
|
1394
|
+
};
|
|
1395
|
+
readonly weightType: {
|
|
1396
|
+
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).";
|
|
1397
|
+
readonly type: "string";
|
|
1398
|
+
readonly example: "fix";
|
|
1399
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1400
|
+
};
|
|
1401
|
+
readonly stickiness: {
|
|
1402
|
+
readonly type: "string";
|
|
1403
|
+
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";
|
|
1404
|
+
readonly example: "custom.context.field";
|
|
1405
|
+
};
|
|
1406
|
+
readonly payload: {
|
|
1407
|
+
readonly type: "object";
|
|
1408
|
+
readonly required: readonly ["type", "value"];
|
|
1409
|
+
readonly description: "Extra data configured for this variant";
|
|
1410
|
+
readonly properties: {
|
|
1411
|
+
readonly type: {
|
|
1412
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1413
|
+
readonly type: "string";
|
|
1414
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1415
|
+
};
|
|
1416
|
+
readonly value: {
|
|
1417
|
+
readonly description: "The actual value of payload";
|
|
1418
|
+
readonly type: "string";
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1421
|
+
readonly example: {
|
|
1422
|
+
readonly type: "json";
|
|
1423
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1424
|
+
};
|
|
1425
|
+
};
|
|
1426
|
+
};
|
|
1427
|
+
readonly components: {};
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
};
|
|
1431
|
+
};
|
|
1432
|
+
readonly strategyVariantSchema: {
|
|
1433
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
1434
|
+
readonly type: "object";
|
|
1435
|
+
readonly additionalProperties: false;
|
|
1436
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
1437
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
1438
|
+
readonly properties: {
|
|
1439
|
+
readonly name: {
|
|
1440
|
+
readonly type: "string";
|
|
1441
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
1442
|
+
readonly example: "blue_group";
|
|
1443
|
+
};
|
|
1444
|
+
readonly weight: {
|
|
1445
|
+
readonly type: "integer";
|
|
1446
|
+
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";
|
|
1447
|
+
readonly minimum: 0;
|
|
1448
|
+
readonly maximum: 1000;
|
|
1449
|
+
};
|
|
1450
|
+
readonly weightType: {
|
|
1451
|
+
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).";
|
|
1452
|
+
readonly type: "string";
|
|
1453
|
+
readonly example: "fix";
|
|
1454
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1455
|
+
};
|
|
1456
|
+
readonly stickiness: {
|
|
1457
|
+
readonly type: "string";
|
|
1458
|
+
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";
|
|
1459
|
+
readonly example: "custom.context.field";
|
|
1460
|
+
};
|
|
1461
|
+
readonly payload: {
|
|
1462
|
+
readonly type: "object";
|
|
1463
|
+
readonly required: readonly ["type", "value"];
|
|
1464
|
+
readonly description: "Extra data configured for this variant";
|
|
1465
|
+
readonly properties: {
|
|
1466
|
+
readonly type: {
|
|
1467
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1468
|
+
readonly type: "string";
|
|
1469
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1470
|
+
};
|
|
1471
|
+
readonly value: {
|
|
1472
|
+
readonly description: "The actual value of payload";
|
|
1473
|
+
readonly type: "string";
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
readonly example: {
|
|
1477
|
+
readonly type: "json";
|
|
1478
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1479
|
+
};
|
|
1010
1480
|
};
|
|
1011
1481
|
};
|
|
1482
|
+
readonly components: {};
|
|
1012
1483
|
};
|
|
1013
1484
|
readonly overrideSchema: {
|
|
1014
1485
|
readonly $id: "#/components/schemas/overrideSchema";
|
|
@@ -1036,6 +1507,7 @@ export declare const healthOverviewSchema: {
|
|
|
1036
1507
|
readonly parametersSchema: {
|
|
1037
1508
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
1038
1509
|
readonly type: "object";
|
|
1510
|
+
readonly description: "A list of parameters for a strategy";
|
|
1039
1511
|
readonly additionalProperties: {
|
|
1040
1512
|
readonly type: "string";
|
|
1041
1513
|
};
|
|
@@ -1062,7 +1534,8 @@ export declare const healthOverviewSchema: {
|
|
|
1062
1534
|
readonly weightType: {
|
|
1063
1535
|
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";
|
|
1064
1536
|
readonly type: "string";
|
|
1065
|
-
readonly example: "
|
|
1537
|
+
readonly example: "variable";
|
|
1538
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1066
1539
|
};
|
|
1067
1540
|
readonly stickiness: {
|
|
1068
1541
|
readonly type: "string";
|
|
@@ -1073,17 +1546,21 @@ export declare const healthOverviewSchema: {
|
|
|
1073
1546
|
readonly type: "object";
|
|
1074
1547
|
readonly required: readonly ["type", "value"];
|
|
1075
1548
|
readonly description: "Extra data configured for this variant";
|
|
1549
|
+
readonly additionalProperties: false;
|
|
1076
1550
|
readonly properties: {
|
|
1077
1551
|
readonly type: {
|
|
1552
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1078
1553
|
readonly type: "string";
|
|
1554
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1079
1555
|
};
|
|
1080
1556
|
readonly value: {
|
|
1557
|
+
readonly description: "The actual value of payload";
|
|
1081
1558
|
readonly type: "string";
|
|
1082
1559
|
};
|
|
1083
1560
|
};
|
|
1084
1561
|
readonly example: {
|
|
1085
1562
|
readonly type: "json";
|
|
1086
|
-
readonly value: "{color: red}";
|
|
1563
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1087
1564
|
};
|
|
1088
1565
|
};
|
|
1089
1566
|
readonly overrides: {
|
|
@@ -1165,9 +1642,12 @@ export declare const healthOverviewSchema: {
|
|
|
1165
1642
|
readonly featureName: {
|
|
1166
1643
|
readonly type: "string";
|
|
1167
1644
|
readonly example: "disable-comments";
|
|
1645
|
+
readonly description: "The name of the feature";
|
|
1168
1646
|
};
|
|
1169
1647
|
readonly environment: {
|
|
1170
1648
|
readonly type: "string";
|
|
1649
|
+
readonly example: "development";
|
|
1650
|
+
readonly description: "The name of the environment";
|
|
1171
1651
|
};
|
|
1172
1652
|
readonly type: {
|
|
1173
1653
|
readonly type: "string";
|
|
@@ -1186,6 +1666,7 @@ export declare const healthOverviewSchema: {
|
|
|
1186
1666
|
};
|
|
1187
1667
|
readonly variantCount: {
|
|
1188
1668
|
readonly type: "number";
|
|
1669
|
+
readonly description: "The number of defined variants";
|
|
1189
1670
|
};
|
|
1190
1671
|
readonly strategies: {
|
|
1191
1672
|
readonly type: "array";
|
|
@@ -1251,6 +1732,7 @@ export declare const healthOverviewSchema: {
|
|
|
1251
1732
|
readonly parametersSchema: {
|
|
1252
1733
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
1253
1734
|
readonly type: "object";
|
|
1735
|
+
readonly description: "A list of parameters for a strategy";
|
|
1254
1736
|
readonly additionalProperties: {
|
|
1255
1737
|
readonly type: "string";
|
|
1256
1738
|
};
|
|
@@ -1305,11 +1787,18 @@ export declare const healthOverviewSchema: {
|
|
|
1305
1787
|
};
|
|
1306
1788
|
readonly constraints: {
|
|
1307
1789
|
readonly type: "array";
|
|
1308
|
-
readonly description: "A list of the constraints attached to the strategy";
|
|
1790
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
1309
1791
|
readonly items: {
|
|
1310
1792
|
readonly $ref: "#/components/schemas/constraintSchema";
|
|
1311
1793
|
};
|
|
1312
1794
|
};
|
|
1795
|
+
readonly variants: {
|
|
1796
|
+
readonly type: "array";
|
|
1797
|
+
readonly description: "Strategy level variants";
|
|
1798
|
+
readonly items: {
|
|
1799
|
+
readonly $ref: "#/components/schemas/strategyVariantSchema";
|
|
1800
|
+
};
|
|
1801
|
+
};
|
|
1313
1802
|
readonly parameters: {
|
|
1314
1803
|
readonly $ref: "#/components/schemas/parametersSchema";
|
|
1315
1804
|
};
|
|
@@ -1363,13 +1852,118 @@ export declare const healthOverviewSchema: {
|
|
|
1363
1852
|
readonly parametersSchema: {
|
|
1364
1853
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
1365
1854
|
readonly type: "object";
|
|
1855
|
+
readonly description: "A list of parameters for a strategy";
|
|
1366
1856
|
readonly additionalProperties: {
|
|
1367
1857
|
readonly type: "string";
|
|
1368
1858
|
};
|
|
1369
1859
|
readonly components: {};
|
|
1370
1860
|
};
|
|
1861
|
+
readonly strategyVariantSchema: {
|
|
1862
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
1863
|
+
readonly type: "object";
|
|
1864
|
+
readonly additionalProperties: false;
|
|
1865
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
1866
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
1867
|
+
readonly properties: {
|
|
1868
|
+
readonly name: {
|
|
1869
|
+
readonly type: "string";
|
|
1870
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
1871
|
+
readonly example: "blue_group";
|
|
1872
|
+
};
|
|
1873
|
+
readonly weight: {
|
|
1874
|
+
readonly type: "integer";
|
|
1875
|
+
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";
|
|
1876
|
+
readonly minimum: 0;
|
|
1877
|
+
readonly maximum: 1000;
|
|
1878
|
+
};
|
|
1879
|
+
readonly weightType: {
|
|
1880
|
+
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).";
|
|
1881
|
+
readonly type: "string";
|
|
1882
|
+
readonly example: "fix";
|
|
1883
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1884
|
+
};
|
|
1885
|
+
readonly stickiness: {
|
|
1886
|
+
readonly type: "string";
|
|
1887
|
+
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";
|
|
1888
|
+
readonly example: "custom.context.field";
|
|
1889
|
+
};
|
|
1890
|
+
readonly payload: {
|
|
1891
|
+
readonly type: "object";
|
|
1892
|
+
readonly required: readonly ["type", "value"];
|
|
1893
|
+
readonly description: "Extra data configured for this variant";
|
|
1894
|
+
readonly properties: {
|
|
1895
|
+
readonly type: {
|
|
1896
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1897
|
+
readonly type: "string";
|
|
1898
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1899
|
+
};
|
|
1900
|
+
readonly value: {
|
|
1901
|
+
readonly description: "The actual value of payload";
|
|
1902
|
+
readonly type: "string";
|
|
1903
|
+
};
|
|
1904
|
+
};
|
|
1905
|
+
readonly example: {
|
|
1906
|
+
readonly type: "json";
|
|
1907
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1908
|
+
};
|
|
1909
|
+
};
|
|
1910
|
+
};
|
|
1911
|
+
readonly components: {};
|
|
1912
|
+
};
|
|
1913
|
+
};
|
|
1914
|
+
};
|
|
1915
|
+
};
|
|
1916
|
+
readonly strategyVariantSchema: {
|
|
1917
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
1918
|
+
readonly type: "object";
|
|
1919
|
+
readonly additionalProperties: false;
|
|
1920
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
1921
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
1922
|
+
readonly properties: {
|
|
1923
|
+
readonly name: {
|
|
1924
|
+
readonly type: "string";
|
|
1925
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
1926
|
+
readonly example: "blue_group";
|
|
1927
|
+
};
|
|
1928
|
+
readonly weight: {
|
|
1929
|
+
readonly type: "integer";
|
|
1930
|
+
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";
|
|
1931
|
+
readonly minimum: 0;
|
|
1932
|
+
readonly maximum: 1000;
|
|
1933
|
+
};
|
|
1934
|
+
readonly weightType: {
|
|
1935
|
+
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).";
|
|
1936
|
+
readonly type: "string";
|
|
1937
|
+
readonly example: "fix";
|
|
1938
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1939
|
+
};
|
|
1940
|
+
readonly stickiness: {
|
|
1941
|
+
readonly type: "string";
|
|
1942
|
+
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";
|
|
1943
|
+
readonly example: "custom.context.field";
|
|
1944
|
+
};
|
|
1945
|
+
readonly payload: {
|
|
1946
|
+
readonly type: "object";
|
|
1947
|
+
readonly required: readonly ["type", "value"];
|
|
1948
|
+
readonly description: "Extra data configured for this variant";
|
|
1949
|
+
readonly properties: {
|
|
1950
|
+
readonly type: {
|
|
1951
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1952
|
+
readonly type: "string";
|
|
1953
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1954
|
+
};
|
|
1955
|
+
readonly value: {
|
|
1956
|
+
readonly description: "The actual value of payload";
|
|
1957
|
+
readonly type: "string";
|
|
1958
|
+
};
|
|
1959
|
+
};
|
|
1960
|
+
readonly example: {
|
|
1961
|
+
readonly type: "json";
|
|
1962
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1963
|
+
};
|
|
1371
1964
|
};
|
|
1372
1965
|
};
|
|
1966
|
+
readonly components: {};
|
|
1373
1967
|
};
|
|
1374
1968
|
readonly variantSchema: {
|
|
1375
1969
|
readonly $id: "#/components/schemas/variantSchema";
|
|
@@ -1392,7 +1986,8 @@ export declare const healthOverviewSchema: {
|
|
|
1392
1986
|
readonly weightType: {
|
|
1393
1987
|
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";
|
|
1394
1988
|
readonly type: "string";
|
|
1395
|
-
readonly example: "
|
|
1989
|
+
readonly example: "variable";
|
|
1990
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1396
1991
|
};
|
|
1397
1992
|
readonly stickiness: {
|
|
1398
1993
|
readonly type: "string";
|
|
@@ -1403,17 +1998,21 @@ export declare const healthOverviewSchema: {
|
|
|
1403
1998
|
readonly type: "object";
|
|
1404
1999
|
readonly required: readonly ["type", "value"];
|
|
1405
2000
|
readonly description: "Extra data configured for this variant";
|
|
2001
|
+
readonly additionalProperties: false;
|
|
1406
2002
|
readonly properties: {
|
|
1407
2003
|
readonly type: {
|
|
2004
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1408
2005
|
readonly type: "string";
|
|
2006
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1409
2007
|
};
|
|
1410
2008
|
readonly value: {
|
|
2009
|
+
readonly description: "The actual value of payload";
|
|
1411
2010
|
readonly type: "string";
|
|
1412
2011
|
};
|
|
1413
2012
|
};
|
|
1414
2013
|
readonly example: {
|
|
1415
2014
|
readonly type: "json";
|
|
1416
|
-
readonly value: "{color: red}";
|
|
2015
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1417
2016
|
};
|
|
1418
2017
|
};
|
|
1419
2018
|
readonly overrides: {
|
|
@@ -1481,6 +2080,7 @@ export declare const healthOverviewSchema: {
|
|
|
1481
2080
|
readonly parametersSchema: {
|
|
1482
2081
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
1483
2082
|
readonly type: "object";
|
|
2083
|
+
readonly description: "A list of parameters for a strategy";
|
|
1484
2084
|
readonly additionalProperties: {
|
|
1485
2085
|
readonly type: "string";
|
|
1486
2086
|
};
|
|
@@ -1535,11 +2135,18 @@ export declare const healthOverviewSchema: {
|
|
|
1535
2135
|
};
|
|
1536
2136
|
readonly constraints: {
|
|
1537
2137
|
readonly type: "array";
|
|
1538
|
-
readonly description: "A list of the constraints attached to the strategy";
|
|
2138
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
1539
2139
|
readonly items: {
|
|
1540
2140
|
readonly $ref: "#/components/schemas/constraintSchema";
|
|
1541
2141
|
};
|
|
1542
2142
|
};
|
|
2143
|
+
readonly variants: {
|
|
2144
|
+
readonly type: "array";
|
|
2145
|
+
readonly description: "Strategy level variants";
|
|
2146
|
+
readonly items: {
|
|
2147
|
+
readonly $ref: "#/components/schemas/strategyVariantSchema";
|
|
2148
|
+
};
|
|
2149
|
+
};
|
|
1543
2150
|
readonly parameters: {
|
|
1544
2151
|
readonly $ref: "#/components/schemas/parametersSchema";
|
|
1545
2152
|
};
|
|
@@ -1593,14 +2200,119 @@ export declare const healthOverviewSchema: {
|
|
|
1593
2200
|
readonly parametersSchema: {
|
|
1594
2201
|
readonly $id: "#/components/schemas/parametersSchema";
|
|
1595
2202
|
readonly type: "object";
|
|
2203
|
+
readonly description: "A list of parameters for a strategy";
|
|
1596
2204
|
readonly additionalProperties: {
|
|
1597
2205
|
readonly type: "string";
|
|
1598
2206
|
};
|
|
1599
2207
|
readonly components: {};
|
|
1600
2208
|
};
|
|
2209
|
+
readonly strategyVariantSchema: {
|
|
2210
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
2211
|
+
readonly type: "object";
|
|
2212
|
+
readonly additionalProperties: false;
|
|
2213
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
2214
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
2215
|
+
readonly properties: {
|
|
2216
|
+
readonly name: {
|
|
2217
|
+
readonly type: "string";
|
|
2218
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
2219
|
+
readonly example: "blue_group";
|
|
2220
|
+
};
|
|
2221
|
+
readonly weight: {
|
|
2222
|
+
readonly type: "integer";
|
|
2223
|
+
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";
|
|
2224
|
+
readonly minimum: 0;
|
|
2225
|
+
readonly maximum: 1000;
|
|
2226
|
+
};
|
|
2227
|
+
readonly weightType: {
|
|
2228
|
+
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).";
|
|
2229
|
+
readonly type: "string";
|
|
2230
|
+
readonly example: "fix";
|
|
2231
|
+
readonly enum: readonly ["variable", "fix"];
|
|
2232
|
+
};
|
|
2233
|
+
readonly stickiness: {
|
|
2234
|
+
readonly type: "string";
|
|
2235
|
+
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";
|
|
2236
|
+
readonly example: "custom.context.field";
|
|
2237
|
+
};
|
|
2238
|
+
readonly payload: {
|
|
2239
|
+
readonly type: "object";
|
|
2240
|
+
readonly required: readonly ["type", "value"];
|
|
2241
|
+
readonly description: "Extra data configured for this variant";
|
|
2242
|
+
readonly properties: {
|
|
2243
|
+
readonly type: {
|
|
2244
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2245
|
+
readonly type: "string";
|
|
2246
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
2247
|
+
};
|
|
2248
|
+
readonly value: {
|
|
2249
|
+
readonly description: "The actual value of payload";
|
|
2250
|
+
readonly type: "string";
|
|
2251
|
+
};
|
|
2252
|
+
};
|
|
2253
|
+
readonly example: {
|
|
2254
|
+
readonly type: "json";
|
|
2255
|
+
readonly value: "{\"color\": \"red\"}";
|
|
2256
|
+
};
|
|
2257
|
+
};
|
|
2258
|
+
};
|
|
2259
|
+
readonly components: {};
|
|
2260
|
+
};
|
|
1601
2261
|
};
|
|
1602
2262
|
};
|
|
1603
2263
|
};
|
|
2264
|
+
readonly strategyVariantSchema: {
|
|
2265
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
2266
|
+
readonly type: "object";
|
|
2267
|
+
readonly additionalProperties: false;
|
|
2268
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
2269
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
2270
|
+
readonly properties: {
|
|
2271
|
+
readonly name: {
|
|
2272
|
+
readonly type: "string";
|
|
2273
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
2274
|
+
readonly example: "blue_group";
|
|
2275
|
+
};
|
|
2276
|
+
readonly weight: {
|
|
2277
|
+
readonly type: "integer";
|
|
2278
|
+
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";
|
|
2279
|
+
readonly minimum: 0;
|
|
2280
|
+
readonly maximum: 1000;
|
|
2281
|
+
};
|
|
2282
|
+
readonly weightType: {
|
|
2283
|
+
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).";
|
|
2284
|
+
readonly type: "string";
|
|
2285
|
+
readonly example: "fix";
|
|
2286
|
+
readonly enum: readonly ["variable", "fix"];
|
|
2287
|
+
};
|
|
2288
|
+
readonly stickiness: {
|
|
2289
|
+
readonly type: "string";
|
|
2290
|
+
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";
|
|
2291
|
+
readonly example: "custom.context.field";
|
|
2292
|
+
};
|
|
2293
|
+
readonly payload: {
|
|
2294
|
+
readonly type: "object";
|
|
2295
|
+
readonly required: readonly ["type", "value"];
|
|
2296
|
+
readonly description: "Extra data configured for this variant";
|
|
2297
|
+
readonly properties: {
|
|
2298
|
+
readonly type: {
|
|
2299
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2300
|
+
readonly type: "string";
|
|
2301
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
2302
|
+
};
|
|
2303
|
+
readonly value: {
|
|
2304
|
+
readonly description: "The actual value of payload";
|
|
2305
|
+
readonly type: "string";
|
|
2306
|
+
};
|
|
2307
|
+
};
|
|
2308
|
+
readonly example: {
|
|
2309
|
+
readonly type: "json";
|
|
2310
|
+
readonly value: "{\"color\": \"red\"}";
|
|
2311
|
+
};
|
|
2312
|
+
};
|
|
2313
|
+
};
|
|
2314
|
+
readonly components: {};
|
|
2315
|
+
};
|
|
1604
2316
|
readonly variantSchema: {
|
|
1605
2317
|
readonly $id: "#/components/schemas/variantSchema";
|
|
1606
2318
|
readonly type: "object";
|
|
@@ -1622,7 +2334,8 @@ export declare const healthOverviewSchema: {
|
|
|
1622
2334
|
readonly weightType: {
|
|
1623
2335
|
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";
|
|
1624
2336
|
readonly type: "string";
|
|
1625
|
-
readonly example: "
|
|
2337
|
+
readonly example: "variable";
|
|
2338
|
+
readonly enum: readonly ["variable", "fix"];
|
|
1626
2339
|
};
|
|
1627
2340
|
readonly stickiness: {
|
|
1628
2341
|
readonly type: "string";
|
|
@@ -1633,17 +2346,21 @@ export declare const healthOverviewSchema: {
|
|
|
1633
2346
|
readonly type: "object";
|
|
1634
2347
|
readonly required: readonly ["type", "value"];
|
|
1635
2348
|
readonly description: "Extra data configured for this variant";
|
|
2349
|
+
readonly additionalProperties: false;
|
|
1636
2350
|
readonly properties: {
|
|
1637
2351
|
readonly type: {
|
|
2352
|
+
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1638
2353
|
readonly type: "string";
|
|
2354
|
+
readonly enum: readonly ["json", "csv", "string"];
|
|
1639
2355
|
};
|
|
1640
2356
|
readonly value: {
|
|
2357
|
+
readonly description: "The actual value of payload";
|
|
1641
2358
|
readonly type: "string";
|
|
1642
2359
|
};
|
|
1643
2360
|
};
|
|
1644
2361
|
readonly example: {
|
|
1645
2362
|
readonly type: "json";
|
|
1646
|
-
readonly value: "{color: red}";
|
|
2363
|
+
readonly value: "{\"color\": \"red\"}";
|
|
1647
2364
|
};
|
|
1648
2365
|
};
|
|
1649
2366
|
readonly overrides: {
|