unleash-server 5.7.2 → 5.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/addons/datadog-definition.js +1 -1
- package/dist/lib/addons/datadog-definition.js.map +1 -1
- package/dist/lib/addons/datadog.test.js +7 -0
- package/dist/lib/addons/datadog.test.js.map +1 -1
- package/dist/lib/addons/feature-event-formatter-md.test.js +16 -0
- package/dist/lib/addons/feature-event-formatter-md.test.js.map +1 -1
- package/dist/lib/addons/slack-app.test.js +2 -0
- package/dist/lib/addons/slack-app.test.js.map +1 -1
- package/dist/lib/addons/slack.test.js +9 -0
- package/dist/lib/addons/slack.test.js.map +1 -1
- package/dist/lib/addons/teams.test.js +6 -0
- package/dist/lib/addons/teams.test.js.map +1 -1
- package/dist/lib/addons/webhook.test.js +5 -0
- package/dist/lib/addons/webhook.test.js.map +1 -1
- package/dist/lib/app.js +4 -3
- package/dist/lib/app.js.map +1 -1
- package/dist/lib/app.test.js +38 -0
- 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 +3 -0
- package/dist/lib/create-config.js.map +1 -1
- package/dist/lib/db/access-store.d.ts.map +1 -1
- package/dist/lib/db/access-store.js +26 -2
- package/dist/lib/db/access-store.js.map +1 -1
- package/dist/lib/db/access-store.test.js +13 -0
- package/dist/lib/db/access-store.test.js.map +1 -1
- package/dist/lib/db/account-store.d.ts.map +1 -1
- package/dist/lib/db/account-store.js +1 -0
- package/dist/lib/db/account-store.js.map +1 -1
- package/dist/lib/db/event-store.d.ts +1 -0
- package/dist/lib/db/event-store.d.ts.map +1 -1
- package/dist/lib/db/event-store.js +3 -0
- package/dist/lib/db/event-store.js.map +1 -1
- package/dist/lib/db/feature-strategy-store.test.js +3 -0
- package/dist/lib/db/feature-strategy-store.test.js.map +1 -1
- package/dist/lib/db/feature-tag-store.d.ts +6 -5
- package/dist/lib/db/feature-tag-store.d.ts.map +1 -1
- package/dist/lib/db/feature-tag-store.js +15 -5
- package/dist/lib/db/feature-tag-store.js.map +1 -1
- package/dist/lib/db/index.d.ts.map +1 -1
- package/dist/lib/db/index.js +3 -1
- package/dist/lib/db/index.js.map +1 -1
- package/dist/lib/db/user-store.d.ts.map +1 -1
- package/dist/lib/db/user-store.js +1 -0
- package/dist/lib/db/user-store.js.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 +1 -0
- package/dist/lib/features/change-request-segment-usage-service/change-request-segment-usage-read-model.test.js.map +1 -1
- package/dist/lib/features/dependent-features/dependent-features-service.d.ts +4 -4
- package/dist/lib/features/dependent-features/dependent-features-service.d.ts.map +1 -1
- package/dist/lib/features/dependent-features/dependent-features-service.js +11 -8
- package/dist/lib/features/dependent-features/dependent-features-service.js.map +1 -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 +1 -1
- package/dist/lib/features/export-import-toggles/export-import-controller.js.map +1 -1
- package/dist/lib/features/export-import-toggles/export-import-service.d.ts +2 -2
- package/dist/lib/features/export-import-toggles/export-import-service.d.ts.map +1 -1
- package/dist/lib/features/export-import-toggles/export-import-service.js +27 -17
- package/dist/lib/features/export-import-toggles/export-import-service.js.map +1 -1
- package/dist/lib/features/export-import-toggles/export-import.e2e.test.js +35 -5
- package/dist/lib/features/export-import-toggles/export-import.e2e.test.js.map +1 -1
- package/dist/lib/features/feature-search/createFeatureSearchService.d.ts.map +1 -1
- package/dist/lib/features/feature-search/createFeatureSearchService.js +6 -6
- package/dist/lib/features/feature-search/createFeatureSearchService.js.map +1 -1
- package/dist/lib/features/feature-search/fake-feature-search-store.d.ts +10 -0
- package/dist/lib/features/feature-search/fake-feature-search-store.d.ts.map +1 -0
- package/dist/lib/features/feature-search/fake-feature-search-store.js +9 -0
- package/dist/lib/features/feature-search/fake-feature-search-store.js.map +1 -0
- package/dist/lib/features/feature-search/feature-search-controller.d.ts.map +1 -1
- package/dist/lib/features/feature-search/feature-search-controller.js +4 -3
- package/dist/lib/features/feature-search/feature-search-controller.js.map +1 -1
- package/dist/lib/features/feature-search/feature-search-service.d.ts +2 -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 +9 -4
- package/dist/lib/features/feature-search/feature-search-service.js.map +1 -1
- package/dist/lib/features/feature-search/feature-search-store-type.d.ts +9 -0
- package/dist/lib/features/feature-search/feature-search-store-type.d.ts.map +1 -0
- package/dist/lib/features/feature-search/feature-search-store-type.js +3 -0
- package/dist/lib/features/feature-search/feature-search-store-type.js.map +1 -0
- package/dist/lib/features/feature-search/feature-search-store.d.ts +24 -0
- package/dist/lib/features/feature-search/feature-search-store.d.ts.map +1 -0
- package/dist/lib/features/feature-search/feature-search-store.js +323 -0
- package/dist/lib/features/feature-search/feature-search-store.js.map +1 -0
- package/dist/lib/features/feature-search/feature.search.e2e.test.js +101 -6
- package/dist/lib/features/feature-search/feature.search.e2e.test.js.map +1 -1
- package/dist/lib/features/feature-toggle/archive-feature-toggle-controller.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/archive-feature-toggle-controller.js +2 -2
- package/dist/lib/features/feature-toggle/archive-feature-toggle-controller.js.map +1 -1
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js +2 -2
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
- package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts +1 -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 +0 -3
- 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 +5 -2
- 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 +3 -0
- package/dist/lib/features/feature-toggle/fakes/fake-feature-toggle-store.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 +7 -7
- package/dist/lib/features/feature-toggle/feature-toggle-controller.js.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +25 -23
- package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-service.js +79 -51
- package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-store.d.ts +10 -3
- package/dist/lib/features/feature-toggle/feature-toggle-store.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-store.js +44 -13
- 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 +0 -5
- 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 +2 -201
- 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.map +1 -1
- package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.js +20 -16
- package/dist/lib/features/feature-toggle/legacy/feature-toggle-legacy-controller.js.map +1 -1
- package/dist/lib/features/feature-toggle/tests/archive-feature-toggles.e2e.test.js +4 -0
- package/dist/lib/features/feature-toggle/tests/archive-feature-toggles.e2e.test.js.map +1 -1
- package/dist/lib/features/feature-toggle/tests/feature-toggle-service.e2e.test.js +24 -23
- 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 +17 -3
- 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 +17 -3
- 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.auth.e2e.test.js +9 -3
- package/dist/lib/features/feature-toggle/tests/feature-toggles.auth.e2e.test.js.map +1 -1
- package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +21 -7
- package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
- package/dist/lib/features/feature-toggle/types/feature-toggle-store-type.d.ts +5 -2
- package/dist/lib/features/feature-toggle/types/feature-toggle-store-type.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/types/feature-toggle-strategies-store-type.d.ts +2 -5
- package/dist/lib/features/feature-toggle/types/feature-toggle-strategies-store-type.d.ts.map +1 -1
- package/dist/lib/features/index.d.ts +1 -0
- package/dist/lib/features/index.d.ts.map +1 -1
- package/dist/lib/features/index.js +1 -0
- package/dist/lib/features/index.js.map +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.d.ts +1 -1
- package/dist/lib/features/maintenance/maintenance-service.d.ts.map +1 -1
- package/dist/lib/features/maintenance/maintenance-service.js +2 -2
- package/dist/lib/features/maintenance/maintenance-service.js.map +1 -1
- package/dist/lib/features/maintenance/maintenance-service.test.js +1 -1
- package/dist/lib/features/maintenance/maintenance-service.test.js.map +1 -1
- package/dist/lib/features/playground/advanced-playground.test.js +0 -1
- package/dist/lib/features/playground/advanced-playground.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 +9 -11
- package/dist/lib/features/playground/playground-service.js.map +1 -1
- package/dist/lib/features/private-project/fakePrivateProjectChecker.d.ts.map +1 -1
- package/dist/lib/features/private-project/fakePrivateProjectChecker.js +2 -1
- package/dist/lib/features/private-project/fakePrivateProjectChecker.js.map +1 -1
- package/dist/lib/features/project/createProjectService.js +2 -2
- package/dist/lib/features/project/createProjectService.js.map +1 -1
- package/dist/lib/features/project-environments/createEnvironmentService.d.ts +6 -0
- package/dist/lib/features/project-environments/createEnvironmentService.d.ts.map +1 -0
- package/dist/lib/features/project-environments/createEnvironmentService.js +60 -0
- package/dist/lib/features/project-environments/createEnvironmentService.js.map +1 -0
- package/dist/lib/{services → features/project-environments}/environment-service.d.ts +6 -6
- package/dist/lib/features/project-environments/environment-service.d.ts.map +1 -0
- package/dist/lib/{services → features/project-environments}/environment-service.js +13 -10
- package/dist/lib/features/project-environments/environment-service.js.map +1 -0
- package/dist/lib/features/project-environments/environment-service.test.d.ts.map +1 -0
- package/dist/{test/e2e/services → lib/features/project-environments}/environment-service.test.js +24 -18
- package/dist/lib/features/project-environments/environment-service.test.js.map +1 -0
- package/dist/lib/{types/stores/environment-store.d.ts → features/project-environments/environment-store-type.d.ts} +3 -3
- package/dist/lib/features/project-environments/environment-store-type.d.ts.map +1 -0
- package/dist/lib/{types/stores/environment-store.js → features/project-environments/environment-store-type.js} +1 -1
- package/dist/lib/features/project-environments/environment-store-type.js.map +1 -0
- package/dist/lib/{db → features/project-environments}/environment-store.d.ts +4 -4
- package/dist/lib/features/project-environments/environment-store.d.ts.map +1 -0
- package/dist/lib/{db → features/project-environments}/environment-store.js +4 -4
- package/dist/lib/features/project-environments/environment-store.js.map +1 -0
- package/dist/lib/{routes/admin-api/project → features/project-environments}/environments.d.ts +5 -5
- package/dist/lib/features/project-environments/environments.d.ts.map +1 -0
- package/dist/lib/features/project-environments/environments.e2e.test.d.ts.map +1 -0
- package/dist/{test/e2e/api/admin/project → lib/features/project-environments}/environments.e2e.test.js +4 -4
- package/dist/lib/features/project-environments/environments.e2e.test.js.map +1 -0
- package/dist/lib/{routes/admin-api/project → features/project-environments}/environments.js +9 -9
- package/dist/lib/features/project-environments/environments.js.map +1 -0
- package/dist/{test/fixtures → lib/features/project-environments}/fake-environment-store.d.ts +2 -2
- package/dist/lib/features/project-environments/fake-environment-store.d.ts.map +1 -0
- package/dist/{test/fixtures → lib/features/project-environments}/fake-environment-store.js +1 -1
- package/dist/lib/features/project-environments/fake-environment-store.js.map +1 -0
- package/dist/lib/features/scheduler/scheduler-service.test.js +1 -1
- package/dist/lib/features/scheduler/scheduler-service.test.js.map +1 -1
- package/dist/lib/features/segment/segment-controller.d.ts +1 -1
- package/dist/lib/features/segment/segment-controller.d.ts.map +1 -1
- package/dist/lib/features/segment/segment-controller.js +1 -1
- package/dist/lib/features/segment/segment-controller.js.map +1 -1
- package/dist/lib/features/tag-type/tag-type-service.d.ts +3 -3
- package/dist/lib/features/tag-type/tag-type-service.d.ts.map +1 -1
- package/dist/lib/features/tag-type/tag-type-service.js +10 -6
- package/dist/lib/features/tag-type/tag-type-service.js.map +1 -1
- package/dist/lib/features/tag-type/tag-type.d.ts.map +1 -1
- package/dist/lib/features/tag-type/tag-type.js +3 -3
- package/dist/lib/features/tag-type/tag-type.js.map +1 -1
- package/dist/lib/middleware/api-token-middleware.d.ts.map +1 -1
- package/dist/lib/middleware/api-token-middleware.js +6 -1
- package/dist/lib/middleware/api-token-middleware.js.map +1 -1
- package/dist/lib/middleware/api-token-middleware.test.js +25 -0
- package/dist/lib/middleware/api-token-middleware.test.js.map +1 -1
- package/dist/lib/middleware/cors-origin-middleware.d.ts.map +1 -1
- package/dist/lib/middleware/cors-origin-middleware.js +5 -1
- package/dist/lib/middleware/cors-origin-middleware.js.map +1 -1
- package/dist/lib/middleware/cors-origin-middleware.test.js +7 -6
- package/dist/lib/middleware/cors-origin-middleware.test.js.map +1 -1
- package/dist/lib/middleware/secure-headers.d.ts.map +1 -1
- package/dist/lib/middleware/secure-headers.js +49 -1
- package/dist/lib/middleware/secure-headers.js.map +1 -1
- package/dist/lib/openapi/index.d.ts.map +1 -1
- package/dist/lib/openapi/index.js +6 -3
- package/dist/lib/openapi/index.js.map +1 -1
- package/dist/lib/openapi/spec/create-user-response-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/create-user-response-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.d.ts +2563 -0
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.js +143 -0
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.js.map +1 -0
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.test.d.ts +2 -0
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.test.d.ts.map +1 -0
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.test.js +17 -0
- package/dist/lib/openapi/spec/deprecated-project-overview-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/event-schema.d.ts +7 -1
- package/dist/lib/openapi/spec/event-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/event-schema.js +6 -0
- package/dist/lib/openapi/spec/event-schema.js.map +1 -1
- package/dist/lib/openapi/spec/events-schema.d.ts +7 -1
- package/dist/lib/openapi/spec/events-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/export-query-schema.d.ts +22 -3
- package/dist/lib/openapi/spec/export-query-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/export-query-schema.js +14 -3
- package/dist/lib/openapi/spec/export-query-schema.js.map +1 -1
- package/dist/lib/openapi/spec/export-result-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-events-schema.d.ts +7 -1
- package/dist/lib/openapi/spec/feature-events-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts +15 -6
- package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.js +16 -6
- package/dist/lib/openapi/spec/feature-search-query-parameters.js.map +1 -1
- package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +1016 -0
- package/dist/lib/openapi/spec/feature-search-response-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/feature-search-response-schema.js +177 -0
- package/dist/lib/openapi/spec/feature-search-response-schema.js.map +1 -0
- package/dist/lib/openapi/spec/feature-tag-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/feature-tag-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-tag-schema.js +6 -0
- package/dist/lib/openapi/spec/feature-tag-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-type-count-schema.d.ts +25 -0
- package/dist/lib/openapi/spec/feature-type-count-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/feature-type-count-schema.js +26 -0
- package/dist/lib/openapi/spec/feature-type-count-schema.js.map +1 -0
- package/dist/lib/openapi/spec/feature-type-count-schema.test.d.ts +2 -0
- package/dist/lib/openapi/spec/feature-type-count-schema.test.d.ts.map +1 -0
- package/dist/lib/openapi/spec/feature-type-count-schema.test.js +12 -0
- package/dist/lib/openapi/spec/feature-type-count-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/group-schema.d.ts +2 -0
- package/dist/lib/openapi/spec/group-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/group-user-model-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/group-user-model-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/groups-schema.d.ts +4 -0
- package/dist/lib/openapi/spec/groups-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/import-toggles-schema.d.ts +12 -0
- package/dist/lib/openapi/spec/import-toggles-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/index.d.ts +3 -0
- package/dist/lib/openapi/spec/index.d.ts.map +1 -1
- package/dist/lib/openapi/spec/index.js +3 -0
- package/dist/lib/openapi/spec/index.js.map +1 -1
- package/dist/lib/openapi/spec/me-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/me-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/project-overview-schema.d.ts +26 -4
- package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/project-overview-schema.js +6 -4
- package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
- package/dist/lib/openapi/spec/project-overview-schema.test.js +7 -1
- package/dist/lib/openapi/spec/project-overview-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/public-signup-token-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/public-signup-token-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts +2 -0
- package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/search-events-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/search-features-schema.d.ts +12 -4
- package/dist/lib/openapi/spec/search-features-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/search-features-schema.js +4 -4
- package/dist/lib/openapi/spec/search-features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/{admin-strategies-schema.d.ts → segment-strategies-schema.d.ts} +37 -1
- package/dist/lib/openapi/spec/segment-strategies-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/{admin-strategies-schema.js → segment-strategies-schema.js} +42 -1
- package/dist/lib/openapi/spec/segment-strategies-schema.js.map +1 -0
- package/dist/lib/openapi/spec/segment-strategies-schema.test.d.ts +2 -0
- package/dist/lib/openapi/spec/segment-strategies-schema.test.d.ts.map +1 -0
- package/dist/lib/openapi/spec/{admin-strategies-schema.test.js → segment-strategies-schema.test.js} +1 -1
- package/dist/lib/openapi/spec/segment-strategies-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/state-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/state-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/ui-config-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/ui-config-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/ui-config-schema.js +5 -0
- package/dist/lib/openapi/spec/ui-config-schema.js.map +1 -1
- package/dist/lib/openapi/spec/user-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/user-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/user-schema.js +1 -0
- package/dist/lib/openapi/spec/user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +4 -0
- package/dist/lib/openapi/spec/users-groups-base-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/users-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/users-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/users-search-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/users-search-schema.d.ts.map +1 -1
- package/dist/lib/openapi/util/create-request-schema.d.ts.map +1 -1
- package/dist/lib/openapi/util/create-request-schema.js +3 -1
- package/dist/lib/openapi/util/create-request-schema.js.map +1 -1
- package/dist/lib/openapi/util/create-response-schema.d.ts.map +1 -1
- package/dist/lib/openapi/util/create-response-schema.js +6 -2
- package/dist/lib/openapi/util/create-response-schema.js.map +1 -1
- package/dist/lib/routes/admin-api/addon.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/addon.js +3 -3
- package/dist/lib/routes/admin-api/addon.js.map +1 -1
- package/dist/lib/routes/admin-api/api-token.d.ts.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/config.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/config.js +2 -1
- package/dist/lib/routes/admin-api/config.js.map +1 -1
- package/dist/lib/routes/admin-api/context.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/context.js +3 -3
- package/dist/lib/routes/admin-api/context.js.map +1 -1
- package/dist/lib/routes/admin-api/events.test.js +13 -5
- package/dist/lib/routes/admin-api/events.test.js.map +1 -1
- package/dist/lib/routes/admin-api/index.js +2 -2
- package/dist/lib/routes/admin-api/index.js.map +1 -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 +1 -1
- package/dist/lib/routes/admin-api/project/api-token.js.map +1 -1
- package/dist/lib/routes/admin-api/project/{index.d.ts → project-api.d.ts} +4 -2
- package/dist/lib/routes/admin-api/project/project-api.d.ts.map +1 -0
- package/dist/lib/routes/admin-api/project/{index.js → project-api.js} +29 -3
- package/dist/lib/routes/admin-api/project/project-api.js.map +1 -0
- package/dist/lib/routes/admin-api/project/project-archive.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/project/project-archive.js +2 -2
- package/dist/lib/routes/admin-api/project/project-archive.js.map +1 -1
- package/dist/lib/routes/admin-api/project/variants.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/project/variants.js +1 -1
- package/dist/lib/routes/admin-api/project/variants.js.map +1 -1
- package/dist/lib/routes/admin-api/public-signup.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/public-signup.js +2 -2
- package/dist/lib/routes/admin-api/public-signup.js.map +1 -1
- package/dist/lib/routes/admin-api/state.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/state.js +1 -0
- package/dist/lib/routes/admin-api/state.js.map +1 -1
- package/dist/lib/routes/admin-api/strategy.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/strategy.js +5 -5
- package/dist/lib/routes/admin-api/strategy.js.map +1 -1
- package/dist/lib/routes/admin-api/tag.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/tag.js +2 -2
- package/dist/lib/routes/admin-api/tag.js.map +1 -1
- package/dist/lib/routes/client-api/metrics.test.js +2 -0
- package/dist/lib/routes/client-api/metrics.test.js.map +1 -1
- package/dist/lib/routes/edge-api/index.d.ts +1 -0
- package/dist/lib/routes/edge-api/index.d.ts.map +1 -1
- package/dist/lib/routes/edge-api/index.js +25 -13
- package/dist/lib/routes/edge-api/index.js.map +1 -1
- package/dist/lib/routes/proxy-api/index.js +1 -1
- package/dist/lib/routes/proxy-api/index.js.map +1 -1
- package/dist/lib/schema/feature-schema.d.ts.map +1 -1
- package/dist/lib/schema/feature-schema.js +2 -0
- package/dist/lib/schema/feature-schema.js.map +1 -1
- package/dist/lib/server-impl.d.ts.map +1 -1
- package/dist/lib/server-impl.js +1 -0
- package/dist/lib/server-impl.js.map +1 -1
- package/dist/lib/services/access-service.d.ts +3 -1
- package/dist/lib/services/access-service.d.ts.map +1 -1
- package/dist/lib/services/access-service.js +8 -2
- package/dist/lib/services/access-service.js.map +1 -1
- package/dist/lib/services/access-service.test.js +12 -2
- package/dist/lib/services/access-service.test.js.map +1 -1
- package/dist/lib/services/addon-service.d.ts +3 -3
- package/dist/lib/services/addon-service.d.ts.map +1 -1
- package/dist/lib/services/addon-service.js +8 -4
- package/dist/lib/services/addon-service.js.map +1 -1
- package/dist/lib/services/addon-service.test.js +64 -43
- package/dist/lib/services/addon-service.test.js.map +1 -1
- package/dist/lib/services/api-token-service.d.ts +4 -4
- package/dist/lib/services/api-token-service.d.ts.map +1 -1
- package/dist/lib/services/api-token-service.js +12 -9
- package/dist/lib/services/api-token-service.js.map +1 -1
- package/dist/lib/services/api-token-service.test.js +5 -6
- package/dist/lib/services/api-token-service.test.js.map +1 -1
- package/dist/lib/services/client-metrics/instance-service.d.ts +2 -1
- package/dist/lib/services/client-metrics/instance-service.d.ts.map +1 -1
- package/dist/lib/services/client-metrics/instance-service.js +15 -17
- package/dist/lib/services/client-metrics/instance-service.js.map +1 -1
- package/dist/lib/services/client-metrics/last-seen/last-seen-store.d.ts +0 -5
- package/dist/lib/services/client-metrics/last-seen/last-seen-store.d.ts.map +1 -1
- package/dist/lib/services/client-metrics/last-seen/last-seen-store.js.map +1 -1
- package/dist/lib/services/client-metrics/last-seen/tests/last-seen-service.e2e.test.js +2 -2
- package/dist/lib/services/client-metrics/last-seen/tests/last-seen-service.e2e.test.js.map +1 -1
- package/dist/lib/services/context-service.d.ts +3 -3
- package/dist/lib/services/context-service.d.ts.map +1 -1
- package/dist/lib/services/context-service.js +14 -13
- package/dist/lib/services/context-service.js.map +1 -1
- package/dist/lib/services/email-service.d.ts +10 -3
- package/dist/lib/services/email-service.d.ts.map +1 -1
- package/dist/lib/services/email-service.js +98 -2
- package/dist/lib/services/email-service.js.map +1 -1
- package/dist/lib/services/email-service.test.js +41 -29
- package/dist/lib/services/email-service.test.js.map +1 -1
- package/dist/lib/services/favorites-service.d.ts.map +1 -1
- package/dist/lib/services/favorites-service.js +4 -0
- package/dist/lib/services/favorites-service.js.map +1 -1
- package/dist/lib/services/feature-tag-service.d.ts +4 -4
- package/dist/lib/services/feature-tag-service.d.ts.map +1 -1
- package/dist/lib/services/feature-tag-service.js +13 -7
- package/dist/lib/services/feature-tag-service.js.map +1 -1
- package/dist/lib/services/feature-type-service.d.ts.map +1 -1
- package/dist/lib/services/feature-type-service.js +1 -0
- package/dist/lib/services/feature-type-service.js.map +1 -1
- package/dist/lib/services/group-service.d.ts +4 -4
- package/dist/lib/services/group-service.d.ts.map +1 -1
- package/dist/lib/services/group-service.js +23 -18
- package/dist/lib/services/group-service.js.map +1 -1
- package/dist/lib/services/index.d.ts +1 -1
- package/dist/lib/services/index.d.ts.map +1 -1
- package/dist/lib/services/index.js +7 -3
- package/dist/lib/services/index.js.map +1 -1
- package/dist/lib/services/pat-service.d.ts.map +1 -1
- package/dist/lib/services/pat-service.js +2 -0
- package/dist/lib/services/pat-service.js.map +1 -1
- package/dist/lib/services/project-health-service.js +1 -1
- package/dist/lib/services/project-health-service.js.map +1 -1
- package/dist/lib/services/project-service.d.ts +13 -12
- package/dist/lib/services/project-service.d.ts.map +1 -1
- package/dist/lib/services/project-service.js +81 -23
- package/dist/lib/services/project-service.js.map +1 -1
- package/dist/lib/services/proxy-service.d.ts +1 -1
- package/dist/lib/services/proxy-service.d.ts.map +1 -1
- package/dist/lib/services/proxy-service.js +2 -2
- package/dist/lib/services/proxy-service.js.map +1 -1
- package/dist/lib/services/public-signup-token-service.d.ts +2 -2
- package/dist/lib/services/public-signup-token-service.d.ts.map +1 -1
- package/dist/lib/services/public-signup-token-service.js +7 -3
- package/dist/lib/services/public-signup-token-service.js.map +1 -1
- package/dist/lib/services/segment-service.d.ts +1 -1
- package/dist/lib/services/segment-service.d.ts.map +1 -1
- package/dist/lib/services/segment-service.js +15 -14
- package/dist/lib/services/segment-service.js.map +1 -1
- package/dist/lib/services/setting-service.d.ts +2 -2
- package/dist/lib/services/setting-service.d.ts.map +1 -1
- package/dist/lib/services/setting-service.js +5 -2
- package/dist/lib/services/setting-service.js.map +1 -1
- package/dist/lib/services/state-service.d.ts +16 -11
- package/dist/lib/services/state-service.d.ts.map +1 -1
- package/dist/lib/services/state-service.js +46 -18
- package/dist/lib/services/state-service.js.map +1 -1
- package/dist/lib/services/state-service.test.js +75 -21
- package/dist/lib/services/state-service.test.js.map +1 -1
- package/dist/lib/services/strategy-service.d.ts +5 -5
- package/dist/lib/services/strategy-service.d.ts.map +1 -1
- package/dist/lib/services/strategy-service.js +11 -6
- package/dist/lib/services/strategy-service.js.map +1 -1
- package/dist/lib/services/tag-service.d.ts +2 -2
- package/dist/lib/services/tag-service.d.ts.map +1 -1
- package/dist/lib/services/tag-service.js +4 -2
- package/dist/lib/services/tag-service.js.map +1 -1
- package/dist/lib/services/user-service.d.ts.map +1 -1
- package/dist/lib/services/user-service.js +3 -0
- package/dist/lib/services/user-service.js.map +1 -1
- package/dist/lib/services/user-service.test.js +12 -12
- package/dist/lib/services/user-service.test.js.map +1 -1
- package/dist/lib/services/version-service.test.js +8 -2
- package/dist/lib/services/version-service.test.js.map +1 -1
- package/dist/lib/types/core.d.ts +3 -1
- package/dist/lib/types/core.d.ts.map +1 -1
- package/dist/lib/types/core.js +11 -0
- package/dist/lib/types/core.js.map +1 -1
- package/dist/lib/types/events.d.ts +51 -2
- package/dist/lib/types/events.d.ts.map +1 -1
- package/dist/lib/types/events.js +59 -42
- 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 +9 -1
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/lib/types/model.d.ts +30 -2
- package/dist/lib/types/model.d.ts.map +1 -1
- package/dist/lib/types/model.js.map +1 -1
- package/dist/lib/types/option.d.ts +2 -0
- package/dist/lib/types/option.d.ts.map +1 -1
- package/dist/lib/types/services.d.ts +2 -1
- package/dist/lib/types/services.d.ts.map +1 -1
- package/dist/lib/types/stores/client-applications-store.d.ts +1 -0
- package/dist/lib/types/stores/client-applications-store.d.ts.map +1 -1
- package/dist/lib/types/stores/feature-tag-store.d.ts +7 -3
- package/dist/lib/types/stores/feature-tag-store.d.ts.map +1 -1
- package/dist/lib/types/stores.d.ts +4 -2
- package/dist/lib/types/stores.d.ts.map +1 -1
- package/dist/lib/util/extract-user.d.ts +5 -0
- package/dist/lib/util/extract-user.d.ts.map +1 -1
- package/dist/lib/util/extract-user.js +8 -1
- package/dist/lib/util/extract-user.js.map +1 -1
- package/dist/mailtemplates/scheduled-change-conflict/scheduled-change-conflict.html.mustache +527 -0
- package/dist/mailtemplates/scheduled-change-conflict/scheduled-change-conflict.plain.mustache +9 -0
- package/dist/mailtemplates/scheduled-execution-failed/scheduled-execution-failed.html.mustache +522 -0
- package/dist/mailtemplates/scheduled-execution-failed/scheduled-execution-failed.plain.mustache +6 -0
- package/dist/migrations/20231211121444-features-created-by.d.ts +3 -0
- package/dist/migrations/20231211121444-features-created-by.d.ts.map +1 -0
- package/dist/migrations/20231211121444-features-created-by.js +12 -0
- package/dist/migrations/20231211121444-features-created-by.js.map +1 -0
- package/dist/migrations/20231211122322-feature-types-created-by.d.ts +3 -0
- package/dist/migrations/20231211122322-feature-types-created-by.d.ts.map +1 -0
- package/dist/migrations/20231211122322-feature-types-created-by.js +12 -0
- package/dist/migrations/20231211122322-feature-types-created-by.js.map +1 -0
- package/dist/migrations/20231211122351-feature-tag-created-by.d.ts +3 -0
- package/dist/migrations/20231211122351-feature-tag-created-by.d.ts.map +1 -0
- package/dist/migrations/20231211122351-feature-tag-created-by.js +12 -0
- package/dist/migrations/20231211122351-feature-tag-created-by.js.map +1 -0
- package/dist/migrations/20231211122426-feature-strategies-created-by.d.ts +3 -0
- package/dist/migrations/20231211122426-feature-strategies-created-by.d.ts.map +1 -0
- package/dist/migrations/20231211122426-feature-strategies-created-by.js +12 -0
- package/dist/migrations/20231211122426-feature-strategies-created-by.js.map +1 -0
- package/dist/migrations/20231211132341-add-created-by-to-role-permission.d.ts +3 -0
- package/dist/migrations/20231211132341-add-created-by-to-role-permission.d.ts.map +1 -0
- package/dist/migrations/20231211132341-add-created-by-to-role-permission.js +8 -0
- package/dist/migrations/20231211132341-add-created-by-to-role-permission.js.map +1 -0
- package/dist/migrations/20231211133008-add-created-by-to-role-user.d.ts +3 -0
- package/dist/migrations/20231211133008-add-created-by-to-role-user.d.ts.map +1 -0
- package/dist/migrations/20231211133008-add-created-by-to-role-user.js +8 -0
- package/dist/migrations/20231211133008-add-created-by-to-role-user.js.map +1 -0
- package/dist/migrations/20231211133920-add-created-by-to-roles.d.ts +3 -0
- package/dist/migrations/20231211133920-add-created-by-to-roles.d.ts.map +1 -0
- package/dist/migrations/20231211133920-add-created-by-to-roles.js +8 -0
- package/dist/migrations/20231211133920-add-created-by-to-roles.js.map +1 -0
- package/dist/migrations/20231211134130-add-created-by-to-users.d.ts +3 -0
- package/dist/migrations/20231211134130-add-created-by-to-users.d.ts.map +1 -0
- package/dist/migrations/20231211134130-add-created-by-to-users.js +8 -0
- package/dist/migrations/20231211134130-add-created-by-to-users.js.map +1 -0
- package/dist/migrations/20231211134633-add-created-by-to-apitokens.d.ts +3 -0
- package/dist/migrations/20231211134633-add-created-by-to-apitokens.d.ts.map +1 -0
- package/dist/migrations/20231211134633-add-created-by-to-apitokens.js +8 -0
- package/dist/migrations/20231211134633-add-created-by-to-apitokens.js.map +1 -0
- package/dist/migrations/20231212094044-event-created-by-user-id.d.ts +3 -0
- package/dist/migrations/20231212094044-event-created-by-user-id.d.ts.map +1 -0
- package/dist/migrations/20231212094044-event-created-by-user-id.js +14 -0
- package/dist/migrations/20231212094044-event-created-by-user-id.js.map +1 -0
- package/dist/migrations/20231213111906-add-reason-to-change-request-schedule.d.ts +3 -0
- package/dist/migrations/20231213111906-add-reason-to-change-request-schedule.d.ts.map +1 -0
- package/dist/migrations/20231213111906-add-reason-to-change-request-schedule.js +8 -0
- package/dist/migrations/20231213111906-add-reason-to-change-request-schedule.js.map +1 -0
- package/dist/migrations/20231215105713-incoming-webhooks.d.ts +3 -0
- package/dist/migrations/20231215105713-incoming-webhooks.d.ts.map +1 -0
- package/dist/migrations/20231215105713-incoming-webhooks.js +34 -0
- package/dist/migrations/20231215105713-incoming-webhooks.js.map +1 -0
- package/dist/migrations/20231218165612-inc-webhook-tokens-rename-secret-to-token.d.ts +3 -0
- package/dist/migrations/20231218165612-inc-webhook-tokens-rename-secret-to-token.d.ts.map +1 -0
- package/dist/migrations/20231218165612-inc-webhook-tokens-rename-secret-to-token.js +12 -0
- package/dist/migrations/20231218165612-inc-webhook-tokens-rename-secret-to-token.js.map +1 -0
- package/dist/migrations/20231219100343-rename-new-columns-to-created-by-user-id.d.ts +3 -0
- package/dist/migrations/20231219100343-rename-new-columns-to-created-by-user-id.d.ts.map +1 -0
- package/dist/migrations/20231219100343-rename-new-columns-to-created-by-user-id.js +28 -0
- package/dist/migrations/20231219100343-rename-new-columns-to-created-by-user-id.js.map +1 -0
- package/dist/migrations/20231221143955-feedback-table.d.ts +3 -0
- package/dist/migrations/20231221143955-feedback-table.d.ts.map +1 -0
- package/dist/migrations/20231221143955-feedback-table.js +21 -0
- package/dist/migrations/20231221143955-feedback-table.js.map +1 -0
- package/dist/migrations/20231222071533-unleash-system-user.d.ts +3 -0
- package/dist/migrations/20231222071533-unleash-system-user.d.ts.map +1 -0
- package/dist/migrations/20231222071533-unleash-system-user.js +17 -0
- package/dist/migrations/20231222071533-unleash-system-user.js.map +1 -0
- package/dist/migrations/20240102142100-incoming-webhooks-created-by.d.ts +3 -0
- package/dist/migrations/20240102142100-incoming-webhooks-created-by.d.ts.map +1 -0
- package/dist/migrations/20240102142100-incoming-webhooks-created-by.js +11 -0
- package/dist/migrations/20240102142100-incoming-webhooks-created-by.js.map +1 -0
- package/dist/migrations/20240102205517-observable-events.d.ts +3 -0
- package/dist/migrations/20240102205517-observable-events.d.ts.map +1 -0
- package/dist/migrations/20240102205517-observable-events.js +27 -0
- package/dist/migrations/20240102205517-observable-events.js.map +1 -0
- package/dist/server-dev.js +20 -13
- package/dist/server-dev.js.map +1 -1
- package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js +1 -0
- package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/config.e2e.test.js +1 -1
- package/dist/test/e2e/api/admin/config.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/context.e2e.test.js +1 -1
- package/dist/test/e2e/api/admin/context.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/environment.test.js +1 -1
- package/dist/test/e2e/api/admin/environment.test.js.map +1 -1
- package/dist/test/e2e/api/admin/event.e2e.test.js +5 -0
- package/dist/test/e2e/api/admin/event.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/instance-admin.e2e.test.js +12 -3
- package/dist/test/e2e/api/admin/instance-admin.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/metrics.e2e.test.js +1 -1
- package/dist/test/e2e/api/admin/metrics.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/projects.e2e.test.js +17 -0
- package/dist/test/e2e/api/admin/project/projects.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/variants.e2e.test.js +22 -1
- package/dist/test/e2e/api/admin/project/variants.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/state.e2e.test.js +25 -13
- package/dist/test/e2e/api/admin/state.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js +1 -1
- package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js +1 -1
- package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/feature.e2e.test.js +12 -11
- package/dist/test/e2e/api/client/feature.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/feature.env.disabled.e2e.test.js +3 -2
- package/dist/test/e2e/api/client/feature.env.disabled.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js +10 -10
- 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 +7 -5
- package/dist/test/e2e/api/client/feature.token.access.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/metricsV2.e2e.test.js +3 -2
- package/dist/test/e2e/api/client/metricsV2.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/openapi/openapi.e2e.test.js +2 -1
- package/dist/test/e2e/api/openapi/openapi.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/proxy/proxy.e2e.test.d.ts.map +1 -1
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js +4 -3
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js.map +1 -1
- package/dist/test/e2e/dedupe-permissions.e2e.test.js +4 -3
- package/dist/test/e2e/dedupe-permissions.e2e.test.js.map +1 -1
- package/dist/test/e2e/favor-permission-name-over-id.e2e.test.js +4 -3
- package/dist/test/e2e/favor-permission-name-over-id.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/access-service.e2e.test.js +9 -4
- package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/addon-service.e2e.test.js +4 -3
- 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/group-service.e2e.test.js +3 -3
- package/dist/test/e2e/services/group-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/playground-service.test.d.ts.map +1 -1
- package/dist/test/e2e/services/playground-service.test.js +1 -0
- package/dist/test/e2e/services/playground-service.test.js.map +1 -1
- package/dist/test/e2e/services/project-health-service.e2e.test.js +9 -0
- package/dist/test/e2e/services/project-health-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/project-service.e2e.test.js +62 -44
- package/dist/test/e2e/services/project-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/reset-token-service.e2e.test.js +1 -1
- package/dist/test/e2e/services/reset-token-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/setting-service.test.js +9 -8
- package/dist/test/e2e/services/setting-service.test.js.map +1 -1
- package/dist/test/e2e/services/state-service.e2e.test.js +5 -0
- package/dist/test/e2e/services/state-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/user-service.e2e.test.js +2 -2
- package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/stores/event-store.e2e.test.js +11 -0
- package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
- package/dist/test/e2e/stores/feature-environment-store.e2e.test.js +8 -2
- package/dist/test/e2e/stores/feature-environment-store.e2e.test.js.map +1 -1
- package/dist/test/e2e/stores/feature-tag-store.e2e.test.js +24 -9
- package/dist/test/e2e/stores/feature-tag-store.e2e.test.js.map +1 -1
- package/dist/test/e2e/system-user-migration.test.d.ts +2 -0
- package/dist/test/e2e/system-user-migration.test.d.ts.map +1 -0
- package/dist/test/e2e/system-user-migration.test.js +65 -0
- package/dist/test/e2e/system-user-migration.test.js.map +1 -0
- 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 +3 -2
- package/dist/test/fixtures/fake-feature-tag-store.js.map +1 -1
- package/dist/test/fixtures/store.d.ts.map +1 -1
- package/dist/test/fixtures/store.js +3 -1
- package/dist/test/fixtures/store.js.map +1 -1
- package/frontend/build/index.html +2 -3
- package/frontend/build/static/AdvancedPlayground-iXZHz_Rq.js +13 -0
- package/frontend/build/static/CreateProject-BbtWHPl8.js +4 -0
- package/frontend/build/static/FeatureArchiveDialog-D_tZ06Sa.js +7 -0
- package/frontend/build/static/{FeatureMetricsChart-d6700d04.js → FeatureMetricsChart-SiwdLhRh.js} +2 -2
- package/frontend/build/static/FeatureViewLazyExport-baWLSkEu.js +25 -0
- package/frontend/build/static/LazyAdminExport-ckQgco28.js +44 -0
- package/frontend/build/static/LazyProjectExport-R4jiFkLZ.js +25 -0
- package/frontend/build/static/{NetworkOverview-f1b8bc51.js → NetworkOverview-StnrlVkY.js} +53 -47
- package/frontend/build/static/NetworkTraffic-V87e4GGP.js +1 -0
- package/frontend/build/static/{ReactJSONEditor-cee5845e.js → ReactJSONEditor-Ybg5ijJk.js} +66 -66
- package/frontend/build/static/RoleCell-3lnoYolp.js +1 -0
- package/frontend/build/static/StrategyItemContainer-wRkYMo4g.js +1 -0
- package/frontend/build/static/chartjs-adapter-date-fns.esm-kkU_hxq-.js +23 -0
- package/frontend/build/static/{flowchart-elk-definition-170a3958-176ecefe.js → flowchart-elk-definition-170a3958-vkzW0gdf.js} +3 -3
- package/frontend/build/static/index-ORDXjnpF.js +501 -0
- package/frontend/build/static/{is_dark-bdf64838.js → is_dark-zSU9-MOM.js} +1 -1
- package/frontend/build/static/{mindmap-definition-44684416-6e91e0f5.js → mindmap-definition-44684416-2v9fPc7w.js} +2 -2
- package/frontend/build/static/not_operator_selected-Iyxw0Fyz.svg +5 -0
- package/frontend/build/static/not_operator_unselected-vtd9BSk1.svg +3 -0
- package/frontend/build/static/{timeline-definition-8e5a9bc6-d88c2258.js → timeline-definition-8e5a9bc6-RDFfY8I3.js} +1 -1
- package/frontend/build/static/{unknownify-708e56b5.js → unknownify-vwm75Pg9.js} +1 -1
- package/frontend/build/static/unleashHoliday-kBBu-_tQ.svg +33 -0
- package/frontend/build/static/unleashHolidayDark-fbGH80iu.svg +33 -0
- package/frontend/build/static/{useApiTokens-4c5c213b.js → useApiTokens-T6gzMZPt.js} +1 -1
- package/frontend/build/static/useProjectForm-o3r31UMh.js +1 -0
- package/frontend/package.json +21 -15
- package/package.json +5 -5
- package/dist/lib/db/environment-store.d.ts.map +0 -1
- package/dist/lib/db/environment-store.js.map +0 -1
- package/dist/lib/openapi/spec/admin-strategies-schema.d.ts.map +0 -1
- package/dist/lib/openapi/spec/admin-strategies-schema.js.map +0 -1
- package/dist/lib/openapi/spec/admin-strategies-schema.test.d.ts +0 -2
- package/dist/lib/openapi/spec/admin-strategies-schema.test.d.ts.map +0 -1
- package/dist/lib/openapi/spec/admin-strategies-schema.test.js.map +0 -1
- package/dist/lib/routes/admin-api/project/environments.d.ts.map +0 -1
- package/dist/lib/routes/admin-api/project/environments.js.map +0 -1
- package/dist/lib/routes/admin-api/project/index.d.ts.map +0 -1
- package/dist/lib/routes/admin-api/project/index.js.map +0 -1
- package/dist/lib/services/environment-service.d.ts.map +0 -1
- package/dist/lib/services/environment-service.js.map +0 -1
- package/dist/lib/types/stores/environment-store.d.ts.map +0 -1
- package/dist/lib/types/stores/environment-store.js.map +0 -1
- package/dist/test/e2e/api/admin/project/environments.e2e.test.d.ts.map +0 -1
- package/dist/test/e2e/api/admin/project/environments.e2e.test.js.map +0 -1
- package/dist/test/e2e/services/environment-service.test.d.ts.map +0 -1
- package/dist/test/e2e/services/environment-service.test.js.map +0 -1
- package/dist/test/fixtures/fake-environment-store.d.ts.map +0 -1
- package/dist/test/fixtures/fake-environment-store.js.map +0 -1
- package/frontend/build/static/24_Negator off-764e9292.svg +0 -3
- package/frontend/build/static/24_Negator-3c95065e.svg +0 -3
- package/frontend/build/static/AdvancedPlayground-b2553abd.js +0 -13
- package/frontend/build/static/Box-bd72643d.js +0 -1
- package/frontend/build/static/CreateProject-b18786eb.js +0 -4
- package/frontend/build/static/Error-ef493ef3.js +0 -1
- package/frontend/build/static/FeatureArchiveDialog-ec518ad8.js +0 -7
- package/frontend/build/static/FeatureViewLazyExport-91172621.js +0 -10
- package/frontend/build/static/LazyAdminExport-4686a742.js +0 -38
- package/frontend/build/static/LazyProjectExport-e3e11f4e.js +0 -26
- package/frontend/build/static/NetworkTraffic-c8b752fe.js +0 -1
- package/frontend/build/static/RoleCell-91725c88.js +0 -1
- package/frontend/build/static/StrategyItemContainer-ad74b119.js +0 -1
- package/frontend/build/static/chartjs-adapter-date-fns.esm-054094c3.js +0 -24
- package/frontend/build/static/index-ae1bed58.js +0 -460
- package/frontend/build/static/useProjectForm-ff29595e.js +0 -1
- /package/dist/{test/e2e/services → lib/features/project-environments}/environment-service.test.d.ts +0 -0
- /package/dist/{test/e2e/api/admin/project → lib/features/project-environments}/environments.e2e.test.d.ts +0 -0
- /package/frontend/build/static/{24_Text format off-9a1401ab.svg → 24_Text format off-H08NRmYe.svg} +0 -0
- /package/frontend/build/static/{24_Text format-c0530280.svg → 24_Text format-rAPEECSE.svg} +0 -0
- /package/frontend/build/static/{Logo-android-218bddbb.svg → Logo-android-udpLXX1T.svg} +0 -0
- /package/frontend/build/static/{Logo-flutter-cc3c706f.svg → Logo-flutter-eDaat-tQ.svg} +0 -0
- /package/frontend/build/static/{Logo-go-02475b3d.svg → Logo-go-7IBXKeYU.svg} +0 -0
- /package/frontend/build/static/{Logo-java-6e556b26.svg → Logo-java-52SStktf.svg} +0 -0
- /package/frontend/build/static/{Logo-javascript-caebc06e.svg → Logo-javascript-FL9SH-qr.svg} +0 -0
- /package/frontend/build/static/{Logo-net-0a33abee.svg → Logo-net-bG0mn56S.svg} +0 -0
- /package/frontend/build/static/{Logo-node-318ed025.svg → Logo-node-h37os8v5.svg} +0 -0
- /package/frontend/build/static/{Logo-php-201f18c3.svg → Logo-php-Z_EVXL0a.svg} +0 -0
- /package/frontend/build/static/{Logo-python-4305760e.svg → Logo-python-_44ZKCSX.svg} +0 -0
- /package/frontend/build/static/{Logo-react-18e98687.svg → Logo-react-9krlaJef.svg} +0 -0
- /package/frontend/build/static/{Logo-ruby-58f46832.svg → Logo-ruby-ZZBHss3J.svg} +0 -0
- /package/frontend/build/static/{Logo-rust-c83a80f9.svg → Logo-rust-2dVdHYIX.svg} +0 -0
- /package/frontend/build/static/{Logo-svelte-97dcb624.svg → Logo-svelte-fn23y4Xh.svg} +0 -0
- /package/frontend/build/static/{Logo-swift-315f842b.svg → Logo-swift-dl73ozXW.svg} +0 -0
- /package/frontend/build/static/{Logo-vue-0de73099.svg → Logo-vue-XNczCeoD.svg} +0 -0
- /package/frontend/build/static/{arrowLeft-7271148c.svg → arrowLeft-iw13ytfI.svg} +0 -0
- /package/frontend/build/static/{arrowRight-0d07b41b.svg → arrowRight-jyAAywbz.svg} +0 -0
- /package/frontend/build/static/{changeRequestProcess-f2469ef4.svg → changeRequestProcess-m2Uj_v6I.svg} +0 -0
- /package/frontend/build/static/{cr-db7653ac.png → cr-24xlfR5T.png} +0 -0
- /package/frontend/build/static/{datadog-543762b6.svg → datadog--09MbZDg.svg} +0 -0
- /package/frontend/build/static/{demo-qr-c2ce85bd.png → demo-qr-kJaJsgg_.png} +0 -0
- /package/frontend/build/static/{demo-userid-69a28f5e.png → demo-userid-OFH-UWxt.png} +0 -0
- /package/frontend/build/static/{edge-daisy-chaining-012bfdef.svg → edge-daisy-chaining-gE7UbpD0.svg} +0 -0
- /package/frontend/build/static/{edge-mode-5d25949b.svg → edge-mode-sUiAy22Z.svg} +0 -0
- /package/frontend/build/static/{edge-offline-f6a0f761.svg → edge-offline-uschgqgm.svg} +0 -0
- /package/frontend/build/static/{email-1b13db1f.svg → email-9TVW6bxs.svg} +0 -0
- /package/frontend/build/static/{google-4c4465a1.svg → google-Rg4hsLIv.svg} +0 -0
- /package/frontend/build/static/{isenabled-false-85a17190.svg → isenabled-false-cfG0cxg8.svg} +0 -0
- /package/frontend/build/static/{isenabled-true-def895c4.svg → isenabled-true-QEbId32j.svg} +0 -0
- /package/frontend/build/static/{jira-1abe7cbf.svg → jira-JdG6Pbgg.svg} +0 -0
- /package/frontend/build/static/{jira-comment-d9eb9af9.svg → jira-comment-4uboD2FW.svg} +0 -0
- /package/frontend/build/static/{link-child-7239dd72.svg → link-child-b2rNaTp8.svg} +0 -0
- /package/frontend/build/static/{link-parent-29e03412.svg → link-parent-2mtl7FAF.svg} +0 -0
- /package/frontend/build/static/{logo-b574b8c7.svg → logo-aXkSdUlT.svg} +0 -0
- /package/frontend/build/static/{logoBg-3fc9c711.svg → logoBg-w1GxfZYY.svg} +0 -0
- /package/frontend/build/static/{logoDarkWithText-7b7859f1.svg → logoDarkWithText-9CJmQsUT.svg} +0 -0
- /package/frontend/build/static/{logoWhiteBg-dacde9ce.svg → logoWhiteBg-sKFgoO5r.svg} +0 -0
- /package/frontend/build/static/{logoWhiteTransparentHorizontal-32f9c398.svg → logoWhiteTransparentHorizontal-OccVQlof.svg} +0 -0
- /package/frontend/build/static/{logoWithWhiteText-954086cd.svg → logoWithWhiteText-8-1bzjd2.svg} +0 -0
- /package/frontend/build/static/{merge-afa8c386.svg → merge-uyE9K2XR.svg} +0 -0
- /package/frontend/build/static/{mobileGuidanceBg-0cc2cfdc.svg → mobileGuidanceBg-_XUYJ4bI.svg} +0 -0
- /package/frontend/build/static/{pro-enterprise-feature-badge-8ac467c3.svg → pro-enterprise-feature-badge-D2dwX2o5.svg} +0 -0
- /package/frontend/build/static/{pro-enterprise-feature-badge-light-81a18f9b.svg → pro-enterprise-feature-badge-light-JPGefdhP.svg} +0 -0
- /package/frontend/build/static/{projectIcon-0c6827a4.svg → projectIcon-patkU339.svg} +0 -0
- /package/frontend/build/static/{rollout-c922b6e9.svg → rollout-wL0vStZV.svg} +0 -0
- /package/frontend/build/static/{slack-36ce798a.svg → slack-LdHzcD3n.svg} +0 -0
- /package/frontend/build/static/{stars-5e0648cd.svg → stars-uZav8YWv.svg} +0 -0
- /package/frontend/build/static/{style-f10c9ed6.css → style-gSb9cHBe.css} +0 -0
- /package/frontend/build/static/{teams-4e30b51f.svg → teams-70Mfxcwa.svg} +0 -0
- /package/frontend/build/static/{texture-c29e66c0.png → texture-NpzjhzHk.png} +0 -0
- /package/frontend/build/static/{unleash-integration-949d8966.svg → unleash-integration-rcapuVXn.svg} +0 -0
- /package/frontend/build/static/{unleashLogoIconDarkAlpha-de056a82.gif → unleashLogoIconDarkAlpha-W77gtdw3.gif} +0 -0
- /package/frontend/build/static/{usage-line-00d00632.svg → usage-line-R4nA8fmB.svg} +0 -0
- /package/frontend/build/static/{usage-rate-cb18f02b.svg → usage-rate-510IagyJ.svg} +0 -0
- /package/frontend/build/static/{webhooks-b1b44207.svg → webhooks-p7bNIH7i.svg} +0 -0
|
@@ -0,0 +1,1016 @@
|
|
|
1
|
+
import { FromSchema } from 'json-schema-to-ts';
|
|
2
|
+
export declare const featureSearchResponseSchema: {
|
|
3
|
+
readonly $id: "#/components/schemas/featureSearchResponseSchema";
|
|
4
|
+
readonly type: "object";
|
|
5
|
+
readonly additionalProperties: false;
|
|
6
|
+
readonly required: readonly ["name"];
|
|
7
|
+
readonly description: "A feature toggle definition";
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly name: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly example: "disable-comments";
|
|
12
|
+
readonly description: "Unique feature name";
|
|
13
|
+
};
|
|
14
|
+
readonly type: {
|
|
15
|
+
readonly type: "string";
|
|
16
|
+
readonly example: "kill-switch";
|
|
17
|
+
readonly description: "Type of the toggle e.g. experiment, kill-switch, release, operational, permission";
|
|
18
|
+
};
|
|
19
|
+
readonly description: {
|
|
20
|
+
readonly type: "string";
|
|
21
|
+
readonly nullable: true;
|
|
22
|
+
readonly example: "Controls disabling of the comments section in case of an incident";
|
|
23
|
+
readonly description: "Detailed description of the feature";
|
|
24
|
+
};
|
|
25
|
+
readonly archived: {
|
|
26
|
+
readonly type: "boolean";
|
|
27
|
+
readonly example: true;
|
|
28
|
+
readonly description: "`true` if the feature is archived";
|
|
29
|
+
};
|
|
30
|
+
readonly project: {
|
|
31
|
+
readonly type: "string";
|
|
32
|
+
readonly example: "dx-squad";
|
|
33
|
+
readonly description: "Name of the project the feature belongs to";
|
|
34
|
+
};
|
|
35
|
+
readonly enabled: {
|
|
36
|
+
readonly type: "boolean";
|
|
37
|
+
readonly example: true;
|
|
38
|
+
readonly description: "`true` if the feature is enabled, otherwise `false`.";
|
|
39
|
+
};
|
|
40
|
+
readonly stale: {
|
|
41
|
+
readonly type: "boolean";
|
|
42
|
+
readonly example: false;
|
|
43
|
+
readonly description: "`true` if the feature is stale based on the age and feature type, otherwise `false`.";
|
|
44
|
+
};
|
|
45
|
+
readonly favorite: {
|
|
46
|
+
readonly type: "boolean";
|
|
47
|
+
readonly example: true;
|
|
48
|
+
readonly description: "`true` if the feature was favorited, otherwise `false`.";
|
|
49
|
+
};
|
|
50
|
+
readonly impressionData: {
|
|
51
|
+
readonly type: "boolean";
|
|
52
|
+
readonly example: false;
|
|
53
|
+
readonly description: "`true` if the impression data collection is enabled for the feature, otherwise `false`.";
|
|
54
|
+
};
|
|
55
|
+
readonly createdAt: {
|
|
56
|
+
readonly type: "string";
|
|
57
|
+
readonly format: "date-time";
|
|
58
|
+
readonly nullable: true;
|
|
59
|
+
readonly example: "2023-01-28T15:21:39.975Z";
|
|
60
|
+
readonly description: "The date the feature was created";
|
|
61
|
+
};
|
|
62
|
+
readonly archivedAt: {
|
|
63
|
+
readonly type: "string";
|
|
64
|
+
readonly format: "date-time";
|
|
65
|
+
readonly nullable: true;
|
|
66
|
+
readonly example: "2023-01-29T15:21:39.975Z";
|
|
67
|
+
readonly description: "The date the feature was archived";
|
|
68
|
+
};
|
|
69
|
+
readonly lastSeenAt: {
|
|
70
|
+
readonly type: "string";
|
|
71
|
+
readonly format: "date-time";
|
|
72
|
+
readonly nullable: true;
|
|
73
|
+
readonly deprecated: true;
|
|
74
|
+
readonly example: "2023-01-28T16:21:39.975Z";
|
|
75
|
+
readonly description: "The date when metrics where last collected for the feature. This field is deprecated, use the one in featureEnvironmentSchema";
|
|
76
|
+
};
|
|
77
|
+
readonly environments: {
|
|
78
|
+
readonly type: "array";
|
|
79
|
+
readonly items: {
|
|
80
|
+
readonly $ref: "#/components/schemas/featureEnvironmentSchema";
|
|
81
|
+
};
|
|
82
|
+
readonly description: "The list of environments where the feature can be used";
|
|
83
|
+
};
|
|
84
|
+
readonly segments: {
|
|
85
|
+
readonly type: "array";
|
|
86
|
+
readonly description: "The list of segments the feature is enabled for.";
|
|
87
|
+
readonly example: readonly ["pro-users", "main-segment"];
|
|
88
|
+
readonly items: {
|
|
89
|
+
readonly type: "string";
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
readonly variants: {
|
|
93
|
+
readonly type: "array";
|
|
94
|
+
readonly items: {
|
|
95
|
+
readonly $ref: "#/components/schemas/variantSchema";
|
|
96
|
+
};
|
|
97
|
+
readonly description: "The list of feature variants";
|
|
98
|
+
readonly deprecated: true;
|
|
99
|
+
};
|
|
100
|
+
readonly strategies: {
|
|
101
|
+
readonly type: "array";
|
|
102
|
+
readonly items: {
|
|
103
|
+
readonly type: "object";
|
|
104
|
+
};
|
|
105
|
+
readonly description: "This is a legacy field that will be deprecated";
|
|
106
|
+
readonly deprecated: true;
|
|
107
|
+
};
|
|
108
|
+
readonly tags: {
|
|
109
|
+
readonly type: "array";
|
|
110
|
+
readonly items: {
|
|
111
|
+
readonly $ref: "#/components/schemas/tagSchema";
|
|
112
|
+
};
|
|
113
|
+
readonly nullable: true;
|
|
114
|
+
readonly description: "The list of feature tags";
|
|
115
|
+
};
|
|
116
|
+
readonly children: {
|
|
117
|
+
readonly type: "array";
|
|
118
|
+
readonly description: "The list of child feature names. This is an experimental field and may change.";
|
|
119
|
+
readonly items: {
|
|
120
|
+
readonly type: "string";
|
|
121
|
+
readonly example: "some-feature";
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
readonly dependencies: {
|
|
125
|
+
readonly type: "array";
|
|
126
|
+
readonly items: {
|
|
127
|
+
readonly type: "object";
|
|
128
|
+
readonly additionalProperties: false;
|
|
129
|
+
readonly required: readonly ["feature"];
|
|
130
|
+
readonly properties: {
|
|
131
|
+
readonly feature: {
|
|
132
|
+
readonly description: "The name of the parent feature";
|
|
133
|
+
readonly type: "string";
|
|
134
|
+
readonly example: "some-feature";
|
|
135
|
+
};
|
|
136
|
+
readonly enabled: {
|
|
137
|
+
readonly description: "Whether the parent feature is enabled or not";
|
|
138
|
+
readonly type: "boolean";
|
|
139
|
+
readonly example: true;
|
|
140
|
+
};
|
|
141
|
+
readonly variants: {
|
|
142
|
+
readonly description: "The list of variants the parent feature should resolve to. Only valid when feature is enabled.";
|
|
143
|
+
readonly type: "array";
|
|
144
|
+
readonly items: {
|
|
145
|
+
readonly example: "some-feature-blue-variant";
|
|
146
|
+
readonly type: "string";
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
readonly description: "The list of parent dependencies. This is an experimental field and may change.";
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
readonly components: {
|
|
155
|
+
readonly schemas: {
|
|
156
|
+
readonly constraintSchema: {
|
|
157
|
+
readonly type: "object";
|
|
158
|
+
readonly required: readonly ["contextName", "operator"];
|
|
159
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/strategy-constraints)";
|
|
160
|
+
readonly properties: {
|
|
161
|
+
readonly contextName: {
|
|
162
|
+
readonly description: "The name of the context field that this constraint should apply to.";
|
|
163
|
+
readonly example: "appName";
|
|
164
|
+
readonly type: "string";
|
|
165
|
+
};
|
|
166
|
+
readonly operator: {
|
|
167
|
+
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators).";
|
|
168
|
+
readonly type: "string";
|
|
169
|
+
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"];
|
|
170
|
+
readonly example: "IN";
|
|
171
|
+
};
|
|
172
|
+
readonly caseInsensitive: {
|
|
173
|
+
readonly description: "Whether the operator should be case sensitive or not. Defaults to `false` (being case sensitive).";
|
|
174
|
+
readonly type: "boolean";
|
|
175
|
+
readonly default: false;
|
|
176
|
+
};
|
|
177
|
+
readonly inverted: {
|
|
178
|
+
readonly description: "Whether the result should be negated or not. If `true`, will turn a `true` result into a `false` result and vice versa.";
|
|
179
|
+
readonly type: "boolean";
|
|
180
|
+
readonly default: false;
|
|
181
|
+
};
|
|
182
|
+
readonly values: {
|
|
183
|
+
readonly type: "array";
|
|
184
|
+
readonly description: "The context values that should be used for constraint evaluation. Use this property instead of `value` for properties that accept multiple values.";
|
|
185
|
+
readonly items: {
|
|
186
|
+
readonly type: "string";
|
|
187
|
+
};
|
|
188
|
+
readonly example: readonly ["my-app", "my-other-app"];
|
|
189
|
+
};
|
|
190
|
+
readonly value: {
|
|
191
|
+
readonly description: "The context value that should be used for constraint evaluation. Use this property instead of `values` for properties that only accept single values.";
|
|
192
|
+
readonly type: "string";
|
|
193
|
+
readonly example: "my-app";
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
readonly components: {};
|
|
197
|
+
readonly $id: "#/components/schemas/constraintSchema";
|
|
198
|
+
readonly additionalProperties: false;
|
|
199
|
+
};
|
|
200
|
+
readonly featureEnvironmentSchema: {
|
|
201
|
+
readonly $id: "#/components/schemas/featureEnvironmentSchema";
|
|
202
|
+
readonly type: "object";
|
|
203
|
+
readonly additionalProperties: false;
|
|
204
|
+
readonly required: readonly ["name", "enabled"];
|
|
205
|
+
readonly description: "A detailed description of the feature environment";
|
|
206
|
+
readonly properties: {
|
|
207
|
+
readonly name: {
|
|
208
|
+
readonly type: "string";
|
|
209
|
+
readonly example: "my-dev-env";
|
|
210
|
+
readonly description: "The name of the environment";
|
|
211
|
+
};
|
|
212
|
+
readonly featureName: {
|
|
213
|
+
readonly type: "string";
|
|
214
|
+
readonly example: "disable-comments";
|
|
215
|
+
readonly description: "The name of the feature";
|
|
216
|
+
};
|
|
217
|
+
readonly environment: {
|
|
218
|
+
readonly type: "string";
|
|
219
|
+
readonly example: "development";
|
|
220
|
+
readonly description: "The name of the environment";
|
|
221
|
+
};
|
|
222
|
+
readonly type: {
|
|
223
|
+
readonly type: "string";
|
|
224
|
+
readonly example: "development";
|
|
225
|
+
readonly description: "The type of the environment";
|
|
226
|
+
};
|
|
227
|
+
readonly enabled: {
|
|
228
|
+
readonly type: "boolean";
|
|
229
|
+
readonly example: true;
|
|
230
|
+
readonly description: "`true` if the feature is enabled for the environment, otherwise `false`.";
|
|
231
|
+
};
|
|
232
|
+
readonly sortOrder: {
|
|
233
|
+
readonly type: "number";
|
|
234
|
+
readonly example: 3;
|
|
235
|
+
readonly description: "The sort order of the feature environment in the feature environments list";
|
|
236
|
+
};
|
|
237
|
+
readonly variantCount: {
|
|
238
|
+
readonly type: "number";
|
|
239
|
+
readonly description: "The number of defined variants";
|
|
240
|
+
};
|
|
241
|
+
readonly strategies: {
|
|
242
|
+
readonly type: "array";
|
|
243
|
+
readonly items: {
|
|
244
|
+
readonly $ref: "#/components/schemas/featureStrategySchema";
|
|
245
|
+
};
|
|
246
|
+
readonly description: "A list of activation strategies for the feature environment";
|
|
247
|
+
};
|
|
248
|
+
readonly variants: {
|
|
249
|
+
readonly type: "array";
|
|
250
|
+
readonly items: {
|
|
251
|
+
readonly $ref: "#/components/schemas/variantSchema";
|
|
252
|
+
};
|
|
253
|
+
readonly description: "A list of variants for the feature environment";
|
|
254
|
+
};
|
|
255
|
+
readonly lastSeenAt: {
|
|
256
|
+
readonly type: "string";
|
|
257
|
+
readonly format: "date-time";
|
|
258
|
+
readonly nullable: true;
|
|
259
|
+
readonly example: "2023-01-28T16:21:39.975Z";
|
|
260
|
+
readonly description: "The date when metrics where last collected for the feature environment";
|
|
261
|
+
};
|
|
262
|
+
readonly hasStrategies: {
|
|
263
|
+
readonly type: "boolean";
|
|
264
|
+
readonly description: "Whether the feature has any strategies defined.";
|
|
265
|
+
};
|
|
266
|
+
readonly hasEnabledStrategies: {
|
|
267
|
+
readonly type: "boolean";
|
|
268
|
+
readonly description: "Whether the feature has any enabled strategies defined.";
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
readonly components: {
|
|
272
|
+
readonly schemas: {
|
|
273
|
+
readonly constraintSchema: {
|
|
274
|
+
readonly type: "object";
|
|
275
|
+
readonly required: readonly ["contextName", "operator"];
|
|
276
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/strategy-constraints)";
|
|
277
|
+
readonly properties: {
|
|
278
|
+
readonly contextName: {
|
|
279
|
+
readonly description: "The name of the context field that this constraint should apply to.";
|
|
280
|
+
readonly example: "appName";
|
|
281
|
+
readonly type: "string";
|
|
282
|
+
};
|
|
283
|
+
readonly operator: {
|
|
284
|
+
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators).";
|
|
285
|
+
readonly type: "string";
|
|
286
|
+
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"];
|
|
287
|
+
readonly example: "IN";
|
|
288
|
+
};
|
|
289
|
+
readonly caseInsensitive: {
|
|
290
|
+
readonly description: "Whether the operator should be case sensitive or not. Defaults to `false` (being case sensitive).";
|
|
291
|
+
readonly type: "boolean";
|
|
292
|
+
readonly default: false;
|
|
293
|
+
};
|
|
294
|
+
readonly inverted: {
|
|
295
|
+
readonly description: "Whether the result should be negated or not. If `true`, will turn a `true` result into a `false` result and vice versa.";
|
|
296
|
+
readonly type: "boolean";
|
|
297
|
+
readonly default: false;
|
|
298
|
+
};
|
|
299
|
+
readonly values: {
|
|
300
|
+
readonly type: "array";
|
|
301
|
+
readonly description: "The context values that should be used for constraint evaluation. Use this property instead of `value` for properties that accept multiple values.";
|
|
302
|
+
readonly items: {
|
|
303
|
+
readonly type: "string";
|
|
304
|
+
};
|
|
305
|
+
readonly example: readonly ["my-app", "my-other-app"];
|
|
306
|
+
};
|
|
307
|
+
readonly value: {
|
|
308
|
+
readonly description: "The context value that should be used for constraint evaluation. Use this property instead of `values` for properties that only accept single values.";
|
|
309
|
+
readonly type: "string";
|
|
310
|
+
readonly example: "my-app";
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
readonly components: {};
|
|
314
|
+
readonly $id: "#/components/schemas/constraintSchema";
|
|
315
|
+
readonly additionalProperties: false;
|
|
316
|
+
};
|
|
317
|
+
readonly parametersSchema: {
|
|
318
|
+
readonly $id: "#/components/schemas/parametersSchema";
|
|
319
|
+
readonly type: "object";
|
|
320
|
+
readonly description: "A list of parameters for a strategy";
|
|
321
|
+
readonly additionalProperties: {
|
|
322
|
+
readonly type: "string";
|
|
323
|
+
};
|
|
324
|
+
readonly components: {};
|
|
325
|
+
};
|
|
326
|
+
readonly featureStrategySchema: {
|
|
327
|
+
readonly $id: "#/components/schemas/featureStrategySchema";
|
|
328
|
+
readonly description: "A single activation strategy configuration schema for a feature";
|
|
329
|
+
readonly type: "object";
|
|
330
|
+
readonly additionalProperties: false;
|
|
331
|
+
readonly required: readonly ["name"];
|
|
332
|
+
readonly properties: {
|
|
333
|
+
readonly id: {
|
|
334
|
+
readonly type: "string";
|
|
335
|
+
readonly description: "A uuid for the feature strategy";
|
|
336
|
+
readonly example: "6b5157cb-343a-41e7-bfa3-7b4ec3044840";
|
|
337
|
+
};
|
|
338
|
+
readonly name: {
|
|
339
|
+
readonly type: "string";
|
|
340
|
+
readonly description: "The name or type of strategy";
|
|
341
|
+
readonly example: "flexibleRollout";
|
|
342
|
+
};
|
|
343
|
+
readonly title: {
|
|
344
|
+
readonly type: "string";
|
|
345
|
+
readonly description: "A descriptive title for the strategy";
|
|
346
|
+
readonly example: "Gradual Rollout 25-Prod";
|
|
347
|
+
readonly nullable: true;
|
|
348
|
+
};
|
|
349
|
+
readonly disabled: {
|
|
350
|
+
readonly type: "boolean";
|
|
351
|
+
readonly description: "A toggle to disable the strategy. defaults to false. Disabled strategies are not evaluated or returned to the SDKs";
|
|
352
|
+
readonly example: false;
|
|
353
|
+
readonly nullable: true;
|
|
354
|
+
};
|
|
355
|
+
readonly featureName: {
|
|
356
|
+
readonly type: "string";
|
|
357
|
+
readonly description: "The name or feature the strategy is attached to";
|
|
358
|
+
readonly example: "myAwesomeFeature";
|
|
359
|
+
};
|
|
360
|
+
readonly sortOrder: {
|
|
361
|
+
readonly type: "number";
|
|
362
|
+
readonly description: "The order of the strategy in the list";
|
|
363
|
+
readonly example: 9999;
|
|
364
|
+
};
|
|
365
|
+
readonly segments: {
|
|
366
|
+
readonly type: "array";
|
|
367
|
+
readonly description: "A list of segment ids attached to the strategy";
|
|
368
|
+
readonly example: readonly [1, 2];
|
|
369
|
+
readonly items: {
|
|
370
|
+
readonly type: "number";
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
readonly constraints: {
|
|
374
|
+
readonly type: "array";
|
|
375
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
376
|
+
readonly items: {
|
|
377
|
+
readonly $ref: "#/components/schemas/constraintSchema";
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
readonly variants: {
|
|
381
|
+
readonly type: "array";
|
|
382
|
+
readonly description: "Strategy level variants";
|
|
383
|
+
readonly items: {
|
|
384
|
+
readonly $ref: "#/components/schemas/strategyVariantSchema";
|
|
385
|
+
};
|
|
386
|
+
};
|
|
387
|
+
readonly parameters: {
|
|
388
|
+
readonly $ref: "#/components/schemas/parametersSchema";
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
readonly components: {
|
|
392
|
+
readonly schemas: {
|
|
393
|
+
readonly constraintSchema: {
|
|
394
|
+
readonly type: "object";
|
|
395
|
+
readonly required: readonly ["contextName", "operator"];
|
|
396
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/strategy-constraints)";
|
|
397
|
+
readonly properties: {
|
|
398
|
+
readonly contextName: {
|
|
399
|
+
readonly description: "The name of the context field that this constraint should apply to.";
|
|
400
|
+
readonly example: "appName";
|
|
401
|
+
readonly type: "string";
|
|
402
|
+
};
|
|
403
|
+
readonly operator: {
|
|
404
|
+
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators).";
|
|
405
|
+
readonly type: "string";
|
|
406
|
+
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"];
|
|
407
|
+
readonly example: "IN";
|
|
408
|
+
};
|
|
409
|
+
readonly caseInsensitive: {
|
|
410
|
+
readonly description: "Whether the operator should be case sensitive or not. Defaults to `false` (being case sensitive).";
|
|
411
|
+
readonly type: "boolean";
|
|
412
|
+
readonly default: false;
|
|
413
|
+
};
|
|
414
|
+
readonly inverted: {
|
|
415
|
+
readonly description: "Whether the result should be negated or not. If `true`, will turn a `true` result into a `false` result and vice versa.";
|
|
416
|
+
readonly type: "boolean";
|
|
417
|
+
readonly default: false;
|
|
418
|
+
};
|
|
419
|
+
readonly values: {
|
|
420
|
+
readonly type: "array";
|
|
421
|
+
readonly description: "The context values that should be used for constraint evaluation. Use this property instead of `value` for properties that accept multiple values.";
|
|
422
|
+
readonly items: {
|
|
423
|
+
readonly type: "string";
|
|
424
|
+
};
|
|
425
|
+
readonly example: readonly ["my-app", "my-other-app"];
|
|
426
|
+
};
|
|
427
|
+
readonly value: {
|
|
428
|
+
readonly description: "The context value that should be used for constraint evaluation. Use this property instead of `values` for properties that only accept single values.";
|
|
429
|
+
readonly type: "string";
|
|
430
|
+
readonly example: "my-app";
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
readonly components: {};
|
|
434
|
+
readonly $id: "#/components/schemas/constraintSchema";
|
|
435
|
+
readonly additionalProperties: false;
|
|
436
|
+
};
|
|
437
|
+
readonly parametersSchema: {
|
|
438
|
+
readonly $id: "#/components/schemas/parametersSchema";
|
|
439
|
+
readonly type: "object";
|
|
440
|
+
readonly description: "A list of parameters for a strategy";
|
|
441
|
+
readonly additionalProperties: {
|
|
442
|
+
readonly type: "string";
|
|
443
|
+
};
|
|
444
|
+
readonly components: {};
|
|
445
|
+
};
|
|
446
|
+
readonly strategyVariantSchema: {
|
|
447
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
448
|
+
readonly type: "object";
|
|
449
|
+
readonly additionalProperties: false;
|
|
450
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
451
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
452
|
+
readonly properties: {
|
|
453
|
+
readonly name: {
|
|
454
|
+
readonly type: "string";
|
|
455
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
456
|
+
readonly example: "blue_group";
|
|
457
|
+
};
|
|
458
|
+
readonly weight: {
|
|
459
|
+
readonly type: "integer";
|
|
460
|
+
readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
|
|
461
|
+
readonly minimum: 0;
|
|
462
|
+
readonly maximum: 1000;
|
|
463
|
+
};
|
|
464
|
+
readonly weightType: {
|
|
465
|
+
readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
|
|
466
|
+
readonly type: "string";
|
|
467
|
+
readonly example: "fix";
|
|
468
|
+
readonly enum: readonly ["variable", "fix"];
|
|
469
|
+
};
|
|
470
|
+
readonly stickiness: {
|
|
471
|
+
readonly type: "string";
|
|
472
|
+
readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
|
|
473
|
+
readonly example: "custom.context.field";
|
|
474
|
+
};
|
|
475
|
+
readonly payload: {
|
|
476
|
+
readonly type: "object";
|
|
477
|
+
readonly required: readonly ["type", "value"];
|
|
478
|
+
readonly description: "Extra data configured for this variant";
|
|
479
|
+
readonly properties: {
|
|
480
|
+
readonly type: {
|
|
481
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
482
|
+
readonly type: "string";
|
|
483
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
484
|
+
};
|
|
485
|
+
readonly value: {
|
|
486
|
+
readonly description: "The actual value of payload";
|
|
487
|
+
readonly type: "string";
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
readonly example: {
|
|
491
|
+
readonly type: "json";
|
|
492
|
+
readonly value: "{\"color\": \"red\"}";
|
|
493
|
+
};
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
readonly components: {};
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
};
|
|
500
|
+
};
|
|
501
|
+
readonly strategyVariantSchema: {
|
|
502
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
503
|
+
readonly type: "object";
|
|
504
|
+
readonly additionalProperties: false;
|
|
505
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
506
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
507
|
+
readonly properties: {
|
|
508
|
+
readonly name: {
|
|
509
|
+
readonly type: "string";
|
|
510
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
511
|
+
readonly example: "blue_group";
|
|
512
|
+
};
|
|
513
|
+
readonly weight: {
|
|
514
|
+
readonly type: "integer";
|
|
515
|
+
readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
|
|
516
|
+
readonly minimum: 0;
|
|
517
|
+
readonly maximum: 1000;
|
|
518
|
+
};
|
|
519
|
+
readonly weightType: {
|
|
520
|
+
readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
|
|
521
|
+
readonly type: "string";
|
|
522
|
+
readonly example: "fix";
|
|
523
|
+
readonly enum: readonly ["variable", "fix"];
|
|
524
|
+
};
|
|
525
|
+
readonly stickiness: {
|
|
526
|
+
readonly type: "string";
|
|
527
|
+
readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
|
|
528
|
+
readonly example: "custom.context.field";
|
|
529
|
+
};
|
|
530
|
+
readonly payload: {
|
|
531
|
+
readonly type: "object";
|
|
532
|
+
readonly required: readonly ["type", "value"];
|
|
533
|
+
readonly description: "Extra data configured for this variant";
|
|
534
|
+
readonly properties: {
|
|
535
|
+
readonly type: {
|
|
536
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
537
|
+
readonly type: "string";
|
|
538
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
539
|
+
};
|
|
540
|
+
readonly value: {
|
|
541
|
+
readonly description: "The actual value of payload";
|
|
542
|
+
readonly type: "string";
|
|
543
|
+
};
|
|
544
|
+
};
|
|
545
|
+
readonly example: {
|
|
546
|
+
readonly type: "json";
|
|
547
|
+
readonly value: "{\"color\": \"red\"}";
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
readonly components: {};
|
|
552
|
+
};
|
|
553
|
+
readonly variantSchema: {
|
|
554
|
+
readonly $id: "#/components/schemas/variantSchema";
|
|
555
|
+
readonly type: "object";
|
|
556
|
+
readonly additionalProperties: false;
|
|
557
|
+
readonly description: "A variant allows for further separation of users into segments. See [our excellent documentation](https://docs.getunleash.io/reference/feature-toggle-variants#what-are-variants) for a more detailed description";
|
|
558
|
+
readonly required: readonly ["name", "weight"];
|
|
559
|
+
readonly properties: {
|
|
560
|
+
readonly name: {
|
|
561
|
+
readonly type: "string";
|
|
562
|
+
readonly description: "The variants name. Is unique for this feature toggle";
|
|
563
|
+
readonly example: "blue_group";
|
|
564
|
+
};
|
|
565
|
+
readonly weight: {
|
|
566
|
+
readonly type: "number";
|
|
567
|
+
readonly description: "The weight is the likelihood of any one user getting this variant. It is a number between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
|
|
568
|
+
readonly minimum: 0;
|
|
569
|
+
readonly maximum: 1000;
|
|
570
|
+
};
|
|
571
|
+
readonly weightType: {
|
|
572
|
+
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";
|
|
573
|
+
readonly type: "string";
|
|
574
|
+
readonly example: "variable";
|
|
575
|
+
readonly enum: readonly ["variable", "fix"];
|
|
576
|
+
};
|
|
577
|
+
readonly stickiness: {
|
|
578
|
+
readonly type: "string";
|
|
579
|
+
readonly description: "[Stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) is how Unleash guarantees that the same user gets the same variant every time";
|
|
580
|
+
readonly example: "custom.context.field";
|
|
581
|
+
};
|
|
582
|
+
readonly payload: {
|
|
583
|
+
readonly type: "object";
|
|
584
|
+
readonly required: readonly ["type", "value"];
|
|
585
|
+
readonly description: "Extra data configured for this variant";
|
|
586
|
+
readonly additionalProperties: false;
|
|
587
|
+
readonly properties: {
|
|
588
|
+
readonly type: {
|
|
589
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
590
|
+
readonly type: "string";
|
|
591
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
592
|
+
};
|
|
593
|
+
readonly value: {
|
|
594
|
+
readonly description: "The actual value of payload";
|
|
595
|
+
readonly type: "string";
|
|
596
|
+
};
|
|
597
|
+
};
|
|
598
|
+
readonly example: {
|
|
599
|
+
readonly type: "json";
|
|
600
|
+
readonly value: "{\"color\": \"red\"}";
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
readonly overrides: {
|
|
604
|
+
readonly description: "Overrides assigning specific variants to specific users. The weighting system automatically assigns users to specific groups for you, but any overrides in this list will take precedence.";
|
|
605
|
+
readonly type: "array";
|
|
606
|
+
readonly items: {
|
|
607
|
+
readonly $ref: "#/components/schemas/overrideSchema";
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
};
|
|
611
|
+
readonly components: {
|
|
612
|
+
readonly schemas: {
|
|
613
|
+
readonly overrideSchema: {
|
|
614
|
+
readonly $id: "#/components/schemas/overrideSchema";
|
|
615
|
+
readonly type: "object";
|
|
616
|
+
readonly additionalProperties: false;
|
|
617
|
+
readonly required: readonly ["contextName", "values"];
|
|
618
|
+
readonly description: "An override for deciding which variant should be assigned to a user based on the context name";
|
|
619
|
+
readonly properties: {
|
|
620
|
+
readonly contextName: {
|
|
621
|
+
readonly description: "The name of the context field used to determine overrides";
|
|
622
|
+
readonly type: "string";
|
|
623
|
+
readonly example: "userId";
|
|
624
|
+
};
|
|
625
|
+
readonly values: {
|
|
626
|
+
readonly description: "Which values that should be overriden";
|
|
627
|
+
readonly type: "array";
|
|
628
|
+
readonly items: {
|
|
629
|
+
readonly type: "string";
|
|
630
|
+
};
|
|
631
|
+
readonly example: readonly ["red", "blue"];
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
readonly components: {};
|
|
635
|
+
};
|
|
636
|
+
};
|
|
637
|
+
};
|
|
638
|
+
};
|
|
639
|
+
};
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
readonly featureStrategySchema: {
|
|
643
|
+
readonly $id: "#/components/schemas/featureStrategySchema";
|
|
644
|
+
readonly description: "A single activation strategy configuration schema for a feature";
|
|
645
|
+
readonly type: "object";
|
|
646
|
+
readonly additionalProperties: false;
|
|
647
|
+
readonly required: readonly ["name"];
|
|
648
|
+
readonly properties: {
|
|
649
|
+
readonly id: {
|
|
650
|
+
readonly type: "string";
|
|
651
|
+
readonly description: "A uuid for the feature strategy";
|
|
652
|
+
readonly example: "6b5157cb-343a-41e7-bfa3-7b4ec3044840";
|
|
653
|
+
};
|
|
654
|
+
readonly name: {
|
|
655
|
+
readonly type: "string";
|
|
656
|
+
readonly description: "The name or type of strategy";
|
|
657
|
+
readonly example: "flexibleRollout";
|
|
658
|
+
};
|
|
659
|
+
readonly title: {
|
|
660
|
+
readonly type: "string";
|
|
661
|
+
readonly description: "A descriptive title for the strategy";
|
|
662
|
+
readonly example: "Gradual Rollout 25-Prod";
|
|
663
|
+
readonly nullable: true;
|
|
664
|
+
};
|
|
665
|
+
readonly disabled: {
|
|
666
|
+
readonly type: "boolean";
|
|
667
|
+
readonly description: "A toggle to disable the strategy. defaults to false. Disabled strategies are not evaluated or returned to the SDKs";
|
|
668
|
+
readonly example: false;
|
|
669
|
+
readonly nullable: true;
|
|
670
|
+
};
|
|
671
|
+
readonly featureName: {
|
|
672
|
+
readonly type: "string";
|
|
673
|
+
readonly description: "The name or feature the strategy is attached to";
|
|
674
|
+
readonly example: "myAwesomeFeature";
|
|
675
|
+
};
|
|
676
|
+
readonly sortOrder: {
|
|
677
|
+
readonly type: "number";
|
|
678
|
+
readonly description: "The order of the strategy in the list";
|
|
679
|
+
readonly example: 9999;
|
|
680
|
+
};
|
|
681
|
+
readonly segments: {
|
|
682
|
+
readonly type: "array";
|
|
683
|
+
readonly description: "A list of segment ids attached to the strategy";
|
|
684
|
+
readonly example: readonly [1, 2];
|
|
685
|
+
readonly items: {
|
|
686
|
+
readonly type: "number";
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
readonly constraints: {
|
|
690
|
+
readonly type: "array";
|
|
691
|
+
readonly description: "A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints";
|
|
692
|
+
readonly items: {
|
|
693
|
+
readonly $ref: "#/components/schemas/constraintSchema";
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
readonly variants: {
|
|
697
|
+
readonly type: "array";
|
|
698
|
+
readonly description: "Strategy level variants";
|
|
699
|
+
readonly items: {
|
|
700
|
+
readonly $ref: "#/components/schemas/strategyVariantSchema";
|
|
701
|
+
};
|
|
702
|
+
};
|
|
703
|
+
readonly parameters: {
|
|
704
|
+
readonly $ref: "#/components/schemas/parametersSchema";
|
|
705
|
+
};
|
|
706
|
+
};
|
|
707
|
+
readonly components: {
|
|
708
|
+
readonly schemas: {
|
|
709
|
+
readonly constraintSchema: {
|
|
710
|
+
readonly type: "object";
|
|
711
|
+
readonly required: readonly ["contextName", "operator"];
|
|
712
|
+
readonly description: "A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/reference/strategy-constraints)";
|
|
713
|
+
readonly properties: {
|
|
714
|
+
readonly contextName: {
|
|
715
|
+
readonly description: "The name of the context field that this constraint should apply to.";
|
|
716
|
+
readonly example: "appName";
|
|
717
|
+
readonly type: "string";
|
|
718
|
+
};
|
|
719
|
+
readonly operator: {
|
|
720
|
+
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators).";
|
|
721
|
+
readonly type: "string";
|
|
722
|
+
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"];
|
|
723
|
+
readonly example: "IN";
|
|
724
|
+
};
|
|
725
|
+
readonly caseInsensitive: {
|
|
726
|
+
readonly description: "Whether the operator should be case sensitive or not. Defaults to `false` (being case sensitive).";
|
|
727
|
+
readonly type: "boolean";
|
|
728
|
+
readonly default: false;
|
|
729
|
+
};
|
|
730
|
+
readonly inverted: {
|
|
731
|
+
readonly description: "Whether the result should be negated or not. If `true`, will turn a `true` result into a `false` result and vice versa.";
|
|
732
|
+
readonly type: "boolean";
|
|
733
|
+
readonly default: false;
|
|
734
|
+
};
|
|
735
|
+
readonly values: {
|
|
736
|
+
readonly type: "array";
|
|
737
|
+
readonly description: "The context values that should be used for constraint evaluation. Use this property instead of `value` for properties that accept multiple values.";
|
|
738
|
+
readonly items: {
|
|
739
|
+
readonly type: "string";
|
|
740
|
+
};
|
|
741
|
+
readonly example: readonly ["my-app", "my-other-app"];
|
|
742
|
+
};
|
|
743
|
+
readonly value: {
|
|
744
|
+
readonly description: "The context value that should be used for constraint evaluation. Use this property instead of `values` for properties that only accept single values.";
|
|
745
|
+
readonly type: "string";
|
|
746
|
+
readonly example: "my-app";
|
|
747
|
+
};
|
|
748
|
+
};
|
|
749
|
+
readonly components: {};
|
|
750
|
+
readonly $id: "#/components/schemas/constraintSchema";
|
|
751
|
+
readonly additionalProperties: false;
|
|
752
|
+
};
|
|
753
|
+
readonly parametersSchema: {
|
|
754
|
+
readonly $id: "#/components/schemas/parametersSchema";
|
|
755
|
+
readonly type: "object";
|
|
756
|
+
readonly description: "A list of parameters for a strategy";
|
|
757
|
+
readonly additionalProperties: {
|
|
758
|
+
readonly type: "string";
|
|
759
|
+
};
|
|
760
|
+
readonly components: {};
|
|
761
|
+
};
|
|
762
|
+
readonly strategyVariantSchema: {
|
|
763
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
764
|
+
readonly type: "object";
|
|
765
|
+
readonly additionalProperties: false;
|
|
766
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
767
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
768
|
+
readonly properties: {
|
|
769
|
+
readonly name: {
|
|
770
|
+
readonly type: "string";
|
|
771
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
772
|
+
readonly example: "blue_group";
|
|
773
|
+
};
|
|
774
|
+
readonly weight: {
|
|
775
|
+
readonly type: "integer";
|
|
776
|
+
readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
|
|
777
|
+
readonly minimum: 0;
|
|
778
|
+
readonly maximum: 1000;
|
|
779
|
+
};
|
|
780
|
+
readonly weightType: {
|
|
781
|
+
readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
|
|
782
|
+
readonly type: "string";
|
|
783
|
+
readonly example: "fix";
|
|
784
|
+
readonly enum: readonly ["variable", "fix"];
|
|
785
|
+
};
|
|
786
|
+
readonly stickiness: {
|
|
787
|
+
readonly type: "string";
|
|
788
|
+
readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
|
|
789
|
+
readonly example: "custom.context.field";
|
|
790
|
+
};
|
|
791
|
+
readonly payload: {
|
|
792
|
+
readonly type: "object";
|
|
793
|
+
readonly required: readonly ["type", "value"];
|
|
794
|
+
readonly description: "Extra data configured for this variant";
|
|
795
|
+
readonly properties: {
|
|
796
|
+
readonly type: {
|
|
797
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
798
|
+
readonly type: "string";
|
|
799
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
800
|
+
};
|
|
801
|
+
readonly value: {
|
|
802
|
+
readonly description: "The actual value of payload";
|
|
803
|
+
readonly type: "string";
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
readonly example: {
|
|
807
|
+
readonly type: "json";
|
|
808
|
+
readonly value: "{\"color\": \"red\"}";
|
|
809
|
+
};
|
|
810
|
+
};
|
|
811
|
+
};
|
|
812
|
+
readonly components: {};
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
};
|
|
817
|
+
readonly strategyVariantSchema: {
|
|
818
|
+
readonly $id: "#/components/schemas/strategyVariantSchema";
|
|
819
|
+
readonly type: "object";
|
|
820
|
+
readonly additionalProperties: false;
|
|
821
|
+
readonly description: "This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data to strategies instead of only returning `true`/`false`. Strategy variants take precedence over feature variants.";
|
|
822
|
+
readonly required: readonly ["name", "weight", "weightType", "stickiness"];
|
|
823
|
+
readonly properties: {
|
|
824
|
+
readonly name: {
|
|
825
|
+
readonly type: "string";
|
|
826
|
+
readonly description: "The variant name. Must be unique for this feature toggle";
|
|
827
|
+
readonly example: "blue_group";
|
|
828
|
+
};
|
|
829
|
+
readonly weight: {
|
|
830
|
+
readonly type: "integer";
|
|
831
|
+
readonly description: "The weight is the likelihood of any one user getting this variant. It is an integer between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
|
|
832
|
+
readonly minimum: 0;
|
|
833
|
+
readonly maximum: 1000;
|
|
834
|
+
};
|
|
835
|
+
readonly weightType: {
|
|
836
|
+
readonly description: "Set to `fix` if this variant must have exactly the weight allocated to it. If the type is `variable`, the weight will adjust so that the total weight of all variants adds up to 1000. Refer to the [variant weight documentation](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight).";
|
|
837
|
+
readonly type: "string";
|
|
838
|
+
readonly example: "fix";
|
|
839
|
+
readonly enum: readonly ["variable", "fix"];
|
|
840
|
+
};
|
|
841
|
+
readonly stickiness: {
|
|
842
|
+
readonly type: "string";
|
|
843
|
+
readonly description: "The [stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) to use for distribution of this variant. Stickiness is how Unleash guarantees that the same user gets the same variant every time";
|
|
844
|
+
readonly example: "custom.context.field";
|
|
845
|
+
};
|
|
846
|
+
readonly payload: {
|
|
847
|
+
readonly type: "object";
|
|
848
|
+
readonly required: readonly ["type", "value"];
|
|
849
|
+
readonly description: "Extra data configured for this variant";
|
|
850
|
+
readonly properties: {
|
|
851
|
+
readonly type: {
|
|
852
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
853
|
+
readonly type: "string";
|
|
854
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
855
|
+
};
|
|
856
|
+
readonly value: {
|
|
857
|
+
readonly description: "The actual value of payload";
|
|
858
|
+
readonly type: "string";
|
|
859
|
+
};
|
|
860
|
+
};
|
|
861
|
+
readonly example: {
|
|
862
|
+
readonly type: "json";
|
|
863
|
+
readonly value: "{\"color\": \"red\"}";
|
|
864
|
+
};
|
|
865
|
+
};
|
|
866
|
+
};
|
|
867
|
+
readonly components: {};
|
|
868
|
+
};
|
|
869
|
+
readonly overrideSchema: {
|
|
870
|
+
readonly $id: "#/components/schemas/overrideSchema";
|
|
871
|
+
readonly type: "object";
|
|
872
|
+
readonly additionalProperties: false;
|
|
873
|
+
readonly required: readonly ["contextName", "values"];
|
|
874
|
+
readonly description: "An override for deciding which variant should be assigned to a user based on the context name";
|
|
875
|
+
readonly properties: {
|
|
876
|
+
readonly contextName: {
|
|
877
|
+
readonly description: "The name of the context field used to determine overrides";
|
|
878
|
+
readonly type: "string";
|
|
879
|
+
readonly example: "userId";
|
|
880
|
+
};
|
|
881
|
+
readonly values: {
|
|
882
|
+
readonly description: "Which values that should be overriden";
|
|
883
|
+
readonly type: "array";
|
|
884
|
+
readonly items: {
|
|
885
|
+
readonly type: "string";
|
|
886
|
+
};
|
|
887
|
+
readonly example: readonly ["red", "blue"];
|
|
888
|
+
};
|
|
889
|
+
};
|
|
890
|
+
readonly components: {};
|
|
891
|
+
};
|
|
892
|
+
readonly parametersSchema: {
|
|
893
|
+
readonly $id: "#/components/schemas/parametersSchema";
|
|
894
|
+
readonly type: "object";
|
|
895
|
+
readonly description: "A list of parameters for a strategy";
|
|
896
|
+
readonly additionalProperties: {
|
|
897
|
+
readonly type: "string";
|
|
898
|
+
};
|
|
899
|
+
readonly components: {};
|
|
900
|
+
};
|
|
901
|
+
readonly variantSchema: {
|
|
902
|
+
readonly $id: "#/components/schemas/variantSchema";
|
|
903
|
+
readonly type: "object";
|
|
904
|
+
readonly additionalProperties: false;
|
|
905
|
+
readonly description: "A variant allows for further separation of users into segments. See [our excellent documentation](https://docs.getunleash.io/reference/feature-toggle-variants#what-are-variants) for a more detailed description";
|
|
906
|
+
readonly required: readonly ["name", "weight"];
|
|
907
|
+
readonly properties: {
|
|
908
|
+
readonly name: {
|
|
909
|
+
readonly type: "string";
|
|
910
|
+
readonly description: "The variants name. Is unique for this feature toggle";
|
|
911
|
+
readonly example: "blue_group";
|
|
912
|
+
};
|
|
913
|
+
readonly weight: {
|
|
914
|
+
readonly type: "number";
|
|
915
|
+
readonly description: "The weight is the likelihood of any one user getting this variant. It is a number between 0 and 1000. See the section on [variant weights](https://docs.getunleash.io/reference/feature-toggle-variants#variant-weight) for more information";
|
|
916
|
+
readonly minimum: 0;
|
|
917
|
+
readonly maximum: 1000;
|
|
918
|
+
};
|
|
919
|
+
readonly weightType: {
|
|
920
|
+
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";
|
|
921
|
+
readonly type: "string";
|
|
922
|
+
readonly example: "variable";
|
|
923
|
+
readonly enum: readonly ["variable", "fix"];
|
|
924
|
+
};
|
|
925
|
+
readonly stickiness: {
|
|
926
|
+
readonly type: "string";
|
|
927
|
+
readonly description: "[Stickiness](https://docs.getunleash.io/reference/feature-toggle-variants#variant-stickiness) is how Unleash guarantees that the same user gets the same variant every time";
|
|
928
|
+
readonly example: "custom.context.field";
|
|
929
|
+
};
|
|
930
|
+
readonly payload: {
|
|
931
|
+
readonly type: "object";
|
|
932
|
+
readonly required: readonly ["type", "value"];
|
|
933
|
+
readonly description: "Extra data configured for this variant";
|
|
934
|
+
readonly additionalProperties: false;
|
|
935
|
+
readonly properties: {
|
|
936
|
+
readonly type: {
|
|
937
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
938
|
+
readonly type: "string";
|
|
939
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
940
|
+
};
|
|
941
|
+
readonly value: {
|
|
942
|
+
readonly description: "The actual value of payload";
|
|
943
|
+
readonly type: "string";
|
|
944
|
+
};
|
|
945
|
+
};
|
|
946
|
+
readonly example: {
|
|
947
|
+
readonly type: "json";
|
|
948
|
+
readonly value: "{\"color\": \"red\"}";
|
|
949
|
+
};
|
|
950
|
+
};
|
|
951
|
+
readonly overrides: {
|
|
952
|
+
readonly description: "Overrides assigning specific variants to specific users. The weighting system automatically assigns users to specific groups for you, but any overrides in this list will take precedence.";
|
|
953
|
+
readonly type: "array";
|
|
954
|
+
readonly items: {
|
|
955
|
+
readonly $ref: "#/components/schemas/overrideSchema";
|
|
956
|
+
};
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
readonly components: {
|
|
960
|
+
readonly schemas: {
|
|
961
|
+
readonly overrideSchema: {
|
|
962
|
+
readonly $id: "#/components/schemas/overrideSchema";
|
|
963
|
+
readonly type: "object";
|
|
964
|
+
readonly additionalProperties: false;
|
|
965
|
+
readonly required: readonly ["contextName", "values"];
|
|
966
|
+
readonly description: "An override for deciding which variant should be assigned to a user based on the context name";
|
|
967
|
+
readonly properties: {
|
|
968
|
+
readonly contextName: {
|
|
969
|
+
readonly description: "The name of the context field used to determine overrides";
|
|
970
|
+
readonly type: "string";
|
|
971
|
+
readonly example: "userId";
|
|
972
|
+
};
|
|
973
|
+
readonly values: {
|
|
974
|
+
readonly description: "Which values that should be overriden";
|
|
975
|
+
readonly type: "array";
|
|
976
|
+
readonly items: {
|
|
977
|
+
readonly type: "string";
|
|
978
|
+
};
|
|
979
|
+
readonly example: readonly ["red", "blue"];
|
|
980
|
+
};
|
|
981
|
+
};
|
|
982
|
+
readonly components: {};
|
|
983
|
+
};
|
|
984
|
+
};
|
|
985
|
+
};
|
|
986
|
+
};
|
|
987
|
+
readonly tagSchema: {
|
|
988
|
+
readonly $id: "#/components/schemas/tagSchema";
|
|
989
|
+
readonly type: "object";
|
|
990
|
+
readonly description: "Representation of a [tag](https://docs.getunleash.io/reference/tags)";
|
|
991
|
+
readonly additionalProperties: false;
|
|
992
|
+
readonly required: readonly ["value", "type"];
|
|
993
|
+
readonly properties: {
|
|
994
|
+
readonly value: {
|
|
995
|
+
readonly type: "string";
|
|
996
|
+
readonly minLength: 2;
|
|
997
|
+
readonly maxLength: 50;
|
|
998
|
+
readonly description: "The value of the tag";
|
|
999
|
+
readonly example: "a-tag-value";
|
|
1000
|
+
};
|
|
1001
|
+
readonly type: {
|
|
1002
|
+
readonly type: "string";
|
|
1003
|
+
readonly minLength: 2;
|
|
1004
|
+
readonly maxLength: 50;
|
|
1005
|
+
readonly default: "simple";
|
|
1006
|
+
readonly description: "The [type](https://docs.getunleash.io/reference/tags#tag-types) of the tag";
|
|
1007
|
+
readonly example: "simple";
|
|
1008
|
+
};
|
|
1009
|
+
};
|
|
1010
|
+
readonly components: {};
|
|
1011
|
+
};
|
|
1012
|
+
};
|
|
1013
|
+
};
|
|
1014
|
+
};
|
|
1015
|
+
export declare type FeatureSearchResponseSchema = FromSchema<typeof featureSearchResponseSchema>;
|
|
1016
|
+
//# sourceMappingURL=feature-search-response-schema.d.ts.map
|