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