unleash-server 5.4.3 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/lib/addons/addon-schema.js +2 -1
- package/dist/lib/addons/addon-schema.js.map +1 -1
- package/dist/lib/addons/datadog-definition.js +22 -7
- package/dist/lib/addons/datadog-definition.js.map +1 -1
- package/dist/lib/addons/datadog.d.ts +7 -1
- package/dist/lib/addons/datadog.js +16 -3
- package/dist/lib/addons/datadog.js.map +1 -1
- package/dist/lib/addons/datadog.test.js +62 -0
- package/dist/lib/addons/datadog.test.js.map +1 -1
- package/dist/lib/addons/index.js +3 -11
- package/dist/lib/addons/index.js.map +1 -1
- package/dist/lib/addons/slack-app-definition.js +5 -24
- package/dist/lib/addons/slack-app-definition.js.map +1 -1
- package/dist/lib/addons/slack-app.d.ts +0 -1
- package/dist/lib/addons/slack-app.js +5 -17
- package/dist/lib/addons/slack-app.js.map +1 -1
- package/dist/lib/addons/slack-app.test.js +39 -25
- package/dist/lib/addons/slack-app.test.js.map +1 -1
- package/dist/lib/addons/slack-definition.js +11 -4
- package/dist/lib/addons/slack-definition.js.map +1 -1
- package/dist/lib/addons/teams-definition.js +5 -4
- package/dist/lib/addons/teams-definition.js.map +1 -1
- package/dist/lib/addons/webhook-definition.js +10 -12
- package/dist/lib/addons/webhook-definition.js.map +1 -1
- package/dist/lib/create-config.js +13 -1
- package/dist/lib/create-config.js.map +1 -1
- package/dist/lib/create-config.test.js +14 -0
- package/dist/lib/create-config.test.js.map +1 -1
- package/dist/lib/db/access-store.d.ts +23 -5
- package/dist/lib/db/access-store.js +263 -17
- package/dist/lib/db/access-store.js.map +1 -1
- package/dist/lib/db/access-store.test.js +83 -0
- package/dist/lib/db/access-store.test.js.map +1 -0
- package/dist/lib/db/client-applications-store.d.ts +1 -3
- package/dist/lib/db/client-applications-store.js +13 -24
- package/dist/lib/db/client-applications-store.js.map +1 -1
- package/dist/lib/db/event-store.js +1 -0
- package/dist/lib/db/event-store.js.map +1 -1
- package/dist/lib/db/feature-toggle-client-store.js +17 -4
- package/dist/lib/db/feature-toggle-client-store.js.map +1 -1
- package/dist/lib/db/feature-toggle-store.js +1 -1
- package/dist/lib/db/feature-toggle-store.js.map +1 -1
- package/dist/lib/db/group-store.d.ts +4 -2
- package/dist/lib/db/group-store.js +24 -0
- package/dist/lib/db/group-store.js.map +1 -1
- package/dist/lib/db/index.d.ts +1 -2
- package/dist/lib/db/index.js +5 -1
- package/dist/lib/db/index.js.map +1 -1
- package/dist/lib/db/project-stats-store.d.ts +2 -0
- package/dist/lib/db/project-stats-store.js +27 -0
- package/dist/lib/db/project-stats-store.js.map +1 -1
- package/dist/lib/db/project-store.d.ts +7 -1
- package/dist/lib/db/project-store.js +34 -1
- package/dist/lib/db/project-store.js.map +1 -1
- package/dist/lib/error/bad-data-error.d.ts +1 -1
- package/dist/lib/error/index.d.ts +2 -1
- package/dist/lib/error/index.js +3 -1
- package/dist/lib/error/index.js.map +1 -1
- package/dist/lib/error/pattern-error.d.ts +10 -0
- package/dist/lib/error/pattern-error.js +20 -0
- package/dist/lib/error/pattern-error.js.map +1 -0
- package/dist/lib/features/dependent-features/createDependentFeaturesService.d.ts +3 -0
- package/dist/lib/features/dependent-features/createDependentFeaturesService.js +11 -0
- package/dist/lib/features/dependent-features/createDependentFeaturesService.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-controller.d.ts +28 -0
- package/dist/lib/features/dependent-features/dependent-features-controller.js +151 -0
- package/dist/lib/features/dependent-features/dependent-features-controller.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-service.d.ts +11 -0
- package/dist/lib/features/dependent-features/dependent-features-service.js +40 -0
- package/dist/lib/features/dependent-features/dependent-features-service.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-store-type.d.ts +8 -0
- package/dist/lib/features/dependent-features/dependent-features-store-type.js +3 -0
- package/dist/lib/features/dependent-features/dependent-features-store-type.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-store.d.ts +12 -0
- package/dist/lib/features/dependent-features/dependent-features-store.js +56 -0
- package/dist/lib/features/dependent-features/dependent-features-store.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features.d.ts +14 -0
- package/dist/lib/features/dependent-features/dependent-features.js +3 -0
- package/dist/lib/features/dependent-features/dependent-features.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent.features.e2e.test.d.ts +1 -0
- package/dist/lib/features/dependent-features/dependent.features.e2e.test.js +82 -0
- package/dist/lib/features/dependent-features/dependent.features.e2e.test.js.map +1 -0
- package/dist/lib/features/dependent-features/fake-dependent-features-store.d.ts +8 -0
- package/dist/lib/features/dependent-features/fake-dependent-features-store.js +22 -0
- package/dist/lib/features/dependent-features/fake-dependent-features-store.js.map +1 -0
- package/dist/lib/features/export-import-toggles/createExportImportService.js +6 -3
- package/dist/lib/features/export-import-toggles/createExportImportService.js.map +1 -1
- package/dist/lib/features/export-import-toggles/export-import-service.d.ts +9 -3
- package/dist/lib/features/export-import-toggles/export-import-service.js +51 -21
- 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 +120 -50
- package/dist/lib/features/export-import-toggles/export-import.e2e.test.js.map +1 -1
- package/dist/lib/features/export-import-toggles/import-permissions-service.d.ts +1 -2
- package/dist/lib/features/export-import-toggles/import-toggles-store-type.d.ts +6 -0
- package/dist/lib/features/export-import-toggles/import-toggles-store.d.ts +2 -1
- package/dist/lib/features/export-import-toggles/import-toggles-store.js +25 -0
- package/dist/lib/features/export-import-toggles/import-toggles-store.js.map +1 -1
- package/dist/lib/features/export-import-toggles/import-validation-messages.d.ts +18 -2
- package/dist/lib/features/export-import-toggles/import-validation-messages.js +27 -11
- package/dist/lib/features/export-import-toggles/import-validation-messages.js.map +1 -1
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.d.ts +14 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.js +46 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.js.map +1 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.d.ts +1 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js +116 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js.map +1 -0
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js +11 -2
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
- package/dist/lib/features/instance-stats/getActiveUsers.d.ts +9 -0
- package/dist/lib/features/instance-stats/getActiveUsers.e2e.test.d.ts +1 -0
- package/dist/lib/features/instance-stats/getActiveUsers.e2e.test.js +141 -0
- package/dist/lib/features/instance-stats/getActiveUsers.e2e.test.js.map +1 -0
- package/dist/lib/features/instance-stats/getActiveUsers.js +33 -0
- package/dist/lib/features/instance-stats/getActiveUsers.js.map +1 -0
- package/dist/lib/{services → features/instance-stats}/instance-stats-service.d.ts +13 -7
- package/dist/lib/{services → features/instance-stats}/instance-stats-service.js +16 -7
- package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -0
- package/dist/lib/features/instance-stats/instance-stats-service.test.d.ts +1 -0
- package/dist/lib/{services → features/instance-stats}/instance-stats-service.test.js +6 -5
- package/dist/lib/features/instance-stats/instance-stats-service.test.js.map +1 -0
- package/dist/lib/features/playground/advanced-playground.test.js +2 -3
- package/dist/lib/features/playground/advanced-playground.test.js.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/variant.d.ts +1 -1
- package/dist/lib/features/playground/generateObjectCombinations.d.ts +1 -1
- package/dist/lib/features/playground/generateObjectCombinations.js +14 -4
- package/dist/lib/features/playground/generateObjectCombinations.js.map +1 -1
- package/dist/lib/features/playground/generateObjectCombinations.test.js +21 -0
- package/dist/lib/features/playground/generateObjectCombinations.test.js.map +1 -1
- package/dist/lib/features/playground/playground-service.d.ts +5 -3
- package/dist/lib/features/playground/playground-service.js +18 -3
- package/dist/lib/features/playground/playground-service.js.map +1 -1
- package/dist/lib/features/playground/playground.d.ts +2 -1
- package/dist/lib/features/playground/playground.js +2 -1
- package/dist/lib/features/playground/playground.js.map +1 -1
- package/dist/lib/features/private-project/createPrivateProjectChecker.d.ts +5 -0
- package/dist/lib/features/private-project/createPrivateProjectChecker.js +22 -0
- package/dist/lib/features/private-project/createPrivateProjectChecker.js.map +1 -0
- package/dist/lib/features/private-project/fakePrivateProjectChecker.d.ts +7 -0
- package/dist/lib/features/private-project/fakePrivateProjectChecker.js +15 -0
- package/dist/lib/features/private-project/fakePrivateProjectChecker.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectChecker.d.ts +10 -0
- package/dist/lib/features/private-project/privateProjectChecker.js +22 -0
- package/dist/lib/features/private-project/privateProjectChecker.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectCheckerType.d.ts +5 -0
- package/dist/lib/features/private-project/privateProjectCheckerType.js +3 -0
- package/dist/lib/features/private-project/privateProjectCheckerType.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectStore.d.ts +18 -0
- package/dist/lib/features/private-project/privateProjectStore.js +70 -0
- package/dist/lib/features/private-project/privateProjectStore.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectStoreType.d.ts +4 -0
- package/dist/lib/features/private-project/privateProjectStoreType.js +3 -0
- package/dist/lib/features/private-project/privateProjectStoreType.js.map +1 -0
- package/dist/lib/features/project/createProjectService.js +5 -8
- package/dist/lib/features/project/createProjectService.js.map +1 -1
- package/dist/lib/features/segment/createSegmentService.js +5 -2
- package/dist/lib/features/segment/createSegmentService.js.map +1 -1
- package/dist/lib/features/segment/segment-controller.d.ts +39 -0
- package/dist/lib/features/segment/segment-controller.js +291 -0
- package/dist/lib/features/segment/segment-controller.js.map +1 -0
- package/dist/lib/metrics.d.ts +1 -1
- package/dist/lib/metrics.js +30 -1
- package/dist/lib/metrics.js.map +1 -1
- package/dist/lib/metrics.test.js +3 -2
- package/dist/lib/metrics.test.js.map +1 -1
- package/dist/lib/middleware/rbac-middleware.d.ts +2 -0
- package/dist/lib/middleware/rbac-middleware.js +2 -0
- package/dist/lib/middleware/rbac-middleware.js.map +1 -1
- package/dist/lib/middleware/secure-headers.js +18 -0
- package/dist/lib/middleware/secure-headers.js.map +1 -1
- package/dist/lib/openapi/index.js +13 -0
- package/dist/lib/openapi/index.js.map +1 -1
- package/dist/lib/openapi/meta-schema-rules.test.js +14 -4
- package/dist/lib/openapi/meta-schema-rules.test.js.map +1 -1
- package/dist/lib/openapi/spec/addon-type-schema.d.ts +6 -1
- package/dist/lib/openapi/spec/addon-type-schema.js +6 -1
- package/dist/lib/openapi/spec/addon-type-schema.js.map +1 -1
- package/dist/lib/openapi/spec/addons-schema.d.ts +8 -3
- package/dist/lib/openapi/spec/addons-schema.js +8 -3
- package/dist/lib/openapi/spec/addons-schema.js.map +1 -1
- package/dist/lib/openapi/spec/admin-segment-schema.d.ts +115 -0
- package/dist/lib/openapi/spec/admin-segment-schema.js +75 -0
- package/dist/lib/openapi/spec/admin-segment-schema.js.map +1 -0
- package/dist/lib/openapi/spec/admin-segment-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/admin-segment-schema.test.js +39 -0
- package/dist/lib/openapi/spec/admin-segment-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.d.ts +46 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.js +54 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.js.map +1 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.test.js +40 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +51 -6
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js +3 -1
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +101 -11
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.js +2 -0
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/advanced-playground-request-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +203 -22
- package/dist/lib/openapi/spec/advanced-playground-response-schema.js +2 -0
- package/dist/lib/openapi/spec/advanced-playground-response-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-feature-schema.d.ts +41 -6
- package/dist/lib/openapi/spec/client-feature-schema.js +9 -0
- package/dist/lib/openapi/spec/client-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-features-schema.d.ts +75 -12
- package/dist/lib/openapi/spec/client-features-schema.js +2 -0
- package/dist/lib/openapi/spec/client-features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.js +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-api-token-schema.d.ts +1 -139
- package/dist/lib/openapi/spec/create-api-token-schema.js +16 -20
- package/dist/lib/openapi/spec/create-api-token-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-dependent-feature-schema.d.ts +29 -0
- package/dist/lib/openapi/spec/create-dependent-feature-schema.js +31 -0
- package/dist/lib/openapi/spec/create-dependent-feature-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-feature-naming-pattern-schema.d.ts +29 -0
- package/dist/lib/openapi/spec/create-feature-naming-pattern-schema.js +33 -0
- package/dist/lib/openapi/spec/create-feature-naming-pattern-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/create-strategy-schema.d.ts +15 -0
- package/dist/lib/openapi/spec/create-strategy-schema.js +15 -0
- package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-strategy-variant-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/create-strategy-variant-schema.js +2 -2
- package/dist/lib/openapi/spec/create-strategy-variant-schema.js.map +1 -1
- package/dist/lib/openapi/spec/dependent-feature-schema.d.ts +30 -0
- package/dist/lib/openapi/spec/dependent-feature-schema.js +14 -0
- package/dist/lib/openapi/spec/dependent-feature-schema.js.map +1 -0
- package/dist/lib/openapi/spec/dora-features-schema.d.ts +20 -0
- package/dist/lib/openapi/spec/dora-features-schema.js +22 -0
- package/dist/lib/openapi/spec/dora-features-schema.js.map +1 -0
- package/dist/lib/openapi/spec/environment-project-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/environments-project-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/event-schema.d.ts +3 -3
- package/dist/lib/openapi/spec/events-schema.d.ts +3 -3
- package/dist/lib/openapi/spec/export-query-schema.d.ts +22 -15
- package/dist/lib/openapi/spec/export-query-schema.js +16 -15
- package/dist/lib/openapi/spec/export-query-schema.js.map +1 -1
- package/dist/lib/openapi/spec/export-result-schema.d.ts +26 -26
- package/dist/lib/openapi/spec/feature-environment-schema.d.ts +6 -6
- package/dist/lib/openapi/spec/feature-events-schema.d.ts +3 -3
- package/dist/lib/openapi/spec/feature-schema.d.ts +12 -12
- package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/feature-variants-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/features-schema.d.ts +24 -24
- package/dist/lib/openapi/spec/health-overview-schema.d.ts +63 -33
- package/dist/lib/openapi/spec/health-overview-schema.js +6 -1
- package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
- package/dist/lib/openapi/spec/health-report-schema.d.ts +63 -33
- package/dist/lib/openapi/spec/import-toggles-schema.d.ts +52 -52
- package/dist/lib/openapi/spec/index.d.ts +9 -0
- package/dist/lib/openapi/spec/index.js +9 -0
- package/dist/lib/openapi/spec/index.js.map +1 -1
- package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts +42 -0
- package/dist/lib/openapi/spec/instance-admin-stats-schema.js +42 -0
- package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
- package/dist/lib/openapi/spec/parent-feature-options-schema.d.ts +11 -0
- package/dist/lib/openapi/spec/parent-feature-options-schema.js +13 -0
- package/dist/lib/openapi/spec/parent-feature-options-schema.js.map +1 -0
- package/dist/lib/openapi/spec/playground-feature-schema.d.ts +5 -5
- package/dist/lib/openapi/spec/playground-request-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/playground-response-schema.d.ts +12 -10
- package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/playground-strategy-schema.js +1 -1
- package/dist/lib/openapi/spec/playground-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/profile-schema.d.ts +12 -12
- package/dist/lib/openapi/spec/project-dora-metrics-schema.d.ts +44 -0
- package/dist/lib/openapi/spec/project-dora-metrics-schema.js +28 -0
- package/dist/lib/openapi/spec/project-dora-metrics-schema.js.map +1 -0
- package/dist/lib/openapi/spec/project-environment-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/project-overview-schema.d.ts +63 -33
- package/dist/lib/openapi/spec/project-overview-schema.js +6 -1
- package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
- package/dist/lib/openapi/spec/project-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/project-schema.js +1 -1
- package/dist/lib/openapi/spec/project-schema.js.map +1 -1
- package/dist/lib/openapi/spec/projects-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/push-variants-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/sdk-context-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/sdk-context-schema.js +1 -0
- package/dist/lib/openapi/spec/sdk-context-schema.js.map +1 -1
- package/dist/lib/openapi/spec/sdk-flat-context-schema.d.ts +46 -0
- package/dist/lib/openapi/spec/sdk-flat-context-schema.js +15 -0
- package/dist/lib/openapi/spec/sdk-flat-context-schema.js.map +1 -0
- package/dist/lib/openapi/spec/search-events-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/segments-schema.d.ts +177 -0
- package/dist/lib/openapi/spec/segments-schema.js +26 -0
- package/dist/lib/openapi/spec/segments-schema.js.map +1 -0
- package/dist/lib/openapi/spec/segments-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/segments-schema.test.js +16 -0
- package/dist/lib/openapi/spec/segments-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/state-schema.d.ts +23 -23
- package/dist/lib/openapi/spec/strategy-variant-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.d.ts +35 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.js +37 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.js.map +1 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.test.js +19 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +8 -15
- package/dist/lib/openapi/spec/upsert-segment-schema.js +8 -17
- package/dist/lib/openapi/spec/upsert-segment-schema.js.map +1 -1
- package/dist/lib/openapi/spec/upsert-segment-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/upsert-segment-schema.test.js +35 -0
- package/dist/lib/openapi/spec/upsert-segment-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/validate-feature-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/validate-feature-schema.js +6 -0
- package/dist/lib/openapi/spec/validate-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variant-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/variant-schema.js +2 -2
- package/dist/lib/openapi/spec/variant-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variants-schema.d.ts +2 -2
- package/dist/lib/openapi/util/all-of.d.ts +3 -0
- package/dist/lib/openapi/util/all-of.js +34 -0
- package/dist/lib/openapi/util/all-of.js.map +1 -0
- package/dist/lib/openapi/util/openapi-tags.d.ts +46 -58
- package/dist/lib/openapi/util/openapi-tags.js +27 -34
- package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
- package/dist/lib/openapi/util/openapi-tags.test.d.ts +1 -0
- package/dist/lib/openapi/util/openapi-tags.test.js +15 -0
- package/dist/lib/openapi/util/openapi-tags.test.js.map +1 -0
- package/dist/lib/openapi/validate.js +0 -1
- package/dist/lib/openapi/validate.js.map +1 -1
- package/dist/lib/routes/admin-api/archive.d.ts +1 -1
- package/dist/lib/routes/admin-api/archive.js +3 -2
- package/dist/lib/routes/admin-api/archive.js.map +1 -1
- package/dist/lib/routes/admin-api/context.js +2 -1
- package/dist/lib/routes/admin-api/context.js.map +1 -1
- package/dist/lib/routes/admin-api/feature.js +2 -1
- package/dist/lib/routes/admin-api/feature.js.map +1 -1
- package/dist/lib/routes/admin-api/index.js +2 -0
- package/dist/lib/routes/admin-api/index.js.map +1 -1
- package/dist/lib/routes/admin-api/instance-admin.d.ts +2 -2
- package/dist/lib/routes/admin-api/instance-admin.js +7 -1
- package/dist/lib/routes/admin-api/instance-admin.js.map +1 -1
- package/dist/lib/routes/admin-api/metrics.d.ts +2 -1
- package/dist/lib/routes/admin-api/metrics.js +2 -1
- package/dist/lib/routes/admin-api/metrics.js.map +1 -1
- package/dist/lib/routes/admin-api/project/api-token.d.ts +2 -1
- package/dist/lib/routes/admin-api/project/api-token.js +12 -3
- package/dist/lib/routes/admin-api/project/api-token.js.map +1 -1
- package/dist/lib/routes/admin-api/project/environments.d.ts +2 -1
- package/dist/lib/routes/admin-api/project/environments.js +3 -1
- package/dist/lib/routes/admin-api/project/environments.js.map +1 -1
- package/dist/lib/routes/admin-api/project/index.d.ts +2 -1
- package/dist/lib/routes/admin-api/project/index.js +31 -0
- package/dist/lib/routes/admin-api/project/index.js.map +1 -1
- package/dist/lib/routes/admin-api/strategy.d.ts +1 -1
- package/dist/lib/routes/admin-api/strategy.js.map +1 -1
- package/dist/lib/routes/client-api/metrics.js +14 -8
- package/dist/lib/routes/client-api/metrics.js.map +1 -1
- package/dist/lib/routes/client-api/metrics.test.js +27 -0
- package/dist/lib/routes/client-api/metrics.test.js.map +1 -1
- package/dist/lib/routes/controller.d.ts +1 -1
- package/dist/lib/routes/controller.js +17 -10
- package/dist/lib/routes/controller.js.map +1 -1
- package/dist/lib/routes/proxy-api/index.js +5 -0
- package/dist/lib/routes/proxy-api/index.js.map +1 -1
- package/dist/lib/schema/role-schema.js +3 -1
- package/dist/lib/schema/role-schema.js.map +1 -1
- package/dist/lib/schema/role-schema.test.js +1 -1
- package/dist/lib/schema/role-schema.test.js.map +1 -1
- package/dist/lib/segments/segment-service-interface.d.ts +1 -1
- package/dist/lib/services/access-service.d.ts +29 -11
- package/dist/lib/services/access-service.js +53 -10
- package/dist/lib/services/access-service.js.map +1 -1
- package/dist/lib/services/access-service.test.js +2 -1
- package/dist/lib/services/access-service.test.js.map +1 -1
- package/dist/lib/services/addon-service.js +4 -2
- package/dist/lib/services/addon-service.js.map +1 -1
- package/dist/lib/services/addon-service.test.js +65 -0
- package/dist/lib/services/addon-service.test.js.map +1 -1
- package/dist/lib/services/client-metrics/instance-service.d.ts +5 -2
- package/dist/lib/services/client-metrics/instance-service.js +22 -3
- package/dist/lib/services/client-metrics/instance-service.js.map +1 -1
- package/dist/lib/services/client-metrics/instance-service.test.js +5 -4
- package/dist/lib/services/client-metrics/instance-service.test.js.map +1 -1
- package/dist/lib/services/context-service.d.ts +6 -2
- package/dist/lib/services/context-service.js +16 -2
- package/dist/lib/services/context-service.js.map +1 -1
- package/dist/lib/services/feature-service-potentially-stale.test.js +1 -1
- package/dist/lib/services/feature-service-potentially-stale.test.js.map +1 -1
- package/dist/lib/services/feature-toggle-service.d.ts +20 -7
- package/dist/lib/services/feature-toggle-service.js +109 -41
- package/dist/lib/services/feature-toggle-service.js.map +1 -1
- package/dist/lib/services/group-service.d.ts +4 -4
- package/dist/lib/services/group-service.js +17 -16
- package/dist/lib/services/group-service.js.map +1 -1
- package/dist/lib/services/index.d.ts +3 -2
- package/dist/lib/services/index.js +31 -17
- package/dist/lib/services/index.js.map +1 -1
- package/dist/lib/services/project-schema.js +9 -1
- package/dist/lib/services/project-schema.js.map +1 -1
- package/dist/lib/services/project-service.d.ts +16 -12
- package/dist/lib/services/project-service.js +127 -17
- package/dist/lib/services/project-service.js.map +1 -1
- package/dist/lib/services/scheduler-service.d.ts +1 -1
- package/dist/lib/services/scheduler-service.js +3 -3
- package/dist/lib/services/scheduler-service.js.map +1 -1
- package/dist/lib/services/scheduler-service.test.js +15 -15
- package/dist/lib/services/scheduler-service.test.js.map +1 -1
- package/dist/lib/services/segment-service.d.ts +4 -2
- package/dist/lib/services/segment-service.js +17 -10
- package/dist/lib/services/segment-service.js.map +1 -1
- package/dist/lib/services/state-service.test.js +13 -3
- package/dist/lib/services/state-service.test.js.map +1 -1
- package/dist/lib/services/version-service.test.js +3 -0
- package/dist/lib/services/version-service.test.js.map +1 -1
- package/dist/lib/types/events.d.ts +61 -1
- package/dist/lib/types/events.js +66 -4
- package/dist/lib/types/events.js.map +1 -1
- package/dist/lib/types/experimental.d.ts +1 -1
- package/dist/lib/types/experimental.js +9 -5
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/lib/types/group.d.ts +2 -2
- package/dist/lib/types/model.d.ts +31 -2
- package/dist/lib/types/model.js.map +1 -1
- package/dist/lib/types/no-auth-user.d.ts +1 -0
- package/dist/lib/types/no-auth-user.js +3 -1
- package/dist/lib/types/no-auth-user.js.map +1 -1
- package/dist/lib/types/option.d.ts +7 -0
- package/dist/lib/types/services.d.ts +6 -1
- package/dist/lib/types/stores/access-store.d.ts +23 -4
- package/dist/lib/types/stores/feature-strategies-store.d.ts +2 -1
- package/dist/lib/types/stores/group-store.d.ts +4 -2
- package/dist/lib/types/stores/project-stats-store-type.d.ts +2 -0
- package/dist/lib/types/stores/project-store.d.ts +7 -14
- package/dist/lib/types/stores/strategy-store.d.ts +3 -17
- package/dist/lib/types/stores.d.ts +5 -1
- package/dist/lib/util/findDuplicates.d.ts +1 -0
- package/dist/lib/util/findDuplicates.js +18 -0
- package/dist/lib/util/findDuplicates.js.map +1 -0
- package/dist/lib/util/findDuplicates.test.d.ts +1 -0
- package/dist/lib/util/findDuplicates.test.js +23 -0
- package/dist/lib/util/findDuplicates.test.js.map +1 -0
- package/dist/migrations/20230830121352-update-client-applications-usage-table.d.ts +2 -0
- package/dist/migrations/20230830121352-update-client-applications-usage-table.js +16 -0
- package/dist/migrations/20230830121352-update-client-applications-usage-table.js.map +1 -0
- package/dist/migrations/20230905122605-add-feature-naming-description.d.ts +2 -0
- package/dist/migrations/20230905122605-add-feature-naming-description.js +13 -0
- package/dist/migrations/20230905122605-add-feature-naming-description.js.map +1 -0
- package/dist/migrations/20230919104006-dependent-features.d.ts +2 -0
- package/dist/migrations/20230919104006-dependent-features.js +21 -0
- package/dist/migrations/20230919104006-dependent-features.js.map +1 -0
- package/dist/migrations/20230927071830-reset-pnps-feedback.d.ts +2 -0
- package/dist/migrations/20230927071830-reset-pnps-feedback.js +10 -0
- package/dist/migrations/20230927071830-reset-pnps-feedback.js.map +1 -0
- package/dist/server-dev.js +7 -4
- package/dist/server-dev.js.map +1 -1
- package/dist/test/e2e/api/admin/addon.e2e.test.js +0 -1
- package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js +8 -12
- package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/event.e2e.test.js +9 -2
- package/dist/test/e2e/api/admin/event.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/metrics.e2e.test.js +2 -10
- package/dist/test/e2e/api/admin/metrics.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/environments.e2e.test.js +8 -0
- package/dist/test/e2e/api/admin/project/environments.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/features.e2e.test.js +41 -15
- package/dist/test/e2e/api/admin/project/features.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js +30 -3
- package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/segment.e2e.test.d.ts +1 -0
- package/dist/test/e2e/api/admin/segment.e2e.test.js +272 -0
- package/dist/test/e2e/api/admin/segment.e2e.test.js.map +1 -0
- package/dist/test/e2e/api/admin/state.e2e.test.js +0 -11
- package/dist/test/e2e/api/admin/state.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/strategy.e2e.test.js +1 -1
- package/dist/test/e2e/api/client/feature.e2e.test.js +27 -3
- package/dist/test/e2e/api/client/feature.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/feature.token.access.e2e.test.js +2 -2
- package/dist/test/e2e/api/client/feature.token.access.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/segment.e2e.test.js +1 -1
- package/dist/test/e2e/api/client/segment.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js +34 -9
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js.map +1 -1
- package/dist/test/e2e/helpers/app.utils.d.ts +6 -0
- package/dist/test/e2e/helpers/app.utils.js +16 -0
- package/dist/test/e2e/helpers/app.utils.js.map +1 -0
- package/dist/test/e2e/helpers/database.json +24 -0
- package/dist/test/e2e/services/access-service.e2e.test.js +549 -135
- package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/api-token-service.e2e.test.js +4 -2
- package/dist/test/e2e/services/api-token-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/client-metrics-service.e2e.test.js +2 -1
- package/dist/test/e2e/services/client-metrics-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js +38 -5
- package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/group-service.e2e.test.js +16 -11
- package/dist/test/e2e/services/group-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/playground-service.test.js +5 -2
- package/dist/test/e2e/services/playground-service.test.js.map +1 -1
- package/dist/test/e2e/services/project-health-service.e2e.test.js +4 -2
- package/dist/test/e2e/services/project-health-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/project-service.e2e.test.js +242 -60
- package/dist/test/e2e/services/project-service.e2e.test.js.map +1 -1
- package/dist/test/fixtures/access-service-mock.d.ts +3 -4
- package/dist/test/fixtures/access-service-mock.js.map +1 -1
- package/dist/test/fixtures/fake-access-store.d.ts +15 -5
- package/dist/test/fixtures/fake-access-store.js +30 -3
- package/dist/test/fixtures/fake-access-store.js.map +1 -1
- package/dist/test/fixtures/fake-group-store.d.ts +4 -2
- package/dist/test/fixtures/fake-group-store.js +3 -0
- package/dist/test/fixtures/fake-group-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-stats-store.d.ts +1 -0
- package/dist/test/fixtures/fake-project-stats-store.js +3 -0
- package/dist/test/fixtures/fake-project-stats-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-store.d.ts +2 -1
- package/dist/test/fixtures/fake-project-store.js +3 -0
- package/dist/test/fixtures/fake-project-store.js.map +1 -1
- package/dist/test/fixtures/no-logger.d.ts +2 -1
- package/dist/test/fixtures/no-logger.js +8 -4
- package/dist/test/fixtures/no-logger.js.map +1 -1
- package/dist/test/fixtures/store.js +3 -0
- package/dist/test/fixtures/store.js.map +1 -1
- package/frontend/README.md +7 -1
- package/frontend/build/index.html +2 -2
- package/frontend/build/static/{AdvancedPlayground-1748fcdd.js → AdvancedPlayground-20059178.js} +11 -11
- package/frontend/build/static/CreateProject-6955728f.js +4 -0
- package/frontend/build/static/{Error-cbce6b64.js → Error-f56339ab.js} +1 -1
- package/frontend/build/static/FeatureArchiveDialog-33dc3a5b.js +10 -0
- package/frontend/build/static/{FeatureMetricsChart-8fd8a304.js → FeatureMetricsChart-5ad514bc.js} +2 -2
- package/frontend/build/static/FeatureViewLazyExport-85a68ed0.js +7 -0
- package/frontend/build/static/LazyAdminExport-e2677758.js +35 -0
- package/frontend/build/static/LazyProjectExport-969bb54e.js +24 -0
- package/frontend/build/static/Logo-android-218bddbb.svg +1 -0
- package/frontend/build/static/Logo-flutter-cc3c706f.svg +1 -0
- package/frontend/build/static/Logo-go-02475b3d.svg +1 -0
- package/frontend/build/static/Logo-java-6e556b26.svg +1 -0
- package/frontend/build/static/Logo-javascript-caebc06e.svg +1 -0
- package/frontend/build/static/Logo-net-0a33abee.svg +1 -0
- package/frontend/build/static/Logo-node-318ed025.svg +1 -0
- package/frontend/build/static/Logo-php-201f18c3.svg +1 -0
- package/frontend/build/static/Logo-python-4305760e.svg +1 -0
- package/frontend/build/static/Logo-react-18e98687.svg +1 -0
- package/frontend/build/static/Logo-ruby-58f46832.svg +1 -0
- package/frontend/build/static/Logo-rust-c83a80f9.svg +1 -0
- package/frontend/build/static/Logo-svelte-97dcb624.svg +1 -0
- package/frontend/build/static/Logo-swift-315f842b.svg +5 -0
- package/frontend/build/static/Logo-vue-0de73099.svg +1 -0
- package/frontend/build/static/{NetworkOverview-349a7bdd.js → NetworkOverview-894877e6.js} +2 -2
- package/frontend/build/static/{NetworkTraffic-60478e50.js → NetworkTraffic-81eff1ae.js} +1 -1
- package/frontend/build/static/ReactJSONEditor-59c8a094.js +129 -0
- package/frontend/build/static/RoleCell-35857d41.js +1 -0
- package/frontend/build/static/{StrategyItemContainer-a4caeace.js → StrategyItemContainer-b250f2d4.js} +1 -1
- package/frontend/build/static/{chartjs-adapter-date-fns.esm-03d2fbea.js → chartjs-adapter-date-fns.esm-c51fe022.js} +1 -1
- package/frontend/build/static/cr-db7653ac.png +0 -0
- package/frontend/build/static/datadog-543762b6.svg +5 -0
- package/frontend/build/static/edge-daisy-chaining-012bfdef.svg +48 -0
- package/frontend/build/static/edge-mode-5d25949b.svg +22 -0
- package/frontend/build/static/edge-offline-f6a0f761.svg +19 -0
- package/frontend/build/static/{flowchart-elk-definition-170a3958-fc100c77.js → flowchart-elk-definition-170a3958-a8c4a86a.js} +1 -1
- package/frontend/build/static/{index-866f9bf9.js → index-0515f416.js} +1 -1
- package/frontend/build/static/index-942e9eeb.js +463 -0
- package/frontend/build/static/{index-3c63138f.js → index-a59b2d65.js} +1 -1
- package/frontend/build/static/{is_dark-31c253e9.js → is_dark-464961a8.js} +1 -1
- package/frontend/build/static/jira-1abe7cbf.svg +17 -0
- package/frontend/build/static/{mindmap-definition-44684416-398682f9.js → mindmap-definition-44684416-3a71a9a5.js} +1 -1
- package/frontend/build/static/slack-36ce798a.svg +18 -0
- package/frontend/build/static/style-97d3ef98.css +1 -0
- package/frontend/build/static/teams-4e30b51f.svg +45 -0
- package/frontend/build/static/{timeline-definition-8e5a9bc6-04a0ae08.js → timeline-definition-8e5a9bc6-da4ebc88.js} +1 -1
- package/frontend/build/static/{unknownify-b8618d88.js → unknownify-3563456b.js} +1 -1
- package/frontend/build/static/unleash-integration-949d8966.svg +1 -0
- package/frontend/build/static/webhooks-b1b44207.svg +16 -0
- package/frontend/package.json +20 -18
- package/package.json +23 -23
- package/dist/lib/services/instance-stats-service.js.map +0 -1
- package/dist/lib/services/instance-stats-service.test.js.map +0 -1
- package/frontend/build/static/CreateProject-972fa820.js +0 -4
- package/frontend/build/static/FeatureArchiveDialog-8a281845.js +0 -10
- package/frontend/build/static/FeatureViewLazyExport-a215d53b.js +0 -7
- package/frontend/build/static/LazyAdminExport-ba7d55ca.js +0 -35
- package/frontend/build/static/LazyProjectExport-12bccd40.js +0 -17
- package/frontend/build/static/RoleCell-144e7eca.js +0 -1
- package/frontend/build/static/datadog-591b6a73.svg +0 -1
- package/frontend/build/static/index-17d74ac9.js +0 -454
- package/frontend/build/static/slack-c0af31c6.svg +0 -1
- package/frontend/build/static/style-770afaee.css +0 -1
- package/frontend/build/static/teams-62e72076.svg +0 -26
- package/frontend/build/static/webhooks-ffa904ac.svg +0 -1
- /package/dist/lib/{services/instance-stats-service.test.d.ts → db/access-store.test.d.ts} +0 -0
- /package/frontend/build/static/{jira-d9eb9af9.svg → jira-comment-d9eb9af9.svg} +0 -0
|
@@ -42,7 +42,7 @@ export declare const healthReportSchema: {
|
|
|
42
42
|
};
|
|
43
43
|
readonly mode: {
|
|
44
44
|
readonly type: "string";
|
|
45
|
-
readonly enum: readonly ["open", "protected"];
|
|
45
|
+
readonly enum: readonly ["open", "protected", "private"];
|
|
46
46
|
readonly example: "open";
|
|
47
47
|
readonly description: "The project's [collaboration mode](https://docs.getunleash.io/reference/project-collaboration-mode). Determines whether non-project members can submit change requests or not.";
|
|
48
48
|
};
|
|
@@ -100,6 +100,9 @@ export declare const healthReportSchema: {
|
|
|
100
100
|
readonly $ref: "#/components/schemas/projectStatsSchema";
|
|
101
101
|
readonly description: "Project statistics";
|
|
102
102
|
};
|
|
103
|
+
readonly featureNaming: {
|
|
104
|
+
readonly $ref: "#/components/schemas/createFeatureNamingPatternSchema";
|
|
105
|
+
};
|
|
103
106
|
};
|
|
104
107
|
readonly type: "object";
|
|
105
108
|
readonly additionalProperties: false;
|
|
@@ -341,9 +344,9 @@ export declare const healthReportSchema: {
|
|
|
341
344
|
readonly description: "Extra data configured for this variant";
|
|
342
345
|
readonly properties: {
|
|
343
346
|
readonly type: {
|
|
344
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
347
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
345
348
|
readonly type: "string";
|
|
346
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
349
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
347
350
|
};
|
|
348
351
|
readonly value: {
|
|
349
352
|
readonly description: "The actual value of payload";
|
|
@@ -395,9 +398,9 @@ export declare const healthReportSchema: {
|
|
|
395
398
|
readonly description: "Extra data configured for this variant";
|
|
396
399
|
readonly properties: {
|
|
397
400
|
readonly type: {
|
|
398
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
401
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
399
402
|
readonly type: "string";
|
|
400
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
403
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
401
404
|
};
|
|
402
405
|
readonly value: {
|
|
403
406
|
readonly description: "The actual value of payload";
|
|
@@ -571,9 +574,9 @@ export declare const healthReportSchema: {
|
|
|
571
574
|
readonly description: "Extra data configured for this variant";
|
|
572
575
|
readonly properties: {
|
|
573
576
|
readonly type: {
|
|
574
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
577
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
575
578
|
readonly type: "string";
|
|
576
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
579
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
577
580
|
};
|
|
578
581
|
readonly value: {
|
|
579
582
|
readonly description: "The actual value of payload";
|
|
@@ -625,9 +628,9 @@ export declare const healthReportSchema: {
|
|
|
625
628
|
readonly description: "Extra data configured for this variant";
|
|
626
629
|
readonly properties: {
|
|
627
630
|
readonly type: {
|
|
628
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
631
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
629
632
|
readonly type: "string";
|
|
630
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
633
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
631
634
|
};
|
|
632
635
|
readonly value: {
|
|
633
636
|
readonly description: "The actual value of payload";
|
|
@@ -1112,9 +1115,9 @@ export declare const healthReportSchema: {
|
|
|
1112
1115
|
readonly description: "Extra data configured for this variant";
|
|
1113
1116
|
readonly properties: {
|
|
1114
1117
|
readonly type: {
|
|
1115
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1118
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1116
1119
|
readonly type: "string";
|
|
1117
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1120
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1118
1121
|
};
|
|
1119
1122
|
readonly value: {
|
|
1120
1123
|
readonly description: "The actual value of payload";
|
|
@@ -1167,9 +1170,9 @@ export declare const healthReportSchema: {
|
|
|
1167
1170
|
readonly description: "Extra data configured for this variant";
|
|
1168
1171
|
readonly properties: {
|
|
1169
1172
|
readonly type: {
|
|
1170
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1173
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1171
1174
|
readonly type: "string";
|
|
1172
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1175
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1173
1176
|
};
|
|
1174
1177
|
readonly value: {
|
|
1175
1178
|
readonly description: "The actual value of payload";
|
|
@@ -1220,9 +1223,9 @@ export declare const healthReportSchema: {
|
|
|
1220
1223
|
readonly additionalProperties: false;
|
|
1221
1224
|
readonly properties: {
|
|
1222
1225
|
readonly type: {
|
|
1223
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1226
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1224
1227
|
readonly type: "string";
|
|
1225
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1228
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1226
1229
|
};
|
|
1227
1230
|
readonly value: {
|
|
1228
1231
|
readonly description: "The actual value of payload";
|
|
@@ -1428,9 +1431,9 @@ export declare const healthReportSchema: {
|
|
|
1428
1431
|
readonly description: "Extra data configured for this variant";
|
|
1429
1432
|
readonly properties: {
|
|
1430
1433
|
readonly type: {
|
|
1431
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1434
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1432
1435
|
readonly type: "string";
|
|
1433
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1436
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1434
1437
|
};
|
|
1435
1438
|
readonly value: {
|
|
1436
1439
|
readonly description: "The actual value of payload";
|
|
@@ -1483,9 +1486,9 @@ export declare const healthReportSchema: {
|
|
|
1483
1486
|
readonly description: "Extra data configured for this variant";
|
|
1484
1487
|
readonly properties: {
|
|
1485
1488
|
readonly type: {
|
|
1486
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1489
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1487
1490
|
readonly type: "string";
|
|
1488
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1491
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1489
1492
|
};
|
|
1490
1493
|
readonly value: {
|
|
1491
1494
|
readonly description: "The actual value of payload";
|
|
@@ -1568,9 +1571,9 @@ export declare const healthReportSchema: {
|
|
|
1568
1571
|
readonly additionalProperties: false;
|
|
1569
1572
|
readonly properties: {
|
|
1570
1573
|
readonly type: {
|
|
1571
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1574
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1572
1575
|
readonly type: "string";
|
|
1573
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1576
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1574
1577
|
};
|
|
1575
1578
|
readonly value: {
|
|
1576
1579
|
readonly description: "The actual value of payload";
|
|
@@ -1919,9 +1922,9 @@ export declare const healthReportSchema: {
|
|
|
1919
1922
|
readonly description: "Extra data configured for this variant";
|
|
1920
1923
|
readonly properties: {
|
|
1921
1924
|
readonly type: {
|
|
1922
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1925
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1923
1926
|
readonly type: "string";
|
|
1924
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1927
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1925
1928
|
};
|
|
1926
1929
|
readonly value: {
|
|
1927
1930
|
readonly description: "The actual value of payload";
|
|
@@ -1974,9 +1977,9 @@ export declare const healthReportSchema: {
|
|
|
1974
1977
|
readonly description: "Extra data configured for this variant";
|
|
1975
1978
|
readonly properties: {
|
|
1976
1979
|
readonly type: {
|
|
1977
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1980
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1978
1981
|
readonly type: "string";
|
|
1979
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1982
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1980
1983
|
};
|
|
1981
1984
|
readonly value: {
|
|
1982
1985
|
readonly description: "The actual value of payload";
|
|
@@ -2027,9 +2030,9 @@ export declare const healthReportSchema: {
|
|
|
2027
2030
|
readonly additionalProperties: false;
|
|
2028
2031
|
readonly properties: {
|
|
2029
2032
|
readonly type: {
|
|
2030
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2033
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2031
2034
|
readonly type: "string";
|
|
2032
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2035
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2033
2036
|
};
|
|
2034
2037
|
readonly value: {
|
|
2035
2038
|
readonly description: "The actual value of payload";
|
|
@@ -2267,9 +2270,9 @@ export declare const healthReportSchema: {
|
|
|
2267
2270
|
readonly description: "Extra data configured for this variant";
|
|
2268
2271
|
readonly properties: {
|
|
2269
2272
|
readonly type: {
|
|
2270
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2273
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2271
2274
|
readonly type: "string";
|
|
2272
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2275
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2273
2276
|
};
|
|
2274
2277
|
readonly value: {
|
|
2275
2278
|
readonly description: "The actual value of payload";
|
|
@@ -2322,9 +2325,9 @@ export declare const healthReportSchema: {
|
|
|
2322
2325
|
readonly description: "Extra data configured for this variant";
|
|
2323
2326
|
readonly properties: {
|
|
2324
2327
|
readonly type: {
|
|
2325
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2328
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2326
2329
|
readonly type: "string";
|
|
2327
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2330
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2328
2331
|
};
|
|
2329
2332
|
readonly value: {
|
|
2330
2333
|
readonly description: "The actual value of payload";
|
|
@@ -2375,9 +2378,9 @@ export declare const healthReportSchema: {
|
|
|
2375
2378
|
readonly additionalProperties: false;
|
|
2376
2379
|
readonly properties: {
|
|
2377
2380
|
readonly type: {
|
|
2378
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2381
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2379
2382
|
readonly type: "string";
|
|
2380
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2383
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2381
2384
|
};
|
|
2382
2385
|
readonly value: {
|
|
2383
2386
|
readonly description: "The actual value of payload";
|
|
@@ -2475,6 +2478,33 @@ export declare const healthReportSchema: {
|
|
|
2475
2478
|
};
|
|
2476
2479
|
readonly components: {};
|
|
2477
2480
|
};
|
|
2481
|
+
readonly createFeatureNamingPatternSchema: {
|
|
2482
|
+
readonly $id: "#/components/schemas/createFeatureNamingPatternSchema";
|
|
2483
|
+
readonly type: "object";
|
|
2484
|
+
readonly description: "Create a feature naming pattern";
|
|
2485
|
+
readonly required: readonly ["pattern"];
|
|
2486
|
+
readonly properties: {
|
|
2487
|
+
readonly pattern: {
|
|
2488
|
+
readonly type: "string";
|
|
2489
|
+
readonly nullable: true;
|
|
2490
|
+
readonly description: "A JavaScript regular expression pattern, without the start and end delimiters. Optional flags are not allowed.";
|
|
2491
|
+
readonly example: "^[A-Za-z]+\\.[A-Za-z]+\\.[A-Za-z0-9-]+$";
|
|
2492
|
+
};
|
|
2493
|
+
readonly example: {
|
|
2494
|
+
readonly type: "string";
|
|
2495
|
+
readonly nullable: true;
|
|
2496
|
+
readonly description: "An example of a feature name that matches the pattern. Must itself match the pattern supplied.";
|
|
2497
|
+
readonly example: "dx.feature1.1-135";
|
|
2498
|
+
};
|
|
2499
|
+
readonly description: {
|
|
2500
|
+
readonly type: "string";
|
|
2501
|
+
readonly nullable: true;
|
|
2502
|
+
readonly description: "A description of the pattern in a human-readable format. Will be shown to users when they create a new feature flag.";
|
|
2503
|
+
readonly example: "<project>.<featureName>.<ticket>\n\nThe flag name should contain the project name, the feature name, and the ticket number, each separated by a dot.";
|
|
2504
|
+
};
|
|
2505
|
+
};
|
|
2506
|
+
readonly components: {};
|
|
2507
|
+
};
|
|
2478
2508
|
};
|
|
2479
2509
|
};
|
|
2480
2510
|
};
|
|
@@ -580,9 +580,9 @@ export declare const importTogglesSchema: {
|
|
|
580
580
|
readonly description: "Extra data configured for this variant";
|
|
581
581
|
readonly properties: {
|
|
582
582
|
readonly type: {
|
|
583
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
583
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
584
584
|
readonly type: "string";
|
|
585
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
585
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
586
586
|
};
|
|
587
587
|
readonly value: {
|
|
588
588
|
readonly description: "The actual value of payload";
|
|
@@ -635,9 +635,9 @@ export declare const importTogglesSchema: {
|
|
|
635
635
|
readonly description: "Extra data configured for this variant";
|
|
636
636
|
readonly properties: {
|
|
637
637
|
readonly type: {
|
|
638
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
638
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
639
639
|
readonly type: "string";
|
|
640
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
640
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
641
641
|
};
|
|
642
642
|
readonly value: {
|
|
643
643
|
readonly description: "The actual value of payload";
|
|
@@ -688,9 +688,9 @@ export declare const importTogglesSchema: {
|
|
|
688
688
|
readonly additionalProperties: false;
|
|
689
689
|
readonly properties: {
|
|
690
690
|
readonly type: {
|
|
691
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
691
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
692
692
|
readonly type: "string";
|
|
693
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
693
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
694
694
|
};
|
|
695
695
|
readonly value: {
|
|
696
696
|
readonly description: "The actual value of payload";
|
|
@@ -896,9 +896,9 @@ export declare const importTogglesSchema: {
|
|
|
896
896
|
readonly description: "Extra data configured for this variant";
|
|
897
897
|
readonly properties: {
|
|
898
898
|
readonly type: {
|
|
899
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
899
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
900
900
|
readonly type: "string";
|
|
901
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
901
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
902
902
|
};
|
|
903
903
|
readonly value: {
|
|
904
904
|
readonly description: "The actual value of payload";
|
|
@@ -951,9 +951,9 @@ export declare const importTogglesSchema: {
|
|
|
951
951
|
readonly description: "Extra data configured for this variant";
|
|
952
952
|
readonly properties: {
|
|
953
953
|
readonly type: {
|
|
954
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
954
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
955
955
|
readonly type: "string";
|
|
956
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
956
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
957
957
|
};
|
|
958
958
|
readonly value: {
|
|
959
959
|
readonly description: "The actual value of payload";
|
|
@@ -1036,9 +1036,9 @@ export declare const importTogglesSchema: {
|
|
|
1036
1036
|
readonly additionalProperties: false;
|
|
1037
1037
|
readonly properties: {
|
|
1038
1038
|
readonly type: {
|
|
1039
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1039
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1040
1040
|
readonly type: "string";
|
|
1041
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1041
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1042
1042
|
};
|
|
1043
1043
|
readonly value: {
|
|
1044
1044
|
readonly description: "The actual value of payload";
|
|
@@ -1269,9 +1269,9 @@ export declare const importTogglesSchema: {
|
|
|
1269
1269
|
readonly description: "Extra data configured for this variant";
|
|
1270
1270
|
readonly properties: {
|
|
1271
1271
|
readonly type: {
|
|
1272
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1272
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1273
1273
|
readonly type: "string";
|
|
1274
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1274
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1275
1275
|
};
|
|
1276
1276
|
readonly value: {
|
|
1277
1277
|
readonly description: "The actual value of payload";
|
|
@@ -1324,9 +1324,9 @@ export declare const importTogglesSchema: {
|
|
|
1324
1324
|
readonly description: "Extra data configured for this variant";
|
|
1325
1325
|
readonly properties: {
|
|
1326
1326
|
readonly type: {
|
|
1327
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1327
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1328
1328
|
readonly type: "string";
|
|
1329
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1329
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1330
1330
|
};
|
|
1331
1331
|
readonly value: {
|
|
1332
1332
|
readonly description: "The actual value of payload";
|
|
@@ -1614,9 +1614,9 @@ export declare const importTogglesSchema: {
|
|
|
1614
1614
|
readonly description: "Extra data configured for this variant";
|
|
1615
1615
|
readonly properties: {
|
|
1616
1616
|
readonly type: {
|
|
1617
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1617
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1618
1618
|
readonly type: "string";
|
|
1619
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1619
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1620
1620
|
};
|
|
1621
1621
|
readonly value: {
|
|
1622
1622
|
readonly description: "The actual value of payload";
|
|
@@ -1669,9 +1669,9 @@ export declare const importTogglesSchema: {
|
|
|
1669
1669
|
readonly description: "Extra data configured for this variant";
|
|
1670
1670
|
readonly properties: {
|
|
1671
1671
|
readonly type: {
|
|
1672
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1672
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1673
1673
|
readonly type: "string";
|
|
1674
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1674
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1675
1675
|
};
|
|
1676
1676
|
readonly value: {
|
|
1677
1677
|
readonly description: "The actual value of payload";
|
|
@@ -1722,9 +1722,9 @@ export declare const importTogglesSchema: {
|
|
|
1722
1722
|
readonly additionalProperties: false;
|
|
1723
1723
|
readonly properties: {
|
|
1724
1724
|
readonly type: {
|
|
1725
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1725
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1726
1726
|
readonly type: "string";
|
|
1727
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1727
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1728
1728
|
};
|
|
1729
1729
|
readonly value: {
|
|
1730
1730
|
readonly description: "The actual value of payload";
|
|
@@ -1937,9 +1937,9 @@ export declare const importTogglesSchema: {
|
|
|
1937
1937
|
readonly additionalProperties: false;
|
|
1938
1938
|
readonly properties: {
|
|
1939
1939
|
readonly type: {
|
|
1940
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
1940
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
1941
1941
|
readonly type: "string";
|
|
1942
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
1942
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
1943
1943
|
};
|
|
1944
1944
|
readonly value: {
|
|
1945
1945
|
readonly description: "The actual value of payload";
|
|
@@ -2049,9 +2049,9 @@ export declare const importTogglesSchema: {
|
|
|
2049
2049
|
readonly additionalProperties: false;
|
|
2050
2050
|
readonly properties: {
|
|
2051
2051
|
readonly type: {
|
|
2052
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2052
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2053
2053
|
readonly type: "string";
|
|
2054
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2054
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2055
2055
|
};
|
|
2056
2056
|
readonly value: {
|
|
2057
2057
|
readonly description: "The actual value of payload";
|
|
@@ -2650,9 +2650,9 @@ export declare const importTogglesSchema: {
|
|
|
2650
2650
|
readonly description: "Extra data configured for this variant";
|
|
2651
2651
|
readonly properties: {
|
|
2652
2652
|
readonly type: {
|
|
2653
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2653
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2654
2654
|
readonly type: "string";
|
|
2655
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2655
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2656
2656
|
};
|
|
2657
2657
|
readonly value: {
|
|
2658
2658
|
readonly description: "The actual value of payload";
|
|
@@ -2705,9 +2705,9 @@ export declare const importTogglesSchema: {
|
|
|
2705
2705
|
readonly description: "Extra data configured for this variant";
|
|
2706
2706
|
readonly properties: {
|
|
2707
2707
|
readonly type: {
|
|
2708
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2708
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2709
2709
|
readonly type: "string";
|
|
2710
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2710
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2711
2711
|
};
|
|
2712
2712
|
readonly value: {
|
|
2713
2713
|
readonly description: "The actual value of payload";
|
|
@@ -2758,9 +2758,9 @@ export declare const importTogglesSchema: {
|
|
|
2758
2758
|
readonly additionalProperties: false;
|
|
2759
2759
|
readonly properties: {
|
|
2760
2760
|
readonly type: {
|
|
2761
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2761
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2762
2762
|
readonly type: "string";
|
|
2763
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2763
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2764
2764
|
};
|
|
2765
2765
|
readonly value: {
|
|
2766
2766
|
readonly description: "The actual value of payload";
|
|
@@ -2966,9 +2966,9 @@ export declare const importTogglesSchema: {
|
|
|
2966
2966
|
readonly description: "Extra data configured for this variant";
|
|
2967
2967
|
readonly properties: {
|
|
2968
2968
|
readonly type: {
|
|
2969
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
2969
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
2970
2970
|
readonly type: "string";
|
|
2971
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
2971
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
2972
2972
|
};
|
|
2973
2973
|
readonly value: {
|
|
2974
2974
|
readonly description: "The actual value of payload";
|
|
@@ -3021,9 +3021,9 @@ export declare const importTogglesSchema: {
|
|
|
3021
3021
|
readonly description: "Extra data configured for this variant";
|
|
3022
3022
|
readonly properties: {
|
|
3023
3023
|
readonly type: {
|
|
3024
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
3024
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
3025
3025
|
readonly type: "string";
|
|
3026
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
3026
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
3027
3027
|
};
|
|
3028
3028
|
readonly value: {
|
|
3029
3029
|
readonly description: "The actual value of payload";
|
|
@@ -3106,9 +3106,9 @@ export declare const importTogglesSchema: {
|
|
|
3106
3106
|
readonly additionalProperties: false;
|
|
3107
3107
|
readonly properties: {
|
|
3108
3108
|
readonly type: {
|
|
3109
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
3109
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
3110
3110
|
readonly type: "string";
|
|
3111
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
3111
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
3112
3112
|
};
|
|
3113
3113
|
readonly value: {
|
|
3114
3114
|
readonly description: "The actual value of payload";
|
|
@@ -3339,9 +3339,9 @@ export declare const importTogglesSchema: {
|
|
|
3339
3339
|
readonly description: "Extra data configured for this variant";
|
|
3340
3340
|
readonly properties: {
|
|
3341
3341
|
readonly type: {
|
|
3342
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
3342
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
3343
3343
|
readonly type: "string";
|
|
3344
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
3344
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
3345
3345
|
};
|
|
3346
3346
|
readonly value: {
|
|
3347
3347
|
readonly description: "The actual value of payload";
|
|
@@ -3394,9 +3394,9 @@ export declare const importTogglesSchema: {
|
|
|
3394
3394
|
readonly description: "Extra data configured for this variant";
|
|
3395
3395
|
readonly properties: {
|
|
3396
3396
|
readonly type: {
|
|
3397
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
3397
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
3398
3398
|
readonly type: "string";
|
|
3399
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
3399
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
3400
3400
|
};
|
|
3401
3401
|
readonly value: {
|
|
3402
3402
|
readonly description: "The actual value of payload";
|
|
@@ -3684,9 +3684,9 @@ export declare const importTogglesSchema: {
|
|
|
3684
3684
|
readonly description: "Extra data configured for this variant";
|
|
3685
3685
|
readonly properties: {
|
|
3686
3686
|
readonly type: {
|
|
3687
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
3687
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
3688
3688
|
readonly type: "string";
|
|
3689
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
3689
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
3690
3690
|
};
|
|
3691
3691
|
readonly value: {
|
|
3692
3692
|
readonly description: "The actual value of payload";
|
|
@@ -3739,9 +3739,9 @@ export declare const importTogglesSchema: {
|
|
|
3739
3739
|
readonly description: "Extra data configured for this variant";
|
|
3740
3740
|
readonly properties: {
|
|
3741
3741
|
readonly type: {
|
|
3742
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
3742
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
3743
3743
|
readonly type: "string";
|
|
3744
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
3744
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
3745
3745
|
};
|
|
3746
3746
|
readonly value: {
|
|
3747
3747
|
readonly description: "The actual value of payload";
|
|
@@ -3792,9 +3792,9 @@ export declare const importTogglesSchema: {
|
|
|
3792
3792
|
readonly additionalProperties: false;
|
|
3793
3793
|
readonly properties: {
|
|
3794
3794
|
readonly type: {
|
|
3795
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
3795
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
3796
3796
|
readonly type: "string";
|
|
3797
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
3797
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
3798
3798
|
};
|
|
3799
3799
|
readonly value: {
|
|
3800
3800
|
readonly description: "The actual value of payload";
|
|
@@ -4103,9 +4103,9 @@ export declare const importTogglesSchema: {
|
|
|
4103
4103
|
readonly additionalProperties: false;
|
|
4104
4104
|
readonly properties: {
|
|
4105
4105
|
readonly type: {
|
|
4106
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
4106
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
4107
4107
|
readonly type: "string";
|
|
4108
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
4108
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
4109
4109
|
};
|
|
4110
4110
|
readonly value: {
|
|
4111
4111
|
readonly description: "The actual value of payload";
|
|
@@ -4215,9 +4215,9 @@ export declare const importTogglesSchema: {
|
|
|
4215
4215
|
readonly additionalProperties: false;
|
|
4216
4216
|
readonly properties: {
|
|
4217
4217
|
readonly type: {
|
|
4218
|
-
readonly description: "The type of the value. Commonly used types are string, json and csv.";
|
|
4218
|
+
readonly description: "The type of the value. Commonly used types are string, number, json and csv.";
|
|
4219
4219
|
readonly type: "string";
|
|
4220
|
-
readonly enum: readonly ["json", "csv", "string"];
|
|
4220
|
+
readonly enum: readonly ["json", "csv", "string", "number"];
|
|
4221
4221
|
};
|
|
4222
4222
|
readonly value: {
|
|
4223
4223
|
readonly description: "The actual value of payload";
|
|
@@ -59,6 +59,7 @@ export * from './environment-schema';
|
|
|
59
59
|
export * from './feature-tag-schema';
|
|
60
60
|
export * from './legal-value-schema';
|
|
61
61
|
export * from './sdk-context-schema';
|
|
62
|
+
export * from './sdk-flat-context-schema';
|
|
62
63
|
export * from './update-user-schema';
|
|
63
64
|
export * from './applications-schema';
|
|
64
65
|
export * from './environments-schema';
|
|
@@ -154,3 +155,11 @@ export * from './client-segment-schema';
|
|
|
154
155
|
export * from './update-feature-type-lifetime-schema';
|
|
155
156
|
export * from './create-group-schema';
|
|
156
157
|
export * from './application-usage-schema';
|
|
158
|
+
export * from './dora-features-schema';
|
|
159
|
+
export * from './project-dora-metrics-schema';
|
|
160
|
+
export * from './admin-segment-schema';
|
|
161
|
+
export * from './segments-schema';
|
|
162
|
+
export * from './update-feature-strategy-segments-schema';
|
|
163
|
+
export * from './dependent-feature-schema';
|
|
164
|
+
export * from './create-dependent-feature-schema';
|
|
165
|
+
export * from './parent-feature-options-schema';
|
|
@@ -75,6 +75,7 @@ __exportStar(require("./environment-schema"), exports);
|
|
|
75
75
|
__exportStar(require("./feature-tag-schema"), exports);
|
|
76
76
|
__exportStar(require("./legal-value-schema"), exports);
|
|
77
77
|
__exportStar(require("./sdk-context-schema"), exports);
|
|
78
|
+
__exportStar(require("./sdk-flat-context-schema"), exports);
|
|
78
79
|
__exportStar(require("./update-user-schema"), exports);
|
|
79
80
|
__exportStar(require("./applications-schema"), exports);
|
|
80
81
|
__exportStar(require("./environments-schema"), exports);
|
|
@@ -170,4 +171,12 @@ __exportStar(require("./client-segment-schema"), exports);
|
|
|
170
171
|
__exportStar(require("./update-feature-type-lifetime-schema"), exports);
|
|
171
172
|
__exportStar(require("./create-group-schema"), exports);
|
|
172
173
|
__exportStar(require("./application-usage-schema"), exports);
|
|
174
|
+
__exportStar(require("./dora-features-schema"), exports);
|
|
175
|
+
__exportStar(require("./project-dora-metrics-schema"), exports);
|
|
176
|
+
__exportStar(require("./admin-segment-schema"), exports);
|
|
177
|
+
__exportStar(require("./segments-schema"), exports);
|
|
178
|
+
__exportStar(require("./update-feature-strategy-segments-schema"), exports);
|
|
179
|
+
__exportStar(require("./dependent-feature-schema"), exports);
|
|
180
|
+
__exportStar(require("./create-dependent-feature-schema"), exports);
|
|
181
|
+
__exportStar(require("./parent-feature-options-schema"), exports);
|
|
173
182
|
//# sourceMappingURL=index.js.map
|