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
|
@@ -72,6 +72,13 @@ export declare const releasePlanSchema: {
|
|
|
72
72
|
readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
|
|
73
73
|
readonly nullable: false;
|
|
74
74
|
};
|
|
75
|
+
readonly safeguards: {
|
|
76
|
+
readonly type: "array";
|
|
77
|
+
readonly description: "An array of safeguards configured for this release plan.";
|
|
78
|
+
readonly items: {
|
|
79
|
+
readonly $ref: "#/components/schemas/safeguardSchema";
|
|
80
|
+
};
|
|
81
|
+
};
|
|
75
82
|
};
|
|
76
83
|
readonly components: {
|
|
77
84
|
readonly schemas: {
|
|
@@ -111,8 +118,19 @@ export declare const releasePlanSchema: {
|
|
|
111
118
|
readonly nullable: true;
|
|
112
119
|
};
|
|
113
120
|
readonly transitionCondition: {
|
|
121
|
+
readonly type: "object";
|
|
122
|
+
readonly additionalProperties: false;
|
|
123
|
+
readonly required: readonly ["intervalMinutes"];
|
|
124
|
+
readonly properties: {
|
|
125
|
+
readonly intervalMinutes: {
|
|
126
|
+
readonly type: "integer";
|
|
127
|
+
readonly minimum: 1;
|
|
128
|
+
readonly description: "The interval in minutes before transitioning";
|
|
129
|
+
readonly example: 30;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
114
132
|
readonly description: "The condition configuration for the transition";
|
|
115
|
-
readonly
|
|
133
|
+
readonly nullable: true;
|
|
116
134
|
};
|
|
117
135
|
readonly progressionExecutedAt: {
|
|
118
136
|
readonly type: "string";
|
|
@@ -121,6 +139,13 @@ export declare const releasePlanSchema: {
|
|
|
121
139
|
readonly example: "2024-01-01T00:00:00.000Z";
|
|
122
140
|
readonly nullable: true;
|
|
123
141
|
};
|
|
142
|
+
readonly pausedAt: {
|
|
143
|
+
readonly type: "string";
|
|
144
|
+
readonly format: "date-time";
|
|
145
|
+
readonly description: "The date and time when the milestone was paused.";
|
|
146
|
+
readonly example: "2024-01-01T00:00:00.000Z";
|
|
147
|
+
readonly nullable: true;
|
|
148
|
+
};
|
|
124
149
|
readonly strategies: {
|
|
125
150
|
readonly type: "array";
|
|
126
151
|
readonly description: "A list of strategies that are attached to this milestone.";
|
|
@@ -176,7 +201,7 @@ export declare const releasePlanSchema: {
|
|
|
176
201
|
};
|
|
177
202
|
readonly constraints: {
|
|
178
203
|
readonly type: "array";
|
|
179
|
-
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/
|
|
204
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
|
|
180
205
|
readonly example: readonly [{
|
|
181
206
|
readonly values: readonly ["1", "2"];
|
|
182
207
|
readonly inverted: false;
|
|
@@ -236,7 +261,7 @@ export declare const releasePlanSchema: {
|
|
|
236
261
|
};
|
|
237
262
|
readonly constraints: {
|
|
238
263
|
readonly type: "array";
|
|
239
|
-
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/
|
|
264
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
|
|
240
265
|
readonly example: readonly [{
|
|
241
266
|
readonly values: readonly ["1", "2"];
|
|
242
267
|
readonly inverted: false;
|
|
@@ -278,7 +303,7 @@ export declare const releasePlanSchema: {
|
|
|
278
303
|
readonly constraintSchema: {
|
|
279
304
|
readonly type: "object";
|
|
280
305
|
readonly required: readonly ["contextName", "operator"];
|
|
281
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
306
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
282
307
|
readonly properties: {
|
|
283
308
|
readonly contextName: {
|
|
284
309
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -286,7 +311,7 @@ export declare const releasePlanSchema: {
|
|
|
286
311
|
readonly type: "string";
|
|
287
312
|
};
|
|
288
313
|
readonly operator: {
|
|
289
|
-
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/
|
|
314
|
+
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).";
|
|
290
315
|
readonly type: "string";
|
|
291
316
|
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"];
|
|
292
317
|
readonly example: "IN";
|
|
@@ -341,19 +366,19 @@ export declare const releasePlanSchema: {
|
|
|
341
366
|
};
|
|
342
367
|
readonly weight: {
|
|
343
368
|
readonly type: "integer";
|
|
344
|
-
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/
|
|
369
|
+
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";
|
|
345
370
|
readonly minimum: 0;
|
|
346
371
|
readonly maximum: 1000;
|
|
347
372
|
};
|
|
348
373
|
readonly weightType: {
|
|
349
|
-
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/
|
|
374
|
+
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).";
|
|
350
375
|
readonly type: "string";
|
|
351
376
|
readonly example: "fix";
|
|
352
377
|
readonly enum: readonly ["variable", "fix"];
|
|
353
378
|
};
|
|
354
379
|
readonly stickiness: {
|
|
355
380
|
readonly type: "string";
|
|
356
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
381
|
+
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";
|
|
357
382
|
readonly example: "custom.context.field";
|
|
358
383
|
};
|
|
359
384
|
readonly payload: {
|
|
@@ -394,7 +419,7 @@ export declare const releasePlanSchema: {
|
|
|
394
419
|
readonly constraintSchema: {
|
|
395
420
|
readonly type: "object";
|
|
396
421
|
readonly required: readonly ["contextName", "operator"];
|
|
397
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
422
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
398
423
|
readonly properties: {
|
|
399
424
|
readonly contextName: {
|
|
400
425
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -402,7 +427,7 @@ export declare const releasePlanSchema: {
|
|
|
402
427
|
readonly type: "string";
|
|
403
428
|
};
|
|
404
429
|
readonly operator: {
|
|
405
|
-
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/
|
|
430
|
+
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).";
|
|
406
431
|
readonly type: "string";
|
|
407
432
|
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"];
|
|
408
433
|
readonly example: "IN";
|
|
@@ -448,19 +473,19 @@ export declare const releasePlanSchema: {
|
|
|
448
473
|
};
|
|
449
474
|
readonly weight: {
|
|
450
475
|
readonly type: "integer";
|
|
451
|
-
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/
|
|
476
|
+
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";
|
|
452
477
|
readonly minimum: 0;
|
|
453
478
|
readonly maximum: 1000;
|
|
454
479
|
};
|
|
455
480
|
readonly weightType: {
|
|
456
|
-
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/
|
|
481
|
+
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).";
|
|
457
482
|
readonly type: "string";
|
|
458
483
|
readonly example: "fix";
|
|
459
484
|
readonly enum: readonly ["variable", "fix"];
|
|
460
485
|
};
|
|
461
486
|
readonly stickiness: {
|
|
462
487
|
readonly type: "string";
|
|
463
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
488
|
+
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";
|
|
464
489
|
readonly example: "custom.context.field";
|
|
465
490
|
};
|
|
466
491
|
readonly payload: {
|
|
@@ -519,7 +544,7 @@ export declare const releasePlanSchema: {
|
|
|
519
544
|
};
|
|
520
545
|
readonly constraints: {
|
|
521
546
|
readonly type: "array";
|
|
522
|
-
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/
|
|
547
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
|
|
523
548
|
readonly example: readonly [{
|
|
524
549
|
readonly values: readonly ["1", "2"];
|
|
525
550
|
readonly inverted: false;
|
|
@@ -561,7 +586,7 @@ export declare const releasePlanSchema: {
|
|
|
561
586
|
readonly constraintSchema: {
|
|
562
587
|
readonly type: "object";
|
|
563
588
|
readonly required: readonly ["contextName", "operator"];
|
|
564
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
589
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
565
590
|
readonly properties: {
|
|
566
591
|
readonly contextName: {
|
|
567
592
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -569,7 +594,7 @@ export declare const releasePlanSchema: {
|
|
|
569
594
|
readonly type: "string";
|
|
570
595
|
};
|
|
571
596
|
readonly operator: {
|
|
572
|
-
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/
|
|
597
|
+
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).";
|
|
573
598
|
readonly type: "string";
|
|
574
599
|
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"];
|
|
575
600
|
readonly example: "IN";
|
|
@@ -624,19 +649,19 @@ export declare const releasePlanSchema: {
|
|
|
624
649
|
};
|
|
625
650
|
readonly weight: {
|
|
626
651
|
readonly type: "integer";
|
|
627
|
-
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/
|
|
652
|
+
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";
|
|
628
653
|
readonly minimum: 0;
|
|
629
654
|
readonly maximum: 1000;
|
|
630
655
|
};
|
|
631
656
|
readonly weightType: {
|
|
632
|
-
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/
|
|
657
|
+
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).";
|
|
633
658
|
readonly type: "string";
|
|
634
659
|
readonly example: "fix";
|
|
635
660
|
readonly enum: readonly ["variable", "fix"];
|
|
636
661
|
};
|
|
637
662
|
readonly stickiness: {
|
|
638
663
|
readonly type: "string";
|
|
639
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
664
|
+
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";
|
|
640
665
|
readonly example: "custom.context.field";
|
|
641
666
|
};
|
|
642
667
|
readonly payload: {
|
|
@@ -677,7 +702,7 @@ export declare const releasePlanSchema: {
|
|
|
677
702
|
readonly constraintSchema: {
|
|
678
703
|
readonly type: "object";
|
|
679
704
|
readonly required: readonly ["contextName", "operator"];
|
|
680
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
705
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
681
706
|
readonly properties: {
|
|
682
707
|
readonly contextName: {
|
|
683
708
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -685,7 +710,7 @@ export declare const releasePlanSchema: {
|
|
|
685
710
|
readonly type: "string";
|
|
686
711
|
};
|
|
687
712
|
readonly operator: {
|
|
688
|
-
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/
|
|
713
|
+
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).";
|
|
689
714
|
readonly type: "string";
|
|
690
715
|
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"];
|
|
691
716
|
readonly example: "IN";
|
|
@@ -731,19 +756,19 @@ export declare const releasePlanSchema: {
|
|
|
731
756
|
};
|
|
732
757
|
readonly weight: {
|
|
733
758
|
readonly type: "integer";
|
|
734
|
-
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/
|
|
759
|
+
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";
|
|
735
760
|
readonly minimum: 0;
|
|
736
761
|
readonly maximum: 1000;
|
|
737
762
|
};
|
|
738
763
|
readonly weightType: {
|
|
739
|
-
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/
|
|
764
|
+
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).";
|
|
740
765
|
readonly type: "string";
|
|
741
766
|
readonly example: "fix";
|
|
742
767
|
readonly enum: readonly ["variable", "fix"];
|
|
743
768
|
};
|
|
744
769
|
readonly stickiness: {
|
|
745
770
|
readonly type: "string";
|
|
746
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
771
|
+
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";
|
|
747
772
|
readonly example: "custom.context.field";
|
|
748
773
|
};
|
|
749
774
|
readonly payload: {
|
|
@@ -833,7 +858,7 @@ export declare const releasePlanSchema: {
|
|
|
833
858
|
};
|
|
834
859
|
readonly constraints: {
|
|
835
860
|
readonly type: "array";
|
|
836
|
-
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/
|
|
861
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
|
|
837
862
|
readonly example: readonly [{
|
|
838
863
|
readonly values: readonly ["1", "2"];
|
|
839
864
|
readonly inverted: false;
|
|
@@ -893,7 +918,7 @@ export declare const releasePlanSchema: {
|
|
|
893
918
|
};
|
|
894
919
|
readonly constraints: {
|
|
895
920
|
readonly type: "array";
|
|
896
|
-
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/
|
|
921
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
|
|
897
922
|
readonly example: readonly [{
|
|
898
923
|
readonly values: readonly ["1", "2"];
|
|
899
924
|
readonly inverted: false;
|
|
@@ -935,7 +960,7 @@ export declare const releasePlanSchema: {
|
|
|
935
960
|
readonly constraintSchema: {
|
|
936
961
|
readonly type: "object";
|
|
937
962
|
readonly required: readonly ["contextName", "operator"];
|
|
938
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
963
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
939
964
|
readonly properties: {
|
|
940
965
|
readonly contextName: {
|
|
941
966
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -943,7 +968,7 @@ export declare const releasePlanSchema: {
|
|
|
943
968
|
readonly type: "string";
|
|
944
969
|
};
|
|
945
970
|
readonly operator: {
|
|
946
|
-
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/
|
|
971
|
+
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).";
|
|
947
972
|
readonly type: "string";
|
|
948
973
|
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"];
|
|
949
974
|
readonly example: "IN";
|
|
@@ -998,19 +1023,19 @@ export declare const releasePlanSchema: {
|
|
|
998
1023
|
};
|
|
999
1024
|
readonly weight: {
|
|
1000
1025
|
readonly type: "integer";
|
|
1001
|
-
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/
|
|
1026
|
+
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";
|
|
1002
1027
|
readonly minimum: 0;
|
|
1003
1028
|
readonly maximum: 1000;
|
|
1004
1029
|
};
|
|
1005
1030
|
readonly weightType: {
|
|
1006
|
-
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/
|
|
1031
|
+
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).";
|
|
1007
1032
|
readonly type: "string";
|
|
1008
1033
|
readonly example: "fix";
|
|
1009
1034
|
readonly enum: readonly ["variable", "fix"];
|
|
1010
1035
|
};
|
|
1011
1036
|
readonly stickiness: {
|
|
1012
1037
|
readonly type: "string";
|
|
1013
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
1038
|
+
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";
|
|
1014
1039
|
readonly example: "custom.context.field";
|
|
1015
1040
|
};
|
|
1016
1041
|
readonly payload: {
|
|
@@ -1051,7 +1076,7 @@ export declare const releasePlanSchema: {
|
|
|
1051
1076
|
readonly constraintSchema: {
|
|
1052
1077
|
readonly type: "object";
|
|
1053
1078
|
readonly required: readonly ["contextName", "operator"];
|
|
1054
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
1079
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
1055
1080
|
readonly properties: {
|
|
1056
1081
|
readonly contextName: {
|
|
1057
1082
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -1059,7 +1084,7 @@ export declare const releasePlanSchema: {
|
|
|
1059
1084
|
readonly type: "string";
|
|
1060
1085
|
};
|
|
1061
1086
|
readonly operator: {
|
|
1062
|
-
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/
|
|
1087
|
+
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).";
|
|
1063
1088
|
readonly type: "string";
|
|
1064
1089
|
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"];
|
|
1065
1090
|
readonly example: "IN";
|
|
@@ -1105,19 +1130,19 @@ export declare const releasePlanSchema: {
|
|
|
1105
1130
|
};
|
|
1106
1131
|
readonly weight: {
|
|
1107
1132
|
readonly type: "integer";
|
|
1108
|
-
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/
|
|
1133
|
+
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";
|
|
1109
1134
|
readonly minimum: 0;
|
|
1110
1135
|
readonly maximum: 1000;
|
|
1111
1136
|
};
|
|
1112
1137
|
readonly weightType: {
|
|
1113
|
-
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/
|
|
1138
|
+
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).";
|
|
1114
1139
|
readonly type: "string";
|
|
1115
1140
|
readonly example: "fix";
|
|
1116
1141
|
readonly enum: readonly ["variable", "fix"];
|
|
1117
1142
|
};
|
|
1118
1143
|
readonly stickiness: {
|
|
1119
1144
|
readonly type: "string";
|
|
1120
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
1145
|
+
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";
|
|
1121
1146
|
readonly example: "custom.context.field";
|
|
1122
1147
|
};
|
|
1123
1148
|
readonly payload: {
|
|
@@ -1176,7 +1201,7 @@ export declare const releasePlanSchema: {
|
|
|
1176
1201
|
};
|
|
1177
1202
|
readonly constraints: {
|
|
1178
1203
|
readonly type: "array";
|
|
1179
|
-
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/
|
|
1204
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints";
|
|
1180
1205
|
readonly example: readonly [{
|
|
1181
1206
|
readonly values: readonly ["1", "2"];
|
|
1182
1207
|
readonly inverted: false;
|
|
@@ -1218,7 +1243,7 @@ export declare const releasePlanSchema: {
|
|
|
1218
1243
|
readonly constraintSchema: {
|
|
1219
1244
|
readonly type: "object";
|
|
1220
1245
|
readonly required: readonly ["contextName", "operator"];
|
|
1221
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
1246
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
1222
1247
|
readonly properties: {
|
|
1223
1248
|
readonly contextName: {
|
|
1224
1249
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -1226,7 +1251,7 @@ export declare const releasePlanSchema: {
|
|
|
1226
1251
|
readonly type: "string";
|
|
1227
1252
|
};
|
|
1228
1253
|
readonly operator: {
|
|
1229
|
-
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/
|
|
1254
|
+
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).";
|
|
1230
1255
|
readonly type: "string";
|
|
1231
1256
|
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"];
|
|
1232
1257
|
readonly example: "IN";
|
|
@@ -1281,19 +1306,19 @@ export declare const releasePlanSchema: {
|
|
|
1281
1306
|
};
|
|
1282
1307
|
readonly weight: {
|
|
1283
1308
|
readonly type: "integer";
|
|
1284
|
-
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/
|
|
1309
|
+
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";
|
|
1285
1310
|
readonly minimum: 0;
|
|
1286
1311
|
readonly maximum: 1000;
|
|
1287
1312
|
};
|
|
1288
1313
|
readonly weightType: {
|
|
1289
|
-
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/
|
|
1314
|
+
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).";
|
|
1290
1315
|
readonly type: "string";
|
|
1291
1316
|
readonly example: "fix";
|
|
1292
1317
|
readonly enum: readonly ["variable", "fix"];
|
|
1293
1318
|
};
|
|
1294
1319
|
readonly stickiness: {
|
|
1295
1320
|
readonly type: "string";
|
|
1296
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
1321
|
+
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";
|
|
1297
1322
|
readonly example: "custom.context.field";
|
|
1298
1323
|
};
|
|
1299
1324
|
readonly payload: {
|
|
@@ -1334,7 +1359,7 @@ export declare const releasePlanSchema: {
|
|
|
1334
1359
|
readonly constraintSchema: {
|
|
1335
1360
|
readonly type: "object";
|
|
1336
1361
|
readonly required: readonly ["contextName", "operator"];
|
|
1337
|
-
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/
|
|
1362
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategies#constraints)";
|
|
1338
1363
|
readonly properties: {
|
|
1339
1364
|
readonly contextName: {
|
|
1340
1365
|
readonly description: "The name of the context field that this constraint should apply to.";
|
|
@@ -1342,7 +1367,7 @@ export declare const releasePlanSchema: {
|
|
|
1342
1367
|
readonly type: "string";
|
|
1343
1368
|
};
|
|
1344
1369
|
readonly operator: {
|
|
1345
|
-
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/
|
|
1370
|
+
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).";
|
|
1346
1371
|
readonly type: "string";
|
|
1347
1372
|
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"];
|
|
1348
1373
|
readonly example: "IN";
|
|
@@ -1388,19 +1413,19 @@ export declare const releasePlanSchema: {
|
|
|
1388
1413
|
};
|
|
1389
1414
|
readonly weight: {
|
|
1390
1415
|
readonly type: "integer";
|
|
1391
|
-
readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/
|
|
1416
|
+
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";
|
|
1392
1417
|
readonly minimum: 0;
|
|
1393
1418
|
readonly maximum: 1000;
|
|
1394
1419
|
};
|
|
1395
1420
|
readonly weightType: {
|
|
1396
|
-
readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/
|
|
1421
|
+
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).";
|
|
1397
1422
|
readonly type: "string";
|
|
1398
1423
|
readonly example: "fix";
|
|
1399
1424
|
readonly enum: readonly ["variable", "fix"];
|
|
1400
1425
|
};
|
|
1401
1426
|
readonly stickiness: {
|
|
1402
1427
|
readonly type: "string";
|
|
1403
|
-
readonly description: "The [stickiness](https://docs.getunleash.io/
|
|
1428
|
+
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";
|
|
1404
1429
|
readonly example: "custom.context.field";
|
|
1405
1430
|
};
|
|
1406
1431
|
readonly payload: {
|
|
@@ -1442,8 +1467,218 @@ export declare const releasePlanSchema: {
|
|
|
1442
1467
|
};
|
|
1443
1468
|
readonly components: {};
|
|
1444
1469
|
};
|
|
1470
|
+
readonly safeguardSchema: {
|
|
1471
|
+
readonly $id: "#/components/schemas/safeguardSchema";
|
|
1472
|
+
readonly type: "object";
|
|
1473
|
+
readonly required: readonly ["id", "action", "triggerCondition", "impactMetric"];
|
|
1474
|
+
readonly description: "A safeguard configuration for a release plan.";
|
|
1475
|
+
readonly additionalProperties: false;
|
|
1476
|
+
readonly properties: {
|
|
1477
|
+
readonly id: {
|
|
1478
|
+
readonly type: "string";
|
|
1479
|
+
readonly description: "The unique ULID identifier for this safeguard";
|
|
1480
|
+
readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
|
|
1481
|
+
};
|
|
1482
|
+
readonly action: {
|
|
1483
|
+
readonly type: "object";
|
|
1484
|
+
readonly required: readonly ["type", "id"];
|
|
1485
|
+
readonly additionalProperties: false;
|
|
1486
|
+
readonly description: "The action to take when the safeguard is triggered.";
|
|
1487
|
+
readonly properties: {
|
|
1488
|
+
readonly type: {
|
|
1489
|
+
readonly type: "string";
|
|
1490
|
+
readonly description: "The type of action to perform.";
|
|
1491
|
+
readonly example: "pauseReleasePlanProgressions";
|
|
1492
|
+
};
|
|
1493
|
+
readonly id: {
|
|
1494
|
+
readonly type: "string";
|
|
1495
|
+
readonly description: "The ID of the release plan this safeguard applies to.";
|
|
1496
|
+
readonly example: "01JB9GGTGQYEQ9D40R17T3YVW2";
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1499
|
+
};
|
|
1500
|
+
readonly triggerCondition: {
|
|
1501
|
+
readonly $ref: "#/components/schemas/safeguardTriggerConditionSchema";
|
|
1502
|
+
readonly description: "The condition that triggers the safeguard.";
|
|
1503
|
+
};
|
|
1504
|
+
readonly impactMetric: {
|
|
1505
|
+
readonly type: "object";
|
|
1506
|
+
readonly required: readonly ["id", "metricName", "timeRange", "aggregationMode", "labelSelectors"];
|
|
1507
|
+
readonly additionalProperties: false;
|
|
1508
|
+
readonly properties: {
|
|
1509
|
+
readonly metricName: {
|
|
1510
|
+
readonly type: "string";
|
|
1511
|
+
readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
|
|
1512
|
+
readonly example: "unleash_counter_feature_toggle_usage_total";
|
|
1513
|
+
};
|
|
1514
|
+
readonly timeRange: {
|
|
1515
|
+
readonly type: "string";
|
|
1516
|
+
readonly enum: readonly ["hour", "day", "week", "month"];
|
|
1517
|
+
readonly description: "The time range for the metric data.";
|
|
1518
|
+
readonly example: "day";
|
|
1519
|
+
};
|
|
1520
|
+
readonly aggregationMode: {
|
|
1521
|
+
readonly type: "string";
|
|
1522
|
+
readonly description: "The aggregation mode for the metric data.";
|
|
1523
|
+
readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
|
|
1524
|
+
readonly example: "rps";
|
|
1525
|
+
};
|
|
1526
|
+
readonly labelSelectors: {
|
|
1527
|
+
readonly type: "object";
|
|
1528
|
+
readonly additionalProperties: {
|
|
1529
|
+
readonly type: "array";
|
|
1530
|
+
readonly items: {
|
|
1531
|
+
readonly type: "string";
|
|
1532
|
+
};
|
|
1533
|
+
};
|
|
1534
|
+
readonly description: "The selected labels and their values for filtering the metric data.";
|
|
1535
|
+
readonly example: {
|
|
1536
|
+
readonly environment: readonly ["development"];
|
|
1537
|
+
readonly project: readonly ["default"];
|
|
1538
|
+
};
|
|
1539
|
+
};
|
|
1540
|
+
readonly id: {
|
|
1541
|
+
readonly type: "string";
|
|
1542
|
+
readonly description: "The unique identifier for this impact metric";
|
|
1543
|
+
readonly example: "01JB9GGTGQYEQ9D40R17T3YVW1";
|
|
1544
|
+
};
|
|
1545
|
+
};
|
|
1546
|
+
readonly description: "The metric configuration used to evaluate the safeguard condition.";
|
|
1547
|
+
};
|
|
1548
|
+
};
|
|
1549
|
+
readonly components: {
|
|
1550
|
+
readonly schemas: {
|
|
1551
|
+
readonly metricQuerySchema: {
|
|
1552
|
+
readonly $id: "#/components/schemas/metricQuerySchema";
|
|
1553
|
+
readonly type: "object";
|
|
1554
|
+
readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
|
|
1555
|
+
readonly description: "Common metric query configuration for selecting and filtering metric data.";
|
|
1556
|
+
readonly additionalProperties: false;
|
|
1557
|
+
readonly properties: {
|
|
1558
|
+
readonly metricName: {
|
|
1559
|
+
readonly type: "string";
|
|
1560
|
+
readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
|
|
1561
|
+
readonly example: "unleash_counter_feature_toggle_usage_total";
|
|
1562
|
+
};
|
|
1563
|
+
readonly timeRange: {
|
|
1564
|
+
readonly type: "string";
|
|
1565
|
+
readonly enum: readonly ["hour", "day", "week", "month"];
|
|
1566
|
+
readonly description: "The time range for the metric data.";
|
|
1567
|
+
readonly example: "day";
|
|
1568
|
+
};
|
|
1569
|
+
readonly aggregationMode: {
|
|
1570
|
+
readonly type: "string";
|
|
1571
|
+
readonly description: "The aggregation mode for the metric data.";
|
|
1572
|
+
readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
|
|
1573
|
+
readonly example: "rps";
|
|
1574
|
+
};
|
|
1575
|
+
readonly labelSelectors: {
|
|
1576
|
+
readonly type: "object";
|
|
1577
|
+
readonly additionalProperties: {
|
|
1578
|
+
readonly type: "array";
|
|
1579
|
+
readonly items: {
|
|
1580
|
+
readonly type: "string";
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
readonly description: "The selected labels and their values for filtering the metric data.";
|
|
1584
|
+
readonly example: {
|
|
1585
|
+
readonly environment: readonly ["development"];
|
|
1586
|
+
readonly project: readonly ["default"];
|
|
1587
|
+
};
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
readonly components: {};
|
|
1591
|
+
};
|
|
1592
|
+
readonly safeguardTriggerConditionSchema: {
|
|
1593
|
+
readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
|
|
1594
|
+
readonly type: "object";
|
|
1595
|
+
readonly required: readonly ["operator", "threshold"];
|
|
1596
|
+
readonly additionalProperties: false;
|
|
1597
|
+
readonly description: "The condition that triggers the safeguard.";
|
|
1598
|
+
readonly properties: {
|
|
1599
|
+
readonly operator: {
|
|
1600
|
+
readonly type: "string";
|
|
1601
|
+
readonly enum: readonly [">", "<"];
|
|
1602
|
+
readonly description: "The comparison operator for the threshold check.";
|
|
1603
|
+
readonly example: ">";
|
|
1604
|
+
};
|
|
1605
|
+
readonly threshold: {
|
|
1606
|
+
readonly type: "number";
|
|
1607
|
+
readonly description: "The threshold value to compare against.";
|
|
1608
|
+
readonly example: 100;
|
|
1609
|
+
};
|
|
1610
|
+
};
|
|
1611
|
+
readonly components: {};
|
|
1612
|
+
};
|
|
1613
|
+
};
|
|
1614
|
+
};
|
|
1615
|
+
};
|
|
1616
|
+
readonly metricQuerySchema: {
|
|
1617
|
+
readonly $id: "#/components/schemas/metricQuerySchema";
|
|
1618
|
+
readonly type: "object";
|
|
1619
|
+
readonly required: readonly ["metricName", "timeRange", "aggregationMode", "labelSelectors"];
|
|
1620
|
+
readonly description: "Common metric query configuration for selecting and filtering metric data.";
|
|
1621
|
+
readonly additionalProperties: false;
|
|
1622
|
+
readonly properties: {
|
|
1623
|
+
readonly metricName: {
|
|
1624
|
+
readonly type: "string";
|
|
1625
|
+
readonly description: "The Prometheus metric series to query. It includes both unleash prefix and metric type and display name";
|
|
1626
|
+
readonly example: "unleash_counter_feature_toggle_usage_total";
|
|
1627
|
+
};
|
|
1628
|
+
readonly timeRange: {
|
|
1629
|
+
readonly type: "string";
|
|
1630
|
+
readonly enum: readonly ["hour", "day", "week", "month"];
|
|
1631
|
+
readonly description: "The time range for the metric data.";
|
|
1632
|
+
readonly example: "day";
|
|
1633
|
+
};
|
|
1634
|
+
readonly aggregationMode: {
|
|
1635
|
+
readonly type: "string";
|
|
1636
|
+
readonly description: "The aggregation mode for the metric data.";
|
|
1637
|
+
readonly enum: readonly ["rps", "count", "avg", "sum", "p95", "p99", "p50"];
|
|
1638
|
+
readonly example: "rps";
|
|
1639
|
+
};
|
|
1640
|
+
readonly labelSelectors: {
|
|
1641
|
+
readonly type: "object";
|
|
1642
|
+
readonly additionalProperties: {
|
|
1643
|
+
readonly type: "array";
|
|
1644
|
+
readonly items: {
|
|
1645
|
+
readonly type: "string";
|
|
1646
|
+
};
|
|
1647
|
+
};
|
|
1648
|
+
readonly description: "The selected labels and their values for filtering the metric data.";
|
|
1649
|
+
readonly example: {
|
|
1650
|
+
readonly environment: readonly ["development"];
|
|
1651
|
+
readonly project: readonly ["default"];
|
|
1652
|
+
};
|
|
1653
|
+
};
|
|
1654
|
+
};
|
|
1655
|
+
readonly components: {};
|
|
1656
|
+
};
|
|
1657
|
+
readonly safeguardTriggerConditionSchema: {
|
|
1658
|
+
readonly $id: "#/components/schemas/safeguardTriggerConditionSchema";
|
|
1659
|
+
readonly type: "object";
|
|
1660
|
+
readonly required: readonly ["operator", "threshold"];
|
|
1661
|
+
readonly additionalProperties: false;
|
|
1662
|
+
readonly description: "The condition that triggers the safeguard.";
|
|
1663
|
+
readonly properties: {
|
|
1664
|
+
readonly operator: {
|
|
1665
|
+
readonly type: "string";
|
|
1666
|
+
readonly enum: readonly [">", "<"];
|
|
1667
|
+
readonly description: "The comparison operator for the threshold check.";
|
|
1668
|
+
readonly example: ">";
|
|
1669
|
+
};
|
|
1670
|
+
readonly threshold: {
|
|
1671
|
+
readonly type: "number";
|
|
1672
|
+
readonly description: "The threshold value to compare against.";
|
|
1673
|
+
readonly example: 100;
|
|
1674
|
+
};
|
|
1675
|
+
};
|
|
1676
|
+
readonly components: {};
|
|
1677
|
+
};
|
|
1445
1678
|
};
|
|
1446
1679
|
};
|
|
1447
1680
|
};
|
|
1448
|
-
export type ReleasePlanSchema = FromSchema<typeof releasePlanSchema
|
|
1681
|
+
export type ReleasePlanSchema = FromSchema<typeof releasePlanSchema, {
|
|
1682
|
+
keepDefaultedPropertiesOptional: true;
|
|
1683
|
+
}>;
|
|
1449
1684
|
//# sourceMappingURL=release-plan-schema.d.ts.map
|